/* Functions */
.main_slideshow {
  padding-bottom: 15px;
  margin-bottom: 5em;
  margin-top: 3em;
  position: relative;
}

#dressing_bar_moto {
  display: block;
  padding: 1em 2em 2em 2em;
}

#dressing_bar_moto h1 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #231f20;
  max-width: 1000px;
}

.clickcall_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #231f20;
  color: #fff;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 600;
  border-radius: 0px;
  padding: 6px 12px;
  max-width: 210px;
  margin: 0 20px;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: -13px;
  top: 20px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 100;
}

.clickcall_btn:hover {
  background: #dac5ca;
}

@media (min-width: 400px) {
  .main_slideshow {
    padding-bottom: 15px;
    margin-bottom: 10em;
    margin-top: 0em;
  }
  #dressing_bar_moto h1 {
    font-size: 1.9rem;
  }
}

@media (min-width: 500px) {
  #dressing_bar_moto {
    width: 90%;
    padding: 5em 2em;
  }
  #dressing_bar_moto h1 {
    font-size: 2.5rem;
  }
  .main_slideshow {
    margin-bottom: 16em;
  }
}

@media (min-width: 768px) {
  .main_slideshow {
    margin-bottom: 20em;
  }
  #dressing_bar_moto {
    padding: 5em 0px;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  #dressing_bar_moto {
    display: none;
  }
  .main_slideshow {
    margin-bottom: 30em;
  }
}

.slideshow_wrapper {
  background-color: transparent;
  width: 100%;
  height: 320px;
  position: relative;
}

.slideshow_wrapper h1 {
  color: #231f20;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  font-weight: 400;
  text-transform: uppercase;
}

.slideshow_wrapper h1 em {
  font-weight: 200;
  font-style: normal;
  font-size: 0.76em;
  line-height: 1.1;
}

.slidehow_container {
  height: 100%;
  width: 100%;
}

.single_slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single_slide .single_slide_transform {
  position: relative;
}

.single_slide .single_slide_title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 300px;
  max-width: 85vw;
  height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.single_slide .single_slide_title h1 {
  position: relative;
  top: -10%;
  left: 25px;
}

.slideshow_controls {
  position: absolute;
  bottom: -25px;
  right: 0px;
  z-index: 10;
}

.slideshow_info .arrow_link {
  display: none;
}

.slideshow_info {
  position: absolute;
  bottom: -25px;
  left: 25px;
  z-index: 10;
}

.slideshow_numbers {
  text-align: center;
}

.slideshow_numbers h1 {
  color: #231f20;
  /*  transform: rotate(-90deg);*/
  font-weight: 500;
  margin-bottom: 5px;
}

.slideshow_numbers:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 3rem;
  background: #231f20;
}

.single_slide_media_wrapper {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  position: relative;
  top: -20px;
  margin: 0;
  -webkit-transform: translateY(-31%) translateX(-26%) scale(0.34);
          transform: translateY(-31%) translateX(-26%) scale(0.34);
  max-width: 295px;
}

#home_slideshow .swiper-container {
  overflow: visible;
}

.single_slide .single_slide_title {
  display: none;
}

