/** Shopify CDN: Minification failed

Line 163:0 Unexpected "}"

**/
.cart-page-section .cart-empty {
    min-height: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cart-page-section .cart-empty .cart-empty-text {
    font-size: 3rem;
}
.cart-page-section .cart-empty .continue-shopping {
    display: inline-block;
    margin: 2rem 0 1rem 0;
}
.cart-page-section .cart-empty .cart-login-title {
    font-size: 2rem;
}
.cart-page-section .cart-empty .cart-login-paragraph a {
    text-decoration: underline;
    text-underline-offset: 0.5rem;
    text-decoration-thickness: 0.1rem;
}
.cart-page-section .cart-header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 6rem;
}
.cart-page-section .cart-header .title {
    margin: 0;
}
.cart-page-section .cart-header .continue-shopping {
    text-decoration: underline;
    margin-bottom: 1rem;
}
.cart-page-section .cart-table {
    width: 100%;
    border: 0;
    margin: 0;
}
.cart-page-section .cart-table thead tr th {
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: 0.1em;
    color: rgba(30, 30, 30, 1);
    font-family: "Noto Serif", serif;
}
.cart-page-section .cart-table tbody tr.product-item:not(:last-child) td {
    border-bottom: 0.1rem solid rgba(var(--text-color), 0.1);
}
.cart-page-section .cart-table th,
.cart-page-section .cart-table td {
    border: none;
}
.cart-page-section .cart-table th:not(:last-child),
.cart-page-section .cart-table td:not(:last-child) {
    padding-right: 1rem;
}
@media (max-width: 767px) {
    .cart-page-section .cart-table th,
    .cart-page-section .cart-table td {
        display: block;
    }
}
.cart-page-section .cart-table th:first-child,
.cart-page-section .cart-table td:first-child {
    width: 40.3rem;
}
.cart-page-section .cart-table th.td-price,
.cart-page-section .cart-table td.td-price {
    width: 14rem;
}
@media (max-width: 1366px) {
    .cart-page-section .cart-table th.td-price,
    .cart-page-section .cart-table td.td-price {
        width: 10rem;
    }
}
.cart-page-section .cart-table th:last-child,
.cart-page-section .cart-table td:last-child {
    width: 5rem;
    text-align: right;
}
.cart-page-section .cart-table th {
    padding: 0;
}
.cart-page-section .cart-table td {
    padding: 2.4rem 0;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}
