.fake-checkbox {
  position: relative;
}
.fake-checkbox:before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 2px solid rgba(216, 216, 216, 0.2);
  background-color: white;
  display: block;
  border-radius: 4px;
  transition: 0.3s ease;
}
.fake-checkbox:after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.53742 7.07483C3.33333 7.07483 3.19728 7.0068 3.06122 6.87075L0.204082 4.01361C-0.0680272 3.7415 -0.0680272 3.33333 0.204082 3.06122C0.476191 2.78912 0.884354 2.78912 1.15646 3.06122L3.53742 5.44218L8.84354 0.204082C9.11565 -0.0680272 9.52381 -0.0680272 9.79592 0.204082C10.068 0.476191 10.068 0.884354 9.79592 1.15646L4.01361 6.93878C3.94558 7.0068 3.7415 7.07483 3.53742 7.07483Z' fill='%237D4582'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  opacity: 0;
  transition: 0.3s ease;
}
.fake-checkbox:has(input:checked):before {
  border-color: #7D4582;
}
.fake-checkbox:has(input:checked):after {
  opacity: 1;
}

input:checked ~ .fake-checkbox:before {
  border-color: black;
}

input:checked ~ .fake-checkbox:after {
  opacity: 1;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
:root {
  --c-primary: #1E2039;
  --c-bg: #F7F7F7;
  --c-cart-badge: #5C5C5C;
  --c-icons: #212D42;
  --c-filters-lable: #666666;
  --c-border: #EEEEEE;
  --c-checkbox-inactive: #ECECEC;
  --c-checkbox-active: #000000;
  --c-text: #818181;
  --c-text-secondary: #767676;
  --c-primary-hover: #30335a;
}

:root {
  --f-main: "Poppins", sans-serif;
  --f-secondary: "Manrope", sans-serif;
}

.section_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  width: 100%;
  margin-bottom: 2rem;
}

.section__title {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: var(--c-primary);
  font-family: "Manrope", sans-serif;
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  .section__title {
    font-size: calc(0.975rem + 1.4516129032vw);
  }
}

.page__title {
  font-size: 2.125rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: var(--c-primary);
  font-family: "Manrope", sans-serif;
  margin-bottom: 1.875rem;
}
@media (max-width: 992px) {
  .page__title {
    font-size: calc(1.025rem + 1.7741935484vw);
  }
}

.button-primary,
.btn-primary,
.btn.btn-primary {
  background-color: #733D75;
  border-radius: 25px;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: white;
  padding: 0.8125rem 1.625rem;
  text-wrap-mode: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .button-primary,
  .btn-primary,
  .btn.btn-primary {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
@media (max-width: 767.98px) {
  .button-primary,
  .btn-primary,
  .btn.btn-primary {
    padding: 0.5rem 0.5rem;
  }
}
.button-primary:hover,
.btn-primary:hover,
.btn.btn-primary:hover {
  background-color: #4A244B;
  border-color: #4A244B;
}
.button-primary:focus, .button-primary:active,
.btn-primary:focus,
.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #4A244B !important;
  border-color: #4A244B !important;
  box-shadow: none !important;
  outline: none !important;
}
.button-primary.--small,
.btn-primary.--small,
.btn.btn-primary.--small {
  padding: 0.3125rem 0.75rem;
}

.button-secondary,
.btn-secondary,
.btn.btn-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #7D4582;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #7D4582;
  padding: 0.625rem 1.625rem;
  text-wrap-mode: nowrap;
  transition: 0.3s ease;
}
@media (max-width: 992px) {
  .button-secondary,
  .btn-secondary,
  .btn.btn-secondary {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
.button-secondary:hover,
.btn-secondary:hover,
.btn.btn-secondary:hover {
  background-color: #7D4582;
  border-color: #7D4582;
  color: white;
  text-decoration: none;
}
.button-secondary:focus, .button-secondary:active,
.btn-secondary:focus,
.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background-color: #7D4582 !important;
  border-color: #7D4582 !important;
  color: white !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.btn.btn-show-more,
.btn-show-more {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  color: #1E2039;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  padding: 0.8125rem 1.625rem;
  text-wrap-mode: nowrap;
}
@media (max-width: 992px) {
  .btn.btn-show-more,
  .btn-show-more {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.btn.btn-show-more:hover,
.btn-show-more:hover {
  color: #4A244B;
  text-decoration: none;
}
.btn.btn-show-more.--small,
.btn-show-more.--small {
  padding: 0.3125rem 0.75rem;
}

.btn-show-all,
.btn.btn-show-all {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
  color: #1E2039;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
@media (max-width: 992px) {
  .btn-show-all,
  .btn.btn-show-all {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.btn-show-all:after,
.btn.btn-show-all:after {
  content: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_16_788)'%3E%3Cpath d='M10.0711 7.88194C9.76109 8.19193 8.25177 9.70134 7.91533 10.0378C7.70175 10.2514 7.35544 10.2513 7.14191 10.0378C6.92833 9.82419 6.92833 9.47791 7.14191 9.26436L8.35942 8.04688H4.30207C4.00003 8.04688 3.7552 7.80204 3.7552 7.5C3.7552 7.19796 4.00003 6.95312 4.30207 6.95312H8.35942L7.14194 5.73567C6.92836 5.52209 6.92836 5.17581 7.14194 4.96225C7.35552 4.7487 7.70181 4.74867 7.91536 4.96225C8.21267 5.25959 9.77977 6.82671 10.0706 7.1176C10.2795 7.33148 10.2776 7.67054 10.0711 7.88194ZM14 4.55705V10.443C14 12.3127 12.732 13.2623 12.6498 13.3788C11.9269 14.1018 10.9655 14.5 9.94295 14.5H4.05705C3.0345 14.5 2.07315 14.1018 1.35015 13.3787C1.26889 13.2636 0 12.3129 0 10.443V4.55705C0 2.68728 1.26796 1.73774 1.35018 1.62123C2.07315 0.898207 3.0345 0.5 4.05705 0.5H9.94295C10.9655 0.5 11.9269 0.898207 12.6498 1.62126C12.7311 1.73643 14 2.68709 14 4.55705ZM12.9062 4.55705C12.9062 3.18688 11.9596 2.51029 11.8764 2.39465C11.36 1.87818 10.6733 1.59375 9.94295 1.59375H4.05705C3.32667 1.59375 2.64001 1.87815 2.12357 2.39462C2.03741 2.51444 1.09375 3.17961 1.09375 4.55705V10.443C1.09375 11.8131 2.04042 12.4897 2.12357 12.6054C2.64001 13.1218 3.32667 13.4062 4.05705 13.4062H9.94295C10.6733 13.4062 11.36 13.1218 11.8764 12.6054C11.9626 12.4856 12.9062 11.8204 12.9062 10.443V4.55705Z' fill='%231E2039'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_16_788'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  transform: translateY(3px);
  transition: 0.3s ease;
}
.btn-show-all:hover:after,
.btn.btn-show-all:hover:after {
  transform: translateY(3px) translateX(5px);
}
.btn-show-all.--small,
.btn.btn-show-all.--small {
  padding: 0.3125rem 0.75rem;
}

.btn.btn-primary:disabled {
  background-color: #733D75;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 600;
  color: white;
  padding: 0.8125rem 1.625rem;
  opacity: 1;
  border-radius: 25px;
}
#cart article.alert-danger {
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .btn.btn-primary:disabled {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}

.featured-products__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .featured-products__header {
    margin-bottom: 15px;
  }
}
.featured-products__header .featured-products__navigation {
  display: none !important;
}

.featured-products__title {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #2D2D2D;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0.8125rem;
       column-gap: 0.8125rem;
  font-family: "Manrope", sans-serif;
  text-align: center;
}
@media (max-width: 992px) {
  .featured-products__title {
    font-size: calc(0.975rem + 1.4516129032vw);
  }
}
.featured-products__title::after {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 24px;
  background: #F9B03C;
}
.featured-products__title::before {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 50px;
  background: #F9B03C;
  display: flex;
}

.featured-products__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  position: relative;
  margin-top: 2rem;
}
.product-line-grid {
  align-items: center;
  position: relative;
}
.product-line-grid:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
.product-line-grid__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .product-line-grid__row {
    flex-wrap: nowrap;
  }
}
.product-line-grid__block {
  padding: 0 0.625rem;
}
.product-line-grid__block--image {
  align-self: flex-start;
  flex: 0 0 80px;
  max-width: 80px;
  order: -3;
}
@media (min-width: 768px) {
  .product-line-grid__block--image {
    align-self: center;
    flex: 0 0 100px;
    max-width: 100px;
  }
}
.product-line-grid__block--prod {
  order: -2;
  flex: 0 0 calc(100% - 5rem - 3.125rem);
  max-width: calc(100% - 5rem - 3.125rem);
}
@media (min-width: 768px) {
  .product-line-grid__block--prod {
    flex: 1 1 auto;
    max-width: inherit;
  }
}
.product-line-grid__block--qty {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.9375rem 0 0;
}
@media (min-width: 768px) {
  .product-line-grid__block--qty {
    margin: 0;
    flex: 0 0 8.125rem;
    max-width: 8.125rem;
  }
}
.product-line-grid__block--total {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.9375rem 0 0;
  text-align: right;
}
@media (min-width: 768px) {
  .product-line-grid__block--total {
    margin: 0;
    text-align: center;
    flex: 0 0 7.5rem;
    max-width: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .product-line-grid__block--total {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
  }
}
.product-line-grid__block--delete {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .product-line-grid__block--delete {
    align-self: flex-start;
    order: -1;
    padding-top: 0.3125rem;
  }
}

.checkout-step:not(:first-child) {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.checkout-step__header {
  border-bottom: 0;
}
.checkout-step .step-number {
  display: inline-block;
}
.checkout-step .content {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkout-step .content,
.checkout-step .done,
.checkout-step .step-edit {
  display: none;
}
.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkout-step.-current .step-title {
  cursor: default;
}
.checkout-step.-current .content {
  display: block;
}
.checkout-step.-reachable.-complete .done {
  display: inline-block;
}
.checkout-step.-reachable.-complete .content {
  display: none;
}
.checkout-step.-current.-reachable.-complete .done,
.checkout-step.-current.-reachable.-complete .step-edit {
  display: none;
}
.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block;
}
.checkout-step.-current.-reachable.-complete .content {
  display: block;
}

.js-payment-binary {
  display: none;
}
.js-payment-binary .accept-cgv {
  display: none;
}
.js-payment-binary.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.js-payment-binary.disabled::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
}
.js-payment-binary.disabled .accept-cgv {
  display: block;
}

.checkout-option__col--thumb {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
}
@media (min-width: 576px) {
  .checkout-option__col--thumb {
    flex: 0 0 3.75rem;
    max-width: 3.75rem;
  }
}

.checkout-option-block {
  position: relative;
}
.checkout-option-block > input {
  position: absolute;
  left: -99999em;
}
.checkout-option-block.selected .card {
  border-color: #007bff;
}

#cart .remaining-amount-to-free-shipping-wrapper:has(~ .cart-summary),
#checkout .remaining-amount-to-free-shipping-wrapper:has(~ .cart-summary) {
  border-radius: 8px;
  background: white;
  margin-bottom: 16px;
  padding: 1.5rem;
}
@media (max-width: 991px) {
  #cart .remaining-amount-to-free-shipping-wrapper:has(~ .cart-summary),
  #checkout .remaining-amount-to-free-shipping-wrapper:has(~ .cart-summary) {
    margin-top: 1rem;
  }
}
#cart .logo,
#checkout .logo {
  max-width: 250px;
}
#cart .continue-shopping .btn-secondary,
#checkout .continue-shopping .btn-secondary {
  border: none !important;
  color: #818181;
  padding-left: 0px;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #180C18;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
  display: inline-flex;
}
@media (max-width: 992px) {
  #cart .continue-shopping .btn-secondary,
  #checkout .continue-shopping .btn-secondary {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#cart .continue-shopping .btn-secondary span,
#checkout .continue-shopping .btn-secondary span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
#cart .continue-shopping .btn-secondary:focus, #cart .continue-shopping .btn-secondary:hover,
#checkout .continue-shopping .btn-secondary:focus,
#checkout .continue-shopping .btn-secondary:hover {
  background: transparent !important;
  color: #1E2039 !important;
}
#cart .card,
#checkout .card {
  padding: 1rem;
  border-radius: 8px;
}
#cart .card-header,
#checkout .card-header {
  background: white;
  border-bottom: none;
  padding: 0;
  margin-bottom: 2rem;
}
#cart .card-header .card-title,
#checkout .card-header .card-title {
  font-size: 1.75rem;
  line-height: 2.1875rem;
  font-weight: 600;
  color: #818181;
  margin-bottom: 1.25rem;
}
@media (max-width: 992px) {
  #cart .card-header .card-title,
  #checkout .card-header .card-title {
    font-size: calc(0.95rem + 1.2903225806vw);
  }
}
#cart .card-header .card-description,
#checkout .card-header .card-description {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: 400;
  color: #818181;
}
#cart .card-body,
#checkout .card-body {
  padding: 0;
}
#cart .cart-summary,
#checkout .cart-summary {
  padding: 1.5rem;
}
#cart .cart-summary .card-header,
#checkout .cart-summary .card-header {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #818181;
}
@media (max-width: 992px) {
  #cart .cart-summary .card-header,
  #checkout .cart-summary .card-header {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
#cart .cart-summary .card-body + .card-body,
#checkout .cart-summary .card-body + .card-body {
  border-top: 0px;
  margin-top: 1.5rem;
}
#cart .cart-summary .cart-detailed-totals,
#checkout .cart-summary .cart-detailed-totals {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1.5rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
#cart .cart-summary .cart-summary-line,
#checkout .cart-summary .cart-summary-line {
  margin-bottom: 0px;
  width: 100%;
  padding: 0;
}
#cart .cart-summary .cart-summary-line:last-of-type,
#checkout .cart-summary .cart-summary-line:last-of-type {
  border-bottom: none;
}
#cart .cart-summary .cart-summary-line .label,
#checkout .cart-summary .cart-summary-line .label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .cart-summary .cart-summary-line .label,
  #checkout .cart-summary .cart-summary-line .label {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#cart .cart-summary .cart-summary-line .value,