.slide_product_title {
  font-size: 3rem;
  font-weight: 500;
  color: #231f20;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1.2;
  max-width: 210px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.slide_product_title a {
  color: inherit;
  font-weight: 500;
}

.slide_product_title a:focus, .slide_product_title a:hover {
  color: #444;
}

.slide_product_designer {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.slide_product_designer a {
  color: inherit;
}

.slide_product_designer a:focus, .slide_product_designer a:hover {
  color: #f1f1f1;
}

.slide_product_price {
  font-size: 1.8rem;
  font-weight: 500;
  color: #231f20;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 0.5em;
  border-top: solid 1px #231f20;
  display: inline-block;
  max-width: 70px;
}

@media (min-width: 400px) {
  .slide_product_title {
    font-size: 2.8rem;
  }
  .slide_product_designer {
    font-size: 2rem;
  }
  .slideshow_wrapper {
    height: 410px;
  }
  .slideshow_wrapper h1 {
    font-size: 2rem;
  }
  .single_slide_media_wrapper {
    -webkit-transform: translateY(-25%) translateX(-19%) scale(0.44);
            transform: translateY(-25%) translateX(-19%) scale(0.44);
    max-width: 395px;
  }
  .slideshow_numbers:after {
    width: 2px;
    height: 4rem;
  }
}

@media (min-width: 500px) {
  .slideshow_wrapper {
    height: 520px;
  }
  .slideshow_wrapper h1 {
    font-size: 2rem;
  }
  .single_slide_media_wrapper {
    -webkit-transform: translateY(-17%) translateX(-13%) scale(0.57);
            transform: translateY(-17%) translateX(-13%) scale(0.57);
    max-width: 495px;
  }
  .slideshow_numbers:after {
    width: 2px;
    height: 4rem;
  }
}

@media (min-width: 768px) {
  .slide_product_title {
    font-size: 1.8rem;
  }
  .slide_product_designer {
    font-size: 1.3rem;
  }
  .slideshow_wrapper {
    height: 550px;
  }
  .slideshow_wrapper h1 {
    font-size: 2.5rem;
  }
  .slideshow_numbers:after {
    height: 6rem;
  }
  .single_slide_media_wrapper {
    -webkit-transform: translateY(-14%) translateX(0%) scale(0.7);
            transform: translateY(-14%) translateX(0%) scale(0.7);
    max-width: 760px;
  }
  .single_slide_transform {
    display: none;
  }
}

@media (min-width: 992px) {
  .slideshow_wrapper h1 {
    font-size: 2rem;
    font-weight: 500;
  }
  .single_slide .single_slide_title {
    display: block;
    width: 360px;
  }
  .single_slide .single_slide_title h1 {
    left: 165px;
  }
  .slideshow_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .slideshow_info .arrow_link {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5vw;
  }
  .slideshow_info .arrow_link .arrow_link_arrow {
    height: 12px;
    width: 90px;
  }
  .single_slide_transform {
    display: block;
  }
}

@media (min-width: 1200px) {
  .slideshow_wrapper {
    height: 750px;
  }
  .slideshow_wrapper h1 {
    font-size: 2.63rem;
  }
  .slideshow_numbers:after {
    height: 8rem;
  }
  .slideshow_info .arrow_link {
    margin-top: 3em;
  }
  .slideshow_info .arrow_link .arrow_link_arrow {
    height: 18px;
    width: 140px;
  }
  .single_slide_media_wrapper {
    -webkit-transform: translateY(-5%) scale(0.85);
            transform: translateY(-5%) scale(0.85);
  }
  .single_slide .single_slide_title h1 {
    left: 5px;
  }
}

@media (min-width: 1440px) {
  .slideshow_wrapper h1 {
    font-size: 3.3rem;
  }
  .single_slide .single_slide_title {
    width: 600px;
  }
  .single_slide_media_wrapper {
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }
}

.single_slide_media {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 300px 700px;
  -ms-grid-columns: 440px 60px 340px;
      grid-template: 300px 700px / 440px 60px 340px;
  /* flex-direction: column;*/
  /* background-color: $brown;*/
}

.single_slide_media img {
  height: 100%;
  width: auto;
  /* max-width: 768px;*/
}

.single_slide_deco, .single_slide_media_image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

.single_slide_media_circle {
  width: 400px;
  height: 400px;
  background: #dac5ca;
  border-radius: 100%;
  z-index: 10;
}

.single_slide_media_outline {
  width: 600px;
  height: 600px;
  background: transparent;
  border: solid 20px #b09fa3;
  border-radius: 100%;
  z-index: 10;
}

.single_slide_media_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.0;
  display: none;
}

.swiper-slide-active .single_slide_media_data {
  opacity: 1;
}

.slide_show_subtitle .woocommerce-message, .slide_show_subtitle .woocommerce-info, .slide_show_subtitle .woocommerce-error, .slide_show_subtitle .woocommerce-noreviews, .slide_show_subtitle p.no-comments, .slide_show_subtitle .cart-empty {
  background: transparent;
  color: #231f20;
  padding: 1em 0;
}
/*# sourceMappingURL=slideshow.css.map */