/* POPUP */

.wd-age-verify {
  border-radius: 20px !important;
}



/* JE DEBUTE CSS */


.expend_jedebute {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}

/* Afficher la section quand elle est ouverte */
.expend_jedebute.is-open {
  max-height: 10000px; /* Grande valeur pour s'adapter à tout contenu */
  opacity: 1;
  margin-top: 30px; /* Espacement avec le bouton */
}

/* Animation de la flèche du bouton */
.btn-icon-rotate .elementor-button-icon {
  transition: transform 0.3s ease;
}

/* Rotation de la flèche quand ouvert */
.btn-icon-rotate.is-open .elementor-button-icon {
  transform: rotate(90deg);
}

/* Optionnel : Changer la couleur du bouton quand ouvert */
.elementor-element-9191a12.is-open .elementor-button {
  background-color: #83b735; /* Vert VapStation */
}

.elementor-element-9191a12.is-open .elementor-button:hover {
  background-color: #1d403e; /* Vert foncé au survol */
}


.vap-pf-step-indicator:not(:last-child)::after {
  content: '';
  width: 70px;
  height: 3px;
  background: var(--vap-border);
  position: absolute;
  top: 25px;
  left: calc(50% + 38px);
  transition: background 0.3s;
}

.vap-answer-icon {
  width: 48px;
  height: 48px !important;
  margin-bottom: 1rem;
  opacity: 0.7;
  transition: all 0.3s;
}

.vap-pf-navigation {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
  justify-content: space-around;
  align-items: center;
}

.vap-pf-navigation {
  justify-content: center !important;
  gap: 1rem;
}

.vap-pf-steps-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  margin:0 !important
}

.vap-pf-navigation {
  margin-top: 30px !important;
}


.top-information {
  .product-price-wrapper {
      z-index: 10;
      position: absolute;
      left: 0;
      bottom: 20%;
      color: black;
      background: var(--e-global-color-e0ecff1);
      opacity: 1;
      padding: 8px 14px;
      border-radius: 0 50px 50px 0;
      font-size: 20px;
      line-height: 1 !important;
  }
}

.product-price-wrapper.hover-price {
  display: none !important;
}

.vap-pf .results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 30px;

  .product-price-wrapper .woocommerce-price-suffix {
    display: none !important;
  }

  .hover-information-bottom-left {
    display: none !important;
  }
}

.vap-pf .results .product-element {
  padding: 0 !important;
}


.vap-reset-container {
  border-top: 0 !important;
}





/* CALCULATEUR DIY CSS */

.vap-progress-indicator {
  margin-top: 30px;
  margin-bottom: 0;
}

.vap-calculator-form {
  margin-bottom: 120px;
}

.vap-progress-line {
  margin-top: -25px;
}

.vap-calculator-form .vap-calc-btn-prev {
  background-color: transparent;
  border: 1px solid #1f5956 !important;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #1f5956;
  border: none;
  border-radius: 35px;
  padding: 8px 14px 8px 14px;
}

.vap-calculator-form .vap-calc-btn-next, .vap-calculator-form .vap-calc-btn-primary  {
  background-color: #1f5956;
  border: 1px solid #1f5956;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  line-height: 1;
  color: white;
  border: none;
  border-radius: 35px;
  padding: 8px 14px 8px 14px;
  text-transform: initial;
}

.vap-calc-unit {
  color: #1f5956;
  font-family: "Inter", Sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  text-transform: initial;
}

.vap-calculator-form .vap-calc-btn-prev {
  text-transform: initial;
}

.vap-calc-help-link {
  text-decoration: underline;
}

.vap-help-popup-close {
  position: absolute;
  border-radius: 100%;
  top: 10px;
  right: 10px;
  background: #1f5956;  
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  &:hover {
    background: #b4e100;
    color: #1f5956;
  }
}


.vap-calc-radio-cards input[type="radio"]:checked + label strong, .vap-calc-radio-cards input[type="radio"]:checked + label span,
.vap-calc-radio-cards input[type="radio"]:checked + label {
  color: #000 !important;
}


.vap-calculator-results .vap-product-btn {
  font-size: 16px;
  border-radius: 35px;
  background-color: #1D403E;
  border: 1px solid #1D403E;
  text-transform: initial;
  color: #fff;
  &:hover {
    background-color: #B4E100;
    border: 1px solid #B4E100;
    color: #1D403E;
  }
}

.vap-calculator-results  .vap-recipe-buy-btn {
  font-size: 16px;
  border-radius: 35px;
  background-color: #B4E100;
  border: 1px solid #B4E100;
  text-transform: initial;
  color: #1D403E;
  &:hover {
    background-color: #1D403E;
    border: 1px solid #1D403E;
    color: #fff;
  }
}

.vap-calculator-results  .vap-calc-btn-clear {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  border-radius: 35px;
  background-color: transparent;
  border: 1px solid #1f5956;
  color: #1f5956;
  text-transform: initial

}

.vap-recipe-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #9a69ff;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  padding: 5px 10px;
  border-radius: 20px;
  box-shadow:none !important;
  z-index: 2;
}

