 /*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

 .datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fdd49a),
    to(#fdf59a)
  );
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
  background-color: #fbf069\9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3c17a),
    to(#f3e97a)
  );
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#b3b3b3),
    to(grey)
  );
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
  background-color: grey;
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
  background-color: #666\9;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #04c;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
  background-color: #039\9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #04c;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #039\9;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: bold;
  src: local("Century Gothic Bold"), local("CenturyGothic-Bold"),
    url("../fonts/hinted-CenturyGothic-Bold.woff2") format("woff2"),
    url("../fonts/hinted-CenturyGothic-Bold.woff") format("woff");
}

@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: normal;
  src: local("Century Gothic"), local("CenturyGothic"),
    url("../fonts/hinted-CenturyGothic.woff2") format("woff2"),
    url("../fonts/hinted-CenturyGothic.woff") format("woff");
}

/* ==========================================================================
   Base styles
   ========================================================================== */
#diorRetail {
  width: calc(100% - 60px);
  max-width: 980px;
  margin: 0 auto;
  color: #000;
  font-family: "Century Gothic", sans-serif;
  font-size: 12px;
  line-height: 18px;
  opacity: 0;
}

#diorRetail:lang(en) *:not(.fa):not(.glyphicon) {
  font-family: "Century Gothic", sans-serif;
}
#diorRetail:lang(zh) *:not(.fa):not(.glyphicon) {
  font-family: "Microsoft Yahei", "SimHei", "STHeiti", sans-serif;
}

#diorRetail p {
  font-size: 12px;
  line-height: 20px;
}

#diorRetail a:hover {
  text-decoration: none;
}

#diorRetail strong {
  font-weight: 700;
}

@media (max-width: 991px) {
  #diorRetail {
    width: 100%;
    max-width: 640px;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 18px;
  }

  #diorRetail p {
    font-size: 14px;
    line-height: 21px;
  }
}

/* ==========================================================================
   bootstrap helper classes
   ========================================================================== */
#diorRetail .hidden {
  display: none !important;
}

#diorRetail .visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

#diorRetail .visuallyhidden.focusable:active,
#diorRetail .visuallyhidden.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: inherit;
}

#diorRetail .invisible {
  visibility: hidden;
}

#diorRetail .clearfix:before,
#diorRetail .clearfix:after {
  display: table;
  content: " ";
}

#diorRetail .clearfix:after {
  clear: both;
}

#diorRetail .img-fluid {
  width: 100%;
  height: auto;
}

#diorRetail .row {
  flex-wrap: wrap;
  display: flex;
}

#diorRetail .row *[class*="col-"] {
  margin-right: -0.4px;
  margin-left: -0.4px;
}

/* ==========================================================================
   typography
   ========================================================================== */
#diorRetail .product-page-title {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

#diorRetail .page-title {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}

#diorRetail .paragraph-title {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}

#diorRetail .small-title {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}

#diorRetail .intro {
  font-size: 13px;
  line-height: 18px;
}

#diorRetail .product-name {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #diorRetail .product-page-title {
    font-size: 30px;
    line-height: 35px;
  }

  #diorRetail .page-title {
    font-size: 25px;
    line-height: 30px;
  }

  #diorRetail .paragraph-title {
    font-size: 22px;
    line-height: 22px;
  }

  #diorRetail .small-title {
    font-size: 18px;
    line-height: 28px;
  }

  #diorRetail .intro {
    font-size: 18px;
    line-height: 24px;
  }

  #diorRetail .product-name {
    font-size: 20px;
    line-height: 24px;
  }
}

/* ==========================================================================
   common elements
   ========================================================================== */
#diorRetail .divider {
  width: 100%;
  height: 1px;
  background: #cecece;
}

#diorRetail .product-outline {
  border: solid 1px #e6e6e6;
}

#diorRetail .btn__black {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  background: #000;
  border: 0;
  border-radius: 0;
}

#diorRetail .btn__black:disabled {
  color: #000;
  background: #cecece;
}

#diorRetail .btn__black:focus {
  text-decoration: none;
  outline: 0;
}

@media (max-width: 991px) {
  #diorRetail .btn__black {
    padding: 15px 15px;
    font-size: 15px;
  }
}

/* ==========================================================================
   Main body
   ========================================================================== */
#diorRetail .diorMain {
  position: relative;
  float: right;
  width: calc(100% - 184px - 24px);
  padding: 0 0 0 12px;
  border-left: solid 1px #cecece;
}

@media (max-width: 991px) {
  #diorRetail .diorMain {
    float: none;
    width: 100%;
    padding: 0;
    border: 0;
  }
}