#checkout .cart-summary .cart-summary-line .value {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .cart-summary .cart-summary-line .value,
  #checkout .cart-summary .cart-summary-line .value {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#cart .cart-summary .cart-voucher__title,
#checkout .cart-summary .cart-voucher__title {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 400;
  color: #818181;
  padding-left: 15px;
  margin-bottom: -25px;
  display: none;
}
@media (max-width: 992px) {
  #cart .cart-summary .cart-voucher__title,
  #checkout .cart-summary .cart-voucher__title {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
#cart .cart-summary .block-promo,
#checkout .cart-summary .block-promo {
  align-self: stretch;
}
#cart .cart-summary .block-promo form,
#checkout .cart-summary .block-promo form {
  width: 100%;
}
#cart .cart-summary .block-promo .cart-summary-line .value,
#checkout .cart-summary .block-promo .cart-summary-line .value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 400;
  color: #818181;
}
#cart .cart-summary .block-promo .cart-summary-line .value .value__inner,
#checkout .cart-summary .block-promo .cart-summary-line .value .value__inner {
  position: relative;
  margin-bottom: 5px;
}
#cart .cart-summary .block-promo .cart-summary-line .value .value__inner > span,
#checkout .cart-summary .block-promo .cart-summary-line .value .value__inner > span {
  padding-right: 20px;
}
#cart .cart-summary .block-promo .cart-summary-line .value .value__inner > span:nth-of-type(1),
#checkout .cart-summary .block-promo .cart-summary-line .value .value__inner > span:nth-of-type(1) {
  color: #1E2039;
  font-size: 0.8125rem;
}
#cart .cart-summary .block-promo .cart-summary-line .value .value__inner > a,
#checkout .cart-summary .block-promo .cart-summary-line .value .value__inner > a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#cart .cart-summary .block-promo .promo-code,
#checkout .cart-summary .block-promo .promo-code {
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding: 0.5625rem 0rem 0.5625rem 0.9375rem;
  background: white;
  margin: 1rem 0px;
}
#cart .cart-summary .block-promo .promo-code:focus-within,
#checkout .cart-summary .block-promo .promo-code:focus-within {
  border-color: #7D4582;
}
#cart .cart-summary .block-promo .promo-code:focus-within .input-group-append,
#cart .cart-summary .block-promo .promo-code:focus-within .btn,
#checkout .cart-summary .block-promo .promo-code:focus-within .input-group-append,
#checkout .cart-summary .block-promo .promo-code:focus-within .btn {
  z-index: 4 !important;
}
#cart .cart-summary .block-promo .promo-code .alert,
#checkout .cart-summary .block-promo .promo-code .alert {
  margin-bottom: 0px !important;
  padding: 6px 10px;
  font-size: 13px;
}
#cart .cart-summary .block-promo .promo-code input,
#checkout .cart-summary .block-promo .promo-code input {
  border: none;
  padding: 0px 2.5rem 0 0;
  width: 100%;
  border-radius: 8px;
  background: transparent;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 500;
  color: #818181;
}
@media (max-width: 992px) {
  #cart .cart-summary .block-promo .promo-code input,
  #checkout .cart-summary .block-promo .promo-code input {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
#cart .cart-summary .block-promo .promo-code input::-moz-placeholder, #checkout .cart-summary .block-promo .promo-code input::-moz-placeholder {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 500;
  color: #818181;
}
#cart .cart-summary .block-promo .promo-code input::placeholder,
#checkout .cart-summary .block-promo .promo-code input::placeholder {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 500;
  color: #818181;
}
@media (max-width: 992px) {
  #cart .cart-summary .block-promo .promo-code input::-moz-placeholder, #checkout .cart-summary .block-promo .promo-code input::-moz-placeholder {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
  #cart .cart-summary .block-promo .promo-code input::placeholder,
  #checkout .cart-summary .block-promo .promo-code input::placeholder {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
#cart .cart-summary .block-promo .promo-code input:focus, #cart .cart-summary .block-promo .promo-code input:active,
#checkout .cart-summary .block-promo .promo-code input:focus,
#checkout .cart-summary .block-promo .promo-code input:active {
  outline: none;
  box-shadow: none;
}
#cart .cart-summary .block-promo .promo-code .input-group,
#checkout .cart-summary .block-promo .promo-code .input-group {
  position: relative;
}
#cart .cart-summary .block-promo .promo-code .input-group-append,
#checkout .cart-summary .block-promo .promo-code .input-group-append {
  background: transparent;
  margin-left: 0px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#cart .cart-summary .block-promo .promo-code .input-group-append .btn-primary,
#checkout .cart-summary .block-promo .promo-code .input-group-append .btn-primary {
  background: transparent;
  border-radius: 50%;
  aspect-ratio: 1/1;
  padding: 3px;
  border: 2px solid #7D4582;
}
#cart .cart-summary .block-promo .promo-code .input-group-append .btn-primary svg path,
#checkout .cart-summary .block-promo .promo-code .input-group-append .btn-primary svg path {
  stroke: #7D4582;
  stroke-width: 1.23px;
  transition: 0.3s ease;
}
#cart .cart-summary .block-promo .promo-code .input-group-append .btn-primary:hover,
#checkout .cart-summary .block-promo .promo-code .input-group-append .btn-primary:hover {
  background: #7D4582;
}
#cart .cart-summary .block-promo .promo-code .input-group-append .btn-primary:hover svg path,
#checkout .cart-summary .block-promo .promo-code .input-group-append .btn-primary:hover svg path {
  fill: white;
  stroke: white;
}
#cart .cart-summary .cart-detailed-actions .btn.btn-primary,
#checkout .cart-summary .cart-detailed-actions .btn.btn-primary {
  width: 100%;
  text-wrap-mode: wrap;
}
@media (max-width: 991.98px) {
  #cart #confirm_order,
  #checkout #confirm_order {
    width: 100%;
    max-width: 500px;
  }
}
#cart .info-buttons-single,
#checkout .info-buttons-single {
  background: white;
}
#cart .info-buttons--wrapper .dropdown.show .dropdown-menu,
#checkout .info-buttons--wrapper .dropdown.show .dropdown-menu {
  background: white;
  margin: 0.125rem 0 0.125rem;
}
#cart .checkout-footer,
#checkout .checkout-footer {
  background: #F7F7F7;
  margin-top: 50px;
}
#cart .page-content .header-steps,
#checkout .page-content .header-steps {
  width: 100%;
  background: white;
  border-radius: 8px;
  margin: 15px 0rem !important;
  max-width: 100%;
  padding: 0 15px;
}
#cart .cart-grid .card-header .card-title,
#checkout .cart-grid .card-header .card-title {
  font-size: 2.125rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .cart-grid .card-header .card-title,
  #checkout .cart-grid .card-header .card-title {
    font-size: calc(1.025rem + 1.7741935484vw);
  }
}
#cart .cart-grid .cart-items h5,
#checkout .cart-grid .cart-items h5 {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #818181;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  #cart .cart-grid .cart-items h5,
  #checkout .cart-grid .cart-items h5 {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
#cart .cart-grid .cart-items .product-line-grid__title,
#checkout .cart-grid .cart-items .product-line-grid__title {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #180C18;
}
.cart-grid .cart-items .product-line-grid__title a {
  display: block;
  max-width: 200px;
}
@media (max-width: 992px) {
  #cart .cart-grid .cart-items .product-line-grid__title,
  #checkout .cart-grid .cart-items .product-line-grid__title {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#cart #static-customer-info-container .customer-name,
#checkout #static-customer-info-container .customer-name {
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart #static-customer-info-container .customer-name,
  #checkout #static-customer-info-container .customer-name {
    font-size: calc(0.925rem + 1.1290322581vw);
  }
}
#cart .address-modal-selection__wrapper,
#checkout .address-modal-selection__wrapper {
  margin-bottom: 20px;
}
#cart .customer-addresses,
#checkout .customer-addresses {
  display: none;
}
#cart .addressModal .modal-content .modal-header .close,
#checkout .addressModal .modal-content .modal-header .close {
  margin: -1rem -1rem -1rem auto;
}
#cart .addressModal .modal-content,
#checkout .addressModal .modal-content {
  background: white;
}
#cart .addressModal .modal-footer,
#checkout .addressModal .modal-footer {
  border-top: none;
}
#cart .addressModal .list-group,
#checkout .addressModal .list-group {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  row-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  flex-wrap: wrap;
}
#cart .addressModal .list-group-item,
#checkout .addressModal .list-group-item {
  background-color: white;
  border: 2px solid #F8F6F9;
  border-radius: 10px;
  transition: 0.3s ease;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  cursor: pointer;
  min-width: calc(33% - 6px);
  max-width: calc(33% - 6px);
}
@media (max-width: 991.98px) {
  #cart .addressModal .list-group-item,
  #checkout .addressModal .list-group-item {
    min-width: calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}
#cart .addressModal .list-group-item.selected,
#checkout .addressModal .list-group-item.selected {
  border-color: #733D75;
}
.checkout-section__heading {
  font-size: 1.75rem;
  line-height: 2.1875rem;
  font-weight: 700;
  color: #818181;
  padding: 0px;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .checkout-section__heading {
    font-size: calc(0.95rem + 1.2903225806vw);
  }
}
@media (max-width: 991px) {
  .checkout-section__heading {
    margin-bottom: 1.25rem;
  }
}

