<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&amp;family=Prompt:wght@300;400;500;600&amp;display=swap");
/* RESET */

*:where(
    :not(iframe):not(canvas):not(img):not(svg):not(video):not(svg *):not(
        symbol *
      )
  ) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

button:focus {
  outline: none;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

/* COMMON */

html {
  scroll-behavior: smooth;
}

body {
  color: #1e3246 !important;
  font-family: "Nunito", sans-serif !important;
}

.clearfix::after {
  display: none;
}

#wrapper {
  background: none;
  padding-top: 0;
}

.container::after {
  content: unset;
}

main{
  margin-top: 72px;
  padding-top: 1px;
}

@media (min-width: 1024px) {
  main{
    margin-top: 239px;
  }

  #main{
    padding-top: 56px;
  }
}

h1,
.page-customer-account .heroAccount .-large h2 {
  font-family: "Prompt";
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1e3246 !important;
}

@media (max-width: 767px) {
  h1,
  .page-customer-account .heroAccount .-large h2 {
    font-size: 24px;
    line-height: 120%;
  }
}

h1 span,
.page-customer-account .heroAccount .-large h2 span {
  font-weight: 500;
}

h2 {
  font-family: "Prompt";
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #263660;
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: "Prompt";
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.02em;
  color: #263660;
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 120%;
  }
}

