body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    transform: scale(0.5);
    transform-origin: 50% 50%;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        -moz-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        -ms-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        -webkit-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s; }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  animation: animateErrorIcon 0.5s; }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  animation: animateXMark 0.5s; }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate; }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate; }

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

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */

@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    transform: translateY(0); }
  80% {
    opacity: 1;
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    transform: translateY(145%); } }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, #press-home .agency .agency-title, h4, h5, h6, p, blockquote, pre,
a,
#account .update-address,
#account .delete-address,
#account #change-password,
#selection .login-alert .login-button,
#cart-delivery .update-address,
#cart-payment .update-address,
section#product-info #more-details, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "icons";
  src: url("fonts/icons/icons.eot?d69sb0");
  src: url("fonts/icons/icons.eot?d69sb0#iefix") format("embedded-opentype"), url("fonts/icons/icons.ttf?d69sb0") format("truetype"), url("fonts/icons/icons.woff?d69sb0") format("woff"), url("fonts/icons/icons.svg?d69sb0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-quote-close:before {
  content: "";
}

.icon-quote-open:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-account:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-selection:before {
  content: "";
}

.icon-dropdown:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-help:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-back:before {
  content: "";
}

.icon-slider-arrow-left:before {
  content: "";
}

.icon-slider-arrow-right:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-download:before {
  content: "";
}

@font-face {
  font-family: "Nantes";
  src: url("fonts/Nantes-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container.is-small {
  max-width: 960px;
}
.container.is-large {
  max-width: 1600px;
}
@media screen and (max-width: 500px) {
  .container {
    padding: 0 10px;
  }
}

.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns.is-centered {
  justify-content: center;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    padding: 0 10px;
  }
}

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

.row.vertical-align {
  display: flex;
  align-items: center;
}

.row.vertical-align-bottom {
  display: flex;
  align-items: flex-end;
}

.col-1 {
  width: 8.333%;
  flex-basis: 8.333%;
}

.col-2 {
  width: 16.666%;
  flex-basis: 16.666%;
}

.col-3 {
  width: 25%;
  flex-basis: 25%;
}

.col-4 {
  width: 33.333%;
  flex-basis: 33.333%;
}

.col-5 {
  width: 41.333%;
  flex-basis: 41.333%;
}

.col-6 {
  width: 50%;
  flex-basis: 50%;
}

.col-7 {
  width: 58.333%;
  flex-basis: 58.333%;
}

.col-8 {
  width: 66.666%;
  flex-basis: 66.666%;
}

.col-9 {
  width: 75%;
  flex-basis: 75%;
}

.col-10 {
  width: 83.333%;
  flex-basis: 83.333%;
}

.col-11 {
  width: 91.333%;
  flex-basis: 91.333%;
}

.col-12 {
  width: 100%;
  flex-basis: 100%;
}

@media screen and (max-width: 1024px) {
  .lg-1 {
    width: 8.333%;
    flex-basis: 8.333%;
  }

  .lg-2 {
    width: 16.666%;
    flex-basis: 16.666%;
  }

  .lg-3 {
    width: 25%;
    flex-basis: 25%;
  }

  .lg-4 {
    width: 33.333%;
    flex-basis: 33.333%;
  }

  .lg-5 {
    width: 41.333%;
    flex-basis: 41.333%;
  }

  .lg-6 {
    width: 50%;
    flex-basis: 50%;
  }

  .lg-7 {
    width: 58.333%;
    flex-basis: 58.333%;
  }

  .lg-8 {
    width: 66.666%;
    flex-basis: 66.666%;
  }

  .lg-9 {
    width: 75%;
    flex-basis: 75%;
  }

  .lg-10 {
    width: 83.333%;
    flex-basis: 83.333%;
  }

  .lg-11 {
    width: 91.333%;
    flex-basis: 91.333%;
  }

  .lg-12 {
    width: 100%;
    flex-basis: 100%;
  }

  .lg-hide-below {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .m-1 {
    width: 8.333%;
    flex-basis: 8.333%;
  }

  .m-2 {
    width: 16.666%;
    flex-basis: 16.666%;
  }

  .m-3 {
    width: 25%;
    flex-basis: 25%;
  }

  .m-4 {
    width: 33.333%;
    flex-basis: 33.333%;
  }

  .m-5 {
    width: 41.333%;
    flex-basis: 41.333%;
  }

  .m-6 {
    width: 50%;
    flex-basis: 50%;
  }

  .m-7 {
    width: 58.333%;
    flex-basis: 58.333%;
  }

  .m-8 {
    width: 66.666%;
    flex-basis: 66.666%;
  }

  .m-9 {
    width: 75%;
    flex-basis: 75%;
  }

  .m-10 {
    width: 83.333%;
    flex-basis: 83.333%;
  }

  .m-11 {
    width: 91.333%;
    flex-basis: 91.333%;
  }

  .m-12 {
    width: 100%;
    flex-basis: 100%;
  }

  .m-hide-below {
    display: none !important;
  }
}
@media screen and (max-width: 650px) {
  .s-1 {
    width: 8.333%;
    flex-basis: 8.333%;
  }

  .s-2 {
    width: 16.666%;
    flex-basis: 16.666%;
  }

  .s-3 {
    width: 25%;
    flex-basis: 25%;
  }

  .s-4 {
    width: 33.333%;
    flex-basis: 33.333%;
  }

  .s-5 {
    width: 41.333%;
    flex-basis: 41.333%;
  }

  .s-6 {
    width: 50%;
    flex-basis: 50%;
  }

  .s-7 {
    width: 58.333%;
    flex-basis: 58.333%;
  }

  .s-8 {
    width: 66.666%;
    flex-basis: 66.666%;
  }

  .s-9 {
    width: 75%;
    flex-basis: 75%;
  }

  .s-10 {
    width: 83.333%;
    flex-basis: 83.333%;
  }

  .s-11 {
    width: 91.333%;
    flex-basis: 91.333%;
  }

  .s-12 {
    width: 100%;
    flex-basis: 100%;
  }

  .s-hide-below {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .xs-1 {
    width: 25%;
    flex-basis: 25%;
  }

  .xs-2 {
    width: 50%;
    flex-basis: 50%;
  }

  .xs-3 {
    width: 75%;
    flex-basis: 75%;
  }

  .xs-4 {
    width: 100%;
    flex-basis: 100%;
  }

  .xs-hide-below {
    display: none !important;
  }
}
.clearfix {
  clear: both;
}

.empty {
  min-height: 1px;
}

@media screen and (min-width: 1025px) {
  .lg-hide-above {
    display: none !important;
  }
}
@media screen and (min-width: 801px) {
  .m-hide-above {
    display: none !important;
  }
}
@media screen and (min-width: 651px) {
  .s-hide-above {
    display: none !important;
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  overflow-x: hidden;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p {
  line-height: 1.3em;
}

h1,
.h1 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.04em;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  h1,
.h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  h2,
.h2 {
    font-size: 24px;
  }
}

h3, #press-home .agency .agency-title,
.h3 {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.3em;
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 12px;
}

a, #account .update-address, #account .delete-address, #account #change-password, #selection .login-alert .login-button, #cart-delivery .update-address, #cart-payment .update-address, section#product-info #more-details {
  color: #afafaf;
  text-decoration: none;
}
a:hover, #account .update-address:hover, #account .delete-address:hover, #account #change-password:hover, #selection .login-alert .login-button:hover, #cart-delivery .update-address:hover, #cart-payment .update-address:hover, section#product-info #more-details:hover {
  text-decoration: underline;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}

[class^=icon-],
[class*=" icon-"] {
  display: inline-flex;
}

#main {
  padding-top: 70px;
}
@media screen and (min-width: 769px) {
  #main {
    padding-top: 115px;
  }
}

.title-header {
  padding: 30px 0;
  margin-bottom: 0;
}
.title-header h1 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 2px;
  margin-bottom: 0;
}
.title-header .upper-title {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.title-header .back {
  font-size: 11px;
  line-height: 28px;
}
.title-header .back a, .title-header .back #account .update-address, #account .title-header .back .update-address, .title-header .back #account .delete-address, #account .title-header .back .delete-address, .title-header .back #account #change-password, #account .title-header .back #change-password, .title-header .back #selection .login-alert .login-button, #selection .login-alert .title-header .back .login-button, .title-header .back #cart-delivery .update-address, #cart-delivery .title-header .back .update-address, .title-header .back #cart-payment .update-address, #cart-payment .title-header .back .update-address, .title-header .back section#product-info #more-details, section#product-info .title-header .back #more-details {
  display: flex;
  align-items: center;
  color: black;
}
.title-header .back a:hover, .title-header .back #account .update-address:hover, #account .title-header .back .update-address:hover, .title-header .back #account .delete-address:hover, #account .title-header .back .delete-address:hover, .title-header .back #account #change-password:hover, #account .title-header .back #change-password:hover, .title-header .back #selection .login-alert .login-button:hover, #selection .login-alert .title-header .back .login-button:hover, .title-header .back #cart-delivery .update-address:hover, #cart-delivery .title-header .back .update-address:hover, .title-header .back #cart-payment .update-address:hover, #cart-payment .title-header .back .update-address:hover, .title-header .back section#product-info #more-details:hover, section#product-info .title-header .back #more-details:hover {
  text-decoration: none;
}
.title-header .back a:hover .icon-arrow-left, .title-header .back #account .update-address:hover .icon-arrow-left, #account .title-header .back .update-address:hover .icon-arrow-left, .title-header .back #account .delete-address:hover .icon-arrow-left, #account .title-header .back .delete-address:hover .icon-arrow-left, .title-header .back #account #change-password:hover .icon-arrow-left, #account .title-header .back #change-password:hover .icon-arrow-left, .title-header .back #selection .login-alert .login-button:hover .icon-arrow-left, #selection .login-alert .title-header .back .login-button:hover .icon-arrow-left, .title-header .back #cart-delivery .update-address:hover .icon-arrow-left, #cart-delivery .title-header .back .update-address:hover .icon-arrow-left, .title-header .back #cart-payment .update-address:hover .icon-arrow-left, #cart-payment .title-header .back .update-address:hover .icon-arrow-left, .title-header .back section#product-info #more-details:hover .icon-arrow-left, section#product-info .title-header .back #more-details:hover .icon-arrow-left {
  margin-right: 10px;
}
.title-header .back .icon-arrow-left {
  display: flex;
  font-size: 22px;
  margin-right: 5px;
  vertical-align: middle;
  transition: margin 150ms ease-out;
}
.title-header .right-links {
  font-size: 11px;
  line-height: 28px;
}
.title-header .right-links a, .title-header .right-links #account .update-address, #account .title-header .right-links .update-address, .title-header .right-links #account .delete-address, #account .title-header .right-links .delete-address, .title-header .right-links #account #change-password, #account .title-header .right-links #change-password, .title-header .right-links #selection .login-alert .login-button, #selection .login-alert .title-header .right-links .login-button, .title-header .right-links #cart-delivery .update-address, #cart-delivery .title-header .right-links .update-address, .title-header .right-links #cart-payment .update-address, #cart-payment .title-header .right-links .update-address, .title-header .right-links section#product-info #more-details, section#product-info .title-header .right-links #more-details {
  color: black;
}
.title-header .side {
  width: 25%;
  min-height: 1px;
}
.title-header .middle {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .title-header .side {
    display: none;
  }
  .title-header .middle {
    width: 100%;
  }
}

.header {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #afafaf;
  border-bottom: 1px solid black;
  margin-bottom: 40px;
}
.header ol li,
.header ul li {
  float: left;
  padding: 28px 60px 25px 0;
}
.header ol li.active,
.header ul li.active {
  color: black;
}
.header ol {
  list-style: decimal;
  list-style-position: inside;
}

.colors-count {
  border-bottom: 1px solid #dadada;
  padding: 5px 0;
  margin-bottom: 20px;
}

.title-row {
  padding-top: 50px;
}

.page-title {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1em;
  max-width: 800px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 800px) {
  .page-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .page-title {
    font-size: 20px;
  }
}

.page-content section {
  margin-bottom: 100px;
}
.page-content p,
.page-content ul {
  line-height: 1.5em;
}
.page-content img {
  max-width: 100%;
}
.page-content h3, .page-content #press-home .agency .agency-title, #press-home .agency .page-content .agency-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.04em;
}
.page-content ul:not(.options) {
  list-style: disc;
  padding-left: 40px;
}
.page-content .section-title {
  font-size: 50px;
  margin-bottom: 20px;
}
.page-content .section-text {
  border-left: 4px solid black;
  padding-left: 20px;
}
.page-content .text p,
.page-content .text ul {
  margin-bottom: 20px;
}
.page-content .intro {
  font-size: 22px;
  font-weight: 300;
  max-width: 520px;
  margin: 80px auto 40px auto;
}
.page-content .intro p {
  line-height: 1.2em;
}
@media screen and (max-width: 800px) {
  .page-content .section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .page-content section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .page-content .section-title {
    font-size: 24px;
  }
  .page-content .section-text {
    padding-left: 10px;
  }
}

.background-image {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 350px;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .background-image {
    background-attachment: inherit;
    height: 250px;
  }
}

.cover-image {
  background-size: cover;
  background-position: center;
  width: 100%;
}

article .cover-image {
  margin-bottom: 20px;
}
article .subtitle {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
article h3, article #press-home .agency .agency-title, #press-home .agency article .agency-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.04em;
  line-height: 1em;
  margin-bottom: 10px;
}
article .text {
  margin-bottom: 5px;
}
@media screen and (max-width: 500px) {
  article h3, article #press-home .agency .agency-title, #press-home .agency article .agency-title {
    font-size: 20px;
  }
}

.footer-alert {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 20px;
  background-color: black;
  color: white;
  border: 1px solid white;
  z-index: 999;
}
.footer-alert .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content h1:not(:first-child),
.content h2:not(:first-child),
.content h3:not(:first-child),
.content #press-home .agency .agency-title:not(:first-child),
#press-home .agency .content .agency-title:not(:first-child),
.content h4:not(:first-child),
.content h5:not(:first-child),
.content h6:not(:first-child) {
  margin-top: 0.5em;
}
.content h1:not(:last-child),
.content h2:not(:last-child),
.content h3:not(:last-child),
.content #press-home .agency .agency-title:not(:last-child),
#press-home .agency .content .agency-title:not(:last-child),
.content h4:not(:last-child),
.content h5:not(:last-child),
.content h6:not(:last-child) {
  margin-bottom: 1em;
}
.content h3, .content #press-home .agency .agency-title, #press-home .agency .content .agency-title {
  font-size: 20px;
}
.content p:not(:last-child),
.content ul:not(:last-child),
.content ol:not(:last-child) {
  margin-bottom: 10px;
}
.content table {
  border: 2px solid black;
}
.content table td,
.content table th {
  border: 1px solid black;
  padding: 10px;
}

.image img {
  width: 100%;
  height: auto;
}

.back-to-top {
  position: fixed;
  font-size: 20px;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding: 10px;
  z-index: 900;
  border-radius: 100px;
  transition: opacity 200ms;
  cursor: pointer;
}
.back-to-top:hover {
  background-color: #706f6f;
}
.back-to-top:not(.is-visible) {
  opacity: 0;
  pointer-events: none;
}
.back-to-top span {
  display: block;
  line-height: 0;
}

#error-404 {
  padding-top: 60px;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.hidden {
  display: none !important;
}

.valign-center {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.small {
  font-size: 11px;
}

.alert-text {
  color: #c20000;
}

.link {
  cursor: pointer;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.justify-space-between {
  justify-content: space-between;
}

.read-more-content {
  display: none;
  opacity: 0;
  transition: opacity 100ms;
}
.read-more-content.is-visible {
  opacity: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

::-moz-selection {
  background: #ccc;
}

::selection {
  background: #ccc;
}

::-moz-selection {
  background: #ccc;
}

.site-header {
  position: fixed;
  font-size: 11px;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 90;
}
.site-header h1 {
  display: block;
  text-align: center;
  margin: 0 !important;
}
@media screen and (min-width: 769px) {
  .site-header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.site-header:before {
  content: "";
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.site-header a, .site-header #account .update-address, #account .site-header .update-address, .site-header #account .delete-address, #account .site-header .delete-address, .site-header #account #change-password, #account .site-header #change-password, .site-header #selection .login-alert .login-button, #selection .login-alert .site-header .login-button, .site-header #cart-delivery .update-address, #cart-delivery .site-header .update-address, .site-header #cart-payment .update-address, #cart-payment .site-header .update-address, .site-header section#product-info #more-details, section#product-info .site-header #more-details {
  color: currentColor;
}
.site-header a:hover, .site-header #account .update-address:hover, #account .site-header .update-address:hover, .site-header #account .delete-address:hover, #account .site-header .delete-address:hover, .site-header #account #change-password:hover, #account .site-header #change-password:hover, .site-header #selection .login-alert .login-button:hover, #selection .login-alert .site-header .login-button:hover, .site-header #cart-delivery .update-address:hover, #cart-delivery .site-header .update-address:hover, .site-header #cart-payment .update-address:hover, #cart-payment .site-header .update-address:hover, .site-header section#product-info #more-details:hover, section#product-info .site-header #more-details:hover {
  text-decoration: none;
  opacity: 0.65;
}
.site-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header-logo {
  width: 160px;
  height: 48px;
  fill: currentColor;
}
@media screen and (min-width: 769px) {
  .site-header-logo {
    width: 200px;
    height: 60px;
  }
}
.site-header-item {
  display: flex;
  align-items: center;
  flex: 1;
}
.site-header-item-start {
  justify-content: start;
}
.site-header-item-center {
  justify-content: center;
}
.site-header-item-end {
  justify-content: end;
}
.site-header-language-switcher {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .site-header-language-switcher {
    display: none;
  }
}
.site-header-language-switcher a, .site-header-language-switcher #account .update-address, #account .site-header-language-switcher .update-address, .site-header-language-switcher #account .delete-address, #account .site-header-language-switcher .delete-address, .site-header-language-switcher #account #change-password, #account .site-header-language-switcher #change-password, .site-header-language-switcher #selection .login-alert .login-button, #selection .login-alert .site-header-language-switcher .login-button, .site-header-language-switcher #cart-delivery .update-address, #cart-delivery .site-header-language-switcher .update-address, .site-header-language-switcher #cart-payment .update-address, #cart-payment .site-header-language-switcher .update-address, .site-header-language-switcher section#product-info #more-details, section#product-info .site-header-language-switcher #more-details {
  padding: 5px;
}
.site-header-user-menu {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .site-header-user-menu {
    display: none;
  }
}
.site-header-user-menu-item {
  position: relative;
}
.site-header-user-menu-item > a, #account .site-header-user-menu-item > .update-address, #account .site-header-user-menu-item > .delete-address, #account .site-header-user-menu-item > #change-password, #selection .login-alert .site-header-user-menu-item > .login-button, #cart-delivery .site-header-user-menu-item > .update-address, #cart-payment .site-header-user-menu-item > .update-address, section#product-info .site-header-user-menu-item > #more-details, .site-header-user-menu-item > span {
  display: flex;
  align-items: center;
  margin-right: 0;
  cursor: pointer;
}
.site-header-user-menu-item > a .icon, #account .site-header-user-menu-item > .update-address .icon, #account .site-header-user-menu-item > .delete-address .icon, #account .site-header-user-menu-item > #change-password .icon, #selection .login-alert .site-header-user-menu-item > .login-button .icon, #cart-delivery .site-header-user-menu-item > .update-address .icon, #cart-payment .site-header-user-menu-item > .update-address .icon, section#product-info .site-header-user-menu-item > #more-details .icon, .site-header-user-menu-item > span .icon {
  font-size: 32px;
}
.site-header-user-menu-item > a:hover .site-header-user-menu-item-label, #account .site-header-user-menu-item > .update-address:hover .site-header-user-menu-item-label, #account .site-header-user-menu-item > .delete-address:hover .site-header-user-menu-item-label, #account .site-header-user-menu-item > #change-password:hover .site-header-user-menu-item-label, #selection .login-alert .site-header-user-menu-item > .login-button:hover .site-header-user-menu-item-label, #cart-delivery .site-header-user-menu-item > .update-address:hover .site-header-user-menu-item-label, #cart-payment .site-header-user-menu-item > .update-address:hover .site-header-user-menu-item-label, section#product-info .site-header-user-menu-item > #more-details:hover .site-header-user-menu-item-label, .site-header-user-menu-item > span:hover .site-header-user-menu-item-label {
  transform: translate(-50%, 3px);
  opacity: 1;
}
.site-header-user-menu-item-label {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: all 200ms;
  white-space: nowrap;
  pointer-events: none;
}
.site-header-user-menu-item:not(:last-child) {
  margin-right: 10px;
}
.site-header-user-menu-item.is-open .site-header-user-menu-dropdown {
  opacity: 1;
  transform: translate(-50%, 3px);
  pointer-events: all;
}
.site-header-user-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate(-50%, 10px);
  pointer-events: none;
  z-index: 10;
  transition: all 200ms;
}
.site-header-user-menu-dropdown li > a, .site-header-user-menu-dropdown #account li > .update-address, #account .site-header-user-menu-dropdown li > .update-address, .site-header-user-menu-dropdown #account li > .delete-address, #account .site-header-user-menu-dropdown li > .delete-address, .site-header-user-menu-dropdown #account li > #change-password, #account .site-header-user-menu-dropdown li > #change-password, .site-header-user-menu-dropdown #selection .login-alert li > .login-button, #selection .login-alert .site-header-user-menu-dropdown li > .login-button, .site-header-user-menu-dropdown #cart-delivery li > .update-address, #cart-delivery .site-header-user-menu-dropdown li > .update-address, .site-header-user-menu-dropdown #cart-payment li > .update-address, #cart-payment .site-header-user-menu-dropdown li > .update-address, .site-header-user-menu-dropdown section#product-info li > #more-details, section#product-info .site-header-user-menu-dropdown li > #more-details, .site-header-user-menu-dropdown li > span {
  display: block;
  padding: 8px;
}
.site-header-user-menu-dropdown li:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.site-header .icon-cart {
  position: relative;
}
.site-header .icon-cart .notification {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  background-color: black;
  color: white;
  border-radius: 50%;
}