.product-line-grid {
  background: #F7F7F7;
  border-bottom: none !important;
  border-radius: 8px;
  padding: 0.5rem !important;
}
.product-line-grid__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
  margin: 0px;
}
.product-line-grid__block--image {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  flex: unset;
  background: white;
  border-radius: 8px;
  align-self: stretch;
  align-items: center;
  max-width: 200px;
}
@media (max-width: 1199px) {
  .product-line-grid__block--image {
    min-width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .product-line-grid__block--image {
    min-width: 125px;
    max-width: 125px;
  }
}
@media (max-width: 480px) {
  .product-line-grid__block--image {
    min-width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.product-line-grid__block--image img {
  aspect-ratio: 1/1;
}
@media (max-width: 1199px) {
  .product-line-grid__block--image img {
    max-height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    order: 1;
  }
}
.product-line-grid__block--details-sm, .product-line-grid__block--details {
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .product-line-grid__block--details-sm, .product-line-grid__block--details {
    order: 2;
    max-width: calc(100% - 200px);
    padding: 0 0.9375rem;
  }
}
@media (max-width: 767px) {
  .product-line-grid__block--details-sm, .product-line-grid__block--details {
    max-width: calc(100% - 125px);
  }
}
@media (max-width: 575px) {
  .product-line-grid__block--details-sm, .product-line-grid__block--details {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .product-line-grid__block--details-sm .product-line-grid__block--prod, .product-line-grid__block--details .product-line-grid__block--prod {
    max-width: 100%;
    padding: 0px;
  }
}
.product-line-grid__block--details-sm .product-line-grid__block--prod .product-list-reviews, .product-line-grid__block--details .product-line-grid__block--prod .product-list-reviews {
  justify-content: flex-start;
  background: transparent;
}
.product-line-grid__block--details-sm .product-line-grid__block--prod .product-list-reviews .ets_rv_grade_stars, .product-line-grid__block--details .product-line-grid__block--prod .product-list-reviews .ets_rv_grade_stars {
  color: #58585A;
  fill: #58585A;
  font-size: 12px;
  letter-spacing: 4.5px !important;
}
.product-line-grid__block--details-sm .product-line-grid__block--prod .product-list-reviews .ets_rv_grade_stars .ets-rv-comments-nb, .product-line-grid__block--details .product-line-grid__block--prod .product-list-reviews .ets_rv_grade_stars .ets-rv-comments-nb {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  color: #9C9C9C;
  transform: translateY(0px);
}
.product-line-grid__block--details-sm .product-line-grid__block--prod .product-line-grid__title,
.product-line-grid__block--details-sm .product-line-grid__block--prod .product-line-grid__title a, .product-line-grid__block--details .product-line-grid__block--prod .product-line-grid__title,
.product-line-grid__block--details .product-line-grid__block--prod .product-line-grid__title a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #818181;
  margin-bottom: 0.9375rem;
}
@media (max-width: 992px) {
  .product-line-grid__block--details-sm .product-line-grid__block--prod .product-line-grid__title,
  .product-line-grid__block--details-sm .product-line-grid__block--prod .product-line-grid__title a, .product-line-grid__block--details .product-line-grid__block--prod .product-line-grid__title,
  .product-line-grid__block--details .product-line-grid__block--prod .product-line-grid__title a {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
@media (max-width: 1199px) {
  .product-line-grid__block--details-sm .product-line-grid__block--prod .product-line-grid__title,
  .product-line-grid__block--details-sm .product-line-grid__block--prod .product-line-grid__title a, .product-line-grid__block--details .product-line-grid__block--prod .product-line-grid__title,
  .product-line-grid__block--details .product-line-grid__block--prod .product-line-grid__title a {
    margin-bottom: 0.625rem;
  }
}
.product-line-grid__block--details-sm .product-line-grid__block--prod .product-price .price, .product-line-grid__block--details .product-line-grid__block--prod .product-price .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #818181;
}
@media (max-width: 992px) {
  .product-line-grid__block--details-sm .product-line-grid__block--prod .product-price .price, .product-line-grid__block--details .product-line-grid__block--prod .product-price .price {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}
.product-line-grid__block--details-sm .product-selected-features__wrapper, .product-line-grid__block--details .product-selected-features__wrapper {
  -moz-column-count: 2;
       column-count: 2;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 1199px) {
  .product-line-grid__block--details-sm .product-selected-features__wrapper, .product-line-grid__block--details .product-selected-features__wrapper {
    max-width: 100%;
    -moz-column-count: 1;
         column-count: 1;
    margin-top: 0.625rem;
  }
}
.product-line-grid__block--details-sm .product-selected-feature, .product-line-grid__block--details .product-selected-feature {
  margin-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .product-line-grid__block--details-sm .product-selected-feature, .product-line-grid__block--details .product-selected-feature {
    margin-bottom: 0rem;
  }
}
.product-line-grid__block--details-sm .product-selected-feature__name, .product-line-grid__block--details .product-selected-feature__name {
  min-width: 65px;
}
.product-line-grid__block--details-sm .product-selected-feature__value, .product-line-grid__block--details .product-selected-feature__value {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.4375rem;
       column-gap: 0.4375rem;
}
.product-line-grid__block--details-sm .product-selected-feature__texture, .product-line-grid__block--details .product-selected-feature__texture {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
.product-line-grid__block--details-sm .product-selected-feature__texture:has(.product-selected-feature__textureImage) img, .product-line-grid__block--details .product-selected-feature__texture:has(.product-selected-feature__textureImage) img {
  max-height: 14px;
  border-radius: 2px;
}
.product-line-grid__block--details-sm .product-selected-feature__texture:has(.product-selected-feature__textureColor) .product-selected-feature__textureColor, .product-line-grid__block--details .product-selected-feature__texture:has(.product-selected-feature__textureColor) .product-selected-feature__textureColor {
  height: 14px;
  width: 14px;
  display: inline-block;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
}
.product-line-grid__block--actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  align-self: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .product-line-grid__block--actions {
    flex-grow: 1;
    justify-content: space-around;
    flex-direction: row-reverse;
    order: 3;
  }
}
@media (max-width: 575px) {
  .product-line-grid__block--actions {
    flex-direction: column;
    row-gap: 15px;
  }
}
.product-line-grid__block--actionsTop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
@media (max-width: 575px) {
  .product-line-grid__block--actionsTop {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0px;
  }
}
.product-line-grid__block--actionsBottom p {
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #818181;
}
@media (max-width: 992px) {
  .product-line-grid__block--actionsBottom p {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.product-line-grid__block--actions .product-line-grid__block--qty {
  padding-right: 0px;
}
@media (max-width: 767px) {
  .product-line-grid__block--actions .product-line-grid__block--qty {
    margin: 0px;
    padding: 0px;
  }
}
.product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin {
  border-color: #818181;
  border-radius: 25px;
  background: #F7F7F7;
}
@media (max-width: 767px) {
  .product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin {
    max-width: 120px;
    margin: 0;
  }
}
.product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin > input {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #818181;
  border-right: none;
  border-left: none;
  background: #F7F7F7;
}
@media (max-width: 992px) {
  .product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin > input {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
.product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin .btn {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #818181;
  width: 1.8rem;
  background: #F7F7F7;
}
@media (max-width: 992px) {
  .product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin .btn {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
.product-line-grid__block--actions .product-line-grid__block--delete {
  align-self: stretch;
  max-width: unset;
  flex: 0 0 unset;
  padding-left: 0px;
}
@media (max-width: 767px) {
  .product-line-grid__block--actions .product-line-grid__block--delete {
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .product-line-grid__block--actions .product-line-grid__block--delete {
    flex: 0 0 auto;
  }
}
.product-line-grid__block--actions .product-line-grid__block--delete .remove-from-cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  border: 1px solid #818181;
  border-radius: 50%;
  aspect-ratio: 1/1;
  transition: 0.3s ease;
  height: 100%;
}
@media (max-width: 767px) {
  .product-line-grid__block--actions .product-line-grid__block--delete .remove-from-cart {
    max-height: 40px;
  }
}
.product-line-grid__block--actions .product-line-grid__block--delete .remove-from-cart .custom-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
.product-line-grid__block--actions .product-line-grid__block--delete .remove-from-cart .custom-icon svg path {
  transition: 0.3s ease;
}
.product-line-grid__block--actions .product-line-grid__block--delete:hover .remove-from-cart,
.product-line-grid__block--actions .product-line-grid__block--delete:hover .custom-icon {
  border-color: #1E2039;
}
.product-line-grid__block--actions .product-line-grid__block--delete:hover .remove-from-cart svg path,
.product-line-grid__block--actions .product-line-grid__block--delete:hover .custom-icon svg path {
  fill: #1E2039;
}

.header-nav {
  background: white;
  border-bottom: 1px solid #F7F7F7;
  padding: 1.5rem 0 !important;
}
.header-steps {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  max-width: 430px;
  margin-left: auto;
  height: 100%;
}
.header-steps .progress-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px;
}
.header-steps-labels {
  position: absolute;
  bottom: -12px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  max-width: 443px;
}
.header-steps-labels .step__title {
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 0.75rem;
  line-height: 0.625rem;
  font-weight: 500;
  color: #180C18;
}
.header-steps__step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
.header-steps__step.cart {
  border: 2px solid #7D4582;
  background-color: white;
}
.header-steps__step.checkout {
  background-color: white;
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1019607843);
}
.header-steps__step.confirmed {
  background-color: #F7F7F7;
}
.header-steps__step.current {
  width: 45px;
  height: 45px;
}
.header-steps .line {
  height: 3px;
  flex: 1;
  background-color: #ccc;
  overflow: clip;
}
.header-steps .line.half {
  position: relative;
  background: #F7F7F7;
}
.header-steps .line.half:before {
  content: "";
  width: 50%;
  background: #7D4582;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.header-steps .line.dashed {
  height: 2px;
  background-color: transparent;
  background-image: repeating-linear-gradient(to right, #9C9C9C 0px, #9C9C9C 3px, transparent 2px, transparent 8px);
}
.header-steps .line:has(~ .current) {
  background: #7D4582;
}
.header-steps__step:has(~ .current) {
  border-color: #7D4582;
}
.header-steps__step:has(~ .current) svg path {
  fill: #7D4582;
}
.header-steps .custom-icon {
  font-size: 16px;
}

body .logo {
  height: 100%;
  width: auto;
  transition: all 0.3s ease;
  max-height: 90px;
}
body.is-scrolling .header-nav {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
body.is-scrolling .header-nav .logo {
  max-height: 60px;
}
body.loading-fix .business-private-checkboxes .custom-checkbox:has(input:checked) {
  background: white;
}

#cart .header-nav {
  background: white;
  border-bottom: 1px solid #F7F7F7;
  padding: 0.625rem 0 !important;
}
#cart .remaining-amount-to-free-shipping-wrapper {
  background: white;
  padding: 15px;
  border-radius: 25px;
  border: 3px dashed #F0F0F0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #818181;
  margin-bottom: -15px;
}
@media (max-width: 991.98px) {
  #cart .remaining-amount-to-free-shipping-wrapper {
    margin-bottom: 0px;
  }
}
#cart .remaining-amount-to-free-shipping-wrapper:has(.hidden) {
  display: none;
}
#cart nav[aria-label=breadcrumb] {
  display: none;
}
#cart .card {
  padding: 0px;
}
#cart .card-header {
  margin-bottom: 0px;
}
#cart .card-title {
  font-size: 2.125rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .card-title {
    font-size: calc(1.025rem + 1.7741935484vw);
  }
}
#cart .card-title__products {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  color: #453750;
  margin-left: 10px;
}
@media (max-width: 992px) {
  #cart .card-title__products {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#cart .cart-summary {
  background: #F7F7F7;
  padding: 30px;
}
@media (max-width: 991.98px) {
  #cart .cart-summary {
    padding: 10px;
    margin-top: 20px;
  }
}
#cart .cart-summary .card-header {
  background: transparent;
}
@media (max-width: 991.98px) {
  #cart .cart-summary .card-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  #cart .cart-summary .cart-detailed-totals {
    row-gap: 10px;
  }
}
#cart .cart-summary .cart-summary-line.incl .value,
#cart .cart-summary .cart-summary-line.incl .label {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .cart-summary .cart-summary-line.incl .value,
  #cart .cart-summary .cart-summary-line.incl .label {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#cart .cart-summary .block-promo .promo-code {
  margin: 0px;
  border-radius: 25px;
}
#cart .cart-title {
  background: transparent;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #453750;
}
@media (max-width: 992px) {
  #cart .cart-title {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
@media (max-width: 991.98px) {
  #cart .cart-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 600;
    color: #180C18;
  }
}
@media (max-width: 991.98px) and (max-width: 992px) {
  #cart .cart-title {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__row {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto auto;
    grid-gap: 0.5rem;
    align-items: flex-start;
    grid-template-areas: "img  details" "qty  details";
  }
}
@media (max-width: 767.98px) {
  #cart .product-line-grid__row {
    grid-template-columns: 125px 1fr;
  }
}
#cart .product-line-grid__block .mobile_name {
  display: inline-flex;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  min-width: 95px;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block .mobile_name {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
#cart .product-line-grid__block .current-product-variant {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-weight: 400;
  color: #180C18;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block .current-product-variant {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block .current-product-variant {
    margin-bottom: 0px !important;
  }
}
#cart .product-line-grid__block .current-product-variant__amount li .value {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block .current-product-variant__amount li .value {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#cart .product-line-grid__block .current-product-variant__amount li .mobile_name {
  display: inline-flex;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  min-width: 95px;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block .current-product-variant__amount li .mobile_name {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
#cart .product-line-grid__block--image {
  max-width: 105px;
  padding: 0px;
  grid-area: img;
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block--image {
    margin-bottom: 0px;
  }
  #cart .product-line-grid__block--image img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991.98px) {
  #cart .product-line-grid__block--image {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  #cart .product-line-grid__block--image {
    max-width: 125px;
  }
}
#cart .product-line-grid__block--prod {
  padding-left: 1rem;
  grid-area: prod;
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block--prod {
    padding: 0px;
  }
}
#cart .product-line-grid__block--qty {
  grid-area: qty;
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block--qty {
    max-width: 100%;
    margin-top: 0px;
    padding: 0rem;
  }
  #cart .product-line-grid__block--qty .bootstrap-touchspin {
    max-width: 100% !important;
  }
  #cart .product-line-grid__block--qty .bootstrap-touchspin > input {
    max-width: 150px;
    min-width: 30px;
  }
}
#cart .product-line-grid__block--qty .bootstrap-touchspin {
  border: 1px solid #F0F0F0;
  max-width: 80px;
}
#cart .product-line-grid__block--qty .form-control {
  border: none;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block--qty .form-control {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#cart .product-line-grid__block--qty .btn-touchspin {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #707070;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block--qty .btn-touchspin {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#cart .product-line-grid__block--price {
  grid-area: price;
}
#cart .product-line-grid__block--price .price {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block--price .price {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block--price {
    padding: 0px;
  }
}
#cart .product-line-grid__block--total {
  grid-area: total;
  text-align: left;
}
#cart .product-line-grid__block--total .price {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block--total .price {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block--total {
    padding: 0px;
  }
}
#cart .product-line-grid__block--delete {
  grid-area: qty;
}
#cart .product-line-grid__block--delete .remove-from-cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  background: white;
  border: 1px solid #F0F0F0;
  min-width: 36px;
  min-height: 36px;
  border-radius: 4px;
  transition: 0.3s ease;
}
#cart .product-line-grid__block--delete .remove-from-cart svg path {
  transition: 0.3s ease;
}
#cart .product-line-grid__block--delete .remove-from-cart:hover {
  background: #733D75;
}
#cart .product-line-grid__block--delete .remove-from-cart:hover svg path {
  fill: white;
}
#cart .product-line-grid__block--details {
  grid-area: details;
  width: 100%;
  max-width: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding: 0.3125rem 0.625rem 0;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block--details {
    display: block !important;
  }
}
#cart .product-line-grid__block--details > * {
  width: 100%;
  max-width: 100%;
  flex: 1 1 100%;
}
#cart .product-line-grid__block--details .product-line-grid__block--total {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  margin-top: 0px;
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block--details .product-line-grid__block .product-line-grid__title {
    margin-bottom: 10px !important;
  }
  #cart .product-line-grid__block--details .product-line-grid__block .product-line-grid__title a {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #180C18;
  }
}
@media (max-width: 1199.98px) and (max-width: 992px) {
  #cart .product-line-grid__block--details .product-line-grid__block .product-line-grid__title a {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
#cart .product-line-grid__block .product-price-per-pcs {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 400;
  color: #818181;
}

