.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: 50px;
  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: #1E2039;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: white;
  padding: 0.8125rem 1.625rem;
  opacity: 1;
  border-radius: 10px;
}
@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;
}
.address {
  background-color: white;
  border: 2px solid #F8F6F9;
  transition: 0.3s ease;
}
.address__header {
  background-color: transparent;
  border: none;
}
.address__body {
  line-height: 1.75;
}
.address__body address {
  margin: 0;
}
.address__footer {
  display: flex;
  padding: 1.25rem;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border: none;
}
.address__footer a {
  padding: 10px;
  color: #212529;
  text-align: center;
  flex-grow: 1;
}
.address__footer a:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.address__footer a:hover, .address__footer a:focus {
  text-decoration: none;
  background: #e9ecef;
}

.customer-links {
  margin: 0 0 20px;
  background: #F7F7F7;
  padding: 34px 22px 22px;
}
@media (min-width: 992px) {
  .customer-links {
    margin: 0;
  }
}
.customer-links__header {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #180C18;
  font-family: "Manrope", sans-serif;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .customer-links__header {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
.customer-links .link-item {
  display: flex;
  align-items: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.customer-links__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.9375rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
.customer-links a {
  display: block;
  flex: 0 0;
  max-width: inherit;
  padding: 10px;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 500;
  color: #180C18;
  font-family: "Manrope", sans-serif;
  white-space: nowrap;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .customer-links a {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
@media (min-width: 992px) {
  .customer-links a {
    white-space: normal;
  }
}
.customer-links a:hover, .customer-links a:focus {
  color: #733D75;
  text-decoration: none;
}
.customer-links a .icon-wrapper {
  background: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
@media (min-width: 768px) {
  .customer-links a .icon-wrapper {
    margin-right: 10px;
  }
}
.customer-links a i {
  color: #733D75;
  font-size: 0.9375rem;
}
@media (max-width: 992px) {
  .customer-links a i {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
.customer-links a.active {
  color: #453750;
}
.customer-links a.active::after {
  display: block;
}
.customer-links a.active i {
  color: inherit;
}
.customer-links__logout {
  text-align: center;
}
.customer-links__logout::after, .customer-links__logout::before {
  display: none;
}
.customer-links__footer {
  padding: 20px 0 0;
  margin-top: 20px;
  border-top: 1px solid #DADADA;
}

#wk-quick-order-link.btn-secondary {
  font-size: 0.875rem;
  line-height: 0.9375rem;
  font-weight: 600;
  color: #733D75;
}
@media (max-width: 992px) {
  #wk-quick-order-link.btn-secondary {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#wk-quick-order-link.btn-secondary svg path {
  transition: 0.3s ease;
}
#wk-quick-order-link.btn-secondary:hoveR {
  color: white;
}
#wk-quick-order-link.btn-secondary:hoveR svg path {
  fill: white;
}
#wk-quick-order-link.btn-secondary .link-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.user-form {
  max-width: 1140px;
  margin: 0 auto;
}
.user-form--sm {
  max-width: 900px;
  margin-bottom: 1rem;
}
.page-content--addresses .addresses-footer {
  margin-bottom: 1rem;
}
.page-addresses #content .btn.btn-primary {
  padding: 0.5rem 1rem;
}
.form-group {
  position: relative;
  margin-bottom: 10px;
}
.form-group .form-label,
.form-group .field-label {
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 500;
  color: #180C18;
  position: absolute;
  top: 12px;
  left: 27px;
  text-transform: uppercase;
  z-index: 3;
}
.form-group .form-label:after,
.form-group .field-label:after {
  color: #1E2039;
}
.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: #818181;
  border-color: #F0F0F0;
}
@media (max-width: 992px) {
  .form-group input.form-control {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.form-group input.form-control:focus, .form-group input.form-control:active {
  box-shadow: none;
  outline: none;
}
.form-group input.form-control::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #9C9C9C;
  opacity: 1;
}
.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) {
  .form-group input.form-control::-moz-placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
  .form-group input.form-control::placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.form-group .input-group-append {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.form-group:focus-within input {
  border-color: #7D4582;
}
.form-group:has(.choices):has([aria-expanded=true]) .choices {
  z-index: 4;
}
.form-group:has(.choices):has([aria-expanded=true]) label {
  z-index: 5;
}
.form-group:has(.choices) .choices {
  border-radius: 50px;
  margin-bottom: 16px;
  z-index: 2;
}
.form-group:has(.choices) .choices:after {
  right: 17.5px;
}
.form-group:has(.choices) .choices.is-open .choices__inner {
  border-color: #7D4582;
}
.form-group:has(.choices) .choices__inner {
  border: 2px solid #EEE9E4;
  border-radius: 50px;
  padding: 1.5625rem 0.9375rem 0.625rem 1.5625rem;
  min-height: 57px;
}
.form-group:has(.choices) .choices__inner .choices__item.choices__item--selectable {
  border-radius: 50px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  text-transform: initial;
  margin-top: 4px;
}
@media (max-width: 992px) {
  .form-group:has(.choices) .choices__inner .choices__item.choices__item--selectable {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.form-group:has(.choices) .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) {
  .form-group:has(.choices) .choices__item.choices__item--choice.choices__item--disabled {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.form-group:has(.choices) .choices__list.choices__list--dropdown {
  border: 2px solid #F0F0F0;
  border-radius: 25px;
}
.form-group:has(.choices) .choices__list--dropdown .choices__item--selectable[data-select-text], .form-group:has(.choices) .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) {
  .form-group:has(.choices) .choices__list--dropdown .choices__item--selectable[data-select-text], .form-group:has(.choices) .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.form-group:has(.choices) .field-label {
  z-index: 10;
}
.form-group:has(.choices) .is-flipped .choices__list--dropdown, .form-group:has(.choices) .is-flipped .choices__list[aria-expanded] {
  margin-bottom: 0;
}

.page-content--identity #customer-form.user-form {
  max-width: 900px;
  margin-bottom: 1rem;
}
.page-content--identity #customer-form.user-form > div > .field-password-policy {
  width: 49%;
}
@media (max-width: 767px) {
  .page-content--identity #customer-form.user-form > div > .field-password-policy {
    width: 100%;
  }
}
.page-content--identity #customer-form.user-form .password-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  flex-wrap: wrap;
}
.page-content--identity #customer-form.user-form .password-wrapper .section-label {
  width: 100%;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #808080;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .page-content--identity #customer-form.user-form .password-wrapper .section-label {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
.page-content--identity .form-group:has(input[type=checkbox]) {
  margin-top: 10px;
  margin-bottom: 0px;
}
.page-content--identity .form-group:has(input[type=checkbox]) .custom-control-label {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  color: #180C18;
}
@media (max-width: 992px) {
  .page-content--identity .form-group:has(input[type=checkbox]) .custom-control-label {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.page-content--identity .form-group:has(input[type=checkbox]) .custom-control-label em {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-weight: 400;
  color: #453750;
}

.product-table {
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .product-table__head {
    display: none;
  }
}
.product-table__head th {
  border-top: 0;
}
@media (min-width: 576px) {
  .product-table__row {
    margin-top: -1px;
  }
}
@media (max-width: 767.98px) {
  .product-table tbody {
    display: block;
  }
}

.product-line {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.product-line:last-child {
  border-bottom: 0;
}
.product-line--first {
  border-top: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .product-line {
    display: table-row;
    padding: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
  }
}
.product-line .product-line__cell {
  padding: 10px;
}
@media (min-width: 576px) {
  .product-line .product-line__cell {
    padding: 0.75rem;
    vertical-align: middle;
  }
}
.product-line__qty-input .bootstrap-touchspin {
  margin: 0 auto;
}
.product-line__cell--img {
  width: 7.5rem;
}
@media (max-width: 767.98px) {
  .product-line__cell--img {
    order: -3;
    width: auto;
    flex: 0 0 5.625rem;
    max-width: 5.625rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--prod {
    order: -2;
    flex: 0 0 calc(100% - 5.625rem);
    max-width: calc(100% - 5.625rem);
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--delete {
    order: -1;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--price, .product-line__cell--total, .product-line__cell--qty {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--total {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell[data-title]::before {
    font-size: 0.6875rem;
    display: block;
    margin: 0 0 5px;
    content: attr(data-title);
  }
}
.product-line__price {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .product-line__price {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
.product-line__checkbox-block {
  position: static;
}
.product-line__checkbox-block::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  content: "";
}
@media (max-width: 767.98px) {
  .product-line--return .product-line__cell--checkbox {
    order: -3;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
  }
  .product-line--return .product-line__cell--img {
    flex: 0 0 4.375rem;
    max-width: 4.375rem;
    padding-left: 0;
  }
  .product-line--return .product-line__cell--prod {
    flex: 0 0 calc(100% - 6.875rem);
    max-width: calc(100% - 6.875rem);
  }
  .product-line--return .product-line__cell--qty, .product-line--return .product-line__cell--price {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 575.98px) {
  .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-line--extended .product-line__cell--qty {
    text-align: right;
  }
}

.product-line-grid {
  align-items: center;
}
.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;
  }
}

#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;
}
#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;
}

#module-wkquickorder-quickorder .form-group,
#quickordermodal .form-group {
  position: relative;
  margin-bottom: 10px;
}
#module-wkquickorder-quickorder .form-group .form-label,
#module-wkquickorder-quickorder .form-group .field-label,
#quickordermodal .form-group .form-label,
#quickordermodal .form-group .field-label {
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 500;
  color: #180C18;
  position: absolute;
  top: 12px;
  left: 27px;
  text-transform: uppercase;
  z-index: 1;
}
#module-wkquickorder-quickorder .form-group .form-label:after,
#module-wkquickorder-quickorder .form-group .field-label:after,
#quickordermodal .form-group .form-label:after,
#quickordermodal .form-group .field-label:after {
  color: #1E2039;
}
#module-wkquickorder-quickorder .form-group input.form-control,
#quickordermodal .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: #818181;
  border-color: #F0F0F0;
}
@media (max-width: 992px) {
  #module-wkquickorder-quickorder .form-group input.form-control,
  #quickordermodal .form-group input.form-control {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-wkquickorder-quickorder .form-group input.form-control:focus, #module-wkquickorder-quickorder .form-group input.form-control:active,
#quickordermodal .form-group input.form-control:focus,
#quickordermodal .form-group input.form-control:active {
  box-shadow: none;
  outline: none;
}
#module-wkquickorder-quickorder .form-group input.form-control::-moz-placeholder, #quickordermodal .form-group input.form-control::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #9C9C9C;
  opacity: 1;
}
#module-wkquickorder-quickorder .form-group input.form-control::placeholder,
#quickordermodal .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) {
  #module-wkquickorder-quickorder .form-group input.form-control::-moz-placeholder, #quickordermodal .form-group input.form-control::-moz-placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
  #module-wkquickorder-quickorder .form-group input.form-control::placeholder,
  #quickordermodal .form-group input.form-control::placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-wkquickorder-quickorder .form-group .input-group-append,
#quickordermodal .form-group .input-group-append {
  position: absolute;
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
}
#module-wkquickorder-quickorder .form-group:focus-within input,
#quickordermodal .form-group:focus-within input {
  border-color: #7D4582;
}
#module-wkquickorder-quickorder .form-group:has(.choices) .choices,
#quickordermodal .form-group:has(.choices) .choices {
  border-radius: 50px;
  margin-bottom: 16px;
  z-index: 2;
}
#module-wkquickorder-quickorder .form-group:has(.choices) .choices:after,
#quickordermodal .form-group:has(.choices) .choices:after {
  right: 17.5px;
}
#module-wkquickorder-quickorder .form-group:has(.choices) .choices.is-open .choices__inner,
#quickordermodal .form-group:has(.choices) .choices.is-open .choices__inner {
  border-color: #7D4582;
}
#module-wkquickorder-quickorder .form-group:has(.choices) .choices__inner,
#quickordermodal .form-group:has(.choices) .choices__inner {
  border: 2px solid #EEE9E4;
  border-radius: 50px;
  padding: 1.5625rem 0.9375rem 0.625rem 1.5625rem;
  min-height: 57px;
}
#module-wkquickorder-quickorder .form-group:has(.choices) .choices__inner .choices__item.choices__item--selectable,
#quickordermodal .form-group:has(.choices) .choices__inner .choices__item.choices__item--selectable {
  border-radius: 50px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  text-transform: initial;
  margin-top: 4px;
}
@media (max-width: 992px) {
  #module-wkquickorder-quickorder .form-group:has(.choices) .choices__inner .choices__item.choices__item--selectable,
  #quickordermodal .form-group:has(.choices) .choices__inner .choices__item.choices__item--selectable {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-wkquickorder-quickorder .form-group:has(.choices) .choices__item.choices__item--choice.choices__item--disabled,
#quickordermodal .form-group:has(.choices) .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) {
  #module-wkquickorder-quickorder .form-group:has(.choices) .choices__item.choices__item--choice.choices__item--disabled,
  #quickordermodal .form-group:has(.choices) .choices__item.choices__item--choice.choices__item--disabled {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-wkquickorder-quickorder .form-group:has(.choices) .choices__list.choices__list--dropdown,
#quickordermodal .form-group:has(.choices) .choices__list.choices__list--dropdown {
  border: 2px solid #F0F0F0;
  border-radius: 25px;
}
#module-wkquickorder-quickorder .form-group:has(.choices) .choices__list--dropdown .choices__item--selectable[data-select-text], #module-wkquickorder-quickorder .form-group:has(.choices) .choices__list[aria-expanded] .choices__item--selectable[data-select-text],
#quickordermodal .form-group:has(.choices) .choices__list--dropdown .choices__item--selectable[data-select-text],
#quickordermodal .form-group:has(.choices) .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) {
  #module-wkquickorder-quickorder .form-group:has(.choices) .choices__list--dropdown .choices__item--selectable[data-select-text], #module-wkquickorder-quickorder .form-group:has(.choices) .choices__list[aria-expanded] .choices__item--selectable[data-select-text],
  #quickordermodal .form-group:has(.choices) .choices__list--dropdown .choices__item--selectable[data-select-text],
  #quickordermodal .form-group:has(.choices) .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-wkquickorder-quickorder .form-group:has(.choices) .field-label,