h4 {
  font-family: "Prompt";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

h4 span {
  font-weight: 400;
}

a {
  color: #1e3246;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

a:hover {
  color: #1e9f9f;
}

.form-control:focus {
  outline: 1px solid #00bcbb;
}

select {
  cursor: pointer;
}

form .form-control-label {
  color: #1e3246;
  font-size: 1rem;
}

input[type="button"],
input[type="submit"] {
  background: #00bcbb;
  border-radius: 50px;
  padding: 13px 20px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border: none;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

input[type="button"]:hover,
input[type="submit"] {
  background: #1e9f9f;
}

p,
.single .singleContent li {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1e3246;
}

strong {
  font-weight: 600;
}

#content-wrapper #_desktop_user_info,
#content-wrapper #_desktop_cart {
  display: none;
  height: 0;
  width: 0;
}

.uptitle {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1e3246;
}

.container {
  position: relative;
  width: 100%;
  padding: 0 24px;
}

@media (min-width: 1500px) {
  .container {
    padding: 0;
  }
}

.-xs {
  max-width: 825px;
}

.-small {
  max-width: 988px;
  margin: auto;
}

.-medium {
  max-width: 1170px;
  margin: auto;
}

.-large {
  max-width: 1280px;
  margin: auto;
}

.-xl {
  max-width: 1440px;
  margin: auto;
}

.-xxl {
  width: 100%;
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}

.owl-dots .owl-dot {
  background: #d7e3ee !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
}

.owl-dots .active {
  background: #1e9f9f !important;
}

input {
  border: 1px solid #d7e3ee !important;
  border-radius: 50px !important;
  padding: 12px 16px !important;
  width: 100%;
  text-align: left;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  opacity: 0.5;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

input:hover {
  background: #d7e3ee;
}

input:focus {
  border: 1px solid #00bcbb;
}

textarea {
  border: 1px solid #d7e3ee;
  border-radius: 8px;
  padding: 12px 16px;
  width: 100%;
  text-align: left;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

textarea:hover {
  background: #d7e3ee;
}

textarea:focus {
  border: 1px solid #00bcbb;
}

input + button {
  background: #00bcbb;
  border-radius: 50px;
  padding: 8px 14px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}

input[type="button"] {
  background: #00bcbb;
  border-radius: 50px;
  padding: 13px 20px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border: none;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

input[type="button"]:hover {
  background: #1e9f9f;
}

.filter {
  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;
  position: relative;
  gap: 16px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (max-width: 767px) {
  .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.filter::after {
  content: url("../images/blue-arrow.svg");
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  bottom: 12px;
  pointer-events: none;
}

.filter select {
  border: 1px solid #d7e3ee;
  border-radius: 50px;
  padding: 12px 16px;
  text-align: left;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  opacity: 1;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  width: 200px;
}

.filter select option {
  color: white;
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: none;
}

@media (min-width: 768px) {
  .desktop {
    display: block;
  }
}

.pagination .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 64px;
}

.pagination .page-list li 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: 40px;
  height: 40px;
  border: 1px solid #00bcbb;
  border-radius: 50%;
  font-family: "Prompt";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.pagination .page-list li a:hover {
  background: #00bcbb;
  color: white;
}

.pagination .page-list .current a {
  background: #00bcbb;
  color: white;
}

.pagination .page-list .prev,
.pagination .page-list .next {
  border: 1px solid #1e3246;
  margin-right: 15px;
}

.pagination .page-list .prev:hover::after,
.pagination .page-list .next:hover::after {
  background-color: #d7e3ee;
}

.pagination .page-list .prev:focus::after,
.pagination .page-list .next:focus::after {
  background-color: #bfd2e4;
}

.pagination .page-list .next {
  margin-left: 18px;
}

.pagination .page-list .next::after {
  -webkit-transform: initial;
  transform: initial;
}

/* .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  column-gap: 16px;
  position: relative;
  margin: 32px 0;
} */

.custom-checkbox input[type="checkbox"] {
  position: relative;
  opacity: 1;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin: 0 1rem 0 0;
  border: 1px solid #d7e3ee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px !important;
  /* margin: 0 !important; */
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 12px;
  right: 0;
  width: 9px;
  height: 17px;
  border: solid #00bcbb;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.custom-checkbox a {
  text-decoration: underline;
  font-weight: 600;
}

.custom-checkbox input[type="checkbox"] {
  cursor: pointer;
}

.custom-checkbox label {
  display: flex;
  align-items: center;
}

.custom-checkbox input[type="checkbox"] + span {
  display: none;
}

.asterisk {
  color: #00bcbb;
}

/* BTN */
.cta,
.owl-prev,
.owl-next,
.bestseller .arrow-products .owl-next,
.new .arrow-products .owl-next,
.new .arrow-new .owl-next,
.offers .arrow-offers .owl-next {
  font-family: "Prompt";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 12px;
}

.cta::after,
.owl-prev::after,
.owl-next::after,
.bestseller .arrow-products .owl-next::after,
.new .arrow-products .owl-next::after,
.new .arrow-new .owl-next::after,
.offers .arrow-offers .owl-next::after {
  content: "";
  background: url(../images/white-arrow.svg) no-repeat 50%;
  background-color: #00bcbb;
  border-radius: 150px;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.cta:hover,
.owl-prev:hover,
.owl-next:hover,
.bestseller .arrow-products .owl-next:hover,
.new .arrow-products .owl-next:hover,
.new .arrow-new .owl-next:hover,
.offers .arrow-offers .owl-next:hover {
  color: initial;
}

.cta:hover::after,
.owl-prev:hover::after,
.owl-next:hover::after,
.bestseller .arrow-products .owl-next:hover::after,
.new .arrow-products .owl-next:hover::after,
.new .arrow-new .owl-next:hover::after,
.offers .arrow-offers .owl-next:hover::after {
  background-color: #1e9f9f;
}

.cta:focus::after,
.owl-prev:focus::after,
.owl-next:focus::after,
.bestseller .arrow-products .owl-next:focus::after,
.new .arrow-products .owl-next:focus::after,
.new .arrow-new .owl-next:focus::after,
.offers .arrow-offers .owl-next:focus::after {
  background-color: #1e3246;
}

.owl-prev::after,
.owl-next::after,
.bestseller .arrow-products .owl-next::after,
.new .arrow-products .owl-next::after,
.new .arrow-new .owl-next::after,
.offers .arrow-offers .owl-next::after {
  background: url(../images/dark-arrow.svg) no-repeat 50%;
  border: 1px solid #1e3246;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.owl-prev:hover::after,
.owl-next:hover::after,
.bestseller .arrow-products .owl-next:hover::after,
.new .arrow-products .owl-next:hover::after,
.new .arrow-new .owl-next:hover::after,
.offers .arrow-offers .owl-next:hover::after {
  background-color: #d7e3ee;
}

.owl-prev:focus::after,
.owl-next:focus::after,
.bestseller .arrow-products .owl-next:focus::after,
.new .arrow-products .owl-next:focus::after,
.new .arrow-new .owl-next:focus::after,
.offers .arrow-offers .owl-next:focus::after {
  background-color: #bfd2e4;
}

.owl-prev span,
.owl-next span,
.bestseller .arrow-products .owl-next span,
.new .arrow-products .owl-next span,
.new .arrow-new .owl-next span,
.offers .arrow-offers .owl-next span {
  display: none;
}

.owl-next::after {
  -webkit-transform: unset;
  transform: unset
}

.owl-prev::after {
  -webkit-transform: unset;
  transform: unset
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background: #00bcbb;
  border-radius: 50px;
  padding: 12px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  font-weight: 700;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  cursor: pointer;
}

@media (max-width: 767px) {
  .button {
    background: initial;
    font-size: 16px;
    line-height: 150%;
  }
}

.button::before {
  content: url("../images/icon-mail.svg");
  height: 24px;
}

@media (max-width: 767px) {
  .button::before {
    content: "";
  }
}

@media (max-width: 767px) {
  .button::after {
    content: "";
    background: url(../images/dark-arrow.svg) no-repeat 50%;
    background-color: #00BCBB;
    border-radius: 150px;
    width: 32px;
    height: 32px;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
  }
}

.button:hover {
  color: white;
  background: #1e9f9f;
}

@media (max-width: 767px) {
  .button:hover {
    background: initial;
  }
}

/* START HEADING.SCSS */
.heading {
  text-align: center;
  max-width: 720px;
  margin: auto;
  /* padding-top: 109px; */
}

@media (max-width: 767px) {
  .heading {
    padding-top: 70px;
  }
}

.heading h1,
.heading .page-customer-account .heroAccount .-large h2,
.page-customer-account .heroAccount .-large .heading h2 {
  font-size: 40px;
  line-height: 48px;
  margin: 16px 0;
}

@media (max-width: 767px) {
  .heading h1{
    font-size: 24px;
    line-height: 28px;
  }
}

/* END HEADING.SCSS */

/* START BLOCK MODAL ADD TO CART PRODUCT */
#blockcart-modal {
  z-index: 10001;
  color: #232323;
}
#blockcart-modal .modal-header {
  background: #fff;
}
#blockcart-modal .modal-header .close {
  opacity: 1;
}
#blockcart-modal .modal-header .close .material-icons {
  color: #363a42;
}
#blockcart-modal .modal-body {
  padding: 3.125rem 1.875rem;
  background: #fff;
}
#blockcart-modal .modal-body .divide-right span {
  display: inline-block;
  margin-bottom: 0.3125rem;
}
@media (max-width: 767px) {
  #blockcart-modal .modal-body .divide-right span {
    display: block;
    padding: 0 0.5rem;
  }
}
#blockcart-modal .modal-dialog {
  width: 100%;
  max-width: 1140px;
}
#blockcart-modal .product-image {
  display: block;
  width: 100%;
  max-width: 9.375rem;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  #blockcart-modal .product-image {
    max-width: 70%;
    margin: 0 auto 1rem;
  }
}
#blockcart-modal .modal-title {
  font-size: 1rem;
  font-weight: 400;
  color: #353943;
}
#blockcart-modal .modal-title i.material-icons {
  margin-right: 1.875rem;
  color: #4cbb6c;
}
#blockcart-modal .product-name {
  font-size: 1.125rem;
  color: #24b9d7;
}
@media (max-width: 767px) {
  #blockcart-modal .product-name {
    padding: 0 0.5rem;
  }
}
#blockcart-modal .product-price {
  display: block;
  color: #363a42;
}
@media (max-width: 767px) {
  #blockcart-modal .product-price {
    padding: 0 0.5rem;
  }
}
@media (min-width: 768px) {
  #blockcart-modal .cart-content {
    padding-left: 2.5rem;
  }
}
#blockcart-modal .cart-content .btn {
  margin-bottom: 0.625rem;
}
#blockcart-modal .cart-content p,
#blockcart-modal .cart-content .page-content.page-cms ul,
.page-content.page-cms #blockcart-modal .cart-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.5rem;
  color: #363a42;
}
#blockcart-modal .cart-content p.product-total,
#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total {
  padding: 0.5rem;
  background-color: #f6f6f6;
}
#blockcart-modal .cart-content p.cart-products-count,
#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
  font-size: 1rem;
  font-weight: 600;
  color: #6c868e;
}
#blockcart-modal .cart-content p.product-tax,
#blockcart-modal .cart-content .page-content.page-cms ul.product-tax,
.page-content.page-cms #blockcart-modal .cart-content ul.product-tax {
  display: inherit;
  font-size: 0.875rem;
}
#blockcart-modal .cart-content p .label,
#blockcart-modal .cart-content .page-content.page-cms ul .label,
.page-content.page-cms #blockcart-modal .cart-content ul .label,
#blockcart-modal .cart-content p .value,
#blockcart-modal .cart-content .page-content.page-cms ul .value,
.page-content.page-cms #blockcart-modal .cart-content ul .value {
  font-weight: 600;
}
#blockcart-modal .cart-content .cart-content-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#blockcart-modal .cart-content .cart-content-btn button {
  margin-right: 0.9rem;
}
#blockcart-modal .cart-content .cart-content-btn .btn {
  white-space: inherit;
}
#blockcart-modal .divide-right {
  border-right: 1px solid #dbdbdb;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header::after {
  content: "";
  display: table;
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
/* END BLOCK MODAL ADD TO CART PRODUCT */
/* START ACCOUNT.SCSS */
.page-customer-account #content {
  max-width: unset;
  padding: 0;
}
.page-customer-account .heroAccount {
  background: linear-gradient(
          to right,
          white 0%,
          white 50%,
          #eef9f9 50%,
          #eef9f9 100%
  );
}
@media screen and (max-width: 1024px) {
  .page-customer-account .heroAccount {
    background: initial;
    padding: 0;
  }
}
.page-customer-account .heroAccount .-large {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .page-customer-account .heroAccount .-large {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-customer-account .heroAccount .-large .button {
    background: #00bcbb;
  }
}
.page-customer-account .heroAccount .-large .button::before {
  display: none;
}
.page-customer-account .heroAccount .-large .uptitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.page-customer-account .heroAccount .-large h1,
.page-customer-account .heroAccount .-large h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.02em;
  max-width: 500px;
  text-align: center;
  margin: 16px auto 56px auto;
}
.page-customer-account .heroAccount .-large h2 {
  margin: 16px auto 33px auto;
}
.page-customer-account .heroAccount__left {
  flex-basis: 50%;
  padding: 113px 91px;
}
@media screen and (max-width: 1024px) {
  .page-customer-account .heroAccount__left {
    padding: 80px 20px;
  }
}
.page-customer-account .heroAccount__left .uptitle::before {
  content: url("../images/avatar.svg");
}
.page-customer-account .heroAccount__left input {
  margin: 8px 0 32px 0;
}
.page-customer-account .heroAccount__left .gform_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-customer-account .heroAccount__left .gform_footer {
    flex-direction: column;
    gap: 20px;
  }
}
.page-customer-account .heroAccount__left .gform_footer a:not(.button) {
  text-decoration: underline;
  font-weight: 500;
}
.page-customer-account .heroAccount__left .gform_footer input {
  opacity: 1;
}
.page-customer-account .heroAccount__right {
  background-color: #eef9f9;
  text-align: center;
  flex-basis: 50%;
  padding: 113px 50px 113px 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page-customer-account .heroAccount__right {
    padding: 80px 20px;
  }
}
.page-customer-account .heroAccount__right::after {
  content: "Inscription";
  font-family: "Prompt";
  font-weight: 700;
  font-size: 118px;
  line-height: 134px;
  color: #a9f2f2;
  opacity: 0.25;
  position: absolute;
  z-index: 0;
  top: 23%;
  left: 30px;
}
@media screen and (max-width: 1024px) {
  .page-customer-account .heroAccount__right::after {
    font-size: 70px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.page-customer-account .heroAccount__right .text {
  z-index: 1;
  position: relative;
}
.page-customer-account .heroAccount__right .text .uptitle::before {
  content: url("../images/add-user.svg");
}
.page-customer-account .heroAccount__right .text p,
.page-customer-account .heroAccount__right .text .single .singleContent li,
.single .singleContent .page-customer-account .heroAccount__right .text li {
  line-height: 24px;
}
.page-customer-account .heroAccount__right .text ul {
  margin-top: 33px;
}
.page-customer-account .heroAccount__right .text ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  margin-bottom: 17px;
}
.page-customer-account .heroAccount__right .text ul li::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #00bcbb;
}
.page-customer-account .heroAccount__right .text ul li:last-child::after {
  display: none;
}
.page-customer-account .heroAccount__right .button {
  margin: 64px auto 0 auto;
}
.page-customer-account .heroAccount__right .button::after {
  content: url("../images/white-arrow.svg");
  background: none;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .page-customer-account .heroAccount__right .button::after {
    background-color: initial;
    height: initial;
    width: initial;
  }
}
.page-customer-account footer {
  margin-top: 0;
}