.product-line-grid {
  background: #F7F7F7;
  border-bottom: none !important;
  border-radius: 8px;
  padding: 0.5rem !important;
}
.product-line-grid__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
  margin: 0px;
}
.product-line-grid__block--image {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  flex: unset;
  background: white;
  border-radius: 8px;
  align-self: stretch;
  align-items: center;
  max-width: 200px;
}
@media (max-width: 1199px) {
  .product-line-grid__block--image {
    min-width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .product-line-grid__block--image {
    min-width: 125px;
    max-width: 125px;
  }
}
@media (max-width: 480px) {
  .product-line-grid__block--image {
    min-width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.product-line-grid__block--image img {
  aspect-ratio: 1/1;
}
@media (max-width: 1199px) {
  .product-line-grid__block--image img {
    max-height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    order: 1;
  }
}
.product-line-grid__block--details-sm, .product-line-grid__block--details {
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .product-line-grid__block--details-sm, .product-line-grid__block--details {
    order: 2;
    max-width: calc(100% - 200px);
    padding: 0 0.9375rem;
  }
}
@media (max-width: 767px) {
  .product-line-grid__block--details-sm, .product-line-grid__block--details {
    max-width: calc(100% - 125px);
  }
}
@media (max-width: 575px) {
  .product-line-grid__block--details-sm, .product-line-grid__block--details {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .product-line-grid__block--details-sm .product-line-grid__block--prod, .product-line-grid__block--details .product-line-grid__block--prod {
    max-width: 100%;
    padding: 0px;
  }
}
.product-line-grid__block--details-sm .product-line-grid__block--prod .product-list-reviews, .product-line-grid__block--details .product-line-grid__block--prod .product-list-reviews {
  justify-content: flex-start;
  background: transparent;
}
.product-line-grid__block--details-sm .product-line-grid__block--prod .product-list-reviews .ets_rv_grade_stars, .product-line-grid__block--details .product-line-grid__block--prod .product-list-reviews .ets_rv_grade_stars {
  color: #58585A;
  fill: #58585A;
  font-size: 12px;
  letter-spacing: 4.5px !important;
}
.product-line-grid__block--details-sm .product-line-grid__block--prod .product-list-reviews .ets_rv_grade_stars .ets-rv-comments-nb, .product-line-grid__block--details .product-line-grid__block--prod .product-list-reviews .ets_rv_grade_stars .ets-rv-comments-nb {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  color: #9C9C9C;
  transform: translateY(0px);
}
.product-line-grid__block--details-sm .product-line-grid__block--prod .product-line-grid__title,
.product-line-grid__block--details-sm .product-line-grid__block--prod .product-line-grid__title a, .product-line-grid__block--details .product-line-grid__block--prod .product-line-grid__title,
.product-line-grid__block--details .product-line-grid__block--prod .product-line-grid__title a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #818181;
  margin-bottom: 0.9375rem;
}
@media (max-width: 992px) {
  .product-line-grid__block--details-sm .product-line-grid__block--prod .product-line-grid__title,
  .product-line-grid__block--details-sm .product-line-grid__block--prod .product-line-grid__title a, .product-line-grid__block--details .product-line-grid__block--prod .product-line-grid__title,
  .product-line-grid__block--details .product-line-grid__block--prod .product-line-grid__title a {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
@media (max-width: 1199px) {
  .product-line-grid__block--details-sm .product-line-grid__block--prod .product-line-grid__title,
  .product-line-grid__block--details-sm .product-line-grid__block--prod .product-line-grid__title a, .product-line-grid__block--details .product-line-grid__block--prod .product-line-grid__title,
  .product-line-grid__block--details .product-line-grid__block--prod .product-line-grid__title a {
    margin-bottom: 0.625rem;
  }
}
.product-line-grid__block--details-sm .product-line-grid__block--prod .product-price .price, .product-line-grid__block--details .product-line-grid__block--prod .product-price .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #818181;
}
@media (max-width: 992px) {
  .product-line-grid__block--details-sm .product-line-grid__block--prod .product-price .price, .product-line-grid__block--details .product-line-grid__block--prod .product-price .price {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}
.product-line-grid__block--details-sm .product-selected-features__wrapper, .product-line-grid__block--details .product-selected-features__wrapper {
  -moz-column-count: 2;
       column-count: 2;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 1199px) {
  .product-line-grid__block--details-sm .product-selected-features__wrapper, .product-line-grid__block--details .product-selected-features__wrapper {
    max-width: 100%;
    -moz-column-count: 1;
         column-count: 1;
    margin-top: 0.625rem;
  }
}
.product-line-grid__block--details-sm .product-selected-feature, .product-line-grid__block--details .product-selected-feature {
  margin-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .product-line-grid__block--details-sm .product-selected-feature, .product-line-grid__block--details .product-selected-feature {
    margin-bottom: 0rem;
  }
}
.product-line-grid__block--details-sm .product-selected-feature__name, .product-line-grid__block--details .product-selected-feature__name {
  min-width: 65px;
}
.product-line-grid__block--details-sm .product-selected-feature__value, .product-line-grid__block--details .product-selected-feature__value {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.4375rem;
       column-gap: 0.4375rem;
}
.product-line-grid__block--details-sm .product-selected-feature__texture, .product-line-grid__block--details .product-selected-feature__texture {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
.product-line-grid__block--details-sm .product-selected-feature__texture:has(.product-selected-feature__textureImage) img, .product-line-grid__block--details .product-selected-feature__texture:has(.product-selected-feature__textureImage) img {
  max-height: 14px;
  border-radius: 2px;
}
.product-line-grid__block--details-sm .product-selected-feature__texture:has(.product-selected-feature__textureColor) .product-selected-feature__textureColor, .product-line-grid__block--details .product-selected-feature__texture:has(.product-selected-feature__textureColor) .product-selected-feature__textureColor {
  height: 14px;
  width: 14px;
  display: inline-block;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
}
.product-line-grid__block--actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  align-self: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .product-line-grid__block--actions {
    flex-grow: 1;
    justify-content: space-around;
    flex-direction: row-reverse;
    order: 3;
  }
}
@media (max-width: 575px) {
  .product-line-grid__block--actions {
    flex-direction: column;
    row-gap: 15px;
  }
}
.product-line-grid__block--actionsTop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
@media (max-width: 575px) {
  .product-line-grid__block--actionsTop {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0px;
  }
}
.product-line-grid__block--actionsBottom p {
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #818181;
}
@media (max-width: 992px) {
  .product-line-grid__block--actionsBottom p {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.product-line-grid__block--actions .product-line-grid__block--qty {
  padding-right: 0px;
}
@media (max-width: 767px) {
  .product-line-grid__block--actions .product-line-grid__block--qty {
    margin: 0px;
    padding: 0px;
  }
}
.product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin {
  border-color: #818181;
  border-radius: 25px;
  background: #F7F7F7;
}
@media (max-width: 767px) {
  .product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin {
    max-width: 120px;
    margin: 0;
  }
}
.product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin > input {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #818181;
  border-right: none;
  border-left: none;
  background: #F7F7F7;
}
@media (max-width: 992px) {
  .product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin > input {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
.product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin .btn {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #818181;
  width: 1.8rem;
  background: #F7F7F7;
}
@media (max-width: 992px) {
  .product-line-grid__block--actions .product-line-grid__block--qty .bootstrap-touchspin .btn {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
.product-line-grid__block--actions .product-line-grid__block--delete {
  align-self: stretch;
  max-width: unset;
  flex: 0 0 unset;
  padding-left: 0px;
}
@media (max-width: 767px) {
  .product-line-grid__block--actions .product-line-grid__block--delete {
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .product-line-grid__block--actions .product-line-grid__block--delete {
    flex: 0 0 auto;
  }
}
.product-line-grid__block--actions .product-line-grid__block--delete .remove-from-cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  border: 1px solid #818181;
  border-radius: 50%;
  aspect-ratio: 1/1;
  transition: 0.3s ease;
  height: 100%;
}
@media (max-width: 767px) {
  .product-line-grid__block--actions .product-line-grid__block--delete .remove-from-cart {
    max-height: 40px;
  }
}
.product-line-grid__block--actions .product-line-grid__block--delete .remove-from-cart .custom-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
.product-line-grid__block--actions .product-line-grid__block--delete .remove-from-cart .custom-icon svg path {
  transition: 0.3s ease;
}
.product-line-grid__block--actions .product-line-grid__block--delete:hover .remove-from-cart,
.product-line-grid__block--actions .product-line-grid__block--delete:hover .custom-icon {
  border-color: #1E2039;
}
.product-line-grid__block--actions .product-line-grid__block--delete:hover .remove-from-cart svg path,
.product-line-grid__block--actions .product-line-grid__block--delete:hover .custom-icon svg path {
  fill: #1E2039;
}

#tc-container {
  counter-reset: section;
  display: grid;
  grid-template-areas: "area-1 area-1 summary" "area-2 area-2 summary" "area-3 area-3 summary" "area-4 area-4 summary";
  align-items: start;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 3.125rem;
  grid-column-gap: 8.75rem;
  grid-template-rows: auto auto auto;
}
@media (max-width: 1199px) {
  #tc-container {
    grid-template-columns: 1fr 40%;
    grid-template-rows: auto;
    grid-template-areas: "area-1 summary" "area-2 summary" "area-3 summary" "area-4 summary";
    grid-column-gap: 3.125rem;
  }
}
@media (max-width: 991px) {
  #tc-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "area-1" "area-2" "area-3" "area-4" "summary";
  }
}
#tc-container .blocks {
  background: white;
  border-radius: 8px;
  counter-increment: section;
}
#tc-container .blocks .block-header {
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #tc-container .blocks .block-header {
    font-size: calc(0.925rem + 1.1290322581vw);
  }
}
#tc-container .blocks .block-header:before {
  content: "" counter(section) ". ";
  border: none;
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 500;
  color: #180C18;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 992px) {
  #tc-container .blocks .block-header:before {
    font-size: calc(0.925rem + 1.1290322581vw);
  }
}
#tc-container .blocks:has(#thecheckout-cart-summary) {
  padding: 0;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-html-box,
#tc-container .blocks:has(#thecheckout-cart-summary) .cart-summary__wrapper {
  padding: 1.5rem;
  border-radius: 8px;
  background: #F7F7F7;
  margin-bottom: 16px;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-html-box .card,
#tc-container .blocks:has(#thecheckout-cart-summary) .cart-summary__wrapper .card {
  background: transparent;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-html-box .block-header,
#tc-container .blocks:has(#thecheckout-cart-summary) .cart-summary__wrapper .block-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  cursor: pointer;
  color: #453750;
  padding: 0px;
  margin-bottom: 30px;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-html-box .block-header:before,
#tc-container .blocks:has(#thecheckout-cart-summary) .cart-summary__wrapper .block-header:before {
  display: none !important;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-html-box .block-header > span,
#tc-container .blocks:has(#thecheckout-cart-summary) .cart-summary__wrapper .block-header > span {
  margin-left: auto;
  transform: translateY(-3px);
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-html-box:empty {
  display: none;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-checkbox {
  position: relative;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-checkbox:before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 2px solid #EEEEEE;
  background-color: white;
  display: block;
  border-radius: 4px;
  transition: 0.3s ease;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-checkbox:after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.53742 7.07483C3.33333 7.07483 3.19728 7.0068 3.06122 6.87075L0.204082 4.01361C-0.0680272 3.7415 -0.0680272 3.33333 0.204082 3.06122C0.476191 2.78912 0.884354 2.78912 1.15646 3.06122L3.53742 5.44218L8.84354 0.204082C9.11565 -0.0680272 9.52381 -0.0680272 9.79592 0.204082C10.068 0.476191 10.068 0.884354 9.79592 1.15646L4.01361 6.93878C3.94558 7.0068 3.7415 7.07483 3.53742 7.07483Z' fill='%237D4582'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  opacity: 0;
  transition: 0.3s ease;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-checkbox:has(input:checked):before {
  border-color: #7D4582;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-checkbox:has(input:checked):after {
  opacity: 1;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-checkbox span.label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-weight: 400;
  color: #818181;
  text-transform: initial;
  flex-wrap: wrap;
  text-indent: 0rem;
  padding-left: 1rem;
  margin-top: 4px;
}
@media (max-width: 992px) {
  #tc-container .blocks:has(#thecheckout-cart-summary) .custom-checkbox span.label {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-checkbox span.label:before {
  margin-left: 0px;
  margin-right: 5px;
  color: #1E2039;
  font-size: 17px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-checkbox span.label em {
  text-indent: 0px;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-checkbox span:has(.check-icon) {
  display: none;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .custom-checkbox:has(input[required]) span.label {
  text-indent: 1rem;
}
#tc-container .blocks:has(#thecheckout-cart-summary) #conditions-to-approve {
  margin-top: 10px;
}
#tc-container .blocks:has(#thecheckout-cart-summary) #conditions-to-approve .condition-label {
  margin-left: 0px;
  margin-top: 4px;
}
#tc-container .blocks:has(#thecheckout-cart-summary) #conditions-to-approve .js-terms {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-weight: 400;
  color: #818181;
  text-transform: initial;
  flex-wrap: wrap;
  text-indent: 0rem;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  #tc-container .blocks:has(#thecheckout-cart-summary) #conditions-to-approve .js-terms {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
#tc-container .blocks:has(#thecheckout-cart-summary) #conditions-to-approve .js-terms:before {
  margin-left: 0px;
  margin-right: 5px;
  color: #1E2039;
  font-size: 17px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
#tc-container .blocks:has(#thecheckout-cart-summary) #conditions-to-approve .js-terms em {
  text-indent: 0px;
}
#tc-container .blocks:has(#thecheckout-cart-summary) #conditions-to-approve .js-terms a {
  color: #1E2039;
}
#tc-container .blocks:has(#thecheckout-cart-summary) #conditions-to-approve:has(input[required]) .js-terms {
  position: relative;
  text-indent: 1rem;
}
#tc-container .blocks:has(#thecheckout-cart-summary) #conditions-to-approve:has(input[required]) .js-terms:before {
  content: "*";
  margin-left: 0px;
  margin-right: 5px;
  color: #1E2039;
  font-size: 17px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .newsletter .custom-checkbox:after {
  top: 1px;
}
#tc-container .blocks:has(#thecheckout-cart-summary) .customer_privacy .custom-checkbox:after {
  top: 2px;
}
#tc-container .checkout-block {
  padding: 0px;
}
#tc-container .checkout-block .inner-area {
  padding: 0px;
}
#tc-container .toggle__wrapper {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
@media (max-width: 1199px) {
  #tc-container .toggle__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 0.9375rem;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }
}
@media (max-width: 991.98px) {
  #tc-container .toggle__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 0rem;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    margin-bottom: 10px;
  }
}
#tc-container .checkout-area-1 {
  grid-area: area-1;
}
#tc-container .checkout-area-1 .num-1 #dni-placeholder-private,
#tc-container .checkout-area-1 .num-2 #dni-placeholder-private,
#tc-container .checkout-area-1 .num-2-1 #dni-placeholder-private,
#tc-container .checkout-area-1 .num-3 #dni-placeholder-private {
  display: none;
}
#tc-container .checkout-area-1 .num-1 .form-fields .form-group,
#tc-container .checkout-area-1 .num-2 .form-fields .form-group,
#tc-container .checkout-area-1 .num-2-1 .form-fields .form-group,
#tc-container .checkout-area-1 .num-3 .form-fields .form-group {
  max-width: calc(50% - 8px);
  flex-basis: calc(50% - 8px);
}
@media (max-width: 480px) {
  #tc-container .checkout-area-1 .num-1 .form-fields .form-group,
  #tc-container .checkout-area-1 .num-2 .form-fields .form-group,
  #tc-container .checkout-area-1 .num-2-1 .form-fields .form-group,
  #tc-container .checkout-area-1 .num-3 .form-fields .form-group {
    max-width: 100%;
    flex-basis: 100%;
  }
}
#tc-container .checkout-area-1 .num-1 .form-fields .form-group .field.error-msg,
#tc-container .checkout-area-1 .num-2 .form-fields .form-group .field.error-msg,
#tc-container .checkout-area-1 .num-2-1 .form-fields .form-group .field.error-msg,
#tc-container .checkout-area-1 .num-3 .form-fields .form-group .field.error-msg {
  font-weight: 400;
  text-transform: initial;
  padding: 5px 5px;
  border-radius: 4px;
  margin-top: 3px;
}
#tc-container .checkout-area-1 .num-1 .form-fields .form-group label,
#tc-container .checkout-area-1 .num-2 .form-fields .form-group label,
#tc-container .checkout-area-1 .num-2-1 .form-fields .form-group label,
#tc-container .checkout-area-1 .num-3 .form-fields .form-group label {
  margin-bottom: 1rem;
}
#tc-container .checkout-area-1 .num-1 .form-fields .business-fields-container,
#tc-container .checkout-area-1 .num-1 .form-fields .private-fields-container,
#tc-container .checkout-area-1 .num-2 .form-fields .business-fields-container,
#tc-container .checkout-area-1 .num-2 .form-fields .private-fields-container,
#tc-container .checkout-area-1 .num-2-1 .form-fields .business-fields-container,
#tc-container .checkout-area-1 .num-2-1 .form-fields .private-fields-container,
#tc-container .checkout-area-1 .num-3 .form-fields .business-fields-container,
#tc-container .checkout-area-1 .num-3 .form-fields .private-fields-container {
  max-width: calc(50% - 8px);
  flex-basis: calc(50% - 8px);
}
#tc-container .checkout-area-1 .num-1 .form-fields .business-fields-container .form-group,
#tc-container .checkout-area-1 .num-1 .form-fields .private-fields-container .form-group,
#tc-container .checkout-area-1 .num-2 .form-fields .business-fields-container .form-group,
#tc-container .checkout-area-1 .num-2 .form-fields .private-fields-container .form-group,
#tc-container .checkout-area-1 .num-2-1 .form-fields .business-fields-container .form-group,
#tc-container .checkout-area-1 .num-2-1 .form-fields .private-fields-container .form-group,
#tc-container .checkout-area-1 .num-3 .form-fields .business-fields-container .form-group,
#tc-container .checkout-area-1 .num-3 .form-fields .private-fields-container .form-group {
  max-width: 100%;
  flex-basis: 100%;
}
#tc-container .checkout-area-2 {
  grid-area: area-2;
  align-self: stretch;
}
#tc-container .checkout-area-3 {
  grid-area: area-3;
  align-self: stretch;
}
#tc-container .checkout-area-4 {
  grid-area: area-4;
}
#tc-container .checkout-area-5 {
  grid-area: summary;
  grid-row: 1/4; /* spans 3 rows */
}
@media (max-width: 991px) {
  #tc-container .checkout-area-5 {
    grid-row: unset;
  }
}
#tc-container .checkout-area-6 {
  grid-area: summary;
}
#tc-container #login-form label {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #tc-container #login-form {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 575px) {
  #tc-container #login-form .form-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    row-gap: 0rem;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }
  #tc-container #login-form .btn.btn-primary {
    margin: 0 auto;
  }
}
#tc-container #thecheckout-account .form-group.email:not(:has(~ .form-group.show)) {
  max-width: 100%;
  flex-basis: 100%;
}
#tc-container #thecheckout-account .form-group.password {
  display: none;
}
#tc-container #thecheckout-address-delivery {
  margin-top: 20px;
}
#tc-container .checkout-step {
  display: none;
}
#tc-container select.form-control.orig-field.form-control-select.js-country.live {
  display: block !important;
}
#tc-container select.form-control.orig-field.form-control-select.js-country {
  padding-top: 1rem !important;
  height: 62px;
  padding-bottom: 0 !important;
}
#tc-container .form-group {
  position: relative;
}
#tc-container .form-group .field-label {
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 500;
  color: #180C18;
  position: absolute;
  top: 12px;
  left: 25px;
  text-transform: uppercase;
}
#tc-container .form-group .field-label:after {
  color: #1E2039;
}
#tc-container .form-group .js-gusButtonWrapper .btn {
  height: 100%;
}
#tc-container .form-group .js-gusButtonWrapper .btn:focus, #tc-container .form-group .js-gusButtonWrapper .btn:active {
  background: transparent !important;
  border: none !important;
}
#tc-container .form-group input.form-control {
  border-radius: 50px !important;
  border-width: 2px;
  padding: 1.8125rem 0.9375rem 0.625rem 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #453750;
  border-color: #F0F0F0;
}
@media (max-width: 992px) {
  #tc-container .form-group input.form-control {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#tc-container .form-group input.form-control:focus, #tc-container .form-group input.form-control:active {
  box-shadow: none;
  outline: none;
}
#tc-container .form-group input.form-control::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #9C9C9C;
  opacity: 1;
}
#tc-container .form-group input.form-control::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #9C9C9C;
  opacity: 1;
}
@media (max-width: 992px) {
  #tc-container .form-group input.form-control::-moz-placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
  #tc-container .form-group input.form-control::placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#tc-container .form-group:focus-within input {
  border-color: #7D4582;
}
#tc-container .form-group.countrySelect .choices {
  border-radius: 50px;
  margin-bottom: 16px;
}
#tc-container .form-group.countrySelect .choices:after {
  right: 17.5px;
}
#tc-container .form-group.countrySelect .choices.is-open .choices__inner {
  border-color: #7D4582;
}
#tc-container .form-group.countrySelect .choices__inner {
  border: 2px solid #EEE9E4;
  border-radius: 50px;
  padding: 1.5625rem 0.9375rem 0.625rem 1.5625rem;
  min-height: 57px;
}
#tc-container .form-group.countrySelect .choices__inner .choices__item.choices__item--selectable {
  border-radius: 50px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #453750;
  text-transform: initial;
  margin-top: 4px;
}
@media (max-width: 992px) {
  #tc-container .form-group.countrySelect .choices__inner .choices__item.choices__item--selectable {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#tc-container .form-group.countrySelect .choices__item.choices__item--choice.choices__item--disabled {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  text-transform: initial;
}
@media (max-width: 992px) {
  #tc-container .form-group.countrySelect .choices__item.choices__item--choice.choices__item--disabled {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#tc-container .form-group.countrySelect .choices__list.choices__list--dropdown {
  border: 2px solid #F0F0F0;
  border-radius: 25px;
}
#tc-container .form-group.countrySelect .choices__list--dropdown .choices__item--selectable[data-select-text], #tc-container .form-group.countrySelect .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  text-transform: initial;
}
@media (max-width: 992px) {
  #tc-container .form-group.countrySelect .choices__list--dropdown .choices__item--selectable[data-select-text], #tc-container .form-group.countrySelect .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#tc-container .form-group.countrySelect .field-label {
  z-index: 10;
}
#tc-container .form-group.countrySelect .is-flipped .choices__list--dropdown, #tc-container .form-group.countrySelect .is-flipped .choices__list[aria-expanded] {
  margin-bottom: 0;
}
#tc-container .log-in__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 575px) {
  #tc-container .log-in__wrapper .section__title {
    margin-bottom: 0px;
  }
}
#tc-container [data-link-action=x-offer-login] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #7D4582;
  padding: 0.625rem 3.125rem;
}
@media (max-width: 992px) {
  #tc-container [data-link-action=x-offer-login] {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#tc-container [data-link-action=x-offer-login] svg {
  display: none;
  margin-top: -4px;
  margin-right: 5px;
}
#tc-container [data-link-action=x-offer-login] svg path {
  transition: all 0.3s ease;
}
#tc-container [data-link-action=x-offer-login]:hover {
  border-color: #7D4582;
  background: #7D4582;
  color: white;
  text-decoration: none;
}
#tc-container [data-link-action=x-offer-login]:hover svg path {
  fill: white;
}
#tc-container .offer-login {
  display: none;
}
#tc-container .offer-login.expanded {
  display: block;
}
#tc-container .create-account__toggle--wrapper {
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
  margin-bottom: 10px;
}
@media (max-width: 1365px) {
  #tc-container .create-account__toggle--wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 0rem;
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }
}
@media (max-width: 1199.98px) {
  #tc-container .create-account__toggle--wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1365px) {
  #tc-container .create-account__toggle--wrapper {
    flex-wrap: wrap;
  }
}
#tc-container .create-account__toggle--wrapper .account-pros__toggle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #7D4582;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-transform: lowercase;
}
@media (max-width: 992px) {
  #tc-container .create-account__toggle--wrapper .account-pros__toggle {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
@media (max-width: 1365px) {
  #tc-container .create-account__toggle--wrapper .account-pros__toggle {
    margin-left: 35px;
  }
}
#tc-container .create-account__toggle--wrapper label {
  margin-bottom: 0px;
}
#tc-container .create-account__toggle--wrapper .custom-checkbox {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  position: relative;
  text-transform: initial;
  overflow: hidden;
}
#tc-container .create-account__toggle--wrapper .custom-checkbox:before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 2px solid #EEEEEE;
  background-color: white;
  display: block;
  border-radius: 4px;
  transition: 0.3s ease;
}
#tc-container .create-account__toggle--wrapper .custom-checkbox:after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.53742 7.07483C3.33333 7.07483 3.19728 7.0068 3.06122 6.87075L0.204082 4.01361C-0.0680272 3.7415 -0.0680272 3.33333 0.204082 3.06122C0.476191 2.78912 0.884354 2.78912 1.15646 3.06122L3.53742 5.44218L8.84354 0.204082C9.11565 -0.0680272 9.52381 -0.0680272 9.79592 0.204082C10.068 0.476191 10.068 0.884354 9.79592 1.15646L4.01361 6.93878C3.94558 7.0068 3.7415 7.07483 3.53742 7.07483Z' fill='%237D4582'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  opacity: 0;
  transition: 0.3s ease;
}
#tc-container .create-account__toggle--wrapper .custom-checkbox:has(input:checked):before {
  border-color: #7D4582;
}
#tc-container .create-account__toggle--wrapper .custom-checkbox:has(input:checked):after {
  opacity: 1;
}
@media (max-width: 992px) {
  #tc-container .create-account__toggle--wrapper .custom-checkbox {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
@media (max-width: 1365px) {
  #tc-container .create-account__toggle--wrapper .custom-checkbox {
    align-items: flex-start !important;
  }
}
#tc-container .create-account__toggle--wrapper .custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#tc-container .create-account__toggle--wrapper .custom-checkbox .label {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #818181;
  text-transform: initial;
  transition: opacity 0.3s ease;
  opacity: 0.5;
}
@media (max-width: 992px) {
  #tc-container .create-account__toggle--wrapper .custom-checkbox .label {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#tc-container .create-account__toggle--wrapper .custom-checkbox:has(input:checked) .label {
  opacity: 1;
}
#tc-container .business-private-checkboxes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #F7F7F7;
  padding: 5px;
  border-radius: 50px;
}
#tc-container .business-private-checkboxes .pill-button-highlight {
  content: "";
  background: rgba(125, 69, 130, 0.0784313725);
  border-radius: 50px;
  top: 5px;
  left: 5px;
  position: absolute;
  z-index: 0;
  width: calc(50% - 8px);
  height: calc(100% - 10px);
  transition: 0.3s ease;
  border: 1px solid #7D4582;
}
#tc-container .business-private-checkboxes .business-customer,
#tc-container .business-private-checkboxes .private-customer {
  position: relative;
  z-index: 1;
  flex-basis: unset;
  flex-grow: 0;
}
@media (max-width: 480px) {
  #tc-container .business-private-checkboxes .business-customer,
  #tc-container .business-private-checkboxes .private-customer {
    flex-grow: 1;
  }
}
#tc-container .business-private-checkboxes .business-customer .custom-checkbox,
#tc-container .business-private-checkboxes .private-customer .custom-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  padding: 8px 15px;
  min-width: 130px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  background: transparent;
}
#tc-container .business-private-checkboxes .business-customer .custom-checkbox input,
#tc-container .business-private-checkboxes .private-customer .custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#tc-container .business-private-checkboxes .business-customer .custom-checkbox label,
#tc-container .business-private-checkboxes .private-customer .custom-checkbox label {
  font-size: 0.625rem;
  line-height: 1.5625rem;
  font-weight: 500;
  color: #180C18;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
  opacity: 0.4;
}
#tc-container .business-private-checkboxes .business-customer .custom-checkbox:has(input:checked) label,
#tc-container .business-private-checkboxes .private-customer .custom-checkbox:has(input:checked) label {
  color: #733D75;
  opacity: 1;
}
#tc-container .second-address {
  margin-top: 20px;
}
#tc-container .second-address .custom-checkbox,
#tc-container .need-invoice, .tebim_wdt .custom-checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#tc-container .second-address .custom-checkbox:before,
#tc-container .need-invoice:before, .tebim_wdt .custom-checkbox:before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 2px solid #EEEEEE;
  background-color: white;
  display: block;
  border-radius: 4px;
  transition: 0.3s ease;
}
#tc-container .second-address .custom-checkbox:after,
#tc-container .need-invoice:after, .tebim_wdt .custom-checkbox:after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.53742 7.07483C3.33333 7.07483 3.19728 7.0068 3.06122 6.87075L0.204082 4.01361C-0.0680272 3.7415 -0.0680272 3.33333 0.204082 3.06122C0.476191 2.78912 0.884354 2.78912 1.15646 3.06122L3.53742 5.44218L8.84354 0.204082C9.11565 -0.0680272 9.52381 -0.0680272 9.79592 0.204082C10.068 0.476191 10.068 0.884354 9.79592 1.15646L4.01361 6.93878C3.94558 7.0068 3.7415 7.07483 3.53742 7.07483Z' fill='%237D4582'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  opacity: 0;
  transition: 0.3s ease;
}
#tc-container .second-address .custom-checkbox:has(input:checked):before,
#tc-container .need-invoice:has(input:checked):before {
  border-color: #7D4582;
}
#tc-container .second-address .custom-checkbox:has(input:checked):after,
#tc-container .need-invoice:has(input:checked):after, .tebim_wdt .custom-checkbox:has(input:checked):after {
  opacity: 1;
}
@media (max-width: 992px) {
  #tc-container .second-address .custom-checkbox,
  #tc-container .need-invoice {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#tc-container .second-address .custom-checkbox input,
#tc-container .need-invoice input, .tebim_wdt .custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
#tc-container .second-address .custom-checkbox__wrapper,
#tc-container .need-invoice__wrapper {
  margin: 30px 0;
}
@media (max-width: 1199px) {
  #tc-container .second-address .custom-checkbox__wrapper,
  #tc-container .need-invoice__wrapper {
    margin: 15px 0;
  }
}
#tc-container .second-address .custom-checkbox label,
#tc-container .second-address .custom-checkbox .label,
#tc-container .need-invoice label,
#tc-container .need-invoice .label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #180C18;
  margin-bottom: 0px;
  text-transform: initial;
  transition: opacity 0.3s ease;
  opacity: 1;
}
@media (max-width: 992px) {
  #tc-container .second-address .custom-checkbox label,
  #tc-container .second-address .custom-checkbox .label,
  #tc-container .need-invoice label,
  #tc-container .need-invoice .label {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#tc-container .second-address .custom-checkbox:has(input:checked) label,
#tc-container .need-invoice:has(input:checked) label {
  opacity: 1;
}
#tc-container #thecheckout-payment .custom-checkbox,
#tc-container #thecheckout-shipping .custom-checkbox {
  position: relative;
}
#tc-container #thecheckout-payment .custom-checkbox:before,
#tc-container #thecheckout-shipping .custom-checkbox:before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #EEEEEE;
  background-color: white;
  display: block;
  border-radius: 4px;
  transition: 0.3s ease;
}
#tc-container #thecheckout-payment .custom-checkbox:after,
#tc-container #thecheckout-shipping .custom-checkbox:after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.53742 7.07483C3.33333 7.07483 3.19728 7.0068 3.06122 6.87075L0.204082 4.01361C-0.0680272 3.7415 -0.0680272 3.33333 0.204082 3.06122C0.476191 2.78912 0.884354 2.78912 1.15646 3.06122L3.53742 5.44218L8.84354 0.204082C9.11565 -0.0680272 9.52381 -0.0680272 9.79592 0.204082C10.068 0.476191 10.068 0.884354 9.79592 1.15646L4.01361 6.93878C3.94558 7.0068 3.7415 7.07483 3.53742 7.07483Z' fill='%237D4582'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  opacity: 0;
  transition: 0.3s ease;
}
#tc-container #thecheckout-payment .custom-checkbox:has(input:checked):before,
#tc-container #thecheckout-shipping .custom-checkbox:has(input:checked):before {
  border-color: #7D4582;
}
#tc-container #thecheckout-payment .custom-checkbox:has(input:checked):after,
#tc-container #thecheckout-shipping .custom-checkbox:has(input:checked):after {
  opacity: 1;
}
#tc-container #thecheckout-payment .custom-checkbox input,
#tc-container #thecheckout-shipping .custom-checkbox input {
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tc-container #thecheckout-payment .custom-checkbox input ~ span,
#tc-container #thecheckout-shipping .custom-checkbox input ~ span {
  display: none !important;
}
#tc-container #thecheckout-payment .custom-radio,
#tc-container #thecheckout-shipping .custom-radio {
  width: 24px;
  height: 24px;
  border: 2px solid #F0F0F0;
  margin-right: 1.25rem;
  margin-top: 0px;
}
#tc-container #thecheckout-payment .custom-radio input:checked + span,
#tc-container #thecheckout-shipping .custom-radio input:checked + span {
  width: 8px;
  height: 8px;
  background: #7D4582;
}
#tc-container #thecheckout-payment .custom-radio:has(input:checked),
#tc-container #thecheckout-shipping .custom-radio:has(input:checked) {
  border: 1px solid #7D4582;
}
#tc-container #thecheckout-payment .delivery-option-row,
#tc-container #thecheckout-shipping .delivery-option-row {
  background: white;
  border: 2px solid #F0F0F0;
  margin-bottom: 10px;
  border-radius: 50px;
  padding: 1.5rem;
  cursor: pointer;
}
#tc-container #thecheckout-payment .delivery-option-row *,
#tc-container #thecheckout-shipping .delivery-option-row * {
  cursor: pointer;
}
#tc-container #thecheckout-payment .delivery-option-row .carrier-delay,
#tc-container #thecheckout-shipping .delivery-option-row .carrier-delay {
  display: none;
}
#tc-container #thecheckout-payment .delivery-option-row .name-and-delay,
#tc-container #thecheckout-shipping .delivery-option-row .name-and-delay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
}
#tc-container #thecheckout-payment .delivery-option-row .name-and-delay .carrier-name,
#tc-container #thecheckout-shipping .delivery-option-row .name-and-delay .carrier-name {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #818181;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-payment .delivery-option-row .name-and-delay .carrier-name,
  #tc-container #thecheckout-shipping .delivery-option-row .name-and-delay .carrier-name {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#tc-container #thecheckout-payment .delivery-option-row .name-and-delay .carrier-price-with-tax-formatted,
