@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,600,700,800.less');
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/*
 * Copyright Magmodules.eu. All rights reserved.
 * See COPYING.txt for license details.
 */
.apple-pay-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: -apple-pay-button;
  box-sizing: border-box;
  font-size: 0 !important;
}
.apple-pay-button > * {
  visibility: hidden;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    visibility: hidden;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }
  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }
  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }
  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }
  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }
  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }
  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }
  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }
  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }
  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }
  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }
  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
  .mollie-applepay-minicart-button {
    width: 100%;
    height: 52px;
    margin-top: 5px;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: 1em;
    font-weight: 300;
    align-self: center;
    margin-right: 2px;
  }
  .apple-pay-button-with-text > .logo {
    width: 35px;
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: 2px;
    border: none;
  }
}
.mollie-applepay-button-hidden {
  display: none;
}
/*
 * Shipper HQ
 *
 * @category ShipperHQ
 * @package ShipperHQ_AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../../../../frontend/Magento/luma/fr_FR/WeltPixel_OwlCarouselSlider/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .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;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .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;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .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-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .mollie-product-page-apple-pay-button {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    transition: transform 0.05s ease-in-out;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    filter: drop-shadow(0px 0px 1px #007aff);
    transform: scale(1.4);
  }
  .swiper-button-black:hover {
    filter: drop-shadow(0px 0px 1px #000000);
  }
  .swiper-button-white:hover {
    filter: drop-shadow(0px 0px 1px #ffffff);
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    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;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    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: 0;
    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: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .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;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    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;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .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 {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    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;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
* {
  box-sizing: border-box;
}
footer.page-footer .field-recaptcha {
  display: none;
}
form#newsletter-validate-detail {
  display: flex;
  gap: 15px;
  flex-direction: column;
  max-height: 55px;
  margin-bottom: 60px;
}
.block.newsletter .field .control::before {
  position: absolute;
  top: 8px;
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .form.subscribe {
  display: block;
}
.mollie-component {
  height: auto;
}
.container_header {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
}
.bg-gray-light {
  background-color: #efefef;
}
.slider-primary .pagebuilder-overlay {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.materials .pagebuilder-column {
  padding-left: 5px;
  padding-right: 5px;
}
.materials .pagebuilder-column figure {
  background-color: #fff;
}
.materials .pagebuilder-column img {
  margin-left: auto;
  margin-right: auto;
}
.bg-gray-light {
  background-color: #efefef;
}
.custom-header .logo-site {
  max-width: 297px;
}
@media (max-width: 656px) {
  .custom-header .logo-site {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .custom-header .logo-site {
    max-width: none;
    width: 54px;
    height: 34px;
    overflow: hidden;
  }
  .custom-header .logo-site img {
    max-width: none;
  }
}
.custom-header .content_header_top {
  padding-top: 30px;
  padding-bottom: 30px;
}
.custom-header .content_header_top .content_flex {
  display: flex;
}
.custom-header .content_header_top .content_liste_btn_icone {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.custom-header .content_header_top .content_liste_btn_icone .btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #008d27;
}
.custom-header .content_header_top .content_liste_btn_icone .btn-icon {
  --btn-icon-size: 1.5em;
  align-items: center;
  aspect-ratio: 1;
  display: inline-flex !important;
  justify-content: center;
  padding: 8px !important;
  text-align: center;
  width: 40px;
}
.content_flex {
  display: flex;
}
.content_liste_btn_header {
  justify-content: space-between;
  align-items: center;
}
/*debut intégration*/
* {
  box-sizing: border-box;
}
body {
  font-family: "Inter" !important;
  background-color: #fff;
  color: #101010;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.conntent_header_top.dark {
  background: #101010;
  color: #fff;
  padding: 8px 0px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
@media (max-width: 480px) {
  .conntent_header_top.dark .content_flex {
    justify-content: flex-end !important;
    flex-wrap: wrap;
  }
}
.conntent_header_top.dark a {
  color: #fff;
  text-decoration: none;
}
.conntent_header_top.dark a:hover {
  color: #ef7e25;
}
.contact-header {
  display: flex;
}
@media (max-width: 480px) {
  .contact-header {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
}
.contact-header li {
  margin: 0 16px 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.contact-header li:last-child {
  margin: 0;
}
.content-header-login {
  display: flex;
}
.content-header-login li {
  margin: 0;
  padding: 0 10px;
}
.content-header-login li a {
  color: #fff;
  text-decoration: none;
}
.content-header-login li a:hover {
  color: #ef7e25;
}
.content-header-login li:first-child {
  position: relative;
}
.content-header-login li:first-child:after {
  width: 1px;
  height: 13px;
  background: #fff;
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
}
.content-header-login li:last-child {
  margin: 0;
  padding-right: 0;
}
.content-header-login li:last-child::after {
  display: none;
}
.justify-content-space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.content_header_middle {
  padding: 6px 0;
  margin: 0;
}
.content_header_middle .block_search input[type="text"] {
  color: #505050;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  height: 46px;
  box-shadow: none;
  padding-left: 16px;
  width: 325px;
  background-color: transparent;
  border: 0;
}
.content_header_middle .block_search input::placeholder {
  color: #505050;
  position: relative;
  z-index: 1;
}
.content_header_middle .block_search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #505050;
  position: relative;
  z-index: 1;
}
.content_header_middle .block_search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050;
  position: relative;
  z-index: 1;
}
.content_header_middle .block_search :-moz-placeholder {
  /* Firefox 18- */
  color: #505050;
  position: relative;
  z-index: 1;
}
.content_header_middle .block_search :-ms-input-placeholder {
  /* Edge/IE 10+ */
  color: #505050;
  position: relative;
  z-index: 1;
}
.content_header_middle .block_search .action.search {
  width: 64px;
  height: 46px;
  padding: 0 8px;
  border-radius: 0 76px 76px 0;
  right: 0;
  color: #fff;
  background: #101010;
  border: 1px solid #101010;
  opacity: 1 !important;
}
.content_header_middle .block_search .action.search:before {
  color: #fff;
  font-size: 20px;
}
.content_header_middle .block_search .block-search {
  width: 421px;
}
.content_header_middle .block_search .control {
  border: 1px solid #e1e3e6;
  border-radius: 76px;
}
.content_header_middle .content_liste_btn_icone li {
  margin: 0;
  padding: 0 12px;
}
.content_header_middle .content_liste_btn_icone li:last-child {
  padding-right: 0;
  padding-left: 12px;
}
.content_header_middle .content_liste_btn_icone li:last-child .minicart-wrapper {
  margin-left: 0;
}
.content_header_middle .content_liste_btn_icone li a {
  color: #1d2026;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  height: 48px;
  padding-top: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.content_header_middle .content_liste_btn_icone li a:hover {
  text-decoration: none;
  color: #ef7e25;
}
.content_header_middle .content_liste_btn_icone li a:before {
  width: 100%;
  text-align: center;
  font-size: 24px;
  /*position: absolute;*/
  top: 0;
}
.content_header_middle .content_liste_btn_icone li.list_mon_panier .minicart-wrapper .action.showcart {
  color: #1d2026 !important;
  position: relative;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
}
.content_header_middle .content_liste_btn_icone li.list_mon_panier .minicart-wrapper .action.showcart:hover {
  text-decoration: none !important;
  color: #ef7e25 !important;
}
.content_header_middle .content_liste_btn_icone li.list_mon_panier .minicart-wrapper .action.showcart:hover:before {
  font-family: "Mtr-Theme" !important;
  color: #ef7e25 !important;
  overflow: inherit !important;
}
.content_header_middle .content_liste_btn_icone li.list_mon_panier .minicart-wrapper .action.showcart:before {
  font-family: "Mtr-Theme" !important;
  color: #1d2026 !important;
  font-size: 24px !important;
  line-height: 14px !important;
  overflow: inherit !important;
  font-weight: 800;
}
.content_header_middle .content_liste_btn_icone li.list_mon_panier .minicart-wrapper .action.showcart .text {
  position: inherit;
}
.content_header_middle .content_liste_btn_icone li.list_mon_panier .minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: 0px;
  margin-top: 0;
  right: -8px;
  border-radius: 100%;
  width: auto;
  min-width: 24px;
  background-color: #ef7e25;
}
.content_header_bottom {
  padding: 0 0 16px 0;
}
.content_header_bottom .menu_gauche li {
  margin: 0 10px 0 0;
  border: 1px solid #bdc4cd;
  border-radius: 70px;
  padding: 0;
}
.content_header_bottom .menu_gauche li.icon-icone-menu-mobile {
  cursor: pointer;
  padding: 9px 16px;
}
.content_header_bottom .menu_gauche li.icon-icone-menu-mobile span {
  font-family: "Inter" !important;
  color: #101010;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 22px;
  margin: 0 0 0 8px;
}
.content_header_bottom .menu_gauche li a {
  color: #101010;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 22px;
  padding: 9px 16px;
  display: block;
}
.content_header_bottom .menu_gauche li:last-child {
  margin-right: 0;
}
.content_header_bottom .menu_droite li {
  margin: 0 20px 0 0;
  padding: 0;
}
.content_header_bottom .menu_droite li a {
  color: #8b96a5;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 22px;
}
.content_header_bottom .menu_droite li a:hover {
  color: #ef7e25;
}
.content_header_bottom .menu_droite li:last-child {
  margin-right: 0;
}
.content_header_bottom .container_header {
  position: relative;
}
.content_header_bottom .custom-block-menu {
  width: 100%;
  position: absolute;
  z-index: 100000;
  background-color: #eff2f4;
  display: none;
  top: 58px;
  max-width: 1140px;
}
@media (max-width: 856px) {
  .content_header_bottom .custom-block-menu {
    top: 40px;
    left: 0;
  }
}
.page-header {
  background-color: #fff;
  margin-bottom: 24px;
  box-shadow: 0px 4px 4px 0px rgba(24, 28, 43, 0.1);
}
@media (max-width: 856px) {
  .page-header {
    margin-bottom: 0;
  }
}
.page-header .header.content {
  display: none;
}
.content_section_newsletter {
  background-color: transparent;
  margin: 0 -20px;
  padding: 0;
}
@media (max-width: 856px) {
  .content_section_newsletter {
    margin: 0;
  }
}
.content_section_newsletter .content_footer_top {
  padding: 40px 0;
}
.content_section_newsletter .content_footer_top.gray {
  background-color: #101010;
  border-top: 4px solid #ef7e25;
}
.content_section_newsletter .content_footer_top .block_newsletter {
  text-align: center;
}
.content_section_newsletter .content_footer_top .block_newsletter h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  margin: 0 0 8px 0;
  padding: 0;
}
.content_section_newsletter .content_footer_top .block_newsletter p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter {
  margin: 24px auto 0 auto;
  display: block;
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .form.subscribe {
  position: relative;
  background: #fff;
  padding: 8px;
  border-radius: 16px;
  width: 400px;
}
@media (max-width: 768px) {
  .content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .form.subscribe {
    display: flex;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .form.subscribe {
    width: 100%;
  }
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .form.subscribe .actions {
  position: absolute;
  right: 8px;
  width: auto;
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .field.newsletter {
  max-width: none;
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .control {
  margin: 0 10px 0 0;
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .control input[type="email"] {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  padding: 0 20px 0 35px;
  height: 40px;
  color: #8b96a5;
  font-family: "Inter" !important;
  width: 274px;
  box-shadow: none;
}
@media (max-width: 480px) {
  .content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .control input[type="email"] {
    width: 220px;
  }
}
@media (max-width: 320px) {
  .content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .control input[type="email"] {
    width: 170px;
  }
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .control input::placeholder {
  color: #8b96a5;
  position: relative;
  z-index: 1;
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .control ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8b96a5;
  position: relative;
  z-index: 1;
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .control ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8b96a5;
  position: relative;
  z-index: 1;
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .control :-moz-placeholder {
  /* Firefox 18- */
  color: #8b96a5;
  position: relative;
  z-index: 1;
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .control :-ms-input-placeholder {
  /* Edge/IE 10+ */
  color: #8b96a5;
  position: relative;
  z-index: 1;
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .actions .action.subscribe.primary {
  background-color: #ef7e25;
  border-radius: 6px;
  border: 1px solid #ef7e25;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  font-weight: "Inter" !important;
}
.content_section_newsletter .content_footer_top .block_newsletter .block.newsletter .actions .action.subscribe.primary:hover {
  background-color: #101010;
  border: 1px solid #101010;
}
.content_liste_btn_icone [class^="icon-"] {
  font-family: "Inter" !important;
}
.content_liste_btn_icone [class^="icon-"]:before {
  font-family: "Mtr-Theme" !important;
}
.block.newsletter .field .control::before {
  height: 40px;
  display: flex;
  align-items: center;
  content: "\e90e" !important;
  font-family: "Mtr-Theme" !important;
  color: #8b96a5 !important;
}
.content-list-rs ul {
  display: flex;
}
.content_footer_middle {
  padding: 40px 0;
}
@media (max-width: 640px) {
  .content_footer_middle .content_flex {
    flex-wrap: wrap;
  }
}
.content_footer_middle .content_flex .col-md-4 {
  width: 30%;
  padding: 0 10px 0 0;
}
@media (max-width: 640px) {
  .content_footer_middle .content_flex .col-md-4 {
    width: 100%;
  }
}
.content_footer_middle .content_flex .col-md-4 h4,
.content_footer_middle .content_flex .col-md-4 .titre-footer-top {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #101010;
}
.content_footer_middle .content_flex .col-md-4 ul li {
  margin: 0 0 5px 0;
  padding: 0;
}
.content_footer_middle .content_flex .col-md-4 ul li a {
  color: #8b96a5;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.content_footer_middle .content_flex .col-md-4 ul li a:first-letter {
  text-transform: uppercase;
}
.content_footer_middle .content_flex .col-md-4 ul li a:hover {
  text-decoration: none;
  color: #ef7e25;
}
.content_footer_middle .content_flex .col-md-8 {
  width: 70%;
  margin: 0 -15px;
}
@media (max-width: 640px) {
  .content_footer_middle .content_flex .col-md-8 {
    width: 100%;
  }
}
.content_footer_middle .content_flex .col-md-8 .content_flex {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .content_footer_middle .content_flex .col-md-8 .content_flex {
    flex-wrap: wrap;
  }
}
.content_footer_middle .content_flex .col-md-8 .content_flex .col-md-4 {
  width: 25%;
  padding: 0 15px;
  margin: 0;
}
@media (max-width: 900px) {
  .content_footer_middle .content_flex .col-md-8 .content_flex .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .content_footer_middle .content_flex .col-md-8 .content_flex .col-md-4 {
    width: 50%;
  }
}
.content_footer_middle .content-logo-footer {
  margin-bottom: 30px;
}
.content_footer_middle .content-logo-footer img {
  max-width: 150px;
}
.content_footer_middle .content-text-footer-rs {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 16px 0;
  letter-spacing: -0.2px;
  color: #8b96a5;
}
.content_footer_middle .content-list-rs ul li {
  font-size: 30px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  position: relative;
  width: 30px;
  height: 30px;
}
.content_footer_middle .content-list-rs ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #ef7e25;
}
.content_footer_middle .content-list-rs ul li:hover::before {
  color: #101010;
}
.content_footer_middle .content-list-rs ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  height: 30px;
}
.content_footer_bottom {
  margin: 0;
  padding: 0;
}
.content_footer_bottom.gray {
  background-color: #101010;
  padding: 8px 0;
}
@media (max-width: 480px) {
  .content_footer_bottom .content_flex {
    flex-wrap: wrap;
  }
}
.content_footer_bottom .content_footer_copyright {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 480px) {
  .content_footer_bottom .content_footer_copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .content_footer_bottom .content_list_paiement {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.content_footer_bottom .content_list_paiement ul {
  display: flex;
}
.content_footer_bottom .content_list_paiement ul li {
  margin: 0 10px 0 0;
  padding: 0;
}
.content_footer_bottom .content_list_paiement ul li a {
  margin: 0;
  padding: 0;
  display: block;
}
.sections.nav-sections {
  display: none;
  background-color: #fff;
  padding: 10px 0;
  width: 100%;
  box-shadow: 0px 0px 2px #888;
}
.sections.nav-sections .navigation {
  background-color: #fff;
}
.sections.nav-sections .navigation ul li {
  display: block;
}
.sections.nav-sections .navigation ul li a {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 22px;
  font-family: "Inter" !important;
}
/*Content page home*/
.content-bloc-slide-petitBloc .content_flex {
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .content-bloc-slide-petitBloc {
    margin-bottom: 20px;
  }
}
.content-bloc-slide-petitBloc .slide_content {
  width: 84%;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .content-bloc-slide-petitBloc .slide_content {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .content-bloc-slide-petitBloc .slide_content {
    width: 100%;
  }
}
.content-bloc-slide-petitBloc .slide_content .owl-carousel .owl-stage-outer {
  padding: 0;
}
.content-bloc-slide-petitBloc .slide_content .content_slider {
  left: 32px !important;
  width: 375px;
  top: 32px;
}
@media (max-width: 1024px) {
  .content-bloc-slide-petitBloc .slide_content .content_slider {
    top: 40px !important;
  }
}
.content-bloc-slide-petitBloc .slide_content .content_slider .banner-title {
  text-align: left !important;
  font-size: 32px;
  font-family: "Inter" !important;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 8px 0;
  padding: 0;
  color: #fff;
  text-transform: none;
}
.content-bloc-slide-petitBloc .slide_content .content_slider .banner-description {
  text-align: left !important;
  font-size: 18px;
  font-family: "Inter" !important;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 24px 0;
  padding: 0;
  color: #fff;
}
.content-bloc-slide-petitBloc .slide_content .content_slider .buttons {
  text-align: left !important;
}
.content-bloc-slide-petitBloc .slide_content .content_slider .buttons .action.primary {
  padding: 0 16px;
  margin: 0 !important;
  min-width: 206px;
  height: 52px;
  background-color: #fff;
  border-radius: 56px;
  font-size: 16px;
  font-family: "Inter" !important;
  font-weight: 500;
  line-height: 19px;
  color: #101010;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.2);
  border: 1px solid #ffffff;
}
.content-bloc-slide-petitBloc .slide_content .custom-slider {
  padding-bottom: 26px !important;
  margin-bottom: 0 !important;
}
.content-bloc-slide-petitBloc .slide_content .custom-slider .banner-image img {
  border-radius: 8px;
  min-height: 320px;
}
@media (max-width: 856px) {
  .content-bloc-slide-petitBloc .slide_content .custom-slider .banner-image img {
    border-radius: 0;
  }
}
@media (max-width: 640px) {
  .content-bloc-slide-petitBloc .slide_content .custom-slider .banner-image img {
    min-height: 440px;
  }
}
@media (max-width: 400px) {
  .content-bloc-slide-petitBloc .slide_content .custom-slider .banner-image img {
    min-height: 500px;
  }
}
.content-bloc-slide-petitBloc .content_liste_bloc {
  width: 16%;
  margin: 0;
  padding: 0 0 0 15px;
}
@media (max-width: 1024px) {
  .content-bloc-slide-petitBloc .content_liste_bloc {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .content-bloc-slide-petitBloc .content_liste_bloc {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 856px) {
  .content-bloc-slide-petitBloc .content_liste_bloc {
    padding: 0 20px;
  }
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li {
  padding: 0;
  background: #101010;
  border: 1px solid #101010;
  color: #fff;
  margin: 0 0 15px 0;
  height: 106px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .content-bloc-slide-petitBloc .content_liste_bloc ul li {
    margin-bottom: 5px;
    height: auto;
  }
}
@media (max-width: 856px) {
  .content-bloc-slide-petitBloc .content_liste_bloc ul li {
    margin-bottom: 15px;
  }
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li:first-child {
  background-color: #eff2f4;
  border: 1px solid #eff2f4;
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li:first-child h2 {
  padding-left: 20px;
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li:first-child h2:before {
  position: absolute;
  content: "\e917";
  font-family: "Mtr-Theme" !important;
  top: 0;
  left: 0;
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li:first-child a {
  color: #101010;
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li:first-child .desc_list_bloc.icon-fleche_droite:before {
  color: #101010;
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li:nth-child(2) {
  background: #ef7e25;
  border: 1px solid #ef7e25;
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li:nth-child(2) h2 {
  padding-left: 20px;
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li:nth-child(2) h2:before {
  position: absolute;
  content: "\e919";
  font-family: "Mtr-Theme" !important;
  top: 0;
  left: 0;
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li a {
  color: #fff;
  display: block;
  padding: 16px 10px 16px 10px;
  text-decoration: none;
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0 0 10px 20px;
  position: relative;
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li h2:before {
  position: absolute;
  content: "\e918";
  font-family: "Mtr-Theme" !important;
  top: 0;
  left: 0;
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li .desc_list_bloc.icon-fleche_droite {
  position: relative;
  padding-right: 15px;
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li .desc_list_bloc.icon-fleche_droite::before {
  position: absolute;
  font-family: "Mtr-Theme" !important;
  right: 0;
  top: 30%;
}
@media (max-width: 856px) {
  .content-bloc-slide-petitBloc .content_liste_bloc ul li .desc_list_bloc.icon-fleche_droite::before {
    top: 0;
  }
}
.content-bloc-slide-petitBloc .content_liste_bloc ul li .desc_list_bloc.icon-fleche_droite p {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  font-family: "Inter" !important;
  margin-bottom: 0;
}
.content_bloc_decoupe {
  background: url("../images/section-decoupes.jpg") no-repeat left top;
  padding: 32px;
  margin: 0 0 26px 0;
  background-size: cover;
}
@media (max-width: 480px) {
  .content_bloc_decoupe {
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 8px;
  }
}
.content_bloc_decoupe .content_bloc_decoupe_inner.content_left {
  width: 388px;
}
@media (max-width: 480px) {
  .content_bloc_decoupe .content_bloc_decoupe_inner.content_left {
    width: 100%;
  }
}
.content_bloc_decoupe h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 24px 0;
  padding: 0;
}
.content_bloc_decoupe h2 span {
  display: block;
  font-weight: 400;
}
.content_bloc_decoupe p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0;
}
.content_bloc_decoupe .content_lien_decoupe {
  margin: 0 0 13px 0;
}
.content_bloc_decoupe .content_lien_decoupe .lien_decoupe_simple {
  border-radius: 176px;
  padding: 0 16px;
  height: 51px;
  display: inline-flex;
  align-items: center;
  color: #101010;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #bdc4cd;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.2);
}
@media (max-width: 480px) {
  .content_bloc_decoupe .content_lien_decoupe .lien_decoupe_simple {
    width: 100%;
    justify-content: center;
  }
}
.content_bloc_decoupe .content_lien_decoupe .lien_decoupe_simple:hover {
  background: #ef7e25;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  color: #fff;
}
.content_bloc_decoupe .content_lien_decoupe .lien_decoupe_mesure {
  background: #ef7e25;
  border-radius: 176px;
  padding: 0 16px;
  height: 51px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
}
@media (max-width: 480px) {
  .content_bloc_decoupe .content_lien_decoupe .lien_decoupe_mesure {
    width: 100%;
    justify-content: center;
  }
}
.content_bloc_decoupe .content_lien_decoupe .lien_decoupe_mesure:hover {
  background: #101010;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.2);
}
.contentServiceQualite {
  margin: 0 -20px 26px -20px;
  padding: 32px 0;
  background-color: #101010;
  color: #fff;
}
@media (max-width: 856px) {
  .contentServiceQualite {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 856px) {
  .contentServiceQualite .bloc_service_qualite {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.contentServiceQualite h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 24px 0;
  padding: 0;
}
.contentServiceQualite .content_list_service_qualite ul {
  margin: 0 -12px;
}
@media (max-width: 856px) {
  .contentServiceQualite .content_list_service_qualite ul {
    flex-wrap: wrap;
  }
}
.contentServiceQualite .content_list_service_qualite ul li {
  width: 25%;
  padding: 0 12px;
  height: 133px;
  text-align: center;
}
@media (max-width: 856px) {
  .contentServiceQualite .content_list_service_qualite ul li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .contentServiceQualite .content_list_service_qualite ul li {
    height: 163px;
  }
}
.contentServiceQualite .content_list_service_qualite ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  padding: 85px 24px 0 24px;
  display: block;
  font-family: "Inter" !important;
  height: 133px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 16px;
  pointer-events: visible !important;
}
@media (max-width: 400px) {
  .contentServiceQualite .content_list_service_qualite ul li a {
    height: 163px;
  }
}
.contentServiceQualite .content_list_service_qualite ul li a:before {
  font-family: "Mtr-Theme" !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ef7e25;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 40%;
  top: 20px;
  font-size: 25px;
}
@media (max-width: 400px) {
  .contentServiceQualite .content_list_service_qualite ul li a:before {
    left: 35%;
  }
}
.contentServiceQualite .content_list_service_qualite ul li:nth-child(1) a:before {
  content: "\e91a" !important;
}
.contentServiceQualite .content_list_service_qualite ul li:nth-child(2) a:before {
  content: "\e91b" !important;
}
.contentServiceQualite .content_list_service_qualite ul li:nth-child(3) a:before {
  content: "\e91c" !important;
}
.contentServiceQualite .content_list_service_qualite ul li:nth-child(4) a:before {
  content: "\e91d" !important;
}
.contentBlockAstuceConseil {
  margin: 40px 0 64px 0;
  padding: 0;
}
@media (max-width: 856px) {
  .contentBlockAstuceConseil {
    padding: 0 20px;
  }
}
.contentBlockAstuceConseil h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 8px 0;
  padding: 0;
  color: #101010;
  text-align: center;
}
.contentBlockAstuceConseil p.desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 32px 0;
  padding: 0;
  text-align: center;
  color: #8b96a5;
}
.contentBlockAstuceConseil .content_liste_astuce {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .contentBlockAstuceConseil .content_liste_astuce {
    flex-wrap: wrap;
  }
}
.contentBlockAstuceConseil .content_liste_astuce li {
  width: 33.333%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .contentBlockAstuceConseil .content_liste_astuce li {
    width: 100%;
  }
}
.contentBlockAstuceConseil .content_liste_astuce li a {
  width: 100%;
  margin: 0;
  padding: 0px;
  border-radius: 8px;
  align-items: center;
  text-decoration: none;
  height: 100%;
  border: 1px solid #e1e4ed;
}
.contentBlockAstuceConseil .content_liste_astuce li a .content_image {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.contentBlockAstuceConseil .content_liste_astuce li a .content_image .content_image_inner {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
}
.contentBlockAstuceConseil .content_liste_astuce li a .content_dec_astuce {
  background-color: #fff;
  width: 60%;
  border-radius: 0 8px 8px 0;
  height: 100%;
  padding: 20px 15px;
  color: #8b96a5;
}
.contentBlockAstuceConseil .content_liste_astuce li a .content_dec_astuce h6 {
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
  overflow: hidden;
}
.contentBlockAstuceConseil .content_liste_astuce li a .content_dec_astuce h3 {
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
  overflow: hidden;
}
.contentBlockAstuceConseil .content_liste_astuce li a .content_dec_astuce p {
  margin: 0 0 24px 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #8b96a5;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 63px;
  overflow: hidden;
}
.contentBlockAstuceConseil .content_liste_astuce li a .content_dec_astuce .date {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #101010;
}
@media (max-width: 480px) {
  .bloc-menu-categ {
    flex-wrap: wrap;
  }
}
.bloc-menu-categ .col-1 {
  width: 25%;
}
@media (max-width: 480px) {
  .bloc-menu-categ .col-1 {
    width: 100%;
  }
}
.bloc-menu-categ .col-2 {
  width: 75%;
  padding: 16px 24px;
}
.bloc-menu-categ .col-2 .bouton_retour_niveau_1 {
  display: none;
}
@media (max-width: 480px) {
  .bloc-menu-categ .col-2 .bouton_retour_niveau_1 {
    display: inline-block;
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  .bloc-menu-categ .col-2 {
    width: 100%;
  }
}
.bloc-menu-categ .tabs {
  display: flex;
  flex-wrap: wrap;
}
.bloc-menu-categ .tab {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  font-family: "Inter" !important;
  position: relative;
  background-color: #101010;
  color: #fff;
}
.bloc-menu-categ .tab:before {
  font-family: "Mtr-Theme" !important;
  position: absolute;
  right: 16px;
  top: 30%;
  color: #fff;
  font-size: 11px;
  content: "\e90a" !important;
}
.bloc-menu-categ .tab::first-letter {
  text-transform: uppercase;
}
.bloc-menu-categ .tab:hover {
  background-color: #ef7e25;
  color: #fff;
}
.bloc-menu-categ .tab:hover:before {
  color: #fff;
}
.bloc-menu-categ .tab-content {
  display: none;
}
.bloc-menu-categ .tab-content .titre_categ {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 20px 0;
  padding: 0;
}
.bloc-menu-categ .tab-content .content_list_categ {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.bloc-menu-categ .tab-content .content_list_categ .content_list_categ_niv2 {
  width: 33.333%;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .bloc-menu-categ .tab-content .content_list_categ .content_list_categ_niv2 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .bloc-menu-categ .tab-content .content_list_categ .content_list_categ_niv2 {
    width: 100%;
  }
}
.bloc-menu-categ .tab-content .content_list_categ .content_list_categ_niv2 .titre_niveau2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #1c1c1c;
  text-decoration: none;
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
}
.bloc-menu-categ .tab-content .content_list_categ .content_list_categ_niv2 .content_list_categ_niv3 a {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: #1c1c1c;
  text-decoration: none;
  margin: 0;
  padding: 9px 0;
  display: block;
}
.bloc-menu-categ .tab-content.show {
  display: block;
}
.content_caroussel_categorie {
  margin: 0 0 20px 0;
}
.content_caroussel_categorie .content_caroussel_categorie_inner {
  align-items: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.content_caroussel_categorie .content_caroussel_categorie_inner .content_titre_caroussel_categorie {
  width: 15%;
}
@media (max-width: 856px) {
  .content_caroussel_categorie .content_caroussel_categorie_inner .content_titre_caroussel_categorie {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .content_caroussel_categorie .content_caroussel_categorie_inner .content_titre_caroussel_categorie {
    width: 70%;
  }
}
.content_caroussel_categorie .content_caroussel_categorie_inner .content_titre_caroussel_categorie h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ {
  width: 85%;
  min-height: 200px;
}
@media (max-width: 856px) {
  .content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ {
    width: 100%;
  }
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-container {
  background-color: #eff2f4;
  padding: 0;
  max-width: none;
  margin: 0;
  position: inherit;
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-container .swiper-slide {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  background: #eff2f4;
  border-left: 1px solid #dee2e7;
  text-align: center;
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-container .swiper-slide a {
  padding: 20px 16px;
  display: block;
  color: #1c1c1c;
  text-decoration: none;
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-container .swiper-slide a .content_image_categorie {
  height: 100px;
  margin-bottom: 16px;
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-container .swiper-slide a .content_image_categorie img {
  width: auto !important;
  max-width: none !important;
  height: 100%;
  margin: 0 auto 30px auto !important;
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-container .swiper-slide a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-button-prev {
  left: 30px !important;
  top: initial !important;
  bottom: 20px !important;
  background: none;
  z-index: 1;
}
@media (max-width: 856px) {
  .content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-button-prev {
    bottom: initial !important;
    top: 0 !important;
    left: initial !important;
    right: 80px !important;
    margin-top: 0;
  }
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-button-prev:before {
  font-family: "Mtr-Theme" !important;
  content: "\e90d" !important;
  color: #ef7e25 !important;
  /*font-size: 18px;*/
  border: 1px solid #ef7e25;
  padding: 3px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-button-prev:hover {
  transform: none !important;
  filter: none;
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-button-next {
  right: initial !important;
  bottom: 20px !important;
  top: initial !important;
  margin-top: 0 !important;
  left: 80px !important;
  background: none;
  z-index: 1;
}
@media (max-width: 856px) {
  .content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-button-next {
    bottom: initial !important;
    top: 0 !important;
    left: initial !important;
    right: 30px !important;
  }
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-button-next::before {
  font-family: "Mtr-Theme" !important;
  content: "\e90a" !important;
  color: #ef7e25 !important;
  /*font-size: 18px;*/
  border: 1px solid #ef7e25;
  padding: 3px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_caroussel_categorie .content_caroussel_categorie_inner .caroussel_categ .swiper-button-next:hover {
  transform: none !important;
  filter: none;
}
.caroussel_marques {
  margin: 24px -20px 26px -20px;
  padding: 40px 0;
  background-color: #f7fafc;
}
@media (max-width: 856px) {
  .caroussel_marques {
    margin-left: 0;
    margin-right: 0;
  }
}
.caroussel_marques .content-heading {
  margin: 0;
  text-align: center;
}
@media (max-width: 856px) {
  .caroussel_marques .content-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.caroussel_marques .content-heading:before {
  display: none;
}
.caroussel_marques .content-heading h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 8px 0;
  padding: 0;
}
.caroussel_marques .content-heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px 0;
  padding: 0;
  color: #8b96a5;
}
.caroussel_marques .slick-dots li.slick-active button {
  width: 16px;
  background: #ef7e25;
}
.caroussel_marques .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 0;
  background: #dee2e7;
}
.caroussel_marques .sparsh-brand-slider .slick-list.draggable {
  padding: 16px 0;
}
.caroussel_marques .sparsh-brand-slider .slick-slide a {
  border: 1px solid #eff2f4;
  display: flex;
  height: 100px;
  align-items: center;
  padding: 10px;
  justify-content: center;
}
.caroussel_marques .sparsh-brand-slider .slick-slide a img {
  max-height: 80px;
}
.caroussel_marques .swiper-pagination-bullets {
  position: initial;
  margin-top: 32px;
}
.caroussel_marques .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 0;
  background: #dee2e7;
  opacity: 1;
}
.caroussel_marques .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  background: #ef7e25;
  border-radius: 10px;
}
.caroussel_marques .swiper-slide {
  background-color: transparent;
  border-radius: 0;
}
.caroussel_marques .swiper-slide a {
  border: 1px solid #eff2f4;
  display: flex;
  height: 100px;
  align-items: center;
  padding: 10px;
  justify-content: center;
}
.caroussel_marques .swiper-slide a img {
  max-height: 80px;
}
@media (max-width: 856px) {
  .caroussel_marques .caroussel_marque {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.owl-dot.active span {
  width: 16px !important;
  background: #ef7e25 !important;
  border: 0 !important;
}
.owl-dot span {
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  border: 0 !important;
}
.content_lien_blog_conseil {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.content_lien_blog_conseil a {
  height: 56px;
  background-color: #ef7e25;
  padding: 16px 42px 16px 32px;
  border-radius: 176px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  position: relative;
}
.content_lien_blog_conseil a:hover {
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.2);
  background-color: #101010;
}
.content_lien_blog_conseil a:after {
  font-family: "Mtr-Theme" !important;
  content: "\e90a" !important;
  color: #fff !important;
  position: absolute;
  right: 22px;
  font-size: 14px;
}
.cms-home .page-main {
  max-width: none;
}
@media (max-width: 856px) {
  .cms-home .page-main {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.cms-home .page-main .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 856px) {
  .cms-home .page-main .container {
    max-width: none;
    margin: 0;
    padding: 0;
  }
}
.cms-home .page-main .column.main {
  padding-bottom: 0;
}
.cms-page-view {
  background-color: #fff;
}
.cms-page-view .page-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin: 0 0 8px 0;
  padding: 0;
}
.cms-page-view .sous_titre {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 0 0 32px 0;
  padding: 0;
}
.cms-page-view .content_row {
  margin: 0 -15px 20px -15px;
  flex-wrap: wrap;
}
.cms-page-view .content_row .col-md-6 {
  padding: 0 15px;
}
@media (max-width: 480px) {
  .cms-page-view .content_row .col-md-6 {
    width: 100%;
  }
}
.cms-page-view .content_row .col-md-6 img {
  width: 100%;
}
@media (max-width: 480px) {
  .cms-page-view .content_row .col-md-6 img {
    margin: 0 auto 20px auto;
    display: block;
  }
}
.cms-page-view .content_row .col-md-2 {
  padding: 0 15px;
}
@media (max-width: 480px) {
  .cms-page-view .content_row .col-md-2 {
    width: 100%;
  }
}
.cms-page-view .content_row .col-md-2 img {
  width: 100%;
}
@media (max-width: 480px) {
  .cms-page-view .content_row .col-md-2 img {
    margin: 0 auto 20px auto;
    max-width: 60%;
    display: block;
  }
}
.cms-page-view .content_row .col-md-10 {
  padding: 0 15px;
}
@media (max-width: 480px) {
  .cms-page-view .content_row .col-md-10 {
    width: 100%;
  }
}
.cms-page-view .content_row .col-md-10 img {
  width: 100%;
}
@media (max-width: 480px) {
  .cms-page-view .content_row .col-md-10 img {
    margin: 0 0 20px 0;
  }
}
.cms-page-view h5,
.cms-page-view h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 8px 0;
}
.cms-page-view p {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 16px 0;
  color: #505050;
}
.cms-page-view .contenu-cms ul {
  list-style-type: initial;
  padding-left: 20px;
}
.cms-page-view .contenu-cms ul li {
  list-style-type: initial;
  list-style-position: outside;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 16px 0;
  color: #505050;
}
.cms-page-view .contenu-cms ol {
  list-style-type: initial;
  padding-left: 20px;
}
.cms-page-view .contenu-cms ol li {
  list-style-type: decimal;
  list-style-position: outside;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 16px 0;
  color: #505050;
}
@media (max-width: 856px) {
  .cms-page-view .page-main {
    padding-top: 20px;
  }
}
.cms-page-view .page-main h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 8px 0;
  color: #101010;
}
.cms-page-view .page-main h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 8px 0;
  color: #101010;
}
.cms-page-view .page-main h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 8px 0;
  color: #101010;
}
.cms-page-view .page-main h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 8px 0;
  color: #101010;
}
.cms-page-view .page-main h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 8px 0;
  color: #101010;
}
.cms-page-view .page-main h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 8px 0;
}
.cms-page-view .page-main ul {
  list-style-type: initial;
  padding-left: 20px;
}
.cms-page-view .page-main ul li {
  list-style-type: initial;
  list-style-position: outside;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 16px 0;
  color: #505050;
}
.cms-page-view .page-main ol {
  list-style-type: initial;
  padding-left: 20px;
}
.cms-page-view .page-main ol li {
  list-style-type: decimal;
  list-style-position: outside;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 16px 0;
  color: #505050;
}
.breadcrumbs {
  width: 100%;
  margin: -20px 0 40px 0;
  padding: 5px 0;
  max-width: none;
  min-height: 64px;
  background-color: #faf7fc;
  display: flex;
  align-items: center;
}
@media (max-width: 856px) {
  .breadcrumbs {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.breadcrumbs ul.items {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.breadcrumbs ul.items .item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}
.breadcrumbs ul.items .item a {
  color: #505050;
  text-decoration: none;
}
.section_selection_exclusive {
  margin: 0;
  padding: 0;
}
.section_selection_exclusive .content_list_produit_bloc {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.section_selection_exclusive .content_list_produit_bloc li {
  width: 33.333%;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
@media (max-width: 1024px) {
  .section_selection_exclusive .content_list_produit_bloc li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .section_selection_exclusive .content_list_produit_bloc li {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .section_selection_exclusive .content_list_produit_bloc li {
    width: 100%;
  }
}
.section_selection_exclusive .content_list_produit_bloc li .image_produit {
  height: 198px;
}
.section_selection_exclusive .content_list_produit_bloc li .image_produit img {
  height: auto;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: block;
  max-height: 198px;
}
.section_selection_exclusive .image_produit {
  margin-bottom: 8px;
  height: 500px;
}
@media (max-width: 640px) {
  .section_selection_exclusive .image_produit {
    height: 198px;
  }
}
.section_selection_exclusive .image_produit img {
  width: auto;
  height: 100%;
}
.section_selection_exclusive .col-md-4 {
  padding: 0 15px 0 0;
}
@media (max-width: 640px) {
  .section_selection_exclusive .col-md-4 {
    width: 100%;
    padding: 0;
  }
}
.section_selection_exclusive .col-md-8 {
  padding: 0 0 0 15px;
}
@media (max-width: 640px) {
  .section_selection_exclusive .col-md-8 {
    width: 100%;
    padding: 0;
  }
}
.section_selection_exclusive .content_row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 640px) {
  .section_selection_exclusive .content_row {
    flex-wrap: wrap;
  }
}
.section_selection_exclusive .content_prix_produit {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.section_selection_exclusive .content_prix_produit .badge_produit {
  background-color: #fa3434;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-right: 8px;
  color: #fff;
  border-radius: 40px;
  margin-bottom: 5px;
}
.section_selection_exclusive .content_prix_produit .prix_pduit {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-right: 8px;
  color: #1c1c1c;
}
.section_selection_exclusive .content_prix_produit .prix_pduit_barre {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #8b96a5;
  text-decoration: line-through;
}
.section_selection_exclusive .content_desc_produit {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #101010;
  padding: 10px 0;
}
.breadcrumbs .item:not(:last-child)::after {
  line-height: 24px;
}
.page-footer {
  padding-bottom: 0;
  background: #fff;
  border-top: 1px solid #dee2e7;
}
.col-md-6 {
  width: 50%;
}
a {
  text-decoration: none;
}
.col-md-3 {
  width: 25%;
}
.col-md-9 {
  width: 75%;
}
.col-md-2 {
  width: 16.66%;
}
.col-md-10 {
  width: 83.33%;
}
.col-md-4 {
  width: 33.333%;
}
.col-md-8 {
  width: 66.667%;
}
/*bloc selection exclisive*/
.contentTemoignage {
  padding: 24px 0 26px 0;
}
.content_inner_exclusive .content_tab_top {
  margin-bottom: 15px;
  align-items: center;
  padding: 0px;
}
@media (max-width: 856px) {
  .content_inner_exclusive .content_tab_top {
    flex-wrap: wrap;
  }
}
.content_inner_exclusive .content_tab_top .titre_exclusive {
  width: 33.333%;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 856px) {
  .content_inner_exclusive .content_tab_top .titre_exclusive {
    width: 100%;
    margin-bottom: 16px;
  }
}
.content_inner_exclusive .content_tab_top .content_tab_exclusive {
  width: 66.667%;
  padding: 0 15px;
}
@media (max-width: 856px) {
  .content_inner_exclusive .content_tab_top .content_tab_exclusive {
    width: 100%;
  }
}
.content_inner_exclusive [data-tab-content] {
  display: none;
}
.content_inner_exclusive .active[data-tab-content] {
  display: block;
}
.content_inner_exclusive .tabs {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 856px) {
  .content_inner_exclusive .tabs {
    flex-wrap: wrap;
  }
}
.content_inner_exclusive .tabs:last-child {
  margin-right: 0;
}
.content_inner_exclusive .tab {
  cursor: pointer;
  padding: 10px 25px;
  margin: 0 15px 0 0;
  border-bottom: 1px solid #dee2e7;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #8b96a5;
}
@media (max-width: 640px) {
  .content_inner_exclusive .tab {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .content_inner_exclusive .tab {
    font-size: 12px;
  }
}
.content_inner_exclusive .tab.active {
  font-weight: 700;
  border-bottom: 2px solid #ef7e25 !important;
  color: #101010;
}
.content_inner_exclusive .tab:hover {
  border-bottom: 1px solid #dee2e7;
}
.content_inner_exclusive .tab-content {
  margin-left: 20px;
  margin-right: 20px;
}
.section_meilleures_ventes {
  margin-bottom: 26px;
}
@media (max-width: 856px) {
  .section_meilleures_ventes {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section_meilleures_ventes .content_produit a {
  text-decoration: none !important;
}
/*bloc temoignage*/
@media (max-width: 856px) {
  .contentTemoignage {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.contentTemoignage .content_heading_temoignage {
  margin: 0;
  padding: 0;
  text-align: center;
}
.contentTemoignage .content_heading_temoignage h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 8px 0;
  padding: 0;
}
.contentTemoignage .content_heading_temoignage .desc_temoignage {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0;
}
.contentTemoignage .content_liste_temoignage {
  padding: 40px;
  height: 208px;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.6);
  background: #fff;
}
.contentTemoignage .content_liste_temoignage .desc_temoignage {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  margin: 0 0 16px 0;
  padding: 13px 16px;
  color: #101010;
  position: relative;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 75px;
  overflow: hidden;
}
.contentTemoignage .content_liste_temoignage .desc_temoignage:before {
  position: absolute;
  content: "\e910";
  color: #bdc4cd;
  left: 0;
  top: 0;
  font-family: "Mtr-Theme" !important;
}
.contentTemoignage .content_liste_temoignage .desc_temoignage:after {
  position: absolute;
  content: "\e90f";
  color: #bdc4cd;
  right: 0;
  bottom: 0;
  font-family: "Mtr-Theme" !important;
}
.contentTemoignage .content_liste_temoignage .temoin {
  margin: 0 0 4px 0;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #101010;
}
.contentTemoignage .content_liste_temoignage .post_temoin {
  margin: 0 0 4px 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #8b96a5;
}
.contentTemoignage .swiper-container {
  margin: 0 auto;
  position: initial;
  max-width: 946px;
}
@media (max-width: 856px) {
  .contentTemoignage .swiper-container {
    max-width: none;
  }
}
.contentTemoignage .swiper-slide {
  position: relative;
  text-align: center;
  /*background-color: #f5f5f5;*/
  border-radius: 12px;
  overflow: inherit;
  padding: 2px;
}
.contentTemoignage .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.contentTemoignage .slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  /*background-color: rgba(0, 0, 0, 0.7);*/
  box-sizing: border-box;
}
.contentTemoignage .swiper-button-next,
.contentTemoignage .swiper-button-prev {
  background-color: #fff !important;
  background-image: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ef7e25;
}
.contentTemoignage .swiper-button-next:before,
.contentTemoignage .swiper-button-prev:before {
  color: #ef7e25 !important;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentTemoignage .swiper-button-next:hover,
.contentTemoignage .swiper-button-prev:hover {
  filter: none;
  transform: none;
  background-color: #6d758f !important;
  border-radius: 4px;
}
.contentTemoignage .swiper-button-next:hover:before,
.contentTemoignage .swiper-button-prev:hover:before {
  color: #fff !important;
}
.contentTemoignage .swiper-button-prev {
  left: 37px;
}
@media (max-width: 1024px) {
  .contentTemoignage .swiper-button-prev {
    left: -30px;
  }
}
.contentTemoignage .swiper-button-next {
  right: 37px;
}
@media (max-width: 1024px) {
  .contentTemoignage .swiper-button-next {
    right: -30px;
  }
}
.contentTemoignage .content_caroussel_temoignage {
  position: relative;
}
/*page list conseil*/
.blog-page-list .page-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}
.blog-page-list .cms-content-important {
  background-color: transparent;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 32px 0;
  font-family: "Inter" !important;
}
.blog-page-list .post-list-wrapper .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.blog-page-list .post-list-wrapper .post-list li.post-item {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 32px;
}
@media (max-width: 640px) {
  .blog-page-list .post-list-wrapper .post-list li.post-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .blog-page-list .post-list-wrapper .post-list li.post-item {
    width: 100%;
  }
}
.blog-page-list .post-list-wrapper .post-list .post-container {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e1e4ed;
  height: 194px;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-info {
  padding: 25px 14px;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-info .post-title-wrap.mb-2 {
  margin-bottom: 8px !important;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-info .post-title-wrap.mb-2 .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-info .post-title-wrap.mb-2 .post-title a {
  color: #101010;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  font-family: "Inter" !important;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-info .post-description.mb-4 {
  margin-bottom: 24px !important;
  font-family: "Inter" !important;
  color: #505050;
  height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 15px !important;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-info .post-description.mb-4 * {
  font-family: "Inter" !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 15px !important;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-info .post-description.mb-4 a {
  color: #505050;
  text-decoration: none;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-info .post-description.mb-4 a p {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  font-family: "Inter" !important;
  color: #505050;
  height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-info .post-data-wrap.mb-3 {
  display: none;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-info .date_list_conseil .post-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-family: "Inter" !important;
  color: #101010;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-info .date_list_conseil .post-date a {
  color: #101010;
  text-decoration: none;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-image {
  height: 100%;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-image .image-container {
  height: 100%;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-image .image-container .image-wrap {
  height: 100%;
  border-radius: 8px 0 0 8px;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-image .post-category {
  display: none;
}
.blog-page-list .post-list-wrapper .post-list .post-container .post-image .post-category a {
  margin: 0;
}
/*.blog-page .post-bottom {
    display: none;
}*/
.blog-page .block.comments {
  display: none;
}
.blog-post-view .post-nextprev {
  margin-bottom: 0;
}
.blog-page .post-holder {
  margin-bottom: 0;
}
.blog-post-view .post-nextprev {
  border: 0 !important;
  padding: 0 !important;
}
.blog-post-view .post-nextprev .nextprev-link {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center !important;
}
.blog-post-view .post-nextprev .nextprev-link.prev-link:before {
  position: absolute;
  font-family: "Mtr-Theme" !important;
  content: "\e90d" !important;
  color: #1c1c1c !important;
  font-size: 22px;
  left: 0;
}
.blog-post-view .post-nextprev .nextprev-link.next-link:before {
  position: absolute;
  font-family: "Mtr-Theme" !important;
  content: "\e90a" !important;
  color: #1c1c1c !important;
  font-size: 22px;
  right: 0;
}
.blog-post-view .post-nextprev .nextprev-link span {
  display: none !important;
}
.blog-page .page-title-wrapper {
  margin: 0;
  padding: 0;
}
.blog-page .page-title-wrapper .page-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
}
.blog-page ._post-description.clearfix {
  display: flex;
  flex-wrap: wrap;
}
.blog-page ._post-description.clearfix .post-featured-image {
  width: 50%;
}
.blog-page ._post-description.clearfix .post-featured-image img {
  width: 100%;
}
.blog-page ._post-description.clearfix .post-description {
  width: 100%;
  font-family: "Inter" !important;
}
.blog-page ._post-description.clearfix .post-description p {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 16px 0;
  color: #505050;
}
.blog-page ._post-description.clearfix .post-description h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 8px 0;
  color: #101010;
}
.blog-page ._post-description.clearfix .post-description h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 8px 0;
  color: #101010;
}
.blog-page ._post-description.clearfix .post-description h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 8px 0;
  color: #101010;
}
.blog-page ._post-description.clearfix .post-description h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 8px 0;
  color: #101010;
}
.blog-page ._post-description.clearfix .post-description h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 8px 0;
  color: #101010;
}
.blog-page ._post-description.clearfix .post-description h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 8px 0;
}
.blog-page ._post-description.clearfix .post-description ul {
  color: #505050;
  padding-left: 20px;
}
.blog-page ._post-description.clearfix .post-description ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 16px 0;
  color: #505050;
  list-style-type: disc;
  list-style-position: outside;
}
.blog-page ._post-description.clearfix .post-description ol {
  color: #505050;
  padding-left: 20px;
}
.blog-page ._post-description.clearfix .post-description ol li {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 16px 0;
  color: #505050;
  list-style-type: decimal;
  list-style-position: outside;
}
.blog-page .post-date {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 16px 0;
  color: #505050;
}
/*pagination*/
.pages .items {
  display: flex;
  justify-content: center;
}
@media (max-width: 639px) {
  .pages .items {
    justify-content: flex-end;
    padding: 2px 0 0 0;
  }
}
.pages .items .item {
  width: 44px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  border: 1px solid #dee2e7;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  height: 40px;
}
.pages .items .item.pages-item-previous {
  border-radius: 5px 0 0 5px;
}
@media (max-width: 639px) {
  .pages .items .item.pages-item-previous {
    position: inherit;
  }
}
.pages .items .item.pages-item-next {
  border-radius: 0 5px 5px 0;
}
@media (max-width: 639px) {
  .pages .items .item.pages-item-next {
    position: inherit;
  }
}
.pages .items .item .action.previous {
  margin-right: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #101010;
}
.pages .items .item .action.previous:visited::before {
  color: #101010;
}
.pages .items .item .action.next {
  margin-left: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #101010;
}
.pages .items .item .action.next:visited::before {
  color: #101010;
}
.pages .items .item strong.page {
  width: 44px;
  background-color: #eff2f4;
  color: #8b96a5;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages .items .item a.page {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  height: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.toolbar-blog-posts {
  margin-bottom: 0;
}
.toolbar-blog-posts .pages {
  margin-bottom: 0;
}
.page-main {
  max-width: 1180px;
}
/*nos marque*/
@media (max-width: 856px) {
  .cms-nos-marques .page-main {
    padding-top: 30px;
  }
}
.content_liste_nos_marque_brand {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  margin: 0 -10px;
}
.content_liste_nos_marque_brand .brand-title {
  width: 12.5%;
  padding: 0 10px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .content_liste_nos_marque_brand .brand-title {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .content_liste_nos_marque_brand .brand-title {
    width: 33.333%;
  }
}
.content_liste_nos_marque_brand .brand-title a {
  border: 1px solid #eff2f4;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.content_liste_nos_marque_brand .brand-title a img {
  width: 100%;
  height: auto;
  max-height: 80px;
}
/*page contact */
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  min-width: auto !important;
  width: 100%;
}
.content_contact {
  margin: 0 -15px;
  padding: 40px 0 0 0;
  flex-wrap: wrap;
}
.content_contact .col-md-6 {
  padding: 0 15px;
}
@media (max-width: 640px) {
  .content_contact .col-md-6 {
    width: 100%;
  }
}
.content_contact .content_desc_contact {
  height: 100%;
  background: url("../images/fond_col1_contact.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 640px) {
  .content_contact .content_desc_contact {
    padding: 40px;
    position: inherit;
  }
}
.content_contact .content_desc_contact .content_desc_contact_inner {
  max-width: 376px;
  min-height: 226px;
  padding: 32px 40px;
  background-color: rgba(239, 126, 37, 0.7);
  border-radius: 8px;
  color: #fff;
  position: absolute;
  top: 20%;
}
@media (max-width: 640px) {
  .content_contact .content_desc_contact .content_desc_contact_inner {
    border-radius: 0;
    position: inherit;
  }
}
.content_contact .content_desc_contact .content_desc_contact_inner .storeName {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 16px;
  display: block;
  padding-left: 0;
}
.content_contact .content_desc_contact .content_desc_contact_inner span {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 16px;
  display: block;
  font-family: "Inter" !important;
  position: relative;
  padding-left: 28px;
}
.content_contact .content_desc_contact .content_desc_contact_inner span:before {
  font-family: "Mtr-Theme" !important;
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 3px;
}
.content_contact .content_desc_contact .content_desc_contact_inner span a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.content_contact .content_form_outer h2 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 640px) {
  .content_contact .content_form_outer h2 {
    margin-top: 20px;
  }
}
.content_contact .content_form_outer .field.note {
  margin: 0 0 24px 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8b96a5;
  border: 0;
}
.content_contact .content_form_outer .field {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e1e3e6;
  border-radius: 8px;
  margin: 0 0 8px 0;
}
.content_contact .content_form_outer .field.comment {
  height: 174px;
}
.content_contact .content_form_outer .field .label {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 2px;
  font-family: "Inter" !important;
}
.content_contact .content_form_outer .field input {
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #101010 !important;
  font-family: "Inter" !important;
  box-shadow: none;
}
.content_contact .content_form_outer .field input::placeholder {
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.content_contact .content_form_outer .field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.content_contact .content_form_outer .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.content_contact .content_form_outer .field :-moz-placeholder {
  /* Firefox 18- */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.content_contact .content_form_outer .field :-ms-input-placeholder {
  /* Edge/IE 10+ */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.content_contact .content_form_outer .field ::placeholder {
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.content_contact .content_form_outer .field select,
.content_contact .content_form_outer .field textarea {
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #101010 !important;
  font-family: "Inter" !important;
  box-shadow: none;
}
.content_contact .content_form_outer .field textarea {
  resize: none;
  height: 120px;
}
.content_contact .content_form_outer .field a {
  color: #ef7e25;
  text-decoration: none;
}
.content_contact .content_form_outer .field a:hover {
  color: #101010;
}
.content_contact .content_form_outer .actions-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_contact .content_form_outer .actions-toolbar .action.primary {
  background-color: #ef7e25;
  color: #fff;
  padding: 10px 24px;
  border-radius: 176px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Inter" !important;
  border: 1px solid #ef7e25;
}
/*page faq */
.cms-frequently-asked-question h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin: 0 0 8px 0;
  padding: 0;
  text-transform: capitalize;
}
.cms-frequently-asked-question .content_outer_faq {
  flex-wrap: wrap;
}
.cms-frequently-asked-question .sparsh-block-content.column1layout {
  float: none;
  padding-right: 0;
  width: 100%;
  margin: 16px 0 24px 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dee2e7;
  flex-wrap: wrap;
}
.cms-frequently-asked-question .sparsh-block-content.column1layout .sparsh-block-item {
  padding: 13px 25px;
  border-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #8b96a5;
  text-transform: none;
}
@media (max-width: 480px) {
  .cms-frequently-asked-question .sparsh-block-content.column1layout .sparsh-block-item {
    padding: 13px;
  }
}
.cms-frequently-asked-question .sparsh-block-content.column1layout .sparsh-block-item.active {
  border-bottom: 2px solid #ef7e25;
  color: #101010;
}
.cms-frequently-asked-question .sparsh-question-answer.column1layout {
  width: 100%;
  display: flex;
}
.cms-frequently-asked-question .sparsh-question-answer.column1layout .sparsh-faq-block {
  float: none;
  width: 100%;
}
.cms-frequently-asked-question .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question {
  border: 1px solid #e1e4ed;
  border-radius: 8px;
  box-shadow: 0px 0.5px 2px 0px #19213d1a;
  margin: 0 0 16px 0;
  padding: 20px 20px 20px 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #101010;
}
.cms-frequently-asked-question .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../images/plus.png") no-repeat left top;
  z-index: 10;
  display: block;
  top: 20px;
  right: 20px;
}
.cms-frequently-asked-question .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question.open {
  border-radius: 8px 8px 0 0;
  border: 2px solid #ef7e25;
  border-bottom: 0;
  box-shadow: none;
  margin: 0;
  padding: 20px 20px 3px 24px;
}
.cms-frequently-asked-question .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question.open:after {
  content: "" !important;
  width: 14px;
  height: 14px;
  background: url("../images/close.png") no-repeat left top !important;
  z-index: 10;
  display: block;
  top: 20px;
  right: 20px;
}
.cms-frequently-asked-question .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .answer.content {
  border: 2px solid #ef7e25;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  padding: 11px 20px 20px 24px;
  margin: 0 0 16px 0;
}
/*page se connecter*/
.customer-account-login .block.block-customer-login {
  margin: 0 auto;
  display: block;
  float: none;
}
.customer-account-login .block.block-customer-login .block-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #101010;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
}
.customer-account-login .block.block-customer-login .field.note {
  margin: 0 0 32px 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8b96a5;
  text-align: center;
  border: 0;
  border-radius: 0;
}
.customer-account-login .block.block-customer-login .field {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e1e3e6;
  border-radius: 8px;
  margin: 0 0 8px 0;
}
.customer-account-login .block.block-customer-login .field.choice {
  border: 0;
}
.customer-account-login .block.block-customer-login .field .label {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 2px;
  font-family: "Inter" !important;
}
.customer-account-login .block.block-customer-login .field input {
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #101010 !important;
  font-family: "Inter" !important;
  box-shadow: none;
  background-color: transparent;
}
.customer-account-login .block.block-customer-login .field input::placeholder {
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.customer-account-login .block.block-customer-login .field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.customer-account-login .block.block-customer-login .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.customer-account-login .block.block-customer-login .field :-moz-placeholder {
  /* Firefox 18- */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.customer-account-login .block.block-customer-login .field :-ms-input-placeholder {
  /* Edge/IE 10+ */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.customer-account-login .block.block-customer-login .field ::placeholder {
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.customer-account-login .block.block-customer-login .field select,
.customer-account-login .block.block-customer-login .field textarea {
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #101010 !important;
  font-family: "Inter" !important;
  box-shadow: none;
}
.customer-account-login .block.block-customer-login .field textarea {
  resize: none;
  height: 120px;
}
.customer-account-login .block.block-customer-login .field .control {
  width: 100%;
}
.customer-account-login .block.block-customer-login .actions-toolbar {
  display: flex;
  flex-wrap: wrap;
}
.customer-account-login .block.block-customer-login .actions-toolbar .primary {
  float: none;
  width: 100%;
}
.customer-account-login .block.block-customer-login .actions-toolbar .primary .action.primary {
  background-color: #ef7e25;
  color: #fff;
  padding: 10px 24px;
  border-radius: 176px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Inter" !important;
  border: 1px solid #ef7e25;
  width: auto;
  margin: 0 auto;
}
.customer-account-login .block.block-customer-login .actions-toolbar .secondary {
  width: 100%;
  margin-bottom: 16px;
}
.customer-account-login .block.block-customer-login .actions-toolbar .secondary a {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #101010;
  text-decoration: underline;
}
.customer-account-login .block.block-customer-login .actions-toolbar .secondary a:hover {
  text-decoration: none;
}
.customer-account-login .block.block-customer-login .content_lien_inscrir {
  margin: 32px 0 0 0;
  padding: 0;
}
.customer-account-login .block.block-customer-login .content_lien_inscrir .titre_inscrir {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #101010;
  margin: 0 0 4px 0;
}
.customer-account-login .block.block-customer-login .content_lien_inscrir a {
  color: #101010;
  text-decoration: none;
}
.customer-account-login .block.block-customer-login .content_lien_inscrir a span {
  padding: 16px 24px;
  border-radius: 176px;
  border: 1px solid #bdc4cd;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.customer-account-login .block.block-customer-login .content_lien_inscrir a span:hover {
  background-color: #ef7e25;
  color: #fff;
}
.customer-account-login .login-container .fieldset::after {
  margin-top: 15px;
}
/*page mot de passe oublie*/
.customer-account-forgotpassword .page-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #101010;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.customer-account-forgotpassword .form.password {
  margin: 0 auto;
}
.customer-account-forgotpassword .form.password .fieldset {
  padding: 0;
  margin: 0 0 20px 0;
}
.customer-account-forgotpassword .form.password .fieldset .field.note {
  margin: 0 0 32px 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8b96a5;
  text-align: center;
  border: 0;
  border-radius: 0;
}
.customer-account-forgotpassword .form.password .fieldset .field {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e1e3e6;
  border-radius: 8px;
  margin: 0 0 8px 0;
}
.customer-account-forgotpassword .form.password .fieldset .field.choice {
  border: 0;
}
.customer-account-forgotpassword .form.password .fieldset .field .label {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 2px;
  font-family: "Inter" !important;
}
.customer-account-forgotpassword .form.password .fieldset .field input {
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #101010 !important;
  font-family: "Inter" !important;
  box-shadow: none;
  background-color: transparent;
}
.customer-account-forgotpassword .form.password .fieldset .field input::placeholder {
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.customer-account-forgotpassword .form.password .fieldset .field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.customer-account-forgotpassword .form.password .fieldset .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.customer-account-forgotpassword .form.password .fieldset .field :-moz-placeholder {
  /* Firefox 18- */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.customer-account-forgotpassword .form.password .fieldset .field :-ms-input-placeholder {
  /* Edge/IE 10+ */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.customer-account-forgotpassword .form.password .fieldset .field ::placeholder {
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.customer-account-forgotpassword .form.password .fieldset .field select,
.customer-account-forgotpassword .form.password .fieldset .field textarea {
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #101010 !important;
  font-family: "Inter" !important;
  box-shadow: none;
}
.customer-account-forgotpassword .form.password .fieldset .field textarea {
  resize: none;
  height: 120px;
}
.customer-account-forgotpassword .form.password .fieldset .field .control {
  width: 100%;
}
.customer-account-forgotpassword .form.password .fieldset:after {
  margin-top: 15px;
  margin-bottom: 15px;
}
.customer-account-forgotpassword .actions-toolbar .primary {
  float: none;
  width: 100%;
}
.customer-account-forgotpassword .actions-toolbar .primary .action.primary {
  background-color: #ef7e25;
  color: #fff;
  padding: 10px 24px;
  border-radius: 176px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Inter" !important;
  border: 1px solid #ef7e25;
  width: auto;
  margin: 0 auto;
}
/*page list produit*/
.page-products .sidebar.sidebar-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding-right: 0;
}
.page-products .sidebar.sidebar-main .content_block_guide_achat {
  width: 100%;
  background: #ef7e25;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  margin: 0 0 10px 0;
}
.page-products .sidebar.sidebar-main .content_block_guide_achat p {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 10px 0;
  padding: 0 0 0 24px;
  position: relative;
}
.page-products .sidebar.sidebar-main .content_block_guide_achat p::before {
  content: "\e923";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Mtr-Theme" !important;
  color: #fff;
  font-size: 20px;
}
.page-products .sidebar.sidebar-main .content_block_guide_achat .category-description {
  margin-bottom: 0;
}
.page-products .sidebar.sidebar-main .content_block_guide_achat .category-description p {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  margin: 0 0 10px 0;
  padding: 0;
}
.page-products .sidebar.sidebar-main .content_block_guide_achat .category-description p::before {
  display: none;
}
.page-products .sidebar.sidebar-main .content_block_guide_achat .content_savoir_plus a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
.page-products .sidebar.sidebar-main .content_block_guide_achat .content_savoir_plus a:hover {
  text-decoration: none;
}
.page-products .sidebar.sidebar-main .block-content.filter-content {
  width: 100%;
}
.page-products .sidebar.sidebar-main .block-content.filter-content .block-subtitle.filter-subtitle {
  display: none;
}
.page-products .sidebar.sidebar-main .block-content.filter-content .filter-options-item {
  border-bottom: 0;
  border-top: 1px solid #dee2e7;
  padding-bottom: 0;
}
.page-products .sidebar.sidebar-main .filter-options-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  margin: 0;
  padding: 15px 0;
  font-family: "Inter" !important;
  text-transform: none;
}
.page-products .sidebar.sidebar-main .filter-options-title:after {
  color: #8b96a5;
}
.page-products .sidebar.sidebar-main .filter.block {
  margin-bottom: 0 !important;
}
.page-products .sidebar.sidebar-main .filter-content .item {
  padding: 10px 2px;
  margin: 0;
}
.page-products .sidebar.sidebar-main .filter-content .item a {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #101010;
}
.page-products .sidebar.sidebar-main .filter-content .item a:hover {
  background-color: transparent;
  color: #ef7e25;
}
.page-products .sidebar.sidebar-main .filter-content .item a:hover .count {
  color: #ef7e25;
}
.page-products .sidebar.sidebar-main .filter-content .item .count {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #101010;
}
.page-products .sidebar.sidebar-main .filter-options-content {
  padding: 0;
}
.page-products .sidebar.sidebar-main .swatch-option.text {
  display: flex;
  align-items: center;
}
.page-products .sidebar.sidebar-main .filter-current {
  display: none;
}
.page-products .sidebar.sidebar-main .filter-current .items {
  display: flex;
  flex-wrap: wrap;
}
.page-products .sidebar.sidebar-main .filter-current .items .item {
  display: inline-flex;
  align-items: center;
  padding: 6px;
  border-radius: 55px;
  border: 1px solid #bdc4cd;
  margin: 0 10px 10px 0;
}
.page-products .sidebar.sidebar-main .filter-current .items .item .filter-label,
.page-products .sidebar.sidebar-main .filter-current .items .item .filter-value {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #101010;
  margin-right: 8px;
}
.page-products .sidebar.sidebar-main .filter-current .items .item .action.remove {
  position: initial;
  margin-left: 8px;
  color: #ef7e25;
}
.page-products .sidebar.sidebar-main .filter-current .items .item .action.remove:before {
  color: #ef7e25;
  font-size: 13px;
}
.page-products .sidebar.sidebar-main .filter-actions {
  display: none;
}
.page-products .sidebar.sidebar-main .filter-actions a {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #101010;
  text-decoration: none;
}
.page-products .sidebar.sidebar-main .filter-actions a:hover {
  color: #ef7e25;
}
.page-products .sidebar.sidebar-main .product-filter-slider {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.page-products .sidebar.sidebar-main .product-filter-slider span {
  display: none;
}
.page-products .sidebar.sidebar-main .product-filter-slider .filter-price-amount {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #101010;
  margin-bottom: 5px;
  display: none;
}
.page-products .sidebar.sidebar-main .product-filter-slider .filter-price-amount span {
  display: inline-block;
}
.page-products .sidebar.sidebar-main .product-filter-slider #slider-range {
  margin: 0 0 14px 0;
}
.page-products .sidebar.sidebar-main .product-filter-slider #slider-range .noUi-connect {
  height: 4px;
  background: #8b96a5;
  box-shadow: 0 2px 5px -2px #8b96a5;
  border-radius: 1px;
}
.page-products .sidebar.sidebar-main .product-filter-slider #slider-range .noUi-connect:before {
  background: #bdc4cd;
  box-shadow: 0 2px 5px -2px #8b96a5;
}
.page-products .sidebar.sidebar-main .product-filter-slider #slider-range .noUi-handle {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(16, 0, 0, 0.102);
  border: 1px solid #bdc4cd;
}
.page-products .sidebar.sidebar-main .product-filter-slider #slider-range .noUi-base {
  left: 4%;
  right: 4%;
  max-width: 100%;
}
.page-products .sidebar.sidebar-main .product-filter-slider .filter-price-inputs span {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  margin-bottom: 5px;
}
.page-products .sidebar.sidebar-main .product-filter-slider .filter-price-inputs input {
  border: 1px solid #dee2e7;
  height: 40px;
  border-radius: 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #bdc4cd;
}
.page-products .sidebar.sidebar-main .product-filter-slider .filter-price-inputs input::placeholder {
  color: #bdc4cd;
  position: relative;
  z-index: 1;
}
.page-products .sidebar.sidebar-main .product-filter-slider .filter-price-inputs ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdc4cd;
  position: relative;
  z-index: 1;
}
.page-products .sidebar.sidebar-main .product-filter-slider .filter-price-inputs ::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdc4cd;
  position: relative;
  z-index: 1;
}
.page-products .sidebar.sidebar-main .product-filter-slider .filter-price-inputs :-moz-placeholder {
  /* Firefox 18- */
  color: #bdc4cd;
  position: relative;
  z-index: 1;
}
.page-products .sidebar.sidebar-main .product-filter-slider .filter-price-inputs :-ms-input-placeholder {
  /* Edge/IE 10+ */
  color: #bdc4cd;
  position: relative;
  z-index: 1;
}
.page-products .column.main .products.list.items {
  margin-top: 0;
}
.page-products .column.main .filter-current .items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.page-products .column.main .filter-current .items .item {
  display: inline-flex;
  align-items: center;
  padding: 6px;
  border-radius: 55px;
  border: 1px solid #bdc4cd;
  margin: 0 10px 10px 0;
}
.page-products .column.main .filter-current .items .item .filter-label,
.page-products .column.main .filter-current .items .item .filter-value {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #101010;
  margin-right: 8px;
}
.page-products .column.main .filter-current .items .item .action.remove {
  position: initial;
  margin-left: 8px;
  color: #ef7e25;
  margin-top: -3px;
}
.page-products .column.main .filter-current .items .item .action.remove:before {
  color: #ef7e25;
  font-size: 13px;
}
.page-products .sidebar.sidebar-additional .block.block-compare,
.page-products .sidebar.sidebar-additional .block.block-wishlist {
  display: none;
}
.page-products .sidebar.sidebar-additional .nav.item {
  border-bottom: 0;
  border-top: 1px solid #dee2e7;
  padding-bottom: 0;
}
.page-products .sidebar.sidebar-additional .nav.item a,
.page-products .sidebar.sidebar-additional .nav.item strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  margin: 0;
  padding: 15px 0;
  font-family: "Inter" !important;
  text-transform: none;
  display: block;
  text-decoration: none;
}
.page-products .sidebar.sidebar-additional .block.block-reorder {
  display: none;
}
.page-products .products-list .product-item {
  box-shadow: 0px 4px 10px 0px rgba(97, 97, 97, 0.2);
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  margin: 0 0 10px 0;
}
.page-products .products-list .product-item .product-item-name a {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #101010;
  margin-bottom: 8px;
  padding-right: 40px;
  display: block;
}
.page-products .products-list .product-item .product-item-name a:hover {
  text-decoration: none;
}
.page-products .products-list .product-item .product-item-photo {
  padding-bottom: 0;
}
.page-products .products-list .product-item .product-item-photo .product-image-photo {
  border: 1px solid rgba(97, 97, 97, 0.2);
}
.page-products .products-list .product-reviews-summary {
  display: none;
}
.page-products .products-list .action.tocompare {
  display: none;
}
.page-products .products-list .action.more {
  display: none;
}
.page-products .products-list .price-box {
  display: flex;
  margin: 0 0 8px 0;
}
.page-products .products-list .price-box .price-label {
  display: none;
}
.page-products .products-list .price-box .price {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #101010;
  margin-right: 10px;
}
.page-products .products-list .price-box .price .ht-custom {
  font-size: 12px;
}
.page-products .products-list .price-box .old-price .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #8b96a5;
  margin-right: 10px;
  text-decoration: line-through;
}
.page-products .products-list .price-box .old-price .price .ht-custom {
  font-size: 12px;
}
.page-products .products-list .action.primary {
  width: auto;
  background-color: #101010;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  padding: 8px 24px;
  border-radius: 176px;
  border: 1px solid #101010;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.page-products .products-list .action.primary span {
  position: relative;
  padding-right: 15px;
}
.page-products .products-list .action.primary span:before {
  font-family: "Mtr-Theme" !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 14px !important;
  overflow: inherit !important;
  content: "\e915" !important;
  position: absolute;
  right: -5px;
  top: 20%;
}
.page-products .products-list .product-item-details {
  position: relative;
  padding-right: 40px;
}
.page-products .products-list .product-item-details .towishlist {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #dee2e7;
  border-radius: 6px;
}
.page-products .products-list .product-item-details .towishlist:before {
  content: "\e914";
  font-family: "Mtr-Theme" !important;
  color: #101010;
}
.page-products .products-list .product-item-details .swatch-attribute.size,
.page-products .products-list .product-item-details .swatch-attribute.color {
  display: none;
}
.page-products .products-list .product-item-description {
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #8b96a5;
  margin: 0 0 8px 0;
}
.page-products .products-list .price-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
  padding: 0;
}
.page-products .products-list .price-wrapper .promo {
  background-color: #fa3434;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-right: 8px;
  color: #fff;
  border-radius: 40px;
}
.page-products .products-list .price-wrapper .price-box {
  margin: 0;
  flex-wrap: wrap-reverse;
  justify-content: start;
}
.page-products .products-list .price-wrapper .price-wrapper {
  margin: 0;
  padding: 0;
}
.page-products .products-list .label-wrapper {
  display: flex;
  align-items: center;
  padding: 0 0 8px 0;
  margin: 4px 0 8px 0;
}
.page-products .products-list .label-wrapper .fins-de-stock span,
.page-products .products-list .label-wrapper .meilleures-ventes span,
.page-products .products-list .label-wrapper .not-available span {
  padding: 8px 8px 8px 24px;
  border-radius: 60px;
  border: 1px solid #dee2e7;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  color: #101010;
  margin: 0 8px 0 0;
  position: relative;
}
.page-products .products-list .label-wrapper .fins-de-stock span:before,
.page-products .products-list .label-wrapper .meilleures-ventes span:before,
.page-products .products-list .label-wrapper .not-available span:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: #fa3434;
  border-radius: 50%;
  left: 8px;
  top: 35%;
}
.page-products .products-list .label-wrapper .not-available span:before {
  background-color: #00b517;
}
.page-products .products-grid .price-wrapper {
  clear: both;
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
  padding: 0;
}
.page-products .products-grid .price-wrapper .price-wrapper {
  margin: 0;
}
.page-products .products-grid .price-wrapper .promo {
  background-color: #fa3434;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-right: 5px;
  color: #fff;
  border-radius: 40px;
}
.page-products .products-grid .product-item {
  width: 33.333% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 880px) {
  .page-products .products-grid .product-item {
    width: 50% !important;
  }
}
@media (max-width: 480px) {
  .page-products .products-grid .product-item {
    width: 100% !important;
  }
}
.page-products .products-grid .product-item .product-item-info {
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.2);
  padding: 24px 16px;
  border-radius: 12px;
  margin: 0;
}
.page-products .products-grid .product-item .product-item-info:hover {
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.2);
  padding: 24px 16px;
  border-radius: 12px;
  border: 0;
  margin: 0;
}
.page-products .products-grid .product-item .product-item-info:hover .product-item-inner {
  display: block;
  height: auto;
  overflow: visible;
  width: 100%;
  position: inherit;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.page-products .products-grid .product-item .product-item-info .product-item-details {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .product-item-inner {
  display: block;
  height: auto;
  overflow: visible;
  width: 100%;
  position: initial;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.page-products .products-grid .product-item .product-item-info .product-image-container {
  width: 100% !important;
}
.page-products .products-grid .product-item .product-item-info .product-item-photo {
  width: 30%;
  float: left;
  margin-right: 12px;
}
.page-products .products-grid .product-item .product-item-info .product-item-photo .product-image-photo {
  border: 1px solid #eff2f4;
}
.page-products .products-grid .product-item .product-item-info [class^="swatch-opt-"],
.page-products .products-grid .product-item .product-item-info .price-box {
  clear: both;
}
.page-products .products-grid .product-item .product-item-info .swatch-attribute.size,
.page-products .products-grid .product-item .product-item-info .swatch-attribute.color,
.page-products .products-grid .product-item .product-item-info .product-reviews-summary.short {
  display: none;
}
.page-products .products-grid .product-item .product-item-info .price-box {
  padding-top: 8px;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  justify-content: start;
}
.page-products .products-grid .product-item .product-item-info .price-box .price {
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  margin-right: 5px;
}
.page-products .products-grid .product-item .product-item-info .price-box .price .ht-custom {
  font-size: 12px;
}
.page-products .products-grid .product-item .product-item-info .price-box .price-label {
  display: none;
}
.page-products .products-grid .product-item .product-item-info .price-box .old-price {
  padding: 0;
  margin: 0;
}
.page-products .products-grid .product-item .product-item-info .price-box .old-price .price {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-decoration: line-through;
  margin-right: 5px;
}
.page-products .products-grid .product-item .product-item-info .price-box .old-price .price .ht-custom {
  font-size: 12px;
}
.page-products .products-grid .product-item .product-item-info .product-item-name a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  padding-right: 40px;
  display: block;
}
.page-products .products-grid .product-item .product-item-info .product-item-name a:hover {
  text-decoration: none;
}
.page-products .products-grid .product-item .product-item-info .swatch-attribute.size .swatch-option {
  display: flex;
  align-items: center;
}
.page-products .products-grid .product-item .product-item-info .tocompare {
  display: none;
}
.page-products .products-grid .product-item .product-item-info .action.towishlist {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #dee2e7;
  border-radius: 6px;
}
.page-products .products-grid .product-item .product-item-info .action.towishlist:before {
  content: "\e914";
  font-family: "Mtr-Theme" !important;
  color: #101010;
}
.page-products .products-grid .product-item .product-item-info .action.towishlist:hover::before {
  color: #ef7e25;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions {
  margin: 0;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions .actions-primary {
  width: 100%;
  display: block;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions .actions-primary .action.primary {
  width: 100%;
  background-color: #101010;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  padding: 8px;
  border-radius: 176px;
  border: 1px solid #101010;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 480px) {
  .page-products .products-grid .product-item .product-item-info .product-item-actions .actions-primary .action.primary {
    position: inherit;
  }
}
.page-products .products-grid .product-item .product-item-info .product-item-actions .actions-primary .action.primary span {
  position: relative;
  padding-right: 15px;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions .actions-primary .action.primary span:before {
  font-family: "Mtr-Theme" !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 14px !important;
  overflow: inherit !important;
  content: "\e915" !important;
  position: absolute;
  right: -5px;
  top: 20%;
}
.page-products .products-grid .product-item .product-item-info .reviews-actions .action.view {
  color: #101010;
  text-decoration: none;
}
.page-products .products-grid .product-item .product-item-info .reviews-actions .action.view:hover {
  color: #ef7e25;
}
.page-products .products-grid .label-wrapper {
  display: flex;
  align-items: center;
  padding: 0 0 8px 0;
  margin: 4px 0 8px 0;
  flex-wrap: wrap;
}
.page-products .products-grid .label-wrapper .fins-de-stock span,
.page-products .products-grid .label-wrapper .meilleures-ventes span,
.page-products .products-grid .label-wrapper .not-available span {
  padding: 8px 8px 8px 24px;
  border-radius: 60px;
  border: 1px solid #dee2e7;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  color: #101010;
  margin: 0 8px 8px 0;
  position: relative;
  display: block;
}
.page-products .products-grid .label-wrapper .fins-de-stock span:before,
.page-products .products-grid .label-wrapper .meilleures-ventes span:before,
.page-products .products-grid .label-wrapper .not-available span:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: #fa3434;
  border-radius: 50%;
  left: 8px;
  top: 35%;
}
.page-products .products-grid .label-wrapper .not-available span:before {
  background-color: #00b517;
}
.content_titre_desc_guide_achat {
  padding: 20px 0;
  color: #fff;
  background-color: #ef7e25;
  margin: 0 0 24px 0;
}
.content_titre_desc_guide_achat h2,
.content_titre_desc_guide_achat h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  position: relative;
  padding: 5px 0 5px 40px;
  margin-top: 0;
  margin-bottom: 0;
}
.content_titre_desc_guide_achat h2:before,
.content_titre_desc_guide_achat h1:before {
  content: "\e923";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
  font-family: "Mtr-Theme" !important;
  color: #fff;
  font-size: 30px;
}
.catalog-category-view .toolbar-products {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  margin-bottom: 10px;
}
.catalog-category-view .toolbar-products .modes {
  float: right;
  margin-right: 0;
}
.catalog-category-view .toolbar-products .modes .modes-mode {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #dee2e7;
  border-radius: 6px 0 0 6px;
}
.catalog-category-view .toolbar-products .modes .modes-mode:before {
  color: #101010;
}
.catalog-category-view .toolbar-products .modes .modes-mode.active {
  background-color: #eff2f4;
  box-shadow: none;
}
.catalog-category-view .toolbar-products .modes .modes-mode:last-child {
  border-radius: 0 6px 6px 0;
}
.catalog-category-view .toolbar-products .toolbar-sorter.sorter {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .catalog-category-view .toolbar-products .toolbar-sorter.sorter {
    margin-right: 0;
  }
}
.catalog-category-view .toolbar-products .toolbar-sorter.sorter select {
  background-color: #eff2f4;
  box-shadow: none;
  border-radius: 6px;
  outline: none !important;
}
.catalog-category-view .toolbar-products .control select {
  background-color: #eff2f4;
  box-shadow: none;
  border-radius: 6px;
  outline: none !important;
}
.catalog-category-view .toolbar-products .pages {
  float: right !important;
}
.catalog-category-view .toolbar-products .field.limiter {
  float: left !important;
}
.minicart-wrapper .block-minicart {
  z-index: 100001;
}
/*page mon panier*/
@media (max-width: 856px) {
  .checkout-cart-index .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container {
    flex-direction: column-reverse;
  }
}
.checkout-cart-index .form.form-cart {
  padding-right: 2%;
}
@media (max-width: 856px) {
  .checkout-cart-index .form.form-cart {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 20px;
  }
}
.checkout-cart-index .cart.table-wrapper {
  border: 1px solid #dee2e7;
  padding: 24px;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart.table-wrapper .actions-toolbar {
    position: inherit;
  }
}
.checkout-cart-index .cart.table-wrapper h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 8px 0;
  padding: 0;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table thead tr th.col {
  text-align: left;
  padding-bottom: 8px;
  padding-top: 0;
  border-bottom: 1px solid #dee2e7;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table thead tr th.col.item {
  padding-left: 0;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table thead tr th.col span {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #50555c;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody {
  border: 0 !important;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info {
    border-bottom: 1px solid #dee2e7;
  }
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td {
  border-bottom: 1px solid #dee2e7;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td {
    display: block;
    border-bottom: 0;
  }
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.qty {
  padding-top: 20px;
  padding-bottom: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.qty::before {
    display: none;
  }
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.qty .label {
  width: auto;
  position: inherit;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  overflow: inherit;
  display: block;
  height: auto;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.qty .qty-field-wrapper {
  display: flex;
  height: 40px;
  align-items: center;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.qty .qty-field-wrapper span {
  height: 40px;
  width: 56px;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.qty .qty-field-wrapper span button {
  height: 40px;
  width: 56px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  font-size: 24px;
  color: #50555c;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.qty .qty-field-wrapper span button.decreaseQty {
  border-radius: 8px 0 0 8px;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.qty .qty-field-wrapper span button.increaseQty {
  border-radius: 0 8px 8px 0;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.qty .qty-field-wrapper input {
  height: 40px;
  margin-top: 0;
  width: 62px;
  border: 1px solid #eeeeee;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #101010;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.subtotal {
  text-align: left;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.subtotal {
    float: right;
    text-align: right;
  }
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.subtotal:before {
    content: "";
  }
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.subtotal .price-excluding-tax {
  color: #101010;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.subtotal .price-excluding-tax {
    font-size: 15px;
    padding-top: 10px;
  }
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.item {
  padding-bottom: 0;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.item .product-item-photo {
  padding-right: 8px;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.item .product-item-photo .product-image-container {
  max-width: 56px;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.item .product-item-photo .product-image-container img.product-image-photo {
  max-width: 56px;
  width: auto;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.item .product-item-details {
  padding-bottom: 20px;
  max-width: 300px;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.item .product-item-details b {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #50555c;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.item .product-item-details .product-item-name {
  margin: 0 0 5px 0;
  padding: 0;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table tbody .item-info td.col.item .product-item-details .product-item-name a {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #101010;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table .col.price {
  display: none;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table .action.action-edit,
.checkout-cart-index .cart.table-wrapper #shopping-cart-table .action-towishlist {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .action-delete {
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 6px;
  border: 1px solid #eff2f4;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  text-align: center;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart.table-wrapper .action-delete {
    top: 10px;
  }
}
.checkout-cart-index .cart.table-wrapper .action-delete:hover {
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 6px;
  border: 1px solid #eff2f4;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper .action-delete:hover:before {
  content: "\e91f";
  font-family: "Mtr-Theme" !important;
  color: #fa3434;
}
.checkout-cart-index .cart.table-wrapper .action-delete:before {
  content: "\e91f";
  font-family: "Mtr-Theme" !important;
  color: #fa3434;
}
.checkout-cart-index .cart.main.actions {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart.main.actions {
    flex-direction: inherit;
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 360px) {
  .checkout-cart-index .cart.main.actions {
    justify-content: center;
  }
}
.checkout-cart-index .cart.main.actions .action.continu {
  text-decoration: none;
}
@media (max-width: 360px) {
  .checkout-cart-index .cart.main.actions .action.continu {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}
.checkout-cart-index .cart.main.actions .action.continu:hover span {
  background-color: #ef7e25;
  border: 1px solid #ef7e25;
}
.checkout-cart-index .cart.main.actions .action.continu span {
  padding: 8px 16px 8px 30px;
  border-radius: 176px;
  background-color: #101010;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  position: relative;
  display: block;
  border: 1px solid #101010;
}
.checkout-cart-index .cart.main.actions .action.continu span:before {
  content: "\e90d" !important;
  color: #fff;
  font-family: "Mtr-Theme";
  position: absolute;
  left: 14px;
  top: 9px;
}
.checkout-cart-index .cart.main.actions .action.clear {
  text-decoration: none;
  margin: 0;
}
@media (max-width: 360px) {
  .checkout-cart-index .cart.main.actions .action.clear {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.checkout-cart-index .cart.main.actions .action.clear span {
  padding: 8px 24px;
  border-radius: 176px;
  border: 1px solid #bdc4cd;
  background-color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #101010;
  display: block;
}
.checkout-cart-index .cart.main.actions .action.clear:hover span {
  background-color: #ef7e25;
  color: #fff;
  border: 1px solid #ef7e25;
}
.checkout-cart-index .page-title-wrapper {
  display: none;
}
.checkout-cart-index .cart-summary {
  background-color: transparent;
  border: 1px solid #dee2e7;
  padding: 16px;
}
@media (max-width: 856px) {
  .checkout-cart-index .cart-summary {
    width: 100%;
    float: none;
    clear: both;
    position: initial !important;
  }
}
.checkout-cart-index .cart-summary .summary.title {
  display: none;
}
.checkout-cart-index .cart-summary .fieldset.coupon {
  border: 1px solid #dee2e7;
  padding: 16px;
  position: relative;
  margin-bottom: 0;
}
.checkout-cart-index .cart-summary .fieldset.coupon .field .label {
  margin: 0;
}
.checkout-cart-index .cart-summary .fieldset.coupon .field .label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #505050;
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
}
.checkout-cart-index .cart-summary .fieldset.coupon .field .control input {
  width: 143px;
  height: 40px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #8b96a5;
  box-shadow: none;
  border: 1px solid #dee2e7;
}
.checkout-cart-index .cart-summary .fieldset.coupon .field .control input::placeholder {
  color: #8b96a5;
  position: relative;
  z-index: 1;
}
.checkout-cart-index .cart-summary .fieldset.coupon .field .control ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8b96a5;
  position: relative;
  z-index: 1;
}
.checkout-cart-index .cart-summary .fieldset.coupon .field .control ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8b96a5;
  position: relative;
  z-index: 1;
}
.checkout-cart-index .cart-summary .fieldset.coupon .field .control :-moz-placeholder {
  /* Firefox 18- */
  color: #8b96a5;
  position: relative;
  z-index: 1;
}
.checkout-cart-index .cart-summary .fieldset.coupon .field .control :-ms-input-placeholder {
  /* Edge/IE 10+ */
  color: #8b96a5;
  position: relative;
  z-index: 1;
}
.checkout-cart-index .cart-summary .fieldset.coupon .actions-toolbar .primary button {
  position: absolute;
  right: 0;
  bottom: 27px;
  height: 40px;
  color: #fff;
  padding: 8px;
  background-color: #101010;
  border: 1px solid #000000;
  box-shadow: none !important;
  border-radius: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.checkout-cart-index .cart-summary .fieldset.coupon .actions-toolbar .primary button:hover {
  background-color: #ef7e25;
  color: #fff;
}
@media (max-width: 856px) {
  .checkout-cart-index .cart-summary .fieldset.coupon .actions-toolbar .primary button {
    right: inherit;
    left: 159px;
    bottom: inherit;
    top: 45px;
  }
}
.checkout-cart-index .cart-summary #block-shipping .title {
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #505050;
}
.checkout-cart-index .cart-summary #block-shipping .title strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.checkout-cart-index .cart-summary #block-shipping .title::after {
  top: 0;
}
.checkout-cart-index .cart-summary #block-shipping form .fieldset {
  margin-bottom: 0 !important;
}
.checkout-cart-index .cart-summary #block-shipping #block-summary {
  padding-bottom: 0;
}
.checkout-cart-index .cart-summary #cart-totals {
  border: 0;
}
.checkout-cart-index .cart-summary #cart-totals .totals.sub {
  color: #8b96a5;
}
.checkout-cart-index .cart-summary #cart-totals .totals.sub .mark {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.checkout-cart-index .cart-summary #cart-totals .totals.sub .amount {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.checkout-cart-index .cart-summary #cart-totals .mark {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #8b96a5;
}
.checkout-cart-index .cart-summary #cart-totals .amount {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #8b96a5;
}
.checkout-cart-index .cart-summary #cart-totals .grand.totals .mark,
.checkout-cart-index .cart-summary #cart-totals .grand.totals .amount {
  border-top: 1px solid #e4e4e4;
  color: #101010;
  padding: 0;
  vertical-align: middle;
}
.checkout-cart-index .cart-summary #cart-totals .grand.totals .mark strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding-top: 5px;
}
.checkout-cart-index .cart-summary #cart-totals .grand.totals .amount strong {
  color: #101010;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  padding-top: 5px;
}
.checkout-cart-index .cart-summary .checkout-methods-items {
  margin-top: 15px;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
  padding: 16px 24px;
  border-radius: 176px;
  background: #101010;
  box-shadow: none;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background: #ef7e25;
}
.checkout-cart-index .block.crosssell {
  display: none;
}
/*page account*/
@media (max-width: 768px) {
  .account .pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.account .content_block_guide_achat,
.account .sidebar-additional {
  display: none;
}
.account .page-main {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .account .block-collapsible-nav {
    top: 0;
  }
}
.account .block-collapsible-nav-content.content {
  background-color: transparent;
  border: 1px solid #dee2e7;
  border-radius: 8px;
  padding: 0;
}
.account .block-collapsible-nav-content.content ul li {
  position: relative;
  padding-left: 0;
}
.account .block-collapsible-nav-content.content ul li:first-child {
  border-radius: 8px 8px 0 0;
}
@media (max-width: 768px) {
  .account .block-collapsible-nav-content.content ul li:first-child {
    border-radius: 0;
  }
}
.account .block-collapsible-nav-content.content ul li:last-child {
  border-radius: 0 0 8px 8px;
}
@media (max-width: 768px) {
  .account .block-collapsible-nav-content.content ul li:last-child {
    border-radius: 0;
  }
}
.account .block-collapsible-nav-content.content ul li.item {
  background-color: #101010;
  margin: 0;
  border-bottom: 1px solid #dee2e7;
  color: #fff;
}
.account .block-collapsible-nav-content.content ul li.item span.delimiter {
  display: none;
}
.account .block-collapsible-nav-content.content ul li.item a {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  padding: 16px 56px 16px 38px;
}
.account .block-collapsible-nav-content.content ul li.item a:hover {
  background: #ef7e25;
}
.account .block-collapsible-nav-content.content ul li.item a strong {
  padding: 0;
}
.account .block-collapsible-nav-content.content ul li.item strong {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  padding: 16px 56px 16px 38px;
}
.account .block-collapsible-nav-content.content ul li.item.current {
  background-color: #ef7e25;
}
.account .block-collapsible-nav-content.content ul li.item.current strong,
.account .block-collapsible-nav-content.content ul li.item.current a {
  border: 0;
}
.account .block-collapsible-nav-content.content ul li:after {
  content: "\e90a";
  color: #fff;
  position: absolute;
  font-family: "Mtr-Theme" !important;
  right: 16px;
  top: 30%;
}
.account .block-collapsible-nav-content.content ul li:nth-child(1):before {
  content: "\e916";
  color: #fff;
  position: absolute;
  font-family: "Mtr-Theme" !important;
  left: 16px;
  top: 30%;
  font-size: 14px;
  font-weight: 900;
}
.account .block-collapsible-nav-content.content ul li:nth-child(2):before {
  content: "\e915";
  color: #fff;
  position: absolute;
  font-family: "Mtr-Theme" !important;
  left: 16px;
  top: 30%;
  font-size: 14px;
}
.account .block-collapsible-nav-content.content ul li:nth-child(3):before {
  content: "\e914";
  color: #fff;
  position: absolute;
  font-family: "Mtr-Theme" !important;
  left: 16px;
  top: 30%;
  font-size: 14px;
}
.account .block-collapsible-nav-content.content ul li:nth-child(5),
.account .block-collapsible-nav-content.content ul li:nth-child(4) {
  display: none;
}
.account .block-collapsible-nav-content.content ul li:nth-child(6):before {
  content: "\e921";
  color: #fff;
  position: absolute;
  font-family: "Mtr-Theme" !important;
  left: 16px;
  top: 30%;
  font-size: 14px;
}
.account .block-collapsible-nav-content.content ul li:nth-child(7):before {
  content: "\e91d";
  color: #fff;
  position: absolute;
  font-family: "Mtr-Theme" !important;
  left: 16px;
  top: 30%;
  font-size: 14px;
}
.account .block-collapsible-nav-content.content ul li:nth-child(8):before {
  content: "\e922";
  color: #fff;
  position: absolute;
  font-family: "Mtr-Theme" !important;
  left: 16px;
  top: 30%;
  font-size: 14px;
}
.account .block-collapsible-nav-content.content ul li:nth-child(8):after {
  display: none;
}
.account .table-wrapper {
  border: 1px solid #dee2e7;
  padding: 24px;
}
.account .table-wrapper.orders-recent {
  margin-top: 0;
}
.account .table-wrapper thead tr th {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #50555c;
}
.account .table-wrapper thead tr th.col.id {
  padding-left: 0;
}
.account .table-wrapper tbody td {
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  border-top: 1px solid #bdc4cd;
  /*width: 14.28%;*/
  vertical-align: middle;
}
.account .table-wrapper tbody td.col.id {
  padding-left: 0;
}
.account .table-wrapper tbody td.col.facture {
  text-align: center;
}
.account .table-wrapper tbody td a {
  color: #101010;
  text-decoration: none;
}
.account .table-wrapper tbody td a:hover {
  color: #ef7e25;
}
.account .table-wrapper tbody td .price-excluding-tax {
  color: #101010 !important;
  font-family: Inter !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  letter-spacing: 0px !important;
}
.account .table-wrapper tbody td .product-item-name {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  letter-spacing: 0px !important;
  margin-bottom: 0 !important;
}
.account .table-wrapper tbody tr:last-child td {
  border-bottom: 1px solid #bdc4cd;
}
.account .table-wrapper tbody tr:nth-child(odd) {
  background-color: #fff;
}
.account .table-wrapper tbody tr:nth-child(even) {
  background: linear-gradient(0deg, #f7fafc, #f7fafc), linear-gradient(0deg, #bdc4cd, #bdc4cd);
}
.account .page-title {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  margin: 0 0 16px 0;
  padding: 0;
}
.account .column.main .block {
  border: 1px solid #dee2e7;
  background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(0deg, #dee2e7, #dee2e7);
  padding: 24px;
  margin-bottom: 12px;
}
.account .column.main .block .block-title {
  border-bottom: 0 !important;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  margin-bottom: 16px !important;
  padding-bottom: 0 !important;
}
.account .column.main .block .block-title a {
  color: #101010;
  text-decoration: underline;
}
.account .column.main .block .block-title a:hover {
  color: #ef7e25;
}
.account .column.main .block .block-title strong {
  font-family: Inter;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.account .column.main .block .block-content .box {
  border: 1px solid #c2d1d9;
  padding: 16px;
  min-height: 150px;
}
@media (max-width: 480px) {
  .account .column.main .block .block-content .box {
    width: 100%;
  }
}
.account .column.main .block .block-content .box a {
  color: #101010;
  text-decoration: underline;
}
.account .column.main .block .block-content .box a:hover {
  color: #ef7e25;
}
.account .actions .action.order,
.account .actions .action.print {
  color: #101010;
  text-decoration: underline;
}
.account .actions .action.order:hover,
.account .actions .action.print:hover {
  color: #ef7e25;
  text-decoration: none;
}
.account .block.block-order-details-view .block-content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .account .column.main {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .wishlist-toolbar {
    text-align: left;
  }
}
#my-orders-table tfoot th,
#my-orders-table tfoot td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
/*page edit information compte*/
.form-edit-account .fieldset.info,
.form-address-edit .fieldset.info,
.form-edit-account .fieldset.password,
.form-address-edit .fieldset.password {
  margin-bottom: 0;
  padding: 24px;
  border: 1px solid #dee2e7;
}
.form-edit-account .fieldset.info .legend,
.form-address-edit .fieldset.info .legend,
.form-edit-account .fieldset.password .legend,
.form-address-edit .fieldset.password .legend {
  border-bottom: 1px solid #dee2e7;
  margin-bottom: 10px;
}
.form-edit-account .fieldset.info .legend span,
.form-address-edit .fieldset.info .legend span,
.form-edit-account .fieldset.password .legend span,
.form-address-edit .fieldset.password .legend span {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.form-edit-account .field,
.form-address-edit .field {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e1e3e6;
  border-radius: 8px;
  margin: 0 0 8px 0;
}
.form-edit-account .field.choice,
.form-address-edit .field.choice {
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.form-edit-account .field.choice .label span,
.form-address-edit .field.choice .label span {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  display: inline-block;
  margin: 6px 0 0 0;
  padding: 0;
}
.form-edit-account .field .label,
.form-address-edit .field .label {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 2px;
  font-family: "Inter" !important;
}
.form-edit-account .field input,
.form-address-edit .field input {
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #101010 !important;
  font-family: "Inter" !important;
  box-shadow: none;
}
.form-edit-account .field select,
.form-address-edit .field select,
.form-edit-account .field textarea,
.form-address-edit .field textarea {
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #101010 !important;
  font-family: "Inter" !important;
  box-shadow: none;
}
.form-edit-account .field textarea,
.form-address-edit .field textarea {
  resize: none;
  height: 120px;
}
.form-edit-account .field input::placeholder,
.form-address-edit .field input::placeholder {
  color: #101010 !important;
  position: relative;
  z-index: 1 !important;
}
.form-edit-account .field ::-webkit-input-placeholder,
.form-address-edit .field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #101010 !important;
  position: relative;
  z-index: 1 !important;
}
.form-edit-account .field ::-moz-placeholder,
.form-address-edit .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #101010 !important;
  position: relative;
  z-index: 1 !important;
}
.form-edit-account .field :-moz-placeholder,
.form-address-edit .field :-moz-placeholder {
  /* Firefox 18- */
  color: #101010 !important;
  position: relative;
  z-index: 1 !important;
}
.form-edit-account .field :-ms-input-placeholder,
.form-address-edit .field :-ms-input-placeholder {
  /* Edge/IE 10+ */
  color: #101010 !important;
  position: relative;
  z-index: 1 !important;
}
.form-edit-account .actions-toolbar,
.form-address-edit .actions-toolbar {
  display: flex;
  align-items: center;
}
.form-edit-account .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .action.primary {
  background-color: #101010;
  color: #fff;
  padding: 10px 24px;
  border-radius: 176px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Inter" !important;
  border: 1px solid #101010;
}
.form-edit-account .actions-toolbar .action.primary:hover,
.form-address-edit .actions-toolbar .action.primary:hover {
  background-color: #ef7e25;
  border: 1px solid #ef7e25;
}
.form-address-edit .fieldset {
  margin-bottom: 0;
  padding: 24px;
  border: 1px solid #dee2e7;
}
.form-address-edit .fieldset .legend {
  border-bottom: 1px solid #dee2e7;
  margin-bottom: 10px;
}
.form-address-edit .fieldset .legend span {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.form-address-edit .fieldset .field.street .control .field.primary {
  display: none;
}
/*page favoris*/
.products-grid.wishlist {
  border: 1px solid #dee2e7;
  padding: 24px;
}
.products-grid.wishlist .price-wrapper {
  clear: both;
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
  padding: 0;
}
.products-grid.wishlist .price-wrapper .price-wrapper {
  margin: 0;
}
.products-grid.wishlist .price-wrapper .promo {
  background-color: #fa3434;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-right: 5px;
  color: #fff;
  border-radius: 40px;
}
.products-grid.wishlist .product-item {
  width: 33.333% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 1024px) {
  .products-grid.wishlist .product-item {
    width: 50% !important;
  }
}
@media (max-width: 640px) {
  .products-grid.wishlist .product-item {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .products-grid.wishlist .product-item {
    width: 100% !important;
  }
}
.products-grid.wishlist .product-item .product-item-info {
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.2);
  padding: 24px 16px;
  border-radius: 12px;
  margin: 0;
  position: relative;
}
.products-grid.wishlist .product-item .product-item-info:hover {
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.2);
  padding: 24px 16px;
  border-radius: 12px;
  border: 0;
  margin: 0;
}
.products-grid.wishlist .product-item .product-item-info:hover .product-item-inner {
  display: block;
  height: auto;
  overflow: visible;
  width: 100%;
  position: inherit;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.products-grid.wishlist .product-item .product-item-info .product-item-details {
  margin: 0;
  padding: 0;
  position: relative;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner {
  display: block;
  height: auto !important;
  overflow: visible;
  width: 100% !important;
  position: initial !important;
  box-shadow: none !important;
  border: 0;
  padding: 0;
  margin: 0;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .field.comment-box {
  display: none;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart {
  margin-bottom: 0 !important;
}
@media (max-width: 640px) {
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart {
    float: none;
  }
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart .field.qty {
  display: none;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart .fieldset {
  margin-bottom: 0 !important;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions {
  margin: 0 !important;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions:hover .btn-remove {
  margin: 0 !important;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.edit {
  display: none;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .btn-remove {
  position: absolute;
  right: 16px;
  top: 24px;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #f7fafc;
  box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .btn-remove:hover {
  right: 16px;
  margin-right: 0;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .btn-remove:before {
  content: "\e926";
  font-family: "Mtr-Theme" !important;
  color: #101010;
  font-size: 15px;
  overflow: inherit;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .fieldset .product-item-actions {
  display: block;
}
.products-grid.wishlist .product-item .product-item-info .product-image-container {
  width: 100% !important;
}
.products-grid.wishlist .product-item .product-item-info .product-item-photo {
  width: 30%;
  float: left;
  margin-right: 12px;
}
.products-grid.wishlist .product-item .product-item-info .product-item-photo .product-image-photo {
  border: 1px solid #eff2f4;
}
.products-grid.wishlist .product-item .product-item-info [class^="swatch-opt-"],
.products-grid.wishlist .product-item .product-item-info .price-box {
  clear: both;
}
.products-grid.wishlist .product-item .product-item-info .swatch-attribute.size,
.products-grid.wishlist .product-item .product-item-info .swatch-attribute.color,
.products-grid.wishlist .product-item .product-item-info .product-reviews-summary.short {
  display: none;
}
.products-grid.wishlist .product-item .product-item-info .price-box {
  padding-top: 8px;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 12px 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  justify-content: start;
}
.products-grid.wishlist .product-item .product-item-info .price-box .promo {
  background-color: #fa3434;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-right: 5px;
  color: #fff;
  border-radius: 40px;
}
.products-grid.wishlist .product-item .product-item-info .price-box .price {
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  margin-right: 5px;
}
.products-grid.wishlist .product-item .product-item-info .price-box .price-label {
  display: none;
}
.products-grid.wishlist .product-item .product-item-info .price-box .old-price {
  padding: 0;
  margin: 0;
}
.products-grid.wishlist .product-item .product-item-info .price-box .old-price .price {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-decoration: line-through;
  margin-right: 5px;
}
.products-grid.wishlist .product-item .product-item-info .price-box .special-price .price-configured_price {
  display: flex;
}
.products-grid.wishlist .product-item .product-item-info .product-item-name a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  padding-right: 40px;
  display: block;
}
.products-grid.wishlist .product-item .product-item-info .product-item-name a:hover {
  text-decoration: none;
}
.products-grid.wishlist .product-item .product-item-info .swatch-attribute.size .swatch-option {
  display: flex;
  align-items: center;
}
.products-grid.wishlist .product-item .product-item-info .tocompare {
  display: none;
}
.products-grid.wishlist .product-item .product-item-info .action.towishlist {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #dee2e7;
  border-radius: 6px;
}
.products-grid.wishlist .product-item .product-item-info .action.towishlist:before {
  content: "\e914";
  font-family: "Mtr-Theme" !important;
  color: #101010;
}
.products-grid.wishlist .product-item .product-item-info .action.towishlist:hover::before {
  color: #ef7e25;
}
.products-grid.wishlist .product-item .product-item-info .product-item-actions {
  margin: 0;
}
@media (max-width: 640px) {
  .products-grid.wishlist .product-item .product-item-info .product-item-actions {
    width: 100%;
  }
}
.products-grid.wishlist .product-item .product-item-info .product-item-actions .actions-primary {
  width: 100%;
  display: block;
}
.products-grid.wishlist .product-item .product-item-info .product-item-actions .actions-primary .action.primary {
  width: 88%;
  background-color: #101010;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  padding: 8px;
  border-radius: 176px;
  border: 1px solid #101010;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  position: absolute;
  bottom: 24px;
}
@media (max-width: 480px) {
  .products-grid.wishlist .product-item .product-item-info .product-item-actions .actions-primary .action.primary {
    position: inherit;
  }
}
.products-grid.wishlist .product-item .product-item-info .product-item-actions .actions-primary .action.primary span {
  position: relative;
  padding-right: 15px;
}
.products-grid.wishlist .product-item .product-item-info .product-item-actions .actions-primary .action.primary span:before {
  font-family: "Mtr-Theme" !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 14px !important;
  overflow: inherit !important;
  content: "\e915" !important;
  position: absolute;
  right: -5px;
  top: 20%;
}
.products-grid.wishlist .product-item .product-item-info .reviews-actions .action.view {
  color: #101010;
  text-decoration: none;
}
.products-grid.wishlist .product-item .product-item-info .reviews-actions .action.view:hover {
  color: #ef7e25;
}
.products-grid.wishlist .label-wrapper {
  display: flex;
  align-items: center;
  padding: 0 0 8px 0;
  margin: 4px 0 8px 0;
  flex-wrap: wrap;
}
.products-grid.wishlist .label-wrapper .fins-de-stock span,
.products-grid.wishlist .label-wrapper .meilleures-ventes span,
.products-grid.wishlist .label-wrapper .not-available span {
  padding: 8px 8px 8px 24px;
  border-radius: 60px;
  border: 1px solid #dee2e7;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  color: #101010;
  margin: 0 8px 8px 0;
  position: relative;
  display: block;
}
.products-grid.wishlist .label-wrapper .fins-de-stock span:before,
.products-grid.wishlist .label-wrapper .meilleures-ventes span:before,
.products-grid.wishlist .label-wrapper .not-available span:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: #fa3434;
  border-radius: 50%;
  left: 8px;
  top: 35%;
}
.products-grid.wishlist .label-wrapper .not-available span:before {
  background-color: #00b517;
}
.wishlist-index-index .actions-toolbar .action.update,
.wishlist-index-index .actions-toolbar .action.share,
.wishlist-index-index .actions-toolbar .action.tocart {
  display: none;
}
.wishlist-index-index .price-as-configured {
  width: auto;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.wishlist-index-index .price-as-configured .price-excluding-tax::before,
.wishlist-index-index .price-as-configured .weee[data-label]::before {
  content: '(' !important;
}
.wishlist-index-index .price-as-configured .price-excluding-tax::after,
.wishlist-index-index .price-as-configured .weee[data-label]::after {
  content: 'HTVA)' !important;
  margin: 0 10px 0 0;
}
.wishlist-index-index .price-as-configured .price-excluding-tax .price,
.wishlist-index-index .price-as-configured .price-including-tax .price {
  font-size: 14px !important;
  font-weight: bold;
}
/*page inscription*/
.customer-account-create .page-main .content_titre_inscription {
  margin: 0 0 32px 0;
  padding: 0;
  text-align: center;
}
.customer-account-create .page-main .content_titre_inscription h2 {
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #101010;
  margin: 0;
  padding: 0;
}
.customer-account-create .page-main .content_titre_inscription p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #8b96a5;
}
.customer-account-create .page-main .field.group_id {
  margin: 0 0 16px 0;
  padding: 0;
  border: 0;
}
.customer-account-create .page-main .field.group_id .control {
  display: flex;
  align-items: center;
}
.customer-account-create .page-main .field.group_id .control div {
  position: relative;
  margin-right: 16px;
  display: flex;
  align-items: center;
  padding-left: 28px;
}
.customer-account-create .page-main .field.group_id .control div label {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #505050;
  padding: 2px;
}
.customer-account-create .page-main .field.group_id .control div input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
}
.customer-account-create .page-main .field.group_id .control div input[type="radio"]:checked ~ :after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #101010;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.customer-account-create .page-main .field.group_id .control div input[type="radio"]:checked ~ :before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  border: 2px solid #101010;
  border-radius: 50%;
  top: 0;
}
.customer-account-create .page-main .field.group_id .control div:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  border: 1px solid #979797;
  border-radius: 50%;
  top: 0;
}
.customer-account-create .page-main .professionnel .form-create-account,
.customer-account-create .page-main .particulier .form-create-account {
  width: 100%;
}
.customer-account-create .page-main .professionnel .form-create-account .fieldset.create.info,
.customer-account-create .page-main .particulier .form-create-account .fieldset.create.info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.customer-account-create .page-main .professionnel .form-create-account .fieldset.create.info .field,
.customer-account-create .page-main .particulier .form-create-account .fieldset.create.info .field {
  width: 50%;
}
@media (max-width: 480px) {
  .customer-account-create .page-main .professionnel .form-create-account .fieldset.create.info .field,
  .customer-account-create .page-main .particulier .form-create-account .fieldset.create.info .field {
    width: 100%;
    margin-right: 0;
  }
}
.customer-account-create .page-main .professionnel .form-create-account .fieldset.create.info .field:nth-child(even),
.customer-account-create .page-main .particulier .form-create-account .fieldset.create.info .field:nth-child(even) {
  width: 48%;
  margin-right: 2%;
}
@media (max-width: 480px) {
  .customer-account-create .page-main .professionnel .form-create-account .fieldset.create.info .field:nth-child(even),
  .customer-account-create .page-main .particulier .form-create-account .fieldset.create.info .field:nth-child(even) {
    width: 100%;
    margin-right: 0;
  }
}
.customer-account-create .page-main .professionnel .form-create-account .fieldset.create.info .field:last-child,
.customer-account-create .page-main .particulier .form-create-account .fieldset.create.info .field:last-child {
  margin-bottom: 8px;
}
.customer-account-create .page-main .professionnel .form-create-account .fieldset.create.info .field.taxvat,
.customer-account-create .page-main .particulier .form-create-account .fieldset.create.info .field.taxvat {
  width: 100%;
  margin-right: 0;
}
.customer-account-create .page-main .legend {
  font-family: Inter !important;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 0;
  display: none;
}
.customer-account-create .page-main .legend span {
  font-family: Inter !important;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 28px;
}
.customer-account-create .page-main .field {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e1e3e6;
  border-radius: 8px;
  margin: 0 0 8px 0;
}
.customer-account-create .page-main .field a {
  color: #ef7e25;
  text-decoration: none;
}
.customer-account-create .page-main .field a:hover {
  color: #101010;
}
.customer-account-create .page-main .field .label {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 2px;
  font-family: "Inter" !important;
}
.customer-account-create .page-main .field input {
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #101010 !important;
  font-family: "Inter" !important;
  box-shadow: none;
}
.customer-account-create .page-main .field select,
.customer-account-create .page-main .field textarea {
  border: 0;
  padding: 0 14px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #101010 !important;
  font-family: "Inter" !important;
  box-shadow: none;
}
.customer-account-create .page-main .field input::placeholder {
  color: #101010;
  position: relative;
  z-index: 1;
}
.customer-account-create .page-main .field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #101010;
  position: relative;
  z-index: 1;
}
.customer-account-create .page-main .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #101010;
  position: relative;
  z-index: 1;
}
.customer-account-create .page-main .field :-moz-placeholder {
  /* Firefox 18- */
  color: #101010;
  position: relative;
  z-index: 1;
}
.customer-account-create .page-main .field :-ms-input-placeholder {
  /* Edge/IE 10+ */
  color: #101010;
  position: relative;
  z-index: 1;
}
.customer-account-create .page-main .field.choice {
  border: 0;
}
.customer-account-create .page-main .field.choice.newsletter {
  border: 1px solid #e1e3e6;
}
.customer-account-create .page-main .fieldset.create.account {
  margin-bottom: 0;
}
.customer-account-create .page-main .fieldset.create.account::after {
  margin-top: 0;
}
.customer-account-create .page-main .actions-toolbar .primary {
  display: flex;
  justify-content: center;
  align-items: center;
  float: none;
}
.customer-account-create .page-main .actions-toolbar .primary .action.primary {
  background-color: #ef7e25;
  color: #fff;
  padding: 10px 24px;
  border-radius: 176px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Inter" !important;
  border: 1px solid #ef7e25;
  max-width: 200px;
}
.customer-account-create .page-main .fieldset {
  margin-bottom: 0;
}
.customer-account-create .page-main .fieldset > .legend + br {
  display: none;
}
.customer-account-create .page-main .content_flex.deux-col {
  flex-wrap: wrap;
}
.customer-account-create .page-main .content_flex.deux-col .field {
  width: 48%;
  margin-right: 2%;
}
@media (max-width: 480px) {
  .customer-account-create .page-main .content_flex.deux-col .field {
    width: 100%;
    margin-right: 0;
  }
}
.customer-account-create .page-main .content_flex.deux-col .field:last-child {
  margin-right: 0;
  width: 50%;
}
@media (max-width: 480px) {
  .customer-account-create .page-main .content_flex.deux-col .field:last-child {
    width: 100%;
    margin-right: 0;
  }
}
.customer-account-create .page-main .content_flex.trois-col {
  flex-wrap: wrap;
}
.customer-account-create .page-main .content_flex.trois-col .field {
  width: 32.33%;
  margin-right: 1%;
}
@media (max-width: 390px) {
  .customer-account-create .page-main .content_flex.trois-col .field {
    width: 100%;
    margin-right: 0;
  }
}
.customer-account-create .page-main .content_flex.trois-col .field:last-child {
  margin-right: 0;
  width: 33.33%;
}
@media (max-width: 390px) {
  .customer-account-create .page-main .content_flex.trois-col .field:last-child {
    width: 100%;
    margin-right: 0;
  }
}
.customer-account-create .page-main .password-strength-meter {
  display: none;
}
/*page decoupe*/
.content_liste_selection_decoupe {
  list-style-type: none !important;
  display: flex;
  margin: 0 0 20px 0;
  padding: 0;
  padding-left: 0 !important;
}
@media (max-width: 640px) {
  .content_liste_selection_decoupe {
    flex-wrap: wrap;
  }
}
.content_liste_selection_decoupe li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  width: 33.333%;
}
@media (max-width: 640px) {
  .content_liste_selection_decoupe li {
    width: 100%;
    margin-top: 20px !important;
  }
}
.content_liste_selection_decoupe li .content_image_selection_decoupe {
  text-align: center;
  position: relative;
  margin: 0 0 16px 0;
}
.content_liste_selection_decoupe li .content_image_selection_decoupe:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../images/pointillet.png") repeat-x left top;
}
@media (max-width: 640px) {
  .content_liste_selection_decoupe li .content_image_selection_decoupe:after {
    transform: rotate(90deg);
    width: 38px;
    top: -10px;
    left: 47%;
  }
}
@media (max-width: 480px) {
  .content_liste_selection_decoupe li .content_image_selection_decoupe:after {
    left: 46%;
  }
}
@media (max-width: 390px) {
  .content_liste_selection_decoupe li .content_image_selection_decoupe:after {
    left: 45%;
  }
}
@media (max-width: 320px) {
  .content_liste_selection_decoupe li .content_image_selection_decoupe:after {
    left: 44%;
  }
}
.content_liste_selection_decoupe li .content_image_selection_decoupe img {
  position: relative;
  z-index: 2;
}
.content_liste_selection_decoupe li .content_titre_selection_decoupe {
  padding: 0 16px;
  font-family: Inter;
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0px;
  color: #101010;
  margin: 0 0 4px 0;
  text-align: center;
}
.content_liste_selection_decoupe li .desc_selection_decoupe {
  padding: 0 16px;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #8b96a5;
}
.content_liste_selection_decoupe li:first-child .content_image_selection_decoupe:before {
  content: "";
  width: 50%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
@media (max-width: 640px) {
  .content_liste_selection_decoupe li:first-child .content_image_selection_decoupe:after {
    display: none;
  }
}
.content_liste_selection_decoupe li:last-child .content_image_selection_decoupe:before {
  content: "";
  width: 50%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
.sous_titre.sous_titre_decoupe {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #8b96a5;
  margin-bottom: 40px;
}
.content_bloc_type_decoupe ul {
  list-style-type: none !important;
  display: flex;
  margin: 0 -16px;
  padding-left: 0 !important;
}
@media (max-width: 700px) {
  .content_bloc_type_decoupe ul {
    flex-wrap: wrap;
  }
}
.content_bloc_type_decoupe ul li {
  list-style-type: none !important;
  width: 50%;
  padding: 0 16px;
}
@media (max-width: 700px) {
  .content_bloc_type_decoupe ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.content_bloc_type_decoupe ul li .content_bloc_type_decoupe_inner {
  background-color: #101010;
  color: #fff;
  padding: 40px 130px;
}
@media (max-width: 1024px) {
  .content_bloc_type_decoupe ul li .content_bloc_type_decoupe_inner {
    padding: 40px;
  }
}
.content_bloc_type_decoupe ul li .content_bloc_type_decoupe_inner .titre_bloc_type_decoupe {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 0 8px 0;
  height: 44px;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content_bloc_type_decoupe ul li .content_bloc_type_decoupe_inner .desc_selection_decoupe {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 0 24px 0;
  height: 80px;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content_bloc_type_decoupe ul li .content_bloc_type_decoupe_inner .lien_selection_decoupe a {
  padding: 16px 32px;
  border-radius: 176px;
  background: #ef7e25;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.content_bloc_type_decoupe ul li .content_bloc_type_decoupe_inner .lien_selection_decoupe a:hover {
  background: #fff;
  color: #101010;
}
.content_bloc_type_decoupe ul li .content_bloc_type_decoupe_inner .lien_selection_decoupe a:hover:after {
  color: #101010;
}
.content_bloc_type_decoupe ul li .content_bloc_type_decoupe_inner .lien_selection_decoupe a:after {
  content: "\e90a";
  color: #fff;
  font-family: "Mtr-Theme" !important;
  right: 30px;
  top: 35%;
  position: absolute;
}
/*facture*/
.bouton-telecharger-facture {
  border: 0;
  background-color: transparent;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.bouton-telecharger-facture::before {
  content: "\e920";
  font-family: "Mtr-Theme" !important;
  color: #101010;
}
.bouton-telecharger-facture:hover {
  border: 0;
  background-color: transparent;
}
.bouton-telecharger-facture:hover::before {
  color: #ef7e25;
}
.order-details-items.invoice a {
  color: #101010;
  text-decoration: underline;
}
.order-details-items.invoice a:hover {
  text-decoration: none;
}
/*page decoupe simple*/
.content_etape_decoupe .titre_etape_decoupe {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #ef7e25;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
}
.content_etape_decoupe .content_choix_etape_decoupe {
  font-family: Inter;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  border-bottom: 1px solid #bdc4cd;
  padding: 0 0 8px 0;
  margin: 0 0 40px 0 !important;
}
.content_etape_decoupe .content_list_decoupe_simple ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 20px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content_etape_decoupe .content_list_decoupe_simple ul li {
  list-style-type: none !important;
  margin: 0 0 40px 0 !important;
  padding: 0 20px !important;
  width: 20%;
  text-align: center;
}
@media (max-width: 768px) {
  .content_etape_decoupe .content_list_decoupe_simple ul li {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .content_etape_decoupe .content_list_decoupe_simple ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .content_etape_decoupe .content_list_decoupe_simple ul li {
    width: 100%;
  }
}
.content_etape_decoupe .content_list_decoupe_simple ul li .content_image_decoupe img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0 0 16px 0;
}
@media (max-width: 480px) {
  .content_etape_decoupe .content_list_decoupe_simple ul li .content_image_decoupe img {
    max-width: 60%;
  }
}
.content_etape_decoupe .content_list_decoupe_simple ul li h4,
.content_etape_decoupe .content_list_decoupe_simple ul li p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #101010;
  margin: 0;
}
.content_etape_decoupe .content_list_decoupe_simple ul li .desc_decoupe_simple {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #8b96a5;
}
.content_etape_decoupe .content_list_decoupe_simple ul li:hover,
.content_etape_decoupe .content_list_decoupe_simple ul li.current {
  cursor: pointer;
}
.content_etape_decoupe .content_list_decoupe_simple ul li:hover .content_image_decoupe img,
.content_etape_decoupe .content_list_decoupe_simple ul li.current .content_image_decoupe img {
  border: 5px solid #505050;
  opacity: 0.7;
}
.content_etape_decoupe .content_list_decoupe_simple ul li:hover h4,
.content_etape_decoupe .content_list_decoupe_simple ul li.current h4 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-align: center;
}
.content_lien_decoupe_simple {
  display: flex;
  justify-content: space-between;
}
.content_lien_decoupe_simple .lien_precedent_decoupe_simple {
  padding: 8px 16px 8px 32px;
  border-radius: 176px;
  background: #101010;
  border: 1px solid #101010;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.content_lien_decoupe_simple .lien_precedent_decoupe_simple::before {
  font-family: "Mtr-Theme" !important;
  content: "\e90d" !important;
  position: absolute;
  top: 26%;
  left: 16px;
}
.content_lien_decoupe_simple .lien_precedent_decoupe_simple:hover {
  background: #ef7e25;
  border: 1px solid #ef7e25;
}
.content_lien_decoupe_simple .lien_suivant_decoupe_simple {
  padding: 8px 32px 8px 16px;
  border-radius: 176px;
  background: #ffffff;
  border: 1px solid #bdc4cd;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #101010;
  text-decoration: none;
  position: relative;
}
.content_lien_decoupe_simple .lien_suivant_decoupe_simple:before {
  font-family: "Mtr-Theme" !important;
  content: "\e90a" !important;
  position: absolute;
  top: 26%;
  right: 16px;
}
.content_lien_decoupe_simple .lien_suivant_decoupe_simple:hover {
  background: #ef7e25;
  border: 1px solid #ef7e25;
  color: #fff;
}
/*page decoupe simple etape 1*/
.content_decoupe_etape_2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 20px;
}
.content_decoupe_etape_2 .list_bloc_type_etape_2 {
  width: 28%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 856px) {
  .content_decoupe_etape_2 .list_bloc_type_etape_2 {
    width: 100%;
  }
}
.content_decoupe_etape_2 .list_bloc_type_etape_2 .bloc_etape {
  border: 1px solid #dee2e7;
  padding: 16px;
  position: relative;
}
.content_decoupe_etape_2 .list_bloc_type_etape_2 .bloc_etape .titre_etape {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  margin: 0 0 10px 0;
}
.content_decoupe_etape_2 .list_bloc_type_etape_2 .bloc_etape .desc_etape {
  display: flex;
}
.content_decoupe_etape_2 .list_bloc_type_etape_2 .bloc_etape .desc_etape label {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #505050;
  width: 50%;
}
.content_decoupe_etape_2 .list_bloc_type_etape_2 .bloc_etape .desc_etape span {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.content_decoupe_etape_2 .list_bloc_type_etape_2 .bloc_etape .modif_etape {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 0;
  border: 0;
  background: none;
}
.content_decoupe_etape_2 .list_bloc_type_etape_2 .bloc_etape .modif_etape::before {
  content: "\e924";
  font-family: "Mtr-Theme" !important;
  color: #101010;
  font-size: 20px;
}
.content_decoupe_etape_2 .bands-wrapper-item {
  border-right: 2px dashed #000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}
.content_decoupe_etape_2 .content_image_etape_2 {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 856px) {
  .content_decoupe_etape_2 .content_image_etape_2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .content_decoupe_etape_2 .content_image_etape_2 img {
    margin: 0 auto 0 auto;
    display: block;
  }
}
.content_decoupe_etape_2 .content_image_etape_2 .bands-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
}
.content_decoupe_etape_2 .content_image_etape_2 .dimension-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.content_decoupe_etape_2 .content_image_etape_2 .dimension-image .dimension-image-width {
  width: 100%;
  position: absolute;
  bottom: -26px;
  z-index: 10;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 640px) {
  .content_decoupe_etape_2 .content_image_etape_2 .dimension-image .dimension-image-width {
    bottom: 10px;
    text-align: right;
    padding-right: 65px;
    font-size: 10px;
  }
}
.content_decoupe_etape_2 .content_image_etape_2 .dimension-image .dimension-image-length {
  width: 100%;
  transform: rotate(90deg);
  position: absolute;
  left: -50%;
  z-index: 1;
  top: 50%;
  height: 20px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 856px) {
  .content_decoupe_etape_2 .content_image_etape_2 .dimension-image .dimension-image-length {
    left: -40%;
  }
}
@media (max-width: 640px) {
  .content_decoupe_etape_2 .content_image_etape_2 .dimension-image .dimension-image-length {
    text-align: right;
    padding-right: 10px;
    font-size: 10px;
    margin-left: -42%;
    left: 0;
  }
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .virtual-product-title {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  margin: 0 0 8px 0;
  padding: 0;
}
@media (max-width: 856px) {
  .content_decoupe_etape_2 .content_liste_attribut_etape_2 {
    width: 100%;
  }
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .titre_attribut_etape_2 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #101010;
  margin: 0 0 8px 0;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .liste_valeur_attribut_etape_2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .liste_valeur_attribut_etape_2 li {
  padding-left: 8px !important;
  padding-right: 8px;
  width: 33.333%;
  margin: 0 0 8px 0;
  cursor: pointer;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .liste_valeur_attribut_etape_2 li span {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #dee2e7;
  display: block;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #101010;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .liste_valeur_attribut_etape_2 li:hover span,
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .liste_valeur_attribut_etape_2 li.current span {
  border: 3px solid #ef7e25;
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #101010;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .fieldset {
  margin: 0 0 16px 0;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .fieldset .field {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e1e3e6;
  border-radius: 8px;
  margin: 0 0 8px 0;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .fieldset .field .label {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 2px;
  font-family: "Inter" !important;
  color: #000000;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .fieldset .field input {
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #101010 !important;
  font-family: "Inter" !important;
  box-shadow: none;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .fieldset .field input::placeholder {
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .fieldset .field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .fieldset .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .fieldset .field :-moz-placeholder {
  /* Firefox 18- */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .fieldset .field :-ms-input-placeholder {
  /* Edge/IE 10+ */
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .fieldset .field ::placeholder {
  color: #101010 !important;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .content_ajout_panier_etape3 {
  margin: 0 0 20px 0;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .content_ajout_panier_etape3 button.add-pieces {
  padding: 8px 32px;
  border-radius: 176px;
  background: #ffffff;
  border: 1px solid #bdc4cd;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.08);
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .content_ajout_panier_etape3 button.send-devis {
  width: auto;
  background-color: #101010;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  padding: 8px 24px;
  border-radius: 176px;
  border: 1px solid #101010;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.content_decoupe_etape_2 .content_liste_attribut_etape_2 .content_ajout_panier_etape3 button.send-devis span::before {
  display: none !important;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li {
  margin: 0 0 16px 0;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  margin: 0;
  padding: 0;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li h5,
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li #virtual-product-title,
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li .virtual-product-title {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  margin: 0;
  padding: 0;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li .qty-field-wrapper {
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li .qty-field-wrapper button {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  font-size: 24px;
  color: #50555c;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li .qty-field-wrapper button.decreaseQty {
  border-radius: 8px 0 0 8px;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li .qty-field-wrapper button.increaseQty {
  border-radius: 0 8px 8px 0;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li .qty-field-wrapper span {
  width: 33.333%;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li .qty-field-wrapper span button {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  font-size: 24px;
  color: #50555c;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li .qty-field-wrapper span button.decreaseQty {
  border-radius: 8px 0 0 8px;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li .qty-field-wrapper span button.increaseQty {
  border-radius: 0 8px 8px 0;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li .qty-field-wrapper input {
  width: 33.333%;
  text-align: center;
  height: 40px;
  margin-top: 0;
  border: 1px solid #eeeeee;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #101010;
}
.content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li .prix {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.content_decoupe_etape_2 .content_instruction {
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 8px 0;
  margin: 0 0 16px 0;
}
.content_decoupe_etape_2 .content_instruction p {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #8b96a5;
  padding: 0;
  margin: 0 0 4px 0;
}
.content_decoupe_etape_2 .total_prix_sur_etape3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 16px 0;
}
.content_decoupe_etape_2 .total_prix_sur_etape3 .titre_prix {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  padding-right: 24px;
}
.content_decoupe_etape_2 .total_prix_sur_etape3 span,
.content_decoupe_etape_2 .total_prix_sur_etape3 #price-total {
  padding: 12px;
  background: #eeeeee;
  color: #101010;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}
.content_decoupe_etape_2 .total_prix_sur_etape3 span strong,
.content_decoupe_etape_2 .total_prix_sur_etape3 #price-total strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
}
.content_decoupe_etape_2 .total_prix_sur_etape3 #currency {
  display: none;
}
.content_decoupe_etape_2 .content_ajout_panier_etape3 .primary {
  width: auto;
  background-color: #101010;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  padding: 8px 24px;
  border-radius: 176px;
  border: 1px solid #101010;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.content_decoupe_etape_2 .content_ajout_panier_etape3 .primary span {
  position: relative;
  padding-right: 15px;
}
.content_decoupe_etape_2 .content_ajout_panier_etape3 .primary span:before {
  font-family: "Mtr-Theme" !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 14px !important;
  overflow: inherit !important;
  content: "\e915" !important;
  position: absolute;
  right: -5px;
  top: 20%;
}
.content_decoupe_etape_2 .content_ajout_panier_etape3 .primary.send-devi span::before {
  display: none;
}
.content_decoupe_etape_2 ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}
.content_decoupe_etape_2 ul li {
  list-style-type: none !important;
}
.content_decoupe_etape_2 ul.list-item li {
  border: 1px solid #dee2e7;
  padding: 16px;
  position: relative;
}
.content_decoupe_etape_2 ul.list-item li .desc_etape {
  display: flex;
}
.content_decoupe_etape_2 ul.list-item li .desc_etape label {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #505050;
  width: 50%;
}
.content_decoupe_etape_2 ul.list-item li .desc_etape span {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.content_decoupe_etape_2 ul.list-item li button {
  border-radius: 176px;
  background: #ffffff;
  border: 1px solid #bdc4cd;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.08);
  margin-top: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.decoupe-form {
  display: contents;
}
/*modif suppr sur list produit*/
.state-et-suppression {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.state-et-suppression .tout-supprimer {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #1c1c1c;
  text-decoration: none;
}
.state-et-suppression .tout-supprimer:hover {
  color: #ef7e25;
}
.sidebar.sidebar-additional .block.block-compare,
.sidebar.sidebar-additional .block.block-wishlist {
  display: none;
}
.sidebar.sidebar-additional .nav.item {
  border-bottom: 0;
  border-top: 1px solid #dee2e7;
  padding-bottom: 0;
}
.sidebar.sidebar-additional .nav.item a,
.sidebar.sidebar-additional .nav.item strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  margin: 0;
  padding: 15px 0;
  font-family: "Inter" !important;
  text-transform: none;
  display: block;
  text-decoration: none;
}
.toolbar-products {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  margin-bottom: 10px;
}
.toolbar-products .modes {
  float: right;
  margin-right: 0;
}
.toolbar-products .modes .modes-mode {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #dee2e7;
  border-radius: 6px 0 0 6px;
}
.toolbar-products .modes .modes-mode:before {
  color: #101010;
}
.toolbar-products .modes .modes-mode.active {
  background-color: #eff2f4;
  box-shadow: none;
}
.toolbar-products .modes .modes-mode:last-child {
  border-radius: 0 6px 6px 0;
}
.toolbar-products .toolbar-sorter.sorter {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .toolbar-products .toolbar-sorter.sorter {
    margin-right: 0;
  }
}
.toolbar-products .toolbar-sorter.sorter select {
  background-color: #eff2f4;
  box-shadow: none;
  border-radius: 6px;
  outline: none !important;
}
.toolbar-products .control select {
  background-color: #eff2f4;
  box-shadow: none;
  border-radius: 6px;
  outline: none !important;
}
.toolbar-products .pages {
  float: right !important;
}
.toolbar-products .field.limiter {
  float: left !important;
}
.products-list .product-item.item {
  box-shadow: 0px 4px 10px 0px rgba(97, 97, 97, 0.2);
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  margin: 0 0 10px 0;
}
.products-list .product-item.item .product-item-name a {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #101010;
  margin-bottom: 8px;
  padding-right: 40px;
  display: block;
}
.products-list .product-item.item .product-item-name a:hover {
  text-decoration: none;
}
.products-list .product-item.item .product-item-photo {
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .products-list .product-item.item .product-item-photo {
    display: inline;
    float: left;
  }
}
.products-list .product-item.item .product-item-photo .product-image-photo {
  border: 1px solid rgba(97, 97, 97, 0.2);
}
.products-list .product-reviews-summary {
  display: none;
}
.products-list .action.tocompare {
  display: none;
}
.products-list .action.more {
  display: none;
}
.products-list .price-box {
  display: flex;
  margin: 0 0 8px 0;
}
.products-list .price-box .price-label {
  display: none;
}
.products-list .price-box .price {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #101010;
  margin-right: 10px;
}
.products-list .price-box .old-price .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #8b96a5;
  margin-right: 10px;
  text-decoration: line-through;
}
.products-list .action.primary {
  width: auto;
  background-color: #101010;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  padding: 8px 24px;
  border-radius: 176px;
  border: 1px solid #101010;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
@media (max-width: 480px) {
  .products-list .action.primary {
    width: 100% !important;
    margin: 0 0 0 20px;
  }
}
.products-list .action.primary span {
  position: relative;
  padding-right: 15px;
}
.products-list .action.primary span:before {
  font-family: "Mtr-Theme" !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 14px !important;
  overflow: inherit !important;
  content: "\e915" !important;
  position: absolute;
  right: -5px;
  top: 20%;
}
.products-list .product-item-details {
  position: relative;
  padding-right: 40px;
}
@media (max-width: 480px) {
  .products-list .product-item-details {
    display: block;
  }
}
.products-list .product-item-details .towishlist {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #dee2e7;
  border-radius: 6px;
}
.products-list .product-item-details .towishlist:before {
  content: "\e914";
  font-family: "Mtr-Theme" !important;
  color: #101010;
}
.products-list .product-item-details .swatch-attribute.size,
.products-list .product-item-details .swatch-attribute.color {
  display: none;
}
.products-list .product-item-description {
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #8b96a5;
  margin: 0 0 8px 0;
}
.products-list .price-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
  padding: 0;
}
.products-list .price-wrapper .old-price {
  order: 1;
}
.products-list .price-wrapper .special-price {
  order: 2;
}
.products-list .price-wrapper .promo {
  background-color: #fa3434;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-right: 8px;
  color: #fff;
  border-radius: 40px;
  order: 3;
}
.products-list .price-wrapper .price-box {
  margin: 0;
  flex-direction: row-reverse;
}
.products-list .price-wrapper .price-wrapper {
  margin: 0;
  padding: 0;
}
.products-list .label-wrapper {
  display: flex;
  align-items: center;
  padding: 0 0 8px 0;
  margin: 4px 0 8px 0;
}
@media (max-width: 480px) {
  .products-list .label-wrapper {
    flex-wrap: wrap;
  }
  .products-list .label-wrapper span {
    margin-bottom: 5px !important;
    display: block;
  }
}
.products-list .label-wrapper .fins-de-stock span,
.products-list .label-wrapper .meilleures-ventes span,
.products-list .label-wrapper .not-available span {
  padding: 8px 8px 8px 24px;
  border-radius: 60px;
  border: 1px solid #dee2e7;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  color: #101010;
  margin: 0 8px 0 0;
  position: relative;
}
.products-list .label-wrapper .fins-de-stock span:before,
.products-list .label-wrapper .meilleures-ventes span:before,
.products-list .label-wrapper .not-available span:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: #fa3434;
  border-radius: 50%;
  left: 8px;
  top: 35%;
}
.products-list .label-wrapper .not-available span:before {
  background-color: #00b517;
}
.products-grid .price-wrapper {
  clear: both;
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
  padding: 0;
}
.products-grid .price-wrapper .price-wrapper {
  margin: 0;
}
.products-grid .price-wrapper .price-box {
  flex-direction: row-reverse;
}
.products-grid .price-wrapper .promo {
  background-color: #fa3434;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-right: 8px;
  color: #fff;
  border-radius: 40px;
  order: 3;
}
.products-grid .price-wrapper .old-price {
  order: 1;
}
.products-grid .price-wrapper .special-price {
  order: 2;
}
.products-grid .product-item {
  width: 33.333% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 640px) {
  .products-grid .product-item {
    width: 50% !important;
  }
}
@media (max-width: 480px) {
  .products-grid .product-item {
    width: 100% !important;
  }
}
.products-grid .product-item .product-item-info {
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.2);
  padding: 24px 16px;
  border-radius: 12px;
  margin: 0;
  /*height: 300px;*/
  height: 420px;
  /*min-height: 300px;*/
}
@media (max-width: 480px) {
  .products-grid .product-item .product-item-info {
    height: auto;
  }
}
.products-grid .product-item .product-item-info:hover {
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.2);
  padding: 24px 16px;
  border-radius: 12px;
  border: 0;
  margin: 0;
}
.products-grid .product-item .product-item-info:hover .product-item-inner {
  display: block;
  height: auto;
  overflow: visible;
  width: 100%;
  position: inherit;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.products-grid .product-item .product-item-info .product-item-details {
  margin: 0;
  padding: 0;
  position: relative;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-inner {
  display: block;
  height: auto;
  overflow: visible;
  width: 100%;
  position: initial;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.products-grid .product-item .product-item-info .product-image-container {
  width: 100% !important;
}
.products-grid .product-item .product-item-info .product-item-photo {
  width: 30%;
  float: left;
  margin-right: 12px;
}
.products-grid .product-item .product-item-info .product-item-photo .product-image-photo {
  border: 1px solid #eff2f4;
}
.products-grid .product-item .product-item-info [class^="swatch-opt-"],
.products-grid .product-item .product-item-info .price-box {
  clear: both;
}
.products-grid .product-item .product-item-info .swatch-attribute.size,
.products-grid .product-item .product-item-info .swatch-attribute.color,
.products-grid .product-item .product-item-info .product-reviews-summary.short {
  display: none;
}
.products-grid .product-item .product-item-info .price-box {
  padding-top: 8px;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.products-grid .product-item .product-item-info .price-box .price {
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  margin-right: 5px;
}
.products-grid .product-item .product-item-info .price-box .price .ht-custom {
  font-size: 12px;
}
.products-grid .product-item .product-item-info .price-box .price-label {
  display: none;
}
.products-grid .product-item .product-item-info .price-box .old-price {
  padding: 0;
  margin: 0;
}
.products-grid .product-item .product-item-info .price-box .old-price .price {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-decoration: line-through;
  margin-right: 5px;
}
.products-grid .product-item .product-item-info .price-box .old-price .price .ht-custom {
  font-size: 12px;
}
.products-grid .product-item .product-item-info .product-item-name a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  padding-right: 40px;
  display: block;
  height: 60px;
  overflow-y: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.products-grid .product-item .product-item-info .product-item-name a:hover {
  text-decoration: none;
}
.products-grid .product-item .product-item-info .swatch-attribute.size .swatch-option {
  display: flex;
  align-items: center;
}
.products-grid .product-item .product-item-info .tocompare {
  display: none;
}
.products-grid .product-item .product-item-info .action.towishlist {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #dee2e7;
  border-radius: 6px;
}
.products-grid .product-item .product-item-info .action.towishlist:before {
  content: "\e914";
  font-family: "Mtr-Theme" !important;
  color: #101010;
}
.products-grid .product-item .product-item-info .action.towishlist:hover::before {
  color: #ef7e25;
}
.products-grid .product-item .product-item-info .product-item-actions {
  margin: 0;
}
.products-grid .product-item .product-item-info .product-item-actions .actions-primary {
  width: 100%;
  display: block;
}
.products-grid .product-item .product-item-info .product-item-actions .actions-primary .action.primary {
  width: 100%;
  background-color: #101010;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  padding: 8px;
  border-radius: 176px;
  border: 1px solid #101010;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.products-grid .product-item .product-item-info .product-item-actions .actions-primary .action.primary span {
  position: relative;
  padding-right: 15px;
}
.products-grid .product-item .product-item-info .product-item-actions .actions-primary .action.primary span:before {
  font-family: "Mtr-Theme" !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 14px !important;
  overflow: inherit !important;
  content: "\e915" !important;
  position: absolute;
  right: -5px;
  top: 20%;
}
.products-grid .product-item .product-item-info .reviews-actions .action.view {
  color: #101010;
  text-decoration: none;
}
.products-grid .product-item .product-item-info .reviews-actions .action.view:hover {
  color: #ef7e25;
}
.products-grid .label-wrapper {
  display: flex;
  align-items: center;
  padding: 0 0 8px 0;
  margin: 4px 0 8px 0;
  flex-wrap: wrap;
  height: 40px;
  overflow-y: hidden;
}
.products-grid .label-wrapper .fins-de-stock span,
.products-grid .label-wrapper .meilleures-ventes span,
.products-grid .label-wrapper .not-available span {
  padding: 8px 8px 8px 24px;
  border-radius: 60px;
  border: 1px solid #dee2e7;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  color: #101010;
  margin: 0 8px 8px 0;
  position: relative;
  display: block;
}
.products-grid .label-wrapper .fins-de-stock span:before,
.products-grid .label-wrapper .meilleures-ventes span:before,
.products-grid .label-wrapper .not-available span:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: #fa3434;
  border-radius: 50%;
  left: 8px;
  top: 35%;
}
.products-grid .label-wrapper .not-available span:before {
  background-color: #00b517;
}
.password-strength-meter {
  height: auto;
}
/*bloc panier*/
.mage-dropdown-dialog .block-minicart {
  display: flex !important;
  width: 320px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.mage-dropdown-dialog .block-minicart .action.primary {
  padding: 16px 24px;
  border-radius: 176px;
  background: #101010;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  border: 1px solid #101010;
}
.mage-dropdown-dialog .block-minicart .action.viewcart {
  padding: 16px 24px;
  border-radius: 176px;
  color: #101010;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  border: 1px solid #bdc4cd;
  background-color: #fff;
  display: flex;
  margin: 0 15px;
  justify-content: center;
  align-items: center;
}
.mage-dropdown-dialog .block-minicart .product-item-photo {
  display: none;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details {
  padding-left: 0;
  position: relative;
  padding-bottom: 16px;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .product.options .toggle {
  margin-top: 20px;
  margin-bottom: 10px;
  background: #101010;
  color: #fff;
  padding: 10px;
  border-radius: 76px;
  text-align: center;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .product.options .toggle:after {
  color: #fff;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .product-item-name {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  margin: 0 0 4px 0;
  width: 88%;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .product-item-name a {
  height: auto;
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .product-item-pricing {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .product-item-pricing .price-container {
  padding-top: 10px;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .product-item-pricing .price-container .minicart-price .price {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: right;
  color: #101010;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .details-qty.qty {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .details-qty.qty .label {
  width: 100%;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 0 8px 0;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .details-qty.qty input.cart-item-qty {
  height: 40px;
  margin-top: 0;
  width: 40px;
  border: 1px solid #eeeeee;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #101010;
  box-shadow: none;
  outline: none;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .details-qty.qty .less {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #50555c;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .details-qty.qty .more {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  font-size: 24px;
  color: #50555c;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 32px;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .details-qty.qty button {
  display: none !important;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .product.actions {
  float: none;
  margin: 0;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .product.actions .primary {
  display: none;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .product.actions .secondary .action.delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 6px;
  border: 1px solid #eff2f4;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  text-align: center;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .product.actions .secondary .action.delete::before {
  content: "\e91f";
  font-family: "Mtr-Theme" !important;
  color: #fa3434;
}
.mage-dropdown-dialog .block-minicart #minicart-content-wrapper {
  width: 100%;
}
.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  /*.subtotal {
                    order: 1;
                    padding-left: 15px;
                    padding-right: 15px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;

                    .label {
                        //styleName: Text-small;
                        font-family: Inter;
                        font-size: 13px;
                        font-weight: 400;
                        line-height: 16px;
                        letter-spacing: 0px;
                        text-align: left;
                        color: #8B96A5;
                    }

                    .amount.price-container {
                        .price {
                            //styleName: Text-small;
                            font-family: Inter;
                            font-size: 13px;
                            font-weight: 400;
                            line-height: 16px;
                            letter-spacing: 0px;
                            text-align: right;
                            color: #8B96A5;
                        }
                    }
                }*/
}
.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  width: 100%;
  margin: 0;
  order: 2;
  border: 0;
  padding-top: 0;
}
.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .items-total {
  order: 3;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #8b96a5;
}
.mage-dropdown-dialog .block-minicart .minicart-items li {
  padding-top: 8px;
}
.mage-dropdown-dialog .block-minicart .minicart-items li:last-child {
  padding-right: 12px;
}
.mage-dropdown-dialog .block-minicart .block-content .actions {
  margin-top: 0;
  margin-bottom: 15px;
}
.mage-dropdown-dialog .extra {
  order: 1;
}
.mage-dropdown-dialog .extra .div-resume-panier {
  margin: 12px 0;
  padding: 0 16px;
}
.mage-dropdown-dialog .extra .div-resume-panier .div-subtotal,
.mage-dropdown-dialog .extra .div-resume-panier .div-discount,
.mage-dropdown-dialog .extra .div-resume-panier .div-taxes,
.mage-dropdown-dialog .extra .div-resume-panier .div-total {
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px 0;
  align-items: center;
}
.mage-dropdown-dialog .extra .div-resume-panier .div-subtotal span,
.mage-dropdown-dialog .extra .div-resume-panier .div-discount span,
.mage-dropdown-dialog .extra .div-resume-panier .div-taxes span,
.mage-dropdown-dialog .extra .div-resume-panier .div-total span {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #8b96a5;
}
.mage-dropdown-dialog .extra .div-resume-panier .div-subtotal .subtotal,
.mage-dropdown-dialog .extra .div-resume-panier .div-discount .subtotal,
.mage-dropdown-dialog .extra .div-resume-panier .div-taxes .subtotal,
.mage-dropdown-dialog .extra .div-resume-panier .div-total .subtotal {
  margin: 0;
}
.mage-dropdown-dialog .extra .div-resume-panier .div-total {
  border-top: 1px solid #e4e4e4;
  padding: 8px 0 0 0;
}
.mage-dropdown-dialog .extra .div-resume-panier .div-total span {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.mage-dropdown-dialog .extra .div-resume-panier .div-total .price {
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-align: right;
  color: #101010;
}
@media (max-width: 991px) {
  .detail-produit-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .detail-produit-wrapper {
    flex-direction: column;
  }
}
.detail-produit-wrapper .product.media {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
@media (max-width: 991px) {
  .detail-produit-wrapper .product.media {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
}
.detail-produit-wrapper .product.media .gallery-placeholder {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 640px) {
  .detail-produit-wrapper .product.media .gallery-placeholder {
    width: 100%;
    padding-right: 0;
  }
}
.detail-produit-wrapper .product.media .gallery-placeholder .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 20px;
}
.detail-produit-wrapper .product.media .gallery-placeholder .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb-border {
  border: 2px solid #ef7e25;
}
.detail-produit-wrapper .product.media .content_description_custom {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 640px) {
  .detail-produit-wrapper .product.media .content_description_custom {
    width: 100%;
    padding-right: 0;
  }
}
.detail-produit-wrapper .product.media .content_description_custom .table-wrapper {
  border-bottom: 1px solid #dee2e7;
  padding-bottom: 12px;
}
@media (max-width: 639px) {
  .detail-produit-wrapper .product.media .content_description_custom .table-wrapper {
    padding-top: 12px;
  }
}
.detail-produit-wrapper .product.media .content_description_custom .table-wrapper .additional-attributes tbody tr th,
.detail-produit-wrapper .product.media .content_description_custom .table-wrapper .additional-attributes tbody tr td {
  padding: 0 5px 0 0;
}
.detail-produit-wrapper .product.media .content_description_custom .table-wrapper .additional-attributes tbody tr th {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #505050;
  padding-bottom: 8px;
}
.detail-produit-wrapper .product.media .content_description_custom .table-wrapper .additional-attributes tbody tr td {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #8b96a5;
  padding-bottom: 8px;
}
.detail-produit-wrapper .product.media .content_description_custom .label-wrapper {
  display: flex;
  align-items: center;
  padding: 0 0 8px 0;
  margin: 4px 0 8px 0;
  flex-wrap: wrap;
}
.detail-produit-wrapper .product.media .content_description_custom .label-wrapper .fins-de-stock span,
.detail-produit-wrapper .product.media .content_description_custom .label-wrapper .meilleures-ventes span,
.detail-produit-wrapper .product.media .content_description_custom .label-wrapper .not-available span {
  padding: 8px 8px 8px 24px;
  border-radius: 60px;
  border: 1px solid #dee2e7;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  color: #101010;
  margin: 0 8px 8px 0;
  position: relative;
  display: block;
}
.detail-produit-wrapper .product.media .content_description_custom .label-wrapper .fins-de-stock span:before,
.detail-produit-wrapper .product.media .content_description_custom .label-wrapper .meilleures-ventes span:before,
.detail-produit-wrapper .product.media .content_description_custom .label-wrapper .not-available span:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: #fa3434;
  border-radius: 50%;
  left: 8px;
  top: 35%;
}
.detail-produit-wrapper .product.media .content_description_custom .label-wrapper .not-available span:before {
  background-color: #00b517;
}
.detail-produit-wrapper .product.media .content_description_custom ul.additional-attributes-list li {
  margin: 0 0 8px 0;
}
.detail-produit-wrapper .product.media .content_description_custom ul.additional-attributes-list li .attribute-label {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #505050;
  padding: 0 5px 0 0;
}
.detail-produit-wrapper .product.media .content_description_custom ul.additional-attributes-list li .attribute-value {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #8b96a5;
  padding: 0 5px 0 0;
}
.detail-produit-wrapper .product.media .content_bloc_detail .titre_produit {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #1c1c1c;
  margin: 0 0 8px 0;
  padding: 0;
}
@media (max-width: 768px) {
  .detail-produit-wrapper .product.media .content_bloc_detail .titre_produit {
    margin-top: 30px;
  }
}
.detail-produit-wrapper .product.media .content_bloc_detail .numero_produit {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #50555c;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  border-bottom: 1px solid #dee2e7;
}
.detail-produit-wrapper .product.media .content_bloc_detail .desc_produit {
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  border-bottom: 1px solid #dee2e7;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #8b96a5;
}
.detail-produit-wrapper .product.media .content_bloc_detail .desc_produit p {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #8b96a5;
  margin-bottom: 0;
}
.detail-produit-wrapper .product.media .content_bloc_detail .attribut_produit p {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #8b96a5;
}
.detail-produit-wrapper .product.media .content_bloc_detail .attribut_produit p strong {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #505050;
  margin: 0 5px 0 0;
}
.detail-produit-wrapper .product.media .content_bloc_detail .product-item-inner .price-wrapper {
  display: none;
}
.detail-produit-wrapper .product-info-main {
  width: 30%;
  border: 1px solid #dee2e7;
  padding: 16px;
}
.detail-produit-wrapper .product-info-main .promo {
  background-color: #fa3434;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-right: 8px;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 20px;
}
.detail-produit-wrapper .product-info-main .piece-price {
  font-size: 14px !important;
  font-weight: bold;
  line-height: 130%;
}
@media (max-width: 768px) {
  .detail-produit-wrapper .product-info-main .product-social-links {
    text-align-last: left;
  }
}
.detail-produit-wrapper .product-info-main .product-social-links .product-addto-links .towishlist {
  padding: 8px 52px 8px 32px;
  border-radius: 176px;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.73px;
  text-align: center;
  border: 1px solid #bdc4cd;
  margin: 10px 0 0 0;
  position: relative;
  text-transform: none;
  color: #101010;
}
.detail-produit-wrapper .product-info-main .product-social-links .product-addto-links .towishlist::before {
  content: "\e914";
  font-family: "Mtr-Theme" !important;
  color: #101010;
  position: absolute;
  right: 20px;
  top: 10px;
}
@media (max-width: 991px) {
  .detail-produit-wrapper .product-info-main {
    width: 100%;
    order: 2;
  }
}
.detail-produit-wrapper .product-info-main .price-label {
  display: none !important;
}
.detail-produit-wrapper .product-info-main .product-reviews-summary {
  display: none;
}
.detail-produit-wrapper .product-info-main .product-info-stock-sku {
  display: none;
}
.detail-produit-wrapper .product-info-main .product-info-price {
  border-bottom: 0;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.detail-produit-wrapper .product-info-main .product-info-price .price-box {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  justify-content: start;
}
.detail-produit-wrapper .product-info-main .product-info-price .price-box .price-container {
  display: flex !important;
  align-items: center;
}
.detail-produit-wrapper .product-info-main .product-info-price .price-box .price-container .price {
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 130% !important;
}
.detail-produit-wrapper .product-info-main .product-info-price .price-box .price-container .price-excluding-tax::before,
.detail-produit-wrapper .product-info-main .product-info-price .price-box .price-container .weee[data-label]::before {
  content: '(' !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 130% !important;
  color: #101010;
}
.detail-produit-wrapper .product-info-main .product-info-price .price-box .price-container .price-excluding-tax::after,
.detail-produit-wrapper .product-info-main .product-info-price .price-box .price-container .weee[data-label]::after {
  content: 'HTVA)' !important;
  margin: 0 10px 0 0;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 130% !important;
  color: #101010;
}
.detail-produit-wrapper .product-info-main .product-info-price .price-box .price-wrapper .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #101010;
  margin-right: 10px;
  margin-bottom: 0;
}
.detail-produit-wrapper .product-info-main .product-info-price .price-box .price-wrapper .price .ht-custom {
  font-size: 12px;
}
.detail-produit-wrapper .product-info-main .product-info-price .price-box .special-price {
  order: 2;
}
.detail-produit-wrapper .product-info-main .product-info-price .price-box .old-price {
  order: 1;
  margin-bottom: 8px;
  display: block;
  width: 100%;
}
.detail-produit-wrapper .product-info-main .product-info-price .price-box .old-price .price {
  font-weight: normal !important;
  font-size: 14px;
  line-height: 19px;
  color: #8b96a5;
  margin-right: 10px;
  text-decoration: line-through;
}
.detail-produit-wrapper .product-info-main .product-info-price .price-box .old-price .price .ht-custom {
  font-size: 12px;
}
.detail-produit-wrapper .product-info-main .product-info-price .price-box .promo {
  background-color: #fa3434;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-right: 8px;
  color: #fff;
  border-radius: 40px;
  order: 3;
}
.detail-produit-wrapper .product-info-main .product-info-price .content_promo_detail .promo {
  background-color: #fa3434;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-right: 8px;
  color: #fff;
  border-radius: 40px;
}
.detail-produit-wrapper .product-info-main .product-add-form {
  padding-top: 0;
}
.detail-produit-wrapper .product-info-main .product-add-form .field.qty .label span {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  display: block;
}
.detail-produit-wrapper .product-info-main .product-add-form .field.qty .qty-field-wrapper {
  display: flex;
  height: 40px;
  align-items: center;
  margin: 0 0 12px 0;
}
.detail-produit-wrapper .product-info-main .product-add-form .field.qty .qty-field-wrapper span {
  height: 40px;
  width: 56px;
}
.detail-produit-wrapper .product-info-main .product-add-form .field.qty .qty-field-wrapper span button {
  height: 40px;
  width: 56px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  font-size: 24px;
  color: #50555c;
}
.detail-produit-wrapper .product-info-main .product-add-form .field.qty .qty-field-wrapper span button.decreaseQty {
  border-radius: 8px 0 0 8px;
}
.detail-produit-wrapper .product-info-main .product-add-form .field.qty .qty-field-wrapper span button.increaseQty {
  border-radius: 0 8px 8px 0;
}
.detail-produit-wrapper .product-info-main .product-add-form .field.qty .qty-field-wrapper input {
  height: 40px;
  margin-top: 0;
  width: 62px;
  border: 1px solid #eeeeee;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #101010;
}
.detail-produit-wrapper .product-info-main .content_prix_total_detail {
  display: flex;
  flex-wrap: wrap;
}
.detail-produit-wrapper .product-info-main .content_prix_total_detail label {
  width: 100%;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  margin: 0 0 8px 0;
}
.detail-produit-wrapper .product-info-main .content_prix_total_detail .totalContentPrice {
  width: 100%;
  display: block;
  margin: 0;
}
.detail-produit-wrapper .product-info-main .content_prix_total_detail .totalContentPrice p {
  padding: 12px;
  background: #eeeeee;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  display: inline-block;
  margin: 0;
}
.detail-produit-wrapper .product-info-main .box-tocart {
  margin-top: 0;
  margin-bottom: 0;
}
.detail-produit-wrapper .product-info-main .box-tocart .actions .primary.tocart {
  width: auto;
  background-color: #101010;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  padding: 8px 24px;
  border-radius: 176px;
  border: 1px solid #101010;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.detail-produit-wrapper .product-info-main .box-tocart .actions .primary.tocart span {
  position: relative;
  padding-right: 15px;
}
.detail-produit-wrapper .product-info-main .box-tocart .actions .primary.tocart span:before {
  font-family: "Mtr-Theme" !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 14px !important;
  overflow: inherit !important;
  content: "\e915" !important;
  position: absolute;
  right: -5px;
  top: 20%;
}
.detail-produit-wrapper .product-info-main .box-tocart .fieldset:last-child {
  margin-bottom: 0;
}
.detail-produit-wrapper .product-info-main .swatch-opt {
  margin: 5px 0;
}
.detail-produit-wrapper .product-info-main .swatch-opt .swatch-attribute.size,
.detail-produit-wrapper .product-info-main .swatch-opt .swatch-attribute.color {
  display: none;
}
.detail-produit-wrapper .product-info-main .product.attribute.overview {
  display: none;
}
.detail-produit-wrapper .product.info.detailed #tab-label-reviews,
.detail-produit-wrapper .product.info.detailed #reviews {
  display: none;
}
.detail-produit-wrapper .product.info.detailed .product.data.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .detail-produit-wrapper .product.info.detailed .product.data.items .item.title {
    width: auto;
  }
  .detail-produit-wrapper .product.info.detailed .product.data.items .item.title a::after {
    display: none;
  }
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.title#tab-label-description {
  order: 1;
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.title .switch {
  border: 0;
  background: none;
  padding: 13px 25px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  color: #8b96a5;
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.title.active .switch {
  border: 0;
  border-bottom: 2px solid #ef7e25;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  color: #101010;
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.content {
  margin-left: 0;
  order: 3;
  margin-top: 0;
  border: 0;
  border-top: 1px solid #dee2e7;
  padding-top: 16px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .detail-produit-wrapper .product.info.detailed .product.data.items .item.content {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.content h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.content p {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #8b96a5;
  margin-bottom: 16px;
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.content ul li {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  margin: 0 0 12px 0;
  position: relative;
  padding-left: 25px;
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.content ul li:before {
  content: "\e925";
  color: #00b517;
  font-family: "Mtr-Theme" !important;
  position: absolute;
  left: 0;
  top: 2px;
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.content .additional-attributes {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.content .additional-attributes tbody tr th,
.detail-produit-wrapper .product.info.detailed .product.data.items .item.content .additional-attributes tbody tr td {
  width: 50%;
  padding: 8px 32px;
  border: 1px solid #dee2e7;
}
@media (max-width: 639px) {
  .detail-produit-wrapper .product.info.detailed .product.data.items .item.content .additional-attributes tbody tr td {
    width: 100%;
  }
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.content .additional-attributes tbody tr:nth-child(even) {
  background: #f7fafc;
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.content .additional-attributes tbody tr:nth-child(odd) {
  background: #fff;
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.content .additional-attributes tbody tr th.label {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.detail-produit-wrapper .product.info.detailed .product.data.items .item.content .additional-attributes tbody tr td.data {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #505050;
}
.detail-produit-wrapper .prices-tier.items {
  display: flex;
  flex-wrap: wrap;
  background: #f7fafc;
  padding: 8px 16px 0 16px;
  margin: 0 -10px 12px -10px;
  max-height: 60px;
  overflow-y: auto;
}
.detail-produit-wrapper .prices-tier.items .item {
  width: 50%;
  padding: 0 10px;
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
  color: #606060;
}
.detail-produit-wrapper .prices-tier.items .item:nth-child(odd) {
  border-right: 1px solid #bdc1c8;
}
.detail-produit-wrapper .prices-tier.items .item:nth-child(even) {
  border-right: 0;
}
.detail-produit-wrapper .prices-tier.items .item .price {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
@media (max-width: 991px) {
  .detail-produit-wrapper .product.info.detailed {
    order: 3;
  }
}
.products-grid.products-upsell .product-item,
.products-grid.products-related .product-item {
  margin: 0;
}
.products-grid.products-upsell .product-item .product-item-info,
.products-grid.products-related .product-item .product-item-info {
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}
.products-grid.products-upsell .product-item .product-item-info .product-item-photo,
.products-grid.products-related .product-item .product-item-info .product-item-photo {
  float: none;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.products-grid.products-upsell .product-item .product-item-info .product-item-photo .product-image-photo,
.products-grid.products-related .product-item .product-item-info .product-item-photo .product-image-photo {
  border: 0;
}
.products-grid.products-upsell .product-item .product-item-info .product-item-details,
.products-grid.products-related .product-item .product-item-info .product-item-details {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.products-grid.products-upsell .product-item .product-item-info .product-item-name a,
.products-grid.products-related .product-item .product-item-info .product-item-name a {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  padding-right: 0;
}
.products-grid.products-upsell .owl-stage-outer,
.products-grid.products-related .owl-stage-outer {
  padding: 0 !important;
}
.products-grid.products-upsell .owl-dots,
.products-grid.products-related .owl-dots {
  bottom: 0 !important;
}
.products-grid.products-upsell .owl-dots span,
.products-grid.products-related .owl-dots span {
  background-color: #8b96a5 !important;
}
.products-grid.products-upsell .owl-dots .active span,
.products-grid.products-related .owl-dots .active span {
  background-color: #ef7e25 !important;
}
.catalog-product-view .block-title.title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #1c1c1c;
  margin: 0;
  padding: 0;
}
/*page facture*/
.account .table-wrapper.invoice thead tr th.price,
.account .table-wrapper.invoice tbody tr td.price,
.account .table-wrapper.invoice tbody tr td.col.qty,
.account .table-wrapper.invoice thead tr th.col.qty {
  text-align: left;
}
.content_header_bottom .content_flex.content_liste_btn_icone {
  display: none;
}
/*responsive*/
@media (max-width: 856px) {
  .content_header_bottom {
    padding: 8px 0;
    background: #101010;
  }
  .content_header_bottom .menu_droite.content_flex {
    display: none;
  }
  .content_header_bottom .menu_gauche .nav.item {
    display: none;
  }
  .content_header_bottom .menu_gauche .icon-icone-menu-mobile {
    color: #fff;
  }
  .content_header_bottom .menu_gauche .icon-icone-menu-mobile span {
    display: none;
  }
  .content_header_bottom .content_flex.content_liste_btn_icone {
    display: flex;
    align-items: center;
  }
  .content_header_bottom .content_flex.content_liste_btn_icone li {
    margin-bottom: 0 !important;
    padding: 0 12px;
  }
  .content_header_bottom .content_flex.content_liste_btn_icone li a {
    color: #fff;
    text-decoration: none;
  }
  .content_header_bottom .content_flex.content_liste_btn_icone li a:before {
    font-size: 26px !important;
    color: #fff;
  }
  .content_header_bottom .content_flex.content_liste_btn_icone li:last-child {
    padding-right: 0;
  }
  .content_header_bottom .content_flex.content_liste_btn_icone li.list_mon_panier .minicart-wrapper .action.showcart:before {
    color: #fff !important;
    font-size: 26px !important;
  }
  .content_header_bottom .content_liste_btn_icone li.list_mon_panier .minicart-wrapper .action.showcart:before {
    font-family: "Mtr-Theme" !important;
    color: #1d2026 !important;
    font-size: 24px !important;
    line-height: 14px !important;
    overflow: inherit !important;
    font-weight: 800;
  }
  .custom-header {
    position: relative;
  }
  .custom-header .content_flex.content_liste_btn_icone {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 10;
  }
  .custom-header .content_flex.content_liste_btn_icone li a:before {
    color: #fff;
  }
  .custom-header .content_flex.content_liste_btn_icone li.list_mon_panier .minicart-wrapper .action.showcart:before {
    color: #fff !important;
  }
}
@media (max-width: 768px) {
  .minicart-wrapper {
    margin-top: 8px;
  }
  .content_header_middle .block_search input[type="text"] {
    position: inherit;
    height: 40px;
    width: 240px;
    margin: 0;
  }
  .content_header_middle .block_search .block-search {
    margin-top: 0;
    width: auto;
  }
  .content_header_middle .block_search .action.search {
    width: 64px;
    height: 40px;
    padding: 0 8px;
    border-radius: 0 76px 76px 0;
    right: 0;
    color: #fff;
    background: #101010;
    border: 1px solid #101010;
    opacity: 1 !important;
    display: block;
  }
  .content_header_middle .block_search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    content: "\e615";
    font-family: "luma-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .content_header_middle .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;
  }
  .content_header_middle .block_search .field.search .label[data-role="minisearch-label"] {
    display: none;
  }
  .content_header_middle .block_search #search_mini_form {
    display: flex;
    justify-content: flex-end;
  }
  .block_search .control {
    border: 1px solid #e1e3e6;
    border-radius: 76px;
    height: 40px;
    width: 278px;
  }
  .custom-header .content_flex.content_liste_btn_icone li .content_header_block_compte_link,
  .custom-header .content_flex.content_liste_btn_icone li .content_header_block_favoris_link {
    margin-top: 8px;
  }
}
@media (max-width: 768px) and (max-width: 420px) {
  .block_search .control {
    width: 230px;
  }
  .block_search .control input[type="text"] {
    width: 200px;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  .block_search .control {
    width: 230px;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .block_search .control {
    width: 200px;
  }
  .block_search .control input[type="text"] {
    width: 150px !important;
  }
}
@media (max-width: 768px) and (max-width: 340px) {
  .block_search .control {
    width: 150px;
  }
  .block_search .control input[type="text"] {
    width: 120px !important;
  }
}
/*page mes avis*/
.mes-avis-page {
  border: 1px solid #dee2e7;
  padding: 24px;
}
.mes-avis-page h1 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  padding: 0;
  margin: 0 0 16px 0;
}
.mes-avis-page #testimonial-form .fieldset {
  margin: 0 0 16px 0;
}
.mes-avis-page #testimonial-form .fieldset .field:first-child {
  margin: 0;
}
.mes-avis-page #testimonial-form .field.content_bloc_avis {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #e1e3e6;
}
.mes-avis-page #testimonial-form .field.content_bloc_avis .label {
  font-family: Inter;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  color: #101010;
  margin: 0;
  padding: 0;
}
.mes-avis-page #testimonial-form .field.content_bloc_avis textarea {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  border: 0;
  resize: none;
  padding: 0;
  box-shadow: none;
}
.mes-avis-page .actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mes-avis-page .actions .action.primary {
  padding: 8px 24px;
  border-radius: 176px;
  background: #101010;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  border: 1px solid #101010;
}
@media (max-width: 412px) {
  .content_header_middle .block_search input[type="text"] {
    width: 220px;
  }
}
@media (max-width: 390px) {
  .content_header_middle .block_search input[type="text"] {
    width: 200px;
  }
}
@media (max-width: 360px) {
  .content_header_middle .block_search input[type="text"] {
    width: 180px;
  }
}
@media (max-width: 320px) {
  .content_header_middle .block_search input[type="text"] {
    width: 140px;
  }
}
/*bloc related product*/
.block-content[aria-labelledby="block-related-heading"] .block-actions {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .block-content[aria-labelledby="block-related-heading"] .block-actions {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.block-content[aria-labelledby="block-related-heading"] .block-actions .action.select {
  padding: 8px 24px;
  border-radius: 176px;
  background: #101010;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}
.products-related .field.choice.related {
  width: 100% !important;
  margin: 0 0 12px 0 !important;
}
/*page procedure paiement*/
#checkout {
  padding-top: 50px;
}
.opc-progress-bar-item:first-child::before {
  border-radius: 0;
}
.opc-progress-bar-item:first-child > span::after {
  content: "1" !important;
  font-family: Inter !important;
}
.opc-progress-bar-item:last-child > span::after {
  content: "2" !important;
  font-family: Inter !important;
}
.opc-progress-bar-item::before {
  height: 3px;
  border: 0;
  background: #bdc4cd;
}
.opc-progress-bar-item:last-child::before {
  border-radius: 0;
}
.opc-progress-bar-item._active::before,
.opc-progress-bar-item._active > span::before {
  background: #ef7e25;
  border-color: #ef7e25;
}
.opc-progress-bar-item._active > span::after {
  border-color: #ef7e25;
  background: #ef7e25;
  color: #fff;
  font-family: Inter !important;
}
.opc-progress-bar-item > span::before {
  display: none;
}
.opc-progress-bar-item > span::after {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background: #bdc4cd;
  color: #fff;
}
.opc-progress-bar-item > span {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  color: #101010;
}
.opc-progress-bar-item._active > span {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #101010;
}
#checkoutSteps li {
  padding: 24px 24px 0 24px;
  border-radius: 8px;
  border: 1px solid #dee2e7;
  margin: 0 0 12px 0;
}
.opc-wrapper .step-title {
  border: 0;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  color: #101010;
  padding: 0;
  margin-bottom: 12px;
}
.opc-wrapper .shipping-address-item.selected-item::after {
  background: #ef7e25;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ef7e25;
}
.opc-wrapper .shipping-address-item.selected-item a {
  color: #101010;
  text-decoration: underline;
}
.opc-wrapper .shipping-address-item.selected-item a:hover {
  text-decoration: none;
}
.new-address-popup button {
  padding: 8px 24px;
  border-radius: 176px;
  background: #ffffff;
  border: 1px solid #bdc4cd;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #101010;
  max-width: 200px;
}
#checkout .actions-toolbar .action.primary {
  padding: 8px 24px;
  border-radius: 176px;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #101010;
  background: #fff;
  border: 1px solid #bdc4cd;
  max-width: 200px;
  text-align: center;
}
#checkout .actions-toolbar .action.primary:hover {
  background: #000;
  color: #fff;
}
.opc-sidebar {
  margin-top: 0;
}
.opc-sidebar .opc-block-summary {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  margin: 0 0 12px 0;
  border: 1px solid #dee2e7;
}
.opc-sidebar .opc-block-summary .title {
  border: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.opc-sidebar .opc-block-summary .table-totals {
  border-top: 0;
}
.opc-sidebar .opc-block-summary .table-totals th,
.opc-sidebar .opc-block-summary .table-totals td {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  color: #8b96a5;
}
.opc-sidebar .opc-block-summary .mark .value,
.opc-sidebar .opc-block-summary .mark .title {
  margin-top: 10px;
  color: #8b96a5;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  color: #101010;
}
.opc-block-summary .table-totals .grand .amount {
  color: #101010;
  padding-bottom: 0;
}
.opc-block-shipping-information {
  padding: 0;
}
.opc-block-shipping-information .shipping-information .ship-to,
.opc-block-shipping-information .shipping-information .ship-via {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #dee2e7;
}
.opc-block-shipping-information .shipping-information-title {
  border: 0;
  margin: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.opc-progress-bar-item._complete > span {
  color: #101010;
}
.checkout-payment-method .checkout-billing-address .billing-address-details a {
  color: #101010;
  text-decoration: underline;
}
.checkout-payment-method .checkout-billing-address .billing-address-details a:hover {
  text-decoration: none;
}
.opc-block-shipping-information .shipping-information-content a {
  color: #101010;
  text-decoration: underline;
}
.opc-block-shipping-information .shipping-information-content a:hover {
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #101010;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action.action-apply {
  padding: 8px;
  background: #101010;
  border: 1px solid #000000;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  border-radius: 0;
  margin: 0;
  height: 32px;
  box-shadow: none;
  display: flex;
  align-items: center;
}
.modal-popup.modal-slide .modal-footer .action-save-address {
  padding: 8px 24px;
  border-radius: 176px;
  background: #101010;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  border: 1px solid #101010;
}
.opc-wrapper .shipping-address-item a {
  color: #101010;
  text-decoration: underline;
}
.opc-wrapper .shipping-address-item a:hover {
  text-decoration: none;
}
.opc-wrapper .shipping-address-item .action-select-shipping-item {
  padding: 8px 24px;
  border-radius: 176px;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #101010;
  background: #fff;
  border: 1px solid #bdc4cd;
}
@media (max-width: 640px) {
  .footer_link_block_reseau_sociaux {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .footer_link_block_reseau_sociaux {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .content_footer_middle .content_flex .col-md-8 .content_flex .col-md-4 {
    width: 100%;
    margin-bottom: 32px;
  }
  .content_footer_middle .content_flex .col-md-8 .content_flex .col-md-4:nth-child(1),
  .content_footer_middle .content_flex .col-md-8 .content_flex .col-md-4:nth-child(2) {
    width: 50%;
  }
}
#layered-filter-block.active .filter-title {
  border-bottom: 0;
}
#layered-filter-block.active .filter-title strong {
  width: 100%;
  position: relative;
  height: 30px;
}
#layered-filter-block.active .filter-title strong:before {
  display: none;
}
#layered-filter-block.active .filter-title strong::after {
  position: absolute;
  right: 20px;
  top: 0;
}
#layered-filter-block.active .filter-options {
  padding-left: 20px;
  padding-right: 20px;
}
#layered-filter-block.active .filter-options .filter-options-title::after {
  top: 13px;
}
@media (max-width: 768px) {
  #layered-filter-block .filter-title strong {
    padding: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 10px;
  }
  #layered-filter-block .filter-title strong:before {
    content: "\e927";
    font-family: "Mtr-Theme" !important;
    color: #101010;
    text-indent: inherit;
  }
}
.sidebar-additional .block.block-reorder {
  display: none;
}
@media (max-width: 856px) {
  .page-main {
    padding-top: 20px;
  }
}
/*caroussel sur mobile*/
.tabs.tab_xs {
  display: none;
}
@media (max-width: 640px) {
  .tabs.tab_xs {
    display: block;
  }
  .tabs.tab_xs .owl-dots {
    display: none !important;
  }
  .tabs.tab_xs .owl-stage-outer {
    padding: 0;
  }
}
.tabs.tab_lg {
  display: flex;
}
@media (max-width: 640px) {
  .tabs.tab_lg {
    display: none;
  }
}
.promotion_lg,
.meilleures_ventes_lg,
.fin_de_stock_lg {
  display: flex;
}
@media (max-width: 640px) {
  .promotion_lg,
  .meilleures_ventes_lg,
  .fin_de_stock_lg {
    display: none;
  }
}
.promotion_xs,
.meilleures_ventes_xs,
.fin_de_stock_xs {
  display: none;
}
.promotion_xs .item,
.meilleures_ventes_xs .item,
.fin_de_stock_xs .item {
  margin-right: 10px;
}
@media (max-width: 640px) {
  .promotion_xs,
  .meilleures_ventes_xs,
  .fin_de_stock_xs {
    display: block;
  }
}
.promotion_xs .owl-dots,
.meilleures_ventes_xs .owl-dots,
.fin_de_stock_xs .owl-dots {
  display: none !important;
}
.promotion_xs a,
.meilleures_ventes_xs a,
.fin_de_stock_xs a {
  text-decoration: none;
}
.promotion_xs .owl-stage,
.meilleures_ventes_xs .owl-stage,
.fin_de_stock_xs .owl-stage {
  padding-left: 0 !important;
}
.promotion_xs .combined-price .piece-price .prix_pduit_barre,
.meilleures_ventes_xs .combined-price .piece-price .prix_pduit_barre,
.fin_de_stock_xs .combined-price .piece-price .prix_pduit_barre {
  display: block;
  width: 100%;
}
/*blog mobile*/
.blog_xs {
  display: none;
}
.blog_xs .item {
  margin-right: 10px;
}
@media (max-width: 640px) {
  .blog_xs {
    display: block;
  }
  .blog_xs .owl-dots {
    display: none !important;
  }
  .blog_xs .owl-stage {
    padding-left: 0 !important;
  }
}
.blog_xs a {
  width: 100%;
  margin: 0;
  padding: 0px;
  border-radius: 8px;
  align-items: center;
  height: 100%;
  border: 1px solid #e1e4ed;
  display: flex;
  text-decoration: none;
}
.blog_xs a .content_image {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.blog_xs a .content_image .content_image_inner {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
  min-height: 300px;
}
.blog_xs a .content_dec_astuce {
  background-color: #fff;
  width: 60%;
  border-radius: 0 8px 8px 0;
  height: 100%;
  padding: 20px 15px;
}
.blog_xs a .content_dec_astuce h6 {
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
  overflow: hidden;
}
.blog_xs a .content_dec_astuce p {
  margin: 0 0 24px 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #8b96a5;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 63px;
  overflow: hidden;
}
.blog_xs a .content_dec_astuce .date {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #101010;
}
.blog_lg {
  display: flex;
}
@media (max-width: 640px) {
  .blog_lg {
    display: none !important;
  }
}
/*bouton sur popup*/
.modal-popup .modal-footer button {
  width: auto;
  background-color: #101010;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.078);
  padding: 8px 24px;
  border-radius: 176px;
  border: 1px solid #101010;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  cursor: pointer;
}
/*detail decoupe*/
.liste_detail_decoupe {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
.liste_detail_decoupe li {
  width: 30%;
  padding: 0;
  margin: 0 3% 15px 0;
  border: 1px solid #dee2e7;
}
@media (max-width: 768px) {
  .liste_detail_decoupe li {
    width: 47%;
  }
}
@media (max-width: 640px) {
  .liste_detail_decoupe li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.liste_detail_decoupe li:last-child {
  margin-right: 0;
}
.liste_detail_decoupe .bloc_etape {
  padding: 16px;
  position: relative;
}
.liste_detail_decoupe .bloc_etape h3,
.liste_detail_decoupe .bloc_etape .titre-etape-detail {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  margin: 0 0 10px 0;
  width: auto;
}
.liste_detail_decoupe .bloc_etape p {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #505050;
  width: 50%;
}
.liste_detail_decoupe .bloc_etape .desc_etape {
  display: flex;
}
.liste_detail_decoupe .bloc_etape .desc_etape label {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #505050;
  width: 50%;
}
.liste_detail_decoupe .bloc_etape .desc_etape span {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
}
.liste_detail_decoupe .content_piece_outer {
  padding: 10px 0;
  border-bottom: 1px solid #dee2e7;
}
.liste_detail_decoupe .content_piece_outer:last-child {
  border-bottom: 0;
}
.mydecoupe-index-index .block-dashboard-info .decoupe_list table {
  border-collapse: collapse;
}
.mydecoupe-index-index .block-dashboard-info .decoupe_list table thead th {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #50555c;
  border-bottom: 1px solid #bdc4cd;
}
.mydecoupe-index-index .block-dashboard-info .decoupe_list table tbody td {
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #101010;
  border-top: 1px solid #bdc4cd;
  vertical-align: middle;
}
.mydecoupe-index-index .block-dashboard-info .decoupe_list table tbody tr {
  cursor: pointer;
  position: relative;
}
.mydecoupe-index-index .block-dashboard-info .decoupe_list table tbody tr:after {
  content: "\e90a";
  color: #101010;
  position: absolute;
  font-family: "Mtr-Theme" !important;
  right: 16px;
  top: 25%;
}
@media (max-width: 400px) {
  .mydecoupe-index-index .block-dashboard-info .decoupe_list table tbody tr:after {
    font-size: 10px;
    right: 0;
  }
}
.mydecoupe-index-index .block-dashboard-info .decoupe_list table tbody tr:nth-child(even) {
  background: #f7fafc;
}
.mydecoupe-index-index .block-dashboard-info .decoupe_list table tbody tr:nth-child(odd) {
  background-color: transparent;
}
.newsletter-manage-index .save {
  padding: 8px 16px 8px 16px;
  border-radius: 176px;
  background: #101010;
  border: 1px solid #101010;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-decoration: none;
  position: relative;
  max-width: 200px;
  text-align: center;
}
.newsletter-manage-index .save:hover {
  background: #ef7e25;
  border: 1px solid #ef7e25;
}
.customer-address-index .add {
  padding: 8px 16px 8px 16px;
  border-radius: 176px;
  background: #101010;
  border: 1px solid #101010;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-decoration: none;
  position: relative;
  max-width: 200px;
  text-align: center;
}
.customer-address-index .add:hover {
  background: #ef7e25;
  border: 1px solid #ef7e25;
}
.customer-address-index .add:focus {
  background: #101010;
  border: 1px solid #101010;
}
.customer-address-form .actions-toolbar {
  padding-top: 20px;
}
.product-item .minimal-price-link {
  display: none;
}
.ht-custom {
  font-size: 12px !important;
}
.prix_ml {
  margin: 8px 0;
  font-size: 12px;
  color: #ef7e25;
  width: 100%;
  text-align: left;
  min-height: 12px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.filter-toggle-length button,
.filter-toggle-width button,
.filter-toggle-thickness button {
  background-color: transparent;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  margin: 0;
  padding: 15px 0;
  font-family: "Inter" !important;
  text-transform: none;
  text-align: left;
  border: 0;
  border-top: 1px solid #dee2e7;
  position: relative;
}
.filter-toggle-length button.closed::after,
.filter-toggle-width button.closed::after,
.filter-toggle-thickness button.closed::after {
  position: absolute;
  content: "\e622";
  font-family: "luma-icons";
  font-size: 13px;
  line-height: inherit;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  right: 2px;
  top: 12px;
  z-index: 110;
  color: #8b96a5;
}
.filter-toggle-length button.open::after,
.filter-toggle-width button.open::after,
.filter-toggle-thickness button.open::after {
  position: absolute;
  content: "\e621";
  font-family: "luma-icons";
  font-size: 13px;
  line-height: inherit;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  right: 2px;
  top: 12px;
  z-index: 110;
  color: #8b96a5;
}
.filter-toggle-length .filter-container,
.filter-toggle-width .filter-container,
.filter-toggle-thickness .filter-container {
  margin-bottom: 15px;
}
.filter-toggle-length .filter-container input,
.filter-toggle-width .filter-container input,
.filter-toggle-thickness .filter-container input {
  border: 1px solid #dee2e7;
  height: 40px;
  border-radius: 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #bdc4cd;
}
.filter-toggle-length .filter-container input:focus,
.filter-toggle-width .filter-container input:focus,
.filter-toggle-thickness .filter-container input:focus {
  box-shadow: none;
  outline: none;
}
.filter-toggle-length .filter-container input::placeholder,
.filter-toggle-width .filter-container input::placeholder,
.filter-toggle-thickness .filter-container input::placeholder {
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 1;
  color: #bdc4cd;
}
.filter-toggle-length .filter-container ::-webkit-input-placeholder,
.filter-toggle-width .filter-container ::-webkit-input-placeholder,
.filter-toggle-thickness .filter-container ::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 1;
  color: #bdc4cd;
}
.filter-toggle-length .filter-container ::-moz-placeholder,
.filter-toggle-width .filter-container ::-moz-placeholder,
.filter-toggle-thickness .filter-container ::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 1;
  color: #bdc4cd;
}
.filter-toggle-length .filter-container :-moz-placeholder,
.filter-toggle-width .filter-container :-moz-placeholder,
.filter-toggle-thickness .filter-container :-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 1;
  color: #bdc4cd;
}
.filter-toggle-length .filter-container :-ms-input-placeholder,
.filter-toggle-width .filter-container :-ms-input-placeholder,
.filter-toggle-thickness .filter-container :-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 1;
  color: #bdc4cd;
}
.plumrocket-product-filter .filter-options-title:after {
  top: 12px;
}
.control.captcha input[type="text"] {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e1e3e6;
  border-radius: 8px;
  margin: 0 0 8px 0;
}
.contact-index-index .contentServiceQualite {
  margin-left: 0;
  margin-right: 0;
}
.contact-index-index .contentServiceQualite .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.content_promo_nvprix {
  margin-bottom: 10px;
  clear: both;
}
.content_promo_nvprix .promo {
  background-color: #fa3434;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-right: 8px;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
}
.combined-price {
  clear: both;
}
.combined-price .unit-price {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  color: #ef7e25;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  line-height: 120%;
}
.combined-price .ratio-price {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  color: #477CAC;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  line-height: 120%;
}
.combined-price .piece-price {
  display: flex;
  margin: 0 0 10px 0;
  padding: 0;
  align-items: center;
  font-size: 14px !important;
  font-weight: bold;
  flex-wrap: wrap;
  line-height: 130%;
}
.combined-price .piece-price .prix_pduit_barre {
  line-height: 19px;
  color: #8b96a5;
  margin-right: 10px;
  text-decoration: line-through;
  font-size: 14px !important;
  font-weight: normal;
}
.combined-price .piece-price .prix_pduit {
  margin: 0 10px 0 0;
}
.combined-price .piece-price .content_prix_par {
  padding: 0 10px 0 0;
}
.combined-price .piece-price .content-piece-price {
  display: flex;
  padding: 0;
}
.combined-price .piece-price .content-piece-price .price-container {
  display: flex;
}
.combined-price .piece-price .content-piece-price .price-wrapper {
  margin: 0 !important;
}
.combined-price .piece-price .content-piece-price .price-excluding-tax::before,
.combined-price .piece-price .content-piece-price .weee[data-label]::before {
  content: '(' !important;
}
.combined-price .piece-price .content-piece-price .price-excluding-tax::after,
.combined-price .piece-price .content-piece-price .weee[data-label]::after {
  content: 'HTVA)' !important;
  margin: 0 10px 0 0;
}
.combined-price .piece-price .content-piece-price .price-excluding-tax .price,
.combined-price .piece-price .content-piece-price .price-including-tax .price {
  font-size: 14px !important;
  font-weight: bold;
}
.combined-price .piece-price .content-piece-price .price-including-tax[data-price-type="oldPrice"] .price {
  font-weight: normal;
}
.products-grid .combined-price .content-piece-price {
  padding: 0;
}
.control.captcha input[type="text"] {
  width: 100%;
  padding: 8px 16px !important;
  border: 1px solid #e1e3e6 !important;
  border-radius: 8px;
  margin: 0 0 8px 0;
}
.content_decoupe_etape_2 .content_image_etape_2 img#img-1.Largeur1 {
  border-top: 10px solid;
}
.content_decoupe_etape_2 .content_image_etape_2 img#img-1.Largeur2 {
  border-bottom: 10px solid;
}
.content_decoupe_etape_2 .content_image_etape_2 img#img-1.Longueur1 {
  border-left: 10px solid;
}
.content_decoupe_etape_2 .content_image_etape_2 img#img-1.Longueur2 {
  border-right: 10px solid;
}
.cms-decoupes-sur-mesure-etape-trois .content_decoupe_etape_2 .content_image_etape_2 {
  display: inline-block;
}
.cms-decoupes-simple-etape-trois .content_decoupe_etape_2 .content_image_etape_2 {
  display: flex;
}
.cms-decoupes-simple-etape-trois .content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li #virtual-product-title {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  margin: 0 0 4px 0;
  padding: 0;
}
.cms-decoupes-simple-etape-trois .content_decoupe_etape_2 .content_list_attribut_avec_ajout ul li .fieldset {
  margin-bottom: 0;
}
.opc-sidebar .opc-block-summary .product-item-details .product.options .toggle {
  margin-top: 20px;
  margin-bottom: 10px;
  background: #101010;
  color: #fff;
  padding: 10px;
  border-radius: 76px;
  text-align: center;
}
.opc-sidebar .opc-block-summary .product-item-details .product.options .toggle::after {
  color: #fff;
}
@media (max-width: 768px) {
  .opc-sidebar .opc-block-summary .product-item-details .product.options .toggle {
    max-width: 200px;
  }
}
@font-face {
  font-family: 'Mtr-Theme';
  src: url('../fonts/Mtr-icons/fonts/Mtr-Theme.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Mtr-Theme' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-panier:before,
.action.showcart:before {
  /*content: "\e900"!important;*/
  /*content: "\e915"!important;*/
  content: "\e91e" !important;
}
.icon-mon_compte:before {
  /*content: "\e901";*/
  content: "\e916";
  font-size: 26px !important;
  font-weight: 800;
}
.icon-favori:before {
  /*content: "\e902";*/
  content: "\e914";
}
.icon-mail:before {
  content: "\e903";
  color: #8b96a5;
}
.icon-iconevideo:before {
  content: "\e904";
  color: #bdc4cd;
}
.icon-iconeinstagram:before {
  content: "\e905";
  color: #bdc4cd;
}
.icon-iconelinkdin:before {
  content: "\e906";
  color: #bdc4cd;
}
.icon-iconetweeter:before {
  content: "\e907";
  color: #bdc4cd;
}
.icon-iconefb:before {
  content: "\e908";
  color: #bdc4cd;
}
.icon-icone-menu-mobile:before {
  content: "\e909";
}
.icon-fleche_droite:before,
.swiper-button-next {
  content: "\e90a";
  color: #fff;
}
.icon-serviceQualite:before {
  content: "\e90b";
}
.icon-iconeCateg:before {
  content: "\e90c";
  color: #8b96a5;
}
.icon-btnPrevCateg:before {
  content: "\e90d";
  color: #505050;
}
.icon-icone-mail:before {
  content: "\e90e";
  color: #8b96a5;
}
.icon-guillemet_droite_temoignage:before {
  content: "\e90f";
  color: #ef7e25;
}
.icon-guillemet_gauche_temoin:before {
  content: "\e910";
  color: #ef7e25;
}
.icon-calendrier-contact:before {
  content: "\e911";
  color: #fff;
}
.icon-adresse-contact:before {
  content: "\e912";
  color: #fff;
}
.icon-contact-phone:before {
  content: "\e913";
  color: #fff;
}
.icon-Close:before {
  content: "\e914";
}
.icon-Plus:before {
  content: "\e915";
}
.icon-icone-whistlist:before {
  content: "\e914";
}
.icon-ShoppingCart:before {
  content: "\e915";
  color: #fff;
}
.icon-icone-user-modif:before {
  content: "\e916";
}
.icon-icone-comment:before {
  content: "\e917";
}
.icon-question:before {
  content: "\e918";
}
.icon-mapIcone:before {
  content: "\e919";
}
.icon-ThumbsUpModif:before {
  content: "\e91a";
}
.icon-creditCardModif:before {
  content: "\e91b";
}
.icon-truckModif:before {
  content: "\e91c";
}
.icon-starModif:before {
  content: "\e91d";
}
.icon-shoppingCartModif:before {
  content: "\e91e";
}
.icon-supprPanier:before {
  content: "\e91f";
}
.icon-icone_telecharger_facture:before {
  content: "\e920";
}
.icon-icone_decoupe:before {
  content: "\e921";
}
.icon-icone-se-deconnecter:before {
  content: "\e922";
}
.icon-icone_info:before {
  content: "\e923";
}
.icon-edit:before {
  content: "\e924";
}
.icon-check:before {
  content: "\e925";
  color: #00b517;
}
.icon-dec_whislist:before {
  content: "\e926";
}
.icon-icone_filtre:before {
  content: "\e927";
}
.icon-email-contact:before {
  content: "\e90e";
  color: #fff;
  font-size: 18px !important;
  top: 2px !important;
}
.sparsh-testimonials-block h2 {
  color: #333;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: relative;
  margin: 0px 0 30px;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer {
  margin: 0;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .sparsh-testimonials-content-block {
  background: #6c70741a;
  padding: 14px;
  padding-bottom: 35px;
  height: 200px;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .sparsh-testimonials-content-block .box-sizing {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .sparsh-testimonials-content-block .sparsh-testimonials-detail {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 30px;
  height: 65%;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .sparsh-testimonials-content-block .sparsh-testimonials-detail span {
  font-weight: 400;
  display: block;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .sparsh-testimonials-content-block .sparsh-testimonials-name {
  padding-left: 30px;
  font-size: 12px;
  color: #212121;
  font-weight: 300;
  background: url('../Sparsh_Testimonials/images/quotation-marks.png') no-repeat left 3px;
  background-size: 20px auto;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .sparsh-testimonials-content-block .sparsh-testimonials-name .bold-text {
  color: #006bb4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: block;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .owl-prev {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  left: -22px;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .owl-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  right: -22px;
}
.sparsh-testimonials-block .view-all-testimonials {
  margin-top: 40px;
  text-align: center;
}
.sparsh-testimonials-message-column {
  display: inline-block;
  width: 100%;
}
.sparsh-testimonials-message-column ul {
  margin: 0 -15px;
  list-style-type: none;
}
.sparsh-testimonials-message-column ul li {
  padding: 0 15px;
  float: left;
  margin-left: -50px;
}
.sparsh-testimonials-message-column ul li .box-sizing {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sparsh-testimonials-message-column ul li .sparsh-testimonials-detail {
  padding: 15px;
  background: #fff;
}
.sparsh-testimonials-message-column ul li .sparsh-testimonials-detail p {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 15px;
}
.sparsh-testimonials-message-column ul li .sparsh-testimonials-detail p span {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.sparsh-testimonials-message-column ul li .sparsh-testimonials-detail .sparsh-testimonials-name {
  padding-left: 60px;
  font-size: 16px;
  color: #212121;
  font-weight: 300;
  background: url('../Sparsh_Testimonials/images/quotation-marks.png') no-repeat left 3px;
  background-size: 40px auto;
}
.sparsh-testimonials-message-column ul li .sparsh-testimonials-detail .sparsh-testimonials-name .bold-text {
  color: #006bb4;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  display: block;
}
.sparsh-testimonials-message-column ul li .sparsh-testimonials-detail h4 {
  color: #006bb4;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sparsh-testimonials-message-column ul li .sparsh-testimonials-detail .contact-details {
  display: inline-block;
  width: 100%;
}
.sparsh-testimonials-message-column ul li .sparsh-testimonials-detail .contact-details ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.sparsh-testimonials-message-column ul li .sparsh-testimonials-detail .contact-details ul li {
  padding: 0 0 0 33px;
  margin: 0 0 6px 0;
  display: inline-block;
  width: 100%;
}
.sparsh-testimonials-message-column ul li .sparsh-testimonials-detail .contact-details ul li p {
  line-height: normal;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
.sparsh-testimonials-message-column ul li .sparsh-testimonials-detail .contact-details ul li a {
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 300;
}
.sparsh-testimonials-message-column.testimonials-full-width ul li {
  width: 100%;
  margin-bottom: 30px;
}
.sparsh-testimonial-label {
  text-align: left !important;
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.sparsh-testimonials-block .sparsh-testimonial-buttons {
  position: relative;
  display: inline-flex;
  width: 100%;
  clear: both;
}
.sparsh-testimonials-block .sparsh-testimonial-buttons h1 {
  float: left;
}
.sparsh-testimonials-block .sparsh-testimonial-buttons p {
  float: right;
  position: absolute;
  right: 0;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer-no {
  text-align: center;
  font-size: 40px;
  font-weight: 100;
}
.sparsh-testimonials-block .sparsh-testimonials-detail {
  word-break: break-all;
}
.sparsh-testimonials-block .sparsh-testimonials-name {
  word-break: break-all;
}
@media only screen and (max-width: 400px) {
  .sparsh-testimonials-block .sparsh-testimonial-buttons {
    display: block;
  }
  .sparsh-testimonials-block .sparsh-testimonial-buttons p {
    float: none;
    position: unset;
  }
  .sparsh-testimonials-block .sparsh-testimonial-buttons h1 {
    float: none;
  }
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions {
  text-align: center;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions .actions-primary {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