.registration {
  /* margin: 113px auto; */
  padding-top: 113px;
}
.registration .uptitle {
  text-align: center;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.registration .uptitle::before {
  content: url("../images/add-user.svg");
}
.registration h1,
.registration .page-customer-account .heroAccount .-large h2,
.page-customer-account .heroAccount .-large .registration h2 {
  text-align: center;
  margin: 16px 0 24px 0;
  font-weight: 600;
  font-size: 40px;
}
.registration p,
.registration .single .singleContent li,
.single .singleContent .registration li {
  text-align: center;
  margin-bottom: 48px;
}
.registration a:not(.button) {
  text-decoration: underline;
  font-weight: 600;
}
.registration label[for="field-psgdpr"] {
  display: none !important;
}
.registration .form-group:last-child {
  margin: 32px 0;
}
.registration .gform_footer {
  text-align: center;
}
.registration input {
  margin: 8px 0 32px 0;
  opacity: 1;
}
.registration form .form-control-comment {
  display: none;
}
.registration form footer {
  display: flex;
  justify-content: center;
}
.registration form footer button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background: #00bcbb;
  border-radius: 50px;
  padding: 12px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  font-weight: 600;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  text-transform: none;
}
.registration form footer button:hover {
  color: white;
  background: #1e9f9f;
}
.page-customer-account form {
  position: relative;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  color: #1e3246;
}

