/** Shopify CDN: Minification failed

Line 437:32 The "-" operator only works if there is whitespace on both sides

**/
.cart-item__details dl {
    display: block !important;
}
cart-drawer-items {
    overflow: auto;
    flex: 1;
    max-height: 60%;
}
cart-drawer-items.is-empty  div#upsell-product-custom{
 display:none;
}
form#cart-discount-form {
    display: none;
}

cart-drawer-items {
    overflow: unset !important;
    height: auto;
} 
.discount-custom {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}
.cart-drawer__form {
    max-height: 15rem;
    overflow: auto;
}
.drawer__inner small.tax-note.caption-large p {
    margin: 0 !important;
}
.cart-drawer .tax-note {
    margin: 5px 0 !important;
}
p#discount-code-error,p#discount-code-success {
    width: 100%;
    text-align: left;
}
ul.cart-discounts li {
    display: flex;
    align-items: center;
}
ul.cart-discounts .icon.icon-discount {
    margin-right: 0.3rem;
}
input#discount-code-input {
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 65%;
    font-size: 1rem;
    border-right: none !IMPORTANT;
    border: 1px solid;
}
form#cart-discount-form {
    margin-top: 1rem;
}
ul.cart-discounts svg {
    max-width: 1rem;
}
ul.cart-discounts {
    list-style: none;
    padding-left: 0;
    font-size: 0.875rem;
}
.discount-custom button {
    width: 35%;
    background: var(--primary-color);
    border: none;
    color: #fff;
    font-family: var(--text-medium);
    font-size: 1rem;
}

.product-option dd {
    margin-left: 0.3rem;
}
/* .free_shipping_card_title{
    display: none;
} */
/* 
.selling-custom-mini-cart button.btn.custom-check-btn.btn__default.submit_form {
    display: none;
} */
button.dn-subscribe-btn {
    background: transparent;
    border: none !important;
    cursor: pointer;
}
.pro-details-price-add-to-cart-button fieldset {
    position: absolute;
    opacity: 0;
    z-index: -9999;
    font-size: 0;
}

.free_shipping_card_title.no-prcs {
    color: red !important;
}
.free_shipping_card_title.no-prcs + .free_shipping_card_progress .free_shipping_card_progress_bar {
    background: red !important;
}
.cart-drawer__overlay:empty {
    background-color: #000;
    opacity: .4;
}
.drawer.is-empty .cart-drawer__warnings .drawer__close {
    right: 30px;
}
.drawer__inner-empty .cart__empty-text {
    margin: 0 0 1rem;
}
/* .cart-drawer .cart__checkout-button:after{
  display: none !important;
} */
/* .text_box_payment .list-payment__item svg {
    max-width: 2.5rem;
} */
p.upsell_title {
    color: #000000;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: .64px;
    font-family: var(--font-body-family);
}
#CartDrawer .drawer__inner {
    width: 100%;
    max-width: 28.75rem;
    min-width: 28.75rem;
    background: #fff;
    border-radius: 0;
    padding-top: .75rem;
}
dt.datum-icon {
    font-size: 0;
}
.product-option {
    display: flex;
    align-items: center;
}
.drawer .drawer__heading {
    margin: 0;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--heading-regular);
    color: #000000;
    letter-spacing: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: .5rem;
}
.drawer__inner .drawer__close .svg-wrapper {
    height: 0.938rem;
    width: 0.938rem;
}
.drawer__heading svg {
    max-width: 1rem;
    margin-right: .5rem;
    position: relative;
    top: -1px;
}
.drawer__close .svg-wrapper {
    height: 1rem;
    width: 1rem;
}
.drawer__inner .drawer__header {
    padding: 0.5rem 0;
    border-bottom: 1px solid hsl(97deg 100% 50% / 20%);
}
.drawer__inner  .drawer__close {
    display: inline-block;
    padding: 0;
    min-width: auto;
    min-height: auto;
    top: 1rem;
    right: 0;
}
div#CartDrawer-CartItems .cart-item__totals.right,
.cart-drawer .cart-items thead,
.cart-item__details dl {
    display: none;
}
div#CartDrawer-CartItems .cart-item {
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid hsl(97deg 100% 50% / 20%);
    /* padding-top: .9375rem; */
    /* padding-bottom: .9375rem; */
    gap: 0;
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 1rem;
}
div#CartDrawer-CartItems .cart-item__media {
    width: 100%;
    max-width: 60px;
    flex-basis: 60px;
    padding: 0;
    height: 55px;
}
div#CartDrawer-CartItems .cart-item__media * {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
div#CartDrawer-CartItems .cart-item__details {
    max-width: calc(100% - 75px - 64px);
    flex-basis: calc(100% - 75px - 64px);
    display: flex;
    flex-direction: column;
    padding: 0 0 0 1rem;
}
div#CartDrawer-CartItems .cart-item__quantity {
    padding-left: 0;
    max-width: 64px;
    flex-basis: 64px;
    margin-left: auto;
}
div#CartDrawer-CartItems quantity-input.quantity.cart-quantity,
div#CartDrawer-CartItems .quantity__button {
    width: auto;
}
div#CartDrawer-CartItems .cart-item__quantity-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
div#CartDrawer-CartItems .cart-item__name {
    font-size: .875rem;
    font-weight: 400;
    padding-right: .75rem;
    text-transform: inherit;
    line-height: 1.75rem;
    letter-spacing: 0;
    color: #000000;
    font-family: var(--text-medium);
}
.cart-drawer .cart-item__totals {
    justify-content: flex-start;
}
.product-option dd {
    font-family: var(--font-body-family);
}
span.price.price--end, span.product_price, .drawer__inner .product-option {
    letter-spacing: 0;
    font-size: .813rem!important;
    line-height: 1.2;
    color: #000000;
    opacity: 1;
    font-family: var(--font-body-family);
  }