#menu-icon {
  position: relative;
  width: 80px;
  height: 32px;
  color: currentColor;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
}
#menu-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 32px;
  background: currentColor;
  opacity: 1;
  left: 0;
}
#menu-icon span:nth-child(1) {
  top: 8px;
}
#menu-icon span:nth-child(2), #menu-icon span:nth-child(3) {
  top: 16px;
}
#menu-icon span:nth-child(4) {
  top: 24px;
}
#menu-icon .menu-icon-label {
  position: absolute;
  top: 50%;
  left: 48px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #menu-icon .menu-icon-label {
    display: none;
  }
}
#menu-icon:hover {
  opacity: 0.65;
}

.footer {
  margin-top: 120px;
  padding-bottom: 30px;
}
.footer .logo {
  padding-bottom: 20px;
  border-bottom: 5px solid black;
  margin-bottom: 40px;
}
.footer .social {
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}
.footer .social ul {
  margin: 20px 0;
}
.footer .social ul li {
  display: inline-block;
}
.footer .social ul li a, .footer .social ul li #account .update-address, #account .footer .social ul li .update-address, .footer .social ul li #account .delete-address, #account .footer .social ul li .delete-address, .footer .social ul li #account #change-password, #account .footer .social ul li #change-password, .footer .social ul li #selection .login-alert .login-button, #selection .login-alert .footer .social ul li .login-button, .footer .social ul li #cart-delivery .update-address, #cart-delivery .footer .social ul li .update-address, .footer .social ul li #cart-payment .update-address, #cart-payment .footer .social ul li .update-address, .footer .social ul li section#product-info #more-details, section#product-info .footer .social ul li #more-details {
  font-size: 20px;
  color: black;
  text-decoration: none;
  padding: 0 15px;
  transition: opacity 100ms;
}
.footer .social ul li a:hover, .footer .social ul li #account .update-address:hover, #account .footer .social ul li .update-address:hover, .footer .social ul li #account .delete-address:hover, #account .footer .social ul li .delete-address:hover, .footer .social ul li #account #change-password:hover, #account .footer .social ul li #change-password:hover, .footer .social ul li #selection .login-alert .login-button:hover, #selection .login-alert .footer .social ul li .login-button:hover, .footer .social ul li #cart-delivery .update-address:hover, #cart-delivery .footer .social ul li .update-address:hover, .footer .social ul li #cart-payment .update-address:hover, #cart-payment .footer .social ul li .update-address:hover, .footer .social ul li section#product-info #more-details:hover, section#product-info .footer .social ul li #more-details:hover {
  opacity: 0.65;
}
.footer .links {
  font-size: 11px;
  padding-top: 20px;
}
.footer .links p,
.footer .links ul {
  line-height: 1.4em;
  margin-bottom: 15px;
}
.footer .epv-colbert-logos {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer .epv-colbert-logos img {
  width: 100%;
  height: auto;
}
.footer .newsletter-form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.footer .newsletter-form .form-group {
  margin-bottom: 0;
}
.footer .newsletter-form .form-error,
.footer .newsletter-form .form-success {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: 0;
  transform: translateX(-50%);
}
.footer .newsletter-form .group-input {
  max-width: 320px;
  margin: auto;
}
.footer .newsletter-form label {
  font-weight: bold;
  margin-bottom: 10px;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 100%;
  z-index: 90;
  width: 320px;
}
@media screen and (min-width: 769px) {
  .main-menu {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu {
    width: 460px;
  }
}
.main-menu .line {
  margin: 4rem 5rem 4rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms;
}
.main-menu-item-element {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  color: black;
  background-color: transparent;
  border-radius: 0;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: padding 150ms;
}
.main-menu-item-element:hover {
  background-color: transparent;
  text-decoration: none;
  opacity: 0.65;
}
@media screen and (min-width: 769px) {
  .main-menu-item-element {
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.main-menu-item-element-little {
  font-size: 17px;
  padding: 8px 13px;
  margin-left: 0.2rem;
}
.main-menu-item.is-active > .main-menu-item-element {
  font-weight: 700;
}
.main-menu-item.is-open > .main-menu-item-element {
  padding-left: 40px;
}
.main-menu-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  padding: 60px 5px 20px;
  min-height: 100vh;
  box-sizing: border-box;
  transform: translateX(-100%);
}
.main-menu-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .main-menu-list {
    padding: 100px 20px 20px;
  }
}
.main-menu-level-1 {
  width: 320px;
  z-index: 0;
}
.main-menu-level-1:before {
  background-color: white;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .main-menu-level-1 {
    width: 460px;
    padding-left: 100px;
  }
}
.main-menu-level-2, .main-menu-level-3 {
  top: 0;
  left: 320px;
  width: 320px;
}
@media screen and (min-width: 1200px) {
  .main-menu-level-2, .main-menu-level-3 {
    width: 460px;
    left: 460px;
  }
}
.main-menu-level-2, .main-menu-level-2:before {
  z-index: -2;
}
.main-menu-level-3, .main-menu-level-3:before {
  z-index: -3;
}
.main-menu-level-2:before {
  background: linear-gradient(90deg, #dadada 0%, #ededed 4%);
}
@media screen and (max-width: 768px) {
  .main-menu-level-2 {
    left: 0;
    z-index: 0;
  }
}
.main-menu-level-3:before {
  background: linear-gradient(90deg, #d4d4d4 0%, #e2e2e2 4%);
}
@media screen and (max-width: 1024px) {
  .main-menu-level-3 {
    left: 0;
    z-index: 0;
  }
  .main-menu-level-3:before {
    z-index: -1;
  }
}
.main-menu-close {
  position: absolute;
  width: 32px;
  height: 32px;
  color: black;
  background-color: transparent;
  border-radius: 0;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
}
.main-menu-close span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  left: 0;
}
.main-menu-close span:nth-child(1) {
  top: 16px;
  transform: rotate(45deg);
}
.main-menu-close span:nth-child(2) {
  top: 16px;
  transform: rotate(-45deg);
}
.main-menu-close:hover {
  background-color: transparent;
  opacity: 0.65;
}
@media screen and (min-width: 769px) {
  .main-menu-close {
    top: 40px;
    right: 40px;
  }
}
.main-menu-close-child {
  position: absolute;
  width: 32px;
  height: 32px;
  color: black;
  background-color: transparent;
  border-radius: 0;
  top: 15px;
  left: 15px;
  cursor: pointer;
}
.main-menu-close-child span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.main-menu-close-child span:nth-child(1) {
  width: 18px;
  height: 18px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translate(-50%, -50%) rotate(135deg);
}
.main-menu-close-child span:nth-child(2) {
  width: 23px;
  border-top: 1px solid currentColor;
  transform: translate(-50%, -50%);
}
.main-menu-close-child:hover {
  background-color: transparent;
  opacity: 0.65;
}
@media screen and (min-width: 769px) {
  .main-menu-close-child {
    top: 40px;
    left: 40px;
  }
}
.main-menu.is-active .main-menu-background {
  opacity: 1;
  pointer-events: all;
}
.main-menu-end {
  display: flex;
  flex-direction: column-reverse;
  font-size: 16px;
  font-weight: 300;
}
.main-menu-end a, .main-menu-end #account .update-address, #account .main-menu-end .update-address, .main-menu-end #account .delete-address, #account .main-menu-end .delete-address, .main-menu-end #account #change-password, #account .main-menu-end #change-password, .main-menu-end #selection .login-alert .login-button, #selection .login-alert .main-menu-end .login-button, .main-menu-end #cart-delivery .update-address, #cart-delivery .main-menu-end .update-address, .main-menu-end #cart-payment .update-address, #cart-payment .main-menu-end .update-address, .main-menu-end section#product-info #more-details, section#product-info .main-menu-end #more-details {
  color: black;
}
.main-menu-end a:hover, .main-menu-end #account .update-address:hover, #account .main-menu-end .update-address:hover, .main-menu-end #account .delete-address:hover, #account .main-menu-end .delete-address:hover, .main-menu-end #account #change-password:hover, #account .main-menu-end #change-password:hover, .main-menu-end #selection .login-alert .login-button:hover, #selection .login-alert .main-menu-end .login-button:hover, .main-menu-end #cart-delivery .update-address:hover, #cart-delivery .main-menu-end .update-address:hover, .main-menu-end #cart-payment .update-address:hover, #cart-payment .main-menu-end .update-address:hover, .main-menu-end section#product-info #more-details:hover, section#product-info .main-menu-end #more-details:hover {
  text-decoration: none;
  opacity: 0.65;
}
@media screen and (min-width: 769px) {
  .main-menu-end {
    display: none;
  }
}
.main-menu-language-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-menu-language-switcher a, .main-menu-language-switcher #account .update-address, #account .main-menu-language-switcher .update-address, .main-menu-language-switcher #account .delete-address, #account .main-menu-language-switcher .delete-address, .main-menu-language-switcher #account #change-password, #account .main-menu-language-switcher #change-password, .main-menu-language-switcher #selection .login-alert .login-button, #selection .login-alert .main-menu-language-switcher .login-button, .main-menu-language-switcher #cart-delivery .update-address, #cart-delivery .main-menu-language-switcher .update-address, .main-menu-language-switcher #cart-payment .update-address, #cart-payment .main-menu-language-switcher .update-address, .main-menu-language-switcher section#product-info #more-details, section#product-info .main-menu-language-switcher #more-details {
  display: block;
  padding: 15px;
}
.main-menu-user-menu .icon {
  font-size: 24px;
  margin-right: 10px;
}
.main-menu-user-menu a, .main-menu-user-menu #account .update-address, #account .main-menu-user-menu .update-address, .main-menu-user-menu #account .delete-address, #account .main-menu-user-menu .delete-address, .main-menu-user-menu #account #change-password, #account .main-menu-user-menu #change-password, .main-menu-user-menu #selection .login-alert .login-button, #selection .login-alert .main-menu-user-menu .login-button, .main-menu-user-menu #cart-delivery .update-address, #cart-delivery .main-menu-user-menu .update-address, .main-menu-user-menu #cart-payment .update-address, #cart-payment .main-menu-user-menu .update-address, .main-menu-user-menu section#product-info #more-details, section#product-info .main-menu-user-menu #more-details {
  display: flex;
  align-items: center;
  padding: 5px 15px;
}

nav.nav-menu:first-child {
  border-top: 2px solid black;
}
nav.nav-menu ul > li {
  font-size: 13px;
  font-weight: 500;
  float: left;
}
nav.nav-menu ul > li a, nav.nav-menu ul > li #account .update-address, #account nav.nav-menu ul > li .update-address, nav.nav-menu ul > li #account .delete-address, #account nav.nav-menu ul > li .delete-address, nav.nav-menu ul > li #account #change-password, #account nav.nav-menu ul > li #change-password, nav.nav-menu ul > li #selection .login-alert .login-button, #selection .login-alert nav.nav-menu ul > li .login-button, nav.nav-menu ul > li #cart-delivery .update-address, #cart-delivery nav.nav-menu ul > li .update-address, nav.nav-menu ul > li #cart-payment .update-address, #cart-payment nav.nav-menu ul > li .update-address, nav.nav-menu ul > li section#product-info #more-details, section#product-info nav.nav-menu ul > li #more-details, nav.nav-menu ul > li.login-button > span {
  display: block;
  color: black;
  text-decoration: none;
  margin-right: 30px;
  padding-top: 2px;
  line-height: 50px;
  cursor: pointer;
}
nav.nav-menu ul > li a:hover, nav.nav-menu ul > li #account .update-address:hover, #account nav.nav-menu ul > li .update-address:hover, nav.nav-menu ul > li #account .delete-address:hover, #account nav.nav-menu ul > li .delete-address:hover, nav.nav-menu ul > li #account #change-password:hover, #account nav.nav-menu ul > li #change-password:hover, nav.nav-menu ul > li #selection .login-alert .login-button:hover, #selection .login-alert nav.nav-menu ul > li .login-button:hover, nav.nav-menu ul > li #cart-delivery .update-address:hover, #cart-delivery nav.nav-menu ul > li .update-address:hover, nav.nav-menu ul > li #cart-payment .update-address:hover, #cart-payment nav.nav-menu ul > li .update-address:hover, nav.nav-menu ul > li section#product-info #more-details:hover, section#product-info nav.nav-menu ul > li #more-details:hover, nav.nav-menu ul > li.login-button > span:hover {
  text-decoration: none;
  opacity: 0.65;
}
nav.nav-menu ul > li.active > a, nav.nav-menu #account ul > li.active > .update-address, #account nav.nav-menu ul > li.active > .update-address, nav.nav-menu #account ul > li.active > .delete-address, #account nav.nav-menu ul > li.active > .delete-address, nav.nav-menu #account ul > li.active > #change-password, #account nav.nav-menu ul > li.active > #change-password, nav.nav-menu #selection .login-alert ul > li.active > .login-button, #selection .login-alert nav.nav-menu ul > li.active > .login-button, nav.nav-menu #cart-delivery ul > li.active > .update-address, #cart-delivery nav.nav-menu ul > li.active > .update-address, nav.nav-menu #cart-payment ul > li.active > .update-address, #cart-payment nav.nav-menu ul > li.active > .update-address, nav.nav-menu section#product-info ul > li.active > #more-details, section#product-info nav.nav-menu ul > li.active > #more-details, nav.nav-menu ul > li.active > span {
  color: #afafaf;
}
nav.nav-menu.sub {
  position: relative;
  border-bottom: 1px solid #dadada;
}
nav.nav-menu.sub ul:not(.options) {
  list-style: none;
  padding-left: 0;
}
nav.nav-menu.sub li {
  position: relative;
  font-size: 11px;
  font-weight: 700;
}
nav.nav-menu.sub li > ul li {
  width: 100%;
  float: none;
}
nav.nav-menu.sub li > ul li a, nav.nav-menu.sub li > ul li #account .update-address, #account nav.nav-menu.sub li > ul li .update-address, nav.nav-menu.sub li > ul li #account .delete-address, #account nav.nav-menu.sub li > ul li .delete-address, nav.nav-menu.sub li > ul li #account #change-password, #account nav.nav-menu.sub li > ul li #change-password, nav.nav-menu.sub li > ul li #selection .login-alert .login-button, #selection .login-alert nav.nav-menu.sub li > ul li .login-button, nav.nav-menu.sub li > ul li #cart-delivery .update-address, #cart-delivery nav.nav-menu.sub li > ul li .update-address, nav.nav-menu.sub li > ul li #cart-payment .update-address, #cart-payment nav.nav-menu.sub li > ul li .update-address, nav.nav-menu.sub li > ul li section#product-info #more-details, section#product-info nav.nav-menu.sub li > ul li #more-details {
  width: 100%;
  padding: 5px 10px;
  line-height: normal;
  margin-right: 0;
  white-space: nowrap;
}
nav.nav-menu.sub li > ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
@media screen and (min-width: 651px) {
  nav.nav-menu.sub li > ul {
    position: absolute;
    background-color: white;
    top: 100%;
    left: -10px;
    min-width: calc(100% + 20px);
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(10px);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all 150ms;
  }
  nav.nav-menu.sub li:hover ul {
    transform: translateY(-5px);
    opacity: 1;
    pointer-events: all;
  }
}
nav.nav-menu.sub .nav-selector {
  position: relative;
  font-size: 11px;
  line-height: 50px;
  padding-top: 2px;
  cursor: pointer;
}
nav.nav-menu.sub .nav-selector:hover {
  opacity: 0.65;
}
nav.nav-menu.sub .nav-selector:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 2px;
}
nav.nav-menu.sub .nav-selector.open:after {
  content: "-";
}
@media screen and (min-width: 651px) {
  nav.nav-menu.sub .nav-selector {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  nav.nav-menu.sub ul:not(.submenu) {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 1px;
    z-index: 1;
  }
  nav.nav-menu.sub ul:not(.submenu) > li {
    float: none;
    background-color: white;
  }
  nav.nav-menu.sub ul:not(.submenu) > li a, nav.nav-menu.sub ul:not(.submenu) > li #account .update-address, #account nav.nav-menu.sub ul:not(.submenu) > li .update-address, nav.nav-menu.sub ul:not(.submenu) > li #account .delete-address, #account nav.nav-menu.sub ul:not(.submenu) > li .delete-address, nav.nav-menu.sub ul:not(.submenu) > li #account #change-password, #account nav.nav-menu.sub ul:not(.submenu) > li #change-password, nav.nav-menu.sub ul:not(.submenu) > li #selection .login-alert .login-button, #selection .login-alert nav.nav-menu.sub ul:not(.submenu) > li .login-button, nav.nav-menu.sub ul:not(.submenu) > li #cart-delivery .update-address, #cart-delivery nav.nav-menu.sub ul:not(.submenu) > li .update-address, nav.nav-menu.sub ul:not(.submenu) > li #cart-payment .update-address, #cart-payment nav.nav-menu.sub ul:not(.submenu) > li .update-address, nav.nav-menu.sub ul:not(.submenu) > li section#product-info #more-details, section#product-info nav.nav-menu.sub ul:not(.submenu) > li #more-details {
    display: block;
    padding: 5px 30px;
    line-height: 30px;
  }
  nav.nav-menu.sub ul:not(.submenu) > li:not(:last-child) {
    border-bottom: 1px solid #dadada;
  }
  nav.nav-menu.sub ul.submenu {
    display: none;
    border-top: 1px solid #dadada;
  }
  nav.nav-menu.sub ul.submenu a, nav.nav-menu.sub ul.submenu #account .update-address, #account nav.nav-menu.sub ul.submenu .update-address, nav.nav-menu.sub ul.submenu #account .delete-address, #account nav.nav-menu.sub ul.submenu .delete-address, nav.nav-menu.sub ul.submenu #account #change-password, #account nav.nav-menu.sub ul.submenu #change-password, nav.nav-menu.sub ul.submenu #selection .login-alert .login-button, #selection .login-alert nav.nav-menu.sub ul.submenu .login-button, nav.nav-menu.sub ul.submenu #cart-delivery .update-address, #cart-delivery nav.nav-menu.sub ul.submenu .update-address, nav.nav-menu.sub ul.submenu #cart-payment .update-address, #cart-payment nav.nav-menu.sub ul.submenu .update-address, nav.nav-menu.sub ul.submenu section#product-info #more-details, section#product-info nav.nav-menu.sub ul.submenu #more-details {
    font-weight: normal;
    padding-left: 50px !important;
  }
  nav.nav-menu.sub a.has-submenu, nav.nav-menu.sub #account .has-submenu.update-address, #account nav.nav-menu.sub .has-submenu.update-address, nav.nav-menu.sub #account .has-submenu.delete-address, #account nav.nav-menu.sub .has-submenu.delete-address, nav.nav-menu.sub #account .has-submenu#change-password, #account nav.nav-menu.sub .has-submenu#change-password, nav.nav-menu.sub #selection .login-alert .has-submenu.login-button, #selection .login-alert nav.nav-menu.sub .has-submenu.login-button, nav.nav-menu.sub #cart-delivery .has-submenu.update-address, #cart-delivery nav.nav-menu.sub .has-submenu.update-address, nav.nav-menu.sub #cart-payment .has-submenu.update-address, #cart-payment nav.nav-menu.sub .has-submenu.update-address, nav.nav-menu.sub section#product-info .has-submenu#more-details, section#product-info nav.nav-menu.sub .has-submenu#more-details {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
  }
  nav.nav-menu.sub a.has-submenu:after, nav.nav-menu.sub #account .has-submenu.update-address:after, #account nav.nav-menu.sub .has-submenu.update-address:after, nav.nav-menu.sub #account .has-submenu.delete-address:after, #account nav.nav-menu.sub .has-submenu.delete-address:after, nav.nav-menu.sub #account .has-submenu#change-password:after, #account nav.nav-menu.sub .has-submenu#change-password:after, nav.nav-menu.sub #selection .login-alert .has-submenu.login-button:after, #selection .login-alert nav.nav-menu.sub .has-submenu.login-button:after, nav.nav-menu.sub #cart-delivery .has-submenu.update-address:after, #cart-delivery nav.nav-menu.sub .has-submenu.update-address:after, nav.nav-menu.sub #cart-payment .has-submenu.update-address:after, #cart-payment nav.nav-menu.sub .has-submenu.update-address:after, nav.nav-menu.sub section#product-info .has-submenu#more-details:after, section#product-info nav.nav-menu.sub .has-submenu#more-details:after {
    content: "+";
  }
}
@media screen and (max-width: 1080px) {
  nav.nav-menu li {
    font-size: 12px;
  }
  nav.nav-menu li > a, nav.nav-menu #account li > .update-address, #account nav.nav-menu li > .update-address, nav.nav-menu #account li > .delete-address, #account nav.nav-menu li > .delete-address, nav.nav-menu #account li > #change-password, #account nav.nav-menu li > #change-password, nav.nav-menu #selection .login-alert li > .login-button, #selection .login-alert nav.nav-menu li > .login-button, nav.nav-menu #cart-delivery li > .update-address, #cart-delivery nav.nav-menu li > .update-address, nav.nav-menu #cart-payment li > .update-address, #cart-payment nav.nav-menu li > .update-address, nav.nav-menu section#product-info li > #more-details, section#product-info nav.nav-menu li > #more-details {
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  nav.nav-menu.sub > ul li {
    padding: 5px 20px;
  }
}

