.quick-order-page {
    display: grid;
    grid-template-columns: 20.56rem 1fr 24.31rem;
    gap: 2.22rem;
    align-items: start;
}
/* LEFT */
.quick-order-page .qo-categories {
    background: #fff;
    border-radius: 0;
    padding: 0;
    position: sticky;
    top: 6.94rem;
}
.quick-order-page .qo-categories h3 {
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 2.22rem;
    line-height: 2.78rem;
    text-transform: uppercase;
    background: linear-gradient(90deg, #DF1F26 0%, #FF7606 100%);
    color: transparent;
    background-clip: text;
    margin-bottom: 1.11rem;
}
.quick-order-page .qo-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.quick-order-page .qo-categories li {
    padding: .56rem 1.11rem;
    border-radius: .69rem;
    margin-bottom: .56rem;
    cursor: pointer;
    border: .07rem solid #ECECEC;
    display: flex;
    gap: .69rem;
    align-items: center;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.11rem;
    line-height: 1.67rem;
    color: #253D4E;
}
.quick-order-page .qo-categories li.active {
    border: .07rem solid #66B345;
    background: #F2FCE4;
}
.quick-order-page .qo-categories li img.emoji {
    width: 2.64rem!important;
    height: 2.64rem!important;
    object-fit: contain;
    object-position: center;
    margin: 0!important;
}
/* CENTER */
.quick-order-page .qo-products {
    background: #fff;
    border-radius: 1.11rem;
    padding: 1.11rem;
    border: .07rem solid #ECECEC;
}
.quick-order-page .qo-product:last-of-type {
    border-bottom: none;
}

.quick-order-page .product-loading {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.quick-order-page .product-loading.active {
    display: flex;
}

.quick-order-page .spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #ddd;
    border-top-color: #333;
    border-radius: 50%;
    animation: quick_order_page_spin 1s linear infinite;
}

@keyframes quick_order_page_spin {
    to { transform: rotate(360deg); }
}

.quick-order-page .qo-products .freeships {
    width: 100%;
    margin-bottom: .83rem;
}
.quick-order-page .qo-products .freeships .tag-discount {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 182, 185, 0.5) 0%, rgba(250, 222, 223, 0.5) 100%);
    position: relative;
    display: flex;
    justify-content: left;
    padding: .42rem 1.53rem;
    align-items: center;
    gap: .69rem;
    height: max-content;
    margin: 0 0 .28rem 0;
}
.quick-order-page .qo-products .freeships .tag-discount .percent {
    width: 1.94rem;
    height: 1.94rem;
    border-radius: 100%;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    display: flex;
}
.quick-order-page .qo-products .freeships .tag-discount .percent svg {
    width: 1.04rem;
    height: 1.11rem;
}
.quick-order-page .qo-products .freeships .tag-discount .values {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: 1.11rem;
    line-height: 100%;
    color: #DF1F26;
}
.quick-order-page .qo-products .freeships .tag-discount .actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: .28rem;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: .83rem;
    line-height: 100%;
    color: #253D4E;
}
.out-of-stock-text {
    font-family: Quicksand, sans-serif;
}
.quick-order-page .qo-products .freeships .tag-discount .actions svg {
    width: 1.39rem;
    height: 1.39rem;
}
.quick-order-page .qo-products .freeships .tag-discount:before {
    content: '';
    position: absolute;
    width: 1.67rem;
    height: 1.67rem;
    left: -.9rem;
    background: #fff;
    border-radius: 100%;
}
.quick-order-page .qo-products .freeships .tag-discount:after {
    content: '';
    position: absolute;
    width: 1.67rem;
    height: 1.67rem;
    right: -.9rem;
    background: #fff;
    border-radius: 100%;
}
.quick-order-page .qo-products .qo-search {
    margin: 0 0 .83rem 0;
    position: relative;
}
.quick-order-page .qo-search input {
    width: 100%;
    border-radius: 6.94rem;
    border: none;
    background: #F2F3F4;
    outline: none;
    box-shadow: none;
    padding: 1.04rem 1.67rem;
    margin: 0;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: .97rem;
    line-height: 1.39rem;
    color: #7E7E7E;
    height: auto;
}
.quick-order-page .qo-products .qo-search button {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 1.67rem;
    top: .83rem;
    border: 0;
    width: 1.39rem;
    height: 1.39rem;
    min-height: auto;
}
.quick-order-page .qo-products .qo-search button svg {
    width: 100%;
    height: 100%;
}
.quick-order-page .title_term {
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.39rem;
    text-transform: uppercase;
    color: #7E7E7E;
    margin-top: 1.11rem;
}
.quick-order-page .qo-products > h4 {
    margin: 0 0 .83rem 0;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.39rem;
    line-height: 1.94rem;
    text-transform: uppercase;
    color: #7E7E7E;
}
.quick-order-page .qo-product {
    display: grid;
    grid-template-columns: 4.86rem 1fr auto 2.43rem;
    gap: 1.11rem;
    padding: .56rem 0;
    align-items: center;
    border-bottom: .07rem solid #ECECEC;
}
.quick-order-page .qo-product img {
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    width: 4.86rem;
    height: 4.86rem;
}
.quick-order-page .qo-product h5 {
    margin: 0 0 .28rem 0;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.11rem;
    line-height: 1.67rem;
    color: #253D4E;
}
.quick-order-page .qo-product p {
    margin: 0;
    color: #253D4E;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: .97rem;
    line-height: 1.39rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.quick-order-page .price {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: .28rem;
}
.quick-order-page .price .sale {
    color: #DF1F26;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.94rem;
}
.quick-order-page .price .sale .unit {
    font-size: .83rem;
    line-height: 1.11rem;
}
.quick-order-page .price .regular {
    color: #7E7E7E;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: .83rem;
    line-height: 1.11rem;
    text-decoration: line-through;
}
.quick-order-page .price .regular .unit {
    font-size: .69rem;
}
.quick-order-page .add-btn {
    width: 2.22rem;
    height: 2.22rem;
    border-radius: 100%;
    background: #DF1F26;
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: flex;
    min-height: auto;
    justify-content: center;
    align-items: center;
    border: .14rem solid #FADEDF;
}
.quick-order-page .add-btn svg {
    width: .83rem;
    height: .83rem;
}
/* RIGHT */
.quick-order-page .qo-cart {
    background: #fff;
    border-radius: 1.11rem;
    padding: 1.11rem;
    position: sticky;
    top: 6.94rem;
    border: .07rem solid #D9D8D8;
}
.quick-order-page .cart-item {
    border-bottom: .07rem solid #D9D8D8;
    padding: .83rem 0 .35rem;
}
.quick-order-page .cart-item .remove {
    color: #DF1F26;
    font-size: .9rem;
    cursor: pointer;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    line-height: 120%;
}
.quick-order-page .qo-cart > h3,
.dcsoft-cart-empty h2 {
    margin: 0;
    color: #253D4E;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.39rem;
    line-height: 1.94rem;
    text-align: center;
    padding: 0 0 1.11rem 0;
}
.quick-order-page .cart-item div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick-order-page .cart-item strong {
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.04rem;
    line-height: 120%;
}
.quick-order-page .qty {
    display: flex;
    align-items: center;
    gap: .69rem;
    margin: 0 0 .69rem 0;
    width: max-content;
    border: .07rem solid #F9D2D4;
    border-radius: 6.94rem;
    padding: .28rem;
}
.quick-order-page .qty button {
    width: 1.81rem;
    height: 1.81rem;
    border-radius: 100%;
    border: .07rem solid #ddd;
    margin: 0;
    padding: 0;
    min-height: auto;
    line-height: 1.74rem;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.11rem;
    background: #FADEDF;
    color: #DF1F26;
}
.quick-order-page .qty button:hover {
    color: #fff;
    background: #DF1F26;
}
.quick-order-page .qty span {
    color: #253D4E;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.11rem;
    padding: 0 .35rem;
}
.quick-order-page .cart-item .cart-price {
    font-family: 'Quicksand Bold', sans-serif;
    color: #DF1F26;
    font-size: 1.11rem;
    line-height: 120%;
    padding: .28rem 0;
}
.quick-order-page .cart-total {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding: 1.11rem;
    margin-left: -1.11rem;
    width: calc(100% + 2.22rem);
    background: #F7F8FA;
    position: relative;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: 1.11rem;
    line-height: 1.94rem;
    color: #253D4E;
}
.quick-order-page .cart-total strong {
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.94rem;
    color: #DF1F26;
    display: flex;
    align-items: baseline;
}
.quick-order-page .cart-total strong .unit {
    font-size: 1.11rem;
}
.quick-order-page .checkout-btn {
    width: 100%;
    margin: 1.11rem 0 0 0;
    border-radius: 6.94rem;
    background: #DF1F26;
    color: #fff;
    border: none;
    padding: .83rem 1.11rem;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.11rem;
    line-height: 1.67rem;
    text-transform: none;
}
.quick-order-page .cart-times {
    margin: 1.11rem 0;
}
.quick-order-page .cart-times .title {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: .97rem;
    line-height: 1.25rem;
    color: #7E7E7E;
    text-transform: uppercase;
}
.quick-order-page .cart-times ul.methods {
    padding: 0;
    margin: .56rem 0 0 0;
    list-style: none;
}
.quick-order-page .cart-times li.delivery-times {
    gap: .56rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.quick-order-page .cart-times li.delivery-times input[type=radio] {
    margin: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: .1rem solid #ADADAD;
    border-radius: 100%;
    vertical-align: middle;
    transition: background-color 0.3s, border-color 0.3s;
    accent-color: red;
}
.quick-order-page .cart-times li.delivery-times input[type=radio]:checked {
    color: #d93025;
}
.quick-order-page .cart-times li.delivery-times label {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: .97rem;
    line-height: 100%;
    color: #7E7E7E;
    margin: 0;
}
.quick-order-page .cart-item .d-flex {
    display: flex;
    gap: 2.08rem;
    align-items: baseline;
}
.quick-order-page .cart-times li.delivery-times .btn {
    width: 100%;
    display: flex;
    gap: .83rem;
    justify-content: space-between;
    padding: 1.11rem 0 0 0;
}
.quick-order-page .cart-times li.delivery-times .btn .delivery-date {width: 50%;position: relative;}
.quick-order-page .cart-times li.delivery-times .btn .delivery-date select {
    margin: 0;
    border: .07rem solid #66B345;
    -webkit-box-shadow: rgba(102, 179, 69, .2) 0px 0px 0px .14rem, rgba(102, 179, 69, .2) 0px .28rem .42rem -.07rem, rgba(102, 179, 69, .2) 0px .07rem 0px inset;
    box-shadow: rgba(102, 179, 69, .2) 0px 0px 0px .14rem, rgba(102, 179, 69, .2) 0px .28rem .42rem -.07rem, rgba(102, 179, 69, .2) 0px .07rem 0px inset;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    border-radius: .56rem;
    color: rgba(37, 61, 78, 1);
    background-position: right 1.11rem top 50%;
    background-size: auto 1.25rem;
    font-size: .97rem;
    line-height: 1.39rem;
    height: 3.06rem;
}
.quick-order-page .cart-times li.delivery-times .btn .delivery-date .label {
    margin: 0;
    position: absolute;
    left: 1.04rem;
    background: #fff;
    color: #7E7E7E;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: .69rem;
    line-height: .83rem;
    top: -.42rem;
    padding: 0 .35rem;
}
.quick-order-page .discount-cards {
    display: flex;
    gap: .56rem;
    margin: 0 0 1.11rem 0;
}
.quick-order-page .discount-cards .coupon {
    padding: .49rem .76rem .49rem 1.39rem;
    background-image: url(/wp-content/uploads/2026/01/bg-rounder.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    gap: .42rem;
}
.quick-order-page .discount-cards .coupon .text {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: .97rem;
    line-height: 1.11rem;
    text-align: center;
    background: linear-gradient(90deg, #DF1F26 0%, #FF7606 100%);
    color: transparent;
    background-clip: text;
    display: block;
}
#mobile-quick-order-sticky {display: none;}
.quick-order-page .show-mobile {display: none;}
.quick-order-page .cart-total:before {
    content: '';
    width: 1.94rem;
    height: 1.94rem;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -.97rem;
    left: 0;
    right: 0;
    margin: auto;
}
.quick-order-page .cart-total:after {
    content: '';
    width: .76rem;
    height: .76rem;
    border-radius: .14rem;
    background: #66B345;
    position: absolute;
    top: -.38rem;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.quick-order-page .qo-categories li img {
    width: 2.78rem;
    height: 2.78rem;
}
.quick-order-page .qo-products h4.cat-name {
    margin-top: 1.11rem;
}
.quick-order-page .add-btn > a {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    min-height: 100%;
    line-height: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quick-order-page .add-btn > a > span {
    display: none;
}
.quick-order-page .add-btn > a:hover {
    background: transparent;
    box-shadow: none;
}
.quick-order-page .add-btn a.added_to_cart {
    position: absolute;
    width: max-content;
    top: 2.43rem;
    background-color: #FADEDF;
    padding: 1.04rem .35rem;
    height: auto;
    border-radius: .42rem;
    color: #DF1F26;
    box-shadow: 0px 0px .28rem 0px #3BB77E40;
    display: none;
}
.quick-order-page .add-btn {
    position: relative;
}
.quick-order-page .add-btn a.added_to_cart:before {
    content: '';
    position: absolute;
    top: -.28rem;
    width: .69rem;
    height: .69rem;
    background-color: #FADEDF;
    transform: rotate(45deg);
}
@media (max-width: 767.9px) {
	.quick-order-page  .out-of-stock-text {
		font-family: 'Quicksand', sans-serif;
		font-weight: 600;
		font-size: 3.41rem;
		display: flex;
		position: absolute;
		right: 4.1rem;
		bottom: 2.56rem;
		line-height: inherit;
	}
    .quick-order-page .show-mobile {display: inline-block;}
    .quick-order-page {
        gap: 4.1rem;
        display: flex;
        flex-direction: column;
        padding-top: 21rem;
        position: relative;
    }
    .quick-order-page .qo-categories h3 {
        display: none;
    }
    .quick-order-page .qo-categories ul {
        display: flex;
        width: max-content;
    }
    .quick-order-page .qo-categories li.active {
        border: none;
        border-bottom: .26rem solid #DF1F26;
        background-color: transparent;
    }
    .quick-order-page .qo-categories li {
        border-radius: 0;
        padding: 2.05rem 4.1rem;
        margin: 0;
        border: none;
        border-bottom: .26rem solid #ECECEC;
        gap: 0;
        font-size: 4.1rem;
        line-height: 6.15rem;
        width: max-content;
    }
    .quick-order-page .qo-categories li img.emoji {
        display: none!important;
    }
    .quick-order-page .qo-categories .max-width {
        width: 100%;
        overflow-x: scroll;
    }
    .quick-order-page .qo-products {
        border: none;
        border-radius: 0;
        padding: 0 4.1rem;
        margin-top: -4.1rem;
    }
    .quick-order-page .qo-products .freeships {
        margin-bottom: 3.07rem;
        display: none;
    }
    .quick-order-page .qo-products .freeships .tag-discount {
        padding: 1.54rem 5.64rem;
        gap: 2.56rem;
        margin: 0 0 1.02rem 0;
    }
    .quick-order-page .qo-products .freeships .tag-discount .percent {
        width: 7.17rem;
        height: 7.17rem;
    }
    .quick-order-page .qo-products .freeships .tag-discount:before {
        width: 6.15rem;
        height: 6.15rem;
        left: -3.33rem;
    }
    .quick-order-page .qo-products .freeships .tag-discount:after {
        width: 6.15rem;
        height: 6.15rem;
        right: -3.33rem;
    }
    .quick-order-page .qo-products .freeships .tag-discount .percent svg {
        width: 3.84rem;
        height: 4.1rem;
    }
    .quick-order-page .qo-products .freeships .tag-discount .values {
        font-size: 3.84rem;
    }
    .quick-order-page .qo-products .freeships .tag-discount .actions {
        font-size: 3.07rem;
        gap: 1.02rem;
    }
    .quick-order-page .qo-products .freeships .tag-discount .actions svg {
        width: 5.12rem;
        height: 5.12rem;
    }
    .quick-order-page .qo-products .qo-search {
        margin: 0;
        position: absolute;
        top: 4.1rem;
        width: calc(100% - 8.2rem);
    }
    .quick-order-page .qo-search input {
        padding: 3.84rem 6.15rem;
        font-size: 3.59rem;
        line-height: 5.12rem;
    }
    .quick-order-page .qo-products .qo-search button {
        right: 6.15rem;
        top: 3.07rem;
        width: 5.12rem;
        height: 5.12rem;
    }
    .quick-order-page .qo-products > h4 {
        font-size: 5.12rem;
        line-height: 7.17rem;
        color: #253D4E;
        margin: 0;
        text-transform: none;
        padding: 3.07rem 4.1rem;
    }
    .quick-order-page .qo-product {
        padding: 2.05rem 4.1rem;
        gap: 0;
        display: flex;
        border-bottom: .26rem solid #ECECEC;
        flex-wrap: wrap;
        min-height: 27.15rem;
    }
    .quick-order-page .qo-product img {
        width: 23.05rem;
        height: 23.05rem;
        position: absolute;
    }
    .quick-order-page .qo-product .info {
        width: calc(100% - 27.15rem);
        margin-left: auto;
    }
    .quick-order-page .qo-product h5 {
        margin: 0;
        font-size: 4.1rem;
        line-height: 6.15rem;
    }
    .quick-order-page .qo-product p {
        font-size: 3.59rem;
        line-height: 5.12rem;
    }
    .quick-order-page .price {
        width: calc(100% - 27.15rem);
        flex-direction: row;
        align-items: baseline;
        gap: 2.56rem;
        margin-left: auto;
    }
    .quick-order-page .price .sale {
        font-size: 4.61rem;
        line-height: 7.17rem;
    }
    .quick-order-page .price .sale .unit {
        font-size: 3.07rem;
        line-height: 4.1rem;
    }
    .quick-order-page .price .regular {
        font-size: 3.07rem;
        line-height: 4.1rem;
    }
    .quick-order-page .price .regular .unit {
        font-size: 2.56rem;
    }
    .quick-order-page .add-btn {
        position: absolute;
        right: 0;
        bottom: 3.07rem;
        width: 7.68rem;
        height: 7.68rem;
        border: .51rem solid #FADEDF;
    }
    #mobile-quick-order-sticky.dcsoft-mobile-cart-order {
        display: flex;
        padding: 4.1rem;
        background: rgba(223, 31, 38, 1);
        justify-content: space-between;
        border-radius: 4.1rem 4.1rem 0 0;
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    #mobile-quick-order-sticky.dcsoft-mobile-cart-order .sl-product {
        font-family: Quicksand, sans-serif;
        font-weight: 500;
        font-size: 4.1rem;
        line-height: 6.15rem;
        color: #fff;
    }
    #mobile-quick-order-sticky.dcsoft-mobile-cart-order .total {
        font-family: Quicksand, sans-serif;
        font-weight: 500;
        font-size: 4.1rem;
        line-height: 6.15rem;
        color: #fff;
    }
    #mobile-quick-order-sticky.dcsoft-mobile-cart-order .total .amount {
        font-family: 'Quicksand Bold', sans-serif;
        font-weight: 700;
        color: #fff;
    }
    #mobile-quick-order-sticky.dcsoft-mobile-cart-order #sticky-view-quick-order {
        font-family: Quicksand, sans-serif;
        font-weight: 500;
        font-size: 4.1rem;
        line-height: 6.15rem;
        color: #fff;
    }
    .quick-order-page .qo-cart {
        border-radius: 0;
        border: 0;
        padding: 0 4.1rem;
        top: auto;
    }
    .quick-order-page .qo-cart > h3,
    .dcsoft-cart-empty h2 {
        font-size: 5.12rem;
        line-height: 7.17rem;
        padding: 4.1rem 0;
    }
    .quick-order-page .cart-total {
        padding: 4.1rem;
        width: calc(100% + 8.2rem);
        font-size: 4.1rem;
        line-height: 7.17rem;
        margin-left: -4.1rem;
    }
    .quick-order-page .cart-total strong {
        font-size: 7.17rem;
    }
    .quick-order-page .cart-total strong .unit {
        font-size: 4.1rem;
    }
    .quick-order-page .cart-item {
        border-bottom: .26rem solid #D9D8D8;
        padding: 3.07rem 0 1.28rem;
    }
    .quick-order-page .cart-item strong {
        font-size: 4.1rem;
    }
    .quick-order-page .cart-item .remove {
        font-size: 3.59rem;
    }
    .quick-order-page .cart-item .d-flex {
        gap: 7.68rem;
    }
    .quick-order-page .cart-item .cart-price {
        padding: 1.02rem 0;
        font-size: 4.1rem;
    }
    .quick-order-page .qty {
        gap: 2.56rem;
        margin: 0 0 2.56rem 0;
        border: .26rem solid #F9D2D4;
        border-radius: 25.61rem;
        padding: 1.02rem;
    }
    .quick-order-page .qty button {
        width: 6.66rem;
        height: 6.66rem;
        border: .26rem solid #ddd;
        font-size: 4.1rem;
        line-height: 6.4rem;
    }
    .quick-order-page .qty span {
        font-size: 4.1rem;
        padding: 0 1.28rem;
    }
    .quick-order-page .cart-times {
        margin: 4.1rem 0;
    }
    .quick-order-page .cart-times .title {
        font-size: 3.59rem;
        line-height: 4.61rem;
    }
    .quick-order-page .cart-times ul.methods {
        margin: 2.05rem 0 0 0;
    }
    .quick-order-page .cart-times li.delivery-times {
        gap: 2.05rem;
        margin: 0 0 4.1rem 0;
    }
    .quick-order-page .cart-times li.delivery-times input[type=radio] {
        width: 4.61rem;
        height: 4.61rem;
        border: .38rem solid #ADADAD;
    }
    .quick-order-page .cart-times li.delivery-times label {
        font-size: 3.59rem;
    }
    .quick-order-page .cart-times li.delivery-times .btn {
        padding: 4.1rem 0 0 0;
        gap: 3.07rem;
    }
    .quick-order-page .cart-times li.delivery-times .btn .delivery-date .label {
        font-size: 2.56rem;
        line-height: 3.07rem;
        top: -1.54rem;
        padding: 0 1.28rem;
        left: 3.84rem;
    }
    .quick-order-page .cart-times li.delivery-times .btn .delivery-date select {
        border: .26rem solid #66B345;
        -webkit-box-shadow: rgba(102, 179, 69, .2) 0px 0px 0px .51rem, rgba(102, 179, 69, .2) 0px 1.02rem 1.54rem -.26rem, rgba(102, 179, 69, .2) 0px .26rem 0px inset;
        box-shadow: rgba(102, 179, 69, .2) 0px 0px 0px .51rem, rgba(102, 179, 69, .2) 0px 1.02rem 1.54rem -.26rem, rgba(102, 179, 69, .2) 0px .26rem 0px inset;
        border-radius: 2.05rem;
        background-size: auto 4.61rem;
        background-position: right 4.1rem top 50%;
        font-size: 3.59rem;
        line-height: 5.12rem;
        height: 11.27rem;
    }
    .quick-order-page .discount-cards {
        flex-wrap: wrap;
        gap: 2.05rem;
        margin: 0 0 4.1rem 0;
    }
    .quick-order-page .discount-cards .coupon {
        padding: 1.79rem 4.1rem 1.79rem 6.66rem;
        gap: 1.54rem;
    }
    .quick-order-page .discount-cards .coupon .text {
        font-size: 3.59rem;
        line-height: 4.1rem;
    }
    .quick-order-page .checkout-btn {
        margin: 4.1rem 0;
        font-size: 4.1rem;
        line-height: 6.15rem;
        padding: 3.07rem 4.1rem;
    }
    .quick-order-page aside.qo-cart {
        position: fixed;
        bottom: 0;
        z-index: 1000;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        width: 100%;
    }
    body.open-sticky .quick-order-page aside.qo-cart {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
    .quick-order-page .qo-product {
        position: relative;
    }
    .quick-order-page .add-btn svg {
        width: 3.07rem;
        height: 3.07rem;
    }
    .quick-order-page .qo-products h4 img.show-mobile {
        width: 10.25rem;
        height: 10.25rem;
    }
    .quick-order-page .cart-total:before {
        width: 7.17rem;
        height: 7.17rem;
        top: -3.59rem;
    }
    .quick-order-page .cart-total:after {
        width: 2.82rem;
        height: 2.82rem;
        border-radius: .51rem;
        top: -1.41rem;
    }
    .quick-order-page .qo-categories li img {
        display: none;
    }
    .quick-order-page .qo-products h4.cat-name {
        margin-top: 4.1rem;
        font-size: 5.12rem;
        line-height: 7.17rem;
        display: flex;
        align-items: center;
        gap: 2rem;
    }
    body.open-sticky:before {
        content: '';
        background: #0b0b0b;
        opacity: .6;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 90;
    }
    .quick-order-page .title_term {
        font-size: 4.1rem;
    }
}
@media (min-width: 768px) {
    .quick-order-page .qo-products {
    }
    .quick-order-page .qo-products::-webkit-scrollbar {
        width: .56rem;
        height: .56rem;
    }
    .quick-order-page .qo-products::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .quick-order-page .qo-products::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: .69rem;
    }
}