/* ==========================================================================
 Cover module
 ========================================================================== */
#diorRetail .diorCover {
  /*flex-wrap: wrap;
  display: flex;*/
  margin-bottom: 60px;
}

#diorRetail .diorCover__contents {
  align-items: center;
  flex: 0 0 calc(33.333333% - 20px);
  flex-direction: column;
  justify-content: center;
  display: flex;
  width: calc(33.333333% - 20px);
  padding: 20px 25px;
  color: #fff;
  text-align: center;
  background: #000;
  min-width: 0;
}

#diorRetail .diorCover__contentsBody {
  font-size: 11px;
}

/* IE11 flexbox fix */
#diorRetail .diorCover__contentsInner {
  width: 100%;
}

#diorRetail .diorCover__contentsTitle {
  margin-bottom: 12px;
}

#diorRetail .diorCover__image {
    max-width: 100%;
    margin-left: 0
}

@media (max-width: 991px) {
  #diorRetail .diorCover__contents {
    align-items: flex-start;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 25px 0 25px 20px;
    color: #000;
    text-align: left;
    background: none;
  }

  #diorRetail .diorCover__contentsTitle {
    margin: 0;
  }

  #diorRetail .diorCover__contentsBody {
    display: none;
  }

  #diorRetail .diorCover__image {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

/* ==========================================================================
 Products grid module
 ========================================================================== */
#diorRetail .diorProductsGrid {
  margin-top: -6px;
  margin-bottom: 30px;
  font-weight: normal;
}

#diorRetail .diorProductsGrid__title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}

#diorRetail .diorProductsGrid__item {
  position: relative;
  padding-bottom: 46px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#diorRetail .diorProductsGrid__itemImg {
  width: 100%;
  height: auto;
  max-width: 234px;
  max-height: 234px;
}

#diorRetail .diorProductsGrid__itemContents {
  margin: 16px 0 17px;
}

#diorRetail .diorProductsGrid__itemBtn {
  position: absolute;
  bottom: 0;
  width: 133px;
}

#diorRetail .diorProductsGrid__divider {
  width: 100%;
  height: 1px;
  margin-bottom: 54px;
  background: #cecece;
}

@media (max-width: 991px) {
  #diorRetail .diorProductsGrid {
    margin-bottom: 20px;
  }

  #diorRetail .diorProductsGrid__title {
    padding: 0 20px;
    margin-bottom: 33px;
    font-size: 20px;
    line-height: 25px;
  }

  #diorRetail .diorProductsGrid__list {
    width: auto;
    padding: 0 10px;
    margin: 0;
  }

  #diorRetail .diorProductsGrid__item {
    padding: 0 10px;
    margin-bottom: 34px;
  }

  #diorRetail .diorProductsGrid__itemImg {
    width: 100%;
    height: auto;
  }

  #diorRetail .diorProductsGrid__itemContents {
    margin: 23px 0 0;
  }

  #diorRetail .diorProductsGrid__itemBtn {
    display: none;
  }
}

/* ==========================================================================
 Products grid sort
 ========================================================================== */
#diorRetail .diorProductsSort {
  padding: 3px 4px 4px;
  font-weight: normal;
  line-height: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
}

@media (max-width: 991px) {
  #diorRetail .diorProductsSort {
    margin-right: 20px;
  }
}

/* ==========================================================================
 Enhanced product push module
 ========================================================================== */
#diorRetail .diorEnhancedPush {
  display: none;
  margin-bottom: 54px;
}

#diorRetail .diorEnhancedPush.active {
  display: block;
}

#diorRetail .diorEnhancedPush__img {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #diorRetail .diorEnhancedPush {
    display: none !important;
  }
}

/* ==========================================================================
 Expertise push grid module
 ========================================================================== */
#diorRetail .diorExpertisePushGrids {
  padding: 20px 0 0 0;
  margin-bottom: 60px;
  text-transform: uppercase;
  border-top: solid 1px #cecece;
}

#diorRetail .diorExpertisePushGrids__title {
  margin-bottom: 24px;
}

#diorRetail .diorExpertisePushGrids__text {
  width: 120px;
  margin: 14px auto;
  text-align: center;
}

#diorRetail .diorExpertisePushGrids__plus {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #diorRetail .diorExpertisePushGrids {
    padding: 0;
    border: 0;
  }

  #diorRetail .diorExpertisePushGrids__title {
    display: none;
  }

  #diorRetail .diorExpertisePushGrids__item:not(:last-child) {
    margin-bottom: 30px;
  }

  #diorRetail .diorExpertisePushGrids__imgWrapper {
    align-items: center;
    display: flex;
    height: 41vw;
    max-height: 262px;
    overflow: hidden;
  }

  #diorRetail .diorExpertisePushGrids__text {
    width: 200px;
    margin: 20px auto;
    font-size: 16px;
    line-height: 18px;
  }

  #diorRetail .diorExpertisePushGrids__plus {
    width: 30px;
  }
}

