@charset "UTF-8";
* {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

html, body {
  min-height: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
    CONFIG
\*------------------------------------*/
/*------------------------------------*\
    FONTS
\*------------------------------------*/
/*------------------------------------*\
    COLORS
\*------------------------------------*/
/*------------------------------------*\
    LAYOUT
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
/*USAGE*/

.maz-invisible {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  outline: none;
}

/*.ie8 */
.maz-force-opacity * {
  -webkit-filter: inherit;
          filter: inherit;
}

/*------------------------------------*\
    VERTICAL ALIGN FIX

    <div class="maz-valign-wrapper [maz-halign-left]">
        <div [id="mon_element_a_aligner"] class="maz-valign-middle-box"> // IMPORTANT: redéfinir la font-size de cet élément !
        </div>
    </div>
\*------------------------------------*/
.maz-halign-left {
  text-align: left;
}

.maz-halign-center {
  text-align: center;
}

.maz-halign-right {
  text-align: right;
}

.maz-valign-top {
  vertical-align: top !important;
}

.maz-valign-middle {
  vertical-align: middle !important;
}

.maz-valign-bottom {
  vertical-align: bottom !important;
}

.maz-valign-wrapper {
  font-size: 0;
}

.maz-valign-wrapper .maz-valign-middle-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
}

.maz-valign-wrapper .maz-valign-bottom-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom !important;
}

.maz-valign-wrapper:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  content: '';
  height: 100%;
}

.clearfix {
  clear: both;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.maz-backface-hidden {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

.maz-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.maz-ratio {
  position: relative;
  height: 0;
  width: 100%;
}

.maz-ratio.maz-ratio-16_9 {
  padding-bottom: 56.25%;
}

.maz-ratio > * {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@font-face {
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  src: url("../../stylesheets/fonts/built/icon-font.eot?-alt8za");
  src: url("../../stylesheets/fonts/built/icon-font.eot#ie8fix-alt8za") format("embedded-opentype"), url("../../stylesheets/fonts/built/icon-font.woff2") format("woff2"), url("../../stylesheets/fonts/built/icon-font.woff") format("woff"), url("../../stylesheets/fonts/built/icon-font.ttf") format("truetype");
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
    @media screen and (-webkit-min-device-pixel-ratio:0) {
      @font-face {
        font-family: 'icon-font';
        src: url('../../stylesheets/fonts/built/icon-font.svg#icon') format('svg');
      }
    }
    */
[class^="maz-icon-"],
[class*=" maz-icon-"] {
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.maz-icon-arrow-down:before, #maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-slideshow-next:before, #maz-dior-content .maz-footer .maz-select-input:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-arrow-right:before, #maz-dior-content .maz-popin-wrapper .maz-popin .maz-next-block:before, #maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-swiper-next:before, #maz-dior-content .maz-pushdetails-view .maz-pushdetails-nav .maz-button-next:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-arrow-left:before, #maz-dior-content .maz-popin-wrapper .maz-popin .maz-previous-block:before, #maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-swiper-prev:before, #maz-dior-content .maz-header .maz-header-back:before, #maz-dior-content .maz-pushdetails-view .maz-pushdetails-nav .maz-button-previous:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-arrow-up:before, #maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-slideshow-prev:before, #maz-dior-content .maz-footer .maz-select-input.active:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-burger:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-cart-border:before, .maz-is-shop:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-close:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-cart:before, .has-new-ecrin #maz-dior-content .maz-product-wrapper .maz-product-form .maz-product-submit:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-facebook:before, #maz-dior-content .maz-widget .maz-share-container .maz-share-links .maz-btn-share.maz-btn-share-facebook:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-share:before, #maz-dior-content .maz-widget .maz-share-container .maz-btn-open-expandable:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-play:before, #maz-dior-content .maz-mosaic-wrapper .maz-item-content.maz-item-video:before, .maz-mobile .maz-ios #maz-dior-content .maz-pushdetails-video-wrapper:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-shop:before, #maz-dior-content .maz-widget .maz-quickbuy:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-twitter:before, #maz-dior-content .maz-widget .maz-share-container .maz-share-links .maz-btn-share.maz-btn-share-twitter:before {
  font-family: 'icon-font';
  content: "";
}

.maz-icon-weibo:before, #maz-dior-content .maz-widget .maz-share-container .maz-share-links .maz-btn-share.maz-btn-share-weibo:before {
  font-family: 'icon-font';
  content: "";
}

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}

.flip-clock-wrapper a:hover {
  color: #fff;
}

.flip-clock-wrapper ul {
  list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}

.flip-clock-wrapper.clearfix:after {
  clear: both;
}

.flip-clock-wrapper.clearfix {
  *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

.flip-clock-meridium a {
  color: #313333;
}

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px;
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}

.flip-clock-divider:first-child {
  width: 0;
}

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px;
}

.flip-clock-dot.top {
  top: 30px;
}

.flip-clock-dot.bottom {
  bottom: 30px;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}

@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}

