/** Shopify CDN: Minification failed

Line 366:0 Unexpected "}"

**/
.cart {
  position: relative;
  display: block;
}

.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .title-wrapper-with-link,
.is-empty .cart__footer {
  display: none;
}

.is-empty .cart__empty-text,
.is-empty .cart__warnings {
  display: block;
}

.cart__warnings {
  display: none;
  text-align: center;
  padding: 7rem 0;
}

.cart__empty-text {
  margin: 4.5rem 0 5.5rem;
}

.cart__contents > * + * {
  margin-top: 2.5rem;
}

@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 10rem 0 15rem;
  }

  .cart__empty-text {
    margin: 5rem 0 6rem;
  }
}

cart-items {
  display: block;
}

.cart__items {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 0.2rem solid #D7D0CD;
}

.cart__items--disabled {
  pointer-events: none;
}

.cart__footer {
  padding: 4rem 0 0;
}

.cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 5rem;
}

.cart__footer > div:only-child {
  margin-left: auto;
}

/* .cart__footer > * + * {
  margin-top: 4rem;
} */

.cart__footer .discounts {
  margin-top: 1rem;
}

.cart__note {
  display: block;
}

.cart__note label {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  height: 1.8rem;
  margin-bottom: 2rem;
  color: var(--color-foreground-75);
}

.cart__note .field__input {
  padding: 1rem;
}

@media screen and (min-width: 750px) {
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }

  .cart__contents > * + * {
    margin-top: 0;
  }

  .cart__items + .cart__footer {
    grid-column: 2;
  }

  .cart__footer-wrapper:last-child {
    padding-top: 0;
  }

  /* .cart__footer > * {
    width: 35rem;
  } */

  .cart__footer > * + * {
    margin-top: 0;
  }
}

.cart__footer {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  border: 0;
}

@media (min-width: 992px) {
  .cart__footer {
    flex-direction: row;
  }
}

.cart__ctas button {
  width: 100%;
}

.cart__ctas > *:not(noscript:first-child) + * {
  margin-top: 1rem;
}

.cart__update-button {
  margin-bottom: 1rem;
}

.cart__dynamic-checkout-buttons {
  margin-top: 0;
}

.cart__dynamic-checkout-buttons div[role='button'] {
  border-radius: 0 !important;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 2;
}

.tax-note {
  margin: 2.2rem 0 1.6rem auto;
  text-align: center;
  display: block;
}

.cart__ctas {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .cart-note {
    max-width: 35rem;
  }

  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }

  .cart__dynamic-checkout-buttons {
    margin-top: 1rem;
  }

  .tax-note {
    margin-bottom: 2.2rem;
    text-align: right;
  }

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

  .cart__ctas {
    display: flex;
    gap: 1rem;
  }
}

.cart__contents {
  padding-top: 30px;
}

.cart__total-box {
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .cart__total-box {
    border-left: 2px solid #D7D0CD;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .cart__total-box {
    width: 35%;
    margin-left: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1280px) {
  .cart__total-box {
    width: 500px;
    margin-left: 74px;
    padding-left: 74px;
  }
}

.cart__total-item {
  padding: 20px 0;
  border-top: 2px solid #D7D0CD;
}

.cart__total-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.cart__delivery {
  display: none;
}

.cart__delivery-links a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-base-text);
  display: inline-block;
  padding: 18px 20px;
  text-decoration: none;
  border: 2px solid var(--color-base-text);
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.cart__delivery-links a.active {
  background-color: var(--color-base-text);
  color: #fff;
}

.cart__delivery-links a {
  margin-right: 6px;
}

.cart__total-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-base-text);
  margin: 0 0 13px;
  display: flex;
  flex-direction: column;
}
.cart__total-title p { 
  font-size: 14px;
  line-height: 20px;
}
.cart__total-title * {
  width: 100%;
  margin: 0;
}
.cart__total-title--sm {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  margin: 0 0 5px;
}

.cart__total-title button {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
}

.cart__total-title button svg {
  display: inline-block;
  vertical-align: middle;
}

.cart__total-product-desc,
.cart__total-product-desc p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  color: #707070;
}

.cart__total-product-desc p {
  margin: 0;
}

.cart__total-product-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-button-background);
  padding: 17px 0 0;
}

/* Additional Checkbox */
.check-main-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.check-main-wrap.lock {
  opacity: .5;
  pointer-events: none;
}
.check-main-wrap .checkbox-cont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 100%;
}
.checkbox-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-cont .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #dbdbdb;
}
}

/* On mouse-over, add a grey background color */
.checkbox-cont:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-cont input:checked ~ .checkmark {
  background-color: #e14c68;
  border: 1px solid #e14c68;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-cont input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-cont .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}