.new-checkout-cart-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-checkout-cart-container .new-checkout-cart-wrapper {
    /* max-width: 560px;
        background: rgba(241, 245, 236, 1);
        color: #1a3c34;
        width: 100%;
        border-radius: 24px;
        padding: 20px 20px 114px; */
    width: 100%;
}

.new-checkout-cart-container .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}



.new-checkout-cart-container .item-info {
    display: flex;
    gap: 8px;
    width: 100%;
}

.new-checkout-cart-container .product-img {
    max-width: 60px;
    height: 48px;
    border-radius: 6.4px;
    width: 100%;
}

.new-checkout-cart-container .price .amount bdi {
    color: rgba(4, 120, 87, 1);
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.new-cartbox-wrapper .price {
    margin-bottom: 0;
}

.new-checkout-cart-container .cart-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}

.new-checkout-cart-container .cart-header-wrapper p {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: rgba(6, 2, 31, 1);
    margin: 0;
}

.new-checkout-cart-container .old-price {
    color: rgba(51, 50, 57, 1);
    margin-left: 5px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
    text-decoration: line-through;
    margin: 0;
}

.new-checkout-cart-container .quantity-selector {
    background: rgb(241, 245, 236);
    padding: 4px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

.new-checkout-cart-container .cart-summary-viewbox {
    background: rgba(255, 255, 255, 1);
    margin-top: 8px;
    max-width: 520px;
    border-radius: 16px;
    padding: 24px;
    opacity: 1;
}

.new-checkout-cart-container .cart-summary-viewbox-heading {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(6, 2, 31, 1);
    padding-bottom: 8px;
    margin: 0;
}

.new-checkout-cart-container .cart-subtotal {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(6, 2, 31, 1);
}

.new-checkout-cart-container .saving-data {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(4, 120, 87, 1);
}

.new-checkout-cart-container .cart-price bdi,
.new-checkout-cart-container .saving-price bdi,
.new-checkout-cart-container .delivery-price bdi {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(6, 2, 31, 1);
}

.new-checkout-cart-container .price .del-prie-cus .amount bdi {
    color: rgba(51, 50, 57, 1);
    margin-left: 5px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
}

.new-checkout-cart-container .delivery-info {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(6, 2, 31, 1);
}

.new-checkout-cart-container .delivery-frequency .heading {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(6, 2, 31, 1);
    padding: 12px 0;
    margin: 0;
}

.new-checkout-cart-container .summary-row,
.new-checkout-cart-container .summary-row-delivery,
.new-checkout-cart-container .summary-row-saving {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    align-items: center;
}

.new-checkout-cart-container .freq-options {
    display: flex;
    gap: 0px;
    margin: 0 0 24px;
    border-radius: 12px;
    border: 1px solid rgba(229, 231, 235, 1);
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.new-checkout-cart-container .freq-options div {
    flex: 1;
    border-radius: 8px;
    text-align: center;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.new-checkout-cart-container .total-cart-total,
.new-checkout-cart-container .total-cart-price bdi {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: rgba(6, 2, 31, 1);
}

.new-checkout-cart-container .quantity-cart-items {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(6, 2, 31, 1);
}

.new-checkout-cart-container .freq-options .active {
    border-color: #007c58;
    background: #f0f9f6;
    color: #007c58;
    font-weight: bold;
}

.new-checkout-cart-container .weight-warning {
    background: rgba(255, 239, 188, 1);
    display: flex;
    border-radius: 10px;
    gap: 8px;
    opacity: 1;
    padding: 11px 10px;
    border: 1px solid rgba(229, 231, 235, 1);
    align-items: center;
}

.new-checkout-cart-container .total-cart-row {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 24px 0;
}

.new-checkout-cart-container .checkout-btn {
    background: #007c58;
    color: rgba(255, 255, 255, 1);
    border: none;
    cursor: pointer;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    gap: 4px;
    padding: 8px 12px 8px 16px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: inherit;
}

.new-checkout-cart-container .cart-header-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.new-checkout-cart-container .cart-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.item-controls {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 5px;
}

.new-checkout-cart-container .cart-items {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    flex-direction: column;

}

.new-checkout-cart-container .item-details .items-heading {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(6, 2, 31, 1);
    padding-bottom: 4px;
    margin: 0;
}

.new-checkout-cart-container .delete-btn {
    background: unset;
    border: unset;
    padding: 0;
}

.new-checkout-cart-container .remove-cart-item,
.new-checkout-cart-container .add-cart-item {
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
    width: 24px;
    height: 24px;
    border-radius: 5.14px;
    padding: 3.43px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-checkout-cart-container .freq-options input {
    display: none;
}

.new-checkout-cart-container .freq-options input:checked+label {
    background: rgba(241, 246, 246, 1);
    color: rgba(4, 120, 87, 1);
    border: 1px solid rgba(4, 120, 87, 1);
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
}

.wc-add-event-hover {
    background: rgba(241, 246, 246, 1) !important;
    color: rgba(4, 120, 87, 1) !important;
    border: 1px solid rgba(4, 120, 87, 1) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 28px 20px;
}

.scheme_active {
    background: rgba(241, 246, 246, 1) !important;
    color: rgba(4, 120, 87, 1) !important;
    border: 1px solid rgba(4, 120, 87, 1) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 28px 20px;
}

.new-checkout-cart-container .freq-options .option-flex label {
    display: flex;
    padding: 12px 20px;
    cursor: pointer;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(51, 50, 57, 1);
    width: 100%;
    max-width: 92px;
    height: 56px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
}

.new-checkout-cart-container .weight-warning p {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(6, 2, 31, 1);
    margin: 0;
}

.new-cartbox-wrapper> :last-child {
    border-bottom: unset;
}

.new-checkout-cart-container .option-flex input[type="radio"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Increase specificity to protect your design from WooCommerce defaults */
#side-cart-wrapper .widget_shopping_cart_content_update {
    padding: 0 !important;
    margin: 0 !important;
}

#side-cart-wrapper {
    position: fixed;
    right: 0;
    top: 35px;
    width: 100%;
    height: max-content;
    z-index: 99999;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    max-width: 560px;
    background: rgba(241, 245, 236, 1);
    color: #1a3c34;
    width: 100%;
    border-radius: 24px;
    padding: 20px 20px 24px;
}

#side-cart-wrapper .widget_shopping_cart_content_update::-webkit-scrollbar,
.new-cartbox-wrapper::-webkit-scrollbar {
    display: none;
}

#side-cart-wrapper .widget_shopping_cart_content_update,
.new-cartbox-wrapper {
    scrollbar-width: none;
}

#side-cart-wrapper .widget_shopping_cart_content_update,
.new-cartbox-wrapper {
    -ms-overflow-style: none;
}

#side-cart-wrapper .widget_shopping_cart_content_update {
    overflow-y: scroll !important;
    max-height: 95vh;
}

.new-cartbox-wrapper {
    max-height: 340px;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
}

#side-cart-wrapper.active {
    transform: translateX(-20px);

}

#side-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.83);
    display: none;
    z-index: 999999;
}