@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
}

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#maz-dior-content {
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  /*------------------------------------*\
    VIEWPORT
\*------------------------------------*/
  /*------------------------------------*\
    FONTFACE
\*------------------------------------*/
  /*------------------------------------*\
    BASE
\*------------------------------------*/
  /*------------------------------------*\
    GLOBAL LAYOUT
\*------------------------------------*/
  /*------------------------------------*\
    HEADINGS
\*------------------------------------*/
  /*------------------------------------*\
    PARAGRAPH
\*------------------------------------*/
  /*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
}

#maz-dior-content .maz-html-video-view .mejs-offscreen {
  display: none;
}

#maz-dior-content .maz-html-video-view .mejs-container {
  position: relative;
  background: #fff;
}

#maz-dior-content .maz-html-video-view .mejs-container .mejs-controls {
  display: none;
}

#maz-dior-content .maz-html-video-view .mejs-container .mejs-poster, #maz-dior-content .maz-html-video-view .mejs-container .mejs-overlay-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#maz-dior-content .maz-html-video-view .mejs-container .mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background-color: red;
}

@font-face {
  font-family: "CenturyGothic-Regular";
  src: url("../fonts/CenturyGothic/CenturyGothic_gdi.eot");
  src: url("../fonts/CenturyGothic/CenturyGothic_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic/CenturyGothic_gdi.woff") format("woff"), url("../fonts/CenturyGothic/CenturyGothic_gdi.ttf") format("truetype"), url("../fonts/CenturyGothic/CenturyGothic_gdi.svgz#CenturyGothic-Regular") format("svg"), url("../fonts/CenturyGothic/CenturyGothic_gdi.svg#CenturyGothic-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CenturyGothic-Bold";
  src: url("../fonts/CenturyGothicBold/CenturyGothicBold_gdi.eot");
  src: url("../fonts/CenturyGothicBold/CenturyGothicBold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothicBold/CenturyGothicBold_gdi.woff") format("woff"), url("../fonts/CenturyGothicBold/CenturyGothicBold_gdi.ttf") format("truetype"), url("../fonts/CenturyGothicBold/CenturyGothicBold_gdi.svgz#CenturyGothic-Bold") format("svg"), url("../fonts/CenturyGothicBold/CenturyGothicBold_gdi.svg#CenturyGothic-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DinCondensedBold";
  src: url("../fonts/DinCondensedBold/DinCondensedBold.eot");
  src: url("../fonts/DinCondensedBold/DinCondensedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DinCondensedBold/DinCondensedBold.woff") format("woff"), url("../fonts/DinCondensedBold/DinCondensedBold.ttf") format("truetype"), url("../fonts/DinCondensedBold/DinCondensedBold.svgz#DinCondensedBold") format("svg"), url("../fonts/DinCondensedBold/DinCondensedBold.svg#DinCondensedBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pathway-Regular";
  src: url("../fonts/PathwayGothicOne/PathwayGothicOne-Regular.eot");
  src: url("../fonts/PathwayGothicOne/PathwayGothicOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PathwayGothicOne/PathwayGothicOne-Regular.woff") format("woff"), url("../fonts/PathwayGothicOne/PathwayGothicOne-Regular.ttf") format("truetype"), url("../fonts/PathwayGothicOne/PathwayGothicOne-Regular.svgz#Pathway-Regular") format("svg"), url("../fonts/PathwayGothicOne/PathwayGothicOne-Regular.svg#Pathway-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

#maz-dior-content *, #maz-dior-content *:after, #maz-dior-content *:before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#maz-dior-content * {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

#maz-dior-content .maz-dior-layout {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  color: black;
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

#maz-dior-content .maz-h1,
#maz-dior-content h1 {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000000;
  margin: 0;
  padding: 0;
}

#maz-dior-content .maz-h2,
#maz-dior-content h2 {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: normal;
  color: #000000;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#maz-dior-content .maz-h3,
#maz-dior-content h3 {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  font-weight: normal;
  color: #000000;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#maz-dior-content .maz-html {
  margin: 0;
}

#maz-dior-content .maz-p1 {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #000000;
}

#maz-dior-content .maz-p2 {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.83333;
  color: #8c8c8c;
}

#maz-dior-content a:-webkit-any-link {
  text-decoration: none;
}

@media only screen and (min-width: 737px) and (max-width: 800px) {
  #maz-dior-content .maz-orientation-layer {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/orientation-layer-ipad.png) 50% 50% no-repeat #000000;
    z-index: 10;
    background-size: auto;
  }
}

@media only screen and (max-width: 736px) {
  #maz-dior-content {
    margin-top: 0px;
    background: black;
    width: 100%;
  }
  #maz-dior-content .maz-dior-layout {
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
    background: white;
  }
  #maz-dior-content .maz-global-logo {
    width: 80vw;
    left: 10vw;
    height: 22.5vw;
    margin-left: 0;
  }
}

#maz-dior-content .maz-popin-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#maz-dior-content .maz-popin-wrapper .maz-popin {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 110;
}

#maz-dior-content .maz-popin-wrapper .maz-popin-content {
  position: relative;
  height: 100%;
  background: #ffffff;
}

#maz-dior-content .maz-popin-wrapper .maz-btn-close {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 24px;
  height: 24px;
  z-index: 120;
  border: 1px solid #e5e5e5;
}

#maz-dior-content .maz-popin-wrapper .maz-btn-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -5px;
}

#maz-dior-content .maz-popin-wrapper .maz-popin-header {
  position: relative;
  padding: 25px 25px 0;
  background: #ffffff;
  z-index: 111;
  text-align: left;
  text-transform: uppercase;
}

#maz-dior-content .maz-popin-wrapper .maz-popin-title {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #000000;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

#maz-dior-content .maz-popin-wrapper .maz-popin-surtitle {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

#maz-dior-content .maz-popin-wrapper .maz-popin-subtitle {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

#maz-dior-content .maz-popin-wrapper .maz-previous-block {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  position: fixed;
  top: 50%;
  left: 20px;
  -webkit-transform: translateZ(0);
}

#maz-dior-content .maz-popin-wrapper .maz-previous-block a {
  color: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}

#maz-dior-content .maz-popin-wrapper .maz-next-block {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  position: fixed;
  -webkit-transform: translateZ(0);
  top: 50%;
  right: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

#maz-dior-content .maz-popin-wrapper .maz-next-block a {
  color: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}

#maz-dior-content .maz-popin-wrapper .maz-btn-go-top {
  text-transform: uppercase;
  margin: 20px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#maz-dior-content .maz-popin-wrapper .maz-btn-go-top > .maz-sprite-unfold {
  margin: 0 auto 10px;
}

#maz-dior-content .maz-popin-scrollmode-internal .maz-popin {
  max-height: 680px;
  height: 100%;
}

#maz-dior-content .maz-popin-scrollmode-internal .maz-popin-content {
  overflow-x: hidden;
  overflow-y: auto;
}

#maz-dior-content .maz-popin-scrollmode-external {
  overflow-x: hidden;
  overflow-y: auto;
}

#maz-dior-content .maz-popin-scrollmode-external .maz-overlay {
  min-height: 100%;
}

#maz-dior-content .maz-popin-scrollmode-external .maz-popin {
  height: auto;
}

#maz-dior-content .maz-popin-scrollmode-external .maz-popin-content {
  overflow: hidden;
}

#maz-dior-content .maz-popin-viewerview .maz-viewer-view {
  padding: 25px;
}

#maz-dior-content .maz-popin-multiproductsview .maz-multiproducts-view {
  padding: 45px 70px;
}

#maz-dior-content .maz-popin-shareview .maz-popin {
  width: 80%;
  max-width: 300px;
  max-height: 400px;
  height: auto;
}

#maz-dior-content .maz-popin-shareview .maz-popin .maz-popin-title {
  font-size: 16px;
  font-size: 1rem;
}

#maz-dior-content .maz-popin-shareview .maz-popin-content {
  padding-bottom: 5px;
}

#maz-dior-content .maz-popin-shareview .maz-share-wrapper {
  padding: 0 25px;
}

#maz-dior-content .maz-popin-shareview .maz-share-wrapper .maz-share-menu {
  display: block;
}

#maz-dior-content .maz-popin-shareview .maz-share-wrapper .maz-share-menu .maz-share-links {
  display: block;
}

#maz-dior-content .maz-popin-videoproductview .maz-popin {
  height: auto;
}

#maz-dior-content .maz-popin-videoproductview .maz-popin-content {
  padding: 5%;
}

#maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-videoproduct-row {
  font-size: 0;
}

#maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-videoproduct-col1-3 {
  width: 42%;
}

#maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-videoproduct-col2-3 {
  width: 58%;
}

#maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-videoproduct-products-title {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 25px;
}

#maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-videoproduct-products-wrapper {
  padding: 20px 0;
  border: 1px solid #cecece;
}

#maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-product-count-1 .maz-product-view {
  padding: 20px 20px 0;
}

#maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-product-count-2 .maz-product-view {
  padding: 0 20px;
}

#maz-dior-content .maz-popin-videoview .maz-popin {
  height: auto;
}

#maz-dior-content .maz-popin-videoview .maz-popin-content {
  padding: 0;
}

#maz-dior-content .maz-popin-videoview .maz-btn-close {
  position: fixed;
  top: 100px;
}

#maz-dior-content .maz-popin-videoview .maz-btn-close:before {
  margin-left: -6px;
}

@media only screen and (max-width: 736px) {
  #maz-dior-content .maz-popin-scrollmode-internal .maz-popin,
  #maz-dior-content .maz-popin-scrollmode-external .maz-popin {
    width: 100%;
    height: 100% !important;
    max-width: none;
    max-height: none;
    background: #ffffff;
  }
  #maz-dior-content .maz-popin-multiproductsview .maz-multiproducts-view {
    padding: 30px 0;
  }
}

#maz-dior-content .maz-side-menu {
  position: absolute;
  height: 100%;
}

#maz-dior-content .maz-side-menu-container {
  display: block;
  position: fixed;
  top: 76px;
  width: 350px;
  bottom: 0;
  z-index: 53;
}

#maz-dior-content .maz-side-menu-container.maz-side-menu-left {
  left: -350px;
  transition: left 0.3s linear 0s;
}

#maz-dior-content .maz-side-menu-container.maz-side-menu-left.maz-side-menu-open {
  left: 0;
}

#maz-dior-content .maz-side-menu-container.maz-side-menu-left .maz-burger-btn {
  left: 360px;
}

#maz-dior-content .maz-side-menu-container.maz-side-menu-right {
  right: -350px;
  transition: right 0.3s linear 0s;
}

#maz-dior-content .maz-side-menu-container.maz-side-menu-right.maz-side-menu-open {
  right: 0;
}

#maz-dior-content .maz-side-menu-container.maz-side-menu-right .maz-burger-btn {
  right: 360px;
}

#maz-dior-content .maz-side-menu-container .maz-burger-btn {
  display: block;
  width: 50px;
  height: 50px;
  padding: 15px 10px;
  position: absolute;
  top: 25px;
  cursor: pointer;
  z-index: 52;
}

#maz-dior-content .maz-side-menu-container .maz-side-menu {
  width: 350px;
  right: auto;
  left: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 53;
}

#maz-dior-content .maz-side-menu-container .maz-side-menu-wrapper {
  height: 100%;
  position: relative;
}

#maz-dior-content .maz-side-menu-container .maz-side-menu-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 51;
}

#maz-dior-content .maz-side-menu-container.maz-side-menu-open .maz-side-menu-overlay {
  display: block;
}

#maz-dior-content .maz-product {
  position: relative;
  width: 100%;
}

#maz-dior-content .maz-product .maz-product-previous,
#maz-dior-content .maz-product .maz-product-next {
  display: none;
}

#maz-dior-content .maz-product .maz-product-olfactory-note-title {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #000000;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

#maz-dior-content .maz-product .maz-product-olfactory-note {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  text-transform: uppercase;
}

#maz-dior-content .maz-product .maz-product-hashtag {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #9a9a9a;
  text-transform: uppercase;
  padding: 0 0 10px;
}

#maz-dior-content .maz-product .maz-product-title {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 5px;
}

#maz-dior-content .maz-product .maz-product-subtitle {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.83333;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px;
}

#maz-dior-content .maz-product .maz-product-desc {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.38462;
  color: #000000;
  padding: 0 0 10px;
}

#maz-dior-content .maz-product .maz-product-knowmore {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0 0 5px;
}

#maz-dior-content .maz-product .maz-product-sampling {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0 0 5px;
}

#maz-dior-content .maz-product .maz-product-separator {
  display: block;
  height: 1px;
  margin: 20px 0;
  padding: 0;
  border: none;
  background-color: #e5e5e5;
}

#maz-dior-content .maz-product .maz-product-color-label {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
}

#maz-dior-content .maz-product .maz-product-color {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  text-transform: uppercase;
}

#maz-dior-content .maz-product .maz-product-swatch-filter {
  float: right;
  margin-top: -4px;
  color: #000000;
  min-width: 100px;
  text-align: right;
}

#maz-dior-content .maz-product .maz-product-swatch-filter .maz-select-wrapper {
  width: 100%;
}

#maz-dior-content .maz-product .maz-product-swatch-filter .maz-select-input {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 1px;
  padding-left: 0;
  padding-right: 30px;
  height: 25px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  background-position: 100% -9px;
}

#maz-dior-content .maz-product .maz-product-swatch-filter .maz-select-input.active {
  background-position: 100% -88px;
}

#maz-dior-content .maz-product .maz-product-swatch {
  list-style-type: none;
  margin: 14px 0 5px;
  padding: 0;
}

#maz-dior-content .maz-product .maz-product-swatch .maz-product-nuance {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  border: 1px solid #ffffff;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

#maz-dior-content .maz-product .maz-product-swatch .maz-product-nuance.maz-hidden {
  display: none;
}

#maz-dior-content .maz-product .maz-product-swatch .maz-product-nuance.maz-selected {
  padding: 2px;
  border: 1px solid #000000;
}

#maz-dior-content .maz-product .maz-product-swatch .maz-product-nuance img {
  width: 100%;
  height: 100%;
}

#maz-dior-content .maz-product .maz-product-capacity {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 3.33333;
  position: relative;
  height: 40px;
  text-align: center;
  color: #000000;
  background-color: white;
}

#maz-dior-content .maz-product .maz-product-capacity span {
  padding-left: 15px;
}

#maz-dior-content .maz-product .maz-product-capacity .maz-select-wrapper {
  width: 100%;
}

#maz-dior-content .maz-product .maz-product-capacity .maz-select-input {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 3.33333;
  padding-left: 15px;
  padding-right: 40px;
  background: white url(../../img/select-arrow.png) no-repeat right center;
  border: 1px solid #e5e5e5;
  height: 40px;
  white-space: nowrap;
  width: 100%;
  text-transform: uppercase;
}

#maz-dior-content .maz-product .maz-product-price-from {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 3.33333;
  color: #000000;
  text-transform: uppercase;
}

#maz-dior-content .maz-product .maz-product-form {
  margin: 15px 0;
  font-size: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

#maz-dior-content .maz-product .maz-product-form .maz-product-price,
#maz-dior-content .maz-product .maz-product-form .maz-product-quantity,
#maz-dior-content .maz-product .maz-product-form .maz-product-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 3.33333;
  position: relative;
  display: table-cell;
  color: #000000;
  height: 40px;
  text-align: center;
  background-color: #f6f6f6;
}

#maz-dior-content .maz-product .maz-product-form .maz-product-price {
  padding: 0 10px;
}

#maz-dior-content .maz-product .maz-product-form .maz-product-submit {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  width: 100%;
}

#maz-dior-content .maz-product .maz-product-form.maz-product-noprice {
  display: block;
  text-align: right;
}

#maz-dior-content .maz-product .maz-product-form.maz-product-noprice .maz-product-cell {
  width: auto;
  padding: 0;
  display: inline-block;
}

#maz-dior-content .maz-product .maz-product-form.maz-product-noprice .maz-product-submit {
  padding: 0 15px;
}

#maz-dior-content .maz-product .maz-product-unavailable-box {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.83333;
  position: relative;
  display: none;
  color: #000000;
  background-color: #f6f6f6;
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
}

#maz-dior-content .maz-product .maz-product-unavailable-box p, #maz-dior-content .maz-product .maz-product-unavailable-box a, #maz-dior-content .maz-product .maz-product-unavailable-box a:hover {
  margin: 0;
  padding: 0;
  color: #000000;
}

#maz-dior-content .maz-product .maz-product-unavailable-box .maz-product-unavailable-sentence {
  margin: 10px 0 0;
  padding: 0;
}

#maz-dior-content .maz-product .maz-product-unavailable-box .maz-product-unavailable-sentence li:before {
  content: ">";
}

#maz-dior-content .maz-product .maz-product-retailer-box {
  margin: 15px 0;
  font-size: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

#maz-dior-content .maz-product .maz-product-retailer-box .maz-product-cell,
#maz-dior-content .maz-product .maz-product-retailer-box .maz-product-retailer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  display: table-cell;
  position: relative;
  height: 40px;
}

#maz-dior-content .maz-product .maz-product-retailer-box .maz-product-retailer {
  background-color: white;
  text-align: left;
  color: #000000;
}

#maz-dior-content .maz-product .maz-product-retailer-box .maz-product-retailer .maz-select-wrapper {
  width: 100%;
}

#maz-dior-content .maz-product .maz-product-retailer-box .maz-product-retailer .maz-select-input {
  padding-left: 15px;
  padding-right: 40px;
  background: white url(../../img/select-arrow.png) no-repeat right 20px center;
  border: 1px solid #e5e5e5;
  height: 40px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 3.33333;
  white-space: nowrap;
  width: 100%;
  text-transform: uppercase;
}

#maz-dior-content .maz-product .maz-product-retailer-box .maz-product-retailer .maz-select-input:after {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 40px;
  margin-top: 12px;
  height: 16px;
  width: 1px;
  background: #e5e5e5;
}

#maz-dior-content .maz-product .maz-product-retailer-box .maz-product-cell {
  padding-left: 15px;
  width: 75px !important;
}

#maz-dior-content .maz-product .maz-product-retailer-box .maz-product-btn-retailer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 3.33333;
  height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid #000000;
  background: #000000;
  width: 100%;
  visibility: hidden;
}

#maz-dior-content .maz-product .maz-product-retailer-box .maz-product-btn-retailer.maz-enable {
  visibility: visible;
}

#maz-dior-content .maz-product .maz-product-price {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  color: #000000;
  padding: 0 10px;
}

#maz-dior-content .maz-product .maz-product-btn-action,
#maz-dior-content .maz-product .maz-product-submit,
#maz-dior-content .maz-product .maz-product-btn-unavailable-discover,
#maz-dior-content .maz-product .maz-product-btn-discover {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 3.33333;
  height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid #000000;
  background: #000000;
}

#maz-dior-content .maz-product .maz-product-btn-action:before,
#maz-dior-content .maz-product .maz-product-submit:before {
  content: "";
  vertical-align: middle;
  margin-right: 10px;
}

#maz-dior-content .maz-product .maz-product-btn-unavailable-discover,
#maz-dior-content .maz-product .maz-product-btn-discover {
  color: #000000;
  background: #ffffff;
  border-color: #000000;
}

#maz-dior-content .maz-product .maz-product-btn-unavailable-discover {
  display: none;
}

#maz-dior-content .maz-product .maz-product-delivery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#maz-dior-content .maz-product .maz-product-delivery li {
  margin: 5px 0;
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #000000;
}

#maz-dior-content .maz-product .maz-product-btn-swatch {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  padding: 10px;
  display: none;
}

#maz-dior-content .maz-product .maz-product-unavailable-layer {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #000000;
  text-transform: uppercase;
  z-index: 1;
  background-color: #f6f6f6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  display: none;
}

#maz-dior-content .maz-product .maz-product-unavailable-layer p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.83333;
  display: none;
}

#maz-dior-content .maz-product.maz-product-not-available .maz-product-available {
  display: none !important;
}

#maz-dior-content .maz-product.maz-product-not-available .maz-product-unavailable,
#maz-dior-content .maz-product.maz-product-not-available .maz-product-unavailable-layer {
  display: block !important;
}

#maz-dior-content .maz-product.maz-product-not-available .maz-product-btn-unavailable-discover {
  display: inline-block;
}

#maz-dior-content .maz-product.maz-product-error .maz-product-wrapper {
  display: table;
  width: 100%;
}

#maz-dior-content .maz-product.maz-product-error .maz-product-error-label {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66667;
  text-transform: uppercase;
  text-align: center;
}

#maz-dior-content .maz-product.maz-product-error .maz-product-error-label span {
  display: inline-block;
  max-width: 200px;
}

#maz-dior-content .maz-product-full .maz-product-wrapper {
  padding: 5.8%;
}

#maz-dior-content .maz-product-full .maz-product-previous {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  padding: 15px;
}

#maz-dior-content .maz-product-full .maz-product-previous:before {
  content: "";
}

#maz-dior-content .maz-product-full .maz-product-next {
  display: block;
  position: absolute;
  top: 40%;
  right: 0;
  padding: 15px;
}

#maz-dior-content .maz-product-full .maz-product-next:before {
  content: "";
}

#maz-dior-content .maz-product-full .maz-product-hgroup {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

#maz-dior-content .maz-product-full .maz-product-hgroup .maz-product-price {
  display: inline-block;
  margin: 0px 0 15px;
  padding: 0;
}

#maz-dior-content .maz-product-full .maz-product-packshot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  width: 48%;
  text-align: center;
}

#maz-dior-content .maz-product-full .maz-product-packshot img {
  width: 96.66%;
  height: auto;
}

#maz-dior-content .maz-product-full .maz-product-olfactory-note-box {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 1.66%;
  width: 30%;
  height: auto;
  text-align: left;
  margin-top: 40px;
}

#maz-dior-content .maz-product-full .maz-product-olfactory-note-box img {
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#maz-dior-content .maz-product-full .maz-product-packshot + .maz-product-info {
  width: 52%;
  padding: 0 4%;
}

#maz-dior-content .maz-product-full .maz-product-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  width: 100%;
  text-align: left;
}

#maz-dior-content .maz-product-full .maz-product-separator {
  display: none;
}

#maz-dior-content .maz-product-full .maz-product-capacity {
  margin-top: 20px;
}

#maz-dior-content .maz-product-full .maz-product-colorpicker {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

#maz-dior-content .maz-product-full .maz-product-form .maz-product-cell {
  background: none;
  padding-left: 15px;
  width: 40%;
}

#maz-dior-content .maz-product-full .maz-product-form .maz-product-price {
  width: 25%;
}

#maz-dior-content .maz-product-full .maz-product-form .maz-product-quantity {
  padding-left: 0px;
  text-align: left;
}

#maz-dior-content .maz-product-full .maz-product-form .maz-product-quantity .maz-select-input {
  padding-left: 10px;
}

#maz-dior-content .maz-product-full .maz-product-form .maz-product-quantity .maz-select-input:after {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 30px;
  margin-top: 12px;
  height: 16px;
  width: 1px;
  background: #e5e5e5;
}

#maz-dior-content .maz-product-basic-simple,
#maz-dior-content .maz-product-basic-multi {
  height: 100%;
}

#maz-dior-content .maz-product-basic-simple .maz-product-wrapper,
#maz-dior-content .maz-product-basic-multi .maz-product-wrapper {
  height: 100%;
}

#maz-dior-content .maz-product-basic-simple .maz-product-wrapper .maz-product-btn-action:before,
#maz-dior-content .maz-product-basic-simple .maz-product-wrapper .maz-product-submit:before,
#maz-dior-content .maz-product-basic-multi .maz-product-wrapper .maz-product-btn-action:before,
#maz-dior-content .maz-product-basic-multi .maz-product-wrapper .maz-product-submit:before {
  display: none;
}

#maz-dior-content .maz-product-basic-simple .maz-product-packshot,
#maz-dior-content .maz-product-basic-multi .maz-product-packshot {
  position: relative;
  text-align: center;
}

#maz-dior-content .maz-product-basic-simple .maz-product-packshot img,
#maz-dior-content .maz-product-basic-multi .maz-product-packshot img {
  width: 100%;
  height: auto;
}

#maz-dior-content .maz-product-basic-simple .maz-product-olfactory-note-box,
#maz-dior-content .maz-product-basic-multi .maz-product-olfactory-note-box {
  display: none;
}

#maz-dior-content .maz-product-basic-simple .maz-product-title,
#maz-dior-content .maz-product-basic-multi .maz-product-title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 15px;
  padding: 0;
}

#maz-dior-content .maz-product-basic-simple .maz-product-subtitle,
#maz-dior-content .maz-product-basic-multi .maz-product-subtitle {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0;
}

#maz-dior-content .maz-product-basic-simple .maz-product-color,
#maz-dior-content .maz-product-basic-multi .maz-product-color {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

#maz-dior-content .maz-product-basic-simple .maz-product-swatch-filter,
#maz-dior-content .maz-product-basic-multi .maz-product-swatch-filter {
  display: none;
}

#maz-dior-content .maz-product-basic-simple .maz-product-separator,
#maz-dior-content .maz-product-basic-multi .maz-product-separator {
  display: none;
}

#maz-dior-content .maz-product-basic-simple .maz-product-btn-action,
#maz-dior-content .maz-product-basic-simple .maz-product-submit,
#maz-dior-content .maz-product-basic-simple .maz-product-btn-discover,
#maz-dior-content .maz-product-basic-multi .maz-product-btn-action,
#maz-dior-content .maz-product-basic-multi .maz-product-submit,
#maz-dior-content .maz-product-basic-multi .maz-product-btn-discover {
  width: 100%;
}

#maz-dior-content .maz-product-basic-simple .maz-product-unavailable-box,
#maz-dior-content .maz-product-basic-multi .maz-product-unavailable-box {
  background: none;
  padding: 0;
  margin-top: 15px;
}

#maz-dior-content .maz-product-basic-simple .maz-product-unavailable-box .maz-product-unavailable-sentence,
#maz-dior-content .maz-product-basic-multi .maz-product-unavailable-box .maz-product-unavailable-sentence {
  display: none;
}

#maz-dior-content .maz-product-basic-simple.maz-product-showprice .maz-product-info {
  padding-bottom: 18px;
}

#maz-dior-content .maz-product-basic-simple .maz-product-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-right: 55%;
  text-align: left;
}

#maz-dior-content .maz-product-basic-simple .maz-product-form {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 50%;
  display: block;
}

#maz-dior-content .maz-product-basic-simple .maz-product-form .maz-product-price,
#maz-dior-content .maz-product-basic-simple .maz-product-form .maz-product-quantity,
#maz-dior-content .maz-product-basic-simple .maz-product-form .maz-product-cell {
  display: block;
}

#maz-dior-content .maz-product-basic-simple .maz-product-form .maz-product-price {
  display: inline;
  position: absolute;
  bottom: 0;
  left: -100%;
  background: none;
  padding: 0;
  height: auto;
  line-height: 18px;
}

#maz-dior-content .maz-product-basic-simple .maz-product-unavailable-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  line-height: 18px;
  text-align: right;
}

#maz-dior-content .maz-product-basic-simple .maz-product-price {
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  line-height: 18px;
}

#maz-dior-content .maz-product-basic-simple .maz-product-btn-action,
#maz-dior-content .maz-product-basic-simple .maz-product-btn-unavailable-discover,
#maz-dior-content .maz-product-basic-simple .maz-product-btn-discover {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 50%;
  display: block;
}

#maz-dior-content .maz-product-basic-simple .maz-product-btn-unavailable-discover {
  display: none;
}

#maz-dior-content .maz-product-basic-multi .maz-product-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

#maz-dior-content .maz-product-basic-multi .maz-product-price {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

#maz-dior-content .maz-product-basic-multi .maz-product-form {
  margin: 0;
}

#maz-dior-content .maz-product-basic-multi .maz-product-form .maz-product-price,
#maz-dior-content .maz-product-basic-multi .maz-product-form .maz-product-quantity,
#maz-dior-content .maz-product-basic-multi .maz-product-form .maz-product-cell {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
  height: auto;
  background-color: transparent;
}

#maz-dior-content .maz-product-basic-multi .maz-product-form .maz-product-quantity:before {
  display: none;
}

#maz-dior-content .maz-product-basic-multi .maz-product-unavailable-box {
  line-height: 18px;
  text-align: center;
}

#maz-dior-content .maz-product-basic-multi .maz-product-btn-action,
#maz-dior-content .maz-product-basic-multi .maz-product-submit,
#maz-dior-content .maz-product-basic-multi .maz-product-btn-discover {
  margin-top: 15px;
}

#maz-dior-content .maz-product-multi .maz-product-packshot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  width: 37%;
  text-align: center;
}

#maz-dior-content .maz-product-multi .maz-product-packshot img {
  width: 100%;
  height: auto;
}

#maz-dior-content .maz-product-multi .maz-product-olfactory-note-box {
  display: none;
}

#maz-dior-content .maz-product-multi .maz-product-packshot + .maz-product-info {
  width: 62%;
}

#maz-dior-content .maz-product-multi .maz-product-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  width: 100%;
  text-align: left;
}

#maz-dior-content .maz-product-multi .maz-product-hgroup {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
}

#maz-dior-content .maz-product-multi .maz-product-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}

#maz-dior-content .maz-product-multi .maz-product-subtitle {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 0;
}

#maz-dior-content .maz-product-multi .maz-product-desc {
  padding: 0;
}

#maz-dior-content .maz-product-multi .maz-product-separator {
  margin: 10px 0;
}

#maz-dior-content .maz-product-multi .maz-product-color {
  font-size: 13px;
  font-size: 0.8125rem;
}

#maz-dior-content .maz-product-multi .maz-product-swatch {
  margin: 5px 0 14px;
}

#maz-dior-content .maz-product-multi .maz-product-price {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  padding: 0;
  margin-top: 10px;
  color: black;
}

#maz-dior-content .maz-product-multi .maz-product-knowmore,
#maz-dior-content .maz-product-multi .maz-product-btn-discover {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
  color: black;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 15px 0 0;
  height: auto;
  border: none;
  background: none;
}

#maz-dior-content .maz-product-grid {
  overflow: hidden;
}

#maz-dior-content .maz-product-grid .maz-product-wrapper {
  padding: 0px 5px;
}

#maz-dior-content .maz-product-grid .maz-product-packshot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  height: 100px;
  margin: 0 auto 15px;
}

#maz-dior-content .maz-product-grid .maz-product-packshot img {
  width: auto;
  height: 100%;
}

#maz-dior-content .maz-product-grid .maz-product-olfactory-note-box {
  display: none;
}

#maz-dior-content .maz-product-grid .maz-product-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 65px;
  line-height: 16px;
}

#maz-dior-content .maz-product-grid .maz-product-separator {
  display: none;
}

#maz-dior-content .maz-product-grid .maz-product-title,
#maz-dior-content .maz-product-grid .maz-product-price {
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 0;
}

#maz-dior-content .maz-product-grid .maz-product-color {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}

#maz-dior-content .maz-product-grid .maz-product-capacity {
  text-align: center;
}

#maz-dior-content .maz-product-grid .maz-product-colorpicker {
  display: block;
  position: absolute;
  height: 220px;
  width: 100%;
  left: 0;
  bottom: -35px;
  background: #ffffff;
  z-index: 1;
  text-align: center;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: translateY(220px) translateZ(0px);
  -ms-transform: translateY(220px) translateZ(0px);
  transform: translateY(220px) translateZ(0px);
}

#maz-dior-content .maz-product-grid .maz-product-colorpicker.visible {
  -webkit-transform: translateY(0px) translateZ(0px);
  -ms-transform: translateY(0px) translateZ(0px);
  transform: translateY(0px) translateZ(0px);
}

#maz-dior-content .maz-product-grid .maz-product-colorpicker .maz-product-color {
  display: block;
  padding: 15px;
}

#maz-dior-content .maz-product-grid .maz-product-swatch-filter {
  display: none;
}

#maz-dior-content .maz-product-grid .maz-product-swatch {
  font-size: 0;
  padding: 0;
  text-align: left;
}

#maz-dior-content .maz-product-grid .maz-product-swatch .maz-product-nuance {
  width: 23%;
  max-width: 40px;
  margin: 1%;
  height: auto;
}

#maz-dior-content .maz-product-grid .maz-product-btn-swatch {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#maz-dior-content .maz-product-grid.maz-product-withcapacity .maz-product-info {
  height: 95px;
}

#maz-dior-content .maz-product-grid.maz-product-withcapacity .maz-product-btn-swatch {
  display: none;
}

#maz-dior-content .maz-product-loader {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: white;
  overflow: hidden;
}

#maz-dior-content .maz-product-loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img//loader.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: rotation 1000ms infinite linear;
  animation: rotation 1000ms infinite linear;
}

@media only screen and (max-width: 736px) {
  #maz-dior-content .maz-product-full-responsive .maz-product-wrapper {
    padding: 30px 5px;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-packshot {
    position: static;
    width: 100%;
    margin-top: 165px;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-packshot img {
    width: 100%;
    height: auto;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-packshot + .maz-product-info {
    width: 100%;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-info {
    position: static;
    padding: 0 20px;
    display: flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-hashtag,
  #maz-dior-content .maz-product-full-responsive .maz-product-hgroup {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-hashtag {
    top: 30px;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-hgroup {
    top: 70px;
    border: none;
    text-align: left;
    padding: 0 20px;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-hgroup .maz-product-price {
    background: none;
    line-height: 1;
    height: auto;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    padding: 0 0 5px;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-subtitle {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-result-label,
  #maz-dior-content .maz-product-full-responsive .maz-product-desc,
  #maz-dior-content .maz-product-full-responsive .maz-product-knowmore {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    -ms-flex-order: 3;
        order: 3;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-separator {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    -ms-flex-order: 2;
        order: 2;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-colorpicker {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-swatch .maz-product-nuance {
    width: 40px;
    height: 40px;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-form {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    -ms-flex-order: 0;
        order: 0;
    margin: 10px 0 20px;
    display: block;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-form .maz-product-price,
  #maz-dior-content .maz-product-full-responsive .maz-product-form .maz-product-quantity {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50%;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-form .maz-product-cell {
    display: block;
    margin-top: 10px;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-delivery {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    -ms-flex-order: 1;
        order: 1;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-delivery li {
    margin: 0;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-price {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 3.33333;
    color: #000000;
    height: 40px;
    text-align: center;
    background-color: #f6f6f6;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-btn-action {
    margin: 15px 0 0;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-desc {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
  }
  #maz-dior-content .maz-product-full-responsive.maz-product-withcapacity .maz-product-quantity {
    width: 100%;
  }
  #maz-dior-content .maz-product-full-responsive.maz-product-withcapacity .maz-product-cell {
    padding-left: 0;
    width: 100%;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-olfactory-note-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-olfactory-note-box {
    margin: 0 20px;
    width: 280px;
    height: auto;
    text-align: center;
    margin-top: 0;
    display: flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-olfactory-note-box img {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    -ms-flex-order: 0;
        order: 0;
    position: static;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-height: none;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-olfactory-note-box .maz-product-olfactory-note-title {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    -ms-flex-order: 1;
        order: 1;
    margin-top: 10px;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-olfactory-note-box .maz-product-olfactory-note {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    -ms-flex-order: 2;
        order: 2;
    margin-bottom: 30px;
  }
  #maz-dior-content .maz-product-multi {
    /*.maz-product-packshot {
                width: 50%;
                vertical-align: top;
            }

            .maz-product-packshot + .maz-product-info {
                width: 50%;
                vertical-align: top;
            }

            .maz-product-hgroup {
                position: absolute;
                top: 0;
                left: 0;
            }
            .maz-product-title,
            .maz-product-subtitle {
                @include font-size(12, 15);
                padding: 0;
            }*/
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 0 25px;
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-packshot {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    margin-top: 70px;
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info {
    position: static;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: 100%;
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-hgroup {
    position: absolute;
    top: 0;
    width: 100%;
    padding-right: 60px;
    margin: 0;
    border: none;
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-separator {
    display: none;
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-colorpicker {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-swatch {
    margin-bottom: 0;
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-form {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-form .maz-product-cell {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-form .maz-product-cell .maz-product-submit {
    padding: 5px 15px;
    height: 50px;
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-desc {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-knowmore {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    color: #000000;
    padding: 0;
  }
}

#maz-dior-content .maz-video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
}

#maz-dior-content .maz-video-wrapper.maz-video-ratio-16-9 {
  padding-bottom: 56.30%;
}

#maz-dior-content .maz-video-wrapper.maz-video-ratio-4-3 {
  padding-bottom: 75%;
}

#maz-dior-content .maz-video-wrapper .maz-html-video-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#maz-dior-content .maz-video-wrapper .maz-youtube-video-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#maz-dior-content .maz-video-wrapper .maz-youtube-video-view iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#maz-dior-content .maz-video-wrapper .mmm-player {
  background-color: black;
}

#maz-dior-content .maz-viewer-view {
  height: 100%;
  background: #222222;
  text-align: left;
}

#maz-dior-content .maz-viewer-view.maz-viewer-skin-white {
  background: #ffffff;
}

#maz-dior-content .maz-viewer-view.maz-viewer-skin-black {
  background: #000000;
}

#maz-dior-content .maz-viewer-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-col-full, #maz-dior-content .maz-viewer-wrapper .maz-viewer-col-left, #maz-dior-content .maz-viewer-wrapper .maz-viewer-col-right {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 100%;
  text-align: center;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-col-full {
  width: 100%;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-col-left {
  width: 90%;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-col-right {
  width: 10%;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-pagination {
  display: none;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper {
  position: relative;
  height: 100%;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper.maz-viewer-swiper-with-title {
  padding-bottom: 60px;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-container {
  position: relative;
  height: 100%;
  margin: 0 60px;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-wrapper {
  position: relative;
  height: 100%;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  visibility: hidden;
  background: #222222;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-slide.active {
  z-index: 1;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev, #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next {
  position: absolute;
  top: 50%;
  margin-top: -65px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: #393939;
  z-index: 1;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev:before, #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -5px;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev {
  left: 10px;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next {
  right: 10px;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-title {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 10px;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-legend {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #ffffff;
  margin: 10px;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper {
  position: relative;
  height: 100%;
  padding: 60px 20px;
  overflow: hidden;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-area {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-container {
  position: relative;
  top: 0%;
  padding-bottom: 200%;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  transition: all 0.4s;
  cursor: pointer;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-slide.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  border: none;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper.maz-viewer-slideshow-wrapper_static .swiper-container {
  padding-bottom: 120%;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper.maz-viewer-slideshow-wrapper_static .swiper-slide {
  height: 83.3%;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper img {
  width: 100%;
  height: auto;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev, #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: #393939;
  z-index: 1;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev:before, #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -10px;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev {
  top: 10px;
}

#maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next {
  bottom: 10px;
}

#maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-slide {
  background: #ffffff;
}

#maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev {
  background: #ffffff;
}

#maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next {
  background: #ffffff;
}

#maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-title {
  color: #000000;
}

#maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-legend {
  color: #000000;
}

#maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-slide {
  border-color: #ffffff;
}

#maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-slide.active {
  border: 1px solid #d0d0d0;
}

#maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev {
  background: #ffffff;
}

#maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next {
  background: #ffffff;
}

#maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-slide {
  background: #000000;
}

#maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev {
  background: #000000;
}

#maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next {
  background: #000000;
}

#maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-title {
  color: #ffffff;
}

#maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-slide {
  border-color: #000000;
}

#maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-slide.active {
  border: none;
}

#maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev {
  background: #000000;
}

#maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next {
  background: #000000;
}

