/* Add custom CSS styles below */ 
/*Logo large*/
#mainnav .navbar-brand img {
    width: 80px !important;
    min-height: 80px;
}
/*transparent to img*/
.s-block--fixed-banner .banner--fixed img,
.s-block--banners .grid .banner-entry {
    background-color: transparent !important;
}
/*panner full width*/
/* section.s-block.s-block--fixed-banner,
section.s-block.s-block--fixed-banner .container {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0;
} */
.index section{
    margin-bottom: 50px;
}
/*title elment list*/
section.s-block--banners .s-block__title {
    justify-content: center;
}

section.s-block--banners .right-side {
    padding: 20px 0;
}

@media(min-width:768px) {
    section.s-block--banners .s-block__title h2 {
        font-size: 31px;
        
    }
}

/*element list */
.s-block--banners>.grid a.banner-entry {
    grid-row: span 1 / span 2;
}

@media(min-width:768px) {
    .s-block--banners>.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 900px;
        margin: auto;
    }
    .s-block--banners>.grid a.banner-entry {
        height: 300px;
    }
}

@media(max-width:768px) {
    .s-block--banners>.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .s-block--banners>.grid a.banner-entry {
        height: 150px;
    }
}
 /*-----------------00--- product ---00---------------------*/

.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;
}
body:not(body.product-single) .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #ffffff !important;
    border-radius: 0.5rem;
}

/*-------footer--------*/
.store-footer__inner {
    background-color: #C2A578 !important;
    color: white !important;
}

.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #C2A578 !important;
    margin: 0;
    max-width: 100% !important;
}

.md\:flex.items-center.justify-between.py-4.container.text-center p {
    color: white;
}