/** Shopify CDN: Minification failed

Line 535:55 Unexpected "{"
Line 759:59 Unexpected "{"

**/
.continueShoppping_button{
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  height: 36px;
  padding: unset;
}

.continueShopping_label{
  text-decoration: unset;
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--btt-bg);
}

.continueShopping_label:hover, .continueShopping_label:active{
  color: #A60D24;
}

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

cart-drawer .cart__item-price {
    display: block;
}

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

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

.cart__warnings .button {
    font-size: 12px;
    line-height: 16px;
    font-weight: 800;
    color: #fff
}

.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 .button {
        font-size: 16px;
        line-height: 24px;
    }

    cart-drawer .cart__item-price {
        display: none;
    }

    .cart__warnings {
        padding: 7rem 0 1rem;
    }

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

cart-items {
    display: block;
}

.cart__items {
    position: relative;
}

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

.cart__footer {
    padding: 4rem 0 0;
}

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

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

.cart__footer h2 {
    font-weight: 300;
    line-height: 20px;
}

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

.template-cart .cart__ctas button, .template-cart .cart__ctas .cart__checkout-button {
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: unset;
}

.template-cart .cart__ctas button::before,
.template-cart .cart__ctas button::after {
    border-radius: 12px;
}

@media all and (min-width: 750px) {
    div#main-cart-footer {
        padding: 0 45px;
    }
}

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

.cart__footer .discounts {
    margin-top: 0;
}

.discount {
    margin: 8px 0;
}

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

.cart-count {
    margin: 28px 0 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart__ctas.must__login #checkout {
    pointer-events: none;
    background: #8F8F8F;
}

.cart__ctas.must__login #checkout:after,
.cart__ctas.must__login #checkout:before {
    box-shadow: none;
}

.cart__ctas {
    margin: 0;
    text-align: center;
    display: flex;
    gap: 1rem;
}

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

    .cart-count {
        margin: 16px 0 14px;
    }

    .discount {
        margin: 10px 0;
    }

    .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: 100%

    }

    .cart__footer .js-contents {
        padding: 40px 16px;
    }

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

@media screen and (min-width: 1000px) {
    .cart__footer > * {
        width: 48rem;

    }
}

.cart__ctas button, .template-cart .cart__ctas .cart__checkout-button {
    width: 100%;
}

.cart__ctas button:before, .template-cart .cart__ctas .cart__checkout-button:before,
.cart__ctas button:after, .template-cart .cart__ctas .cart__checkout-button:after {
    content: none;
}

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

.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: 1.6rem 0 1.6rem auto;
    text-align: center;
    display: block;
    color: #F58B47;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}

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

@media screen and (max-width: 749px) {
    .drawer__footer .cart__ctas .button {
        padding: 0 10px;
    }

    .cart-items .cart-item__gift-cart .gift__cart .gift__cart-media {
        max-width: 64px;
    }

    .cart__footer .js-contents {
        background: #fff;
        padding: 24px;
        border-radius: 16px;
        margin-bottom: 24px;
    }

}

.cart-item__quantity label {
    font-size: 12px;
    line-height: 16px;
}

.cart-item__quantity-wrapper {
    gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@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: center;
        font-size: 14px;
        line-height: 20px;
    }

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

    .cart-item__quantity label {
        font-size: 14px;
        line-height: 20px;
    }

    .cart-item__quantity-wrapper {
        gap: 16px;
    }
}

.gift__cart-detail {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.template-cart .cart-item .cart-item__totals, .template-cart .cart-row-item .cart-item__totals{
    display: none;
}

.template-cart .cart-items .cart-item {
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: 24px;
    display: grid;
    grid-template: repeat(3, auto) / repeat(4, 1fr);
    column-gap: 1.6rem;
    row-gap: 1.4rem;
    margin-bottom: 24px;
}

.cart__breadcrumb {
    margin: 10px 0 17px;
    padding: 16px 0
}

.cart__breadcrumb .breadcrum__title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #8F8F8F;
    text-transform: capitalize;
}

.cart__breadcrumb .breadcrum__title.breadcrum__current {
    color: var(--color-base-text);
}

