/* Minification failed. Returning unminified contents.
(5,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(37,26): run-time error CSS1039: Token not allowed after unary operator: '-alert-wrapper-icon-bg'
(50,37): run-time error CSS1039: Token not allowed after unary operator: '-alert-wrapper-btn-close-bg'
(1478,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1479,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1480,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1481,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1504,20): run-time error CSS1039: Token not allowed after unary operator: '-left-light-icon'
(1515,20): run-time error CSS1039: Token not allowed after unary operator: '-left-dark-icon'
(1527,20): run-time error CSS1039: Token not allowed after unary operator: '-left-dark-icon'
(1538,20): run-time error CSS1039: Token not allowed after unary operator: '-left-dark-icon'
(1550,20): run-time error CSS1039: Token not allowed after unary operator: '-left-dark-icon'
(1561,20): run-time error CSS1039: Token not allowed after unary operator: '-left-light-icon'
(1575,20): run-time error CSS1039: Token not allowed after unary operator: '-left-dark-icon'
(1586,20): run-time error CSS1039: Token not allowed after unary operator: '-left-dark-icon'
(1597,20): run-time error CSS1039: Token not allowed after unary operator: '-left-dark-icon'
(1608,20): run-time error CSS1039: Token not allowed after unary operator: '-left-dark-icon'
(1620,20): run-time error CSS1039: Token not allowed after unary operator: '-left-dark-icon'
(1630,20): run-time error CSS1039: Token not allowed after unary operator: '-left-light-icon'
(1661,20): run-time error CSS1039: Token not allowed after unary operator: '-left-light-icon'
 */
