/*header*/
@media (max-width:1023px) {
    .store-header, .main-nav-container, .main-nav-container.bg-inherit{
        background-color: transparent;
        transition: all 0.3s ease-in-out;
        z-index: 10 !important;
        position: inherit;
        width: 100% !important;
    } 
       
    .index .main-nav-container {
        background: transparent;
        height: 0px;
        min-height: 0px;
        -webkit-height: 0px;
            -moz-height: 0px;
        -webkit-min-height: 0px;
        -moz-min-height: 0px;
        max-height: 0px;
    }
    .index .main-nav-container .sicon-menu:before {
        color: #fff;
        margin-right: 0;
        font-size: 20px;
        padding: 7px;
        content: "\e928";
    
    }
    .index .main-nav-container .navbar-brand img {
        filter: brightness(100);
    }
    .index .main-nav-container .sicon-shopping-bag:before {
        color: #fff;
        font-size: 20px;
        padding: 7px;
        content: "\e906";
    
    }
    
    .index .main-nav-container .s-cart-summary-count {
        background-color: #fff;
        color: #7b5242;
    }
    
    .index .main-nav-container .sicon-user-circle:before {
           color: #fff;
        font-size: 20px;
        padding: 7px;
        content: "\f078";
    
    }

    header.store-header .main-nav-container .flex.items-center img{
        display:none;
  }
 }
 @media (min-width:1023px) {
    .new-logo {
        display: none;
    }
 }


        header .bg-white {
        background: #fbf8f5;
            box-shadow: none;
        }
       
        .header-btn__icon.icon:where([dir="rtl"], [dir="rtl"] *) {
            margin-left: 0px;
        }
     .sicon-menu:before {
            font-size: 20px;
            padding: 7px;
            content: "\e928";
        
        }
       .sicon-shopping-bag:before {
            content: "\e906";
        }
      .sicon-user-circle:before {
            font-size: 20px;
            padding: 7px;
            content: "\f078";
        
        }
    .fixed-pinned.fixed-header .navbar-brand img {
        filter: invert(0);
    }
        .fixed-pinned.fixed-header .sicon-menu:before {
            color: #7b5242;
            margin-right: 0;
            font-size: 20px;
            padding: 7px;
            content: "\e928";
        
        }
        .fixed-pinned.fixed-header .sicon-shopping-bag:before {
            color: #7b5242;
            font-size: 20px;
            padding: 7px;
            content: "\e906";
        
        }
        
        .fixed-pinned.fixed-header .sicon-user-circle:before {
               color: #7b5242;
            font-size: 20px;
            padding: 7px;
            content: "\f078";
        
        }
        .fixed-pinned.fixed-header .s-cart-summary-count {
            background-color: #7b5242;
            color: #fbf8f5;
        }
            
        .header-btn__icon {
            border-width: 0
        }
        
        .s-cart-summary-content {
            display: none
        }
        
        .rtl\:mr-4:where([dir=rtl],[dir=rtl] *) {
            margin-right: 0
        }
        
        .s-cart-summary-count {
            background-color: #7b5242;
            color: #fbf8f5;
        }
        
       
        
     
    
    .fixed-pinned.fixed-header, .header-components, .store-header:hover, .header-components:hover {
        background-color: #fbf8f5 !important;
    }
       
        /*general*/
        body, .bg-gray-100 {
            background-color: #fbf8f5;
        }

        /*photo slider*/
        @media (max-width:1023px) {
            section.s-block.s-block--photos-slider{
                margin-top: 0rem;
            }
        
            salla-slider.photos-slider .swiper-slide {
                margin-left: 0rem;
                margin-right: 0rem;
                border-radius: 0rem;
            }
            salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
                padding-left: 0rem;
                padding-right: 0rem;
        
            }
            salla-slider.photos-slider .rounded-md {
                border-radius: 0rem;
            }
        }
        @media(max-width: 600px){
        section.s-block.s-block--photos-slider img.w-full {
            height: 350px;
        }
        
        section.s-block.s-block--photos-slider .object-contain {
            object-fit: cover;
        }
        }
        salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
            display: none;
        }

    salla-slider.photos-slider:first-of-type .swiper {
        padding-bottom: 0rem;
    }

/*=====fixed banner=====*/

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding-left: 0px;
    padding-right: 0px;
        max-width: 100%;

}
@media (max-width: 991px) {
    section.s-block.s-block--fixed-banner.wide-placeholder .container {
        padding: 0;
    }
}
.banner--fixed img {
    background: none;
    border-radius: 0rem !important;
}

section.s-block.s-block--fixed-banner {
    margin-top: 2px;
}
/*===products===*/

[dir=rtl] .s-block__title .right-side {
    padding-left: 0rem;
}

.s-product-card-entry {
    border-radius: 5px;
    background-color: #fff;
    padding: 0px;
    border : .01rem groove #00000010;

}