@media only screen and (max-width: 736px) {
  #maz-dior-content .maz-viewer-view.maz-viewer-view {
    padding: 0;
  }
  #maz-dior-content .maz-viewer-wrapper .maz-viewer-col-left {
    width: 100%;
  }
  #maz-dior-content .maz-viewer-wrapper .maz-viewer-col-right {
    display: none;
  }
  #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-pagination {
    font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.66667;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #ffffff;
  }
  #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper.maz-viewer-swiper-with-title {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-container {
    margin: 0;
  }
  #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev,
  #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next {
    display: none;
  }
  #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-title {
    height: 60px;
  }
  #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-pagination {
    color: #000000;
  }
  #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-pagination {
    color: #ffffff;
  }
}

#maz-dior-content .maz-widget {
  position: fixed;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 75px;
  margin-top: -37.5px;
  z-index: 20;
}

#maz-dior-content .maz-widget.maz-hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

#maz-dior-content .maz-widget .maz-quickbuy {
  position: relative;
  display: block;
  width: 25px;
  height: 37.5px;
  padding-bottom: 12.5px;
  font-size: 25px;
  color: white;
  text-align: center;
}

#maz-dior-content .maz-widget .maz-quickbuy:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5px;
  height: 1px;
  width: 15px;
  background-color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