.vap-recipe-info-value {
  font-size: 1.5rem;
  color: #B4E100;
  font-weight: 700;
}

.vap-product-qty {
  background: #9a69ff;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
}

.vap-product-card, .vap-product-image {
  background: #F5F5F5;
}

.vap-calc-radio-cards label strong {
  font-size: 1.75rem;
  color: var(--vap-text);
}

.vap-calc-radio-cards {
  label {
      font-size: 20px;
      color: var(--vap-text);
      font-weight: 600;
  }
}

/* step 02 */

.vap-calc-radio-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 15px;
  margin-bottom: 1.5rem;

  label {
    padding: 12px;
  }
}

/* resultats */

.vap-recipe-visual {
  background: #F5F5F5;
}

.vap-product-price {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  color: black;
  background: #B4E100;
  padding: 8px 30px 8px 14px;
  border-radius: 0 50px 50px 0;
  font-size: 20px;
  line-height: 1 !important;
  font-weight: 700;
  margin: 0;

  span {
    font-size: 12px;
    color: #000 !important;
    font-weight: 400;
    display: none !important;
  }
}

.vap-product-name, .vap-product-name {
  color: #000;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1;
  margin-bottom: 10px !important;
}

.vap-product-usage {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}


.vap-products-recommendations {
  gap:1rem;
}

.vap-product-usage strong {
  color: #000 !important;
}

.vap-product-image {
  height: 300px !important;
}

.vap-product-image img {
  max-width: 100%;
  max-height: 300px !important;
  object-fit: contain;
}


/* END CALCULATEUR DIY CSS */

.twb {
  text-wrap: balance;
}

.twp {
  text-wrap: pretty;
}

.product-labels.labels-rounded .out-of-stock {
  font-size: 10px !important;
}

.woocommerce-price-suffix {
  color: #000;
  font-size: 12px !important;
}

:root {
  --btn-accented-bgcolor: #b4e100 !important;
  --wd-primary-color: #b4e100 !important;
  --btn-accented-color: #1d403e !important;
  --btn-accented-color-hover: #b4e100 !important;
}

/* MOBILE RELATIVE */
@media (width <= 768px) {
  #main-content .mobil-rel {
    position: relative;
    top: 0;
    left: 0;
  }

  #main-content .mobil-rel.elementor-widget-mobile__width-inherit a {
    width: 100%;
  }
}

.container,
.container-fluid {
  max-width: 100%;
  padding: 0;
}

#main-content .hover-effect-image .hover-image-container a {
  padding: 24px;
  padding-left: 54px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

  @media (width <= 768px) {
    padding: 16px;
    padding-left: 24px;
  }

  &:after {
    content: "";
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9986 20L24.6852 10.5815L14.9992 1.5M1 10.6364H24.5544' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--e-global-color-7cf9df4);
    border-radius: 99px;
    padding: 30px;
    color: white;
    transition: transform 0.3s ease;

    @media (width <= 768px) {
      padding: 20px;
      background-size: 50%;
    }
  }

  &:hover:after {
    transform: rotate(-45deg);
  }
}

.btn-vapstation {
  background-color: #1f5956;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  line-height: 1;
  color: white;
  border: none;
  border-radius: 99px;
  padding: 8px 14px 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  font-weight: 400;
  margin-top: 10px;

  .elementor-button-icon {
    transition: transform 0.3s ease;
  }
  &:hover {
    background-color: #b4e100;
    color: #1d403e;
    .elementor-button-icon {
      transform: rotate(-45deg);
    }
  }
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.4s ease;
  opacity: 0;
  z-index: 9999;
}

.custom-cursor img {
  width: 200px;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 20px;
  display: none; /* affichée seulement au hover */
}

.menu-custom-cursor img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}

body .wd-toolbar-label-show {
  z-index: 999999;
}

footer.wd-footer {
  .wd-nav-horizontal {
    @media (width <= 567px) {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;

      a {
        min-height: unset;
      }
    }
  }
  .bottom-footer {
    .wd-nav-horizontal {
      display: flex;
      flex-direction: row;
    }
  }
}

.btn-footer {
  .elementor-button-content-wrapper {
    align-items: center;
  }
  svg {
    width: 1.5em;

    path {
      stroke: currentColor;
      stroke-width: 0.5px;
    }
  }
}

.btn-icon-rotate {
  .elementor-button-icon {
    aspect-ratio: 1/1;
    transition: transform 0.3s ease;

    svg path {
      stroke-width: 2.2px;
    }
  }
}
.btn-icon-rotate:hover {
  .elementor-button-icon {
    transform: rotate(-45deg);
  }
}

/* ACCORDION */