.s-product-card-entry .s-button-primary-outline:hover {
    background-color: #3b1f13;
    color: #fff;
}

.s-product-card-entry salla-button .s-button-btn span.s-button-text:hover {
    color: #fff;
}
.s-product-card-content-main {
    padding-right: 0.37rem;
    padding-left: 0.37rem;
}
.s-product-card-content-sub {
    padding: 0.37rem;
}
salla-button .s-button-btn{
border-radius: 10px;
background-color: #3b1f13;
color: #fff;
border-width: 1px;

}

.s-product-card-entr salla-button .s-button-btn span.s-button-text {
    color: #3b1f13;
}

.s-product-card-entr salla-button .s-button-btn span.s-button-text:hover{
    color: #fff;
}
.s-products-list-vertical-cards {
    gap: 8px;
}
.s-button-text .sicon-shopping-bag{
    display: none;
}
.s-product-card-content-footer .s-button-btn {
    border-radius: 8px !important;
}
.s-product-card-content {
    background: none ;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}
.s-product-card-content-main {
    padding-bottom: 0rem;
    justify-content: center;
}
.s-product-card-content-sub {
    margin-bottom: 0.50rem;
    justify-content: center;
}
.s-product-card-content-title a {
    text-align: center;
    color: #3b1f13;
    font-size: .8rem;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis*/
   padding-left: 1rem;
    padding-right: 1rem;
}

.s-block__title {
    flex-direction: column;
}
[dir=rtl] .s-product-card-content-pie {
    display: none;
}
[dir=rtl] .s-product-card-special .s-product-card-content-main, [dir=rtl] special .s-product-card-content-sub {
    padding-left: 0rem;
}
[dir=rtl] .s-product-card-content-extra-padding {
    padding-left: 0rem;
    padding-right: 0;
}
.s-block--special-products .tabs {
    display: none;
}

[dir=rtl] .s-product-card-vertical .s-product-card-wishlist-btn {
    left: 0rem;
    
}
.s-product-card-vertical .s-product-card-wishlist-btn {
    top: 0.12rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  display:none;
}
.s-product-card-price {
    color: #3b1f13;
}
.s-slider-block__title {
    justify-content: center;
}
.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-product-card-image::before {
    background: #fff;
    color: #fff
}
.s-product-card-content-subtitle {
    color: #3b1f13 !important;
    text-align: center;
    margin-bottom: 0.15rem;
    font-size: 12px;
}

.s-product-card-content-sub {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
}
.s-product-card-promotion-title {
    background-color: #d9bb9b;
    color: #3b1f13;
    
}

.s-product-card-content-main {
    padding-bottom: 0rem;
    justify-content: center;
}

.s-product-card-image {
    max-height:  10.5rem;;
    min-height:  10.5rem;;
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

@media(max-width: 600px) {
    .s-products-slider-card {
        max-width:190px
    }

 .s-products-slider-card .s-product-card-image {
    max-height: 14rem;
    min-height: 13rem;
     
}
}

@media (max-width: 600px){

.index .s-products-list-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.index .s-products-list-wrapper .s-product-card-entry{
width:  170px;
}
}
.index .s-products-list-wrapper .s-product-card-image img{
        height: 10.5rem;
}


/*faqs*/

.faq-header {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    padding-top: 40px;
    color: #3b1f13;
}
.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 20px 6px;
  border : .02rem groove #212121;
  background-color: #d9bb9b34;
  margin: 15px;
    border-radius: 8px;
    
}

.panel-title {
    font-size: 15px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 2px 26px 2px 2px;
    display: block;
    cursor: pointer;
    color: #212121;
    font-weight: 600;

}
.panel-content {
  font-size: 14px;
  padding: 0px 14px;
  margin: 0px;
  height: 0;
  overflow: hidden;
  z-index: 0;
  font-weight: 400;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  color: #000;

}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 14px;
}
.plus {
position: absolute;
margin-left: 20px;
margin-top: 4px;
z-index: 5;
font-size: 42px;
line-height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-o-transition: .2s ease;
transition: .2s ease;
color: #c49565;
}
.plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 0px;
  z-index: 5;
  font-size: 32px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}

p.faq-header-detailes {
    text-align: center;
}

    /*tiker*/

    .stock-ticker {
        background-color: #7b5242 !important;
        background-image: url(https://i.postimg.cc/rpt74Mzr/image.png);
        background-size: contain;
        background-repeat: repeat-x;
        font-size: 15px;
        overflow: hidden;
        user-select: none;
        --gap: 20px;
        display: flex;
        gap: var(--gap);
        color: #d9bb9b;
        padding-top: .5rem;
        padding-bottom: .5rem;
    
      }
      
      .stock-ticker ul {
        list-style: none;
        flex-shrink: 0;
        min-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--gap);
        animation: scroll 80s linear infinite;
      }
      
      .stock-ticker:hover ul {
        animation-play-state: paused;
      }
      
      @keyframes scroll {
        to {
          transform: translateX(calc(100% - var(--gap)));
        }
      }
      
      
      .stock-ticker .company,
      .stock-ticker .price {
        font-weight: bold;
      }
      
      .stock-ticker .price {
        margin-inline: 4px;
      }
      