#tc-container #thecheckout-payment .delivery-option-row .name-and-delay .carrier-price-without-tax-formatted,
#tc-container #thecheckout-payment .delivery-option-row .name-and-delay .carrier-price,
#tc-container #thecheckout-shipping .delivery-option-row .name-and-delay .carrier-price-with-tax-formatted,
#tc-container #thecheckout-shipping .delivery-option-row .name-and-delay .carrier-price-without-tax-formatted,
#tc-container #thecheckout-shipping .delivery-option-row .name-and-delay .carrier-price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #818181;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-payment .delivery-option-row .name-and-delay .carrier-price-with-tax-formatted,
  #tc-container #thecheckout-payment .delivery-option-row .name-and-delay .carrier-price-without-tax-formatted,
  #tc-container #thecheckout-payment .delivery-option-row .name-and-delay .carrier-price,
  #tc-container #thecheckout-shipping .delivery-option-row .name-and-delay .carrier-price-with-tax-formatted,
  #tc-container #thecheckout-shipping .delivery-option-row .name-and-delay .carrier-price-without-tax-formatted,
  #tc-container #thecheckout-shipping .delivery-option-row .name-and-delay .carrier-price {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#tc-container #thecheckout-payment .delivery-option-row .shipping-radio,
#tc-container #thecheckout-shipping .delivery-option-row .shipping-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  flex-basis: unset;
}
#tc-container #thecheckout-payment .delivery-option-row .delivery-option-logo img,
#tc-container #thecheckout-shipping .delivery-option-row .delivery-option-logo img {
  max-height: 35px;
}
#tc-container #thecheckout-payment .delivery-option-row:has(input:checked) .name-and-delay .carrier-name,
#tc-container #thecheckout-shipping .delivery-option-row:has(input:checked) .name-and-delay .carrier-name {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #180C18;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-payment .delivery-option-row:has(input:checked) .name-and-delay .carrier-name,
  #tc-container #thecheckout-shipping .delivery-option-row:has(input:checked) .name-and-delay .carrier-name {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#tc-container #thecheckout-payment .payment-options .custom-radio,
