:root {
    --bg: #fff;
    --header-bg: #000;
    --header-color: var(--color-primary);
    --footer-bg: #fff;
}


body {
    background-color: var(--bg) !important;
}

.top-navbar{
    display: none;
}

#mainnav,
#mainnav i:before,
#mainnav b {
    color: #42442e !important;
}

#mainnav a:hover {
    color: var(--header-color) !important;
    opacity: 0.7;
}

#mainnav i {
    border: unset !important;
}

.sicon-shopping-bag:before {
    content: "\ef39" !important;
}

.sicon-user-circle:before {
    content: "\f078";
}

/* 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;
}

/* Products */

body:not(body.product-single) .s-block-tabs .s-button-element:not(.s-product-card-wishlist-btn){
 background-color: #42442e !important
}

.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;
}

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

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}
/* Footer */
.store-footer{
    background-color:var(--color-primary) !important;
} !important;

    
}

.store-footer__inner {
    background-color: var(--footer-bg) !important;
}

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

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

@media (max-width: 769px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
}

/* Special Heading */

.s-slider-block__title h2, .s-block__title h2 {
    font-size: 24px !important;
    position: relative;
    color: #788372 !important;
}
.s-slider-block__title{
    justify-content: center;
}
.s-slider-block__title h2:before {
    content: "";
    background-image: url("https://i.ibb.co/jZg0LX7z/Border.png");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0px, 80px);
    width: 100%;
    display: block;
    height: 40px;
}
.carousel-slider .s-slider-block__title-nav{
  display: none;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}
@media (max-width: 1024px) {
    .s-slider-block__title h2,
    .s-block__title h2 {
        font-size: 20px !important;
    }
    .s-slider-block__title h2:before,
    .s-block__title h2:before {
        height: 15px;
        transform: translate(0px, 40px);
    }
}