.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: 270px !important;
  object-fit: cover !important;
  border-radius: 10px;
}

.gs-footer-section .footer-row .left-info .social-links a i {
    color: #007982;
  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;
}

.single-product-item {
  flex-basis: calc(20% - 20px);
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin: 10px 10px;
}
.single-product {
}
.single-product .product-title {
  color: #253D4E;
  font-size: 15px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
.single-product .product-category {
    color: #adadad;
    font-size: 13px;
    font-weight: 400;
}
.single-product .vendor-wrapper .vendor-info {
  color: #B6B6B6;
  font-size: 12px;
  font-weight: 400;
}
.single-product .vendor-wrapper .vendor-info>span {
  color: #007982;
}
.single-product .price-wrapper {
    /* display: inline-block; */
    font-size: 18px;
    font-weight: 700;
    margin-inline-end: 7px;
    /* color: #3BB77E; */
}
.single-product .price-wrapper h6 {
  color: #007982;
  font-size: 16px;
}

.single-product .img-wrapper .add-to-wishlist-btn svg:hover {
    color: #fff;
}

.single-product .img-wrapper .add-to-wishlist-btn:hover {
    background-color: #007982;
}
.single-product .rating-title {
  color: #939393;
  font-size: 13px;
}
.single-product .price-box-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.single-product .add-cart-btn {
  background-color: #02a5b114;
    color: #007982;
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px;
    position: relative;
}
.single-product .add-cart-btn svg{
  stroke: #007982;
}
.single-product .add-cart-btn:hover {
  background-color: #007982;
    color: #fff;
}
.single-product .add-cart-btn:hover svg{
  stroke: #fff !important;
}
.section-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.section-title-wrapper .stw-left {
  display: flex;
  justify-content: start;
  align-items: center;
}
.section-title-wrapper .stw-left .title {
  font-size: 22px;
  font-weight: 500;
  padding-right: 10px;
}
.section-title-wrapper .stw-left .subtitle {
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px;
    max-width: 600px;
}
.section-title-wrapper .view-all-button {
  color: #007982;
  font-weight: 500;
  text-decoration: underline;
  font-size: 13.5px;
}

.home-product-small-wrapper .hpsw-title {
  border-bottom: 1px solid #ececec;
    font-size: 24px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 400;
}
.home-product-small-wrapper .hpsw-title:after {
  background-color: rgba(59,183,126,.4);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 80px;
}
.hpsw-item-wrapper {
  margin-top: 30px;
}
.hpsw-item {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px; */
  transition: all .25s cubic-bezier(.02,.01,.47,1);
  margin-bottom: 25px;
}
.hpsw-item .left img {
  width: 100%;
  border-radius: 6px;
}
.hpsw-item .title-wrapper {
  margin-bottom: 7px;
}
.hpsw-item .title-wrapper .title {
  color: #253D4E;
  font-size: 15px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;    
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hpsw-item .ratings-wrapper {
  margin-bottom: 7px;
}
.hpsw-item .rating-title {
  color: #939393;
  font-size: 13px;
}
.hpsw-item .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
  font-size: 18px;
    font-weight: 700;
    margin-inline-end: 7px;
}
.hpsw-item .price-wrapper h6 {
  color: #3BB77E;
  font-size: 16px;
}
.hpsw-item .price-wrapper h6 del {
  color: #b7aead;
  font-weight: 400;
}
.hover-up:hover {
  transform: translateY(-5px);
}
.gs-title-box p {
  color: #7e7e7e;
}
@media screen and (max-width: 767px) {
  .single-offer-product .promo-img {
    height: 200px !important;
  }
  .single-offer-product.verticle .promo-img {
    height: 400px !important;
  }

  .single-product-item {
      flex-basis: 50%;
  }
}


.sidebar-active-color {
  color: #ff4c3b!important;
}