#tc-container #thecheckout-shipping .payment-options .custom-radio {
  display: flex;
}
#tc-container #thecheckout-payment .payment-options > div,
#tc-container #thecheckout-shipping .payment-options > div {
  background: white;
  margin-bottom: 10px;
  border-radius: 50px;
  padding: 1.5rem;
  border: 2px solid #F0F0F0;
  cursor: pointer;
}
#tc-container #thecheckout-payment .payment-options > div *,
#tc-container #thecheckout-shipping .payment-options > div * {
  cursor: pointer;
}
#tc-container #thecheckout-payment .payment-options > div .h6,
#tc-container #thecheckout-shipping .payment-options > div .h6 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #818181;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-payment .payment-options > div .h6,
  #tc-container #thecheckout-shipping .payment-options > div .h6 {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#tc-container #thecheckout-payment .payment-options > div .payment-option,
#tc-container #thecheckout-shipping .payment-options > div .payment-option {
  padding-top: 0px;
  padding-bottom: 0px;
}
#tc-container #thecheckout-payment .payment-options > div .js-additional-information,
#tc-container #thecheckout-shipping .payment-options > div .js-additional-information {
  margin-top: 8px;
  padding-left: 44px;
}
#tc-container #thecheckout-payment .payment-options > div .js-additional-information > *,
#tc-container #thecheckout-shipping .payment-options > div .js-additional-information > * {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 400;
  color: #818181;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-payment .payment-options > div .js-additional-information > *,
  #tc-container #thecheckout-shipping .payment-options > div .js-additional-information > * {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
