/* Add custom CSS styles below */ 

body , .mm-spn.mm-spn--light , .s-comments-product {
 background-color:#faf0e6 !important;
}
.top-navbar , .main-nav-container {
background: #cf9666;
}


.sicon-menu:before{
color:#faf0e6;
}
.s-block--fixed-banner{
margin-top:0rem !important;
margin-bottom:1rem !important;
}
.s-block{
margin-bottom:2rem !important;
}
.s-block--fixed-banner .container {
padding-left:0px !important;
padding-right:0px !important;
}

.banner--fixed img{
border-radius:0px !important;
background-color:transparent !important;
}

.footer-is-light .store-footer .store-footer__inner{
background:#cf9666;
color:#fff !important;
margin-top:-100px;
border-bottom:none;
}

.s-contacts-icon , .s-social-link a , .header-btn__icon{
border:none;
background:#faf0e6;
color:#cf9666;
}
.s-product-card-entry {
    border-radius: 30px!important;
    box-shadow: rgba(0,0,0,.1) 0 4px 12px;
    overflow: hidden;
}
.s-button-btn {
    background: #cf9666;
    color: #000!important;
    border-radius: 20px!important;
    border: none;
    transition: .3s;
    width:80%;
    margin:auto;
    display:block;
    color:#faf0e6 !important;
}
.fixed-header{
  background: #cf9666;
}
.store-footer .md\:flex {
background:#cf9666;
}
.s-slider-block__title h2 {
    color: #3c1c0d;
    font-size: 24px;
    text-align: center;
    background: #cf9666;
    border-radius: 20px;
}
.s-products-slider-slider {
margin-bottom:5rem !important;
}
/*************media**********/


@media(max-width:768px){

.footer-is-light .store-footer .store-footer__inner{
margin-top:-64px;
}
}