/* ==========================================================================
 Expertise push module
 ========================================================================== */
#diorRetail .diorExpertisePush {
  position: relative;
  width: 100%;
  height: 207px;
  margin-bottom: 60px;
  overflow: hidden;
  color: #fff;
  background: #000;
}

#diorRetail .diorExpertisePush--blackText {
  color: #000;
}

#diorRetail .diorExpertisePush--blackBorder {
  border: solid 1px #000;
}

#diorRetail .diorExpertisePush__img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 762px;
  height: 207px;
}

#diorRetail .diorExpertisePush__contents {
  position: absolute;
  top: 0;
  right: 0;
  flex-direction: column;
  justify-content: center;
  display: flex;
  width: 250px;
  height: 100%;
  padding: 0 30px;
  text-align: center;
}

#diorRetail .diorExpertisePush__plus {
  display: block;
  width: 24px;
  height: 24px;
  margin: 15px auto 0;
  background: url(../assets/plus-white.svg) no-repeat 0 / cover;
}

#diorRetail .diorExpertisePush--blackText .diorExpertisePush__plus {
  background: url(../assets/plus-black.svg) no-repeat 0 / cover;
}

@media (max-width: 991px) {
  #diorRetail .diorExpertisePush {
    height: auto;
    color: #000;
    background: none;
    border: 0;
  }

  #diorRetail .diorExpertisePush__img {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 26px;
  }

  #diorRetail .diorExpertisePush__contents {
    position: static;
    width: 250px;
    margin: 0 auto;
  }

  #diorRetail .diorExpertisePush__contentsTitle {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 18px;
  }

  #diorRetail .diorExpertisePush__contentsBody {
    display: none;
  }

  #diorRetail .diorExpertisePush__plus {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-image: url(../assets/plus-black.svg);
  }
}

/* ==========================================================================
 Products showcase module
 ========================================================================== */
#diorRetail .diorShowcase {
  padding: 20px 0 0 0;
  margin-bottom: 60px;
  text-transform: uppercase;
  border-top: solid 1px #cecece;
}

#diorRetail .diorShowcase__title {
  margin-bottom: 30px;
}

#diorRetail .diorShowcase__item {
  position: relative;
  padding-bottom: 48px;
}

#diorRetail .diorShowcase__content {
  margin: 16px 0 15px;
}

#diorRetail .diorShowcase__btn {
  position: absolute;
  bottom: 0;
  width: 133px;
}

@media (max-width: 991px) {
  #diorRetail .diorShowcase {
    padding: 34px 20px 0;
  }

  #diorRetail .diorShowcase__title {
    margin-bottom: 33px;
    line-height: 35px;
  }

  #diorRetail .diorShowcase__list {
    margin: 0 -10px;
  }

  #diorRetail .diorShowcase__item {
    padding: 0 10px;
    margin-top: 0 !important;
	margin-bottom: 0 !important;
  }

  #diorRetail .diorShowcase__btn {
    display: none;
  }

  #diorRetail .diorShowcase .slick-dots {
    justify-content: center;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 9px 0 0;
    list-style: none;
  }

  #diorRetail .diorShowcase .slick-dots li {
    margin: 0 2.5px;
  }

  #diorRetail .diorShowcase .slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    background: none;
    border: solid 1px #000;
    border-radius: 100%;
    transition: background 0.2s ease-out;
  }

  #diorRetail .diorShowcase .slick-active button {
    background: #000;
  }
}

/* ==========================================================================
 Carousel module
 ========================================================================== */
#diorRetail .diorCarousel {
  padding: 0;
  margin: 30px 0;
}

#diorRetail .diorCarousel--black {
  padding: 30px 40px;
  color: #fff;
  background: #000;
}

#diorRetail .diorCarousel__title {
  margin-bottom: 30px;
}

/* ==========================================================================
 Rich content module
 ========================================================================== */
#diorRetail .diorRichContent {
  padding: 30px 80px;
  margin: 60px 0;
  color: #fff;
  background: #000;
}

#diorRetail .diorRichContent .gutter-bottom {
  margin-bottom: 30px;
}

#diorRetail .diorRichContent__article {
  padding-bottom: 60px;
  margin-bottom: 20px;
  border-bottom: solid 1px #1a1a1a;
}

