:root{
	    --kt-special-offers-bg:rgb(0,180,191);
	--kt-secondary: 24 25 29;
	--kt-border-color:rgb(0,180,191);
	
}

.megamenu-item.active{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(0,180,191) !important;
    box-shadow: -3px 0 rgb(0,180,191) inset,0 1px 2px rgb(var(--kt-secondary) / .08);

}

.btn-primary{
	--btn-bg:rgb(0,180,191)  ;
	--btn-hover-bg:rgba(0,180,191,0.9) ;
}
a{
	color: rgb(0,180,191);
}

.special-offers{
	background:rgb(0,180,191);
}