:root {
  --kt-primary: 166, 180, 150; 
}
@media (min-width: 1018px) and (max-width: 1230px) {
  .product-title-page {
    font-size: 17px;
  }
}
.special-offers, .btn-custom { background-color: #005555 !important;}
.special-offers-abstract:after { background-image: unset !important;}
.megamenu-item.active {color:#a6b496 !important ;}
.special-offers .swiper-outer:after{display:none;}

a {
    color: #005555 !important;
}
 a:hover {
    color: #002F4A !important;
  }

.is-\[active\]\:\!text-primary.active {
    color: #005555 !important;
}
.bg-primary {
    background-color: #005555 !important;
}
.btn-primary {
    --btn-bg: #005555 !important;
    --btn-hover-bg:#002F4A !important ;
	color: #fff !important;
}
.text-whitecustom{color:#fff !important}