/* ANIMATION */
/* ANIMATION */
/* ANIMATION */
.slide_video {
  position: relative;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
  .slide_video a {
    display: block;
    z-index: 4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .slide_video.zoomed {
    -webkit-transition: opacity 0s ease 0s;
    -moz-transition: opacity 0s ease 0s;
    -o-transition: opacity 0s ease 0s;
    transition: opacity 0s ease 0s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .slide_video.not_clickable {
    pointer-events: none; }
  .desktop .slide_video .slide_video_content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 2s ease 0s;
    -moz-transition: opacity 2s ease 0s;
    -o-transition: opacity 2s ease 0s;
    transition: opacity 2s ease 0s; }
  .desktop .slide_video.visible .slide_video_content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .slide_video .slide_video_content {
    position: relative; }
  .slide_video video {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3; }
  .slide_video .slide_video_borders {
    position: absolute;
    z-index: 3;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, 0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .desktop .slide_video:hover img {
    -webkit-transform: translateX(0px) scale(1);
    -moz-transform: translateX(0px) scale(1);
    -o-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .desktop .slide_video:hover .slide_video_borders {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .desktop .slide_video:hover .slide_video_button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s; }
  .slide_video .slide_video_logo {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%; }
    .slide_video .slide_video_logo img {
      position: absolute;
      height: 50%;
      width: auto;
      height: 50%;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) scale(1);
      -o-transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
      transform: translateX(-50%) translateY(-50%) scale(1); }
  .slide_video .slide_play_icon {
    cursor: pointer;
    position: absolute;
    background-size: 100%;
    z-index: 300;
    top: 50%;
    left: 50%; }
    .slide_video .slide_play_icon .slide_play_button_content {
      -webkit-transform: translateX(-49.9%) translateY(-49.9%) scale(1);
      -moz-transform: translateX(-49.9%) translateY(-49.9%) scale(1);
      -o-transform: translateX(-49.9%) translateY(-49.9%) scale(1);
      -ms-transform: translateX(-49.9%) translateY(-49.9%) scale(1);
      transform: translateX(-49.9%) translateY(-49.9%) scale(1);
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      width: 35px;
      height: 35px; }
    .slide_video .slide_play_icon div {
      position: absolute; }
    .slide_video .slide_play_icon .play_top1,
    .slide_video .slide_play_icon .play_top2,
    .slide_video .slide_play_icon .play_bottom1,
    .slide_video .slide_play_icon .play_bottom2 {
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      width: 12.5px;
      height: 1px;
      background: white; }
    .slide_video .slide_play_icon .play_top2,
    .slide_video .slide_play_icon .play_bottom2 {
      right: 0px; }
    .slide_video .slide_play_icon .play_bottom1,
    .slide_video .slide_play_icon .play_bottom2 {
      bottom: 0px; }
    .slide_video .slide_play_icon .play_middletop1,
    .slide_video .slide_play_icon .play_middletop2,
    .slide_video .slide_play_icon .play_middlebottom1,
    .slide_video .slide_play_icon .play_middlebottom2 {
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      height: 12.5px;
      width: 1px;
      background: white; }
    .slide_video .slide_play_icon .play_middlebottom1,
    .slide_video .slide_play_icon .play_middlebottom2 {
      bottom: 0px; }
    .slide_video .slide_play_icon .play_middletop2,
    .slide_video .slide_play_icon .play_middlebottom2 {
      right: 0px; }
    .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content {
      width: 41px;
      height: 41px; }
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_top1,
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_top2,
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_bottom1,
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_bottom2 {
        height: 2px;
        width: 12.5px; }
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_middletop1,
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_middletop2,
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_middlebottom1,
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_middlebottom2 {
        width: 2px;
        height: 12.5px; }
  .slide_video .slide_video_button {
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    width: 50px;
    height: 50px;
    background: url("../img/play_button.png");
    background-position: right;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
    @media only screen and (max-width: 737px) {
      .slide_video .slide_video_button {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transform: translateX(0%) translateY(0%) scale(1);
        -moz-transform: translateX(0%) translateY(0%) scale(1);
        -o-transform: translateX(0%) translateY(0%) scale(1);
        -ms-transform: translateX(0%) translateY(0%) scale(1);
        transform: translateX(0%) translateY(0%) scale(1);
        width: 60px;
        height: 60px;
        top: 0;
        left: auto;
        right: 0;
        background-position: right; } }
    @media only screen and (max-width: 1024px) {
      .slide_video .slide_video_button {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transform: translateX(0%) translateY(0%) scale(1);
        -moz-transform: translateX(0%) translateY(0%) scale(1);
        -o-transform: translateX(0%) translateY(0%) scale(1);
        -ms-transform: translateX(0%) translateY(0%) scale(1);
        transform: translateX(0%) translateY(0%) scale(1);
        top: 0;
        left: auto;
        right: 0;
        background-position: right;
        width: 50px;
        height: 50px; }
        .slide_video .slide_video_button.black_picto {
          background-position: left; } }
  .slide_video .slide_video_text {
    position: absolute;
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    font-size: 13px;
    color: #424242;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s; }
    @media only screen and (max-width: 737px) {
      .slide_video .slide_video_text {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        margin-top: 3px;
        position: relative;
        bottom: auto; } }
  .slide_video:hover .slide_video_text {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.fullscreen-video-container {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 205;
  transition: all 0.5s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
  @media only screen and (max-width: 737px) {
    .fullscreen-video-container {
      position: fixed;
      top: 50% !important;
      left: 50% !important;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); } }
  .fullscreen-video-container.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.fullscreen-video-container.opened {
  top: 0%; }

.fullscreen-video {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  font-size: 0px; }

.fullscreen-video-player {
  margin-top: 10px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
  .fullscreen-video-player.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.fullscreen-video-cover {
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  width: 100%;
  min-height: 10px;
  display: none; }

.fullscreen-video-loading {
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  background: #000;
  width: 100%;
  min-height: 10px;
  display: none;
  background: url(../img/loading.gif) center center no-repeat;
  background-size: 25px; }

.fullscreen-video-overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 300;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.fullscreen-video-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 10px;
  opacity: 0; }

.fullscreen-video-playbutton {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(../img/player_sprite.png) right bottom no-repeat;
  background-size: 30px 60px;
  cursor: pointer; }

.fullscreen-video-playbutton.paused {
  background-position: right top; }

.fullscreen-video-progressbar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 80%;
  width: calc(100% - 30px);
  height: 2px;
  background: #909090; }

.fullscreen-video-progress {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  background: #fff;
  width: 0%; }

.slide_products .slide_products_content {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
  @media only screen and (max-width: 737px) {
    .slide_products .slide_products_content {
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -o-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px); } }

.slide_products.visible .slide_products_content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 1.2s ease-out, transform 0.9s ease-in-out; }

.slide_products .slide_products_content {
  position: relative;
  overflow: hidden;
  text-align: right;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

@media only screen and (max-width: 1023px) {
  .slide_products .slide_image_content {
    pointer-events: none;
    cursor: default; } }

.slide_products img {
  -webkit-transform: translateX(0px) scale(1);
  -moz-transform: translateX(0px) scale(1);
  -o-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%; }
  .slide_products img.lazy {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }

.slide_products .slide_products_button_white,
.slide_products .slide_products_button_black {
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: 50px;
  height: 50px;
  background: url("../img/hangtag_button.png");
  background-position: right;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
  @media only screen and (max-width: 737px) {
    .slide_products .slide_products_button_white,
    .slide_products .slide_products_button_black {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=100);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-transform: translateX(0%) translateY(0%) scale(1);
      -moz-transform: translateX(0%) translateY(0%) scale(1);
      -o-transform: translateX(0%) translateY(0%) scale(1);
      -ms-transform: translateX(0%) translateY(0%) scale(1);
      transform: translateX(0%) translateY(0%) scale(1);
      width: 60px;
      height: 60px;
      top: 0;
      left: auto;
      right: 0;
      background-position: right; } }
  @media only screen and (max-width: 1024px) {
    .slide_products .slide_products_button_white,
    .slide_products .slide_products_button_black {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=100);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-transform: translateX(0%) translateY(0%) scale(1);
      -moz-transform: translateX(0%) translateY(0%) scale(1);
      -o-transform: translateX(0%) translateY(0%) scale(1);
      -ms-transform: translateX(0%) translateY(0%) scale(1);
      transform: translateX(0%) translateY(0%) scale(1);
      top: 0;
      left: auto;
      right: 0;
      background-position: right;
      width: 50px;
      height: 50px; } }

@media only screen and (max-width: 737px) {
  .slide_products .slide_products_button_black {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-position: left; } }

@media only screen and (max-width: 1024px) {
  .slide_products .slide_products_button_black {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-position: left; } }

.slide_products .largewidth {
  margin: auto 40px; }
  .slide_grid_num1 .slide_products .largewidth {
    margin-left: auto; }
  .slide_grid_num2 .slide_products .largewidth {
    margin-right: 0; }
  @media only screen and (max-width: 1024px) {
    .slide_products .largewidth {
      margin: auto 40px; } }
  @media only screen and (max-width: 737px) {
    .slide_products .largewidth {
      margin: auto 0; } }

@media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
  .slide_products .slide_image_button {
    display: none; } }

.slide_products .slide_image_parallax img {
  -webkit-transform: translateY(0%) scale(1);
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1); }

.slide_products a.zoomed {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s; }
  @media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
    .slide_products a.zoomed {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=100);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; } }

.slide_products a {
  -webkit-transform: translateX(0px) scale(1.02);
  -moz-transform: translateX(0px) scale(1.02);
  -o-transform: translateX(0px) scale(1.02);
  -ms-transform: translateX(0px) scale(1.02);
  transform: translateX(0px) scale(1.02);
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 0px;
  background: #f1dae0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: padding 0.35s ease 0s;
  -moz-transition: padding 0.35s ease 0s;
  -o-transition: padding 0.35s ease 0s;
  transition: padding 0.35s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  padding: 0px;
  transform-origin: 50% 50%; }
  .slide_products a .slide_products_borders {
    position: absolute;
    z-index: 3;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, 0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .slide_products a.hovered img {
    -webkit-transform: translateX(0px) scale(1.02);
    -moz-transform: translateX(0px) scale(1.02);
    -o-transform: translateX(0px) scale(1.02);
    -ms-transform: translateX(0px) scale(1.02);
    transform: translateX(0px) scale(1.02);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .slide_products a.hovered .slide_products_button_white,
  .slide_products a.hovered .slide_products_button_black {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s; }
  .slide_products a.hovered .slide_products_borders {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .slide_products a.initialSize img {
    -webkit-transform: translateX(0px) scale(1);
    -moz-transform: translateX(0px) scale(1);
    -o-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.slide_products .slide_play_icon {
  cursor: pointer;
  position: absolute;
  background-size: 100%;
  z-index: 300;
  top: 50%;
  left: 50%; }
  .slide_products .slide_play_icon .slide_play_button_content {
    -webkit-transform: translateX(-49.9%) translateY(-49.9%) scale(1);
    -moz-transform: translateX(-49.9%) translateY(-49.9%) scale(1);
    -o-transform: translateX(-49.9%) translateY(-49.9%) scale(1);
    -ms-transform: translateX(-49.9%) translateY(-49.9%) scale(1);
    transform: translateX(-49.9%) translateY(-49.9%) scale(1);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 35px;
    height: 35px; }
  .slide_products .slide_play_icon div {
    position: absolute; }
  .slide_products .slide_play_icon .play_top1,
  .slide_products .slide_play_icon .play_top2,
  .slide_products .slide_play_icon .play_bottom1,
  .slide_products .slide_play_icon .play_bottom2 {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 12.5px;
    height: 1px;
    background: white; }
  .slide_products .slide_play_icon .play_top2,
  .slide_products .slide_play_icon .play_bottom2 {
    right: 0px; }
  .slide_products .slide_play_icon .play_bottom1,
  .slide_products .slide_play_icon .play_bottom2 {
    bottom: 0px; }
  .slide_products .slide_play_icon .play_middletop1,
  .slide_products .slide_play_icon .play_middletop2,
  .slide_products .slide_play_icon .play_middlebottom1,
  .slide_products .slide_play_icon .play_middlebottom2 {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    height: 12.5px;
    width: 1px;
    background: white; }
  .slide_products .slide_play_icon .play_middlebottom1,
  .slide_products .slide_play_icon .play_middlebottom2 {
    bottom: 0px; }
  .slide_products .slide_play_icon .play_middletop2,
  .slide_products .slide_play_icon .play_middlebottom2 {
    right: 0px; }
  .slide_products .slide_play_icon.hovered .slide_play_button_content {
    width: 41px;
    height: 41px; }
    .slide_products .slide_play_icon.hovered .slide_play_button_content .play_top1,
    .slide_products .slide_play_icon.hovered .slide_play_button_content .play_top2,
    .slide_products .slide_play_icon.hovered .slide_play_button_content .play_bottom1,
    .slide_products .slide_play_icon.hovered .slide_play_button_content .play_bottom2 {
      height: 2px;
      width: 12.5px; }
    .slide_products .slide_play_icon.hovered .slide_play_button_content .play_middletop1,
    .slide_products .slide_play_icon.hovered .slide_play_button_content .play_middletop2,
    .slide_products .slide_play_icon.hovered .slide_play_button_content .play_middlebottom1,
    .slide_products .slide_play_icon.hovered .slide_play_button_content .play_middlebottom2 {
      width: 2px;
      height: 12.5px; }

.slide_products .slide_products_names {
  cursor: pointer;
  line-height: 1.5;
  margin-top: 5px;
  letter-spacing: 0.03em;
  font-size: 12px;
  font-family: "hurme-light","Helvetica Neue","Helvetica",Arial,Segoe UI Symbol,sans-serif; }
  @media only screen and (max-width: 737px) {
    .slide_products .slide_products_names {
      font-size: 11px; } }

.slide_products .slide_products_shop {
  cursor: pointer;
  display: inline-block;
  height: 25px;
  text-transform: uppercase;
  -webkit-transition: border-bottom 0.15s ease 0s;
  -moz-transition: border-bottom 0.15s ease 0s;
  -o-transition: border-bottom 0.15s ease 0s;
  transition: border-bottom 0.15s ease 0s;
  border-bottom: 1px solid #000;
  letter-spacing: 0.1em;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: "hurme-semibold", "Helvetica Neue", "Helvetica", Arial, Segoe UI Symbol, sans-serif;
  font-weight: 400; }
  @media only screen and (max-width: 1024px) {
    .slide_products .slide_products_shop {
      display: inline-block; } }
  @media only screen and (max-width: 737px) {
    .slide_products .slide_products_shop {
      height: 24px; } }
  .slide_products .slide_products_shop.hovered {
    border-bottom: 4px solid #000;
    -webkit-transition: border-bottom 0.15s ease 0s;
    -moz-transition: border-bottom 0.15s ease 0s;
    -o-transition: border-bottom 0.15s ease 0s;
    transition: border-bottom 0.15s ease 0s; }

.slide_products .slide_products_text {
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 0.00em;
  font-size: 14px;
  color: #424242;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
  @media only screen and (max-width: 737px) {
    .slide_products .slide_products_text {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=100);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      position: relative;
      bottom: auto; } }
  .slide_products .slide_products_text p {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center; }
    .slide_products .slide_products_text p button {
      background: none;
      color: #333;
      font-family: "hurme-semibold", "Helvetica Neue", "Helvetica", Arial, Segoe UI Symbol, sans-serif;
      letter-spacing: 0.03em;
      font-size: 14px;
      padding: 2px 5px; }
      .slide_products .slide_products_text p button.hovered {
        color: #000; }

.desktop .slide_products:hover .slide_products_text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.notscrollable .fullscreen-data-products {
  display: block;
  width: 100%; }
  @media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
    .notscrollable .fullscreen-data-products {
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      transform: none;
      position: relative; } }

.fullscreen-data-title-bottom {
  font-family: "hurme-regular", "Helvetica Neue", "Helvetica", Arial, Segoe UI Symbol, sans-serif;
  color: #a8a8a8;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin-left: 20px;
  margin-right: 20px;
  letter-spacing: 0.10em;
  height: auto;
  font-size: 13px;
  text-align: center;
  padding-bottom: 45px; }
  @media only screen and (max-width: 1023px) {
    .fullscreen-data-title-bottom {
      max-width: 500px;
      margin: auto; } }
  @media only screen and (orientation: portrait) and (max-width: 737px) {
    .fullscreen-data-title-bottom {
      max-width: 500px;
      margin: 0 20px; } }
  @media only screen and (orientation: landscape) and (max-width: 737px) {
    .fullscreen-data-title-bottom {
      max-width: 500px;
      margin: auto; } }

.fullscreen-data-title {
  padding-top: 45px;
  color: #000;
  text-transform: uppercase;
  font-family: "hurme-semibold", "Helvetica Neue", "Helvetica", Arial, Segoe UI Symbol, sans-serif;
  letter-spacing: 0.10em;
  font-size: 18px;
  text-align: center; }

.fullscreen-data-products {
  padding-bottom: 200px; }
  @media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
    .fullscreen-data-products {
      padding-bottom: 0px; } }

.fullscreen-data-product {
  position: relative;
  padding-bottom: 10px;
  max-width: 500px;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-left: 20px;
  margin-right: 20px; }
  @media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
    .fullscreen-data-product {
      margin: auto; } }
  @media only screen and (orientation: portrait) and (max-width: 737px) {
    .fullscreen-data-product {
      margin: 0 20px; } }
  .fullscreen-data-product .eshop-border {
    margin-right: 20px;
    text-align: left;
    border: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 20px; }
    @media only screen and (orientation: portrait) and (max-width: 737px) {
      .fullscreen-data-product .eshop-border {
        padding-top: 0px;
        margin-left: 20px;
        margin-right: 20px; } }
  .fullscreen-data-product .eshop-quickview-text {
    display: inline-block;
    -webkit-transform: translateX(-11px);
    -moz-transform: translateX(-11px);
    -o-transform: translateX(-11px);
    -ms-transform: translateX(-11px);
    transform: translateX(-11px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    @media only screen and (max-width: 1024px) {
      .fullscreen-data-product .eshop-quickview-text {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        color: #000; } }
  .fullscreen-data-product .eshop-quickview-arrow {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    display: inline-block;
    background: url(../img/fleche.png) center center no-repeat;
    background-size: contain;
    width: 5px;
    height: 8px;
    margin-right: 3px; }
    @media only screen and (max-width: 1024px) {
      .fullscreen-data-product .eshop-quickview-arrow {
        opacity: 1; } }
  .fullscreen-data-product .eshop-quickview {
    color: #eee;
    position: absolute;
    bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-family: "hurme-regular", "Helvetica Neue", "Helvetica", Arial, Segoe UI Symbol, sans-serif;
    font-size: 12px;
    text-align: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
    @media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
      .fullscreen-data-product .eshop-quickview {
        display: none; } }
  .desktop .fullscreen-data-product:hover .eshop-quickview {
    color: #111; }
    .desktop .fullscreen-data-product:hover .eshop-quickview .eshop-quickview-arrow {
      opacity: 1;
      -webkit-transition: opacity 0.7s ease 0s;
      -moz-transition: opacity 0.7s ease 0s;
      -o-transition: opacity 0.7s ease 0s;
      transition: opacity 0.7s ease 0s; }
    .desktop .fullscreen-data-product:hover .eshop-quickview .eshop-quickview-text {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -o-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .fullscreen-data-product .eshop-image {
    position: relative;
    display: inline-block;
    height: 200px;
    width: 130px;
    padding-top: 0%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
    .fullscreen-data-product .eshop-image.eshop-loading {
      background: url(../img/loading.gif) center center no-repeat;
      background-size: 25px; }
    @media only screen and (max-width: 1023px) {
      .fullscreen-data-product .eshop-image {
        position: absolute;
        right: -10px;
        margin-top: 10px;
        top: 20px;
        height: 240px;
        width: 45%; } }
    @media only screen and (orientation: portrait) and (max-width: 737px) {
      .fullscreen-data-product .eshop-image {
        top: 0;
        position: relative;
        display: block;
        width: 100%;
        min-height: 280px;
        margin-top: 20px;
        text-align: center; } }
  .fullscreen-data-product .eshop-colors {
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0px 15px;
    color: #111;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 10px;
    min-height: 90px;
    height: auto;
    display: none; }
    .fullscreen-data-product .eshop-colors button {
      position: relative;
      background: none;
      margin: 0px;
      height: 60px;
      padding: 2px 5px;
      border: 1px solid #fff; }
      .fullscreen-data-product .eshop-colors button img {
        height: 100%; }
      .fullscreen-data-product .eshop-colors button.selected {
        border: 1px solid #e8e8e8; }
  .fullscreen-data-product .eshop-info {
    display: inline-block;
    vertical-align: top;
    width: 59%;
    line-height: 16px;
    height: 200px;
    font-size: 13px;
    padding: 43px 0px 0px 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height: 35px; }
    @media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
      .fullscreen-data-product .eshop-info {
        font-family: "hurme-semibold", "Helvetica Neue", "Helvetica", Arial, Segoe UI Symbol, sans-serif;
        font-size: 13px;
        letter-spacing: 0.0em;
        line-height: 15px; } }
    @media only screen and (max-width: 1023px) {
      .fullscreen-data-product .eshop-info {
        padding: 43px 0px 0px 8px;
        height: 150px; } }
    @media only screen and (orientation: portrait) and (max-width: 737px) {
      .fullscreen-data-product .eshop-info {
        height: auto;
        width: 100%;
        text-align: center;
        padding: 28px 0px 0px; } }
  .fullscreen-data-product a {
    display: block; }
  .fullscreen-data-product .eshop-name {
    font-size: 15px;
    letter-spacing: 0.03em;
    display: block;
    margin-bottom: 10px;
    white-space: normal; }
  .fullscreen-data-product .eshop-price {
    display: block;
    font-family: "hurme-light","Helvetica Neue","Helvetica",Arial,Segoe UI Symbol,sans-serif;
    letter-spacing: 0.03em;
    font-size: 14px;
    color: #b3b3b3;
    line-height: 1.5em;
    min-height: 21px; }
    @media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
      .fullscreen-data-product .eshop-price {
        font-size: 13px;
        color: #484848; }
        .fullscreen-data-product .eshop-price .normal-price {
          color: #7a7a7a;
          display: inline;
          text-decoration: line-through;
          position: relative;
          white-space: nowrap; }
        .fullscreen-data-product .eshop-price .promo-price {
          display: inline-block;
          padding-left: 5px;
          color: #f06; } }
  .fullscreen-data-product .eshop-size {
    display: none;
    margin-left: 8px;
    margin-right: 8px; }
    @media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
      .fullscreen-data-product .eshop-size {
        display: block;
        opacity: 1; } }
    @media only screen and (max-width: 1023px) {
      .fullscreen-data-product .eshop-size {
        width: 55%; } }
    @media only screen and (orientation: portrait) and (max-width: 737px) {
      .fullscreen-data-product .eshop-size {
        width: auto; } }
    .fullscreen-data-product .eshop-size select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      text-align: center;
      padding: 7px 10px;
      border-color: #aaa;
      font-family: "hurme-light","Helvetica Neue","Helvetica",Arial,Segoe UI Symbol,sans-serif;
      color: black;
      width: 100%;
      margin: 10px 0 0 0;
      font-size: 11px;
      line-height: 16px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      background: url(../img/selector.png) right center no-repeat;
      background-size: auto 35%;
      background-origin: content-box;
      border: 1px solid black;
      height: 36px; }
  .fullscreen-data-product .eshop-buy {
    margin-left: 8px;
    margin-right: 8px;
    display: none; }
    @media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
      .fullscreen-data-product .eshop-buy {
        display: block; } }
    @media only screen and (max-width: 1023px) {
      .fullscreen-data-product .eshop-buy {
        width: 55%; } }
    @media only screen and (orientation: portrait) and (max-width: 737px) {
      .fullscreen-data-product .eshop-buy {
        width: auto; } }
    .fullscreen-data-product .eshop-buy button {
      background-color: #f06;
      color: white;
      font-family: "hurme-semibold", "Helvetica Neue", "Helvetica", Arial, Segoe UI Symbol, sans-serif;
      border-color: #f06;
      border-width: 2px;
      border-style: solid;
      line-height: 32px;
      font-weight: normal;
      width: 100%;
      margin: 25px auto;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      padding: 0;
      font-size: 11px;
      float: none;
      display: block;
      margin: 10px auto 25px; }

@media only screen and (max-width: 1024px) {
  .quickview .slide_products_button_white,
  .quickview .slide_products_button_black {
    display: block; } }

.slide_products .quickview a.hovered .slide_products_borders {
  background-color: transparent; }

.eshop-missing-product-container {
  pointer-events: none;
  margin: 0 20px;
  border-bottom: solid 1px #efefef; }
  @media only screen and (max-width: 1023px) {
    .eshop-missing-product-container {
      border-bottom: none; } }

.eshop-missing-product {
  font-size: 0;
  width: 100%;
  vertical-align: top; }
  .eshop-missing-product .eshop-missing-product-info {
    display: inline-block;
    text-align: left;
    padding: 30px 0 30px 30px;
    width: 60%;
    font-size: 14px;
    vertical-align: top; }
    .eshop-missing-product .eshop-missing-product-info .eshop-name {
      font-size: 16px;
      letter-spacing: .03em; }
  .eshop-missing-product .eshop-image {
    display: inline-block;
    width: calc(40%);
    padding-bottom: 34%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 15px 0; }
  @media only screen and (max-width: 1023px) {
    .eshop-missing-product {
      display: flex;
      flex-direction: column; }
      .eshop-missing-product .eshop-missing-product-info {
        width: 100%;
        display: block;
        padding: 20px;
        text-align: center; }
        .eshop-missing-product .eshop-missing-product-info .eshop-name {
          font-family: "hurme-semibold", "Helvetica Neue", "Helvetica", Arial, Segoe UI Symbol, sans-serif; }
      .eshop-missing-product .eshop-image {
        display: block;
        width: 100%;
        padding-bottom: 85%;
        margin-left: auto;
        margin-right: auto;
        order: -1; } }

@media only screen and (max-width: 767px) {
  .slide_grid_1 .slide_products .slide_products_shop, .slide_grid_1 .slide_products .slide_products_names {
    margin-right: 10px; } }

@media only screen and (max-width: 1024px) {
  .slide_products_button_white, .slide_products_button_white {
    display: none; } }