#tc-container #thecheckout-payment .payment-options > div:has(input:checked) .h6,
#tc-container #thecheckout-shipping .payment-options > div:has(input:checked) .h6 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #180C18;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-payment .payment-options > div:has(input:checked) .h6,
  #tc-container #thecheckout-shipping .payment-options > div:has(input:checked) .h6 {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#tc-container #thecheckout-payment .payment-options .santandercredit section h3,
#tc-container #thecheckout-shipping .payment-options .santandercredit section h3 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #818181;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-payment .payment-options .santandercredit section h3,
  #tc-container #thecheckout-shipping .payment-options .santandercredit section h3 {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#tc-container #thecheckout-payment .payment-options .santandercredit section p:has(a + a),
#tc-container #thecheckout-shipping .payment-options .santandercredit section p:has(a + a) {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.625rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
#tc-container #thecheckout-order-message label {
  display: none;
}
#tc-container #thecheckout-order-message textarea {
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  min-height: 150px;
  padding: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-order-message textarea {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#tc-container #thecheckout-order-message textarea::-moz-placeholder {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  opacity: 0.4;
}
#tc-container #thecheckout-order-message textarea::placeholder {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  opacity: 0.4;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-order-message textarea::-moz-placeholder {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
  #tc-container #thecheckout-order-message textarea::placeholder {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#tc-container #thecheckout-cart-summary .card {
  padding: 0px;
}
#tc-container #thecheckout-cart-summary .block-header.shopping-cart-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding: 0px 0px 24px 0px;
  cursor: pointer;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 24px;
}
#tc-container #thecheckout-cart-summary .block-header.shopping-cart-header span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  border: 1px solid #EEEEEE;
  padding: 8px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  transition: 0.3s ease;
}
#tc-container #thecheckout-cart-summary .block-header.shopping-cart-header svg {
  max-height: 19px;
  transform: translateY(-2px);
}
#tc-container #thecheckout-cart-summary .block-header.shopping-cart-header svg path {
  transition: 0.3s ease;
}
#tc-container #thecheckout-cart-summary .block-header.shopping-cart-header:hover span {
  background: #1E2039;
  border-color: #1E2039;
}
#tc-container #thecheckout-cart-summary .block-header.shopping-cart-header:hover span svg path {
  fill: white;
}
#tc-container #thecheckout-cart-summary .cart-detailed-totals {
  row-gap: 0;
}
#tc-container #thecheckout-cart-summary .cart-detailed-totals .card-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  width: 100%;
}
#tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line {
  margin-bottom: 24px;
}
#tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-subtotal-shipping {
  margin-bottom: 5px;
}
#tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-subtotal-shipping .label,
#tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-subtotal-shipping .value {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #180C18;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-subtotal-shipping .label,
  #tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-subtotal-shipping .value {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-total-auto-tax {
  margin-bottom: 5px;
}
#tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-total-auto-tax .value {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-total-auto-tax .value {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-total-auto-tax + .cart-total-auto-tax {
  margin-bottom: 24px;
}
#tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-total-auto-tax + .cart-total-auto-tax .label,
#tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-total-auto-tax + .cart-total-auto-tax .value {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #180C18;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-total-auto-tax + .cart-total-auto-tax .label,
  #tc-container #thecheckout-cart-summary .cart-detailed-totals .cart-summary-line.cart-total-auto-tax + .cart-total-auto-tax .value {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#tc-container #thecheckout-cart-summary .cart-detailed-totals .promo-name {
  margin-bottom: 0px;
}
#tc-container #thecheckout-cart-summary #cartOverviewModal .modal-header,
#tc-container #thecheckout-cart-summary #cartOverviewModal .modal-footer,
#tc-container #thecheckout-cart-summary #cartOverviewModal .modal-content,
#tc-container #thecheckout-cart-summary #cartOverviewModal .modal-body {
  background: white;
}
#tc-container #thecheckout-cart-summary #cartOverviewModal .modal-content .modal-header .close {
  margin: -1rem -1rem -1rem auto;
}
#tc-container #thecheckout-cart-summary #cartOverviewModal .modal-body {
  padding: 0 1.25rem 1.25rem;
}
#tc-container #thecheckout-cart-summary #cartOverviewModal .modal-header {
  padding: 1.25rem 1.25rem 0;
}
@media (max-width: 991px) {
  #tc-container #thecheckout-cart-summary #cartOverviewModal .modal-dialog {
    max-width: 90vw;
  }
}
@media (max-width: 575px) {
  #tc-container #thecheckout-cart-summary #cartOverviewModal .modal-dialog {
    max-width: 97vw;
  }
}
@media (max-width: 575px) {
  #tc-container #thecheckout-cart-summary #cartOverviewModal .modal-dialog {
    max-width: 97vw;
  }
}
#tc-container #thecheckout-cart-summary #cartOverviewModal .product-line-grid__block--details .product-line-grid__block--prod .product-selected-features__wrapper {
  max-width: 100%;
}
@media (min-width: 991px) {
  #tc-container #thecheckout-cart-summary #cartOverviewModal .product-line-grid__block--details .product-selected-features__wrapper {
    -moz-column-count: 2;
         column-count: 2;
  }
}
#tc-container #thecheckout-cart-summary .cart-counter {
  margin-top: 10px;
}
#tc-container #thecheckout-cart-summary .cart-counter .value {
  color: #818181;
}
#tc-container #thecheckout-cart-summary .product-line-grid__block--actions {
  display: none;
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .product-title,
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .product-title a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #818181;
  margin-bottom: 0.3125rem;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .product-title,
  #tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .product-title a {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .discount-amount {
  display: none;
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .product-line-info.product-price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  margin-bottom: 0px;
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #818181;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .price {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .regular-price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #818181;
  text-decoration: line-through;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .regular-price {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .product-line-actions {
  padding-top: 0px;
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .product-line-actions .product-line-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .product-line-delete {
  display: none;
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .qty-box > .bootstrap-touchspin {
  display: flex;
  border-color: #818181;
  border-radius: 25px;
  background: #F7F7F7;
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .qty-box > .bootstrap-touchspin .input-group-prepend {
  order: 1;
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .qty-box > .bootstrap-touchspin .input-group-append {
  order: 3;
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .qty-box > .bootstrap-touchspin > input {
  border-right: none;
  border-left: none;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #818181;
  background: #F7F7F7;
  border-bottom: none;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .qty-box > .bootstrap-touchspin > input {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .qty-box > .bootstrap-touchspin .btn {
  width: 1.8rem;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #818181;
  background: #F7F7F7;
}
@media (max-width: 992px) {
  #tc-container #thecheckout-cart-summary .cart-overview .cart-items .cart-item .product-line .qty-box > .bootstrap-touchspin .btn {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#tc-container .business-fields-container {
  width: 100%;
  max-width: 100% !important;
  flex-basis: 100% !important;
}
#tc-container .business-fields-container .form-group {
  max-width: calc(50% - 8px) !important;
  flex-basis: calc(50% - 8px) !important;
}
#tc-container .private-fields-container {
  display: none !important;
}

@keyframes pulseBg {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
#cart .header-nav {
  background: white;
  border-bottom: 1px solid #F7F7F7;
  padding: 0.625rem 0 !important;
}
#cart .remaining-amount-to-free-shipping-wrapper {
  background: white;
  padding: 15px;
  border-radius: 25px;
  border: 3px dashed #F0F0F0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #818181;
  margin-bottom: -15px;
}
@media (max-width: 991.98px) {
  #cart .remaining-amount-to-free-shipping-wrapper {
    margin-bottom: 0px;
  }
}
#cart .remaining-amount-to-free-shipping-wrapper:has(.hidden) {
  display: none;
}
#cart nav[aria-label=breadcrumb] {
  display: none;
}
#cart .card {
  padding: 0px;
}
#cart .card-header {
  margin-bottom: 0px;
}
#cart .card-title {
  font-size: 2.125rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .card-title {
    font-size: calc(1.025rem + 1.7741935484vw);
  }
}
#cart .card-title__products {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  color: #453750;
  margin-left: 10px;
}
@media (max-width: 992px) {
  #cart .card-title__products {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#cart .cart-summary {
  background: #F7F7F7;
  padding: 30px;
}
@media (max-width: 991.98px) {
  #cart .cart-summary {
    padding: 10px;
    margin-top: 20px;
  }
}
#cart .cart-summary .card-header {
  background: transparent;
}
@media (max-width: 991.98px) {
  #cart .cart-summary .card-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  #cart .cart-summary .cart-detailed-totals {
    row-gap: 10px;
  }
}
#cart .cart-summary .cart-summary-line.incl .value,
#cart .cart-summary .cart-summary-line.incl .label {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .cart-summary .cart-summary-line.incl .value,
  #cart .cart-summary .cart-summary-line.incl .label {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#cart .cart-summary .block-promo .promo-code {
  margin: 0px;
  border-radius: 25px;
}
#cart .cart-title {
  background: transparent;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #453750;
}
@media (max-width: 992px) {
  #cart .cart-title {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
@media (max-width: 991.98px) {
  #cart .cart-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 600;
    color: #180C18;
  }
}
@media (max-width: 991.98px) and (max-width: 992px) {
  #cart .cart-title {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__row {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto auto;
    grid-gap: 0.5rem;
    align-items: flex-start;
    grid-template-areas: "img  details" "qty  details";
  }
}
@media (max-width: 767.98px) {
  #cart .product-line-grid__row {
    grid-template-columns: 125px 1fr;
  }
}
#cart .product-line-grid__block .mobile_name {
  display: inline-flex;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  min-width: 95px;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block .mobile_name {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
#cart .product-line-grid__block .current-product-variant {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-weight: 400;
  color: #180C18;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block .current-product-variant {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block .current-product-variant {
    margin-bottom: 0px !important;
  }
}
#cart .product-line-grid__block .current-product-variant__amount li .value {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block .current-product-variant__amount li .value {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#cart .product-line-grid__block .current-product-variant__amount li .mobile_name {
  display: inline-flex;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  min-width: 95px;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block .current-product-variant__amount li .mobile_name {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
#cart .product-line-grid__block--image {
  max-width: 105px;
  padding: 0px;
  grid-area: img;
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block--image {
    margin-bottom: 0px;
  }
  #cart .product-line-grid__block--image img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991.98px) {
  #cart .product-line-grid__block--image {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  #cart .product-line-grid__block--image {
    max-width: 125px;
  }
}
#cart .product-line-grid__block--prod {
  padding-left: 1rem;
  grid-area: prod;
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block--prod {
    padding: 0px;
  }
}
#cart .product-line-grid__block--qty {
  grid-area: qty;
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block--qty {
    max-width: 100%;
    margin-top: 0px;
    padding: 0rem;
  }
  #cart .product-line-grid__block--qty .bootstrap-touchspin {
    max-width: 100% !important;
  }
  #cart .product-line-grid__block--qty .bootstrap-touchspin > input {
    max-width: 150px;
    min-width: 30px;
  }
}
#cart .product-line-grid__block--qty .bootstrap-touchspin {
  border: 1px solid #F0F0F0;
  max-width: 95px;
}
#cart .product-line-grid__block--qty .form-control {
  border: none;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block--qty .form-control {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#cart .product-line-grid__block--qty .btn-touchspin {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #707070;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block--qty .btn-touchspin {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#cart .product-line-grid__block--price {
  grid-area: price;
}
#cart .product-line-grid__block--price .price {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block--price .price {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block--price {
    padding: 0px;
  }
}
#cart .product-line-grid__block--total {
  grid-area: total;
  text-align: left;
}
#cart .product-line-grid__block--total .price {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #cart .product-line-grid__block--total .price {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block--total {
    padding: 0px;
  }
}
#cart .product-line-grid__block--delete {
  grid-area: qty;
}
#cart .product-line-grid__block--delete .remove-from-cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  background: white;
  border: 1px solid #F0F0F0;
  min-width: 36px;
  min-height: 36px;
  border-radius: 4px;
  transition: 0.3s ease;
}
#cart .product-line-grid__block--delete .remove-from-cart svg path {
  transition: 0.3s ease;
}
#cart .product-line-grid__block--delete .remove-from-cart:hover {
  background: #733D75;
}
#cart .product-line-grid__block--delete .remove-from-cart:hover svg path {
  fill: white;
}
#cart .product-line-grid__block--details {
  grid-area: details;
  width: 100%;
  max-width: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding: 0.3125rem 0.625rem 0;
}
#cart .product-line-grid__block--details > * {
  width: 100%;
  max-width: 100%;
  flex: 1 1 100%;
}
#cart .product-line-grid__block--details .product-line-grid__block--total {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  margin-top: 0px;
}
@media (max-width: 1199.98px) {
  #cart .product-line-grid__block--details .product-line-grid__block .product-line-grid__title {
    margin-bottom: 10px !important;
  }
  #cart .product-line-grid__block--details .product-line-grid__block .product-line-grid__title a {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #180C18;
  }
}
@media (max-width: 1199.98px) and (max-width: 992px) {
  #cart .product-line-grid__block--details .product-line-grid__block .product-line-grid__title a {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
#cart .product-line-grid__block .product-price-per-pcs {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 400;
  color: #818181;
}

