@charset "UTF-8";
* {
  box-sizing: border-box; }

html,
body {
  overflow-x: hidden; }

.content {
  position: relative; }

.grid {
  z-index: 1; }

.wait {
  position: absolute;
  background-color: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 2; }

.wait .loader {
  position: fixed;
  left: 53%;
  top: 53%;
  margin-top: -30px;
  margin-left: -30px;
  width: 37px;
  height: 37px;
  background: black url(../img/mohito-loader-on-black.png) no-repeat center;
  animation: spin 2.2s infinite; }

@media only screen and (min-width: 769px) {
  .wait .loader {
    left: 51%;
    top: 50%; } }
@keyframes spin {
  50% {
    transform: rotateY(180deg); } }
.hide-loader {
  display: none; }

img,
embed,
object,
video {
  max-width: 100%; }

.desktop-hidden {
  display: none; }

.transparent {
  display: none; }
  .transparent.show {
    opacity: 1;
    visibility: visible; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.lSSlideWrapper {
  overflow: visible;
  position: relative; }
  .lSSlideWrapper .slide-buttons-box {
    position: absolute;
    bottom: 15%;
    left: 10%;
    display: flex;
    flex-wrap: wrap; }
    .lSSlideWrapper .slide-buttons-box .slide-button {
      margin: 7.5px;
      height: 44px;
      padding: 16px 40px;
      transition: background-color 0.15s ease;
      letter-spacing: 1px;
      text-align: center;
      white-space: nowrap; }
      .lSSlideWrapper .slide-buttons-box .slide-button.theme-light {
        background-color: #ffffff;
        color: #000000; }
        .lSSlideWrapper .slide-buttons-box .slide-button.theme-light:hover {
          background-color: #f2f2f2; }
      .lSSlideWrapper .slide-buttons-box .slide-button.theme-dark:hover {
        background-color: #1a1a1a; }
      .lSSlideWrapper .slide-buttons-box .slide-button:hover, .lSSlideWrapper .slide-buttons-box .slide-button:focus {
        text-decoration: none; }
    .lSSlideWrapper .slide-buttons-box.buttons-position-center {
      justify-content: center;
      width: 80%; }
    .lSSlideWrapper .slide-buttons-box.buttons-position-left, .lSSlideWrapper .slide-buttons-box.buttons-position-right {
      justify-content: center;
      width: 50%;
      padding: 0 20px; }
    .lSSlideWrapper .slide-buttons-box.buttons-position-left {
      left: 0; }
    .lSSlideWrapper .slide-buttons-box.buttons-position-right {
      left: auto;
      right: 0; }
    .lSSlideWrapper .slide-buttons-box.buttons-vertical-bottom {
      bottom: 15%; }
    .lSSlideWrapper .slide-buttons-box.buttons-vertical-top {
      bottom: 29%; }
  .lSSlideWrapper .slide-buttons-box .slide-button,
  .lSSlideWrapper button {
    background-color: #000000;
    font: 500 13px Lato, Arial, Helvetica, sans-serif;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    text-transform: uppercase; }
    .lSSlideWrapper .slide-buttons-box .slide-button span,
    .lSSlideWrapper button span {
      font-size: 20px;
      font-weight: 100; }
  .lSSlideWrapper button {
    font-weight: 300;
    opacity: 0;
    padding: 12px 60px;
    position: absolute;
    bottom: 7%;
    left: 12%;
    letter-spacing: 2px; }
    .lSSlideWrapper button:hover {
      opacity: .95; }
  .lSSlideWrapper .transparent {
    position: absolute;
    z-index: 11;
    bottom: 21.5%;
    left: 10%;
    width: 35%; }
  .lSSlideWrapper.usingCss .lSFade > *.active .transparent {
    -webkit-animation: slide 700ms forwards;
    -webkit-animation-delay: 400ms;
    animation: slide 700ms forwards;
    animation-delay: 400ms; }
  .lSSlideWrapper.usingCss .lSFade > *.active button {
    -webkit-animation: button-fadein 800ms forwards;
    -webkit-animation-delay: 700ms;
    animation: button-fadein 800ms forwards;
    animation-delay: 700ms; }
@-webkit-keyframes slide {
  100% {
    left: 4%;
    opacity: 1; } }
@keyframes slide {
  100% {
    left: 4%;
    opacity: 1; } }
  .lSSlideWrapper .slide-button-box {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%); }

@-webkit-keyframes button-fadein {
  100% {
    opacity: 1; } }
@keyframes button-fadein {
  100% {
    opacity: 1; } }
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  text-align: center;
  position: absolute;
  z-index: 10;
  right: calc((100% - 1260px) / 2);
  bottom: 0;
  padding: 30px;
  background-color: transparent; }
  .lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 8px; }
    .lSSlideOuter .lSPager.lSpg > li a {
      background-color: #ffffff;
      border-radius: 0;
      display: inline-block;
      height: 6px;
      width: 30px;
      opacity: .4; }
    .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
      opacity: 1;
      background-color: #ffffff; }

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 5px;
  max-width: 100%;
  display: inline-block; }
  figure picture {
    display: block; }