.vapstation-accordion .wd-accordion {
  gap: 20px;
  .wd-accordion-item {
    border-radius: 20px;

    .wd-accordion-title {
      padding: 30px 50px;
      @media (width <= 567px) {
        padding: 30px;
      }

      .wd-accordion-opener {
        color: currentColor;
        width: 40px;
        height: 40px;

        &:before {
          content: "" !important;
          width: 40px;
          height: 3px;
          background-color: currentColor;
          border-radius: 9px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
        }

        &:after {
          content: "" !important;
          width: 3px;
          height: 40px;
          background-color: currentColor;
          border-radius: 9px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: height 0.3s ease;
        }
      }

      &.wd-active {
        .wd-accordion-opener {
          transform: none !important;

          &:after {
            content: "" !important;
            height: 0px;
          }
        }
      }
    }

    .wd-accordion-content {
      margin-top: -10px;
      padding: 0 50px 30px 50px;
      @media (width <= 567px) {
        padding: 12px 30px 30px 30px;
      }

      li {
        margin-bottom: 0;
      }
    }

    .wd-accordion-title-text {
      color: inherit;
    }

    &:nth-child(1) {
      background-color: var(--e-global-color-e0ecff1);
      color: black;
    }
    &:nth-child(2) {
      background-color: var(--e-global-color-11e3273);
      color: white;
    }
    &:nth-child(3) {
      background-color: var(--e-global-color-7cf9df4);
      color: white;
    }
  }
}

#main-content .vapstation-faq {
  .wd-accordion-item {
    border-bottom: 1px solid black;

    .wd-accordion-title {
      padding: 30px;
      @media (width <= 567px) {
        padding: 12px;
      }

      .wd-accordion-opener {
        color: currentColor;

        &:before {
          display: none;
        }

        &:after {
          content: "";
          position: relative;
          background-image: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9986 20L24.6852 10.5815L14.9992 1.5M1 10.6364H24.5544' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
          background-position: center;
          background-repeat: no-repeat;
          background-color: var(--e-global-color-7cf9df4);
          border-radius: 99px;
          display: block;
          padding: 30px;
          color: white;
          transition: transform 0.3s ease;
        }
      }

      &.wd-active {
        .wd-accordion-opener {
          transform: none;
          &:after {
            transform: rotate(-45deg);
          }
        }
      }
    }

    .wd-accordion-content {
      margin-top: -10px;
      padding: 0 30px 30px 30px;
      @media (width <= 567px) {
        padding: 10px 12px 30px 12px;
      }

      p {
        max-width: 60%;
        @media (width <= 567px) {
          max-width: 100%;
        }
      }

      li {
        margin-bottom: 0;
      }
    }
  }
}

/* TESTIMONIALS */
#main-content .vapstation-testimonial {
  .elementor-main-swiper {
    width: 100vw;

    .elementor-swiper-button {
      padding: 10px;
      border-radius: 99px;
      background-color: var(--e-global-color-11e3273);
      top: -60px;

      &.elementor-swiper-button-prev {
        right: 60px;
        left: unset;
      }
    }
  }
  .elementor-testimonial {
    .elementor-testimonial__header {
      border: none;

      .elementor-star-rating {
        position: absolute;
        top: 26px;
        right: 32px;
        @media (width <= 567px) {
          font-size: 24px;
        }
      }
      .elementor-star-rating i:before {
        line-height: 1;
      }
    }
    .elementor-testimonial__content {
      border: none;
    }
  }
}

.icon-flex a {
  display: flex;
}

.carousel-product-price .amount {
  color: black;
}

.carousel-product {
  .swiper-pagination-bullets {
    .swiper-pagination-bullet {
      opacity: 1;
      background-color: var(--e-global-color-e0ecff1);
      border-radius: 99px;
      width: 60px;
      height: 5px;

      &.swiper-pagination-bullet-active {
        background-color: var(--e-global-color-11e3273);
      }
    }
  }
}

.carousel-image-container {
  max-height: 500px;

  .elementor-widget-image {
    height: 100%;
  }

  img {
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
  }
}

/* WC RATING */
.wc-custom-rating {
  display: flex;
  align-items: center;
}

.wc-stars {
  display: flex;
}