#quickordermodal .form-group:has(.choices) .field-label {
  z-index: 10;
}
#module-wkquickorder-quickorder .form-group:has(.choices) .is-flipped .choices__list--dropdown, #module-wkquickorder-quickorder .form-group:has(.choices) .is-flipped .choices__list[aria-expanded],
#quickordermodal .form-group:has(.choices) .is-flipped .choices__list--dropdown,
#quickordermodal .form-group:has(.choices) .is-flipped .choices__list[aria-expanded] {
  margin-bottom: 0;
}
#module-wkquickorder-quickorder .modal-upload-quick-order__instructions,
#quickordermodal .modal-upload-quick-order__instructions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  #module-wkquickorder-quickorder .modal-upload-quick-order__instructions,
  #quickordermodal .modal-upload-quick-order__instructions {
    flex-wrap: wrap;
  }
  #module-wkquickorder-quickorder .modal-upload-quick-order__instructions .wk_get_direction_button_div,
  #quickordermodal .modal-upload-quick-order__instructions .wk_get_direction_button_div {
    width: 100%;
    margin-bottom: 10px;
  }
}
#module-wkquickorder-quickorder .modal-upload-quick-order__instructions .file--wrapper,
#quickordermodal .modal-upload-quick-order__instructions .file--wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  #module-wkquickorder-quickorder .modal-upload-quick-order__instructions .file--wrapper,
  #quickordermodal .modal-upload-quick-order__instructions .file--wrapper {
    width: 48%;
  }
}
#module-wkquickorder-quickorder .modal-upload-quick-order__instructions .file--wrapper a,
#quickordermodal .modal-upload-quick-order__instructions .file--wrapper a {
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  #module-wkquickorder-quickorder .modal-upload-quick-order__instructions .file--wrapper a,
  #quickordermodal .modal-upload-quick-order__instructions .file--wrapper a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    row-gap: 0rem;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }
}
#module-wkquickorder-quickorder .modal-upload-quick-order__instructions .file--wrapper a span,
#quickordermodal .modal-upload-quick-order__instructions .file--wrapper a span {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #180C18;
}
@media (max-width: 992px) {
  #module-wkquickorder-quickorder .modal-upload-quick-order__instructions .file--wrapper a span,
  #quickordermodal .modal-upload-quick-order__instructions .file--wrapper a span {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#module-wkquickorder-quickorder .modal-upload-quick-order .wk_quick_order_box,
#quickordermodal .modal-upload-quick-order .wk_quick_order_box {
  border: none;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  #module-wkquickorder-quickorder .modal-upload-quick-order .wk_quick_order_box,
  #quickordermodal .modal-upload-quick-order .wk_quick_order_box {
    margin-bottom: 0px;
  }
}
#module-wkquickorder-quickorder .modal-upload-quick-order .product-customization,
#quickordermodal .modal-upload-quick-order .product-customization {
  margin: 0;
}
#module-wkquickorder-quickorder .modal-upload-quick-order .product-customization .custom-file,
#quickordermodal .modal-upload-quick-order .product-customization .custom-file {
  width: 450px;
  height: auto;
}
@media (max-width: 767.98px) {
  #module-wkquickorder-quickorder .modal-upload-quick-order .product-customization .custom-file,
  #quickordermodal .modal-upload-quick-order .product-customization .custom-file {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    row-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    flex-wrap: wrap;
  }
}
#module-wkquickorder-quickorder .modal-upload-quick-order .product-customization .custom-file .js-file-name,
#quickordermodal .modal-upload-quick-order .product-customization .custom-file .js-file-name {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
}
#module-wkquickorder-quickorder .modal-upload-quick-order .product-customization .custom-file .file-input,
#quickordermodal .modal-upload-quick-order .product-customization .custom-file .file-input {
  position: absolute;
  left: 0;
  opacity: 0;
  max-width: 200px;
  height: 100%;
  bottom: 0;
}
#module-wkquickorder-quickorder .modal-upload-quick-order .product-customization .custom-file .file-input:hover,
#quickordermodal .modal-upload-quick-order .product-customization .custom-file .file-input:hover {
  cursor: pointer;
}
#module-wkquickorder-quickorder .modal-upload-quick-order .product-customization .custom-file .file-input:hover + .btn,
#quickordermodal .modal-upload-quick-order .product-customization .custom-file .file-input:hover + .btn {
  background-color: #4A244B;
  border-color: #4A244B;
}
#module-wkquickorder-quickorder .modal-upload-quick-order .product-customization .btn.btn-secondary, #module-wkquickorder-quickorder .modal-upload-quick-order .product-customization .btn.btn-primary,
#quickordermodal .modal-upload-quick-order .product-customization .btn.btn-secondary,
#quickordermodal .modal-upload-quick-order .product-customization .btn.btn-primary {
  min-width: 200px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0;
}
@media (max-width: 767.98px) {
  #module-wkquickorder-quickorder .modal-upload-quick-order .product-customization .btn.btn-secondary, #module-wkquickorder-quickorder .modal-upload-quick-order .product-customization .btn.btn-primary,
  #quickordermodal .modal-upload-quick-order .product-customization .btn.btn-secondary,
  #quickordermodal .modal-upload-quick-order .product-customization .btn.btn-primary {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#module-wkquickorder-quickorder .modal-subtitle,
#quickordermodal .modal-subtitle {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 500;
  color: #180C18;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  #module-wkquickorder-quickorder .modal-subtitle,
  #quickordermodal .modal-subtitle {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}
#module-wkquickorder-quickorder .text,
#quickordermodal .text {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: #818181;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  #module-wkquickorder-quickorder .text,
  #quickordermodal .text {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#module-wkquickorder-quickorder .modal-content .modal-header .close,
#quickordermodal .modal-content .modal-header .close {
  margin: -1rem -1rem -1rem auto;
}
#module-wkquickorder-quickorder .product-line-grid__block--prod,
#quickordermodal .product-line-grid__block--prod {
  max-width: calc(100% - 550px);
}
#module-wkquickorder-quickorder .product-line-grid__title,
#module-wkquickorder-quickorder .product-line-grid__title a,
#quickordermodal .product-line-grid__title,
#quickordermodal .product-line-grid__title a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #180C18;
  margin-bottom: 0.9375rem;
}
@media (max-width: 992px) {
  #module-wkquickorder-quickorder .product-line-grid__title,
  #module-wkquickorder-quickorder .product-line-grid__title a,
  #quickordermodal .product-line-grid__title,
  #quickordermodal .product-line-grid__title a {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
@media (max-width: 1199px) {
  #module-wkquickorder-quickorder .product-line-grid__title,
  #module-wkquickorder-quickorder .product-line-grid__title a,
  #quickordermodal .product-line-grid__title,
  #quickordermodal .product-line-grid__title a {
    margin-bottom: 0.625rem;
  }
}
#module-wkquickorder-quickorder .cart-items > h5,
#quickordermodal .cart-items > h5 {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #818181;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #module-wkquickorder-quickorder .modal-dialog,
  #quickordermodal .modal-dialog {
    width: 90%;
    max-width: 90%;
  }
}
@media (max-width: 767.98px) {
  #module-wkquickorder-quickorder .modal-dialog,
  #quickordermodal .modal-dialog {
    width: 100vw;
    height: 100dvh;
    max-width: unset;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  #module-wkquickorder-quickorder .modal-content,
  #quickordermodal .modal-content {
    height: 100%;
    overflow-y: scroll;
  }
}

