/* Add custom CSS styles below */ 
.store-header{
 z-index: 999;
}
#mainnav{
    background-color: #4a5b7a;
    border-bottom-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
}
.main-nav-container.fixed-header .inner {
        border-bottom-left-radius: 20px 20px;
        border-bottom-right-radius: 20px 20px;
}
.top-navbar {
    display: none
}
.main-nav-container .inner{
    color: white;
}
.s-block--fixed-banner {
    margin-top: -1rem;
}
.s-block--fixed-banner .container  {
 padding: 0rem;
}
.s-block__title-right{
    background-color: #b68089;
    width: 76%;
    margin: auto;
    padding: 10px;
    border-radius: 21px;
}
.my-2.mx-auto.w-28.h-0.border-2.border-primary.anime-item,.my-2.mx-auto.w-28.h-0.border-2.border-primary {
    display: none;
} 
.enhanced-title-border::after,
.enhanced-title-border::before {
background: #ffffff;
}
.enhanced-title-border {
    border: 2px solid #ffffff;
    }
.s-block__title h2 {
    color: white;
 }
 .special-product--1 .container .justify-center{
    margin: 55px;

 }
 .product-card__actions {
    display: none;
    }
.s-button-element{
   border-top-left-radius: 20px 20px;
   border-top-right-radius: 20px 20px;
   border-bottom-right-radius: 20px 20px;
   background-color: #4a5b7a;
    color: white;
}
.product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__enhanced-mini-cart button{
   border-top-left-radius: 20px 20px;
   border-top-right-radius: 20px 20px;
   border-bottom-right-radius: 20px 20px;
}
.product-card.hover_style_4:not(.product-card--horizontal):not(.product-entry--horizontal) .product-card__content {
    padding: 0;
}
.product-card--special{
    border-bottom-right-radius: 20px 20px;
}
.product-card__subtitle{
    display: none;
}

.s-block__title h2 {
    font-size: 2rem;
    font-weight: 900;
    padding: 5px;
}
#best-offers-5-slider .text-center{
    background-color: #b68089;
    width: 76%;
    margin: auto;
    padding: 10px;
    border-radius: 21px;
    margin-bottom: 20px;
}
#best-offers-5-slider div h2{
color: #ffffff;
}
.store-footer__inner .container .grid {
    color: white;
    background-color: #4a5b7a;
    padding: 20px;
    margin: 6px;
    border-radius: 35px;
}
.store-footer__inner{
background-color: #e7e7e7;
padding-bottom: 0px;
}
.footer-bottom {
    background-color: #e7e7e7;
}
.rounded_contacts{
    margin-bottom: 15px;
}
.footer-logo img{
    height: 100px;
}
.store-footer .social-link {
    background-color: #4a5b7a;}
    
   
}