.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;
}

/* Home category slider arrows */
.home-cate-slider {
  position: relative;
  padding: 0 70px;
}
.home-cate-slider .home-cate-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #00652e;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 101, 46, 0.45);
  transition: all 0.3s ease;
}
.home-cate-slider .home-cate-arrow:hover {
  background: #004d23;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 22px rgba(0, 101, 46, 0.6);
}
.home-cate-slider .home-cate-prev {
  left: 0;
}
.home-cate-slider .home-cate-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .home-cate-slider {
    padding: 0 50px;
  }
  .home-cate-slider .home-cate-arrow {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}