/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 

/*body*/
body {
  background-color:#fff;
}
.topnav-is-dark .top-navbar {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 31, 31, 1);
    background-color: rgba(29, 31, 31, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgb(181 129 49);
}
.top-navbar {
    background-color: #ffffff !important;
    color: #b58030;
}
.bg-inherit {
    background-color: #ffffff;
}
#mainnav{
    background-color: #d5b685;
    color:#b5802f !important;
}
i.header-btn__icon , .s-cart-summary-total {
    color: #b5802f;
}

/*start customize section*/

    salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
    border-radius:0 !important;
}
.home-slider img{
border-radius:0;
}
.s-slider-block__title-nav {
    visibility: hidden;
}

 salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0rem;
}  

section:first-of-type {
        margin-top:0;
}


    /*banner*/
.banner--fixed img {
    background-color: transparent;
    padding: 0rem;
}


 .s-button-btn,.s-price-range-number-input {
    
    color: #000000;
    border-color: #ebd6b5;
    
}

.s-products-slider-card.swiper-slide {
    width: 55%;
    
}  

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: rgb(208,174,121);
background: linear-gradient(90deg, rgba(208,174,121,1) 0%, rgba(242,224,195,1) 100%);
}
.s-product-card-entry{
    background-color:#ffffff;
}
.s-product-card-content-title a , .index.s-product-card-content-sub {
    color:#000 !important;
}

.s-product-card-entry {
    border: 2px solid;
    border-color: #d8ba8a;
}

/* start customize setion*/
.md\:grid-cols-2 {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
a.banner-entry{
    width: 45% !important;
    height: 290px !important;
    background-color:unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    width: 48% !important;
    height: 200px !important;
    background-color:unset;
}
}
@media(max-width:767px){
a.banner-entry{
    width: 48% !important;
    height: 90px !important;
    background-color:unset;
}
}

/* end customize setion*/

.lazy__bg.lazy.entered.loaded {
    transition: transform .5s;
}
.lazy__bg.lazy.entered.loaded:hover {
    transform: scale(.9);
}

/*footer*/
.store-footer__inner,
.store-footer {
    color:#3b3936;
    background: rgb(208,174,121);
background: linear-gradient(90deg, rgba(208,174,121,1) 0%, rgba(242,224,195,1) 100%);
}

.footer-is-light .store-footer .store-footer__inner{
     border-bottom-color: #d1b07b;

}

footer *{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}footer .hidden.lg\:block *, footer .s-social-list * {
    justify-content: center;
    color: #000;
    border-color: #000;
}
@media (min-width:767px){
footer .hidden.lg\:block * {
    margin: 0;
}
}