/** Shopify CDN: Minification failed

Line 256:11 Expected identifier but found whitespace
Line 256:12 Unexpected "1px"

**/
@charset "utf-8";

/*
================================================
  Cart
================================================
*/

cart-items.page-width {
  padding-right: 30px;
  padding-left: 30px;
  color: #141a16 !important;
}

cart-items .title-wrapper-with-link {
  margin-bottom: 40px;
}

cart-items h1 {
  font-size: 30px;
  font-weight: 600;
}

.cart__items {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.cart-items thead th {
  width: 100% !important;
  padding-bottom: 8px !important;
  font-size: 15px;
  opacity: 1 !important;
  border-bottom: 1px solid #3b3e43;
}

.cart-items td {
  padding: 0 !important;
  border-bottom: 1px solid #3b3e43 !important;
}

.cart-item__contents {
  padding: 20px 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.cart-item__contents>div {
  max-width: 100%;
}

.cart-item__image-container {
  width: 100%;
  height: auto;
}

.cart-item__media {
  width: 29.8% !important;
  margin-bottom: 20px;
}

.cart-item__media img {
  display: block;
  max-width: unset;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.cart-item__details {
  width: 70.2% !important;
  padding-left: 20px;
  margin-bottom: 20px;
}

.cart-item__price,
.cart-item__totals {
  width: 30%;
  }
  .cart-item__totals.medium-hide {
    display: none !important;
  }

.cart-item__quantity {
  width: 40% !important;
  padding: 0 !important;
}

.cart-item__quantity-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

.cart-item__quantity-wrapper>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-item .quantity {
  border: none;
  min-height: 0 !important;
}

.cart-item .quantity__button {
  border: none !important;
  height: auto !important;
}

.cart-item cart-remove-button,
cart-remove-button .button {
  margin: 0 !important;
  min-height: 0 !important;
  background: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  min-width: unset !important;
}

.cart-item__price-wrapper .price {
  line-height: 1;
}

.cart-item-detail__head {
  display: block !important;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 9px !important;
  margin-bottom: 10px !important;
  }
  .cart-item__price .cart-item-detail__head {
    text-align: left;
    padding-left: 10px;
  }
  .cart-item__totals .cart-item-detail__head {
    text-align: right;
    padding-right: 10px;
  }
  
.cart-item__totals .cart-item__price-wrapper,
.cart-item__price .product-option {
  padding-top: 5px;
}

.cart-item__totals .cart-item__price-wrapper .price {
  margin-top: 0 !important;
}
  
.page-width#main-cart-footer {
  padding: 0 30px;
}
  
.cart__footer {
  display: block;
  padding: 0 0 40px 0;
}

.cart__footer>* {
  width: 100% !important;
}

.cart__footer>div:only-child {
  margin-left: 0 !important;
}

.totals {
  align-items: center;
  font-size: 16px;
}

.totals > h2 {
  margin-bottom: 0 !important;
}

.tax-note {
  text-align: center;
  margin: 22px 0;
  font-size: 13px;
}

.tax-note>span {
  display: block;
  }
  .tax-note>span:last-child {
    color: #55ac20;
  }

.cart__ctas {
  display: block;
}

.cart__note.field {
  display: block;
}

.cart__note label {
  position: static;
  height: auto;
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  color: #141a16;
}

.cart__note label span.shipfee {
  color: #55ac20;
}

.btn_shipfree .btn__text {
  color: #55ac20;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart__ctas button.cart__checkout-button {
  margin: 30px 0 24px 0;
}

.cart__ctas button.cart__checkout-button+a.underlined-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #55ac20;
  font-weight: 600;
  margin-top: 30px;
  font-size: 13px;
  display: block;
}

.cart__footer-wrapper+section>.page-width {
  padding: 0 30px;
}

.cart__footer-wrapper+section .shopify-app-block {
  padding: 35px 0;
}

h2.recently-viewed-product__title {
  border-top: 1px solid #e2e2e2;
  padding-top: 30px;
}

border-top: 1px solid #e2e2e2;

.cart__warnings {
  padding: 35px 0 !important;
}

.calendarMaster__label-title {
  font-size: 14px;
}

.calendarMaster__message {
  font-size: 13px;
  line-height: 1.5;
  color: #f73333 !important;
  margin-top: 10px !important;
}

.calendarMaster__datePicker-wrapper,
.calendarMaster__timeSelect-wrapper {
  text-align: left !important;
}

.is-empty .cart__empty-text,
.is-empty .cart__warnings {
  font-weight: 600;
}

.cart-notification.active {
  max-height: calc(100vh - 128px);
  overflow-y: scroll;
}

.cart-notification-product__image {
  flex-shrink: 0;
  width: 28.6%;
  height: auto;
  aspect-ratio: 1/1;
}

.cart-notification-product__image.global-media-settings {
  border: none;
  overflow: hidden;
}

.cart-notification-product__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}