.page-customer-account form .form-group {
  margin: 0;
}

.page-customer-account form .form-group .form-control-label {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  float: unset;
  text-align: left;
  font-weight: inherit;
}

.page-customer-account form .form-group .form-control-label::after {
  content: "*";
  color: #00bcbb;
}

.page-customer-account form .form-group .col-md-6 {
  float: unset;
  width: 100%;
  padding: 0;
}

.page-customer-account
form
.form-group
.input-group
.input-group-btn
&gt; .btn[data-action="show-password"] {
  display: none;
}

.input-group.focus {
  outline: none;
}

.page-customer-account #content .forgot-password {
  width: fit-content;
}

.page-customer-account #content .forgot-password a {
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 500;
}

.page-customer-account #login-form footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-customer-account #login-form footer button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background: #00bcbb;
  border-radius: 50px;
  padding: 12px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  font-weight: 600;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  text-transform: none;
  content: "toto";
}

.page-customer-account #login-form footer button:hover {
  color: white;
  background: #1e9f9f;
}

/* END ACCOUNT.SCSS */
/* START INSPIRATIONPAGE.SCSS */
#ledpageinspiration .heading {
  max-width: initial;
}

#ledpageinspiration .inspirationBloc {
  margin: 56px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (max-width: 1024px) {
  #ledpageinspiration .inspirationBloc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#ledpageinspiration .inspirationBloc .sidebar {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  font-family: "Prompt";
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
}