#maz-dior-content .maz-widget .maz-share-container {
  width: 25px;
  height: 37.5px;
  cursor: pointer;
  padding-top: 12.5px;
  text-align: center;
}

#maz-dior-content .maz-widget .maz-share-container .maz-btn-open-expandable {
  width: 25px;
  height: 25px;
  margin: 0;
  color: white;
  font-size: 20px;
}

#maz-dior-content .maz-widget .maz-share-container .maz-share-links {
  position: absolute;
  top: 50px;
  left: 0;
  width: 25px;
  background-color: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

#maz-dior-content .maz-widget .maz-share-container .maz-share-links .maz-btn-share {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  color: white;
  margin-bottom: 12.5px;
}

#maz-dior-content .maz-widget .maz-share-container .maz-share-links .maz-btn-share span {
  display: none;
}

#maz-dior-content .maz-widget .maz-share-container .maz-share-links .maz-btn-share:before {
  display: inline-block;
  font-size: 20px;
}

#maz-dior-content .maz-widget .maz-share-container:hover .maz-btn-open-expandable {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

#maz-dior-content .maz-widget .maz-share-container:hover .maz-share-links {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#maz-dior-content .maz-widget.maz-ecommerce-retailer .maz-quickbuy, #maz-dior-content .maz-widget.maz-ecommerce-none .maz-quickbuy {
  display: none;
}

#maz-dior-content .maz-widget.maz-ecommerce-retailer .maz-share-links, #maz-dior-content .maz-widget.maz-ecommerce-none .maz-share-links {
  top: 0;
}

.touch #maz-dior-content .maz-widget {
  height: 105px;
  margin-top: -52px;
}

.touch #maz-dior-content .maz-widget .maz-btn-open-expandable {
  display: none;
}

.touch #maz-dior-content .maz-widget .maz-share-container .maz-share-links {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.touch #maz-dior-content .maz-widget .maz-btn-share span {
  display: block;
}

@media only screen and (max-width: 736px) {
  #maz-dior-content .maz-widget {
    display: none;
  }
}

