@charset "UTF-8";
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
.product-recommendations .product-grid {
  -webkit-overflow-scrolling: touch;
  /* Activer le défilement fluide sur les appareils tactiles */ }
  .product-recommendations .product-grid .slick-prev::before,
  .product-recommendations .product-grid .slick-next::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .product-recommendations .product-grid .slick-prev::before {
    background-image: url("../../images/pictoChevronLeft.svg"); }
  .product-recommendations .product-grid .slick-next::before {
    background-image: url("../../images/pictoChevronRight.svg"); }

.product-recommendations .slick-arrow {
  position: absolute;
  top: 100%;
  width: 32px;
  height: 32px;
  z-index: 2; }
  .product-recommendations .slick-arrow.slick-next {
    right: 38%; }
    .product-recommendations .slick-arrow.slick-next::before {
      background-image: url("../../images/icons/grey-arrow-right.svg"); }
  .product-recommendations .slick-arrow.slick-prev {
    left: 55.8%; }
    .product-recommendations .slick-arrow.slick-prev::before {
      background-image: url("../../images/icons/grey-arrow-left.svg"); }

.product-recommendations .progress {
  position: relative;
  left: 37.5%;
  width: 195px;
  height: 3px;
  border-radius: 30px;
  background-image: linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out; }

@media (max-width: 1199.98px) {
  .product-recommendations .progress {
    left: auto;
    width: 70%;
    border-radius: 30px;
    margin-bottom: 20px; }
  .product-recommendations .slick-arrow.slick-next {
    right: 5%; }
  .product-recommendations .slick-arrow.slick-prev {
    left: 75%; } }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 360px) and (max-width: 543.98px) {
  .pull-left-xss {
    float: left; }
  .pull-right-xss {
    float: right; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) and (max-width: 1349.98px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (min-width: 1350px) and (max-width: 1599.98px) {
  .pull-left-xxl {
    float: left; }
  .pull-right-xxl {
    float: right; } }

@media (min-width: 1600px) {
  .pull-left-xxxl {
    float: left; }
  .pull-right-xxxl {
    float: right; } }

@media (max-width: 359.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 543.98px) {
  .hidden-xss-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

@media (max-width: 1349.98px) {
  .hidden-xl-down {
    display: none !important; } }

@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important; } }

.hidden-xxxl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\f058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\f058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

label.color ~ a:hover {
  text-decoration: none; }

.description-and-detail {
  margin-top: 2em; }
  @media (max-width: 359.98px) {
    .description-and-detail {
      margin-top: 0; }
      .description-and-detail .title {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-family: 'Dosis', sans-serif; }
      .description-and-detail > div:last-child {
        margin-bottom: 1em; } }
  @media (min-width: 544px) {
    .description-and-detail .description {
      margin-bottom: 2em; } }
  @media (max-width: 359.98px) {
    .description-and-detail .content {
      margin-top: 1em; } }

.social-container {
  padding-top: 0.9375em;
  text-align: center; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #444; }
    @media (max-width: 991.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #444;
      padding-right: 0.2em; }

label.availability {
  padding-right: 0.3125em; }

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 359.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */ } }

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em; }

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%; }
  .promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #c00; }
    @media (min-width: 544px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 1.375em; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #000; }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #ccc; } }

.price {
  font-size: 1.5rem; }

.product-options {
  margin-top: 1.25em; }

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out; }

.color-attribute {
  border: none;
  padding: 0;
  background: none; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 359.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
#backinstockmodal {
  font-family: "Lato", sans-serif;
  padding: 0 !important; }
  #backinstockmodal .form-group,
  #backinstockmodal h1,
  #backinstockmodal p {
    margin: 0;
    padding: 0; }
  #backinstockmodal .bis-form-section {
    padding-top: 115px;
    padding-right: 30px;
    padding-left: 30px; }
    @media (min-width: 769px) {
      #backinstockmodal .bis-form-section {
        padding-right: 70px;
        padding-left: 70px; } }
  #backinstockmodal .modal-content {
    height: calc(100vh - 8px) !important;
    overflow-y: auto !important; }
    @media (min-width: 769px) {
      #backinstockmodal .modal-content {
        height: 75vh !important; } }
  #backinstockmodal .modal-dialog {
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0; }
    @media only screen and (max-width: 466px) {
      #backinstockmodal .modal-dialog {
        margin-left: 18px;
        margin-right: 18px; } }
  #backinstockmodal .bis-modal-title {
    color: #262626;
    line-height: 25px;
    font-size: 20px;
    font-weight: bold; }
  #backinstockmodal .bis-model-paragraph {
    color: #262626;
    line-height: 19px;
    font-size: 16px; }
    #backinstockmodal .bis-model-paragraph--grey {
      color: #707070;
      font-size: 13px; }
      #backinstockmodal .bis-model-paragraph--grey a {
        text-decoration: underline;
        color: #707070; }
  #backinstockmodal .bis-btn-wrapper {
    padding-right: 30px;
    padding-left: 30px; }
  #backinstockmodal .btn-primary-white,
  #backinstockmodal .btn-primary-black {
    background: #262626;
    color: #fff;
    height: 44px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 22px; }
  #backinstockmodal .btn-primary-white {
    background: #fff;
    color: #262626;
    border: 1px solid #262626; }
  #backinstockmodal .bis-form-label {
    margin-left: 13px;
    font-weight: bold; }
  #backinstockmodal .bis-carousel-area {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px; }
    #backinstockmodal .bis-carousel-area .slick-prev {
      left: -20px; }
    #backinstockmodal .bis-carousel-area .slick-next {
      right: -30px; }
    #backinstockmodal .bis-carousel-area .slick-slider {
      margin: 0; }
    @media (min-width: 769px) {
      #backinstockmodal .bis-carousel-area {
        padding-right: 70px;
        padding-left: 70px; }
        #backinstockmodal .bis-carousel-area .slick-prev {
          left: -60px; }
        #backinstockmodal .bis-carousel-area .slick-next {
          right: -70px; } }
    #backinstockmodal .bis-carousel-area .primary-images {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      padding: 0; }
      #backinstockmodal .bis-carousel-area .primary-images .detail-desktop-images {
        display: block; }
    #backinstockmodal .bis-carousel-area .carousel-control-prev,
    #backinstockmodal .bis-carousel-area .carousel-control-next {
      display: none; }
    #backinstockmodal .bis-carousel-area .carousel-indicators {
      justify-content: flex-end;
      margin: 3%; }
      #backinstockmodal .bis-carousel-area .carousel-indicators li {
        width: 0.5em;
        height: 0.5em;
        border: 1px solid #262626;
        border-radius: 0.5em;
        opacity: 1; }
        #backinstockmodal .bis-carousel-area .carousel-indicators li.active {
          background-color: #262626;
          transition: background-color 0.5s ease; }
  #backinstockmodal .bis-final-area {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center; }
    @media (min-width: 769px) {
      #backinstockmodal .bis-final-area {
        padding-right: 70px;
        padding-left: 70px; } }