#ledpageinspiration .inspirationBloc .sidebar li {
  border-bottom: 1px dashed #d7e3ee;
  padding: 16px 0;
}

#ledpageinspiration .inspirationBloc .sidebar li:last-child,
#ledpageinspiration
.inspirationBloc
.sidebar
.shoppingCart__list
li:first-child,
.shoppingCart__list
#ledpageinspiration
.inspirationBloc
.sidebar
li:first-child {
  border: 0;
}

#ledpageinspiration .inspirationBloc .sidebar .active {
  font-family: "Prompt";
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #00bcbb;
  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;
}

#ledpageinspiration .inspirationBloc .sidebar .active::after {
  content: "";
  background: url("../../images/accordion-up.svg");
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
}

#ledpageinspiration .inspirationBloc .filter {
  max-width: inherit;
}

#ledpageinspiration .inspirationBloc .filter select {
  width: 100%;
}

#ledpageinspiration .inspirationBloc .content {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

#ledpageinspiration .inspirationBloc .content .tab-content {
  display: none;
}

#ledpageinspiration .inspirationBloc .content .tab-content.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#ledpageinspiration .inspirationBloc .content .banner {
  background: #1e9f9f;
  border-radius: 24px;
  padding: 64px;
  position: relative;
  display: block;
  margin: 0;
}

