/** Shopify CDN: Minification failed

Line 357:12 Expected ":"
Line 360:44 Unexpected "{"

**/
.cart-items td,
.cart-items th {
  padding: 0;
  border: none;
}

.cart-items th {
  text-align: left;
  padding-bottom: 1.5rem;
  opacity: 0.85;
  font-weight: normal;
}

/*.cart-item__quantity-wrapper {
  display: flex;
}*/

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

.cart-item__image {
  display:
  max-width: calc(6rem / var(--font-body-scale));
}

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

.cart-item__details {
  font-size: 1.6rem;
  padding:0 10px 0 10px; 
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

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

.cart-item__details > * + * {
  margin-top: 0.8rem;
}

.cart-item__media {
  position: relative;
}

.cart-item__media img {
  max-width:unset;
  height:unset;
  object-fit: scale-down;
  height: 100px;
}

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

.cart-item__name {
  color: #000;
  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 > * {
  display: block;
  font-size: 2rem;
}

.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;
}

.product-option {
  /*font-size: 1.4rem;*/
  word-break: break-all;
  line-height: 1;
}

.cart-item cart-remove-button {
  display: block;
}

cart-remove-button .button {
  box-shadow: none;
  color: rgba(var(--color-base-text), 0.75);
}

cart-remove-button .button:not([disabled]):hover {
  box-shadow: none;
}

cart-remove-button .button:not([disabled]):focus-visible {
  box-shadow: none;
}

@media screen and (min-width: 750px) {
  cart-remove-button .button {
    min-width: 1.5rem;
    min-height: 38px;
  }
  .cart-item-wrapper {
    margin: auto;
    width: 80%;
  }
}

cart-remove-button .icon-remove {
  height:38px;
  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 {
  color: #000;
}

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

.product-option * {
  display: inline;
}

.cart-items thead {
 text-align: -webkit-right; 
}

.cart-items thead th {
  text-transform: uppercase;
}

@media screen and (max-width: 750px) {
  .cart-items,
  .cart-items thead,
  .cart-items tbody {
    width: 100%;
  }
    .cart-item-wrapper {
    margin: auto;
    width: 100%;
  }
  
  .cart-items thead tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 0rem solid rgba(var(--color-foreground), 0.2);
    margin-bottom: 2rem;
  }
  .cart-item-description {
    width: 50%!important;
    min-width: 130px !important;
  }

  .cart-item {
    display: grid;
    grid-template: repeat(2, auto) / repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem; 
  }
 /* .cart-items .quantity { width: auto; }*/

  .quantity-input {
    width: auto;
  }

  .cart-item:last-child {
    margin-bottom: 0;
  }

  .cart-item__media {
    grid-row: 1 / 3;
  }

  .cart-item__details {
    grid-column: 2 / 4;
    padding:0 10px 0 10px;
  }

  .cart-item__quantity {
    grid-column: 2 / 5;
  }

  .cart-item__quantity-wrapper {
    display: inline-flex;
    flex-wrap: nowrap;
    background-color: #333;
    scale: 60%;
  }

  .cart-item__totals {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .cart-item__media img {
    max-width:unset;
    height:unset;
    object-fit: cover;
    width: 100px;
  }
  .cart-item-description {
    width: 100%;
  }
  .cart-items {
  padding: 0px;
  border-radius: 10px;
}
}

.cart-item__error-text + svg {
  margin-top: 0.4rem;
}

@media screen and (min-width: 750px) {
  .cart-items {
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    width: 100%;
    display: inline-grid!important;
 
  }

  .cart-items th {
    border-bottom: 0rem solid rgba(var(--color-foreground), 0.08);
  }

  .cart-items thead th:first-child {
    width: 80%;
  }

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

  .cart-items td {
   /*background-color:#fff;*/
    height:100px;
  }

  .cart-item {
    display: /*table-row*/ block;
  }
 .cart-item:nth-child(odd) {
   background-color: #efefef;
 }

  .cart-item > td + td {
    padding-left: 2rem;
    /*background-color:#fff;*/
  }

  .cart-item__price-wrapper > *:only-child:not(.cart-item__discounted-prices) {
    margin-top: 1rem;
    padding-right:20px;
  }
}

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

  .cart-item__details {
    width: 60%;
    padding:0 10px 0 10px;
    text-align: left;
  }

  .cart-items thead th:first-child {
    width: 60%;
  }
  .cart-items {
    padding: 10px;
    border-radius: 10px;
  }
}

.cart-items td {
/* background-color:#fff; */
 max-content;
}

table:not([class]) td,table:not([class]) th,{
   box-shadow: 0px solid #fff !important;
}

.cart-item__quantity-wrapper {
  border:1px solid #ccc;
  border-radius:10px;
  align-items:center;
  display: inline-flex;
  flex-wrap: nowrap;
  height: 38px; 
  background-color: #333;
}