@charset "UTF-8";
.separator-bar {
  width: 100%;
  height: 18px;
}
.separator-bar.padding-top {
  margin-top: 3.2rem;
}
.separator-bar.padding-bottom {
  margin-bottom: 3.2rem;
}
.separator-bar.padding-both {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.separator-bar.color-1 {
  --stripe-size: 28px;
  --stripe-main: var(--wpb-color-1);
  --stripe-light: color-mix(in srgb, var(--wpb-color-1) 50%, white);
  background: repeating-linear-gradient(90deg, var(--stripe-main) 0, var(--stripe-main) var(--stripe-size), var(--stripe-light) var(--stripe-size), var(--stripe-light) calc(var(--stripe-size) * 2));
}
.separator-bar.color-2 {
  --stripe-size: 28px;
  --stripe-main: var(--wpb-color-2);
  --stripe-light: color-mix(in srgb, var(--wpb-color-2) 50%, white);
  background: repeating-linear-gradient(90deg, var(--stripe-main) 0, var(--stripe-main) var(--stripe-size), var(--stripe-light) var(--stripe-size), var(--stripe-light) calc(var(--stripe-size) * 2));
}

.woocommerce .wpb-item .show-password-input {
  width: auto;
  border: 0;
  padding: 0;
}

.wpb-item .wpb-card-image img {
  border-radius: 0;
}

.wpb-item-alternate-blocks + .wpb-item-steps {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .wpb-item-alternate-blocks {
    padding-left: 0;
    padding-right: 0;
  }
  .wpb-item-alternate-blocks .text {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.btn.default {
  border-radius: 0;
  padding: 0.35rem 1.1rem;
}

.btn.icon svg {
  margin: 0;
  height: auto;
  width: 35px;
  max-width: 35px;
  max-height: 35px;
}

.btn.round {
  font-size: 2rem;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  border-radius: 2.4rem;
  padding: 0.4rem 1.6rem;
}
.btn.round:hover {
  background-color: #000;
  color: #fff;
}

.btn.black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn.black svg {
  fill: #fff;
}
.btn.black:hover {
  color: #fff;
  background-color: var(--wpb-color-1);
  border-color: var(--wpb-color-1);
}
.btn.black:hover svg path {
  fill: #fff;
}

.editorial ul li:before {
  width: 4px;
  height: 4px;
  top: 11px;
  background-color: #000;
}

.breadcrumb .container > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 1.2rem;
  font-weight: 400;
}
.breadcrumb .separator {
  display: inline-block;
  margin: 0 0.8rem;
}
.breadcrumb a {
  color: #000;
}

.wpb-item-products-selection .yith-wcwl-add-to-wishlist-button__label,
.products-list .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.wpb-item-products-selection .yith-add-to-wishlist-button-block,
.wpb-item-products-selection .favorite-need-login,
.products-list .yith-add-to-wishlist-button-block,
.products-list .favorite-need-login {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin: 0;
}
.wpb-item-products-selection .yith-add-to-wishlist-button-block svg,
.wpb-item-products-selection .favorite-need-login svg,
.products-list .yith-add-to-wishlist-button-block svg,
.products-list .favorite-need-login svg {
  max-height: 17px;
  height: 100%;
  width: 100%;
}
.wpb-item-products-selection .yith-add-to-wishlist-button-block svg path,
.wpb-item-products-selection .favorite-need-login svg path,
.products-list .yith-add-to-wishlist-button-block svg path,
.products-list .favorite-need-login svg path {
  stroke: #696969;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpb-item-products-selection .yith-add-to-wishlist-button-block svg:hover path,
.wpb-item-products-selection .favorite-need-login svg:hover path,
.products-list .yith-add-to-wishlist-button-block svg:hover path,
.products-list .favorite-need-login svg:hover path {
  stroke: var(--wpb-color-1);
}
.wpb-item-products-selection .wpb-card-text,
.products-list .wpb-card-text {
  padding-top: 1.6rem;
}
.wpb-item-products-selection .wpb-card-text-title,
.products-list .wpb-card-text-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 0.8rem 0;
}
.wpb-item-products-selection .wpb-card-text-price,
.products-list .wpb-card-text-price {
  font-size: 1.4rem;
  color: #696969;
  font-weight: 400;
}
.wpb-item-products-selection .wpb-card-text-price ins,
.products-list .wpb-card-text-price ins {
  color: var(--wpb-color-1);
  font-weight: 500;
  text-decoration: none;
  margin-left: 0.8rem;
}
.wpb-item-products-selection .wpb-card-text-bottom,
.products-list .wpb-card-text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wpb-item-products-selection .product-colors,
.products-list .product-colors {
  margin-top: 1.2rem;
}
@media screen and (max-width: 582px) {
  .wpb-item-products-selection,
  .products-list {
    -ms-grid-columns: 2fr 24px 2fr;
    grid-template-columns: repeat(2, 2fr);
    grid-column-gap: 24px;
  }
}

.product-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  width: 100%;
}
.product-colors input {
  display: none;
}
.product-colors label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
}
.product-colors .product-colors-more {
  display: inline-block;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 1.2rem;
}
.product-colors.bigger input:checked + .product-color-dot:before {
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}
.product-colors.bigger .product-color-dot {
  width: 22.5px;
  height: 22.5px;
  margin-right: 15px;
}
.product-colors.bigger .product-color-dot:before {
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.product-colors .product-color-dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.product-colors .product-color-dot:before {
  content: "";
  display: block;
  left: -2px;
  top: -2px;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid rgba(105, 105, 105, 0.1);
  border-radius: 100%;
  pointer-events: none;
}

.product-papers .paper {
  position: relative;
  margin-bottom: 1.2rem;
}
.product-papers .paper:last-child {
  margin-bottom: 0;
}
.product-papers .paper input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 100% !important;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.product-papers .paper input[type=radio]:checked + .paper-container {
  border-color: var(--wpb-color-1);
}
.product-papers .paper-container {
  border: 2px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-papers .paper img {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  margin-right: 2.4rem;
}
.product-papers .paper-label {
  width: calc(100% - 65px);
}
.product-papers .paper-title {
  font-size: 1.4rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.product-papers .paper-price {
  display: inline-block;
  margin-left: auto;
  color: #b9b9b9;
  font-size: 1.2rem;
}
.product-papers .paper-price span {
  color: #000;
}
.product-papers .paper-description {
  color: #c1c1c1;
  font-size: 1.2rem;
}

.paper-quality-title {
  text-align: center;
  font-family: var(--wpb-secondary-font);
  font-size: 3.6rem;
  margin-bottom: 3.2rem;
  font-weight: 400;
}
.paper-quality .item {
  text-align: left;
}
.paper-quality .item img {
  width: 100%;
  height: 213px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 0.8rem;
}
.paper-quality .item .title {
  font-size: 2.2rem;
  margin-bottom: 0.4rem;
  line-height: 2.2rem;
  padding-top: 1.6rem;
}
.paper-quality .item .subheading {
  font-family: "Palmerlake";
  font-size: 2.8rem;
  margin-bottom: 0.8rem;
  line-height: 2.8rem;
}
.paper-quality .item .content a {
  color: #000;
  text-decoration: underline;
  font-family: var(--wpb-secondary-font);
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.paper-quality .item .content a:hover {
  color: var(--wpb-color-1);
}
.paper-quality .item .content li {
  line-height: 1.8rem;
}

.alert.alert-info {
  background-color: rgba(246, 189, 205, 0.5);
  border: 0;
}
.alert.alert-info > * {
  font-family: "Palmerlake";
  font-size: 2.4rem;
  color: var(--wpb-color-2);
}
.alert.alert-info > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .grid.mobile-slider .owl-stage {
    padding-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .grid.mobile-slider .owl-stage .owl-item {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .grid.mobile-slider .owl-dots {
    bottom: -24px;
  }
  .grid.mobile-slider .owl-dots .owl-dot {
    background-color: #ccc;
    width: 30px;
    max-width: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .grid.mobile-slider .owl-dots .owl-dot.active {
    background-color: var(--wpb-color-text);
    max-width: 30px;
  }
  .grid.mobile-slider.wpb-gallery {
    margin-bottom: 2.4rem;
  }
}

.countdown {
  width: 100%;
  max-width: 200px;
}
.countdown .days,
.countdown .hours,
.countdown .minutes,
.countdown .seconds {
  display: inline-block;
  width: 31px;
}
.countdown .sep {
  display: inline-block;
  width: 3px;
}
.countdown .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.countdown .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
}
.countdown .labels span {
  width: 31px;
  display: inline-block;
  margin-right: 3px;
  text-align: center;
}
.countdown .labels span:last-child {
  margin-right: 0;
}

#custom-form .popup-content {
  padding: 0;
}
#custom-form .popup-content form > h2 {
  margin-top: 0;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-no-products-found .woocommerce-message,
.woocommerce-no-products-found .woocommerce-info {
  display: block;
  border: 1px solid #eeeeee;
  padding: 1.6rem 6.4rem;
  color: var(--wpb-color-text);
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px #eeeeee;
          box-shadow: 0px 5px 10px #eeeeee;
  border-radius: 0.4rem;
}
.woocommerce-notices-wrapper .woocommerce-message:focus,
.woocommerce-notices-wrapper .woocommerce-info:focus,
.woocommerce-no-products-found .woocommerce-message:focus,
.woocommerce-no-products-found .woocommerce-info:focus {
  outline: none;
}
.woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce-no-products-found .woocommerce-message:before,
.woocommerce-no-products-found .woocommerce-info:before {
  content: "";
  background-color: var(--wpb-color-1);
  width: 24px;
  height: 24px;
  position: absolute;
  left: calc(3.2rem - 12px);
  top: calc(50% - 12px);
  -webkit-mask: url("../images/svg/check.svg") no-repeat center;
          mask: url("../images/svg/check.svg") no-repeat center;
}
.woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce-notices-wrapper .woocommerce-info:after,
.woocommerce-no-products-found .woocommerce-message:after,
.woocommerce-no-products-found .woocommerce-info:after {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce-no-products-found .woocommerce-message,
.woocommerce-no-products-found .woocommerce-message a,
.woocommerce-no-products-found .woocommerce-info,
.woocommerce-no-products-found .woocommerce-info a {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.woocommerce-notices-wrapper .woocommerce-message .btn,
.woocommerce-notices-wrapper .woocommerce-info .btn,
.woocommerce-no-products-found .woocommerce-message .btn,
.woocommerce-no-products-found .woocommerce-info .btn {
  display: inline;
  float: none;
  margin: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: var(--wpb-color-1);
  text-decoration: underline;
}

.editorial h2 {
  font-size: 3.6rem;
  font-family: var(--wpb-secondary-font);
}
.editorial .subheading {
  font-size: 3.8rem;
  font-family: "Palmerlake";
  font-weight: initial;
  display: block;
  margin: 0;
  line-height: 2.4rem;
}
.editorial .wpb-item-alternate-blocks h2 {
  text-align: initial;
}
.editorial ul.checklist:first-child {
  margin-top: 0;
}
.editorial ul.checklist:last-child {
  margin-bottom: 0;
}
.editorial ul.checklist li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 0.8rem;
}
.editorial ul.checklist li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/svg/checklist.svg");
  background-color: transparent;
  border-radius: 0;
  left: 0;
  top: -2px;
}

body.mini-cart-open {
  overflow: hidden;
}
body.mini-cart-open header#site-header .right-header .cart:before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(105, 105, 105, 0.4);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
}
body.mini-cart-open header#site-header .right-header .cart .cart-preview {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#page.has-countdown {
  padding-top: calc(var(--wpb-header-height) + 50px);
}
@media screen and (max-width: 1279px) {
  #page {
    padding-top: var(--wpb-header-height-mobile);
  }
  #page.has-countdown {
    padding-top: calc(var(--wpb-header-height-mobile) + 50px);
  }
}

#countdown-header {
  background-color: var(--wpb-color-1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 0.8rem 2.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#countdown-header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#countdown-header .header-message {
  padding-right: 2.4rem;
  font-size: 1.3rem;
  line-height: 17.5px;
  color: #fff;
  max-height: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* nombre de lignes */
  line-clamp: 2;
  overflow: hidden;
}
#countdown-header .countdown {
  margin-bottom: 0;
}
#countdown-header .countdown .top {
  font-size: 1.6rem;
  color: #fff;
}
#countdown-header .countdown .labels {
  font-size: 0.8rem;
  color: #fff;
}
#countdown-header + header#site-header {
  margin-top: 50px;
}

body.fixed #countdown-header {
  opacity: 0;
}
body.fixed #countdown-header + header#site-header {
  margin-top: 0;
}

