.store-exp-vid {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding-bottom: 50px
}
@media (max-width:991.98px) {
  .store-exp-vid {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px
  }
}
.store-exp-vid:first-child {
  padding-top: 56px
}
.store-exp-vid:last-child {
  padding-bottom: 35px
}
@media (max-width:991.98px) {
  .store-exp-vid:last-child {
    padding-bottom: 0;
  }
}
.store-exp-vid:after {
  content: "";
  width: 50%;
  position: absolute;
  height: 100%;
  /* background-color: #f4f2ed; */
  bottom: 0;
  left: -100px;
  margin: 0;
  top: 0;
  z-index: -1
}
@media (max-width:575.98px) {
  .store-exp-vid:after {
    width: 100%;
    left: 0
  }
}
@media (min-width:992px) {
  .store-exp-vid__col.two {
    margin-right: 50px;
    width: 50%
  }
}
@media (min-width:1212px) {
  .store-exp-vid__col.two {
    margin-right: 40px;
    width: 50%
  }
}
.store-exp-vid__col.one {
  margin-bottom: 40px
}
@media (min-width:992px) {
  .store-exp-vid__col.one {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0
  }
}
.store-exp-vid__thumb {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.store-exp-vid__playBtn {
  cursor: pointer;
  position: absolute
}
.store-exp-vid__playBtn [class^=icon-]::before {
  color: #fdfeff;
  font-size: 100px
}
.store-exp-vid__subTitle {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px
}
@media (max-width:991.98px) {
  .store-exp-vid__subTitle {
    margin-top: 16px
  }
}
.store-exp-vid__title {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 24px
}
@media (max-width:575.98px) {
  .store-exp-vid__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px
  }
}
.store-exp-vid__desc {
  color: #26282b;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px
}
@media (max-width:575.98px) {
  .store-exp-vid__desc {
    font-size: 16px;
    line-height: 20px
  }
}
.store-exp-vid__cta .btn {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:992px) {
  .store-exp-vid__cta .btn {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
.store-exp-vid__cta .btn span {
  font-size: 12px;
  margin-left: 12px
}
/*# sourceMappingURL=maps/store-video-list.css.map */


.store-exp-vid__playBtn .store-rotate img {
  width: auto;
  height: 150px;
}


@media (max-width:576px) {
  .store-exp-vid__playBtn .store-rotate img {
    width: auto;
    height: 120px;
  }
}

  .stores-details-mobile {
    display: none
  }
  @media (max-width:575.98px) {
    .stores-details-mobile {
      display: block
    }
  }
  .stores-details__wrapper {
    padding-top: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .stores-details__slider-desktop {
    width: 780px;
    display: block
  }
  @media (max-width:575.98px) {
    .stores-details__slider-desktop {
      display: none
    }
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-previewer {
    height: 585px;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
  }
  @media (max-width:991.98px) {
    .stores-details__slider-desktop .showcase-wrapper .thumb-previewer {
      height: 100%
    }
  }
  @media (max-width:991px) and (orientation:landscape) {
    .stores-details__slider-desktop .showcase-wrapper .thumb-previewer {
      height: 100%
    }
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-previewer iframe {
    height: 100%;
    width: 100%;
    border: none
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
    margin-top: 16px
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li {
    margin-left: 20px;
    width: -webkit-calc(100% / 4 - 20px);
    width: -moz-calc(100% / 4 - 20px);
    width: calc(100% / 4 - 20px)
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li a {
    display: block;
    position: relative;
    border: 2px solid #fff;
    -webkit-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    transition: .1s ease-in
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li a.active {
    border: 2px solid #7345b3
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li a.d-thumb::before {
    position: absolute;
    content: "";
    background-color: #7345b2;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    opacity: .7
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li a .thumbnail-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-family: BioRhyme;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%
  }
  @media (max-width:991px) and (orientation:landscape) {
    .stores-details__slider-desktop .showcase-wrapper .thumb-img li a .thumbnail-overlay {
      font-size: 18px;
      line-height: 30px;
      padding-top: 10px
    }
  }
  @media (max-width:991.98px) {
    .stores-details__slider-desktop .showcase-wrapper .thumb-img li a .thumbnail-overlay {
      font-size: 18px;
      line-height: 30px;
      padding-top: 10px
    }
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li a .thumbnail-overlay img {
    display: block;
    text-align: center
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li img {
    max-width: 100%
  }
  .stores-details__shop-details {
    width: 356px;
    margin-left: 43px
  }
  @media (max-width:575.98px) {
    .stores-details__shop-details {
      width: 100%;
      margin-left: 0
    }
  }
  .stores-details__shop-details--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #26282b;
    margin-bottom: 8px
  }
  .stores-details__shop-details--address {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #454c53
  }
  .stores-details__shop-details--tel {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #454c53
  }
  .stores-details__shop-details--email {
    margin-bottom: 16px
  }
  .stores-details__shop-details--email a {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #454c53
  }
  .stores-details__shop-details--cta {
    margin-bottom: 40px
  }
  .stores-details__shop-details--brands__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
    color: #26282b
  }
  .stores-details__shop-details--brands__product-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto
  }
  @media (max-width:991.98px) {
    .stores-details__shop-details--brands__product-img {
      margin-bottom: 16px
    }
  }
  .stores-details__shop-details--brands__product-img::-webkit-scrollbar {
    width: 2px;
    height: 8px
  }
  .stores-details__shop-details--brands__product-img::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #7345b3;
    -webkit-border-radius: 5px;
    border-radius: 5px
  }
  .stores-details__shop-details--brands__product-img::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #7345b3;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5)
  }
  .stores-details__shop-details--brands__product-img::-webkit-scrollbar-thumb:window-inactive {
    background: #7345b3
  }
  .stores-details__shop-details--brands__product-img img {
    width: 100%;
    height: 100%
  }
  .stores-details__shop-details--visit__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
    color: #26282b
  }
  .stores-details__shop-details--visit ul {
    margin-bottom: 32px
  }
  .stores-details__shop-details--visit ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
  }
  .stores-details__shop-details--visit ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #454c53
  }
  .stores-details__shop-details--visit ul li span {
    color: #3c6aa8;
    font-size: 40px;
    margin-right: 10px
  }
  @media (max-width:575.98px) {
    .stores-details__shop-details--visit__cta a {
      width: 100%
    }
  }
  .stores-details .store-banner {
    margin: 60px 0
  }
  .stores-details .store-banner picture::before {
    background: rgba(38,40,43,.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }
  .stores-details .store-banner__box {
    position: relative
  }
  .stores-details .store-banner__box--caption {
    color: #fdfeff;
    left: 15%;
    right: 15%;
    position: absolute;
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
  }
  .stores-details .store-banner__box--caption h2 {
    font-family: BioRhyme;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 12px
  }
  @media (max-width:575.98px) {
    .stores-details .store-banner__box--caption h2 {
      font-weight: 400;
      font-size: 24px;
      line-height: 32px
    }
  }
  .stores-details .hero-carousel__bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .stores-details .hero-carousel__buttons {
    display: none
  }
  .stores-details .store-exp-vid {
    margin: 0;
    padding-top: 0
  }
  @media (max-width:991.98px) {
    .stores-details .store-exp-vid {
      margin: 0 auto;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
    }
  }
  @media (max-width:575.98px) {
    .stores-details .store-exp-vid {
      padding-left: 0;
      padding-right: 0
    }
  }.stores-details .breadcrumbs
  .stores-details .store-exp-vid:after {
    position: relative;
    content: "";
    top: unset;
    bottom: unset;
    left: unset;
    background-color: transparent
  }
  @media (max-width:575.98px) {
    .stores-details .bfc {
      padding-top: 0
    }
  }
  @media (max-width:575.98px) {
    .stores-details .product__main-wrapper {
      background-color: #f9f9f6
    }
  }
  /*# sourceMappingURL=maps/stores-details.css.map */