#side-cart-overlay.active {
    display: block;
}

body.side-cart-open {
    overflow: hidden;
}

.elementor-16263 .elementor-element.elementor-element-1a62817d:not(.elementor-motion-effects-element-type-background),
.elementor-16263 .elementor-element.elementor-element-1a62817d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    z-index: 9999;
}

@media (min-width: 768px) and (max-width: 1700px) {

    .elementor-16263 .elementor-element.elementor-element-40f45078:not(.elementor-motion-effects-element-type-background),
    .elementor-16263 .elementor-element.elementor-element-32dfaad9 {
        z-index: 9999;
    }

    #side-cart-wrapper {
        box-shadow: unset;
        max-width: 390px;
    }

    .new-checkout-cart-container .freq-options .option-flex label {
        padding: 12px 8px;
    }

    .new-checkout-cart-container .item-details .items-heading,
    .new-checkout-cart-container .price .amount bdi,
    .new-checkout-cart-container .delivery-frequency .heading {
        font-size: 14px;
    }

    .new-checkout-cart-container .remove-cart-item,
    .new-checkout-cart-container .add-cart-item {
        width: 20px;
        height: 20px;
    }

    .new-checkout-cart-container .quantity-selector {
        padding: 3px;
    }

    .item-controls {
        padding-top: 0;
    }

    .new-checkout-cart-container .cart-header-wrapper {
        padding-bottom: 16px;
    }

    .new-checkout-cart-container .cart-header-wrapper p,
    .new-checkout-cart-container .cart-summary-viewbox-heading {
        font-size: 16px;
    }

    .new-checkout-cart-container .cart-icon img {
        max-width: 20px;
        height: 20px;
    }

    .new-checkout-cart-container .close-btn svg {
        width: 20px;
        height: 20px;
    }

    .new-checkout-cart-container .cart-summary-viewbox {
        padding: 16px 20px;
    }

    .new-checkout-cart-container .cart-summary-viewbox-heading {
        padding-bottom: 0;
    }

    .new-checkout-cart-container .summary-row,
    .new-checkout-cart-container .summary-row-delivery,
    .new-checkout-cart-container .summary-row-saving {
        padding: 8px 0;
    }

    .new-checkout-cart-container .total-cart-row {
        margin: 16px 0;
    }

    .new-checkout-cart-container .cart-subtotal,
    .new-checkout-cart-container .cart-price bdi,
    .new-checkout-cart-container .saving-price bdi,
    .new-checkout-cart-container .delivery-price bdi,
    .new-checkout-cart-container .delivery-info {
        font-size: 12px;
    }

    .new-checkout-cart-container .switch {
        height: 20px;
        width: 40px;
    }

    .new-checkout-cart-container .weight-warning {
        padding: 5px;
    }

    .new-checkout-cart-container .weight-warning p {
        font-size: 12px;
    }

    .new-checkout-cart-container .discount-green-side-cart {
        margin-top: 0;
    }

    .new-checkout-cart-container .item-details .items-heading,
    .new-checkout-cart-container .price .amount bdi,
    .new-checkout-cart-container .delivery-frequency .heading,
    .new-checkout-cart-container .quantity-cart-items {
        font-size: 12px;
        line-height: 21px;
    }

    .new-checkout-cart-container .weight-warning p {
        font-size: 11px;
    }

    .new-checkout-cart-container .summary-row,
    .new-checkout-cart-container .summary-row-delivery,
    .new-checkout-cart-container .summary-row-saving {
        padding: 4px 0;
    }

    .new-checkout-cart-container .freq-options .option-flex label {
        padding: 6px 8px;
        height: 40px;
        font-size: 12px;
    }

    .new-checkout-cart-container .total-cart-row {
        margin: 6px 0;
    }

    .new-checkout-cart-container .total-cart-total,
    .new-checkout-cart-container .total-cart-price bdi {
        font-size: 14px;
    }

    .new-checkout-cart-container .freq-options {
        margin-bottom: 12px;
    }

    .new-checkout-cart-container .checkout-btn {
        height: 40px;
        font-size: 14px;
    }

    .total-cart-total {
        display: contents;
    }

    #side-cart-wrapper .widget_shopping_cart_content_update {
        overflow-y: scroll !important;
        max-height: 95vh;
    }

    .new-checkout-cart-container .cart-summary-viewbox {
        padding: 12px 16px 12px;
    }

    .new-cartbox-wrapper {
        max-height: 200px;
    }

    .new-checkout-cart-container .cart-header-wrapper {
        padding-bottom: 6px;
    }

    #side-cart-wrapper {
        padding: 10px 16px 16px;
        top: 16px;
    }

    .new-checkout-cart-container .saving-data {
        font-size: 12px;
    }

    .new-checkout-cart-container .cart-header-wrapper p,
    .new-checkout-cart-container .cart-summary-viewbox-heading {
        font-size: 14px;
    }

    .new-checkout-cart-container .product-img {
        max-width: 50px;
        height: 40px;
        border-radius: 6.4px;
        width: 100%;
        object-fit: cover;
    }

    .new-checkout-cart-container .remove-cart-item,
    .new-checkout-cart-container .add-cart-item {
        width: 18px;
        height: 18px;
    }

    .new-checkout-cart-container .cart-items {
        padding: 8px;
    }

    .new-checkout-cart-container .item-details .items-heading {
        padding-bottom: 0;
    }

    .delete-btn img {
        width: 14px;
        height: 14px;
    }

    .delivery-frequency .toggle-wrapper .heading {
        padding: 4px 0;
    }

    .new-checkout-cart-container .slider::before {
        height: 14px;
        width: 14px;
        left: 4px;
        top: 2px;
        bottom: 0;
    }

    .new-checkout-cart-container .switch {
        height: 19px;
    }

    .scheme_active {
        font-size: 12px;
    }
}