/*footer*/
.index .store-footer, .product-index .store-footer {
    background-color: #3b1f13;
    color:#fff;
}

.footer-is-light .store-footer .store-footer__inner {
 background-color: #3b1f13;
    color:#fff;

}

footer.store-footer {
    border-bottom-width: 0;
    border-radius: 0px;
}

.footer-is-light .store-footer .store-footer__inner, .footer-is-dark .store-footer .store-footer__inner {
    background-color: transparent;
}

.store-footer{
background-color: #3b1f13 !important;
}


 .footer-is-light .store-footer {
     color: #fff;
 }



 @media (max-width: 900px){
    footer {
        text-align: center;
    }

.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
     margin-left: 0rem; 
}
.store-footer .md\:flex{
    display: flex;
    flex-direction: column-reverse;
}
}


.footer-is-light .store-footer .social-link {
   border: none;
}

footer .sicon-whatsapp2, footer .sicon-iphone,footer .sicon-phone, footer .sicon-mail {
    border: none;

}
.footer-is-light .store-footer .contact-social {
    border: none;
}
.store-footer .contact-social {
    border-top-width: 0px;
}
.store-footer .social-link {
    border-radius: 2px;
}
.store-footer__inner {
    border-bottom-width: 0px;
}
.copyright-text p {
     color: #fff;
}
.bg-white {
    border-radius: 2px;
}
@media (max-width: 900px){
.store-footer a div:nth-child(3)> .text-unicode:nth-child(1){
    display: none;
}

.s-social-list {
    justify-content: right;
}
}
.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20 .flex{
    justify-content: right;
}
.store-footer a
.border {
    border-width: 0px;
}
.mb-6 {
    margin-top: 1.5rem;
}
.store-footer h3 {
    color: #d9bb9b;
}
.s-social-link a, .s-contacts-icon {
    border-radius: 5px;
    border-width: 0px;
    background-color: #fff ;
    color: #3b1f13;
}
/*
div#contact-slot:nth-child(1) span.unicode{
    font-size: 0px;
}

div#contact-slot:nth-child(1) span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;

}

div#contact-slot:nth-child(2) span.unicode{
    font-size: 0px;
}

div#contact-slot:nth-child(2) span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;
}

div#contact-slot:nth-child(3) span.unicode{
    font-size: 0px;
}

div#contact-slot:nth-child(3) span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;
}

div#contact-slot:nth-child(4) span.unicode{
    font-size: 0px;
}

div#contact-slot:nth-child(4) span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;
}
*/

div#contact-slot span.unicode{
    font-size: 0px;
}

div#contact-slot span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;
}
.s-contacts-list-vertical {
    flex-direction: row;
}
div#contact-slot span.unicode {
margin-top: 10px;
}


.s-contacts-icon svg {
    height: 1.2rem;
    width: 1.2rem;
}
 
.s-social-link a svg {
    height: 1.2rem;
    width: 1.2rem;
}
.copyright-text p {
    color: #fff;
    display: flex;
    margin-top: .75rem;
}
.s-payments-list-item {
    border-radius: 5px;
}
.copyright-text .mb-2\.5 {
    margin-bottom: .25rem;
}
span.dev-link A{
    margin-left: .2rem
}

span.dev-link {
    display: inline-flex;
     font-size: 9px;
     margin: 0 0px;
     margin-top: px;
     margin-left: 0;
     color: #fff;
     opacity: 1;
     flex-direction: row-reverse;
 }
 .s-apps-icons-list {
    justify-content: center;
}

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 .hidden {
    display: flex;
}

.footer-is-light .store-footer .contact-social .s-social-list
{
    display: none;
}
.store-footer__inner {
 padding-bottom: 0rem; 
}
.store-footer .contact-social {
    margin-top: 0rem;
    border-top-width: 0px;
    padding-top: 0rem;
}

.s-payments-list-item {
    border-radius: 2px;
}

@media (max-width: 991px) {
    a.flex.items-center.m-0:before {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        content: "";
        background-image: url(https://i.postimg.cc/bNgPkcVT/Asset-2-4x.png);
        width: 190px !important;
        height: 100px !important;
        display: flex;
        margin: auto;
        justify-content:center;
    }
    
    a.flex.items-center.m-0 > h3{
     display:none;
    }
    }
    .hidden.lg\:block {
        justify-content: center !important;
    }
    .s-contacts-list-vertical {
        justify-content: center;
    }


    .store-footer .flex.rtl\:space-x-reverse.space-x-2.items-end {
        justify-content: center;
    }