/** Shopify CDN: Minification failed

Line 64:3 Cannot use type selector "--small" directly after nesting selector "&"
Line 67:3 Cannot use type selector "--xs" directly after nesting selector "&"
Line 70:3 Cannot use type selector "__text" directly after nesting selector "&"
Line 73:3 Cannot use type selector "__icon--xs" directly after nesting selector "&"
Line 77:3 Cannot use type selector "__icon--sm" directly after nesting selector "&"

**/
/* Changes made by Green Dev */
.cart-template__footer {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-top:calc(4px * 5);
  margin-top:var(--spacing-medium);
  margin-bottom:calc(4px * 7);
  margin-bottom:var(--spacing-large);
}
.cart-template__footer-left {
  width:100%
}
@media (min-width: 60em) {
  .cart-template__footer-left{
    width:35%
  }
}
.cart-template__footer-right {
  width:100%;
  margin-top:calc(4px * 5);
  margin-top:var(--spacing-medium)
}
@media (min-width: 60em) {
  .cart-template__footer-right {
    width:65%;
    text-align:right
  }
}

.secondary_button-style-bordered .bttn--secondary, .secondary_button-style-bordered .bttnnewreview, .secondary_button-style-bordered #shopify-product-reviews .spr-summary-actions-newreview--secondary, .secondary_button-style-bordered #shopify-product-reviews .spr-summary-actions-newreviewnewreview, .secondary_button-style-bordered .product__reviews .spr-summary-actions-newreview--secondary, .secondary_button-style-bordered .product__reviews .spr-summary-actions-newreviewnewreview, .secondary_button-style-bordered #shopify-product-reviews .spr-summary-actions---secondary, .secondary_button-style-bordered #shopify-product-reviews .spr-summary-actions-newreview, .secondary_button-style-bordered .product__reviews .spr-summary-actions---secondary, .secondary_button-style-bordered .product__reviews .spr-summary-actions-newreview, .secondary_button-style-bordered #shopify-product-reviews .spr-button-primary--secondary, .secondary_button-style-bordered #shopify-product-reviews .spr-button-primarynewreview, .secondary_button-style-bordered .product__reviews .spr-button-primary--secondary, .secondary_button-style-bordered .product__reviews .spr-button-primarynewreview {
  background-color:transparent;
}

.cart-template__dynamic-checkout-buttons {
  @media (min-width: 60em) {
    width:60%;
    display:inline-block;
    max-width: 400px;
  }
}

.product__usps {
  margin-top:calc((4px / 2) + 4px);
  margin-top:calc((var(--spacing-unit) / 2) + var(--spacing-unit));
  margin-bottom:calc((4px / 2) + 4px);
  margin-bottom:calc((var(--spacing-unit) / 2) + var(--spacing-unit));
  display:flex;
  justify-content:flex-start;
  align-items: center;
  gap: 8px;
}

.usp {
  &--small {
    font-size: 1.4rem;
  }
  &--xs {
    font-size: 1.2rem;
  }
  &__text {
    line-height: 1;
  }
  &__icon--xs.icon {
    width: 12px;
    height: 12px;
  }
  &__icon--sm.icon {
    width: 18px;
    height: 18px;
  }
}

#ShopifyChat {
  .template-cart & {
    z-index: 0!important;
  }
}

/* Cart upsell */
.giftwrap-box {
  background-color: #f9f9f9;
  padding: 20px;
  @media screen and (max-width: 767px) {
    padding: 20px 10px;
  }

  .inner {
    display: flex;
    gap: 10px;
    @media screen and (max-width: 499px) {
      flex-direction: column;
    }
  }
  &.one_added.two_added {
    display: none;
  }
  .top {
    width: 100%;
  }
  .top h3 {
    margin-top: 0;
    padding-left: 10px;
    font-size: 19px;
  }
  [type="checkbox"] {
    display: none;
  }
  .bttn {
    cursor: pointer;
  }
  .extra-product-1,
  .extra-product-2 {
    display: inline-block;
    flex: 1 0 50%;
    max-width: 200px;
    @media screen and (max-width: 499px) {
      max-width: 100%;
    }

    .wrapper {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    &.added {
      display: none;
    }
    h3 {
      font-size: 15px;
    }
    p {
      font-size: 13px;
      line-height: 19px;
    }
  }
  img {
    width: 100%;
  }
}
[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}
