/* Helper for getting a color from a map */
/* Helper for setting a color */
.ns-btn {
  --btn-bg-color: #000;
  --btn-label-color: #fff;
  --btn-border-color: var(--btn-bg-color);
  --btn-padding-x: 24px;
  --btn-height: 2.5rem;
  --btn-width: 100%;
  --btn-cursor: pointer;
  --btn-uppercase: uppercase;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.01313rem;
  text-transform: uppercase;
  text-transform: var(--btn-uppercase) !important;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0 var(--btn-padding-x);
  width: var(--btn-width);
  min-height: var(--btn-height);
  background-color: var(--btn-bg-color);
  color: var(--btn-label-color);
  border: 1px solid var(--btn-border-color);
  border-radius: 8px;
  -webkit-transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
  cursor: var(--btn-cursor);
}
.ns-btn:hover {
  --btn-bg-color: #dfddd2;
  --btn-label-color: #000;
}
.ns-btn:active {
  --btn-bg-color: #9c9a90;
}
.ns-btn:disabled {
  --btn-bg-color: #e9e9e9;
  --btn-label-color: #434343;
  --btn-cursor: default;
}
.ns-btn--secondary {
  --btn-bg-color: #fff;
  --btn-border-color: #000;
  --btn-label-color: #000;
}
.ns-btn--secondary:hover {
  --btn-border-color: var(--btn-bg-color);
}
.ns-btn--subtle {
  --btn-bg-color: transparent;
  --btn-label-color: #000;
}
.ns-btn--link {
  --btn-bg-color: transparent;
  --btn-label-color: #000;
  --btn-border-color: #000;
  --btn-padding-x: 0;
  --btn-width: auto;
  --btn-height: auto;
  --btn-uppercase: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  font-weight: inherit;
  border-width: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--btn-border-color);
}
.ns-btn--link:hover {
  --btn-bg-color: transparent;
  --btn-label-color: #7b7b7b;
  --btn-border-color: #7b7b7b;
}
.ns-btn--icon {
  --btn-bg-color: transparent;
  --btn-padding-x: 0;
  --btn-width: auto;
  --btn-height: auto;
  border-width: 0;
  border-radius: 0;
}
.ns-btn--icon:hover {
  --btn-bg-color: transparent;
}
.ns-btn--sm {
  --btn-height: 2.25rem;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
}
.ns-btn--lg {
  --btn-height: 2.75rem;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
  margin-right: 25%;
  padding-right: 1em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

div.quantity {
  float: right;
  padding: 0;
  width: 25%;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 543.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
  }
  .cart-and-ipay .btn {
    width: max(18px, 98%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 543.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em;
}
.quick-view-dialog .selectable-bonus-product-line-item,
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.quick-view-dialog .beenSelected,
.choose-bonus-product-dialog .beenSelected {
  background-color: #eee;
}
.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
  background-color: #eee;
  border-bottom: 2px solid #ccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.quick-view-dialog .modal-header .full-pdp-link,
.choose-bonus-product-dialog .modal-header .full-pdp-link {
  color: #00a1e0;
}
.quick-view-dialog .modal-header .close,
.choose-bonus-product-dialog .modal-header .close {
  font-size: 2rem;
  line-height: 1.5rem;
}
.quick-view-dialog .modal-title,
.choose-bonus-product-dialog .modal-title {
  font-size: 1em;
}
.quick-view-dialog .product-name,
.choose-bonus-product-dialog .product-name {
  font-size: 1.875em;
}
.quick-view-dialog .swatch-circle,
.choose-bonus-product-dialog .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.quick-view-dialog .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.quick-view-dialog .swatch-circle i.fa-times-circle,
.choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.quick-view-dialog a[disabled] .swatch-circle,
.choose-bonus-product-dialog a[disabled] .swatch-circle {
  cursor: not-allowed;
}
.quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
  background-color: #495057;
}
.quick-view-dialog .availablity-container,
.choose-bonus-product-dialog .availablity-container {
  text-align: right;
}
.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .availablity-container,
.choose-bonus-product-dialog .size-chart {
  margin-top: 0.938em;
}
.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
  max-height: 28.125em; /* 450/16 */
  overflow-y: auto;
}
.quick-view-dialog button.close,
.choose-bonus-product-dialog button.close {
  font-size: 1.25em;
}
.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
  background-color: #fff;
  border: none;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.quick-view-dialog .modal-footer .prices .price,
.choose-bonus-product-dialog .modal-footer .prices .price {
  font-size: 1.6em;
}
.quick-view-dialog .prices .sales,
.choose-bonus-product-dialog .prices .sales {
  font-size: 1.5rem;
}
.quick-view-dialog .promotions,
.choose-bonus-product-dialog .promotions {
  text-align: left;
  color: #c00;
}
@media (max-width: 768.98px) {
  .quick-view-dialog .bonus-summary,
  .choose-bonus-product-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 768.98px) {
  .quick-view-dialog .bonus-summary .bonus-product-name,
  .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
    padding: 0;
  }
}
.quick-view-dialog .pre-cart-products,
.choose-bonus-product-dialog .pre-cart-products {
  margin-right: 0.125em;
}

.single-approaching-discount {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
  color: #008827;
  margin-bottom: 0.3125rem;
}

