/* Add custom CSS styles below */ 
/*transparent to img*/
 .s-block--fixed-banner 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:0;
    width:100%;
}
section.s-block.s-block--photos-slider {
    margin-top:0;
}
section.s-block--photos-slider  button.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    visibility:hidden;
}
/*title image*/
.image-title h1 {
    color:white !important;
}

@media(min-width:768px){
    .landing-page-first-banner .item-text h1{
        font-size:58px !important;
        text-shadow:0px 5px #2060D8;
    }
    .landing-page-first-banner .item-text  {
    width:600px !important;
    }
    .g_features .grid{
     border:solid #2060D8;
     border-width:0 20px;
     border-radius:50px;
     padding:50px;
    }
}
@media(max-width:768px){
     .landing-page-first-banner .item-text h1{
        font-size:18px !important;
        text-shadow:0px 5px #2060D8;
    }
     .landing-page-first-banner .item-text  {
    width:200px !important;
    }
     
}
.store-footer__inner {
        background-color: #060c1e !important;
}
#mainnav{
    background-color:#ffffff;
}
select#product-filter {
    color:black;
}