#diorRetail .diorRichContent__article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#diorRetail .diorRichContent__articleTitleGroup {
  margin-bottom: 20px;
  text-transform: uppercase;
}

#diorRetail .diorRichContent__articleTitle {
  margin-top: 5px;
}

#diorRetail .diorRichContent__articleBody {
  margin: 0 -15px;
}

#diorRetail .diorRichContent__articleBody::after {
  display: table;
  clear: both;
  content: "";
}

#diorRetail .diorRichContent__articleCaption {
  margin-top: 16px;
  text-transform: uppercase;
}

#diorRetail .diorRichContent__articleQuote {
  position: relative;
  padding: 40px 5px;
  margin-top: 60px;
  font-family: "Times New Roman", serif !important;
  font-size: 16px;
  font-style: italic;
  border: 0;
}

#diorRetail .diorRichContent__articleQuote::before,
#diorRetail .diorRichContent__articleQuote::after {
  position: absolute;
  display: block;
  width: 24px;
  height: 19px;
  content: "";
}

#diorRetail .diorRichContent__articleQuote::before {
  top: 0;
  left: 0;
  background: url(../../assets/quote-open.png) no-repeat center / contain;
}

#diorRetail .diorRichContent__articleQuote::after {
  right: 0;
  bottom: 0;
  background: url(../../assets/quote-close.png) no-repeat center / contain;
}

#diorRetail .diorRichContent__articleQuoteFooter {
  margin-top: 10px;
  color: #fff;
  font-family: inherit;
  font-size: 10px;
  font-style: normal;
}

#diorRetail .diorRichContent__articleQuoteFooter::before {
  content: none;
}

@media (min-width: 992px) {
  #diorRetail .diorRichContent__articleBody .col-main {
    width: 64.8333%;
  }

  #diorRetail .diorRichContent__articleBody .col-sub {
    width: 35.167%;
  }

  #diorRetail .diorRichContent__articleBody .col-story-image {
    width: 40%;
  }
}

@media (max-width: 991px) {
  #diorRetail .diorRichContent {
    padding: 30px 0;
    margin: 0 auto 60px;
  }

  #diorRetail .diorRichContent__article {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 0 auto 20px;
  }

  #diorRetail .diorRichContent__articleBody {
    margin: 0 -10px;
  }

  #diorRetail .diorRichContent__articleQuote {
    padding: 35px 5px 20px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  #diorRetail .diorRichContent__articleQuoteFooter {
    font-size: 14px;
  }

  #diorRetail .diorRichContent .col-main,
  #diorRetail .diorRichContent .col-sub {
    padding: 0 10px;
  }

  #diorRetail .diorRichContent .gutter-bottom {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   Side navigation
   ========================================================================== */
#diorRetail .sideNav {
  float: left;
  width: 184px;
  margin-right: 12px;
}

#diorRetail .sideNav--mobile,
#diorRetail .sideNav--homeMobile,
#diorRetail .sideNav__mobileTitle {
  display: none;
}

#diorRetail .sideNav__title {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

#diorRetail .sideNav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

#diorRetail .sideNav__list--nested {
  display: none;
  margin: 2px 0 2px 25px;
}

#diorRetail .sideNav__list--nested .sideNav__list--nested {
  margin-left: 12px;
}

#diorRetail .sideNav__item--bigGap {
  margin: 9px 0;
}

#diorRetail .sideNav__link {
  align-items: center;
  display: flex;
  color: #000;
  font-size: 12px;
  line-height: 21px;
}

#diorRetail .sideNav__link:focus {
  text-decoration: inherit;
}

#diorRetail .sideNav__item--active > .sideNav__link {
  text-decoration: underline;
}

#diorRetail .sideNav__list--nested .sideNav__link {
  margin-bottom: -1px;
  font-size: 12px;
}

#diorRetail .sideNav__arrow {
  width: 5px;
  height: 8px;
  margin-right: 10px;
  background: url(../assets/triangle-right.svg) no-repeat 0 / contain;
}

#diorRetail .sideNav--expertise .sideNav__arrow {
  background: url(../assets/triangle-right.svg) no-repeat 0 / contain;
}

#diorRetail .sideNav__arrow--hidden {
  visibility: hidden;
}