.sweet-alert {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  border-radius: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
.sweet-alert h2 {
  font-size: 13px;
  font-weight: 400;
  margin: 15px 0;
}
.sweet-alert .sa-icon {
  width: 50px;
  height: 50px;
  border: 2px solid black;
}
.sweet-alert .sa-icon.sa-warning {
  margin: 0 auto;
  border-color: black;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  width: 2px;
  height: 20px;
  margin-left: -1px;
  background-color: black;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  width: 3px;
  height: 3px;
  margin-left: -1px;
  background-color: black;
}
.sweet-alert button {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  line-height: inherit;
  background-color: black;
  color: white;
  padding: 7px 10px 4px 10px;
  border-radius: 3px;
  margin-top: 0;
  cursor: pointer;
}
.sweet-alert button:hover {
  text-decoration: none;
  background-color: #706f6f;
}
.sweet-alert button.disabled, .sweet-alert button:disabled {
  background-color: #dadada;
  cursor: default;
  pointer-events: none;
}

.sweet-overlay {
  background-color: rgba(255, 255, 255, 0.98);
}

.pulseWarning, .pulseWarningIns {
  animation: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #dadada;
  border-radius: 0;
  padding: 6px 8px 4px 8px;
  background-color: white;
  box-sizing: border-box;
}
input.has-error,
textarea.has-error,
select.has-error {
  border-bottom-color: #c20000;
}
input[disabled],
textarea[disabled],
select[disabled] {
  color: #afafaf;
  border-color: #efefef;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=url], input[type=tel], input[type=file] {
  width: 100%;
  box-shadow: inset 0px 0px 0 100px white;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  width: 100%;
  resize: none;
}

button,
input[type=submit],
input[type=button] {
  font-family: inherit;
  font-size: inherit;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

::-moz-placeholder {
  color: #dadada;
}

:-ms-input-placeholder {
  color: #dadada;
}

::placeholder {
  color: #dadada;
}

label {
  display: block;
  margin-bottom: 5px;
}

input[type=checkbox],
input[type=radio] {
  margin: 0 5px 0 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.form-success {
  font-size: 11px;
  font-weight: 500;
  background-color: #8ea604;
  color: white;
  padding: 5px 5px 3px 5px;
  margin-bottom: 20px;
}

.form-error {
  display: none;
  font-size: 11px;
  font-weight: 500;
  background-color: #706f6f;
  color: white;
  padding: 5px 5px 3px 5px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}
.form-group > .half {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.form-group > .half:nth-of-type(odd) {
  padding-right: 10px;
}
.form-group > .half:nth-of-type(even) {
  padding-left: 10px;
}
.form-group:after {
  content: "";
  display: block;
  clear: both;
}
.form-group.disabled {
  color: #dadada;
}
.form-group.disabled input,
.form-group.disabled .select {
  color: #efefef;
  border-color: #efefef;
  pointer-events: none;
}
.form-group.float-left {
  margin-right: 20px;
}
.form-group .form-error {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
}
.form-group .alert {
  font-size: 11px;
  margin-top: 5px;
}
.form-group .sub-label {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 2px;
}

.group-input {
  display: flex;
}
.group-input input {
  border-right: 0;
}
.group-input button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button,
button,
input[type=submit],
input[type=button] {
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
  line-height: inherit;
  background-color: black;
  color: white;
  padding: 7px 10px 4px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  text-decoration: none;
  background-color: #706f6f;
}
.button.disabled, .button:disabled,
button.disabled,
button:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
input[type=button].disabled,
input[type=button]:disabled {
  background-color: #dadada;
  cursor: default;
  pointer-events: none;
}
.button.large,
button.large,
input[type=submit].large,
input[type=button].large {
  font-size: 13px;
  padding: 10px 14px 9px 14px;
}
.button.white,
button.white,
input[type=submit].white,
input[type=button].white {
  background-color: white;
  color: black;
}
@media screen and (max-width: 500px) {
  .button,
button,
input[type=submit],
input[type=button] {
    font-size: 13px;
    font-weight: 300;
  }
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #dadada;
  padding: 10px 50px 5px 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.select ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background-color: white;
  border: 1px solid #dadada;
  margin-top: 2px;
  padding-left: 0;
  max-height: 180px;
  overflow: auto;
  z-index: 80;
}
.select ul li {
  padding: 10px 10px 8px 10px;
  cursor: pointer;
}
.select ul li a, .select ul li #account .update-address, #account .select ul li .update-address, .select ul li #account .delete-address, #account .select ul li .delete-address, .select ul li #account #change-password, #account .select ul li #change-password, .select ul li #selection .login-alert .login-button, #selection .login-alert .select ul li .login-button, .select ul li #cart-delivery .update-address, #cart-delivery .select ul li .update-address, .select ul li #cart-payment .update-address, #cart-payment .select ul li .update-address, .select ul li section#product-info #more-details, section#product-info .select ul li #more-details {
  display: block;
}
.select ul li a:hover, .select ul li #account .update-address:hover, #account .select ul li .update-address:hover, .select ul li #account .delete-address:hover, #account .select ul li .delete-address:hover, .select ul li #account #change-password:hover, #account .select ul li #change-password:hover, .select ul li #selection .login-alert .login-button:hover, #selection .login-alert .select ul li .login-button:hover, .select ul li #cart-delivery .update-address:hover, #cart-delivery .select ul li .update-address:hover, .select ul li #cart-payment .update-address:hover, #cart-payment .select ul li .update-address:hover, .select ul li section#product-info #more-details:hover, section#product-info .select ul li #more-details:hover {
  text-decoration: none;
}
.select ul li:hover, .select ul li.selected {
  background-color: black;
  color: white;
}
.select .selected-value {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 18px);
}
.select:after {
  content: "";
  font-family: "icons";
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
.select.has-error {
  border-bottom-color: #c20000;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 11px;
  cursor: pointer;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + .radio-button > span {
  opacity: 1;
}
.checkbox.disabled {
  pointer-events: none;
}
.checkbox.disabled .radio-button {
  color: #afafaf;
  border: 1px solid #efefef;
}
.checkbox.is-flex-start {
  align-items: flex-start;
}

.radio-button {
  flex: 20px 0 0;
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid #dadada;
  margin-right: 5px;
}
.radio-button > span {
  opacity: 0;
  font-size: 20px;
}

input.quantity-input {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #dadada;
  margin: 0;
  padding: 2px 0 0;
}
input.quantity-input.large {
  width: 55px;
}

button.quantity-button {
  font-size: 14px;
  text-align: center;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: black;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.phone-country-code {
  position: relative;
}
.phone-country-code .select {
  position: absolute;
  width: 75px;
  padding-right: 8px;
  padding-left: 8px;
}
.phone-country-code .select > ul.options {
  width: 280px;
}
.phone-country-code .select > ul.options span {
  color: #afafaf;
}
.phone-country-code input {
  padding-left: 83px;
}

.other-country {
  margin-top: 10px;
  cursor: pointer;
}

#login {
  padding-top: 50px;
}
#login p.forgot-password {
  margin: 10px 0;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 99999;
  overflow: auto;
}
.popup-container.dark {
  background-color: rgba(0, 0, 0, 0.9);
}
.popup-container .popup {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: -50px auto 50px auto;
  background-color: white;
  padding: 40px 90px;
  box-sizing: border-box;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
  opacity: 0;
  transition: all 300ms ease-out;
}
.popup-container .popup.center {
  text-align: center;
}
.popup-container .popup.large {
  padding: 40px;
}
.popup-container .popup.visible {
  opacity: 1;
  margin-top: 50px;
}
.popup-container .popup div.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 11px;
  cursor: pointer;
}
.popup-container .popup div.close-popup:hover {
  opacity: 0.65;
}
.popup-container .popup div.close-popup:after {
  content: "";
  font-family: "icons";
  font-size: 7px;
  margin-left: 6px;
}
.popup-container .popup a.close-popup, .popup-container .popup #account .close-popup.update-address, #account .popup-container .popup .close-popup.update-address, .popup-container .popup #account .close-popup.delete-address, #account .popup-container .popup .close-popup.delete-address, .popup-container .popup #account .close-popup#change-password, #account .popup-container .popup .close-popup#change-password, .popup-container .popup #selection .login-alert .close-popup.login-button, #selection .login-alert .popup-container .popup .close-popup.login-button, .popup-container .popup #cart-delivery .close-popup.update-address, #cart-delivery .popup-container .popup .close-popup.update-address, .popup-container .popup #cart-payment .close-popup.update-address, #cart-payment .popup-container .popup .close-popup.update-address, .popup-container .popup section#product-info .close-popup#more-details, section#product-info .popup-container .popup .close-popup#more-details {
  text-decoration: none;
  cursor: pointer;
}
.popup-container .popup .icon-close {
  position: absolute;
  font-size: 20px;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.popup-container .popup h2 {
  margin-bottom: 20px;
}
.popup-container .popup .logo {
  display: block;
  margin: 0 auto 20px auto;
}
.popup-container .popup .intro {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.popup-container .popup-content {
  opacity: 0;
  transform: translateY(50px);
  transition: all 200ms ease-out;
}
.popup-container .popup-content.visible {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .popup-container .popup {
    width: 96%;
    top: 100px;
    left: 2%;
    margin-left: 0;
    padding: 50px 20px 20px 20px;
  }
  .popup-container .popup.large {
    padding: 20px;
  }
  .popup-container .bottom-links .close-popup {
    display: none;
  }
}

#login-popup form {
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
}
#login-popup form .forgot-password {
  font-size: 11px;
  margin-top: 10px;
}
#login-popup .create-account {
  font-size: 11px;
  padding-top: 10px;
}

.popup .product {
  display: table;
  margin-bottom: 20px;
}
.popup .product .color-image,
.popup .product .range-image,
.popup .product .product-info {
  display: table-cell;
  vertical-align: middle;
}
.popup .product .color-image,
.popup .product .range-image {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
}
.popup .product .range-image > .color-image {
  float: left;
  width: 40px;
  height: 40px;
}
.popup .product .range-image.nb-2 > .color-image {
  height: 80px;
}
.popup .product .range-image.nb-3 > .color-image {
  height: 40px;
}
.popup .product .range-image.nb-3 > .color-image:last-of-type {
  width: 80px;
}
.popup .product .product-info {
  padding-left: 20px;
}
.popup .product .product-name {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.15em;
}
.popup .product .color-stock {
  font-size: 11px;
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  .popup .product .color-image {
    width: 60px;
    height: 60px;
  }
}

table.quantities {
  width: 100%;
  border-top: 1px solid #dadada;
  margin-bottom: 15px;
}
table.quantities td {
  vertical-align: middle;
  padding: 10px 4px;
  border-bottom: 1px solid #dadada;
}
table.quantities td label {
  margin-bottom: 0;
}
table.quantities td input[value="0"] {
  color: #dadada;
}
table.quantities td.total-price {
  font-weight: 700;
}
table.quantities + .product {
  margin-top: 50px;
}

.bottom-links {
  font-size: 11px;
  margin-top: 40px;
}

#stock-detail-popup .popup {
  max-width: 700px;
}
#stock-detail-popup table.stock-detail {
  width: 100%;
}
#stock-detail-popup table.stock-detail th,
#stock-detail-popup table.stock-detail td {
  padding: 9px 0 7px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
#stock-detail-popup table.stock-detail th {
  font-weight: 700;
  text-align: left;
}
#stock-detail-popup table.stock-detail tr.total {
  font-weight: 700;
}
#stock-detail-popup h2:nth-of-type(2) {
  margin-top: 40px;
}

.slick-slider {
  position: relative;
}

.slick-list {
  overflow: hidden;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: -50px;
  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: 0.5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.05;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icons";
  font-size: 30px;
  color: black;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 100ms;
}

.slick-prev {
  left: 20px;
}
.slick-prev:before {
  content: "";
}

.slick-next {
  right: 20px;
}
.slick-next:before {
  content: "";
}

.slick-slide {
  outline: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  padding: 0;
  background-color: currentColor;
  color: currentColor;
  border-radius: 9999px;
  opacity: 0.2;
}
.slick-dots li.slick-active button {
  opacity: 0.5;
}

.history-timeline {
  position: relative;
  text-align: center;
}
.history-timeline .container-small {
  width: 100%;
  max-width: 780px;
  margin: auto;
}
.history-timeline .time {
  position: relative;
  margin-bottom: 100px;
}
.history-timeline .time:last-of-type() {
  margin-bottom: 20px;
}
.history-timeline .date, .history-timeline .title {
  font-weight: 300;
  margin: 40px auto;
}
.history-timeline .date {
  display: inline-block;
  font-size: 40px;
  background-color: white;
  padding: 10px 8px 5px 8px;
}
.history-timeline .title {
  font-size: 32px;
}
.history-timeline .block {
  position: relative;
}
.history-timeline .block .text {
  display: inline-block;
  vertical-align: top;
}
.history-timeline .block .text span.large {
  display: block;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
}
.history-timeline .block .half {
  position: relative;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.history-timeline .block .half:first-of-type() {
  text-align: right;
  padding-right: 20px;
}
.history-timeline .block .half:last-of-type() {
  text-align: left;
  padding-left: 20px;
}
.history-timeline .block .text-image {
  position: relative;
  width: 100%;
  height: 250px;
  display: inline-block;
}
.history-timeline .block .text-image .text {
  height: 100%;
}
.history-timeline .block .text-image .text .title {
  margin: 0;
}
.history-timeline .block .text-image .text.align-right .title {
  right: 0;
  margin-right: 20px;
}
.history-timeline .block .text-image .image, .history-timeline .block .text-image .image img {
  height: 100%;
}
.history-timeline .block .align-with-image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  margin: 0;
  box-sizing: border-box;
}
.history-timeline .block .align-with-image.left {
  padding-right: 140px;
  transform: translate(-100%, -50%);
}
.history-timeline .block .align-with-image.right {
  padding-left: 140px;
  transform: translate(0, -50%);
}
.history-timeline .extra-pr, .history-timeline .extra-pl {
  box-sizing: border-box;
}
.history-timeline .extra-pr {
  padding-right: 80px;
}
.history-timeline .extra-pl {
  padding-left: 80px;
}
.history-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: black;
}
.history-timeline:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid black;
  border-radius: 50%;
  margin-top: 4px;
  margin-left: -4px;
  box-sizing: border-box;
}
.history-timeline .animate {
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .history-timeline .lg-align-right {
    text-align: right;
  }
  .history-timeline .lg-align-left {
    text-align: left;
  }
  .history-timeline .vertical-align .text > p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .history-timeline .block {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .history-timeline .date {
    margin-bottom: 20px;
  }
  .history-timeline .time {
    margin-bottom: 50px;
  }
  .history-timeline .extra-pr, .history-timeline .extra-pl {
    padding-left: 0;
    padding-right: 0;
  }
  .history-timeline .text {
    background-color: white;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .history-timeline .title {
    background-color: white;
    padding: 20px 0;
  }
  .history-timeline .row.vertical-align {
    display: block;
  }
}

.page-tassinari .history-timeline:before {
  background-color: #004589;
}

.page-tassinari .history-timeline:after {
  border-color: #004589;
}

.modal-open {
  overflow: hidden;
  height: 100%;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

div#tarteaucitronServices {
  margin-top: 20px !important;
}

#tarteaucitronServices::-webkit-scrollbar {
  width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0px solid slategrey;
}

div#tarteaucitronServices {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }

  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer,
#tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }

  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }

  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }

  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
 * Common value
 */
#tarteaucitron * {
  zoom: 1;
}

#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background-color: rgba(255, 255, 255, 0.98);
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a, #tarteaucitron #account .update-address, #account #tarteaucitron .update-address, #tarteaucitron #account .delete-address, #account #tarteaucitron .delete-address, #tarteaucitron #account #change-password, #account #tarteaucitron #change-password, #tarteaucitron #selection .login-alert .login-button, #selection .login-alert #tarteaucitron .login-button, #tarteaucitron #cart-delivery .update-address, #cart-delivery #tarteaucitron .update-address, #tarteaucitron #cart-payment .update-address, #cart-payment #tarteaucitron .update-address, #tarteaucitron section#product-info #more-details, section#product-info #tarteaucitron #more-details {
  color: #424242;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}

#tarteaucitronAlertBig strong,
#tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a,
#tarteaucitronAlertBig #account .update-address,
#account #tarteaucitronAlertBig .update-address,
#tarteaucitronAlertBig #account .delete-address,
#account #tarteaucitronAlertBig .delete-address,
#tarteaucitronAlertBig #account #change-password,
#account #tarteaucitronAlertBig #change-password,
#tarteaucitronAlertBig #selection .login-alert .login-button,
#selection .login-alert #tarteaucitronAlertBig .login-button,
#tarteaucitronAlertBig #cart-delivery .update-address,
#cart-delivery #tarteaucitronAlertBig .update-address,
#tarteaucitronAlertBig #cart-payment .update-address,
#cart-payment #tarteaucitronAlertBig .update-address,
#tarteaucitronAlertBig section#product-info #more-details,
section#product-info #tarteaucitronAlertBig #more-details,
#tarteaucitronAlertSmall a,
#tarteaucitronAlertSmall #account .update-address,
#account #tarteaucitronAlertSmall .update-address,
#tarteaucitronAlertSmall #account .delete-address,
#account #tarteaucitronAlertSmall .delete-address,
#tarteaucitronAlertSmall #account #change-password,
#account #tarteaucitronAlertSmall #change-password,
#tarteaucitronAlertSmall #selection .login-alert .login-button,
#selection .login-alert #tarteaucitronAlertSmall .login-button,
#tarteaucitronAlertSmall #cart-delivery .update-address,
#cart-delivery #tarteaucitronAlertSmall .update-address,
#tarteaucitronAlertSmall #cart-payment .update-address,
#cart-payment #tarteaucitronAlertSmall .update-address,
#tarteaucitronAlertSmall section#product-info #more-details,
section#product-info #tarteaucitronAlertSmall #more-details {
  color: #fff;
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1,
#tarteaucitron .tarteaucitronH2,
#tarteaucitron .tarteaucitronH3,
#tarteaucitron .tarteaucitronH4,
#tarteaucitron .tarteaucitronH5,
#tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 10px;
  color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
  border-radius: 0;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

a.tarteaucitronSelfLink, #account .tarteaucitronSelfLink.update-address, #account .tarteaucitronSelfLink.delete-address, #account .tarteaucitronSelfLink#change-password, #selection .login-alert .tarteaucitronSelfLink.login-button, #cart-delivery .tarteaucitronSelfLink.update-address, #cart-payment .tarteaucitronSelfLink.update-address, section#product-info .tarteaucitronSelfLink#more-details {
  text-align: center !important;
  display: block;
  padding: 7px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: #000;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  border-radius: 0;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #account .update-address, #account #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .update-address, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #account .delete-address, #account #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .delete-address, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #account #change-password, #account #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #change-password, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #selection .login-alert .login-button, #selection .login-alert #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .login-button, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #cart-delivery .update-address, #cart-delivery #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .update-address, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #cart-payment .update-address, #cart-payment #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .update-address, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName section#product-info #more-details, section#product-info #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #more-details,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle #account .update-address,
#account #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .update-address,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle #account .delete-address,
#account #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .delete-address,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle #account #change-password,
#account #tarteaucitron #tarteaucitronServices .tarteaucitronTitle #change-password,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle #selection .login-alert .login-button,
#selection .login-alert #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .login-button,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle #cart-delivery .update-address,
#cart-delivery #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .update-address,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle #cart-payment .update-address,
#cart-payment #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .update-address,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle section#product-info #more-details,
section#product-info #tarteaucitron #tarteaucitronServices .tarteaucitronTitle #more-details {
  color: #fff;
  font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #account .update-address:hover, #account #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .update-address:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #account .delete-address:hover, #account #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .delete-address:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #account #change-password:hover, #account #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #change-password:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #selection .login-alert .login-button:hover, #selection .login-alert #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .login-button:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #cart-delivery .update-address:hover, #cart-delivery #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .update-address:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #cart-payment .update-address:hover, #cart-payment #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .update-address:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName section#product-info #more-details:hover, section#product-info #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #more-details:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle #account .update-address:hover,
#account #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .update-address:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle #account .delete-address:hover,
#account #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .delete-address:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle #account #change-password:hover,
#account #tarteaucitron #tarteaucitronServices .tarteaucitronTitle #change-password:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle #selection .login-alert .login-button:hover,
#selection .login-alert #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .login-button:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle #cart-delivery .update-address:hover,
#cart-delivery #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .update-address:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle #cart-payment .update-address:hover,
#cart-payment #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .update-address:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle section#product-info #more-details:hover,
section#product-info #tarteaucitron #tarteaucitronServices .tarteaucitronTitle #more-details:hover {
  text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #account .update-address, #account #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .update-address, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #account .delete-address, #account #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .delete-address, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #account #change-password, #account #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #change-password, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #selection .login-alert .login-button, #selection .login-alert #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .login-button, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #cart-delivery .update-address, #cart-delivery #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .update-address, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #cart-payment .update-address, #cart-payment #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .update-address, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName section#product-info #more-details, section#product-info #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName #more-details {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle #account .update-address, #account #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .update-address, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle #account .delete-address, #account #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .delete-address, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle #account #change-password, #account #tarteaucitron #tarteaucitronServices .tarteaucitronTitle #change-password, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle #selection .login-alert .login-button, #selection .login-alert #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .login-button, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle #cart-delivery .update-address, #cart-delivery #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .update-address, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle #cart-payment .update-address, #cart-payment #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .update-address, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle section#product-info #more-details, section#product-info #tarteaucitron #tarteaucitronServices .tarteaucitronTitle #more-details {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a, #tarteaucitron #tarteaucitronInfo #account .update-address, #account #tarteaucitron #tarteaucitronInfo .update-address, #tarteaucitron #tarteaucitronInfo #account .delete-address, #account #tarteaucitron #tarteaucitronInfo .delete-address, #tarteaucitron #tarteaucitronInfo #account #change-password, #account #tarteaucitron #tarteaucitronInfo #change-password, #tarteaucitron #tarteaucitronInfo #selection .login-alert .login-button, #selection .login-alert #tarteaucitron #tarteaucitronInfo .login-button, #tarteaucitron #tarteaucitronInfo #cart-delivery .update-address, #cart-delivery #tarteaucitron #tarteaucitronInfo .update-address, #tarteaucitron #tarteaucitronInfo #cart-payment .update-address, #cart-payment #tarteaucitron #tarteaucitronInfo .update-address, #tarteaucitron #tarteaucitronInfo section#product-info #more-details, section#product-info #tarteaucitron #tarteaucitronInfo #more-details {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #000;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #000;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: left;
  width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName #account .update-address:hover, #account #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .update-address:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName #account .delete-address:hover, #account #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .delete-address:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName #account #change-password:hover, #account #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName #change-password:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName #selection .login-alert .login-button:hover, #selection .login-alert #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .login-button:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName #cart-delivery .update-address:hover, #cart-delivery #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .update-address:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName #cart-payment .update-address:hover, #cart-payment #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .update-address:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName section#product-info #more-details:hover, section#product-info #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName #more-details:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
  background-color: #8ea604;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  background-color: #c20000;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #8ea604;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected {
  background-color: #c20000;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background-color: #8ea604;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #c20000;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #000;
  font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #000;
  color: #fff;
  display: none;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: block;
  margin-bottom: 10px;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig .tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny {
  background: #fff;
  color: #000;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin-left: 7px;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: #c20000;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronAllDenied2 {
  background: transparent;
  color: #fff;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert:not(:hover),
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl:not(:hover),
#tarteaucitronAlertBig #tarteaucitronAllDenied2:not(:hover) {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #fff;
  color: #000;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 4px 10px;
}