body:not(.fixed) header#site-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header#site-header {
  padding: 0 2.4rem;
}
header#site-header .wpb-search-form {
  background-color: rgba(105, 105, 105, 0.85);
}
header#site-header .wpb-search-form .search-field::-webkit-input-placeholder {
  opacity: 0.6;
  color: #fff;
}
header#site-header .container {
  max-width: 100%;
}
header#site-header #site-logo a img,
header#site-header #site-logo a svg {
  max-width: 152px;
  height: auto;
}
header#site-header .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#site-header .right-header > * {
  margin-right: 2.4rem;
}
header#site-header .right-header > *:last-child {
  margin-right: 0;
}
header#site-header .right-header .favorites a,
header#site-header .right-header .account a,
header#site-header .right-header .search-btn a {
  display: inline-block;
}
header#site-header .right-header .favorites svg,
header#site-header .right-header .account svg,
header#site-header .right-header .search-btn svg {
  max-width: 23px;
  max-height: 23px;
  width: 100%;
  display: block;
}
header#site-header .right-header .favorites svg path,
header#site-header .right-header .favorites svg line,
header#site-header .right-header .favorites svg circle,
header#site-header .right-header .account svg path,
header#site-header .right-header .account svg line,
header#site-header .right-header .account svg circle,
header#site-header .right-header .search-btn svg path,
header#site-header .right-header .search-btn svg line,
header#site-header .right-header .search-btn svg circle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header#site-header .right-header .favorites svg:hover path,
header#site-header .right-header .favorites svg:hover line,
header#site-header .right-header .favorites svg:hover circle,
header#site-header .right-header .account svg:hover path,
header#site-header .right-header .account svg:hover line,
header#site-header .right-header .account svg:hover circle,
header#site-header .right-header .search-btn svg:hover path,
header#site-header .right-header .search-btn svg:hover line,
header#site-header .right-header .search-btn svg:hover circle {
  stroke: var(--wpb-color-1);
}
header#site-header .right-header .favorites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#site-header .right-header .favorites a {
  display: inline-block;
}
header#site-header .right-header .favorites .favorite-label {
  display: none;
}
header#site-header .right-header .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header#site-header .right-header .account .account-label {
  display: none;
}
header#site-header .right-header .cart .count-box {
  position: absolute;
  line-height: 18px;
  height: 18px;
  min-width: 18px;
  padding: 0 3px;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  border-radius: 100%;
  display: block;
  z-index: 2;
  top: -8px;
  right: -10px;
  color: #fff;
  background-color: red;
  pointer-events: none;
}
header#site-header .right-header .cart > span {
  cursor: pointer;
  position: relative;
  display: block;
}
header#site-header .right-header .cart > span svg {
  max-width: 23px;
  max-height: 23px;
  width: 100%;
  display: block;
}
header#site-header .right-header .cart > span svg path,
header#site-header .right-header .cart > span svg rect {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header#site-header .right-header .cart > span svg:hover path,
header#site-header .right-header .cart > span svg:hover rect {
  stroke: var(--wpb-color-1);
}
header#site-header .right-header .cart .close-cart {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
header#site-header .right-header .cart .close-cart svg {
  width: 32px;
  height: auto;
}
header#site-header .right-header .cart .cart-preview {
  position: fixed;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  z-index: 5;
  top: 0;
  right: 0;
  width: 545px;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header#site-header .right-header .cart .cart-preview .cart-title {
  font-family: var(--wpb-secondary-font);
  font-size: 2.2rem;
  border-bottom: 1px solid #d9d9d9;
  padding: 3.2rem 3.2rem 1.6rem 3.2rem;
}
header#site-header .right-header .cart .woocommerce-mini-cart__empty-message {
  padding-top: 1.6rem;
}
header#site-header .right-header .cart .mini_cart_item {
  border-bottom: 1px solid #d9d9d9;
  padding: 1.6rem 0;
}
header#site-header .right-header .cart .product-data .product-name-container {
  margin-bottom: 0.4rem;
}
header#site-header .right-header .cart .product-data .product-name-container a {
  font-size: 1.6rem;
  color: var(--wpb-color-text);
}
header#site-header .right-header .cart .product-data .variation {
  margin: 0 0 0.4rem 0;
}
header#site-header .right-header .cart .product-data .variation dt,
header#site-header .right-header .cart .product-data .variation dd,
header#site-header .right-header .cart .product-data .variation p {
  color: #969696;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-decoration: none;
  font-weight: 400;
}
header#site-header .right-header .cart .product-data .variation dt {
  float: left;
  padding-right: 0.4rem !important;
}
header#site-header .right-header .cart .product-data .variation dt,
header#site-header .right-header .cart .product-data .variation dd {
  padding: 0;
}
header#site-header .right-header .cart .product-data .variation p {
  margin: 0;
}
header#site-header .right-header .cart .product-data .variation strong {
  font-weight: 400;
}
header#site-header .right-header .cart .product-data .remove-link {
  font-size: 1.2rem;
  display: inline-block;
  color: var(--wpb-color-text);
  text-decoration: underline;
}
header#site-header .right-header .cart .cart-content {
  overflow: auto;
  padding: 0 3.2rem calc(164px + 3.2rem) 3.2rem;
}
header#site-header .right-header .cart .cart-content dd p:last-child {
  margin-bottom: 0;
}
header#site-header .right-header .cart .featured-products {
  padding-top: 0.8rem;
}
header#site-header .right-header .cart .featured-products .title {
  font-family: "Palmerlake";
  font-size: 3rem;
  margin-bottom: 1.6rem;
}
header#site-header .right-header .cart .woocommerce-mini-cart {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header#site-header .right-header .cart .product-thumbnail img {
  height: 139px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header#site-header .right-header .cart .product-name {
  font-size: 1.6rem;
  color: #000;
}
header#site-header .right-header .cart .product-data {
  font-size: 1.4rem;
  color: #969696;
  margin-top: 0.8rem;
}
header#site-header .right-header .cart .product-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8rem;
}
header#site-header .right-header .cart .product-bottom .remove-product {
  font-size: 1rem;
  text-decoration: underline;
  color: #969696;
  display: inline-block;
  margin-left: 1.6rem;
}
header#site-header .right-header .cart .product-bottom .product-quantity {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
}
header#site-header .right-header .cart .mini-cart-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #d9d9d9;
  width: 100%;
  background-color: #fff;
  padding: 1.6rem 4.8rem;
}
header#site-header .right-header .cart .mini-cart-footer .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.6rem;
}
header#site-header .right-header .cart .mini-cart-footer .left p {
  font-size: 1.2rem;
  color: #696969;
  margin-bottom: 0;
}
header#site-header .right-header .cart .mini-cart-footer .left strong {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
}
header#site-header .right-header .cart .mini-cart-footer .right {
  font-size: 1.8rem;
  font-weight: 700;
}
header#site-header .right-header .cart .mini-cart-footer .buttons .btn {
  width: calc(50% - 4px);
  text-align: center;
  padding: 1.1rem;
  border-radius: 0.4rem;
}
header#site-header .right-header .cart .mini-cart-footer .buttons .btn:first-child {
  margin-right: 4px;
}
header#site-header .right-header .languages {
  width: 65px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header#site-header .right-header .languages:hover span.active + ul {
  opacity: 1;
  pointer-events: all;
  bottom: 0;
}
header#site-header .right-header .languages span.active {
  cursor: pointer;
  position: relative;
  padding-right: 24px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
header#site-header .right-header .languages span.active:hover {
  color: var(--wpb-color-1);
}
header#site-header .right-header .languages span.active svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 12px;
  height: 12px;
}
header#site-header .right-header .languages span {
  color: #000;
}
header#site-header .right-header .languages span,
header#site-header .right-header .languages a {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--wpb-main-font);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header#site-header .right-header .languages a {
  color: #848484;
}
header#site-header .right-header .languages ul,
header#site-header .right-header .languages li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
header#site-header .right-header .languages li.current-lang {
  display: none;
}
header#site-header .right-header .languages li:hover a {
  color: var(--wpb-color-1);
}
header#site-header .right-header .languages ul {
  position: absolute;
  padding-right: 24px;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
header#site-header .right-header .search-btn {
  min-width: 0;
  height: auto !important;
  line-height: normal !important;
  padding: 0;
}
header#site-header .right-header .search-btn .search-label {
  display: none;
}

@media screen and (max-width: 1279px) {
  body:not(.menu-open) header#site-header .container {
    padding: 0;
  }
  body:not(.menu-open) header#site-header .right-header .search-btn,
  body:not(.menu-open) header#site-header .right-header .languages {
    display: none;
  }
  body:not(.menu-open) header#site-header .right-header .favorites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.search-open #toggle-menu {
    display: none;
  }
  #site-header {
    height: var(--wpb-header-height-mobile);
  }
  #site-header .container {
    padding: 0 100px 0 45px;
  }
  header#site-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: var(--wpb-header-height-mobile);
  }
  header#site-header.menu-open .right-header {
    position: fixed;
    bottom: 56px;
    z-index: 1;
    height: auto;
    right: auto;
    left: 0;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8rem 2.4rem 1.6rem 2.4rem;
    background-color: #fff;
  }
  header#site-header.menu-open .right-header:after {
    content: "";
    display: block;
    height: 56px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid rgb(238, 238, 238);
    z-index: 0;
    background-color: #fff;
    pointer-events: none;
  }
  header#site-header.menu-open .right-header .search-btn {
    margin-right: 0.8rem;
    position: fixed;
    right: 2.4rem;
    top: 19px;
  }
  header#site-header.menu-open .right-header .search-btn svg {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 0.8rem;
  }
  header#site-header.menu-open .right-header .search-btn svg circle,
  header#site-header.menu-open .right-header .search-btn svg line {
    stroke: var(--wpb-color-1);
  }
  header#site-header.menu-open .right-header .search-btn .search-label {
    display: inline-block;
    color: var(--wpb-color-1);
    font-family: "Palmerlake";
    font-size: 2.4rem;
    font-weight: bold;
  }
  header#site-header.menu-open .right-header .cart {
    display: none;
  }
  header#site-header.menu-open .right-header .languages {
    position: fixed;
    left: 2.4rem;
    bottom: 16px;
    z-index: 1;
    width: auto;
  }
  header#site-header.menu-open .right-header .languages span {
    font-size: 1.6rem;
  }
  header#site-header.menu-open .right-header .account a,
  header#site-header.menu-open .right-header .favorites a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f9f5f0;
    padding: 0.8rem 1.6rem;
    font-weight: bold;
    border-radius: 0.4rem;
  }
  header#site-header.menu-open .right-header .account svg,
  header#site-header.menu-open .right-header .favorites svg {
    display: inline-block;
    margin-right: 0.8rem;
  }
  header#site-header.menu-open .right-header .account svg path,
  header#site-header.menu-open .right-header .account svg line,
  header#site-header.menu-open .right-header .account svg circle,
  header#site-header.menu-open .right-header .favorites svg path,
  header#site-header.menu-open .right-header .favorites svg line,
  header#site-header.menu-open .right-header .favorites svg circle {
    stroke: var(--wpb-color-1);
  }
  header#site-header.menu-open .right-header .account {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
  }
  header#site-header.menu-open .right-header .account .account-label {
    display: inline-block;
  }
  header#site-header.menu-open .right-header .favorites {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
  }
  header#site-header.menu-open .right-header .favorites .favorite-label {
    display: inline-block;
  }
  header#site-header .right-header {
    position: absolute;
    right: 0;
    height: 100%;
  }
  header#site-header .right-header > * {
    margin-right: 1.3rem;
  }
  header#site-header .right-header .favorites,
  header#site-header .right-header .account {
    display: none;
  }
  header#site-header .right-header .languages {
    width: auto;
  }
  header#site-header .wpb-search-form .search-close {
    right: 22px;
    top: 22px;
  }
  header#site-header .search-btn {
    position: static;
    right: var(--wpb-header-height-mobile);
    top: 0;
    height: var(--wpb-header-height-mobile);
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    z-index: 5;
  }
  #site-logo {
    height: var(--wpb-header-height-mobile);
    line-height: var(--wpb-header-height-mobile);
    margin: 0 auto;
  }
  #site-logo a img,
  #site-logo a svg {
    max-height: calc(var(--wpb-header-height-mobile) - 10px);
  }
}
@media screen and (max-width: 349px) {
  #site-logo {
    margin: 0 0 0 50px;
  }
}
footer#site-footer {
  background-color: #fff;
  border-top: 0;
}
footer#site-footer ul,
footer#site-footer li {
  margin: 0;
  padding: 0;
}
footer#site-footer ul.menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer#site-footer ul.menu li {
  list-style: none;
  display: block;
}
footer#site-footer ul.menu > li {
  width: 25%;
  padding-right: 2.4rem;
}
footer#site-footer ul.menu > li:nth-child(1n+5) {
  margin-top: 1.6rem;
}
footer#site-footer ul.menu > li > a {
  color: #696969;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--wpb-secondary-font);
}
footer#site-footer ul.sub-menu {
  padding-top: 1.6rem;
}
footer#site-footer ul.sub-menu li {
  margin-bottom: 0.8rem;
}
footer#site-footer ul.sub-menu li a {
  color: #000;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer#site-footer ul.sub-menu li a:hover {
  color: var(--wpb-color-1);
}
footer#site-footer ul.sub-menu ul {
  display: none;
}
@media screen and (max-width: 850px) {
  footer#site-footer ul.menu > li {
    width: 50%;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  footer#site-footer ul.menu > li {
    width: 100%;
  }
}