.wc-reviews {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

/* Logos Carousel */
.logo-carousel img {
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: 230px;
}

/* Product Custom Llayout */

.home-grid {
  .product-element-top img {
    padding-bottom: 0px;
    transform: translateY(50px) scale(1.2);
  }
}
@media (width <= 1200px) {
  .wd-products.wd-grid-g {
    --wd-col: 3;
  }
}

@media (width <= 567px) {
  .wd-products.wd-grid-g {
    --wd-col: 2;
  }
}

.wd-grid-g {
  .wd-product {
    border-radius: 20px;
    background-color: #fafafa;
  }

  .product-element {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    overflow: hidden;
    background-color: #eee;
  }

  .wd-product,
  .product-wrapper,
  .product-element,
  .product-element-top,
  .product-element-top :is(a, img) {
    height: 100%;
  }

  .product-element-top img {
    object-fit: cover;
    padding-bottom: 20px;
  }

  .product-element-top .hover-img {
    display: none;
  }

  .wd-quick-shop {
    z-index: 30;
  }

  .quick-shop-wrapper {
    border-radius: 20px;
    overflow: hidden;
    outline: 1px solid #f1f1f1;
    outline-offset: -1px;
    background-color: white;
    z-index: 60;
    opacity: 0;
    pointer-events: none;

    .quick-shop-close {
      right: 16px;
      top: 10px;
    }
  }
  .quick-shop-shown .quick-shop-wrapper {
    opacity: 1;
    pointer-events: auto;

    .woocommerce-variation-add-to-cart {
      .quantity {
        padding: 6px 12px;
      }
      .button,
      .quantity input {
        background-color: var(--e-global-color-11e3273);
        color: white;
      }

      &:hover {
        .button,
        .quantity input {
          background-color: var(--e-global-color-11e3273);
          color: white;
        }
      }
    }
  }
}
.product-brand {
  width: fit-content;
  background-color: var(--e-global-color-7cf9df4);
  color: white;
  padding: 6px 12px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  pointer-events: auto;

  a {
    color: currentColor;
  }

  .wd-buttons.wd-pos-r-t {
    display: none;
  }

  .product-labels {
    display: none;
  }
}

.woodmart-archive-shop .wd-builder-off {
  padding-block: 0px;
}

.wd-action-btn.wd-style-icon .button {
  position: absolute;
  background: transparent;
  &:before,
  &:after {
    display: none;
  }
}

.one-line {
  padding-top: 80px;
  @media (width <= 1024px) {
    padding-top: 20px;
  }
}

.one-line .wd-grid-g {
  grid-template-rows: minmax(400px, 1fr);
  padding-top: 20px;
  @media (width <= 1024px) {
    grid-template-rows: minmax(auto, 1fr);
  }
}

.one-line h2 {
  font-size: 40px;
  @media (width <= 1024px) {
    font-size: 28px;
  }
}

.hover-information {
  position: absolute;
  opacity: 0;
  inset: 0;
  pointer-events: none;
  z-index: 20;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 20px;
  border-radius: 20px;
  background-color: #1d403ede;
  transition: opacity 0.3s ease;

  @media (width <= 567px) {
    padding: 12px;
  }
}

.hover-information-top {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  pointer-events: none;

  .hover-information-top-title {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    display: block;
    line-height: 1.2;
    @media (width <= 567px) {
      font-size: 16px;
    }
  }

  .hover-information-top-description {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-clamp: 5;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    @media (width <= 567px) {
      font-size: 14px;
    }
  }
}

body:not(.home) .wd-grid-g.grid-columns-4 {
  .hover-information {
    padding: 20px;
    @media (width <= 1024px) {
      padding: 12px;
    }

    .hover-information-bottom {
      justify-content: flex-end;
    }
  }
  div.hover-information-bottom-left {
    flex: 0 0 100%;
  }
  .hover-information-top-description {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
}

.hover-information.hidden {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.top-information {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 20px;
  @media (width <= 567px) {
    padding: 12px;
  }

  h3.wd-entities-title {
    font-size: 20px;
    color: black;
    line-height: 1.2;
    text-align: center;
    margin-block: 0;
    @media (width <= 567px) {
      font-size: 16px;
    }
  }

  .price {
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 20%;
    color: black;
    background: var(--e-global-color-e0ecff1);
    opacity: 1;
    padding: 8px 14px;
    border-radius: 0 50px 50px 0;
    font-size: 20px;
    line-height: 1 !important;
    @media (width <= 567px) {
      font-size: 16px;
    }
    & del {
      color: currentColor;
      font-size: 70%;
      opacity: 0.7;
    }
    & ins {
      color: currentColor;
    }
    .amount {
      color: currentColor;
    }
  }
}

.top-information.hidden {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.hover-information .absolute-link {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.hover-information .hover-information-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  row-gap: 20px;
  pointer-events: none;

  .rating {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 6px;

    .review-count {
      font-size: 16px;
      color: white;
      line-height: 1;
    }

    .star-rating {
      align-self: flex-start;
      font-size: 22px;
    }
  }

  .hover-information-bottom-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 60%;
    @media (width <= 1024px) {
      flex: 0 0 100%;
    }
    @media (width <= 567px) {
      display: none;
    }

    .product-variations-list {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 8px;
      padding: 0;
      margin: 0;

      .product-variations-list-title {
        font-size: 16px;
        color: white;
        line-height: 1.2;
        font-weight: 500;
        width: 100%;
        text-align: left;
        margin-bottom: 6px;
      }

      li {
        font-size: 16px;
        color: white;
        line-height: 1;
        list-style: none;
        margin-bottom: 0;
        outline: 1px solid white;
        outline-offset: -1px;
        padding: 6px 12px;
        border-radius: 99px;
      }
    }
  }

  .hover-information-bottom-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 1 0 auto;
  }

  .wd-add-btn.wd-add-btn-replace a {
    background-color: unset;
    border: none;
    padding: 0;
    margin: 0;
    height: auto;
    width: 100%;
    min-width: auto;
    position: absolute;

    &::after,
    &::before {
      display: none;
    }

    span {
      display: none;
    }
  }

  .icon-add-product {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    color: white;
    width: 46px;
    height: 46px;
    border-radius: 99px;
    pointer-events: auto;
  }

  .icon-view-product {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--e-global-color-e0ecff1);
    color: var(--e-global-color-e0ecff1);
    width: 46px;
    height: 46px;
    border-radius: 99px;
    transition: transform 0.3s ease;

    &:hover {
      transform: rotate(-45deg);
    }
  }
}

.product-element:hover .hover-information {
  opacity: 1;
  pointer-events: auto;
}

/* SINGLE PRODUCT */

.woocommerce .wd-page-content,
.woocommerce .wd-page-wrapper {
  background-color: #f7f7f7 !important;
}

.woocommerce .wd-page-content #main-content {
  max-width: 1600px;
  margin-inline: auto;
  padding: 40px 30px;
}