#tarteaucitronPercentage {
  background: #0a0 !important;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop,
.tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  background: #000;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #8ea604;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #fbda26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #c20000;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #000;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #000;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain #account .update-address, #account #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .update-address, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain #account .delete-address, #account #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .delete-address, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain #account #change-password, #account #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain #change-password, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain #selection .login-alert .login-button, #selection .login-alert #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .login-button, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain #cart-delivery .update-address, #cart-delivery #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .update-address, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain #cart-payment .update-address, #cart-payment #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .update-address, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain section#product-info #more-details, section#product-info #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain #more-details {
  color: #000;
  text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft #account .update-address strong, #account #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft .update-address strong, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft #account .delete-address strong, #account #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft .delete-address strong, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft #account #change-password strong, #account #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft #change-password strong, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft #selection .login-alert .login-button strong, #selection .login-alert #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft .login-button strong, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft #cart-delivery .update-address strong, #cart-delivery #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft .update-address strong, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft #cart-payment .update-address strong, #cart-payment #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft .update-address strong, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft section#product-info #more-details strong, section#product-info #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft #more-details strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #000;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #000;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #8ea604;
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite,
ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

.tarteaucitronIsAllowed .tarteaucitronDeny:not(:hover) {
  opacity: 0.5 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow:not(:hover) {
  opacity: 0.5 !important;
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}

.tarteaucitronLine .tarteaucitronAllow:not(:hover),
.tarteaucitronLine .tarteaucitronDeny:not(:hover) {
  opacity: 0.5;
}

div#tarteaucitronInfo {
  display: block !important;
  position: relative !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 40px !important;
  font-size: 1em !important;
}

a.tarteaucitronSelfLink, #account .tarteaucitronSelfLink.update-address, #account .tarteaucitronSelfLink.delete-address, #account .tarteaucitronSelfLink#change-password, #selection .login-alert .tarteaucitronSelfLink.login-button, #cart-delivery .tarteaucitronSelfLink.update-address, #cart-payment .tarteaucitronSelfLink.update-address, section#product-info .tarteaucitronSelfLink#more-details {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 13px !important;
  display: block;
  text-shadow: 0 0 14px white;
  text-transform: uppercase;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

.infinite-scroll .pagination-wrapper {
  display: none;
}

ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none !important;
  padding-left: 0 !important;
}
ul.pagination li.page-item {
  float: none;
}
ul.pagination li.page-item .page-link {
  line-height: inherit;
  margin: 0;
  padding: 10px;
}

.video-background {
  width: 100%;
  padding-top: 56.25%;
  background: black;
}
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-background-container {
  position: relative;
}
.video-background-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  transform: translate(-50%, -50%);
}
.video-background-loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: 2px solid white;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  width: 100%;
  height: 100%;
  animation: spinAround 500ms infinite linear;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
body.home #main {
  padding-top: 0;
}
body.home .site-header {
  transition: color 150ms;
}
body.home .site-header:before {
  transition: transform 200ms;
}
body.home .site-header:not(.is-active):not(:hover) {
  color: white;
}
body.home .site-header:not(.is-active):not(:hover):before {
  transform: translateY(-100%);
}
body.home footer {
  margin-top: 60px;
}

#home {
  background-color: #00000005;
  color: #1a423a;
  padding-bottom: 80px;
  overflow: hidden;
}
#home .home-carousel div img {
  width: 100%;
}
#home .placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .is-animated {
  opacity: 0;
  transition: opacity ease-in 200ms;
}
#home .animated-text-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
#home .animated-text-wrapper .home-title {
  margin-bottom: 0;
}
#home .animated-collection .image {
  opacity: 0;
  transform: translateY(80);
}
#home .animated-text {
  opacity: 0;
  transform: translateY(150px);
}
#home .home-header {
  position: relative;
}
#home .home-header .button {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #ffffff;
  padding: 14px 12px 14px 12px;
  background-color: transparent;
  border: 1px solid white;
}
@media screen and (min-width: 600px) {
  #home .home-header .button {
    bottom: 3rem;
  }
}
#home .home-header .button:hover {
  margin-top: 0;
  background-color: white;
  color: #1a423a;
  transform: translateX(-50%);
}
#home .home-content {
  font-size: 18px;
  max-width: 800px;
  margin: 1rem auto 4rem;
}
#home .content a, #home .content #account .update-address, #account #home .content .update-address, #home .content #account .delete-address, #account #home .content .delete-address, #home .content #account #change-password, #account #home .content #change-password, #home .content #selection .login-alert .login-button, #selection .login-alert #home .content .login-button, #home .content #cart-delivery .update-address, #cart-delivery #home .content .update-address, #home .content #cart-payment .update-address, #cart-payment #home .content .update-address, #home .content section#product-info #more-details, section#product-info #home .content #more-details {
  color: #1a423a;
  text-decoration: underline;
}
#home .content a:hover, #home .content #account .update-address:hover, #account #home .content .update-address:hover, #home .content #account .delete-address:hover, #account #home .content .delete-address:hover, #home .content #account #change-password:hover, #account #home .content #change-password:hover, #home .content #selection .login-alert .login-button:hover, #selection .login-alert #home .content .login-button:hover, #home .content #cart-delivery .update-address:hover, #cart-delivery #home .content .update-address:hover, #home .content #cart-payment .update-address:hover, #cart-payment #home .content .update-address:hover, #home .content section#product-info #more-details:hover, section#product-info #home .content #more-details:hover {
  text-decoration: none;
}
#home .title {
  font-family: "Nantes", "Poppins", serif;
  font-size: 3em;
  margin-bottom: 2rem;
}
#home .title.home-title {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #home .title {
    font-size: 5vw;
  }
  #home .title.home-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  #home .title {
    font-size: 2em;
  }
  #home .title.home-title {
    font-size: 30px;
  }
}
#home .title + .subtitle {
  font-size: 1.75em;
  margin-top: -1.5rem;
}
#home .title.large {
  font-size: 5em;
}
@media screen and (max-width: 1024px) {
  #home .title.large {
    font-size: 8vw;
  }
}
@media screen and (max-width: 600px) {
  #home .title.large {
    font-size: 3em;
  }
}
#home .subtitle {
  line-height: 1.2;
}
#home .button {
  font-size: inherit;
  background-color: white;
  color: inherit;
  border-radius: 8px;
  border-bottom: 2px solid #1a423a;
  padding: 10px 14px 9px 14px;
}
#home .button.large {
  font-size: 16px;
  line-height: 1.2;
  padding: 15px 18px 13px 18px;
}
#home .button:hover {
  transform: translateY(1px);
  border-bottom-width: 1px;
}
#home .cta {
  font-size: 16px;
  color: black;
}
#home .notre-maison {
  margin: 40px 0 40px 0;
}
@media screen and (min-width: 900px) {
  #home .notre-maison {
    margin: 40px 1rem 40px 1rem;
  }
}
#home .notre-maison .flex {
  flex-direction: column;
}
#home .notre-maison .flex .is-aligned-end {
  align-self: flex-end;
}
#home .notre-maison .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto 0.75rem;
}
@media screen and (min-width: 900px) {
  #home .notre-maison .image-wrapper {
    flex-direction: row;
    margin: auto;
    flex-wrap: nowrap;
  }
}
#home .notre-maison .image-wrapper .image {
  display: block;
  width: calc(50% - 0.75rem);
  height: 100%;
  position: relative;
  font-size: 1.1rem;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  #home .notre-maison .image-wrapper .image {
    width: 25%;
    margin-bottom: 0;
  }
}
#home .notre-maison .image-wrapper .image:hover:before {
  opacity: 0.5;
}
#home .notre-maison .image-wrapper .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0;
  z-index: 1;
  transition: opacity ease-in 100ms;
}
@media screen and (min-width: 900px) {
  #home .notre-maison .image-wrapper .image:not(:first-child) {
    margin-left: 0.5rem;
  }
  #home .notre-maison .image-wrapper .image:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  #home .notre-maison .image-wrapper .image:not(:first-child) {
    margin-left: 1.75rem;
  }
  #home .notre-maison .image-wrapper .image:not(:last-child) {
    margin-right: 1.75rem;
  }
}
#home .notre-maison .image-wrapper .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 2/3;
  display: block;
}
#home .notre-maison .image-wrapper .image figcaption {
  position: absolute;
  width: 100%;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#home .notre-maison .collection {
  position: relative;
  display: block;
  color: white;
}
#home .notre-maison .collection-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
#home .notre-maison .collection img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  vertical-align: top;
  transform: translateY(-50%);
}
#home .notre-maison .collection .video {
  position: relative;
  width: 100%;
  padding-top: 177.78%;
}
#home .notre-maison .collection .video video,
#home .notre-maison .collection .video iframe,
#home .notre-maison .collection .video .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home .notre-maison .collection-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000dd;
  padding: 1rem;
  transition: all 200ms;
}
#home .notre-maison .collection-title {
  font-size: 1.5rem;
}
#home .notre-maison .collection-text {
  margin: 0.5rem 0;
}
#home .notre-maison .collection .link {
  text-decoration: underline;
}
#home .notre-maison .collection:not(:hover) .collection-overlay {
  opacity: 0;
}
#home .brands {
  overflow: hidden;
  margin-top: 6rem;
}
#home .brands-tabs {
  border-bottom: 1px solid black;
}
#home .brands-tabs .slick-slide {
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
  opacity: 0.75;
  cursor: pointer;
}
#home .brands-tabs .slick-slide.slick-current, #home .brands-tabs .slick-slide:hover {
  opacity: 1;
}
#home .brands-tabs-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  #home .brands-tabs-wrapper {
    margin-bottom: 10px;
  }
}
#home .brands-tabs-glider {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 33.33%;
  height: 2px;
  background-color: black;
  transition: all 150ms;
}
@media screen and (min-width: 768px) {
  #home .brands-tabs-glider {
    display: block;
  }
}
#home .brands-slider .slick-track {
  display: flex;
}
#home .brands-slider .slick-list {
  overflow: visible !important;
}
#home .brands-slider .slick-slide {
  float: none;
  height: auto;
  transition: all 500ms;
}
#home .brands-slider .slick-slide > div {
  height: 100%;
}
#home .brands-slider .slick-slide:not(.slick-current) {
  opacity: 0;
  transform: scale(0.8);
}
@media screen and (min-width: 501px) {
  #home .brands-slider .slick-prev,
#home .brands-slider .slick-next {
    top: -58px;
  }
}
#home .brands-slider-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  #home .brands-slider-item-wrapper {
    flex-direction: row;
    align-items: center;
    height: 100%;
  }
  #home .brands-slider-item-wrapper > div {
    flex: 1;
  }
}
#home .brands-slider-content {
  display: flex;
  justify-content: flex-end;
  align-self: center;
}
#home .brands-slider-image img {
  width: 100%;
  height: auto;
}
#home .brands-slider-logo {
  display: inline-block;
  max-width: 80%;
}
#home .brands-slider-text {
  font-size: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #home .brands-slider-text {
    font-size: 18px;
  }
}
#home .collection-actus {
  margin: 6rem 1rem 0 1rem;
}
#home .collection-actus-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
#home .collection-actus-images .image {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  aspect-ratio: 2/3;
}
#home .collection-actus-images .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.25;
  transition: opacity 200ms;
}
@media screen and (min-width: 1024px) {
  #home .collection-actus-images .image:before {
    opacity: 0;
  }
}
@media screen and (min-width: 600px) {
  #home .collection-actus-images {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  #home .collection-actus-images {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
#home .collection-actus-images .image-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  #home .collection-actus-images .image-wrapper {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  #home .collection-actus-images .image-wrapper {
    width: 33.33%;
    margin-bottom: 0;
  }
  #home .collection-actus-images .image-wrapper:hover figcaption {
    opacity: 1;
  }
}
#home .collection-actus-images .image-wrapper:hover .image:before {
  opacity: 0.5;
}
#home .collection-actus-images .image-wrapper a, #home .collection-actus-images .image-wrapper #account .update-address, #account #home .collection-actus-images .image-wrapper .update-address, #home .collection-actus-images .image-wrapper #account .delete-address, #account #home .collection-actus-images .image-wrapper .delete-address, #home .collection-actus-images .image-wrapper #account #change-password, #account #home .collection-actus-images .image-wrapper #change-password, #home .collection-actus-images .image-wrapper #selection .login-alert .login-button, #selection .login-alert #home .collection-actus-images .image-wrapper .login-button, #home .collection-actus-images .image-wrapper #cart-delivery .update-address, #cart-delivery #home .collection-actus-images .image-wrapper .update-address, #home .collection-actus-images .image-wrapper #cart-payment .update-address, #cart-payment #home .collection-actus-images .image-wrapper .update-address, #home .collection-actus-images .image-wrapper section#product-info #more-details, section#product-info #home .collection-actus-images .image-wrapper #more-details {
  display: block;
}
@media screen and (min-width: 600px) {
  #home .collection-actus-images .image-wrapper:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  #home .collection-actus-images .image-wrapper:not(:first-child) {
    margin-left: 1.75rem;
  }
  #home .collection-actus-images .image-wrapper:not(:last-child) {
    margin-right: 1.75rem;
  }
}
#home .collection-actus-images .image-wrapper img {
  display: block;
  width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .collection-actus-images .image-wrapper figcaption {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 242px;
  color: #ffffff;
  font-size: 1.8rem;
  transition: opacity ease-in 0.2s;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media screen and (min-width: 600px) {
  #home .collection-actus-images .image-wrapper figcaption {
    min-width: 0;
  }
}
@media screen and (min-width: 800px) {
  #home .collection-actus-images .image-wrapper figcaption {
    min-width: 242px;
  }
}
@media screen and (min-width: 1024px) {
  #home .collection-actus-images .image-wrapper figcaption {
    opacity: 0;
  }
}
#home .collection-actus-images .image-wrapper figcaption .article-title {
  font-size: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
#home .collection-actus-images .image-wrapper figcaption .article-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 0.5rem;
}
#home .collection-films {
  padding: 6rem 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  #home .collection-films {
    padding: 100px 0;
  }
}
#home .collection-films h3, #home .collection-films #press-home .agency .agency-title, #press-home .agency #home .collection-films .agency-title {
  font-weight: bold;
  margin-bottom: 5px;
}
#home .collection-films .slider-block {
  height: 600px;
}
@media screen and (min-width: 1024px) {
  #home .collection-films .slider-block {
    height: 900px;
  }
}
#home .collection-films .slider {
  margin-bottom: 40px;
}
#home .collection-films .slider .slick-prev,
#home .collection-films .slider .slick-next {
  top: auto;
  bottom: -10px;
}
#home .collection-films .slider .slick-slide:not(.slick-current) .video-wrapper {
  transform: scale(0.8);
}
#home .collection-films .slider-content .slick-slide {
  transition: opacity 200ms;
}
#home .collection-films .slider-content .slick-slide:not(.slick-current) {
  opacity: 0;
}
#home .collection-films .slick-list {
  overflow: visible;
}
#home .collection-films .video-wrapper {
  transition: all 400ms;
  margin-bottom: 1rem;
}
#home .collection-films .content {
  max-width: 840px;
  margin: auto;
}
#home .newsletter {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 600px;
}
#home .newsletter .newsletter-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#home .newsletter .newsletter-cta:hover .arrow {
  transform: translateX(40px);
}
#home .newsletter .newsletter-form {
  padding: 0.75rem;
  opacity: 0;
  transform: translateX(150px);
  pointer-events: none;
}
#home .newsletter .arrow {
  width: 30%;
  margin-top: 3rem;
  display: block;
  cursor: pointer;
  transition: transform 150ms;
}
#home .newsletter .content {
  margin-bottom: 20px;
}
#home .newsletter .content p:not(:last-child) {
  margin-bottom: 40px;
}

#search-bar {
  border-bottom: 1px solid #dadada;
}
#search-bar .input {
  position: relative;
}
#search-bar .icon-search {
  position: absolute;
  display: flex;
  font-size: 28px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#search-bar input {
  font-size: 30px;
  font-weight: 300;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 12px 0 8px 46px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#search-bar input::-moz-placeholder {
  color: #afafaf;
}
#search-bar input:-ms-input-placeholder {
  color: #afafaf;
}
#search-bar input::placeholder {
  color: #afafaf;
}
@media screen and (max-width: 750px) {
  #search-bar input {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #search-bar input {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  #search-bar input {
    font-size: 13px;
  }
}

#filter-bar {
  position: relative;
  font-size: 11px;
  border-bottom: 1px solid #dadada;
}
#filter-bar .options li label {
  display: block;
  padding: 6px 10px 3px 10px;
  cursor: pointer;
}
#filter-bar .options li label:hover {
  opacity: 0.65;
}
#filter-bar .options li input[type=checkbox],
#filter-bar .options li input[type=radio] {
  display: none;
}
#filter-bar .options li input[type=checkbox]:checked + label,
#filter-bar .options li input[type=radio]:checked + label {
  background-color: black;
  color: white;
}
#filter-bar .selector,
#filter-bar .search-button {
  float: left;
  width: 12.5%;
  height: 35px;
  border-left: 1px solid #dadada;
  box-sizing: border-box;
}
#filter-bar .selector {
  font-size: 11px;
  position: relative;
  padding: 10px;
  cursor: pointer;
}
#filter-bar .selector .selected-value {
  display: inline-block;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: initial;
  width: calc(100% - 15px);
}
#filter-bar .selector .options {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background-color: white;
  border: 1px solid #dadada;
  z-index: 1;
}
#filter-bar .selector .options li:not(:last-of-type) {
  border-bottom: 1px solid #dadada;
}
#filter-bar .selector:after {
  content: "+";
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
#filter-bar .selector.type-selector {
  font-weight: bold;
}
#filter-bar .selector.type-selector:after {
  content: "";
  font-family: "icons";
}
#filter-bar .selector.open .selected-value, #filter-bar .selector.open:after {
  color: #afafaf;
}
#filter-bar .selector.open:not(.type-selector):after {
  content: "-";
}
#filter-bar .search-button {
  position: relative;
  padding: 5px 0 5px 5px;
}
#filter-bar .search-button input {
  font-size: 11px;
  letter-spacing: 0.05em;
  background-color: black;
  color: white;
  padding: 7px 10px 4px 10px;
  border-radius: 3px;
  vertical-align: middle;
}
#filter-bar .icon-help {
  font-size: 23px;
  vertical-align: middle;
  margin-left: 4px;
  cursor: pointer;
}
#filter-bar .remove-filters {
  position: absolute;
  bottom: -20px;
  left: 7px;
  cursor: pointer;
}
#filter-bar .remove-filters:hover {
  opacity: 0.65;
}

#other-criterias {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 1px;
  z-index: 1;
}
#other-criterias .criteria {
  float: left;
  width: calc(29.1666666667% + 1px);
  background-color: white;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  box-sizing: border-box;
}
#other-criterias .criteria .title,
#other-criterias .criteria .options li {
  border-bottom: 1px solid #dadada;
}
#other-criterias .criteria .title {
  height: 32px;
  line-height: 32px;
  padding: 10px 10px 5px 10px;
}
#other-criterias .criteria .title span {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
}
#other-criterias .criteria .options li {
  cursor: pointer;
}
#other-criterias .criteria:not(:first-of-type) {
  margin-left: -1px;
}

#show-filters {
  position: relative;
  font-size: 11px;
  padding: 14px 40px 10px 40px;
  border-bottom: 1px solid #dadada;
  cursor: pointer;
}
#show-filters:hover {
  opacity: 0.65;
}
#show-filters:after {
  content: "+";
  position: absolute;
  top: 14px;
  right: 40px;
}
#show-filters.open:after {
  content: "-";
}
@media screen and (min-width: 1081px) {
  #show-filters {
    display: none;
  }
}

#mobile-search-button {
  display: block;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 1081px) {
  #mobile-search-button {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  #filter-bar {
    display: none;
  }
  #filter-bar .container,
#filter-bar .col-12 {
    padding: 0;
  }
  #filter-bar .selector {
    float: none;
    width: 100%;
    height: auto;
    border-left: 0;
    border-bottom: 1px solid #dadada;
    padding: 0;
  }
  #filter-bar .selector .selected-value,
#filter-bar .selector .options > li label {
    display: block;
    padding: 14px 40px 10px 40px;
  }
  #filter-bar .selector:after {
    top: 20px;
    right: 40px;
  }
  #filter-bar .selector .options {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    border: 0;
    border-top: 1px solid #dadada;
  }
  #filter-bar .selector .options > li label {
    padding-left: 60px;
  }
  #filter-bar .search-button {
    display: none;
  }
  #filter-bar #more-criterias {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #show-filters {
    padding-left: 30px;
    padding-right: 30px;
  }
  #show-filters:after {
    right: 30px;
  }

  #filter-bar .selector .selected-value,