#diorRetail .sideNav__item--active > .sideNav__link .sideNav__arrow {
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  #diorRetail .sideNav {
    display: none;
  }

  #diorRetail .sideNav--homeMobile {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    border: solid 1px #cecece;
  }

  #diorRetail .sideNav--mobile {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    border-bottom: solid 1px #cecece;
  }

  .dior-home {
    width: calc(100% - 40px) !important;
    margin: 60px auto !important;
  }

  .dior-home > .sideNav__mobileTitle {
    display: none !important;
  }
  .dior-home > .sideNav__list {
    display: block !important;
  }

  #diorRetail .sideNav__mobileTitle {
    position: relative;
    display: block;
    padding: 25px 20px;
    margin-bottom: -1px;
    font-size: 18px;
    text-align: left;
    border-bottom: solid 1px #cecece;
  }

  #diorRetail .sideNav__title {
    display: none;
  }

  #diorRetail .sideNav__list {
    display: none;
  }

  #diorRetail .sideNav__list--nested {
    margin: 0;
  }

  #diorRetail .sideNav__link,
  #diorRetail .sideNav__list--nested .sideNav__link {
    position: relative;
    display: block;
    padding: 15px 50px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    border-bottom: solid 1px #cecece;
  }

  #diorRetail
    .sideNav
    > .sideNav__list:last-child
    > .sideNav__item:last-child
    .sideNav__link {
    border: 0;
  }

  #diorRetail .sideNav__item--bigGap {
    margin: 0;
  }

  #diorRetail .sideNav__item--active > .sideNav__link {
    text-decoration: none;
  }

  #diorRetail .sideNav__arrow {
    position: absolute;
    top: calc(50% - 6.5px);
    right: 25px;
    width: 8px;
    height: 13px;
    margin: 0;
    transform: rotate(90deg);
  }

  #diorRetail .sideNav__item--active > .sideNav__link .sideNav__arrow,
  #diorRetail .sideNav__mobileTitle--active .sideNav__arrow {
    transform: rotate(-90deg);
  }
}

/* ==========================================================================
 Logo head
 ========================================================================== */
#diorRetail .logoHead {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 65px;
  margin-bottom: 30px;
  background: #000;
}

#diorRetail .logoHead__img {
  width: 125px;
  height: 35px;
}

@media (max-width: 991px) {
  #diorRetail .logoHead {
    height: 53px;
    margin-bottom: 0;
  }

  #diorRetail .logoHead__img {
    width: 123px;
    height: 33px;
  }
}

/* ==========================================================================
 Breadcrumbs
 ========================================================================== */
.breadcrumbs {
  display: flex;
  padding: 0;
  margin: 15px 0;
  list-style: none;
}

.breadcrumbs__item {
  position: relative;
  align-items: center;
  display: flex;
  margin-right: 10px;
}

.breadcrumbs__link,
.breadcrumbs__link:focus {
  color: #000;
  text-decoration: none;
}

.breadcrumbs__item:not(:last-child) .fa-chevron-right {
  display: block;
  margin-left: 10px;
  font-size: 8px;
}

.breadcrumbs__item:last-child .fa-chevron-right {
  display: none;
}

@media (max-width: 991px) {
  .breadcrumbs {
    padding: 0 20px;
    margin: 15px 0 10px;
  }
}

/* ==========================================================================
 Nav bar
 ========================================================================== */
#diorRetail .diorNavBar {
  margin-bottom: 60px;
  font-size: 13px;
  text-transform: uppercase;
  border: solid 1px #cecece;
  border-width: 1px 0;
}

#diorRetail .diorNavBar__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

#diorRetail .diorNavBar__item {
  display: inline-block;
  padding: 15px 0;
  margin-right: 40px;
}

#diorRetail .diorNavBar__itemToTop {
  display: none;
}

#diorRetail .diorNavBar__item--label {
  color: #9a9a9a;
}

#diorRetail .diorNavBar__link,
#diorRetail .diorNavBar__link:hover,
#diorRetail .diorNavBar__link:active,
#diorRetail .diorNavBar__link:focus {
  color: #000;
  text-decoration: none;
}

#diorRetail .diorNavBar__link.active {
  font-weight: 700;
}

@media (max-width: 991px) {
  #diorRetail .diorNavBar {
    display: none;
  }
}

.productsGridPagination {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0;
  margin: 0 0 60px !important;
  list-style: none;
}

.productsGridPagination__link {
  display: block;
  margin: 0 10px;
  font-weight: bold;
}

.productsGridPagination__link,
.productsGridPagination__link:hover,
.productsGridPagination__link:active,
.productsGridPagination__link:focus {
  color: #000;
  text-decoration: none !important;
}

.productsGridPagination__link.active {
  color: #d30000;
}

.productsGridPagination__link.prev,
.productsGridPagination__link.next {
  display: block;
  width: 5px;
  height: 8px;
  margin: 0 5px;
}

.productsGridPagination__link.prev {
  background: url(../assets/triangle-left.svg) no-repeat 0 / contain;
}