.woocommerce.tax-product_cat .wd-page-content #main-content {
  padding: 40px 12px;
}

.woocommerce .single-product-page .brand-wrapper {
  margin-bottom: 20px;
}

.woocommerce .single-product-page .title-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;

  .star-rating {
    display: flex;
    flex-direction: column;
  }
}

.woocommerce .single-product-page .wd-carousel-wrap {
  height: 500px;
  @media (width <= 768px) {
    height: 300px;
  }

  & * {
    height: 100%;
  }

  img {
    object-fit: contain;
  }
}

.woocommerce .single-product-page .product_title {
  display: inline-block;
  color: #000;
  font-size: clamp(32px, 4vw, 48px);
}

.woocommerce .single-product-page .summary-inner .product-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;

  a {
    background-color: var(--e-global-color-7cf9df4);
    color: white;
    border-radius: 99px;
    padding: 4px 18px;
  }
}

.woocommerce .single-product-page .summary-inner form.cart {
  padding-top: 40px;
  border-top: 1px solid #dddddd;
  margin-top: 30px;
}

.woocommerce .single-product-page .summary-inner .product-description p {
  font-size: 20px;
  line-height: 1.4;
  color: black;
  font-weight: 300;
}

.woocommerce .single-product-page .summary-inner .price .amount {
  color: #000;
  font-size: 32px;
}

.woocommerce .single-product-page .summary-inner .star-rating {
  color: var(--e-global-color-11e3273);
  font-size: 22px;
}

.woocommerce .single-product-page .summary-inner .product-add-to-cart {
  table {
    select {
      background-color: white;
      border: none;
      color: black;
      font-size: 16px;
      option {
        color: black;
      }
    }
  }

  button[type="submit"] {
    flex-direction: row-reverse;
    text-transform: inherit;
    color: black;
    font-weight: 400;
    font-size: 16px;

    &:hover {
      background-color: var(--e-global-color-e0ecff1);
    }

    &::before {
      content: "";
      position: relative;
      top: 0;
      left: 0;
      opacity: 1;
      width: 30px;
      height: 100%;
      background-image: url("../images/arrow_right.svg");
      background-size: 20px;
      background-position: center;
      background-repeat: no-repeat;
    }
  }

  .quantity {
    input {
      background-color: white;
      border: none;
      padding: 0 16px;
      color: black;
      font-size: 18px;

      &:not([type="number"]):hover {
        background-color: var(--e-global-color-e0ecff1);
      }

      &[type="number"] {
        padding: 0;
        width: 40px;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
      }
    }
  }
}

.woocommerce .single-product-page .product-tabs-wrapper {
  margin-top: 0px;
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  .wd-nav > li:not(.active) {
    opacity: 0.25;
  }
  .wd-nav > li > a {
    text-transform: initial;
    font-size: 32px;
    color: black;
  }

  .wd-accordion-item {
    color: black;
    max-width: 1000px;
    margin-inline: auto;
    @media (width <= 1024px) {
      width: 100%;

      .wd-accordion-title-text {
        justify-content: center;
      }
    }
  }
}


.single-product .product-price-wrapper {
  text-align: left !important;
}

/* SINGLE PRODUCT TABS */

#main-content .tabs-layout-tabs .shop_attributes {
  max-width: 500px;
}

#main-content .woocommerce-Tabs-panel--description .wd-entry-content {
  max-width: 500px;
  margin-inline: auto;
  text-align: left;

  p {
    font-size: 18px;
    line-height: 1.2;
    color: black;
  }
}

.product-attributes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  li {
    margin-bottom: 0;
    padding: 20px;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    &:nth-child(even) {
      background-color: #e4eeed;
    }
    p {
      margin-bottom: 0;
    }
    strong {
      font-weight: 600;
      color: #000;
      font-size: 18px;
      line-height: 1;
    }
    span {
      font-size: 18px;
      line-height: 1;
      color: #000;
    }
  }
}

/* BRAND PAGE */
body.archive.tax-product_brand,
body.woocommerce-shop,
body.woocommerce-cart,
body.woocommerce-checkout {
  #main-content {
    padding: 40px 12px;
    max-width: 1600px;
    margin-inline: auto;
  }
}

