/* Add custom CSS styles below */ 
/* START HEADER */
section{background-color:white !important;}

@media only screen and (max-width: 767px) {
    header#site-header-outer {
       box-shadow: none; 
    }
}
.top-header,
#site-header-outer,
.header-block--nav-wrapper {
  background: white;
  border: transparent;
}

.s-cart-summary-content{
display:none;
}

.top-header .btn--grey{
background-color:white !important;
border: 1px solid #eee;
}

.nav-desktop{align-items: center;}
section.hero.header-block.header-block--nav-wrapper{
background-color:white;
}
.nav-mobile .main-nav {
    background-color: white;
}

header.fixed-header .site-header{
background-color: white;
  box-shadow: 0 1px 5px black;
}
  
.nav-desktop ul .menu-item:hover > a{
background-color: #f0e1cb;
  color: black;
}  
.nav-desktop ul .menu-item.dropdown .sub-menu {
background-color: #f0e1cb;
}
.nav-desktop--horizontal ul .menu-item.dropdown .sub-menu ul li a,
.nav-desktop--horizontal ul .menu-item.dropdown .sub-menu ul li:hover>a{
color:#000;
}
/* END HEADER */
/*  Banner */

/* START CATEGORIES */
.banner--square{
 border-radius:8px !important;
}
.banner--square figure{
  min-height: 180px;
  height: 100%;
  border: 3px solid #000 !important;
  border-radius:8px !important;
}
 

 .home-block.home-block--square-images .row {
justify-content: center;
}
    
.banner--square figure img.loaded{
object-fit: cover;
}

figure.banner-effect-1:hover img {
  opacity: 1;
}



  
@media (min-width: 768px) {
  .home-block--square-images .col-md-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .banner figure h2{
    opacity:0;
    transition:all 0.3s;
    }
    .banner--square:hover h2{
    opacity:1;
        border: 2px solid;
        border-radius: 20px;
        padding: 7px 10px 15px;
    }
    .banner--square.has-title figcaption:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
    transition:all 0.3s;
}
 .banner--square.has-title figcaption:after {
    opacity:0;
    }
    .banner--square:hover figcaption:after{
opacity:1;
  }
  .banner figure figcaption{
align-items:center;
}
}

@media (max-width: 767px) {
    .home-block--square-images .col-sm-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
   .banner--square figure,
   .banner--square figure img.loaded{
object-fit: cover;
min-height: 150px;
  }
  .banner--square.has-title figcaption:after {
  background: linear-gradient(to top, rgb(0 0 0 / 90%), rgb(0 0 0 / 0%));
  }
}
/* END CATEGORIES */

/* START Products*/

.btn--add-to-cart{
background:#f0e1cb !important;
}
i.sicon-shopping-bag{
color:#000  !important;
}
.product-block{
border-color: #f0e1cb !important;
}
/* END Products */

/* START TESTIMONIALS */

.testimonial-entry {
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #f0e1cb !important;
}
.testimonial-entry__rate 
{
  margin-top: -1px;
}
.testimonial-entry__info div.title {
  color: black !important;
  text-align: right;
  width: 50px;
  padding-right: 10px;
}
.testimonial-entry__info div.title small {
    width: fit-content;
    background:white;
    padding: 1px 10px 4px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #ccc;
}
section.home-block.home-block--bg.home-block--testimonials {
    background: white;
}
.testimonial-entry__info div.title{
color:#000 !important;
}
.testimonial-entry__excerpt p{
color:#000;
}

/* END TESTIMONIALS */

/* START FEATURES */

.store-feature__icon{
height: 70px;
    width: 100px;

}
.store-feature__icon:before{
display:none;
}
.store-feature__icon i {
font-size:70px;
color:#f0e1cb !important;
}
.store-feature .title.title--large.title--primary{
color:#000 !important;
}
.store-feature p {
    font-size: 13px;

}

/* END FEATURES */

/* START FOOTER */

.footer{
      background:#f0e1cb !important;
      color:#000;
}
.footer .title--has-dash{
color:#000 !important;
}
.footer .title--has-dash::before{
background-color:#000 !important;
}

.footer .footer-list li:hover a{
color:#0000006e !important;
}
.footer .footer-list li a{
color:#000;
}
.footer .store-contact-info .footer-list li:hover a i{
color:#0000006e !important;
}

.footer ul.footer-list.footer-list--row.footer-list--social-links li:hover a i{
color:#0000006e !important;
}
.footer__mid{
border-top:1px solid black;
}

.footer .footer-list--payment-methods li{
width:fit-content;
background:white;
border:none;
}
span.w-14.bg-white.rounded.p-1.my-1.flex-center.object-contain.max-h-\[24px\]{
display:none;
}
.store-certificate__text .number{
color:#fff;
}
.footer__bottom{
background:#f0e1cb !important;
color:#000 !important;
}
.store-certificate__text .number{
color: #000;
margin-right:2px;
}
.css-lrlg9a{display:none;}

@media only screen and (min-width: 767px) {
    .store-certificate {
   border-left:1px solid black;
    }
}
/* END FOOTER */

.s-button-primary,
.btn--primary,
.cart-progress .step.is-active .step__icon {
    color: black;
    background-color: #f0e1cb !important;
}
.home-block--slide-products.show-all .title.title--x-large .btn{
background-color:transparent !important;
border-color: #eee !important;
}

/* ====== Accordion ====== */
.faq-section {
    margin: 20px auto;
    padding: 10px;
    max-width: 70%;
    background-color: #fff;
}

.faq-item{
    margin-bottom: 10px;
        padding: 10px 10px;
     background-color:#f0e1cb;
     border-radius:10px;
}

.faq-question {

    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.faq-answer {
   
    font-size: 14px;
    color: #000;
    padding-left: 10px;
    max-height: 0; /* Initial state */
    overflow: hidden;
    line-height:1.5;
    padding-top:5px;
    transition: max-height 0.3s ease;
}

.toggle-symbol {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    color: #fff;
    transition: all 0.3s ease;
    font-family: cursive;
    min-width: 30px;
    height: 30px;
    text-align: center;
    background-color: black;
    justify-content: center;
    border-radius: 50%;
}

.faq-question:hover .toggle-symbol {
    color: #000;
     background-color: white;
    
}


/* ====== End Accordion ====== */