/** Shopify CDN: Minification failed

Line 362:3 Expected ":"

**/
.cart-items td,
.cart-items th {
  padding: 0;
  border-bottom: 1px solid var(--color-base-border);
}
.cart-items .cart-item__totals cart-remove-button {
  display: none;
}
.cart-item__totals .price {
  font-weight: 600;
}
.cart-item quantity-input {
  float: left;
}
.cart-items th {
  text-align: left;
  padding-bottom: 1.8rem;
  font-weight: 500;
}
.cart-item__totals {
  position: relative;
}
.cart-items *.center {
  text-align: center;
}
.cart-item__image {
  max-width: 100%;
  border: 1px solid var(--color-base-border);
  height: auto;
  width: 100%;
}
.cart-item__details {
  font-size: 14px;
  line-height: 1.4;
}
.cart-item__details > * {
  margin: 0;
}
.cart-item__details > * + * {
  margin-top: 0.8rem;
}
.cart-item__media {
  position: relative;
}
.cart-item__name {
  color: var(--color-foreground);
  text-decoration: none;
  display: block;
}
.cart-item__name:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.2rem;
}
.cart-item__price-wrapper {
  margin: 0;
}
.cart-item__price-wrapper > * {
  display: block;
  margin: 0;
  padding: 0;
}
.cart-item__discounted-prices dd {
  margin: 0;
}
.cart-item__old-price {
  opacity: 0.7;
}
.product-option {
  font-size: 14px;
  line-height: 24px;
}
.cart-item cart-remove-button {
  display: inline-block;
  margin-top: 4px;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .cart-item cart-remove-button {
    width: 4.5rem;
    height: 4.5rem;
  }
}
cart-remove-button .button {
  min-width: 4.5rem;
  min-height: 4.5rem;
  padding: 0;
  margin: 0 0.1rem 0.1rem 0;
}
@media screen and (min-width: 750px) {
  cart-remove-button .button {
    min-width: 3.5rem;
    min-height: 3.5rem;
  }
}
cart-remove-button .icon-remove {
  height: 1.5rem;
  width: 1.5rem;
}
.cart-item .loading-overlay {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .cart-item .loading-overlay {
    top: 0;
    padding-top: 5.5rem;
    bottom: auto;
  }
}
.loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}
.cart-item__error {
  font-size: 1.2rem;
  display: flex;
}
.cart-item__error-text {
  order: 1;
}
.cart-item__error-text + svg {
  width: 1.2rem;
  margin-right: 0.7rem;
}
.cart-item__error-text:empty + svg {
  display: none;
}
.product-option {
  color: var(--color-base-accent-2);
}
.product-option * {
  display: inline;
  margin: 0;
}
.cart-items thead th {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #89898c;
}
.cart-item__name {
  display: block;
  font-weight: 600;
  max-width: 40rem;
  font-size: 18px;
}
@media screen and (max-width: 749px) {
  .cart-items thead tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-base-border);
    margin-bottom: 4rem;
  }
  .cart-items .medium-up {
    display: none;
  }
  .cart-item {
    display: grid;
    grid-template: repeat(2, auto) / repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }
  .cart-item:last-child {
    margin-bottom: 0;
  }
  .cart-item__media {
    grid-row: 1 / 3;
  }
  .cart-item__details {
    grid-column: 2 / 4;
  }
  .cart-item__quantity {
    grid-column: 2 / 4;
  }
  .cart-item__totals {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 750px) {
  .cart-items {
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    width: 100%;
    display: table;
  }
  .cart-items th {
    border-bottom: 1px solid var(--color-base-border);
  }
 
  .cart-items td {
    vertical-align: top;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .cart-item {
    display: table-row;
  }
  .cart-items th + th {
    padding-left: 2rem;
  }

  .cart-item > td + td {
    padding-left: 2rem;
  }
  .cart-item__media {
    width: 7.5rem;
  }
  .cart-items .medium-down {
    display: none;
  }

  .quantity__input {
    width: 4rem;
  } 
 
}
@media screen and (min-width: 990px) {
  .cart-item .cart-item__quantity,
  .cart-items .cart-items__heading--wide {
    padding-left: 10rem;
  }

  .cart-items th + th {
    padding-left: 4rem;
  }

  .cart-item > td + td {
    padding-left: 4rem;
  }

  .quantity__input {
    width: 9.8rem;
  }
}

@media screen and (min-width: 1240px) {
  .cart-item__details.delivery_check_details {
    width: 40%;
  }
}

@media (max-width: 749px) {
  .quantity__input {
    width: 1.8rem;
  } 

.cart-item {
    grid-template: repeat(2,auto) / repeat(4,1fr) !important;
  }

  .cart-item__quantity .medium-down {
    float: left;
    margin-top: 8px;
    margin-right: 8px;
  }
  .cart-items td,
  .cart-items th {
    border-bottom: none;
  }
  .cart-item cart-remove-button {
    margin-top: 0;
  }
  .cart__items {
    padding-bottom: 0;
  }
  .cart__footer-wrapper:last-child .cart__footer {
    padding: 0;
  }
  cart-remove-button .button {
    min-width: 4rem;
    min-height: 4rem;
  }
}
.quantity {
  display: flex;
  align-items: center;
}
.quantity__button {
  width: 5.5rem;
  height: 3rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-foreground);
  text-align: center;
}
.quantity__button.no-js-hidden.plus {
  border-left: 1px solid var(--color-base-border);
}
.quantity__button.no-js-hidden.minus {
  border-right: 1px solid var(--color-base-border);
}
.cart-item dt {
  font-size: 14px;
  color: #68686b !important;
}
.cart-item .price {
  font-size: 18px;
}
.cart-item .quantity-container {
  padding: 0;
  width: 100%;
  height: fit-content;
  justify-content: center;
  display: flex;
  background: none !important;
  margin: 0 auto;
  color: #595b61;
}
.cart-item cart-remove-button {
  margin-top: 4px;
  width: 100%;
  justify-content: center;
  display: flex;
}
.cart-item a.cart-remove-button {
  text-decoration: underline !important;
  font-size: 16px;
  padding: 12px;
  margin: 0 auto;
  color: #89898c;
}
td.cart-item__quantity.center {
  flex-direction: column;
  align-items: center;
}



.date-time-product-option {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

@media screen and (min-width: 1440px) {
  .date-time-product-option {
    flex-direction: row;
  }
}

.cart-item .quantity {
  background: none !important;
}
.cart-item .quantity__input {
  height: 3rem !important;
  w
}