#ledpageinspiration .inspirationBloc .content .banner p,
#ledpageinspiration .inspirationBloc .content .banner .single .singleContent li,
.single
.singleContent
#ledpageinspiration
.inspirationBloc
.content
.banner
li {
  color: white;
  max-width: 60%;
}

@media (max-width: 767px) {
  #ledpageinspiration .inspirationBloc .content .banner p,
  #ledpageinspiration
  .inspirationBloc
  .content
  .banner
  .single
  .singleContent
  li,
  .single
  .singleContent
  #ledpageinspiration
  .inspirationBloc
  .content
  .banner
  li {
    max-width: initial;
  }
}

#ledpageinspiration .inspirationBloc .content .banner h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 120%;
  color: white;
  margin: 24px 0;
  max-width: 580px;
}

#ledpageinspiration .inspirationBloc .content .banner img {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  #ledpageinspiration .inspirationBloc .content .banner img {
    display: none;
  }
}

/* END INSPIRATIONPAGE.SCSS */
/* START DASHBOARD.SCSS */
.dashboard {
  /* padding: 116px 24px; */
}
.dashboard .-medium {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dashboard .-medium {
    flex-direction: column;
  }
}
.dashboard__left {
  flex-basis: 23%;
}
.dashboard__left .welcome {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .dashboard__left .welcome {
    margin-bottom: 10px;
  }
}
.dashboard__left .welcome p, .dashboard__left .welcome .single .singleContent li, .single .singleContent .dashboard__left .welcome li {
  font-family: "Prompt";
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.dashboard__left .welcome p span, .dashboard__left .welcome .single .singleContent li span, .single .singleContent .dashboard__left .welcome li span {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.dashboard__left .welcome p {
  margin-bottom: 0;
}
.dashboard__left .welcome::before {
  content: "";
  background: url("../images/icon-user.svg");
  background-size: cover;
  width: 48px;
  height: 48px;
}
.dashboard__left li {
  padding-bottom: 19px;
  margin-bottom: 19px;
  border-bottom: 1px dashed #D7E3EE;
  font-family: "Prompt";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.dashboard__left li.active {
  font-weight: 600;
}
.dashboard__left li.active::before {
  filter: brightness(0) invert(81%) sepia(56%) saturate(7365%) hue-rotate(142deg) brightness(97%) contrast(101%);
}
.dashboard__left li:last-child {
  border-bottom: 0;
}
.dashboard__left .filter {
  max-width: initial;
  margin-bottom: 40px;
  display: none;
}
@media screen and (max-width: 767px) {
  .dashboard__left .filter {
    display: block;
  }
}
.dashboard__left .filter select {
  width: 100%;
}
.dashboard__left .tab-filter {
  display: flex;
  align-items: center;
  gap: 16px;
}
.dashboard__left .tab-filter:nth-child(1)::before {
  content: url("../images/dashboard.svg");
}
.dashboard__left .tab-filter:nth-child(2)::before {
  content: url("../images/avatar2.svg");
}
.dashboard__left .tab-filter:nth-child(3)::before {
  content: url("../images/quotation.svg");
}
.dashboard__left .tab-filter:nth-child(4)::before {
  content: url("../images/historic.svg");
}
.dashboard__left .logout {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 16px;
}
.dashboard__left .logout::before {
  content: url("../images/logout.svg");
}
@media screen and (max-width: 767px) {
  .dashboard__left .logout {
    margin-bottom: 20px;
  }
}
.dashboard__right {
  flex-basis: 70%;
}
.dashboard__right .tab-content {
  display: none;
}
.dashboard__right .tab-content.current {
  display: block;
}
.dashboard__right form .form-control-comment {
  display: none;
}
.dashboard__right form label[for="field-psgdpr"] {
  display: none !important;
}
.dashboard__right form .form-group:last-child {
  /* margin: 32px 0; */
}
.dashboard__right form .form-group .custom-checkbox {
  display: block;
  margin: 1rem 0;
}
.dashboard__right form footer {
  display: flex;
  justify-content: center;
}
.dashboard__right form footer button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background: #00bcbb;
  border-radius: 50px;
  padding: 12px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  font-weight: 600;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  text-transform: none;
}
.dashboard__right form footer button:hover {
  color: white;
  background: #1e9f9f;
}
.dashboard__right h1, .dashboard__right .accountPage .heroAccount .-large h2, .accountPage .heroAccount .-large .dashboard__right h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 49px;
}
@media screen and (max-width: 1024px) {
  .dashboard__right h1, .dashboard__right .accountPage .heroAccount .-large h2, .accountPage .heroAccount .-large .dashboard__right h2 {
    margin-bottom: 24px;
  }
}
.dashboard__right .cards {
  display: flex;
  gap: 27px;
}
@media screen and (max-width: 1024px) {
  .dashboard__right .cards {
    flex-direction: column;
  }
}
.dashboard__right .cards .card {
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  transition: background-color 0.2s ease-in-out, border 0.1s ease-in-out;
  flex-basis: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 14px;
  justify-content: space-between;
}
.dashboard__right .cards .card:hover {
  background-color: #EEF9F9;
  border: 1px solid #EEF9F9;
}
.dashboard__right .cards .card:hover .button {
  background: #00BCBB;
  color: white;
}
.dashboard__right .cards .card h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
}
.dashboard__right .cards .card h2 span {
  font-size: 14px;
  color: #00BCBB;
  font-weight: 500;
}
.dashboard__right .cards .card p, .dashboard__right .cards .card .single .singleContent li, .single .singleContent .dashboard__right .cards .card li {
  text-align: center;
  margin: 24px 0 41px 0;
}
.dashboard__right .cards .card .button {
  border: 2px solid #00BCBB;
  background: none;
  color: #00BCBB;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.1s ease-in-out;
}
.dashboard__right .cards .card .button::before,
.dashboard__right .cards .card .button::after {
  display: none;
}
.dashboard__right input {
  margin: 8px 0 32px 0;
  opacity: 1;
}
.dashboard__right .filters {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .dashboard__right .filters {
    flex-direction: column;
    align-items: initial;
  }
}
.dashboard__right .filters ul {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.dashboard__right .quotation {
  margin: 40px 0;
}
.dashboard__right .quotation li {
  padding: 17px 33px 16px 26px;
  display: grid;
  grid-template-columns: 14% 18% 1fr 23%;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .dashboard__right .quotation li {
    grid-template-columns: 100%;
  }
}
.dashboard__right .quotation li:nth-child(even) {
  background: #F2F8FF;
}
@media screen and (max-width: 1024px) {
  .dashboard__right .quotation li.title {
    display: none;
  }
}
.dashboard__right .quotation li.title p, .dashboard__right .quotation li.title .single .singleContent li, .single .singleContent .dashboard__right .quotation li.title li {
  font-family: "Prompt";
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.dashboard__right .quotation li p, .dashboard__right .quotation li .single .singleContent li, .single .singleContent .dashboard__right .quotation li li {
  font-family: "Prompt";
}
.dashboard__right .quotation li p.finished, .dashboard__right .quotation li .single .singleContent li.finished, .single .singleContent .dashboard__right .quotation li li.finished {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dashboard__right .quotation li p.finished::before, .dashboard__right .quotation li .single .singleContent li.finished::before, .single .singleContent .dashboard__right .quotation li li.finished::before {
  content: url("../images/check.svg");
}
.dashboard__right .quotation li p.cancelled, .dashboard__right .quotation li .single .singleContent li.cancelled, .single .singleContent .dashboard__right .quotation li li.cancelled, .dashboard__right .quotation li p.valid, .dashboard__right .quotation li .single .singleContent li.valid, .single .singleContent .dashboard__right .quotation li li.valid {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dashboard__right .quotation li p.cancelled::before, .dashboard__right .quotation li .single .singleContent li.cancelled::before, .single .singleContent .dashboard__right .quotation li li.cancelled::before, .dashboard__right .quotation li p.valid::before, .dashboard__right .quotation li .single .singleContent li.valid::before, .single .singleContent .dashboard__right .quotation li li.valid::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #FF4B55;
  border-radius: 50%;
}
.dashboard__right .quotation li p.valid.valid::before, .dashboard__right .quotation li .single .singleContent li.valid.valid::before, .single .singleContent .dashboard__right .quotation li li.valid.valid::before {
  background: #2AC9C9;
}
.dashboard__right .quotation li a {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #1E9F9F;
  display: flex;
  gap: 11px;
}
.dashboard__right .quotation li a::after {
  content: url("../images/download3.svg");
}
.dashboard__right .pagination {
  justify-content: initial;
  margin: 0;
}
/* END DASHBOARD.SCSS */

/* LED PAGE CATÉGORIES */
#ledpagecategories #content{
  padding: 0;
}

.product-miniature .thumbnail-container:hover .product-description::after, 
.product-miniature .thumbnail-container:focus .product-description::after {
  display: none;
}

#subcategories{
  padding: 0;
}

#subcategories::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  right: 16px;
  bottom: 17px;
}

select.subcategories-list {
  border: 1px solid #D7E3EE;
  border-radius: 50px;
  padding: 0.625rem;
  width: 100%;
}

.product-information .product-description{
  display: none;
}

@media screen and (min-width: 992px){
  .product-information .product-description-complete{
    display: none;
  }

  .product-information .product-description{
    display: block;
  }
}

#ledpagecustomerprogressorders .customer-orders-list table {
  width: 100%;
}

#ledpagecustomerprogressorders .customer-orders-list table thead {
  border-bottom: 2px solid #1e3246;
}

#ledpagecustomerprogressorders .customer-orders-list table th {
  padding: 6px 10px;
}

#ledpagecustomerprogressorders .customer-orders-list table tbody tr:nth-child(even) {
  background-color: rgba(3, 3, 3, 0.1);
}

#pagenotfound #main .page-header {
  position: inherit;
  max-width: 1440px;
  margin: auto;
  text-align: center;
}
</pre></body></html>