<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../Magento_Catalog/css/bipolart.css";
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #00699d;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
.home-img-zoom footer {
  display: none;
}
.new-foot-main {
  font-weight: 400;
}
.new-foot-main .col-lg-5,
.new-foot-main .col-lg-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.new-foot-main .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.new-foot-main ul li a,
.new-foot-main ul li .alink,
.new-foot-main ul li a:visited,
.new-foot-main ul li .alink:visited {
  color: #000000 !important;
  text-decoration: none;
}
@media all and (min-width: 768px), print {
  .footer.content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}
.page-footer {
  margin-top: 25px;
  background: #ffffff !important;
  border-color: #ffffff !important;
  padding-bottom: 0 !important;
}
.page-footer .container {
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  flex-wrap: unset;
}
.page-footer .footer .block-title {
  color: #000000;
  padding: 3px 0 0 11px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 14px;
}
.page-footer .footer .form.subscribe label {
  width: 100%;
  max-width: inherit;
}
.new-foot-main .footer-newsletter {
  padding: 30px 0 !important;
  background-color: #F1F0F5 !important;
}
.new-foot-main .footer-newsletter .container {
  background: #657d70 !important;
  padding: 20px;
  border-radius: 10px;
}
.new-foot-main .footer-newsletter .container .bloc-right {
  position: relative;
}
.new-foot-main .footer-newsletter .container .bloc-right span {
  position: absolute;
  top: 20px;
  left: 10px;
  font-family: 'KGAlwaysAGoodTime';
  font-size: 20px;
}
.new-foot-main .footer-newsletter .title-newsletter {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 25px;
  font-weight: 600;
}
.new-foot-main .footer-newsletter .content-top {
  font-size: 14px;
  color: #fff;
}
.new-foot-main .footer-newsletter .block.newsletter {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-top: 20px;
}
.new-foot-main .footer-newsletter .block.newsletter .title {
  display: none;
}
.new-foot-main .footer-newsletter .block.newsletter .check-menzzo-newsletter {
  display: block;
  margin: 5px;
  float: left;
  clear: both;
}
.new-foot-main .footer-newsletter .block.newsletter .check-menzzo-newsletter .check-politique-menzzo {
  text-decoration: underline !important;
  color: #fff !important;
}
.new-foot-main .footer-newsletter .block.newsletter .check-menzzo-newsletter .check-politique-menzzo:hover {
  color: #fff !important;
}
.new-foot-main .footer-newsletter .block.newsletter .check-menzzo-newsletter label.labelCheckNewsletter {
  font-size: 13px;
  font-weight: normal;
  display: block;
  position: relative;
  padding-left: 20px;
  color: #fff;
}
.new-foot-main .footer-newsletter .block.newsletter .check-menzzo-newsletter label.labelCheckNewsletter input#checkNewsletter {
  position: absolute;
  margin-right: 5px;
  left: 0;
  top: 2px !important;
}
.new-foot-main .footer-newsletter .block.newsletter .field.newsletter {
  width: 100%;
  max-width: 100% !important;
}
.new-foot-main .footer-newsletter .block.newsletter .form.subscribe .action.subscribe {
  display: block;
  height: 48px !important;
  border-radius: 5px !important;
  width: 100% !important;
  white-space: nowrap;
  font-size: 15px !important;
  background: #000;
  color: #fff;
  overflow: hidden;
  border: none;
  position: static;
  padding: 0;
  transition: transform .4s, filter .4s;
}
.new-foot-main .footer-newsletter .block.newsletter .form.subscribe .action.subscribe:hover {
  background: #c03;
  transition: all 0.4s;
}
.new-foot-main .footer-newsletter .block.newsletter input[type="email"] {
  padding: 0 20px;
  height: 48px;
  border-radius: 5px;
  font-style: normal;
}
.new-foot-main .footer-newsletter .block.newsletter input[type="email"]::placeholder {
  color: #657d70;
  font-size: 15px;
  font-style: italic;
}
.new-foot-main .footer-newsletter .block.newsletter .form.subscribe {
  display: block;
  position: relative;
  width: 100%;
}
.new-foot-main .footer-newsletter .block.newsletter .field.newsletter #newsletter-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  padding: 2px 5px;
  width: fit-content;
}
.new-foot-main .footer-newsletter .form-subscribe-header {
  padding: 0 0 10px;
  display: inline-block;
  text-align: left;
  margin-right: 10px;
}
.new-foot-main .footer-newsletter .form-subscribe-header label {
  font-weight: normal;
  color: black;
  font-size: 12px;
  padding: 10px 0 0;
  margin: 0;
}
.new-foot-main .footer-newsletter .form.subscribe label[for='newsletter'] {
  width: 100%;
  max-width: inherit;
  min-height: 70px;
}
.new-foot-main .footer-newsletter .form-subscribe-header span {
  display: block;
  color: #000000;
  font-weight: 600;
}
.new-foot-main .footer-newsletter input[type="email"] {
  font-family: Helvetica,Arial,sans-serif;
  width: 100%;
  border: none;
  border-radius: 0;
  overflow: hidden;
  padding: 0 105px 0 15px;
  font-size: 12px;
  font-style: italic;
  color: #000000;
  font-weight: normal;
}
.new-foot-main .footer-newsletter .field .control:before {
  display: none;
}
.new-foot-main .footer-newsletter .block-subscribe .block.newsletter {
  width: 40%;
  max-width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.new-foot-main .footer-services {
  background-color: #f1f0f6 !important;
  padding: 30px 0;
}
.new-foot-main .footer-services .container {
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
}
.new-foot-main .footer-services .container .col-lg-3 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.new-foot-main .footer-services .container .col-lg-4 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.new-foot-main .footer-services .col-lg-3,
.new-foot-main .footer-services .col-lg-4 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.new-foot-main .footer-services .footer-service {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0;
  margin: 5px;
  min-height: 640px;
  position: relative;
}
.new-foot-main .footer-services .footer-service .btn.footer-see-more {
  display: block;
  padding: 8px;
  background-color: #cc0033;
  color: #fff !important;
  font-size: 13px;
  border-radius: 50px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  text-decoration: none;
}
.new-foot-main .footer-services .footer-service .btn.footer-see-more:hover {
  background-color: #000;
}
.new-foot-main .footer-services .footer-service .service-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-top: 0;
}
.new-foot-main .footer-services .footer-service .service-title .sprite-svg-icon {
  margin-bottom: 10px;
}
.new-foot-main .footer-services .footer-service .footer-div-center {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: 13px;
}
.new-foot-main .footer-services .footer-service .footer-div-center p {
  font-size: 13px !important;
  line-height: 17px !important;
}
.new-foot-main .footer-services .footer-service .service-contact {
  text-align: center;
  margin-top: 5px;
}
.new-foot-main .footer-services .footer-service .service-horaires {
  text-align: center;
  margin-top: 5px;
}
.new-foot-main .footer-services .footer-service .span-svg-23 {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.new-foot-main .footer-services .footer-service.footer-service-shipping .shipping-info {
  font-weight: bold;
  text-align: center;
  display: block;
}
.new-foot-main .footer-services .footer-service.footer-service-shipping .footer-div-center {
  margin-bottom: 10px;
}
.new-foot-main .footer-services .footer-service.footer-service-shipping .service-icon {
  padding-top: 60px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
  position: relative;
}
.new-foot-main .footer-services .footer-service.footer-service-shipping .service-icon.service-icon-eco {
  padding-top: 55px;
  background-image: none !important;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement {
  display: block;
  text-align: center;
  margin: 0;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 5px 5px 0;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .sprite-svg-icon.paypal {
  width: 120px;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon.cb {
  background-image: url("../../images/footer/cartesbancaires.svg");
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon.visa {
  background-image: url("../../images/footer/visa.svg");
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon.master {
  background-image: url("../../images/footer/master.svg");
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon.american-express {
  background-image: url("../../images/footer/amex.svg");
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon.paypal {
  background-image: url("../../images/footer/paiement-paypal.svg");
  width: 100px;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon.hipay {
  background-image: url("../../images/footer/hipay.svg");
  height: 20px;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon.alma {
  background-image: url("../../images/footer/alma_3_4.svg");
  width: 95px;
  height: 30px;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon.sequra {
  background-image: url("../../images/footer/sequra_image_footer.png");
  width: 120px;
  height: 28px;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon.scalapay {
  background-image: url("../../images/footer/scalapay_image_footer.png");
  width: 120px;
  height: 28px;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon.klarna {
  background-image: url("../../images/footer/klarna_image_footer.png");
  width: 120px;
  height: 28px;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement.carte-bancaire .paiement-icon.payline {
  background-image: url("../../images/footer/payline.svg");
  width: 50px;
  height: 20px;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement.carte-bancaire .paiement-icon.paypal {
  width: 60px;
  height: 30px;
  vertical-align: bottom;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement.carte-bancaire .paiement-icon.alma {
  width: 100px;
}
.new-foot-main .footer-services .footer-service.footer-service-paiement .paiement.carte-bancaire .paiement-icon.scalapay {
  width: 80px;
  height: 24px;
  background-image: url('../../images/scalapay/scalapay-mobile.png');
}
.new-foot-main .footer-services .service-icon-eco:before {
  background-image: url("../../images/livraison-eco.svg");
}
.new-foot-main .footer-services .service-icon-chronopost:before {
  background-image: url("../../images/livraison-chronopost.svg");
}
.new-foot-main .footer-services .service-icon-after-work:before {
  background-image: url("../../images/livraison-trusk.svg");
}
.new-foot-main .ax-col-block .line {
  height: 2px;
  width: 100%;
  background-color: #cc0033;
}
.new-foot-main .ax-col-block h4 {
  color: #cc0033;
  font-weight: 700;
  max-width: 85%;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 0 3px;
  margin: -9px auto 0;
  font-size: 14px;
  text-transform: inherit;
  line-height: initial;
}
.new-foot-main .footer-cols {
  font-size-adjust: 0.5;
  background-color: #f1f0f5;
  padding: 30px 0;
}
.new-foot-main .footer-cols .col-block {
  padding: 15px 10px;
}
.new-foot-main .footer-cols .col-block .block-footer {
  position: relative;
  padding: 15px 5px;
  background-color: #ffffff;
  border-radius: 0;
  min-height: 745px;
}
.new-foot-main .footer-cols .col-block .block-footer p {
  padding: 0 5px;
}
.new-foot-main .footer-cols .col-block .block-footer .title-colum h3 {
  margin: 10px 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .txt-strg {
  color: #8574b9;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .line {
  height: 2px;
  width: 100%;
  background-color: #cc0033;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info h4 {
  color: #cc0033;
  font-weight: 700;
  max-width: 85%;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 0 3px;
  margin: -9px auto 0;
  font-size: 14px;
  text-transform: inherit;
  line-height: initial;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .sprite-svg-icon {
  margin: 15px 0;
  width: 100%;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .link-info {
  margin: 15px 0 25px;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .link-info .sprite-svg-icon {
  width: 25px;
  margin: 0 auto;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .link-info .location-dot {
  width: 20px;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .link-info a {
  text-decoration: underline;
  color: #000;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .link-info a:hover {
  color: #cc0033;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .link-info a.tel {
  text-decoration: none;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .alma {
  background-image: url("../../images/footer/alma_3_4.svg");
  width: 95px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px auto;
  display: block;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .floa {
  background-image: url("../../images/footer/floa_image_footer.png");
  width: 115px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px auto;
  display: block;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .carte-bancaire {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 5px;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .carte-bancaire .paiement-icon {
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 5px 5px 0;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .carte-bancaire .paiement-icon.cb {
  background-image: url(../../images/footer/cartesbancaires.svg);
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .carte-bancaire .paiement-icon.visa {
  background-image: url(../../images/footer/visa.svg);
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .carte-bancaire .paiement-icon.master {
  background-image: url(../../images/footer/master.svg);
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info .carte-bancaire .paiement-icon.american-express {
  background-image: url(../../images/footer/amex.svg);
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info ul li {
  margin-bottom: 0;
  list-style: disc;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info ul li.color-pink {
  color: #df5274;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info ul li.color-sky-blue {
  color: #179dde;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info ul li.color-blue {
  color: #0a32ff;
}
.new-foot-main .footer-cols .col-block .block-footer .content-colum .block-info ul li.color-gold {
  color: #d5a900;
}
.new-foot-main .footer-cols .col-block .block-footer span.paiement-icon.alma.mobile-show {
  display: none;
}
.new-foot-main .footer-cols .col-block .block-footer .footer-see-more {
  background-color: #cc0033;
  color: #fff;
  border-radius: 25px;
  width: 90%;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  text-decoration: none;
}
.new-foot-main .footer-cols .col-block .block-footer .footer-see-more:hover {
  background-color: #000;
}
.new-foot-main .footer-payment {
  margin: 0 auto;
  width: fit-content;
}
.new-foot-main .footer-payment span.paiement-icon {
  margin: 0 3px;
}
.new-foot-main .footer-payment .sequra {
  background-image: url("../../images/footer/sequra_image_footer.png");
  width: 70px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px auto;
  display: block;
}
.new-foot-main .footer-payment .scalapay {
  background-image: url("../../images/footer/scalapay_image_footer.png");
  width: 94px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px auto;
  display: block;
}
.new-foot-main .footer-payment .klarna {
  background-image: url("../../images/footer/klarna_image_footer.png");
  width: 63px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px auto;
  display: block;
}
.new-foot-main .show-mobile {
  display: none;
}
.new-foot-main .show-desktop {
  display: block;
}
@media (max-width: 991px) {
  .new-foot-main .show-desktop {
    display: none;
  }
  .new-foot-main .show-mobile {
    display: block;
  }
  .new-foot-main .mobile-show {
    display: block;
  }
  .new-foot-main .footer-cols {
    background-color: #fff;
    order: 2;
    padding: 0;
  }
  .new-foot-main .footer-cols .show-desktop {
    display: none;
  }
  .new-foot-main .footer-cols .container {
    padding: 0;
  }
  .new-foot-main .footer-cols .container .col-block {
    border-bottom: 1px solid #f1f0f5;
    padding: 15px 0;
  }
  .new-foot-main .footer-cols .container .col-block p {
    padding: 0;
    text-align: left;
  }
  .new-foot-main .footer-cols .container .col-block .carte-bancaire {
    justify-content: flex-start !important;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    min-height: inherit;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .x-flex {
    display: flex;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .x-flex .sprite-svg-icon {
    width: 125px;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .x-flex .alma {
    width: 115px;
    height: 45px;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .x-flex span.paiement-icon.alma.mobile-show {
    display: block;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .title-colum {
    max-width: 95px;
    min-width: 95px;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .title-colum h3 {
    margin: 5px 0 0;
    font-size: 16px;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .title-colum .sprite-svg-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .content-colum {
    margin-left: 10px;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .content-colum .block-info .link-info {
    margin: 0;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .content-colum .block-info .link-info span.h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
    text-align: left;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .content-colum .block-info .link-info .ax-link {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .content-colum .block-info .link-info .ax-link .sprite-svg-icon {
    margin: initial;
    height: 25px;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .content-colum .block-info .link-info .ax-link a,
  .new-foot-main .footer-cols .container .col-block .block-footer .content-colum .block-info .link-info .ax-link span {
    margin-left: 10px;
    text-align: left;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .content-colum .block-info .link-info .ax-link span a {
    margin-left: 0;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .block-shipping {
    display: flex;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .block-shipping .service-icon-shipping {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    margin: 0 2px;
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .block-shipping .service-icon-shipping.service-icon-eco {
    background-image: url(../../images/livraison-eco.svg);
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .block-shipping .service-icon-shipping.service-icon-chronopost {
    background-image: url(../../images/livraison-chronopost.svg);
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .block-shipping .service-icon-shipping.service-icon-trusk {
    background-image: url(../../images/livraison-trusk.svg);
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .block-shipping .service-icon-shipping.service-icon-etage {
    background-image: url(../../images/livraison-etage.svg);
  }
  .new-foot-main .footer-cols .container .col-block .block-footer .block-shipping .service-icon-shipping.service-icon-gold {
    background-image: url(../../images/livraison-gold.svg);
  }
  .new-foot-main svg.icon.sprite-svg-icon.mobile-show {
    display: block;
  }
}
.new-foot-main .sprite-svg-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
.new-foot-main .sprite-svg-icon.svg-23 {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}
.new-foot-main .footer-social-media {
  width: 80%;
  margin: auto;
  display: block;
  padding: 30px 0;
}
.new-foot-main .footer-social-media ul {
  list-style: none;
  padding-left: 15px;
}
.new-foot-main .footer-social-media .row .col-lg-4 {
  padding: 0 80px !important;
}
.new-foot-main .footer-social-media .social-media ul {
  list-style: none;
  padding-left: 15px;
  display: inline-block;
}
.new-foot-main .footer-social-media .social-media ul li {
  display: inline-block;
  margin: 0 4px;
  font-size: 14px;
}
.new-foot-main .footer-social-media .social-media ul li .sprite-svg-icon {
  width: 30px;
  height: 30px;
}
.new-foot-main .footer-social-media .social-media ul li a {
  border: 1px solid #f1f0f6;
  padding: 7px;
  border-radius: 100%;
  display: flex;
}
.new-foot-main .footer-social-media .social-media.col-md-4 ul {
  display: inline-block;
}
.new-foot-main .footer-social-media .social-media.col-md-4 ul li {
  display: inline-block;
  margin: 0 10px;
}
.new-foot-main .footer-social-media .social-media.col-md-4 ul li .sprite-svg-icon {
  width: 30px;
  height: 30px;
}
.new-foot-main .footer-social-media .flex-nav-footer {
  display: flex;
}
.new-foot-main .footer-social-media .flex-nav-footer ul {
  margin-right: 40px;
}
.new-foot-main .footer-paiement-cartes {
  width: 80%;
  margin: auto;
  display: block;
  padding: 15px 0;
  text-align: center;
}
.new-foot-main .footer-paiement-cartes ul.paiement-cartes-gris li {
  display: inline-block;
  text-align: center;
  min-width: 100px;
  margin-right: 10px;
}
.new-foot-main .footer-paiement-cartes ul.paiement-cartes-gris li .paiement-cartes-icon {
  width: 100px;
  height: 60px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}
.new-foot-main .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.paypal {
  background-image: url("../../images/footer/paypal_gris.svg");
}
.new-foot-main .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.cb {
  background-image: url("../../images/footer/cartesbancaires_gris.svg");
}
.new-foot-main .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.visa {
  background-image: url("../../images/footer/visa_gris.svg");
}
.new-foot-main .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.master {
  background-image: url("../../images/footer/master_gris.svg");
}
.new-foot-main .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.amex {
  background-image: url("../../images/footer/amex_gris.svg");
}
.new-foot-main .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.payline {
  background-image: url("../../images/footer/payline-gris.svg");
  height: 30px;
}
.new-foot-main .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.hipay {
  background-image: url("../../images/footer/hipay-gris.svg");
  height: 30px;
  width: 55px;
}
.new-foot-main .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.alma {
  background-image: url("../../images/footer/logo-alma-gris.png");
  width: 76px;
  height: 29px;
}
.new-foot-main .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.floa {
  background-image: url("../../images/footer/floa-noir.png");
  width: 90px;
  height: 25px;
}
.new-foot-main .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.sequra {
  background-image: url("../../images/footer/sequra-noir.png");
  width: 90px;
  height: 25px;
}
.new-foot-main .footer-countries-flags {
  text-align: center;
  margin-top: 5px;
  padding: 20px 0 10px;
  background-color: #333233;
}
.new-foot-main .footer-countries-flags a.footer-country-flag {
  display: inline-block;
}
.new-foot-main .footer-countries-flags a.footer-country-flag .sprite-svg-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
}
.new-foot-main .footer-countries-flags span {
  color: #ffffff;
  vertical-align: top;
}
.new-foot-main .end-footer {
  display: block;
  text-align: center;
  color: #ffffff;
  background: #333233;
  padding: 6px 0;
  width: 100%;
  clear: both;
  font-size: 12px;
}
.new-foot-main a {
  color: #000000;
}
.new-foot-main .show-mobile {
  display: none;
}
.lang-pt .new-foot-main .footer-services .footer-service {
  min-height: 410px;
}
.lang-be_fr .new-foot-main .footer-services .footer-service {
  min-height: 550px;
}
.lang-es .new-foot-main .footer-services .footer-service {
  min-height: 513px;
}
.lang-de .new-foot-main .footer-services .footer-service {
  min-height: 455px;
}
.lang-fr .new-foot-main .footer-services .footer-service {
  min-height: 820px;
}
.lang-it .footer-service {
  min-height: 540px !important;
}
.lang-at .footer-service {
  min-height: 350px !important;
}
.lang-be_nl .footer-service {
  min-height: 540px !important;
}
.lang-nl .footer-service {
  min-height: 470px !important;
}
.lang-iw .new-foot-main .footer-services .footer-service {
  min-height: 660px !important;
}
.lang-iw .new-foot-main .footer-social-media {
  direction: rtl;
}
.mobile-show,
svg.icon.sprite-svg-icon.mobile-show {
  display: none;
}
@media (min-width: 768px) {
  .lang-de .new-foot-main .footer-services,
  .lang-it .new-foot-main .footer-services,
  .lang-nl .new-foot-main .footer-services,
  .lang-iw .new-foot-main .footer-services,
  .lang-es .new-foot-main .footer-services {
    padding: 30px 0 !important;
  }
  .new-foot-main .col-lg-5 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .new-foot-main .col-lg-7 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  .new-foot-main .col-lg-5 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .new-foot-main .col-lg-7 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media only screen and (min-width: 950px) {
  .footer-social-media .col-lg-6 {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 951px) {
  .new-foot-main .footer-service .btn.footer-see-more {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .lang-fr .new-foot-main .footer-services .footer-service {
    min-height: 930px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1141px) {
  .lang-fr .new-foot-main .footer-services .footer-service {
    min-height: 870px !important;
  }
}
@media only screen and (max-width: 1140px) {
  .lang-fr .new-foot-main .footer-services .footer-service {
    min-height: 790px;
  }
}
@media only screen and (max-width: 1110px) {
  .new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon {
    width: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .lang-fr .new-foot-main .footer-services .footer-service {
    min-height: 890px;
  }
}
@media only screen and (max-width: 950px) {
  .new-foot-main {
    background-color: #f1f0f6 !important;
    display: flex;
    flex-direction: column;
  }
  .new-foot-main .footer-newsletter {
    order: 3;
    overflow: hidden;
  }
  .new-foot-main .hidden-950 {
    display: none !important;
  }
  .new-foot-main .footer-services {
    background-color: #ffffff !important;
    order: 2;
    padding: 0 !important;
  }
  .new-foot-main .footer-services .container .col-lg-3 {
    width: 100%;
  }
  .new-foot-main .footer-services .col-lg-3,
  .new-foot-main .footer-services .col-lg-4 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service,
  .new-foot-main .footer-services .col-lg-4 .footer-service {
    display: flex;
    text-align: left;
    min-height: auto !important;
    border-bottom: 1px solid #f1f0f6;
    padding: 20px 0;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service .service-title,
  .new-foot-main .footer-services .col-lg-4 .footer-service .service-title {
    font-size: 12px;
    flex: 1;
    max-width: 26%;
    margin-right: 5px;
    overflow-wrap: break-word;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service .service-title .sprite-svg-icon &gt; use,
  .new-foot-main .footer-services .col-lg-4 .footer-service .service-title .sprite-svg-icon &gt; use {
    fill: #cc0033;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service .contact-wrap,
  .new-foot-main .footer-services .col-lg-4 .footer-service .contact-wrap {
    display: flex;
    margin-right: 5px;
    text-align: left;
    flex: 1;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service .contact-wrap .service-contact,
  .new-foot-main .footer-services .col-lg-4 .footer-service .contact-wrap .service-contact {
    flex: 1;
    text-align: left;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service .contact-wrap .service-contact,
  .new-foot-main .footer-services .col-lg-4 .footer-service .contact-wrap .service-contact,
  .new-foot-main .footer-services .col-lg-3 .footer-service .contact-wrap .service-horaires,
  .new-foot-main .footer-services .col-lg-4 .footer-service .contact-wrap .service-horaires {
    margin-right: 5px;
    text-align: left;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service .contact-wrap .service-contact strong,
  .new-foot-main .footer-services .col-lg-4 .footer-service .contact-wrap .service-contact strong,
  .new-foot-main .footer-services .col-lg-3 .footer-service .contact-wrap .service-horaires strong,
  .new-foot-main .footer-services .col-lg-4 .footer-service .contact-wrap .service-horaires strong {
    font-size: 13px;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service .contact-wrap .service-horaires,
  .new-foot-main .footer-services .col-lg-4 .footer-service .contact-wrap .service-horaires {
    flex: 1;
    margin-bottom: 0;
    text-align: left;
    padding-left: 15px;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service .footer-div-center,
  .new-foot-main .footer-services .col-lg-4 .footer-service .footer-div-center {
    text-align: left;
    margin-bottom: 0 !important;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service .service-icon,
  .new-foot-main .footer-services .col-lg-4 .footer-service .service-icon {
    padding: 0 !important;
    text-align: left;
    margin-bottom: 5px;
    font-size: 13px;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service .service-content strong,
  .new-foot-main .footer-services .col-lg-4 .footer-service .service-content strong {
    text-align: left;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service .span-svg-23,
  .new-foot-main .footer-services .col-lg-4 .footer-service .span-svg-23,
  .new-foot-main .footer-services .col-lg-3 .footer-service .footer-div-center,
  .new-foot-main .footer-services .col-lg-4 .footer-service .footer-div-center {
    font-size: 12px;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-paiement .paiement,
  .new-foot-main .footer-services .col-lg-4 .footer-service-paiement .paiement {
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    order: 2;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-paiement .paiement .paiement-icon,
  .new-foot-main .footer-services .col-lg-4 .footer-service-paiement .paiement .paiement-icon {
    width: 49px;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-paiement .paiement .paiement-icon.alma,
  .new-foot-main .footer-services .col-lg-4 .footer-service-paiement .paiement .paiement-icon.alma {
    height: 32px;
    width: 90px !important;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-paiement .paiement .paypal.paiement-icon,
  .new-foot-main .footer-services .col-lg-4 .footer-service-paiement .paiement .paypal.paiement-icon {
    width: 60px;
    height: 30px;
    vertical-align: bottom;
    background-image: url('../../images/footer/paiement-paypal.svg');
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-paiement .paiement.carte-bancaire .paiement-icon.payline,
  .new-foot-main .footer-services .col-lg-4 .footer-service-paiement .paiement.carte-bancaire .paiement-icon.payline {
    margin: 0 5px 0 0;
    height: 25px;
    width: 50px;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-paiement .paiement.carte-bancaire .paiement-icon.paypal,
  .new-foot-main .footer-services .col-lg-4 .footer-service-paiement .paiement.carte-bancaire .paiement-icon.paypal {
    height: 20px;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-paiement .paiement.carte-bancaire .paiement-icon.payline,
  .new-foot-main .footer-services .col-lg-4 .footer-service-paiement .paiement.carte-bancaire .paiement-icon.payline {
    margin: 0 5px 0 0;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-paiement .service-content.paiment-mobile,
  .new-foot-main .footer-services .col-lg-4 .footer-service-paiement .service-content.paiment-mobile {
    display: flex;
    flex-direction: column;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-paiement .service-content.paiment-mobile .p-paiment-mobile,
  .new-foot-main .footer-services .col-lg-4 .footer-service-paiement .service-content.paiment-mobile .p-paiment-mobile {
    order: 1;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-paiement .service-content.paiment-mobile .paiement.carte-bancaire,
  .new-foot-main .footer-services .col-lg-4 .footer-service-paiement .service-content.paiment-mobile .paiement.carte-bancaire {
    order: 2;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-shipping .contact-shipping,
  .new-foot-main .footer-services .col-lg-4 .footer-service-shipping .contact-shipping {
    margin-bottom: 10px;
    display: block;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-shipping .contact-shipping strong,
  .new-foot-main .footer-services .col-lg-4 .footer-service-shipping .contact-shipping strong {
    display: block;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-shipping .shipping-info,
  .new-foot-main .footer-services .col-lg-4 .footer-service-shipping .shipping-info {
    text-align: left !important;
    font-weight: normal !important;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service-showroom .contact-wrap .showroom-adress,
  .new-foot-main .footer-services .col-lg-4 .footer-service-showroom .contact-wrap .showroom-adress,
  .new-foot-main .footer-services .col-lg-3 .footer-service-showroom .contact-wrap .showroom-tel,
  .new-foot-main .footer-services .col-lg-4 .footer-service-showroom .contact-wrap .showroom-tel {
    display: block;
    margin-bottom: 5px;
  }
  .new-foot-main .footer-social-media {
    order: 4;
    width: 100%;
    padding: 0;
  }
  .new-foot-main .footer-social-media .row .col-lg-4 {
    padding: 0 !important;
  }
  .new-foot-main .footer-social-media .social-media ul {
    margin: 25px auto;
    width: fit-content;
    width: -moz-fit-content;
    display: block;
  }
  .new-foot-main .footer-social-media .col-lg-4,
  .new-foot-main .footer-social-media .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .new-foot-main .footer-social-media .col-lg-4 h3.block-title,
  .new-foot-main .footer-social-media .col-lg-6 h3.block-title {
    background-color: #fff;
    padding: 15px 10px !important;
    margin: 0 0 10px 0;
    font-size: 14px;
  }
  .new-foot-main .footer-social-media .flex-nav-footer {
    flex-direction: column;
  }
  .new-foot-main .end-footer {
    margin-bottom: 10px;
    order: 7;
  }
  .new-foot-main .footer-countries-flags {
    order: 6;
  }
  .new-foot-main .footer-countries-flags span {
    display: block;
    margin-bottom: 10px;
  }
  .new-foot-main .footer-paiement-cartes {
    order: 5;
    padding-bottom: 10px;
  }
  .new-foot-main .show-mobile {
    display: block !important;
  }
  .new-foot-main .show-mobile.paiement-icon {
    display: inline-block !important;
  }
  .new-foot-main .footer-scroll-mobile {
    order: 1;
    padding: 15px 10px;
    text-align: center;
    background-color: #f1f0f6 !important;
    cursor: pointer;
  }
  .new-foot-main .footer-scroll-mobile.go-to-top {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
  }
  .new-foot-main .footer-scroll-mobile.go-to-top:before {
    content: '&gt;';
    position: absolute;
    top: 48%;
    transform: translateY(-50%) rotate(-90deg);
    left: 30%;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: monospace;
  }
  .new-foot-main .bold {
    font-weight: bold;
  }
  .new-foot-main .span-svg-23 {
    margin-bottom: 0 !important;
  }
  .catalog-product-view .new-foot-main .footer-services {
    order: 3 !important;
  }
  .new-foot-main .footer-services .footer-service .footer-service,
  .lang-fr .new-foot-main .footer-services .footer-service {
    min-height: auto !important;
    width: 100%;
    border-bottom: 1px solid #f1f0f6;
    padding: 20px 0;
    margin: 0;
  }
  .new-foot-main .footer-services .footer-service .footer-service.footer-service-shipping,
  .lang-fr .new-foot-main .footer-services .footer-service.footer-service-shipping {
    border-bottom: none;
  }
  .new-foot-main .footer-services .container,
  .new-foot-main .footer-social-media .container {
    padding: 0;
  }
  h3.block-title {
    background-color: #fff;
    padding: 10px !important;
    margin: 0 0 10px 0 !important;
    font-size: 14px;
  }
  .lang-iw .new-foot-main .footer-services .footer-service {
    min-height: auto !important;
  }
}
@media (max-width: 767px) {
  .footer.content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .new-foot-main .footer-social-media ul {
    margin-bottom: 0;
  }
  .new-foot-main .footer-social-media ul li a {
    font-size: 12px !important;
  }
  .new-foot-main .footer-newsletter {
    background: #4d6457 !important;
    padding: 30px 0;
  }
  .new-foot-main .footer-newsletter .container {
    padding: 0 !important;
    background: #4d6457 !important;
  }
  .new-foot-main .footer-newsletter .container .title-newsletter {
    font-size: 17px;
  }
  .new-foot-main .footer-newsletter .container .check-menzzo-newsletter label.labelCheckNewsletter input#checkNewsletter {
    top: 25px !important;
    transform: scale(1.3);
  }
  .new-foot-main .footer-services .footer-service .contact-wrap {
    flex-direction: column;
  }
  .new-foot-main .footer-services .footer-service .contact-wrap .service-contact,
  .new-foot-main .footer-services .footer-service .contact-wrap .service-horaires {
    width: 100%;
    float: inherit;
    flex: inherit;
    margin-right: 0;
    padding-left: 0;
  }
  .new-foot-main .footer-services .footer-service .contact-wrap .service-horaires {
    padding-left: 0 !important;
  }
  .new-foot-main .footer-countries-flags a.footer-country-flag {
    padding: 0 3px;
  }
  .lang-it .new-foot-main .footer-services,
  .lang-de .new-foot-main .footer-services,
  .lang-nl .new-foot-main .footer-services,
  .lang-iw .new-foot-main .footer-services {
    padding: 0 !important;
  }
  .col-lg-4,
  .col-lg-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  footer .new-foot-main .footer-newsletter .col-lg-7 {
    padding: 0 !important;
  }
}
@media (max-width: 480px) {
  .new-foot-main .footer-services {
    padding: 0 !important;
  }
  .new-foot-main .footer-services .col-lg-3 .footer-service .service-title,
  .new-foot-main .footer-services .col-lg-4 .footer-service .service-title {
    max-width: 95px;
    margin-top: 0;
  }
  .new-foot-main .footer-services .footer-service.footer-service-paiement .paiement .paiement-icon {
    width: 40px;
  }
  .new-foot-main .footer-social-media .flex-nav-footer {
    flex-direction: column;
  }
  .new-foot-main .footer-newsletter .newsletter-span {
    margin-left: 34px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-newsletter .container.row .col-lg-6 {
    padding: 0;
  }
}
@media (max-width: 414px) {
  .new-foot-main ul li a,
  .new-foot-main ul li .alink,
  .new-foot-main ul li a:visited,
  .new-foot-main ul li .alink:visited {
    font-size: 12px;
  }
}
.ax-service-icon-shipping-wrap {
  display: block;
}
.ax-menzzo-shipping-block .ax-service-icon-shipping {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  margin: 5px;
}
.ax-mobile-block-shipping.ax-menzzo-shipping-block .ax-service-icon-shipping {
  margin: 0 5px 5px 0;
}
.ax-service-icon-shipping.service-icon-ax-classic {
  background-image: url("../../Axelites_MenzzoShipping/images/icones-livraison-classic-footer.png");
}
.ax-service-icon-shipping.service-icon-ax-etage {
  background-image: url("../../Axelites_MenzzoShipping/images/icones-livraison-etage-footer.png");
}
.ax-service-icon-shipping.service-icon-ax-relais {
  background-image: url("../../Axelites_MenzzoShipping/images/icones-livraison-relais-footer.png");
}
.ax-service-icon-shipping.service-icon-ax-retrait {
  background-image: url("../../Axelites_MenzzoShipping/images/icones-livraison-retrait-footer.png");
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/whatsapp/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/whatsapp/fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'), url('../fonts/whatsapp/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/whatsapp/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/whatsapp/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/whatsapp/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes "wobble-vertical" {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes "wobble-horizontal" {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes "pulse-grow" {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes "pulse-shrink" {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes "slideDownReturn" {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes "slideLeftReturn" {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes "slideRightReturn" {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes "slideUpReturn" {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes "spaceInLeft" {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(0.2) translate(-200%, 0%);
    transform: scale(0.2) translate(-200%, 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(1) translate(0%, 0%);
    transform: scale(1) translate(0%, 0%);
  }
}
@keyframes "spaceInDown" {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0.2) translate(0%, 200%);
    transform: scale(0.2) translate(0%, 200%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1) translate(0%, 0%);
    transform: scale(1) translate(0%, 0%);
  }
}
@keyframes "spaceInRight" {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(0.2) translate(200%, 0%);
    transform: scale(0.2) translate(200%, 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(1) translate(0%, 0%);
    transform: scale(1) translate(0%, 0%);
  }
}
@keyframes "spaceInUp" {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale(0.2) translate(0%, -200%);
    transform: scale(0.2) translate(0%, -200%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale(1) translate(0%, 0%);
    transform: scale(1) translate(0%, 0%);
  }
}
@keyframes "tinRightIn" {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateX(900%);
    transform: scale(1, 1) translateX(900%);
  }
  50%,
  70%,
  90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateX(0);
    transform: scale(1.1, 1.1) translateX(0);
  }
  60%,
  80%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
  }
}
@keyframes "tinLeftIn" {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateX(-900%);
    transform: scale(1, 1) translateX(-900%);
  }
  50%,
  70%,
  90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateX(0);
    transform: scale(1.1, 1.1) translateX(0);
  }
  60%,
  80%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
  }
}
@keyframes "tinDownIn" {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateY(900%);
    transform: scale(1, 1) translateY(900%);
  }
  50%,
  70%,
  90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateY(0);
    transform: scale(1.1, 1.1) translateY(0);
  }
  60%,
  80%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes "tinUpIn" {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateY(-900%);
    transform: scale(1, 1) translateY(-900%);
  }
  50%,
  70%,
  90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateY(0);
    transform: scale(1.1, 1.1) translateY(0);
  }
  60%,
  80%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
.wobble-vertical {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-vertical:hover {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.wobble-vertical:focus {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.wobble-vertical:active {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.wobble-horizontal {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-horizontal:hover {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.wobble-horizontal:focus {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.wobble-horizontal:active {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.pulse-grow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-grow:hover {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.pulse-grow:focus {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.pulse-grow:active {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.pulse-shrink {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-shrink:hover {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.pulse-shrink:focus {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.pulse-shrink:active {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.slideDownReturn {
  -webkit-animation-name: slideDownReturn;
  animation-name: slideDownReturn;
  animation-duration: 2s;
}
.slideLeftReturn {
  -webkit-animation-name: slideLeftReturn;
  animation-name: slideLeftReturn;
  animation-duration: 2s;
}
.slideRightReturn {
  -webkit-animation-name: slideRightReturn;
  animation-name: slideRightReturn;
  animation-duration: 2s;
}
.slideUpReturn {
  -webkit-animation-name: slideUpReturn;
  animation-name: slideUpReturn;
  animation-duration: 2s;
}
.spaceInLeft {
  -webkit-animation-name: spaceInLeft;
  animation-name: spaceInLeft;
  animation-duration: 2s;
}
.spaceInDown {
  -webkit-animation-name: spaceInDown;
  animation-name: spaceInDown;
  animation-duration: 2s;
}
.spaceInRight {
  -webkit-animation-name: spaceInRight;
  animation-name: spaceInRight;
  animation-duration: 2s;
}
.spaceInUp {
  -webkit-animation-name: spaceInUp;
  animation-name: spaceInUp;
  animation-duration: 2s;
}
.tinRightIn {
  -webkit-animation-name: tinRightIn;
  animation-name: tinRightIn;
  animation-duration: 2s;
}
.tinLeftIn {
  -webkit-animation-name: tinLeftIn;
  animation-name: tinLeftIn;
  animation-duration: 2s;
}
.tinDownIn {
  -webkit-animation-name: tinDownIn;
  animation-name: tinDownIn;
  animation-duration: 2s;
}
.tinUpIn {
  -webkit-animation-name: tinUpIn;
  animation-name: tinUpIn;
  animation-duration: 2s;
}
.whatsappToggle {
  background-color: #0dc152;
  color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  height: 70px !important;
  width: 70px !important;
  white-space: nowrap;
  line-height: 100%;
  padding: 0 0 3px !important;
  border-radius: 50px;
  position: fixed;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  transition: box-shadow 80ms ease-in-out, width 0.4s ease 0.2s;
  z-index: 9999999;
}
.whatsappToggle .fa_whatsapp {
  margin-right: 0 !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 45px;
}
.fa-whatsapp:before {
  content: "\f232";
  font-family: FontAwesome;
}
.whatsapp_a {
  position: fixed;
  border-radius: 50%;
  height: 60px;
  text-align: center;
  width: 60px;
  text-decoration: none;
}
.whatsapp_a span {
  font-size: 40px;
  margin-top: 10px;
}
.wa_contact {
  display: none;
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 99999999;
}
.wa_contact .wa_contact_title {
  display: none;
  position: absolute;
  text-align: center;
  background-color: #F8F8F8;
  font-family: "Open Sans", serif;
  color: #5D4E4E;
  padding: 2px 12px 2px 10px;
  font-size: 12px;
  border-radius: 3px;
  white-space: nowrap;
  border: 1px solid #EBEBEB;
}
.closeWhatsappButton {
  position: fixed;
  cursor: pointer;
  z-index: 100000000;
}
.closeButtonWebImage {
  background-image: url("../../images/whatsapp/close.png");
  width: 7px;
  height: 6px;
  bottom: 90px !important;
}
.closeButtonMobileImage {
  background-image: url("../../images/whatsapp/Close-Mobile.png");
  width: 13px;
  height: 11px;
  background-size: 13px 11px;
  background-repeat: no-repeat;
}
#wa_contact:hover #wa_contact_title {
  display: block;
}
.whatsappClose {
  font-size: 18px !important;
  font: inherit !important;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px !important;
  right: 10px;
  opacity: 1 !important;
  transition: opacity .3s;
}
.whatsappClose:hover {
  cursor: pointer;
  opacity: 1;
}
.whatsappClose:before {
  content: "\f00d";
  color: #fff;
  font-family: 'FontAwesome';
}
.whatsappText {
  font-size: 14px;
}
.whatsappBox {
  position: fixed;
  background: white;
  max-width: 360px;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 8px 25px -5px rgba(45, 62, 79, 0.15);
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  z-index: 99999;
}
.whatsappBox_top {
  transform: translateY(-50px) scale(0.9);
}
.whatsappBox_bottom {
  transform: translateY(50px) scale(0.9);
}
.whatsapp_show {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.whatsappAdmin {
  max-height: 461px;
  padding: 0;
  overflow-y: auto;
}
.whatsappAdmin a {
  text-decoration: none;
}
.whatsappAdmin .whatsappAccount {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  color: #555555;
  border-bottom: 1px solid #eee;
}
.whatsappAdmin .whatsappAccount:last-child {
  border-bottom: none;
}
.whatsappAdmin .whatsappAccount:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #555555;
  border-radius: 0;
}
.whatsappAdmin .whatsappAccount:active {
  color: #555555;
}
.whatsappAdmin .whatsappAccount:visited {
  color: #555555;
}
.whatsappAdmin .whatsappAccount:focus {
  color: #555555;
}
.whatsappBox.whatsappBox_bottom.fa-caret-down::before {
  content: "";
}
.whatsappImage {
  float: left;
  width: 60px;
  height: 60px;
  position: relative;
  background: transparent url('../../images/whatsapp/logo-green-small.png') center center no-repeat;
  background-size: cover;
}
.whatsappAdminInfo {
  float: left;
  width: calc(60%);
  padding-left: 10px;
}
.whatsappAdminInfo span {
  width: 100%;
  float: left;
}
.whatsappAdminInfo .span_default {
  font-size: 13px;
}
.fa-caret-down:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  z-index: -1;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.02);
  bottom: -7px;
  border: 1px solid #FFF;
  background-color: #FFF;
}
.fa-caret-up:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  z-index: -1;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.02);
  top: -7px;
  border: 1px solid #0dc152;
  background-color: #0dc152;
}
.whatsappDescription {
  background-color: #0dc152;
  color: #ffffff;
  padding: 12px 10px 10px !important;
  border-radius: 6px 6px 0 0;
}
.whatsappDescription p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 768px) {
  #whatsappBox {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .whatsapp_a {
    position: absolute;
  }
  .whatsapp_a span {
    font-size: 40px;
    margin-top: 0;
  }
  .wa_contact {
    position: fixed;
  }
  .closeWhatsappButton {
    position: fixed;
    bottom: 90px !important;
  }
  #wa_icon {
    font-size: 40px;
    position: relative;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/glyphicons-halflings-regular.woff2") format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
@font-face {
  font-family: 'KGAlwaysAGoodTime';
  src: url('../fonts/KGAlwaysAGoodTime.eot?#iefix') format('embedded-opentype'), url('../fonts/KGAlwaysAGoodTime.woff') format('woff'), url('../fonts/KGAlwaysAGoodTime.ttf') format('truetype'), url('../fonts/KGAlwaysAGoodTime.svg#KGAlwaysAGoodTime') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CoreSansNW01-55Medium';
  src: url('../fonts/CoreSansNW01-55Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/CoreSansNW01-55Medium.woff') format('woff'), url('../fonts/CoreSansNW01-55Medium.ttf') format('truetype'), url('../fonts/CoreSansNW01-55Medium.svg#CoreSansNW01-55Medium') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'kg_always_a_good_timeregular';
  src: url('../fonts/KGAlwaysAGoodTime.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tahu! Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Tahu!.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Run to the Hills Personal Use';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Run to the Hills Personal Use.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'menzzo-icons';
  src: url("../fonts/menzzo-icons.eot?bfwq8o");
  src: url("../fonts/menzzo-icons.eot?bfwq8o#iefix") format("embedded-opentype"), url("../fonts/menzzo-icons.woff?bfwq8o") format("woff"), url("../fonts/menzzo-icons.svg?bfwq8o#menzzo-icons") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../fonts/Luma-Icons.woff2') format('woff2'), url('../fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bahagia';
  src: url('../fonts/Bahagia.woff2') format('woff2'), url('../fonts/Bahagia.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Bahagia';
  src: url('../fonts/Bahagia.woff2') format('woff2'), url('../fonts/Bahagia.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.no-scroll-mobile {
  overflow-y: hidden;
}
.scroll-mobile {
  overflow-y: auto;
}
#coupon_code-error {
  color: #cc0033;
  font-size: 12px;
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.w-100 {
  width: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.has-modal {
  overflow: hidden;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input.input-text,
input.input-text:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px #ffffff !important;
}
.lang-es .amsl-popup-block .amsl-text {
  min-height: 179px;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
button#action-new-account {
  border-radius: 25px !important;
}
.form.password.forget .action.submit:hover span {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .container {
    width: 1170px;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .container {
    width: 970px;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .container {
    width: 750px;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
.font-weight-bold {
  font-weight: 700 !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.hidden {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.col-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
* {
  padding: 0;
  margin: 0;
}
body {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
body .loading-mask {
  z-index: 9999;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  font-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button.close {
  -webkit-appearance: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  border: 0;
}
button:focus {
  outline: none;
}
button:not(.primary) {
  box-shadow: none !important;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  line-height: normal;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h2,
.h2 {
  margin: 0;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}
h3,
.h3 {
  margin: 0;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
a:hover {
  transition: none;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
p {
  margin: 0 0 10px;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
nav,
section,
summary {
  display: block;
}
nav ul,
nav ol {
  list-style: none none;
}
svg:not(:root) {
  overflow: hidden;
}
.mfp-hide {
  display: none !important;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  max-width: 100%;
  margin-bottom: 5px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.item-content {
  text-align: right;
  font-size: 18px;
  line-height: 20px;
}
button:not(.primary) {
  box-shadow: none !important;
}
#maincontent {
  position: relative;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: 'menzzo-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.vertival-design #maincontent:before {
  content: "";
  position: absolute;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
}
body.vertival-design #maincontent:after {
  content: "";
  position: absolute;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
}
body.vertival-design #maincontent:after,
body.vertival-design #maincontent:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=');
}
.v-badge {
  position: fixed;
  font: 13px/20px Arial;
  color: #ffffff;
  cursor: pointer;
  z-index: 999;
  background: #111111 none repeat scroll 0 0;
  padding: 6px 11px 2px;
  box-shadow: #000000 0 0 3px;
  left: 10px;
  bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#m-cookienotice {
  background: #fff;
  overflow: hidden;
  color: #000;
  z-index: 9;
  font-size: 12px;
  padding: 10px 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.47);
}
#m-cookienotice .m-message.title {
  display: none;
}
#m-cookienotice .m-button-cookie {
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 3px;
  color: #cc0033 !important;
}
#m-cookienotice .m-message {
  padding-left: 15px;
  font-size: 12px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
#m-cookienotice.v-bar {
  width: 100%;
}
#m-cookienotice.v-bar .m-actions {
  padding-right: 10px;
}
#m-cookienotice.v-bar.v-bottom {
  display: flex;
  position: fixed;
  bottom: 0;
  align-items: center;
  justify-content: space-between;
  z-index: 999 !important;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
ul &gt; li,
ol &gt; li {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
article,
aside,
figcaption,
figure,
footer,
hgroup,
main,
nav,
section {
  display: block;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #cc0033;
  text-decoration: underline;
}
.fade:not(.show) {
  opacity: 0;
}
/**************** Modal ***************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 999 !important;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm {
  z-index: 99999;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close &gt; span,
.modal-popup .action-close &gt; span,
.modal-slide .action-close &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**************** End Modal ***************/
.icon-sprite-png {
  background-image: url("../images/css_sprites.png");
  background-repeat: no-repeat;
}
.promo-design {
  max-width: 100%;
}
button {
  background-image: none;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.customer-account-create input[type="checkbox"].checkbox {
  display: inline-block;
  vertical-align: middle;
}
.customer-account-create .amsl-title-bloc {
  display: none;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
  box-shadow: none !important;
  outline: 0 !important;
  outline-offset: 0 !important;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu-blog {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 &gt; * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 &gt; * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 &gt; * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 &gt; * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 &gt; * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 &gt; * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
.modal-content {
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: calc(-0.7rem);
  border-top-right-radius: calc(-0.7rem);
  text-align: left;
  padding: 15px;
  border: 0 !important;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-right-radius: calc(-0.7rem);
  border-bottom-left-radius: calc(-0.7rem);
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer button.action-secondary {
  margin-right: 5px;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media (min-width: 992px) {
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 992px) {
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1280px !important;
  }
}
.abs-button-responsive,
.actions-toolbar &gt; .primary .action,
.actions-toolbar &gt; .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.abs-reset-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto !important;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static !important;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link &gt; a,
.product-item-name &gt; a,
.product.name a &gt; a {
  color: #333333;
  text-decoration: none;
}
.abs-visually-hidden,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary &gt; .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing &gt; .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname &gt; .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard &gt; .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button &gt; .action.split span,
.product-items .wishlist.split.button &gt; .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset &gt; .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset &gt; .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item &gt; .product:before,
.minicart-items .product-item &gt; .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item &gt; .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-account-title,
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.lang-pt .header.content .logo {
  display: flex;
  align-items: center;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
button,
a.action.primary {
  border-radius: 3px;
}
.nav-toggle {
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle span {
  position: absolute;
  font-size: 8px;
  font-weight: 600;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: initial !important;
  height: initial !important;
  clip: inherit;
  text-transform: uppercase;
  text-align: left;
}
header {
  display: block;
}
.page-header {
  border-bottom: 1px solid #eee;
  margin: 0;
  background: #ffffff;
  padding-bottom: 0;
}
.actions-toolbar .primary,
.actions-toolbar .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar .primary:last-child,
.actions-toolbar .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar .primary .action,
.actions-toolbar .secondary .action {
  margin-bottom: 10px !important;
  border-radius: 25px !important;
}
.actions-toolbar .primary .action:last-child,
.actions-toolbar .secondary .action:last-child {
  margin-bottom: 0;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.form.password.forget .fieldset:after {
  margin: 35px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.action.primary,
.action-primary {
  background-image: none;
  background-color: #cc0033;
  border: 1px solid #cc0033;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:hover,
.action-primary:hover {
  background: #cc0033 !important;
  border: #cc0033 1px solid !important;
}
.action-primary.action-accept {
  background: #cc0033;
  border: 1px solid #cc0033;
  color: #fff;
}
.amsl-popup-block .amsl-register-content .create.account .mage-error,
.amsl-forgot-content .mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.amsl-login-content span.amsl-separator {
  right: 33.33333%;
}
.amsl-register-content span.amsl-separator {
  right: 50%;
}
.amsl-login-content .action.primary:hover {
  border: 1px solid #cc0033 !important;
}
.amsl-separator {
  position: absolute;
  margin: 0;
  top: 4%;
  height: 92%;
  border: 1px solid #dbdbdb;
}
.amsl-separator .amsl-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 33px;
  height: 33px;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  background: #fff;
  color: #dbdbdb;
  text-align: center;
  font-size: 14px;
  line-height: 27px;
  transform: translate(-50%, -50%);
}
.amsl-register-content .form.create.account,
.amsl-register-content .form.password.forget {
  min-width: inherit;
  max-width: 100%;
  width: 100%;
}
.amsl-register-content .form.create.account .label,
.amsl-register-content .form.password.forget .label {
  color: #000000;
}
.amsl-register-content .form.create.account .actions-toolbar &gt; .secondary .action.back,
.amsl-register-content .form.password.forget .actions-toolbar &gt; .secondary .action.back {
  display: block;
  margin-top: 10px;
  color: black;
  font-weight: bold;
}
.amsl-button {
  transition: all 0.2s ease;
  display: block;
  border-radius: 100px;
  background-repeat: no-repeat;
}
.amsl-button .amsl-social-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.amsl-button.-google {
  background: #ffffff;
}
.amsl-button.-google .amsl-social-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==");
}
.amsl-button.-facebook {
  background-color: #3c5a99;
}
.amsl-button.-facebook .amsl-social-icon {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
}
.amsl-button.-twitter {
  background-color: #1da1f2;
}
.amsl-button.-twitter .amsl-social-icon {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.amsl-button.-amazon .amsl-social-icon {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=');
}
.amsl-button-wrapper.-rectangular .amsl-button,
.amsl-linked-wrapper.-rectangular .amsl-button {
  border-radius: 4px;
}
.amsl-tabs-wrapper.-forgot {
  display: none;
}
.amsl-forgot-content .password.forget .actions-toolbar {
  display: flex;
  flex-direction: column;
}
.amsl-forgot-content .password.forget .actions-toolbar .primary {
  display: block;
  margin: 0 auto;
}
.amsl-forgot-content .password.forget .actions-toolbar .secondary .action.back {
  color: #000;
  font-weight: bold;
}
.amsl-forgot-content .field.email .control {
  margin-bottom: 20px;
}
.amsl-tablist {
  display: none;
}
.amsl-register-content {
  width: 100%;
}
.amsl-register-content .label {
  color: #000;
}
.amsl-register-content .field {
  margin-bottom: 25px;
}
.amsl-register-content .field.newsletter .label {
  color: #787878;
}
.amsl-register-content .fieldset {
  min-width: 100%;
}
.amsl-register-content .fieldset.create.account .field:nth-of-type(1) {
  margin-bottom: 10px;
}
.amsl-register-content .fieldset.create.info .field-name-firstname,
.amsl-register-content .fieldset.create.info .field-name-lastname {
  display: block;
  width: 100%;
}
.amsl-register-content .fieldset.create.info .field-name-lastname {
  float: right;
}
.amsl-register-content .password-strength-meter,
.amsl-register-content .password-strength-meter:before,
.amsl-register-content .password-none .password-strength-meter:before {
  background-color: #fff;
}
.amsl-register-content .fiedset:after,
.amsl-register-content .legend,
.amsl-register-content .fieldset &gt; .legend + br {
  display: none;
}
.amsl-popup-overlay {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 99999;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.amsl-popup-block {
  position: relative;
  box-sizing: border-box;
  margin: 10px auto auto;
  min-width: 300px;
  max-width: 95vw;
  background: #fff;
  border: 10px solid #ededed;
}
.amsl-popup-block .amsl-login-content {
  flex-direction: row;
  width: 100%;
}
.amsl-popup-block .amsl-login-content .mage-error {
  color: #cc0033;
  font-size: 12px;
}
.amsl-popup-block .amsl-login-content .amsl-error {
  display: none;
  flex-basis: 100%;
  margin: 20px;
  padding: 5px;
  background: #f69b98;
  text-align: left;
  word-break: break-word;
  color: #000;
}
.amsl-popup-block .amsl-login-content .amsl-error.-social {
  margin: 35px 20px 0;
}
.amsl-popup-block .amsl-login-content .amsl-form {
  flex: 1;
  padding: 10px;
  margin: 0;
}
.amsl-popup-block .amsl-login-content .amsl-form .am-guest-wrapper strong {
  margin: 5px 0 -5px;
  display: block;
}
.amsl-popup-block .amsl-login-content .fieldset.login {
  position: relative;
}
.amsl-popup-block .amsl-login-content .fieldset.login .field.choice {
  display: none;
}
.amsl-popup-block .amsl-login-content .fieldset.login .field.choice .label {
  display: none;
}
.amsl-popup-block .amsl-login-content .form-login .field.password {
  margin-bottom: 0;
}
.amsl-popup-block .amsl-login-content .field {
  margin-bottom: 15px;
}
.amsl-popup-block .amsl-login-content .fieldset &gt; .field &gt; .label:not([for="show-password"]) {
  display: none;
}
.amsl-popup-block .amsl-login-content .fieldset &gt; .field &gt; .label[for="show-password"] {
  color: black;
}
.amsl-popup-block .amsl-login-content .primary,
.amsl-popup-block .amsl-login-content .action.primary.login {
  width: 100%;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
}
.amsl-popup-block .amsl-login-content .secondary {
  margin-top: 5px;
  text-align: left;
}
.amsl-popup-block .amsl-login-content .secondary .action.remind {
  color: #000000;
  text-decoration: underline !important;
  display: block;
  font-weight: bold;
  text-align: center;
}
.amsl-popup-block .amsl-login-content .actions-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px 0 15px;
}
.amsl-popup-block .amsl-login-content .actions-toolbar .primary {
  margin-bottom: 0;
}
.amsl-popup-block .amsl-login-content .actions-toolbar:before,
.amsl-popup-block .amsl-login-content .actions-toolbar:after {
  display: none;
}
.amsl-popup-block .amsl-login-content .actions-toolbar .action.primary {
  text-align: center;
  background: #cc0033 !important;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  float: none;
  height: 40px;
}
.amsl-popup-block .amsl-text {
  display: block;
  margin-top: 25px;
  min-height: 111px;
}
.amsl-popup-block .amsl-title-bloc {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}
.amsl-popup-block .input-text {
  height: 35px;
  border-radius: 0;
  background: #fff;
  color: #585858;
  border: 1px solid #ccc;
  padding-left: 10px;
}
.amsl-popup-block .input-text::placeholder {
  color: #a1a1a1;
}
.amsl-popup-block .fieldset {
  border: none;
}
.amsl-popup-block .fieldset:last-of-type {
  margin-bottom: 0;
}
.amsl-popup-block .fieldset .field &gt; .label {
  margin-bottom: 0 !important;
  color: #000;
}
.amsl-popup-block .fieldset .field &gt; .label,
.amsl-popup-block .fieldset .fields &gt; .field &gt; .label {
  font-weight: 400;
  margin-bottom: 4px;
  padding-left: 0;
}
.amsl-popup-block .amsl-content-wrapper {
  padding: 50px 30px;
  color: #008f02;
}
.amsl-popup-block .amsl-title {
  color: #000;
}
.amsl-popup-block .amsl-social-login {
  min-height: inherit;
}
.amsl-popup-block .amsl-button-wrapper {
  margin: 0 5px;
  display: block;
}
.amsl-popup-block .amsl-social-wrapper {
  flex: 1;
  padding: 10px;
  margin: 0;
  min-height: 180px;
}
.amsl-popup-block .am-guest-wrapper {
  flex: 1;
  padding: 0;
  margin: 0;
}
.amsl-popup-block .block {
  margin-bottom: 0;
}
.amsl-popup-block .checkbox {
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.amsl-popup-block .field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.amsl-popup-block .field.password .control .eye-slash {
  background-image: url("../images/visibility.png");
  background-size: cover;
  width: 18px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9999;
}
.amsl-popup-block .field.password .control .ba-eye {
  background-image: url("../images/show.png");
}
.amsl-popup-block .field.password .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.amsl-popup-block .checkbox + .label {
  vertical-align: middle;
  display: inline-block;
}
.amsl-popup-block .amsl-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 999;
}
.amsl-popup-block .amsl-close:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #787878 !important;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  cursor: pointer;
}
.amsl-popup-block .form-create-account .fieldset.create.account:after,
.amsl-popup-block .block-title,
.amsl-popup-block .field.note {
  display: none;
}
.amsl-popup-block.-social-right .amsl-forgot-content {
  display: block;
  padding: 10px 20px;
}
.amsl-popup-block.-social-right .amsl-register-content {
  display: block;
  padding-bottom: 20px;
}
.amsl-popup-block.-social-right .amsl-register-content .amsl-social-login {
  height: auto;
  min-height: auto;
}
.amsl-popup-block.-social-right .amsl-register-content .amsl-social-login .amsl-title {
  margin: 0 auto 18px;
  position: relative;
  text-align: center;
  padding: 0 10px 10px;
  background: none;
  transform: none;
  height: fit-content;
}
.amsl-popup-block.-social-right .amsl-register-content .amsl-social-login .amsl-title.-short {
  display: none;
}
.amsl-popup-block.-social-right .amsl-register-content .amsl-social-login .amsl-buttons {
  padding: 0 5px;
}
.amsl-popup-block.-social-right .amsl-register-content .amsl-error {
  margin: 20px 28px 20px 20px;
  background-color: #f69b98;
  color: #000;
  position: relative;
  z-index: 999;
}
.amsl-popup-block.-social-right .amsl-register-content .amsl-error div {
  padding: 10px;
}
.amsl-popup-block input.required-captcha.checkbox {
  display: none;
}
.account .amsl-accounts-block legend.legend {
  margin-bottom: 0 !important;
}
.account .amsl-accounts-block .amsl-social-login .amsl-buttons .amsl-button-wrapper:nth-of-type(n+4),
.account .amsl-accounts-block .amsl-social-login .amsl-buttons .amsl-button-wrapper.with-label.-rectangular:not(:first-of-type) {
  margin-top: 0;
}
.account .amsl-accounts-block .amsl-social-login .amsl-buttons .amsl-button-wrapper {
  margin: 0 5px;
}
.account .amsl-accounts-block .amsl-social-login .amsl-buttons .amsl-button-wrapper .amsl-button {
  border-radius: 7px;
}
.amsl-error.-social {
  margin: 0;
}
.amsl-social-login {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
  border-radius: 0 0 8px 8px;
  background: transparent;
  text-align: center;
}
.amsl-social-login .amsl-title {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  transform: none;
}
.amsl-social-login .amsl-title.-short {
  display: none;
  width: inherit;
}
.amsl-social-login .amsl-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: start;
  padding: 20px 10px;
  width: 100%;
}
.btn-radius-25 {
  border-radius: 25px;
}
.btn-black {
  background-color: #303030 !important;
  color: #fff !important;
  border: 1px solid #303030 !important;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
.page-layout-1column .column.main {
  width: 100% !important;
}
ul.ui-menu.ui-menu-icons {
  font-family: inherit;
  padding: 0;
  border-bottom: none;
}
.header.content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 23px 20px 0 !important;
  text-align: center;
}
.fixedHeader {
  position: fixed !important;
  left: 0;
  top: 0 !important;
  height: 51px;
  background: #fff;
}
.search-header .block-search .block-title {
  display: none;
}
.search-header .block-search .block-content {
  margin-bottom: 0;
}
.search-header .block-search .block-content .label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-header .block-search .block-content .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #000;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.search-header .block-search .block-content .label.active + .control input {
  position: static;
}
.search-header .block-search .block-content .control {
  clear: both;
}
.search-header .block-search .block-content input {
  left: 0;
  margin: 15px 0;
  z-index: 1;
  position: absolute;
}
@media (min-width: 768px), print {
  .search-header .block-search .block-content input {
    border: 1px solid #cc0033 !important;
    border-radius: 20px;
    box-sizing: border-box;
  }
}
.search-header .block-search .block-content .nested {
  display: none;
}
.search-header .block-search .block-content .items-total {
  float: left;
  margin: 0 10px;
}
.search-header .block-search .block-content .items-total .count {
  font-weight: 700;
}
/********** minicart *****************/
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .block-content &gt; .actions {
  margin-top: 15px;
}
.block-minicart .block-content &gt; .actions .secondary {
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  display: block;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .block-minicart {
  margin: 4px 0 0;
  padding: 0 20px 15px;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
  right: 11px;
  top: -14px;
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper.active .product .actions {
  float: right;
}
.minicart-wrapper .product .actions &gt; .primary,
.minicart-wrapper .product .actions &gt; .secondary {
  display: inline;
}
.minicart-wrapper .product .actions &gt; .primary:not(:last-child),
.minicart-wrapper .product .actions &gt; .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
  background-color: #fff;
  height: auto !important;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #000000 !important;
  text-align: left !important;
}
.minicart-items .product-item-details {
  padding-left: 88px;
  color: #000 !important;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product-item-details .details-qty label {
  color: #000 !important;
}
.minicart-items .product .product-item-photo,
.minicart-items .product .product-image-container {
  float: left;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit span,
.minicart-items .action.delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  background: #c03;
  padding: 9px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  font-size: 17px;
  padding: 2px;
}
.minicart-items .action.delete {
  padding: 7px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .subtotal {
  min-height: 32px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .subtotal .label,
.minicart-wrapper .block-minicart #minicart-content-wrapper .subtotal .amount.price-container {
  display: inline-block;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items .action.edit,
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items .action.delete {
  background: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items .action.edit:before .action.delete:before {
  color: #000000;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items .item-qty {
  width: 40px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-pricing .price-container .minicart-discount {
  background-color: #c03;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 5px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-pricing .price-container .minicart-old-price span.price {
  text-decoration: line-through !important;
  color: #555;
  font-weight: 500;
  font-size: 14px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-pricing .price-container .minicart-special-price span.price {
  color: #c03;
  font-size: 18px;
  font-weight: 700;
}
.minicart-wrapper .block-content &gt; .actions .action.viewcart {
  background: #cc0033;
  padding: 7px 15px;
  border-radius: 3px;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff !important;
  transition: all 0.4s;
  margin: 0 3px;
  border: 1px solid #cc0033;
}
.minicart-wrapper .subtotal {
  align-items: center;
  background: #000;
  color: #fff;
  width: 100%;
  float: left;
  margin: 0 !important;
  text-align: center !important;
}
.minicart-wrapper .items-total {
  background: #000;
  color: #fff;
  margin: 0 0 !important;
  height: 27px;
  width: 100%;
  text-align: center;
  padding: 7px;
  min-height: 30px;
}
.minicart-wrapper .action.close {
  color: #000 !important;
}
.minicart-wrapper .action.close:before {
  color: #ffffff !important;
  opacity: 1 !important;
}
.minicart-wrapper .product .actions {
  margin-top: -39px;
  display: flex;
  align-items: center;
}
.contact-mobile {
  text-align: left;
  margin-top: 5px;
  padding-bottom: 100px;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.minicart-wrapper.active .block-minicart {
  text-align: left;
  z-index: 100 !important;
}
.modal-popup.confirm .modal-inner-wrap {
  z-index: 101;
}
.modal-popup .action-close {
  background: transparent;
}
a.action.viewcart {
  color: #c03;
}
.amsl-register-content .field.choice {
  display: flex;
  align-items: center;
}
.amsl-register-content .password-strength-meter {
  line-height: 1.2 !important;
  margin-top: 5px;
}
.password-strength-meter {
  padding: 0 10px;
}
.coup-de-coueur .item-content {
  background-color: #ffffff;
  margin-top: -20px;
  padding: 10px 10px 20px;
  display: block;
}
.coup-de-coueur .item-content .product-name {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin: 0;
  color: #000000;
  font-weight: normal;
}
.coup-de-coueur.hover {
  display: block;
  z-index: 99;
}
.cms-showroom p {
  line-height: inherit !important;
}
.cms-showroom .showroom-boutique p {
  line-height: 14px;
}
/********** end minicart *****************/
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item .product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item .product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-item .product-image-container .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-item .product-image-container .product-image-wrapper .product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.price-container .price {
  font-size: 1.4rem;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block p:last-child {
  margin: 0;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
/********** wishlist **************/
.wishlist-header-mobile .wishlist-link {
  padding: 9px 5px 14px !important;
}
.wishlist-header-mobile {
  top: 0;
  height: 50px;
  width: auto;
  border: 0 !important;
}
.wishlist-header-mobile .wishlist-link {
  padding: 12px 6px 14px;
  display: block;
}
.wishlist-header-mobile .wishlist-link span.favoris {
  background-position: -164px -1px;
  display: block;
  width: 27px;
  height: 27px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 1;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.wishlist-header-mobile.active .wishlist-link span.favoris {
  background-position: -198px -1px;
}
/********** End wishlist **************/
.phone-link-mobile &gt; .phone-mobile a:before,
.wishlist-header-mobile .wishlist-link span.favoris {
  left: 0;
  transform: none;
}
#mpquickview-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 900px;
  margin: 0 auto;
  max-height: 650px;
  overflow: hidden;
  overflow-y: auto;
  min-height: 400px;
}
.mpajaxcart-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  display: none;
}
#mpajaxcart-popup {
  z-index: 2000;
  position: fixed;
  height: auto;
  max-width: 100%;
  min-width: 500px;
  width: 32%;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: none;
  max-height: 80%;
  overflow: hidden;
  overflow-y: auto;
}
.header.content .header.links .blog-link span.text-blog,
.navigation .level0 .menu-blog.level-top.ui-corner-all &gt; span.title-blog {
  font-family: "kg_always_a_good_timeregular";
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  margin-left: 20px;
}
span.show-mobile-span {
  display: none;
  color: #000;
  font-size: 13px;
  text-align: left;
}
.fieldset &gt; .field.required &gt; .label:after,
.fieldset &gt; .fields &gt; .field.required &gt; .label:after,
.fieldset &gt; .field._required &gt; .label:after,
.fieldset &gt; .fields &gt; .field._required &gt; .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.page-layout-1column .column.main {
  width: 100% !important;
}
ul.ui-menu.ui-menu-icons {
  font-family: inherit;
  padding: 0;
  border-bottom: none;
}
#mpquickview-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 900px;
  margin: 0 auto;
  max-height: 650px;
  overflow: hidden;
  overflow-y: auto;
  min-height: 400px;
}
.mpajaxcart-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  display: none;
}
#mpajaxcart-popup {
  z-index: 2000;
  position: fixed;
  height: auto;
  max-width: 100%;
  min-width: 500px;
  width: 32%;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: none;
  max-height: 80%;
  overflow: hidden;
  overflow-y: auto;
}
.amsl-social-login .amsl-button {
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.klevu-searching-area {
  position: absolute;
  z-index: 20000000000;
  width: 750px;
  font-family: inherit;
  font-size: 12px;
  border: 1px solid #9a9a9a;
  background-color: #eee;
  -webkit-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
  box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
}
.klevu-min-ltr {
  display: none;
  position: absolute;
  z-index: 20000000000;
  width: 20%;
  font-family: inherit;
  font-size: 12px;
  color: #333;
  padding: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: left;
}
.klevu-pt-rs-hover {
  font-family: inherit;
  padding: 10px;
  font-size: 11px;
  position: absolute;
  z-index: 20000000000;
  width: 500px;
  border: 1px solid #c3c3c3;
  background-color: #fff;
  line-height: 20px;
}
.klevu-fluid .klevu-searching-area {
  width: 56%;
}
.klevu-fluid .klevu-pt-rs-hover {
  width: 38%;
}
.klevu-pt-rs-hover a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}
.klevu-pt-rs-hover strong {
  float: left;
  width: 25%;
  color: #666;
  display: block;
  text-align: left;
}
.klevu-pt-rs-hover .klevu-pt-rs-keywords {
  float: left;
  width: 73%;
  margin-left: 1%;
  color: #666;
  text-align: left;
}
.klevu-clear-both {
  clear: both;
}
.btn-group-vertical &gt; .btn-group:after,
.btn-group-vertical &gt; .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical &gt; .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.has-modal {
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.modal-popup .modal-header {
  border: 0 !important;
}
.modal-popup .modal-header .modal-content {
  border: 0 !important;
}
#promo-banner-chrono {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px;
  display: none;
}
#promo-banner-chrono .chrono {
  font-weight: 600;
  color: #000000;
}
#promo-banner-chrono .chrono .chrono-time {
  color: #cc0033;
}
#promo-banner-chrono .promo .code {
  padding: 0 7px;
}
#promo-banner-chrono .item.imb5 {
  margin-bottom: 5px;
}
#promo-banner-chrono .timerbox {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  font-style: italic;
  color: #d1002e;
  position: relative;
  margin-bottom: 5px;
}
#promo-banner-chrono .timerbox span.timerbox-prefix {
  position: relative;
}
#promo-banner-chrono .timerbox span.timerbox-prefix .sprite-svg-icon.gift {
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: top;
}
body.lang-de .promo-wrapper .promo-plus {
  width: 150px;
}
.promo-wrapper {
  position: relative;
}
.promo-wrapper .promo-wrap {
  min-height: 35px;
  overflow: hidden;
  position: relative;
}
.promo-wrapper .promo-wrap .promo {
  font-size: 18px;
  min-height: 35px;
  display: table;
  width: 100%;
  position: relative;
  padding: 2px 5px;
}
.promo-wrapper .promo-wrap .promo .wrap-text-promo {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
.promo-wrapper .promo-wrap .promo .wrap-text-promo.show-more-btn {
  padding-right: 105px;
}
.promo-wrapper .promo-wrap .cv-item.active .promo {
  padding-right: 110px !important;
}
.promo-wrapper .promo-wrap .cv-item.active .promo .wrap-text-promo .mz-txt {
  height: 22px;
  min-width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.promo-wrapper .promo-wrap .promo.promo-enable {
  display: block !important;
}
.promo-wrapper .promo-plus {
  position: absolute;
  background: #27292b;
  color: #ffffff;
  right: 0;
  top: 0;
  font-size: 16px;
  padding: 5px 20px 5px 8px;
  z-index: 9;
  cursor: pointer;
  width: 100px;
  min-height: 35px;
}
.promo-wrapper .promo-plus span.icon {
  position: relative;
  width: 100%;
  display: none;
  height: 100%;
}
.promo-wrapper .promo-plus span.text {
  position: relative;
}
.promo-wrapper .promo-plus span.icon:after,
.promo-wrapper .promo-plus span.text:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #ffffff;
  border-bottom: none;
  right: 10px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.promo-wrapper .promo-plus span.text:after {
  display: block;
  right: -15px;
}
.promo-wrapper .promo-plus.clicked span.icon:after,
.promo-wrapper .promo-plus.clicked span.text:after {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
  border-top: none;
}
.promo-wrapper .mz-txt img {
  height: 22px;
  position: relative;
  vertical-align: baseline;
}
.lang-es .header.content .logo {
  display: flex;
  align-items: center;
}
.header.content .store-switcher-desktop {
  position: absolute;
  top: 3px;
  right: 26px;
  font-size: 12px;
}
.header.content .store-switcher-desktop .current-store {
  color: #c03;
  text-transform: uppercase;
}
.header.content .store-switcher-desktop .switcher-option {
  margin-left: 5px;
  text-transform: uppercase;
}
.header.content .store-switcher-desktop .switcher-option a.switcher-option-link {
  color: #000;
}
.header.content .store-switcher-mobile {
  display: none;
  top: 0;
  height: 50px;
  border-right: 1px solid #ededed;
  left: 37px;
  width: 39px;
  position: absolute;
  padding: 17px 5px 13px;
  cursor: pointer;
}
.header.content .store-switcher-mobile #switcher-language-trigger-mobile {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  text-transform: uppercase;
}
.header.content .store-switcher-mobile .switcher-dropdown-mobile {
  display: none;
  width: 80px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 9;
}
.header.content .store-switcher-mobile .switcher-dropdown-mobile li:first-child {
  border: 0;
}
.header.content .store-switcher-mobile .switcher-dropdown-mobile li {
  list-style: none;
  padding: 5px 10px;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.header.content .store-switcher-mobile.active .switcher-dropdown-mobile {
  display: block;
}
.header.content .sprite-svg-icon {
  display: block;
  height: 28px;
  width: 22px;
  margin: 0 auto;
}
.header.content .header.links .blog-link .sprite-svg-icon.blog {
  width: 25px;
  height: 28px;
}
.header.content .logo {
  margin: 0 auto;
  order: 2;
  float: inherit;
  max-width: inherit;
}
.header.content .logo img {
  max-width: 208px;
  height: auto;
}
.page-header.fixed .header.content .store-switcher-desktop {
  display: none;
}
@media (min-width: 768px), print {
  .lang-it .block-search .action.search,
  .lang-be_nl .block-search .action.search {
    top: 14px !important;
  }
}
@media (min-width: 768px), print {
  .lang-at .search-autocomplete,
  .lang-be_de .search-autocomplete,
  .lang-be_fr .search-autocomplete,
  .lang-nl .search-autocomplete {
    margin-top: 0;
  }
  .lang-at .block-search .action.search,
  .lang-be_de .block-search .action.search,
  .lang-be_fr .block-search .action.search,
  .lang-nl .block-search .action.search {
    display: inline-block;
    background-image: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 1;
  }
}
.lang-at .search-autocomplete,
.lang-be_de .search-autocomplete,
.lang-be_fr .search-autocomplete,
.lang-nl .search-autocomplete {
  background: #fff;
  border-top: 0;
}
.lang-at .search-autocomplete ul,
.lang-be_de .search-autocomplete ul,
.lang-be_fr .search-autocomplete ul,
.lang-nl .search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lang-at .search-autocomplete ul li,
.lang-be_de .search-autocomplete ul li,
.lang-be_fr .search-autocomplete ul li,
.lang-nl .search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.lang-at .search-autocomplete ul li:first-child,
.lang-be_de .search-autocomplete ul li:first-child,
.lang-be_fr .search-autocomplete ul li:first-child,
.lang-nl .search-autocomplete ul li:first-child {
  border-top: none;
}
.lang-at .search-autocomplete ul li .amount,
.lang-be_de .search-autocomplete ul li .amount,
.lang-be_fr .search-autocomplete ul li .amount,
.lang-nl .search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.search-link-mobile {
  top: 0;
  height: 50px;
  width: auto;
  font-size: 24px;
  padding: 12px 5px 9px;
  cursor: pointer;
}
.lang-de .search-link-mobile,
.lang-nl .search-link-mobile,
.lang-at .search-link-mobile {
  left: 37px;
}
.search-link-mobile.active,
.search-link-mobile span.search-mobile.active {
  background: #c03;
}
.block_ou-en-est-commande,
.block_parler-conseiller,
.block__boutique,
.block__allez-retrait,
.block_contact-sav {
  position: relative;
  background-color: #eceaee;
  padding: 5px;
  text-align: center;
  min-width: 122px;
  border-radius: 5px;
  display: inline-block;
  margin: 5px;
}
.sprite-svg-icon.favoris {
  display: inline-block;
  height: 20px;
  width: 20px;
}
.wishlist-header .wishlist-link {
  position: relative;
  padding-left: 23px;
}
.wishlist-header .ax-whishlist {
  display: none;
  margin-left: 2px;
  background: #000000 !important;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.wishlist-header .ax-whishlist .ax-wishlist-cnt {
  text-align: center;
  color: #fff;
  white-space: normal;
  z-index: 9;
  font-size: 11px;
  line-height: 1 !important;
  font-weight: 400;
}
.wishlist-header.active .ax-whishlist {
  display: inline-block;
}
.klevu-pt-rs-hover {
  z-index: 2000 !important;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
.block-minicart {
  z-index: 9999 !important;
  overflow: auto;
  min-height: 20px;
  max-height: 70vh;
}
.search-header {
  order: 1;
}
.search-header .block-search {
  padding-left: 0 !important;
  margin: 0;
  z-index: 99 !important;
  float: inherit !important;
}
@media (min-width: 480px) {
  .lang-fr .search-header,
  .lang-be_fr .search-header {
    min-width: 420px;
  }
}
.ax-header-right {
  order: 3;
  display: flex;
  justify-content: flex-end;
}
.ax-header-right ul.header.links {
  margin-bottom: 0;
}
.minicart-header {
  order: 4;
}
.nav-sections {
  background: linear-gradient(#ffffff, #f1f0f5);
  top: 51px !important;
  z-index: 98 !important;
}
.nav-sections .navigation .level0.category-item a:hover {
  text-decoration: none;
}
.block-search .action.search {
  opacity: 1 !important;
}
.block-search input {
  margin: 0;
  padding: 0 15px 0 40px !important;
  position: static;
  background: #ffffff !important;
  border: 1px solid #cc0033 !important;
  color: #000000 !important;
  font-weight: 600;
  font-size: 13px;
}
.block-search input::-webkit-input-placeholder {
  color: #000000 !important;
}
.block-search form {
  position: relative;
  width: 250px !important;
}
.block-search .action.search {
  position: static;
}
.block-search .action {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  background: #cc0033 !important;
  color: #fff;
  border-radius: 0 !important;
}
.coup-de-coueur {
  padding: 0 0 0 25px;
  text-align: center;
  width: 45%;
  position: absolute;
  top: -35px;
  right: 25px;
  min-height: 330px;
  display: none;
}
.coup-de-coueur:before {
  background: #d2d2d2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 400px;
  min-height: 325px;
  z-index: 1;
}
.coup-de-coueur span {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  position: relative;
  color: #000000;
  z-index: 10;
}
.coup-de-coueur span.price {
  font-weight: 400;
  font-size: 18px;
}
.coup-de-coueur .item-content .price-box {
  text-align: right;
  margin: 0;
}
.coup-de-coueur .item-content .price-box .price-wrapper.old-price {
  font-size: 12px !important;
  text-align: right;
  font-weight: 700 !important;
  color: #000;
  text-decoration: line-through;
  line-height: 1;
}
.coup-de-coueur .item-content .price-box .price-wrapper.final-price {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #000;
}
.coup-de-coueur .item-content .price-box .special-price .discount-percent {
  display: inline-block;
  padding: 2px 5px;
  background: #ff144a;
  color: #fff;
  margin: 0 5px;
  line-height: 1;
}
.coup-de-coueur .item-content .price-box .special-price .price-wrapper.final-price {
  color: #ff144a;
  display: inline-block;
}
.coup-de-coueur img {
  opacity: 0;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.price-and-disponibility {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 0 10px;
  min-height: 48px;
}
.price-and-disponibility .disponibilite.in-stock {
  color: #0db814;
}
.price-and-disponibility span.disponibilite {
  text-align: left;
}
.price-and-disponibility span {
  font-size: 12px !important;
  display: block;
  text-align: center;
}
.price-and-disponibility span.special-price,
.price-and-disponibility span.old-price {
  text-align: right;
}
::marker {
  font-size: 14px;
}
.navigation {
  background: none !important;
  font-weight: normal !important;
}
.navigation .level0 .menu-blog {
  display: none !important;
}
.navigation .level0 .submenu li.offre-promo {
  height: 100%;
}
.navigation .level0 .submenu li.offre-promo a {
  height: 100%;
  background-repeat: no-repeat;
}
.navigation .level0 .submenu li.offre-promo a:hover {
  background-color: transparent;
}
.navigation li.level0 {
  font-weight: 600;
}
.navigation ul.ui-menu.ui-menu-icons {
  background: none;
}
.minicart-header .minicart-wrapper .action.showcart:before {
  display: none;
}
.header.content .header.links .phone-link .sprite-svg-icon.phone,
.header.content .phone-link-mobile .phone-mobile .sprite-svg-icon.phone {
  width: 26px;
  height: 28px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.header.links .phone-link {
  border-right: 1px solid #000;
  font-size: 15px !important;
  font-weight: 700;
}
.header.links .phone-link .standard-phone-link {
  text-transform: capitalize;
}
.show-mobile {
  display: none;
}
.banner-top-mobile .row-top {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-top-mobile .row-top p {
  flex: 1;
  margin-bottom: 0;
  line-height: 18px;
  font-size: 13px;
}
.banner-top-mobile .row-top .bloc-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
  font-weight: 600;
}
.banner-top-mobile .row-top .bloc-right .nbr-code {
  margin: 3px 0;
  padding: 2px 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0 !important;
}
.banner-top-mobile ul.nav-banner {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 10px 0 10px;
}
.banner-top-mobile ul.nav-banner li a {
  background: #e7e7e7;
  padding: 8px;
  font-size: 0;
  margin: 0 5px;
  border-radius: 50%;
}
.banner-top-mobile ul.nav-banner li .nav-red {
  background: #cc0033;
}
.nav-sections .header.links li.logout a,
.account-dropdown.open li.logout a {
  color: #cc0033 !important;
}
.nav-sections .header.links li,
.account-dropdown.open li,
.nav-sections .header.links li.my-account-link,
.account-dropdown.open li.my-account-link {
  list-style: none;
}
.nav-sections .header.links li a,
.account-dropdown.open li a,
.nav-sections .header.links li.my-account-link a,
.account-dropdown.open li.my-account-link a {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 10px;
  font-size: 16px !important;
  border-top: none;
}
.nav-sections .header.links li a .icon.sprite-svg-icon.user,
.account-dropdown.open li a .icon.sprite-svg-icon.user,
.nav-sections .header.links li.my-account-link a .icon.sprite-svg-icon.user,
.account-dropdown.open li.my-account-link a .icon.sprite-svg-icon.user {
  width: 22px;
  height: 27px;
  margin: 0 15px 0 0;
}
.nav-sections .header.links li a span.ax-whishlist,
.account-dropdown.open li a span.ax-whishlist,
.nav-sections .header.links li.my-account-link a span.ax-whishlist,
.account-dropdown.open li.my-account-link a span.ax-whishlist {
  margin-left: 5px;
}
#mpquickview-popup.mfp-hide {
  display: none;
}
#checkout-payment-method-load td.hipay-logo &gt; img {
  width: 100% !important;
}
.menzzo-product-item {
  flex-shrink: 0;
  position: relative;
  border: 1px solid #f1f0f6;
  padding: 10px 5px;
  min-height: 315px;
}
.menzzo-product-item a:hover {
  text-decoration: none;
}
.menzzo-product-item a.product-image-new {
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 220px;
  justify-content: center;
}
.menzzo-product-item .product-name {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  min-height: 32px;
  max-height: 32px;
  margin: 5px 0;
}
.menzzo-product-item .price-and-disponibility {
  padding: 0;
  margin-bottom: 0;
}
.menzzo-product-item .price-and-disponibility .price-box {
  flex: 1;
}
.menzzo-product-item .price-and-disponibility .price-box .final-price {
  color: #cc0033;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: left;
}
.menzzo-product-item .price-and-disponibility .price-box .old-price {
  font-size: 12px !important;
  text-align: left;
  font-weight: 700 !important;
  color: #000000;
  text-decoration: line-through;
  margin-left: 5px;
}
.menzzo-product-item .price-and-disponibility .price-box .discount-percent {
  display: inline-block;
  padding: 2px 5px;
  background: #cc0033;
  color: #fff;
  margin: 0 5px;
  line-height: 1;
}
.menzzo-product-item .price-and-disponibility .disponibilite {
  flex: 1;
  text-align: right;
}
.menzzo-product-item .price-and-disponibility .disponibilite.out-of-stock {
  color: #cc0033;
}
.menzzo-product-item .mz-promo-tag-home {
  position: absolute;
  top: 0;
  right: 0;
}
.axwishlist-index-index .product-item .price-box {
  margin: 0;
}
.promo-wrapper {
  position: relative;
}
.promo-wrapper .promo-wrap {
  overflow: hidden;
  position: relative;
}
.promo-wrapper .promo-wrap .cv-item.active .promo {
  padding-right: 110px !important;
}
.promo-wrapper .promo-wrap .promo {
  font-size: 18px;
  min-height: 35px;
  display: table;
  width: 100%;
  position: relative;
  padding: 2px 5px;
}
.promo-wrapper .promo-wrap .promo.promo-enable {
  display: block !important;
}
.promo-wrapper .promo-wrap .promo .wrap-text-promo {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
.promo-wrapper .promo-wrap .promo .wrap-text-promo.show-more-btn {
  padding-right: 105px;
}
.promo-wrapper .promo-wrap .promo .wrap-text-promo .mz-txt {
  height: 22px;
  min-width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.promo-wrapper .promo-plus {
  position: absolute;
  background: #27292b;
  color: #ffffff;
  right: 0;
  top: 0;
  font-size: 16px;
  padding: 5px 20px 5px 8px;
  z-index: 1;
  cursor: pointer;
  width: 100px;
  min-height: 35px;
}
.promo-wrapper .promo-plus span.icon,
.promo-wrapper .promo-plus span.text {
  position: relative;
}
.promo-wrapper .promo-plus span.icon:after,
.promo-wrapper .promo-plus span.text:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #ffffff;
  border-bottom: none;
  right: 10px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.promo-wrapper .promo-plus span.icon {
  width: 100%;
  display: none;
  height: 100%;
}
.promo-wrapper .promo-plus span.text:after {
  display: block;
  right: -15px;
}
.promo-wrapper .promo-plus.clicked span.icon:after,
.promo-wrapper .promo-plus.clicked span.text:after {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
  border-top: none;
}
@media (min-width: 1400px) {
  .lang-at .nav-sections .navigation .level0.category-item {
    margin: 0 69px 0 0 !important;
  }
}
@media (min-width: 1129px) and (max-width: 1390px) {
  .lang-at .nav-sections .navigation .level0.category-item {
    margin: 0 72px 0 0 !important;
  }
  .lang-at .nav-sections .navigation .level0.category-item.last {
    margin: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1128px) {
  .lang-at .nav-sections .navigation .level0.category-item {
    margin: 0 50px 0 0 !important;
  }
}
.lang-de .promo-wrapper .promo-plus {
  width: 150px;
}
@media (min-width: 1400px) {
  .lang-de .nav-sections .navigation .level0.category-item {
    margin: 0 70px 0 0 !important;
  }
}
@media (min-width: 1129px) and (max-width: 1390px) {
  .lang-de .nav-sections .navigation .level0.category-item {
    margin: 0 78px 0 0;
  }
  .lang-de .nav-sections .navigation .level0.category-item.last {
    margin: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1128px) {
  .lang-de .nav-sections .navigation .level0.category-item {
    margin: 0 40px 0 0 !important;
  }
}
@media (min-width: 1400px) {
  .lang-it .nav-sections .navigation .level0.category-item {
    margin: 0 68px 0 0 !important;
  }
}
@media (min-width: 1129px) and (max-width: 1390px) {
  .lang-it .nav-sections .navigation .level0.category-item {
    margin: 0 80px 0 0 !important;
  }
  .lang-it .nav-sections .navigation .level0.category-item.last {
    margin: 0 !important;
  }
  .lang-it .nav-sections .navigation .level0.category-item a.level-top {
    letter-spacing: 0;
    font-size: 14px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1128px) {
  .lang-it .nav-sections .navigation .level0.category-item {
    margin: 0 45px 0 0 !important;
  }
  .lang-it .nav-sections .navigation .level0.category-item a.level-top {
    font-size: 14px !important;
  }
}
@media (min-width: 1400px) {
  .lang-es .nav-sections .navigation .level0.category-item {
    margin: 0 60px 0 0 !important;
  }
}
@media (min-width: 1129px) and (max-width: 1390px) {
  .lang-es .nav-sections .navigation .level0.category-item {
    margin: 0 65px 0 0;
  }
  .lang-es .nav-sections .navigation .level0.category-item.last {
    margin: 0 !important;
  }
  .lang-es .nav-sections .navigation .level0.category-item a.level-top {
    letter-spacing: 0;
    font-size: 14px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1128px) {
  .lang-es .nav-sections .navigation .level0.category-item {
    margin: 0 45px 0 0 !important;
  }
  .lang-es .nav-sections .navigation .level0.category-item a.level-top {
    font-size: 14px !important;
  }
}
@media (min-width: 1400px) {
  .lang-pt .nav-sections .navigation .level0.category-item {
    margin: 0 58px 0 0 !important;
  }
}
@media (min-width: 1129px) and (max-width: 1390px) {
  .lang-pt .nav-sections .navigation .level0.category-item {
    margin: 0 55px 0 0;
  }
  .lang-pt .nav-sections .navigation .level0.category-item.last {
    margin: 0 !important;
  }
  .lang-pt .nav-sections .navigation .level0.category-item a.level-top {
    letter-spacing: 0;
    font-size: 14px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1128px) {
  .lang-pt .nav-sections .navigation .level0.category-item {
    margin: 0 34px 0 0 !important;
  }
  .lang-pt .nav-sections .navigation .level0.category-item a.level-top {
    font-size: 14px !important;
  }
}
@media (min-width: 1400px) {
  .lang-nl .nav-sections .navigation .level0.category-item,
  .lang-be_nl .nav-sections .navigation .level0.category-item {
    margin: 0 62px 0 0 !important;
  }
}
@media (min-width: 1129px) and (max-width: 1390px) {
  .lang-nl .nav-sections .navigation .level0.category-item,
  .lang-be_nl .nav-sections .navigation .level0.category-item {
    margin: 0 65px 0 0;
  }
  .lang-nl .nav-sections .navigation .level0.category-item.last,
  .lang-be_nl .nav-sections .navigation .level0.category-item.last {
    margin: 0 !important;
  }
  .lang-nl .nav-sections .navigation .level0.category-item a.level-top,
  .lang-be_nl .nav-sections .navigation .level0.category-item a.level-top {
    letter-spacing: 0;
    font-size: 14px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1128px) {
  .lang-nl .nav-sections .navigation .level0.category-item,
  .lang-be_nl .nav-sections .navigation .level0.category-item {
    margin: 0 45px 0 0 !important;
  }
  .lang-nl .nav-sections .navigation .level0.category-item a.level-top,
  .lang-be_nl .nav-sections .navigation .level0.category-item a.level-top {
    font-size: 14px !important;
  }
}
.inner-partagedeco .box-picture .zoompicture-icn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.inner-partagedeco .box-picture .zoompicture-icn svg {
  max-width: 40px;
  height: auto;
}
.inner-partagedeco .box-picture:hover .pict-overlay {
  opacity: 1;
  transition: all 0.3s;
}
.modal-popup.home-img-zoom {
  left: 0 !important;
  display: flex;
  align-items: center;
}
.modal-popup.home-img-zoom .bloc-img {
  max-height: 600px;
  margin-bottom: 30px;
}
.modal-popup.home-img-zoom .bloc-img img {
  width: auto;
  max-height: 600px;
}
.modal-popup.home-img-zoom .modal-inner-wrap {
  width: 95% !important;
  margin: 2% auto !important;
  height: auto !important;
}
.modal-popup.home-img-zoom .modal-inner-wrap .modal-content .ax-clients-review-swiper {
  height: auto;
}
.modal-popup.home-img-zoom .modal-inner-wrap .modal-content .ax-product-label {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.modal-popup.home-img-zoom .modal-inner-wrap .modal-content .ax-product-name {
  max-width: 300px;
  margin: 0 auto;
}
.modal-popup.home-img-zoom .modal-inner-wrap .modal-content .ax-product-name .ax-product-name-span {
  font-size: 16px;
}
.modal-popup.home-img-zoom .modal-inner-wrap .modal-content .btn-block .button-red.action-btn {
  text-transform: unset;
  padding: 0 25px !important;
  border-radius: 25px !important;
}
.modal-popup.home-img-zoom .modal-inner-wrap .carousel-avis .flickity-viewport {
  max-height: 600px;
}
#social-login-popup .block-customer-login .spain-customer-login {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 13px;
}
/***** showroom page *****/
.cms-showroom .page-wrapper {
  background-color: #f8f9f9;
}
.cms-showroom .page-wrapper .showroom-page h2 {
  color: #de0043;
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
}
.cms-showroom .page-wrapper .showroom-page .card {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background-color: #fff;
  padding: 25px 30px;
  border: none;
  height: 100%;
  border-radius: 4px;
}
.cms-showroom .page-wrapper .showroom-page .card h3 {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  color: #430014;
}
.cms-showroom .page-wrapper .showroom-page .card h3 img {
  height: 19px;
  margin: 0 5px 0 0;
}
.cms-showroom .page-wrapper .showroom-page .card h4 {
  text-transform: uppercase;
  color: #de0043;
  font-size: 18px;
}
.cms-showroom .page-wrapper .showroom-page .card img {
  max-width: 60px;
  display: block;
  margin: 0 auto 15px;
}
.cms-showroom .page-wrapper .showroom-page .card p {
  text-align: justify;
  line-height: 26px !important;
}
.block-minicart #minicart-content-wrapper .product.product-item .product-item-details dl.product.options dt.label {
  font-size: 12px !important;
  margin: 5px 10px 5px 0;
  color: #000000;
}
.block-minicart #minicart-content-wrapper .product.product-item .product-item-details dl.product.options dt.label:after {
  content: ':';
}
.block-minicart #minicart-content-wrapper .product.product-item .product-item-details dl.product.options dd.values {
  display: inline-block;
  margin: 5px 0 5px;
  word-break: break-all;
  font-size: 12px !important;
  line-height: 1.4;
}
.ax-special-price.discount-29 {
  color: #cc0033 !important;
}
.account .page-main .page-title-wrapper .page-title {
  margin: 20px;
}
/*********** flickity-SLIIDER ******************/
.flickity-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-cell {
  padding-right: 15px;
  padding-left: 0;
}
.carousel-cell .mz-black-fridy {
  right: 20px;
}
.carousel-cell .item-content {
  padding: 0 20px;
}
.flickity-button {
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  top: 45% !important;
}
.flickity-button:active {
  border: none;
  background-color: transparent;
}
.flickity-button svg.flickity-button-icon {
  top: 0;
  width: 20px;
  height: 20px;
}
/*********** END flickity-SLIIDER ******************/
@media (min-width: 1025px) and (max-width: 1366px) {
  .header.content .header.links {
    display: flex;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .ui-menu-icn {
    margin-right: 10px !important;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .ui-menu-icn img {
    max-width: 50px !important;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu a {
    max-width: 165px !important;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu ul.submenu {
    padding: 2px 0 10px 20px !important;
  }
}
@media only screen and (min-width: 1025px) {
  .search-link-mobile,
  .phone-link-mobile,
  .wishlist-header-mobile,
  .header-account-mobile {
    display: none;
  }
  .navigation .nav-primary li a span.title-blog {
    display: none;
  }
  .account-dropdown.open li {
    display: block !important;
  }
  #meubles-scandinaves {
    min-height: 530px;
  }
  #meubles-scandinaves #mostViewedSlider {
    min-height: 400px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections li a:focus {
    text-decoration: none !important;
    outline: none !important;
    outline-offset: 0 !important;
  }
  .nav-sections .nav-sections-item-title {
    display: none;
  }
  .nav-sections .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections .nav-sections-item-content &gt; * {
    display: none;
  }
  .nav-sections .nav-sections-item-content &gt; .navigation {
    display: block;
  }
  .nav-sections .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
    text-align: center;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .nav-sections .navigation:empty {
    display: none;
  }
  .nav-sections .navigation .ui-menu.ui-menu-icons {
    margin-bottom: 0;
  }
  .nav-sections .navigation .level0.active a.level-top {
    border: none;
  }
  .nav-sections .navigation .level0.category-item {
    margin: 0 75px 0 0 !important;
    padding: 10px 0;
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-sections .navigation .level0.category-item.first a.level-top {
    color: #fff !important;
    text-transform: uppercase;
  }
  .nav-sections .navigation .level0.category-item.first a.level-top[data-cat-id="61"] {
    color: #fff !important;
    background-color: #cc0033;
    width: 100%;
    padding: 14px 8px;
    font-size: 16px;
    border-radius: 5px;
  }
  .nav-sections .navigation .level0.category-item.first a.level-top[data-cat-id="61"] span:after {
    display: none;
  }
  .nav-sections .navigation .level0.category-item.first a.level-top[data-cat-id="61"] span span:after {
    display: none;
  }
  .nav-sections .navigation .level0.category-item.first a.level-top .mz-black-friday-first,
  .nav-sections .navigation .level0.category-item.first a.level-top .mz-black-friday-second {
    background-color: #cc0033;
    width: 100%;
    padding: 1px 8px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff !important;
  }
  .nav-sections .navigation .level0.category-item.first a.level-top .mz-black-friday-first {
    margin-bottom: 2px;
  }
  .nav-sections .navigation .level0.category-item.first a.level-top:hover .mz-black-friday-first,
  .nav-sections .navigation .level0.category-item.first a.level-top:hover .mz-black-friday-second {
    color: #fff !important;
  }
  .nav-sections .navigation .level0.category-item .icn-mobile-menu {
    display: none;
  }
  .nav-sections .navigation .level0.category-item.last {
    margin: 0;
  }
  .nav-sections .navigation .level0.category-item a.level-top {
    outline: none !important;
    color: #000 !important;
    padding: 0;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.2px;
    display: block;
  }
  .nav-sections .navigation .level0.category-item a.level-top[data-cat-id="category-node-61"] {
    color: #cc0033 !important;
  }
  .nav-sections .navigation .level0.category-item a.level-top[data-cat-id="category-node-61"]:hover span:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -13px;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #c03;
  }
  .nav-sections .navigation .level0.category-item a.level-top span {
    position: relative;
  }
  .nav-sections .navigation .level0.category-item a.level-top span span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
  }
  .nav-sections .navigation .level0.category-item a.level-top.ui-state-focus,
  .nav-sections .navigation .level0.category-item a.level-top:hover {
    color: #cc0033 !important;
  }
  .nav-sections .navigation .level0.category-item a.level-top:focus {
    color: #000 !important;
  }
  .nav-sections .navigation .level0.category-item a.level-top:focus {
    color: #cc0033 !important;
  }
  .nav-sections .navigation .level0.category-item a.level-top:hover {
    color: #cc0033 !important;
  }
  .nav-sections .navigation .level0.category-item a.level-top:hover span.active-icn:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -13px;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #c03;
  }
  .nav-sections .navigation .level0.category-item a[data-cat-id="61"].level-top,
  .nav-sections .navigation .level0.category-item a[data-cat-id="61"].level-top:focus,
  .nav-sections .navigation .level0.category-item a[data-cat-id="61"].level-top.ui-state-focus {
    color: #ffffff !important;
  }
  .nav-sections .navigation .level0.category-item a[data-cat-id="61"].level-top:hover {
    color: #000000 !important;
  }
  .nav-sections .navigation .level0.category-item.active a.level-top,
  .nav-sections .navigation .level0.category-item.has-active a.level-top {
    color: #cc0033 !important;
  }
  .nav-sections .navigation .level0.category-item.active a.level-top span.active-icn:after,
  .nav-sections .navigation .level0.category-item.has-active a.level-top span.active-icn:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -13px;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #c03;
  }
  .nav-sections .navigation .level0 .submenu a:hover,
  .nav-sections .navigation .level0 .submenu a.ui-state-focus {
    background-color: transparent !important;
  }
  .nav-sections .navigation .block-menu-wrapper {
    left: 50% !important;
    top: 60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100% !important;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 1023px;
    padding: 30px 0 20px;
    display: none;
    margin: 0 !important;
    position: absolute;
    z-index: 3;
    max-height: 550px;
  }
  .nav-sections .navigation .block-menu-wrapper .col-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-sections .navigation .block-menu-wrapper .col-left .col-left .column-menu li.level2.first {
    display: none;
  }
  .nav-sections .navigation .block-menu-wrapper .col-left li.column-divider-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .nav-sections .navigation .block-menu-wrapper .col-left li.column-divider-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .nav-sections .navigation .block-menu-wrapper .col-left li.column-divider-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    left: inherit !important;
    min-width: inherit;
    vertical-align: top;
    width: 100%;
    top: 0;
    background-color: transparent;
    height: 100%;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu:before,
  .nav-sections .navigation .block-menu-wrapper .submenu:after {
    position: initial !important;
    content: "";
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 {
    padding: 0 5px;
    margin: 0 0 10px 0;
    width: 33.333%;
    text-align: left;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1.first {
    display: none;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .ui-menu-icn {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding: 0;
    letter-spacing: -0.7px;
    border: none;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .ui-menu-icn img {
    max-width: 55px;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu {
    display: inline-block;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu a {
    border: none;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 0;
    display: block;
    max-width: 200px;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu a:hover {
    color: #cc0033;
    background: none;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu a .ui-menu-icon:after {
    display: none;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu ul.submenu {
    list-style: disc !important;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    display: block !important;
    padding: 2px 0 10px 28px;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu ul.submenu .level2.first {
    display: none;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu ul.submenu li {
    list-style: disc;
    margin-bottom: 0.5rem;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu ul.submenu li:hover {
    background-color: transparent !important;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu ul.submenu li a {
    font-weight: 400 !important;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu ul.submenu li a.ui-corner-all {
    font-weight: 400;
    font-size: 14px;
    margin-left: -5px;
    -moz-margin-start: 0px;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu ul.submenu li a.ui-corner-all:hover {
    color: #cc0033;
    background-color: transparent !important;
  }
  .nav-sections .navigation .block-menu-wrapper .submenu li.level1 .column-menu ul.submenu li a.ui-corner-all span:hover {
    background-color: transparent !important;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-wrap-menu img {
    margin-bottom: 10px;
    max-width: 220px;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-wrap-menu a {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    display: block;
    color: #000;
    text-align: left;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-wrap-menu a.red-link {
    color: #cc0033;
    margin-top: 5px;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-wrap-menu ol.subcats-list {
    display: block;
    margin: 10px 10px 10px 20px;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-wrap-menu ol.subcats-list li.subcat-link {
    list-style: disc;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-wrap-menu ol.subcats-list li.subcat-link a {
    display: block;
    color: #000;
    text-align: left;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-bestsellers h3 {
    margin: 0 0 7px;
    font-size: 20px;
    text-transform: initial;
    font-weight: 600;
    text-align: left;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-bestsellers .bests-item-sellers {
    position: relative;
    padding: 25px 0;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-bestsellers .bests-item-sellers .ax-promo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    background-color: #cc0033;
    position: absolute;
    right: 10px;
    top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-right h3 {
    margin: 0 0 7px;
    font-size: 20px;
    text-transform: initial;
    font-weight: 600;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-right.promo-bottom strong {
    display: block;
    margin: 3px 0;
    font-size: 20px;
    font-weight: 600;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-right.promo-bottom .shipping-offered {
    width: 100%;
    padding: 40px 0;
    background-color: #dcf9dd;
    color: #000;
    display: block;
    text-align: left;
  }
  .nav-sections .navigation .block-menu-wrapper .promo-right.promo-bottom .shipping-offered span {
    margin: 0 auto;
    display: block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 26px;
    text-transform: uppercase;
  }
  .nav-sections .navigation .level0.has-active &gt; .level-top {
    border: none;
  }
  .nav-sections li.level0.category-item.column-divider-.ui-menu-item:last-child {
    background-color: #f1ab03;
    padding: 10px 7px !important;
    border-radius: 5px;
  }
  .nav-sections li.level0.category-item.column-divider-.ui-menu-item:last-child a span {
    color: #fff !important;
    text-transform: uppercase;
  }
  .nav-sections li.level0.category-item.column-divider-.ui-menu-item:last-child a span:after {
    display: none;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .header.content .header.links .header-account-logout.account-links .account-dropdown.open {
    display: block;
  }
  .header.content .header.links .header-account-register {
    display: none;
  }
  .header-account-logout ul.account-dropdown {
    display: none;
    top: 100%;
    position: absolute;
    z-index: 999;
    min-width: 200px;
    right: -10px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #bbb;
  }
  .header-account-logout ul.account-dropdown li {
    list-style: none;
    margin-bottom: 5px;
  }
  .header-account-logout ul.account-dropdown li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    padding: 10px;
    color: #000;
  }
  .offre-promo-mobile {
    display: none;
  }
  .page-header.fixed .minicart-header .minicart-wrapper {
    min-width: 50px;
  }
  .page-header.fixed .minicart-header .minicart-wrapper .action.showcart span.cart {
    display: none;
  }
  .minicart-header .minicart-wrapper:hover .action.showcart span.cart {
    color: #cc0033;
  }
  .minicart-wrapper {
    margin-left: 15px !important;
    margin-right: 10px;
  }
  .minicart-wrapper .action.showcart span.cart {
    display: block;
    color: #333;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    padding: 3px;
    top: 9px;
    font-size: 11px;
    line-height: 1;
    background: #c03;
    color: #ffffff;
    height: inherit;
    border-radius: 50%;
    right: -8px;
  }
  .header.content .header.links {
    order: 3;
  }
  .header.content .header.links li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
  }
  .header.content .header.links li span.text {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    color: #333;
    font-size: 12px;
  }
  .header.content .header.links li a:active,
  .header.content .header.links li a:focus {
    text-decoration: none !important;
    outline: none !important;
    outline-offset: 0 !important;
  }
  .header.content .header.links li:hover span.text {
    color: #cc0033;
  }
  .header.content .header.links .wishlist-header {
    text-decoration: none;
  }
  .header.content .header.links .wishlist-header .wishlist-link {
    position: relative !important;
    padding-left: 0 !important;
    color: #000000 !important;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
  }
  .header.content .header.links .wishlist-header .wishlist-link:hover {
    text-decoration: none;
  }
  .header.content .header.links .wishlist-header .ax-whishlist {
    position: absolute;
    top: 12px;
    z-index: 9;
    background: #c03 !important;
    margin: 0;
    height: inherit;
    width: inherit;
    padding: 3px 5px;
    right: 15px;
    line-height: 1 !important;
    border-radius: 50%;
  }
  .header.content .header.links .account-links a.account-label {
    position: relative;
    color: #000000 !important;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
  }
  .header.content .header.links .account-links a.account-label:hover {
    color: #cc0033 !important;
    text-decoration: none;
  }
  .header.content .header.links li.showroom-link &gt; a {
    position: relative;
    color: #000000 !important;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
  }
  .header.content .header.links li.showroom-link &gt; a:hover {
    text-decoration: none;
  }
  .header.content .header.links li.blog-link &gt; a {
    position: relative;
    color: #000000 !important;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
  }
  .header.content .header.links li.blog-link &gt; a:hover {
    text-decoration: none;
  }
  .header.content .header.links .phone-link {
    border-right: none;
    font-size: 12px !important;
    font-weight: normal;
    position: relative;
    cursor: pointer;
  }
  .header.content .header.links .phone-link .phone-number-hidden {
    display: none;
    margin: 4px 0 0;
    padding: 15px 25px;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    min-width: 100%;
    width: 200px;
    z-index: 101;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: -10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .header.content .header.links .phone-link .standard-phone-link {
    position: relative;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    display: inline-block;
  }
  .header.content .header.links .phone-link.active .phone-number-hidden {
    display: block;
  }
  .page-header.fixed {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0 !important;
    height: 52px;
    z-index: 99;
    padding: 10px;
  }
  .page-header.fixed .header.content .header.links li {
    min-width: 35px;
    min-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .page-header.fixed .header.content .header.links li span.text {
    display: none;
  }
  .page-header.fixed .header.content .header.links li:hover span.text {
    color: #cc0033;
  }
  .page-header.fixed .header.content .header.links .phone-link .phone-number-hidden {
    top: 35px;
  }
  .page-header.fixed .header.content .logo {
    top: -5px;
  }
  .page-header.fixed .search-header {
    margin-top: -10px;
  }
  .page-header.fixed .wishlist-header .ax-whishlist {
    right: -8px !important;
  }
  .page-header.fixed .minicart-wrapper .counter.qty {
    right: -3px;
  }
  .page-header.fixed .panel.wrapper .panel.header,
  .page-header.fixed .header.content {
    padding: 0 !important;
  }
  .lang-it header.page-header.fixed .wishlist-header .ax-whishlist {
    right: -10px !important;
  }
  .lang-it header.page-header.fixed .minicart-wrapper .action.showcart .counter.qty {
    right: -1px !important;
  }
  .lang-it .header.content .header.links .wishlist-header .ax-whishlist {
    right: 3px;
  }
  .lang-it .minicart-wrapper .action.showcart .counter.qty {
    right: -3px;
  }
  .lang-fr .minicart-wrapper .action.showcart .counter.qty,
  .lang-be_fr .minicart-wrapper .action.showcart .counter.qty {
    right: -8px;
  }
  .lang-fr .page-header.fixed .minicart-wrapper .action.showcart .counter.qty,
  .lang-be_fr .page-header.fixed .minicart-wrapper .action.showcart .counter.qty {
    right: -2px;
  }
  .lang-fr .page-header.fixed .wishlist-header .ax-whishlist,
  .lang-be_fr .page-header.fixed .wishlist-header .ax-whishlist {
    right: -8px !important;
  }
  .lang-de header.page-header.fixed .wishlist-header .ax-whishlist,
  .lang-be_de header.page-header.fixed .wishlist-header .ax-whishlist,
  .lang-at header.page-header.fixed .wishlist-header .ax-whishlist {
    right: -10px !important;
  }
  .lang-de header.page-header.fixed .minicart-wrapper .action.showcart .counter.qty,
  .lang-be_de header.page-header.fixed .minicart-wrapper .action.showcart .counter.qty,
  .lang-at header.page-header.fixed .minicart-wrapper .action.showcart .counter.qty {
    right: -1px !important;
  }
  .lang-de .header.content .header.links .wishlist-header .ax-whishlist,
  .lang-be_de .header.content .header.links .wishlist-header .ax-whishlist,
  .lang-at .header.content .header.links .wishlist-header .ax-whishlist {
    right: 7px;
  }
  .lang-de .minicart-wrapper .action.showcart .counter.qty,
  .lang-be_de .minicart-wrapper .action.showcart .counter.qty,
  .lang-at .minicart-wrapper .action.showcart .counter.qty {
    right: 4px;
  }
  .lang-nl header.page-header.fixed .wishlist-header .ax-whishlist,
  .lang-be_nl header.page-header.fixed .wishlist-header .ax-whishlist {
    right: -10px !important;
  }
  .lang-nl header.page-header.fixed .minicart-wrapper .action.showcart .counter.qty,
  .lang-be_nl header.page-header.fixed .minicart-wrapper .action.showcart .counter.qty {
    right: -1px !important;
  }
  .lang-nl .header.content .header.links .wishlist-header .ax-whishlist,
  .lang-be_nl .header.content .header.links .wishlist-header .ax-whishlist {
    right: 10px;
  }
  .lang-nl .minicart-wrapper .action.showcart .counter.qty,
  .lang-be_nl .minicart-wrapper .action.showcart .counter.qty {
    right: 10px;
  }
  .block-search input {
    border-radius: 20px;
    padding: 0 40px 0 15px !important;
  }
  .block-search .action.search {
    position: absolute;
    right: 3px !important;
    left: auto;
    top: 0;
    width: 30px;
    background: none !important;
    color: #EEEEEE;
  }
  .block-search .action.search:before {
    color: #cc0033 !important;
  }
  .sections.nav-sections.fixed {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 52px !important;
    height: 63px;
    z-index: 98;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 1400px) {
  .nav-sections .navigation .level0.category-item {
    margin: 0 70px 0 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .nav-sections .navigation .level0.category-item {
    margin: 0 50px 0 0 !important;
  }
  .nav-sections .navigation .level0.category-item a.level-top {
    line-height: 20px !important;
    font-size: 15px !important;
    letter-spacing: -0.5px !important;
  }
}
@media (min-width: 1230px) and (max-width: 1400px) {
  .nav-sections .navigation .level0.category-item {
    margin: 0 55px 0 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1229px) {
  .nav-sections .navigation .level0.category-item {
    margin: 0 35px 0 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .block-menu-wrapper[data-category-id="334"] {
    overflow-y: scroll;
    max-height: 500px !important;
  }
  .block-menu-wrapper[data-category-id="334"]::-webkit-scrollbar {
    width: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .amsl-login-content .amsl-form .am-guest-wrapper .am-guest-content .action.primary {
    height: auto !important;
  }
}
@media all and (min-width: 768px), print {
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper &gt; .widget,
  .page-wrapper &gt; .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .actions-toolbar {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar button.action.primary.btn-black span {
    font-size: 14px;
  }
  .actions-toolbar &gt; .primary,
  .actions-toolbar &gt; .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar &gt; .primary .action,
  .actions-toolbar &gt; .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 100%;
  }
  .amsl-error {
    margin: 20px 40px 20px;
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 950px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.account .password,
  .amsl-popup-block .amsl-register-content .fieldset.create.account .confirmation {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.account .confirmation {
    float: right;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.account .password #password-strength-meter-container {
    font-size: 10px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 5px 15px;
  }
  .amsl-popup-block.-social-right .amsl-register-content {
    padding-bottom: 20px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-register-content .amsl-form {
    flex: 1;
    padding: 10px 20px !important;
  }
  .amsl-popup-block.-social-right .amsl-register-content .amsl-social-wrapper {
    flex: 1;
    padding: 10px;
    margin: 15px 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: 1;
    padding: 10px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form .amsl-title {
    font-size: 20px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form .block.block-customer-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form .block.block-customer-login {
    margin-top: 25px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .am-guest-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .am-guest-wrapper {
    flex: 1;
    padding: 0 !important;
    margin: 0 !important;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    padding: 10px;
    margin: 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    flex-direction: column;
    padding: 0;
    border-radius: 4px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    margin: 0 auto 18px;
    padding: 0 10px 10px;
    background: none;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    order: 0;
    margin: 10px 40px !important;
    width: 100%;
    z-index: 999;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    order: 1;
    margin: auto 0 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  #search_mini_form {
    width: 374px;
  }
  .block-search {
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
    font-weight: 400;
    font-size: 12px;
  }
  .block-search .action.search {
    display: inline-block;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 14px !important;
    z-index: 1;
  }
  .block-search .action.search span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: bold !important;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px !important;
    width: 50% !important;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field.newsletter .form.subscribe &gt; .field,
  .block.newsletter .field.newsletter .form.subscribe &gt; .actions {
    float: left;
  }
  html,
  body {
    height: 100%;
  }
  .page-header {
    border: 0 !important;
    margin-bottom: 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
    overflow-x: hidden;
  }
}
.bloc-review {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 425px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px 10px;
}
.bloc-review .infinite-review ul li {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  list-style: none;
  border-top: none;
  position: relative;
  margin-top: 15px;
}
.bloc-review .infinite-review ul li:first-child {
  margin-top: 0;
}
.bloc-review .infinite-review ul li.right-rating .customer-name {
  right: -9px;
  left: inherit;
}
.bloc-review .infinite-review ul li.right-rating .rating-date {
  flex-direction: row-reverse;
}
.bloc-review .infinite-review ul li.right-rating .rating-date .date {
  padding-left: 0;
  padding-right: 60px;
}
.bloc-review .infinite-review ul li.right-rating .rating-date .rating-box {
  left: 4px;
  right: inherit;
}
.bloc-review .infinite-review ul li.right-rating .detail-review {
  padding-left: 0;
  padding-right: 30px;
}
.bloc-review .infinite-review ul li.right-rating .detail-review p.review-desc {
  padding: 20px 30px 20px 20px;
}
.bloc-review .infinite-review ul li .rating-date {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: #5e7e6f;
  width: 100%;
}
.bloc-review .infinite-review ul li .rating-date span.date {
  padding-left: 69px;
  font-size: 14px;
  font-style: italic;
}
.bloc-review .infinite-review ul li .rating-date .rating-box {
  background-image: url('../../images/css_sprites.png');
  background-position: -473px -113px;
  width: 94px;
  height: 17px;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0;
  position: absolute;
  right: 4px;
  top: 7px;
}
.bloc-review .infinite-review ul li .rating-date .rating-box .rating {
  background-position: -699px -199px;
  background-image: url('../../images/css_sprites.png');
  float: left;
  height: 17px;
  background-repeat: no-repeat;
}
.bloc-review .infinite-review ul li .rating-date .rating-box .mz-txt img {
  height: 22px;
  position: relative;
  vertical-align: baseline;
}
.bloc-review .infinite-review ul li .customer-name {
  position: absolute;
  left: 0;
  top: -6px;
  background-color: #5e7e6f;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  align-items: center;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  text-transform: capitalize;
}
.bloc-review .infinite-review ul li .detail-review {
  width: 100%;
  padding-left: 30px;
  margin-top: -2px;
}
.bloc-review .infinite-review ul li .detail-review p {
  margin: 0;
  font-size: 16px;
  background-color: #fff4e2;
  padding: 20px 10px 20px 40px;
  border-radius: 7px;
}
.bloc-review .infinite-review ul li a.pagination__next {
  font-size: 15px;
  padding: 2px 15px !important;
  line-height: 25px;
}
.ax-product-reviews-popup-modal .modal-inner-wrap {
  height: 540px;
  border-radius: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #EBF1EF;
}
.ax-product-reviews-popup-modal .modal-inner-wrap .modal-header .action-close {
  z-index: 11;
}
.ax-product-reviews-popup-modal .modal-inner-wrap footer.modal-footer {
  display: none;
}
.ax-product-reviews-popup-modal .modal-inner-wrap .modal-content {
  background-color: #EBF1EF;
  width: 100%;
  border-radius: 20px;
  overflow-y: hidden;
  z-index: 10;
  margin-top: -44px;
}
.ax-product-reviews-popup-modal .modal-inner-wrap .modal-content .bloc-review {
  background-color: #fff;
  padding: 15px;
  height: 400px;
}
.ax-product-reviews-popup-modal .modal-inner-wrap .modal-content .bloc-review .infinite-review ul li .rating-date .rating-box {
  background-image: url(../images/css_sprites.png);
  background-position: -699px -200px;
}
.ax-product-reviews-popup-modal .modal-inner-wrap .modal-content .action-btn {
  padding: 7px 40px !important;
  margin: 20px auto 0;
  background-color: #cc0033;
  border-radius: 35px;
  color: #fff;
  display: block;
  width: fit-content;
  font-size: 20px;
}
.ax-product-reviews-popup-modal .modal-inner-wrap .modal-content .action-btn:hover {
  background-color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .ax-product-reviews-popup-modal .modal-inner-wrap {
    width: 90% !important;
    height: 565px;
    background-color: #EBF1EF !important;
    padding: 15px;
    border: none !important;
  }
  .ax-product-reviews-popup-modal .modal-inner-wrap .modal-content {
    background-color: #EBF1EF;
    padding: 15px;
  }
  .ax-product-reviews-popup-modal .modal-inner-wrap .modal-content .action-btn {
    font-size: 18px;
  }
  .ax-product-reviews-popup-modal .modal-inner-wrap .modal-inner-wrap .modal-content .action-btn {
    font-size: 17px;
  }
}
@media (max-width: 1515px) {
  form#search_mini_form,
  form#search_mini_form_mobile {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .v-badge {
    display: none;
  }
  .navigation,
  .nav-sections {
    background: #fff !important;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    -ms-transition: right .3s;
    transition: right .3s;
    right: -80% !important;
    right: calc(-95%) !important;
    left: unset !important;
    position: fixed;
    top: 0;
    width: 95%;
    width: calc(95%);
  }
  .nav-sections .switcher {
    border-top: 1px solid #ededed !important;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
    color: #000;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #ededed;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .section-item-title.nav-sections-item-title {
    background: #fff;
    border: solid #fff;
    display: none;
    padding: 12px 8px !important;
    height: 50px !important;
  }
  .nav-sections .section-item-title.nav-sections-item-title.active {
    color: #fff;
    background: #c03;
    border: none;
  }
  .nav-sections .section-item-title.nav-sections-item-title.active a {
    color: #fff !important;
  }
  .nav-sections .header.links {
    background-color: #ededed;
    border-radius: 5px;
    padding: 10px !important;
    margin: 10px 20px 0 !important;
    list-style: none !important;
    border: none !important;
  }
  .nav-sections .header.links li {
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #dedede;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #2b2b2b !important;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 10px;
    border: none !important;
  }
  .nav-sections .header.links .header-account-logout.account-links .account-label {
    display: none !important;
  }
  .nav-sections .header.links .header-account-logout.account-links .account-dropdown {
    display: block;
  }
  .nav-open .page-wrapper {
    right: 80% !important;
    right: calc(46%) !important;
  }
  .nav-open .nav-sections:has(li.ax-ui-state-active) {
    overflow: hidden;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0 !important;
    z-index: 999 !important;
    height: 100%;
    overflow: scroll;
    width: 85%;
  }
  .nav-open .nav-sections .nav-sections-items {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .nav-open .nav-sections .nav-sections-items:after,
  .nav-open .nav-sections .nav-sections-items:before {
    content: '';
    display: table;
  }
  .nav-open .nav-sections .nav-sections-items:after {
    clear: both;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content {
    width: 100%;
    padding: 0 !important;
    display: block !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content:after,
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content:before {
    content: '';
    display: table;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content:after {
    clear: both;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content.active {
    display: block;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation {
    padding: 0 !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul {
    margin: 0;
    padding: 0;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul li {
    margin: 0;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation a {
    display: block;
    padding: 10px 0 10px 15px;
    color: #2b2b2b;
    text-decoration: none;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 {
    border-bottom: 1px solid #e0deda;
    display: flex;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .icn-mobile-menu {
    padding: 5px;
    max-height: 60px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.parent .level-top {
    position: relative;
    display: block;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.parent .level-top:after {
    content: '\e622';
    font-family: 'luma-icons';
    position: absolute;
    top: 30%;
    right: 20px;
    transform: rotate(-90deg);
    font-size: 18px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .level-top {
    flex: 1;
    font-weight: 400;
    font-size: 1.55rem;
    padding: 20px 10px;
    color: #000;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.ax-ui-state-active {
    flex-direction: column;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 101;
    width: 85%;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    padding-bottom: 50px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.ax-ui-state-active &gt; .block-menu-wrapper.ax-ui-menu.ui-menu-item-wrapper {
    z-index: 102;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.ax-ui-state-active li.ax-ui-state-active {
    display: block;
    position: relative;
    z-index: 999;
    background-color: #fff;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.ax-ui-state-active .icn-mobile-menu {
    display: none;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.ax-ui-state-active .level-top {
    padding: 20px 50px !important;
    background-color: #eee;
    z-index: 999;
    max-height: 64px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.ax-ui-state-active .level-top:after {
    transform: rotate(90deg);
    left: 10px;
    right: inherit;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.ax-ui-state-active .block-menu-wrapper .col-left {
    width: 100%;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.ax-ui-state-active .block-menu-wrapper .col-left .level1.ax-ui-state-active a.ui-menu-icn {
    display: none;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.ax-ui-state-active .block-menu-wrapper .col-left .level1.ax-ui-state-active .column-menu a[aria-haspopup="true"] {
    background-color: #fff;
    padding: 20px 30px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.ax-ui-state-active .block-menu-wrapper .col-left .level1.ax-ui-state-active .column-menu a[aria-haspopup="true"]:after {
    right: 20px;
    top: 25% !important;
    content: "-";
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.ax-ui-state-active .block-menu-wrapper .col-left .level1.ax-ui-state-active .column-menu ul.level1 .level2 a {
    padding: 20px 50px !important;
    border-bottom: 1px solid #e0deda !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.ax-ui-state-active .block-menu-wrapper .col-left .level1.ax-ui-state-active .column-menu ul.level1 .level2 a .ax-view-all {
    font-weight: bold;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 ul.level0 a .ax-view-all {
    font-weight: bold;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .promo-wrap-menu {
    display: none;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container {
    max-width: 100%;
    padding: 0;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .row {
    margin-right: 0;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .level0 {
    border-bottom: none;
    display: block !important;
    width: 100%;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu li {
    word-wrap: break-word;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu li.first a.ui-menu-icn {
    display: none;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu li.first .column-menu {
    padding: 0 15px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu li.level1 {
    border-bottom: 1px solid #e0deda;
    border-top: none !important;
    display: flex;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu li.level1 a {
    border-bottom: none !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu li.level1 a.ui-menu-icn {
    padding: 10px 10px 10px 30px;
    font-weight: 600;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu li.level1 a.ui-menu-icn img {
    max-width: 45px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu li.level1 .column-menu {
    flex: 1;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu li.level1 .column-menu a {
    padding: 20px 0 20px 15px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu li.level1 .column-menu a[aria-haspopup="true"]:after {
    line-height: inherit;
    content: '+';
    font-weight: 400;
    overflow: hidden;
    position: absolute;
    top: 25% !important;
    right: 20px;
    font-size: 22px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
    background-color: rgba(238, 238, 238, 0.85);
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu:not(:first-child) ul {
    display: block;
    padding-left: 0 !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu:not(:first-child) ul li {
    margin: 0;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu:not(:first-child) ul li:last-child {
    margin-bottom: 0;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu:not(:first-child) ul li a {
    color: #2b2b2b;
    font-size: 14px;
    display: block;
    line-height: normal;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu:not(:first-child) ul li a:hover {
    color: #2b2b2b;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu:not(:first-child) .level1.active &gt; a {
    padding-left: 20%;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 .block-menu-wrapper .container .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation li.level1.category-item.parent.ui-menu-item.ax-ui-state-active {
    border-bottom: none !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.submenu:not(:first-child) &gt; li &gt; a {
    padding: 15px 50px !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.submenu .wrap li.left-cart-wrap {
    width: 100% !important;
    float: inherit !important;
    padding: 0 !important;
    border-top: 1px solid #e0deda;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #2b2b2b;
    padding-left: 7px;
    display: inline-block;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.active a:not(.ui-state-active) {
    color: #2b2b2b;
    border-color: transparent !important;
    border-width: 0 0 0 0 !important;
    border-style: none !important;
    border-bottom: none;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.active a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0 !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.has-active a:not(.ui-state-active) {
    color: #2b2b2b;
    border-color: transparent !important;
    border-width: 0 0 0 0 !important;
    border-style: none !important;
    border-bottom: 1px solid #e0deda !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.has-active a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0 !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation li.level0:last-child {
    border-bottom: 1px solid #e0deda;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation li.level1 a {
    position: relative;
    font-weight: 400;
    font-size: 1.55rem !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .cat-deco ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
    display: block !important;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation .cat-deco ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded li.ui-menu-item {
    flex: inherit;
    width: 100%;
  }
  .nav-open .nav-sections .nav-sections-items .bloc-contact-mobile {
    margin: 10px 20px 70px;
  }
  .nav-open .nav-sections .nav-sections-items .bloc-contact-mobile h3 {
    font-weight: bold;
    text-transform: inherit;
    color: #2b2b2b;
    margin-bottom: 15px;
  }
  .nav-open .nav-sections .nav-sections-items .bloc-contact-mobile ul {
    padding: 0;
    border: 2px solid #e0deda;
    border-radius: 5px;
  }
  .nav-open .nav-sections .nav-sections-items .bloc-contact-mobile ul li {
    margin: 0;
    border-bottom: 2px solid #e0deda;
    padding: 0 10px 0 20px;
    list-style: none;
  }
  .nav-open .nav-sections .nav-sections-items .bloc-contact-mobile ul li:last-child {
    border-bottom: none !important;
  }
  .nav-open .nav-sections .nav-sections-items .bloc-contact-mobile ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #2b2b2b;
    max-height: 52px;
  }
  .nav-open .nav-sections .nav-sections-items .bloc-contact-mobile ul li a span {
    flex: 1;
  }
  .nav-open .nav-sections .nav-sections-items .bloc-contact-mobile ul li a span.bloc-country {
    display: inline-block;
  }
  .nav-open .nav-sections .nav-sections-items .bloc-contact-mobile ul li a span.bloc-country .icon.sprite-svg-icon.flag {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-right: 7px;
  }
  .nav-open .nav-sections .nav-sections-items .bloc-contact-mobile ul li a .icon.sprite-svg-icon.user {
    width: 22px;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
    transition: none;
  }
  .nav-sections-item-title.active {
    background: 0 0;
    border-bottom: 0;
  }
  .amsl-popup-block {
    width: 100%;
  }
  .amsl-popup-block .am-guest-wrapper {
    margin: 5px 0 0;
  }
  .amsl-popup-block .amsl-text {
    text-align: center;
    min-height: inherit;
    margin-top: 0;
  }
  .amsl-popup-block .amsl-title-bloc {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .amsl-popup-block .actions-toolbar .primary,
  .amsl-popup-block .actions-toolbar .secondary {
    width: 100%;
  }
  .cms-page-view h1 {
    margin-top: 20px !important;
  }
  span.timer-container.chrono-time {
    color: #cc0033;
  }
  a.voir-tout {
    font-weight: 600 !important;
  }
  .page-header {
    padding-bottom: 0;
    border-bottom: 0;
    background: #fff !important;
    z-index: 100;
  }
  .page-header .panel.wrapper {
    color: #2b2b2b;
    border-bottom: none !important;
    display: none;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .header.links .phone-link,
  .header.links .showroom-link,
  .header.links .blog-link {
    display: none;
  }
  .search-link-mobile {
    display: block;
    order: 3;
  }
  .fixedHeader .search-header.active {
    top: 50px;
  }
  .search-link-mobile.active,
  .search-link-mobile span.search-mobile.active {
    background-color: transparent !important;
  }
  .block-search .control {
    margin: 0;
    border: none;
  }
  .block-search .control .label {
    float: none;
    top: 20px;
    right: 0;
    width: 40px !important;
    height: 40px !important;
    margin: 0;
    border-radius: 0;
    z-index: 13;
    clip: unset !important;
  }
  .block-search .control .label:before {
    margin: 5px 0 0;
    color: #000;
    transform: rotate(90deg);
    font-size: 22px;
  }
  .block-search input {
    padding: 10px 10px 10px 60px !important;
    color: #000 !important;
    height: 50px;
    top: 0;
    margin: 0 !important;
    border: 1px solid #ededed !important;
    border-radius: 4px;
  }
  .block-search .action {
    background-color: transparent !important;
    width: 30px;
    right: 5px;
    left: inherit;
    top: 7px !important;
    font-size: 0;
    border: none;
    z-index: 1;
  }
  .block-search .action:before {
    display: none !important;
  }
  .block-search .action span {
    position: relative !important;
    height: 30px !important;
    width: 30px !important;
  }
  .block-search .action span:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-size: 20px !important;
    color: #000 !important;
    margin: 0 !important;
  }
  .block-search .action .search-icon:before {
    content: '\e615';
  }
  .block-search .action .close-icon:before {
    content: '\e616';
    font-size: 18px !important;
    top: 2px;
    right: 6px;
  }
  .klevu-fluid .klevu-searching-area {
    width: 70%;
  }
  .klevu-fluid .klevu-pt-rs-hover {
    width: 100% !important;
    padding: 10px 20px !important;
    border: none;
    box-shadow: 0 1px 9px 0 #f1f1f1;
  }
  .klevu-fluid .klevu-pt-rs-hover .klevu-pt-hover-box,
  .klevu-fluid .klevu-pt-rs-hover .klevu-rs-hover-box {
    display: flex;
    flex-direction: column;
  }
  .klevu-fluid .klevu-pt-rs-hover .klevu-pt-hover-box strong,
  .klevu-fluid .klevu-pt-rs-hover .klevu-rs-hover-box strong {
    color: #2b2b2b !important;
    float: inherit !important;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .klevu-fluid .klevu-pt-rs-hover .klevu-pt-hover-box .klevu-pt-rs-keywords,
  .klevu-fluid .klevu-pt-rs-hover .klevu-rs-hover-box .klevu-pt-rs-keywords {
    float: inherit;
    width: 100%;
    margin-left: 0;
    color: #000;
    display: flex;
    flex-wrap: wrap;
  }
  .klevu-fluid .klevu-pt-rs-hover .klevu-pt-hover-box .klevu-pt-rs-keywords a,
  .klevu-fluid .klevu-pt-rs-hover .klevu-rs-hover-box .klevu-pt-rs-keywords a {
    color: #2b2b2b !important;
    background-color: #ededed;
    padding: 5px 10px;
    border-radius: 20px;
    text-align: center;
    margin: 0 5px 5px 0;
  }
  .klevu-fluid .klevu-searching-area {
    left: 0 !important;
    right: 0 !important;
    width: 96% !important;
    margin: 0 auto !important;
    position: absolute;
  }
  .contact-mobile .mobile-contact .sprite-svg-icon {
    height: 40px;
    width: 40px;
    display: block;
    margin: 10px auto;
  }
  .modal-popup.confirm {
    z-index: 99999 !important;
  }
  .coup-de-coueur.hover {
    display: none !important;
  }
  .coup-de-coueur.hover img {
    opacity: 0 !important;
  }
  .nav-toggle {
    top: 0;
    height: 50px;
    width: 37px;
    padding: 9px 0;
    position: relative;
    left: inherit;
    order: inherit;
  }
  .nav-toggle:before {
    display: none;
  }
  .lang-be_fr .header.content .phone-link-mobile,
  .lang-be_nl .header.content .phone-link-mobile,
  .lang-be_de .header.content .phone-link-mobile,
  .lang-pt .header.content .phone-link-mobile {
    display: none;
  }
  .lang-be_fr .header.content .store-switcher-mobile,
  .lang-be_nl .header.content .store-switcher-mobile,
  .lang-be_de .header.content .store-switcher-mobile,
  .lang-pt .header.content .store-switcher-mobile {
    display: flex;
    align-items: center;
    order: 6;
    position: relative !important;
    left: inherit !important;
    border-right: 0 !important;
    padding: 17px 10px !important;
    z-index: 100;
  }
  .minicart-header {
    order: inherit;
    display: flex;
    align-items: center;
  }
  .navigation .submenu:not(:first-child) &gt; li:last-child.offre-promo {
    display: none;
  }
  .navigation .submenu:not(:first-child) &gt; li:last-child {
    border-bottom: none !important;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border: none !important;
  }
  .minicart-wrapper .action.showcart span.cart {
    display: none;
  }
  .nav-open .page-wrapper {
    left: 0 !important;
  }
  .nav-open .nav-toggle:after {
    top: 51px !important;
  }
  .header.content {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 1px 9px 0 #f1f1f1;
    padding: 0 20px !important;
    min-height: 51px;
    flex-wrap: wrap;
    width: 100%;
  }
  .header.content .sprite-svg-icon {
    margin: inherit;
  }
  .header.content .search-header {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    height: 50px;
    width: 100%;
    order: 6;
    display: block;
    z-index: 1;
    margin-top: 5px;
  }
  .header.content .wishlist-header-mobile {
    display: none !important;
  }
  .header.content .store-switcher-desktop {
    display: none;
  }
  .header.content .logo {
    order: inherit;
    margin: 0;
    display: flex;
    align-items: center;
    flex: 1;
    text-align: left;
  }
  .header.content .logo img {
    max-width: 100%;
  }
  .header.content .header-account-mobile,
  .header.content .phone-link-mobile {
    display: flex;
    align-items: center;
  }
  .nav-sections .header.links li &gt; a,
  .nav-sections .switcher-trigger strong,
  .nav-sections .switcher-dropdown li &gt; a {
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: 400 !important;
  }
  .offre-promo-mobile {
    padding: 20px 20px 70px;
  }
  .offre-promo-mobile a {
    text-align: center;
    padding: 0;
    height: 100%;
    width: 75%;
    left: 12%;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute !important;
  }
  .offre-promo-title {
    text-align: center;
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    background: #fff;
    padding-bottom: 10px;
    color: #c03;
    text-transform: uppercase;
  }
  .header-account-mobile {
    top: 0;
    width: auto;
    padding: 0 5px;
  }
  .header-account-mobile a {
    position: relative;
    width: 28px !important;
    height: 28px !important;
    display: block;
  }
  .header.links .wishlist-header {
    display: none;
  }
  .icon-sprite-header:before {
    content: '';
    min-width: 28px;
    min-height: 28px;
    background-repeat: no-repeat;
    color: #fff !important;
    background-size: contain;
    position: absolute;
  }
  .phone-link-mobile {
    width: auto;
    padding: 0 5px;
  }
  .phone-link-mobile .phone-mobile &gt; a {
    position: relative;
    width: 28px;
    height: 28px;
    display: block;
  }
  .search-link-mobile &gt; span.search-mobile {
    position: relative;
    width: 29px;
    height: 29px;
    display: block;
    transform: rotate(90deg);
  }
  .minicart-wrapper .block-minicart {
    right: -5px;
  }
  .header.content.fixedHeader {
    z-index: 999;
    width: 100%;
    background-color: #fff;
    height: auto;
  }
  .block-search {
    width: 100% !important;
  }
  .header.content .header.links {
    display: none;
  }
  .all_reviews-index-index .review-appreciation .content-bloc {
    width: 80%;
  }
  .all_reviews-index-index .other-pictures-top .box-picture-top,
  .all_reviews-index-index .other-pictures .box-picture {
    padding: 0 5px 10px;
  }
  .all_reviews-index-index .last-picture {
    padding: 0 5px 0 0;
  }
  .ax-soldes-ete .filter-soldes-left,
  .ax-soldes-ete .filter-soldes-right {
    display: block;
    width: 100%;
  }
  .catalog-category-view .ax-soldes-ete .filter-soldes-right .content,
  .cms-home .ax-soldes-ete .filter-soldes-right .content {
    max-width: 100%;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 0;
  }
  .ax-soldes-ete .filter-soldes-right {
    float: none;
  }
  .navigation .level0 .menu-blog.level-top.ui-corner-all &gt; span.title-blog {
    margin-right: 10px;
    margin-left: 0;
  }
  span.show-mobile-span {
    display: inline-block;
  }
  .navigation a.menu-blog:after {
    display: none !important;
  }
  .ax-soldes-ete .filter-soldes-left,
  .ax-soldes-ete .filter-soldes-right {
    display: block;
    width: 100%;
  }
  .catalog-category-view .ax-soldes-ete .filter-soldes-right .content,
  .cms-home .ax-soldes-ete .filter-soldes-right .content {
    max-width: 100%;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 0;
  }
  .ax-soldes-ete .filter-soldes-right {
    float: none;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    padding: 3px 5px;
    top: 10px !important;
    left: 13px;
    font-size: 11px;
    line-height: 1;
    margin: 0;
    background: #c03 !important;
    min-width: inherit;
    width: inherit;
    height: inherit;
    border-radius: 50%;
  }
  .navigation .level0.parent &gt; .level-top:focus {
    outline: none;
  }
  li.offre-promo-mobile.ui-menu-item {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .promo-wrapper .promo-wrap.cv-carousel.cv-drag .cv-item .promo.item,
  .promo-wrapper .promo-wrap .promo {
    font-size: 16px;
  }
  .promo-wrapper .promo-wrap.cv-carousel.cv-drag .cv-item .promo.item,
  .promo-wrapper .promo-wrap .promo {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .carousel-cell {
    padding: 0;
  }
  .ax-quick-view-popup-modal {
    left: 0 !important;
    overflow-y: scroll !important;
    margin: 20px;
  }
  .ax-quick-view-popup-modal .modal-inner-wrap {
    overflow-x: hidden;
    border: none !important;
    width: 90% !important;
    margin: 20px;
  }
  .block-search .ais-SearchBox-form-submit span {
    z-index: 0;
  }
  .account .page-title-wrapper .page-title {
    margin: 0 0 20px;
    padding: 10px 0;
  }
  .account .amsl-accounts-block .amsl-social-login .amsl-buttons {
    flex-direction: column;
  }
  .modal-popup.home-img-zoom .modal-inner-wrap {
    max-width: 90% !important;
    margin: 25px auto !important;
    height: auto;
  }
  .modal-popup.home-img-zoom .modal-inner-wrap .ax-product-item-photo {
    max-width: 140px;
    margin-bottom: 10px;
  }
  .modal-popup.home-img-zoom .modal-inner-wrap .carousel-avis .flickity-viewport {
    max-height: 320px;
  }
  .checkout-cart-index .page-main,
  .cms-page-view .page-main {
    padding: 0 15px;
  }
  #v-badge.v-badge {
    display: none !important;
  }
  .page-layout-checkout #m-cookienotice.v-bar.v-bottom {
    bottom: -7px;
  }
  .page-layout-checkout #m-cookienotice .m-message {
    line-height: 16px;
    padding: 0 10px 5px;
  }
  .page-layout-checkout #m-cookienotice .m-button-cookie {
    padding: 2px 10px;
  }
  .page-layout-checkout .osc-trust-seal {
    margin: 40px 0;
  }
  #m-cookienotice {
    flex-direction: column;
  }
  #m-cookienotice .m-actions {
    width: 100% !important;
    text-align: center;
  }
  #m-cookienotice .m-message {
    width: 100% !important;
    text-align: center;
    padding: 0 10px 10px;
  }
  .ax-header-right {
    min-width: inherit;
    order: inherit;
  }
  .header.content .wishlist-header-mobile {
    display: none !important;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .page-wrapper &gt; .widget,
  .page-wrapper &gt; .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .navigation .parent .level-top:after {
    right: 10px;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .navigation .level0 &gt; .level-top {
    font-size: 14px;
    text-transform: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 12px;
  }
  .minicart-wrapper .action.showcart {
    position: relative;
  }
  .hidden-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .block-search .label {
    z-index: 9999999;
    top: 2px;
  }
  .block-search .block-content input {
    font-size: 16px !important;
  }
  .block-search .block-content input::placeholder {
    color: #7b8995 !important;
  }
  .onestepcheckout-index-index .page-wrapper .page-header .header {
    justify-content: center !important;
  }
  .onestepcheckout-index-index .header.content .logo {
    left: inherit !important;
  }
  .amsl-separator {
    width: 92%;
    left: 4%;
    height: inherit;
    right: inherit !important;
    top: inherit !important;
    bottom: 206px;
  }
  .amsl-register-content span.amsl-separator {
    bottom: 185px;
  }
  .amsl-popup-block .amsl-register-content .amsl-form {
    margin-bottom: 10px;
  }
  .mz-txt img {
    height: 18px !important;
    vertical-align: middle !important;
  }
  .wrap-text-promo .mz-txt {
    height: 18px;
  }
  .promo-wrapper .promo-plus {
    width: 30px !important;
    height: 100% !important;
  }
  .promo-wrapper .promo-plus .text {
    display: none;
  }
  .promo-wrapper .promo-plus span.icon {
    display: contents;
  }
  .promo-wrapper .promo-plus span.icon:after {
    display: block;
    right: 10px;
  }
  .promo-wrapper .promo-wrap .cv-item.active .promo {
    padding-right: 40px !important;
  }
  .promo-wrapper .promo-wrap .promo .wrap-text-promo.show-more-btn {
    padding-right: 35px !important;
  }
  .checkout-cart-index .ax-product-popup-modal.modal-slide .modal-inner-wrap {
    width: 90% !important;
  }
  .checkout-cart-index .ax-product-popup-modal.modal-slide .modal-inner-wrap .modal-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .klevu-fluid .klevu-searching-area {
    left: 0 !important;
    margin-left: 10px;
    width: 90%;
  }
  .klevu-fluid .klevu-pt-rs-hover {
    width: 90% !important;
    padding: 5px;
  }
  .klevu-fluid .klevu-pt-rs-hover strong {
    float: none;
    width: 100%;
  }
  .klevu-fluid .klevu-pt-rs-hover .klevu-pt-rs-keywords {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  #mpajaxcart-popup {
    min-width: 300px;
  }
  #mpajaxcart-popup button.action.primary.continue-shopping,
  #mpajaxcart-popup button.action.primary.btn-view-cart {
    min-width: 200px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .block-search .action.search {
    height: 29px;
    position: absolute;
  }
  .header.content .sprite-svg-icon {
    width: 25px;
  }
  #promo-banner-chrono {
    font-size: 14px;
    margin-top: 10px;
  }
  #promo-banner-chrono .timerbox {
    font-size: 14px;
    line-height: 18px !important;
    min-width: 300px;
    min-height: 17px;
  }
  #promo-banner-chrono .timerbox span.timerbox-prefix .sprite-svg-icon.gift {
    width: 17px;
    height: 17px;
    max-width: 17px;
    max-height: 17px;
  }
  #promo-banner-chrono .timerbox span.timerbox-prefix .sprite-svg-icon.gift use {
    width: 17px;
    height: 17px;
    max-width: 17px;
    max-height: 17px;
  }
  .promo-wrapper .promo-wrap.cv-carousel.cv-drag .cv-item .promo.item,
  .promo-wrapper .promo-wrap .promo {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .minicart-wrapper .block-minicart {
    width: 310px !important;
  }
  .promo-wrapper .promo-wrap.cv-carousel.cv-drag .cv-item .promo.item,
  .promo-wrapper .promo-wrap .promo {
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  .lang-it header .header.content .logo {
    min-width: 179px;
  }
  header .header.content {
    align-items: center;
    padding: 0 15px !important;
  }
  header .header.content .logo {
    margin: 10px 10px 10px 0;
  }
  header .header.content .search-link-mobile,
  header .header.content .phone-link-mobile {
    padding: 10px 5px;
  }
  header .header.content .minicart-header {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  h1.page-title {
    font-size: 36px;
    text-align: center;
  }
  .lang-be_fr .minicart-wrapper .block-minicart,
  .lang-be_nl .minicart-wrapper .block-minicart,
  .lang-be_de .minicart-wrapper .block-minicart {
    right: 0;
  }
  .cms-page-view h1.page-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 390px) {
  .lang-be_fr .minicart-wrapper .block-minicart,
  .lang-be_nl .minicart-wrapper .block-minicart,
  .lang-be_de .minicart-wrapper .block-minicart {
    right: -23px;
  }
}
@media screen and (max-width: 375px) {
  .lang-be_fr .minicart-wrapper .block-minicart,
  .lang-be_nl .minicart-wrapper .block-minicart,
  .lang-be_de .minicart-wrapper .block-minicart {
    right: -38px;
  }
}
@media screen and (max-width: 360px) {
  #promo-banner-chrono .timerbox {
    font-size: 12px;
  }
  #m-cookienotice .m-actions {
    float: left;
    margin: 5px 10px;
  }
  #m-cookienotice.v-bar .m-actions {
    width: auto;
  }
  .lang-be_fr .minicart-wrapper .block-minicart,
  .lang-be_nl .minicart-wrapper .block-minicart,
  .lang-be_de .minicart-wrapper .block-minicart {
    right: -38px;
  }
}
.icon-sprite,
.ratings .rating-box,
.ratings .rating-box .rating,
.sorter &gt; .sort-by .sort-by-switcher,
.sorter &gt; .view-mode .grid,
.sorter &gt; .view-mode .list,
.product-view .sharing-links a,
.review-summary-table .rating-box .rating-number:after,
.ratings-table .rating-box,
.ratings-table .rating-box .rating,
.showroom-main .adresse .map a {
  background-image: url('../images/css_sprites.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.whatsappImage {
  background: transparent url('../images/whatsapp/logo-green-small.png') center center no-repeat !important;
}
.closeButtonWebImage {
  background-image: url("../images/whatsapp/close.png") !important;
}
.closeButtonMobileImage {
  background-image: url("../images/whatsapp/Close-Mobile.png") !important;
}
.force-display-block {
  display: block !important;
}
.modal-popup.ax-product-shipping-popup-modal .modal-footer {
  display: none;
}
.matelas-bedream {
  margin: 5px 0;
}
.matelas-bedream .bedream-description-img {
  display: block;
  position: relative;
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #eeeeee;
}
.matelas-bedream a.btn.btn-compare-matelas-bedream {
  display: inline-block;
  background: #000000;
  font-weight: bold;
  color: #ffffff !important;
  margin: 5px;
  padding: 5px 20px;
  font-size: 14px;
}
.btn-plus-info-bedream-couches {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 30%;
  left: 49%;
  transform: translate(-48%);
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px 15px;
  border: 2px solid #ffffff;
}
.ax-product-bedream-matelas .table {
  width: 100%;
}
.ax-product-bedream-matelas .bedream-table-1 th.borderless-top-left {
  border-left: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
}
.ax-product-bedream-matelas .bedream-table-1 h3 {
  text-align: left;
  font-weight: bold;
}
.ax-product-bedream-matelas .bedream-table-1 tr.borderless td {
  border: 1px solid transparent !important;
  text-align: center;
}
.hebrew-rtl .bedream-table-1 th.borderless-top-left {
  border-right: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  border-left: 1px solid #DDDDDD !important;
}
.bedream-button-red {
  background: #cc0033;
  border-radius: 20px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  padding: 0 10px;
  margin-top: 5px;
}
.bedream-button-red:hover {
  background: #000000;
}
tr.hidden_row td {
  display: none;
}
.btn.btn.btn-voir-criteres,
.btn.btn-reduire-criteres {
  font-style: italic;
  text-decoration: underline !important;
  font-weight: bold;
  font-size: 14px;
}
.price_bedream {
  display: block;
  font-weight: bold;
}
.nb-couches {
  font-weight: bold;
}
.bedream-table-1.table-responsive &gt; .table &gt; tbody &gt; tr &gt; td:first-child {
  text-align: left;
  min-width: 180px;
  border-left: 1px solid #eee;
}
.bedream-table-1.table-responsive ul li {
  list-style: inside;
}
.bedream-table-1.table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
.bedream-table-1.table-responsive &gt; .table &gt; tbody &gt; tr &gt; td {
  text-align: center;
  vertical-align: baseline;
  padding: 5px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.bedream-table-1.table-responsive &gt; .table &gt; thead &gt; tr &gt; th {
  border-top: 1px solid #eee;
}
.info-bedream-icon {
  position: relative;
  cursor: pointer;
  float: right;
}
.info-bedream-icon .icon-infos-svg {
  width: 14px;
  height: 14px;
}
.matelas-bedream-info {
  display: none;
  text-align: left;
  background: #ffffff;
  border: 4px solid #000000;
  padding: 15px;
  width: 180px;
  position: absolute;
  font-family: Helvetica,Arial,sans-serif;
  right: -9px;
  color: #3a3b40;
  font-size: 13px;
  line-height: 15px;
  bottom: 28px;
  margin: 0;
}
.matelas-bedream-info:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #000000;
  right: 7px;
  bottom: -15px;
}
.matelas-bedream-info:after {
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
}
.info-bedream-icon:hover .matelas-bedream-info {
  display: block;
}
.info-livraison_box.black .span-h3,
.info-livraison_box.black .sub-text,
.info-livraison_box.black strong,
.info-livraison_box.black h3 small {
  color: #000;
}
.info-livraison_box.pink .span-h3,
.info-livraison_box.pink .sub-text,
.info-livraison_box.pink strong {
  color: #e33280;
}
.info-livraison_box.red-grey .span-h3,
.info-livraison_box.red-grey .sub-text,
.info-livraison_box.red-greystrong {
  color: #ce002e;
}
.info-livraison_box.gold .span-h3,
.info-livraison_box.gold .sub-text,
.info-livraison_box.gold strong,
.info-livraison_box.gold h3 small {
  color: #c2a504;
}
.info-livraison_box.red-grey .span-h3 {
  font-style: italic;
}
.info-livraison_text .span-h3 small {
  font-size: 85% !important;
  font-weight: bold;
}
.info-livraison_text .span-h3 .price {
  font-size: 30px;
}
.black {
  color: #000000 !important;
}
.product.info.detailed .additional-attributes &gt; thead &gt; tr &gt; th,
.product.info.detailed .additional-attributes &gt; tbody &gt; tr &gt; th,
.product.info.detailed .additional-attributes &gt; tfoot &gt; tr &gt; th {
  padding: 10px !important;
}
#product-attribute-specs-table tr:nth-child(even) {
  background: #f9f7fb;
}
.square-coloris-beige {
  background: #F5F5DC;
}
.square-coloris-white {
  background: #FFFFFF;
}
.square-coloris-blue {
  background: #0000FF;
}
.square-coloris-wood {
  background: #DEB887;
}
.square-coloris-gray {
  background: #808080;
}
.square-coloris-yellow {
  background: #FFFF00;
}
.square-coloris-maroon {
  background: #800000;
}
.square-coloris-silver {
  background: #C0C0C0;
}
.square-coloris-mirror {
  background: #DCDCDC;
}
.square-coloris-multicolored {
  background: linear-gradient(217deg, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0) 70.70999999999999%), linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.70999999999999%), linear-gradient(336deg, rgba(0, 0, 255, 0.8), rgba(0, 0, 255, 0) 70.70999999999999%);
}
.square-coloris-black {
  background: #000000;
}
.square-coloris-gold {
  background: #FFD700;
}
.square-coloris-orange {
  background: #FFA500;
}
.square-coloris-pink {
  background: #FF1493;
}
.square-coloris-red {
  background: #FF0000;
}
.square-coloris-moleskin {
  background: #816c57;
}
.square-coloris-transparent {
  background: #FFFFFF;
}
.square-coloris-green {
  background: #008000;
}
.square-coloris-purple {
  background: #800080;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 45px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  position: relative;
}
.message.success *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.mobile-hide-767 {
  display: block;
}
.desktop-hidden {
  display: none;
}
.paiement-3x-popup .ax-block-paiement {
  background-color: #f3f3f3;
}
.paiement-3x-popup .ax-block-paiement .sp-pay-scalapay img {
  width: 110px;
}
.paiement-3x-popup .heading-pop {
  color: #000;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 30px;
}
.paiement-3x-popup .heading-pop .price-today {
  color: #cc0033;
  display: block;
  font-weight: bold;
}
.paiement-3x-popup .heading-pop .heading-paiement span {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  display: block;
}
.paiement-3x-popup .carac {
  margin-bottom: 30px;
}
.paiement-3x-popup .carac .bloc-carac {
  color: #909090;
  border-right: #909090 2px dashed;
}
.paiement-3x-popup .carac .bloc-carac:last-child {
  border-right: none;
}
.paiement-3x-popup .carac .bloc-carac img {
  margin: 0 auto 15px;
  display: block;
  width: 140px;
  max-width: 100%;
  min-height: 40px;
}
.paiement-3x-popup p {
  font-size: 15px;
  margin-bottom: 20px;
}
.paiement-3x-popup .italic {
  font-style: italic;
}
.paiement-3x-popup .depot-center {
  text-align: center;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .paiement-3x-popup .heading-pop {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .paiement-3x-popup .heading-paiement span {
    font-size: 12px;
  }
  .paiement-3x-popup .carac {
    margin-bottom: 20px;
  }
  .paiement-3x-popup .carac .bloc-carac {
    border-bottom: #909090 2px dashed;
    border-right: none;
    text-align: center;
    padding: 10px 0;
  }
  .paiement-3x-popup .carac .bloc-carac:last-child {
    border-bottom: none;
  }
  .paiement-3x-popup .carac .bloc-carac img {
    min-height: inherit;
    width: 100px;
  }
}
@media (max-width: 450px) {
  .paiement-3x-popup .heading-pop img {
    display: none;
  }
}
.paiement .carac {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.paiement .col-md-3 {
  width: 25%;
  float: left;
  padding: 0 10px 0 0;
}
.paiement .col-md-9 {
  width: 75%;
  float: left;
}
.paiement ul li {
  padding-left: 30px;
  padding-bottom: 5px;
}
.header-pop {
  font-size: 24px;
  line-height: 36px;
  padding: 20px;
}
.header-pop p span {
  font-weight: 700;
  color: #c03;
}
.header-pop .col-md-4 i {
  font-size: 15px;
  display: block;
  line-height: 16px;
}
.header-pop .pop-total {
  margin-top: 30px;
}
.depot-center {
  text-align: center;
  padding: 15px 0;
}
.depot-center .button {
  background: #c03;
  display: inline-block;
  border-radius: 25px;
  padding: 15px;
  border: 0;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: Helvetica,Arial,sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}
#mpajaxcart-popup-main {
  overflow: hidden;
}
.ax-product-reviews-popup-modal .modal-inner-wrap .modal-content .bloc-review {
  overflow-y: auto;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader &gt; img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader &gt; p {
  display: none;
}
.icon-info {
  position: relative;
  cursor: pointer;
}
.icon-info:before {
  content: "\e915";
  position: relative;
  top: 1px;
}
.icon-info:hover {
  color: #cc0033;
}
.icon-info:hover .matirial-info {
  display: block;
}
.icon-info .matirial-info {
  display: none;
  background: #ffffff;
  border: 4px solid #cc0033;
  padding: 15px;
  width: 180px;
  position: absolute;
  font-family: Helvetica,Arial,sans-serif;
  right: -14px;
  color: #3a3b40;
  font-size: 13px;
  line-height: 15px;
  bottom: 25px;
  margin: 0;
}
.icon-info .matirial-info:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #cc0033;
  right: 10px;
  bottom: -15px;
}
.icon.trusk {
  background-position: -423px -216px;
}
.icon.express {
  background-position: -336px -17px;
}
.icon.samedis {
  background-position: -497px -15px;
}
.icon.chronopost {
  background-position: -16px -19px;
}
.icon.relais {
  background-position: -97px -15px;
}
.icon.etage {
  background-position: -258px -17px;
}
.icon.retrait {
  background-position: -415px -19px;
}
.icon.eco {
  background-position: -175px -15px;
}
.icon.rupture {
  background-position: -578px -18px;
  width: 55px;
  height: 63px;
}
.modal-slide .modal-header {
  padding: 20px;
}
.modal-slide .modal-header h2 {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
}
.modal-slide .action-close {
  margin: 10px 18px 10px 10px;
}
.modal-slide .action-close:before {
  color: #cc0033 !important;
  border: 1px solid #c03;
  padding: 3px;
  text-align: center;
}
.promo-design-tag {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  display: inline-block;
  height: 55px;
  width: 55px;
}
.promo-design-tag-gallery {
  text-align: right;
}
.info-livraison-shipping {
  padding-bottom: 20px;
}
.info-livraison-shipping .bloc-trusk-etage {
  border: 1px solid #000;
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0 0;
}
.info-livraison-shipping .bloc-trusk-etage h3 {
  width: fit-content;
  width: -moz-fit-content;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  padding: 0 10px;
}
.info-livraison-shipping .info-livraison_box {
  display: flex;
  padding: 10px;
  margin-bottom: 20px;
}
.info-livraison-shipping .info-livraison_box.trusk .span-h3 {
  color: #1735f5;
}
.info-livraison-shipping .info-livraison_box.virClassic .span-h3 {
  color: #00235a;
}
.info-livraison-shipping .info-livraison_box.eco .span-h3 {
  color: #cf447f;
}
.info-livraison-shipping .info-livraison_box.etage .span-h3 {
  color: #212121;
}
.info-livraison-shipping .info-livraison_box.chronopost .span-h3 {
  color: #009ce1;
}
.info-livraison-shipping .info-livraison_box.express .span-h3 {
  color: #00ae08;
}
.info-livraison-shipping .info-livraison_box.red-grey {
  background-color: #f9f7fa;
}
.info-livraison-shipping .info-livraison_box .span-h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  display: block;
}
.info-livraison-shipping .info-livraison_box .span-h3.up {
  font-style: italic;
  text-transform: uppercase;
}
.info-livraison-shipping .info-livraison_box .info-livraison_icon {
  padding: 0 15px;
  text-align: center;
}
.info-livraison-shipping .info-livraison_box .info-livraison_icon .icon {
  width: 65px;
  height: 65px;
  display: block;
}
button.copy:focus,
button.btn-red:focus {
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 8px !important;
}
button.copy.focus,
button.btn-red.focus {
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 8px !important;
}
.checkout-cart-configure .ax-product-sticky-price {
  display: none !important;
}
.checkout-cart-configure .product-add-form {
  margin-top: 15px;
}
.top-slider-product {
  z-index: 2;
  margin-bottom: 5px;
}
.catalog-product-view .highlighted-msg {
  color: #f1ab03;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  margin-top: 7px;
  align-items: baseline;
}
.catalog-product-view .highlighted-msg span.icn {
  font-size: 19px;
  margin-left: -6px;
}
.catalog-product-view .carousel-menzzohome,
.catalog-product-view .carousel-upsell,
.catalog-product-view .carousel-avis-client {
  display: flex;
  min-height: 285px;
}
.catalog-product-view .carousel-menzzohome.flickity-enabled,
.catalog-product-view .carousel-upsell.flickity-enabled,
.catalog-product-view .carousel-avis-client.flickity-enabled {
  display: block;
}
.catalog-product-view .typesenseImageContainer .typesene-images-wrapper .ax-hover-typesense-image .swiper-slide {
  display: flex;
  height: 300px;
}
.catalog-product-view .wishlist-product-top {
  width: 100%;
  text-align: right;
}
.catalog-product-view .wishlist-product-top button.action.toguestwishlist svg.icon.sprite-svg-icon.favoris {
  width: 28px;
  vertical-align: inherit;
  margin-right: 5px;
}
.catalog-product-view .wishlist-product-top button.action {
  background: 0 0;
  border: none;
  padding: 0;
}
.catalog-product-view .wishlist-product-top button.action .favoris-text {
  font-weight: 600;
}
.catalog-product-view .wishlist-product-top .wishlist-product {
  margin-bottom: 5px;
}
.catalog-product-view .wishlist-product-top .wishlist-listing {
  display: none;
}
.catalog-product-view .wishlist-product-top ol.items.product-items li.product-item:hover .wishlist-listing {
  display: block;
}
.catalog-product-view .wishlist-product-top button.action.toguestwishlist {
  background: 0 0;
  border: none;
  padding: 0;
}
.catalog-product-view .wishlist-product-top button.action.toguestwishlist svg.icon.sprite-svg-icon.favoris {
  width: 28px;
  vertical-align: inherit;
  margin-right: 5px;
}
.catalog-product-view .wishlist-product-top button.action.toguestwishlist span.favoris-text {
  text-decoration: underline;
  position: relative;
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  display: none;
}
@media (max-width: 767px) {
  .catalog-product-view .wishlist-product-top button.action.toguestwishlist span.favoris-text {
    display: none;
  }
}
.catalog-product-view .wishlist-product-top button.action.toguestwishlist .favoris-text {
  font-weight: 600;
}
.catalog-product-view a {
  color: #000;
}
.catalog-product-view a:hover {
  text-decoration: none;
}
.catalog-product-view .ax-other-promo-codes .modal-header {
  padding: 17px 0;
}
.catalog-product-view .ax-other-promo-codes .modal-content {
  padding: 10px;
}
.catalog-product-view .ax-other-promo-codes .modal-content ul {
  list-style: none;
}
.catalog-product-view .ax-other-promo-codes .modal-content ul li {
  border: 1px dashed #000;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view .ax-other-promo-codes .modal-content ul li:last-child {
  margin-bottom: 0;
}
.catalog-product-view .ax-other-promo-codes .modal-content ul li .copy {
  background-color: #000;
  border: 1px #000 solid;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  padding: 3px;
  text-transform: uppercase;
  font-weight: 400;
}
.catalog-product-view .ax-other-promo-codes .modal-footer {
  display: none;
}
.catalog-product-view .label-title {
  text-transform: uppercase;
  font-size: 22px;
}
.catalog-product-view h1.ax-page-title {
  font-weight: bold;
  font-size: 18px;
}
.catalog-product-view .columns .column.main {
  padding-bottom: 0;
  overflow: hidden;
}
.catalog-product-view .mz-soldes-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.catalog-product-view .mz-soldes-wrap .mz-soldes {
  padding: 3px 10px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  background: #cc0033;
  text-transform: uppercase;
}
.catalog-product-view .page-title-wrapper h1.page-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 20px 0 30px;
  text-transform: none;
  text-align: center;
  display: block;
}
.catalog-product-view .ax-product-info-main {
  margin-top: 40px;
  flex-wrap: unset;
}
.catalog-product-view .ax-product-info-main .bloc-sequra {
  min-height: 42px;
  max-height: 42px;
  height: 42px;
}
.catalog-product-view .product.media {
  position: relative;
}
.catalog-product-view .product.media .carousel {
  max-height: 500px;
}
.catalog-product-view .product.media .carousel .flickity-viewport .carousel-cell {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product.media .carousel .flickity-viewport picture,
.catalog-product-view .product.media .carousel .flickity-viewport img {
  max-height: 500px;
}
.catalog-product-view .product.media .carousel-product-top,
.catalog-product-view .product.media .carousel-nav {
  display: flex;
  justify-content: center;
}
.catalog-product-view .product.media .carousel-product-top.flickity-enabled,
.catalog-product-view .product.media .carousel-nav.flickity-enabled {
  display: block;
}
.catalog-product-view .product.media .carousel-product-top {
  min-height: 500px;
}
.catalog-product-view .product.media .carousel-product-top.flickity-enabled {
  display: block;
}
.catalog-product-view .product.media .carousel-product-top .carousel-cell {
  min-height: 500px;
  margin-right: 0;
  display: none;
}
.catalog-product-view .product.media .carousel-product-top .carousel-cell:first-child {
  display: flex;
  width: 100%;
  justify-content: center;
}
.catalog-product-view .product.media .carousel-product-top .carousel-cell:first-child img {
  max-height: 500px;
}
.catalog-product-view .product.media .carousel-nav .flickity-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product.media .carousel-nav .carousel-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product.media .carousel-nav .carousel-cell.is-nav-selected {
  background: transparent !important;
  padding: 5px;
  border-radius: 0;
  border: 1px solid #ccc;
}
.catalog-product-view .product.media .carousel-nav .carousel-cell.is-nav-selected picture {
  max-height: 100%;
}
.catalog-product-view .product.media .carousel-nav .carousel-cell.is-nav-selected picture img {
  max-height: 70px;
}
.catalog-product-view .product.media #mpquickview-popup .wishlist-product-top,
.catalog-product-view .product.media #mpquickview-popup .ax-product-purchase .wishlist-product {
  display: none !important;
}
.catalog-product-view .product.media .icon-3d {
  font-size: 45px;
}
.catalog-product-view .product.media .icon-3d:before {
  content: "\e907";
}
.catalog-product-view .product.media .fancy-loop {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99999 !important;
  padding: 0 10px;
}
.catalog-product-view .product.media .fancy-loop:before {
  content: url("../images/search.png");
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.catalog-product-view .product-info-main .section-price.bloc-right.justify-content-end .product-info-price {
  text-align: right;
}
.catalog-product-view .product-info-main .section-price.bloc-right.justify-content-end .product-info-price .price-wrapper {
  justify-content: flex-end;
}
.catalog-product-view .product-info-main .section-price.bloc-left.justify-content-end .product-info-price {
  text-align: left;
}
.catalog-product-view .product-info-main .section-price.bloc-left.justify-content-end .product-info-price .price-wrapper {
  justify-content: flex-start;
}
.catalog-product-view .product-info-main .section-price .product-info-price .old-price {
  text-align: right;
  display: block;
  text-decoration: line-through;
  font-size: 18px;
  color: #000;
  line-height: 18px;
}
.catalog-product-view .product-info-main .section-price .product-info-price .discount-percent {
  background-color: #cc0033;
  padding: 3px;
  color: #fff;
  margin-right: 3px;
  border-radius: 3px;
}
.catalog-product-view .product-info-main .section-price .product-info-price .final-price {
  font-size: 30px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 600;
}
.catalog-product-view .product-info-main .section-price .product-info-price .final-price.ax-special-price {
  justify-content: end;
}
.catalog-product-view .product-info-main .section-price .product-info-price .eco-tax-text {
  font-size: 10px;
  color: #000000;
  display: block;
  text-align: left;
}
.catalog-product-view .product-info-main .section-price .product-info-price .price-generally-observed {
  font-size: 10px;
  color: #000000;
  display: block;
}
.catalog-product-view .product-info-main .section-price .product-info-price .menzzo-old-price {
  font-size: 10px;
  color: #000000;
  display: block;
  text-align: right;
}
.catalog-product-view .product-info-main .section-price .product-info-price .special-price .final-price {
  color: #cc0033;
}
.catalog-product-view .product-info-main .product-scalapay .underline {
  font-weight: 600;
}
.catalog-product-view .product-info-main .ax-black-fridy-product {
  width: fit-content;
  background-color: #cc0033;
  color: #fff;
  padding: 2px 4px !important;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin-left: -10px;
  border-radius: 3px;
}
.catalog-product-view .product-info-main .ax-product-block {
  border: 1px solid #000;
  padding: 10px;
  margin-top: 50px;
}
.catalog-product-view .product-info-main .ax-product-block .head-flash-sale .title-chrono {
  font-size: 18px;
}
.catalog-product-view .product-info-main .ax-product-block .head-flash-sale .title,
.catalog-product-view .product-info-main .ax-product-block .special-offer-price .title,
.catalog-product-view .product-info-main .ax-product-block .special-offer-stock .title {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #fff;
  margin: -44px 0 10px;
  padding: 0 10px;
  text-align: center;
}
.catalog-product-view .product-info-main .ax-product-block .head-flash-sale .title b,
.catalog-product-view .product-info-main .ax-product-block .special-offer-price .title b,
.catalog-product-view .product-info-main .ax-product-block .special-offer-stock .title b {
  color: #cc0033;
}
.catalog-product-view .product-info-main .ax-product-block .head-flash-sale .title span,
.catalog-product-view .product-info-main .ax-product-block .special-offer-price .title span,
.catalog-product-view .product-info-main .ax-product-block .special-offer-stock .title span {
  text-transform: initial;
  font-weight: normal;
  font-size: 13.5px !important;
  line-height: 14px;
  display: block;
  letter-spacing: 0.15px;
  margin-top: -4px;
}
.catalog-product-view .product-info-main .ax-product-block .head-flash-sale .bloc-chrono,
.catalog-product-view .product-info-main .ax-product-block .special-offer-price .bloc-chrono,
.catalog-product-view .product-info-main .ax-product-block .special-offer-stock .bloc-chrono {
  font-weight: 600;
}
.catalog-product-view .product-info-main .ax-product-block .head-flash-sale .bloc-chrono span,
.catalog-product-view .product-info-main .ax-product-block .special-offer-price .bloc-chrono span,
.catalog-product-view .product-info-main .ax-product-block .special-offer-stock .bloc-chrono span {
  font-size: 12px;
  font-weight: 400;
}
.catalog-product-view .product-info-main .ax-product-block .head-flash-sale .bloc-chrono span span,
.catalog-product-view .product-info-main .ax-product-block .special-offer-price .bloc-chrono span span,
.catalog-product-view .product-info-main .ax-product-block .special-offer-stock .bloc-chrono span span {
  margin: 0 10px 5px;
}
.catalog-product-view .product-info-main .ax-product-block .head-flash-sale .bloc-chrono span span span,
.catalog-product-view .product-info-main .ax-product-block .special-offer-price .bloc-chrono span span span,
.catalog-product-view .product-info-main .ax-product-block .special-offer-stock .bloc-chrono span span span {
  background-color: #000;
  color: #fff;
  padding: 5px 8px;
  margin: 0 1px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
}
.catalog-product-view .product-info-main .ax-product-block .head-flash-sale .content-special-offer,
.catalog-product-view .product-info-main .ax-product-block .special-offer-price .content-special-offer,
.catalog-product-view .product-info-main .ax-product-block .special-offer-stock .content-special-offer {
  font-weight: bold;
  font-size: 19px;
}
.catalog-product-view .product-info-main .ax-product-block .head-flash-sale .content-special-offer span span,
.catalog-product-view .product-info-main .ax-product-block .special-offer-price .content-special-offer span span,
.catalog-product-view .product-info-main .ax-product-block .special-offer-stock .content-special-offer span span {
  background-color: #000;
  color: #fff;
  padding: 5px 8px;
  margin: 0 1px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
}
.catalog-product-view .product-info-main .ax-product-block .head-flash-sale .content-special-offer span.b-text span,
.catalog-product-view .product-info-main .ax-product-block .special-offer-price .content-special-offer span.b-text span,
.catalog-product-view .product-info-main .ax-product-block .special-offer-stock .content-special-offer span.b-text span {
  background-color: transparent;
  color: #000;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  border-radius: 0;
}
.catalog-product-view .product-info-main .ax-product-block.dropship-design {
  border: 0;
  margin-top: 10px;
  border-top: 1px solid #9c9c9c !important;
}
.catalog-product-view .product-info-main .ax-product-block.dropship-design .section-price.align-items-center.justify-content-between .product-info-price .menzzo-old-price {
  text-align: left;
}
.catalog-product-view .product-info-main .ax-product-block.dropship-design .paiement-popup-trigger .underline-price-dropship &gt; span {
  border-bottom: 1px solid #000;
  font-size: 22px;
  font-weight: bold;
}
.catalog-product-view .product-info-main .ax-product-block.dropship-design .paiement-popup-trigger .dropship-nbr-x {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  background-color: #5d7d6f;
  color: #ffffff;
}
.catalog-product-view .product-info-main .ax-product-block.dropship-design .paiement-popup-trigger .without-fees-small {
  font-size: 12px;
  text-transform: lowercase;
  color: #000000;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .modelCarousel {
  display: flex;
  height: 129px;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .modelCarousel.flickity-enabled {
  display: block;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .modelCarousel.flickity-enabled .carousel-cell {
  margin-right: 0 !important;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .modelCarousel.flickity-enabled .carousel-cell:hover {
  opacity: 0.8;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-color-wrap {
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  justify-content: start;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-color-wrap .product-image-wrapper {
  margin: 5px;
  padding: 1px;
  cursor: pointer;
  width: 50px;
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-color-wrap .product-image-wrapper.current {
  border: 1px solid #000;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-format-wrap {
  padding: 10px;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-format-wrap .select {
  border: 0;
  width: 75px;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-format-wrap .strong {
  text-transform: capitalize;
  font-weight: 400;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-format-wrap .select-wrap {
  margin-bottom: 15px;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap {
  padding: 0;
  margin-left: 0;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap::-webkit-scrollbar {
  height: 5px;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap::-webkit-scrollbar-thumb:hover {
  background: #adabab;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap .modelSwiper {
  height: auto;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap .modelSwiper .swiper-button-next,
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap .modelSwiper .swiper-button-prev {
  top: 57%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap .modelSwiper .swiper-button-next:after,
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap .modelSwiper .swiper-button-prev:after {
  height: 14px;
  font-size: 14px;
  font-weight: 700;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap .product-image-wrapper {
  cursor: pointer;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap .product-image-wrapper:hover {
  border: 1px solid #000;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .product-model-wrap .product-image-wrapper.current {
  border: 1px solid #000;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .color-popup-associated {
  border-radius: 4px;
  border: 1px solid #000;
  padding: 5px 10px;
  height: 33px;
  margin: auto 5px auto 10px;
  cursor: pointer;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .color-popup-associated .icn-color {
  width: 11px;
  height: 11px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .color-popup-associated .icn-color.icn-plus:before {
  content: '+';
  position: relative;
  top: -1px;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .title-bloc {
  cursor: pointer;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-crosssell,
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated {
  padding: 0;
  background-color: #fff;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-crosssell .title-bloc,
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .title-bloc {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  background-color: #f9f7fa;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-crosssell .title-bloc .link-infos,
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .title-bloc .link-infos {
  font-weight: 400;
  text-decoration: underline;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-crosssell .title-bloc .link-infos:hover,
.catalog-product-view .product-info-main .ax-product-associated .bloc-associated .title-bloc .link-infos:hover {
  color: #cc0033;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-crosssell .bloc-popup-crosssell {
  padding: 5px 0;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-crosssell .bloc-popup-crosssell:hover {
  text-decoration: none;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-crosssell .bloc-popup-crosssell a {
  border: 1px solid #dedbed;
  border-radius: 25px;
  padding: 4px 10px;
  margin: 5px 4px;
}
.catalog-product-view .product-info-main .ax-product-associated .bloc-crosssell .bloc-popup-crosssell a.current {
  border-color: #000000;
}
.catalog-product-view .product-info-main .box-tocart {
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .box-tocart .fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty label {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty select#qty,
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .input-text {
  min-height: 41px;
  border: 1px solid #b6b4b4;
  padding: 0 5px;
  background-color: #fff;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .input-text {
  max-width: 50px;
  margin-right: 5px;
  text-align: center;
  color: #000 !important;
  position: relative !important;
  font-weight: 400 !important;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .control .mage-error {
  position: absolute;
  font-size: 11px;
  color: red;
  font-weight: 600;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .actions {
  flex: 1;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .actions button.tocart {
  background-color: #cc0033 !important;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.catalog-product-view .product-info-main .ax-product-purchase .product-ax-dispo svg {
  max-width: 16px;
  margin-right: 5px;
  height: 26px;
}
.catalog-product-view .product-info-main .ax-product-purchase .product-shipping-amount {
  cursor: pointer;
}
.catalog-product-view .product-info-main .ax-product-purchase .product-shipping-amount .link-delivery {
  display: block;
  text-decoration: underline;
  font-size: 13px;
}
.catalog-product-view .product-info-main .ax-product-purchase .product-shipping-amount .price {
  color: #cc0033;
}
.catalog-product-view .product-info-main .ax-product-purchase .bigBuyProd {
  flex: 1;
  letter-spacing: 1px;
  margin: 5px 0 15px;
}
.catalog-product-view .product-info-main .ax-product-purchase .bigBuyProd .develaryBlock {
  position: relative;
  background-color: #21a738;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 3px 5px 3px 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
}
.catalog-product-view .product-info-main .ax-product-purchase .bigBuyProd .develaryBlock .sprite-svg-icon.deliveryTruck {
  left: 4px;
  top: 13px;
}
.catalog-product-view .product-info-main .ax-product-purchase .bigBuyProd .develaryBlock .bigbuy-text {
  font-weight: 600;
  margin-right: 5px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 12px;
}
.catalog-product-view .product-info-main .ax-product-purchase .bigBuyProd .develaryBlock .icon-info {
  line-height: inherit;
}
.catalog-product-view .product-info-main .ax-product-purchase .bigBuyProd .develaryBlock .icon-info:hover {
  color: #ffffff94;
}
.catalog-product-view .product-info-main .ax-bloc-review {
  margin: 20px 0;
  background-color: #EAFAF6;
  padding: 10px;
  border-radius: 10px;
  font-weight: 700;
  align-items: center;
}
.catalog-product-view .product-info-main .ax-bloc-review .review-left {
  padding-right: 10px;
}
.catalog-product-view .product-info-main .ax-bloc-review .review-left .icn {
  margin-top: -3px;
}
.catalog-product-view .product-info-main .ax-bloc-review .review-right {
  border-left: 1px solid #cdf1e9;
  padding-left: 10px;
  text-align: center;
  flex: 1;
}
.catalog-product-view .product-info-main .ax-bloc-review .review-right .review-click .img-star {
  position: relative;
  width: 95px;
  height: 25px;
  margin: 0 auto 5px;
}
.catalog-product-view .product-info-main .ax-bloc-review .review-right .review-click .img-star:before {
  content: "";
  background: url(../images/css_sprites.png) no-repeat -473px -89px;
  width: 95px;
  height: 25px;
  left: 0;
  top: 0;
  position: absolute;
}
.catalog-product-view .product-info-main .ax-bloc-review .review-right .review-click a.link-reviews {
  cursor: pointer;
  text-align: center;
  font-weight: 400;
  text-decoration: underline;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap {
  max-width: 750px;
  border-radius: 5px;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-header,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-header {
  display: none;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content {
  padding: 0;
  border-radius: 5px;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content .top-header,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content .top-header {
  border-bottom: 1px solid #eee;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content .top-header h3,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content .top-header h3 {
  font-size: 17px;
  text-align: center;
  margin: 12px 0;
  letter-spacing: -0.2px;
  text-transform: initial;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content .top-header .action-close,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content .top-header .action-close {
  margin: 10px 30px 10px 10px;
  position: fixed;
  z-index: 99;
  background: #f1f0f6;
  padding: 9px;
  border-radius: 50%;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content .top-header .action-close:before,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content .top-header .action-close:before {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  border: none;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 20px 40px;
  margin: 0;
  text-align: center;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li a:first-child,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li a:first-child {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li img.product-image-photo,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li img.product-image-photo {
  padding: 10px;
  margin: 0 auto 20px;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .material,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .material {
  font-size: 16px;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .available,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .available {
  font-size: 15px;
  display: block;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .available.out-of-stock,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .available.out-of-stock {
  color: #cc0033;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .available.in-stock,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .available.in-stock {
  color: #51cc2b;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .regular,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .regular {
  text-decoration: line-through;
  letter-spacing: -1px;
  font-size: 18px;
  color: #000;
  line-height: 18px;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .discount,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .discount {
  background-color: #cc0033;
  padding: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  margin-right: 5px;
  border-radius: 4px;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .price,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .price {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .special-price .price,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .special-price .price {
  color: #cc0033;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .ax-special-price.discount-29,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right .ax-special-price.discount-29 {
  color: #cc0033 !important;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right a.btn-red,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right a.btn-red {
  background-color: #cc0033;
  border: 1px solid #cc0033;
  color: #fff !important;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  height: 30px;
  padding: 5px;
  display: flex;
  width: 70px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right a.btn-red:hover,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li .content-right a.btn-red:hover {
  text-decoration: none;
}
.catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-footer,
.catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-footer {
  display: none;
}
.catalog-product-view .ax-product-popup-modal .modal-footer {
  display: none;
}
.catalog-product-view .product.info.detailed .item.title {
  background-color: #f1f0f6;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}
.catalog-product-view .product.info.detailed .item.title.active:after {
  transform: rotate(-180deg);
  top: 12%;
}
.catalog-product-view .product.info.detailed .item.title:after {
  content: url("../images/fi-rr-angle-down.svg");
  position: absolute;
  right: 10px;
  width: 18px;
  top: 33%;
}
.catalog-product-view .product.info.detailed .item.title a {
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
}
.catalog-product-view .product.info.detailed .item.content {
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
}
.catalog-product-view .product.info.detailed .item.content .description {
  padding: 0 0 20px;
}
.catalog-product-view .product.info.detailed .item.content .description ul {
  padding: 0 0 0 20px;
}
.catalog-product-view .product.info.detailed .item.content .video-bp {
  text-align: center;
}
.catalog-product-view .product.info.detailed table.additional-attributes {
  border: 1px solid #eee;
}
.catalog-product-view .product.info.detailed table.additional-attributes caption {
  display: none;
}
.catalog-product-view .product.info.detailed table.additional-attributes tr th {
  border-right: 1px solid #eee;
  background: transparent;
  white-space: normal;
  font-size: 14px;
  width: 50%;
}
.catalog-product-view .product.info.detailed table.additional-attributes .label {
  color: #000000;
  text-transform: uppercase;
  font-size: 100%;
  margin: 0 !important;
  display: table-cell;
  text-align: left;
  font-weight: normal;
}
.catalog-product-view .product.info.detailed table.additional-attributes td,
.catalog-product-view .product.info.detailed table.additional-attributes th {
  padding: 10px !important;
  vertical-align: top;
}
.catalog-product-view .product.info.detailed #tab-ino-practical ul {
  list-style: none;
}
.catalog-product-view .product.info.detailed #tab-ino-practical ul li {
  margin-right: 10px;
  cursor: pointer;
}
.catalog-product-view .product.info.detailed #tab-ino-practical ul li:last-child {
  margin-right: 0;
}
.catalog-product-view .product.info.detailed #tab-ino-practical ul li .product-popup {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #eee;
}
.catalog-product-view .product.info.detailed #tab-ino-practical ul li .product-popup img {
  width: 100%;
  max-width: 200px;
  max-height: 96px;
}
.catalog-product-view .ax-product-category-desc .product-desc {
  background: #f9f7fb;
  text-align: center;
  padding: 30px;
  width: 100%;
}
.catalog-product-view .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.catalog-product-view .block.upsell h3 {
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item {
  flex-shrink: 0;
  position: relative;
  border: 1px solid #f1f0f6;
  padding: 10px 5px;
  min-height: 315px;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.product-image-new {
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 240px;
  justify-content: center;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.product-image-new img {
  max-width: 240px;
  max-height: 240px;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.item-content {
  padding: 0 10px;
  display: block;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.item-content .product-name {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  min-height: 40px;
  max-height: 40px;
  margin: 5px 0;
  letter-spacing: 0;
  max-width: 240px;
  width: 100%;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.item-content .price-and-disponibility {
  padding: 0;
  margin-bottom: 0;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.item-content .price-and-disponibility .price-box {
  flex: none;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.item-content .price-and-disponibility .price-box .final-price {
  color: #000000;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-align: left;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.item-content .price-and-disponibility .price-box .final-price.special-price {
  color: #cc0033;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.item-content .price-and-disponibility .price-box .old-price {
  font-size: 15px !important;
  text-align: left;
  font-weight: 500 !important;
  color: #000000;
  text-decoration: line-through;
  margin-left: 5px;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.item-content .price-and-disponibility .price-box .discount-percent {
  display: inline-block !important;
  padding: 2px 5px;
  background: #cc0033;
  color: #fff;
  margin: 0 5px 0 0;
  line-height: 1;
  font-size: 14px !important;
  border-radius: 3px;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.item-content .price-and-disponibility .disponibilite {
  text-align: right;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.item-content .price-and-disponibility .disponibilite.out-of-stock {
  background-color: #deecc5;
  color: #000;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  flex: none;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item a.item-content .price-and-disponibility .disponibilite.in-stock {
  color: #fff;
  padding: 3px 5px;
  background-color: #84c11e;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  flex: none;
}
.catalog-product-view .block.upsell .slider-related .menzzo-product-item .mz-promo-tag-home {
  position: absolute;
  top: 0;
  right: 0;
}
.catalog-product-view .avis-clients-product h3 {
  text-transform: initial;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.catalog-product-view .avis-clients-product h3 strong {
  color: #cc0033;
  font-weight: bold;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis {
  border: 5px solid #f1f0f5;
  padding: 10px;
  min-height: 258px;
  flex-shrink: 0;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis .date {
  font-size: 12px;
  display: block;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis .rating-box {
  background-image: url('../images/css_sprites.png');
  background-position: -473px -113px;
  width: 94px;
  height: 17px;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 20px 0;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis .rating-box .rating {
  background-image: url('../images/css_sprites.png');
  background-position: -473px -93px;
  float: left;
  height: 17px;
  background-repeat: no-repeat;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis h5 {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin: 0 0 15px;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis p {
  line-height: 19px;
  font-size: 14px;
  max-width: 240px;
  width: 100%;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis h6 {
  color: #cc0033;
  font-weight: 700;
  display: block;
  font-style: italic;
  font-size: 14px;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis .review-smile-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto;
  text-align: center;
  clear: both;
  position: relative;
  height: 150px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis .review-smile-box:before {
  top: 0;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis .review-smile-box:after {
  bottom: 0;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis .review-smile-box:before,
.catalog-product-view .avis-clients-product .right-avis .item-avis .review-smile-box:after {
  content: '';
  position: absolute;
  background-image: url('../images/css_sprites.png');
  background-repeat: no-repeat;
  background-position: -650px -97px;
  width: 140px;
  height: 50px;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis .review-smile-box a {
  background: #c03;
  color: #fff !important;
  padding: 5px 20px;
  font-weight: 700;
}
.catalog-product-view .avis-clients-product .right-avis .item-avis .review-smile-box a:hover {
  text-decoration: none;
}
.catalog-product-view .avis-clients-product .right-avis .review-btn {
  background-image: linear-gradient(#ffffff, #f9f7fb);
}
.catalog-product-view .center-content {
  justify-content: center !important;
}
.catalog-product-view .ax-product-sticky-price {
  display: flex;
  z-index: 9;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.catalog-product-view .ax-product-sticky-price select.qty {
  min-height: 55px;
  border: none;
  padding: 0 10px;
  margin-right: 10px;
  background-color: #fff;
  width: 50px;
  margin-left: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.catalog-product-view .ax-product-sticky-price button.tocart {
  flex: 1;
  background-color: #cc0033;
  border-radius: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  font-weight: 500;
  min-height: 55px;
  padding: 0;
}
.catalog-product-view .ax-product-sticky-price button.tocart.clicked {
  opacity: 0.7;
}
.catalog-product-view .ax-product-purchase .bigBuyProd.desk-hide-768 {
  display: none;
}
.catalog-product-view .ax-product-sticky-price .product-availability,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability {
  position: relative;
}
.catalog-product-view .ax-product-sticky-price .product-availability.in-stock,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability.in-stock {
  color: #0db814;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.catalog-product-view .ax-product-sticky-price .product-availability.in-stock svg.icon.sprite-svg-icon.icon-infos-svg,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability.in-stock svg.icon.sprite-svg-icon.icon-infos-svg {
  width: 12px;
  height: 12px;
  margin-left: 2px;
}
.catalog-product-view .ax-product-sticky-price .product-availability.in-stock strong,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability.in-stock strong {
  line-height: 14px;
  vertical-align: middle;
}
.catalog-product-view .ax-product-sticky-price .product-availability.out-of-stock,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability.out-of-stock {
  color: #cc0033;
  font-size: 15px;
  cursor: pointer;
}
.catalog-product-view .ax-product-sticky-price .product-availability.out-of-stock svg.icon.sprite-svg-icon.icon-infos-svg,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability.out-of-stock svg.icon.sprite-svg-icon.icon-infos-svg {
  width: 15px;
  height: 15px;
  margin-left: 2px;
}
.catalog-product-view .ax-product-sticky-price .product-availability strong,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability strong {
  text-transform: uppercase;
  vertical-align: middle;
}
.catalog-product-view .ax-product-sticky-price .product-availability .dispo-infos,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability .dispo-infos {
  display: none;
  background-color: #efefef;
  position: absolute;
  top: 126%;
  left: 0;
  text-align: center;
  width: 240px;
  padding: 25px 10px 15px;
  color: #000;
  z-index: 1;
}
.catalog-product-view .ax-product-sticky-price .product-availability .dispo-infos span,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability .dispo-infos span {
  display: block;
  font-size: 12px;
}
.catalog-product-view .ax-product-sticky-price .product-availability .dispo-infos span strong,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability .dispo-infos span strong {
  color: #000;
  font-size: 12px !important;
}
.catalog-product-view .ax-product-sticky-price .product-availability .dispo-infos span strong.out-of-stock,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability .dispo-infos span strong.out-of-stock {
  color: #cc0033;
}
.catalog-product-view .ax-product-sticky-price .product-availability .dispo-infos span strong.in-stock,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability .dispo-infos span strong.in-stock {
  color: #0db814;
}
.catalog-product-view .ax-product-sticky-price .product-availability .dispo-infos .dispo-infos-close,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability .dispo-infos .dispo-infos-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.catalog-product-view .ax-product-sticky-price .product-availability .dispo-infos .dispo-infos-close:after,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability .dispo-infos .dispo-infos-close:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #000;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
}
.catalog-product-view .ax-product-sticky-price .product-availability .dispo-infos a.dispo-see-more,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability .dispo-infos a.dispo-see-more {
  display: block;
  background-color: #cc0033;
  border-radius: 15px;
  color: #fff !important;
  padding: 5px 10px;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  text-decoration: none !important;
}
.catalog-product-view .ax-product-sticky-price .product-availability .dispo-infos.show,
.catalog-product-view .product-info-main .ax-product-purchase .product-availability .dispo-infos.show {
  display: block;
}
.catalog-product-view .product-info-main .section-price a.paiement-popup-trigger,
.catalog-product-view .product-info-main .product-scalapay {
  text-decoration: none;
  line-height: 15px;
}
.catalog-product-view .product-info-main .section-price a.paiement-popup-trigger .nbr-x,
.catalog-product-view .product-info-main .product-scalapay .nbr-x {
  color: #000;
  font-weight: 700;
}
.catalog-product-view .product-info-main .section-price a.paiement-popup-trigger .alma-3x span,
.catalog-product-view .product-info-main .product-scalapay .alma-3x span,
.catalog-product-view .product-info-main .section-price a.paiement-popup-trigger .price3x span,
.catalog-product-view .product-info-main .product-scalapay .price3x span {
  font-size: 30px;
  line-height: 30px;
  color: #000;
}
.catalog-product-view .product-info-main .section-price a.paiement-popup-trigger .underline.span-without-fees,
.catalog-product-view .product-info-main .product-scalapay .underline.span-without-fees {
  font-size: 13px;
  line-height: 0.5;
}
.catalog-product-view .product-info-main .section-price a.paiement-popup-trigger .underline .icon-alma-financement,
.catalog-product-view .product-info-main .product-scalapay .underline .icon-alma-financement {
  display: inline-block;
  width: 36px;
  height: 25px;
  background-position: -241px -278px;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .section-price a.paiement-popup-trigger .underline .icon-cetelem-financement,
.catalog-product-view .product-info-main .product-scalapay .underline .icon-cetelem-financement {
  display: block;
  width: 60px;
  height: 44px;
  background-image: url('../images/css_sprites.png');
  background-position: -872px -110px;
}
.catalog-product-view .product-info-main .section-price a.paiement-popup-trigger .icon-info:before,
.catalog-product-view .product-info-main .product-scalapay .icon-info:before {
  font-size: 21px;
  line-height: 21px;
  top: 0;
}
.catalog-product-view .promo-design {
  max-width: 100%;
}
.catalog-product-view .swiper-pointer-events,
.catalog-product-view .slider-avis {
  touch-action: pan-y;
}
.catalog-product-view .swiper-pointer-events.swiper,
.catalog-product-view .slider-avis.swiper {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}
.catalog-product-view .swiper-pointer-events .swiper-wrapper .swiper-slide,
.catalog-product-view .slider-avis .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  text-align: center;
}
.catalog-product-view .swiper-pointer-events .swiper-wrapper .swiper-slide .video-js,
.catalog-product-view .slider-avis .swiper-wrapper .swiper-slide .video-js {
  width: fit-content;
}
.catalog-product-view .swiper-pointer-events .swiper-wrapper .swiper-slide-invisible-blank,
.catalog-product-view .slider-avis .swiper-wrapper .swiper-slide-invisible-blank {
  visibility: hidden;
}
.catalog-product-view .swiper-pointer-events .swiper-button-next,
.catalog-product-view .slider-avis .swiper-button-next {
  right: 0;
}
.catalog-product-view .swiper-pointer-events .swiper-button-prev,
.catalog-product-view .slider-avis .swiper-button-prev {
  left: 0;
}
.catalog-product-view .swiper-button-prev,
.catalog-product-view .swiper-button-next {
  position: absolute;
  top: 45%;
  width: 16px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  color: #000;
}
.catalog-product-view .swiper-button-prev.swiper-button-disabled,
.catalog-product-view .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.catalog-product-view .swiper-button-prev:after,
.catalog-product-view .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 30px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  height: 30px;
}
.catalog-product-view .swiper-button-prev {
  left: 0;
  right: auto;
}
.catalog-product-view .swiper-button-prev:after {
  content: 'prev';
}
.catalog-product-view .swiper-button-next {
  right: 0;
  left: auto;
}
.catalog-product-view .swiper-button-next:after {
  content: 'next';
}
.catalog-product-view .breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
}
.catalog-product-view .breadcrumbs .items li {
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
}
.catalog-product-view .breadcrumbs .items li a {
  color: #878787 !important;
}
.catalog-product-view .breadcrumbs .items li strong {
  color: black;
  font-weight: bold !important;
}
.catalog-product-view .breadcrumbs .items li.item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.catalog-product-view .breadcrumbs .items li.item:not(:last-child):after {
  content: '/' !important;
  font-size: 14px !important;
  margin: 0 3px !important;
  line-height: 14px !important;
}
.catalog-product-view #product-options-wrapper {
  display: none;
}
.catalog-product-view #product-popup-wrapper .modal-header {
  justify-content: flex-start;
}
.catalog-product-view #product-popup-wrapper .modal-header .info-pop-ttl {
  color: #000;
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.catalog-product-view .bloc-scalalapay .icn-mobile {
  display: none;
}
.catalog-product-view .bloc-scalalapay .header-scalalapay {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #fed4d5;
  padding: 30px 0;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}
.catalog-product-view .bloc-scalalapay .header-scalalapay .grid-scalalapay {
  position: relative;
}
.catalog-product-view .bloc-scalalapay .header-scalalapay .grid-scalalapay .img-icn {
  width: 50px;
  margin-bottom: 15px;
}
.catalog-product-view .bloc-scalalapay .header-scalalapay .grid-scalalapay h5 {
  font-weight: 600;
  font-size: 17px;
}
.catalog-product-view .bloc-scalalapay .header-scalalapay .grid-scalalapay h5 .img-icn-scalapay {
  width: 100px;
  height: 20px;
  vertical-align: text-bottom;
}
.catalog-product-view .bloc-scalalapay ul li.li-inside-style {
  margin-left: 20px;
  padding-left: 10px;
  list-style: outside;
}
.catalog-product-view .bloc-scalalapay ul li.li-inside-style .red {
  color: #CC0033;
}
.catalog-product-view .bloc-scalalapay ul li.li-inside-style ul {
  padding: 10px 0 0 30px;
  list-style: none;
}
.catalog-product-view .bloc-scalalapay ul li.li-inside-style ul li {
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .catalog-product-view .ax-product-block .special-offer-price .content-special-offer,
  .catalog-product-view .ax-product-block .special-offer-stock .content-special-offer {
    font-size: 18px !important;
    text-align: center;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .catalog-product-view .ax-product-info-main {
    margin-top: 20px;
  }
  .catalog-product-view #m-cookienotice.v-bar.v-bottom {
    bottom: 60px !important;
  }
  .catalog-product-view .section-price .product-info-price .old-price {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .catalog-product-view a.paiement-popup-trigger .icon-info:before,
  .catalog-product-view .product-scalapay .icon-info:before {
    font-size: 20px !important;
  }
  .catalog-product-view .ax-product-block .special-offer-price .content-special-offer,
  .catalog-product-view .ax-product-block .special-offer-stock .content-special-offer {
    font-size: 13px !important;
  }
  .catalog-product-view .ax-product-block .title {
    font-size: 15px;
  }
  .catalog-product-view .ax-product-block .title span {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 910px) {
  .catalog-product-view .section-price .product-info-price .final-price {
    font-size: 23px !important;
  }
  .catalog-product-view .section-price a.paiement-popup-trigger .alma-3x span,
  .catalog-product-view .product-scalapay .alma-3x span,
  .catalog-product-view .section-price a.paiement-popup-trigger .price3x span,
  .catalog-product-view .product-scalapay .price3x span {
    font-size: 20px !important;
  }
  .catalog-product-view .section-price a.paiement-popup-trigger,
  .catalog-product-view .product-scalapay {
    font-size: 12px;
  }
  .catalog-product-view .ax-product-block {
    flex-direction: column;
    margin: 20px 0 0;
  }
  .catalog-product-view .ax-product-block .paiement-popup-trigger {
    margin-bottom: 20px;
  }
  .catalog-product-view .ax-product-block .bloc-chrono span span {
    margin: 0 3px 5px !important;
  }
  .catalog-product-view .ax-product-block .bloc-chrono span span span {
    margin: 0 1px !important;
    font-size: 14px;
  }
  .catalog-product-view .content-special-offer {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .catalog-product-view .section-price {
    flex-direction: column;
  }
  .catalog-product-view .head-flash-sale {
    width: 95% !important;
  }
  .catalog-product-view .head-flash-sale .bloc-chrono span span span {
    padding: 3px 5px !important;
  }
  .catalog-product-view .product-scalapay .bloc-top {
    align-items: flex-start !important;
  }
  .catalog-product-view .product-scalapay .bloc-top img {
    position: absolute;
    top: 4px;
    left: 59px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .breadcrumbs {
    display: none;
  }
  .catalog-product-view .product.info.detailed .item.title {
    padding: 10px;
  }
  .catalog-product-view .product.info.detailed .item.title a {
    font-size: 17px;
  }
  .catalog-product-view .avis-clients-product .left-avis {
    display: none;
  }
  .catalog-product-view .slider-related.swiper {
    height: auto;
  }
  .catalog-product-view .slider-related .menzzo-product-item {
    min-height: 280px !important;
    display: block;
  }
  .catalog-product-view .slider-related .menzzo-product-item .product-name {
    min-height: 60px !important;
  }
  .catalog-product-view .slider-related .menzzo-product-item .price-and-disponibility .discount-percent {
    padding: 2px !important;
    margin: 0 3px 0 0 !important;
    font-size: 11px !important;
  }
  .catalog-product-view .slider-related .menzzo-product-item .price-and-disponibility .final-price {
    letter-spacing: -0.8px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .ax-product-popup-modal[aria-describedby="modal-content-3"] .modal-inner-wrap {
    background-color: #fff !important;
  }
  .catalog-product-view .ax-product-popup-modal[aria-describedby="modal-content-3"] .modal-inner-wrap .modal-content {
    background-color: #fff !important;
  }
  .catalog-product-view .ax-product-associated .bloc-associated .modelCarousel .carousel-cell {
    padding-right: 10px !important;
  }
  .catalog-product-view .carousel-product-top {
    max-height: 400px !important;
    min-height: 400px !important;
  }
  .catalog-product-view .carousel-product-top .flickity-viewport {
    height: 400px !important;
  }
  .catalog-product-view .carousel-product-top .carousel-cell {
    min-height: 400px !important;
  }
  .catalog-product-view .carousel-product-top .carousel-cell:first-child img {
    max-height: 400px !important;
  }
  .catalog-product-view .block.upsell .slider-related .menzzo-product-item a.item-content {
    padding: 0 !important;
  }
  .catalog-product-view .product-model-wrap .modelSwiper .swiper-button-prev,
  .catalog-product-view .product-model-wrap .modelSwiper .swiper-button-next {
    top: 55% !important;
  }
  .catalog-product-view .content-scalalapay .header-scalalapay {
    flex-direction: column;
  }
  .catalog-product-view .content-scalalapay .header-scalalapay .grid-scalalapay {
    margin-bottom: 30px;
  }
  .catalog-product-view .content-scalalapay .header-scalalapay .grid-scalalapay .img-icn {
    width: 50px;
    margin-bottom: 15px;
  }
  .catalog-product-view .content-scalalapay .header-scalalapay .grid-scalalapay .icn-desktop {
    display: none;
  }
  .catalog-product-view .content-scalalapay .header-scalalapay .grid-scalalapay .icn-mobile {
    display: block;
    margin: 0 auto;
  }
  .catalog-product-view .content-scalalapay ul li span {
    color: #cc0033;
  }
  .catalog-product-view .show-mobile-flex {
    display: flex !important;
  }
  .catalog-product-view .mobile-hide-767 {
    display: none;
  }
  .catalog-product-view h1.ax-page-title {
    font-size: 20px;
    line-height: 28px;
  }
  .catalog-product-view .hidden-mobile {
    display: none !important;
  }
  .catalog-product-view .modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .catalog-product-view .modal-slide .modal-inner-wrap {
    width: 90% !important;
    padding: 0 !important;
    background: #fff;
    border: 10px solid #f4f4f4;
  }
  .catalog-product-view .mz-promo-tag-mobile.show-mobile {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10;
  }
  .catalog-product-view .product-info-main {
    padding-top: 0;
  }
  .catalog-product-view .product-info-main .box-tocart button.tocart span {
    font-size: 15px !important;
  }
  .catalog-product-view .product-info-main .ax-product-block {
    margin-top: 30px;
  }
  .catalog-product-view .product-info-main .ax-product-block.dropship-design {
    margin-top: 0;
    border-bottom: 1px solid #9c9c9c !important;
  }
  .catalog-product-view .product-info-main .ax-product-block .title {
    font-size: 18px;
  }
  .catalog-product-view .product-info-main .ax-product-block .title span {
    font-size: 13.5px;
  }
  .catalog-product-view .product-info-main .oney-product {
    display: none;
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .ax-black-fridy-product {
    margin-left: 0;
  }
  .catalog-product-view .mz-soldes-wrap {
    z-index: 10;
  }
  .catalog-product-view .mz-soldes-wrap .mz-soldes {
    font-size: 12px;
  }
  .catalog-product-view #product-popup-wrapper .modal-header .info-pop-ttl {
    font-size: 18px;
  }
  .catalog-product-view .ax-product-sticky-price .icon-info .matirial-info {
    width: 400px !important;
  }
  .catalog-product-view .ax-product-sticky-price .product-availability.in-stock {
    margin-top: 5px;
  }
  .catalog-product-view .ax-other-promo-codes .modal-content ul li {
    flex-direction: column;
    text-align: center;
  }
  .catalog-product-view .ax-other-promo-codes .modal-content ul li .copy {
    margin-top: 8px;
  }
  .catalog-product-view .ax-other-promo-codes .modal-footer {
    display: none;
  }
  .catalog-product-view #product-popup-wrapper .modal-header {
    justify-content: center;
  }
  .catalog-product-view .ax-product-purchase .bigBuyProd.desk-hide-768 {
    display: block;
  }
  .catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li,
  .catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li {
    padding: 20px 10px;
  }
  .catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li a:first-child,
  .catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li a:first-child {
    min-height: 160px;
  }
  .catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap .modal-content ul.list.product-items li img.product-image-photo,
  .catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap .modal-content ul.list.product-items li img.product-image-photo {
    max-width: 130px;
  }
  .catalog-product-view .header-pop {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .catalog-product-view .header-pop #product-popup-wrapper .header-pop .col-md-4 {
    margin-bottom: 30px;
  }
  .catalog-product-view .depot-center .button {
    font-size: 12px;
  }
  .catalog-product-view .bedream-table-1.table-responsive {
    border: 1px solid transparent !important;
    overflow-x: scroll;
  }
  .catalog-product-view .bedream-table-1.table-responsive.table &gt; tbody &gt; tr &gt; td {
    white-space: normal;
  }
  .catalog-product-view .bedream-table-1 .table &gt; thead:first-child &gt; tr:first-child &gt; th {
    border-top: 1px solid #ddd;
  }
  .catalog-product-view .btn-plus-info-bedream-couches {
    font-size: 12px;
    padding: 5px 10px;
  }
  .catalog-product-view .ax-product-block .special-offer-price .content-special-offer {
    flex-direction: row;
    font-size: 19px !important;
  }
}
@media (max-width: 450px) {
  .catalog-product-view .avis-clients-product .right-avis .item-avis {
    min-height: 311px !important;
  }
}
@media (max-width: 414px) {
  .catalog-product-view .block.upsell .slider-related a.item-content .product-name {
    max-height: 75px !important;
  }
  .catalog-product-view .block.upsell .slider-related .price-and-disponibility {
    align-items: center;
    flex-direction: column;
  }
  .catalog-product-view #slider-avis .swiper-button-next:after,
  .catalog-product-view #slider-avis .swiper-button-prev:after {
    font-size: 20px;
  }
  .catalog-product-view .ax-color-popup-associated-modal .modal-inner-wrap,
  .catalog-product-view .ax-bloc-popup-crosssell-modal .modal-inner-wrap {
    width: 90% !important;
    margin: 20px auto !important;
  }
  .catalog-product-view ul.list.product-items li .content-right .price {
    font-size: 18px !important;
  }
  .catalog-product-view .product.info.detailed #tab-ino-practical ul {
    flex-wrap: wrap;
  }
  .catalog-product-view .product.info.detailed #tab-ino-practical ul li .product-popup img {
    width: initial;
    max-width: 93px;
    min-width: 96px;
  }
  .catalog-product-view ul.list.product-items li .content-right .material {
    font-size: 14px !important;
  }
  .catalog-product-view .bloc-chrono span span {
    margin: 0 5px 5px !important;
  }
  .catalog-product-view .bloc-chrono span span span {
    margin: 0 1px !important;
  }
  .catalog-product-view .ax-product-block .special-offer-stock .content-special-offer {
    font-size: 18px !important;
  }
}
@media (max-width: 390px) {
  .catalog-product-view .ax-product-block .special-offer-stock .content-special-offer,
  .catalog-product-view .ax-product-block .special-offer-stock .special-offer-price {
    font-size: 16px !important;
  }
}
@media (max-width: 375px) {
  .catalog-product-view .product.info.detailed .item.title a {
    font-size: 15px;
  }
  .catalog-product-view .ax-product-sticky-price .icon-info .matirial-info {
    width: 354px !important;
  }
  .catalog-product-view .depot-center .button {
    padding: 10px 15px;
  }
  .catalog-product-view .ax-product-purchase .product-availability.in-stock strong {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .catalog-product-view .bloc-chrono span span {
    margin: 0 2px 5px !important;
  }
  .catalog-product-view .ax-product-sticky-price .icon-info .matirial-info {
    width: 339px !important;
  }
  .catalog-product-view .ax-product-block .special-offer-price .content-special-offer,
  .catalog-product-view .ax-product-block .special-offer-stock .content-special-offer,
  .catalog-product-view .ax-product-block .special-offer-price .special-offer-price,
  .catalog-product-view .ax-product-block .special-offer-stock .special-offer-price {
    font-size: 15px !important;
  }
  .catalog-product-view .ax-product-block .title {
    font-size: 17px !important;
  }
  .catalog-product-view .ax-product-block .title span {
    font-size: 12.5px;
  }
}
@media (max-width: 320px) {
  .catalog-product-view .ax-product-sticky-price .icon-info .matirial-info {
    width: 300px !important;
  }
}
.catalog-product-view footer .ax-service-icon-shipping.service-icon-ax-classic {
  background-image: url("../Axelites_MenzzoShipping/images/icones-livraison-classic-footer.png") !important;
}
.catalog-product-view footer .ax-service-icon-shipping.service-icon-ax-etage {
  background-image: url("../Axelites_MenzzoShipping/images/icones-livraison-etage-footer.png") !important;
}
.catalog-product-view footer .ax-service-icon-shipping.service-icon-ax-relais {
  background-image: url("../Axelites_MenzzoShipping/images/icones-livraison-relais-footer.png") !important;
}
.catalog-product-view footer .ax-service-icon-shipping.service-icon-ax-retrait {
  background-image: url("../Axelites_MenzzoShipping/images/icones-livraison-retrait-footer.png") !important;
}
.catalog-product-view footer .service-icon-shipping.service-icon-eco {
  background-image: url("../images/livraison-eco.svg") !important;
}
.catalog-product-view footer .service-icon-shipping.service-icon-chronopost {
  background-image: url("../images/livraison-chronopost.svg") !important;
}
.catalog-product-view footer .service-icon-shipping.service-icon-trusk {
  background-image: url("../images/livraison-trusk.svg") !important;
}
.catalog-product-view footer .service-icon-shipping.service-icon-etage {
  background-image: url("../images/livraison-etage.svg") !important;
}
.catalog-product-view footer .service-icon-shipping.service-icon-gold {
  background-image: url("../images/livraison-gold.svg") !important;
}
.catalog-product-view footer .paiement-icon.cb {
  background-image: url("../images/footer/cartesbancaires.svg") !important;
}
.catalog-product-view footer .paiement-icon.visa {
  background-image: url("../images/footer/visa.svg") !important;
}
.catalog-product-view footer .paiement-icon.master {
  background-image: url("../images/footer/master.svg") !important;
}
.catalog-product-view footer .paiement-icon.american-express {
  background-image: url("../images/footer/amex.svg") !important;
}
.catalog-product-view footer .paiement-icon.paypal {
  background-image: url("../images/footer/paiement-paypal.svg") !important;
}
.catalog-product-view footer .paiement-icon.hipay {
  background-image: url("../images/footer/hipay.svg") !important;
}
.catalog-product-view footer .paiement-icon.alma {
  background-image: url("../images/footer/alma_3_4.svg") !important;
}
.catalog-product-view footer .paiement-icon.sequra {
  background-image: url("../images/footer/sequra_image_footer.png") !important;
}
.catalog-product-view footer .paiement-icon.scalapay {
  background-image: url("../images/footer/scalapay_image_footer.png") !important;
}
.catalog-product-view footer .paiement-icon.klarna {
  background-image: url("../images/footer/klarna_image_footer.png") !important;
}
.catalog-product-view footer .paiement-icon.floa {
  background-image: url("../images/footer/floa_image_footer.png") !important;
}
.catalog-product-view footer .footer-service.footer-service-paiement .paiement.carte-bancaire .paiement-icon.payline {
  background-image: url("../images/footer/payline.svg") !important;
}
.catalog-product-view footer .footer-service.footer-service-paiement .paiement.carte-bancaire .paiement-icon.scalapay {
  background-image: url('../images/scalapay/scalapay-mobile.png');
}
.catalog-product-view footer .service-icon-eco:before {
  background-image: url("../images/livraison-eco.svg") !important;
}
.catalog-product-view footer .service-icon-chronopost:before {
  background-image: url("../images/livraison-chronopost.svg") !important;
}
.catalog-product-view footer .service-icon-after-work:before {
  background-image: url("../images/livraison-trusk.svg") !important;
}
.catalog-product-view footer .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.paypal {
  background-image: url("../images/footer/paypal_gris.svg") !important;
}
.catalog-product-view footer .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.cb {
  background-image: url("../images/footer/cartesbancaires_gris.svg") !important;
}
.catalog-product-view footer .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.visa {
  background-image: url("../images/footer/visa_gris.svg") !important;
}
.catalog-product-view footer .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.master {
  background-image: url("../images/footer/master_gris.svg") !important;
}
.catalog-product-view footer .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.amex {
  background-image: url("../images/footer/amex_gris.svg") !important;
}
.catalog-product-view footer .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.payline {
  background-image: url("../images/footer/payline-gris.svg") !important;
  height: 30px;
}
.catalog-product-view footer .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.hipay {
  background-image: url("../images/footer/hipay-gris.svg") !important;
  height: 30px;
  width: 55px;
}
.catalog-product-view footer .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.sequra {
  background-image: url("../images/footer/sequra-noir.png") !important;
}
.catalog-product-view footer .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.alma {
  background-image: url("../images/footer/logo-alma-gris.png") !important;
}
.catalog-product-view footer .footer-paiement-cartes ul.paiement-cartes-gris .paiement-cartes-icon.floa {
  background-image: url("../images/footer/floa-noir.png") !important;
}
@media (max-width: 950px) {
  .catalog-product-view footer .footer-service-paiement .paiement .paypal.paiement-icon {
    background-image: url('../images/footer/paiement-paypal.svg') !important;
  }
  .catalog-product-view footer .footer-service-paiement .paiement .paiement-icon.cb {
    background-image: url("../images/footer/cartesbancaires.svg") !important;
  }
  .catalog-product-view footer .footer-service-paiement .paiement .paiement-icon.visa {
    background-image: url("../images/footer/visa.svg") !important;
  }
  .catalog-product-view footer .footer-service-paiement .paiement .paiement-icon.master {
    background-image: url("../images/footer/master.svg") !important;
  }
  .catalog-product-view footer .footer-service-paiement .paiement .paiement-icon.american-express {
    background-image: url("../images/footer/amex.svg") !important;
  }
  .catalog-product-view footer .footer-service-paiement .paiement .paiement-icon.paypal {
    background-image: url("../images/footer/paiement-paypal.svg") !important;
  }
  .catalog-product-view footer .footer-service-paiement .paiement .paiement-icon.hipay {
    background-image: url("../images/footer/hipay.svg") !important;
  }
  .catalog-product-view footer .footer-service-paiement .paiement .paiement-icon.alma {
    background-image: url("../../images/footer/alma_3_4.svg") !important;
  }
}
.catalog-product-view.lang-it footer .service-icon-shipping.service-icon-eco,
.catalog-product-view.lang-nl footer .service-icon-shipping.service-icon-eco,
.catalog-product-view.lang-be_fr footer .service-icon-shipping.service-icon-eco,
.catalog-product-view.lang-be_nl footer .service-icon-shipping.service-icon-eco,
.catalog-product-view.lang-es footer .service-icon-shipping.service-icon-eco,
.catalog-product-view.lang-pt footer .service-icon-shipping.service-icon-eco {
  background-image: none !important;
}
.catalog-product-view.lang-it footer .service-icon-shipping.service-icon-chronopost,
.catalog-product-view.lang-nl footer .service-icon-shipping.service-icon-chronopost,
.catalog-product-view.lang-be_fr footer .service-icon-shipping.service-icon-chronopost,
.catalog-product-view.lang-be_nl footer .service-icon-shipping.service-icon-chronopost,
.catalog-product-view.lang-es footer .service-icon-shipping.service-icon-chronopost,
.catalog-product-view.lang-pt footer .service-icon-shipping.service-icon-chronopost {
  background-image: none !important;
}
.catalog-product-view.lang-it footer .service-icon-shipping.service-icon-trusk,
.catalog-product-view.lang-nl footer .service-icon-shipping.service-icon-trusk,
.catalog-product-view.lang-be_fr footer .service-icon-shipping.service-icon-trusk,
.catalog-product-view.lang-be_nl footer .service-icon-shipping.service-icon-trusk,
.catalog-product-view.lang-es footer .service-icon-shipping.service-icon-trusk,
.catalog-product-view.lang-pt footer .service-icon-shipping.service-icon-trusk {
  background-image: none !important;
}
.catalog-product-view.lang-it footer .service-icon-shipping.service-icon-etage,
.catalog-product-view.lang-nl footer .service-icon-shipping.service-icon-etage,
.catalog-product-view.lang-be_fr footer .service-icon-shipping.service-icon-etage,
.catalog-product-view.lang-be_nl footer .service-icon-shipping.service-icon-etage,
.catalog-product-view.lang-es footer .service-icon-shipping.service-icon-etage,
.catalog-product-view.lang-pt footer .service-icon-shipping.service-icon-etage {
  background-image: none !important;
}
.catalog-product-view.lang-it footer .service-icon-shipping.service-icon-gold,
.catalog-product-view.lang-nl footer .service-icon-shipping.service-icon-gold,
.catalog-product-view.lang-be_fr footer .service-icon-shipping.service-icon-gold,
.catalog-product-view.lang-be_nl footer .service-icon-shipping.service-icon-gold,
.catalog-product-view.lang-es footer .service-icon-shipping.service-icon-gold,
.catalog-product-view.lang-pt footer .service-icon-shipping.service-icon-gold {
  background-image: none !important;
}
@media (max-width: 1025px) {
  body.vertival-design #maincontent:before,
  body.vertival-design #maincontent:after {
    display: none;
  }
}
.sprite-svg-icon.favoris {
  display: inline-block;
  height: 28px;
  width: 28px;
}
.lang-es .ax-product-block .head-flash-sale .content-special-offer,
.lang-es .ax-product-block .special-offer-price .content-special-offer,
.lang-es .ax-product-block .special-offer-stock .content-special-offer {
  font-size: 15px !important;
}
@media (max-width: 1024px) {
  .lang-es .ax-product-block .head-flash-sale .content-special-offer,
  .lang-es .ax-product-block .special-offer-price .content-special-offer,
  .lang-es .ax-product-block .special-offer-stock .content-special-offer {
    font-size: 13px !important;
    line-height: 23px !important;
  }
}
.lang-it .ax-product-block .head-flash-sale .content-special-offer,
.lang-de .ax-product-block .head-flash-sale .content-special-offer,
.lang-at .ax-product-block .head-flash-sale .content-special-offer,
.lang-it .ax-product-block .special-offer-price .content-special-offer,
.lang-de .ax-product-block .special-offer-price .content-special-offer,
.lang-at .ax-product-block .special-offer-price .content-special-offer,
.lang-it .ax-product-block .special-offer-stock .content-special-offer,
.lang-de .ax-product-block .special-offer-stock .content-special-offer,
.lang-at .ax-product-block .special-offer-stock .content-special-offer {
  font-size: 13px !important;
  line-height: 24px;
}
.lang-it .modal-slide .modal-header h2,
.lang-de .modal-slide .modal-header h2,
.lang-at .modal-slide .modal-header h2 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .lang-it .depot-center .button,
  .lang-de .depot-center .button,
  .lang-at .depot-center .button {
    letter-spacing: -0.3px;
  }
}
@media (max-width: 414px) {
  .lang-it .product-info-main .box-tocart button.tocart,
  .lang-de .product-info-main .box-tocart button.tocart,
  .lang-at .product-info-main .box-tocart button.tocart {
    font-size: 17px !important;
  }
  .lang-it .product-info-main .box-tocart button.tocart span,
  .lang-de .product-info-main .box-tocart button.tocart span,
  .lang-at .product-info-main .box-tocart button.tocart span {
    font-size: 13px !important;
  }
  .lang-it #scalapayLink,
  .lang-de #scalapayLink,
  .lang-at #scalapayLink,
  .lang-it .scalapayLink,
  .lang-de .scalapayLink,
  .lang-at .scalapayLink {
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0;
  }
  .lang-it .ax-product-block .head-flash-sale .content-special-offer,
  .lang-de .ax-product-block .head-flash-sale .content-special-offer,
  .lang-at .ax-product-block .head-flash-sale .content-special-offer,
  .lang-it .ax-product-block .special-offer-price .content-special-offer,
  .lang-de .ax-product-block .special-offer-price .content-special-offer,
  .lang-at .ax-product-block .special-offer-price .content-special-offer,
  .lang-it .ax-product-block .special-offer-stock .content-special-offer,
  .lang-de .ax-product-block .special-offer-stock .content-special-offer,
  .lang-at .ax-product-block .special-offer-stock .content-special-offer {
    font-size: 14px !important;
  }
}
.lang-nl .ax-product-block .head-flash-sale .content-special-offer,
.lang-be_nl .ax-product-block .head-flash-sale .content-special-offer,
.lang-nl .ax-product-block .special-offer-stock .content-special-offer,
.lang-be_nl .ax-product-block .special-offer-stock .content-special-offer {
  font-size: 13px !important;
}
.lang-nl .ax-product-block .special-offer-price .content-special-offer,
.lang-be_nl .ax-product-block .special-offer-price .content-special-offer {
  font-size: 12px !important;
}
@media (max-width: 414px) {
  .lang-nl .modal-slide .modal-header h2,
  .lang-be_nl .modal-slide .modal-header h2 {
    font-size: 18px !important;
  }
  .lang-nl .ax-product-block .head-flash-sale .content-special-offer,
  .lang-be_nl .ax-product-block .head-flash-sale .content-special-offer,
  .lang-nl .ax-product-block .special-offer-price .content-special-offer,
  .lang-be_nl .ax-product-block .special-offer-price .content-special-offer,
  .lang-nl .ax-product-block .special-offer-stock .content-special-offer,
  .lang-be_nl .ax-product-block .special-offer-stock .content-special-offer {
    font-size: 12px !important;
  }
}
@media (max-width: 1200px) {
  .lang-it .ax-product-block,
  .lang-de .ax-product-block,
  .lang-at .ax-product-block {
    padding: 10px 5px;
  }
  .lang-it .ax-product-block .special-offer-price,
  .lang-de .ax-product-block .special-offer-price,
  .lang-at .ax-product-block .special-offer-price {
    padding: 0 !important;
  }
  .lang-it .ax-product-block .special-offer-price .content-special-offer,
  .lang-de .ax-product-block .special-offer-price .content-special-offer,
  .lang-at .ax-product-block .special-offer-price .content-special-offer {
    font-size: 13px !important;
    line-height: 17px;
    letter-spacing: -0.4px;
  }
  .lang-nl .ax-product-block,
  .lang-be_nl .ax-product-block {
    padding: 10px 5px;
  }
  .lang-nl .ax-product-block .special-offer-price,
  .lang-be_nl .ax-product-block .special-offer-price {
    padding: 0 !important;
  }
  .lang-nl .ax-product-block .special-offer-price .content-special-offer,
  .lang-be_nl .ax-product-block .special-offer-price .content-special-offer {
    line-height: 14px;
    text-align: left;
    font-size: 12px !important;
  }
}
.catalog-product-view .product-info-main .ax-product-block.dropship-design .section-price .product-info-price {
  order: unset !important;
  text-align: right;
}
.strong-uppercase {
  text-transform: uppercase;
}
.bloc-review {
  background-color: #F9F7FC;
  padding: 20px;
  height: auto;
  overflow: hidden;
}
.bloc-review .other-pictures-top {
  margin-bottom: 20px;
}
.bloc-review .bloc-review-images.ax-reviews-images .box-picture .pict-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}
.bloc-review .bloc-review-images.ax-reviews-images .box-picture .pict-overlay svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 40px;
}
.bloc-review .bloc-review-images.ax-reviews-images .box-picture:hover .pict-overlay {
  opacity: 1 !important;
  transition: all 0.3s !important;
}
.modal-popup.product-img-zoom .modal-inner-wrap {
  width: 45%;
}
.modal-popup.product-img-zoom .modal-inner-wrap .modal-content {
  padding-bottom: 3rem;
}
.modal-popup.product-img-zoom .modal-inner-wrap .modal-content .ax-popup-clients-review-swiper {
  max-height: 700px;
}
.modal-popup.product-img-zoom .modal-inner-wrap .modal-content .ax-popup-clients-review-swiper .swiper-slide img {
  width: auto;
  max-height: 80vh;
  margin: 0 auto;
}
.modal-popup.product-img-zoom #product-img-zoom {
  text-align: center;
}
.modal-popup.product-img-zoom .modal-footer {
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .product.media .carousel .flickity-viewport {
    height: 500px !important;
    width: 100%;
  }
  .info-livraison-shipping .info-livraison_box .info-livraison_icon {
    width: 20%;
  }
  .page-wrapper {
    overflow-y: hidden;
  }
}
@media (min-width: 768px) and (max-width: 910px) {
  .lang-it .ax-product-block .special-offer-price .content-special-offer,
  .lang-de .ax-product-block .special-offer-price .content-special-offer,
  .lang-at .ax-product-block .special-offer-price .content-special-offer {
    line-height: 29px;
  }
  .lang-nl .ax-product-block .special-offer-price .content-special-offer,
  .lang-be_nl .ax-product-block .special-offer-price .content-special-offer {
    line-height: 30px;
    text-align: center;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .closeWhatsappButton {
    bottom: 130px !important;
  }
  .paiement-3x-popup .ax-block-paiement {
    flex-direction: column;
  }
  .paiement-3x-popup .bloc-sequra {
    max-height: none !important;
    height: auto !important;
    margin-bottom: 20px;
    border-bottom: 3px dotted;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .ax-product-info-main {
    flex-wrap: wrap !important;
  }
  .lang-it .ax-product-block .special-offer-price .content-special-offer,
  .lang-de .ax-product-block .special-offer-price .content-special-offer,
  .lang-at .ax-product-block .special-offer-price .content-special-offer {
    font-size: 19px !important;
  }
  .lang-nl .ax-product-block .special-offer-price .content-special-offer,
  .lang-be_nl .ax-product-block .special-offer-price .content-special-offer {
    line-height: 29px;
    text-align: inherit;
    font-size: 19px !important;
  }
  .info-livraison-shipping .info-livraison_box {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
    margin-bottom: 0;
  }
  .info-livraison-shipping .info-livraison_box span.price {
    display: block;
    margin-top: 10px;
  }
  .info-livraison-shipping .bloc-trusk-etage {
    border: none;
    padding: 0;
  }
  .info-livraison-shipping .bloc-trusk-etage h3 {
    display: none;
  }
  .icon-info .matirial-info {
    top: 25px;
    bottom: auto;
  }
  .icon-info .matirial-info:before {
    top: -15px;
    bottom: auto;
    transform: rotate(180deg);
  }
  .modal-popup.product-img-zoom .modal-inner-wrap .modal-content {
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .modal-popup.product-img-zoom .modal-inner-wrap .modal-content .swiper-slide img {
    max-height: 55vh !important;
  }
  .modal-popup.product-img-zoom .modal-inner-wrap .modal-content .swiper-slide .video-js {
    width: 100%;
    height: 100%;
  }
  .ax-bloc-review {
    flex-direction: column;
    font-size: 15px;
  }
  .ax-bloc-review .review-left {
    border-right: none !important;
    padding-right: 0;
    padding-top: 10px;
    order: 2;
  }
  .ax-bloc-review .review-left .d-flex {
    justify-content: center;
  }
  .ax-bloc-review .review-right {
    border-left: none !important;
    border-bottom: 1px solid #cdf1e9;
    padding-left: 0 !important;
    padding-bottom: 10px;
    order: 1;
  }
  .ax-bloc-review .review-right .review-click {
    display: flex;
    align-items: center;
  }
  .ax-bloc-review .review-right .review-click .img-star {
    margin: 0 2px 0 !important;
  }
  .ax-bloc-review .review-right .review-click a.link-reviews {
    font-weight: 600 !important;
    margin-left: 2px;
  }
}
@media (max-width: 414px) {
  .catalog-product-view .product-info-main .ax-product-block .head-flash-sale .content-special-offer,
  .catalog-product-view .product-info-main .ax-product-block .special-offer-price .content-special-offer,
  .catalog-product-view .product-info-main .ax-product-block .special-offer-stock .content-special-offer {
    font-size: 14px !important;
  }
  .lang-de .block.upsell .slider-related a.item-content .product-name,
  .lang-be_fr .block.upsell .slider-related a.item-content .product-name {
    max-height: 125px !important;
  }
  .lang-it .ax-product-block .special-offer-price .content-special-offer,
  .lang-de .ax-product-block .special-offer-price .content-special-offer,
  .lang-at .ax-product-block .special-offer-price .content-special-offer {
    font-size: 14px !important;
  }
  .lang-nl .ax-product-block .special-offer-price .content-special-offer,
  .lang-be_nl .ax-product-block .special-offer-price .content-special-offer {
    line-height: 19px;
    font-size: 13px !important;
  }
}
@media (max-width: 390px) {
  .section-price .product-info-price .final-price {
    font-size: 24px !important;
    line-height: 24px !important;
    letter-spacing: -1px !important;
  }
  .section-price a.paiement-popup-trigger .alma-3x span,
  .product-scalapay .alma-3x span,
  .section-price a.paiement-popup-trigger .price3x span,
  .product-scalapay .price3x span {
    font-size: 16px !important;
  }
  .lang-it .ax-product-block .special-offer-stock .content-special-offer,
  .lang-de .ax-product-block .special-offer-stock .content-special-offer,
  .lang-at .ax-product-block .special-offer-stock .content-special-offer,
  .lang-it .ax-product-block .special-offer-stock .special-offer-price,
  .lang-de .ax-product-block .special-offer-stock .special-offer-price,
  .lang-at .ax-product-block .special-offer-stock .special-offer-price {
    font-size: 13px !important;
  }
  .lang-nl .ax-product-block .content-special-offer .content-special-offer,
  .lang-be_nl .ax-product-block .content-special-offer .content-special-offer,
  .lang-nl .ax-product-block .special-offer-price .content-special-offer,
  .lang-be_nl .ax-product-block .special-offer-price .content-special-offer {
    line-height: 19px;
    font-size: 12px !important;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 375px) {
  .lang-it .ax-product-block .content-special-offer .content-special-offer,
  .lang-de .ax-product-block .content-special-offer .content-special-offer,
  .lang-at .ax-product-block .content-special-offer .content-special-offer,
  .lang-it .ax-product-block .special-offer-price .content-special-offer,
  .lang-de .ax-product-block .special-offer-price .content-special-offer,
  .lang-at .ax-product-block .special-offer-price .content-special-offer {
    font-size: 12px !important;
    text-align: left;
    line-height: 17px;
  }
  .lang-nl .ax-product-block .content-special-offer .content-special-offer,
  .lang-be_nl .ax-product-block .content-special-offer .content-special-offer,
  .lang-nl .ax-product-block .special-offer-price .content-special-offer,
  .lang-be_nl .ax-product-block .special-offer-price .content-special-offer {
    letter-spacing: -0.4px;
  }
}
@media (max-width: 360px) {
  .lang-nl .ax-product-block .content-special-offer .content-special-offer,
  .lang-be_nl .ax-product-block .content-special-offer .content-special-offer,
  .lang-nl .ax-product-block .special-offer-price .content-special-offer,
  .lang-be_nl .ax-product-block .special-offer-price .content-special-offer {
    letter-spacing: -0.7px;
  }
  .lang-it .ax-product-block .special-offer-stock .content-special-offer {
    font-size: 12px !important;
  }
}
.final-price.ax-special-price.discount-29,
.price.ax-special-price.discount-29 {
  color: #cc0033 !important;
}
</pre></body></html>