#authentication .section_name,
#registration .section_name {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #180C18;
  margin: 0px 0 10px;
}
@media (max-width: 992px) {
  #authentication .section_name,
  #registration .section_name {
    font-size: calc(0.975rem + 1.4516129032vw);
  }
}
#authentication .section_register_account,
#registration .section_register_account {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  font-weight: 500;
  color: #180C18;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #authentication .section_register_account,
  #registration .section_register_account {
    font-size: calc(0.925rem + 1.1290322581vw);
  }
}
#authentication .user-form__block:has(.section_register_account),
#authentication .user-register-section,
#registration .user-form__block:has(.section_register_account),
#registration .user-register-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  max-width: 460px;
}
#authentication .user-form__block:has(.section_register_account) .btn-secondary,
#authentication .user-register-section .btn-secondary,
#registration .user-form__block:has(.section_register_account) .btn-secondary,
#registration .user-register-section .btn-secondary {
  flex-grow: 1;
}
#authentication .user-form__block:has(.section_register_account) .register-info-list,
#authentication .user-register-section .register-info-list,
#registration .user-form__block:has(.section_register_account) .register-info-list,
#registration .user-register-section .register-info-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.625rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  margin-top: 20px;
  margin-bottom: 30px;
}
#authentication .user-form__block:has(.section_register_account) .register-info-list li,
#authentication .user-register-section .register-info-list li,
#registration .user-form__block:has(.section_register_account) .register-info-list li,
#registration .user-register-section .register-info-list li {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #453750;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  #authentication .user-form__block:has(.section_register_account) .register-info-list li,
  #authentication .user-register-section .register-info-list li,
  #registration .user-form__block:has(.section_register_account) .register-info-list li,
  #registration .user-register-section .register-info-list li {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#authentication .user-form__block:has(.section_register_account) .register-info-and,