.slider {
  position: relative;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto 35px auto; }
  .slider .lSSlideOuter,
  .slider .lightSlider {
    overflow: visible;
    max-width: 1920px;
    margin: 0 auto 30px auto; }
  .slider .lightSlider .hidden-slider-image img {
    width: 100%; }
  .slider video {
    width: 100%; }

.slider-gi {
  overflow: hidden;
  max-width: 1260px;
  margin: 0 auto 22px auto; }
  .slider-gi h2 {
    padding-bottom: 6px;
    font-size: 2vw;
    font-weight: 600; }
    .slider-gi h2 a {
      font-weight: 500;
      text-decoration: none; }
      .slider-gi h2 a:after {
        content: '»';
        padding-left: .25vw;
        opacity: 0;
        transition: all .3s; }
      .slider-gi h2 a:hover {
        text-decoration: none;
        opacity: .8;
        transition: all .3s; }
        .slider-gi h2 a:hover:after {
          padding-left: .75vw;
          opacity: 1; }
    .slider-gi h2:after {
      content: '';
      clear: both;
      display: block; }
  .slider-gi .lightSlider a {
    overflow: hidden;
    display: block; }
    .slider-gi .lightSlider a img {
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .slider-gi .lightSlider a:hover img {
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .slider-gi ul {
    overflow: hidden;
    width: 4000px; }
  .slider-gi li {
    margin: 0;
    width: 11.5%;
    float: left;
    display: inline-block; }

.product-row {
  max-width: 1260px;
  margin: 0 auto 10px;
  font-size: 14px;
  position: relative; }
  .product-row h2 {
    padding-bottom: 5px;
    font-size: 2vw;
    font-weight: 600; }
    .product-row h2 a {
      font-weight: 500;
      text-decoration: none; }
      .product-row h2 a:after {
        content: '»';
        padding-left: .25vw;
        opacity: 0;
        transition: all .3s; }
      .product-row h2 a:hover {
        text-decoration: none;
        opacity: .8;
        transition: all .3s; }
        .product-row h2 a:hover:after {
          padding-left: .75vw;
          opacity: 1; }
  .product-row figure,
  .product-row li.lslide,
  .product-row li.clone {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    width: calc(25% - 18px); }
    .product-row figure:first-of-type,
    .product-row li.lslide:first-of-type,
    .product-row li.clone:first-of-type {
      margin-left: 0; }
    .product-row figure:last-of-type,
    .product-row li.lslide:last-of-type,
    .product-row li.clone:last-of-type {
      margin-right: 0; }
    .product-row figure a,
    .product-row li.lslide a,
    .product-row li.clone a {
      text-decoration: none;
      display: block;
      height: 100%;
      min-height: 100%; }
    .product-row figure picture,
    .product-row li.lslide picture,
    .product-row li.clone picture {
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
      .product-row figure picture:first-of-type,
      .product-row li.lslide picture:first-of-type,
      .product-row li.clone picture:first-of-type {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
      .product-row figure picture:last-of-type,
      .product-row li.lslide picture:last-of-type,
      .product-row li.clone picture:last-of-type {
        opacity: 0; }
    .product-row figure figcaption,
    .product-row li.lslide figcaption,
    .product-row li.clone figcaption {
      width: 100%;
      height: 2.5vw;
      min-height: 36px;
      text-align: left;
      font-size: 1.1rem;
      line-height: 1.4rem;
      position: relative;
      top: 3px; }
      .product-row figure figcaption p,
      .product-row li.lslide figcaption p,
      .product-row li.clone figcaption p {
        width: 60%;
        position: absolute;
        top: 0;
        left: 0;
        height: 1vw;
        text-transform: capitalize; }
      .product-row figure figcaption aside,
      .product-row li.lslide figcaption aside,
      .product-row li.clone figcaption aside {
        width: 42%;
        position: absolute;
        top: 0;
        right: 0; }
        .product-row figure figcaption aside span,
        .product-row li.lslide figcaption aside span,
        .product-row li.clone figcaption aside span {
          font-weight: 500;
          display: block;
          position: absolute;
          white-space: nowrap;
          right: 0; }
          .product-row figure figcaption aside span .currency,
          .product-row li.lslide figcaption aside span .currency,
          .product-row li.clone figcaption aside span .currency {
            font-size: 0.75em;
            padding-left: .25vw; }
        .product-row figure figcaption aside .old-price,
        .product-row li.lslide figcaption aside .old-price,
        .product-row li.clone figcaption aside .old-price {
          font-size: 75%;
          text-decoration: line-through;
          position: absolute;
          top: 1rem;
          right: 0; }
        .product-row figure figcaption aside .new-price,
        .product-row li.lslide figcaption aside .new-price,
        .product-row li.clone figcaption aside .new-price {
          color: red;
          font-size: 95%; }
    .product-row figure:hover picture:first-of-type,
    .product-row li.lslide:hover picture:first-of-type,
    .product-row li.clone:hover picture:first-of-type {
      opacity: 0; }
    .product-row figure:hover picture:last-of-type,
    .product-row li.lslide:hover picture:last-of-type,
    .product-row li.clone:hover picture:last-of-type {
      opacity: 1; }
  .product-row ul.lightSlider {
    overflow: hidden;
    width: 3000px;
    opacity: 0; }
    .product-row ul.lightSlider.fadeIn {
      -webkit-transition: all 600ms ease-in;
      -moz-transition: all 600ms ease-in;
      -ms-transition: all 600ms ease-in;
      -o-transition: all 600ms ease-in;
      transition: all 600ms ease-in;
      opacity: 1; }
  .product-row li.lslide,
  .product-row li.clone {
    margin: 0;
    width: 11.5%;
    float: left; }
  .product-row .lSAction > a {
    top: calc(50% - 40px); }
    .product-row .lSAction > a:before {
      content: '';
      position: absolute;
      top: -15px;
      display: block;
      width: 50px;
      height: 100px;
      -webkit-transition: background 300ms ease-in;
      -moz-transition: background 300ms ease-in;
      -ms-transition: background 300ms ease-in;
      -o-transition: background 300ms ease-in;
      transition: background 300ms ease-in; }
    .product-row .lSAction > a.lSNext:before {
      right: -10px; }
    .product-row .lSAction > a.lSPrev:before {
      left: -10px; }
    .product-row .lSAction > a:hover:before {
      background-color: rgba(0, 0, 0, 0.1); }

.info-row {
  background-color: #d3b99e;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1260px;
  margin: 0 auto 15px;
  padding: 30px 15px; }
  .info-row.text-black .info-header {
    color: #222; }
  .info-row.text-black .info-button {
    background: #222; }
    .info-row.text-black .info-button a {
      color: #f6f4f2; }
  .info-row.text-white .info-header {
    color: #f6f4f2; }
  .info-row.text-white .info-button {
    background: #f6f4f2; }
    .info-row.text-white .info-button a {
      color: #222; }
  .info-row.text-right {
    flex-direction: row-reverse; }
    .info-row.text-right .info-button {
      margin-left: 0;
      margin-right: 50px; }
  .info-row .info-header {
    align-self: center;
    font-size: 32px; }
    .info-row .info-header h2 {
      text-align: center; }
  .info-row .info-button {
    min-width: 200px;
    max-height: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 5px 26px;
    margin-left: 50px;
    white-space: nowrap; }
    .info-row .info-button:hover {
      cursor: pointer; }
    .info-row .info-button a {
      text-decoration: none; }

.social-row {
  font-size: 14px;
  max-width: 1260px;
  margin: 25px auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .social-row figure:first-child {
    margin: 0 20px 0 0;
    vertical-align: top;
    width: calc(25% - 18.8px); }
  .social-row figure:last-child {
    width: calc(74% + 6px);
    margin: 0; }
  .social-row figure a {
    display: block;
    overflow: hidden;
    position: relative; }
    .social-row figure a source,
    .social-row figure a img {
      -moz-transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -o-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
    .social-row figure a:hover source,
    .social-row figure a:hover img {
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .social-row figure a:hover figcaption {
      opacity: .9; }
  .social-row h2 {
    font-size: 2.15vw;
    font-weight: 600;
    line-height: 1;
    margin-top: 50%;
    transform: translateY(-50%);
    text-align: justify; }
  .social-row h3 {
    font-size: 1.3vh;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: normal;
    transform: translateY(-30%);
    text-align: justify; }
    .social-row h3:after {
      content: "";
      display: inline-block;
      width: 100%; }

.lightSlider a > img:first-of-type {
  display: block;
  visibility: visible; }

.front-page .top-info-bar .lSSlideOuter {
  max-width: 100%;
  padding-left: 0; }
.front-page > .section {
  margin-top: 116px; }

.header-cnt {
  background-color: #000000;
  text-align: center; }
  .header-cnt h1 {
    color: #ffffff;
    font-size: 2em;
    padding: 7px 0; }

.cms-home .footer {
  border-top: 0;
  z-index: 3;
  position: relative; }

@media screen and (max-width: 1600px) {
  .social-row h2 {
    font-size: 2vw; }
  .social-row h3 {
    font-size: 1.5vh; } }
@media screen and (max-width: 1366px) {
  .front-page .slider {
    width: auto; }
  .front-page > .section .grid {
    padding: 0 22px 0; }

  .slider .lSSlideOuter,
  .slider .lightSlider {
    max-width: 100%; }

  .social-row h2 {
    font-size: 2vw; }
  .social-row h3 {
    font-size: 1.5vh;
    letter-spacing: 1px; } }
@media screen and (max-width: 1200px) {
  .lSSlideOuter .lSPager.lSpg {
    padding: 20px;
    right: 0; }
    .lSSlideOuter .lSPager.lSpg > li a {
      height: 4px; }

  .slider .lightSlider .lslide:not(.mainSlider-slide) a > img:first-of-type {
    width: 40%; }

  .social-row figure:last-child {
    width: calc(74% + 4px); }
  .social-row h2 {
    font-size: 3.1vw; }
  .social-row h3 {
    font-size: 1.3vh; }

  .product-row figure figcaption {
    height: 3vw;
    font-size: 1.4vw;
    line-height: 1.2vw; } }
@media screen and (max-width: 1023px) {
  .front-page > .section {
    margin-top: 70px;
    padding-top: 0; }
    .front-page > .section .grid {
      padding: 0 15px 1.4vh; }

  .lSSlideWrapper button {
    padding: 8px 40px;
    font-size: 12px;
    left: 10%; }

  .lSSlideOuter .lSPager.lSpg > li a {
    height: 3px;
    width: 20px; }

  .product-row figure,
  .product-row li.lslide,
  .product-row li.clone {
    min-height: 260px; }
    .product-row figure figcaption,
    .product-row li.lslide figcaption,
    .product-row li.clone figcaption {
      font-size: .9rem;
      top: 0; }
      .product-row figure figcaption aside .old-price,
      .product-row li.lslide figcaption aside .old-price,
      .product-row li.clone figcaption aside .old-price {
        top: .9rem; }

  .social-row {
    margin: 30px auto 40px; }
    .social-row figure:first-child {
      width: calc(25% - 19px); }
    .social-row figure:last-child {
      width: calc(74% + 2px); }
    .social-row h2 {
      font-size: 2.9vw; }
    .social-row h3 {
      font-size: 1vh;
      letter-spacing: normal; } }
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .front-page > .section {
    margin-top: 115px; } }
@media screen and (max-width: 1024px) {
  .info-row .info-button {
    min-width: auto; } }
@media screen and (max-width: 768px) {
  .mobile-hidden {
    display: none; }

  .desktop-hidden {
    display: block; }

  .product-row {
    display: block;
    margin: 0 15px; }
    .product-row figure,
    .product-row li.lslide,
    .product-row li.clone {
      display: inline-block;
      width: calc(25% - 14px);
      min-height: 270px;
      margin: 0 10px 0 0; }
      .product-row figure:last-of-type,
      .product-row li.lslide:last-of-type,
      .product-row li.clone:last-of-type {
        margin-right: 10px; }
    .product-row h2 {
      font-size: 3vw; }

  .info-row .info-header h2 {
    font-size: 24px; }
  .info-row .info-button {
    font-size: 20px; }

  .social-row {
    margin: 20px 15px 30px; }
    .social-row figure:first-child {
      margin: 0 14px 0 0; }
    .social-row figure:last-child {
      width: calc(74% + 6px); }
    .social-row h2 {
      font-size: 2.7vw; }
    .social-row h3 {
      font-size: .75vh; }
    .social-row .lSSlideWrapper .lSAction > a {
      top: calc(50% - 40px);
      margin-top: 0; }

  .front-page > .section {
    position: relative;
    margin-top: 45px; }
    .front-page > .section .grid {
      padding: 0 0 1.4vh 0; }
  .front-page .top-info-bar {
    padding: 0;
    width: 100%; }

  .slider {
    padding-left: 0;
    padding-right: 0;
    margin: 45px 0 15px; }
    .slider .lSSlideWrapper button {
      padding: 10px 60px;
      font-size: 16px; }
    .slider .lSSlideWrapper .slide-buttons-box {
      bottom: 12%;
      padding: 0; }
      .slider .lSSlideWrapper .slide-buttons-box .slide-button {
        margin: 5px;
        height: 40px;
        padding: 14px 22px; }
      .slider .lSSlideWrapper .slide-buttons-box.buttons-mobile-position-center {
        justify-content: center;
        left: 10%;
        width: 80%; }
      .slider .lSSlideWrapper .slide-buttons-box.buttons-mobile-position-left {
        justify-content: flex-start;
        left: 12%;
        width: 75%; }
      .slider .lSSlideWrapper .slide-buttons-box.buttons-mobile-position-right {
        justify-content: flex-end;
        left: auto;
        right: 12%;
        width: 75%; }
      .slider .lSSlideWrapper .slide-buttons-box.buttons-mobile-vertical-center {
        bottom: 150px; }
      .slider .lSSlideWrapper .slide-buttons-box.buttons-mobile-vertical-bottom {
        bottom: 50px; }
    .slider .lSSlideWrapper.usingCss .lSFade > *.active .transparent {
      bottom: 19%;
      width: 70%; }
  @-webkit-keyframes slide {
    100% {
      left: 10%;
      opacity: 1; } }
  @keyframes slide {
    100% {
      left: 10%;
      opacity: 1; } }
    .slider .lightSlider .lslide:not(.mainSlider-slide) a > img:first-of-type {
      width: 50%; }
    .slider .lSAction > a {
      top: calc(50% - 40px);
      margin-top: 0;
      z-index: 20; }

  .header-cnt h1 {
    font-size: 1.4em; }

  .lSSlideOuter .lSPager.lSpg > li a {
    height: 5px;
    width: 15px; }

  .slider-gi {
    margin: 0 15px; }
    .slider-gi h2 {
      font-size: 3vw; }

  #footer {
    position: relative; } }
@media screen and (max-width: 768px) and (orientation: landscape) {
  .slider .lightSlider .lslide a > img {
    max-width: 100%;
    transform: none; } }
@media screen and (max-width: 480px) {
  .front-page > .section {
    top: 0; }

  .slider .lSSlideWrapper button {
    display: none; }
  .slider .lSSlideWrapper.usingCss .lSFade > *.active .transparent {
    bottom: 15%; }
  .slider .lightSlider .lslide:not(.mainSlider-slide) a > img:first-of-type {
    width: 50%; }
  .slider .lSSlideOuter .lSPager.lSpg {
    width: 100%;
    right: 0;
    padding: 10px; }
    .slider .lSSlideOuter .lSPager.lSpg > li a {
      width: 20px; }

  .slider-gi {
    margin: 10px 0; }
    .slider-gi h2 {
      font-size: 7.5vw;
      line-height: 8vw;
      margin-left: 10px; }
    .slider-gi .lSSlideOuter {
      padding-bottom: 20px;
      position: relative; }
      .slider-gi .lSSlideOuter .lSPager.lSpg {
        right: 0;
        bottom: -20px;
        width: 100%; }
        .slider-gi .lSSlideOuter .lSPager.lSpg > li a {
          background-color: rgba(34, 34, 34, 0.5); }
          .slider-gi .lSSlideOuter .lSPager.lSpg > li a.active {
            background-color: rgba(34, 34, 34, 0.9); }
    .slider-gi .hidden-slider-image {
      opacity: .4; }
      .slider-gi .hidden-slider-image.active {
        opacity: 1; }
      .slider-gi .hidden-slider-image img {
        max-width: 100%; }

  .product-row {
    margin: 0 10px; }
    .product-row h2 {
      font-size: 7.5vw;
      line-height: 8vw; }
    .product-row figure {
      width: calc(50% - 9px);
      min-height: auto; }
      .product-row figure:nth-of-type(even) {
        margin-right: 0; }
      .product-row figure:nth-of-type(odd) {
        margin-left: 0; }
      .product-row figure figcaption {
        height: 40px; }
    .product-row li.lslide,
    .product-row li.clone {
      min-height: 440px; }
      .product-row li.lslide picture,
      .product-row li.lslide img,
      .product-row li.clone picture,
      .product-row li.clone img {
        width: 100%; }
      .product-row li.lslide figcaption aside span .currency,
      .product-row li.clone figcaption aside span .currency {
        padding-left: 1vw; }
    .product-row .lSSlideOuter .lSPager.lSpg {
      width: 100%;
      right: 0;
      bottom: 35px;
      padding: 10px; }
      .product-row .lSSlideOuter .lSPager.lSpg > li a {
        width: 20px; }

  .info-row {
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    margin: 0 10px 15px; }
    .info-row.text-right {
      flex-direction: column; }
      .info-row.text-right .info-button {
        margin-right: 0; }
    .info-row .info-header h2 {
      font-size: 17px; }
    .info-row .info-button {
      font-size: 16px;
      margin: 10px 0 0; }

  .social-row {
    margin: 20px 10px 30px;
    display: block; }
    .social-row .social_header {
      overflow: hidden;
      height: 20vw; }
      .social-row .social_header img {
        margin-top: 0; }
    .social-row figure {
      width: 100%;
      margin: 0;
      display: block; }
      .social-row figure:first-child {
        width: 75%;
        margin: 0 auto; }
      .social-row figure:last-child {
        width: 100%; }
      .social-row figure a:after {
        display: none; }
    .social-row h2,
    .social-row h3 {
      text-align: center;
      transform: none; }
    .social-row h2 {
      font-size: 6vw;
      margin: 0; }
    .social-row h3 {
      font-size: 3.2vw;
      line-height: 4vw; }
    .social-row .lSSlideWrapper .lSAction > a {
      position: absolute; }
    .social-row .lSSlideOuter {
      padding-bottom: 15px; }
      .social-row .lSSlideOuter .lSAction {
        position: absolute;
        top: 54%;
        width: 100%;
        z-index: 10; }
      .social-row .lSSlideOuter .lSPager.lSpg {
        width: 100%;
        right: 0;
        bottom: 0; }
        .social-row .lSSlideOuter .lSPager.lSpg > li {
          padding: 0 5px; }
          .social-row .lSSlideOuter .lSPager.lSpg > li a {
            background-color: rgba(34, 34, 34, 0.5); }
            .social-row .lSSlideOuter .lSPager.lSpg > li a.active {
              background-color: rgba(34, 34, 34, 0.9); }
    .social-row .hidden-slider-image {
      opacity: .4; }
      .social-row .hidden-slider-image.active {
        opacity: 1; } }
@media screen and (max-width: 420px) {
  .slider .lSSlideWrapper .slide-buttons-box {
    bottom: 8%;
    left: 12.5%;
    width: 75%; }
    .slider .lSSlideWrapper .slide-buttons-box .slide-button {
      margin: 5px;
      height: 36px;
      padding: 12px 20px; } }

/*# sourceMappingURL=style.css.map */