body.woocommerce {
  .wd-sidebar.sidebar-container {
    background-color: var(--e-global-color-11e3273);
    height: fit-content;
    border-radius: 20px;
    .close-side-widget a {
      color: var(--wd-primary-color);
    }
  }
  .widget-area {
    padding: 32px;
    background: var(--e-global-color-11e3273);
    border-radius: 20px;

    .widget {
      border-bottom: 0;
    }

    @media (width <= 1024px) {
      padding: 24px;
      .wd-widget {
        padding-inline: 0;
      }
    }

    .wd-scroll {
      --scrollbar-thumb-bg: var(--e-global-color-e0ecff1);

      &::-webkit-scrollbar-thumb {
        border-radius: 10px;
      }

      .wd-swatches-brands .wd-swatch.wd-bg {
        flex: none;
        width: 40px;
        height: 40px;

        img {
          aspect-ratio: 1/1;
          padding: 2px;
          background: white;
          border-radius: 4px;
        }
      }
    }

    .wd-swatches-brands {
      .wd-swatch.wd-bg {
        display: none;
      }
      .wd-swatch + .wd-filter-lable {
        margin-left: 0;
      }
    }

    .widget_price_filter {
      .price_label {
        color: white;
        span {
          color: white;
        }
      }
      button[type="submit"] {
        line-height: 1;
        padding: 10px 20px;
        min-height: unset;
        background: var(--e-global-color-e0ecff1);
        color: var(--e-global-color-11e3273);
      }
    }

    h5,
    .layered-nav-link,
    .wd-active .layered-nav-link {
      color: white;
      
  &:hover {
    color: #B4E100 !important;
  }
  
    }
    h5 {
      border-bottom: 1px solid var(--e-global-color-e0ecff1);
      padding-bottom: 10px;
    }
    .wd-filter-list .count {
      color: white;
      border-color: white;
    }
    .wd-filter-list .wd-active .count {
      color: #1D403E !important;
      border-color: #B4E100 !important;
      background-color: #B4E100 !important;
    }
  }
}

.widget-area .product-categories li a {
  color: white !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-transform: none !important;
  &:hover {
    color: #B4E100 !important;
  }
}

.widget .product-categories .count,  .wd-filter-list .count {
  color: white !important;
  border-color: white !important;
}

.widget .product-categories li:hover .count,  .wd-filter-list li:hover .count {
  color: #1D403E !important;
  border-color: #B4E100 !important;
  background-color: #B4E100 !important;
}

#main-content .start-card {
  .elementor-widget-button {
    margin-top: auto;
  }
}

nav[class*="-pagination"] ul li {
  border-radius: 6px;
  overflow: hidden;
}


.archive .woocommerce-price-suffix, .home .woocommerce-price-suffix {
  display: none !important;
}


@media (max-width: 767px) {
  .wd-sidebar.wd-side-hidden {
    height: 100% !important;
  }

  .cart-widget-side .shopping-cart-widget-footer {
    flex: 0 0 auto;
    padding-bottom: 80px !important;
}


}


/* VAP QUIZ */

.vap-quiz-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 75vh;
  overflow-y: auto;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  padding: 40px;
}

.vap-badge {
  display: none;
}

.vap-pf-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  padding: 0 20px;
}

.vap-pf-form legend {
  font-size: 24px;
  @media (width <= 567px) {
    font-size: 20px;
    line-height: 1.2;
  }
}

.vap-pf-form label {
  accent-color: #1d403e;
  font-size: 20px;
  @media (width <= 567px) {
    font-size: 18px;
  }
}

.vap-pf-form button[type="submit"] {
  width: fit-content;
  border-radius: 99px;
  background-color: var(--e-global-color-e0ecff1);
  color: black;
  line-height: 1;
  min-height: unset;
  padding: 14px 24px;
  font-size: 20px;
  text-transform: none;
  font-family: "Inter";
  font-weight: 400;
}

.vap-quiz-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: var(--e-global-color-11e3273);
  color: white;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1.2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
  z-index: 10;
  padding: 0;
  min-height: unset;
}

.vap-quiz-close:hover {
  transform: rotate(-45deg);
}

.vap-quiz-content {
  width: 100%;
}

@media (width <= 768px) {
  .vap-quiz-wrapper {
    max-width: 95vw;
    max-height: 95vh;
    padding: 24px;
  }

  .vap-quiz-close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}

/* FACET WP */

.boutiques-card::-webkit-scrollbar {
  width: 8px;
  height: 100%;
}
.boutiques-card::-webkit-scrollbar-button {
  display: none;
}
.boutiques-card::-webkit-scrollbar-track-piece {
  background: var(--e-global-color-11e3273);
  border-radius: 20px;
}
.boutiques-card::-webkit-scrollbar-thumb {
  background: var(--e-global-color-e0ecff1);
  border-radius: 20px;
}


.gm-style-iw-chr {
  position: absolute;
  top: -6px;
  right: -6px;
}

.gm-style .gm-style-iw-c {
  padding: 10px !important;
  max-width: 350px !important;
  @media (width <= 567px) {
    max-width: 300px !important;
  }
}

.gm-style-iw-d {
  .boutiques-card {
    .fwpl-result {
      border-bottom: 0 !important;
      &:hover {
        background-color: transparent;
      }
      .boutiques_infos {
        padding: 12px;
        .title-container {
          align-items: flex-start;
          flex-direction: column-reverse;

          .titre_boutiques {
            color: var(--e-global-color-11e3273);
          }
        }
        .sub-info p {
          color: black;
        }

        &:hover {
          cursor: auto;
          .title-container span.code_sous-famille {
            background-color: #e4eeed;
            color: #1d403e;
          }
        }
      }
    }
  }
}