#maz-dior-content button {
  background-color: transparent;
  padding: 0;
  border: none;
}

#maz-dior-content .maz-btn-see-video .maz-icon {
  display: block;
  margin: 50px auto 20px;
}

#maz-dior-content .maz-btn-see-video .maz-text {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
}

#maz-dior-content .maz-btn-share {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 10px;
}

#maz-dior-content .maz-btn-share:first-child {
  margin-left: -8px;
}

#maz-dior-content .maz-btn-share > [class*="maz-sprite"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#maz-dior-content [class*="maz-button"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}

#maz-dior-content [class*="maz-button"].maz-centred {
  width: auto;
}

#maz-dior-content [class*="maz-button"].maz-full-width {
  width: 100%;
}

#maz-dior-content .maz-button-light {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  height: 60px;
  line-height: 60px;
  min-width: 180px;
  color: white;
  border: 1px solid white;
}

#maz-dior-content .maz-button-dark {
  background-color: #000000;
  color: #ffffff;
  border: none;
}

#maz-dior-content .maz-button-white {
  background-color: #ffffff;
  color: #000000;
  border: none;
}

#maz-dior-content .maz-close {
  background-color: transparent;
  position: absolute;
  top: 30px;
  right: -46px;
  width: 26px;
  height: 26px;
  border: 1px solid #e5e5e5;
}

#maz-dior-content .maz-close > .maz-sprite-close, #maz-dior-content .maz-popin-wrapper .maz-close > .maz-btn-close:before {
  margin: 0 auto;
}

#maz-dior-content .maz-close.maz-fold-up {
  top: auto;
  border: none;
  background-color: transparent;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 80px;
}

#maz-dior-content .maz-close.maz-fold-up > .maz-sprite-unfold {
  margin: 0 auto;
}

#maz-dior-content .maz-close.maz-fold-up > .maz-p1 {
  text-transform: uppercase;
}

.mmm-is-fullscreen #maz-dior-content .maz-popin-wrapper.maz-popin-scrollmode-external {
  will-change: initial;
}

#maz-dior-content .maz-popin-wrapper {
  position: fixed;
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
}

#maz-dior-content .maz-popin-wrapper.maz-popin-scrollmode-external {
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position, opacity;
  overflow-y: scroll;
}

#maz-dior-content .maz-popin-wrapper .maz-product-submit:before {
  display: none;
}

#maz-dior-content .maz-popin-wrapper .maz-product-full .maz-product-one-capacity {
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
}

#maz-dior-content .maz-popin-wrapper .maz-popin {
  margin: 100px auto 50px;
  max-width: inherit;
  max-width: 1366px;
  top: 0%;
  -webkit-overflow-scrolling: touch;
}

#maz-dior-content .maz-popin-wrapper .maz-popin .maz-popin-content {
  padding-top: 69px;
  overflow: initial;
  height: auto;
}

#maz-dior-content .maz-popin-wrapper .maz-popin .maz-popin-content:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 94%;
  height: 1px;
  background-color: #e2e2e2;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#maz-dior-content .maz-popin-wrapper .maz-popin .maz-btn-close {
  position: absolute;
  top: 15px;
  right: inherit;
  left: 50%;
  width: 40px;
  height: 40px;
  z-index: 120;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none;
  font-size: 35px;
  font-size: 2.1875rem;
  cursor: pointer;
}

#maz-dior-content .maz-popin-wrapper .maz-popin .maz-btn-close:before {
  background-color: #000;
  width: 21px;
  height: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 16px;
}

#maz-dior-content .maz-popin-wrapper .maz-popin .maz-btn-close:after {
  content: "";
  background-color: #000;
  width: 21px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 19px;
  left: 11px;
}

#maz-dior-content .maz-popin-wrapper .maz-popin .maz-previous-block,
#maz-dior-content .maz-popin-wrapper .maz-popin .maz-next-block {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: black;
  margin-top: -20px;
}

#maz-dior-content .maz-popin-wrapper .maz-popin .maz-previous-block a,
#maz-dior-content .maz-popin-wrapper .maz-popin .maz-next-block a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#maz-dior-content .maz-popin-wrapper .maz-popin .maz-previous-block {
  left: 20px;
}

#maz-dior-content .maz-popin-wrapper .maz-popin .maz-next-block {
  right: 20px;
}

#maz-dior-content .maz-popin-wrapper.maz-popin-multimediasview .maz-popin .maz-btn-close {
  top: 20px;
}

#maz-dior-content .maz-popin-wrapper .maz-overlay {
  background-color: black;
}

#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid grey;
}

#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-btn-close:before {
  color: black;
}

#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-wrapper .maz-viewer-col-right {
  width: 7%;
}

#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-container {
  overflow: visible;
}

#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-swiper-prev,
#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-swiper-next,
#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-slideshow-next,
#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-slideshow-prev {
  font-size: 25px;
  color: black;
}

#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-swiper-prev:before,
#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-swiper-next:before,
#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-slideshow-next:before,
#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-slideshow-prev:before {
  position: static;
  margin: 0;
}

#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-swiper-prev {
  height: 25px;
  margin-top: -40px;
}

#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-popin .maz-viewer-swiper-next {
  height: 25px;
  margin-top: -40px;
}

#maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-viewer-view {
  padding: 40px 100px;
}

@media only screen and (max-width: 414px) {
  .maz-popin-opened #maz-dior-content .maz-dior-layout {
    height: 0 !important;
    overflow: hidden;
  }
  #maz-dior-content .maz-popin-wrapper {
    position: relative;
    z-index: 1;
  }
  #maz-dior-content .maz-popin-wrapper .maz-popin {
    height: 100%;
    margin: 0;
    z-index: 1;
    top: 0;
  }
  #maz-dior-content .maz-popin-wrapper .maz-popin .maz-btn-close {
    position: absolute;
    border-color: black;
    top: 5px;
    right: 15px;
  }
  #maz-dior-content .maz-popin-wrapper .maz-popin .maz-btn-close:before {
    color: black;
  }
  #maz-dior-content .maz-popin-wrapper .maz-popin .maz-product-info:before {
    content: '';
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e5e5;
  }
  #maz-dior-content .maz-popin-wrapper .maz-popin .maz-product-desc {
    margin: 0;
    border: none;
    padding-top: 0;
  }
  #maz-dior-content .maz-popin-wrapper .maz-popin .maz-product-form .maz-product-cell {
    margin: 0;
    width: 100%;
  }
  #maz-dior-content .maz-popin-wrapper .maz-popin .maz-previous-block,
  #maz-dior-content .maz-popin-wrapper .maz-popin .maz-next-block {
    font-size: 30px;
    top: 40%;
  }
  #maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-viewer-view {
    padding: 0;
  }
  #maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-viewer-swiper-pagination {
    height: 70px;
    line-height: 70px;
  }
  #maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-container {
    padding: 60px 0;
    margin: 0;
  }
  #maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-viewer-wrapper .maz-viewer-swiper-wrapper.maz-viewer-swiper-with-title {
    padding: 0;
  }
  #maz-dior-content .maz-popin-wrapper.maz-popin-viewerview .maz-viewer-wrapper .maz-viewer-swiper-title {
    margin: 0;
    height: 40px;
  }
  #maz-dior-content .maz-popin-wrapper.maz-popin-productview .maz-product-full-responsive .maz-product-packshot img {
    width: 70%;
    margin-top: 60px;
  }
  #maz-dior-content .maz-popin-wrapper.maz-popin-videoview .mmm-feature-fullscreen .mmm-separator-right {
    width: 1px;
    border: none;
  }
  #maz-dior-content .maz-popin-wrapper .maz-product .maz-product-subtitle {
    padding-bottom: 7px;
  }
}

@media only screen and (max-width: 400px) {
  #maz-dior-content .maz-popin-wrapper.maz-popin-videoview .mmm-share-button,
  #maz-dior-content .maz-popin-wrapper.maz-popin-videoview .mmm-subtitles-button,
  #maz-dior-content .maz-popin-wrapper.maz-popin-videoview .mmm-fullscreen-enter-button {
    margin: 0 2px;
  }
  #maz-dior-content .maz-popin-wrapper.maz-popin-videoview .mmm-volume {
    margin: 0 10px;
  }
}

.maz-mobile .maz-popin-wrapper.maz-popin-videoview .maz-overlay {
  background-color: white !important;
}

.maz-mobile .maz-popin-wrapper.maz-popin-videoview .maz-popin-content {
  padding-top: 350px !important;
}

.maz-mobile .maz-popin-wrapper.maz-popin-videoview .maz-popin-content::before {
  display: none !important;
}

.maz-mobile .maz-popin-wrapper.maz-popin-videoview .video-player::before {
  display: none !important;
}

.maz-mobile .maz-popin-wrapper.maz-popin-videoview .video-player::after {
  display: none !important;
}

.maz-mobile .maz-popin-wrapper.maz-popin-videoview .video-player .mmm-player {
  opacity: 1 !important;
}

.maz-mobile .maz-popin-wrapper.maz-popin-videoview .video-player .video-player-poster {
  display: none !important;
}

.maz-mobile .maz-popin-wrapper.maz-popin-videoview .maz-btn-close {
  top: 13px !important;
}

#maz-dior-content .maz-popin-multimediasview .maz-product .maz-product-swatch .maz-product-nuance {
  margin: 0 3px 3px 0;
}

#maz-dior-content .maz-product-swatch-filter-name {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.27273;
  color: black;
  text-transform: uppercase;
}

#maz-dior-content .maz-product .maz-product-swatch {
  margin-top: 2px;
  font-size: 0px;
  font-size: 0rem;
  line-height: NaN;
}

#maz-dior-content .maz-product .maz-product-swatch .maz-product-nuance {
  margin: 0 3px 3px 0;
}

#maz-dior-content .maz-product .maz-product-price-color-custom {
  height: 40px;
}

#maz-dior-content .maz-product .maz-product-price-custom,
#maz-dior-content .maz-product .maz-product-color-custom {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.27273;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: black;
  width: 100%;
}

#maz-dior-content .maz-product .maz-product-delivery li {
  margin: 0;
}

@media only screen and (max-width: 736px) {
  #maz-dior-content .maz-product-full-responsive .maz-product-packshot {
    margin-top: 0;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-form .maz-product-cell {
    padding-left: 0;
    width: 100%;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-colorpicker {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  #maz-dior-content .maz-product .maz-product-retailer-box .maz-product-retailer .maz-select-input:after {
    display: none;
  }
}

@media screen and (max-width: 750px) and (orientation: landscape) {
  #maz-dior-content .maz-product-full .maz-product-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #maz-dior-content .maz-product-full .maz-product-capacity {
    text-align: left;
    margin-top: 10px;
  }
  #maz-dior-content .maz-product .maz-product-hashtag {
    display: none;
  }
  #maz-dior-content .maz-product .maz-product-desc-cut {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 54.6px;
    /* Fallback for non-webkit */
    font-size: 13px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #maz-dior-content .maz-product .maz-product-capacity span {
    padding-left: 0;
  }
  #maz-dior-content .maz-product .maz-product-form {
    margin: 10px 0;
  }
  #maz-dior-content .maz-product .maz-product-form.maz-product-noprice {
    text-align: left;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-desc {
    margin: 0;
    border: none;
    padding-top: 0;
  }
  #maz-dior-content .maz-product-full-responsive .maz-product-form .maz-product-cell {
    margin: 0;
    width: 100%;
  }
}

header,
footer,
#ecrin-header,
#ecrin-footer {
  display: none;
}

.has-default-ecrin header,
.has-default-ecrin footer,
.has-default-ecrin #ecrin-header,
.has-default-ecrin #ecrin-footer {
  display: block;
}

#maz-dior-content .maz-header,
#maz-dior-content .maz-footer {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
}

#maz-dior-content .maz-header {
  position: relative;
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 2px solid #f0f0f0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform .6s ease-out;
  transition: transform .6s ease-out;
  transition: transform .6s ease-out, -webkit-transform .6s ease-out;
}

#maz-dior-content .maz-header.maz-header-hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