.productsGridPagination__link.next {
  background: url(../assets/triangle-right.svg) no-repeat 0 / contain;
}

/* ==========================================================================
 Home intro
 ========================================================================== */
#diorRetail .diorIntro {
  margin-bottom: 60px;
}

#diorRetail .diorIntro__title {
  margin-bottom: 20px;
}

#diorRetail .diorIntro__banners,
#diorRetail .diorIntro .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
}

#diorRetail .diorIntro .slick-slide {
  outline: 0;
}

#diorRetail .diorIntro .slick-dots {
  position: absolute;
  bottom: 15px;
  justify-content: center;
  display: flex !important;
  width: 100%;
  pointer-events: none;
}

#diorRetail .diorIntro .slick-dots li {
  display: block;
  margin: 0 3.5px;
}

#diorRetail .diorIntro .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-indent: -9999px;
  background: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border: solid 1px #fff;
  border-radius: 100%;
  outline: 0;
  transition: background 0.2s ease-out;
  cursor: pointer;
  pointer-events: all;
}

#diorRetail .diorIntro .slick-active button {
  background: #fff;
}

#diorRetail .diorIntro__bannersItem {
  visibility: hidden;
  height: auto;
}

#diorRetail .diorIntro__bannersItem.slick-slide {
  visibility: visible;
}

#diorRetail .diorIntro__bannersText {
  max-width: 560px;
  padding: 0;
  margin: 26px auto 0;
  font-size: 13px;
}

@media (max-width: 991px) {
  #diorRetail .diorIntro__banners {
    margin-bottom: 57px;
  }

  #diorRetail .diorIntro__bannersText {
    display: none;
  }

  #diorRetail .diorIntro .slick-dots {
    top: calc(100% + 20px);
  }

  #diorRetail .diorIntro .slick-dots li {
    margin: 0 2.5px;
  }

  #diorRetail .diorIntro .slick-dots button {
    width: 7px;
    height: 7px;
    box-shadow: none;
    border-color: #000;
  }

  #diorRetail .diorIntro .slick-active button {
    background: #000;
  }
}

/* ==========================================================================
 Product detail
 ========================================================================== */
#diorRetail .diorProduct__shot {
  display: block;
  width: 100%;
  height: auto;
  max-width: 364px;
}

#diorRetail .diorProduct__thumbnails {
  align-items: center;
  display: flex;
  margin: 10px -2px 0;
}

#diorRetail .diorProduct__thumb {
  padding: 1px;
  margin: 2px;
  border: solid 2px #fff;
  cursor: pointer;
}

#diorRetail .diorProduct__thumb.active {
  border-color: #000;
}

#diorRetail .diorProduct__shareWrapper {
  align-items: center;
  display: flex;
  margin: 20px 0 60px;
}

#diorRetail .diorProduct__shareLabel {
  margin-right: 5px;
}

#diorRetail .diorProduct__shareLink {
  margin: 0 2px;
  color: #000;
  font-size: 18px;
}

#diorRetail .diorProduct__title {
  margin-top: 5px;
  margin-bottom: 20px;
}

#diorRetail .diorProduct__tagList {
  margin-bottom: 20px;
}

#diorRetail .diorProduct__tagItem {
  display: inline-block;
  padding-left: 15px;
  margin: 0 15px 0 0;
  vertical-align: middle;
  background: url(../assets/icon-tick-black.png) no-repeat 0 center/10px auto;
}

#diorRetail .diorProduct__btnLike {
  color: #000;
  font-size: 24px;
  background: none;
  border: 0;
}

#diorRetail .diorProduct__price {
  margin-bottom: 5px;
}

#diorRetail .diorProduct__rewardTooltip {
  font-size: 14px;
}

#diorRetail .diorProduct__btnAdd {
  width: 100%;
}
#notify-calendar{
  position: absolute;
    right: 5px;
    top: 15px;
    color: #ccc1c1;
}
td.day.disableDateExpired {
  pointer-events: none;
  color: grey;
}
#diorRetail .diorProduct__notify {
  display: block;
  margin: 10px 0 0;
  color: #000;
  text-align: center;
  text-decoration: underline;
}

@media (max-width: 991px) {
  #diorRetail .diorProduct__body {
    padding: 0 20px;
  }

  #diorRetail .diorProduct__shot {
    margin: 20px auto 0;
  }

  #diorRetail .diorProduct__shareLink {
    margin: 0 5px;
    font-size: 25px;
  }

  #diorRetail .diorProduct__rewardTooltip {
    font-size: inherit;
  }

  #diorRetail .diorProduct__btnLike {
    font-size: 28px;
  }

  #diorRetail .diorProduct__btnAdd {
    margin-top: 40px;
  }
}

