/** Shopify CDN: Minification failed

Line 179:37 Expected ":"

**/
.cart__header-wrapper cart-items {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cart__header-wrapper cart-items.is-empty {
  width: 100vw;
  max-width: 1385px;
  margin: 0 auto;
  padding-left: var(--ff-container-left-padding);
  padding-right: var(--ff-container-right-padding);
}
.cart__header-wrapper .page-width {
  padding-left: 0;
  padding-right: 0;
}
.cart__header-wrapper .title-wrapper-with-link {
  margin-bottom: 34px;
}
.cart__header-wrapper .cart__items {
  padding-bottom: 0px !important;
  border-bottom: 1px solid var(--ff-color-third) !important;
}
.cart__header-wrapper .cart-items {
  border-spacing: 0;
}
.cart__header-wrapper .cart-items thead th {
  text-transform: unset;
  font-size: 14px;
  font-weight: 500;
  font-family: 'saans';
  color: var(--ff-color-fourth);
  padding-bottom: 24px;
  border: none !important;
}
.cart__header-wrapper .cart-items thead th+th {
  padding-left: 0 !important;
  padding-right: 3rem !important;
}
.cart__header-wrapper .cart-item td {
  vertical-align: middle;
  padding-top: 14px;
  padding-bottom: 24px;
  border-top: 1px solid var(--ff-color-third);
}
.cart__header-wrapper .cart-item>td+td {
  padding-right: 3rem;
}
.cart__header-wrapper .cart-item>td+td:not(.cart-item__details) {
  padding-left: 0 !important;
}
.cart__header-wrapper .cart-item__details {
  padding-left: 8px !important;
}
.cart__header-wrapper .cart-item__name {
  max-width: 100% !important;
  font-family: 'saans';
  font-size: 18px !important;
  font-weight: 400;
  color: var(--ff-color-seventh);
}
.cart__header-wrapper .product-option {
  font-size: 14px;
  font-weight: 400;
}
.cart__header-wrapper .cart-item__media {
  width: 109px;
}
.cart__header-wrapper .ff-cart-item__image {
  width: 83px;
  height: 83px;
  object-fit: contain;
  border: 1px solid var(--ff-color-third);
  border-radius: 4px;
}
.cart__header-wrapper quantity-input {
  width: 81px !important;
  height: 34px !important;
  min-height: unset !important;
}
.cart__header-wrapper quantity-input button, 
.cart__header-wrapper quantity-input input {
  width: 27px !important;
}
.cart__header-wrapper quantity-input button:nth-child(1) {
  padding-left: 12px;
}
.cart__header-wrapper quantity-input button:nth-child(3) {
  padding-right: 12px;
}
.cart__header-wrapper .quantity-popover-container {
    padding: 0 !important;
}
.cart__header-wrapper .cart-quantity:after {
  border: 1px solid var(--ff-color-third);
  border-radius: 100px;
  box-shadow: unset;
  
}
.cart__header-wrapper .quantity__input {
  padding: unset;
  font-size: 14px !important;
}
.cart__header-wrapper .cart-item__price-wrapper *,
.cart__header-wrapper .cart-item__price-wrapper-mb * {
  color: var(--ff-color-fifth) !important;
  margin-top: 0 !important;
}
.cart__header-wrapper cart-remove-button {
  margin-left: 0 !important;
}
.cart__header-wrapper cart-remove-button .span-wrapper {
  text-decoration: underline;
}
.cart__header-wrapper .cart-item__price-wrapper-mb {
  display: none;
}
.cart__header-wrapper .ff-quantity-popover-mb {
  display: none;
}
.cart__header-wrapper .ff-booking-qty {
  display: block;
  text-align: center;
}
.ff-compare-at-price {
  color: var(--ff-color-fourth);
  display: block;
}
@media screen and (max-width: 1200px) {
  .cart__header-wrapper cart-items {
    padding-bottom: 40px !important;
  }
  .cart__header-wrapper cart-items.is-empty {
    width: initial;
    max-width: unset;
    margin: unset;
    padding-left: 0;
    padding-right: 0;
  }
  .cart__header-wrapper .title-wrapper-with-link {
    margin-bottom: 24px;
  }
  .cart__header-wrapper .cart-items {
    display: table !important;
  }
  .cart__header-wrapper .cart-items thead {
    display: table-header-group !important;
  }
  .cart__header-wrapper .cart-items tbody {
    display: table-row-group !important;
  }
  .cart__header-wrapper .cart-items thead tr {
    width: 100%;
  }
  .cart__header-wrapper .cart-items thead th {
    font-size: 12px;
    padding-bottom: 12px;
  }
  .cart__header-wrapper .cart-items thead th+th {
    padding-right: 1rem !important;
  }
  .cart__header-wrapper .cart-items thead th:first-child {
    width: 90%;
  }
  .cart__header-wrapper .cart-items .ff-total-th {
    text-align: end;
    padding-right: 0 !important;
  }
  .cart__header-wrapper .cart-items thead .ff-delete-th,
  .cart__header-wrapper .cart-items thead .ff-price-unit-th,
  .cart__header-wrapper .cart-items__heading--quantity {
    display: none;
  }
  .cart__header-wrapper .ff-total-th  {
    display: table-cell !important; 
  }
  .cart__header-wrapper .cart-items tr {
    width: 100%;
    display: table-row !important;
    margin-bottom: 0 !important;
    gap: 0 !important;
  }
  .cart__header-wrapper .cart-item > td {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cart__header-wrapper .cart-item__details {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cart__header-wrapper .cart-item__media {
    width: 5%;
    vertical-align: baseline !important;
  }
  .cart__header-wrapper .cart-item__details {
    vertical-align: top !important;
  }
  .cart__header-wrapper .ff-cart-item__image {
    width: 69px;
    height: 69px;
  }
  .cart__header-wrapper .cart-item__name {
    font-size: 16px !important;
  }
  .cart__header-wrapper .product-option {
    font-size: 12px;
  }
  .cart__header-wrapper .ff-cart-item-price {
    display: none;
  }
  .cart__header-wrapper .price {
    font-size: 14px;
  }
  .cart__header-wrapper .cart-item__totals {
    display: none;
  }
  .cart__header-wrapper .cart-item__quantity {
    display: none !important;
  }
  .cart__header-wrapper #ff-remove-container {
    vertical-align: top !important;
    padding-right: 0 !important;
    text-align: end;
  }
  .cart__header-wrapper .cart-item__price-wrapper-mb {
    display: block;
  }
  .cart__header-wrapper .ff-quantity-popover-mb {
    display: block;
    margin-top: 17px;
    margin-bottom: 17px;
  } 
  .cart__header-wrapper .ff-quantity-popover-mb .quantity-popover-wrapper {
    justify-content: end;
  }
  .cart__header-wrapper .ff-remove-container cart-remove-button {
    display: block !important;
    width: initial !important;
    height: initial !important;
  }
  .cart__header-wrapper .ff-remove-container cart-remove-button a {
    display: initial !important;
  }
}

.ff-cart-remove-button__text {
  color: #7A7A7A;
}