/* 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;
}
/*photos slider full width */
section.s-block--photos-slider .swiper {
    padding: 0;
}
section.s-block--photos-slider .swiper .swiper-slide {
    padding: 80px;
    width: 100%;
}
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
/*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: 50PX;
}

.store-footer__inner {
    background-color: #02152A !important;
    color: white !important;
}
/*cerate logo*/
.store-footer .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
    justify-items: start;
    text-align: start;
}

.store-footer .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-footer .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 h3::before {
    content: "";
    display: inline-block;
    width: 200px;
    height: 100px;
    background-image: url("https://raw.githubusercontent.com/themiifyHG/uploavideos/main/uploads/1786433784981_V3opEo8L5FM5QH2OjJwKoAZpshoLZ3ssFx6GuWr8_1.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
.index section{
    margin-bottom:20px;
}




.s-product-card-entry:hover img {
    scale: 1.2;
}

.s-product-card-entry img {
    transition: all 0.3s;
}





body:not(body.product-single) .s-button-element:not(.s-product-card-wishlist-btn):hover {
    background: #EF7411;
    color:#ffffff !important
}

.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(min-width:768px){
    section.s-block--photos-slider:nth-of-type(2){
        display:none;
    }
}
@media(max-width:768px){
    section.s-block--photos-slider:nth-of-type(1){
        display:none;
    }
    section.s-block.s-block--fixed-banner,
section.s-block.s-block--fixed-banner .container {
    padding: 0;
}
    section.s-block--photos-slider .swiper .swiper-slide {
    padding: 0;
}
}