#diorRetail .merchant-attrs {
  line-height: 1.3em;
}

/* ============================
 Colours selection
 ============================ */
#diorRetail .diorProduct__colorList {
  flex-wrap: wrap;
  display: flex;
  padding: 0;
  margin: 10px -3px;
  list-style: none;
}

#diorRetail .diorProduct__colorName {
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#diorRetail .diorProduct__colorItem {
  position: relative;
  width: 36px;
  height: 36px;
  margin: 3px;
  cursor: pointer;
}

#diorRetail .diorProduct__colorItem--active::after {
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  width: 42px;
  height: 42px;
  content: "";
  border: solid 2px #000;
}

#diorRetail .diorProduct__colorItem img {
  width: 100%;
  height: auto;
}

#diorRetail .diorProduct__colorViewAll {
  display: none;
}
@media (max-width: 991px) {
  #diorRetail .diorProduct__colorList {
    display: block;
    overflow: auto;
    white-space:nowrap;
    font-size: 0;
  }

  #diorRetail .diorProduct__colorWrapper .tooltip {
    top:54px !important;
  }

  #diorRetail .diorProduct__colorWrapper--expanded .diorProduct__colorList {
    display: flex;
    white-space: normal;
  }

  #diorRetail .diorProduct__colorName {
    margin-bottom: 10px;
  }

  #diorRetail .diorProduct__colorItem {
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  #diorRetail .diorProduct__colorItem--active::after {
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }

  #diorRetail .diorProduct__colorViewAll {
    display: block;
    background: none;
    border: 0;
  }

  #diorRetail .diorProduct__colorViewAll:focus {
    outline: 0;
  }

  #diorRetail .diorProduct__colorViewAll i {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    border: solid 1px #000;
    border-radius: 50%;
  }

  #diorRetail
    .diorProduct__colorWrapper--expanded
    .diorProduct__colorViewAll
    i {
    transform: rotate(180deg);
  }
}

/* ============================
 Options list
 ============================ */
#diorRetail .diorProduct__optionGroup {
  margin: 30px 0;
}

#diorRetail .diorProduct__optionList {
  display: flex;
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
}

#diorRetail .diorProduct__optionLabel {
  align-items: center;
  display: flex;
  margin: 0 20px 0 0;
  font-weight: normal;
  cursor: pointer;
}

#diorRetail .diorProduct__optionRadio {
  margin: 0 5px 0 0;
}

#diorRetail .diorProduct__optionIcon {
  width: 14px;
  height: 12px;
  margin: 0 5px 0 1px;
}

#diorRetail .diorProduct__optionIcon--departure {
  background: url(../assets/icon-departure.png) no-repeat 0 0/100% auto;
}

#diorRetail .diorProduct__optionIcon--arrival {
  background: url(../assets/icon-arrival.png) no-repeat 0 0/100% auto;
}

#diorRetail .diorProduct__optionSelect {
  padding: 4px 5px;
  margin: 5px 7px 0 0;
}

#diorRetail .diorProduct__optionSelect--qty {
  width: 50px;
}

#diorRetail .diorProduct__optionSelect--size {
  width: 100px;
}

@media (max-width: 991px) {
  #diorRetail .diorProduct__optionList {
    display: block;
    margin: 0;
  }

  #diorRetail .diorProduct__optionItem--m-inline {
    display: inline-block;
  }

  #diorRetail .diorProduct__optionLabel {
    padding: 3px 0;
  }

  #diorRetail .diorProduct__optionIcon {
    margin-right: 10px;
  }

  #diorRetail .diorProduct__optionSelect--qty {
    width: 75px;
  }

  #diorRetail .diorProduct__optionSelect--size {
    width: 150px;
  }
}

/* ============================
 Info
 ============================ */
#diorRetail .diorProduct__info {
  padding: 30px 0;
  margin: 60px 0;
  border-top: solid 1px #cecece;
}

#diorRetail .diorProduct__infoTitle {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #diorRetail .diorProduct__infoTitle {
    margin-bottom: 10px;
  }
}

/* ============================
 Misc
 ============================ */
#diorRetail .diorProduct__collectionList {
  margin-bottom: 10px;
}

/* ==========================================================================
 Expertise pages
 ========================================================================== */
#diorRetail .diorExpertise__sectionTitle {
  padding-top: 10px;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
  border-top: solid 1px #cecece;
}