#maz-dior-content .maz-header .maz-header-logo {
  position: absolute;
  top: 55%;
  left: 50%;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#maz-dior-content .maz-header .maz-header-logo img {
  width: auto;
  height: 30px;
}

#maz-dior-content .maz-header .maz-header-back {
  position: absolute;
  top: 50%;
  left: 5%;
  color: #000;
  font-size: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#maz-dior-content .maz-header .maz-header-back:before {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 10px;
}

#maz-dior-content .maz-footer {
  display: none;
  width: 100%;
  padding: 40px 0 100px 0;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}

#maz-dior-content .maz-footer .maz-select-input {
  background: none;
}

#maz-dior-content .maz-footer .maz-select-input:before {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#maz-dior-content .maz-footer .maz-select-title {
  text-transform: uppercase;
}

#maz-dior-content .maz-footer .maz-select-wrapper {
  width: 100%;
  height: 50px;
  max-width: 340px;
  margin: 15px auto 0 auto;
  border: 1px solid #000;
  border-radius: 25px;
}

#maz-dior-content .maz-footer .maz-select-wrapper .maz-select-custom,
#maz-dior-content .maz-footer .maz-select-wrapper .maz-select-input {
  width: 100%;
  height: 50px;
  text-align: left;
  line-height: 50px;
  text-transform: none;
}

#maz-dior-content .maz-footer .maz-footer-mentions {
  margin-top: 45px;
  padding: 0;
  text-align: center;
}

#maz-dior-content .maz-footer .maz-footer-mentions li {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

#maz-dior-content .maz-footer .maz-footer-mentions li:last-child {
  margin-bottom: 0;
}

#maz-dior-content .maz-footer .maz-footer-mentions li a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
  text-decoration: underline;
}

#maz-dior-content .maz-footer .maz-footer-icp {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.33333;
  max-width: 950px;
  margin: 40px auto 0 auto;
  padding: 0 30px;
}

#maz-dior-content .maz-footer .maz-footer-icp a {
  color: #000000;
}

.has-new-ecrin header,
.has-new-ecrin footer,
.has-new-ecrin #ecrin-header,
.has-new-ecrin #ecrin-footer,
.has-new-ecrin #basket,
.has-new-ecrin #ecrin-basket-empty {
  display: none;
}

.has-new-ecrin #page {
  padding-top: 60px;
}

.has-new-ecrin #page .content {
  top: 0;
  margin-bottom: 0;
  margin-top: 60px;
}

.has-new-ecrin .maz-select-list.maz-custom-select-footer {
  height: 100%;
}

.has-new-ecrin #maz-dior-content .maz-header,
.has-new-ecrin #maz-dior-content .maz-footer {
  display: block;
}

.has-new-ecrin #maz-dior-content .maz-product-wrapper .maz-product-form .maz-product-submit {
  border-radius: 25px;
  line-height: 40px;
  white-space: nowrap;
}

.has-new-ecrin #maz-dior-content .maz-product-wrapper .maz-product-form .maz-product-submit:before {
  display: inline-block;
  margin: -5px 10px 0 0;
  color: #ffffff;
  font-size: 20px;
  vertical-align: middle;
}

.has-new-ecrin #maz-dior-content .maz-product-wrapper .maz-product-capacity .maz-select-wrapper {
  border-radius: 25px;
  background-color: #fff;
  border: 0;
}

.has-new-ecrin #maz-dior-content .maz-button {
  border-radius: 25px;
}

.has-new-ecrin #maz-dior-content .maz-navigation-product-wrapper .maz-product-full .maz-product-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.has-new-ecrin #maz-dior-content .maz-navigation-product-wrapper .maz-product-full .maz-product-info .maz-product-hgroup {
  width: 100%;
}

.has-new-ecrin #maz-dior-content .maz-navigation-product-wrapper .maz-product-full .maz-product-info .maz-product-capacity {
  height: 45px;
  border-radius: 25px;
}

.has-new-ecrin #maz-dior-content .maz-navigation-product-wrapper .maz-product-full .maz-product-info .maz-product-form {
  height: 45px;
  margin: 12px 0 0 0;
}

.has-new-ecrin #maz-dior-content .maz-navigation-product-wrapper .maz-product-full .maz-product-info .maz-product-cell .maz-product-submit {
  height: 45px;
}

@media only screen and (min-width: 641px) {
  #maz-dior-content .maz-header {
    height: 80px;
  }
  #maz-dior-content .maz-header .maz-header-logo {
    width: auto;
    height: auto;
    top: 55%;
  }
  #maz-dior-content .maz-header .maz-header-logo img {
    width: auto;
    height: 40px;
  }
  #maz-dior-content .maz-header .maz-header-back {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #maz-dior-content .maz-footer {
    padding: 50px 0 100px 0;
  }
  #maz-dior-content .maz-footer .maz-footer-mentions {
    margin-top: 15px;
    padding: 0;
    border: 0;
  }
  #maz-dior-content .maz-footer .maz-footer-mentions li {
    margin-top: 25px;
    margin-bottom: 0;
  }
  #maz-dior-content .maz-footer .maz-footer-icp {
    padding: 0;
  }
  .has-new-ecrin main {
    padding-top: 0 !important;
    padding-bottom: 460px !important;
  }
  .has-new-ecrin .maz-header {
    display: none !important;
  }
  .has-new-ecrin .maz-footer-wrapper {
    display: none !important;
  }
}

.has-new-ecrin main {
  padding-top: 0 !important;
  padding-bottom: 460px !important;
}

.has-new-ecrin .maz-header {
  display: none !important;
}

.has-new-ecrin .maz-footer-wrapper {
  display: none !important;
}

.has-new-ecrin #page {
  padding-top: 0px;
}

#maz-dior-content .maz-filter-content .maz-intro {
  z-index: 5;
  position: relative;
  display: table;
  max-width: 810px;
  margin: 40px auto 50px auto;
}

#maz-dior-content .maz-filter-content .maz-intro img,
#maz-dior-content .maz-filter-content .maz-intro .maz-content {
  display: table-cell;
  font-size: 0;
  vertical-align: middle;
}

#maz-dior-content .maz-filter-content .maz-intro .maz-content {
  padding-left: 25px;
}

#maz-dior-content .maz-filter-content .maz-intro .maz-content .maz-content-inner {
  border-left: 1px solid #CCCCCC;
}

#maz-dior-content .maz-filter-content .maz-intro .maz-content .maz-h2, #maz-dior-content .maz-filter-content .maz-intro .maz-content p {
  text-align: left;
}

#maz-dior-content .maz-filter-content .maz-intro .maz-content .maz-h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.05;
  padding: 25px 0 25px 25px;
}

#maz-dior-content .maz-filter-content .maz-intro .maz-content p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.06667;
  padding: 0 0 25px 25px;
}

#maz-dior-content .maz-filter-content .maz-filters-container {
  position: relative;
  margin: 0 auto;
  padding: 0 1.66667%;
  text-align: left;
}

#maz-dior-content .maz-filter-content .maz-filters-container .maz-hash {
  z-index: 1;
  position: absolute;
  bottom: -90%;
  left: -80px;
}

#maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content {
  z-index: 2;
  position: relative;
  display: table;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 0;
  border-bottom: 1px solid #CCCCCC;
}

#maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-title,
#maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-list {
  display: table-cell;
  vertical-align: middle;
}

#maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-title {
  width: 25%;
}

#maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-list {
  width: 75%;
  text-align: left;
}

#maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-list .maz-filter {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  width: 25%;
  padding: 5px 0;
  color: black;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
}

#maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-list .maz-filter span {
  position: relative;
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 4px 10px;
  vertical-align: top;
  box-sizing: border-box;
}

#maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-list .maz-filter.maz-selected {
  font-family: "CenturyGothic-Bold", "Century Gothic", Arial, Helvetica, sans-serif;
}

#maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-list .maz-filter.maz-selected span {
  border: 2px solid black;
  /*&:before {
                                    position: absolute;
                                    top: 50%;
                                    right: 10px;
                                    content: '';
                                    width: 10px;
                                    height: 1px;

                                    background-color: black;

                                    transform: rotate(45deg);
                                }

                                &:after {
                                    position: absolute;
                                    top: 50%;
                                    right: 10px;
                                    content: '';
                                    width: 10px;
                                    height: 1px;

                                    background-color: black;

                                    transform: rotate(-45deg);
                                }*/
}

#maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-title {
  font-family: "CenturyGothic-Bold", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 736px) {
  #maz-dior-content .maz-filter-content {
    padding: 0 20px;
  }
  #maz-dior-content .maz-filter-content .maz-intro {
    margin: 40px auto 25px;
  }
  #maz-dior-content .maz-filter-content .maz-intro img {
    display: inline-block;
    max-width: 100%;
  }
  #maz-dior-content .maz-filter-content .maz-intro .maz-content {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  #maz-dior-content .maz-filter-content .maz-intro .maz-content .maz-content-inner {
    border: none;
    position: relative;
    padding-top: 25px;
  }
  #maz-dior-content .maz-filter-content .maz-intro .maz-content .maz-content-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    height: 1px;
    width: 100px;
    background: #CCCCCC;
  }
  #maz-dior-content .maz-filter-content .maz-intro .maz-content .maz-border {
    display: block;
    width: 25%;
    height: 1px;
    margin: 0 auto;
    background-color: #CCCCCC;
  }
  #maz-dior-content .maz-filter-content .maz-intro .maz-content .maz-h2 {
    margin-bottom: 20px;
  }
  #maz-dior-content .maz-filter-content .maz-intro .maz-content .maz-h2, #maz-dior-content .maz-filter-content .maz-intro .maz-content p {
    text-align: center;
    border-left: 0;
    padding: 0;
  }
  #maz-dior-content .maz-filter-content .maz-intro .maz-content p {
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
  }
  #maz-dior-content .maz-filter-content .maz-filters-container {
    margin: 0;
    padding-bottom: 50px;
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-hash {
    left: -20px;
    bottom: 100px;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content {
    margin: 0;
    padding: 0;
    border: none;
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content.open .maz-filters-title:before {
    position: absolute;
    top: 5px;
    right: 10px;
    content: '';
    width: 15px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content.open .maz-filters-title:after {
    position: absolute;
    top: 5px;
    right: 20px;
    content: '';
    width: 15px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content.open .maz-filters-list {
    border-bottom: 1px solid #CCCCCC;
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-title,
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-list {
    display: inline-block;
    width: 100%;
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-title {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-title:before {
    position: absolute;
    top: 5px;
    right: 10px;
    content: '';
    width: 15px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-title:after {
    position: absolute;
    top: 5px;
    right: 20px;
    content: '';
    width: 15px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-list {
    padding: 0;
    margin: 0;
    height: 0;
    border-bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-list .maz-filter {
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-list .maz-filter:first-child {
    margin-top: 15px;
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-list .maz-filter:nth-child(2) {
    margin-top: 15px;
  }
  #maz-dior-content .maz-filter-content .maz-filters-container .maz-filters-content .maz-filters-list .maz-filter:last-child {
    margin-bottom: 15px;
  }
}

#maz-dior-content .maz-mosaic-view {
  position: relative;
  margin-top: 39px;
  margin-bottom: 20px;
}

#maz-dior-content .maz-mosaic-view .maz-loader-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

#maz-dior-content .maz-mosaic-view.maz-is-loading .maz-loader-overlay {
  display: block;
}

#maz-dior-content .maz-mosaic-view[data-view-id="mosaicmanager2"] .maz-mosaic-wrapper:before {
  display: none;
}

#maz-dior-content .maz-mosaic-title {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1.05714;
  font-family: "Pathway-Regular", "Pathway-Regular", Arial, Helvetica, sans-serif;
  margin: 80px 0 15px;
  text-transform: uppercase;
}

#maz-dior-content .maz-mosaic-wrapper {
  position: relative;
  z-index: 1;
  max-width: 952px;
  margin: 0 auto;
}

#maz-dior-content .maz-mosaic-wrapper:before {
  content: "#";
  position: absolute;
  top: -140px;
  left: -86px;
  font-size: 290px;
  font-family: "CenturyGothic-Bold", "Century Gothic", Arial, Helvetica, sans-serif;
  color: #f2f2f2;
  z-index: -1;
}

#maz-dior-content .maz-mosaic-wrapper .maz-rows-wrapper,
#maz-dior-content .maz-mosaic-wrapper .maz-section-pictures {
  font-size: 0;
  line-height: 0;
  display: block;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#maz-dior-content .maz-mosaic-wrapper .maz-row-view,
#maz-dior-content .maz-mosaic-wrapper .maz-section-pictures-inner {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item {
  display: inline-block;
  position: relative;
  margin: 5px;
  vertical-align: top;
  cursor: pointer;
  background: #f5f5f5;
  width: calc(33.33334% - 10px);
}

#maz-dior-content .maz-mosaic-wrapper .maz-item.maz-item-hidden {
  display: none;
}

.no-touch #maz-dior-content .maz-mosaic-wrapper .maz-item:hover .maz-item-overlay {
  opacity: 1;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item-empty {
  background: white;
  cursor: initial;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item-empty:before {
  display: none;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url("../../img/hash.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
  z-index: 1;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item-content {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  z-index: 2;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item-content.maz-item-video:before {
  position: absolute;
  color: white;
  width: 32px;
  height: 32px;
  margin-left: 0;
  margin-top: 0;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
  line-height: 28px;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  text-indent: 12px;
  z-index: 1;
  text-align: left;
  text-shadow: 0 0 3px black;
  box-shadow: 0 0 3px 0px black, inset 0 0 3px 0px black;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item-visual {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translate3d(0px, 0px, 0px);
          transform: translateX(-50%) translateY(-50%) translate3d(0px, 0px, 0px);
}

#maz-dior-content .maz-mosaic-wrapper .maz-item-overlay-wrapper {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item-overlay {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  text-align: center;
  vertical-align: middle;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item-overlay-content {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  color: white;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item-user {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 30px;
  color: white;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item-discover {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}

#maz-dior-content .maz-mosaic-wrapper .maz-item img {
  width: 100%;
}

#maz-dior-content .maz-mosaic-wrapper .maz-no-results {
  display: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 50px 0;
  margin-bottom: 20px;
}

#maz-dior-content .maz-mosaic-wrapper .maz-no-results.maz-show {
  display: block;
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper, #maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper-video {
  font-size: 20px;
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper .maz-view-more, #maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper-video .maz-view-more {
  position: relative;
  display: inline-block;
  margin-top: 56px;
  padding-top: 60px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: black;
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper .maz-view-more:before, #maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper-video .maz-view-more:before {
  position: absolute;
  width: 1px;
  height: 16px;
  top: 13px;
  left: 50%;
  content: '';
  background-color: black;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper .maz-view-more:after, #maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper-video .maz-view-more:after {
  position: absolute;
  width: 16px;
  height: 1px;
  top: 21px;
  left: 50%;
  content: '';
  background-color: black;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper .maz-view-more span:before, #maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper-video .maz-view-more span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper .maz-loader, #maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper-video .maz-loader {
  display: none;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 30px 0;
  padding-top: 60px;
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper .maz-loader:before, #maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper-video .maz-loader:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-image: url("../../img/loader.png");
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper.maz-no-more-items .maz-view-more, #maz-dior-content .maz-mosaic-wrapper .maz-no-more-items.maz-view-more-wrapper-video .maz-view-more {
  display: none;
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper.maz-is-loading .maz-view-more, #maz-dior-content .maz-mosaic-wrapper .maz-is-loading.maz-view-more-wrapper-video .maz-view-more {
  display: none;
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper.maz-is-loading .maz-loader, #maz-dior-content .maz-mosaic-wrapper .maz-is-loading.maz-view-more-wrapper-video .maz-loader {
  display: inline-block;
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper-video {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper-video.maz-view-more-wrapper-video-hidden {
  display: none;
}

@media only screen and (max-width: 736px) {
  #maz-dior-content .maz-mosaic-view {
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  #maz-dior-content .maz-mosaic-view .js-maz-video-iphone .maz-video-view {
    height: 0;
    overflow: hidden;
  }
  #maz-dior-content .maz-mosaic-view[data-view-id="mosaicmanager2"] {
    margin-bottom: 80px;
  }
  #maz-dior-content .maz-mosaic-title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.04;
    margin: 34px 0 14px;
    text-align: center;
  }
  #maz-dior-content .maz-mosaic-wrapper:before {
    top: -215px;
    left: -72px;
    font-size: 338px;
    font-size: 21.125rem;
    line-height: 1.00592;
  }
  #maz-dior-content .maz-mosaic-wrapper .maz-row-view {
    margin-left: -5px;
    margin-right: 0;
  }
  #maz-dior-content .maz-mosaic-wrapper .maz-item {
    margin: 0 0 5px 5px;
    width: calc(33.33334% - 5px);
  }
  #maz-dior-content .maz-mosaic-wrapper .maz-item-row.align-bottom {
    margin: 0;
  }
  #maz-dior-content .maz-mosaic-wrapper .maz-item-row.align-bottom .maz-item {
    margin-top: 0;
  }
  #maz-dior-content .maz-mosaic-wrapper .maz-item-lg, #maz-dior-content .maz-mosaic-wrapper .maz-item-sm {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }
  #maz-dior-content .maz-mosaic-wrapper .maz-item-empty {
    display: none;
  }
  #maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper .maz-view-more, #maz-dior-content .maz-mosaic-wrapper .maz-view-more-wrapper-video .maz-view-more {
    margin-top: 38px;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.maz-mobile .maz-ios #maz-dior-content .maz-pushdetails-video-wrapper {
  position: relative;
}

.maz-mobile .maz-ios #maz-dior-content .maz-pushdetails-video-wrapper:before {
  position: absolute;
  color: white;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  top: 50%;
  left: 50%;
  font-size: 25px;
  line-height: 76px;
  border-radius: 50%;
  border: 2px solid white;
  text-indent: 4px;
  z-index: 1;
  text-shadow: 0 0 3px black;
  box-shadow: 0 0 3px 0px black, inset 0 0 3px 0px black;
  pointer-events: none;
}

.maz-mobile .maz-ios #maz-dior-content .maz-pushdetails-video-wrapper.maz-playing:before {
  content: " ";
  display: none;
}

#maz-dior-content .maz-pushdetails-view {
  font-size: 0;
}

#maz-dior-content .maz-pushdetails-view .maz-product-knowmore {
  display: none;
}

#maz-dior-content .maz-pushdetails-view .maz-product-hgroup {
  text-align: center;
  cursor: pointer;
}

#maz-dior-content .maz-pushdetails-view .maz-loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

#maz-dior-content .maz-pushdetails-view.maz-loading:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: white;
}

#maz-dior-content .maz-pushdetails-view.maz-loading .maz-loader {
  display: block;
}

