.templateCart .page-header {
    margin-bottom: 31px;
}
.templateCart .page-header .page-heading {
    color: var(--text-color);
    text-transform: uppercase;
}
.templateCart .page-header .cart-count {
    color: var(--primary-color);
    padding: 0 7px;
}
.templateCart .page-header.text-center {
    padding: 40px 0 80px;
    margin-bottom: 0;
}
.templateCart .page-header.text-center > svg {
    margin-bottom: 19px;
}
.templateCart .page-header.text-center .page-heading .text {
    margin-bottom: 20px;
    display: block;
    /* font-size: 36px;
    font-weight: 600;
    line-height: 1.45em; */
}
.templateCart .page-header.text-center .btn {
    min-width: 215px;
}
.templateCart .cart-table-header {
    display: none;
}
.templateCart .cart-table-body .cart-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--miscellaneous-color);
}
.templateCart .cart-item {
    position: relative;
}
.templateCart .item-inner .item-media,
.templateCart .item-inner cart-remove-button {
    display: none;
}
.templateCart cart-remove-button svg {
    width: 10px;
    height: 10px;
}
.templateCart cart-remove-button .loading .icon-loading {
    display: block;
}
.templateCart cart-remove-button .loading .icon-remove {
    display: none;
}
.templateCart .item-mobile-image {
    flex: 0 0 90px;
    max-width: 90px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}
.templateCart .item-mobile-image cart-remove-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.templateCart .item-mobile-image cart-remove-button a {
    padding: 10px 10.5px;
    display: flex;
    background: var(--miscellaneous-color);
    border-radius: var(--border-radius);
}
.templateCart .item-mobile-image cart-remove-button a svg {
    fill: #fff;
}
.templateCart .discounts__discount {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 13px;
}
.templateCart .discounts__discount > .icon {
    display: flex;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}
.templateCart .item-line-price {
    display: none;
}
.templateCart .item-has-sale .price {
    color: var(--price-sale-color);
}
.templateCart .cart-item__error {
    display: none;
    align-items: center;
    margin: 10px 0;
}
.templateCart .item-total-price {
    margin-top: 10px;
}
.templateCart .item-has-discounted price-item,
.templateCart .item-has-sale price-item {
    display: block;
}
.templateCart .cart-item__quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.templateCart .cart-item__quantity-wrapper cart-remove-button {
    -webkit-padding-start: 5px;
    padding-inline-start: 5px;
}
.templateCart .cart-item__quantity-wrapper cart-remove-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
@media (min-width: 750px) and (max-width: 800px) {
    .templateCart .cart-item__quantity-wrapper cart-remove-button a {
        width: auto;
    }
}
.templateCart .cart-item__quantity-wrapper cart-remove-button .loading .icon-loading {
    display: block;
    width: 15px;
    height: 15px;
}
.templateCart .cart-item__quantity-wrapper cart-remove-button .loading .icon-remove {
    display: none;
}
.templateCart .cart-item__quantity {
    order: 5;
}
.templateCart .quantity-select {
    background: #f0f0f0;
    max-width: 110px;
    display: flex;
    position: relative;
    border-radius: var(--border-radius);
}
.templateCart .quantity-select input::-webkit-inner-spin-button,
.templateCart .quantity-select input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.templateCart .quantity-select input {
    width: calc(100% - 72px);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    height: 32px;
    border: 0;
}
.templateCart .quantity-select button {
    padding: 10px;
    width: 36px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.templateCart .quantity-select button .icon-minus {
    width: 7px;
    height: 7px;
}
.templateCart .quantity-select .icon-loading {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-margin-start: -7.5px;
    margin-inline-start: -7.5px;
    margin-top: -7.5px;
}
.templateCart .quantity-select.loading .icon-loading {
    display: block;
}
.templateCart .quantity-select.loading input {
    opacity: 0;
    visibility: hidden;
}
.templateCart .item-detail {
    margin: 0 0 10px;
    width: 100%;
    -webkit-padding-end: 32px;
    padding-inline-end: 32px;
}
.templateCart .item-detail a {
    color: var(--text-color);
    font-size: inherit;
}
.templateCart .cart-table {
    margin-bottom: 30px;
}
.templateCart .btn-clear-cart {
    min-width: 165px;
    text-align: center;
}
.templateCart .btn-wrapper {
    margin-bottom: 50px;
}
@media (min-width: 750px) {
    .templateCart .cart-table-header {
        display: flex;
        border-bottom: 1px solid var(--miscellaneous-color);
    }
    .templateCart .table-header {
        padding: 2px 0 13px;
        font-weight: 700;
        font-size: 14px;
    }
    .templateCart .table-col-price,
    .templateCart .table-col-quantity {
        flex: 0 0 150px;
        max-width: 150px;
        text-align: center;
    }
    .templateCart .table-col-subtotal {
        flex: 0 0 150px;
        max-width: 150;
        text-align: center;
    }
    .templateCart .item-detail {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }
    .templateCart .item-inner {
        display: flex;
        width: 100%;
    }
    .templateCart .item-inner .item-media {
        display: block;
    }
    .templateCart .item-inner > div {
        padding-top: 20px;
    }
    .templateCart .item-inner cart-remove-button {
        flex: 0 0 32px;
        display: flex;
    }
    .templateCart .item-inner cart-remove-button a {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        transition: all 0.2s ease-in-out;
    }
    .templateCart .item-inner cart-remove-button:hover a {
        opacity: 0.67;
    }
    .templateCart .item-header {
        display: flex;
        align-items: center;
        flex: 1;
    }
    .templateCart .item-header .item-media {
        flex: 0 0 90px;
        max-width: 90px;
        -webkit-margin-end: 15px;
        margin-inline-end: 15px;
    }
    .templateCart .item-line-price {
        flex: 0 0 150px;
        max-width: 150px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .templateCart .item-line-price .price {
        margin: 0;
        font-size: calc(var(--body-fs-xl) + 1px);
    }
    .templateCart .item-qty {
        flex: 0 0 150px;
        max-width: 150px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        order: unset;
    }
    .templateCart .quantity-select {
        max-width: 126px;
    }
    .templateCart .quantity-select button {
        height: 46px;
        width: 43px;
    }
    .templateCart .quantity-select input {
        height: 46px;
    }
    .templateCart .cart-item__quantity-wrapper {
        justify-content: center;
    }
    .templateCart .item-total-price {
        flex: 0 0 150px;
        max-width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }
    .templateCart .item-total-price .price {
        font-size: calc(var(--body-fs-xl) + 1px);
    }
}
@media (min-width: 1300px) {
    .templateCart .cart-items-section {
        flex: 1;
    }
    .templateCart .cart-wrapper {
        display: flex;
        margin: 0 -10px;
        flex-wrap: wrap;
    }
    .templateCart .cart-wrapper > section {
        padding: 0 10px;
    }
    .templateCart .cart-wrapper .shopify-section-spacing {
      flex: 0 0 100%;
      max-width: 100%;
    }
}

/*# sourceMappingURL=cart-page-items.min.css.map */