.bis-trigger.button-cart-mailmeback {
  background: #f5f5f5 !important;
  color: #262626 !important;
  border: unset !important; }
  .bis-trigger.button-cart-mailmeback:hover {
    background: #262626 !important;
    color: #f5f5f5 !important; }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
.m-stock-in-stock {
  padding: 15px 35px;
  margin: 45px 0;
  background: #f5f5f5; }
  .m-stock-in-stock__store {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 12px;
         column-gap: 12px;
    flex-wrap: nowrap;
    justify-content: start; }
  .m-stock-in-stock__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px; }
  .m-stock-in-stock__head-text {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold; }
  .m-stock-in-stock__store-name {
    display: inline-block;
    text-transform: lowercase; }
    .m-stock-in-stock__store-name:first-letter {
      text-transform: uppercase; }
  .m-stock-in-stock__store-btn {
    align-self: flex-end;
    color: #262626;
    text-decoration: underline;
    text-underline-offset: 5px;
    height: 25px;
    border-radius: 30px;
    padding: 3px 12px 6px 12px;
    line-height: 16px;
    font-size: 13px;
    font-style: italic;
    margin-top: 15px; }
  .m-stock-in-stock__results {
    margin-top: 15px;
    padding-top: 15px; }
  .m-stock-in-stock__results-label {
    font-size: 13px;
    line-height: 16px; }
  .m-stock-in-stock__results-statuses {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px; }
  .m-stock-in-stock__store-icon {
    background: url("../../images/store.svg") no-repeat 0 100%;
    width: 50px;
    height: 42px;
    display: inline-block; }
  .m-stock-in-stock__status {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap; }
  .m-stock-in-stock__status-icon {
    margin-right: 5px;
    margin-bottom: -2px;
    width: 16px;
    height: 16px; }
    .m-stock-in-stock__status-icon.fa-circle-check {
      background-color: #0a846a; }
    .m-stock-in-stock__status-icon.fa-circle-exclamation {
      background-color: #f69f49; }
    .m-stock-in-stock__status-icon.fa-circle-xmark {
      background-color: #e32638; }
  .m-stock-in-stock__info {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-top: 15px;
    position: relative;
    z-index: 1; }
    .m-stock-in-stock__info--status, .m-stock-in-stock__info--text {
      font-size: 11px;
      color: #787878; }
      @media (min-width: 769px) {
        .m-stock-in-stock__info--status, .m-stock-in-stock__info--text {
          font-size: 16px; } }
    .m-stock-in-stock__info--tooltip-arrow {
      position: absolute;
      width: 20px;
      height: 20px;
      border-style: solid;
      z-index: 0;
      top: -10px;
      right: 50px;
      transform: rotate(45deg);
      color: #fff;
      background-color: #fff; }

.page {
  background-color: #fff; }

.checkout-card-header {
  font-size: 1.5rem; }

.grand-total-price {
  float: right;
  font-weight: 600; }

.grand-total-label {
  font-weight: 600; }

.grand-total {
  font-size: 1.125rem !important;
  font-weight: 600; }

.order-receipt-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.product-divider {
  margin-left: -0.625em;
  margin-right: -0.625em; }
  .product-divider hr {
    border-top: dashed 0.063em; }

.product-line-item + .product-line-item::before,
.multi-shipping + .product-line-item::before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #ccc;
  margin: 0.625em -0.625em; }
  @media (min-width: 992px) {
    .product-line-item + .product-line-item::before,
    .multi-shipping + .product-line-item::before {
      margin: 0.625em -1.225em; } }

.shipment-block + .shipment-block::before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #ccc;
  margin: 0.625em -0.625em; }
  @media (min-width: 992px) {
    .shipment-block + .shipment-block::before {
      margin: 0.625em -1.225em; } }

.shipping-method {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.hero-confirmation {
  background-image: url("../../images/thankyou.jpg");
  background-position-y: -8.125em; }

.product-summary-block {
  margin: 1em 0; }
  .product-summary-block h3 {
    font-size: 1.25rem; }

.leading-lines {
  overflow: hidden;
  margin: 0; }
  .leading-lines label {
    background-color: white; }
  .leading-lines .start-lines {
    padding: 1px; }
    .leading-lines .start-lines span {
      position: relative;
      background-color: white;
      z-index: 2; }
    .leading-lines .start-lines::before {
      float: left;
      width: 0;
      white-space: nowrap;
      content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
      z-index: 1;
      color: #adadad; }
  .leading-lines .end-lines {
    padding: 1px; }
    .leading-lines .end-lines span {
      position: relative;
      background-color: white;
      z-index: 2; }

.summary-details {
  font-size: 0.938em;
  margin-bottom: 1em; }

.summary-details .address-summary {
  margin-bottom: 0.5em; }

.summary-section-label {
  font-size: 1em;
  font-weight: 600; }
  @media (min-width: 992px) {
    .summary-section-label {
      font-weight: 500; } }

.add-payment {
  margin-top: 1rem; }

.selected-payment {
  background-color: #e9ecef; }

.saved-security-code {
  margin-top: 1rem; }

.saved-credit-card-type {
  font-weight: 600; }

.saved-payment-information {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.payment-information {
  margin-bottom: 1rem; }

.checkout-hidden {
  display: none; }

.card-image {
  margin-top: 0.5rem;
  width: 100%; }

.cancel-new-payment {
  margin-top: 1rem; }

.form-check.start-lines {
  padding-left: 1.5rem; }

.multi-ship .single-shipping .shipping-content {
  display: none; }

.multi-ship .shipping-summary .single-shipping {
  display: none; }

.gift-message-block {
  padding-bottom: 1em;
  padding-top: 1em; }

.single-shipping .summary-section-label {
  margin-bottom: 0; }

.confirm-details .shipping-method,
.confirm-details .shipping-method-price {
  margin-bottom: 0; }

.multi-ship .confirm-details .single-shipping {
  display: none; }

.multi-shipping {
  display: none; }

.contact-info-block {
  border-bottom: 0.063em dashed #ccc; }

.view-address-block h3,
.shipping-method-block h3 {
  font-size: 1.25rem; }

.form-group.required .form-control-label::before {
  content: "*";
  color: #c00; }

.card-number-wrapper {
  position: relative; }
  .card-number-wrapper::after {
    content: '';
    position: absolute;
    right: 3px;
    background-repeat: no-repeat;
    background-image: url("../../images/credit.png");
    background-size: contain;
    width: 48px;
    height: 30px;
    top: 5px; }
  .card-number-wrapper[data-type="visa"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -162px -110px; }
  .card-number-wrapper[data-type="mastercard"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -295px -110px; }
  .card-number-wrapper[data-type="amex"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -230px -15px; }
  .card-number-wrapper[data-type="discover"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -95px -110px; }

.card.ghost {
  opacity: 0.5; }

.arrival-time {
  white-space: pre; }

.billing-address {
  display: block; }

.checkout-checkbox {
  font-size: 0.875em; }

.customer-information-block .btn-link {
  color: var(--skin-link-color-2);
  padding: 0;
  vertical-align: baseline; }

#find-my-location:focus {
  box-shadow: none !important; }

.edit-button,
.btn-show-details,
.btn-add-new {
  color: var(--skin-primary-color-1);
  float: right;
  cursor: pointer; }
  .edit-button:hover,
  .btn-show-details:hover,
  .btn-add-new:hover {
    text-decoration: underline; }

.edit-button {
  border: none;
  padding: 0;
  background: none; }

.form-control {
  color: #6c757d; }

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da;
  color: #6c757d; }

#clubCardNumber {
  border: none; }

#clubCardZipCode {
  border: none; }

.error-message {
  display: none; }

.next-step-button {
  position: fixed;
  bottom: 0;
  z-index: 3;
  padding-right: 0;
  padding-left: 0; }
  @media (max-width: 359.98px) {
    .next-step-button {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
      .next-step-button div {
        padding: 1rem; } }
  @media (min-width: 544px) {
    .next-step-button {
      position: static;
      padding-right: 0.938em;
      padding-left: 0.938em; } }

.shipping-methods {
  font-size: 1.125em;
  font-weight: 600; }

.shipping-method-option {
  font-size: 0.938em; }

.shipping-method-pricing {
  font-weight: bolder; }

.multi-ship .multi-shipping {
  display: block; }

span.ship-to-name,
span.ship-to-address1,
span.ship-to-address2,
span.ship-to-phone,
span.ship-to-city-st-zip {
  display: block; }

.data-checkout-stage[data-checkout-stage] .card.payment-summary,
.data-checkout-stage[data-checkout-stage] .shipping-summary {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.place-order {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.submit-payment {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.submit-shipping {
  display: none; }

.data-checkout-stage[data-checkout-stage=customer] .card.ghost.customer {
  display: none; }

.data-checkout-stage[data-checkout-stage=customer] .card.customer-summary {
  display: none; }

.data-checkout-stage[data-checkout-stage=customer] .card.shipping-section {
  display: none; }

.data-checkout-stage[data-checkout-stage=customer] .card.payment-form {
  display: none; }

.data-checkout-stage[data-checkout-stage=customer] button.submit-customer {
  display: block; }

.data-checkout-stage[data-checkout-stage=shipping] .card.customer-section {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] button.submit-customer {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] .card.ghost.customer {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] .card.ghost {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping].multi-ship .order-product-summary {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] .card.payment-form {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] button.submit-shipping {
  display: block; }

.data-checkout-stage[data-checkout-stage=shipping] .shipment-selector-block .btn-show-details,
.data-checkout-stage[data-checkout-stage=shipping] .shipment-selector-block .btn-add-new {
  border: none; }

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=customer] .shipping-address-block {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=shipment] .shipping-address-form {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=edit] .shipping-address-block {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-show-details,
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-add-new {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] button.submit-customer {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] .customer-section,
.data-checkout-stage[data-checkout-stage=payment] .shipping-section,
.data-checkout-stage[data-checkout-stage=payment] .card.ghost {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] .card.payment-form,
.data-checkout-stage[data-checkout-stage=payment] .shipping-summary {
  display: block; }

.data-checkout-stage[data-checkout-stage=payment] button.submit-payment {
  display: block; }

.data-checkout-stage[data-checkout-stage=payment] .address-selector-block .btn-show-details,
.data-checkout-stage[data-checkout-stage=payment] .address-selector-block .btn-add-new {
  border: none; }

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=customer] .billing-address {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=shipment] .billing-address {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=edit] .billing-address {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=new] .btn-show-details,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=new] .btn-add-new {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=details] .btn-show-details,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=details] .btn-add-new {
  display: none; }

.data-checkout-stage[data-checkout-stage=placeOrder] button.submit-customer,
.data-checkout-stage[data-checkout-stage=placeOrder] .customer-section,
.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-section,
.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-form,
.data-checkout-stage[data-checkout-stage=placeOrder] .card.ghost {
  display: none; }

.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-summary,
.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-summary {
  display: block; }

.data-checkout-stage[data-checkout-stage=placeOrder] button.place-order {
  display: block; }

.data-checkout-stage[data-checkout-stage=submitted] .shipping-form,
.data-checkout-stage[data-checkout-stage=submitted] .card.payment-form,
.data-checkout-stage[data-checkout-stage=submitted] button.submit-customer,
.data-checkout-stage[data-checkout-stage=submitted] .card.ghost {
  display: none; }

.data-checkout-stage[data-checkout-stage=submitted] .summary-section-label.shipping-addr-label {
  display: none; }

.data-checkout-stage[data-checkout-stage=submitted] .card.payment-summary,
.data-checkout-stage[data-checkout-stage=submitted] .shipping-summary {
  display: block; }

.data-checkout-stage[data-checkout-stage=submitted] button.place-order {
  display: none; }

.data-checkout-stage option[value=new] {
  display: none; }

.data-checkout-stage h5 > span {
  font-size: 0.8em; }

[data-customer-type=guest] .single-shipping .shipment-selector-block {
  display: none; }

.single-shipping .multi-ship-action-buttons {
  display: none; }

.single-shipping .view-address-block {
  display: none; }

.btn-show-details {
  padding-top: 0; }

.multi-ship-address-actions .btn-save-multi-ship {
  margin-left: 10px; }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 523px;
  height: 100%;
  transform: translate3d(0%, 0, 0); }
  @media (max-width: 768.98px) {
    .modal.right .modal-dialog {
      width: 100%; } }

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto; }

/*Right*/
@media (min-width: 544px) {
  .modal.right.fade .modal-dialog {
    right: 0;
    transition: opacity 0.3s linear, right 0.3s ease-out; }
  .modal.right.fade.in .modal-dialog {
    right: 0; } }

/* ----- MODAL STYLE ----- */
.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
  right: 10px; }

.modal-header {
  background-color: #ffffff; }

.stores-locator-container {
  font-family: "Lato", sans-serif;
  margin-top: 3.5rem; }
  .stores-locator-container .search-bar {
    margin-top: 1.875rem;
    padding: 0 22px;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .stores-locator-container .search-bar .search-input {
      position: relative; }
      @media (min-width: 992px) {
        .stores-locator-container .search-bar .search-input {
          width: 50%; }
          .stores-locator-container .search-bar .search-input input {
            width: 100%; } }
      .stores-locator-container .search-bar .search-input .fa-loop-icon {
        width: 21px;
        height: 21px;
        position: absolute;
        right: 23px;
        background-image: url("../../../images/icons/pictoLoop.svg");
        background-repeat: no-repeat;
        top: 8px;
        cursor: pointer;
        background-color: transparent;
        border: none;
        outline: none;
        z-index: 10; }
      .stores-locator-container .search-bar .search-input input {
        border: 1px solid rgba(57, 57, 57, 0.1);
        border-radius: 19px;
        font-size: 15px;
        height: 38px;
        padding: 0 2.5rem 0 1rem; }
        .stores-locator-container .search-bar .search-input input::-moz-placeholder {
          color: #969696;
          padding: 0 5px; }
        .stores-locator-container .search-bar .search-input input::placeholder {
          color: #969696;
          padding: 0 5px; }
        .stores-locator-container .search-bar .search-input input:focus {
          border: 1px solid rgba(57, 57, 57, 0.1);
          border-radius: 19px;
          outline: none; }
    .stores-locator-container .search-bar .geolocate-btn,
    .stores-locator-container .search-bar .geolocate-relay-btn,
    .stores-locator-container .search-bar .geolocate-laposte-btn {
      border-radius: 19px;
      height: 38px;
      padding-bottom: 1rem;
      padding: 0.5em 2em;
      font-size: 0.875em;
      text-transform: uppercase;
      outline: none;
      background-color: #262626;
      border-color: #262626;
      color: #ffffff;
      text-transform: none;
      padding-left: 0.3rem;
      padding-right: 0.3rem; }
      .stores-locator-container .search-bar .geolocate-btn:hover,
      .stores-locator-container .search-bar .geolocate-relay-btn:hover,
      .stores-locator-container .search-bar .geolocate-laposte-btn:hover {
        background-color: #ffffff;
        border-color: #262626;
        color: #262626; }
    @media (max-width: 768.98px) {
      .stores-locator-container .search-bar {
        font-size: 16px; }
        .stores-locator-container .search-bar .search-input input {
          width: calc(100% - 0.625rem);
          padding: 0 2rem 0 0.625rem;
          font-size: 13px; }
        .stores-locator-container .search-bar .geolocate-btn {
          width: calc(60% - 20px); } }
    @media (max-width: 359.98px) {
      .stores-locator-container .search-bar {
        font-size: 13px; }
        .stores-locator-container .search-bar .search-input input {
          width: calc(100% - 0.625rem);
          padding: 0 2rem 0 0.625rem;
          font-size: 11.5px; }
        .stores-locator-container .search-bar .geolocate-btn {
          width: calc(60% - 20px); } }
  .stores-locator-container .drawer-tabs-container {
    margin: 1.75rem 0;
    width: 100%; }
    .stores-locator-container .drawer-tabs-container .nav-tabs {
      justify-content: space-evenly;
      border: 1px solid rgba(112, 112, 112, 0.1);
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
      .stores-locator-container .drawer-tabs-container .nav-tabs .nav-item {
        width: 50%;
        border-left: 1px solid rgba(112, 112, 112, 0.1);
        font-weight: bold;
        font-size: 17px;
        text-align: center; }
        @media (max-width: 359.98px) {
          .stores-locator-container .drawer-tabs-container .nav-tabs .nav-item {
            font-size: 14px; } }
      .stores-locator-container .drawer-tabs-container .nav-tabs .nav-link.active {
        border-bottom: 3px solid #d5b783; }
    .stores-locator-container .drawer-tabs-container .gm-style-iw,
    .stores-locator-container .drawer-tabs-container .gm-style-iw-c {
      max-width: 315px !important;
      width: 315px;
      box-shadow: 0px 3px 8px rgba(59, 49, 31, 0.18);
      padding: 2.25rem 1rem 0.625rem 1rem !important;
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media (max-width: 359.98px) {
        .stores-locator-container .drawer-tabs-container .gm-style-iw,
        .stores-locator-container .drawer-tabs-container .gm-style-iw-c {
          width: 290px !important; } }
    .stores-locator-container .drawer-tabs-container .gm-style .gm-style-iw-d {
      overflow: visible !important;
      max-height: unset !important; }
    .stores-locator-container .drawer-tabs-container .gm-ui-hover-effect {
      width: 40px !important;
      height: 47px !important; }
      .stores-locator-container .drawer-tabs-container .gm-ui-hover-effect img {
        width: 24px !important;
        height: 28px !important;
        margin: 0px !important; }
    .stores-locator-container .drawer-tabs-container #nav-stores-map,
    .stores-locator-container .drawer-tabs-container #nav-relay-map,
    .stores-locator-container .drawer-tabs-container #nav-laposte-map {
      height: 100vh; }
      @media (max-width: 359.98px) {
        .stores-locator-container .drawer-tabs-container #nav-stores-map,
        .stores-locator-container .drawer-tabs-container #nav-relay-map,
        .stores-locator-container .drawer-tabs-container #nav-laposte-map {
          font-size: 15px; } }
      .stores-locator-container .drawer-tabs-container #nav-stores-map .stores-map,
      .stores-locator-container .drawer-tabs-container #nav-stores-map .relay-map,
      .stores-locator-container .drawer-tabs-container #nav-stores-map .laposte-map,
      .stores-locator-container .drawer-tabs-container #nav-relay-map .stores-map,
      .stores-locator-container .drawer-tabs-container #nav-relay-map .relay-map,
      .stores-locator-container .drawer-tabs-container #nav-relay-map .laposte-map,
      .stores-locator-container .drawer-tabs-container #nav-laposte-map .stores-map,
      .stores-locator-container .drawer-tabs-container #nav-laposte-map .relay-map,
      .stores-locator-container .drawer-tabs-container #nav-laposte-map .laposte-map {
        width: 441px;
        max-width: 95%;
        margin: 0 auto;
        height: 723px;
        top: 30px; }
        .stores-locator-container .drawer-tabs-container #nav-stores-map .stores-map .map-window-store,
        .stores-locator-container .drawer-tabs-container #nav-stores-map .relay-map .map-window-store,
        .stores-locator-container .drawer-tabs-container #nav-stores-map .laposte-map .map-window-store,
        .stores-locator-container .drawer-tabs-container #nav-relay-map .stores-map .map-window-store,
        .stores-locator-container .drawer-tabs-container #nav-relay-map .relay-map .map-window-store,
        .stores-locator-container .drawer-tabs-container #nav-relay-map .laposte-map .map-window-store,
        .stores-locator-container .drawer-tabs-container #nav-laposte-map .stores-map .map-window-store,
        .stores-locator-container .drawer-tabs-container #nav-laposte-map .relay-map .map-window-store,
        .stores-locator-container .drawer-tabs-container #nav-laposte-map .laposte-map .map-window-store {
          padding: 0.625rem; }
          .stores-locator-container .drawer-tabs-container #nav-stores-map .stores-map .map-window-store .store-details,
          .stores-locator-container .drawer-tabs-container #nav-stores-map .relay-map .map-window-store .store-details,
          .stores-locator-container .drawer-tabs-container #nav-stores-map .laposte-map .map-window-store .store-details,
          .stores-locator-container .drawer-tabs-container #nav-relay-map .stores-map .map-window-store .store-details,
          .stores-locator-container .drawer-tabs-container #nav-relay-map .relay-map .map-window-store .store-details,
          .stores-locator-container .drawer-tabs-container #nav-relay-map .laposte-map .map-window-store .store-details,
          .stores-locator-container .drawer-tabs-container #nav-laposte-map .stores-map .map-window-store .store-details,
          .stores-locator-container .drawer-tabs-container #nav-laposte-map .relay-map .map-window-store .store-details,
          .stores-locator-container .drawer-tabs-container #nav-laposte-map .laposte-map .map-window-store .store-details {
            display: flex;
            justify-content: space-between;
            font-size: 16px; }
            .stores-locator-container .drawer-tabs-container #nav-stores-map .stores-map .map-window-store .store-details .store-address,
            .stores-locator-container .drawer-tabs-container #nav-stores-map .relay-map .map-window-store .store-details .store-address,
            .stores-locator-container .drawer-tabs-container #nav-stores-map .laposte-map .map-window-store .store-details .store-address,
            .stores-locator-container .drawer-tabs-container #nav-relay-map .stores-map .map-window-store .store-details .store-address,
            .stores-locator-container .drawer-tabs-container #nav-relay-map .relay-map .map-window-store .store-details .store-address,
            .stores-locator-container .drawer-tabs-container #nav-relay-map .laposte-map .map-window-store .store-details .store-address,
            .stores-locator-container .drawer-tabs-container #nav-laposte-map .stores-map .map-window-store .store-details .store-address,
            .stores-locator-container .drawer-tabs-container #nav-laposte-map .relay-map .map-window-store .store-details .store-address,
            .stores-locator-container .drawer-tabs-container #nav-laposte-map .laposte-map .map-window-store .store-details .store-address {
              display: flex;
              flex-direction: column; }
              .stores-locator-container .drawer-tabs-container #nav-stores-map .stores-map .map-window-store .store-details .store-address > span,
              .stores-locator-container .drawer-tabs-container #nav-stores-map .relay-map .map-window-store .store-details .store-address > span,
              .stores-locator-container .drawer-tabs-container #nav-stores-map .laposte-map .map-window-store .store-details .store-address > span,
              .stores-locator-container .drawer-tabs-container #nav-relay-map .stores-map .map-window-store .store-details .store-address > span,
              .stores-locator-container .drawer-tabs-container #nav-relay-map .relay-map .map-window-store .store-details .store-address > span,
              .stores-locator-container .drawer-tabs-container #nav-relay-map .laposte-map .map-window-store .store-details .store-address > span,
              .stores-locator-container .drawer-tabs-container #nav-laposte-map .stores-map .map-window-store .store-details .store-address > span,
              .stores-locator-container .drawer-tabs-container #nav-laposte-map .relay-map .map-window-store .store-details .store-address > span,
              .stores-locator-container .drawer-tabs-container #nav-laposte-map .laposte-map .map-window-store .store-details .store-address > span {
                margin-left: 0.625rem; }
              .stores-locator-container .drawer-tabs-container #nav-stores-map .stores-map .map-window-store .store-details .store-address .store-name,
              .stores-locator-container .drawer-tabs-container #nav-stores-map .relay-map .map-window-store .store-details .store-address .store-name,
              .stores-locator-container .drawer-tabs-container #nav-stores-map .laposte-map .map-window-store .store-details .store-address .store-name,
              .stores-locator-container .drawer-tabs-container #nav-relay-map .stores-map .map-window-store .store-details .store-address .store-name,
              .stores-locator-container .drawer-tabs-container #nav-relay-map .relay-map .map-window-store .store-details .store-address .store-name,
              .stores-locator-container .drawer-tabs-container #nav-relay-map .laposte-map .map-window-store .store-details .store-address .store-name,
              .stores-locator-container .drawer-tabs-container #nav-laposte-map .stores-map .map-window-store .store-details .store-address .store-name,
              .stores-locator-container .drawer-tabs-container #nav-laposte-map .relay-map .map-window-store .store-details .store-address .store-name,
              .stores-locator-container .drawer-tabs-container #nav-laposte-map .laposte-map .map-window-store .store-details .store-address .store-name {
                font-weight: bold; }
              .stores-locator-container .drawer-tabs-container #nav-stores-map .stores-map .map-window-store .store-details .store-address .store-opening-hours,
              .stores-locator-container .drawer-tabs-container #nav-stores-map .relay-map .map-window-store .store-details .store-address .store-opening-hours,
              .stores-locator-container .drawer-tabs-container #nav-stores-map .laposte-map .map-window-store .store-details .store-address .store-opening-hours,
              .stores-locator-container .drawer-tabs-container #nav-relay-map .stores-map .map-window-store .store-details .store-address .store-opening-hours,
              .stores-locator-container .drawer-tabs-container #nav-relay-map .relay-map .map-window-store .store-details .store-address .store-opening-hours,
              .stores-locator-container .drawer-tabs-container #nav-relay-map .laposte-map .map-window-store .store-details .store-address .store-opening-hours,
              .stores-locator-container .drawer-tabs-container #nav-laposte-map .stores-map .map-window-store .store-details .store-address .store-opening-hours,
              .stores-locator-container .drawer-tabs-container #nav-laposte-map .relay-map .map-window-store .store-details .store-address .store-opening-hours,
              .stores-locator-container .drawer-tabs-container #nav-laposte-map .laposte-map .map-window-store .store-details .store-address .store-opening-hours {
                font-size: 13px;
                padding: 1.7rem 0 1.7rem 0; }
    .stores-locator-container .drawer-tabs-container .select-loc-btn-container {
      display: flex;
      justify-content: center;
      width: 100%;
      margin: 0 auto;
      font-size: 15px; }
      .stores-locator-container .drawer-tabs-container .select-loc-btn-container .select-loc-btn,
      .stores-locator-container .drawer-tabs-container .select-loc-btn-container .select-marker-loc-btn {
        padding: 0.5em 2em;
        font-size: 0.875em;
        text-transform: uppercase;
        outline: none;
        background-color: #262626;
        border-color: #262626;
        color: #ffffff;
        text-transform: none;
        width: 150px;
        height: 38px; }
        .stores-locator-container .drawer-tabs-container .select-loc-btn-container .select-loc-btn:hover,
        .stores-locator-container .drawer-tabs-container .select-loc-btn-container .select-marker-loc-btn:hover {
          background-color: #ffffff;
          border-color: #262626;
          color: #262626; }

.stores-list,
.laposte-list,
.relay-list {
  list-style-type: none;
  width: 100%;
  padding-inline-start: 0;
  padding: 5px; }
  .stores-list li:first-child,
  .laposte-list li:first-child,
  .relay-list li:first-child {
    padding-top: 2rem; }
  .stores-list .store,
  .laposte-list .store,
  .relay-list .store {
    width: 100%;
    background: none !important;
    display: flex;
    justify-content: space-between;
    padding: 0.625rem 0.625rem 0rem 0.625rem; }
    .stores-list .store .custom-radio,
    .laposte-list .store .custom-radio,
    .relay-list .store .custom-radio {
      width: 100%;
      margin-left: 0.625rem;
      font-size: 18px; }
      .stores-list .store .custom-radio label,
      .laposte-list .store .custom-radio label,
      .relay-list .store .custom-radio label {
        display: flex;
        flex-direction: column; }
        .stores-list .store .custom-radio label > span,
        .laposte-list .store .custom-radio label > span,
        .relay-list .store .custom-radio label > span {
          line-height: 22px;
          margin-left: 1.25rem; }
        .stores-list .store .custom-radio label .store-name,
        .laposte-list .store .custom-radio label .store-name,
        .relay-list .store .custom-radio label .store-name {
          font-weight: bold; }
        .stores-list .store .custom-radio label .store-opening-hours,
        .laposte-list .store .custom-radio label .store-opening-hours,
        .relay-list .store .custom-radio label .store-opening-hours {
          font-size: 13px;
          padding: 1rem 0 1.25rem 0; }
    .stores-list .store .custom-radio:nth-of-type(1) .custom-control-label::before,
    .stores-list .store .custom-radio:nth-of-type(1) .custom-control-label::after,
    .stores-list .store .custom-radio:nth-of-type(1) .custom-control-input:checked ~ .custom-control-label::before,
    .stores-list .store .custom-radio:nth-of-type(1) .custom-control-input:checked ~ .custom-control-label::after,
    .laposte-list .store .custom-radio:nth-of-type(1) .custom-control-label::before,
    .laposte-list .store .custom-radio:nth-of-type(1) .custom-control-label::after,
    .laposte-list .store .custom-radio:nth-of-type(1) .custom-control-input:checked ~ .custom-control-label::before,
    .laposte-list .store .custom-radio:nth-of-type(1) .custom-control-input:checked ~ .custom-control-label::after,
    .relay-list .store .custom-radio:nth-of-type(1) .custom-control-label::before,
    .relay-list .store .custom-radio:nth-of-type(1) .custom-control-label::after,
    .relay-list .store .custom-radio:nth-of-type(1) .custom-control-input:checked ~ .custom-control-label::before,
    .relay-list .store .custom-radio:nth-of-type(1) .custom-control-input:checked ~ .custom-control-label::after {
      top: calc(38% - 10px); }
    .stores-list .store .custom-radio.custom-control,
    .laposte-list .store .custom-radio.custom-control,
    .relay-list .store .custom-radio.custom-control {
      padding-left: 0; }
      .stores-list .store .custom-radio.custom-control label,
      .laposte-list .store .custom-radio.custom-control label,
      .relay-list .store .custom-radio.custom-control label {
        padding-left: 38px; }
    .stores-list .store .custom-control-input:focus ~ .custom-control-label::before,
    .laposte-list .store .custom-control-input:focus ~ .custom-control-label::before,
    .relay-list .store .custom-control-input:focus ~ .custom-control-label::before {
      box-shadow: none; }
    .stores-list .store .custom-radio .custom-control-label::before,
    .stores-list .store .custom-radio .custom-control-label::after,
    .laposte-list .store .custom-radio .custom-control-label::before,
    .laposte-list .store .custom-radio .custom-control-label::after,
    .relay-list .store .custom-radio .custom-control-label::before,
    .relay-list .store .custom-radio .custom-control-label::after {
      background: var(--color-white);
      top: 50%;
      transform: translate(0, -50%);
      border-radius: 50%;
      background-position: center center;
      background-size: 21px;
      border: 1px solid #262626;
      width: 21px;
      height: 21px;
      left: 0;
      transition: none; }
    .stores-list .store .custom-radio .custom-control-input:checked ~ .custom-control-label::after,
    .laposte-list .store .custom-radio .custom-control-input:checked ~ .custom-control-label::after,
    .relay-list .store .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
      width: 11px;
      height: 11px;
      background: #262626;
      left: 5px; }
    .stores-list .store .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
    .laposte-list .store .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
    .relay-list .store .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
      background: var(--color-white);
      border: 1px solid #262626; }

.distance {
  font-size: 16px;
  color: #969696;
  font-weight: bold; }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
.m-store-reservation__button {
  border-radius: 22.5px;
  width: 100%;
  padding: 8px;
  background-color: transparent;
  border: 1px solid #262626; }
  .m-store-reservation__button__text {
    color: #262626;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center; }
    .m-store-reservation__button__text::before {
      content: "";
      background-image: url("../../images/icons/ico-eresa.svg");
      background-repeat: no-repeat;
      display: inline-block;
      width: 26px;
      height: 26px;
      margin-right: 11px; }

#maincontent {
  max-width: 100vw;
  overflow-x: hidden; }

.product-detail .product-number-rating,
.product-set-detail .product-number-rating {
  align-items: center;
  display: flex;
  padding-bottom: 8px;
  width: 100%; }
  @media (min-width: 769px) {
    .product-detail .product-number-rating,
    .product-set-detail .product-number-rating {
      padding-bottom: 0; } }

.product-detail .product-number-rating,
.product-detail .product-detail-container .product-name,
.product-set-detail .product-number-rating,
.product-set-detail .product-detail-container .product-name {
  padding-bottom: 0.375em; }

.product-detail .product-detail-container .detail-product-reviews,
.product-set-detail .product-detail-container .detail-product-reviews {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.375em; }

@media (min-width: 769px) {
  .product-detail .product-number-rating,
  .product-set-detail .product-number-rating {
    border-top: none; } }

.product-detail .product-name,
.product-set-detail .product-name {
  color: #262626;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin-bottom: 6px; }
  @media (min-width: 544px) {
    .product-detail .product-name,
    .product-set-detail .product-name {
      font-size: 25px; } }
  @media (min-width: 769px) {
    .product-detail .product-name,
    .product-set-detail .product-name {
      margin-bottom: -2px; } }

.product-detail .product-reference,
.product-set-detail .product-reference {
  font-size: 10px; }
  .product-detail .product-reference .col,
  .product-set-detail .product-reference .col {
    line-height: 0.8; }
    .product-detail .product-reference .col .reference,
    .product-set-detail .product-reference .col .reference {
      font-size: 14px; }

.product-detail .brand-name,
.product-set-detail .brand-name {
  color: #9d9d9d;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  margin-bottom: 4px; }
  @media (min-width: 769px) {
    .product-detail .brand-name,
    .product-set-detail .brand-name {
      margin-bottom: 16px; } }
  @media (min-width: 544px) {
    .product-detail .brand-name,
    .product-set-detail .brand-name {
      font-size: 19px; } }

.product-detail .ratings,
.product-set-detail .ratings {
  font-size: x-small; }
  @media (min-width: 544px) {
    .product-detail .ratings,
    .product-set-detail .ratings {
      font-size: small; } }

.product-detail .product-number-rating .ratings,
.product-set-detail .product-number-rating .ratings {
  margin-right: 12px;
  margin-top: 0; }
  @media (max-width: 359.98px) {
    .product-detail .product-number-rating .ratings,
    .product-set-detail .product-number-rating .ratings {
      background-color: #fff;
      padding: 0.1875em;
      /* 3/16 */ } }

.product-detail .product-number,
.product-set-detail .product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-left: 8px;
  padding-top: 0.938em; }

.product-detail .product-comments-number,
.product-set-detail .product-comments-number {
  color: #ccc;
  font-family: "Lato", sans-serif;
  font-size: 0.875em; }
  @media (min-width: 769px) {
    .product-detail .product-comments-number,
    .product-set-detail .product-comments-number {
      padding-bottom: 0.938em;
      padding-top: 0.938em; } }

.product-detail .product-detail-header .breadcrumb,
.product-set-detail .product-detail-header .breadcrumb {
  border: none;
  margin-bottom: 0; }

.product-detail .price,
.product-set-detail .price {
  font-size: 1.5rem; }

.product-detail .product-options,
.product-set-detail .product-options {
  margin-top: 1.25em; }

.product-detail .size-chart .size-chart-collapsible,
.product-set-detail .size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .product-detail .size-chart .size-chart-collapsible.active,
  .product-set-detail .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out; }

.product-detail .color-attribute,
.product-set-detail .color-attribute {
  background: none;
  border: none;
  padding: 0; }

.product-detail .non-input-label,
.product-set-detail .non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

.product-detail .attributes,
.product-set-detail .attributes {
  margin-top: 12px; }
  @media (min-width: 769px) {
    .product-detail .attributes,
    .product-set-detail .attributes {
      margin-top: 0;
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.product-set-detail .product-set-name {
  color: #262626;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  margin-top: 24px; }
  @media (min-width: 544px) {
    .product-set-detail .product-set-name {
      font-size: 30px; } }

.product-set-detail .set-item {
  margin-top: 14px; }
  .product-set-detail .set-item:first-child {
    margin-top: 0; }
  .product-set-detail .set-item .attributes .prices-add-to-cart-actions {
    position: static; }
    @media (max-width: 359.98px) {
      .product-set-detail .set-item .attributes .prices-add-to-cart-actions {
        background-color: none;
        box-shadow: none; } }

@media (min-width: 769px) {
  .product-set-detail .set-item {
    border-bottom: 1px solid #eee; }
    .product-set-detail .set-item:last-child {
      border-bottom: none; }
    .product-set-detail .set-item .attributes {
      padding: 0; }
      .product-set-detail .set-item .attributes .attribute-values-section {
        width: 100%; }
      .product-set-detail .set-item .attributes .attribute-values-container {
        padding-left: 0;
        padding-right: 0; }
      .product-set-detail .set-item .attributes .prices-add-to-cart-actions {
        padding: 0; }
        .product-set-detail .set-item .attributes .prices-add-to-cart-actions .prices-club-subscription-wrapper,
        .product-set-detail .set-item .attributes .prices-add-to-cart-actions .prices-club-subscription-wrapper-desktop {
          padding: 0; }
          .product-set-detail .set-item .attributes .prices-add-to-cart-actions .prices-club-subscription-wrapper .cart-socialSharing-wishList-giftRegistry-Wrapper,
          .product-set-detail .set-item .attributes .prices-add-to-cart-actions .prices-club-subscription-wrapper .cart-socialSharing-wishList-giftRegistry-Wrapper-desktop,
          .product-set-detail .set-item .attributes .prices-add-to-cart-actions .prices-club-subscription-wrapper-desktop .cart-socialSharing-wishList-giftRegistry-Wrapper,
          .product-set-detail .set-item .attributes .prices-add-to-cart-actions .prices-club-subscription-wrapper-desktop .cart-socialSharing-wishList-giftRegistry-Wrapper-desktop {
            justify-content: space-between; } }

@media (max-width: 359.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

.product-details-image-modal {
  display: block;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 0px;
  position: fixed;
  top: 0;
  transition: opacity 0.15s linear;
  width: 100%;
  z-index: 1050; }
  .product-details-image-modal .product-details-image-dialog {
    margin: 0.5rem;
    max-width: 26.25em;
    pointer-events: none;
    position: relative;
    transform: none;
    transition: transform 0.3s ease-out;
    width: auto; }

.product-detail .pdp-childcare-picto {
  margin-left: 30px;
  margin-top: -73px;
  position: absolute; }
  .product-detail .pdp-childcare-picto img {
    height: 43px;
    width: 43px; }

.product-detail .childcare-description-picto {
  margin-right: 20px; }

.product-detail .social-container {
  padding-top: 0; }
  .product-detail .social-container .social-icons i,
  .product-detail .social-container .social-icons a,
  .product-detail .social-container .social-icons .cbo {
    color: #444;
    padding-right: 0.2em; }

.product-shipping-section {
  padding-top: 1rem; }
  .product-shipping-section .shipping-heading {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: inherit; }
  .product-shipping-section .shipping-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 4px;
    max-width: 100%;
    width: 100%;
    line-height: inherit;
    font-size: inherit;
    font-family: inherit; }
    @media (min-width: 769px) {
      .product-shipping-section .shipping-item:nth-child(odd) {
        max-width: 45%; }
      .product-shipping-section .shipping-item:nth-child(even) {
        max-width: 55%; } }
    .product-shipping-section .shipping-item .availability {
      background-image: url("../../images/shippingNotAvailable.png");
      background-repeat: no-repeat;
      background-size: contain;
      border-radius: 100px;
      height: 20px;
      margin-right: 15px;
      margin-top: 7px;
      width: 20px; }
      .product-shipping-section .shipping-item .availability.available {
        background-image: url("../../images/shippingAvailable.png"); }
    .product-shipping-section .shipping-item .shipping-info {
      display: flex;
      flex-wrap: wrap;
      font-family: "Lato", sans-serif;
      max-width: 85%; }
      .product-shipping-section .shipping-item .shipping-info .shipping-name {
        font-weight: 600; }
      .product-shipping-section .shipping-item .shipping-info .shipping-price {
        font-size: 0.9rem; }
        .product-shipping-section .shipping-item .shipping-info .shipping-price.free {
          color: #79d38a; }
        .product-shipping-section .shipping-item .shipping-info .shipping-price::before {
          content: "-";
          padding: 0 5px; }
      .product-shipping-section .shipping-item .shipping-info .shipping-description {
        font-size: 0.8rem;
        width: 100%; }

#accordionProductDetails .card {
  border: none;
  border-bottom: thin solid #eee;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  #accordionProductDetails .card:last-child {
    border-bottom: none; }
  #accordionProductDetails .card .card-header {
    border: none;
    font-family: "Lato", sans-serif;
    padding: 10px 0; }
  #accordionProductDetails .card .card-body {
    padding: 0;
    padding-bottom: 2rem; }
  #accordionProductDetails .card .description-section .instruction-file-item {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    #accordionProductDetails .card .description-section .instruction-file-item .icon-area {
      align-items: center;
      display: flex;
      justify-content: center;
      min-height: 70px;
      min-width: 20%; }
      #accordionProductDetails .card .description-section .instruction-file-item .icon-area img {
        height: 100%;
        width: auto; }
    #accordionProductDetails .card .description-section .instruction-file-item .link-area {
      display: flex;
      flex-direction: column; }
      #accordionProductDetails .card .description-section .instruction-file-item .link-area .instruction-file-name {
        color: #9d9d9d;
        font-family: "Lato", sans-serif;
        font-size: 1rem;
        text-transform: uppercase; }
      #accordionProductDetails .card .description-section .instruction-file-item .link-area .instruction-file-url a {
        color: #9d9d9d;
        font-family: "Lato", sans-serif;
        font-size: 0.9rem;
        text-decoration: underline; }
  #accordionProductDetails .card .description-section .long-description-area {
    color: #9d9d9d;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem; }
  #accordionProductDetails .card .composition-section {
    font-family: "Lato", sans-serif;
    font-size: 0.9rem; }
    #accordionProductDetails .card .composition-section .composition-text {
      font-weight: 600; }
    #accordionProductDetails .card .composition-section .maintenance-icons {
      display: flex;
      padding: 10px 0; }
    #accordionProductDetails .card .composition-section .more-info {
      color: #9d9d9d;
      display: block;
      padding-top: 5px;
      text-decoration: underline; }
  #accordionProductDetails .card .shipping-and-return-section {
    font-family: "Lato", sans-serif;
    font-size: 0.9rem; }
    #accordionProductDetails .card .shipping-and-return-section h1,
    #accordionProductDetails .card .shipping-and-return-section h2,
    #accordionProductDetails .card .shipping-and-return-section h3,
    #accordionProductDetails .card .shipping-and-return-section h4,
    #accordionProductDetails .card .shipping-and-return-section h5,
    #accordionProductDetails .card .shipping-and-return-section h6 {
      color: #9d9d9d;
      font-size: 1rem; }
    #accordionProductDetails .card .shipping-and-return-section ul {
      margin: 0;
      padding-inline-start: 20px; }
    #accordionProductDetails .card .shipping-and-return-section a {
      text-decoration: underline; }

