body{
background-color: #FFFDFB;
}

#mainnav{
background-color:#FFFDFB;
}

.s-comments{
background-color: #FFFDFB;
}


.s-block--full-bg+.merged-has-no-title{
margin-top: -46px;
}

.top-navbar{
display:none;
}

.full-banner-entry::after, .full-banner-entry::before{
content: none;
}

.slide--cat-entry{
background-color:#9E8C73;
color:#FFFDFB;
}

.rounded-full{
border-radius:0px;
}

.w-16{
width: 5rem;
}

.s-product-card-entry{
border:2px solid #735F3E;
border-radius: 14px 14px 14px 0px;
}

.s-product-card-content-title{
justify-items: center;
}

.s-product-card-content-sub{
justify-content: center;
}

.s-button-btn{
border-radius: 14px 14px 14px 0px;
}


.s-block--features__item {
border-radius: 14px 14px 14px 0px;
border-color: #B2415C;
border-style: solid;
border-width: 2px;
}

.s-block--features__item .feature-icon{
width: 6rem;
height: 6rem;
border-radius: 100px;
}

.sicon-database-add {
    content: url(https://i.postimg.cc/rpX59SMp/Group-60.png);
width: 110px;
height: auto;
}

.sicon-database-cancel{
    content: url(https://i.postimg.cc/XX6nP7J9/Group-62-1.png);
    width: 110px;
    height: auto;
}

.sicon-database-lock{
    content: url(https://i.postimg.cc/tgq4yTz5/Group-61-1.png);
    width: 110px;
    height: auto;
}

.footer-is-light .store-footer .store-footer__inner{
border-top: 2px solid #9E8C73;
background-image: url("https://i.postimg.cc/rsN4ypHN/Group-68.png");
background-repeat: no-repeat;
background-size:cover;
opacity: .8; 
color: #735F3E;
}

.store-footer__inner p{
color: #735F3E !important;
}

.footer-is-light .store-footer {
background-color:#9E8C73;
}

.text-sm p {
color: #FFFFFF;
}


@media (max-width: 768px) {

.full-banner-entry{
    width: 100%;
    height: 480px;
    background-image: url(https://i.postimg.cc/6qvvR3gZ/Mask-group-5.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sicon-database-add, .sicon-database-cancel, .sicon-database-lock {
width: 100px;
height: auto;
}

.mm-spn li img{
background-color: #9E8C73;
border-radius: 200px;
}

}