/*ended here*/
@media(max-width:768px) {
    #side-cart-wrapper {
        border-radius: 20px;
    }

    .new-checkout-cart-container .product-img {
        max-width: 50px;
        height: 40px;
        width: 100%;
        opacity: 1;
        border-radius: 6px;
    }

    .new-checkout-cart-container .cart-header-wrapper {
        padding-bottom: 12px;
    }

    .new-checkout-cart-container .item-details .items-heading {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
    }

    #side-cart-wrapper .widget_shopping_cart_content_update {
        max-height: 95vh;
    }

    .new-checkout-cart-container .cart-header-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }

    .new-checkout-cart-container .cart-items {
        padding: 8px 12px;
    }

    .new-checkout-cart-container .price .amount bdi {
        font-size: 14px;
        line-height: 20px;
    }

    .new-checkout-cart-container .price .del-prie-cus .amount bdi {
        line-height: 20px;
    }

    .elementor-16263 .elementor-element.elementor-element-40f45078 {
        z-index: 9999;
    }

    .new-checkout-cart-container .freq-options label {
        max-width: 58px;
        height: 61px;
        border-radius: 10px;
    }

    .new-checkout-cart-container .cart-summary-viewbox {
        padding: 12px;
    }

    .new-checkout-cart-container .summary-row,
    .new-checkout-cart-container .summary-row-delivery,
    .new-checkout-cart-container .summary-row-saving {
        padding: 8px 0;
    }

    .new-checkout-cart-container .cart-summary-viewbox-heading {
        font-family: "Instrument Sans", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: rgba(6, 2, 31, 1);
        padding-bottom: 4px;
        margin: 0;
    }

    .new-checkout-cart-container .delivery-frequency .heading {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        padding: 8px 0;
    }

    .new-checkout-cart-container .total-cart-total,
    .new-checkout-cart-container .total-cart-price bdi {
        display: flex;
    }

    .new-checkout-cart-container .total-cart-row {
        margin: 12px 0;
    }

    .new-checkout-cart-container .freq-options {
        margin: 0 0 12px;
    }

    .close-btn svg,
    .cart-icon img {
        max-width: 24px;
        height: 24px;
    }

    .new-checkout-cart-container .freq-options .option-flex label {
        line-height: 16px;
    }

    .new-checkout-cart-container .weight-warning p {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
    }

    .new-checkout-cart-container .weight-warning {
        padding: 10px;
    }
     .new-checkout-cart-container .item-controls{
        padding-top: 6px;
    }

}

