.edit-button {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
  padding: 0.5rem 1rem;
  margin: -0.5rem;
}
.edit-button:hover, .edit-button.hover {
  color: #000000;
  background-color: #cccccc;
  border-color: #000000;
}
.edit-button:focus, .edit-button.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  color: #000000;
  background-color: #cccccc;
  border-color: #000000;
}
.edit-button.disabled, .edit-button:disabled {
  color: #b3b3b3;
  background-color: #fff;
  border-color: #b3b3b3;
}
.edit-button:not(:disabled):not(.disabled):active, .edit-button:not(:disabled):not(.disabled).active, .show > .edit-button.dropdown-toggle {
  color: #000000;
  background-color: #999999;
  border-color: #000000;
}
.edit-button:not(:disabled):not(.disabled):active:focus, .edit-button:not(:disabled):not(.disabled).active:focus, .show > .edit-button.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.cart__title {
  line-height: 2;
  font-family: "Quadrant Text Mono";
  font-weight: 400 !important;
}

.order-totals-wrapper .label,
.order-totals-wrapper .value {
  font-family: "Quadrant Text Mono" !important;
}
@media (max-width: 1023.98px) {
  .order-totals-wrapper .label,
  .order-totals-wrapper .value {
    font-size: 1rem;
  }
}

.cart-seperator {
  display: none !important;
}

klarna-placement {
  display: block;
  /*
   * Klarna adds 1 lines of text (24px high) for all breakpoints.
   * To keep things simple, will always set min-height to account for this text.
   * If Klarna changes the messaging to be more lines/height, this value will need an update for optimal CLS avoidance.
   */
  min-height: 1.5rem;
  margin: 1rem 0;
}

.loading-dots {
  margin: 0 auto;
  text-align: center;
}
@-webkit-keyframes change-background {
  0%, 100% {
    background: #fff;
  }
  50% {
    background: #928f94;
  }
}
@keyframes change-background {
  0%, 100% {
    background: #fff;
  }
  50% {
    background: #928f94;
  }
}
.loading-dots > span {
  height: 0.938rem;
  width: 0.938rem;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin: 0.5rem;
  -webkit-animation: change-background 2s ease-in-out infinite;
          animation: change-background 2s ease-in-out infinite;
}
.loading-dots span:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading-dots span:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.loading-dots span:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.price-drop-modal .modal-dialog {
  width: 18rem;
}
.price-drop-modal .modal-header {
  padding: 1rem 1rem 0 1rem;
}
.price-drop-modal .modal-header .close {
  margin: -1rem -1rem 0 0;
}
.price-drop-modal .modal-title {
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
}
.price-drop-modal .modal-body {
  padding: 1rem;
}
.price-drop-modal img {
  width: 16rem;
  margin-bottom: 0.5rem;
}
.price-drop-modal p {
  margin-bottom: 0.5rem;
}
.price-drop-modal .discounted {
  color: #990000;
}
.price-drop-modal .strike-through {
  text-decoration: line-through;
}

.cart-product-titles {
  border-bottom: 0.0625rem solid #dad8d8;
}
.cart-product-titles .cart-product-title {
  text-transform: uppercase;
  line-height: 2;
}

.cart-page .line-item-attributes-style-number span.value {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}

.accepted-methods .svgicon {
  width: 3rem;
  height: 1.875rem;
}

.payment-secure-checkout-img {
  width: 2.25rem;
}

.line-item-name a {
  font-size: 1rem;
}

.subtotal-item p,
.shipping-item p,
.sales-tax-item p {
  margin-bottom: 0.25rem;
}

.cart__title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 2;
}

.help-icon:focus,
.item-image:focus {
  outline: none;
  border: 0.125rem solid #000000;
}

.promo-code-input {
  margin-bottom: 1.375rem;
}
.promo-code-input .invalid-feedback {
  top: 100%;
}

.coupon-error-message {
  color: #990000;
  white-space: nowrap;
  font-size: 0.65rem;
}

.coupon-price-adjustment {
  background-color: #ecebeb;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.line-item-availability--text {
  color: #000000;
}

.checkout-continue__mobile {
  display: none;
}

klarna-placement {
  min-height: 2.5625rem;
}

.cart-products__valid .product-actions__save-for-later,
.cart-products__invalid .product-actions__save-for-later {
  display: none;
}

.cart-save-for-later .line-item-quantity,
.cart-save-for-later .line-item-total-price .price,
.cart-save-for-later .product-actions__cart {
  display: none;
}

.cart-product-line-items-container {
  position: relative;
  min-height: 20rem;
}

@media (max-width: 1023.98px) {
  .totals-column {
    background-color: #f9f9f9;
    max-width: none;
    -ms-flex-preferred-size: 100vw;
        flex-basis: 100vw;
    margin: 0 -0.5rem;
  }
}
/*# sourceMappingURL=cart.css.map*/