#filter-bar .selector .options > li label {
    padding-left: 30px;
    padding-right: 30px;
  }
  #filter-bar .selector .options > li label {
    padding-left: 50px;
  }
  #filter-bar .selector:after {
    right: 30px;
  }
}
@media screen and (max-width: 500px) {
  #show-filters {
    padding-left: 20px;
    padding-right: 20px;
  }
  #show-filters:after {
    right: 20px;
  }

  #filter-bar .selector .selected-value,
#filter-bar .selector .options > li label {
    padding-left: 20px;
    padding-right: 20px;
  }
  #filter-bar .selector .options > li label {
    padding-left: 40px;
  }
  #filter-bar .selector:after {
    right: 20px;
  }
}
#popin-help {
  position: absolute;
  top: 100%;
  right: 0;
  width: 220px;
  margin-top: -10px;
  background-color: white;
  border-top: 2px solid black;
  padding: 10px;
  opacity: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transition: all 200ms ease-out;
}
#popin-help.show {
  opacity: 1;
  transform: translate(0, 20px);
}

.results-count {
  font-size: 30px;
  font-weight: 300;
  margin: 45px 0 40px 0;
}
@media screen and (max-width: 600px) {
  .results-count {
    font-size: 24px;
  }
}

.color, .showcase {
  font-size: 11px;
  letter-spacing: 0.15em;
}
.color a, .color #account .update-address, #account .color .update-address, .color #account .delete-address, #account .color .delete-address, .color #account #change-password, #account .color #change-password, .color #selection .login-alert .login-button, #selection .login-alert .color .login-button, .color #cart-delivery .update-address, #cart-delivery .color .update-address, .color #cart-payment .update-address, #cart-payment .color .update-address, .color section#product-info #more-details, section#product-info .color #more-details,
.color .color-item, .color .showcase-item, .showcase a, .showcase #account .update-address, #account .showcase .update-address, .showcase #account .delete-address, #account .showcase .delete-address, .showcase #account #change-password, #account .showcase #change-password, .showcase #selection .login-alert .login-button, #selection .login-alert .showcase .login-button, .showcase #cart-delivery .update-address, #cart-delivery .showcase .update-address, .showcase #cart-payment .update-address, #cart-payment .showcase .update-address, .showcase section#product-info #more-details, section#product-info .showcase #more-details,
.showcase .color-item, .showcase .showcase-item {
  display: block;
  color: inherit;
}
.color a .color-image, .color #account .update-address .color-image, #account .color .update-address .color-image, .color #account .delete-address .color-image, #account .color .delete-address .color-image, .color #account #change-password .color-image, #account .color #change-password .color-image, .color #selection .login-alert .login-button .color-image, #selection .login-alert .color .login-button .color-image, .color #cart-delivery .update-address .color-image, #cart-delivery .color .update-address .color-image, .color #cart-payment .update-address .color-image, #cart-payment .color .update-address .color-image, .color section#product-info #more-details .color-image, section#product-info .color #more-details .color-image,
.color a .showcase-image,
.color #account .update-address .showcase-image,
#account .color .update-address .showcase-image,
.color #account .delete-address .showcase-image,
#account .color .delete-address .showcase-image,
.color #account #change-password .showcase-image,
#account .color #change-password .showcase-image,
.color #selection .login-alert .login-button .showcase-image,
#selection .login-alert .color .login-button .showcase-image,
.color #cart-delivery .update-address .showcase-image,
#cart-delivery .color .update-address .showcase-image,
.color #cart-payment .update-address .showcase-image,
#cart-payment .color .update-address .showcase-image,
.color section#product-info #more-details .showcase-image,
section#product-info .color #more-details .showcase-image,
.color a .color-ref,
.color #account .update-address .color-ref,
#account .color .update-address .color-ref,
.color #account .delete-address .color-ref,
#account .color .delete-address .color-ref,
.color #account #change-password .color-ref,
#account .color #change-password .color-ref,
.color #selection .login-alert .login-button .color-ref,
#selection .login-alert .color .login-button .color-ref,
.color #cart-delivery .update-address .color-ref,
#cart-delivery .color .update-address .color-ref,
.color #cart-payment .update-address .color-ref,
#cart-payment .color .update-address .color-ref,
.color section#product-info #more-details .color-ref,
section#product-info .color #more-details .color-ref,
.color a .color-name,
.color #account .update-address .color-name,
#account .color .update-address .color-name,
.color #account .delete-address .color-name,
#account .color .delete-address .color-name,
.color #account #change-password .color-name,
#account .color #change-password .color-name,
.color #selection .login-alert .login-button .color-name,
#selection .login-alert .color .login-button .color-name,
.color #cart-delivery .update-address .color-name,
#cart-delivery .color .update-address .color-name,
.color #cart-payment .update-address .color-name,
#cart-payment .color .update-address .color-name,
.color section#product-info #more-details .color-name,
section#product-info .color #more-details .color-name,
.color .color-item .color-image,
.color .color-item .showcase-image,
.color .color-item .color-ref,
.color .color-item .color-name, .color .showcase-item .color-image,
.color .showcase-item .showcase-image,
.color .showcase-item .color-ref,
.color .showcase-item .color-name, .showcase a .color-image, .showcase #account .update-address .color-image, #account .showcase .update-address .color-image, .showcase #account .delete-address .color-image, #account .showcase .delete-address .color-image, .showcase #account #change-password .color-image, #account .showcase #change-password .color-image, .showcase #selection .login-alert .login-button .color-image, #selection .login-alert .showcase .login-button .color-image, .showcase #cart-delivery .update-address .color-image, #cart-delivery .showcase .update-address .color-image, .showcase #cart-payment .update-address .color-image, #cart-payment .showcase .update-address .color-image, .showcase section#product-info #more-details .color-image, section#product-info .showcase #more-details .color-image,
.showcase a .showcase-image,
.showcase #account .update-address .showcase-image,
#account .showcase .update-address .showcase-image,
.showcase #account .delete-address .showcase-image,
#account .showcase .delete-address .showcase-image,
.showcase #account #change-password .showcase-image,
#account .showcase #change-password .showcase-image,
.showcase #selection .login-alert .login-button .showcase-image,
#selection .login-alert .showcase .login-button .showcase-image,
.showcase #cart-delivery .update-address .showcase-image,
#cart-delivery .showcase .update-address .showcase-image,
.showcase #cart-payment .update-address .showcase-image,
#cart-payment .showcase .update-address .showcase-image,
.showcase section#product-info #more-details .showcase-image,
section#product-info .showcase #more-details .showcase-image,
.showcase a .color-ref,
.showcase #account .update-address .color-ref,
#account .showcase .update-address .color-ref,
.showcase #account .delete-address .color-ref,
#account .showcase .delete-address .color-ref,
.showcase #account #change-password .color-ref,
#account .showcase #change-password .color-ref,
.showcase #selection .login-alert .login-button .color-ref,
#selection .login-alert .showcase .login-button .color-ref,
.showcase #cart-delivery .update-address .color-ref,
#cart-delivery .showcase .update-address .color-ref,
.showcase #cart-payment .update-address .color-ref,
#cart-payment .showcase .update-address .color-ref,
.showcase section#product-info #more-details .color-ref,
section#product-info .showcase #more-details .color-ref,
.showcase a .color-name,
.showcase #account .update-address .color-name,
#account .showcase .update-address .color-name,
.showcase #account .delete-address .color-name,
#account .showcase .delete-address .color-name,
.showcase #account #change-password .color-name,
#account .showcase #change-password .color-name,
.showcase #selection .login-alert .login-button .color-name,
#selection .login-alert .showcase .login-button .color-name,
.showcase #cart-delivery .update-address .color-name,
#cart-delivery .showcase .update-address .color-name,
.showcase #cart-payment .update-address .color-name,
#cart-payment .showcase .update-address .color-name,
.showcase section#product-info #more-details .color-name,
section#product-info .showcase #more-details .color-name,
.showcase .color-item .color-image,
.showcase .color-item .showcase-image,
.showcase .color-item .color-ref,
.showcase .color-item .color-name, .showcase .showcase-item .color-image,
.showcase .showcase-item .showcase-image,
.showcase .showcase-item .color-ref,
.showcase .showcase-item .color-name {
  transition: opacity 200ms;
}
.color a, .color #account .update-address, #account .color .update-address, .color #account .delete-address, #account .color .delete-address, .color #account #change-password, #account .color #change-password, .color #selection .login-alert .login-button, #selection .login-alert .color .login-button, .color #cart-delivery .update-address, #cart-delivery .color .update-address, .color #cart-payment .update-address, #cart-payment .color .update-address, .color section#product-info #more-details, section#product-info .color #more-details, .color a:hover, .color #account .update-address:hover, #account .color .update-address:hover, .color #account .delete-address:hover, #account .color .delete-address:hover,
.color .color-item,
.color .color-item:hover, .color .showcase-item, .color .showcase-item:hover, .showcase a, .showcase #account .update-address, #account .showcase .update-address, .showcase #account .delete-address, #account .showcase .delete-address, .showcase #account #change-password, #account .showcase #change-password, .showcase #selection .login-alert .login-button, #selection .login-alert .showcase .login-button, .showcase #cart-delivery .update-address, #cart-delivery .showcase .update-address, .showcase #cart-payment .update-address, #cart-payment .showcase .update-address, .showcase section#product-info #more-details, section#product-info .showcase #more-details, .showcase a:hover, .showcase #account .update-address:hover, #account .showcase .update-address:hover, .showcase #account .delete-address:hover, #account .showcase .delete-address:hover,
.showcase .color-item,
.showcase .color-item:hover, .showcase .showcase-item, .showcase .showcase-item:hover {
  text-decoration: none;
}
.color a:hover .color-image, .color #account .update-address:hover .color-image, #account .color .update-address:hover .color-image, .color #account .delete-address:hover .color-image, #account .color .delete-address:hover .color-image, .color #account #change-password:hover .color-image, #account .color #change-password:hover .color-image, .color #selection .login-alert .login-button:hover .color-image, #selection .login-alert .color .login-button:hover .color-image, .color #cart-delivery .update-address:hover .color-image, #cart-delivery .color .update-address:hover .color-image, .color #cart-payment .update-address:hover .color-image, #cart-payment .color .update-address:hover .color-image, .color section#product-info #more-details:hover .color-image, section#product-info .color #more-details:hover .color-image,
.color a:hover .showcase-image,
.color #account .update-address:hover .showcase-image,
#account .color .update-address:hover .showcase-image,
.color #account .delete-address:hover .showcase-image,
#account .color .delete-address:hover .showcase-image,
.color #account #change-password:hover .showcase-image,
#account .color #change-password:hover .showcase-image,
.color #selection .login-alert .login-button:hover .showcase-image,
#selection .login-alert .color .login-button:hover .showcase-image,
.color #cart-delivery .update-address:hover .showcase-image,
#cart-delivery .color .update-address:hover .showcase-image,
.color #cart-payment .update-address:hover .showcase-image,
#cart-payment .color .update-address:hover .showcase-image,
.color section#product-info #more-details:hover .showcase-image,
section#product-info .color #more-details:hover .showcase-image,
.color a:hover .color-ref,
.color #account .update-address:hover .color-ref,
#account .color .update-address:hover .color-ref,
.color #account .delete-address:hover .color-ref,
#account .color .delete-address:hover .color-ref,
.color #account #change-password:hover .color-ref,
#account .color #change-password:hover .color-ref,
.color #selection .login-alert .login-button:hover .color-ref,
#selection .login-alert .color .login-button:hover .color-ref,
.color #cart-delivery .update-address:hover .color-ref,
#cart-delivery .color .update-address:hover .color-ref,
.color #cart-payment .update-address:hover .color-ref,
#cart-payment .color .update-address:hover .color-ref,
.color section#product-info #more-details:hover .color-ref,
section#product-info .color #more-details:hover .color-ref,
.color a:hover .color-name,
.color #account .update-address:hover .color-name,
#account .color .update-address:hover .color-name,
.color #account .delete-address:hover .color-name,
#account .color .delete-address:hover .color-name,
.color #account #change-password:hover .color-name,
#account .color #change-password:hover .color-name,
.color #selection .login-alert .login-button:hover .color-name,
#selection .login-alert .color .login-button:hover .color-name,
.color #cart-delivery .update-address:hover .color-name,
#cart-delivery .color .update-address:hover .color-name,
.color #cart-payment .update-address:hover .color-name,
#cart-payment .color .update-address:hover .color-name,
.color section#product-info #more-details:hover .color-name,
section#product-info .color #more-details:hover .color-name,
.color .color-item:hover .color-image,
.color .color-item:hover .showcase-image,
.color .color-item:hover .color-ref,
.color .color-item:hover .color-name, .color .showcase-item:hover .color-image,
.color .showcase-item:hover .showcase-image,
.color .showcase-item:hover .color-ref,
.color .showcase-item:hover .color-name, .showcase a:hover .color-image, .showcase #account .update-address:hover .color-image, #account .showcase .update-address:hover .color-image, .showcase #account .delete-address:hover .color-image, #account .showcase .delete-address:hover .color-image, .showcase #account #change-password:hover .color-image, #account .showcase #change-password:hover .color-image, .showcase #selection .login-alert .login-button:hover .color-image, #selection .login-alert .showcase .login-button:hover .color-image, .showcase #cart-delivery .update-address:hover .color-image, #cart-delivery .showcase .update-address:hover .color-image, .showcase #cart-payment .update-address:hover .color-image, #cart-payment .showcase .update-address:hover .color-image, .showcase section#product-info #more-details:hover .color-image, section#product-info .showcase #more-details:hover .color-image,
.showcase a:hover .showcase-image,
.showcase #account .update-address:hover .showcase-image,
#account .showcase .update-address:hover .showcase-image,
.showcase #account .delete-address:hover .showcase-image,
#account .showcase .delete-address:hover .showcase-image,
.showcase #account #change-password:hover .showcase-image,
#account .showcase #change-password:hover .showcase-image,
.showcase #selection .login-alert .login-button:hover .showcase-image,
#selection .login-alert .showcase .login-button:hover .showcase-image,
.showcase #cart-delivery .update-address:hover .showcase-image,
#cart-delivery .showcase .update-address:hover .showcase-image,
.showcase #cart-payment .update-address:hover .showcase-image,
#cart-payment .showcase .update-address:hover .showcase-image,
.showcase section#product-info #more-details:hover .showcase-image,
section#product-info .showcase #more-details:hover .showcase-image,
.showcase a:hover .color-ref,
.showcase #account .update-address:hover .color-ref,
#account .showcase .update-address:hover .color-ref,
.showcase #account .delete-address:hover .color-ref,
#account .showcase .delete-address:hover .color-ref,
.showcase #account #change-password:hover .color-ref,
#account .showcase #change-password:hover .color-ref,
.showcase #selection .login-alert .login-button:hover .color-ref,
#selection .login-alert .showcase .login-button:hover .color-ref,
.showcase #cart-delivery .update-address:hover .color-ref,
#cart-delivery .showcase .update-address:hover .color-ref,
.showcase #cart-payment .update-address:hover .color-ref,
#cart-payment .showcase .update-address:hover .color-ref,
.showcase section#product-info #more-details:hover .color-ref,
section#product-info .showcase #more-details:hover .color-ref,
.showcase a:hover .color-name,
.showcase #account .update-address:hover .color-name,
#account .showcase .update-address:hover .color-name,
.showcase #account .delete-address:hover .color-name,
#account .showcase .delete-address:hover .color-name,
.showcase #account #change-password:hover .color-name,
#account .showcase #change-password:hover .color-name,
.showcase #selection .login-alert .login-button:hover .color-name,
#selection .login-alert .showcase .login-button:hover .color-name,
.showcase #cart-delivery .update-address:hover .color-name,
#cart-delivery .showcase .update-address:hover .color-name,
.showcase #cart-payment .update-address:hover .color-name,
#cart-payment .showcase .update-address:hover .color-name,
.showcase section#product-info #more-details:hover .color-name,
section#product-info .showcase #more-details:hover .color-name,
.showcase .color-item:hover .color-image,
.showcase .color-item:hover .showcase-image,
.showcase .color-item:hover .color-ref,
.showcase .color-item:hover .color-name, .showcase .showcase-item:hover .color-image,
.showcase .showcase-item:hover .showcase-image,
.showcase .showcase-item:hover .color-ref,
.showcase .showcase-item:hover .color-name {
  opacity: 0.65;
}
.color .color-item, .color .showcase-item, .showcase .color-item, .showcase .showcase-item {
  cursor: pointer;
}
.color .color-image, .showcase .color-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  padding-bottom: 100%;
  margin-bottom: 10px;
}
.color .showcase-image, .showcase .showcase-image {
  position: relative;
  height: 100% !important;
  margin-bottom: 10px;
}
.color .color-main, .color .color-second, .showcase .color-main, .showcase .color-second {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  margin-bottom: 10px;
}
.color .color-second, .showcase .color-second {
  display: none;
}
.color a:hover .color-second, .color #account .update-address:hover .color-second, #account .color .update-address:hover .color-second, .color #account .delete-address:hover .color-second, #account .color .delete-address:hover .color-second, .color #account #change-password:hover .color-second, #account .color #change-password:hover .color-second, .color #selection .login-alert .login-button:hover .color-second, #selection .login-alert .color .login-button:hover .color-second, .color #cart-delivery .update-address:hover .color-second, #cart-delivery .color .update-address:hover .color-second, .color #cart-payment .update-address:hover .color-second, #cart-payment .color .update-address:hover .color-second, .color section#product-info #more-details:hover .color-second, section#product-info .color #more-details:hover .color-second, .showcase a:hover .color-second, .showcase #account .update-address:hover .color-second, #account .showcase .update-address:hover .color-second, .showcase #account .delete-address:hover .color-second, #account .showcase .delete-address:hover .color-second, .showcase #account #change-password:hover .color-second, #account .showcase #change-password:hover .color-second, .showcase #selection .login-alert .login-button:hover .color-second, #selection .login-alert .showcase .login-button:hover .color-second, .showcase #cart-delivery .update-address:hover .color-second, #cart-delivery .showcase .update-address:hover .color-second, .showcase #cart-payment .update-address:hover .color-second, #cart-payment .showcase .update-address:hover .color-second, .showcase section#product-info #more-details:hover .color-second, section#product-info .showcase #more-details:hover .color-second {
  display: block;
}
.color a:hover .color-main, .color #account .update-address:hover .color-main, #account .color .update-address:hover .color-main, .color #account .delete-address:hover .color-main, #account .color .delete-address:hover .color-main, .color #account #change-password:hover .color-main, #account .color #change-password:hover .color-main, .color #selection .login-alert .login-button:hover .color-main, #selection .login-alert .color .login-button:hover .color-main, .color #cart-delivery .update-address:hover .color-main, #cart-delivery .color .update-address:hover .color-main, .color #cart-payment .update-address:hover .color-main, #cart-payment .color .update-address:hover .color-main, .color section#product-info #more-details:hover .color-main, section#product-info .color #more-details:hover .color-main, .showcase a:hover .color-main, .showcase #account .update-address:hover .color-main, #account .showcase .update-address:hover .color-main, .showcase #account .delete-address:hover .color-main, #account .showcase .delete-address:hover .color-main, .showcase #account #change-password:hover .color-main, #account .showcase #change-password:hover .color-main, .showcase #selection .login-alert .login-button:hover .color-main, #selection .login-alert .showcase .login-button:hover .color-main, .showcase #cart-delivery .update-address:hover .color-main, #cart-delivery .showcase .update-address:hover .color-main, .showcase #cart-payment .update-address:hover .color-main, #cart-payment .showcase .update-address:hover .color-main, .showcase section#product-info #more-details:hover .color-main, section#product-info .showcase #more-details:hover .color-main {
  display: none;
}
.color .showcase-image, .showcase .showcase-image {
  background-position: top;
}
.color .color-name, .showcase .color-name {
  margin-bottom: 30px;
}
.color .showcase-image, .showcase .showcase-image {
  height: 10rem;
  background-size: 100%;
}
.color.end-product .color-image, .showcase.end-product .color-image {
  background-size: 100%;
}
.color.end-product .color-image, .showcase.end-product .color-image {
  background-size: contain;
}
@media screen and (min-width: 801px) {
  .color:nth-child(6n+1), .showcase:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (min-width: 651px) and (max-width: 800px) {
  .color:nth-child(5n+1), .showcase:nth-child(5n+1) {
    clear: left;
  }
}
@media screen and (min-width: 501px) and (max-width: 650px) {
  .color:nth-child(4n+1), .showcase:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (max-width: 500px) {
  .color:nth-child(2n+1), .showcase:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 801px) {
  .chg-media:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 651px) and (max-width: 800px) {
  .chg-media:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 501px) and (max-width: 650px) {
  .chg-media:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 500px) {
  .chg-media:nth-child(2n+1) {
    clear: left;
  }
}

.color-ref,
.color-name {
  letter-spacing: 0.15em;
  line-height: 1.2em;
}

.color-ref {
  font-size: 11px;
  font-weight: 300;
}

.color-name {
  font-size: 11px;
  font-weight: 700;
}

.big-text {
  font-size: 13px;
}

#results .color {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 400ms ease-out;
}
#results .color.show {
  opacity: 1;
  transform: translate(0, 0);
}

#loader {
  width: 100%;
  height: 60px;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  clear: both;
}

#product-single section {
  margin-bottom: 60px;
}

#product-title .tassinari {
  position: absolute;
  top: -16px;
  left: -175px;
}
#product-title .color-ref {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.15em;
}

section#product-info {
  position: relative;
}
section#product-info h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
section#product-info .cover-image {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#product-info .product-brand td {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
section#product-info .product-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section#product-info .product-logos img {
  display: block;
  max-width: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
}
section#product-info .product-price {
  font-weight: 700;
  float: left;
  line-height: 25px;
  margin-right: 10px;
}
section#product-info .product-price .old-price {
  position: relative;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.5;
}
section#product-info .product-price .old-price:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: black;
}
section#product-info .product-price .discount {
  font-weight: 400;
  background-color: #afafaf;
  color: white;
  padding: 3px 8px 0 8px;
  margin-right: 15px;
}
section#product-info .color-ref {
  font-size: 20px;
  letter-spacing: 0.15em;
}
section#product-info .alert {
  font-size: 11px;
  margin-bottom: 20px;
}
section#product-info .panel {
  position: relative;
  float: right;
  height: 100%;
  background-color: white;
  padding-top: 25px;
}
section#product-info .panel table {
  width: 100%;
  margin-bottom: 20px;
}
section#product-info .panel table th,
section#product-info .panel table td {
  padding: 12px 0 10px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