#accordionProductDetails .card .card-header .btn,
.accordion-promotions-item .card-header .btn {
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; }
  #accordionProductDetails .card .card-header .btn::after,
  .accordion-promotions-item .card-header .btn::after {
    background-image: url("../../images/pictoChevronLeft.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(-90deg);
    width: 10px; }
  #accordionProductDetails .card .card-header .btn[aria-expanded="true"]::after,
  .accordion-promotions-item .card-header .btn[aria-expanded="true"]::after {
    transform: rotate(90deg); }

#accordionProductDetails .card .card-header .fpe-popin-link::after,
.accordion-promotions-item .card-header .fpe-popin-link::after {
  content: none; }

.accordion-promotions-item {
  padding: 0 2.5rem; }
  #accordionProductDetails .accordion-promotions-item {
    padding: 0; }
    #accordionProductDetails .accordion-promotions-item.card {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-promotions-item + .accordion-promotions-item .card-header {
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-promotions-item,
  .accordion-promotions-item .card-header {
    border: 0; }
  .accordion-promotions-item .card-body {
    padding: 0 1.25rem 1.25rem 1.25rem; }

.promo-text,
.promo-text:hover {
  color: #c00; }

.product-detail .recommendations-container .title {
  font-family: "Lato", sans-serif;
  font-weight: 600; }

.product-detail .recommendations {
  position: relative; }
  .product-detail .recommendations h2 {
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase; }
  .product-detail .recommendations .slick-prev:before,
  .product-detail .recommendations .slick-next:before {
    color: #000;
    font-family: "lato";
    font-size: 2rem; }
  .product-detail .recommendations .slick-prev:before {
    content: "<"; }
  .product-detail .recommendations .slick-next:before {
    content: ">"; }

.container.product-detail .cart-and-ipay {
  padding-bottom: 0;
  text-align: left; }

.product-modal .modal-header {
  border-bottom: none;
  padding: 10px 20px; }

.product-modal .modal-body {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  padding-bottom: 3rem;
  padding-top: 0; }
  .product-modal .modal-body h2,
  .product-modal .modal-body h3 {
    color: #393939;
    font-family: "trade-gothic-next-compressed", sans-serif;
    font-size: 2rem;
    font-weight: 900; }
  .product-modal .modal-body ul {
    color: #79d38a;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    padding-inline-start: 20px; }
  .product-modal .modal-body img {
    padding-right: 15px; }
  .product-modal .modal-body p {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .product-modal .modal-dialog {
    max-width: 800px; }
  .product-modal .modal-body {
    padding-left: 100px;
    padding-right: 100px; } }

@media (min-width: 544px) {
  .product-detail .prices-add-to-cart-actions {
    padding: 0 0.3rem; } }

@media (min-width: 1200px) {
  .product-detail .prices-add-to-cart-actions {
    padding: 0 0.935rem; } }

.product-detail .prices-add-to-cart-actions .prices {
  width: 100%; }
  @media (min-width: 992px) {
    .product-detail .prices-add-to-cart-actions .prices {
      width: 50%; } }
  .product-detail .prices-add-to-cart-actions .prices .price span {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .product-detail .prices-add-to-cart-actions .prices .price span .icon-ico_club-rouge {
      width: 2.5rem;
      margin-left: 5px; }
    @media (min-width: 544px) {
      .product-detail .prices-add-to-cart-actions .prices .price span {
        align-items: flex-start; } }
    .product-detail .prices-add-to-cart-actions .prices .price span .standard-pricing .standard-list span,
    .product-detail .prices-add-to-cart-actions .prices .price span .club-list-pricing .club-list span,
    .product-detail .prices-add-to-cart-actions .prices .price span .club-label {
      font-size: 18px; }
      @media (min-width: 544px) {
        .product-detail .prices-add-to-cart-actions .prices .price span .standard-pricing .standard-list span,
        .product-detail .prices-add-to-cart-actions .prices .price span .club-list-pricing .club-list span,
        .product-detail .prices-add-to-cart-actions .prices .price span .club-label {
          font-size: 16px; } }
      @media (min-width: 992px) {
        .product-detail .prices-add-to-cart-actions .prices .price span .standard-pricing .standard-list span,
        .product-detail .prices-add-to-cart-actions .prices .price span .club-list-pricing .club-list span,
        .product-detail .prices-add-to-cart-actions .prices .price span .club-label {
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        .product-detail .prices-add-to-cart-actions .prices .price span .standard-pricing .standard-list span,
        .product-detail .prices-add-to-cart-actions .prices .price span .club-list-pricing .club-list span,
        .product-detail .prices-add-to-cart-actions .prices .price span .club-label {
          font-size: 22px; } }
    .product-detail .prices-add-to-cart-actions .prices .price span .club-list-pricing {
      display: flex;
      align-items: center; }
      .product-detail .prices-add-to-cart-actions .prices .price span .club-list-pricing .club-label {
        margin-left: 0.25rem; }
  .product-detail .prices-add-to-cart-actions .prices .price .standard-sales-pricing,
  .product-detail .prices-add-to-cart-actions .prices .price .club-sales-pricing {
    align-items: center;
    display: flex; }
  .product-detail .prices-add-to-cart-actions .prices .price .standard-sales-pricing .standard-list span,
  .product-detail .prices-add-to-cart-actions .prices .price .club-sales-pricing .club-list span {
    font-size: 0.875rem; }
    @media (min-width: 769px) {
      .product-detail .prices-add-to-cart-actions .prices .price .standard-sales-pricing .standard-list span,
      .product-detail .prices-add-to-cart-actions .prices .price .club-sales-pricing .club-list span {
        font-size: 0.8rem; } }
  .product-detail .prices-add-to-cart-actions .prices .price .standard-sales-pricing .standard-sales {
    font-size: 1.125rem; }
    @media (min-width: 769px) {
      .product-detail .prices-add-to-cart-actions .prices .price .standard-sales-pricing .standard-sales {
        font-size: 1.375rem; } }
  .product-detail .prices-add-to-cart-actions .prices .price .club-sales-pricing .club-sales,
  .product-detail .prices-add-to-cart-actions .prices .price .club-sales-pricing .club-label {
    font-size: 1.125rem;
    font-weight: 900; }
    @media (min-width: 769px) {
      .product-detail .prices-add-to-cart-actions .prices .price .club-sales-pricing .club-sales,
      .product-detail .prices-add-to-cart-actions .prices .price .club-sales-pricing .club-label {
        font-size: 1rem; } }
  .product-detail .prices-add-to-cart-actions .prices .price .club-sales-pricing .club-label {
    padding-left: 0.313rem; }
  .product-detail .prices-add-to-cart-actions .prices .range > span {
    align-items: center;
    display: flex;
    flex-wrap: wrap; }
    .product-detail .prices-add-to-cart-actions .prices .range > span .price-range-label {
      color: #262626;
      font-size: 0.8rem; }
      @media (min-width: 769px) {
        .product-detail .prices-add-to-cart-actions .prices .range > span .price-range-label {
          font-size: 22px; } }
    .product-detail .prices-add-to-cart-actions .prices .range > span .standard-list-pricing {
      padding-left: 5px; }
      .product-detail .prices-add-to-cart-actions .prices .range > span .standard-list-pricing .standard-sales {
        font-size: 0.8rem; }
        @media (min-width: 769px) {
          .product-detail .prices-add-to-cart-actions .prices .range > span .standard-list-pricing .standard-sales {
            font-size: 22px; } }
    .product-detail .prices-add-to-cart-actions .prices .range > span .club-list-pricing {
      width: 100%; }
      .product-detail .prices-add-to-cart-actions .prices .range > span .club-list-pricing .club-sales,
      .product-detail .prices-add-to-cart-actions .prices .range > span .club-list-pricing .club-label {
        font-size: 1rem; }
        @media (min-width: 769px) {
          .product-detail .prices-add-to-cart-actions .prices .range > span .club-list-pricing .club-sales,
          .product-detail .prices-add-to-cart-actions .prices .range > span .club-list-pricing .club-label {
            font-size: 22px; } }

.product-detail .prices-add-to-cart-actions .club-subscription {
  width: 100%; }
  @media (min-width: 992px) {
    .product-detail .prices-add-to-cart-actions .club-subscription {
      width: 50%; } }
  .product-detail .prices-add-to-cart-actions .club-subscription .club-subscription-link {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-end; }
    .product-detail .prices-add-to-cart-actions .club-subscription .club-subscription-link .fa-card-club {
      margin-right: -4px; }
      @media (min-width: 992px) {
        .product-detail .prices-add-to-cart-actions .club-subscription .club-subscription-link .fa-card-club {
          margin-right: -2px; } }
    .product-detail .prices-add-to-cart-actions .club-subscription .club-subscription-link .fa-card-club::before {
      background-position-y: center;
      height: 32px;
      width: 32px; }
      @media (min-width: 992px) {
        .product-detail .prices-add-to-cart-actions .club-subscription .club-subscription-link .fa-card-club::before {
          height: 46px;
          width: 46px; } }
    .product-detail .prices-add-to-cart-actions .club-subscription .club-subscription-link .subscribtion-text {
      font-size: 10px;
      font-weight: bold;
      width: auto; }
      @media (min-width: 544px) {
        .product-detail .prices-add-to-cart-actions .club-subscription .club-subscription-link .subscribtion-text {
          font-size: 9px; } }
      @media (min-width: 992px) {
        .product-detail .prices-add-to-cart-actions .club-subscription .club-subscription-link .subscribtion-text {
          font-size: 14px; } }
      .product-detail .prices-add-to-cart-actions .club-subscription .club-subscription-link .subscribtion-text .spacing-title {
        letter-spacing: 2px;
        text-align: justify;
        width: 100%; }
    .product-detail .prices-add-to-cart-actions .club-subscription .club-subscription-link .fa-subscription-club {
      background-size: contain;
      height: 12px;
      width: 10px; }
      @media (min-width: 544px) {
        .product-detail .prices-add-to-cart-actions .club-subscription .club-subscription-link .fa-subscription-club {
          background-size: contain;
          display: block;
          height: 12px;
          margin-right: -0.625rem;
          position: absolute;
          width: 10px; } }
      @media (min-width: 992px) {
        .product-detail .prices-add-to-cart-actions .club-subscription .club-subscription-link .fa-subscription-club {
          height: 20px;
          margin-right: -1.25rem;
          width: 16px; } }

@media (min-width: 769px) {
  .product-detail .attributes .variation-attributes .attributes-area {
    display: none; } }

.product-detail .attributes .attribute-values-section .attribute-values-container {
  border-bottom: 1px solid #eee; }

.product-detail .alert-incompatible-shipping-methods {
  color: #fff;
  font-family: "Lato", sans-serif;
  text-align: center; }

.store-location-popup {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  padding: 0.625rem 2.7rem;
  width: 100%; }
  .store-location-popup .btn-change-store {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    border-radius: 19px;
    font-size: 12px;
    width: calc(199px - 1rem); }

.btn-change-store:focus {
  box-shadow: none; }

.store-location-popup {
  padding: 0.625rem 2.7rem; }

.shipment-stores {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem auto;
  width: 100%; }
  @media (max-width: 768.98px) {
    .shipment-stores {
      margin-top: 0; } }
  .shipment-stores .selected-store {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    width: 80%; }
    .shipment-stores .selected-store span {
      line-height: 24px; }
    @media (max-width: 768.98px) {
      .shipment-stores .selected-store {
        font-size: 15px; } }
    .shipment-stores .selected-store .name {
      font-weight: bold;
      text-transform: uppercase; }
  .shipment-stores .in-store-icons {
    align-content: baseline;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 150px; }
    .shipment-stores .in-store-icons img {
      height: 38px;
      margin: 0 1.5px;
      max-width: 100%;
      width: 38px; }

.alma-payment-text {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px; }
  @media (min-width: 769px) {
    .alma-payment-text {
      font-size: 14px;
      margin-bottom: 0; } }

.alma-payment-icon {
  width: 32px; }

.product-detail-container .fa-heart-icon-big.fa-heart-icon::before, .product-detail-container .fa-heart-icon-big.fa-heart-icon-on::before {
  width: 33px;
  height: 26px;
  content: "";
  display: block; }

.product-detail-container .fa-heart-icon-big.fa-heart-icon::before {
  background: url("../../images/pictoWishListBig.svg") no-repeat 50% 100%; }

.product-detail-container .fa-heart-icon-big.fa-heart-icon-on::before {
  background: url("../../images/pictoWishListClickedBig.svg") no-repeat 50% 100%; }

body.overlay-active {
  overflow: hidden; }

.modal-background.active {
  display: block;
  z-index: 10; }

.added-to-cart-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 390px;
  background-color: #fff;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out; }
  @media (max-width: 768.98px) {
    .added-to-cart-popup {
      transform: translateY(100%);
      width: 100%;
      top: 5%;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      border-radius: 30px 30px 0 0; } }
  .added-to-cart-popup.show {
    transform: translate(0); }
  .added-to-cart-popup__content--header-text {
    font-size: 18px;
    margin-left: 15px;
    font-weight: bold;
    font-family: "Lato", sans-serif; }
  @media (min-width: 992px) {
    .added-to-cart-popup__content {
      height: 100%;
      overflow-x: auto; } }
  .added-to-cart-popup__close {
    cursor: pointer;
    height: 19px; }
    .added-to-cart-popup__close .icon-close {
      width: 19px; }
  .added-to-cart-popup__product-detail {
    display: flex;
    padding: 0 25px 30px 25px;
    border-bottom: 1px solid #ccc; }
    .added-to-cart-popup__product-detail--img {
      width: 100px;
      height: 100px; }
    .added-to-cart-popup__product-detail--name, .added-to-cart-popup__product-detail--color, .added-to-cart-popup__product-detail--size {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      margin: 0;
      line-height: 20px; }
  .added-to-cart-popup__cart-btn {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    padding: 3px 15px; }
    .added-to-cart-popup__cart-btn:hover {
      color: #fff;
      text-decoration: none; }
  .added-to-cart-popup .product-recommendations .row {
    margin-left: 0;
    margin-right: 0; }
  .added-to-cart-popup .product-recommendations .title {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Lato", sans-serif; }
  .added-to-cart-popup .product-recommendations .slick-arrow.slick-next {
    right: 0; }
  @media (min-width: 769px) {
    .added-to-cart-popup .product-recommendations .progress {
      left: 20%;
      width: 120px; }
    .added-to-cart-popup .product-recommendations .slick-arrow.slick-next {
      right: 10%; }
    .added-to-cart-popup .product-recommendations .slick-arrow.slick-prev {
      left: 65%; } }

.m-recommendations--grey-bg {
  margin-left: -25%;
  width: 150%;
  background-color: #f5f5f5;
  justify-content: center;
  display: flex; }
  .m-recommendations--grey-bg .container {
    width: 100vw; }

.product-detail {
  background-color: #f9f9f9; }
  @media (min-width: 544px) {
    .product-detail {
      background-color: #fff; } }
  .product-detail .contact-shop {
    background-color: #262626;
    border: none;
    border-radius: 22.5px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    min-width: 235px;
    padding: 14px;
    text-transform: uppercase; }

.product-shipping-section .icon {
  height: 1rem;
  width: 1rem; }

.product-shipping-section .shipping-message {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  font-weight: 700; }

.product-images-row {
  position: relative; }

.prices-club-subscription-wrapper-desktop .prices .price {
  text-align: left; }

.prices-club-subscription-wrapper-desktop .club-subscription .club-subscription-link .fa-subscription-club {
  width: 15px; }

.cart-socialSharing-wishList-giftRegistry-Wrapper-desktop {
  align-items: flex-start; }
  .cart-socialSharing-wishList-giftRegistry-Wrapper-desktop .wishList-giftRegistry {
    padding-top: 10px; }

.m-recommendations--grey-bg {
  margin-left: -25%;
  width: 150%;
  background-color: #f5f5f5;
  justify-content: center;
  display: flex; }
  .m-recommendations--grey-bg .container {
    width: 100vw; }

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