@media screen and (min-width: 1279px) {
  body:not(.fixed) #page.has-countdown .main-menu-v2 ul.level-1 {
    top: calc(var(--wpb-header-height) + 50px);
    max-height: calc(100vh - var(--wpb-header-height) - 24px - 50px);
  }
  body.fixed .main-menu-v2 {
    height: var(--wpb-header-height-mobile);
  }
  body.fixed .main-menu-v2 ul.level-1 {
    top: var(--wpb-header-height-mobile);
  }
  body.fixed .main-menu-v2 li.level-0 {
    height: auto;
    line-height: var(--wpb-header-height-mobile);
  }
  body.fixed .main-menu-v2 li.level-0 > a {
    line-height: normal;
    height: auto;
  }
  .main-menu-v2 .sub-menu.level-1 {
    padding-left: calc(2.4rem + 152px + 1.5rem + 2.4rem);
  }
  .main-menu-v2 .sub-menu li.level-1:not(.has-image) {
    width: auto;
    max-width: calc(16.6666666667% - 2rem);
  }
}
@media screen and (max-width: 1279px) {
  #site-header.menu-open .main-menu-v2.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #site-header.menu-open .main-menu-v2.desktop {
    display: none;
  }
}

.main-menu-v2 {
  margin-right: auto;
  height: var(--wpb-header-height);
}
.main-menu-v2.mobile {
  display: none;
}
@media screen and (max-width: 1279px) {
  .main-menu-v2.desktop {
    display: none;
  }
}
.main-menu-v2 > div {
  height: 100%;
}
.main-menu-v2 li {
  list-style-type: none;
  display: inline-block;
}
.main-menu-v2 li.underlined > a {
  text-decoration: underline;
}
.main-menu-v2 li.level-0 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--wpb-header-height);
  line-height: var(--wpb-header-height);
  margin: 0 2.4rem;
}
.main-menu-v2 li.level-0:hover > ul.level-1 {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.main-menu-v2 li.level-0 > a {
  color: var(--wpb-color-text);
  font-size: var(--wpb-font-size);
  letter-spacing: -0.1px;
  line-height: 2.4rem;
  line-height: normal;
  position: relative;
  font-size: 1.8rem;
}
.main-menu-v2 li.level-0.menu-item-has-children > a {
  padding-right: 27px;
}
.main-menu-v2 li.level-0.menu-item-has-children > a:before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: #000;
  -webkit-mask: url("../images/svg/arrow-down-3.svg");
          mask: url("../images/svg/arrow-down-3.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: calc(50% - 3.5px);
}
.main-menu-v2 li.level-1 {
  width: calc(16.6666666667% - 2rem);
  margin-bottom: 2.4rem;
  margin-right: 2.4rem;
}
.main-menu-v2 li.level-1:nth-child(6n+6) {
  margin-right: 0;
}
.main-menu-v2 li.level-1:last-child {
  margin-right: 0;
}
.main-menu-v2 li.level-1 > a {
  text-align: left;
  font-size: 1.8rem;
  text-transform: none;
  font-family: var(--wpb-secondary-font);
}
.main-menu-v2 li.level-2 {
  margin-bottom: 0.8rem;
}
.main-menu-v2 li.level-2 > a {
  font-size: 1.2rem;
}
.main-menu-v2 li.has-image {
  position: relative;
}
.main-menu-v2 li.has-image > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.main-menu-v2 li.has-image > a:hover + .menu-item-image img {
  max-width: 105%;
  max-height: 105%;
}
.main-menu-v2 li.current-menu-item > a, .main-menu-v2 li.current-menu-parent > a, .main-menu-v2 li.current_page_parent > a, .main-menu-v2 li.current_page_item > a, .main-menu-v2 li.current-page-ancestor > a, .main-menu-v2 li:hover > a {
  color: var(--wpb-color-1);
}
.main-menu-v2 ul {
  padding: 0;
  margin: 0;
}
.main-menu-v2 ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.main-menu-v2 ul.level-1 {
  -webkit-box-shadow: 0 7px 8px rgb(235, 235, 235);
          box-shadow: 0 7px 8px rgb(235, 235, 235);
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: var(--wpb-header-height);
  max-height: calc(100vh - var(--wpb-header-height) - 24px);
  overflow: auto;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  pointer-events: none;
  opacity: 0;
  line-height: normal;
  padding: 0 2.4rem;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-menu-v2 ul.level-2 {
  padding: 0.8rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-menu-v2 a {
  display: inline-block;
  -webkit-transition: color linear 0.2s 0s;
  transition: color linear 0.2s 0s;
  padding: 0;
  color: var(--wpb-color-text);
}
.main-menu-v2 .menu-item-tag {
  font-family: "Palmerlake";
  color: var(--wpb-color-1);
  text-transform: uppercase;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 0.8rem;
  font-weight: bold;
}
.main-menu-v2 .menu-item-image {
  position: relative;
  height: 100%;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.4rem;
  overflow: hidden;
}
.main-menu-v2 .menu-item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200%;
  height: 200%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-menu-v2 .menu-item-image-title {
  display: inline-block;
  background-color: #fff;
  color: var(--wpb-color-text);
  position: relative;
  padding: 0.2rem 1.6rem;
  z-index: 1;
}

@media screen and (max-width: 1279px) {
  body.menu-open #countdown-header {
    display: none;
  }
  body.menu-open.fixed #countdown-header + header#site-header #toggle-menu {
    top: 16px;
    -webkit-transform: none;
            transform: none;
  }
  header#site-header.menu-open {
    margin-top: 0 !important;
  }
  header#site-header.menu-open .main-menu-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-top: 9.6rem;
    max-height: calc(100% - var(--wpb-header-height-mobile) - 52px - 64px - 16px);
    height: 100vh;
  }
  header#site-header.menu-open #site-logo {
    display: none;
  }
  header#site-header.menu-open #toggle-menu {
    top: 16px;
    -webkit-transform: none;
            transform: none;
  }
  header#site-header.menu-open #toggle-menu .content {
    background-color: transparent;
  }
  header#site-header.menu-open #toggle-menu .content:before {
    -webkit-transform: translate3d(0, 7px, 0) rotate3d(0, 0, 1, -45deg);
            transform: translate3d(0, 7px, 0) rotate3d(0, 0, 1, -45deg);
  }
  header#site-header.menu-open #toggle-menu .content:after {
    -webkit-transform: translate3d(0, -7px, 0) rotate3d(0, 0, 1, 45deg);
            transform: translate3d(0, -7px, 0) rotate3d(0, 0, 1, 45deg);
  }
  #toggle-menu {
    width: 26px;
    height: 26px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    z-index: 2;
  }
  #toggle-menu .content {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: var(--wpb-color-text);
    height: 3px;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -1.5px;
    left: 0;
    -webkit-transition: background-color linear 0.3s 0s;
    transition: background-color linear 0.3s 0s;
  }
  #toggle-menu .content:before, #toggle-menu .content:after {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: var(--wpb-color-text);
    height: 3px;
    position: absolute;
    -webkit-transition: -webkit-transform linear 0.3s 0s;
    transition: -webkit-transform linear 0.3s 0s;
    transition: transform linear 0.3s 0s;
    transition: transform linear 0.3s 0s, -webkit-transform linear 0.3s 0s;
    width: 100%;
    content: "";
    display: block;
  }
  #toggle-menu .content:before {
    margin-top: -7px;
  }
  #toggle-menu .content:after {
    margin-top: 7px;
  }
  .main-menu-v2 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    height: calc(100% - var(--wpb-header-height-mobile) - 55px);
    margin-top: var(--wpb-header-height-mobile);
    overflow: auto;
    padding: 3.2rem 0 0 0;
  }
  .main-menu-v2 > div {
    width: 100%;
    padding: 0 2.4rem;
  }
  .main-menu-v2 ul.menu {
    padding-bottom: 1rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
  .main-menu-v2 ul.level-1 {
    display: none;
    padding: 0 0 0 1.6rem;
    height: auto;
    -webkit-transform: none;
            transform: none;
    top: auto;
    max-height: none;
    position: static;
    opacity: 1;
    pointer-events: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: initial;
  }
  .main-menu-v2 ul.level-2 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 1.6rem;
  }
  .main-menu-v2 li {
    width: 100%;
    position: relative;
    text-align: left;
  }
  .main-menu-v2 li.level-0 {
    height: auto;
    line-height: normal;
    margin: 0;
    border-bottom: 1px solid rgb(238, 238, 238);
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-menu-v2 li.level-0:first-child {
    border-top: 1px solid rgb(238, 238, 238);
  }
  .main-menu-v2 li.level-0:last-child {
    border-bottom: 0;
  }
  .main-menu-v2 li.level-0.menu-item-has-children > a {
    padding-right: 0;
  }
  .main-menu-v2 li.level-0.menu-item-has-children > .submenu-toggle:before, .main-menu-v2 li.level-0.menu-item-has-children > .submenu-toggle:after {
    left: auto;
  }
  .main-menu-v2 li.level-0.menu-item-has-children > .submenu-toggle:before {
    right: 5px;
  }
  .main-menu-v2 li.level-0.menu-item-has-children > .submenu-toggle:after {
    right: 0;
  }
  .main-menu-v2 li.level-0 > a {
    line-height: normal;
    height: auto;
    font-size: 2.4rem;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding: 0.8rem 0;
  }
  .main-menu-v2 li.level-0.submenu-open {
    padding-bottom: 1.6rem;
  }
  .main-menu-v2 li.level-0.submenu-open > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu-v2 li.level-1 {
    margin-right: 0;
    width: 100%;
    margin: 0;
  }
  .main-menu-v2 li.level-1.submenu-open > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu-v2 li.level-1 > .submenu-toggle {
    right: 2px;
    height: 40px;
  }
  .main-menu-v2 li.level-1 > a {
    font-size: 1.8rem;
    padding: 0.8rem 0;
  }
  .main-menu-v2 li.level-2 {
    margin: 0;
  }
  .main-menu-v2 li.level-2 > a {
    padding: 0.4rem 0.4rem;
    font-size: 1.4rem;
  }
  .main-menu-v2 li.has-image {
    display: none;
  }
  .main-menu-v2 li.submenu-open > .submenu-toggle:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .main-menu-v2 li.menu-item-has-children > a:before {
    display: none !important;
  }
  .main-menu-v2 li a.nolink + .submenu-toggle {
    width: 100%;
  }
  .main-menu-v2 li a.nolink + .submenu-toggle:before, .main-menu-v2 li a.nolink + .submenu-toggle:after {
    left: auto;
  }
  .main-menu-v2 li a.nolink + .submenu-toggle:before {
    right: 19px;
  }
  .main-menu-v2 li a.nolink + .submenu-toggle:after {
    right: 14px;
  }
  .main-menu-v2 .submenu-toggle {
    position: absolute;
    right: 16px;
    top: 0;
    cursor: pointer;
    width: 39px;
    height: 54px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-menu-v2 .submenu-toggle:after, .main-menu-v2 .submenu-toggle:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--wpb-color-text);
    -webkit-transition: 0.4s ease 0.1s;
    transition: 0.4s ease 0.1s;
    margin: auto;
  }
  .main-menu-v2 .submenu-toggle:before {
    width: 2px;
    height: 12px;
  }
  .main-menu-v2 .submenu-toggle:after {
    width: 12px;
    height: 2px;
  }
  .main-menu-v2 > div {
    height: auto;
  }
  .main-menu-v2 a {
    display: block;
    width: 100%;
  }
}
body.woocommerce-shop .wpb-item-top-banner,
body.tax-product_cat .wpb-item-top-banner {
  padding-bottom: 0;
}
body.woocommerce-shop.shop-filters-open,
body.tax-product_cat.shop-filters-open {
  overflow: hidden;
}
body.woocommerce-shop.shop-filters-open .shop-header-filter:before,
body.tax-product_cat.shop-filters-open .shop-header-filter:before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(105, 105, 105, 0.4);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
body.woocommerce-shop.shop-filters-open .shop-header-filter .sidebar,
body.tax-product_cat.shop-filters-open .shop-header-filter .sidebar {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
body.woocommerce-shop .wpb-item-woocommerce-products,
body.tax-product_cat .wpb-item-woocommerce-products {
  padding-top: 0;
}
body.woocommerce-shop .wpb-item-woocommerce-products .container,
body.tax-product_cat .wpb-item-woocommerce-products .container {
  max-width: 1335px;
}
body.woocommerce-shop .wpb-item-woocommerce-products ul.page-numbers,
body.tax-product_cat .wpb-item-woocommerce-products ul.page-numbers {
  border: 0;
  margin-top: 4.8rem;
}
body.woocommerce-shop .wpb-item-woocommerce-products ul.page-numbers li,
body.tax-product_cat .wpb-item-woocommerce-products ul.page-numbers li {
  border: 0;
}
body.woocommerce-shop .wpb-item-woocommerce-products ul.page-numbers li span.current,
body.tax-product_cat .wpb-item-woocommerce-products ul.page-numbers li span.current {
  color: var(--wpb-color-text);
  background: none;
}
body.woocommerce-shop .shop-header,
body.tax-product_cat .shop-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
body.woocommerce-shop .shop-header-notices,
body.tax-product_cat .shop-header-notices {
  width: 100%;
}
body.woocommerce-shop .shop-header-breadcrumb,
body.tax-product_cat .shop-header-breadcrumb {
  margin-right: auto;
}
body.woocommerce-shop .shop-header-filter,
body.tax-product_cat .shop-header-filter {
  margin-left: auto;
}
body.woocommerce-shop .shop-header-filter .open-filters,
body.tax-product_cat .shop-header-filter .open-filters {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.8rem;
  border-radius: 0.4rem;
  padding: 1.6rem;
  cursor: pointer;
  border: 1px solid #e6e6e6;
}
body.woocommerce-shop .shop-header-filter .open-filters svg,
body.tax-product_cat .shop-header-filter .open-filters svg {
  display: inline-block;
  margin-left: 0.8rem;
}
body.woocommerce-shop .shop-header-filter .sidebar,
body.tax-product_cat .shop-header-filter .sidebar {
  position: fixed;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  z-index: 5;
  top: 0;
  right: 0;
  width: 545px;
  max-width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 3.2rem;
}
body.woocommerce-shop .shop-header-filter .sidebar .close-filters,
body.tax-product_cat .shop-header-filter .sidebar .close-filters {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
body.woocommerce-shop .shop-header-filter .sidebar .close-filters svg,
body.tax-product_cat .shop-header-filter .sidebar .close-filters svg {
  width: 32px;
  height: auto;
}
body.woocommerce-shop .shop-header-filter .sidebar .h4,
body.tax-product_cat .shop-header-filter .sidebar .h4 {
  font-weight: 400;
}
body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
  margin-bottom: 0;
}
body.woocommerce-shop .shop-header-order select,
body.tax-product_cat .shop-header-order select {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 4.8rem;
}
body.woocommerce-shop .woocommerce-no-products-found,
body.tax-product_cat .woocommerce-no-products-found {
  margin-top: 2.4rem;
}
body.woocommerce-shop .woocommerce-no-products-found .woocommerce-info,
body.tax-product_cat .woocommerce-no-products-found .woocommerce-info {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.woocommerce-shop .shop-header-breadcrumb,
  body.tax-product_cat .shop-header-breadcrumb {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  body.woocommerce-shop .shop-header-filter,
  body.tax-product_cat .shop-header-filter {
    margin-left: 0;
  }
  body.woocommerce-shop .shop-header-order,
  body.tax-product_cat .shop-header-order {
    margin-left: auto;
  }
}
@media screen and (max-width: 420px) {
  body.woocommerce-shop .shop-header-filter .open-filters,
  body.tax-product_cat .shop-header-filter .open-filters {
    font-size: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.woocommerce-shop .shop-header-order select,
  body.tax-product_cat .shop-header-order select {
    font-size: 1.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 4.8rem;
    max-width: 200px;
  }
}
@media screen and (max-width: 349px) {
  body.woocommerce-shop .shop-header-order,
  body.tax-product_cat .shop-header-order {
    margin-left: 0;
    margin-top: 0.8rem;
  }
}

body.fixed .wpb-item-woocommerce-single-product .product-top .product-thumbnails .woocommerce-product-gallery {
  top: calc(var(--wpb-header-height-mobile) + 16px);
}

.wpb-item-woocommerce-single-product .countdown,
.wpb-item-woocommerce-product-configure .countdown {
  margin-bottom: 2.4rem;
}
.wpb-item-woocommerce-single-product .breadcrumb,
.wpb-item-woocommerce-product-configure .breadcrumb {
  margin-bottom: 2.4rem;
}
.wpb-item-woocommerce-single-product .trustpilot-product,
.wpb-item-woocommerce-product-configure .trustpilot-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.4rem;
}
.wpb-item-woocommerce-single-product .trustpilot-product .video-container,
.wpb-item-woocommerce-product-configure .trustpilot-product .video-container {
  position: relative !important;
  padding: 0 !important;
  height: auto !important;
}
.wpb-item-woocommerce-single-product .trustpilot-product .video-container iframe,
.wpb-item-woocommerce-product-configure .trustpilot-product .video-container iframe {
  position: static !important;
}
.wpb-item-woocommerce-single-product .product-top,
.wpb-item-woocommerce-product-configure .product-top {
  padding: 3.2rem 6.4rem 0 6.4rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data,
.wpb-item-woocommerce-product-configure .product-top .product-data {
  padding-top: 5.4rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .plugify_fields_container,
.wpb-item-woocommerce-product-configure .product-top .product-data .plugify_fields_container {
  margin: 0 0 1.6rem 0 !important;
  width: 100% !important;
}
.wpb-item-woocommerce-single-product .product-top .product-data .plugify_fields_container p:last-child,
.wpb-item-woocommerce-product-configure .product-top .product-data .plugify_fields_container p:last-child {
  margin-bottom: 0;
}
.wpb-item-woocommerce-single-product .product-top .product-data .plugify_fields_container .plugify_expo_sty_div:last-child,
.wpb-item-woocommerce-product-configure .product-top .product-data .plugify_fields_container .plugify_expo_sty_div:last-child {
  margin-bottom: 0 !important;
}
.wpb-item-woocommerce-single-product .product-top .product-data .configure,
.wpb-item-woocommerce-product-configure .product-top .product-data .configure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpb-item-woocommerce-single-product .product-top .product-data .configure .single_add_to_cart_button,
.wpb-item-woocommerce-product-configure .product-top .product-data .configure .single_add_to_cart_button {
  padding: 1.1rem 2.4rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .configure .favorite,
.wpb-item-woocommerce-product-configure .product-top .product-data .configure .favorite {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  border-radius: 0.4rem;
  margin-left: 1.6rem;
  position: relative;
}
.wpb-item-woocommerce-single-product .product-top .product-data .configure .favorite .yith-add-to-wishlist-button-block,
.wpb-item-woocommerce-product-configure .product-top .product-data .configure .favorite .yith-add-to-wishlist-button-block {
  display: block;
  margin: 0;
  position: static;
}
.wpb-item-woocommerce-single-product .product-top .product-data .configure .favorite svg,
.wpb-item-woocommerce-product-configure .product-top .product-data .configure .favorite svg {
  width: 20px;
  height: auto;
}
.wpb-item-woocommerce-single-product .product-top .product-data .configure .favorite a,
.wpb-item-woocommerce-product-configure .product-top .product-data .configure .favorite a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wpb-item-woocommerce-single-product .product-top .product-data .configure .favorite .yith-wcwl-add-to-wishlist-button__label,
.wpb-item-woocommerce-product-configure .product-top .product-data .configure .favorite .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.wpb-item-woocommerce-single-product .product-top .product-data h1,
.wpb-item-woocommerce-product-configure .product-top .product-data h1 {
  font-family: var(--wpb-secondary-font);
  margin: 0;
  font-size: 3.8rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .price,
.wpb-item-woocommerce-product-configure .product-top .product-data .price {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .price ins,
.wpb-item-woocommerce-single-product .product-top .product-data .price del,
.wpb-item-woocommerce-product-configure .product-top .product-data .price ins,
.wpb-item-woocommerce-product-configure .product-top .product-data .price del {
  font-size: 2rem;
  font-weight: bold;
}
.wpb-item-woocommerce-single-product .product-top .product-data .price del,
.wpb-item-woocommerce-product-configure .product-top .product-data .price del {
  margin-left: 0.8rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .price del:first-child,
.wpb-item-woocommerce-product-configure .product-top .product-data .price del:first-child {
  margin-left: 0;
}
.wpb-item-woocommerce-single-product .product-top .product-data .price ins,
.wpb-item-woocommerce-product-configure .product-top .product-data .price ins {
  color: var(--wpb-color-1);
}
.wpb-item-woocommerce-single-product .product-top .product-data .variations .label,
.wpb-item-woocommerce-product-configure .product-top .product-data .variations .label {
  margin-bottom: 0.8rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .fields-container.pa_couleurs,
.wpb-item-woocommerce-single-product .product-top .product-data .fields-container.pa_type-de-papier,
.wpb-item-woocommerce-product-configure .product-top .product-data .fields-container.pa_couleurs,
.wpb-item-woocommerce-product-configure .product-top .product-data .fields-container.pa_type-de-papier {
  display: none;
}
.wpb-item-woocommerce-single-product .product-top .product-data .product-colors-container,
.wpb-item-woocommerce-single-product .product-top .product-data .product-papers-container,
.wpb-item-woocommerce-product-configure .product-top .product-data .product-colors-container,
.wpb-item-woocommerce-product-configure .product-top .product-data .product-papers-container {
  margin-bottom: 0.8rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .size-fields,
.wpb-item-woocommerce-product-configure .product-top .product-data .size-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpb-item-woocommerce-single-product .product-top .product-data .size-fields .width-field,
.wpb-item-woocommerce-single-product .product-top .product-data .size-fields .heigth-field,
.wpb-item-woocommerce-product-configure .product-top .product-data .size-fields .width-field,
.wpb-item-woocommerce-product-configure .product-top .product-data .size-fields .heigth-field {
  width: calc(50% - 0.8rem) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 0.4rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .size-fields .width-field:after,
.wpb-item-woocommerce-single-product .product-top .product-data .size-fields .heigth-field:after,
.wpb-item-woocommerce-product-configure .product-top .product-data .size-fields .width-field:after,
.wpb-item-woocommerce-product-configure .product-top .product-data .size-fields .heigth-field:after {
  content: "cm";
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 18px;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  pointer-events: none;
}
.wpb-item-woocommerce-single-product .product-top .product-data .size-fields .width-field strong,
.wpb-item-woocommerce-single-product .product-top .product-data .size-fields .heigth-field strong,
.wpb-item-woocommerce-product-configure .product-top .product-data .size-fields .width-field strong,
.wpb-item-woocommerce-product-configure .product-top .product-data .size-fields .heigth-field strong {
  font-weight: 400;
  margin-bottom: 0.8rem;
  display: block;
}
.wpb-item-woocommerce-single-product .product-top .product-data .size-fields .width-field input,
.wpb-item-woocommerce-single-product .product-top .product-data .size-fields .heigth-field input,
.wpb-item-woocommerce-product-configure .product-top .product-data .size-fields .width-field input,
.wpb-item-woocommerce-product-configure .product-top .product-data .size-fields .heigth-field input {
  height: 36px;
  line-height: 36px;
  padding: 0 4.5rem 0 1.1rem;
  border: 1px solid #000;
  border-radius: 0;
  text-align: center;
}
.wpb-item-woocommerce-single-product .product-top .product-data .size-fields .heigth-field,
.wpb-item-woocommerce-product-configure .product-top .product-data .size-fields .heigth-field {
  margin-right: 1.6rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .size-fields .width-field,
.wpb-item-woocommerce-product-configure .product-top .product-data .size-fields .width-field {
  margin-right: 0;
}
.wpb-item-woocommerce-single-product .product-top .product-data .size-fields p[name=marge],
.wpb-item-woocommerce-product-configure .product-top .product-data .size-fields p[name=marge] {
  color: #969696;
}
.wpb-item-woocommerce-single-product .product-top .product-data .woosppo_main_parent_divv,
.wpb-item-woocommerce-product-configure .product-top .product-data .woosppo_main_parent_divv {
  width: 100% !important;
  margin: 0 !important;
}
.wpb-item-woocommerce-single-product .product-top .product-data .plugify_results_container,
.wpb-item-woocommerce-product-configure .product-top .product-data .plugify_results_container {
  width: 100% !important;
  margin: 1.6rem 0 0 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.wpb-item-woocommerce-single-product .product-top .product-data .plugify_results_container .woosppo_main_parent_divvr,
.wpb-item-woocommerce-product-configure .product-top .product-data .plugify_results_container .woosppo_main_parent_divvr {
  padding: 0 !important;
}
.wpb-item-woocommerce-single-product .product-top .product-data .plugify_results_container tr,
.wpb-item-woocommerce-product-configure .product-top .product-data .plugify_results_container tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpb-item-woocommerce-single-product .product-top .product-data .plugify_results_container tr td,
.wpb-item-woocommerce-product-configure .product-top .product-data .plugify_results_container tr td {
  width: auto !important;
  border: 0 !important;
}
.wpb-item-woocommerce-single-product .product-top .product-data .plugify_results_container tr td:nth-child(1),
.wpb-item-woocommerce-product-configure .product-top .product-data .plugify_results_container tr td:nth-child(1) {
  font-size: 1.4rem;
  color: #000;
  margin-right: 0.8rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .plugify_results_container tr td:nth-child(2),
.wpb-item-woocommerce-product-configure .product-top .product-data .plugify_results_container tr td:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 500;
}
.wpb-item-woocommerce-single-product .product-top .product-data .les-result,
.wpb-item-woocommerce-product-configure .product-top .product-data .les-result {
  margin-left: auto;
  text-align: right;
  padding-left: 1.6rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .woocommerce-variation-add-to-cart,
.wpb-item-woocommerce-product-configure .product-top .product-data .woocommerce-variation-add-to-cart {
  padding-top: 1.6rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpb-item-woocommerce-single-product .product-top .product-data .qty-container,
.wpb-item-woocommerce-product-configure .product-top .product-data .qty-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wpb-item-woocommerce-single-product .product-top .product-data .qty-container button,
.wpb-item-woocommerce-product-configure .product-top .product-data .qty-container button {
  width: auto;
}
.wpb-item-woocommerce-single-product .product-top .product-data .single_add_to_cart_button,
.wpb-item-woocommerce-product-configure .product-top .product-data .single_add_to_cart_button {
  padding: 1.6rem 2.4rem;
  border-radius: 0.4rem;
  font-size: 1.5rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .single_add_to_cart_button:first-child,
.wpb-item-woocommerce-product-configure .product-top .product-data .single_add_to_cart_button:first-child {
  margin-left: 0;
}
.wpb-item-woocommerce-single-product .product-top .product-data .reassurances,
.wpb-item-woocommerce-product-configure .product-top .product-data .reassurances {
  padding: 3.2rem 0;
}
.wpb-item-woocommerce-single-product .product-top .product-data .reassurances .reassurance,
.wpb-item-woocommerce-product-configure .product-top .product-data .reassurances .reassurance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .reassurances .reassurance:last-child,
.wpb-item-woocommerce-product-configure .product-top .product-data .reassurances .reassurance:last-child {
  margin-bottom: 0;
}
.wpb-item-woocommerce-single-product .product-top .product-data .reassurances .reassurance img,
.wpb-item-woocommerce-single-product .product-top .product-data .reassurances .reassurance svg,
.wpb-item-woocommerce-product-configure .product-top .product-data .reassurances .reassurance img,
.wpb-item-woocommerce-product-configure .product-top .product-data .reassurances .reassurance svg {
  max-width: 32px;
  max-height: 32px;
}
.wpb-item-woocommerce-single-product .product-top .product-data .reassurances .reassurance .text,
.wpb-item-woocommerce-product-configure .product-top .product-data .reassurances .reassurance .text {
  padding-left: 1.2rem;
}
.wpb-item-woocommerce-single-product .product-top .product-data .reassurances .reassurance .text a,
.wpb-item-woocommerce-product-configure .product-top .product-data .reassurances .reassurance .text a {
  color: #000;
  text-decoration: underline;
}
.wpb-item-woocommerce-single-product .product-top .product-data .reassurances .reassurance .text > *:last-child,
.wpb-item-woocommerce-product-configure .product-top .product-data .reassurances .reassurance .text > *:last-child {
  margin-bottom: 0;
}
.wpb-item-woocommerce-single-product .product-top .product-data .wpb-item-drawers,
.wpb-item-woocommerce-product-configure .product-top .product-data .wpb-item-drawers {
  padding: 0;
}
.wpb-item-woocommerce-single-product .product-top .product-data .wpb-item-drawers .head,
.wpb-item-woocommerce-product-configure .product-top .product-data .wpb-item-drawers .head {
  padding: 1.2rem 0;
}
.wpb-item-woocommerce-single-product .product-top .product-data .wpb-item-drawers h2,
.wpb-item-woocommerce-product-configure .product-top .product-data .wpb-item-drawers h2 {
  font-family: var(--wpb-main-font);
  font-weight: 400;
  font-size: 1.6rem;
}
.wpb-item-woocommerce-single-product .product-top .woocommerce-product-gallery .wp-post-image,
.wpb-item-woocommerce-product-configure .product-top .woocommerce-product-gallery .wp-post-image {
  max-height: 880px;
  width: 100%;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails a,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails a {
  display: block;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .woocommerce-product-gallery,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: sticky;
  top: 0;
  width: calc(100% - 120px - 1.6rem);
  margin-left: calc(120px + 1.6rem);
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .woocommerce-product-gallery__wrapper,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .woocommerce-product-gallery__wrapper {
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .woocommerce-product-gallery__trigger,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  z-index: 1;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .woocommerce-product-gallery__trigger span,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .woocommerce-product-gallery__trigger span {
  display: none;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .flex-viewport,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .flex-viewport {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
  height: 100% !important;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .flex-viewport a,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .flex-viewport a {
  display: block;
  width: 100%;
  height: 100%;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .flex-viewport img,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .flex-viewport img {
  width: 100%;
  height: auto;
  max-height: 880px;
  display: block;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails {
  /*.flex-control-thumbs {
    width: 120px !important;
    flex-direction: column;
    order: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: calc(-120px - 1.6rem);
    top: 0;
    max-height: calc(100% - 120px);
    overflow: auto;
    img {
      cursor: pointer;
    }
    li {
      margin-bottom: 0.8rem;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }*/
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .flex-control-thumbs,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .flex-control-thumbs {
  width: 120px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: calc(-120px - 1.6rem);
  top: 0;
  max-height: calc(100% - 120px);
  overflow: hidden;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .flex-control-thumbs img,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .flex-control-thumbs img {
  cursor: pointer;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .flex-control-thumbs li,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .flex-control-thumbs li {
  margin-bottom: 0.8rem;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .flex-control-thumbs li:last-child,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .flex-control-thumbs li:last-child {
  margin-bottom: 0;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails {
  /* Boutons flèches */
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .wc-thumbs-nav,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .wc-thumbs-nav {
  position: absolute;
  left: calc(-120px - 1.6rem);
  top: 0;
  width: 120px;
  height: calc(100% - 120px);
  pointer-events: none;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .wc-thumbs-nav__btn,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .wc-thumbs-nav__btn {
  pointer-events: auto;
  position: absolute;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/svg/arrow-top-3.svg");
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .wc-thumbs-nav__btn[disabled],
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .wc-thumbs-nav__btn[disabled] {
  opacity: 0;
  pointer-events: none;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .wc-thumbs-nav__btn:focus,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .wc-thumbs-nav__btn:focus {
  outline: none;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .wc-thumbs-nav__btn--up,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .wc-thumbs-nav__btn--up {
  top: -25px;
}
.wpb-item-woocommerce-single-product .product-top .product-thumbnails .wc-thumbs-nav__btn--down,
.wpb-item-woocommerce-product-configure .product-top .product-thumbnails .wc-thumbs-nav__btn--down {
  bottom: -25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wpb-item-woocommerce-single-product .product-top .product-popins,
.wpb-item-woocommerce-product-configure .product-top .product-popins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.wpb-item-woocommerce-single-product .product-top .product-popins .popin,
.wpb-item-woocommerce-product-configure .product-top .product-popins .popin {
  margin-right: 1.6rem;
  margin-bottom: 0.8rem;
}
.wpb-item-woocommerce-single-product .product-top .product-popins .popin:last-child,
.wpb-item-woocommerce-product-configure .product-top .product-popins .popin:last-child {
  margin-bottom: 0;
}
.wpb-item-woocommerce-single-product .product-top .product-popins .open-popin,
.wpb-item-woocommerce-product-configure .product-top .product-popins .open-popin {
  font-size: 1.3rem;
  cursor: pointer;
}
.wpb-item-woocommerce-single-product .product-bottom,
.wpb-item-woocommerce-product-configure .product-bottom {
  padding-top: 3.2rem;
}
.wpb-item-woocommerce-single-product .product-bottom .configure-alert .container,
.wpb-item-woocommerce-product-configure .product-bottom .configure-alert .container {
  background-color: #f4efea;
  padding: 3.2rem;
  text-align: center;
  margin-bottom: 3.2rem;
  color: #000000;
}
.wpb-item-woocommerce-single-product .product-bottom .configure-alert .container a,
.wpb-item-woocommerce-product-configure .product-bottom .configure-alert .container a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.wpb-item-woocommerce-single-product .product-bottom .customization .content > *:first-child,
.wpb-item-woocommerce-product-configure .product-bottom .customization .content > *:first-child {
  margin-top: 0;
}
.wpb-item-woocommerce-single-product .product-bottom .customization h2,
.wpb-item-woocommerce-product-configure .product-bottom .customization h2 {
  text-align: left;
  font-family: var(--wpb-secondary-font);
  font-weight: 400;
}
.wpb-item-woocommerce-single-product .product-bottom .paper-quality,
.wpb-item-woocommerce-product-configure .product-bottom .paper-quality {
  --bg: #f7f4ee;
  --line: rgba(229, 218, 206, 0.9);
  --step: 30px; /* taille d’un carré */
  --step2: calc(var(--step) * 2);
  background-color: var(--bg);
  background-image: repeating-linear-gradient(90deg, var(--line) 0 1px, transparent 1px var(--step)), repeating-linear-gradient(0deg, var(--line) 0 1px, transparent 1px var(--step));
  padding: 6.4rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .wpb-item-woocommerce-single-product .product-bottom .paper-quality,
  .wpb-item-woocommerce-product-configure .product-bottom .paper-quality {
    padding: 2.4rem;
  }
}
.wpb-item-woocommerce-single-product .product-bottom .faq,
.wpb-item-woocommerce-product-configure .product-bottom .faq {
  padding: 6.4rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .wpb-item-woocommerce-single-product .product-bottom .faq,
  .wpb-item-woocommerce-product-configure .product-bottom .faq {
    padding: 2.4rem 0;
  }
}
.wpb-item-woocommerce-single-product .product-bottom .faq .left .title,
.wpb-item-woocommerce-product-configure .product-bottom .faq .left .title {
  text-align: left;
  font-family: var(--wpb-secondary-font);
  font-size: 3.6rem;
  margin-bottom: 1.6rem;
}
.wpb-item-woocommerce-single-product .product-bottom .faq .left .description,
.wpb-item-woocommerce-product-configure .product-bottom .faq .left .description {
  margin-bottom: 1.6rem;
}
.wpb-item-woocommerce-single-product .product-bottom .faq .left .btn,
.wpb-item-woocommerce-product-configure .product-bottom .faq .left .btn {
  padding: 1.1rem 2.4rem;
  min-width: 226px;
  max-width: 100%;
  border-radius: 0.4rem;
  text-align: center;
}
.wpb-item-woocommerce-single-product .product-bottom .faq .wpb-item-drawers,
.wpb-item-woocommerce-product-configure .product-bottom .faq .wpb-item-drawers {
  padding: 0;
}
.wpb-item-woocommerce-single-product .product-bottom .wpb-item-woocommerce-products,
.wpb-item-woocommerce-product-configure .product-bottom .wpb-item-woocommerce-products {
  padding-top: 2.4rem;
}
.wpb-item-woocommerce-single-product .product-bottom .wpb-item-woocommerce-products h2,
.wpb-item-woocommerce-product-configure .product-bottom .wpb-item-woocommerce-products h2 {
  font-family: var(--wpb-secondary-font);
  font-weight: 400;
  text-align: center;
}

.product-popup {
  position: fixed;
  width: 100%;
  max-width: 768px;
  left: 50%;
  top: 50%;
  z-index: 10000;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  padding: 32px;
  background: #fff;
  max-height: calc(100% - 32px);
  overflow: auto;
}
.product-popup.project-reference-form {
  max-width: 568px;
}
.product-popup.project-reference-form .project-reference-field .field {
  max-width: 277px;
}
.product-popup.project-reference-form .project-reference-field .field input {
  line-height: 57px;
  border-radius: 0.4rem;
}
.product-popup.project-reference-form .project-reference-field label {
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.product-popup.project-reference-form button#submit {
  width: 178px;
  max-width: 100%;
  padding: 1.2rem 2.4rem;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.product-popup.project-reference-form .popup-content {
  padding: 0;
}
.product-popup.project-reference-form .popup-content form h2:first-of-type {
  margin-top: 0;
}
.product-popup .popup-content {
  position: relative;
  z-index: 1;
}
.product-popup .popup-content > *:first-child {
  margin-top: 0;
}
.product-popup .popup-content > *:last-child {
  margin-bottom: 0;
}
.product-popup .mfp-close {
  width: 32px;
  height: 32px;
  -webkit-mask: url("../images/svg/x.svg") no-repeat 50% 50%;
          mask: url("../images/svg/x.svg") no-repeat 50% 50%;
  background: #000;
  right: 2px;
  top: 2px;
  opacity: 1;
}

.wpb-item-woocommerce-single-product {
  padding: 0 2.4rem;
}
.wpb-item-woocommerce-single-product .product-top {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wpb-item-woocommerce-single-product .product-top .product-data {
  max-width: 470px;
  margin-left: auto;
}
.wpb-item-woocommerce-single-product .customization {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  .wpb-item-woocommerce-single-product .customization {
    margin-bottom: 2.4rem;
  }
  .wpb-item-woocommerce-single-product .customization .image {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .wpb-item-woocommerce-single-product .breadcrumb {
    display: none;
  }
  .wpb-item-woocommerce-single-product .product-top .woocommerce-product-gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .wpb-item-woocommerce-single-product .product-top .product-thumbnails .woocommerce-product-gallery {
    width: calc(100% + 4.8rem);
    margin-left: 0;
    position: relative;
    left: -2.4rem;
    top: 0 !important;
    max-height: calc(100vh - 250px);
  }
  .wpb-item-woocommerce-single-product .product-top .product-thumbnails .woocommerce-product-gallery .flex-viewport img {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 250px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wpb-item-woocommerce-single-product .product-top .product-thumbnails .woocommerce-product-gallery .wc-thumbs-nav {
    display: none;
  }
  .wpb-item-woocommerce-single-product .product-top .product-thumbnails .woocommerce-product-gallery .flex-control-nav {
    position: absolute;
    left: 0;
    bottom: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    width: 100% !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: auto;
  }
  .wpb-item-woocommerce-single-product .product-top .product-thumbnails .woocommerce-product-gallery .flex-control-nav li {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin-right: 0.8rem;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .wpb-item-woocommerce-single-product .product-top .product-thumbnails .woocommerce-product-gallery .flex-control-nav li:has(img.flex-active) {
    background-color: #fff;
  }
  .wpb-item-woocommerce-single-product .product-top .product-thumbnails .woocommerce-product-gallery .flex-control-nav img {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .wpb-item-woocommerce-single-product .product-top .product-data {
    max-width: 100%;
    margin: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 380px) {
  .wpb-item-woocommerce-single-product .product-top .product-data .qty-container {
    margin-right: 8px;
  }
  .wpb-item-woocommerce-single-product .product-top .product-data .qty-container input {
    width: 54px;
  }
}
.builder.no-padding {
  padding: 0;
}

.wpb-item-woocommerce-product-configure {
  grid-row-gap: 0;
  grid-column-gap: 0;
}
.wpb-item-woocommerce-product-configure .left {
  background-color: rgba(249, 245, 241, 0.9);
  padding: 2.4rem calc(4.8rem - 16px) 4.8rem 6.4rem;
}
.wpb-item-woocommerce-product-configure .more-infos.mobile-only {
  display: none;
}
.wpb-item-woocommerce-product-configure .more-infos {
  padding-top: 2.4rem;
  text-align: center;
}
.wpb-item-woocommerce-product-configure .more-infos a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.wpb-item-woocommerce-product-configure .back {
  font-size: 1.2rem;
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.wpb-item-woocommerce-product-configure .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.wpb-item-woocommerce-product-configure .options .infos {
  margin-right: 1.6rem;
}
.wpb-item-woocommerce-product-configure .options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
}
.wpb-item-woocommerce-product-configure .options .option {
  padding: 0.8rem 2.4rem;
  border: 1px solid #000;
  border-radius: 3.2rem;
  margin-right: 1.6rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpb-item-woocommerce-product-configure .options .option.active {
  border-color: var(--wpb-color-1);
  color: var(--wpb-color-1);
}
.wpb-item-woocommerce-product-configure .range-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.2rem;
}
.wpb-item-woocommerce-product-configure .range-wrap label {
  white-space: nowrap;
  display: inline-block;
  margin-right: 0.8rem;
}
.wpb-item-woocommerce-product-configure .range-wrap .range {
  --fill: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  max-width: 300px;
  height: 6px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wpb-color-1)), color-stop(var(--wpb-color-1)), color-stop(#fff), to(#fff));
  background: linear-gradient(to right, var(--wpb-color-1) 0, var(--wpb-color-1) var(--fill), #fff var(--fill), #fff 100%);
}
.wpb-item-woocommerce-product-configure .range-wrap .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--wpb-color-1);
  border: 0;
  cursor: pointer;
}
.wpb-item-woocommerce-product-configure .range-wrap .range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  background: var(--wpb-color-1);
  cursor: pointer;
  border: 0;
}
.wpb-item-woocommerce-product-configure #frame {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.wpb-item-woocommerce-product-configure #frame * {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.wpb-item-woocommerce-product-configure #frame.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.wpb-item-woocommerce-product-configure #frame img:not(.active) {
  display: none !important;
}
.wpb-item-woocommerce-product-configure #frame img.sizer {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.wpb-item-woocommerce-product-configure #frame img.dragger {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.wpb-item-woocommerce-product-configure .shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 1;
}
.wpb-item-woocommerce-product-configure .shadow-left, .wpb-item-woocommerce-product-configure .shadow-right {
  width: 10%;
}
.wpb-item-woocommerce-product-configure .shadow-top, .wpb-item-woocommerce-product-configure .shadow-bottom {
  width: 80%;
  left: 10%;
  height: 10%;
}
.wpb-item-woocommerce-product-configure .shadow-left {
  left: 0;
}
.wpb-item-woocommerce-product-configure .shadow-right {
  right: 0;
}
.wpb-item-woocommerce-product-configure .shadow-top {
  top: 0;
  bottom: auto;
}
.wpb-item-woocommerce-product-configure .shadow-bottom {
  bottom: 0;
  top: auto;
}
.wpb-item-woocommerce-product-configure .viewport {
  position: absolute;
  /* Centrage */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* Style */
  border: 2px solid rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
}
.wpb-item-woocommerce-product-configure .right {
  padding-left: 0;
  padding-right: 4.8rem;
  padding-top: 2.4rem;
}
.wpb-item-woocommerce-product-configure .right .product-top {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.wpb-item-woocommerce-product-configure .right .product-data {
  max-width: 380px;
  padding-top: 0;
}
.wpb-item-woocommerce-product-configure .right .product-data h1 {
  margin-bottom: 2.4rem;
}
.wpb-item-woocommerce-product-configure .right .product-data .qty-container {
  display: none;
}
.wpb-item-woocommerce-product-configure .right .product-data .single_add_to_cart_button {
  width: 100%;
}
.wpb-item-woocommerce-product-configure .right .open-project-reference-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: #000;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 157px;
}
.wpb-item-woocommerce-product-configure .right .open-project-reference-form.has-project-reference:before {
  content: "";
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-mask: url("../images/svg/check.svg");
          mask: url("../images/svg/check.svg");
  background-color: var(--wpb-color-1);
  margin-right: 0.8rem;
}
.wpb-item-woocommerce-product-configure .right .open-project-reference-form .label {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wpb-item-woocommerce-product-configure .right .open-project-reference-form.has-project-reference {
  font-weight: bold;
}
.wpb-item-woocommerce-product-configure .right .reassurances-bottom {
  margin-top: 1.6rem;
  padding-bottom: 1.6rem;
  position: relative;
}
.wpb-item-woocommerce-product-configure .right .reassurances-bottom .reassurance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpb-item-woocommerce-product-configure .right .reassurances-bottom .reassurance svg {
  fill: var(--wpb-color-1);
  display: inline-block;
  margin-right: 0.8rem;
  max-width: 16px;
}
.wpb-item-woocommerce-product-configure .right .reassurances-bottom .reassurance span {
  font-size: 1.2rem;
}
.wpb-item-woocommerce-product-configure .right .woocommerce-variation-availability p {
  color: var(--wpb-color-2);
  font-weight: bold;
}
@media screen and (max-width: 1375px) {
  .wpb-item-woocommerce-product-configure .product-top {
    padding-left: 0;
  }
  .wpb-item-woocommerce-product-configure .product-top .product-data {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wpb-item-woocommerce-product-configure .right {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .wpb-item-woocommerce-product-configure .product-top {
    padding: 2.4rem 2.4rem 0 2.4rem;
  }
  .wpb-item-woocommerce-product-configure .product-top .product-data {
    margin: 0 auto;
  }
  .wpb-item-woocommerce-product-configure .left {
    padding: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wpb-item-woocommerce-product-configure .left .back {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.6rem;
  }
  .wpb-item-woocommerce-product-configure .left #frame {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1.6rem;
  }
  .wpb-item-woocommerce-product-configure .left .options {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0.8rem;
  }
  .wpb-item-woocommerce-product-configure .left .options-container {
    margin-top: 0.8rem;
    width: 100%;
    padding-bottom: 0.8rem;
  }
  .wpb-item-woocommerce-product-configure .left .range-wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 0;
  }
  .wpb-item-woocommerce-product-configure .more-infos {
    padding: 2.4rem;
    text-align: left;
  }
  .wpb-item-woocommerce-product-configure .more-infos.desktop-only {
    display: none;
  }
  .wpb-item-woocommerce-product-configure .more-infos.mobile-only {
    display: block;
    background-color: rgba(249, 245, 241, 0.9);
  }
  .wpb-item-woocommerce-product-configure .more-infos.mobile-only > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .wpb-item-woocommerce-product-configure .right .open-project-reference-form {
    position: relative;
    left: 0;
    margin-bottom: 0.8rem;
  }
}

.wpb-item-who-we-are-intro {
  background-color: #f4efea;
  padding: 6.4rem 2.4rem 12.8rem 2.4rem;
}
@media screen and (min-width: 1024px) {
  .wpb-item-who-we-are-intro + .wpb-item-alternate-blocks > .container > .flex {
    padding-top: 14.5rem;
  }
  .wpb-item-who-we-are-intro + .wpb-item-alternate-blocks > .container > .flex .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .wpb-item-who-we-are-intro + .wpb-item-alternate-blocks > .container > .flex .images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.wpb-item-who-we-are-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.wpb-item-who-we-are-intro .left {
  width: calc(100% - 435px);
  padding-right: 2.4rem;
  padding-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpb-item-who-we-are-intro .left h1,
.wpb-item-who-we-are-intro .left .introduction {
  max-width: 575px;
}
.wpb-item-who-we-are-intro .left h1 {
  font-family: var(--wpb-secondary-font);
  font-size: 3.8rem;
  margin: 0 0 1rem 0;
}
.wpb-item-who-we-are-intro .left .introduction {
  font-size: 1.6rem;
}
.wpb-item-who-we-are-intro .right {
  width: 435px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.wpb-item-who-we-are-intro .right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .wpb-item-who-we-are-intro {
    padding: 3.2rem 0 0 0;
  }
  .wpb-item-who-we-are-intro .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wpb-item-who-we-are-intro .container .left {
    width: 100%;
    padding: 0 2.4rem;
    margin-bottom: 3.2rem;
  }
  .wpb-item-who-we-are-intro .container .left h1,
  .wpb-item-who-we-are-intro .container .left .introduction {
    max-width: 100%;
  }
  .wpb-item-who-we-are-intro .container .right {
    width: 100%;
    position: static;
  }
  .wpb-item-who-we-are-intro .container .right img {
    max-height: 100vh;
  }
}

.wpb-item-how-does-it-work-intro {
  --bg: #bce4dd;
  --line: #b4e2d9;
  --step: 30px; /* taille d’un carré */
  --step2: calc(var(--step) * 2);
  background-color: var(--bg);
  background-image: repeating-linear-gradient(90deg, var(--line) 0 1px, transparent 1px var(--step)), repeating-linear-gradient(0deg, var(--line) 0 1px, transparent 1px var(--step));
  padding: 5.4rem 2.4rem;
}
.wpb-item-how-does-it-work-intro .container {
  max-width: 725px;
}
.wpb-item-how-does-it-work-intro h1 {
  text-align: center;
  font-family: var(--wpb-secondary-font);
  font-size: 3.8rem;
  font-weight: 500;
  margin: 0 0 1.6rem 0;
}
.wpb-item-how-does-it-work-intro .introduction {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  text-align: center;
}
.wpb-item-how-does-it-work-intro .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wpb-item-how-does-it-work-intro .option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 285px;
}
.wpb-item-how-does-it-work-intro .option:nth-child(1) svg {
  margin-left: 28px;
}
.wpb-item-how-does-it-work-intro .option:nth-child(2) svg {
  margin-right: 28px;
}
.wpb-item-how-does-it-work-intro .option .title {
  font-weight: bold;
  margin-top: 2.4rem;
}
@media screen and (max-width: 550px) {
  .wpb-item-how-does-it-work-intro .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wpb-item-how-does-it-work-intro .options svg {
    display: none;
  }
  .wpb-item-how-does-it-work-intro .introduction {
    margin-bottom: 0;
  }
}

.wpb-item-pro-space-intro {
  --bg: #bce4dd;
  --line: #b4e2d9;
  --step: 30px; /* taille d’un carré */
  --step2: calc(var(--step) * 2);
  background-color: var(--bg);
  background-image: repeating-linear-gradient(90deg, var(--line) 0 1px, transparent 1px var(--step)), repeating-linear-gradient(0deg, var(--line) 0 1px, transparent 1px var(--step));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.wpb-item-pro-space-intro .content,
.wpb-item-pro-space-intro .image {
  width: 50%;
}
.wpb-item-pro-space-intro .content {
  padding: 6.8rem 6.8rem 6.8rem calc((100vw - 1250px) / 2);
}
.wpb-item-pro-space-intro .image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.wpb-item-pro-space-intro .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpb-item-pro-space-intro h1 {
  text-align: left;
  font-family: var(--wpb-secondary-font);
  font-size: 3.8rem;
  font-weight: 500;
  margin: 0 0 1.6rem 0;
}
.wpb-item-pro-space-intro .introduction {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  max-width: 470px;
}
.wpb-item-pro-space-intro .introduction .btn {
  padding: 1.6rem 6.4rem;
  font-weight: 400;
}
.wpb-item-pro-space-intro .introduction ul.checklist {
  margin: 2.4rem 0;
}
.wpb-item-pro-space-intro .introduction ul.checklist li:before {
  background: #000;
  -webkit-mask: url("../images/svg/checklist.svg");
          mask: url("../images/svg/checklist.svg");
}
@media screen and (max-width: 1350px) {
  .wpb-item-pro-space-intro .content {
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .wpb-item-pro-space-intro .content {
    width: 100%;
  }
  .wpb-item-pro-space-intro .content .introduction {
    max-width: 100%;
  }
  .wpb-item-pro-space-intro .image {
    display: none;
  }
}

.wpb-item-installation-guide-intro {
  background-color: #fbf8f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.wpb-item-installation-guide-intro .content,
.wpb-item-installation-guide-intro .image {
  width: 50%;
}
.wpb-item-installation-guide-intro .content {
  padding: 6.8rem calc((100vw - 1250px) / 2) 6.8rem 6.8rem;
}
.wpb-item-installation-guide-intro .image {
  position: relative;
}
.wpb-item-installation-guide-intro .image img {
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpb-item-installation-guide-intro .subheading {
  font-family: "Palmerlake";
  font-size: 3rem;
  line-height: 2.4rem;
  display: inline-block;
}
.wpb-item-installation-guide-intro h1 {
  text-align: left;
  font-family: var(--wpb-secondary-font);
  font-size: 3.8rem;
  font-weight: 500;
  margin: 0 0 1.6rem 0;
}
.wpb-item-installation-guide-intro .introduction {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  max-width: 470px;
}
.wpb-item-installation-guide-intro .list-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  display: block;
}
.wpb-item-installation-guide-intro .list-items {
  grid-row-gap: 12px;
}
.wpb-item-installation-guide-intro .list-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpb-item-installation-guide-intro .list-items .item .icon {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
@media screen and (max-width: 1250px) {
  .wpb-item-installation-guide-intro .content {
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .wpb-item-installation-guide-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wpb-item-installation-guide-intro .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 3.2rem 2.4rem;
  }
  .wpb-item-installation-guide-intro .image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
  }
  .wpb-item-installation-guide-intro .image img {
    position: static;
    width: 100%;
    height: auto;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.wpb-item-realisations-intro {
  --bg: #bce4dd;
  --line: #b4e2d9;
  --step: 30px; /* taille d’un carré */
  --step2: calc(var(--step) * 2);
  background-color: var(--bg);
  background-image: repeating-linear-gradient(90deg, var(--line) 0 1px, transparent 1px var(--step)), repeating-linear-gradient(0deg, var(--line) 0 1px, transparent 1px var(--step));
  padding: 8.4rem 2.4rem;
}
.wpb-item-realisations-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 650px;
}
.wpb-item-realisations-intro h1 {
  font-family: var(--wpb-secondary-font);
  font-size: 3.8rem;
  font-weight: 500;
  margin: 0;
}
.wpb-item-realisations-intro .subheading {
  font-family: "Palmerlake";
  font-size: 3rem;
  line-height: 2.4rem;
  display: inline-block;
  margin: 0.8rem 0 3.2rem 0;
}

.wpb-item-realisations-items {
  padding: 4.8rem;
}
.wpb-item-realisations-items .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.wpb-item-realisations-items .btn-container .btn {
  padding: 1.6rem 2.4rem;
  font-weight: 400;
}
.wpb-item-realisations-items .masonry-item.is-hidden {
  display: none;
}
.wpb-item-realisations-items .masonry-sizer,
.wpb-item-realisations-items .masonry-item {
  width: calc(33.33% - 21.3333333333px);
}
@media screen and (max-width: 875px) {
  .wpb-item-realisations-items .masonry-sizer,
  .wpb-item-realisations-items .masonry-item {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 675px) {
  .wpb-item-realisations-items .masonry-sizer,
  .wpb-item-realisations-items .masonry-item {
    width: 100%;
  }
}
.wpb-item-realisations-items .masonry-item {
  margin-bottom: 32px;
}
.wpb-item-realisations-items .masonry-item .author {
  font-style: italic;
}
.wpb-item-realisations-items .masonry-item.type-image {
  text-align: left;
}
.wpb-item-realisations-items .masonry-item.type-image .image {
  border-radius: 3.2rem;
  position: relative;
  overflow: hidden;
}
.wpb-item-realisations-items .masonry-item.type-image .image img {
  display: block;
  width: 100%;
  height: auto;
}
.wpb-item-realisations-items .masonry-item.type-image .text {
  padding: 12px 25px 0 25px;
}
.wpb-item-realisations-items .masonry-item.type-text {
  background-color: #f4efea;
  padding: 3.2rem;
  text-align: center;
  border-radius: 3.2rem;
  position: relative;
  overflow: hidden;
}
.wpb-item-realisations-items .masonry-item.type-text .author {
  margin-top: 1.6rem;
}

/* ## Plugin: Yith Wishlist 
------------------------------------------------------- */
body.woocommerce-wishlist .builder .wpb-item-text .container {
  max-width: 1250px;
}

#yith-wcwl-form .show-title-form {
  display: none;
}
#yith-wcwl-form h2 {
  font-size: 3.6rem;
  font-family: var(--wpb-secondary-font);
  font-weight: 400;
}
#yith-wcwl-form h2:hover {
  background-color: transparent;
}

a.quick_wishlist {
  position: relative;
}

.et-wishlist-counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  margin-left: 4px;
}

.et-wishlist-counter.active {
  height: 17px;
  width: 17px;
  line-height: 17px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  font-size: 10px;
  text-align: center;
  -webkit-animation: 0.48s zoomIn;
          animation: 0.48s zoomIn;
  font-family: Arial, Helvetica, sans-serif;
}

.et-wishlist-counter.no-blockui .blockUI,
.et-wishlist-counter .blockUI.blockMsg {
  display: none !important; /* Override plugin style */
}

.et-wishlist-counter .blockUI.blockOverlay:after {
  height: 8px;
  width: 8px;
  margin: -4px -4px 0 0;
}

.yith-wcwl-add-to-wishlist.on-first-load .blockUI {
  display: none;
}

.yith-wcwl-form .wishlist-title,
.yes-js #yith-wcwl-form .hidden-title-form {
  margin: 0 0 20px 0;
}

.woocommerce .wishlist-title h2 {
  font-size: inherit;
  color: inherit;
  padding: 0;
}

.woocommerce table.wishlist_table {
  font-size: inherit;
  border: 0;
  margin-bottom: 30px;
}

.woocommerce table.wishlist_table thead th {
  display: none;
}

.woocommerce table.wishlist_table tr .product-remove .remove {
  display: block;
  position: relative;
  border-radius: 50px;
  height: 26px;
  width: 26px;
  border: 6px solid transparent;
}

.woocommerce table.wishlist_table tr .product-remove .remove:hover {
  background: #f8f8f8;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  border: 0;
  text-align: inherit;
  padding: 16px 12px;
}

.wishlist_table .product-stock-status span {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  padding: 5px 12px;
  border-radius: 50px;
  white-space: nowrap;
}

.wishlist_table .product-price ins {
  text-decoration: none;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: #7cc0a6;
  border: 1px solid #7cc0a6;
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
  background: #b1b1b1;
  color: #fff;
}

.woocommerce .wishlist_table td.product-add-to-cart span.dateadded {
  font-size: 13px;
}

.woocommerce .wishlist_table .add_to_cart {
  display: block !important; /* Override plugin style */
  padding: 0.575rem 0.75rem;
  line-height: 1.6;
  margin: 6px 0;
  color: #fff;
}

.woocommerce .wishlist_table .product-add-to-cart .add_to_cart .icon {
  display: none;
}

.woocommerce .wishlist_table .product-add-to-cart .remove_from_wishlist {
  background: transparent;
  color: #777;
}

/* Mobile styles */
.wishlist_table.mobile li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.wishlist_table.mobile li .product-checkbox {
  width: 30px;
}

.wishlist_table.mobile li .item-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.wishlist_table.mobile.with-checkbox li .item-wrapper {
  width: calc(100% - 35px);
}

.wishlist_table.mobile li table.additional-info td {
  vertical-align: middle;
}

.wishlist_table tbody .product-quantity input,
.wishlist_table.mobile li table.additional-info td.value input {
  width: 70px;
}

.wishlist_table.mobile li table.additional-info td.value input {
  height: calc(1.25em + 0.975rem + 4px);
}

.wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  text-align: center;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove i:before {
  content: "\e93d";
  font-family: "et-icon";
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title {
  border: 0;
}

.wishlist_table.images_grid li .item-details h3,
.wishlist_table.mobile li .item-details h3,
.wishlist_table.modern_grid li .item-details h3,
.wishlist_table.mobile li .item-details table.item-details-table td.label {
  font-weight: inherit;
  font-size: inherit;
  text-align: initial;
  margin-top: 0;
}

.wishlist_table.mobile li table.additional-info td.value,
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.value {
  font-weight: normal;
  text-align: inherit;
}

.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.value {
  font-size: 0.9em;
}

.wishlist_table.images_grid li .item-details table.item-details-table td,
.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td,
.wishlist_table.modern_grid li .item-details table.item-details-table td {
  font-size: 1em;
  padding: 3px 0;
}

.wishlist_table.mobile tbody tr,
.shop_table.cart .additional-info tbody tr {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .selectBox-dropdown .selectBox-arrow,
  .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
    background-image: url(../img/svg/chevron-down.svg);
    background-position: calc(100% - 12px) 48%;
    background-repeat: no-repeat;
    background-size: 14px 14px;
  }
}
.woocommerce .wishlist_table .wishlist-cart-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.woocommerce .wishlist_table .datea-dded {
  font-size: 0.9em;
}

.woocommerce .wishlist_table .product-add-to-cart .et-quickview-btn {
  display: none;
}

/* Popup */
/* Wishlist empty */
.woocommerce .wishlist_table .wishlist-empty {
  text-align: center;
}

/* Share */
.woocommerce .wishlist_table tfoot td {
  border: 0;
  border-top: 1px solid #eaeaea;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
  float: none;
  margin-bottom: 35px;
  text-align: center;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share ul:not([class]) {
  margin: 0;
  padding: 0;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
  margin: 0 10px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.yith-wcwl-share li.share-button a {
  background: transparent;
  color: #282828;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  padding: 2px;
  margin-right: 10px;
}

.yith-wcwl-share li.share-button a:hover {
  background: transparent;
}

.yith-wcwl-share .fa {
  font-family: "et-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.yith-wcwl-share .fa-facebook:before {
  content: "\e903" !important;
}

.yith-wcwl-share .fa-twitter:before {
  content: "\e902" !important;
}

.yith-wcwl-share .fa-pinterest:before {
  content: "\e904" !important;
}

.yith-wcwl-share .fa-envelope-o:before {
  content: "\e913" !important;
}

.yith-wcwl-share .fa-whatsapp:before {
  content: "\e911" !important;
}

.yith-wcwl-after-share-section:before {
  text-align: center;
}

.yith-wcwl-after-share-section .copy-target {
  border: 0;
  background: #f2f2f2;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.yith-wcwl-after-share-section small {
  display: block;
  margin-top: 10px;
}

.yith-wcwl-form a.show-title-form,
.yith-wcwl-form a.hide-title-form {
  background: transparent;
  color: inherit;
  border-color: inherit;
  cursor: pointer;
}

.woocommerce-cart-form .product-quantity {
  display: table-cell;
}
.woocommerce-cart-form .product-quantity-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-cart-form .actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce .wpb-item-woocommerce-cart {
  padding: 0 2.4rem 2.4rem 2.4rem;
}
.woocommerce .wpb-item-woocommerce-cart .container {
  max-width: 1350px;
}
.woocommerce .wpb-item-woocommerce-cart .back-top-shop {
  color: var(--wpb-color-text);
  text-decoration: underline;
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 3.2rem;
}
.woocommerce .wpb-item-woocommerce-cart .cart-right {
  background-color: #faf8f4;
  padding: 2.4rem;
}
.woocommerce .wpb-item-woocommerce-cart .cart .shop_table {
  border: 0;
}
.woocommerce .wpb-item-woocommerce-cart .cart .shop_table td {
  border: 0;
}
.woocommerce .wpb-item-woocommerce-cart .cart .shop_table thead th {
  border-bottom: 1px solid #faf8f4;
}
.woocommerce .wpb-item-woocommerce-cart .cart .shop_table tbody tr:first-child td {
  padding-top: 2.4rem;
}
.woocommerce .wpb-item-woocommerce-cart .cart .shop_table tbody tr:last-child td {
  padding-top: 2.4rem;
  border-top: 1px solid #faf8f4;
}
.woocommerce .wpb-item-woocommerce-cart .cart .shop_table td.actions {
  display: none;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals table {
  border: 0;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals table td {
  border: 0;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals tbody th {
  border: 0;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals .cart-subtotal {
  font-size: 2rem;
  font-weight: 400;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals .cart-subtotal div:nth-child(2) {
  text-align: right;
  padding-left: 2.4rem;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals .woocommerce-shipping-totals {
  padding: 1.6rem 0;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals .woocommerce-shipping-totals #shipping_method {
  display: none;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals .shipping-calculator-form {
  margin-top: 1.6rem;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
  margin-bottom: 1.6rem;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals .cart-reassurances {
  padding: 2.4rem 0;
}
.woocommerce .wpb-item-woocommerce-cart .cart_totals .cart-reassurances-title {
  font-family: "Palmerlake";
  font-size: 3rem;
  text-align: center;
}
.woocommerce .wpb-item-woocommerce-cart .product-quantity-container span {
  display: none;
}
@media screen and (max-width: 768px) {
  .woocommerce .wpb-item-woocommerce-cart .product-quantity-container {
    padding-left: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .woocommerce .wpb-item-woocommerce-cart .product-quantity-container .qty-container {
    margin-right: 0;
  }
}
.woocommerce .wpb-item-woocommerce-cart .product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce .wpb-item-woocommerce-cart .product-container .product-thumbnail {
  width: 80px;
}
.woocommerce .wpb-item-woocommerce-cart .product-container .product-thumbnail img {
  width: 100%;
  height: auto;
}
.woocommerce .wpb-item-woocommerce-cart .product-container .product-data {
  width: calc(100% - 80px);
  padding-left: 1.6rem;
}
.woocommerce .wpb-item-woocommerce-cart .product-container .product-data .product-name-container {
  margin-bottom: 0.4rem;
}
.woocommerce .wpb-item-woocommerce-cart .product-container .product-data .product-name-container a {
  font-size: 1.6rem;
  color: var(--wpb-color-text);
}
.woocommerce .wpb-item-woocommerce-cart .product-container .product-data .variation {
  margin: 0 0 0.4rem 0;
}
.woocommerce .wpb-item-woocommerce-cart .product-container .product-data .variation dt,
.woocommerce .wpb-item-woocommerce-cart .product-container .product-data .variation dd,
.woocommerce .wpb-item-woocommerce-cart .product-container .product-data .variation p {
  color: #969696;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-decoration: none;
  font-weight: 400;
}
.woocommerce .wpb-item-woocommerce-cart .product-container .product-data .variation dt,
.woocommerce .wpb-item-woocommerce-cart .product-container .product-data .variation dd {
  padding: 0;
}
.woocommerce .wpb-item-woocommerce-cart .product-container .product-data .variation p {
  margin: 0;
}
.woocommerce .wpb-item-woocommerce-cart .product-container .product-data .variation strong {
  font-weight: 400;
}
.woocommerce .wpb-item-woocommerce-cart .product-container .product-data .remove-link {
  font-size: 1.2rem;
  display: inline-block;
  color: var(--wpb-color-text);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .woocommerce .wpb-item-woocommerce-cart .product-container .product-thumbnail {
    display: block;
  }
  .woocommerce .wpb-item-woocommerce-cart .product-container .product-data {
    width: 100%;
  }
  .woocommerce .wpb-item-woocommerce-cart .product-container .product-data .variation {
    text-align: left;
  }
  .woocommerce .wpb-item-woocommerce-cart .product-container .product-data .product-name-container {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .wpb-item-woocommerce-cart .product-name:before {
    display: none;
  }
}

.woocommerce-order-received .woocommerce ul.woocommerce-thankyou-order-details {
  padding: 0;
}
.woocommerce-order-received .woocommerce .wpb-item-woocommerce-checkout .container {
  max-width: 1200px;
}
.woocommerce-order-received .woocommerce .wpb-item-woocommerce-checkout .woocommerce-table {
  max-width: 884px;
}
.woocommerce-order-received .woocommerce .wpb-item-woocommerce-checkout .wc-item-meta {
  padding-left: 0;
}
.woocommerce-order-received .woocommerce .wpb-item-woocommerce-checkout .wc-item-meta p {
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: break-word;
}

.wpb-item-woocommerce-account .wc-item-meta p {
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: break-word;
}

.woocommerce .wpb-item-woocommerce-checkout {
  padding: 4.8rem 7.2rem;
}
@media screen and (max-width: 1200px) {
  .woocommerce .wpb-item-woocommerce-checkout {
    padding: 2.4rem;
  }
}
.woocommerce .wpb-item-woocommerce-checkout #woocommerce-NoticeGroup {
  width: 100%;
}
.woocommerce .wpb-item-woocommerce-checkout p.create-account {
  padding: 0;
  margin-bottom: 0.8rem;
}
.woocommerce .wpb-item-woocommerce-checkout p.create-account:before, .woocommerce .wpb-item-woocommerce-checkout p.create-account:after {
  display: none;
}
.woocommerce .wpb-item-woocommerce-checkout p.create-account label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .wpb-item-woocommerce-checkout p.create-account input {
  width: auto;
}
.woocommerce .wpb-item-woocommerce-checkout #div_dpdfrance_predict_header,
.woocommerce .wpb-item-woocommerce-checkout #predict,
.woocommerce .wpb-item-woocommerce-checkout #div_dpdfrance_predict_gsm {
  display: none;
}
.woocommerce .wpb-item-woocommerce-checkout #payment ul.wc_payment_methods li .IntegratedPayment_container label {
  width: auto;
}
.woocommerce .wpb-item-woocommerce-checkout #payment li.woocommerce-SavedPaymentMethods-token {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .wpb-item-woocommerce-checkout #payment li.woocommerce-SavedPaymentMethods-token .woocommerce-SavedPaymentMethods-tokenInput {
  opacity: 1;
  display: inline-block;
}
.woocommerce .wpb-item-woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #fff;
}
.woocommerce .wpb-item-woocommerce-checkout #payment div.payment_box {
  background-color: #fff;
}
.woocommerce .wpb-item-woocommerce-checkout .container {
  max-width: 100%;
}
.woocommerce .wpb-item-woocommerce-checkout h3 {
  font-family: --wpb-secondary-font;
  font-weight: 400;
  margin-top: 0;
}
.woocommerce .wpb-item-woocommerce-checkout #customer_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce .wpb-item-woocommerce-checkout #customer_details .col-1,
.woocommerce .wpb-item-woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}
.woocommerce .wpb-item-woocommerce-checkout .wpb-checkout-order {
  background-color: #faf8f4;
  padding: 4.8rem 5.6rem;
}
@media screen and (max-width: 1200px) {
  .woocommerce .wpb-item-woocommerce-checkout .wpb-checkout-order {
    padding: 2.4rem;
  }
}
.woocommerce .wpb-item-woocommerce-checkout .checkout_coupon {
  border: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.woocommerce .wpb-item-woocommerce-checkout .checkout_coupon input[name=coupon_code] {
  background-color: transparent;
  border: 1px solid var(--wpb-color-1) !important;
  border-radius: 0;
}
.woocommerce .wpb-item-woocommerce-checkout .checkout_coupon .btn {
  height: 37px;
}
.woocommerce .wpb-item-woocommerce-checkout .checkout_coupon p {
  margin: 0;
  padding: 0;
}
.woocommerce .wpb-item-woocommerce-checkout .checkout_coupon p:before {
  display: none;
}
.woocommerce .wpb-item-woocommerce-checkout .checkout_coupon .form-row-first {
  width: 100%;
}
.woocommerce .wpb-item-woocommerce-checkout .checkout_coupon .form-row-last {
  width: auto;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table {
  border: 0;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table td {
  border: 0;
  text-align: right;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table thead {
  display: none;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table tfoot th {
  border-top: 0;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-thumbnail {
  width: 80px;
  position: relative;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-thumbnail img {
  width: 100%;
  height: auto;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-thumbnail .product-quantity {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-data {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-data .product-name-container {
  margin-bottom: 0.4rem;
  padding-left: 1.6rem;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-data .product-name-container a {
  font-size: 1.6rem;
  color: var(--wpb-color-text);
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-data .variation {
  margin: 0 0 0.4rem 0;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-data .variation dt,
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-data .variation dd,
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-data .variation p {
  color: #969696;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-decoration: none;
  font-weight: 400;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-data .variation dt,
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-data .variation dd {
  padding: 0;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-data .variation p {
  margin: 0;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-data .variation strong {
  font-weight: 400;
}
.woocommerce .wpb-item-woocommerce-checkout table.shop_table .product-data .remove-link {
  font-size: 1.2rem;
  display: inline-block;
  color: var(--wpb-color-text);
  text-decoration: underline;
}
.woocommerce .wpb-item-woocommerce-checkout #shipping_method li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.woocommerce .wpb-item-woocommerce-checkout #shipping_method li input {
  width: auto;
  margin: 0 1.6rem 0 0;
}
.woocommerce .wpb-item-woocommerce-checkout #shipping_method li label {
  margin: 0;
}

body.single-post .wpb-item-top-banner {
  padding-bottom: 0;
}
body.single-post .wpb-item-top-banner .banner {
  max-width: 780px;
  margin: 0 auto;
}
body.single-post .wpb-item-top-banner h1 {
  margin: 0;
}
body.single-post .wpb-item-top-banner .post-updated {
  text-align: center;
  margin: 0.8rem 0 1.6rem 0;
}
body.single-post .wpb-item-top-banner .bg {
  display: block;
  width: 100%;
  height: 313px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-post .wpb-item-text .container,
body.single-post .wpb-item-text .container:not(.has-columns) {
  max-width: 780px;
}
body.single-post .wpb-item-text #post-table-of-content.active .toggle-toc:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
          transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
body.single-post .wpb-item-text #post-table-of-content.active .toc-container {
  width: auto;
}
body.single-post .wpb-item-text #post-table-of-content .toc-container {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 459px;
  max-width: 100%;
}
body.single-post .wpb-item-text #post-table-of-content .toc-container a {
  color: #000;
}
body.single-post .wpb-item-text #post-table-of-content .toggle-toc {
  background: none;
  width: 100%;
  height: 59px;
  top: 0;
  left: 0;
}
body.single-post .wpb-item-text #post-table-of-content .toggle-toc:before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: #000;
  -webkit-mask: url("../images/svg/arrow-down-3.svg");
          mask: url("../images/svg/arrow-down-3.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  border-radius: 100%;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.single-post .wpb-item-text #post-table-of-content .toc-headline {
  font-weight: 400;
  display: inline-block;
  font-size: 1.8rem;
}

.woocommerce-view-order .product-thumbnail {
  width: 80px;
  position: relative;
}
.woocommerce-view-order .product-thumbnail img {
  width: 100%;
  height: auto;
}
.woocommerce-view-order .product-thumbnail .product-quantity {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
}
.woocommerce-view-order .product-data {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce-view-order .product-data .wc-item-meta {
  padding: 0;
}
.woocommerce-view-order .product-data .product-name-container {
  margin-bottom: 0.4rem;
  padding-left: 1.6rem;
}
.woocommerce-view-order .product-data .product-name-container a {
  font-size: 1.6rem;
  color: var(--wpb-color-text);
}
.woocommerce-view-order .product-data .variation {
  margin: 0 0 0.4rem 0;
}
.woocommerce-view-order .product-data .variation dt,
.woocommerce-view-order .product-data .variation dd,
.woocommerce-view-order .product-data .variation p {
  color: #969696;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-decoration: none;
  font-weight: 400;
}
.woocommerce-view-order .product-data .variation dt,
.woocommerce-view-order .product-data .variation dd {
  padding: 0;
}
.woocommerce-view-order .product-data .variation p {
  margin: 0;
}
.woocommerce-view-order .product-data .variation strong {
  font-weight: 400;
}
.woocommerce-view-order .product-data .remove-link {
  font-size: 1.2rem;
  display: inline-block;
  color: var(--wpb-color-text);
  text-decoration: underline;
}