/** Shopify CDN: Minification failed

Line 436:34 Unexpected "'.hidden'"

**/
.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: 1rem 0 1rem;
}

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

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

.cart__login-title {
  margin: 5.5rem 0 0.5rem;
}

.cart__login-paragraph {
  margin-top: 0.8rem;
}

.cart__login-paragraph a {
  font-size: inherit;
}

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

  .cart__empty-text {
    margin: 0 0 3rem;
  }
}

cart-items {
  display: block;
}

.cart__items {
  position: relative;
  padding-bottom: 3rem;
  /* border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08); */
}

.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 {
  height: fit-content;
}

.cart__note label {
  display: flex;
  align-items: flex-end;
  position: absolute;
  line-height: 1;
  height: 1.8rem;
  top: -3rem;
  color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
  height: 100%;
  position: relative;
  border-radius: var(--inputs-radius);
  padding: 1rem 2rem;
}

.cart__note .text-area {
  resize: vertical;
}

.cart__note:after, .cart__note:hover.cart__note:after,
.cart__note:before, .cart__note:hover.cart__note:before,
.cart__note .field__input:focus,
.cart__note .field__input {
  border-bottom-right-radius: 0;
}

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

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

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

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

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

  .cart__footer > * {
    width: 35rem;
  }

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

.cart__ctas button {
  width: 100%;
}

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

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

.cart__dynamic-checkout-buttons {
  max-width: 36rem;
  margin: 0 auto;
}

.cart__blocks > * + * {
  margin-top: 1rem;
}

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

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: calc(1 + 1 / var(--font-body-scale));
}

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

.cart__checkout-button {
  max-width: 36rem;
}

.cart__ctas {
  text-align: center;
}

.minimum-order-amount-not-met{
  text-align: left;
}

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

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

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

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

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

/* Bottom section */

.cart__footer .cart__blocks {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    width: 100%;
}

.cart__footer .cart__blocks .col-custom {
    width: 33.3333%;
    padding: 25px 30px 30px;
    border: 1px solid #bababa;
    margin-top: 0;
}
.cart__footer .cart__blocks .col-custom h4 {
    margin: 0 0 5px 0;
    font-size: 26px;
    font-weight: 500;
}

.cart__footer .cart__blocks .col-custom p {
    margin: 10px 0 10px 0;
}

.cart__footer .cart__blocks .col-custom .form-group {
    margin-bottom: 10px;
}

.cart__footer .cart__blocks .col-custom .form-group label {
    color: #333;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

.cart__footer .cart__blocks .col-custom .form-group label sup {
    color: #fa6b6b;
    font-weight: lighter;
    font-size: 16px;
    line-height: 1em;
    position: relative;
    top: -1px;
}
.cart__footer .cart__blocks .col-custom .form-group .form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    border-radius: 0;
    font-size: 1em;
    line-height: 1.214em;
    color: #747b83;
    border: 1px solid #ccc;
    outline: 0;
    box-shadow: none !important;
}
textarea.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    border-radius: 0;
    font-size: 1em;
    line-height: 1.214em;
    color: #747b83;
    border: 1px solid #ccc;
    outline: 0;
    min-height: 100px;
}
.cart__footer .cart__blocks .col-custom .tax-note.caption-large.rte {
    display: none;
}
.cart__footer .cart__blocks .col-custom .totals {
    justify-content: space-between;
    border-bottom: 1px solid #bababa;
    margin-bottom: 20px;
    padding: 0 0 15px 0;
    align-items: center;
}
.cart__footer .cart__blocks .col-custom .money {
    color: #2f827b;
}
.cart__footer .cart__blocks .col-custom .grand-totals .money {
    font-size: 30px;
}
.cart__footer .cart__blocks .col-custom .cart__checkout-button {
    width: 100%;
    max-width: 100%;
}
.grand-totals {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.grand-totals .totals__subtotal {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}

.cart .grid__item:hover {
    box-shadow: none;
}
.cart .product__inside__info {
    box-shadow: none !important;
    display: none !important;
}
.cart .card-information__text{
      overflow: inherit;
}

/* Cart Empty */

.cart__empty-image {
    display: block;
    text-align: center;
    padding: 40px 0 10px 0;
}
.cart__empty-image img {
    width: 190px;
    height: auto;
}
.button.btn-grey.continue_shopping {
    width: fit-content;
    margin: 30px auto 0 auto;
    background-color: #1fc0a0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
.button.btn-grey.continue_shopping:hover {
    background-color: #fff;
    color: #1fc0a0;
}
.cart__empty-no-item {
    font-size: 18px;
    color: #2f827b;
    font-weight: 500;
    letter-spacing: .4px;
    margin: 25px 0 30px 0;
    display: block;
}
.cart-item__quantity-wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 75px;
}
.quantity__input {
    outline: 0 !important;
    box-shadow: none !important;
}
body.cart .header__icons {
    justify-content: flex-end;
}
body.cart .header__icon.header__icon--cart{
  display: none;
}
.cart-minimum-qty-not-met{
  color: #a94442;
}

button.blink-border
{
	-webkit-animation: pulsate .7s linear infinite;
	animation: pulsate .7s linear infinite;
}
button:hover.blink-border
{
	-webkit-animation: none;
	animation: none;
}
@-webkit-keyframes pulsate {
  50% {   
    opacity: .6;
  }
}
@keyframes pulsate {
  50% {   
	opacity: .6;
  }
}

@media screen and (max-width: 991px) {
  .cart__footer .cart__blocks {
      display: block;
  }
  .cart__footer .cart__blocks .col-custom {
      width: 100%;
  }
  .grand-totals .totals__subtotal {
      font-size: 25px;
      font-weight: 400;
  }
  .cart__footer .cart__blocks .col-custom .grand-totals .money {
      display: flex;
      font-size: 25px;
      font-weight: 400;
  }
}

.minimum-order-amount-not-met:not('.hidden') + button {
  display: none;
}