span.breadcrumb__spacing {
    margin: 0 11px;
}

span.breadcrumb__spacing svg {
    width: 6px;
    height: 10px;
}

.cart-item__remove a span {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    font-size: 12px;
    line-height: 16px;
    color: #111;
}

.template-cart .cart-item .cart-item__details .cart-item__name {
    color: var(--color-base-text);
    font-weight: 700;
}

.cart-count label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

.cart-count span {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.template-cart #MainContent .shopify-section {
    padding: 16px
}

.cart__header {
    text-align: center;
}

.template-cart .cart-item .cart-item__price {
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-row: 3 / 4;
    grid-column: 2 / 5;
    padding: 0;
}
.template-cart .cart-item .cart-item__discounted-prices {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.template-cart .cart-item .cart-item__discounted-prices .cart-item__old-price {
    font-size: 14px;
    font-style: normal;
    margin-top: 0;
    font-weight: 400;
    line-height: 20px;
    color: #8F8F8F;
}
.template-cart .cart-item .cart-item__quantity {
    grid-column: 2 / 5;
    padding: 0;
}

.template-cart .cart-item .cart-item__remove {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    padding: 0
}

.cart-item cart-remove-button {
    margin: 0;
}

.cart__footer #discountcode {
    width: 100%;
    height: 48px;
}

.gift__cart-media img {
    width: 100%;
    display: flex;
}

.template-cart .cart-item .cart-item__gift-cart {
    grid-row: 4 / 4;
    grid-column: 2 / 5;
    padding: 0;
}

.cart-item__gift-cart .gift__cart {
    display: grid;
    gap: 8px;
    grid-template-columns: 64px 1fr;
    padding: 16px;
    background: #F2F2F2;
    border-radius: 16px;
}

.cart-item__gift-cart .gift__cart .gift__cart-detail > {
    font-size: 12px;
    line-height: 16px;
}

.cart-item__gift-cart .gift__cart .gift__cart-detail p {
    margin: 0;
}

.gift__cart-badge, .gift__cart-title, .gift__cart-price {
    font-size: 12px;
    line-height: 16px;
}

