/** Shopify CDN: Minification failed

Line 563:24 Expected "}" to go with "{"

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

@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;
  }
}

/*New Css*/
cart-items .title-wrapper-with-link a.underlined-link {
    display: none;
}
cart-items .title-wrapper-with-link {
    text-align: center;
    display: block;
}
cart-items form.cart__contents table.cart-items tr th {
    letter-spacing: .3px;
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 1px solid #E6E6E6;
}
cart-items form.cart__contents table.cart-items tbody td.cart-item__media .cart-item__image-container {
    background: #F9F9F9;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
cart-items.page-width,
#main-cart-footer{
    max-width: 1100px;
}
cart-items form.cart__contents table.cart-items tbody td.cart-item__media .cart-item__image-container img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}
cart-items form.cart__contents table.cart-items tbody tr td {
    border-bottom: 1px solid #E6E6E6;
    vertical-align: middle;
    padding: 20px 0;
}
cart-items form.cart__contents table.cart-items tbody tr td.cart-item__details {
    padding-left: 20px;
}
cart-items form.cart__contents #main-cart-items {
    border-bottom: 0;
}
.cart__footer .cart__blocks small.tax-note {
    color: #656565;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.3px;
}
.cart__footer {
    padding-top: 0;
}
cart-items.page-width {
    padding-bottom: 20px;
}
cart-items form.cart__contents table.cart-items tbody cart-remove-button {
    margin-left: 60px;
}
cart-items form.cart__contents table.cart-items tbody cart-remove-button a.button {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.3px;
    color: #D6D6D6;
}
cart-items form.cart__contents table.cart-items tbody cart-remove-button a.button:hover {
  color: #000000;
  text-decoration: underline;
}
.cart__footer-wrapper .cart__blocks button.cart__checkout-button:after {
    content: "";
    background-image: url('/cdn/shop/files/Group.svg?v=1669200531');
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    outline: none;
    box-shadow: none;
    position: static;
    margin-left: 10px;
}
.cart__footer-wrapper .cart__blocks button.cart__checkout-button {
    position: relative;
    background: #1F7828;
}
cart-items form.cart__contents table.cart-items tbody cart-remove-button {
    right: 16%;
    margin: 0;
    position: absolute;
    top: 50px;
}
td.cart-item__details {
    position: relative;
}
.cart__footer .cart__note:after {
  border-radius: 4px !important;
}
cart-items form.cart__contents table.cart-items quantity-input.quantity:after {
    border-radius: 4px;
}
cart-items form.cart__contents table.cart-items tbody tr td a,
cart-items form.cart__contents table.cart-items tbody tr td .product-option,
cart-items form.cart__contents table .cart-item__price-wrapper span.price{
    font-weight: 400;
    font-size: 14px;
}
.cart__blocks .totals h2.totals__subtotal {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.3px;
}
.cart__blocks .totals p.totals__subtotal-value {
    font-size: 16px;
    letter-spacing: 0.3px;
}
cart-items form.cart__contents table .cart-item__price-wrapper span.price {
    margin-top: 0;
}
.cart__blocks .discount-savings h2.totals__subtotal,
.cart__blocks .discount-savings p.totals__subtotal-value {
    font-size: 14px;
}
.cart__blocks .totals p {
    min-width: 130px;
    text-align: right;
}
.cart__blocks .discount-savings {
    margin-top: 5px;
}
.cart__footer label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
cart-items .title-wrapper-with-link {
    margin-top: 0;
}
cart-items .cart-item__error {
    position: absolute;
    bottom: 50px;
}
cart-items h1.title.title--primary {
    font-weight: 500;
    font-size: 30px;
    line-height: 26px;
    text-transform: uppercase;
}

@media screen and (max-width: 989px) {
  cart-items h1.title.title--primary {
      font-size: 26px;
  }
  cart-items form.cart__contents table.cart-items tbody cart-remove-button {
      position: static;
      width: auto;
      height: auto;
      min-height: auto;
  }
  cart-items form.cart__contents table.cart-items tbody tr td a, 
  cart-items form.cart__contents table.cart-items tbody tr td .product-option,
  cart-items form.cart__contents table .cart-item__price-wrapper span.price {
      font-size: 12px;
  }
  cart-items form.cart__contents table.cart-items tbody cart-remove-button a.button {
      line-height: normal;
  }
}
@media screen and (max-width: 749px) {
  cart-items form.cart__contents table.cart-items tbody tr td {
      border: 0;
      padding: 0;
  }
  cart-items form.cart__contents table.cart-items tbody tr td.cart-item__details {
      padding-left: 0;
  }
  cart-items form.cart__contents table.cart-items tbody tr {
      border-bottom: 1px solid #E6E6E6;
      padding-bottom: 2rem;
      margin-bottom: 2rem;
  }
  .cart__footer {
      padding-bottom: 4rem;
  }
  .cart__dynamic-checkout-buttons.additional-checkout-buttons {
      margin: 0;
  }
  cart-items form.cart__contents table.cart-items tr th {
      border: 0;
      font-size: 14px;
  }
  .cart-items thead tr {
      margin-bottom: 2rem;
  }
  cart-items form.cart__contents table.cart-items tbody cart-remove-button a.button {
      min-height: auto;
      margin-top: 15px;
  }
}


.totals {
    justify-content: space-between;
    font-weight: 700;
}

.totals * {
    font-weight: 500!important;
}

.totals {
    justify-content: space-between;
    font-weight: 700;
}

.totals * {
    font-weight: 500!important;
}

.cart__footer-wrapper .cart__blocks button.cart__checkout-button:after {
    display: none;
}

button#checkout {
    background: linear-gradient(180deg, #1F7828 0%, #00670A 100%);
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: .2s ease-in-out;
  border-radius: 4px;
}

button#checkout:hover {
    filter: brightness(1.2);
}

.cart__blocks {
    background: #F6F6F6;
    padding: 25px;
}

.nomadic-badges-container div {
    display: flex;
    align-items: flex-start;
    line-height: 1.3em;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.totals {
    justify-content: space-between!important;
}

.nomadic-badges-container div svg {
    margin-right: 10px;
}

.nomadic-badges-container {
    margin-top: 20px;
    margin-bottom: 0;
}

.nomadic-badges-container div svg {
    margin-top: -2px;
}

.nomadic-badges-container div {
    margin-bottom: 14px;
}


button#checkout svg {
    margin-left: 10px;
}

button#checkout {
    letter-spacing: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button#checkout svg {
    margin-top: -2px;
}

div#dynamic-checkout-cart ul {
    flex-direction: column!important;
}

div#dynamic-checkout-cart ul li {
    flex-basis: initial!important;
}

@media screen and (min-width: 768px) {
div#dynamic-checkout-cart ul li, div#dynamic-checkout-cart ul li iframe {
    height: 46px!important;
    max-height: 46px!important;
}
  
.cart__blocks {
    min-width: 380px;
}

}
div#dynamic-checkout-cart ul {
    flex-direction: column!important;
}

div#dynamic-checkout-cart ul li {
    flex-basis: initial!important;
}


.cart__checkout-button {
    max-width: 100%;
}

.cart__dynamic-checkout-buttons.additional-checkout-buttons {
    max-width: 100%;
}

.totals {
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
button#checkout {
    height: 54px;
    font-size: 15px;
}
}

.cart__checkout-button {