#authentication .user-register-section .register-info-and,
#registration .user-form__block:has(.section_register_account) .register-info-and,
#registration .user-register-section .register-info-and {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: #818181;
  text-transform: uppercase;
}
#authentication .form-footer,
#registration .form-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.875rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  margin-top: 40px;
}
#authentication .form-footer .btn-primary,
#registration .form-footer .btn-primary {
  width: 100%;
}
#authentication .form-footer .forgot-password,
#registration .form-footer .forgot-password {
  text-decoration: underline;
  color: #7D4582;
}
#authentication .card-body,
#registration .card-body {
  padding: 40px;
  border-radius: 8px;
}
#authentication .extra-login-options,
#registration .extra-login-options {
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
}
#authentication .extra-login-options .or-label,
#registration .extra-login-options .or-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
#authentication .extra-login-options .or-label span,
#registration .extra-login-options .or-label span {
  background: #F7F7F7;
  color: #818181;
}
#authentication .extra-login-options .or-label:before,
#registration .extra-login-options .or-label:before {
  background: white;
}
#authentication .extra-login-options .customFBSignIn, #authentication .extra-login-options .customGPlusSignIn,
#registration .extra-login-options .customFBSignIn,
#registration .extra-login-options .customGPlusSignIn {
  background: white;
}
#authentication .user-form,
#registration .user-form {
  max-width: 100%;
}
#authentication .user-form .user-form__row,
#registration .user-form .user-form__row {
  -moz-column-gap: 100px;
       column-gap: 100px;
  padding: 30px 0px;
}
#authentication .user-form .user-form__row .user-form__block,
#registration .user-form .user-form__row .user-form__block {
  flex: 0 0 calc(50% - 50px);
  max-width: calc(50% - 50px);
}