span.price.price--end, span.product_price{
  display: inline-block;
}
.drawer__inner quantity-input.quantity .quantity__button .svg-wrapper {
    width: .625rem;
}
.drawer__inner .discounts__discount {
    line-height: 1;
    font-size: .75rem;
    color: #959595;
}
.drawer__inner .discounts__discount > .icon {
    color: #959595;
    width: .75rem;
    height: .75rem;
    margin-right: 0.5rem;
}
.drawer__inner .discounts {
    display: none;
}
div#CartDrawer-CartItems quantity-input.quantity.cart-quantity {
    width: auto;
    height: 25px;
    padding-left: .625rem;
    padding-right: .625rem;
    width: 66px;
    margin-left: auto;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
    min-height: auto;
    min-width: 66px;
    background-color: transparent;
    border: 1px solid hsl(97deg 100% 50% / 20%);
    border-radius: 6px;
    border: 0.5px solid #004381;
    border-radius: 0;
}
div#CartDrawer-CartItems quantity-input.quantity.cart-quantity > * {
    width: 33.33%;
    max-width: 33.33%;
    flex-basis: 33.33%;
    padding: 0;
    font-size: .875rem;
    height: 1.563rem;
}
.drawer .drawer__heading span.svg-wrapper {
    width: 30px;
    top: 0;
}
.quantity__button .svg-wrapper {
    width: .5rem;
}
div#CartDrawer-CartItems .quantity:before, div#CartDrawer-CartItems .quantity:after {
    display: none;
}
div#CartDrawer-CartItems button.button.button--tertiary.cart-remove-button {
    color: #959595;
    padding-bottom: 0;
    line-height: normal;
    min-height: auto;
    letter-spacing: 0;
    font-size: .75rem;
    text-decoration: underline;
    font-family: var(--font-body-family);
    text-underline-position: under;
    justify-content: flex-end;
    min-width: 1rem;
    width: 1rem;
}
div#CartDrawer-CartItems button.button.button--tertiary.cart-remove-button .svg-wrapper{
    width: .875rem;
}
.cart-drawer .cart-item__error {
    display: none;
}
div#CartDrawer-CartItems quantity-popover {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
}
div#CartDrawer-CartItems cart-remove-button {
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
}
div#CartDrawer-CartItems .cart-item__totals.right {
    align-items: flex-end;
}
.cart-drawer .cart-item__image {
    height: 3.75rem;
    object-fit: cover;
}
div#CartDrawer-CartItems .cart-item__name:hover {
    text-decoration: none;
}
.drawer__inner .product-option span.product-tax {
    margin-left: .5rem;
}
.drawer__inner p.totals__total-value, .drawer__inner .totals__total {
    font-size: .938rem;
    letter-spacing: 0;
    color: #000000;
    font-family: var(--font-body-family);
    letter-spacing: 0;
}
.drawer__inner p.totals__total-value {
    font-size: .938rem
    color: #000000;
    font-family: var(--text-bold);
}
.cart-drawer .totals {
    margin-top: .25rem;
}
div#CartDrawer-CartItems cart-remove-button {
    margin-left: auto;
}
.drawer__inner small.tax-note.caption-large.rte, .drawer__inner small.tax-note.caption-large.rte p {
    letter-spacing: 0;
    font-size: 0.75rem;
    color: #959595;
    margin-bottom: 1rem;
    margin-top: .5rem;
    font-family: var(--text-light);
}
.drawer__inner small.tax-note a {
    font-size: .813rem;
    color: #959595;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
    font-family: var(--font-body-family);
}
.cartdrawer-upsell-wrap .main_wrapper {
    display: flex!important;
    flex-flow: row wrap;
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    padding: 1rem;
    border-radius: 12px;
}
.cartdrawer-upsell-wrap .product-single__variants {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    height: 0;
    width: 0;
}
.drawer__inner small.tax-note.caption-large p {
    display: inline-block;
}
div#upsell-product-custom {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    overflow: hidden;
}
.pro-image {
    width: 100%;
    max-width: 60px;
    flex-basis: 60px;
    padding: 0;
}
/* .cart-drawer__form {
    height: 100%;
} */
.pro-details.cart__item-details {
    max-width: calc(100% - 75px -1rem);
    flex-basis: calc(100% - 75px - 1rem);
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}
.pro-details-price-add-to-cart-button svg {
    /* filter: brightness(0) invert(1); */
    /* max-width: max-content; */
    width: 1.5rem;
}
.pro-details-price-add-to-cart-button .svg-wrapper{
    width: 28px;
}
.pro-details-price-add-to-cart-button {
    align-items: center;
    display: flex;
    margin-left: auto;
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
}
.text_box_payment p {
    font-size: .813rem;
    margin-bottom: .5rem;
}
.text_box_payment .list-payment {
    justify-content: flex-start;
    margin: 0;
    padding-top: 0;
}
.text_box_payment .list-payment__item {
    padding: 0;
    margin-right: .25rem;
    margin-bottom: .25rem;
    display: block;
}
.text_box_payment .list-payment__item:last-child svg{
      width: 42px;
    position: relative;
    top: -4px;
}
.text_box_payment .footer__payment {
    margin-top: 0;
}
.pro-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
span.vat_inc.vat_inc {
    color: #959595;
    font-size: .625rem;
}
h4.cart__item-name {
    font-size: .875rem;
    font-weight: 400;
    padding-right: 1rem;
    text-transform: inherit;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000000;
    font-family: var(--text-medium);
    margin-bottom: 0;
}
.cart-drawer-upsell-contern {
    background: #FCFBF9 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #0000000D;
    border: 0.5px solid #5C957F;
    padding: .75rem;
      border-radius: 7px;
}
.drawer__inner .drawer__footer {
    border-top: none;
    padding-top: .5rem
}
.upsell-header h3 {
    border-bottom: none;
}
button.btn.custom-check-btn.btn__default.submit_form {
    margin-right: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
}
button.btn.custom-check-btn.btn__default.submit_form {
    background: transparent;
    border: none;
    cursor: pointer;
}
.upsell-header h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: 0;
    font-family: var(--text-font-medium);
}
.shipping-bar {
    text-align: center;
    width: 100%;
    margin-block-start: 16px;
    margin-block-end: 4px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    display: block;
}
.mini-cart .mini-cart__drawer-footer .shipping-bar {
    border-bottom: 1px solid hsl(97deg 100% 50% / 20%);
    padding-bottom: 14px;
}
.mini-cart .mini-cart__drawer-footer .shipping-bar__text {
    text-align: left;
    font-size: 13px;
    letter-spacing: .5px;
    color: #12292d;
    line-height: 1.33;
}
.shipping-bar__text {
    display: block;
    font-size: .625rem;
    text-align: left;
    letter-spacing: 0.013rem;
}
.shipping-bar__progress {
    border-radius: 3px;
    height: 5px;
    display: block;
    position: relative;
    background-color: #E2E2E2;
}
.mini-cart .mini-cart__drawer-footer .shipping-bar__progress {
    background: #d0d7e9;
    border: none;
    height: 5px;
}
.shipping-bar__progress:after {
    content: "";
    transform: scaleX(var(--progress));
    transform-origin: left;
    background: #121212;
    transition: transform .2s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.cart-drawer .free_shipping_card_wrapper .free_shipping_card_title {
    font-size: 12px;
    letter-spacing: 0px;
    color: #42A202;
    font-weight: 400;
    text-align: left;
    line-height: 15px;
    order: 2;
    margin-top: .625rem;
      margin-bottom: .25rem;
}
.cart-item__details dl {
    display: none;
    font-weight: 400;
}
.cart-drawer .free_shipping_card_wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-top: 0;
    display: flex;
    flex-direction: column;
    padding-top: 0;
}
.cart-drawer .free_shipping_card_wrapper .free_shipping_card_title {
    font-size: .75rem;
    letter-spacing: 0px;
    color: #3B5D47;
    font-weight: 400;
    text-align: left;
    line-height: 15px;
    order: -1;
    font-family: var(--text-light);
}
.cart-drawer .cart__ctas {
    flex-direction: column;
}
.cart__ctas .list-payment{
    justify-content: center;
    width: 100%;
    margin: 0;
}
.cart__ctas .list-payment__item {
    padding: 0 .25rem;
}
.cart-drawer .free_shipping_card_wrapper .free_shipping_card_progress {
    margin-top: 8px;
    border: none;
    border-radius: 0;
    background: #CECECE;
    height: 3px;
}
small.cart_tax {
    margin-left: 10px;
}
p.cart__sub {
    width: 100%;
    background: #4A321F;
    text-align: center;
    color: #fff;
    font-size: .813rem;
    padding: 2px 0;
    margin: 0;
}
.cart-drawer .free_shipping_card_wrapper .free_shipping_card_progress .free_shipping_card_progress_bar {
    border-radius: 0;
    background: #3B5D47;
    height: 4px;
    display: block;
}
.cart_tax, p.caption-with-letter-spacing.light {
    color: #a5b6c3;
    font-size: 11px;
    opacity: 1;
    font-family: var(--text-light);
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 1;
}
p.cart__item-name {
    font-size: .75rem;
    font-weight: 400;
    padding-right: .75rem;
    text-transform: inherit;
    line-height: 1.125rem;
    letter-spacing: 0;
    color: #001d38;
    font-family: var(--heading-medium);
    padding-right: 2.5rem;
    margin-bottom: 0;
    max-width: 15rem;
}
@media screen and (max-width: 990px){
    cart-drawer-items {
        display: flex;
        flex-direction: column;
    }
    .cart-drawer__form {
    max-height: 13rem;
    overflow: auto;
    height: 100%;
}
    .discount-custom button {
    font-size: 12px;
    }
  .drawer .drawer__heading {
    font-size: 15px;
  }
  #CartDrawer .drawer__inner {
    width: 100%;
    max-width: 28.75rem;
    min-width: auto;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  h4.cart__item-name {
    margin-top: 0;
  }
  #CartDrawer .drawer__inner .swiper-slide {
    width: 100% !important;
  }
  .cart-drawer .cart__checkout-button {
    max-width: none;
    font-size: 15px !important;
  }
  .drawer__inner p.totals__total-value, .drawer__inner .totals__total, .upsell-header h5, .drawer__heading {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .drawer__inner p.totals__total-value {
    font-size: 14px;
    letter-spacing: 0;
  }
   div#CartDrawer-CartItems .cart-item__media {
    width: 100%;
    max-width: 75px;
    flex-basis: 75px;
    padding: 0;
    height: 80px;
    margin-top: 8px;
  }
  .cart-drawer .free_shipping_card_wrapper .free_shipping_card_title {
    font-size: 12px;
  }
  .upsell-header h5 {
    margin-bottom: 15px;
  }
  .pro-image {
    width: 85px;
    height: 55px;
  }
  .drawer__inner small.tax-note.caption-large.rte {
    margin-top: 0;
    font-size: 12px;
  }
  button.btn.custom-check-btn.btn__default.submit_form {
    width: 40px;
    height: 30px;
  }
  div#CartDrawer-CartItems .cart-item__name {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .drawer__inner dl .product-option {
    font-size: 12px;
    letter-spacing: .48px;
  }
  .cartdrawer-upsell-wrap .main_wrapper {
    padding: 0;
  }
  .drawer__inner .drawer__header {
    padding: 10px 0;
  }
  .cart-drawer .free_shipping_card_wrapper {
    border-top: 0;
  }
  p.upsell_title {
    color: #004381;
    font-size: 15px;
    line-height: 1.625rem;
    letter-spacing: .6px;
    font-family: var(--font-heading-family);
  }
}