#main-content .facetwp-facet-search_boutiques {
  margin-bottom: 0;
  background-color: white;
  border-radius: 99px;

  .facetwp-input-wrap {
    width: 100%;
    isolation: isolate;
  }
  .facetwp-search {
    border: none;
    color: var(--e-global-color-11e3273);
    font-size: 15px;
  }
  .facetwp-icon {
    right: 46px;
  }
}

#main-content .facetwp-facet {
  margin-bottom: 0;
}

.boutiques-card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  max-height: 60dvh;
  overflow: auto;

  & .fwpl-result {
    border-bottom: 1px solid #afafaf;
    transition: background-color 0.2s ease;
    &:last-child {
      border-bottom: none;
    }

    &:hover {
      background-color: #1f5956;
    }
    width: 100%;

    .boutiques_infos {
      width: 100%;
      padding: 12px 24px 16px;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;

      & p {
        margin-bottom: 6px;
      }

      .title-container {
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 6px;
        margin-bottom: 6px;
      }

      & .titre_boutiques {
        font-size: 20px;
        font-weight: 600;
        color: white;
        margin-bottom: 0;
        @media (width <= 567px) {
          font-size: 16px;
        }
      }
      & .sub-info span {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        color: #1d403e;
        line-height: 1.2;
        margin-bottom: 6px;
        @media (width <= 567px) {
          font-size: 14px;
        }
      }
      & .sub-info p {
        font-size: 16px;
        font-weight: 400;
        color: white;
        line-height: 1.2;
        margin-bottom: 16px;
        @media (width <= 567px) {
          font-size: 14px;
        }

        &:last-child {
          margin-bottom: 0;
        }

        & a {
          text-decoration: underline;
        }
      }

      &:hover {
        cursor: pointer;
        .title-container span.code_sous-famille {
          background-color: #1d403e;
          color: white;
        }
      }
    }
  }
}

.facet-filters {
  flex-wrap: wrap;
}

#facetwp-map {
  width: 100% !important;
  height: 70vh !important;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.facetwp-map-filtering {
  display: none !important;
}

@media (width <= 768px) {
  #facetwp-map {
    height: 60vh !important;
  }
}

/* NEWSLETTER */

#popup-legacy .e-con-inner{
  padding: 20px;
  
}

#popup-legacy .newsletter-form {
  form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 40px;
    @media (width <= 567px) {
      padding: 0;
    }
    br {
      display: none;
    }
    
    label,
    p {
      color: white;
      margin-bottom: 0px;
      width: 100%;
      @media (width <= 567px) {
        font-size: 14px;
        line-height: 1.2;
      }
    }
    .wpcf7-spinner{
      &::before{
        border-left-color: var(--e-global-color-e0ecff1);
      }
    }
    input[type="checkbox"] {
      accent-color: var(--e-global-color-e0ecff1);
    }
    .wpcf7-not-valid-tip {
      color: var(--e-global-color-e0ecff1);
    }
    input.wpcf7-submit {
      background-color: var(--e-global-color-e0ecff1);
      opacity: 1;
      &:hover {
        cursor: pointer;
        background-color: var(--e-global-color-e0ecff1);
        color: var(--e-global-color-11e3273);
      }
    }

    
    input:not(.wpcf7-submit) {
      color: white;
      border: 1px solid white;
      border-radius: 99px;
      padding: 10px 20px;
      background-color: transparent;
      &::placeholder {
        color: white;
      }
    }
  }

  form:is(.sent,.invalid,.unaccepted,.spam,.failed,.aborted) .wpcf7-response-output:not(.hidden-notice) {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--e-global-color-e0ecff1);
    text-align: center;
    padding: 0;
    width: 100%;
    @media (width <= 567px) {
    padding-inline: 10px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    }

    &:before {
      position: relative;
      top: 0;
      left: -12px;
    }
  }
}

/* CONTACT */

.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  align-items: start;
}

.wpcf7-form p:nth-of-type(3),
.wpcf7-form p:nth-of-type(4),
.wpcf7-form p:nth-of-type(5),
.wpcf7-form p:nth-of-type(6),
.wpcf7-form p:nth-of-type(7) {
  grid-column: 1 / -1;
}

.wpcf7-form p:nth-of-type(1) {
  grid-column: 1 / 2;
}
.wpcf7-form p:nth-of-type(2) {
  grid-column: 2 / 3;
}

/* SINGLE BOUTIQUE */

#main-content .boutique-carousel {
  .swiper {
    padding-bottom: 60px;
    width: calc(100% - 100px);

    @media (width <= 768px) {
      width: 100%;
    }
  }
  .swiper-wrapper {
    gap: 20px;

    @media (width <= 768px) {
      gap: 0px;
    }

    .swiper-slide-image {
      aspect-ratio: 1/1;
      object-fit: cover;
      border-radius: 16px;
    }
  }

  .swiper-pagination-bullets {
    .swiper-pagination-bullet {
      opacity: 1;
      background-color: var(--e-global-color-e0ecff1);
      border-radius: 99px;
      width: 60px;
      height: 5px;
      @media (width <= 768px) {
        width: 5px;
      }

      &.swiper-pagination-bullet-active {
        background-color: white;
      }
    }
  }
}

