/*
 * swiper slider custom css storefront fit
 */


 div.bandeau-slide{
     position: absolute;
     z-index: 1;
     width: 100%;
     height: 60px !important;
     top: 50%;
     margin-top: -30px;
     background: #646464;
     background: rgba(100, 100, 100, 0.65);
     line-height: 60px !important;
     text-align: center;
 }
 div.bandeau-slide h2{
    height: 60px !important;
    line-height: 60px !important;
 }
/* call to action silder buttons cta-btn-dark */
 a.cta-btn-dark {
    position: absolute;
    z-index: 3;
    top: 80%;
    left: 50%;
    width: 300px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-top: -40px;
    margin-left: -150px;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a.cta-btn-dark:hover {
    background: #fff;
    background: rgba(255,255,255,0.6);
}

.swiper-button-next .dashicons,
.swiper-button-prev .dashicons{
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none!important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
    background-image: none!important;
}

#slider-intro > div > .swiper-button-prev,
#slider-intro > div > .swiper-button-next {
    position: absolute !important;
    top: 50% !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
         flex-direction: column !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    -moz-box-pack: center !important;
         justify-content: center !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    -moz-box-align: start !important;
         align-items: flex-start !important;
}

#slider-intro > div > .swiper-button-next {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    -moz-box-align: end !important;
         align-items: flex-end !important;
}


img.desktop-slider-img-mobile{
    height: auto;
    max-width: 100%;
    display: block;
    width: 100%;
}

img.desktop-slider-img{
  display: none;
}

@media (min-width: 700px){

  img.desktop-slider-img {
      height: auto!important;
      max-width: 100% !important;
      display: block!important;
      width: 100% !important;
  }

  img.desktop-slider-img-mobile{
    display: none !important;
  }

}

/*
 * End swiper slider custom css storefront fit
 */
