/* Add custom CSS styles below */ 

/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Categories */
.s-block--banners {
    max-width: 80%;
    background-image: url( https://cdn.files.salla.network/homepage/752266381/f196aecc-b905-4301-839a-c9da5f67704b.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 70px;
}


.s-block__title {
  justify-content: center;
}
.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    width: 70%;
    margin: auto;
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 470px;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 100px;
    }
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

/* Products */

.s-slider-block__title h2 {
  color: #45452D;
  border: none;
}


.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}
.s-product-card-image {
    background-color: transparent !important;
}
.s-product-card-entry:hover img {
    scale: 1.2;
}
.s-product-card-entry img {
    transition: all 0.3s;
}
.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}
.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-content-title a {
    color: #000 !important;
}
body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 0.5rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}
.s-product-card-vertical
    .s-product-card-wishlist-btn
    button:hover
    .sicon-heart {
    color: #fff !important;
}

.s-block--features__item:first-child {
    grid-column: span 1/span 2;
}
.s-block--features .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.s-block--features__item .feature-icon {
    background-color: transparent;
}
.s-block--features__item .feature-icon i {
    color: #9D6E5E;
}


@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    width: 100%;
   
}

  .s-block--banners {
    max-width: 100%;
    background-image: url( https://cdn.files.salla.network/homepage/752266381/f196aecc-b905-4301-839a-c9da5f67704b.webp);
    background-repeat: no-repeat;
    background-size: cover;
     border-radius: 0; 
}
}

/* Footer */

.store-footer,
.store-footer__inner {
    background-color: #45452D !important;
}

footer * {
    color:#fff;
}
@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.copyright-text p {
    color: #fff !important;
}


/*bg and   logo center */

.index header.store-header {
    position: absolute;
    z-index: 111;
    width: 100%;
  margin: auto;
}
.main-nav-container .inner {
    background: #45452D94;
    border-radius: 12px;
}
.index .main-nav-container {
    min-height: 84px;
    width: 90%;
    margin: auto;
    background: transparent;
}

.main-nav-container .container .flex.items-center:nth-child(1) {
    flex-direction: row-reverse;
    width: 50%;
    justify-content: space-between;
}

.main-nav-container  .s-cart-summary-total {
    
    color: rgb(255 255 255);
}

header .sicon-search:before {
  content: "\ef09";
  color: #fff;
}
header .sicon-user-circle:before {
  content: "\f072";
  color: #fff;
}

header .sicon-shopping-bag:before {
  content: "\ef36";
  color: #fff;
}

.main-menu li>a:hover {
    color: #414042;
    color: #ffffff;
    text-decoration-line: none;
}
.main-menu li.root-level>a {
    font-weight: 700;
    padding-bottom: 2rem;
    padding-top: 0;
    color: #fff;
}
.header-btn__icon {
    border-color: rgb(74 24 7);

}
@media (max-width: 767px) {
  

.index header.store-header {
    position: relative;
 
}
.index .main-nav-container {

    width: 100%;
   
}
.main-nav-container .container .flex.items-center:nth-child(1) {
     flex-direction: unset; 

}
.main-nav-container .sicon-menu:before {
    content: "\ed7f";
    color: #fff;
}

}
/**/