/** Shopify CDN: Minification failed

Line 204:40 Unexpected "/"

**/
.cart-items {
 max-width: 920px;
 width: 100%;
}

.cart-items td {
  padding-top: 12px;
  padding-bottom: 12px;
  border: none;
}

.cart-item__quantity-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  background: var(--white);
  justify-content: right;
}

.cart-item__quantity-wrapper .quantity:after {
  box-shadow: none;
}

.cart-item__quantity-wrapper .quantity__button:hover {
  text-decoration: none;
}

.cart-item__totals {
  position: relative;
}

.cart-items *.right {
  text-align: right;
}

.cart-item__image-container {
  display: inline-flex;
  align-items: flex-start;
}

.cart-item__image-container:after {
  content: none;
}

.cart-item__image {
  height: 100%;
  max-width: calc(10rem / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .cart-item__image {
    max-width: 100%;
  }
}

.cart-item__details {
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 750px) {
  .cart-item__details a {
    font-size: 15px;
  }
}

.cart-item__details a,
.cart-item__details a:hover, 
.cart-item__details a:active, 
.cart-item__details a:visited {
  color: var(--black);
} 

.cart-item__details > * {
  margin: 0;
  max-width: 20rem;
}

.cart-item__media {
  position: relative;
  padding-right: 12px;
}

td.cart-item__media {
  width: 120px;
}

td.cart-item__details {
  display: flex;
  flex-direction: column;
}

td.cart-item__quantity {
  vertical-align: top;
}

@media screen and (min-width: 750px) {
  td.cart-item__media {
    width: 300px;
  }

  td.cart-item__details {
    flex-direction: row;
    justify-content: space-between;
  }

  td.cart-item__quantity {
    width: 130px;
  }
}

.cart-item__link {
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cart-item__name {
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.cart-item__name:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.2rem;
}

.cart-item__price-wrapper > * {
  display: block;
  margin: 0;
  padding: 0;
}

.cart-item__discounted-prices dd {
  margin: 0;
}

.cart-item__discounted-prices .cart-item__old-price {
  font-size: 1.4rem;
}

.cart-item__old-price {
  opacity: 0.7;
}

.cart-item__final-price {
  font-weight: 400;
}

.product-option {
  font-size: 12px;
  word-break: break-word;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 13.92px */
  letter-spacing: -0.18px;
}

@media screen and (min-width: 750px) {
  .product-option {
    font-size: 15px;
  }
}
.cart-item cart-remove-button {
  display: flex;
  width: 14px;
  height: 14px;
  margin-left: 16px;
}

cart-remove-button .button:before,
cart-remove-button .button:after {
  content: none;
}

cart-remove-button .button {
  display: flex;
  padding: 0;
  min-width: 9.5px;
  min-height: 9.5px;
  color: var(--black);
  background-color: transparent;
  border: none;
  cursor: pointer;
}

cart-remove-button .button svg {
  width: 9px;
  height: 9px;
}

@media screen and (min-width: 750px) { */
  cart-remove-button .button {
    min-width: 20px;
    min-height: 20px;
  }
  
  cart-remove-button .button svg {
    width: 15px;
    height: 15px;
  }
}

cart-remove-button .icon-remove {
  height: 1.5rem;
  width: 1.5rem;
}

.cart-item .loading-overlay {
  top: 0;
  left: auto;
  right: auto;
  bottom: 0;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .cart-item .loading-overlay {
    right: 0;
    padding-top: 4.5rem;
    bottom: auto;
  }
}

.cart-item .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}

.cart-item__error {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
}

.cart-item__error-text {
  font-size: 1.2rem;
  order: 1;
}

.cart-item__error-text + svg {
  flex-shrink: 0;
  width: 1.2rem;
  margin-right: 0.7rem;
}

.cart-item__error-text:empty + svg {
  display: none;
}

.product-option + .product-option {
  margin-top: 0.4rem;
}

.product-option * {
  display: inline;
  margin: 0;
}

.cart-items thead th {
  text-align: left;
}

.cart-item__error-text + svg {
  margin-top: 12px;
}

