.single-service .icon-wrapper img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
}
.single-offer-product.verticle .promo-img {
  width: 100%;
  height: 680px !important;
  object-fit: cover !important;
}
.single-offer-product .promo-img {
  width: 100%;
  height: 328px !important;
  object-fit: cover !important;
}

.gs-footer-section .footer-row .left-info .social-links a i {
  color: black;
  transition: all 0.3s;
}
.gs-footer-section .footer-row .left-info .social-links a:hover i {
  color: white;
}

#cardNumber,
#securityCode,
#expirationDate {
  height: 60px;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  color: #505050;
  font-size: 14px;
  padding: 0px 18px;
}

#cardNumber,
#securityCode,
#expirationDate {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .single-offer-product .promo-img {
    height: 200px !important;
  }
  .single-offer-product.verticle .promo-img {
    height: 400px !important;
  }
}


.sidebar-active-color {
  color: #ff4c3b!important;
}

/* Partoo brand assets keep stable filenames; sizing belongs to the UI. */
.header-logo-wrapper .logo,
.navbar-brand .nav-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 190px;
  max-height: 58px;
  object-fit: contain;
}

.mobile-menu-top > img,
.vendor-res-header-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 52px;
  object-fit: contain;
}

.gs-vendor-sidebar-logo-wrapper img {
  display: block;
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 58px;
  object-fit: contain;
}

.footer-logo img,
.gs-footer-section .logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 210px;
  max-height: 72px;
  object-fit: contain;
}

@media screen and (max-width: 575px) {
  .header-logo-wrapper .logo,
  .navbar-brand .nav-logo {
    max-width: 150px;
    max-height: 48px;
  }
}