.gift__cart-badge {
    color: var(--gradient-base-accent-2);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.totals.tt .totals__subtotal-value,
.discount .discounts .discounts__discount {
    font-weight: 700;
}

.cart-item__gift-cart .gift__cart .gift__cart-detail p.gift__cart-title {
    margin: 4px 0 11px;
}

.gift__cart-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.gift__cart-price .gift__label {
    color: #8F8F8F;
}

.gift__cart-price .gift__label span:first-child {
    font-size: 10px;
    line-height: 14px;
    margin-right: 4px;
}

.gift__cart-price .gift__label span:last-child {
    font-size: 14px;
    line-height: 18px;
    text-decoration: line-through;
}

.gift__cart-price .gift__price {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    color: var(--gradient-base-accent-2);
}

.gift__cart-title {
    color: var(--gradient-base-accent-1);
}

.check-shipping {
    margin-bottom: 24px;
}

.check-shipping.add span {
    font-weight: 700;
    color: var(--gradient-base-accent-2);
    font-size: 12px;
    line-height: 16px;
}

cart-remove-button .button {
    justify-content: flex-start;
    align-items: center;
}

.template-cart cart-remove-button .button {
    align-items: flex-end;
}

login-btn {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.t_cart-empty.template-cart .cart__footer-wrapper {
    display: none;
}

login-btn:hover {
    cursor: pointer;
}

.is-empty .cart__warnings .cart__login-paragraph {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    text-transform: capitalize;
}

.is-empty .cart__warnings .cart__login-paragraph .link {
    color: var(--gradient-base-accent-2);
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    font-weight: 700;
    margin-right: 0.5rem;
}

.popup-invoice {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 25;
    max-width: 100% !important;
    text-align: center;
}
.popup-invoice .popup-overlay {
    pointer-events: visible;
    display: block;
    position: absolute;
    z-index: 25;
    z-index: -1;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    cursor: url(cross.svg), url(cross.png), zoom-out;
    background-color: rgba(var(--color-overlay), 0.5);
}
.popup-invoice .content-box {
    width: 350px;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
  max-height: 90%;
    overflow-y: auto;
}
.popup-invoice .content-box label[for="company_name"] {
    margin-top: 0;
}
.popup-invoice .content-box button {
    min-width: 200px;
    border-radius: 12px;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #f2f2f2;
    margin-bottom: 12px;
    box-shadow: none!important;
}
.popup-invoice .content-box button:before,
.popup-invoice .content-box button:after {
    content: none;
}

#add_info_invoice {
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (min-width: 750px) {
    .gift__cart-price .gift__label span:first-child {
        font-size: 12px;
        line-height: 16px;
    }

    .is-empty .cart__warnings .cart__login-paragraph {
        font-size: 14px;
        line-height: 20px;
    }

    .t_cart-empty.template-cart #MainContent cart-items {
        padding-left: 0;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .template-cart #MainContent .shopify-section {
        padding: 56px
    }

    .gift__cart-price .gift__price {
        font-size: 16px;

    }

    cart-remove-button .button {
        align-items: flex-end;
    }

    .cart-item__gift-cart .gift__cart {
        gap: 16px;
        grid-template-columns: 96px 1fr;
        padding: 16px;
    }

    .check-shipping {
        margin-bottom: 40px;
    }

    .check-shipping.add span {

        font-size: 14px;
        line-height: 18px;
    }

    .cart-item__gift-cart .gift__cart .gift__cart-detail > {
        font-size: 14px;
        line-height: 18px;
    }

    .gift__cart-badge, .gift__cart-title, .gift__cart-price {
        font-size: 14px;
        line-height: 18px;
    }

    .gift__cart-title {
        font-weight: 300;
    }

    .cart-item__remove a span {
        font-size: 14px;
        line-height: 20px;
    }

    .cart-count label {
        font-size: 14px;
        line-height: 20px;
    }

    .cart-count span {
        font-size: 18px;
        line-height: 20px;
        font-weight: 800;
    }
}

@media screen and (min-width: 678px) {
    .cart-item__quantity-wrapper {
        flex-direction: column;
        align-items: self-start;
    }
}

@media screen and (min-width: 900px) {


    .cart__breadcrumb {
        margin: 17px 0 40px;
    }

    .cart__header {
        text-align: left;
    }

    .cart-count {
        margin-top: 20px;
    }

    .template-cart #MainContent {
        display: grid;
        grid-template-columns: 1fr;
        height: 100vh;
    }

    .t_cart-empty.template-cart #MainContent {
        grid-template-columns: 1fr;
    }

    .template-cart .cart-items .cart-item {
        display: grid;
        grid-template: repeat(3, auto) / repeat(4, 1fr);
        column-gap: 1.6rem;
        row-gap: 1.4rem;
        margin-bottom: 24px;
    }

    .template-cart .cart-item .cart-item__media {
        grid-row: 1 / 4;
        padding: 0
    }

    .template-cart .cart-item .cart-item__details {
        width: auto;
        grid-column: 2 / 4;
        padding: 0;
    }

    .template-cart .cart-item .cart-item__price {
        pointer-events: none;
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
        grid-row: 1 / 4;
        grid-column: 4 / 4;
        padding: 0;
    }

    .template-cart .cart-item .cart-item__quantity {
        grid-column: 2 / 4;
        padding: 0;
    }

    .template-cart .cart-item .cart-item__remove {
        grid-row: 3 / 3;
        grid-column: 2 / 3;
        padding: 0
    }

    .template-cart .cart-item .cart-item__remove cart-remove-button {
        margin: 0;
    }

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

@media screen and (min-width: 1200px) {
    .template-cart #MainContent {
        display: grid;
        grid-template-columns: 7fr 5fr;
        height: 100vh;
    }

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

@media screen and (min-width: 1500px) {
    .cart-item__quantity-wrapper {
        flex-direction: row;
        align-items: center;
    }
}
.agree-term-custom p{
  margin: 0;
}
#main-cart-footer .form-field--checkbox__icon{
  transform: translateY(5px);
}