.checkout-continue {
  position: fixed;
  bottom: 0;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 543.98px) {
  .checkout-continue {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .checkout-continue div {
    padding: 0.625em;
  }
}
@media (min-width: 544px) {
  .checkout-continue {
    position: static;
    padding-right: 0.938em;
    padding-left: 0.938em;
  }
}

.edit {
  margin-right: 0.625em;
}

.product-edit {
  margin-top: auto;
}
.product-edit a {
  font-size: 0.813em;
}

.line-item-attributes {
  font-size: 0.813rem;
  margin: 0;
}

.item-attributes {
  display: inline-block;
  vertical-align: top;
}

.line-item-divider {
  margin: 0.625em -0.625rem 0.625em -0.625rem;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  color: #222;
  font-weight: bold;
  margin-bottom: 0.625em;
  width: 90%;
}

.line-item-price {
  font-size: 1em;
  color: #222;
  font-weight: bold;
}

.line-item-price-info {
  font-size: 0.75em;
  margin-bottom: 0.5rem;
}

.no-margin-top {
  margin-top: 0;
}

.number-of-items {
  margin-top: 1rem;
}
@media (min-width: 544px) {
  .number-of-items {
    margin-top: 0;
  }
}

.optional-promo {
  color: #00a1e0;
}

.product-info {
  margin-bottom: 0.313em;
  padding: 0.625em;
}
@media (min-width: 769px) {
  .product-info {
    height: auto;
  }
}

.product-to-remove {
  font-weight: bold;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.promo-code-form {
  display: none;
}
@media (min-width: 544px) {
  .promo-code-form {
    display: block;
  }
}

.promo-code-submit {
  padding-left: 0;
}

.quantity-form {
  margin-bottom: 0;
  margin-top: -0.313em;
}

.product-info .remove-btn {
  color: #999;
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  top: -0.625rem;
  right: 0.25rem;
  border: none;
  background-color: #fff;
}
@media (min-width: 992px) {
  .product-info .remove-btn {
    top: 0;
    bottom: 0;
    right: -0.625rem;
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.product-info .remove-btn-lg {
  border: none;
  border-radius: 0;
  font-size: 1.625em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  z-index: 1;
}

.bonus-product {
  display: block;
  text-align: center;
}

.remove-line-item {
  position: relative;
}

.remove-coupon {
  border: none;
  background: transparent;
}

.sub-total {
  font-weight: bold;
}

.grand-total {
  font-size: 1em;
  font-weight: 600;
}

.coupon-price-adjustment + .coupon-price-adjustment {
  margin-top: 0.625rem;
}

.coupon-price-adjustment {
  background-color: #fff;
  padding: 0.625em;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}

.coupon-promotion-relationship {
  font-size: 0.813em;
  padding-left: 1rem;
  margin-bottom: 0;
}

.coupons-and-promos {
  margin-bottom: 0.625rem;
  padding-right: 0;
  padding-left: 0;
}

.coupon-code {
  font-size: 1.125em;
}

.coupon-applied {
  color: #008827;
  font-size: 0.813em;
}

.coupon-not-applied {
  color: #c00;
  font-size: 0.813em;
}

.coupon-error {
  color: #c00;
  margin-top: 0.25rem;
}

.coupon-missing-error {
  display: none;
}

.applied-promotion-discount {
  color: #008827;
  float: right;
}

.promotion-information {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.cart-page .bundled-line-item + .bundled-line-item::before,
.cart-page .bonus-line-item-row + .bonus-line-item-msg::before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #ccc;
  margin: 0.625em -0.625em;
}

.quantity-label {
  font-size: 0.813em;
}

.quantity {
  width: 100%;
  min-width: 5em;
}

.bundle-misc {
  font-size: 0.813rem;
}
@media (max-width: 991.98px) {
  .bundle-misc {
    margin-bottom: 0.625em;
  }
}

.cart-error-messaging.cart-error {
  width: 90%;
  z-index: 99;
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-error-messaging.cart-error .alert-danger {
  color: #d73200 !important;
  background: #fff !important;
  font-size: 12px !important;
  padding: 16px 0 !important;
}

.valid-cart-error {
  min-height: 6.5rem;
}

.bundled-line-item .item-attributes {
  margin-left: 0;
}

.bonus-product-button {
  margin-right: 1.5em;
}

/* Helper for getting a color from a map */
/* Helper for setting a color */
/*other shade of black used #1C1D1C,#252725, #000*/
/*other shade of light grey used #F4F4F4*/
/* ICONS */
/* svg Icons */
/* Sprite svg Icons */
/* Helper for getting a color from a map */
/* Helper for setting a color */
/*other shade of black used #1C1D1C,#252725, #000*/
/*other shade of light grey used #F4F4F4*/
/* ICONS */
/* svg Icons */
/* Sprite svg Icons */
/* Helper for getting a color from a map */
/* Helper for setting a color */
/*other shade of black used #1C1D1C,#252725, #000*/
/*other shade of light grey used #F4F4F4*/
/* ICONS */
/* svg Icons */
/* Sprite svg Icons */
/* Helper for getting a color from a map */
/* Helper for setting a color */
/*other shade of black used #1C1D1C,#252725, #000*/
/*other shade of light grey used #F4F4F4*/
/* ICONS */
/* svg Icons */
/* Sprite svg Icons */
.pdp-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px auto 0 auto;
}
.pdp-points > div {
  margin: 0 auto;
  display: block;
}
.pdp-points > div > div {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdp-points > div > div:hover span {
  font-weight: 600 !important;
  font-family: decimal-book, sans-serif !important;
}
.pdp-points > div > div:active span {
  font-weight: 400 !important;
  font-family: decimal-light, sans-serif !important;
}
.pdp-points .content-asset {
  margin: 0 auto;
  display: block;
}
.pdp-points img {
  border: 0;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.pdp-points .pdp-shipping img {
  margin-left: -2px;
  margin-right: 12px;
}
.pdp-points .pdp-warranty img {
  margin-right: 8px;
}
.pdp-points span {
  font-family: decimal-light, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.8333333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #57575B;
  height: 100%;
}

@media (max-width: 1023.98px) {
  .pdp-points span {
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 26px;
    line-height: 2.1666666667rem;
  }
}
.totals .pdp-points {
  margin-left: 0px;
  margin-right: 0px;
}

@font-face {
  font-family: "Blanka Expanded";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("https://watchbox-sfcc.imgix.net/webfonts/the-1916-co/F37Blanka-MediumExpanded.woff2") format("woff2"), url("https://watchbox-sfcc.imgix.net/webfonts/the-1916-co/F37Blanka-MediumExpanded.woff") format("woff");
}
.cart-empty {
  padding: 62px 0px 101px 0px;
}
@media (max-width: 1023px) {
  .cart-empty {
    padding: 45px 0px 30px 0px;
  }
}
.cart-empty div.continue-shopping-link-container {
  padding-top: 12px;
}
.cart-empty div.continue-shopping-link-container .continue-shopping-link {
  width: min(100%, 200px);
}
@media (max-width: 580px) {
  .cart-empty div.continue-shopping-link-container .continue-shopping-link {
    width: 100%;
  }
}
.cart-empty a.continue-shopping-link {
  color: #ffffff;
  text-transform: uppercase;
}

hr.no-margin-top {
  border-top: 1px solid #000;
}
@media (max-width: 1023px) {
  hr.no-margin-top {
    padding-right: 30px;
    margin-bottom: 0;
  }
}

.cart-page {
  max-width: calc(100% - 64px);
}

.cart-page,
.cart-empty {
  padding-top: 20px;
  padding-bottom: 0;
  border-top: 1px solid #DCDCDC;
}
.cart-page .cart-header,
.cart-empty .cart-header {
  margin-bottom: 10px;
  margin-top: 2.25rem;
}
@media (max-width: 1023px) {
  .cart-page .cart-header,
  .cart-empty .cart-header {
    padding-top: 15px;
    margin-bottom: 2rem;
  }
}
.cart-page .cart-header__descr,
.cart-empty .cart-header__descr {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  margin-top: 1rem;
}
.cart-page .cart-approach-discount,
.cart-empty .cart-approach-discount {
  padding: 0;
}
.cart-page .cart-header-text,
.cart-empty .cart-header-text {
  line-height: 1;
  font-family: "Caslon Text Regular Condensed", ui-serif, serif;
  font-size: 3.188rem;
  font-weight: 400;
  letter-spacing: -0.06375rem;
  display: inline-block;
  text-transform: none;
  margin: 0;
}
@media (max-width: 1023px) {
  .cart-page .cart-header-text,
  .cart-empty .cart-header-text {
    line-height: 1;
    font-family: "Caslon Text Regular Condensed", ui-serif, serif;
    font-size: 2.375rem;
    font-weight: 400;
    letter-spacing: -0.0475rem;
  }
}
.cart-page .cart-header-text-count,
.cart-empty .cart-header-text-count {
  line-height: 1;
  font-family: "Caslon Text Regular Condensed", ui-serif, serif;
  font-size: 3.188rem;
  font-weight: 400;
  letter-spacing: -0.06375rem;
  display: inline;
}
@media (max-width: 1023px) {
  .cart-page .cart-header-text-count,
  .cart-empty .cart-header-text-count {
    line-height: 1;
    font-family: "Caslon Text Regular Condensed", ui-serif, serif;
    font-size: 2.375rem;
    font-weight: 400;
    letter-spacing: -0.0475rem;
  }
}
.cart-page .product-item-area .cart-product-heading-product,
.cart-page .product-item-area .cart-product-heading-price,
.cart-empty .product-item-area .cart-product-heading-product,
.cart-empty .product-item-area .cart-product-heading-price {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  color: #000;
}
@media (min-width: 1024px) {
  .cart-page .product-item-area,
  .cart-empty .product-item-area {
    padding-right: 58px;
  }
  .cart-page .product-item-area .no-margin-top,
  .cart-empty .product-item-area .no-margin-top {
    margin-bottom: 0;
  }
  .cart-page .product-item-area .cart-product-heading,
  .cart-empty .product-item-area .cart-product-heading {
    font-size: 12px;
    border-bottom: 1px solid #000;
    padding-bottom: 0px;
    margin: 0;
    margin-top: 1.5rem;
    height: 45px;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .cart-page .product-item-area .cart-product-heading .cart-product-heading-price,
  .cart-empty .product-item-area .cart-product-heading .cart-product-heading-price {
    padding-left: 20px;
  }
}
.cart-page .card,
.cart-empty .card {
  border: none;
}
.cart-page .remove-product,
.cart-empty .remove-product {
  background-color: transparent;
}
.cart-page .product-info,
.cart-empty .product-info {
  margin-bottom: 0;
  padding: 25px 0 5px 0;
}
.cart-page .product-info > .row.no-margin,
.cart-empty .product-info > .row.no-margin {
  margin: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cart-page .product-info > .row.no-margin .card-padding-20,
  .cart-empty .product-info > .row.no-margin .card-padding-20 {
    padding-left: 20px;
    padding-right: 0;
  }
}
.cart-page .product-info .product-card-footer,
.cart-page .product-info .product-item-price,
.cart-empty .product-info .product-card-footer,
.cart-empty .product-info .product-item-price {
  display: block;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .cart-page .product-info .product-card-footer,
  .cart-page .product-info .product-item-price,
  .cart-empty .product-info .product-card-footer,
  .cart-empty .product-info .product-item-price {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.0175rem;
  }
}
.cart-page .product-info .product-card-footer,
.cart-empty .product-info .product-card-footer {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .cart-page .product-info .product-card-footer,
  .cart-empty .product-info .product-card-footer {
    margin-top: 20px;
  }
}
.cart-page .product-info.carePlan-box.newcarePlan .product-card-footer,
.cart-empty .product-info.carePlan-box.newcarePlan .product-card-footer {
  margin-top: 14px;
}
.cart-page .product-info .remove-btn,
.cart-empty .product-info .remove-btn {
  top: -1.3px;
  right: -7px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .cart-page .product-info .remove-btn,
  .cart-empty .product-info .remove-btn {
    position: absolute;
    top: -25px;
    left: -10px;
  }
}
@media (max-width: 1023px) {
  .cart-page .product-info,
  .cart-empty .product-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
.cart-page .product-info .item-details-image-attr,
.cart-empty .product-info .item-details-image-attr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
@media (max-width: 768px) {
  .cart-page .product-info .item-details-image-attr,
  .cart-empty .product-info .item-details-image-attr {
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  .cart-page .product-info .item-details-image-attr,
  .cart-empty .product-info .item-details-image-attr {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cart-page .product-info .item-details-image-attr .item-image,
.cart-empty .product-info .item-details-image-attr .item-image {
  height: auto;
  width: 130px;
  margin-right: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .cart-page .product-info .item-details-image-attr .item-image,
  .cart-empty .product-info .item-details-image-attr .item-image {
    height: 102.62px;
    width: 102.62px;
  }
}
.cart-page .product-info .item-details-image-attr .item-image .product-image,
.cart-empty .product-info .item-details-image-attr .item-image .product-image {
  max-height: none;
  max-width: none;
  width: 100%;
  height: auto;
  margin: 0;
}
.cart-page .product-info .item-details-image-attr .item-image .product-image.care-plan-image,
.cart-empty .product-info .item-details-image-attr .item-image .product-image.care-plan-image {
  width: 116px;
  height: 116px !important;
}
@media (max-width: 1023px) {
  .cart-page .product-info .item-details-image-attr .item-image .product-image.care-plan-image,
  .cart-empty .product-info .item-details-image-attr .item-image .product-image.care-plan-image {
    width: 80px;
    height: 80px !important;
  }
}
.cart-page .product-info .item-details-image-attr .item-attributes,
.cart-empty .product-info .item-details-image-attr .item-attributes {
  color: #000000;
  font-family: decimal-book, sans-serif;
  font-size: 12px;
  letter-spacing: 2.4px;
  line-height: 14px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cart-page .product-info .item-details-image-attr .item-attributes,
  .cart-empty .product-info .item-details-image-attr .item-attributes {
    margin: 0 0 0 10px;
  }
}
.cart-page .product-info .item-details-image-attr .item-attributes .line-item-name,
.cart-empty .product-info .item-details-image-attr .item-attributes .line-item-name {
  width: 100%;
  white-space: normal;
  color: #000000;
  text-transform: uppercase;
  overflow: visible;
}
.cart-page .product-info .item-details-image-attr .item-attributes .line-item-name .totals-for-mobile,
.cart-empty .product-info .item-details-image-attr .item-attributes .line-item-name .totals-for-mobile {
  padding-top: 18px;
}
@media (max-width: 1023px) {
  .cart-page .product-info .item-details-image-attr .item-attributes .line-item-name .totals-for-mobile,
  .cart-empty .product-info .item-details-image-attr .item-attributes .line-item-name .totals-for-mobile {
    padding: 0;
    margin: 0;
  }
  .cart-page .product-info .item-details-image-attr .item-attributes .line-item-name .totals-for-mobile .sales,
  .cart-empty .product-info .item-details-image-attr .item-attributes .line-item-name .totals-for-mobile .sales {
    color: #000000;
    font-weight: 500;
  }
}
@media (max-width: 1023px) {
  .cart-page .product-info .item-details-image-attr .item-attributes .line-item-name,
  .cart-empty .product-info .item-details-image-attr .item-attributes .line-item-name {
    padding: 0;
    margin: 0;
  }
}
.cart-page .product-info .item-details-image-attr .item-attributes .line-item-name .item-attributes-alert,
.cart-empty .product-info .item-details-image-attr .item-attributes .line-item-name .item-attributes-alert {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0175rem;
  color: #d73200 !important;
  margin-bottom: 8px;
}
.cart-page .product-info .item-details-image-attr .item-attributes .line-item-name .item-attributes-productName,
.cart-empty .product-info .item-details-image-attr .item-attributes .line-item-name .item-attributes-productName {
  padding-top: 0;
}
.cart-page .product-info .item-details-image-attr .item-attributes .item-attributes-brandName,
.cart-empty .product-info .item-details-image-attr .item-attributes .item-attributes-brandName {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0175rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 1023px) {
  .cart-page .product-info .item-details-image-attr .item-attributes .item-attributes-brandName,
  .cart-empty .product-info .item-details-image-attr .item-attributes .item-attributes-brandName {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.015rem;
  }
}
.cart-page .product-info .item-details-image-attr .item-attributes .item-attributes-productName,
.cart-empty .product-info .item-details-image-attr .item-attributes .item-attributes-productName {
  padding-top: 4px;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
@media (max-width: 1023px) {
  .cart-page .product-info .item-details-image-attr .item-attributes .item-attributes-productName,
  .cart-empty .product-info .item-details-image-attr .item-attributes .item-attributes-productName {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-size: 14px;
    line-height: 1.25rem;
    letter-spacing: 0.0175rem;
    font-weight: 400;
  }
}
.cart-page .product-info .item-details-image-attr .item-attributes .item-attributes-masterRef,
.cart-empty .product-info .item-details-image-attr .item-attributes .item-attributes-masterRef {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.015rem;
  color: #555;
}
@media (max-width: 1023px) {
  .cart-page .product-info .item-details-image-attr .item-attributes .item-attributes-masterRef,
  .cart-empty .product-info .item-details-image-attr .item-attributes .item-attributes-masterRef {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-size: 0.625rem;
    line-height: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0125rem;
    text-transform: uppercase;
  }
}
.cart-page .product-info .item-details-image-attr .item-attributes .item-attributes-sku,
.cart-empty .product-info .item-details-image-attr .item-attributes .item-attributes-sku {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.015rem;
  color: #555;
}
@media (max-width: 1023px) {
  .cart-page .product-info .item-details-image-attr .item-attributes .item-attributes-sku,
  .cart-empty .product-info .item-details-image-attr .item-attributes .item-attributes-sku {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-size: 0.625rem;
    line-height: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0125rem;
    text-transform: uppercase;
  }
}
.cart-page .product-info .item-details-image-attr .item-attributes .item-attributes-coverage,
.cart-empty .product-info .item-details-image-attr .item-attributes .item-attributes-coverage {
  margin-top: 8px;
}
.cart-page .product-info .item-details-image-attr .item-attributes .item-attributes-coverage a,
.cart-empty .product-info .item-details-image-attr .item-attributes .item-attributes-coverage a {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.015rem;
  color: #555;
}
@media (max-width: 1023px) {
  .cart-page .product-info .item-details-image-attr .item-attributes .item-attributes-coverage a,
  .cart-empty .product-info .item-details-image-attr .item-attributes .item-attributes-coverage a {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-size: 0.625rem;
    line-height: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0125rem;
    text-transform: uppercase;
  }
}
.cart-page .product-info .product-item-price .strike-through,
.cart-empty .product-info .product-item-price .strike-through {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 16px;
}
.cart-page .product-info .product-item-price .sales,
.cart-empty .product-info .product-item-price .sales {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 14px;
  text-transform: uppercase;
}
.cart-page .product-info .remove-line-item,
.cart-empty .product-info .remove-line-item {
  position: relative;
}
.cart-page .product-info .remove-btn-lg,
.cart-page .product-info .remove-btn-sm,
.cart-empty .product-info .remove-btn-lg,
.cart-empty .product-info .remove-btn-sm {
  right: 40px;
  top: 47px;
  bottom: 100px;
  background: url(https://watchbox-sfcc.imgix.net/Close.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5) no-repeat;
  height: 12px;
  width: 12px;
  background-size: 100% 100%;
}
.cart-page .product-info .remove-btn-lg span,
.cart-page .product-info .remove-btn-sm span,
.cart-empty .product-info .remove-btn-lg span,
.cart-empty .product-info .remove-btn-sm span {
  display: none;
}
.cart-page .product-info .remove-btn-sm,
.cart-empty .product-info .remove-btn-sm {
  top: -3.25rem;
  right: 0;
}
.cart-page .product-item-price .price span,
.cart-empty .product-item-price .price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
}
.cart-page .single-approaching-discount,
.cart-empty .single-approaching-discount {
  margin: 0;
  border: none;
  padding: 11px 0;
  background-color: #FAFAFA;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.cart-page .totals,
.cart-empty .totals {
  color: #000;
  margin-top: 68px;
}
@media (max-width: 1023px) {
  .cart-page .totals,
  .cart-empty .totals {
    margin-top: 0;
  }
}
.cart-page .totals .total-area > .row,
.cart-empty .totals .total-area > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-page .totals .total-area > .row.hide-order-discount, .cart-page .totals .total-area > .row.hide-shipping-discount,
.cart-empty .totals .total-area > .row.hide-order-discount,
.cart-empty .totals .total-area > .row.hide-shipping-discount {
  display: none;
}
.cart-page .totals .total-area > .row .col-4,
.cart-page .totals .total-area > .row .col-8,
.cart-empty .totals .total-area > .row .col-4,
.cart-empty .totals .total-area > .row .col-8 {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .cart-page .totals .total-area,
  .cart-empty .totals .total-area {
    padding: 0;
    margin: 20px;
  }
}
@media (max-width: 768px) {
  .cart-page .totals .total-area,
  .cart-empty .totals .total-area {
    margin: 20px 0;
  }
  .cart-page .totals .total-area > .row,
  .cart-empty .totals .total-area > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cart-page .totals .total-area > .row .col-4,
  .cart-empty .totals .total-area > .row .col-4 {
    padding-right: 0;
  }
}
.cart-page .totals .total-subtotal.hide-order-discount, .cart-page .totals .total-subtotal.hide-shipping-discount,
.cart-page .totals .total-shipping-cost.hide-order-discount,
.cart-page .totals .total-shipping-cost.hide-shipping-discount,
.cart-page .totals .shipping-discount.hide-order-discount,
.cart-page .totals .shipping-discount.hide-shipping-discount,
.cart-page .totals .total-tax.hide-order-discount,
.cart-page .totals .total-tax.hide-shipping-discount,
.cart-page .totals .order-discount.hide-order-discount,
.cart-page .totals .order-discount.hide-shipping-discount,
.cart-page .totals .total-grandtotal.hide-order-discount,
.cart-page .totals .total-grandtotal.hide-shipping-discount,
.cart-empty .totals .total-subtotal.hide-order-discount,
.cart-empty .totals .total-subtotal.hide-shipping-discount,
.cart-empty .totals .total-shipping-cost.hide-order-discount,
.cart-empty .totals .total-shipping-cost.hide-shipping-discount,
.cart-empty .totals .shipping-discount.hide-order-discount,
.cart-empty .totals .shipping-discount.hide-shipping-discount,
.cart-empty .totals .total-tax.hide-order-discount,
.cart-empty .totals .total-tax.hide-shipping-discount,
.cart-empty .totals .order-discount.hide-order-discount,
.cart-empty .totals .order-discount.hide-shipping-discount,
.cart-empty .totals .total-grandtotal.hide-order-discount,
.cart-empty .totals .total-grandtotal.hide-shipping-discount {
  display: none;
}
.cart-page .totals .total-subtotal .col-8,
.cart-page .totals .total-subtotal .col-4,
.cart-page .totals .total-shipping-cost .col-8,
.cart-page .totals .total-shipping-cost .col-4,
.cart-page .totals .shipping-discount .col-8,
.cart-page .totals .shipping-discount .col-4,
.cart-page .totals .total-tax .col-8,
.cart-page .totals .total-tax .col-4,
.cart-page .totals .order-discount .col-8,
.cart-page .totals .order-discount .col-4,
.cart-page .totals .total-grandtotal .col-8,
.cart-page .totals .total-grandtotal .col-4,
.cart-empty .totals .total-subtotal .col-8,
.cart-empty .totals .total-subtotal .col-4,
.cart-empty .totals .total-shipping-cost .col-8,
.cart-empty .totals .total-shipping-cost .col-4,
.cart-empty .totals .shipping-discount .col-8,
.cart-empty .totals .shipping-discount .col-4,
.cart-empty .totals .total-tax .col-8,
.cart-empty .totals .total-tax .col-4,
.cart-empty .totals .order-discount .col-8,
.cart-empty .totals .order-discount .col-4,
.cart-empty .totals .total-grandtotal .col-8,
.cart-empty .totals .total-grandtotal .col-4 {
  padding-right: 0;
  padding-left: 0;
}
.cart-page .totals .total-subtotal .col-8,
.cart-page .totals .total-shipping-cost .col-8,
.cart-page .totals .shipping-discount .col-8,
.cart-page .totals .total-tax .col-8,
.cart-page .totals .order-discount .col-8,
.cart-page .totals .total-grandtotal .col-8,
.cart-empty .totals .total-subtotal .col-8,
.cart-empty .totals .total-shipping-cost .col-8,
.cart-empty .totals .shipping-discount .col-8,
.cart-empty .totals .total-tax .col-8,
.cart-empty .totals .order-discount .col-8,
.cart-empty .totals .total-grandtotal .col-8 {
  max-width: 48%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media (max-width: 480px) {
  .cart-page .totals .total-subtotal .col-8,
  .cart-page .totals .total-shipping-cost .col-8,
  .cart-page .totals .shipping-discount .col-8,
  .cart-page .totals .total-tax .col-8,
  .cart-page .totals .order-discount .col-8,
  .cart-page .totals .total-grandtotal .col-8,
  .cart-empty .totals .total-subtotal .col-8,
  .cart-empty .totals .total-shipping-cost .col-8,
  .cart-empty .totals .shipping-discount .col-8,
  .cart-empty .totals .total-tax .col-8,
  .cart-empty .totals .order-discount .col-8,
  .cart-empty .totals .total-grandtotal .col-8 {
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
.cart-page .totals .total-subtotal .col-4,
.cart-page .totals .total-shipping-cost .col-4,
.cart-page .totals .shipping-discount .col-4,
.cart-page .totals .total-tax .col-4,
.cart-page .totals .order-discount .col-4,
.cart-page .totals .total-grandtotal .col-4,
.cart-empty .totals .total-subtotal .col-4,
.cart-empty .totals .total-shipping-cost .col-4,
.cart-empty .totals .shipping-discount .col-4,
.cart-empty .totals .total-tax .col-4,
.cart-empty .totals .order-discount .col-4,
.cart-empty .totals .total-grandtotal .col-4 {
  max-width: 52%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
}
@media (max-width: 480px) {
  .cart-page .totals .total-subtotal .col-4,
  .cart-page .totals .total-shipping-cost .col-4,
  .cart-page .totals .shipping-discount .col-4,
  .cart-page .totals .total-tax .col-4,
  .cart-page .totals .order-discount .col-4,
  .cart-page .totals .total-grandtotal .col-4,
  .cart-empty .totals .total-subtotal .col-4,
  .cart-empty .totals .total-shipping-cost .col-4,
  .cart-empty .totals .shipping-discount .col-4,
  .cart-empty .totals .total-tax .col-4,
  .cart-empty .totals .order-discount .col-4,
  .cart-empty .totals .total-grandtotal .col-4 {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
.cart-page .totals p,
.cart-empty .totals p {
  margin-top: 0;
  margin-bottom: 0;
}
.cart-page .totals .label-cart-total,
.cart-empty .totals .label-cart-total {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  color: #555;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1023px) {
  .cart-page .totals .label-cart-total,
  .cart-empty .totals .label-cart-total {
    padding: 0;
  }
}
.cart-page .totals .label-cart-grandtotal,
.cart-empty .totals .label-cart-grandtotal {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1023px) {
  .cart-page .totals .label-cart-grandtotal,
  .cart-empty .totals .label-cart-grandtotal {
    padding: 0;
  }
}
.cart-page .totals .subtotal-total,
.cart-page .totals .tax-total,
.cart-page .totals .shipping-cost,
.cart-empty .totals .subtotal-total,
.cart-empty .totals .tax-total,
.cart-empty .totals .shipping-cost {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
  color: #555;
}
.cart-page .totals .grand-total,
.cart-empty .totals .grand-total {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
}
.cart-page .totals .total-tax,
.cart-page .totals .total-shipping-cost,
.cart-page .totals .shipping-discount,
.cart-page .totals .order-discount,
.cart-empty .totals .total-tax,
.cart-empty .totals .total-shipping-cost,
.cart-empty .totals .shipping-discount,
.cart-empty .totals .order-discount {
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-page .totals .total-tax span p,
.cart-empty .totals .total-tax span p {
  display: none;
}
.cart-page .totals .total-subtotal,
.cart-empty .totals .total-subtotal {
  padding-bottom: 15px;
  padding-top: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 1023px) {
  .cart-page .totals .total-subtotal,
  .cart-empty .totals .total-subtotal {
    padding-top: 5px;
  }
}
@media (min-width: 1023px) {
  .cart-page .totals .total-subtotal .col-5,
  .cart-empty .totals .total-subtotal .col-5 {
    padding: 0px;
  }
}
.cart-page .totals .total-shipping-cost,
.cart-empty .totals .total-shipping-cost {
  padding-bottom: 12px;
}
.cart-page .totals .costwithtax,
.cart-empty .totals .costwithtax {
  padding-top: 12px;
}
.cart-page .totals .costwithtax .label-cart-total,
.cart-empty .totals .costwithtax .label-cart-total {
  line-height: 15px;
}
.cart-page .totals .shipping-discount,
.cart-empty .totals .shipping-discount {
  margin-bottom: 20px;
}
.cart-page .totals .total-grandtotal,
.cart-empty .totals .total-grandtotal {
  padding-bottom: 12px;
  padding-top: 18px;
}
.cart-page .totals .total-tax,
.cart-page .totals .order-discount,
.cart-empty .totals .total-tax,
.cart-empty .totals .order-discount {
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.cart-page .totals .checkout-continue,
.cart-page .totals .apple-pay,
.cart-page .totals .pay-pal,
.cart-empty .totals .checkout-continue,
.cart-empty .totals .apple-pay,
.cart-empty .totals .pay-pal {
  position: static;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart-page .totals .checkout-continue a.checkout-btn,
.cart-page .totals .apple-pay a.checkout-btn,
.cart-page .totals .pay-pal a.checkout-btn,
.cart-empty .totals .checkout-continue a.checkout-btn,
.cart-empty .totals .apple-pay a.checkout-btn,
.cart-empty .totals .pay-pal a.checkout-btn {
  color: #fff;
}
.cart-page .totals .checkout-continue a.checkout-btn.blackbgbtn.disabled,
.cart-page .totals .apple-pay a.checkout-btn.blackbgbtn.disabled,
.cart-page .totals .pay-pal a.checkout-btn.blackbgbtn.disabled,
.cart-empty .totals .checkout-continue a.checkout-btn.blackbgbtn.disabled,
.cart-empty .totals .apple-pay a.checkout-btn.blackbgbtn.disabled,
.cart-empty .totals .pay-pal a.checkout-btn.blackbgbtn.disabled {
  opacity: 0.65;
}
.cart-page .totals .apple-pay,
.cart-empty .totals .apple-pay {
  display: none;
}
.cart-page .totals .apple-pay:has(button),
.cart-empty .totals .apple-pay:has(button) {
  display: block;
}
.cart-page .totals .apple-pay #apple-pay-button,
.cart-empty .totals .apple-pay #apple-pay-button {
  display: block !important;
  width: 100% !important;
}
@media only screen and (min-width: 300px) {
  .cart-page .totals .apple-pay #apple-pay-button,
  .cart-empty .totals .apple-pay #apple-pay-button {
    padding: 6px 0;
  }
}
@media (max-width: 1023px) {
  .cart-page .totals .checkout-continue,
  .cart-empty .totals .checkout-continue {
    padding: 0 15px;
  }
}
.cart-page .totals .affirmmsg,
.cart-empty .totals .affirmmsg {
  margin-bottom: 20px;
  color: #000000;
  font-family: decimal-book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.cart-page .totals .affirmmsg img,
.cart-empty .totals .affirmmsg img {
  width: auto;
  height: 26px;
  margin: 0 5px;
  vertical-align: baseline;
}
.cart-page .totals .affirmmsg a,
.cart-empty .totals .affirmmsg a {
  font-weight: 500;
  color: #000000 !important;
}
@media (max-width: 580px) {
  .cart-page .totals .affirmmsg a,
  .cart-empty .totals .affirmmsg a {
    display: block;
  }
}
.cart-page .totals .affirmmsg .__affirm-logo,
.cart-empty .totals .affirmmsg .__affirm-logo {
  font-size: 2em;
  color: #101820;
}
.cart-page .totals .import-tax-msg,
.cart-empty .totals .import-tax-msg {
  margin-top: 2px;
  color: #4A4A4A;
  font-family: decimal-book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: green !important;
}
.cart-page .dropup,
.cart-empty .dropup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cart-page .retail-vat-price,
.cart-empty .retail-vat-price {
  font-size: 10px;
  line-height: 12px;
  font-family: decimal-book, sans-serif;
  padding: 12px 0;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1023px) {
  .cart-page .retail-vat-price.mob-show,
  .cart-empty .retail-vat-price.mob-show {
    display: block;
  }
}
.cart-page .retail-vat-price .retail-price,
.cart-empty .retail-vat-price .retail-price {
  color: #000000;
  font-family: decimal-book, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 12px;
}
.cart-page .retail-vat-price .vatlabel,
.cart-empty .retail-vat-price .vatlabel {
  color: #666666;
  font-family: decimal-book, sans-serif;
  letter-spacing: 1.2px;
  /*flex-direction: row;
                       align-items: center;
                       justify-content: center;
            @media (max-width: 1023px) {
                                     align-items: left;
                                 justify-content: left;
            }
                                 @media (max-width: 1023px) {
                                 display: flex;
                                     align-items: center;
                                     justify-content: flex-start;
            }*/
}
.cart-page .retail-vat-price span a.i-icon::after,
.cart-empty .retail-vat-price span a.i-icon::after {
  width: 20px;
  border-radius: 18px;
  height: 20px;
  background-color: #7D98A3;
  display: inline-block;
  content: "i";
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  font-family: auto;
  font-style: italic;
  margin-left: 8px;
  cursor: pointer;
  border: none;
  text-transform: lowercase;
}
.cart-page .retail-vat-price a.i-icon.dropdown-toggle:empty::after,
.cart-empty .retail-vat-price a.i-icon.dropdown-toggle:empty::after {
  margin-left: 5px;
}
.cart-page .retail-vat-price .vattaxpopup,
.cart-empty .retail-vat-price .vattaxpopup {
  font-family: decimal-book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .cart-page .retail-vat-price .varingtxt,
  .cart-page .retail-vat-price .vatgsttxt,
  .cart-empty .retail-vat-price .varingtxt,
  .cart-empty .retail-vat-price .vatgsttxt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 400px) {
  .cart-page .retail-vat-price .varingtxt span.texttoedit,
  .cart-page .retail-vat-price .vatgsttxt span.texttoedit,
  .cart-empty .retail-vat-price .varingtxt span.texttoedit,
  .cart-empty .retail-vat-price .vatgsttxt span.texttoedit {
    max-width: 210px;
  }
}
.cart-page .retail-vat-price .varingtxt .dropdown-menu.dropdownMenuLink,
.cart-page .retail-vat-price .vatgsttxt .dropdown-menu.dropdownMenuLink,
.cart-empty .retail-vat-price .varingtxt .dropdown-menu.dropdownMenuLink,
.cart-empty .retail-vat-price .vatgsttxt .dropdown-menu.dropdownMenuLink {
  padding: 20px 30px;
  width: 316px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  color: #000000;
  text-align: center;
  left: -158px;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 10px;
  border: none;
}
@media (max-width: 1023px) {
  .cart-page .retail-vat-price .varingtxt .dropdown-menu.dropdownMenuLink,
  .cart-page .retail-vat-price .vatgsttxt .dropdown-menu.dropdownMenuLink,
  .cart-empty .retail-vat-price .varingtxt .dropdown-menu.dropdownMenuLink,
  .cart-empty .retail-vat-price .vatgsttxt .dropdown-menu.dropdownMenuLink {
    left: auto;
    right: -50px;
    width: 300px;
    padding: 30px 15px;
  }
}
.cart-page .retail-vat-price .dropbtn,
.cart-empty .retail-vat-price .dropbtn {
  border: none;
  cursor: pointer;
}
.cart-page .retail-vat-price .dropup,
.cart-empty .retail-vat-price .dropup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cart-page .retail-vat-price .dropdown-menu .dropdownMenuLink,
.cart-empty .retail-vat-price .dropdown-menu .dropdownMenuLink {
  display: none;
  position: absolute;
  min-width: 160px;
  bottom: 30px;
  z-index: 1;
}
.cart-page .retail-vat-price .dropup:hover .dropdown-menu.dropdownMenuLink,
.cart-empty .retail-vat-price .dropup:hover .dropdown-menu.dropdownMenuLink {
  display: block;
}
.cart-page .retail-vat-price .dropdown-menu.dropdownMenuLink:before,
.cart-empty .retail-vat-price .dropdown-menu.dropdownMenuLink:before {
  bottom: -15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffffff;
  border-width: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .cart-page .retail-vat-price .dropdown-menu.dropdownMenuLink:before,
  .cart-empty .retail-vat-price .dropdown-menu.dropdownMenuLink:before {
    left: 52%;
  }
}
@media (max-width: 1023px) {
  .cart-page .retail-vat-price .dropdown-menu.dropdownMenuLink:before,
  .cart-empty .retail-vat-price .dropdown-menu.dropdownMenuLink:before {
    right: 52px;
  }
}

.apple-pay-btn {
  padding: 14px 0;
  max-height: 40px;
  height: 40px;
  border: 1px solid #9B9B9B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#removeProductModal .modal-dialog-centered {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#removeProductModal .modal-footer button {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
#removeProductModal .modal-header .close {
  padding: 0;
  background: url(https://watchbox-sfcc.imgix.net/Close.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5) no-repeat;
  display: inline-block;
  background-size: 100% 100%;
  margin-top: 2px;
  margin-right: 2px;
  height: 20px;
  width: 20px;
}
#removeProductModal .modal-header .close span {
  display: none;
}

@media (max-width: 768px) {
  .line-item-header .row.no-margin {
    width: 100%;
  }
  .line-item-header .row.no-margin .col-md-8.card-padding-20 {
    width: 100%;
  }
  .line-item-header .row.no-margin .col-md-8.card-padding-20 .item-attributes {
    width: calc(100% - 102px);
  }
  .line-item-header .row.no-margin .col-md-8.card-padding-20 .item-attributes * {
    word-break: normal;
  }
  .row.no-margin .col-md-8.card-padding-20 .item-attributes * {
    word-break: normal;
  }
}
.care-plan-image {
  height: 90% !important;
}

.grand-total,
.order-discount-total,
.tax-total,
.shipping-discount-total,
.shipping-cost,
.subtotal-total {
  word-break: normal;
}

.zoid-outlet > iframe.zoid-component-frame {
  z-index: 1 !important;
}

.line-item-name {
  overflow: visible;
}

.paypal-button:not(.paypal-button-card) {
  height: 40px !important;
  min-height: 40px;
  max-height: 55px;
}

.cart-price-display .strike-through {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 16px;
}
.cart-price-display .line-item-total-price-amount {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .cart-price-display .line-item-total-price-amount {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.0175rem;
  }
}

.cart-error-messaging.cart-error {
  width: 90%;
  z-index: 99;
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-error-messaging.cart-error .alert-danger {
  color: #d73200 !important;
  background: #fff !important;
  font-size: 12px !important;
  padding: 16px 0 !important;
}

.cart-header .alert-danger {
  color: #d73200 !important;
  background: #fff !important;
  font-size: 12px !important;
  padding: 16px 0 !important;
}

.checkout-limit {
  margin: 0 0 24px 0;
}

.checkout-limit-note {
  background: #EDEDE4;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  letter-spacing: 0.0175rem;
  font-weight: 300;
  padding: 12px;
  text-transform: none !important;
}
.checkout-limit-note a {
  font-size: inherit;
  line-height: inherit;
  text-transform: none !important;
}

.import-tax-msg__txt {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300;
  margin-top: 1.75rem !important;
  color: #000;
}
.import-tax-msg__txt--red {
  color: #b93535;
}
.import-tax-msg a {
  --link-color: #000;
  color: var(--link-color);
  border-bottom: 1px solid var(--link-color);
  -webkit-transition: color 120ms ease, border-bottom 120ms ease;
  transition: color 120ms ease, border-bottom 120ms ease;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
}
.import-tax-msg a:hover {
  --link-color: #737268;
}

.import-tax-marker {
  color: #b93535;
}