#main-content .equipe-boutique-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;

  .equipe-boutique-item {
    flex: 1 1 calc(100% / 3);
    max-width: 80px;
    img {
      aspect-ratio: 1/1;
      width: 100%;
      object-fit: cover;
      border-radius: 16px;
    }
    .equipe-boutique-item-title {
      padding-top: 6px;
      text-align: center;
    }
  }
}
.skeleton-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  border-radius: 20px;
  background: linear-gradient(90deg, #e0e0e0 0%, #f0f0f0 50%, #e0e0e0 100%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.skeleton-pulse.fade-out {
  animation: fadeOut 0.3s ease-out forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

#main-content #gmap {
  width: 100%;
  height: 65vh;
  border-radius: 20px;
  overflow: hidden;
}

#main-content .adresse {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;

  &:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icons/Pin.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

#main-content .horaire {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;

  &:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icons/Calendar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

#main-content .telephone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;

  &:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icons/Phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

#main-content .boutique-map {
  border-radius: 20px;
  overflow: hidden;
}

/* PANNIER */

#main-content .woocommerce .cart-content-wrapper {
  gap: 80px;

  .cart_totals .cart-totals-inner {
    border: none;
    border-radius: 20px;
    background-color: #1d403e;

    table *,
    h2 {
      color: white;
    }
  }
}

/* CHECKOUT */

.woocommerce-checkout #main-content {
  .woocommerce-form-coupon {
    border: none;
    border-radius: 20px;
    background-color: #1d403e;

    .form-row-first {
      input {
        color: white;
        border-color: white;
        border-width: 1px;
      }
    }
  }
  .checkout-order-review {
    &:before,
    &:after {
      display: none;
    }

    border: none;
    border-radius: 20px;
    background-color: #1d403e;

    #order_review_heading {
      color: white;
    }

    .wd-table-wrapper {
      background-color: #1f5956;
      border-radius: 14px;
      overflow: hidden;

      & * {
        color: white;
      }
    }

    .woocommerce-privacy-policy-text {
      color: white;
      a {
        color: var(--btn-accented-bgcolor);
      }
    }
  }
}

#facetwp-locate-me {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99999;
  background-color: #1d403e;
  color: #fff;
  padding: 6px;
  border-radius: 99px;
  border: none;
  min-height: unset;

  svg {
    height: 20px;
    width: 20px;
  }
}

/* PGVG MODAL */
[data-attribute-slug="pa_pgvg"][data-image] {
  cursor: pointer;
}

.pgvg-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

/* ACCOUNT */

.wd-my-account-wrapper {
  max-width: 1400px;
  margin-inline: auto;
  padding: 40px 12px;

  .woocommerce-MyAccount-content a {
    color: #1d403e;
    text-decoration: underline;
    font-weight: 600;
  }

  .woocommerce-MyAccount-navigation-link {
    border-radius: 20px;
    overflow: hidden;
    &.is-active {
      background-color: #1d403e;
      > a {
        color: white;
      }
    }
  }

  .wd-my-account-links {
    li {
      border-radius: 20px;
      overflow: hidden;
      background-color: #1d403e;
      color: white;

      .nav-link-text {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 500;
        color: white;
      }
    }
  }
}




/* ----- PANIER ----- */

.payment_methods label, .woocommerce-terms-and-conditions-checkbox-text {
  color: #fff
}

.woocommerce-terms-and-conditions-checkbox-text a {
  color: #fff;
  text-decoration: underline;
}

.cart_totals .shop_table_responsive th, .cart_totals .shop_table_responsive td {
  border-bottom: 1px solid #ffffff4f !important;
}

.order-total th {
  border-bottom: 0 !important;
}

#shipping_method li label[for*=_chrono]:before {
  display: none !important;
}

.cart-totals-inner .shipping-calculator-button {
  text-decoration: underline;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  &:hover {
    text-decoration: none;
  }
}


.cart_totals  {

  .shipping-calculator-form {

    
    .select2-container--default .select2-selection--single,
    input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], :root textarea, :root select {
      border: solid 1px #fff;
    }

    .cart-totals-inner .shipping-calculator-form .button {
      text-decoration: underline;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
      &:hover {
        text-decoration: none;
      }
    }

    .select2-selection {
      border-radius: 20px
    }

  .button {
    color:#1d403e !important;
  }
}
}



.woocommerce-checkout-payment {


  .wc_payment_methods {
    padding: 15px;
    border-radius: 20px 15px;
    background: #205a56;
  }


}

/* ----- compte user -------- */

.wd-dropdown-my-account {

  border-radius: 20px;

  .wd-sub-menu li a {
    width: 100% !important;
    transition: color 0.2s;
  }
  .wd-sub-menu li a:hover, 
  .wd-sub-menu li a:focus {
    color: #B4E100 !important;
    background: none !important;
  }
}



.woocommerce-account .wd-my-account-wrapper {
  padding: 100px 30px;
}

@media (max-width: 767px) {
  .woocommerce-account .wd-my-account-wrapper {
    padding: 40px 10px;
  }
}
