/* Add custom CSS styles below */ 
/*Logo large*/
#mainnav .navbar-brand img{
    width:100px !important;
    min-height:100px;
}
/*transparent to img*/
.s-block--fixed-banner .banner--fixed img ,
.s-block--banners  .grid .banner-entry {
    background-color:transparent !important;
}
section.s-block--photos-slider  button.s-slider-nav-arrow.swiper-button-disabled {
    visibility:hidden;
}
/*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;
}
/*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(4, minmax(0, 1fr));
        max-width: 1200px;
        margin: auto;
    } 
  .s-block--banners > .grid a.banner-entry {
        height:400px;
    }
}
@media(max-width:768px){
    .s-block--banners > .grid {
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    .s-block--banners > .grid a.banner-entry {
        height:250px;
    }
}
/*-------footer--------*/
.store-footer__inner {
    background-color:#B48A4B !important;
    color:white !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #B48A4B !important;
    margin: 0;
    max-width: 100% !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center p{
    color:white;
}
.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;
}