#registration .user-form {
  max-width: 100%;
}
#registration .user-form .user-form__row {
  -moz-column-gap: 100px;
       column-gap: 100px;
  padding: 30px 0px;
}
#registration .user-form .user-form__row .user-register-section {
  max-width: 560px;
  height: 100%;
}
#registration .user-form .user-form__row .user-register-section .image__wrapper {
  margin-bottom: 30px;
}
#registration .user-form .user-form__row .user-register-section .image__wrapper svg {
  width: 100%;
}
#registration .user-form .user-form__row .user-register__info {
  flex: 0 0 calc(50% - 50px);
  max-width: calc(50% - 50px);
}
#registration .full-row.no-order {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #818181;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  #registration .full-row.no-order {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
#registration .input-group-append button {
  width: 50px;
}
#registration .form-group .choices {
  border-radius: 50px;
  margin-bottom: 16px;
}
#registration .form-group .choices:after {
  right: 17.5px;
}
#registration .form-group .choices.is-open .choices__inner {
  border-color: #7D4582;
}
#registration .form-group .choices__inner {
  border: 2px solid #F0F0F0;
  border-radius: 50px;
  padding: 1.5625rem 0.9375rem 0.625rem 1.5625rem;
  min-height: 57px;
  background: white;
}
#registration .form-group .choices__inner .choices__item.choices__item--selectable {
  border-radius: 50px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  text-transform: initial;
  margin-top: 4px;
}
@media (max-width: 992px) {
  #registration .form-group .choices__inner .choices__item.choices__item--selectable {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#registration .form-group .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) {
  #registration .form-group .choices__item.choices__item--choice.choices__item--disabled {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#registration .form-group .choices__list.choices__list--dropdown {
  border: 2px solid #F0F0F0;
  border-radius: 25px;
  z-index: 3;
}
#registration .form-group .choices__list--dropdown .choices__item--selectable[data-select-text], #registration .form-group .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) {
  #registration .form-group .choices__list--dropdown .choices__item--selectable[data-select-text], #registration .form-group .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#registration .form-group .field-label {
  z-index: 10;
}
#registration .form-group .is-flipped .choices__list--dropdown, #registration .form-group .is-flipped .choices__list[aria-expanded] {
  margin-bottom: 0;
}
#registration #customer-form > div .full-row {
  order: 99;
}
#registration #customer-form > div .full-row:is(.no-order) {
  order: unset;
}
#registration #aor_wrap_checkboxes {
  width: 100%;
}
#registration .choices__list--dropdown .choices__item--selectable[data-select-text], #registration .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
  padding-right: 0px;
}
#registration .choices__list--dropdown .choices__item--selectable[data-select-text]:after, #registration .choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after {
  display: none;
}
#order-detail .order-message-form .custom-select {
  padding: 0.75rem 1rem;
}
.psgdprgetdatabtn17.btn.btn-primary {
  padding: 0.75rem 1rem;
  margin-top: 1rem;
}
@media (max-width: 480px) {
  .psgdprgetdatabtn17.btn.btn-primary {
    width: 100%;
  }
}
#customer-form > div .form-group.email   {
 width: 100%;
}
#identity .popover {
  background: #733D75;
  padding: 0.5rem;
  border-radius: 25px;
  color: #fff;
  z-index: 99 !important;
  font-size: 12px;
}
#identity .popover .popover-header {
  display: none;
}
#identity .popover .arrow {
  display: block;
  position: absolute;
  bottom: 0;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #733D75;
  transform: translate(0px, 100%);
}
#registration #customer-form > div .field-password-policy {
  width: 100%;
}
.form-group.vat_number {
  margin-bottom: 25px;
}
.btn.btn-primary.view-order-details-link, .btn.btn-primary.reorder-link {
    font-size: 14px;
    padding: 10px 14px;
}
.badge.state_txt {
    padding: 10px 12px;
    font-size: 14px;
    line-height: normal;
}
@media (max-width: 992px) {
  .badge.state_txt {
    font-size: 12px;
  }
}