/*Add Css Custom Here*/
footer.typefooter-1 .footer-bottom {
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  background-color: #373737;
}

footer.typefooter-1 .footer-middle {
  padding: 25px 0;
}

.so-onepagecheckout .col-left .login-box,
.so-onepagecheckout .coupon-voucher,
#payment-confirm-button {
  display: none;
}

header .container-megamenu.horizontal ul.megamenu > li > a {
  padding: 30px 0;
}

header.typeheader-1 {
  background-color: #f9f9f9;
}

header.typeheader-1 .container-megamenu.horizontal ul.megamenu > li > a {
  color: #000;
}

header.typeheader-1 .logo {
  margin-top: 10px;
}

header.typeheader-1 .main-menu-w .main-right {
  top: 20px;
}

.about-footer a {
  color: #007bc4;
}

.about-footer a:hover {
  color: #fff;
}

#content .welcome-about-us .image-about-us {
  padding-top: 0;
  margin-right: 25px;
}

#content .welcome-about-us .image-about-us.right {
  float: right;
  margin-left: 25px;
}

#content .welcome-about-us .des-about-us {
  margin-left: 0;
}

#content .welcome-about-us {
  margin-bottom: 45px;
}

#content .welcome-about-us .service-list {
  list-style: none;
  margin: 65px 0 0;
  padding: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 5px 24px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#content .welcome-about-us .service-list h2 {
  font-size: 24px;
  margin-top: 2px;
  padding-left: 45px;
}

#content .welcome-about-us .service-list li {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

#content .welcome-about-us .service-list li > div {
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.5;
}

#content .welcome-about-us .service-list li:not(:last-child) > div {
  padding-right: 15px;
  border-right: 1px solid #ddd;
}

#content .welcome-about-us .service-list span {
  float: left;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #007be1;
  color: #fff;
  border-radius: 50%;
  margin-right: 12px;
}

#page-content {
  margin-bottom: 45px;
}

.slider-brands h3 {
  text-align: center;
  margin: 35px 0 -15px;
  text-transform: uppercase;
  font-size: 21px;
}

.so-onepagecheckout .ship-payment {
  display: none;
}

.swiper-viewport {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-banners .swiper-viewport {
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 0;
}
.home-banners .swiper-viewport:hover {
  opacity: .8;
  transition: all 0.3s ease-in-out 0s;
}

.products-list .product-layout {
  border: 1px solid #ddd;
}

#content .so-page-builder .featured-cates ul li .inner .cont {
  top: 25px;
  z-index: 9;
}

.content-about-us {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}

#map-canvas {
  padding: 35px 25px;
  min-height: 485px;
  height: auto !important;
}

.footer-social a {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-align: center;
  background: #4267B2;
  border-radius: 50%;
  margin-top: 18px;
  color: #fff;
}

.footer-social a:hover {
  color: #333;
  background: #fff;
}

@media (min-width: 992px) {
  .row.no-pad {
    margin-right:0;
    margin-left:0;
  }
  .row.no-pad > [class*='col-'] {
    padding-right:0;
    padding-left:0;
  }
  #content .box-1-delivery .content-about-us {
    margin: 0 30px;
  }
  #content .delivery-img {
    margin-top: -175px;
    z-index: -1;
  }
  .refine-search__content .refine-search__subitem:nth-child(6n+1) {
    clear: left;
  }
}