#maz-dior-content .maz-pushdetails-view.maz-loading .maz-loader:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  background-image: url(../../img/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
  -webkit-animation: rotation 1000ms infinite linear;
  animation: rotation 1000ms infinite linear;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-content-wrapper {
  display: table;
  width: 84%;
  table-layout: fixed;
  margin: 15px auto;
  margin-top: 34px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-no-products {
  width: 50%;
  margin: 0 auto;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-content {
  display: table-cell;
  vertical-align: top;
  width: 38.5%;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 6px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-username {
  display: block;
  color: black;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin: 23px 0 14px 10px;
  text-decoration: underline;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-caption {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  word-wrap: break-word;
  margin-left: 10px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products {
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 59%;
  padding: 10px;
  padding-left: 34px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.38462;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-pushdetails-products-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-pushdetails-product-used {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 17px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products.maz-pushdetails-products-simple .maz-pushdetails-product {
  width: 100%;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products.maz-pushdetails-products-simple .maz-product-packshot img {
  width: 70%;
  cursor: pointer;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products.maz-pushdetails-products-multi {
  font-size: 0;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products.maz-pushdetails-products-multi .maz-pushdetails-product {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 20px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products.maz-pushdetails-products-multi .maz-product-view {
  height: 100%;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-simple .maz-product-info {
  position: static;
  padding: 0 0 65px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-simple .maz-product-form {
  width: 100%;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-simple .maz-product-form .maz-product-price {
  position: relative;
  display: block;
  left: 0;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-simple .maz-product-form .maz-product-cell {
  background-color: transparent;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-simple .maz-product-submit {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-top: 15px;
  padding: 0 25px;
  border-radius: 50px;
  cursor: pointer;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-multi .maz-product-title {
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1;
  margin-top: 18px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-multi .maz-product-price {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin-top: 7px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-multi .maz-product-packshot img {
  cursor: pointer;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-multi .maz-product-submit {
  vertical-align: top;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: 26px;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-multi .maz-product-submit::before {
  margin-left: -6px;
  font-size: 16px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-multi .maz-product-info {
  position: inherit;
  left: inherit;
  bottom: inherit;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-multi .maz-product-form .maz-product-cell {
  background-color: transparent;
  width: 78%;
  margin: 0 auto;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-multi.maz-product-not-available .maz-product-form {
  bottom: 55px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-product-basic-multi.maz-product-not-available .maz-product-unavailable-box {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  line-height: 1.5;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view {
  height: 100%;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view .maz-staticproduct,
#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view .maz-staticproduct-wrapper {
  position: relative;
  height: 100%;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view .maz-staticproduct-basic-simple .maz-staticproduct-info {
  width: 50%;
  text-align: left;
  padding-right: 10px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view .maz-staticproduct-basic-simple .maz-staticproduct-form {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view .maz-staticproduct-basic-multi .maz-staticproduct-info {
  padding-bottom: 80px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view .maz-staticproduct-basic-multi .maz-staticproduct-form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view .maz-staticproduct-packshot {
  width: 100%;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view .maz-staticproduct-packshot-image {
  width: 100%;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view .maz-staticproduct-title {
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 0.52632;
  margin-top: 12px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view .maz-staticproduct-subtitle {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view .maz-staticproduct-btn-discover {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 3.33333;
  width: 100%;
  height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background: #000000;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-staticproduct-view .maz-staticproduct-no-link .maz-staticproduct-btn-discover {
  display: none;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-nav {
  position: relative;
  padding: 13px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.38462;
  margin-top: 50px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-nav:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 94%;
  height: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e2e2e2;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-nav:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #e2e2e2;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-nav .maz-button-previous {
  color: black;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  line-height: 40px;
  padding: 0 94px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-nav .maz-button-next {
  color: black;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  line-height: 40px;
  padding: 0 94px;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-nav .maz-disabled {
  cursor: default;
  opacity: 0.6;
}

#maz-dior-content .maz-pushdetails-view .maz-pushdetails-nav.maz-only-mobile {
  display: none;
}

@media only screen and (max-width: 736px) {
  #maz-dior-content .maz-pushdetails-view {
    font-size: 0;
  }
  #maz-dior-content .maz-pushdetails-view .maz-pushdetails-content-wrapper {
    display: block;
  }
  #maz-dior-content .maz-pushdetails-view .maz-pushdetails-no-products {
    display: block;
    width: 100%;
  }
  #maz-dior-content .maz-pushdetails-view .maz-pushdetails-content {
    display: block;
    width: 100%;
  }
  #maz-dior-content .maz-pushdetails-view .maz-pushdetails-products {
    display: block;
    width: 100%;
    padding: 10px;
  }
  #maz-dior-content .maz-pushdetails-view .maz-pushdetails-products .maz-pushdetails-product-used {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
  #maz-dior-content .maz-pushdetails-view .maz-pushdetails-products.maz-pushdetails-products-simple .maz-pushdetails-product, #maz-dior-content .maz-pushdetails-view .maz-pushdetails-products.maz-pushdetails-products-multi .maz-pushdetails-product {
    width: 100%;
  }
  #maz-dior-content .maz-pushdetails-view .maz-pushdetails-products.maz-pushdetails-products-simple .maz-product-packshot img, #maz-dior-content .maz-pushdetails-view .maz-pushdetails-products.maz-pushdetails-products-multi .maz-product-packshot img {
    width: 70%;
    cursor: pointer;
  }
  #maz-dior-content .maz-pushdetails-view .maz-pushdetails-products.maz-pushdetails-products-simple .maz-product-submit, #maz-dior-content .maz-pushdetails-view .maz-pushdetails-products.maz-pushdetails-products-multi .maz-product-submit {
    width: auto;
    padding: 0 30px;
    cursor: pointer;
  }
  #maz-dior-content .maz-pushdetails-view .maz-pushdetails-nav .maz-button-previous {
    padding: 0 15px;
  }
  #maz-dior-content .maz-pushdetails-view .maz-pushdetails-nav .maz-button-next {
    padding: 0 15px;
  }
}

#maz-dior-content .maz-instagram-view .maz-section-bloc {
  margin: 0 auto;
  max-width: 935px;
}

#maz-dior-content .maz-instagram-view .maz-section-bloc-inner {
  max-width: 952px;
  margin: 0 auto;
}

#maz-dior-content .maz-instagram-view .maz-section-bloc-1 {
  margin-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

#maz-dior-content .maz-instagram-view .maz-section-bloc-1 .maz-section-text {
  margin: 34px auto 0;
}

#maz-dior-content .maz-instagram-view .maz-section-bloc-title {
  font-size: 80px;
  font-size: 5rem;
  line-height: 1.05;
  font-family: "Pathway-Regular", "Pathway-Regular", Arial, Helvetica, sans-serif;
}

@media only screen and (min-width: 641px) {
  #maz-dior-content .maz-instagram-view .maz-section-bloc-1 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 736px) {
  #maz-dior-content .maz-instagram-view .maz-section-bloc-title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.15385;
  }
  #maz-dior-content .maz-instagram-view .maz-section-bloc-1 {
    position: relative;
    margin-top: 30px;
    z-index: 3;
  }
  #maz-dior-content .maz-instagram-view .maz-section-text {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.58824;
  }
}

#maz-dior-content .maz-section-text {
  margin: 34px auto 0;
  max-width: 630px;
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.11538;
  text-transform: uppercase;
  font-weight: normal;
}

@media only screen and (max-width: 736px) {
  #maz-dior-content .maz-section-text {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.58824;
  }
}

#maz-dior-content .maz-mosaic-wrapper .maz-section-text {
  margin-top: 70px;
  margin-bottom: 37px;
}

#maz-dior-content .maz-mosaic-wrapper .maz-view-more {
  margin-top: 22px !important;
}

#maz-dior-content .maz-popinrules-view {
  text-align: left;
  padding: 60px 40px;
}

#maz-dior-content .maz-popinrules-view .popin-title {
  font-family: "CenturyGothic-Bold", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
  text-transform: none;
}

#maz-dior-content .maz-popinrules-view .popin-content {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

#maz-dior-content .maz-popinrules-view .popin-content p {
  padding-top: 22px;
}

#maz-dior-content .maz-popinrules-view .popin-content p:first-child {
  padding-top: 47px;
}

#maz-dior-content .maz-popinrules-view .popin-content ul {
  padding-left: 70px;
}

#maz-dior-content .maz-popinrules-view .popin-content ul li {
  position: relative;
  padding-left: 36px;
  list-style-type: none;
  margin-top: 22px;
}

#maz-dior-content .maz-popinrules-view .popin-content ul li:before {
  content: 'o';
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  position: absolute;
  top: 1px;
  left: 0;
}

@media only screen and (max-width: 736px) {
  #maz-dior-content .maz-popinrules-view {
    padding: 50px 25px;
  }
  #maz-dior-content .maz-popinrules-view .popin-title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  #maz-dior-content .maz-popinrules-view .popin-content {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  #maz-dior-content .maz-popinrules-view .popin-content p {
    padding-top: 12px;
  }
  #maz-dior-content .maz-popinrules-view .popin-content p:first-child {
    padding-top: 12px;
  }
  #maz-dior-content .maz-popinrules-view .popin-content ul {
    padding-left: 35px;
  }
  #maz-dior-content .maz-popinrules-view .popin-content ul li {
    margin-top: 12px;
    padding-left: 18px;
  }
}

.maz-customloader-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  background-color: white;
}

.maz-customloader-view .maz-customloader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.maz-customloader-view .maz-percentage-block {
  font-family: "Pathway-Regular", "Pathway-Regular", Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  color: black;
  text-transform: uppercase;
  z-index: 2;
}

.maz-customloader-view .maz-customloader-logo-wrapper {
  margin-bottom: 30px;
}

.maz-customloader-view .maz-customloader-logo-wrapper img {
  max-width: 260px;
  max-height: 260px;
}

.maz-customloader-view .maz-customloader-text {
  font-family: "Pathway-Regular", "Pathway-Regular", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  line-height: 1;
  display: inline-block;
  margin-top: 43px;
  padding: 6px 8px 0;
  height: 77px;
  text-transform: uppercase;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 736px) {
  .maz-customloader-view {
    position: absolute;
  }
  .maz-customloader-view .maz-customloader-wrapper {
    max-width: 60%;
  }
  .maz-customloader-view .maz-customloader-logo-wrapper img {
    width: 100%;
  }
  .maz-customloader-view .maz-customloader-text {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.5;
    height: 59px;
  }
  .maz-customloader-view .maz-percentage-block {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.maz-select-wrapper {
  position: relative;
  display: inline-block;
}

.maz-select-wrapper select {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  height: 50px;
}

.maz-select-wrapper select:focus + .maz-select-input {
  outline: black dotted 1px;
}

.maz-select-input {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 25px;
  background: transparent url("../../img/select-arrow.png") no-repeat right center;
  border: none;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.08333;
}

.maz-select-input .maz-is-shop {
  display: inline-block;
  width: 35px;
  height: 10px;
}

.maz-select-input.active {
  background-position: right bottom;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .maz-select-input {
    background-image: url("../../img/select-arrow@2x.png");
    background-size: 40px 120px;
  }
}

.maz-select-list {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  text-align: left;
  outline: 0;
  overflow: visible;
  color: black;
  text-transform: uppercase;
  z-index: 120;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.maz-select-list.maz-custom-select-footer {
  height: 100% !important;
}

.maz-select-list.maz-custom-select-footer > ul {
  height: 100% !important;
}

.maz-select-list > ul {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.maz-select-list > ul.mCustomScrollbar {
  height: auto;
}

.maz-select-list.opened {
  visibility: visible;
}

.maz-select-list.top:before, .maz-select-list.bottom:before {
  display: block;
  background: white;
  position: absolute;
  width: 10px;
  height: 10px;
  content: " ";
  right: 15px;
  z-index: -1;
  border: 1px solid #e6e6e6;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.maz-select-list.top:before {
  bottom: -6px;
  border-left-color: transparent;
  border-top-color: transparent;
}

.maz-select-list.bottom:before {
  top: -6px;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.maz-select-list ul,
.maz-select-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.maz-select-list .maz-option {
  padding: 10px 15px;
  line-height: 12px;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  /*height: 23px;*/
  white-space: nowrap;
}

.maz-select-list .maz-option:hover,
.maz-select-list .maz-option.active {
  background-color: #f6f6f6;
  color: #000000;
}

.maz-select-list.maz-navigation-product .maz-option {
  font-size: 12px;
  font-size: 0.75rem;
}

.maz-product-submit {
  cursor: pointer;
}

/* custom select footer */
.maz-is-shop:before {
  position: absolute;
  top: 47%;
  left: 30px;
  font-size: 15px;
  color: #000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.maz-is-shop:hover:before {
  font-weight: normal;
}

.maz-custom-select-footer .maz-option {
  position: relative;
  padding-left: 30px;
  color: #777;
  text-transform: none;
}

.maz-custom-select-footer .maz-option:hover {
  color: #777;
}

.maz-custom-select-footer .maz-option[data-locale] {
  padding-left: 50px;
  color: #000000;
}

.maz-custom-select-footer .maz-option[data-locale]:hover {
  color: #000000;
  font-weight: bold;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: 90%;
  left: auto;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 50px !important;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 8px;
  height: 100%;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 1;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 1;
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 1;
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: black;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: white;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: white;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 1;
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.mmm-poster {
  background-size: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.mmm-embed-button, .mmm-tumblr, .mmm-google {
  display: none !important;
}

#maz-dior-content.maz-site-loading {
  overflow: hidden;
  pointer-events: none;
}

#maz-dior-content.maz-site-loading .maz-side-menu-container .maz-burger-btn {
  display: none;
}

#maz-dior-content.maz-site-loading .maz-widget {
  display: none;
}

#maz-dior-content .maz-sprite-burger:before {
  color: #000000;
}

#maz-dior-content .maz-widget .maz-quickbuy {
  color: #000000;
}

#maz-dior-content .maz-widget .maz-quickbuy:after {
  background-color: #000000;
}

#maz-dior-content .maz-widget .maz-share-container .maz-btn-open-expandable {
  color: #000000;
}

#maz-dior-content .maz-widget .maz-share-container .maz-share-links .maz-btn-share {
  color: #000000;
}

.player-diortv {
  display: none !important;
}

html.fullbrowser {
  height: auto;
  overflow: auto;
}

html.fullbrowser body {
  height: auto;
}

html.fullbrowser main {
  height: auto;
  padding-top: 187px;
  padding-bottom: 0;
}

html.fullbrowser #dior-header {
  z-index: 101;
}

html.fullbrowser .dior-v7.page-overlay {
  z-index: 100;
}

html.fullbrowser #maz-dior-content .maz-popin-wrapper {
  z-index: 102;
}

html.fullbrowser #dior-footer {
  position: relative;
}

html.fullbrowser #dior-footer #footer {
  top: auto !important;
}

html.fullbrowser.no-scroll {
  height: 100%;
  overflow: hidden;
}

html.fullbrowser.no-scroll body {
  height: 100%;
  overflow: hidden;
}

html.fullbrowser.no-scroll #dior-header {
  z-index: 3;
}

html.fullbrowser.no-scroll #dior-footer #footer {
  top: auto !important;
}

#ecrin-sideMenu .mini-logo {
  display: none;
}

#footer {
  position: relative;
  z-index: 3;
}

.ecrin-minisite-pcd .diorcom-header {
  background: black;
}

.maz-logo-burger {
  padding-right: 20px;
}

.maz-logo-burger img {
  width: 100%;
  padding: 15px 0 15px;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.diorcom-header.header--transparent.hover .diorcom-header-bar .diorcom-header.header--transparent .diorcom-header-bar {
  border-bottom: 1px solid black;
}

.ecrin-minisite-pcd #mainScroller.init-padding {
  padding-top: 75px;
  box-sizing: border-box;
}

.ecrin-minisite-pcd .diorcom-header {
  position: relative;
}

#maz-dior-content .maz-side-menu-container {
  top: 0;
}

.toplayer--opened #maz-dior-content .maz-side-menu-container.maz-side-menu-left .maz-burger-btn {
  top: 135px;
}

@media only screen and (max-width: 736px) {
  #maz-dior-content {
    padding-top: 0;
    background: transparent;
  }
}

.maz-old-browser {
  font-family: "CenturyGothic-Regular", "Century Gothic", Arial, Helvetica, sans-serif;
}

.maz-old-browser #maz-dior-content {
  background: black;
  color: white;
}

.maz-old-browser #maz-dior-content .maz-old-browser-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}

.maz-old-browser #maz-dior-content .maz-old-browser-wrapper p {
  padding: 140px 0 5%;
}

.maz-old-browser #maz-dior-content .maz-old-browser-wrapper img {
  vertical-align: top;
  height: 40%;
}

@media only screen and (max-width: 414px) {
  .maz-old-browser #maz-dior-content .maz-old-browser-wrapper p {
    padding: 20px 0;
  }
  .maz-old-browser #maz-dior-content .maz-old-browser-wrapper img {
    width: 90%;
    margin-bottom: 20px;
  }
}

html[lang="zh"] #maz-dior-content .mmm-weibo {
  display: block;
}

html[lang="zh"] #maz-dior-content .mmm-facebook,
html[lang="zh"] #maz-dior-content .mmm-twitter {
  display: none;
}

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