.cart-page-section .stretch-section .cart-table th.td-price,
.cart-page-section .stretch-section .cart-table td.td-price {
    width: auto;
    min-width: 10rem;
}
.cart-page-section .product-item.updating {
    opacity: 0.4;
    pointer-events: none;
}
.cart-page-section .product-item .product-warning {
    padding: 1rem;
    margin-top: 1rem;
}
.cart-page-section .product-item .product-warning svg {
    vertical-align: -0.4rem;
}
.cart-page-section .product-item .product-warning:empty {
    display: none;
}
.cart-page-section .loading-spinner {
    width: 3rem;
    height: 3rem;
    display: none;
}
.cart-page-section .loading-spinner svg {
    width: 3rem;
    height: 3rem;
}
.cart-page-section .cart-item-error {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
.cart-page-section .cart-item-error .cart-item-error-text:empty + svg {
    display: none;
}
.cart-page-section .cart-item-error svg {
    flex-shrink: 0;
    width: 1.2rem;
    margin-right: 0.7rem;
    margin-top: 0.1rem;
}
.cart-page-section .td-product-details {
    position: relative;
}
@media (max-width: 767px) {
    .cart-page-section .td-product-details {
        display: flex !important;
        align-items: flex-start;
    }
}
.cart-page-section .td-product-details .cart-item-name {
    display: block;
    margin-bottom: 3.1rem;
    transition: text-decoration-color .8s ease,text-decoration-thickness .8s ease;
    text-decoration-line: underline;
    text-decoration-thickness: .1rem;
    text-decoration-color: #0000;
    text-underline-offset: .3rem;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Funnel Sans', Medium;
    color: #605E5B;
}
}
@media (hover: hover) {
    .cart-page-section .td-product-details .cart-item-name:hover {
        text-decoration-color: rgb(var(--text-color));
    }
}
.cart-page-section .td-product-details .product-options:empty {
    display: none;
}
.cart-page-section .td-product-details .product-options .product-option {
    display: block;
}
.cart-page-section .cart-item-image {
    display: inline-block;
    margin-right: 0.8rem;
    /* min-width: 8rem;
    max-width: 8rem; */
}
.cart-page-section .cart-item-image img {
    width: 100%;
    border-radius: 10px;
}
.cart-page-section .card-item-info {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 130px);
}
.cart-page-section .card-item-info .vendor {
    text-transform: uppercase;
    margin-bottom: 0;
}
.cart-page-section .card-item-info .product-vendor-link {
    font-size: 1.2rem;
    color: rgba(var(--text-color), 0.8);
}
@media (hover: hover) {
    .cart-page-section .card-item-info .product-vendor-link:hover {
        text-decoration: underline;
        text-underline-offset: 0.3rem;
    }
}
.cart-page-section .product-price {
    color: #605E5B;
    font-size: 16px;
    font-family: "Funnel Sans", sans-serif;
}
.cart-page-section .product-price .regular-price {
    margin-right: 0.8rem;
    color: rgba(var(--text-color), 0.7);
}
@media (min-width: 768px) {
    .cart-page-section .product-price .regular-price {
        margin: 0;
        display: block;
    }
}
.cart-page-section .product-price .unit-price {
    display: block;
    margin-left: 0;
}
.cart-page-section .quantity-wraper {
    display: flex;
    align-items: center;
}
.cart-page-section .quantity-wraper .quantity {
    width: 10rem;
    height: 3.6rem;
}
@media (min-width: 768px) {
    .cart-page-section .quantity-wraper .product-remove {
        display: none;
    }
}
@media (max-width: 991px) {
    .cart-page-section .quantity-wraper .quantity {
        height: 3rem;
        width: 8rem;
        margin-top: 1rem;
    }
    .cart-page-section .quantity-wraper .product-remove {
        position: absolute;
        top: 3rem;
        /* right: 0; */
    }
}
.cart-page-section .td-totals-price {
    width: auto;
    min-width: 10rem;
}
.cart-page-section .product-remove {
    /* display: flex; */
    justify-content: flex-end;
    position: relative;
    transition: opacity 0.3s ease;
    color: rgba(var(--text-color), 0.5);
}
.cart-page-section .product-remove .tooltip {
    display: none;
    transform: translateY(5px);
    right: auto;
    bottom: calc(100% + 1.2rem);
    z-index: 10;
}
.cart-page-section .product-remove .tooltip:before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0.3rem;
    border-color: rgb(var(--button-bg-color)) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.cart-page-section .product-remove svg {
    width: 1.2rem;
    height: 1.3rem;
}
@media (hover: hover) {
    .cart-page-section .product-remove:hover .tooltip {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
.cart-page-section .cart-item-error {
    margin: 0;
}
.cart-page-section .discounts {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}
.cart-page-section .discounts svg {
    width: 2rem;
    margin-right: 1rem;
}
@media (min-width: 1024px) {
    .cart-page-section .cart-content-inner {
        display: flex;
        gap: 2.8rem;
    }
    .cart-page-section .cart-content-inner .cart-form-content {
        width: 67.3%;
    }
    .cart-page-section .cart-content-inner .cart-footer {
        width: 32.7%;
    }
}
.cart-page-section .cart-estimate-shipping-details {
    margin-top: 4rem;
    padding: 3rem;
    border: 0.1rem solid rgba(var(--text-color), 0.5);
    border-radius: 2rem;
}
.cart-page-section .cart-estimate-shipping-details details:after {
    content: none;
}
.cart-page-section .cart-estimate-shipping-details details .details-summary {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.cart-page-section .cart-estimate-shipping-details details .details-summary span {
    font-size: 2.4rem;
    font-weight: var(--heading-font-weight);
}
.cart-page-section .cart-estimate-shipping-details details .details-content {
    padding-top: 1.5rem;
}
.cart-page-section .cart-estimate-shipping-details details .details-content #shipping-calculator .form-group {
    margin-bottom: 1.5rem;
}
.cart-page-section .cart-estimate-shipping-details details .details-content #shipping-calculator .form-group label {
    display: block;
    margin-bottom: 1rem;
}
.cart-page-section .cart-estimate-shipping-details details .details-content #shipping-calculator .form-group select,
.cart-page-section
    .cart-estimate-shipping-details
    details
    .details-content
    #shipping-calculator
    .form-group
    input[type="text"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.1s ease;
    cursor: pointer;
    outline: none;
    padding: 1.1rem 1.5rem 1rem;
    min-height: 4.4rem;
    border: 0.1rem solid rgb(var(--text-color));
    box-shadow: none;
}
.cart-page-section .cart-estimate-shipping-details details .details-content #shipping-calculator .button.get-rates {
    padding: 0.9rem 3.2rem;
    min-height: 4.4rem;
    text-transform: capitalize;
}
.cart-page-section .cart-estimate-shipping-details details .details-content #shipping-calculator #wrapper-response {
    clear: both;
    color: #8b714a;
    background-color: #fbf8e5;
    padding: 1.4rem 2rem 1.2rem;
    margin-top: 1.5rem;
}
.cart-page-section
    .cart-estimate-shipping-details
    details
    .details-content
    #shipping-calculator
    #wrapper-response:empty {
    display: none;
}
.cart-page-section .cart-estimate-shipping-details details[open] .details-summary svg {
    transform: rotate(180deg);
}
@media (max-width: 991px) {
    .cart-page-section .cart-estimate-shipping-details {
        margin-top: 3rem;
        padding: 2rem;
    }
    .cart-page-section .cart-estimate-shipping-details details .details-summary span {
        font-size: 1.6rem;
    }
    .cart-page-section .cart-estimate-shipping-details details .details-summary svg {
        width: 1.6rem;
    }
}
.cart-page-section .cart-form-content {
    /* padding: 2.4rem; */
    background-color: #fff;
    height: fit-content;
}
.cart-page-section .cart-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    height: fit-content;
    border-radius: 10px;
}
@media (max-width: 991px) {
    .cart-page-section .cart-footer {
        /* padding: 2rem; */
    }
}
.cart-page-section .cart-footer .cart-progress-bar-wrapper {
    margin-bottom: 2rem;
}
.cart-page-section .cart-footer .cart-note {
    flex-grow: 1;
    margin-bottom: 1.5rem;
    /* padding: 0px 15px 0 15px; */
}
.cart-page-section .cart-footer .cart-note label {
    display: block;
    margin-bottom: 1rem;
    font-weight: var(--heading-font-weight);
}
.cart-page-section .cart-footer .cart-note textarea {
    width: 100%;
    min-height: 10rem;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 1rem 1.5rem;
    resize: vertical;
    border-bottom: 1px solid #C4C7CC;
}
.cart-page-section .cart-footer .cart-totals {
    flex-grow: 1;
    margin-bottom: 2.3rem;
}
.cart-page-section .cart-footer .cart-totals .totals-heading {
    color: #605e5b;
    margin-bottom: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Funnel Sans", sans-serif;
}
.cart-page-section .cart-footer .cart-totals [type="submit"] {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    border-radius: var(--button-radius);
    padding: 1.2rem 3.2rem;
}
.cart-page-section .cart-footer .buttons [type="submit"] {
    width: 100%;
    min-height: 4.4rem;
    padding: 1.2rem 3.2rem;
}
.cart-page-section .cart-footer .cart-amount-saved {
    font-size: 1.4rem;
    color: rgb(var(--sale-price-color));
    margin-bottom: 0;
}
@media (max-width: 1023px) {
    .cart-page-section .cart-footer {
        margin-top: 3rem;
    }
}
@media (max-width: 767px) {
    .cart-page-section .cart-footer .cart-note,
    .cart-page-section .cart-footer .cart-totals {
        width: 100%;
        text-align: left;
    }
    .cart-page-section .cart-footer .cart-note {
        margin-bottom: 2rem;
    }
    .cart-page-section .cart-footer .cart-note textarea {
        max-width: 100%;
    }
    .cart-page-section .cart-footer .cart-totals [type="submit"] {
        width: 100%;
        min-height: 4.5rem;
        text-transform: uppercase;
    }
}
.cart-page-section .cart-dynamic-checkout-buttons {
    margin-top: 1rem;
}
.cart-page-section .cart-dynamic-checkout-buttons [data-shopify-buttoncontainer] {
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .cart-page-section .cart-header {
        margin-bottom: 18px;
    }
    .cart-page-section .cart-table {
        margin-top: 0;
    }
    .cart-page-section .cart-table tbody tr:first-child .td-product-details {
        /* padding-top: 2.5rem; */
        padding: 17px;
    }
    .cart-page-section .cart-table .cart-item-name {
        padding-right: 2rem;
        font-size: 13px;
    }
}