.bootstrap-scoped {

}
.bootstrap-scoped .configurator-web-alert-wrapper {
  --alert-wrapper-btn-close-bg: "";
  --alert-wrapper-icon-bg: "";
  align-items: center;
  border-radius: 8px;
  border-width: 0;
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  font-weight: 400;
  gap: 16px;
  margin-bottom: 16px;
  padding: 8px 16px;
}
.bootstrap-scoped .configurator-web-alert-wrapper.configurator-web-danger {
  background-color: #f8cad0;
  color: #b50024;
}
.bootstrap-scoped .configurator-web-alert-wrapper.configurator-web-info {
  background-color: #c8e0f1;
  color: #155fad;
}
.bootstrap-scoped .configurator-web-alert-wrapper.configurator-web-success {
  background-color: #ddebcb;
  color: #447500;
}
.bootstrap-scoped .configurator-web-alert-wrapper.configurator-web-warning {
  background-color: #fff1e4;
  color: #be461e;
}
.bootstrap-scoped .configurator-web-alert-wrapper .configurator-web-alert-icon {
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  background-image: var(--alert-wrapper-icon-bg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  height: 24px;
  overflow: hidden;
  width: 24px;
}
.bootstrap-scoped .configurator-web-alert-wrapper .configurator-web-alert-content {
  flex: 1 1 auto;
}
.bootstrap-scoped .configurator-web-alert-wrapper button[class=btn-close] {
  background: rgba(0, 0, 0, 0) var(--alert-wrapper-btn-close-bg) no-repeat scroll 0 0;
  flex: 0 0 auto;
  height: 24px;
  margin: 0;
  order: 2;
  overflow: hidden;
  padding: 0;
  position: static;
  width: 24px;
}
.bootstrap-scoped .configurator-web-spinner-wrapper-container {
  align-items: center;
  color: #343638;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
}
.bootstrap-scoped .configurator-web-spinner-wrapper {
  background: url(https://static-resource.promotionalstore.com/resources/assets/ui/nextgen/spinner_border.svg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-size: 100% auto;
  border: none;
  border-radius: 0;
  height: 22px;
  width: 22px;
}
.bootstrap-scoped .configurator-web-spinner-wrapper.configurator-web-sm {
  height: 16px;
  width: 16px;
}
.bootstrap-scoped .configurator-web-tooltip-wrapper div[class$=tooltip-inner] {
  background-color: #00263e;
  border-radius: 4px;
  color: #fff;
  font-family: Libre Franklin;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.052px;
  line-height: 16px;
  max-width: 236px;
  padding: 4px 8px;
  text-align: left;
}
.bootstrap-scoped .configurator-web-order-summary {
  margin: 0;
  padding: 16px 0;
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-charges {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.035px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-subtotal-details {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  margin: 0;
  min-height: 48px;
  padding: 0 0 0 8px;
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-subtotal-details .configurator-web-subtotal-block {
  display: flex;
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-subtotal-details .configurator-web-subtotal-block span.configurator-web-regular-subtotal {
  color: #343638;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration: line-through;
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-subtotal-details .configurator-web-subtotal-block span.configurator-web-subtotal {
  color: #00263e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-subtotal-details .configurator-web-savings-block {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-subtotal-details .configurator-web-savings-block span.configurator-web-savings {
  color: #256a2e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08px;
  line-height: 24px;
}
.bootstrap-scoped .configurator-web-order-summary ul {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bootstrap-scoped .configurator-web-order-summary ul li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
.bootstrap-scoped .configurator-web-order-summary ul li span.configurator-web-qty {
  border-right: 1px solid #343638;
  padding-right: 8px;
}
.bootstrap-scoped .configurator-web-order-summary ul li span.configurator-web-free-qty {
  color: #b30000;
  font-weight: 700;
  text-transform: uppercase;
}
.bootstrap-scoped .configurator-web-order-summary ul li span b {
  font-weight: 400;
}
.bootstrap-scoped .configurator-web-order-summary ul li span b.configurator-web-mini-qty {
  font-weight: 600;
}
.bootstrap-scoped .configurator-web-order-summary ul li span b.configurator-web-sale {
  color: #b30000;
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-icon {
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 18px;
  overflow: hidden;
  width: 18px;
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-icon.configurator-web-cart {
  background-image: url(https://static-resource.promotionalstore.com/resources/assets/ui/nextgen/shopping_cart.svg);
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-icon.configurator-web-checkmark {
  background-image: url(https://static-resource.promotionalstore.com/resources/assets/ui/nextgen/check_circle_outline.svg);
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-icon.configurator-web-info {
  background-image: url(https://static-resource.promotionalstore.com/resources/assets/ui/nextgen/black_info.svg);
  cursor: pointer;
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-icon.configurator-web-savings {
  background-image: url(https://static-resource.promotionalstore.com/resources/assets/ui/nextgen/savings.svg);
  height: 16px;
  width: 16px;
}
.bootstrap-scoped .configurator-web-order-summary .configurator-web-icon:focus-visible {
  border-radius: 2px;
  box-shadow: none;
  outline: 2px solid #343638;
}
@media screen and (max-width: 900px) {
  .bootstrap-scoped .configurator-web-order-summary .configurator-web-subtotal-details .configurator-web-subtotal-block {
    align-items: flex-end;
    flex-flow: column wrap;
    gap: 4px;
  }
  .bootstrap-scoped .configurator-web-order-summary .configurator-web-subtotal-details span.configurator-web-subtotal {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}
@media screen and (min-width: 900px) {
  .bootstrap-scoped .configurator-web-order-summary .configurator-web-subtotal-details .configurator-web-subtotal-block {
    align-items: center;
    flex-flow: row wrap;
    gap: 16px;
  }
  .bootstrap-scoped .configurator-web-order-summary .configurator-web-subtotal-details span.configurator-web-subtotal {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
  }
}
.bootstrap-scoped .configurator-web-feedback-wrapper {
  align-items: flex-start;
  border-radius: 4px;
  color: #b50024;
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  font-weight: 400;
  gap: 4px;
  margin-top: 4px;
  padding: 4px 8px;
}
.bootstrap-scoped .configurator-web-feedback-wrapper .configurator-web-feedback-icon {
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://static-resource.promotionalstore.com/resources/assets/ui/nextgen/error_outline.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  height: 16px;
  overflow: hidden;
  width: 16px;
}
.bootstrap-scoped .configurator-web-color-swatch-icon {
  box-sizing: initial;
}
.bootstrap-scoped .configurator-web-color-swatch-icon.configurator-web-desktop {
  border-radius: 50%;
}
.bootstrap-scoped .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-lg {
  border: 4px solid rgba(0, 0, 0, 0);
  height: 55px;
  margin: 0 auto;
  width: 55px;
}
.bootstrap-scoped .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-lg .configurator-web-color-swatch {
  height: 51px;
  margin: 2px auto;
  width: 51px;
}
.bootstrap-scoped .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch {
  height: 28px;
  width: 28px;
}
.bootstrap-scoped .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-active {
  border: 4px solid #003087;
}
.bootstrap-scoped .configurator-web-color-swatch-icon.configurator-web-desktop .configurator-web-color-swatch {
  border: 1px solid #ccc;
  border-radius: 50%;
}
.bootstrap-scoped .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-lg {
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  height: 40px;
  margin: 0 auto;
  width: 70px;
}
.bootstrap-scoped .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-lg.configurator-web-active {
  border: 2px solid #003087;
  height: 36px;
  width: 66px;
}
.bootstrap-scoped .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-lg.configurator-web-active .configurator-web-color-swatch {
  height: 34px;
  margin: 1px auto;
  width: 64px;
}
.bootstrap-scoped .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-lg .configurator-web-color-swatch {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 40px;
  width: 70px;
}
.bootstrap-scoped .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm {
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}
.bootstrap-scoped .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch {
  border-radius: 50%;
  height: 26px;
  margin: 1px auto;
  width: 26px;
}
.bootstrap-scoped .configurator-web-color-swatch-icon .configurator-web-color-swatch img {
  pointer-events: none;
}
.bootstrap-scoped .configurator-web-color-swatch-icon:after,
.bootstrap-scoped .configurator-web-color-swatch-icon:before,
.bootstrap-scoped .configurator-web-local-image-icon {
  box-sizing: initial;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-desktop {
  border-radius: 50%;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-lg {
  border: 4px solid rgba(0, 0, 0, 0);
  height: 55px;
  margin: 0 auto;
  width: 55px;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-lg img {
  height: 51px;
  margin: 2px auto;
  padding: 5px;
  width: 51px;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img {
  height: 28px;
  padding: 2px;
  width: 28px;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-active {
  border: 4px solid #003087;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-desktop img {
  border: 1px solid #ccc;
  border-radius: 50%;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-mobile {
  border-radius: 50%;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-lg {
  border: 1px solid #ccc;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-lg.configurator-web-active {
  border: 2px solid #003087;
  height: 48px;
  width: 48px;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-lg.configurator-web-active img {
  margin: 2px auto;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-lg img {
  height: 44px;
  margin: 3px auto;
  width: 44px;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img {
  height: 28px;
  padding: 2px;
  width: 28px;
}
.bootstrap-scoped .configurator-web-local-image-icon.configurator-web-mobile img {
  border: 1px solid #ccc;
  border-radius: 50%;
}
.bootstrap-scoped .configurator-web-local-image-icon:after,
.bootstrap-scoped .configurator-web-local-image-icon:before {
  box-sizing: initial;
}
.bootstrap-scoped .configurator-web-scene7-image-icon {
  border: 1px solid #ccc;
  padding: 5px;
}
.bootstrap-scoped .configurator-web-scene7-image-icon.configurator-web-desktop {
  border-radius: 8px;
}
.bootstrap-scoped .configurator-web-scene7-image-icon.configurator-web-desktop.configurator-web-active {
  border: 2px solid #003087;
  padding: 4px;
}
.bootstrap-scoped .configurator-web-scene7-image-icon.configurator-web-mobile {
  background-color: #fff;
  border-radius: 5px;
}
.bootstrap-scoped .configurator-web-scene7-image-icon.configurator-web-mobile.configurator-web-active {
  border: 2px solid #003087;
  padding: 4px;
}
.bootstrap-scoped .configurator-web-scene7-image-icon img {
  margin: 0 auto;
  pointer-events: none;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox {
  align-items: flex-start;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  padding: 4px;
  width: 100%;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox.configurator-web-invalid {
  border-color: #b50024;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox:focus-visible {
  border-color: #3aa1bc;
  box-shadow: none;
  outline: 0;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option {
  align-items: center;
  border: 1px solid #c9cdd0;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-out-of-stock {
  border-color: #f17520;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-out-of-stock:after {
  background-color: #f17520;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-sold-out {
  border-color: #b50024;
  cursor: default;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-sold-out:after {
  background-color: #b50024;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-out-of-stock:after,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-sold-out:after {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 99%;
  transform: rotate(-45deg);
  transform-origin: left;
  width: 140%;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused {
  border-color: #0b4387;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered {
  border-color: #3aa1bc;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected {
  border-color: #00263e;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected {
  border-width: 2px;
  padding: 3px;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img {
  border: 1px solid #c9cdd0;
  border-radius: 2px;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-scene7-image-icon img,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-scene7-image-icon img,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-scene7-image-icon img {
  border: 1px solid #c9cdd0;
  border-radius: 2px;
  height: 60px;
  width: 60px;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-color-swatch-icon.configurator-web-desktop,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-color-swatch-icon.configurator-web-mobile {
  border: none;
  border-radius: 0;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-active .configurator-web-color-swatch,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-active .configurator-web-color-swatch {
  align-items: center;
  display: flex;
  justify-content: center;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  width: auto;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch {
  border: none;
  border-radius: 0;
  margin: 0;
  transition: background-color 0.3s ease;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-local-image-icon.configurator-web-desktop,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-local-image-icon.configurator-web-mobile {
  border: none;
  border-radius: 0;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  width: auto;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img {
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin: 0;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-scene7-image-icon {
  border: none;
  padding: 0;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-scene7-image-icon.configurator-web-desktop,
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-scene7-image-icon.configurator-web-mobile {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  display: flex;
  justify-content: center;
}
.bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-scene7-image-icon img {
  height: 68px;
  margin: 0;
  object-fit: contain;
  width: 68px;
}
@media screen and (max-width: 900px) {
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img {
    height: 22px;
    width: 22px;
  }
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img {
    height: 30px;
    width: 30px;
  }
}
@media screen and (min-width: 900px) {
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-focused .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-hovered .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option.configurator-web-selected .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img {
    height: 26px;
    width: 26px;
  }
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
  .bootstrap-scoped .configurator-web-graphic-option-listbox .configurator-web-option .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img {
    height: 34px;
    width: 34px;
  }
}
.bootstrap-scoped .configurator-web-step-number {
  background-color: #a4dbeb !important;
  border-radius: 4px;
  color: #00263e;
  font-size: 16px;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
  width: 24px;
}
.bootstrap-scoped .configurator-web-graphic-option-group .configurator-web-group-header {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 8px;
  padding: 0 0 8px;
}
.bootstrap-scoped .configurator-web-graphic-option-group .configurator-web-group-header label[class=form-label] {
  margin-bottom: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  width: auto;
}
.bootstrap-scoped .configurator-web-graphic-option-group .configurator-web-group-header .configurator-web-toggle-holder {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}
.bootstrap-scoped .configurator-web-graphic-option-group .configurator-web-group-header .configurator-web-toggle-holder .configurator-web-toggle-label {
  align-items: center;
  color: #00263e;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  gap: 8px;
  letter-spacing: 0.014px;
  line-height: 20px;
  margin: 0;
  width: auto;
}
.bootstrap-scoped .configurator-web-graphic-option-group .configurator-web-group-header .configurator-web-toggle-holder div[class=form-switch] {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding-left: 0;
}
.bootstrap-scoped .configurator-web-graphic-option-group .configurator-web-group-header .configurator-web-toggle-holder div[class=form-switch] input[class=form-check-input] {
  background-color: #f0f1f2;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 10 8'%3E%3Ccircle r='5' fill='%23f0f1f2' stroke='%2362656c' stroke-width='2'/%3E%3C/svg%3E");
  border: 3px solid #62656c;
  cursor: pointer;
  height: 18px;
  margin: 0;
  position: static;
  width: 36px;
}
.bootstrap-scoped .configurator-web-graphic-option-group .configurator-web-group-header .configurator-web-toggle-holder div[class=form-switch] input[class=form-check-input]:checked {
  background-color: #00263e;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-6 -4 10 8'%3E%3Ccircle r='5' fill='%23f0f1f2' stroke='%2300263e' stroke-width='2'/%3E%3C/svg%3E");
  border-color: #00263e;
}
.bootstrap-scoped .configurator-web-graphic-option-group .configurator-web-group-header .configurator-web-toggle-holder div[class=form-switch] input[class=form-check-input]:focus {
  box-shadow: 0 0 0 3px #3aa1bc;
}
.bootstrap-scoped .configurator-web-graphic-option-group .configurator-web-group-header .configurator-web-toggle-holder span {
  color: #62656c;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06px;
  line-height: 16px;
}
@media screen and (max-width: 600px) {
  .bootstrap-scoped .configurator-web-graphic-option-group .configurator-web-group-header {
    gap: 8px;
  }
}
@media screen and (min-width: 600px) {
  .bootstrap-scoped .configurator-web-graphic-option-group .configurator-web-group-header {
    gap: 8px 40px;
  }
}
.bootstrap-scoped .configurator-web-option-name {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4px;
}
.bootstrap-scoped .configurator-web-option-name .configurator-web-color-swatch-icon.configurator-web-desktop,
.bootstrap-scoped .configurator-web-option-name .configurator-web-color-swatch-icon.configurator-web-mobile {
  border: none;
  border-radius: 0;
}
.bootstrap-scoped .configurator-web-option-name .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm,
.bootstrap-scoped .configurator-web-option-name .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm {
  align-items: center;
  display: flex;
  height: 36px;
  width: 36px;
}
.bootstrap-scoped .configurator-web-option-name .configurator-web-color-swatch-icon.configurator-web-desktop.configurator-web-sm .configurator-web-color-swatch,
.bootstrap-scoped .configurator-web-option-name .configurator-web-color-swatch-icon.configurator-web-mobile.configurator-web-sm .configurator-web-color-swatch {
  border: 1px solid #c9cdd0;
  border-radius: 4px;
  height: 24px;
  margin: 0 auto;
  transition: background-color 0.3s ease;
  width: 24px;
}
.bootstrap-scoped .configurator-web-option-name .configurator-web-local-image-icon.configurator-web-desktop,
.bootstrap-scoped .configurator-web-option-name .configurator-web-local-image-icon.configurator-web-mobile {
  border: none;
  border-radius: 0;
}
.bootstrap-scoped .configurator-web-option-name .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm,
.bootstrap-scoped .configurator-web-option-name .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm {
  align-items: center;
  display: flex;
  height: 36px;
  width: 36px;
}
.bootstrap-scoped .configurator-web-option-name .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
.bootstrap-scoped .configurator-web-option-name .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img {
  background-color: #fff;
  border: 1px solid #c9cdd0;
  border-radius: 4px;
  height: 24px;
  margin: 0 auto;
  padding: 1px;
  width: 24px;
}
.bootstrap-scoped .configurator-web-option-name .configurator-web-scene7-image-icon {
  border: none;
  box-sizing: initial;
  padding: 0;
}
.bootstrap-scoped .configurator-web-option-name .configurator-web-scene7-image-icon.configurator-web-desktop,
.bootstrap-scoped .configurator-web-option-name .configurator-web-scene7-image-icon.configurator-web-mobile {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  display: flex;
  height: 36px;
  width: 36px;
}
.bootstrap-scoped .configurator-web-option-name .configurator-web-scene7-image-icon img {
  border: 1px solid #c9cdd0;
  border-radius: 4px;
  height: 24px;
  object-fit: contain;
  width: 24px;
}
.bootstrap-scoped .configurator-web-option-name .configurator-web-scene7-image-icon:after,
.bootstrap-scoped .configurator-web-option-name .configurator-web-scene7-image-icon:before {
  box-sizing: initial;
}
.bootstrap-scoped .configurator-web-option-name span {
  color: #343638;
  font-size: 14px;
  font-weight: 400;
}
.bootstrap-scoped .configurator-web-additional-information {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
}
.bootstrap-scoped .configurator-web-additional-information span.configurator-web-out-of-stock {
  align-items: center;
  color: #be461e;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
}
.bootstrap-scoped .configurator-web-additional-information span.configurator-web-out-of-stock .configurator-web-out-of-stock-icon {
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://static-resource.promotionalstore.com/resources/assets/ui/nextgen/orange_info.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 18px;
  overflow: hidden;
  width: 18px;
}
.bootstrap-scoped .configurator-web-additional-information span.configurator-web-out-of-stock .configurator-web-out-of-stock-icon:focus-visible {
  border-radius: 2px;
  box-shadow: none;
  outline: 2px solid #343638;
}
.bootstrap-scoped .configurator-web-additional-information span.configurator-web-sold-out {
  color: #b50024;
}
.bootstrap-scoped .configurator-web-quantity-numeric-input {
  background-color: #fff;
  border: 1px solid #c9cdd0;
  border-radius: 8px !important;
  color: #343638;
  font-size: 14px !important;
  height: 36px;
  outline: 0;
  padding: 8px;
  text-align: center;
}
.bootstrap-scoped .configurator-web-quantity-numeric-input.configurator-web-selected {
  border: 2px solid #00263e;
  font-weight: 600;
}
.bootstrap-scoped .configurator-web-quantity-numeric-input.configurator-web-invalid {
  border: 2px solid #b50024;
}
.bootstrap-scoped .configurator-web-quantity-numeric-input:disabled {
  background-color: #f0f1f2;
}
.bootstrap-scoped .configurator-web-quantity-numeric-input:focus {
  border: 2px solid #3aa1bc;
  box-shadow: none;
}
.bootstrap-scoped .configurator-web-quantity-numeric-input:hover:not(:disabled) {
  border: 2px solid #3aa1bc;
}
.bootstrap-scoped .configurator-web-quantity-numeric-input:focus.configurator-web-invalid,
.bootstrap-scoped .configurator-web-quantity-numeric-input:hover.configurator-web-invalid {
  border: 2px solid #b50024;
}
.bootstrap-scoped .configurator-web-option-quantity {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.bootstrap-scoped .configurator-web-option-quantity.configurator-web-invalid .configurator-web-option-name {
  color: #b50024;
}
.bootstrap-scoped .configurator-web-option-quantity .configurator-web-option-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.bootstrap-scoped .configurator-web-base-button-wrapper {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  color: #00263e;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  gap: 4px;
  justify-content: center;
  margin: 0;
  padding: 4px;
}
.bootstrap-scoped .configurator-web-base-button-wrapper:focus-visible {
  box-shadow: none;
  outline: 0;
}
.bootstrap-scoped .configurator-web-base-button-wrapper:focus,
.bootstrap-scoped .configurator-web-base-button-wrapper:hover {
  border-color: #00263e;
}
.bootstrap-scoped .configurator-web-remove-button {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.014px;
  line-height: 20px;
  padding-right: 8px;
}
.bootstrap-scoped .configurator-web-remove-button img {
  height: 24px;
  width: 24px;
}
.bootstrap-scoped .configurator-web-quantity-group {
  align-items: stretch;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}
.bootstrap-scoped .configurator-web-quantity-group .configurator-web-question-label {
  align-items: center;
  color: #00263e;
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  letter-spacing: 0.08px;
  line-height: 24px;
}
.bootstrap-scoped .configurator-web-quantity-group .configurator-web-quantity-description {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
}
.bootstrap-scoped .configurator-web-quantity-group .configurator-web-quantity-description span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.014px;
  line-height: 20px;
}
.bootstrap-scoped .configurator-web-quantity-group .configurator-web-quantity-cards-holder {
  align-items: stretch;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
  padding-top: 16px;
}
.bootstrap-scoped .configurator-web-quantity-group .configurator-web-alert-wrapper.configurator-web-danger {
  margin-bottom: 0 !important;
}
.bootstrap-scoped .configurator-web-available-child-options {
  align-items: stretch;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}
.bootstrap-scoped .configurator-web-available-child-options .configurator-web-heading {
  color: #00263e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08px;
  line-height: 24px;
}
.bootstrap-scoped .configurator-web-available-child-options ul {
  align-items: center;
  color: #343638;
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  gap: 8px 0;
  letter-spacing: 0.035px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.bootstrap-scoped .configurator-web-available-child-options ul li {
  list-style-type: none;
  padding: 4px 8px;
  text-align: center;
  width: 100px;
}
.bootstrap-scoped .configurator-web-available-child-options ul li.configurator-web-option {
  position: relative;
}
.bootstrap-scoped .configurator-web-available-child-options ul li.configurator-web-option.configurator-web-out-of-stock:after {
  background-color: #be461e;
}
.bootstrap-scoped .configurator-web-available-child-options ul li.configurator-web-option.configurator-web-sold-out:after {
  background-color: #b50024;
}
.bootstrap-scoped .configurator-web-available-child-options ul li.configurator-web-option.configurator-web-out-of-stock:after,
.bootstrap-scoped .configurator-web-available-child-options ul li.configurator-web-option.configurator-web-sold-out:after {
  content: "";
  height: 1px;
  left: 30%;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 30px;
}
.bootstrap-scoped .configurator-web-available-child-options ul li:not(:last-child) {
  border-right: 1px solid #c9cdd0;
}
.bootstrap-scoped .configurator-web-child-quantity-group {
  align-items: stretch;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}
.bootstrap-scoped .configurator-web-child-quantity-group .configurator-web-child-question-label {
  align-items: center;
  color: #00263e;
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  letter-spacing: 0.08px;
  line-height: 24px;
}
.bootstrap-scoped .configurator-web-child-quantity-group .configurator-web-quantity-description {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
}
.bootstrap-scoped .configurator-web-child-quantity-group .configurator-web-quantity-description span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.014px;
  line-height: 20px;
}
.bootstrap-scoped .configurator-web-child-quantity-group .configurator-web-quantity-cards-holder {
  align-items: stretch;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
  padding-top: 16px;
}
.bootstrap-scoped .configurator-web-child-quantity-group .configurator-web-alert-wrapper.configurator-web-danger {
  margin-bottom: 0;
}
.bootstrap-scoped .configurator-web-single-select-question-dropdown .configurator-web-option {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}
.bootstrap-scoped .configurator-web-single-select-question-dropdown .configurator-web-option .configurator-web-local-image-icon.configurator-web-desktop,
.bootstrap-scoped .configurator-web-single-select-question-dropdown .configurator-web-option .configurator-web-local-image-icon.configurator-web-mobile {
  border-radius: 0;
  margin-right: 16px;
}
.bootstrap-scoped .configurator-web-single-select-question-dropdown .configurator-web-option .configurator-web-local-image-icon.configurator-web-desktop.configurator-web-sm img,
.bootstrap-scoped .configurator-web-single-select-question-dropdown .configurator-web-option .configurator-web-local-image-icon.configurator-web-mobile.configurator-web-sm img {
  background-color: #fff;
  border: 1px solid #c9cdd0;
  border-radius: 0;
  height: 24px;
  margin: 0 auto;
  padding: 1px;
  width: 24px;
}
.bootstrap-scoped .configurator-web-single-select-question-dropdown .configurator-web-option .configurator-web-option-label {
  display: flex;
  flex-direction: column;
}
.bootstrap-scoped .configurator-web-single-select-question-dropdown .configurator-web-option .configurator-web-option-label span {
  font-size: 12px;
}
.bootstrap-scoped .configurator-web-single-select-question-dropdown .configurator-web-option .configurator-web-option-label span.configurator-web-out-of-stock {
  color: #be461e;
}
.bootstrap-scoped .configurator-web-single-select-question-dropdown .configurator-web-option .configurator-web-option-label span.configurator-web-sold-out {
  color: #b50024;
}
.bootstrap-scoped .configurator-web-custom-quantity {
  align-items: center;
  background-color: #f0f1f2;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  height: 44px;
  padding: 0 8px;
  width: 100%;
}
.bootstrap-scoped .configurator-web-custom-quantity label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.035px;
  line-height: normal;
  margin: 0 0 0 8px;
}
.bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 8px;
  position: relative;
}
.bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-input {
  background-color: #fff;
  border: 1px solid #c9cdd0;
  border-radius: 8px !important;
  color: #343638;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600;
  height: 36px;
  letter-spacing: 0.035px;
  line-height: 20px;
  outline: 0;
  padding: 8px;
  width: 120px;
}
.bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-input.configurator-web-selected {
  border: 2px solid #00263e;
  font-weight: 600;
}
.bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-input.configurator-web-invalid {
  border: 2px solid #b50024;
}
.bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-input:disabled {
  background-color: #f0f1f2;
}
.bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-input:focus {
  border: 2px solid #3aa1bc;
  box-shadow: none;
}
.bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-input:hover:not(:disabled) {
  border: 2px solid #3aa1bc;
}
.bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-input:focus.configurator-web-invalid,
.bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-input:hover.configurator-web-invalid {
  border: 2px solid #b50024;
}
.bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-feedback-wrapper {
  background-color: #f8cad0;
  border-radius: 4px;
  padding: 4px 8px;
  width: auto;
}
.bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.035px;
  line-height: normal;
}
.bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-description .configurator-web-unit-price.configurator-web-sale {
  color: #b30000;
}
@media screen and (min-width: 900px) and (max-width: 1440px) {
  .bootstrap-scoped .configurator-web-custom-quantity label {
    max-width: min-content;
  }
  .bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-input {
    width: 100px;
  }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
  .bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-input {
    width: 100px;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
  .bootstrap-scoped .configurator-web-custom-quantity label {
    max-width: min-content;
  }
  .bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-input {
    width: 100px;
  }
}
@media screen and (max-width: 399px) {
  .bootstrap-scoped .configurator-web-custom-quantity label {
    max-width: min-content;
  }
  .bootstrap-scoped .configurator-web-custom-quantity .configurator-web-quantity-holder .configurator-web-quantity-input {
    width: 80px;
  }
}
.bootstrap-scoped .configurator-web-bom-options {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form {
  align-items: stretch;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form > .configurator-web-alert-wrapper.configurator-web-danger {
  margin-bottom: 8px;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-form-groups-holder {
  align-items: stretch;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  margin: 0;
  padding: 0 0 8px;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-form-groups-holder div[class~=mb-3] {
  margin-bottom: 0 !important;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-form-groups-holder div[class~=mb-3] label[class=form-label] {
  align-items: center;
  color: #00263e;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  letter-spacing: 0.08px;
  line-height: 24px;
  margin-bottom: 8px;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-form-groups-holder div[class~=mb-3] div[class$=card] {
  border: none;
  border-radius: 0;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-form-groups-holder div[class~=mb-3] div[class$=card] div[class=card-header] {
  align-items: center;
  background-color: #f0f1f2;
  border: none;
  border-radius: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 4px 16px;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-form-groups-holder div[class~=mb-3] div[class$=card] div[class=card-body] {
  align-items: start;
  display: grid;
  gap: 16px 24px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  justify-items: center;
  padding: 16px 0;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-form-groups-holder div[class~=mb-3] div[class$=card]:last-child div[class=card-body] {
  padding-bottom: 8px;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-form-groups-holder div[class~=mb-3] small[class~=form-text] {
  color: #343638 !important;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.055px;
  line-height: 16px;
  margin: 4px 8px 0;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form hr {
  border-top: 1px solid #c9cdd0;
  margin: 0;
  opacity: 0.9;
  padding: 0;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder .configurator-web-btn-add-to-cart {
  background-color: #447500;
  border: 2px solid #447500;
  color: #fff;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder .configurator-web-btn-add-to-cart:active {
  background-color: #256a2e;
  color: #fff;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder .configurator-web-btn-add-to-cart:focus-visible {
  background-color: #fff;
  border-color: #0b4387;
  box-shadow: none;
  color: #0b4387;
  outline: 0;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder .configurator-web-btn-add-to-cart:hover {
  background-color: #fff;
  color: #447500;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder .configurator-web-btn-design-later {
  background-color: #fff;
  border: 2px solid #003087;
  color: #003087;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder .configurator-web-btn-design-later:focus-visible {
  box-shadow: none;
  outline: 0;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder .configurator-web-btn-design-later:hover {
  background-color: #003087;
  color: #fff;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder .configurator-web-btn-add-to-cart,
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder .configurator-web-btn-design-later {
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  height: 44px;
  justify-content: center;
  letter-spacing: 0.035px;
  line-height: 20px;
  padding: 12px 16px;
  width: 100%;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder .configurator-web-btn-add-to-cart.configurator-web-not-allowed,
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder .configurator-web-btn-design-later.configurator-web-not-allowed {
  cursor: url(https://static-resource.promotionalstore.com/resources/assets/ui/nextgen/cursor_union.svg), default;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder small {
  font-size: 13px;
  font-weight: 400;
  margin: 4px 0 0;
}
.bootstrap-scoped .configurator-web-bom-options .configurator-web-bom-options-form .configurator-web-submit-buttons-holder span {
  font-size: 14px;
  font-weight: 400;
  margin: 16px 0;
  text-transform: uppercase;
}
.bootstrap-scoped .configurator-web-bom-options-submit-btn-tooltip div[class$=tooltip-inner] {
  text-align: center;
}
.bootstrap-scoped .configurator-web-bom-options-submit-btn-tooltip div[class$=tooltip-inner] span {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.035px;
  line-height: 20px;
  text-transform: capitalize;
}
.bootstrap-scoped .configurator-web-bom-options-submit-btn-tooltip div[class$=tooltip-inner]:first-letter {
  text-transform: capitalize;
}
.bootstrap-scoped .configurator-web-bom-options-submit-btn-tooltip.configurator-web-apl-can div[class$=tooltip-inner] {
  background-color: #a4dbeb;
  color: #00263e;
}
@media screen and (min-width: 600px) {
  .bootstrap-scoped .configurator-web-bom-options-submit-btn-tooltip div[class$=tooltip-inner] {
    max-width: 500px;
  }
}
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-btn-primary:active,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-btn-primary:focus {
  opacity: 1 !important;
}
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-leave {
  width: 190px !important;
}
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-save {
  width: 70px !important;
}
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-leave,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-leave:active,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-leave:focus,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-leave:hover,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-save,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-save:active,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-save:focus,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-save:hover {
  background-color: #003087;
  border-color: #003087;
  color: #fff;
}
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-leave:active,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-leave:focus,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-save:active,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-save:focus {
  opacity: 0.75;
}
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-cancel {
  border-color: rgba(0, 0, 0, 0) !important;
  margin-right: 120px;
  text-decoration: underline;
  width: 70px !important;
}
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-cancel:active,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-cancel:focus,
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-modal-footer button.configurator-web-cancel:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  text-decoration: underline;
}
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-mobile-modal-footer {
  padding: 0 0 0.75rem;
}
.bootstrap-scoped .configurator-web-main-savedprojectconfirm > div:first-of-type .configurator-web-mobile-modal-footer button.configurator-web-cancel {
  margin-right: 0;
}
.bootstrap-scoped .configurator-web-logo {
  flex: 1 1;
}
.bootstrap-scoped .configurator-web-logo img {
  cursor: pointer;
  height: 35px;
  width: auto;
}
.bootstrap-scoped .configurator-web-main-servicenumber {
  color: #fff;
}
.bootstrap-scoped .configurator-web-main-error {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 500px;
  justify-content: center;
}
.bootstrap-scoped .configurator-web-main-error .configurator-web-error-container-500 {
  margin: 0 auto 120px;
  max-width: 450px;
}
.bootstrap-scoped .configurator-web-main-error .configurator-web-error-container-500 .configurator-web-logo-container-500 {
  display: block;
  margin: 75px auto 0;
  width: 320px;
}
.bootstrap-scoped .configurator-web-main-error .configurator-web-error-container-500 .configurator-web-logo-container-500 img {
  width: 100%;
}
.bootstrap-scoped .configurator-web-main-error .configurator-web-error-container-500 .configurator-web-logo-text-500 {
  text-align: center;
  width: 100%;
}
.bootstrap-scoped .configurator-web-main-error .configurator-web-error-container-500 .configurator-web-error-text-500 {
  display: block;
  font-size: 0.94rem;
  letter-spacing: 0.3px;
}
.bootstrap-scoped .configurator-web-main-error .configurator-web-error-container-500 .configurator-web-error-list-500 {
  font-size: 0.94rem;
  line-height: 0.8;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bootstrap-scoped .configurator-web-main-error .configurator-web-error-container-500 .configurator-web-error-list-500 .configurator-web-bullet-500 {
  color: #003087;
  font-size: 1.37rem;
  position: relative;
}
.bootstrap-scoped .configurator-web-main-error .configurator-web-error-container-500 .configurator-web-error-list-500 .configurator-web-list-text-500 {
  font-size: 0.94rem;
  position: relative;
  top: -5px;
}
.bootstrap-scoped .configurator-web-main-error .configurator-web-error-container-500 .configurator-web-error-list-500 .configurator-web-list-text-500 a {
  color: #000;
  cursor: default;
  text-decoration: none;
}
.bootstrap-scoped .configurator-web-main-error .configurator-web-error-container-500 .configurator-web-error-list-500 span + span {
  font-size: 0.94rem;
  position: relative;
  top: -5px;
}
.bootstrap-scoped .configurator-web-main-error .configurator-web-error-container-500 .configurator-web-number-container-500 span {
  color: #003087;
  font-size: 1.37rem;
  text-decoration: none;
}
.bootstrap-scoped .configurator-web-main-error .configurator-web-copyright-notice-500 {
  color: #978784;
  margin: 35px 0 0;
  text-align: center;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper {
  --left-dark-icon: "";
  --left-light-icon: "";
  --right-dark-icon: "";
  --right-light-icon: "";
  align-items: center;
  align-self: center;
  border-radius: 10px;
  box-shadow: none;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  font-weight: 600;
  gap: 8px;
  height: 32px;
  justify-content: center;
  letter-spacing: 0.055px;
  line-height: 16px;
  padding: 12px 16px;
  width: 100%;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-primary {
  background: #00263e;
  border: 2px solid #00263e;
  color: #fff;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-primary .configurator-web-icon {
  background: var(--left-light-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-primary:hover {
  background: #4ec3e0;
  border: 2px solid #00263e;
  color: #00263e;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-primary:hover .configurator-web-icon {
  background: var(--left-dark-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-primary:focus {
  background: #a4dbeb;
  border: 2px solid #00263e;
  box-shadow: none;
  color: #00263e;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-primary:focus .configurator-web-icon {
  background: var(--left-dark-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-primary:active {
  background: #4ec3e0;
  border: none;
  color: #00263e;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-primary:active .configurator-web-icon {
  background: var(--left-dark-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-secondary {
  background: #fff;
  border: 2px solid #00263e;
  color: #00263e;
  position: relative;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-secondary .configurator-web-icon {
  background: var(--left-dark-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-secondary:hover {
  background: #00263e;
  border: 2px solid #00263e;
  color: #fff;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-secondary:hover .configurator-web-icon {
  background: var(--left-light-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-secondary:focus {
  background: #fff;
  border: 2px solid #00263e;
  box-shadow: none;
  color: #00263e;
  outline: 2px dashed #00263e;
  outline-offset: 2px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-secondary:focus .configurator-web-icon {
  background: var(--left-dark-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-secondary:active {
  background: rgba(0, 38, 62, 0.1215686275);
  border: 2px solid #00263e;
  color: #00263e;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-secondary:active .configurator-web-icon {
  background: var(--left-dark-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-tertiary {
  background: #a4dbeb;
  border: 2px solid #a4dbeb;
  color: #00263e;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-tertiary .configurator-web-icon {
  background: var(--left-dark-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-tertiary:hover {
  background: #a4dbeb;
  border: 2px solid #00263e;
  color: #00263e;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-tertiary:hover .configurator-web-icon {
  background: var(--left-dark-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-tertiary:focus {
  background: #4ec3e0;
  border: 2px solid #00263e;
  box-shadow: none;
  color: #00263e;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-tertiary:focus .configurator-web-icon {
  background: var(--left-dark-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-tertiary:active {
  background: #00263e;
  color: #fff;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-tertiary:active .configurator-web-icon {
  background: var(--left-light-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-success {
  background-color: #447500;
  border: 2px solid #447500;
  color: #fff;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-success:hover {
  background-color: #fff;
  border: 2px solid #447500;
  color: #447500;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-success:focus {
  background-color: #fff;
  border: 2px solid #0b4387;
  color: #0b4387;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper.configurator-web-success:active {
  background-color: #256a2e;
  border: none;
  color: #fff;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper:disabled {
  background-color: #919191;
  border-color: #919191;
  color: #fff;
}
.bootstrap-scoped .configurator-web-CTAbutton-wrapper:disabled .configurator-web-icon {
  background: var(--left-light-icon) center center/contain no-repeat;
  height: 20px;
  transition-delay: 50ms;
  width: 20px;
}
@media (min-width: 600px) {
  .bootstrap-scoped .configurator-web-CTAbutton-wrapper {
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    height: 44px;
    letter-spacing: 0.035px;
    line-height: 20px;
  }
  .bootstrap-scoped .configurator-web-CTAbutton-wrapper .configurator-web-icon {
    height: 24px;
    width: 24px;
  }
}
.bootstrap-scoped .configurator-web-icon-button-wrapper {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  height: 32px;
  justify-content: center;
  padding: 8px;
  width: 32px;
}
.bootstrap-scoped .configurator-web-icon-button-wrapper img {
  height: 24px;
  width: 24px;
}
.bootstrap-scoped .configurator-web-icon-button-wrapper:focus,
.bootstrap-scoped .configurator-web-icon-button-wrapper:hover {
  background-color: #fff;
  border: 2px solid #343638;
  box-shadow: none;
  outline: none;
}
.bootstrap-scoped .configurator-web-icon-button-wrapper:active {
  background-color: rgba(52, 54, 56, 0.1215686275) !important;
  border: 2px solid #343638 !important;
}
.bootstrap-scoped .configurator-web-icon-button-wrapper:disabled {
  background: #fff;
  opacity: 0.5;
}
@media (min-width: 900px) {
  .bootstrap-scoped .configurator-web-icon-button-wrapper {
    height: 44px;
    width: 44px;
  }
  .bootstrap-scoped .configurator-web-icon-button-wrapper img {
    height: 32px;
    width: 32px;
  }
}
.bootstrap-scoped .configurator-web-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.3215686275);
}
.bootstrap-scoped .configurator-web-custom-modal-dialog {
  font-family: Libre Franklin, Lato, sans-serif;
  margin: auto;
}
.bootstrap-scoped .configurator-web-custom-modal-dialog .configurator-web-custom-modal-dialog-content {
  max-height: 764px;
}
.bootstrap-scoped .configurator-web-custom-modal-dialog .configurator-web-custom-modal-dialog-content .configurator-web-body {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-scoped .configurator-web-custom-modal-dialog .configurator-web-custom-modal-dialog-content .configurator-web-body::-webkit-scrollbar {
  width: 6px;
}
.bootstrap-scoped .configurator-web-custom-modal-dialog .configurator-web-custom-modal-dialog-content .configurator-web-body::-webkit-scrollbar-thumb {
  background: #d0d3d4;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.bootstrap-scoped .configurator-web-custom-modal-dialog .configurator-web-custom-modal-dialog-content .configurator-web-body::-webkit-scrollbar:horizontal {
  background: rgba(0, 0, 0, 0);
  height: 0;
}
.bootstrap-scoped .configurator-web-custom-modal-dialog .configurator-web-custom-modal-dialog-content .configurator-web-custom-modal-header {
  align-items: start;
  justify-content: space-between;
  padding-bottom: 0;
}
.bootstrap-scoped .configurator-web-custom-modal-dialog .configurator-web-modal-content {
  padding: 8px;
}
.bootstrap-scoped .configurator-web-custom-modal-dialog .configurator-web-modal-content .configurator-web-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 900px) {
  .bootstrap-scoped .configurator-web-custom-modal-dialog {
    padding: 0 10px;
    width: 100%;
  }
  .bootstrap-scoped .configurator-web-custom-modal-dialog .configurator-web-modal-content {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06px;
    line-height: 16px;
    min-width: 344px;
    width: 100%;
  }
  .bootstrap-scoped .configurator-web-custom-modal-dialog .configurator-web-modal-content .configurator-web-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
  }
}
.bootstrap-scoped .configurator-web-custom-modal-dialog.configurator-web-message-box .configurator-web-modal-content .configurator-web-custom-modal-header .configurator-web-title {
  text-transform: none;
}
.bootstrap-scoped .configurator-web-main-messagebox-backdrop,
.bootstrap-scoped .configurator-web-main-messagebox-dialog {
  z-index: 2000 !important;
}
@media (min-width: 576px) {
  .bootstrap-scoped .configurator-web-main-messagebox {
    max-width: 550px;
  }
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type {
  background-clip: padding-box;
  background-color: #fff;
  border: 1.5px solid rgba(0, 48, 135, 0.7490196078);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  width: 100%;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-header {
  border-bottom: none;
  padding: 0 0.2rem;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-header .configurator-web-close {
  margin: 0 0.1rem 0.1rem auto;
  padding: 0;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-header button span:first-of-type {
  color: #003087;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-body {
  padding: 0;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-body .configurator-web-close-wrapper {
  align-items: flex-start;
  border-bottom: none;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  display: flex;
  height: 25px;
  justify-content: space-between;
  padding: 0 0.2rem;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-body .configurator-web-close-wrapper .configurator-web-close-button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #003087;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0.1rem 0.1rem auto;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-body .configurator-web-close-wrapper .configurator-web-close-button .configurator-web-close-button-text {
  color: #003087;
  opacity: 1;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-body .configurator-web-close-wrapper .configurator-web-close-button:active,
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-body .configurator-web-close-wrapper .configurator-web-close-button:focus,
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-body .configurator-web-close-wrapper .configurator-web-close-button:hover {
  opacity: 0.75;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-body .configurator-web-content {
  color: #003087;
  font-weight: 700;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-footer {
  border-top: none;
  justify-content: center;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-footer button {
  width: 120px;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-footer button.configurator-web-ok,
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-footer button.configurator-web-ok:active,
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-footer button.configurator-web-ok:focus,
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-footer button.configurator-web-ok:hover {
  background-color: #003087;
  border-color: #003087;
  color: #fff;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-footer button.configurator-web-ok:active,
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-footer button.configurator-web-ok:focus {
  opacity: 0.75;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-footer button.configurator-web-cancel,
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-footer button.configurator-web-cancel:active,
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-footer button.configurator-web-cancel:focus,
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type .configurator-web-modal-footer button.configurator-web-cancel:hover {
  background-color: #fff;
  border-color: #003087;
  color: #003087;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type button {
  box-shadow: none !important;
  opacity: 1;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type button:active,
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type button:focus,
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type button:hover {
  box-shadow: none !important;
}
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type button:active,
.bootstrap-scoped .configurator-web-main-messagebox > div:first-of-type button:focus {
  opacity: 0.75;
}