section#product-info .panel table th {
  text-align: left;
  width: 40%;
}
section#product-info .panel table td {
  text-align: right;
}
section#product-info .panel table td.icons-maintenance {
  position: relative;
  padding: 0;
  vertical-align: middle;
}
section#product-info .panel table td.icons-maintenance .icons-maintenance-item {
  display: inline-block;
}
section#product-info .panel table td.icons-maintenance img {
  vertical-align: top;
}
section#product-info .panel table td.icons-maintenance .tooltip {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 140px;
  border-radius: 5px;
  padding: 7px 7px 5px 7px;
  z-index: 10;
}
section#product-info .panel table td a:not(.button), section#product-info .panel table td #account .update-address:not(.button), #account section#product-info .panel table td .update-address:not(.button), section#product-info .panel table td #account .delete-address:not(.button), #account section#product-info .panel table td .delete-address:not(.button), section#product-info .panel table td #account #change-password:not(.button), #account section#product-info .panel table td #change-password:not(.button), section#product-info .panel table td #selection .login-alert .login-button:not(.button), #selection .login-alert section#product-info .panel table td .login-button:not(.button), section#product-info .panel table td #cart-delivery .update-address:not(.button), #cart-delivery section#product-info .panel table td .update-address:not(.button), section#product-info .panel table td #cart-payment .update-address:not(.button), #cart-payment section#product-info .panel table td .update-address:not(.button), section#product-info .panel table td #more-details:not(.button) {
  color: inherit;
}
section#product-info .panel table td > form {
  display: inline-block;
}
section#product-info .panel table:last-of-type {
  margin-bottom: 0;
}
section#product-info .panel h3, section#product-info .panel #press-home .agency .agency-title, #press-home .agency section#product-info .panel .agency-title {
  margin-top: 30px;
  margin-bottom: 10px;
}
section#product-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  opacity: 0.15;
  z-index: 1;
}
section#product-info.end-product .product-image,
section#product-info.end-product .panel {
  align-items: stretch;
}
section#product-info.end-product .product-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px 0;
}
section#product-info.end-product .panel {
  border-left: 1px solid #dadada;
}
section#product-info .switch-unit {
  display: flex;
  align-items: center;
  float: right;
  margin-top: 5px;
}
section#product-info .switch-unit .checkbox {
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 0;
}
section#product-info .will-be-removed {
  margin-top: 20px;
}
section#product-info .is-temporarily-suspended {
  margin-top: 20px;
}
section#product-info #find-reseller {
  margin-top: 10px;
}
section#product-info #more-details {
  font-size: 11px;
  margin-top: 20px;
  cursor: pointer;
}
section#product-info.no-image {
  background-image: url("../img/default.jpg");
  background-size: 300px;
  background-repeat: repeat;
}
@media screen and (max-width: 1024px) {
  section#product-info .cover-image {
    height: 350px;
  }
  section#product-info .panel {
    margin-top: 260px;
  }
}
@media screen and (max-width: 500px) {
  section#product-info h2,
section#product-info .color-ref {
    font-size: 13px;
  }
  section#product-info .panel table {
    border-top: 1px solid #dadada;
  }
  section#product-info .panel table, section#product-info .panel table tbody, section#product-info .panel table tr {
    display: block;
    width: 100%;
  }
  section#product-info .panel table th,
section#product-info .panel table td {
    display: block;
    width: 100%;
    text-align: left;
    border-top: 0;
  }
  section#product-info .panel table th {
    font-weight: 500;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

section#product-colors .color:nth-child(n+13) {
  opacity: 0;
  height: 0;
}
section#product-colors .color.active {
  color: #afafaf;
}
section#product-colors .color-zoom-icon {
  position: absolute;
  font-size: 24px;
  color: white;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 200ms;
}
section#product-colors .color-zoom:hover .color-zoom-icon {
  opacity: 1;
}

section#showcases .product-description {
  border-left: 3px solid black;
  padding-top: 2px;
  padding-left: 10px;
  margin-bottom: 30px;
}
section#showcases .caption {
  font-size: 13px;
  letter-spacing: normal;
}
section#showcases .showcase-zoom-icon {
  position: absolute;
  font-size: 24px;
  color: white;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 200ms;
}
section#showcases .showcase-zoom:hover .showcase-zoom-icon {
  opacity: 1;
}
section#showcases .showcase img {
  width: 100%;
}
section#showcases .showcase .video-wrapper {
  height: 100%;
  margin-bottom: 15px;
}
section#showcases .slider {
  margin-top: 50px;
}

section#harmonies .harmony {
  position: relative;
  float: left;
  height: 450px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: all 250ms linear;
}
section#harmonies .harmony .color-info {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px;
  background-color: white;
  padding: 15px;
  opacity: 0;
  transition: opacity 200ms;
}
section#harmonies .harmony .color-info .color-name {
  margin-bottom: 10px;
}
section#harmonies .harmony:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms;
}
section#harmonies .harmony.open .color-info {
  opacity: 1;
}
section#harmonies .harmony:not(.open) {
  cursor: pointer;
}
section#harmonies .harmony:not(.open):hover:after {
  opacity: 0.12;
}

#show-colors {
  position: relative;
}
#show-colors p {
  font-size: 11px;
  display: inline-block;
  background-color: white;
  padding: 0 8px;
  cursor: pointer;
  transition: color 100ms;
}
#show-colors p span {
  vertical-align: -1px;
}
#show-colors p [class^=icon-] {
  font-size: 22px;
  margin-right: 7px;
  vertical-align: middle;
}
#show-colors p:hover {
  color: rgba(0, 0, 0, 0.65);
}
#show-colors:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  display: block;
  background-color: black;
  z-index: -1;
}

#add-to-selection {
  position: absolute;
  top: 25px;
  right: 20px;
}
#add-to-selection > span {
  font-size: 23px;
  cursor: pointer;
  transition: opacity 100ms;
}
#add-to-selection > span:hover {
  opacity: 0.65;
}
#add-to-selection .user-selections {
  position: absolute;
  font-size: 11px;
  background-color: white;
  width: 220px;
  right: 0;
  margin-top: 10px;
  border-top: 2px solid black;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 200ms;
}
#add-to-selection .user-selections .new-selection {
  padding: 10px 7px 7px 7px;
  border-bottom: 1px solid #dadada;
  cursor: pointer;
}
#add-to-selection .user-selections .new-selection > span {
  margin-right: 10px;
}
#add-to-selection .user-selections .add-to-selection {
  padding: 10px 7px 7px 7px;
}
#add-to-selection .user-selections .selection {
  font-weight: 700;
  padding: 5px 7px 2px 7px;
  border-top: 1px dotted #dadada;
  cursor: pointer;
}
#add-to-selection .user-selections .new-selection:hover, #add-to-selection .user-selections .new-selection.selected,
#add-to-selection .user-selections .selection:hover,
#add-to-selection .user-selections .selection.selected {
  background-color: black;
  color: white;
}
#add-to-selection .user-selections:not(.show) {
  opacity: 0;
  pointer-events: none;
  margin-top: -30px;
}
#add-to-selection.added > span {
  color: #dadada;
}
@media screen and (max-width: 500px) {
  #add-to-selection > span {
    font-size: 28px;
  }
}

.selection-feedback {
  position: absolute;
  top: 20px;
  right: 75%;
  margin-right: 20px;
  width: 280px;
  padding: 12px 10px 10px 10px;
  background-color: white;
  border-top: 2px solid black;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease-in-out;
}
.selection-feedback .icon-check {
  float: left;
  font-size: 18px;
  border: 1px solid black;
  border-radius: 50%;
  padding: 5px;
  margin-right: 20px;
}
.selection-feedback.show {
  right: 100%;
  opacity: 1;
}

#product-color-gallery-popup {
  padding: 60px 0;
  color: black;
  background-color: rgba(255, 255, 255, 0.9);
}
#product-color-gallery-popup .close-popup {
  font-size: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: black;
  cursor: pointer;
}
#product-color-gallery-popup .close-popup:hover {
  opacity: 0.65;
}

.product-color-gallery-carousel {
  height: calc(100vh - 150px);
}
.product-color-gallery-carousel .slick-list,
.product-color-gallery-carousel .slick-track {
  height: 100%;
}
.product-color-gallery-carousel .slick-slide {
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .product-color-gallery-carousel .slick-slide {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.product-color-gallery-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9999;
}
.product-color-gallery-carousel .slick-dots button {
  color: black;
}
.product-color-gallery-carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-color-gallery-carousel iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-color-gallery-carousel .carousel-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-color-gallery-header {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 80px;
  right: 80px;
}
.product-color-gallery-header .color-name {
  font-weight: bold;
}

.product-color-gallery-footer {
  text-align: center;
  margin-top: 40px;
}

#collections sup.new {
  font-weight: 200;
  font-style: italic;
}
#collections .collection {
  margin-top: 50px;
  margin-bottom: 150px;
}
#collections .collection h2 {
  font-size: 65px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: -4px;
}
#collections .collection h2 a, #collections .collection h2 #account .update-address, #account #collections .collection h2 .update-address, #collections .collection h2 #account .delete-address, #account #collections .collection h2 .delete-address, #collections .collection h2 #account #change-password, #account #collections .collection h2 #change-password, #collections .collection h2 #selection .login-alert .login-button, #selection .login-alert #collections .collection h2 .login-button, #collections .collection h2 #cart-delivery .update-address, #cart-delivery #collections .collection h2 .update-address, #collections .collection h2 #cart-payment .update-address, #cart-payment #collections .collection h2 .update-address, #collections .collection h2 section#product-info #more-details, section#product-info #collections .collection h2 #more-details {
  color: inherit;
}
#collections .collection h2 a:hover, #collections .collection h2 #account .update-address:hover, #account #collections .collection h2 .update-address:hover, #collections .collection h2 #account .delete-address:hover, #account #collections .collection h2 .delete-address:hover, #collections .collection h2 #account #change-password:hover, #account #collections .collection h2 #change-password:hover, #collections .collection h2 #selection .login-alert .login-button:hover, #selection .login-alert #collections .collection h2 .login-button:hover, #collections .collection h2 #cart-delivery .update-address:hover, #cart-delivery #collections .collection h2 .update-address:hover, #collections .collection h2 #cart-payment .update-address:hover, #cart-payment #collections .collection h2 .update-address:hover, #collections .collection h2 section#product-info #more-details:hover, section#product-info #collections .collection h2 #more-details:hover {
  text-decoration: none;
}
#collections .collection .images {
  height: 550px;
}
#collections .collection .images .image {
  float: left;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#collections .collection .images .pattern {
  width: 25%;
}
#collections .collection .images .cover {
  width: 50%;
  border-left: 4px solid white;
  border-right: 4px solid white;
  box-sizing: border-box;
}
#collections .collection .section-text a, #collections .collection .section-text #account .update-address, #account #collections .collection .section-text .update-address, #collections .collection .section-text #account .delete-address, #account #collections .collection .section-text .delete-address, #collections .collection .section-text #account #change-password, #account #collections .collection .section-text #change-password, #collections .collection .section-text #selection .login-alert .login-button, #selection .login-alert #collections .collection .section-text .login-button, #collections .collection .section-text #cart-delivery .update-address, #cart-delivery #collections .collection .section-text .update-address, #collections .collection .section-text #cart-payment .update-address, #cart-payment #collections .collection .section-text .update-address, #collections .collection .section-text section#product-info #more-details, section#product-info #collections .collection .section-text #more-details {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #collections .collection {
    margin-bottom: 100px;
  }
  #collections .collection h2 {
    font-size: 50px;
  }
  #collections .collection .images {
    height: 450px;
  }
  #collections .collection .image.pattern {
    display: none;
  }
  #collections .collection .image.cover {
    width: 100%;
    border: 0;
  }
}
@media screen and (max-width: 650px) {
  #collections .collection h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  #collections .collection h2 {
    font-size: 32px;
  }
  #collections .collection .images {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  #collections .collection {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  #collections .collection .images {
    height: 280px;
  }
}

#collection-title h1 {
  font-weight: 700;
  letter-spacing: -0.01em;
  max-width: 500px;
}
#collection-title .right-links .download,
#collection-title .right-links .share {
  display: inline-block;
}
#collection-title .right-links .share {
  margin-left: 30px;
  white-space: nowrap;
}
#collection-title .right-links .icon-facebook,
#collection-title .right-links .icon-pinterest {
  margin-left: 10px;
  vertical-align: middle;
}
#collection-title .right-links .share a:hover, #collection-title .right-links .share #account .update-address:hover, #account #collection-title .right-links .share .update-address:hover, #collection-title .right-links .share #account .delete-address:hover, #account #collection-title .right-links .share .delete-address:hover, #collection-title .right-links .share #account #change-password:hover, #account #collection-title .right-links .share #change-password:hover, #collection-title .right-links .share #selection .login-alert .login-button:hover, #selection .login-alert #collection-title .right-links .share .login-button:hover, #collection-title .right-links .share #cart-delivery .update-address:hover, #cart-delivery #collection-title .right-links .share .update-address:hover, #collection-title .right-links .share #cart-payment .update-address:hover, #cart-payment #collection-title .right-links .share .update-address:hover, #collection-title .right-links .share section#product-info #more-details:hover, section#product-info #collection-title .right-links .share #more-details:hover {
  text-decoration: none;
  color: #afafaf;
}

#collection-single section {
  margin-bottom: 100px;
}
#collection-single .cover-image {
  height: 700px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
#collection-single .video-wrapper {
  margin-top: 30px;
}
#collection-single .product .product-ref {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
#collection-single .product .product-ref:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: black;
}
#collection-single .product h2 {
  font-size: 80px;
  letter-spacing: 0.03em;
}
#collection-single .product h2 a, #collection-single .product h2 #account .update-address, #account #collection-single .product h2 .update-address, #collection-single .product h2 #account .delete-address, #account #collection-single .product h2 .delete-address, #collection-single .product h2 #account #change-password, #account #collection-single .product h2 #change-password, #collection-single .product h2 #selection .login-alert .login-button, #selection .login-alert #collection-single .product h2 .login-button, #collection-single .product h2 #cart-delivery .update-address, #cart-delivery #collection-single .product h2 .update-address, #collection-single .product h2 #cart-payment .update-address, #cart-payment #collection-single .product h2 .update-address, #collection-single .product h2 section#product-info #more-details, section#product-info #collection-single .product h2 #more-details {
  color: black;
  text-decoration: none;
}
#collection-single .product .images {
  margin-bottom: 40px;
}
#collection-single .product .image {
  width: 100%;
  background-size: cover;
  background-position: center;
}
#collection-single .product .image:not(:last-of-type) {
  margin-bottom: 40px;
}
#collection-single .product .description {
  margin-bottom: 30px;
}
#collection-single .product .description a, #collection-single .product .description #account .update-address, #account #collection-single .product .description .update-address, #collection-single .product .description #account .delete-address, #account #collection-single .product .description .delete-address, #collection-single .product .description #account #change-password, #account #collection-single .product .description #change-password, #collection-single .product .description #selection .login-alert .login-button, #selection .login-alert #collection-single .product .description .login-button, #collection-single .product .description #cart-delivery .update-address, #cart-delivery #collection-single .product .description .update-address, #collection-single .product .description #cart-payment .update-address, #cart-payment #collection-single .product .description .update-address, #collection-single .product .description section#product-info #more-details, section#product-info #collection-single .product .description #more-details {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
#collection-single .colors.hide-next > .color:nth-child(n+6) {
  display: none;
  opacity: 0;
}
#collection-single .colors .show-all-colors {
  position: relative;
  font-size: 11px;
  color: white;
  width: 100%;
  padding-bottom: 100%;
  cursor: pointer;
}
#collection-single .colors .show-all-colors p {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translate(0, -50%);
}
#collection-single .colors .show-all-colors .color-image {
  float: left;
  width: 50%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
}
#collection-single .colors .show-all-colors:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  opacity: 0.6;
  transition: opacity 200ms;
}
#collection-single .colors .show-all-colors:hover:after {
  opacity: 0.3;
}
@media screen and (max-width: 800px) {
  #collection-single .cover-image {
    height: 550px;
  }
  #collection-single .product h2 {
    font-size: 50px;
  }
  #collection-single .product .image:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  #collection-single .cover-image {
    height: 450px;
  }
}
@media screen and (max-width: 500px) {
  #collection-single .cover-image {
    height: 350px;
  }
  #collection-single .product h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  #collection-single .product h2 {
    font-size: 32px;
  }
}

.next-step .sticky {
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .next-step .sticky {
    text-align: right;
    padding-top: 20px;
  }
}

table.cart {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #dadada;
}
table.cart th {
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.15em;
  padding: 20px 4px;
  border-top: 0;
  border-bottom: 1px solid #dadada;
}
table.cart th.total {
  text-align: right;
}
table.cart td {
  vertical-align: middle;
  padding: 10px 4px;
  border-top: 1px solid #dadada;
}
table.cart td.error {
  border-top: 0;
  padding: 0;
}
table.cart .color-image, table.cart .range-image {
  width: 95px;
  height: 95px;
  background-size: cover;
  background-position: center;
}
table.cart .range-image > .color-image {
  float: left;
  width: 50%;
  height: 50%;
}
table.cart .range-image.nb-2 > .color-image {
  height: 100%;
}
table.cart .range-image.nb-3 > .color-image {
  height: 50%;
}
table.cart .range-image.nb-3 > .color-image:last-of-type {
  width: 100%;
}
table.cart .cart-image {
  width: 100px;
}
table.cart .cart-image.end-product .color-image {
  background-size: contain;
  background-repeat: no-repeat;
}
table.cart .product-type {
  margin-bottom: 2px;
}
table.cart .cart-total-price {
  text-align: right;
}
table.cart .cart-comment {
  width: 300px;
  padding-left: 0;
  padding-right: 0;
}
table.cart .form-group {
  margin-bottom: 0;
}
table.cart .total-row td {
  border-top: 0;
}
table.cart .remove-cart-item {
  font-size: 15px;
  margin-left: 5px;
  cursor: pointer;
}
table.cart .remove-cart-item:hover {
  opacity: 0.65;
}
@media screen and (max-width: 1024px) {
  table.cart {
    margin-top: 40px;
  }
  table.cart .cart-image {
    width: 70px;
  }
  table.cart .color-image, table.cart .range-image {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 650px) {
  table.cart {
    font-size: 11px;
  }
}
@media screen and (max-width: 500px) {
  table.cart .cart-item-unit {
    display: block;
    margin-top: 8px;
    margin-left: 6px;
  }
}

table.cart-total {
  width: 100%;
  border: 1px solid #dadada;
  margin-top: 10px;
}
table.cart-total td {
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #dadada;
}
table.cart-total .total {
  font-weight: 700;
}

table.cart-recap {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #dadada;
}
table.cart-recap th, table.cart-recap td {
  border: 1px solid #dadada;
  padding: 10px 4px 7px 4px;
  border-left: 0;
  border-right: 0;
}
table.cart-recap th {
  text-align: left;
}
table.cart-recap td {
  text-align: right;
}
table.cart-recap .total {
  font-weight: 700;
}
table.cart-recap .shipping {
  font-size: 11px;
}
table.cart-recap .shipping ul li {
  margin-left: 10px;
  line-height: 1.3em;
}
table.cart-recap .shipping ul li:before {
  content: "- ";
}
table.cart-recap + .button {
  margin-top: 0;
}

#cart-delivery h3, #cart-delivery #press-home .agency .agency-title, #press-home .agency #cart-delivery .agency-title, #cart-payment h3, #cart-payment #press-home .agency .agency-title, #press-home .agency #cart-payment .agency-title {
  margin-bottom: 20px;
}
#cart-delivery .address, #cart-payment .address {
  margin-bottom: 20px;
}
#cart-delivery .button-wrapper, #cart-payment .button-wrapper {
  border-top: 1px solid #dadada;
  padding-top: 10px;
}
#cart-delivery .update-address, #cart-payment .update-address {
  font-size: 11px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #cart-delivery, #cart-payment {
    margin-top: 40px;
  }
}

#cart-delivery h2 {
  margin-bottom: 5px;
}
#cart-delivery .popup h2 {
  margin-bottom: 20px;
}
#cart-delivery .forms {
  margin-top: 50px;
}
#cart-delivery .addresses-list {
  display: none;
}

#cart-payment table.cart td {
  vertical-align: top;
}
#cart-payment table.cart td.cart-total-price {
  padding-right: 10px;
}
#cart-payment table.cart-total {
  margin-bottom: 50px;
}
#cart-payment .cc-images {
  margin-bottom: 50px;
}

#payment-form {
  border-left: 4px solid black;
  padding-left: 20px;
}
#payment-form #card-element {
  border: 1px solid #dadada;
  border-radius: 0;
  padding: 8px 8px 6px 8px;
}

#cart-confirmation .confirmation-text {
  margin: 30px 0;
}
#cart-confirmation .order-item {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#cart-confirmation .comment {
  border: 1px dotted #dadada;
  padding: 15px 15px 10px 15px;
  margin-top: 15px;
}
#cart-confirmation .comment p {
  color: #afafaf;
  margin-top: 3px;
}
@media screen and (max-width: 1024px) {
  #cart-confirmation {
    margin-top: 40px;
  }
}

#order-recap {
  border-left: 4px solid black;
  padding-left: 20px;
}
#order-recap h2 {
  margin-bottom: 50px;
}
#order-recap .delivery-address {
  margin-top: 20px;
  margin-bottom: 30px;
}