@media (max-width: 991px) {
  #diorRetail .diorExpertise__sectionTitle {
    padding: 15px 20px 0;
  }

  #diorRetail .diorExpertise__sectionTitle--first {
    margin-top: 60px;
  }

  #diorRetail .diorExpertise .diorCover {
    margin-bottom: 30px;
  }

  #diorRetail .diorExpertise .diorCover__contents {
    align-items: center;
    padding: 45px 20px;
    text-align: center;
  }

  #diorRetail .diorExpertise .page-title {
    font-size: 28px;
  }
}

/* ============================
 Article
 ============================ */
#diorRetail .diorExpertise__article {
  padding-bottom: 60px;
  margin-top: -5px;
  margin-bottom: 30px;
  font-size: 13px;
  border-bottom: solid 1px #cecece;
}

#diorRetail .diorExpertise__article:last-child,
#diorRetail .diorExpertise__article--no-divider {
  border-bottom: 0;
}

#diorRetail .diorExpertise__article--no-gap {
  margin-bottom: 0;
}

#diorRetail .diorExpertise__article .gutter-top {
  margin-top: 30px;
}

#diorRetail .diorExpertise__article p {
  margin-top: -4px;
  margin-bottom: 26px;
  font-size: 13px;
}

#diorRetail .diorExpertise__article .gutter-bottom {
  margin-bottom: 30px;
}

#diorRetail .diorExpertise__article .inner-row {
  margin-right: -15px;
  margin-left: -15px;
}

#diorRetail .diorExpertise__article .inner-row::after {
  display: table;
  clear: both;
  content: "";
}

#diorRetail .diorExpertise__articleTitleGroup {
  margin: 0 0 16px;
  text-transform: uppercase;
}

#diorRetail .diorExpertise__articleBody {
  margin: 0 -15px;
}

#diorRetail .diorExpertise__articleBody::after {
  display: table;
  clear: both;
  content: "";
}

@media (min-width: 992px) {
  #diorRetail .diorExpertise__articleBtnDiscover {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  #diorRetail .diorExpertise__article {
    padding: 0 20px 60px;
    margin-bottom: 40px;
    line-height: 25px;
  }

  #diorRetail .diorExpertise__articleTitleGroup {
    margin-top: 29px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  #diorRetail .diorExpertise__articleBody {
    margin: 0 -10px;
  }

  #diorRetail .diorExpertise__article .m-gutter-top,
  #diorRetail .diorExpertise__article .gutter-top {
    margin-top: 20px;
  }

  #diorRetail .diorExpertise__article p {
    margin-bottom: 14px;
    font-size: 14px;
  }

  #diorRetail .diorExpertise__article .m-gutter-bottom,
  #diorRetail .diorExpertise__article .gutter-bottom {
    margin-bottom: 20px;
  }

  #diorRetail .diorExpertise__article .xs-pull-left {
    float: left !important;
  }

  #diorRetail .diorExpertise__article .inner-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  #diorRetail .diorExpertise__article div[class*=" col"] {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .diorExpertiseFragrance__mobileImages {
    align-items: flex-end;
    display: flex;
    width: 100%;
  }

  .diorExpertiseFragrance__mobileImages .col-* {
    float: none !important;
  }
}

.cq-placeholder,
.new {
  height: 0 !important;
}

.danger-error {
  float: left;
  position: absolute;
  bottom: -25px;
  font-size: 12px;
  color: red;
}

.product-quantity,
.in-stock,
.out-of-stock {
  display: inline-block;
}

.modal-title {
  margin-top: 0 !important;
}

.datepicker td,
.datepicker th {
  padding: 7px;
}




.tooltip .tooltip-inner {
  font-size: 12px;

}

.bs-tooltip-top .arrow::before {
  border-top-color: #f4f4f4 !important;
}
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f4f4f4 !important;
}
.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: none !important;
}

.modal-global-message .modal-body .modal-paragraph,
.modal-global-collection-point .modal-body .modal-paragraph,
.modal-global-loading .modal-body .modal-paragraph {
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  font-weight: 200;
  font-family: "Montserrat", "Arial", Sans-serif;
  padding: 10px 0;
  text-align: center;
}
.modal-title {
  font-family: "Playfair" !important;
}

.breadcrumbs-pdp li a:hover {
  color: #23527c;
}

.disabled-btn {
  pointer-events: none;
  opacity: 0.45;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
body::-webkit-scrollbar-thumb {
  background-color: #c4ccd4;
  height: 100px;
  border-radius: 1px;
}

body::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: #f5eeee;
}

body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #b1acac;
}
@media only screen and (max-width: 990px) {
  .diorProductsSort,.diorProductsGrid {
      margin-top: 25px !important;
  }
}