

:root{
    --base-h: 0;
    --base-s: 0%;
    --base-l: 0%;
}

body{
   background-color : #fff8ee !important;
}

.bg-teal{
   background-color : #f1bebe !important;
}


.navbar-custom .navbar-nav .nav-item .nav-link:hover {
    color:  !important;
}


.navbar-custom .navbar-nav .nav-item .dropdown-menu .dropdown-sub-column-item .dropdown-menu-title:hover{
    color:  !important;
}


.product-title:hover{
    color:  !important;
}
.navbar-custom .topbar-toolbar a:hover{
   color:  !important;
}

.navbar-brand:hover, .navbar-brand:focus{
   color:  !important;
}


.productMain .swiper-button-next:hover::after, .productMain .swiper-button-prev:hover::after, .productJewellry .swiper-button-next:hover::after, .productJewellry .swiper-button-prev:hover::after, .mySwiper .swiper-button-next:hover::after, .mySwiper .swiper-button-prev:hover::after {
    background-color:  !important;
    color: rgb(255, 255, 255) !important;
    border-color:  !important;
}



.btn-custom-white:hover, .btn-custom-white:focus, .btn-custom-white:active, .btn-custom-white:focus-within, .btn-custom-white :not(.btn-check) + .btn:active{

    color: #fff !important;
    background-color: #f1bebe !important;
    border-color: #f1bebe !important;

}

.gift-idea{
   color: #f1bebe !important;
}

.shipping-dashed-seperated{

   border-top: 3px dashed #f1bebe ;
   margin-top: 4%;

}