#cart-comments textarea {
  width: 300px;
}
#cart-comments .global-comment {
  margin-top: 40px;
  margin-bottom: 0;
}
#cart-comments .global-comment textarea {
  height: 100px;
}
@media screen and (max-width: 800px) {
  #cart-comments .cart-comment, #cart-comments textarea:not(#global_comment) {
    width: 150px;
  }
}

@media screen and (max-width: 1024px) {
  #cart-header {
    display: none;
  }
}
#selection h1, #selection input#selection-name {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 10px;
}
#selection input#selection-name {
  border: 0;
  padding: 0;
  color: black;
  width: auto;
  margin-top: 20px;
}
#selection #rename-selection {
  display: none;
}
#selection #rename-selection input[type=submit] {
  vertical-align: middle;
  margin-top: -10px;
}
#selection #delete-selection, #selection .change-name {
  display: inline-block;
  font-size: 11px;
  color: #afafaf;
  margin-left: 15px;
  cursor: pointer;
}
#selection #delete-selection:hover, #selection .change-name:hover {
  color: black;
}
#selection .login-alert {
  font-size: 11px;
}
#selection .login-alert a, #selection .login-alert #account .update-address, #account #selection .login-alert .update-address, #selection .login-alert #account .delete-address, #account #selection .login-alert .delete-address, #selection .login-alert #account #change-password, #account #selection .login-alert #change-password, #selection .login-alert section#product-info #more-details, section#product-info #selection .login-alert #more-details, #selection .login-alert #cart-delivery .update-address, #cart-delivery #selection .login-alert .update-address, #selection .login-alert #cart-payment .update-address, #cart-payment #selection .login-alert .update-address, #selection .login-alert .login-button {
  display: inline-block;
  margin-left: 20px;
}
#selection .login-alert .login-button {
  cursor: pointer;
}
#selection .selection-selector {
  font-size: 11px;
  font-weight: 700;
}
#selection .selection-selector li {
  padding: 0;
}
#selection .selection-selector a, #selection .selection-selector #account .update-address, #account #selection .selection-selector .update-address, #selection .selection-selector #account .delete-address, #account #selection .selection-selector .delete-address, #selection .selection-selector #account #change-password, #account #selection .selection-selector #change-password, #selection .selection-selector section#product-info #more-details, section#product-info #selection .selection-selector #more-details, #selection .selection-selector #cart-delivery .update-address, #cart-delivery #selection .selection-selector .update-address, #selection .selection-selector #cart-payment .update-address, #cart-payment #selection .selection-selector .update-address, #selection .selection-selector .login-alert .login-button, #selection .login-alert .selection-selector .login-button {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 8px 10px 5px 10px;
}
@media screen and (max-width: 800px) {
  #selection .login-alert a, #selection .login-alert #account .update-address, #account #selection .login-alert .update-address, #selection .login-alert #account .delete-address, #account #selection .login-alert .delete-address, #selection .login-alert #account #change-password, #account #selection .login-alert #change-password, #selection .login-alert section#product-info #more-details, section#product-info #selection .login-alert #more-details, #selection .login-alert #cart-delivery .update-address, #cart-delivery #selection .login-alert .update-address, #selection .login-alert #cart-payment .update-address, #cart-payment #selection .login-alert .update-address, #selection .login-alert .login-button {
    margin-left: 0;
    margin-right: 20px;
  }
}

#current-selection {
  background-color: #3c3c3b;
  margin-top: 30px;
}
#current-selection .selection-header {
  color: white;
  padding: 10px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#current-selection .selection-header .color-selector {
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
  cursor: pointer;
}
#current-selection .selection-header .color-selector .radio-button {
  background-color: white;
  border: 1px solid black;
  color: black;
}
#current-selection .selection-header .color-selector span {
  vertical-align: middle;
}
#current-selection .color {
  margin-bottom: 80px;
}
#current-selection .color .color-image, #current-selection .color .color-name {
  margin-bottom: 0;
}
#current-selection .color .info {
  background-color: white;
  padding: 10px;
  height: 60px;
  box-sizing: border-box;
}
#current-selection .color .actions {
  font-size: 20px;
  background-color: white;
  border-top: 1px solid #dadada;
}
#current-selection .color .actions .icons {
  display: inline-block;
  vertical-align: top;
  color: #706f6f;
}
#current-selection .color .actions span {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-left: 1px solid #dadada;
  cursor: pointer;
}
#current-selection .color .actions span:hover {
  background-color: #dadada;
}
#current-selection .color .actions .icon-check.selected {
  background-color: #dadada;
}
#current-selection .empty {
  color: white;
  padding: 20px 0 16px 0;
}
@media screen and (max-width: 800px) {
  #current-selection {
    padding-top: 40px;
  }
  #current-selection .color {
    margin-bottom: 40px;
  }
  #current-selection .selection-header {
    display: none;
  }
}

#account {
  padding-top: 40px;
}
#account .title {
  padding-bottom: 10px;
  margin-bottom: 50px;
}
#account .title h2 {
  margin-bottom: 10px;
}
#account #change-password {
  font-size: 11px;
  margin-bottom: 60px;
  cursor: pointer;
}
#account section {
  margin-bottom: 40px;
}
#account section h3, #account section #press-home .agency .agency-title, #press-home .agency #account section .agency-title {
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#account .address {
  margin-bottom: 20px;
}
#account .update-address, #account .delete-address {
  font-size: 11px;
  cursor: pointer;
}

#account-orders {
  padding-top: 40px;
}
#account-orders table.cart th.ref {
  width: 33%;
}
#account-orders table.cart th.comment {
  width: 33%;
}
#account-orders .order {
  margin-bottom: 80px;
}
#account-orders h3 > .status, #account-orders #press-home .agency .agency-title > .status, #press-home .agency #account-orders .agency-title > .status {
  background-color: black;
  color: white;
  margin-left: 10px;
  padding: 3px 8px 1px 8px;
}

#account-estimates {
  padding-top: 40px;
}
#account-estimates table.estimates {
  width: 100%;
}
#account-estimates table.estimates tr:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
#account-estimates table.estimates tr th {
  font-weight: bold;
  text-align: left;
}
#account-estimates table.estimates tr th, #account-estimates table.estimates tr td {
  padding: 12px 0;
}
#account-estimates table.estimates form {
  display: inline-block;
}
#account-estimates table.estimates a.download, #account-estimates table.estimates section#product-info .download#more-details, section#product-info #account-estimates table.estimates .download#more-details, #account-estimates table.estimates #cart-delivery .download.update-address, #cart-delivery #account-estimates table.estimates .download.update-address, #account-estimates table.estimates #cart-payment .download.update-address, #cart-payment #account-estimates table.estimates .download.update-address, #account-estimates table.estimates #selection .login-alert .download.login-button, #selection .login-alert #account-estimates table.estimates .download.login-button, #account-estimates table.estimates #account .download#change-password, #account #account-estimates table.estimates .download#change-password, #account-estimates table.estimates #account .download.update-address, #account #account-estimates table.estimates .download.update-address, #account-estimates table.estimates #account .download.delete-address, #account #account-estimates table.estimates .download.delete-address {
  margin-right: 15px;
}
#account-estimates table.estimates a.download:hover, #account-estimates table.estimates section#product-info .download#more-details:hover, section#product-info #account-estimates table.estimates .download#more-details:hover, #account-estimates table.estimates #cart-delivery .download.update-address:hover, #cart-delivery #account-estimates table.estimates .download.update-address:hover, #account-estimates table.estimates #cart-payment .download.update-address:hover, #cart-payment #account-estimates table.estimates .download.update-address:hover, #account-estimates table.estimates #selection .login-alert .download.login-button:hover, #selection .login-alert #account-estimates table.estimates .download.login-button:hover, #account-estimates table.estimates #account .download#change-password:hover, #account #account-estimates table.estimates .download#change-password:hover, #account-estimates table.estimates #account .download.update-address:hover, #account #account-estimates table.estimates .download.update-address:hover, #account-estimates table.estimates #account .download.delete-address:hover, #account #account-estimates table.estimates .download.delete-address:hover {
  text-decoration: none;
  color: black;
}
#account-estimates table.estimates .delete-estimate {
  cursor: pointer;
}
#account-estimates table.estimates .delete-estimate:hover {
  opacity: 0.65;
}
#account-estimates table.estimates .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#password-reset {
  padding-top: 50px;
}
#password-reset h3, #password-reset #press-home .agency .agency-title, #press-home .agency #password-reset .agency-title {
  margin-bottom: 20px;
}
#password-reset form {
  margin-bottom: 40px;
}

#online-making section {
  margin-top: 20px;
}
#online-making h3, #online-making #press-home .agency .agency-title, #press-home .agency #online-making .agency-title {
  margin-bottom: 20px;
}
#online-making label:not(.checkbox) {
  font-weight: 700;
}
#online-making hr {
  border-width: 0;
  border-bottom: 1px solid #dadada;
  margin: 20px 0 40px 0;
}
#online-making .language-selector {
  color: black;
}
#online-making .language-selector a, #online-making .language-selector section#product-info #more-details, section#product-info #online-making .language-selector #more-details, #online-making .language-selector #cart-delivery .update-address, #cart-delivery #online-making .language-selector .update-address, #online-making .language-selector #cart-payment .update-address, #cart-payment #online-making .language-selector .update-address, #online-making .language-selector #selection .login-alert .login-button, #selection .login-alert #online-making .language-selector .login-button, #online-making .language-selector #account #change-password, #account #online-making .language-selector #change-password, #online-making .language-selector #account .update-address, #account #online-making .language-selector .update-address, #online-making .language-selector #account .delete-address, #account #online-making .language-selector .delete-address {
  color: black;
}
#online-making .language-selector a:hover, #online-making .language-selector section#product-info #more-details:hover, section#product-info #online-making .language-selector #more-details:hover, #online-making .language-selector #cart-delivery .update-address:hover, #cart-delivery #online-making .language-selector .update-address:hover, #online-making .language-selector #cart-payment .update-address:hover, #cart-payment #online-making .language-selector .update-address:hover, #online-making .language-selector #selection .login-alert .login-button:hover, #selection .login-alert #online-making .language-selector .login-button:hover, #online-making .language-selector #account #change-password:hover, #account #online-making .language-selector #change-password:hover, #online-making .language-selector #account .update-address:hover, #account #online-making .language-selector .update-address:hover, #online-making .language-selector #account .delete-address:hover, #account #online-making .language-selector .delete-address:hover {
  color: white;
}
#online-making .language-selector .select {
  width: 200px;
}
#online-making .language-selector .select li {
  float: none;
  padding: 0;
}
#online-making .language-selector .select li a, #online-making .language-selector .select li section#product-info #more-details, section#product-info #online-making .language-selector .select li #more-details, #online-making .language-selector .select li #cart-delivery .update-address, #cart-delivery #online-making .language-selector .select li .update-address, #online-making .language-selector .select li #cart-payment .update-address, #cart-payment #online-making .language-selector .select li .update-address, #online-making .language-selector .select li #selection .login-alert .login-button, #selection .login-alert #online-making .language-selector .select li .login-button, #online-making .language-selector .select li #account #change-password, #account #online-making .language-selector .select li #change-password, #online-making .language-selector .select li #account .update-address, #account #online-making .language-selector .select li .update-address, #online-making .language-selector .select li #account .delete-address, #account #online-making .language-selector .select li .delete-address {
  padding: 10px 10px 8px 10px;
}
#online-making .intro p {
  margin-bottom: 20px;
}
#online-making .background-image {
  margin-bottom: 0;
}
#online-making #search-product {
  padding: 13px 12px 9px 12px;
  margin-left: 10px;
}
#online-making ul.summary li {
  line-height: 1.7em;
}
#online-making .project-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
#online-making table.estimate {
  width: 100%;
  margin-bottom: 20px;
}
#online-making table.estimate th, #online-making table.estimate td {
  padding: 10px 0 7px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
#online-making table.estimate th {
  text-align: left;
}
#online-making table.estimate td {
  text-align: right;
}
#online-making table.estimate tr.discount th, #online-making table.estimate tr.discount td {
  padding: 8px 0 5px 0;
}
#online-making table.estimate tr.discount input {
  width: 60px;
  height: 22px;
  text-align: right;
  padding-right: 3px;
}
#online-making table.estimate tr.discount button {
  margin-top: 5px;
}
#online-making table.estimate tr.discount .wrapper {
  margin-top: -3px;
}
#online-making table.estimate tr.head {
  font-weight: 700;
}
#online-making table.estimate .total-ht th, #online-making table.estimate .total-ht td {
  padding-top: 30px;
}
#online-making table.estimate .total-ttc {
  font-size: 16px;
}
#online-making table.estimate .total-ttc td {
  font-weight: 700;
}
#online-making #selling-point {
  margin-top: 50px;
}
#online-making #selling-point section {
  display: none;
}
#online-making #selling-point h3 span.toggle, #online-making #selling-point #press-home .agency .agency-title span.toggle, #press-home .agency #online-making #selling-point .agency-title span.toggle {
  color: #afafaf;
  cursor: pointer;
}
#online-making #selling-point h3 span.toggle:hover, #online-making #selling-point #press-home .agency .agency-title span.toggle:hover, #press-home .agency #online-making #selling-point .agency-title span.toggle:hover {
  color: black;
}

#treatments .link {
  margin-bottom: 20px;
}

#custom-orders .intro p {
  max-width: 720px;
  margin: 20px auto;
}

#works,
#news {
  margin-top: 50px;
}

#news article {
  margin-bottom: 60px;
}
#news article .cover-image, #news article .vimeo_player {
  height: 350px;
}
#news article .cover-image iframe, #news article .vimeo_player iframe {
  height: 100%;
  width: 100%;
}
#news .news:nth-of-type(2n+1) {
  clear: left;
}
@media screen and (max-width: 500px) {
  #news article .cover-image, #news .vimeo_player {
    height: 250px;
  }
  #news article .cover-image iframe, #news .vimeo_player iframe {
    height: 100%;
    width: 100%;
  }
}
#news .slider-slide {
  position: relative;
  color: white;
}
#news .slider-slide .cover-image {
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #news .slider-slide .cover-image {
    max-height: calc(100vh - 160px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#news .slick-next,
#news .slick-prev {
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}
#news .slick-next:before,
#news .slick-prev:before {
  color: white;
}

#last-work {
  margin-top: 100px;
}
#last-work article .cover-image {
  height: 600px;
}
@media screen and (max-width: 800px) {
  #last-work article .cover-image {
    height: 450px;
  }
}
@media screen and (max-width: 500px) {
  #last-work article .cover-image {
    height: 350px;
  }
}

#company-manifesto .page-content {
  margin-top: 100px;
}
@media screen and (max-width: 650px) {
  #company-manifesto .page-content {
    margin-top: 50px;
  }
}

#company-savoirfaire img {
  margin-bottom: 40px;
}
#company-savoirfaire .text {
  margin-bottom: 50px;
}
#company-savoirfaire .job {
  margin-bottom: 30px;
}
#company-savoirfaire .job .job-title {
  font-weight: 700;
  border-top: 1px solid #dadada;
  padding-top: 10px;
  margin-bottom: 5px;
}
#company-savoirfaire .job:nth-of-type(3n+1) {
  clear: left;
}
#company-savoirfaire .job-image {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  #company-savoirfaire .factory-localization {
    margin-bottom: 20px;
  }
}

#company-works .slider-slide {
  position: relative;
  color: white;
}
#company-works .slider-slide .cover-image {
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #company-works .slider-slide .cover-image {
    max-height: calc(100vh - 160px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#company-works .slick-next,
#company-works .slick-prev {
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}
#company-works .slick-next:before,
#company-works .slick-prev:before {
  color: white;
}
#company-works .work {
  margin-bottom: 80px;
}
#company-works .work .work-products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
#company-works .work .work-products .color {
  flex: 50% 0 0;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  #company-works .work .work-products .color {
    flex: 33.333% 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #company-works .work .work-products .color {
    flex: 25% 0 0;
  }
}
#company-works .work .cover-image {
  height: 350px;
  margin-bottom: 15px;
}
#company-works .work h3, #company-works .work #press-home .agency .agency-title, #press-home .agency #company-works .work .agency-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: inherit;
  text-transform: none;
}
#company-works .work:nth-of-type(2n+1) {
  clear: left;
}
@media screen and (max-width: 500px) {
  #company-works .work {
    margin-bottom: 50px;
  }
  #company-works .work .cover-image {
    height: 250px;
  }
}

.page-tassinari {
  color: #004589;
}
.page-tassinari .button {
  background-color: #004589;
}
.page-tassinari a:not(.button), .page-tassinari section#product-info #more-details:not(.button), section#product-info .page-tassinari #more-details:not(.button), .page-tassinari #cart-delivery .update-address:not(.button), #cart-delivery .page-tassinari .update-address:not(.button), .page-tassinari #cart-payment .update-address:not(.button), #cart-payment .page-tassinari .update-address:not(.button), .page-tassinari #selection .login-alert .login-button:not(.button), #selection .login-alert .page-tassinari .login-button:not(.button), .page-tassinari #account #change-password:not(.button), #account .page-tassinari #change-password:not(.button), .page-tassinari #account .update-address:not(.button), #account .page-tassinari .update-address:not(.button), .page-tassinari #account .delete-address:not(.button), #account .page-tassinari .delete-address:not(.button) {
  color: inherit;
}
.page-tassinari .text a, .page-tassinari .text section#product-info #more-details, section#product-info .page-tassinari .text #more-details, .page-tassinari .text #cart-delivery .update-address, #cart-delivery .page-tassinari .text .update-address, .page-tassinari .text #cart-payment .update-address, #cart-payment .page-tassinari .text .update-address, .page-tassinari .text #selection .login-alert .login-button, #selection .login-alert .page-tassinari .text .login-button, .page-tassinari .text #account #change-password, #account .page-tassinari .text #change-password, .page-tassinari .text #account .update-address, #account .page-tassinari .text .update-address, .page-tassinari .text #account .delete-address, #account .page-tassinari .text .delete-address {
  opacity: 0.65;
}
.page-tassinari .text a:hover, .page-tassinari .text section#product-info #more-details:hover, section#product-info .page-tassinari .text #more-details:hover, .page-tassinari .text #cart-delivery .update-address:hover, #cart-delivery .page-tassinari .text .update-address:hover, .page-tassinari .text #cart-payment .update-address:hover, #cart-payment .page-tassinari .text .update-address:hover, .page-tassinari .text #selection .login-alert .login-button:hover, #selection .login-alert .page-tassinari .text .login-button:hover, .page-tassinari .text #account #change-password:hover, #account .page-tassinari .text #change-password:hover, .page-tassinari .text #account .update-address:hover, #account .page-tassinari .text .update-address:hover, .page-tassinari .text #account .delete-address:hover, #account .page-tassinari .text .delete-address:hover {
  opacity: 1;
}

#tassinari-collections .background-image {
  position: relative;
  height: 60vh;
  min-height: 400px;
  margin-top: 0;
  margin-bottom: 250px;
}
#tassinari-collections .background-image .tassinari-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
#tassinari-collections .background-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}
#tassinari-collections .page-title {
  position: relative;
  color: white;
  margin-top: 0;
  padding-top: 80px;
}
#tassinari-collections .color .colors-count {
  font-size: 13px;
  letter-spacing: normal;
}
@media screen and (max-width: 1024px) {
  #tassinari-collections .background-image {
    height: 500px;
    margin-bottom: 160px;
  }
  #tassinari-collections .background-image .tassinari-logo {
    width: 200px;
    height: 200px;
  }
}

#wonder .wonder-image {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
#wonder .color {
  width: 160px;
  margin-top: 20px;
}
@media screen and (max-width: 650px) {
  #wonder .wonder-image {
    padding-bottom: 50%;
    margin-bottom: 20px;
  }
}

#archives img {
  width: 100%;
  margin-bottom: 30px;
}

#savoir-faire iframe {
  width: 100%;
}

#store-locator #map {
  width: 100%;
  height: 500px;
  text-align: center;
}
#store-locator #map div {
  font-family: "Poppins", sans-serif !important;
}
#store-locator .infoBox {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  text-align: left;
  line-height: 1.4em;
  width: 280px !important;
  padding: 15px !important;
  margin-top: 10px;
}
#store-locator .infoBox img {
  width: 8px;
  height: 8px;
}
#store-locator .infoBox .name {
  font-weight: 700;
}
#store-locator .infoBox .address {
  margin-bottom: 20px;
}

#map-infobox {
  display: none;
}

#map-filters {
  position: relative;
  font-size: 11px;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  margin-top: 20px;
}
#map-filters .options li {
  display: block;
  padding: 6px 10px 3px 10px;
  cursor: pointer;
}
#map-filters .select,
#map-filters .view-all {
  position: relative;
  float: left;
  height: 33px;
  border: 0;
  border-left: 1px solid #dadada;
  padding: 13px 10px 10px 10px;
  box-sizing: border-box;
}
#map-filters .select {
  font-size: 11px;
  width: 28%;
  cursor: pointer;
}
#map-filters .select .selected-value {
  font-size: 11px;
  font-weight: 700;
}
#map-filters .select .options {
  margin-top: 0;
}
#map-filters .select.open .selected-value, #map-filters .select.open:after {
  color: #afafaf;
}
#map-filters .view-all {
  width: 16%;
}
#map-filters .view-all > p {
  display: inline-block;
  line-height: 1em;
  cursor: pointer;
}
#map-filters .view-all > p:hover {
  opacity: 0.65;
}
@media screen and (max-width: 650px) {
  #map-filters .container,
#map-filters .col-12 {
    padding: 0;
  }
  #map-filters .select,
#map-filters .view-all {
    width: 100%;
    border-left: 0;
  }
  #map-filters .select {
    height: auto;
    padding: 0;
    border-bottom: 1px solid #dadada;
  }
  #map-filters .select .selected-value,
#map-filters .select .options > li {
    display: block;
    padding: 14px 30px 10px 30px;
    box-sizing: border-box;
  }
  #map-filters .select ul {
    position: relative;
    border: 0;
    border-top: 1px solid #dadada;
  }
  #map-filters .select ul li {
    padding: 5px 30px;
    border-bottom: 1px solid #dadada;
  }
  #map-filters .select:after {
    right: 30px;
  }
  #map-filters .view-all {
    padding: 14px 30px 10px 30px;
  }
}
@media screen and (max-width: 500px) {
  #map-filters .select .selected-value,
#map-filters .select .options > li,
#map-filters .view-all {
    padding-left: 20px;
    padding-right: 20px;
  }
  #map-filters .select:after {
    right: 20px;
  }
}