#order-confirmation nav[aria-label=breadcrumb] {
  display: none;
}
#order-confirmation .header-steps-labels {
  max-width: 435px;
  margin-right: 5px;
}
#order-confirmation .header-steps__step:not(:has(.confirmed)) {
  border: 2px solid #7D4582;
  background-color: white;
}
#order-confirmation .header-steps__step.confirmed {
  border: 2px solid transparent;
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1019607843);
}
#order-confirmation #content-wrapper {
  background: #F7F7F7;
  border-radius: 10px;
  max-width: 900px;
  margin: 50px auto;
  padding: 4rem;
}
#order-confirmation #content-wrapper #content-hook_order_confirmation > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.9375rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  margin-bottom: 30px;
}
#order-confirmation #content-wrapper .order-confirmation {
  margin-bottom: 25px;
}
#order-confirmation #content-wrapper .order-confirmation__title {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #order-confirmation #content-wrapper .order-confirmation__title {
    font-size: calc(0.975rem + 1.4516129032vw);
  }
}
#order-confirmation #content-wrapper .order-confirmation-details__order-number {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #180C18;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  #order-confirmation #content-wrapper .order-confirmation-details__order-number {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
#order-confirmation #content-wrapper .order-confirmation-details p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #453750;
  text-align: center;
}
@media (max-width: 992px) {
  #order-confirmation #content-wrapper .order-confirmation-details p {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#order-confirmation #content-wrapper .order-confirmation__footer {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
#order-confirmation #content-wrapper #content-hook_payment_return {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.625rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
#order-confirmation #content-wrapper #content-hook_payment_return dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.625rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
#order-confirmation #content-wrapper #content-hook_payment_return dt,
#order-confirmation #content-wrapper #content-hook_payment_return strong {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #453750;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
@media (max-width: 992px) {
  #order-confirmation #content-wrapper #content-hook_payment_return dt,
  #order-confirmation #content-wrapper #content-hook_payment_return strong {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#order-confirmation #content-wrapper #content-hook_payment_return dd,
#order-confirmation #content-wrapper #content-hook_payment_return p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #453750;
  text-align: center;
}
@media (max-width: 992px) {
  #order-confirmation #content-wrapper #content-hook_payment_return dd,
  #order-confirmation #content-wrapper #content-hook_payment_return p {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#order-confirmation footer {
  background: #F7F7F7;
}
#order-confirmation .header-steps {
  height: 60px;
  transition: 0.3s ease;
}
#order-confirmation .header-steps-labels {
  transition: 0.3s ease;
}
#order-confirmation.is-scrolling .header-steps {
  height: 40px;
}
#order-confirmation.is-scrolling .header-steps-labels {
  bottom: 0;
}
#cart .block-promo .alert-danger {
    display: flex;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
#cart .block-promo .alert-danger .js-error-text {
    display: block;
    font-size: 13px;
}
.header-steps.mobile {
  height: auto;
}
.header-steps-labels.mobile {
  max-width: 520px;
  left: 0;

}
/* .header-steps-labels.mobile .step_tittle_cart {
  margin-left: -8px;
}
.header-steps-labels.mobile .step_delivery_cart {
  transform: translate(-4px, 0px);
}
.header-steps-labels.mobile .step_done_cart {
  padding-right: 8px;
} */
#checkout .page-content .header-steps.mobile {
  margin: 13px 0rem !important;
}
@media (max-width: 575px) {
  .header-steps-labels.mobile {
      max-width: calc(100% - 25px);
      left: auto;
      right: auto;
  }
  /* .header-steps-labels.mobile .step_tittle_cart {
      margin-left: -4px;
  }
  .header-steps-labels.mobile .step_delivery_cart {
      transform: translate(-7px, 0px);
  }
  .header-steps-labels.mobile .step_done_cart {
      padding-right: 4px;
  } */
}

#tebimshowdiscount {
  display: flex;
  border: solid 1px #AAD38C;
  background-color: #E7FFD5;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 8px;
  font-size: 14px;
}
.tebimshowdiscount_gif_wrapper {
  margin-right: 12px;
}
.tebimshowdiscount_content.first {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #B5D89A;
}
@media (max-width: 767px) {
  .header-steps-labels.mobile {
    max-width: 350px;
    margin: auto;
    left: 0 !important;
    right: 0 !important;
  }
  .header-steps-labels .step__title {
    width: 33.3333%;
    text-align: center;
  }
  #checkout .page-content .header-steps.mobile {
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.cart-items .price {
  font-weight: 500;
  color: #000;
}
.tebim_wdt .custom-checkbox {
    align-items: center !important;
}
#tebim_wdt_modal .modal-header,#tebim_wdt_modal .modal-footer {
  border: unset;
}
#tebim_wdt_modal .modal-title {
  font-size: 28px;
  font-weight: 700;
}
#tebim_wdt_modal .modal-body {
  font-size: 18px;
  margin: 0.5rem 0;
  font-weight: 500;
}
#tebim_wdt_modal .modal-footer .btn {
    width: calc(50% - 5px);
    margin: 0;
}
@media (max-width: 992px) {
  .tebim_wdt {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  #tebim_wdt_modal .modal-title {
    font-size: 22px;
  }
  #tebim_wdt_modal .modal-body {
    font-size: 14px;
  }

}