@media(max-width:580px) {
    #side-cart-wrapper {
        margin: 0;
        right: 0;
        top:15px;
        max-width: fit-content;
        padding: 20px 16px 30px;
        box-shadow: unset;
    }

    .new-cartbox-wrapper {
        max-height: 240px;
    }

    .new-checkout-cart-container .cart-item {
        gap: 12px;
    }

    .new-checkout-cart-container .weight-warning p {
        width: 100%;
    }

    .new-checkout-cart-container .freq-options .option-flex label {
        max-width: 58px;
        padding: 4px 6px;
        max-height: 40px;

    }
}

@media(max-width:390px) {
    #side-cart-wrapper {
        right: 0;
        top: 0px;
        max-width: fit-content;
        padding: 16px 10px;
        box-shadow: unset;
        margin: 0;
    }
}

.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #ccc;
    border-radius: 50px;
    transition: 0.3s;
}

.slider::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}

input:checked+.slider {
    background-color: rgba(4, 120, 87, 1);
}

input:checked+.slider::before {
    transform: translateX(19px);
}

.weeks-box {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: none;
}

.week-options button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    background: #f2f2f2;
    border-radius: 8px;
    cursor: pointer;
}

.week-options button:hover {
    background: #ddd;
}

.discount-green-side-cart {
    margin-top: 20px;
}

.discount-green-side-cart .discount-green-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #047857;
    padding: 16px 10px;
    background-color: #F1F5EC;
    border-radius: 10px;
    border: 1px solid #047857;                      
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
}