#showrooms h2 {
  margin-bottom: 50px;
}
#showrooms p {
  margin-bottom: 20px;
}

#press-home .page-title {
  margin-bottom: 100px;
}
#press-home .agency {
  border-left: 4px solid black;
  padding-left: 20px;
  margin-bottom: 30px;
}
#press-home .agency .agency-title {
  height: 50px;
}
#press-home .agency p {
  margin-bottom: 10px;
}

#press-releases .release {
  margin-bottom: 40px;
}
#press-releases .cover-image {
  height: 500px;
}
@media screen and (min-width: 1025px) {
  #press-releases .release:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 1024px) {
  #press-releases .release:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 800px) {
  #press-releases .cover-image {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  #press-releases .cover-image {
    height: 350px;
  }
}

#partners .partners {
  margin-top: 50px;
}
#partners .partner {
  margin-bottom: 40px;
}
#partners .partner .name {
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#partners .partner h2 {
  display: inline-block;
  line-height: 1.1em;
  vertical-align: bottom;
  margin-bottom: 0;
}
#partners .partner img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#partners .partner a, #partners .partner section#product-info #more-details, section#product-info #partners .partner #more-details, #partners .partner #cart-delivery .update-address, #cart-delivery #partners .partner .update-address, #partners .partner #cart-payment .update-address, #cart-payment #partners .partner .update-address, #partners .partner #selection .login-alert .login-button, #selection .login-alert #partners .partner .login-button, #partners .partner #account #change-password, #account #partners .partner #change-password, #partners .partner #account .update-address, #account #partners .partner .update-address, #partners .partner #account .delete-address, #account #partners .partner .delete-address {
  color: inherit;
}
@media screen and (min-width: 801px) {
  #partners .partner:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 800px) {
  #partners .partner:nth-of-type(2n + 1) {
    clear: left;
  }
}

#commitments {
  font-size: 16px;
}
#commitments .background-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 40vh;
  min-height: 120px;
  max-height: 300px;
  margin-top: 0;
}
#commitments .background-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}
#commitments .page-title {
  position: relative;
  font-weight: 500;
  color: white;
  padding-bottom: 20px;
}
#commitments .animated-quote {
  position: relative;
  max-width: 720px;
  margin: auto;
  padding: 50px 20px;
}
#commitments .animated-quote p {
  font-family: "Nantes", "Poppins", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  margin-bottom: 15px;
}
@media screen and (min-width: 801px) {
  #commitments .animated-quote p {
    font-size: 28px;
  }
}
#commitments .animated-quote .icon {
  position: absolute;
  font-size: 150px;
  color: #e7e3e1;
  opacity: 0.5;
  z-index: -1;
}
#commitments .animated-quote .icon-quote-open {
  top: 0;
  left: 0;
}
#commitments .animated-quote .icon-quote-close {
  bottom: 0;
  right: 0;
}
#commitments .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#commitments .logos img {
  margin: 0 10px;
}
#commitments .title {
  font-family: "Nantes", "Poppins", serif;
  letter-spacing: 0.025em;
  margin: 30px 0;
}
#commitments .content p {
  line-height: 1.5;
}
#commitments .content .read-more {
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}
#commitments .image {
  margin-bottom: 30px;
}
@media screen and (min-width: 801px) {
  #commitments .image {
    margin-bottom: 60px;
  }
}
#commitments .section {
  margin: 30px 0;
}
@media screen and (min-width: 801px) {
  #commitments .section:not(.is-small) {
    margin: 100px 0;
  }
}
#commitments .section.has-background {
  padding-top: 30vh;
  background-size: cover;
  background-attachment: fixed;
}
#commitments .section.has-background .content {
  position: relative;
  background-color: white;
  padding: 30px;
  z-index: 1;
}
#commitments .section.has-background .content p {
  line-height: 1.4;
}
#commitments .section.has-background-local {
  display: flex;
  align-items: flex-end;
  min-height: 30vw;
  background-attachment: local;
  background-position: bottom center;
  margin-bottom: 150px;
}
#commitments .section.has-background-right {
  position: relative;
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  #commitments .section.has-background-right {
    padding-top: 120px;
  }
}
#commitments .section.has-background-right .content {
  padding-left: 0;
}
#commitments .section.has-background-right .background {
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  #commitments .section.has-background-right .background {
    height: 40vh;
  }
}
@media screen and (min-width: 1025px) {
  #commitments .section.has-background-right .background {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
}
#commitments .section.has-background-beige {
  background-color: #e7e3e1;
  padding: 30px 0 80px 0;
  margin-bottom: -60px;
}
#commitments .section.has-background-beige .title {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (min-width: 801px) {
  #commitments .section.has-background-beige .title {
    font-size: 50px;
  }
}
@media screen and (min-width: 801px) {
  #commitments .worker-photo-1 {
    width: 120%;
    margin-left: -20%;
  }
  #commitments .worker-photo-2 {
    width: 80%;
  }
}
#commitments .thumb {
  margin-bottom: 40px;
}
#commitments .thumb-image {
  margin-bottom: 0;
}
#commitments .thumb-title {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  padding: 20px;
  margin: -30px 40px 30px 40px;
}

#collection-furnitures section {
  margin: 100px 0 100px 0;
}
@media screen and (max-width: 650px) {
  #collection-furnitures section {
    margin: 15vw 0 15vw 0;
  }
}
#collection-furnitures .title {
  font-size: 50px;
  text-transform: uppercase;
}
#collection-furnitures .title-montserrat {
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#collection-furnitures .subtitle {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500;
}
#collection-furnitures .title-row {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
#collection-furnitures h3.subtitle, #collection-furnitures #press-home .agency .subtitle.agency-title, #press-home .agency #collection-furnitures .subtitle.agency-title {
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 1.5rem 0 1.5rem 0;
}
#collection-furnitures .content p {
  line-height: 1.6 !important;
}
#collection-furnitures .content p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 650px) {
  #collection-furnitures .content p {
    text-align: left !important;
  }
}
#collection-furnitures .is-bold {
  font-weight: 500;
}
#collection-furnitures .background-image {
  max-height: 700px;
  background-position: center center;
  height: 70vmin;
}
@media screen and (max-width: 900px) {
  #collection-furnitures .background-image {
    background-attachment: inherit;
  }
}
#collection-furnitures .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  #collection-furnitures .logos {
    margin: -1rem 0 0rem 0;
  }
}
#collection-furnitures .logos img {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #collection-furnitures .logos img {
    width: 100%;
  }
}
#collection-furnitures .section-banner {
  margin-left: -20px;
  margin-right: -20px;
}
#collection-furnitures .section-banner .image-banner {
  padding: 2px;
}
#collection-furnitures .section-banner .image-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 600px;
  height: 45vw;
}
@media screen and (max-width: 650px) {
  #collection-furnitures .page-title {
    text-align: center !important;
  }
}
@media screen and (max-width: 650px) {
  #collection-furnitures .main-content {
    width: 100%;
  }
  #collection-furnitures .main-content:last-child {
    display: flex;
    flex-direction: column-reverse;
  }
}
#collection-furnitures .content-image {
  text-align: center;
  padding-top: 30px;
}
#collection-furnitures .content-image img {
  width: 100%;
}
@media screen and (min-width: 651px) {
  #collection-furnitures .content-image {
    display: inline-block;
    width: 80%;
  }
}
@media screen and (max-width: 650px) {
  #collection-furnitures .content-image img {
    width: 100%;
    height: auto;
  }
}
#collection-furnitures .caption {
  text-align: center;
  padding: 10px 0 10px 0;
  margin-bottom: 30px;
}
#collection-furnitures video {
  width: 100%;
  height: auto;
}
#collection-furnitures .image-collection {
  padding: 0;
}
#collection-furnitures .image-collection img {
  height: 30vw;
  min-height: 20rem;
}
#collection-furnitures .la-collection {
  margin-bottom: 3rem;
  padding-right: 0;
  padding-left: 0;
}
#collection-furnitures .la-collection h2 {
  margin-top: 2rem;
}
#collection-furnitures .la-collection h3.subtitle, #collection-furnitures .la-collection #press-home .agency .subtitle.agency-title, #press-home .agency #collection-furnitures .la-collection .subtitle.agency-title {
  margin-right: 2rem !important;
}
#collection-furnitures .la-collection-caption p {
  margin-bottom: 0.5rem;
  margin-right: 2rem;
}
#collection-furnitures .about-header {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.2rem;
  opacity: 0.5;
}
#collection-furnitures .designer-row {
  margin-top: 60px;
}
#collection-furnitures .designer-row .designer-content {
  padding-bottom: 30px;
  padding-top: 30px;
}
#collection-furnitures .designer-row .designer-content h2 {
  font-weight: 400;
}
#collection-furnitures .designer-row .designer-content h2 .designer-job {
  font-size: 1.1rem;
  margin-top: 0.3rem;
  font-weight: 200;
}
#collection-furnitures .designer-row .designer-content .text:not(:last-child) {
  margin-bottom: 1rem;
}
#collection-furnitures .links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#collection-furnitures .links-bloc {
  margin-top: 30px;
  display: flex;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 650px) {
  #collection-furnitures .links-bloc {
    flex-direction: column;
  }
}
#collection-furnitures .links-bloc figure {
  width: 100%;
}
#collection-furnitures .links-bloc figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  display: block;
}
#collection-furnitures .links-bloc-text {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  background-color: #406ebb;
  width: 40%;
}
@media screen and (max-width: 650px) {
  #collection-furnitures .links-bloc-text {
    width: 100%;
    margin-top: 0;
  }
}
#collection-furnitures .links-bloc-text p {
  padding: 3rem;
  font-size: min(1.9vw, 1.3rem);
}
@media screen and (max-width: 650px) {
  #collection-furnitures .links-bloc-text p {
    padding: 1rem;
    font-size: 0.9rem;
  }
}
#collection-furnitures .links-bloc-text a, #collection-furnitures .links-bloc-text section#product-info #more-details, section#product-info #collection-furnitures .links-bloc-text #more-details, #collection-furnitures .links-bloc-text #cart-delivery .update-address, #cart-delivery #collection-furnitures .links-bloc-text .update-address, #collection-furnitures .links-bloc-text #cart-payment .update-address, #cart-payment #collection-furnitures .links-bloc-text .update-address, #collection-furnitures .links-bloc-text #selection .login-alert .login-button, #selection .login-alert #collection-furnitures .links-bloc-text .login-button, #collection-furnitures .links-bloc-text #account #change-password, #account #collection-furnitures .links-bloc-text #change-password, #collection-furnitures .links-bloc-text #account .update-address, #account #collection-furnitures .links-bloc-text .update-address, #collection-furnitures .links-bloc-text #account .delete-address, #account #collection-furnitures .links-bloc-text .delete-address {
  color: white;
}
#collection-furnitures .links .button {
  margin: 2rem auto 0 auto;
  display: block;
}
#collection-furnitures .divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
#collection-furnitures .divider .subtitle {
  margin: 0 2rem 0 2rem;
  display: inline-flex;
}
#collection-furnitures .divider .solid {
  width: 100%;
}
#collection-furnitures .slider {
  position: relative;
}
#collection-furnitures .slider .slick-arrow {
  position: absolute;
  top: 50%;
}
#collection-furnitures .slider .slick-arrow.slick-prev {
  left: 10px;
  z-index: 10;
}
#collection-furnitures .slider .slick-arrow.slick-next {
  right: 10px;
}

body.maintenance {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
  text-align: center;
}
body.maintenance #logo {
  margin-top: 15px;
}
body.maintenance .error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

#rugs section.section {
  margin: 130px auto;
}
@media screen and (max-width: 650px) {
  #rugs section.section {
    margin: 15vw auto;
  }
}
#rugs .title {
  font-family: "Nantes", "Poppins", serif;
  letter-spacing: 0.02em;
}
#rugs .title-hero {
  font-size: 4rem;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  #rugs .title-hero {
    font-size: 2.5rem;
  }
}
#rugs .title-hero-xl {
  font-size: 6rem;
}
#rugs .background-image {
  max-height: 700px;
  background-position: center center;
  height: 70vmin;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #rugs .background-image {
    background-attachment: inherit;
  }
}
#rugs .quote {
  font-family: "Nantes", "Poppins", serif;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.35em;
}
@media screen and (max-width: 800px) {
  #rugs .quote {
    margin-bottom: 50px;
    font-size: 30px;
    text-align: center;
    line-height: 1.2em;
  }
}
#rugs .text {
  line-height: 1.6 !important;
  font-weight: 200;
}
#rugs .has-background-beige {
  background: #ededed;
  padding-bottom: 330px;
  padding-top: 50px;
}
#rugs .has-background-beige .title {
  letter-spacing: 0.02em;
}
#rugs .has-background-beige p {
  font-weight: 200;
  font-size: 1.2rem;
}
#rugs .section-knowledge {
  margin-top: -150px;
}
@media screen and (max-width: 1024px) {
  #rugs .section-knowledge {
    margin-top: -100px;
  }
  #rugs .section-knowledge .column:not(:first-child) .section-knowledge-images {
    margin-top: 60px;
  }
}
#rugs .section-knowledge h2.title {
  text-align: center;
}
#rugs .section-knowledge .section-knowledge-images {
  display: flex;
  margin-bottom: 60px;
  justify-content: center;
}
#rugs .section-knowledge .section-knowledge-images.is-rounded img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  width: 300px;
  border-radius: 100rem;
}
@media screen and (max-width: 1024px) {
  #rugs .section-knowledge .section-knowledge-images.is-rounded img {
    height: 200px;
    width: 200px;
  }
}
#rugs .button {
  margin-top: 2rem;
}

.brand-lelievre {
  --brand-bg-color: #f2e8df;
  --brand-bg-text-color: #4a362b;
  --brand-text-color: #4a362b;
}

.brand-quenin {
  --brand-bg-color: #69724d;
  --brand-bg-text-color: #ffffff;
  --brand-text-color: #1b423a;
}

.brand-tassinari {
  --brand-bg-color: #00458b;
  --brand-bg-text-color: #ffffff;
  --brand-text-color: #00458b;
}

.brand-page {
  color: var(--brand-text-color, black);
}
.brand-page-header {
  background-color: var(--brand-bg-color, white);
  color: var(--brand-bg-text-color, black);
  padding: 3rem 1rem;
  overflow: hidden;
}
@media screen and (min-width: 801px) {
  .brand-page-header {
    padding: 6rem 1rem;
  }
}
.brand-page-header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 961px) {
  .brand-page-header .container {
    flex-direction: row;
  }
}
.brand-page-header-content {
  flex: 5;
}
.brand-page-header-image {
  display: flex;
  flex: 4;
  gap: 2rem;
}
.brand-page-header-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1281px) {
  .brand-page-header-image {
    flex: 7;
  }
}
.brand-page-logo {
  width: 16rem;
  margin-bottom: 2rem;
}
.brand-page-monogramme {
  width: 5rem;
  margin-top: 2rem;
}
.brand-page-intro {
  font-size: 1rem;
}
@media screen and (min-width: 801px) {
  .brand-page-intro {
    font-size: 1.125rem;
  }
}
.brand-page-intro p:not(:last-child) {
  margin-bottom: 1rem;
}
.brand-page-content {
  font-size: 1rem;
  margin: 3rem 0;
}
@media screen and (min-width: 801px) {
  .brand-page-content {
    font-size: 1.125rem;
    margin: 6rem 0;
  }
}
.brand-page-content img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .brand-page-content img {
    max-width: 30rem;
    margin: 0 auto;
  }
}
.brand-page-content-columns {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 800px) {
  .brand-page-content-columns {
    flex-direction: column;
  }
}
.brand-page-content-column {
  width: 100%;
}
@media screen and (min-width: 801px) {
  .brand-page-content-column {
    flex: 50% 0 1;
  }
}
.brand-page-content-title {
  font-family: "Nantes", "Poppins", serif;
  font-size: 2.75rem;
  margin: 1.5rem 0 3rem;
}
.brand-page-images {
  overflow: hidden;
  margin: 3rem 0;
}
@media screen and (min-width: 801px) {
  .brand-page-images {
    margin: 6rem 0;
  }
}
.brand-page-carousel {
  width: 80%;
  max-width: 768px;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 801px) {
  .brand-page-carousel {
    width: 60%;
  }
}
.brand-page-carousel .slick-list {
  overflow: visible;
}
.brand-page-carousel .slick-dots {
  margin-top: 1.5rem;
  color: black;
}
.brand-page-carousel .slick-dots button {
  margin: 0 0.5rem;
  transition: all 150ms;
}
.brand-page-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
}
.brand-page-carousel .slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(1.5);
}
.brand-page-carousel img {
  width: 100%;
  height: auto;
}
.brand-page-carousel-item {
  padding: 0 0.75rem;
}
@media screen and (min-width: 801px) {
  .brand-page-carousel-item {
    padding: 0 1.5rem;
  }
}

#catalogues {
  margin-top: 30px;
}
#catalogues .catalogue {
  position: relative;
  margin-bottom: 40px;
}
#catalogues .cover-image {
  background-color: #dadada;
  height: 500px;
}
#catalogues .content {
  margin-bottom: 15px;
}
#catalogues .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  #catalogues .catalogue:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 1024px) {
  #catalogues .catalogue:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 800px) {
  #catalogues {
    margin-top: 15px;
  }
  #catalogues .cover-image {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  #catalogues .cover-image {
    height: 350px;
  }
}

#single-catalogue .embed {
  margin: 30px auto;
}

#contract-page {
  color: #4E3529;
}
#contract-page section {
  margin-bottom: 50px;
}
#contract-page .section-title {
  color: black;
}
#contract-page .center {
  text-align: center;
}
#contract-page .contract-page-header {
  margin-top: 50px;
}
#contract-page .contract-page-header h2 {
  font-size: 65px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: -4px;
}
#contract-page .contract-page-header .images {
  height: 550px;
}
#contract-page .contract-page-header .images .image {
  float: left;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#contract-page .contract-page-header .images .pattern {
  width: 25%;
}
#contract-page .contract-page-header .images .cover {
  width: 50%;
  border-left: 4px solid white;
  border-right: 4px solid white;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  #contract-page .contract-page-header {
    margin-bottom: 50px;
  }
  #contract-page .contract-page-header h2 {
    font-size: 50px;
  }
  #contract-page .contract-page-header .images {
    height: 450px;
  }
  #contract-page .contract-page-header .image.pattern {
    display: none;
  }
  #contract-page .contract-page-header .image.cover {
    width: 100%;
    border: 0;
  }
}
@media screen and (max-width: 650px) {
  #contract-page .contract-page-header h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  #contract-page .contract-page-header h2 {
    font-size: 32px;
  }
  #contract-page .contract-page-header .images {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  #contract-page .contract-page-header {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  #contract-page .contract-page-header .images {
    height: 280px;
  }
}
#contract-page .contract-page-picto {
  text-align: center;
}
#contract-page .contract-page-picto img {
  height: 80px;
  margin: 10px;
}
#contract-page .contract-page-picto h4 {
  font-size: large;
}
#contract-page .contract-page-picto .br {
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 500px) {
  #contract-page .contract-page-picto .br {
    display: none;
  }
}
#contract-page .contract-page-nonfeu {
  text-align: center;
}
#contract-page .contract-page-nonfeu p {
  text-align: justify;
}
#contract-page .contract-page-nonfeu .section-title {
  text-align: left;
}
#contract-page .contract-page-nonfeu img {
  margin-top: 30px;
}
#contract-page .contract-page-nonfeu .img-container {
  overflow: hidden;
  transition: height 0.5s ease;
}
#contract-page .contract-page-nonfeu .small {
  height: 15rem;
}
#contract-page .contract-page-nonfeu .full {
  height: auto;
}
#contract-page .contract-page-nonfeu .toggle-button {
  padding: 0.5rem 1rem;
}
#contract-page .contract-page-collection {
  margin-bottom: 68px;
}
#contract-page .contract-page-collection article {
  position: relative;
}
#contract-page .contract-page-collection .cover-image {
  background-color: #dadada;
  height: 500px;
}
#contract-page .contract-page-collection .full-link {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#contract-page .contract-page-collection .button {
  margin-top: 1rem;
}
#contract-page .contract-page-realisation {
  margin-bottom: 0;
}
#contract-page .contract-page-realisation .slider-slide {
  position: relative;
  color: white;
}
#contract-page .contract-page-realisation .slider-slide .cover-image {
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #contract-page .contract-page-realisation .slider-slide .cover-image {
    max-height: calc(100vh - 160px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#contract-page .contract-page-realisation .slick-next,
#contract-page .contract-page-realisation .slick-prev {
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}
#contract-page .contract-page-realisation .slick-next:before,
#contract-page .contract-page-realisation .slick-prev:before {
  color: white;
}
#contract-page .contract-page-realisation .work {
  margin-bottom: 80px;
}
#contract-page .contract-page-realisation .work .work-products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
#contract-page .contract-page-realisation .work .work-products .color {
  flex: 50% 0 0;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  #contract-page .contract-page-realisation .work .work-products .color {
    flex: 33.333% 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #contract-page .contract-page-realisation .work .work-products .color {
    flex: 25% 0 0;
  }
}
#contract-page .contract-page-realisation .work .cover-image {
  height: 350px;
  margin-bottom: 15px;
}
#contract-page .contract-page-realisation .work h3, #contract-page .contract-page-realisation .work #press-home .agency .agency-title, #press-home .agency #contract-page .contract-page-realisation .work .agency-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: inherit;
  text-transform: none;
}
@media screen and (max-width: 500px) {
  #contract-page .contract-page-realisation .work {
    margin-bottom: 50px;
  }
  #contract-page .contract-page-realisation .work .cover-image {
    height: 250px;
  }
}
