/* Live */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');


html:has(body.side-cart-open){
    overflow: hidden;
}
.payment-faild-newcontainer {
    max-width: 100%;
    border-radius: 16px;
    padding: 24px;
    justify-content: space-between;
    opacity: 1;
    width: 100%;
    background: rgba(254, 242, 242, 1);
    display: flex;
    align-items: center;
    gap: 60px;
}

.payment-faild-newcontainer .newpayment-faild-heading {
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: rgba(192, 8, 8, 1);
}

.newpayment-faild-box {
    flex: 1;
}

.payment-faild-newcontainer .newpayment-faild-subheading {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(6, 2, 31, 1);
    padding-top: 6px;
}

.payment-faild-newcontainer .newpayment-faild-btn a {
    border-radius: 8px;
    gap: 4px;
    opacity: 1;
    padding: 12px 16px 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    background: rgba(4, 120, 87, 1);
    color: rgba(255, 255, 255, 1);
    text-decoration: unset;
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    box-shadow: 0px 8px 4px -1px rgba(12, 12, 13, 0.05);
    border: 1px solid transparent;
    border-radius: 8px;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(rgba(4, 120, 87, 1)fff, rgba(4, 120, 87, 1)), linear-gradient(195deg, rgba(229, 231, 235, 1), rgba(241, 245, 236, 1), rgba(4, 120, 87, 1));
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.mybox-paymentfaild-wrapper {
    margin: 30px 30px 20px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders svg {
    width: 30px;
    height: 30px;
}

.raw-meal-content {
    display: flex;
    align-items: center;
    gap: 10PX;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

.elementor-element.elementor-element-5eca7b64.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    position: relative;
    z-index: 0000;
}

body.woocommerce-account {
    background-color: rgba(241, 245, 236, 1) !important;
}

a {
    text-decoration: none;
    color: var(--color-text-dark);
}

ul {
    list-style: none;
}


.main-header {
    background-color: var(--color-text-light);
    border-bottom: 1px solid var(--color-border-grey);
    padding: 10px 0;
}

.logo img {
    height: 40px;
}

.main-nav ul {
    display: flex;
    gap: 25px;
}

.main-nav a {
    color: var(--color-text-dark);
    font-weight: 500;
    font-size: 14px;
    padding: 5px 0;
    transition: color 0.2s;
}

.main-nav a:hover {
    color: var(--color-primary);
}



.btn-primary {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.2s;
}

.btn-primary:hover {
    background-color: var(--color-active-green);
}




.account-page-container {
    position: relative;
    min-height: calc(100vh - 60px);
}

.top-background-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: rgba(4, 120, 87, 1);
    z-index: 0;
}

.account-content-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    padding: 0 20px;
}

.fake-add-to-cart,
.wc-add-to-cart-one-time,
.fake-add-to-cart-single {
    padding: 16px 36px;
    width: 100%;
    background: rgb(4, 120, 87);
    border-radius: 12px;
    gap: 12px;
    border: 1px solid rgb(4, 120, 87);
    font-family: Instrument Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: uppercase;
    height: 60px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fake-add-to-cart:hover,
.fake-add-to-cart-single:hover {
    background: rgb(4, 120, 87);
}

.account-sidebar {
    background-color: rgba(255, 255, 255, 1);
    height: fit-content;
    max-width: 260px;
    width: 100%;
    opacity: 1;
    border-radius: 16px;
    padding: 24px;
}

.sidebar-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.sidebar-item i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.first-account-wrapper .content-box-my-account {
    min-height: auto !important;
}


.sidebar-item.active {
    background-color: rgba(241, 245, 236, 1);
    border: 1px solid rgba(147, 195, 177, 1);
    border-radius: 8px;
    color: rgba(4, 120, 87, 1);
}

.my-account-bg {
    position: relative;
}

.item-types-img {
    width: 100%;
    max-width: 120px;
    height: 92px;
}

.my-account-bg::before {
    content: '';
    position: absolute;
    background-image: url('../assets/images/top-bg.svg');
    min-height: 457px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}

.box.active .box-day-data,
.box.active .date-content-date,
.box.active .date-content-month {
    color: rgba(255, 255, 255, 1);
}

.boxes .next-box-contentdata img {
    width: 100%;
    max-width: 20px;
}

.delivered-label .next-box-contentdata img {
    width: 100%;
    max-width: 12px;
}

.next-box-first-container .delivery-sub_wrapper {
    display: flex;
    width: 100%;
    gap: 12px;
}

.wc-order-detail .delivery-sub_wrapper {
    display: flex;
    width: 68%;
    margin: auto;
    padding: 0px;
    justify-content: space-between;
}

.slick-prev.slick-arrow {
    display: none !important;
}
.bundle-main-image .slick-prev.slick-arrow {
    display: flex !important;
}

.next-box-wrapper {
    background-color: #f1f5ec;
    position: relative;
    padding: 8px 44px;
    margin-left: -20px;
    margin-right: -24px;
    margin-top: -7.2px;
    border-radius: 0 0 19px 19px;
    display: flex;
    justify-content: center;
}

.delivered-label {
    background-color: #f1f5ec;
    position: relative;
    /* top: 26px; */
    padding: 8px 44px;
    margin-left: -20px;
    margin-right: -24px;
    margin-top: -9.6px;
    border-radius: 0 0 19px 19px;
    display: flex;
    justify-content: center;
}

.empty-box-message .wc-account-new-createbox {
    max-width: 204px;
    height: 44px;
    gap: 10px;
    opacity: 1;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    color: rgb(255, 255, 255);
    background-color: rgb(4, 120, 87);
}

.wrapper-next-box .meal p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(6, 2, 31, 1);
    padding: 12px 0px 4px;
}

.wrapper-next-box {
    margin-top: 30px;
    background-color: rgb(241, 245, 236);
    max-width: 980px;
    border-radius: 16px;
    opacity: 1;
    padding: 30px;
}

.wrapper-next-box .meal a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: rgba(81, 99, 80, 1);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #516350;
    width: fit-content;
}

.wrapper-next-box .meal-qty {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 20px;
    color: rgba(6, 2, 31, 1);
    padding: 8px 0px 0px !important;
}

.next-box-contentdata {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(6, 2, 31, 1);
    display: flex;
    gap: 6px;
    align-items: center;
}

.next-box-contentdata {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(6, 2, 31, 1);
    display: flex;
    gap: 6px;
    align-items: center;
}

.sidebar-item.active span {
    font-weight: 600;
    font-size: 16px;
    color: rgba(4, 120, 87, 1);
}

.account-box-card {
    border-radius: 16px;
    padding: 30px;
    min-height: 500px;
    background-color: #fff;
    width: 100%;
    max-width: 1040px;
    margin: 24px 0;
}

#step-9 .account-page-container .account-page-my-form {
    display: flex !important;
    justify-content: center;
    max-width: 980px;
}

#step-9 .mybox-wrapper .mybox-user-detail h2 {
    padding-bottom: 0;
}

.welcome-header h2 {
    margin-bottom: 5px;
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: rgb(6, 2, 31);
}

.welcome-header p {
    margin-bottom: 30px;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 50, 57, 1);
}

.box-status-content h3 {
    color: rgba(6, 2, 31, 1);
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}

.wrapper-next-box .active-pending,
#wp-subscription-order .active-pending {
    background-color: #ECFDF3;
    border: 1px solid rgba(4, 120, 87, 0.3);
    padding: 2px 8px 2px 6px;
    border-radius: 6px;
    width: 100%;
    max-width: fit-content;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #047857;
    line-height: 20px;
    gap: 4px;
}

.empty-box-message {
    text-align: center;
    padding: 0px 0 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.account-box-card .empty-box-subheading {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333239;
    padding-bottom: 24px;
}

.main-account-box .your-boxes-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(6, 2, 31);
    padding: 30px 0px;
}

.sidebar-item span {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 50, 57, 1);
}

.empty-box-message h4 {
    margin-bottom: 10px;
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: rgba(6, 2, 31, 1);
}

.mybox-wrapper {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(241, 245, 236, 1));
    margin: -30px -30px 0px -30px;
    border-radius: 16px 16px 0px 16px;
}

.first-account .mybox-wrapper {
    margin: -30px 0px 0px -0px;
}

.boxes img {
    width: 100%;
    max-width: 32px;
}

.boxes .delivered-label img {
    width: 100%;
    max-width: 15px;
}

.empty-box-message p {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    max-width: 484px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-create-box {
    cursor: pointer;
    max-width: 204px;
    height: 44px;
    opacity: 1;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    opacity: 1;
    border-radius: 10px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgb(255, 255, 255);
    background-color: rgb(4, 120, 87);
}

.welcome-header {
    margin: -40px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(241, 245, 236, 1));
    border: 1px solid rgba(229, 231, 235, 1);
}

.dashboard {
    display: flex;
    margin: 2rem;
    gap: 2rem;
}

.sidebar {
    background-color: rgba(255, 255, 255, 1);
    height: fit-content;
    max-width: 260px;
    width: 100%;
    opacity: 1;
    border-radius: 16px;
    padding: 24px;
}

.sidebar ul {
    list-style: none;
}

.sidebar li {
    padding: 0.8rem;
    cursor: pointer;
    border-radius: 8px;
}

.sidebar li.active,
.sidebar li:hover {
    background: #008060;
    color: #fff;
}

.account-page-container {
    border-radius: 16px;
    padding: 30px;
    min-height: 500px;
    background-color: #fff;
    width: 100%;
    max-width: 1040px;
    margin: 24px 0px;
}

.mybox-wrapper .mybox-user-detail h2 {
    font-family: 'Instrument Sans';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: rgb(6, 2, 31);
    padding-bottom: 8px;
}

.boxes .box {
    background-color: #f1f6f6;
    border: 1px solid #e5e7eb;
    max-width: 180px;
    border-radius: 19px;
    opacity: 1;
    width: 100% !important;
    padding: 0;
}

.date-content-date {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    color: rgb(6, 2, 31);
    padding-top: 8px;
    display: flex;
    gap: 8px;
    align-items: baseline;
}

.date-content-month {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: rgb(51, 50, 57);
}

.account-page-container .content-box-my-account {
    border-radius: 10px;
    min-height: 500px;
    background-color: rgb(255, 255, 255);
    width: 100% !important;
    max-height: fit-content;
}

.wc-simple-order h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #06021F;
    padding-bottom: 6px;
    margin-top: 8px;
}

.wc-simple-order p {
    color: #333239;
    padding-bottom: 16px;
}

.meal img {
    height: 200px;
    width: 100%;
    max-width: 260px;
}

.box-day-data {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgb(51, 50, 57);
    padding-top: 8px;
}

.boxes {
    display: flex;
    gap: 24px;
    margin: 0px 0px 30px;
}

.your-boxes-wrapper {
    position: relative;
}

.boxes-steps {
    display: flex;
    width: fit-content;
    position: absolute;
    right: 0;
    left: 80px;
}

.steps-container {
    width: 100%;
    padding: 30px 0 0px;
    position: relative;
}

.steps-container h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.steps-line {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    gap: 24px;
}

.steps-line::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    height: 2px;
    max-width: 1040px;
    background: #e5e7eb;
    z-index: 1;
    right: 0;
    width: 100%;
}

.raw-meal-content svg {
    max-width: 32px;
    height: 32px;
}

.first-account-wrapper .wc-next-subscriptions .slick-slide {
    margin: 0 12px;
}

.first-account-wrapper .slick-list.draggable {
    width: 100%;
    max-width: 770px;
    min-width: 812px;
    /* height: 214px; */
    padding-left: 20px;
}

.boxes.wc-next-subscriptions.slick-initialized.slick-slider {
    padding-left: 27px;
}

.raw-meal-button {
    width: 100%;
    max-width: 141px;
}

.edit-box-items-wrapper #add-new-product-order {
    background-color: #047857;
    max-width: 159px;
    padding: 12px 20px;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}

.woocommerce:has(.custom-my-account-content) {
    display: grid;
    grid-template-columns: 2.1fr 6fr !important;
    gap: 24px;
    justify-items: right;
}

#step-9 .account-page-container {
    border-radius: 16px;
    padding: 0px !important;
    min-height: 500px;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    max-width: 1040px !important;
    margin: 24px 0;
}

.edit-box-light-bg {
    background-color: #F1F6F6;
    border-radius: 16px;
    padding: 30px;
    margin: 20px 0 0;
}

.last-order-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px 20px;
    width: 100%;
    max-width: 932px;
    max-height: 132px;
}

.step img {
    width: 16px;
    height: 40px;
    z-index: 2;
    position: relative;
}

.account-page-container .password-change .btn-change {
    border: 1px solid transparent;
    border-radius: 8px;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(185deg, #E5E7EB, #F1F5EC, #047857);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333239;
    width: 100%;
    max-width: 208px;
}

.step {
    width: 100%;
    max-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 70px;
}

.first-account-card-container .delivery-date-left {
    gap: 12px;
    width: 100%;
    max-width: fit-content;
}

.first-account-card-container .delivery-sub_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    width: 100%;
}

.account-page-container .next-box-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(6, 2, 31);
}

.account-page-container .next-box-subheading {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgb(51, 50, 57);
    padding-top: 6px;
}

.next-box-button {
    width: 100%;
    max-width: 129px;
}

.raw-meal-button a {
    padding: 8px 20px;
}

.order-details-header p {
    margin-bottom: 0 !important;
}

.wrapper-next-box .next-box-button a,
.raw-meal-button a {
    background-color: #fff;
    padding: 8px 10px;
    width: 100%;
    gap: 4px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(195deg, rgba(229, 231, 235, 1), rgba(241, 245, 236, 1), rgba(4, 120, 87, 1));
    box-shadow: 0px 8px 4px -1px rgba(12, 12, 13, 0.05);
    height: 40px;
    color: rgba(51, 50, 57, 1);
    font-size: 16px;
}

.item-types-img img {
    width: 100%;
    max-width: 76px;
    height: 76px;
    border-radius: 8px;
}

.box {
    flex: 1;
    background: #f6f6f6;
    padding: 1rem;
    border-radius: 10px;
}

.box.active {
    color: #fff;
    border: 1px solid #047857;
    background-image: linear-gradient(#04785700, #04785700), url(https://rudedogfood.co.uk/wp-content/themes/ziggy-child/assets/images/Masking.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-color: #047857;
    /* height: 158px; */
}

.next-box {
    display: flex;
    justify-content: space-between;
    background: #f3f6ef;
    border-radius: 12px;
    margin: 0px 0px 24px;
    align-items: center;
}

.box-info {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}

div#reviews {
    display: none;
}

/*hover-bg*/
.view-order-status,
.meals-list-header a,
.wrapper-next-box .next-box-button a,
.raw-meal-button a,
.change-date-btn,
.skip-delivery-bth,
.edit-address-btn,
.delivery-date-details a,
#payment-methods-2026 #badge-make-default,
.skip-delivery-bth {
    transition: color 0.2s ease-in-out,
        transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.15s ease-out;
    position: relative;
    box-shadow: 0 4px 8px -1px rgba(12, 12, 13, 0.05);
}

.view-order-status::before,
.meals-list-header a::before,
.wrapper-next-box .next-box-button a::before,
.meal-stock-wrapper .meals-list-header a:before,
.raw-meal-button a::before,
.change-date-btn::before,
.skip-delivery-bth::before,
.edit-address-btn::before,
.delivery-date-details a::before,
.password-change .account-details-form .btn-change::before,
.view-order-status::before,
.wc-new-payment-cls .delete::before,
.wc-new-payment-cls .default::before,
.wc-new-payment-cls .wcs_deletion_error::before,
#payment-methods-2026 #badge-make-default::before,
.skip-delivery-bth::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #047857;
    transition: all .35s cubic-bezier(0.34, 1.25, 0.64, 1.05);
    z-index: -1;
    border-radius: 8px;
}

.view-order-status:hover,
.meals-list-header a:hover,
.wrapper-next-box .next-box-button a:hover,
.raw-meal-button a:hover,
.change-date-btn:hover,
.edit-address-btn:hover,
.delivery-date-details a:hover,
.meal-stock-wrapper .meals-list-header a:hover,
.password-change .account-details-form .btn-change:hover,
.view-order-status:hover,
.wc-new-payment-cls .delete:hover,
.wc-new-payment-cls .default:hover,
.wc-new-payment-cls .wcs_deletion_error:hover,
#payment-methods-2026 #badge-make-default:hover,
.skip-delivery-bth:hover {
    color: #fff !important;
    transform: translateY(1px);
    box-shadow: 0 0px 0px rgba(12, 12, 13, 0);
}

.view-order-status:hover::before,
.wrapper-next-box .next-box-button a:hover::before,
.meal-stock-wrapper .meals-list-header a:hover::before,
.raw-meal-button a:hover::before,
.change-date-btn:hover::before,
.edit-address-btn:hover::before,
.delivery-date-details a:hover::before,
.password-change .account-details-form .btn-change:hover::before,
.view-order-status:hover::before,
.wc-new-payment-cls .delete:hover::before,
.wc-new-payment-cls .default:hover::before,
.wc-new-payment-cls .wcs_deletion_error:hover::before,
#payment-methods-2026 #badge-make-default:hover::before,
.skip-delivery-bth:hover::before {
    width: 97%;
    overflow: visible;
}

.account-page-container #place_order {
    background-color: #047857;
    border-radius: 12px;
}

.wc-new-payment-cls .button {
    background-color: #047857;
    border-radius: 12px;
    font-size: 16px;
    padding: 14px 20px;
}

/* 
.meals-list-header a:hover::before,
.wrapper-next-box .next-box-button a:hover::before,
.raw-meal-button a:hover::before,
.change-date-btn:hover::before,
.delivery-date-details a:hover::before,
.password-change .account-details-form .btn-change:hover::before , .view-order-status:hover::before{
    width: 100%;
      border-radius: 8px;
}  */
/*hover-bg-closed*/
.meals {
    display: flex;
    gap: 22px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.order-status-btn.active-cancelled {
    height: 32px;
}

.meal {
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 16px;
    width: 100%;
    max-width: 292px;
    border: 1px solid rgba(229, 231, 235, 1)
}

/*hover-new*/
#payment-methods-2026 .remove-btn {
    transition: color 0.2s ease-in-out,
        transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.15s ease-out;
    position: relative;
    box-shadow: 0 4px 4px -1px rgba(12, 12, 13, 0.05);
}

#payment-methods-2026 .remove-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 16, 16, 1);
    transition: all .45s cubic-bezier(0.68, 1.50, 0.27, 1.55);
    z-index: -1;
    border-radius: 8px;
}

#payment-methods-2026 .remove-btn:hover {
    color: #fff !important;
    transform: translateY(1px);
    box-shadow: 0 0px 0px rgba(12, 12, 13, 0);
}

#payment-methods-2026 .remove-btn:hover::before {
    width: 100%;
    overflow: visible;
}

.meal img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.order-summary {
    background: #f3f6ef;
    border-radius: 10px;
}

.order-summary ul {
    list-style: none;
}

.order-summary li {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.order-summary .total {
    font-weight: bold;
    border-top: 1px solid #ccc;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.mybox-wrapper .mybox-user-detail {
    padding: 30px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(229, 231, 235, 1), rgba(229, 231, 235, 0));
    border-image-slice: 100%;
    border-image-slice: 100%;
    border-image-slice: 1;
}

.slick-next.slick-arrow img {
    width: 100%;
    max-width: 22px;
}

.apply-coupon-input {
    flex-wrap: unset !important;
}

.apply-coupon-input label {
    display: none;
}

.edit-box-container .edit-box-content .edit-box-top-wrapper-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #06021f;
    padding-bottom: 8px;
}

.edit-box-container .edit-box-content .edit-box-top-wrapper-subheading,
.mybox-user-detail p {
    font-size: 16px;
    color: #06021f;
    font-weight: 400;
    line-height: 24px;
}

.order-history-card .order-image-box,
.order-image-box img {
    border-radius: 10px;
    overflow: hidden;
    height: 92px;
    max-width: 120px;
    width: 100%;
}

.first-account-card-container .wrapper-next-box {
    margin-top: 0;
    background-color: rgb(241, 245, 236);
    max-width: 980px;
    border-radius: 16px;
    opacity: 1;
    padding: 0px;
}

.wrapper-next-box {
    padding: 30px;
    margin-top: 1.5rem;
}

.next-box-button a {
    background-color: #FFFFFF;
    border-radius: 10px;
}

.delivery-date-sub-right p {
    color: rgba(51, 50, 57, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
}

.delivery-date-box-raguler {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    padding: 24px;
    margin: 0px 0px 24px;
    min-height: 108px;
}

.delivery-date-box-raguler span.delivery-date {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: rgba(6, 2, 31, 1);
}

.main-account-box.wc-order-detail .delivery-date-box-raguler {
    justify-content: space-between;
    width: 100%;
}

.delivery-date-box {
    display: flex;
    justify-content: flex-start;
    gap: 60px;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    padding: 24px;
    margin: 0px 0px 24px;
    min-height: 108px;
}

.delivery-info-section {
    border-radius: 16px;
    padding: 24px;
    margin: 0 0 24px;
    background-color: #FFFFFF;
    min-height: 184px;
}

.delivery-date-left {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    width: 100%;
}

.my-account-section .dashboard-box-bottom {
    margin-top: 24px;
    max-width: 445px;
    gap: 16px;
    opacity: 1;
    border-radius: 16px;
    padding: 24px;
    background-color: #FFF;
    border: none;
}

.dashboard-box-bottom .pause-now-btn,
.dashboard-box-bottom .resume-now-btn {
    border: 1px solid transparent;
    border-radius: 8px;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(185deg, #e5e7eb, #f1f5ec, #047857);
}

.dashboard-box-bottom-wrapper {
    width: 100%;
}

.dashboard-box-bottom-wrapper .dashboard-box-bottom h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #06021F;
    padding-bottom: 16px;
}

.scrollup.activate {
    background-color: #FFF;
    border: 2px solid #ddd;
}

.dashboard-box-bottom-wrapper .dashboard-box-top h4,
.password-change h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #06021F;
}

.dashboard-box input[type="email"],
.dashboard-box #confirm-password {
    margin-bottom: 24px;
}

.dashboard-box-bottom-wrapper .account-details-form label,
.password-change .account-details-form label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #06021F;
    padding: 0px 0px 6px;
    margin: 0;
}

.my-account-section .account-details-form input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text,
.password-change .account-details-form input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
    max-width: 397px;
    height: 48px;
    opacity: 1;
    border-width: 1px;
    padding: 12px 16px;
    font-size: 16px;
    color: #333239;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
}

.dashboard-box-top .account-details-form .btn-save {
    padding: 12px 14px 12px 24px !important;
    display: flex !important;
    align-items: center;
}

.dashboard-box-bottom-wrapper .btn-save,
.btn-change {
    width: 100%;
    max-width: 179px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    padding: 12px !important;
}

.password-change .account-details-form .btn-change {
    padding: 12px !important;
}

.dashboard-box-bottom .cancel-now-btn,
.dashboard-box-bottom .cancel-sub-custom {
    border: 1px solid transparent;
    border-radius: 8px;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(30deg, #FF2509, #F1F5EC, #FF1010);
}

.subscription-cards-img {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    align-items: center;
}

.dashboard-box-bottom form {
    margin: 0;
}

.dashboard-box-bottom h2 {
    margin-bottom: 10px;
}

.dashboard-box-bottom a {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 8px 15px;
    color: #333239;
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    max-width: 233px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(195deg, #E5E7EB, #F1F5EC, #047857);
    box-shadow: 0 8px 4px -1px rgba(12, 12, 13, 5%);
    height: 40px;
}

.first-account .delivery-date-left {
    align-items: center;
}

/* .wrapper-next-box .delivery-data-sub-right p {
    padding-bottom: 8px;
} */

.delivery-icon {
    font-size: 18px;
}

.meal-list-items .meal-info {
    display: flex;
    flex-direction: column;
}

.meal-info .item-types-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #06021F;
    padding-bottom: 4px;
    margin: 0;
}

.meal-info a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #516350;
}

.meal-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #06021F;
}

.meal-item .meal-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #06021F;
}

.meal-list-items .meal-item {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    background-color: #FFFFFF;
    padding: 16px 0px 16px;
    border-bottom: 1px solid #E5E7EB !important;
    margin: 0;
    border: none;
    border-radius: unset;
}

.meal-stock-wrapper {
    background-color: #FFFFFF;
    padding: 24px;
    border-radius: 16px;
}

.meal-stock-wrapper .meals-list-header a {
    width: 100%;
    max-width: 112px;
    padding: 8px 0px 8px 14px;
}

.reactive-date-btn {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 15px;
    color: rgba(51, 50, 57, 1);
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    max-width: fit-content;
    border: 1px solid transparent;
    border-radius: 8px;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(195deg, #e5e7eb, #f1f5ec, #FF2509);
    box-shadow: 0 8px 4px -1px rgba(12, 12, 13, 5%);
    height: 40px;
}

.reactive-date-btn:hover {
    background-color: #f9f9f9;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.change-date-btn,
.skip-delivery-bth,
.edit-address-btn,
.meals-list-header a,
.wc-new-payment-cls .delete,
.wc-new-payment-cls .default,
.wc-new-payment-cls .wcs_deletion_error {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 15px;
    color: rgba(51, 50, 57, 1);
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    max-width: 157px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(195deg, #e5e7eb, #f1f5ec, #047857);
    box-shadow: 0 4px 8px -1px rgba(12, 12, 13, 5%);
    height: 40px;
}

/* Longer "Change Delivery Address" label — width follows text; same hover as siblings */
.delivery-sub_wrapper .edit-address-btn {
    width: auto;
    max-width: 100%;
    white-space: nowrap;
    flex: 0 1 auto;
    overflow: hidden;
    z-index: 0;
    box-sizing: border-box;
}

.change-date-btn,
.skip-delivery-bth,
.raw-meal-button a {
    padding: 8px 14px;
}

.change-date-btn:hover {
    background-color: #f9f9f9;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}


.your-boxes-wrapper .your-boxes-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #06021F;
    padding: 35px 0px 4px 30px;
}

.first-account .your-boxes-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: rgba(6, 2, 31, 1);
}

.arrow {
    font-size: 16px;
    line-height: 1;
}

.delivery-date-box span.delivery-date {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: rgba(6, 2, 31, 1);
}

.raw-box {
    margin: 30px 0px 24px;
    display: flex;
    justify-content: space-between;
    background: #f3f6ef;
    border-radius: 12px;
    align-items: center;
}

.raw-box.raw-raguler-box {
    margin: 30px 0px 24px;
    display: flex;
    justify-content: space-between;
    background: #F1F6F6;
    border-radius: 12px;
    align-items: center;
}

.raw-meal-button a {
    padding: 12px 14px;
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    max-width: 141px;
}

.is-disabled a {
    background-color: #9A9A9A;
    color: #E5E7EB !important;
    background-image: unset;
    padding: 8px 12px;
}
.raw-meal-button.is-disabled {
    max-width: 122px;
}
.is-disabled a:hover, .meals-list-header .is-disabled a:hover, .meal-stock-wrapper .meals-list-header .is-disabled a:hover {
    transform: unset !important;
    background-color: #9A9A9A;
    color: #E5E7EB !important;
}
.is-disabled a:hover::before{
    overflow: hidden;
    width: unset;
}

/* Tooltip design for disabled button */
.is-disabled a.custom-tooltip {
  position: relative ;
  display: inline-flex ;
  align-items: center;
  text-decoration: none;
}

.is-disabled a.custom-tooltip::after {
  content: attr(data-tooltip) ;
  position: absolute ;
  bottom: 100% ;
  left: 50% ;
  transform: translate(-50%, -10px);
  background-color: #06021F ;
  color: #ffffff ;
  padding: 8px 16px ;
  border-radius: 10px ;
  white-space: nowrap ;
  font-family: "Instrument Sans", sans-serif !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) ;
  opacity: 0 ;
  pointer-events: none ;
  z-index: 9 ;
  transition: opacity 0.2s ease-in-out ;
}

.is-disabled a.custom-tooltip::before {
  content: "" ;
  display: block ; 
  position: absolute;
  bottom: 100% ;
  left: 50% ;
  transform: translate(-50%, -11px) ; 
  width: 0 !important;
  height: 0 ;
  border-style: solid ;
  border-width: 6px 8px 0 8px;
  border-color: #06021F transparent transparent transparent ; 
  opacity: 0 ;
  pointer-events: none ;
  z-index: 9;
  transition: opacity 0.2s ease-in-out ;
  background-color: unset;
}

.is-disabled a.custom-tooltip:hover::after,
.is-disabled a.custom-tooltip:hover::before {
  opacity: 1 ;
}

.order-details-header h2 {
    font-size: 24px;
    margin-bottom: 5px;
}

.order-details-header p {
    margin-bottom: 30px;
}

.section-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.nutrition-summary {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.summary-card {
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
}

.summary-card i {
    font-size: 30px;
    margin-bottom: 10px;
}

.summary-card strong {
    font-size: 20px;
    margin-bottom: 5px;
}

.summary-card span {
    font-size: 14px;
}

.meals .right-item-arrow {
    width: 100%;
    max-width: 14px;
    height: 14px;
}

.delivery-address-wrapper .delivery-address-heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333239;
}

.delivery-address-wrapper .address-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #06021F;
}

.delivery-row .delivery-label {
    align-items: flex-start;
}

.meal-info .right-items-arrow {
    width: 100%;
    max-width: 12px;
    height: 12px;
}

.meal-info .view-heading {
    display: flex;
    align-items: center;
    gap: 2px;
    border-bottom: 0.5px solid #516350;
    width: fit-content;
    margin-bottom: 8px;
}

.right-movingarrow {
    width: 100%;
    max-width: 24px;
    height: 24px;
}

.delivery-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.wrapper-next-box .delivery-row {
    align-items: flex-start;
    padding: 0;
}

.delivery-row:last-child {
    border-bottom: none;
}

.delivery-row i {
    margin-right: 15px;
    font-size: 18px;
}

.delivery-label {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.delivery-date-details {
    display: flex;
    align-items: center;
    gap: 20px;
}



.address-details p {
    font-weight: 400;
    line-height: 1.4;
}

.address-details .label {
    font-weight: bold;
    margin-bottom: 5px;
}

.meals-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.meal-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFF;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid grey;
}

.meal-details {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.meal-details img {
    width: 100%;
    max-width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 8px;
}

.delivery-info-section .delivery-label img {
    width: 100%;
    max-width: 48px;
}

.delivery-address-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 24px;
    gap: 8px;
}

.wc-order-detail .box-total-wrapper .box-total {
    margin-top: 24px;
}

.meals-list-header .section-title {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 32px;
    font-size: 24px;
    color: #06021F;
}

.meal-info strong {
    display: block;
    margin-bottom: 3px;
}

.meal-info span {
    font-size: 13px;
}

.meal-price {
    font-weight: bold;
}

.box-total-footer {
    background-color: white;
    border-radius: 10px;
    border: 1px solid grey;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}

.total-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.total-left i {
    font-size: 18px;
    color: black;
}

.old-price {
    text-decoration: line-through;
    color: #FFFF;
    font-weight: normal;
    margin-right: 5px;
}

.new-price {
    color: green;
    font-size: 1.2em;
}

.main-account-box.wc-order-detail .delivery-date-box {
    justify-content: space-between;
    width: 100%;
}

.order-history-content-container .order-status-btn {
    height: 24px !important;
}

.edit-box-wrapper .edit-box-card {
    max-width: 1040px;
    width: 100%;
    opacity: 1;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    position: relative;
    z-index: 999;
    margin-bottom: 30px;
}

.edit-box-wrapper {
    display: flex;
    /* justify-content: center;
        align-items: center; */
    padding-top: 24px;
}

.edit-box-top-wrapper {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(241, 245, 236, 1));
    margin: -30px -30px 0px -30px;
    border-radius: 16px 16px 0px 16px;
}

.edit-box-wrapper .edit-box-content {
    padding: 30px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(229, 231, 235, 1), rgba(229, 231, 235, 0));
    border-image-slice: 1;
}

.order-history-wrapper .edit-box-top-wrapper-heading {
    font-family: 'Instrument Sans';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: rgb(6, 2, 31);
    padding-bottom: 8px;
}

.order-history-wrapper .edit-box-top-wrapper-subheading {
    font-family: 'Instrument Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 50, 57, 1);
}

/* .order-history-content-container .order-status-btn{
    max-width: fit-content;
    width: fit-content;
} */
.edit-box-wrapper .edit-box-dark-bg {
    background-color: rgba(241, 245, 236, 1);
    border-radius: 16px;
    padding: 30px;
    margin: 20px 0px 0px 0px;
}

.edit-box-wrapper .items-label {
    background-color: rgba(255, 255, 255, 1);
    padding: 12px;
    width: 100%;
    max-width: 215px;
    border: 1px solid rgba(179, 205, 199, 1);
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: rgba(51, 50, 57, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.edit-box-wrapper .add-more-item {
    display: flex;
    gap: 12px;
    background-color: rgba(241, 245, 236, 1);
    width: 100%;
    max-width: 419px;
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.edit-box-wrapper .add-more-item input[type="radio"] {
    display: none;
}

.add-more-item input[type="radio"]:checked+label {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(4, 120, 87, 1);
    color: rgba(4, 120, 87, 1);
    font-weight: 700;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}

.item-types-new {
    border-bottom: 0.5px solid rgb(81, 99, 80);
    width: fit-content;
}

.edit-box-wrapper .item-types-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(6, 2, 31, 1);
    padding-bottom: 4px;
}

.edit-box-wrapper .item-types-subheading {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: rgba(81, 99, 80, 1);
    display: flex;
    align-items: center;
    gap: 2px;
}

.edit-box-wrapper .item-types-amount {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(6, 2, 31, 1);
    padding-top: 24px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.edit-box-wrapper .item-types-amount-bold {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 50, 57, 1);
}

.edit-box-wrapper .add-items-card {
    background-color: rgba(255, 255, 255, 1);
    padding: 16px 0px;
    border-bottom: 1px solid rgba(229, 231, 235, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edit-box-wrapper .item-types {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.item-types-content-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}

.edit-box-wrapper .add-item-buttons {
    width: 100%;
    max-width: 175px;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-end;
}

.edit-box-wrapper .edit-box-items {
    background-color: rgba(255, 255, 255, 1);
    padding: 24px;
    border-radius: 16px;
}

.edit-box-wrapper .add-item-wrapper {
    width: 100%;
    background-color: rgba(241, 245, 236, 1);
    max-width: 127px;
    opacity: 1;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
}

.edit-box-wrapper .add-item-wrapper-check {
    width: 100%;
    background-color: rgba(241, 245, 236, 1);
    max-width: 47px;
    opacity: 1;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
}

.edit-box-wrapper .add-item-wrapper-check {
    width: 100%;
    background-color: rgba(241, 245, 236, 1);
    max-width: 48px;
    opacity: 1;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
}

.edit-box-wrapper .add-items-btn,
.edit-box-wrapper .add-item-wrapper-check,
.edit-box-wrapper .add-item-wrapper .remove-items-btn {
    background-color: rgba(255, 255, 255, 1);
    max-width: 32px;
    opacity: 1;
    border-radius: 8px;
    padding: 6px;
    display: flex;
}

.edit-box-wrapper .add-items-data-content {
    color: rgba(6, 2, 31, 1);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.edit-box-wrapper .items-update-button a {
    background-color: rgba(4, 120, 87, 1);
    max-width: 159px;
    width: 100%;
    height: 48px;
    opacity: 1;
    border-radius: 8px;
    padding: 12px 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    border: 1px solid;
    border-image: linear-gradient(to right, rgba(229, 231, 235, 1), rgba(241, 245, 236, 1), rgba(229, 231, 235, 1));
    align-items: center;
    display: flex;
    align-items: center;
    gap: 4px;
}

.download-invoice-btn a {
    max-width: 140px;
    height: 40px;
    padding: 12px 10px;
}

.download-invoice-btn a:hover {
    background-color: rgba(4, 120, 87, 2) !important;
}

.download-invoice-btn a {
    background-color: rgba(4, 120, 87, 1);
    max-width: 205px;
    width: 100%;
    height: 48px;
    opacity: 1;
    border-radius: 8px;
    padding: 12px 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    border: 1px solid;
    border-image: linear-gradient(to right, rgba(229, 231, 235, 1), rgba(241, 245, 236, 1), rgba(229, 231, 235, 1));
    align-items: center;
    display: flex;
    align-items: center;
    gap: 4px;
}

.edit-box-wrapper .items-update-button {
    display: flex;
    padding-top: 24px;
}

.edit-box-wrapper .in-class {
    width: 100%;
    max-width: 176px;
    display: flex;
    gap: 10px;
}

/*bottom-dropdown*/

.box-total-wrapper .box-total {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    margin: 0 auto;
    transition: all .3s ease;
    max-width: 918px;
    opacity: 1;
    border-radius: 12px;
    padding: 24px;
    margin-top: 30px
}

.next-box-button img,
.raw-meal-button img {
    width: 100%;
    max-width: 24px;
}

.box-total-wrapper .box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.box-total-wrapper .box-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.box-total-wrapper .prices {
    display: flex;
    gap: 8px;
    align-items: center;
}

.box-total-wrapper .arrow {
    transition: transform 0.3s ease;
    background-color: rgba(241, 245, 236, 1);
    padding: 8px 8px;
    border-radius: 75px;
    display: flex;
    align-items: center;
    transform: rotate(180deg);

}

.box-total.open .arrow {
    transform: rotate(360deg);
}

.add-items-card .item-types-img img {
    width: 100%;
    max-width: 120px;
    height: 92px;
    object-fit: cover;
}

.box-total-wrapper .box-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
}

.box-total-wrapper .box-total.open .box-content {
    max-height: 315px;
    margin-top: 24px;
}

.box-total-wrapper .order-summary-saving-amount {
    color: #C00808;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.box-total-wrapper .subscription-summary-saving-amount {
    color: #047857;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.box-total-wrapper .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.box-total-wrapper .box-total-content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.box-total-wrapper .box-title-box-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: rgba(6, 2, 31, 1);
}

.box-total-wrapper .new-newprice {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: rgba(4, 120, 87, 1);
}

.box-total-wrapper .old-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-decoration: line-through;
    color: rgba(154, 154, 154, 1);
}

.order-deliverd {
    background-color: rgb(236, 253, 243);
    display: flex;
    padding: 6px 12px;
    border: 1px solid rgb(147, 195, 177);
    border-radius: 8px;
    gap: 4px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: rgba(4, 120, 87, 1);
    line-height: 20px;
}

.delivery-date-wrap {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: rgb(51, 50, 57);
    font-weight: 400;
    line-height: 24px;
    gap: 8px;
}

.edit-box-wrapper .add-items-btn:hover,
.edit-box-wrapper .add-item-wrapper .remove-items-btn:hover {
    background-color: #ddd;
}

.delivery-order-wrap {
    justify-content: space-between;
}

.box-total-wrapper .order-summar-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: rgba(6, 2, 31, 1);
    padding-top: 24px;
    border-top: 1px solid rgba(229, 231, 235, 1);
}

.box-total-wrapper .order-summary-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: rgba(6, 2, 31, 1);
}

.box-total-wrapper .order-summary-amount {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: rgba(6, 2, 31, 1);
}

.box-total-wrapper .order-summary-amount-pri {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #C00808;
}

.box-total-wrapper .order-summary-savings-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: rgba(6, 2, 31, 1);
}

.content-box-my-account .wrapper-next-box {
    padding: 30px;
    margin-top: 1.5rem;
    background-color: #F1F5EC;
}

.content-box-my-account .wrapper-next-box.wc-simle-order {
    padding: 30px;
    margin-top: 1.5rem;
    background-color: rgb(241, 246, 246);
}

.content-box-my-account .next-box {
    background-color: transparent;
}

.dashboard-box-bottom .pause-now-btn,
.dashboard-box-bottom .cancel-now-btn,
.dashboard-box-bottom .resume-now-btn,
.dashboard-box-bottom .myAccount-button {
    max-width: 397px;
    height: 48px;
    gap: 4px;
    opacity: 1;
    border-radius: 8px;
    padding: 8px 12px 8px 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333239;
    line-height: 24px;
}

.account-page-container .dashboard-box {
    width: 100%;
    max-width: 445px;
    padding: 24px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 231, 235, 1);
    margin-top: 0;
}

.order-status-btn.active-cancelled {
    background-color: #FEF3F2;
    border: 1px solid rgba(220, 5, 5, 0.3);
    color: #DC0505;
    display: flex;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 6px;
    align-items: center;
}

.referral-code span:last-child {
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(6, 2, 31, 1);
}

.account-page-container .share-refer h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: rgba(6, 2, 31, 1);
}

.account-page-container .my-account-section {
    max-width: 980px;
    gap: 24px;
    opacity: 1;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    background-color: #F1F6F6;
    margin: 30px auto 30px;
}
.apply-coupon-input input[type="text"]{
    height: 48px;
}
.first-account-card-container {
    background-color: #f1f5ec;
    max-width: 980px;
    border-radius: 16px;
    opacity: 1;
    padding: 30px;
    margin-left: 30px;
}

.wp-mobile-wrapper {
    display: none;
}

.content-box-my-account .active-processing {
    max-width: 106px;
    height: 32px;
    gap: 4px;
    opacity: 1;
    border-radius: 8px;
    padding: 6px 12px 6px 10px;
    background-color: rgb(236, 253, 243);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(147, 195, 177);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(4, 120, 87);
}

.content-box-my-account .slick-slider .slick-next {
    top: 130px !important;
    left: 850px;
    opacity: 1;
    border-radius: 90px !important;
    color: #000;
    width: 100% !important;
    max-width: 48px !important;
    height: 48px !important;
    background-color: #F1F5EC !important;
    border: unset !important;
}

.meal-info-second {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.order-history-flex-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.wrapper-next-box .delivery-data-sub-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-delivery .order-delivery-btn {
    padding: 8px 5px 8px 14px;
}

.items-update-button #tab-single-products,
#add-new-product-order {
    background-color: #047857;
    max-width: 142px;
}

/* .page-id-16384 {
    background-image: url(https://rudedogfood.co.uk/wp-content/uploads/2025/12/Rectangle-20.svg);
    background-repeat: no-repeat;
    background-position: top;
} */

.page-id-16384 {
    position: relative;
    z-index: 1;
}


.first-account {
    padding: 30px 0px 30px !important;
}

.my-account-woocommerce-MyAccount-navigation {
    margin: 24px 0px;
    height: fit-content;
}



.order-delivery .order-delivery-btn:hover {
    background-color: #047857;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--subscriptions {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}



/*responsive*/
@media(max-width:1024px) {
    .icons {
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .account-page-container .my-account-section {
        padding: 5px;
    }

    .dashboard-box-bottom .pause-now-btn,
    .dashboard-box-bottom .cancel-now-btn,
    .dashboard-box-bottom .resume-now-btn,
    .dashboard-box-bottom .myAccount-button {
        font-size: 13px;
    }

    .action-buttons {
        display: flex;
        gap: 8px;
        flex-direction: column;
    }

    .first-account-wrapper .slick-list.draggable {
        min-width: 530px;
    }
}

@media (max-width: 768px) {

    .mybox-wrapper .mybox-user-detail,
    .account-page-container,
    .content-box-my-account .wrapper-next-box {
        padding: 16px !important;
    }

    .mybox-wrapper {
        margin: -16px -16px 0 !important;
    }

    .delivery-date-box span.delivery-date {
        font-size: 18px;
    }

    .account-page-container .next-box-heading {
        font-size: 20px;
    }

    .steps-line::before {
        top: 20%;
        left: 0;
        height: 2px;
        min-width: auto;
        right: 0;
    }

    .next-box-button {
        width: 100%;
        max-width: 119px;
    }

    .first-account-card-container {
        background-color: transparent;
        padding: 0;
    }

    .delivery-date-box {
        flex-direction: column;
        gap: 16px;
        padding: 16px;
        align-items: flex-start;
    }

    .order-history-card .order-image-box img,
    .order-history-card .order-image-box {
        height: 70px;
        max-width: 92px;
    }

    .edit-box-container {
        margin-top: 12px;
    }

    .order-history-wrapper .edit-box-content {
        padding: 16px;
    }

    .order-history-card .order-history-content {
        align-items: flex-start;
    }

    .raw-box-container {
        background-color: #FFFFFF;
        padding: 16px;
        border-radius: 12px;
        margin-top: 16px;
    }

    .first-account .raw-box-first {
        background-color: #fff;
        padding: 0;
        border-radius: 0;
        margin-top: 0;
    }
    .meals {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        justify-content: center;
        padding-top: 16px;
        margin-bottom: 0;
    }

    .edit-box-wrapper .edit-box-content {
        padding: 16px;
    }

    .meal {
        border-radius: 6px;
        padding: 0;
        width: 100%;
        max-width: 156px;
        border: unset;
    }

    .meal img {
        width: 100%;
        height: 124px;
        object-fit: cover;
    }

    .order-history-content-container .order-status-btn,
    .order-history-content-container .active-cancelled {
        height: 24px;
    }

    .wrapper-next-box .meal p {
        font-size: 15px;
    }

    .box-total-wrapper .box-title-box-heading,
    .box-total-wrapper .order-summar-heading {
        font-size: 18px;
    }

    .box-total-wrapper .old-price,
    .box-total-wrapper .new-newprice,
    .box-total-wrapper .order-summary-content,
    .box-total-wrapper .order-summary-amount,
    .box-total-wrapper .order-summary-savings-heading,
    .box-total-wrapper .subscription-summary-saving-amount,
    .box-total-wrapper .order-summary-saving-amount {
        font-size: 16px;
    }

    .content-box-my-account .next-box {
        display: block;
    }

    .content-box-my-account .wrapper-next-box.wc-simle-order {
        padding: 16px;
    }

    .box-total-wrapper .box-total-content-wrapper {
        gap: 16px;
    }

    .account-page-container .wc-sub-section-left {
        width: unset;
    }

    .box-total-wrapper .arrow {
        padding: 4px;
    }

    .box-total-wrapper .box-title {
        gap: 4px;
    }

    .account-page-container .box-total-wrapper .box-total {
        padding: 16px;
        margin-top: 16px;
    }

    .boxes .box {
        padding: 7px;
    }

    .meal-info-second {
        flex-direction: column;
    }

    .next-box-wrapper {
        padding: 6px 0;
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0 0 10px 10px;
    }

    .delivered-label {
        padding: 6px 0;
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0 0 10px 10px;
    }


    .wrapper-next-box,
    .delivery-info-section,
    .meal-stock-wrapper {
        padding: 16px;
    }

    .wrapper-next-box .delivery-row,
    .edit-box-wrapper .add-items-card {
        flex-wrap: wrap;
    }

    .change-date-btn,
    .skip-delivery-bth,
    .edit-address-btn,
    .meals-list-header a {
        padding: 8px 2px 8px 8px;
        justify-content: center;
    }

    .delivery-sub_wrapper .edit-address-btn {
        width: auto;
        max-width: 100%;
        padding: 8px 12px;
        white-space: nowrap;
    }

    .edit-box-wrapper .add-item-wrapper {
        max-width: 118px;
        padding: 4px;
    }



    .edit-box-wrapper .items-label {
        font-size: 14px;
    }

    .edit-box-top-wrapper {
        margin: -30px -16px 0;
    }

    .account-page-container .text-decoration {
        display: none !important;
    }

    .edit-box-wrapper .in-class {
        height: 40px;
        width: 100%;
        max-width: fit-content;
        display: flex;
        gap: 8px;
        padding: 0;
    }

    .my-account-section .account-details-form input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="password"] {
        max-width: 100%;

    }

    .account-page-container {
        margin-top: 0;
    }

    .edit-box-wrapper .items-label {
        gap: 8px;
        width: fit-content;
        padding: 4px 16px;
    }

    .account-box-card {
        border-radius: 16px;
        padding: 16px;
    }

    .edit-box-wrapper .items-label {
        height: 40px;
        gap: 8px;
    }

    .account-page-container .repeat-order-box .repeat-order-btn {
        height: 40px;
    }

    .edit-box-wrapper .add-more-item {
        gap: 8px;
        max-width: fit-content;
    }

    .account-page-container .new-subscription-heading {
        padding: 20px 0px 6px !important;
    }

    .new-subscription-container .new-subscription-box {
        margin-top: 16px;
    }

    .custom-my-account-content .account-page-container {
        margin-top: 16px;
    }

    .woocommerce-MyAccount-content.custom-my-account-content {
        padding: 5px 16px 16px;
    }

    .order-details-header p,
    .order-details-header h2 {
        margin: 0;
    }

    .account-page-container .my-form-container {
        background-color: rgb(255, 255, 255);
        border: unset;
    }

    .first-account-card-container .delivery-sub_wrapper {
        gap: 12px
    }

    .action-buttons {
        flex-direction: unset;
    }

    .order-details-header.mybox-user-detail {
        padding: 17px 20px 18px 16px !important;
    }

    .dashboard-box-bottom .pause-now-btn,
    .dashboard-box-bottom .cancel-now-btn,
    .dashboard-box-bottom .resume-now-btn,
    .dashboard-box-bottom .myAccount-button {
        font-size: 16px;
    }
    .apply-coupon-input .apply-btn{
    display: flex;
    width: 100%;
    height: 48px;
    max-width: fit-content;
    padding: 12px;
    }
    .seconed-account .wrapper-next-box .delivery-data-sub-right p {
        padding-bottom: 0;
    }

    .account-page-container .account-page-my-form {
        margin-top: 4px !important;
    }
    #step-9 #payment .place-order {
    margin-top: 16px;
    }
    
    .deliver-address {
        margin: 16px 0;
    }
    #step-9 .account-page-container .account-page-my-form{
        gap: 12px;
    }
    .checkout-dog-wrapper .checkout-dog-header h3{
        font-size: 18px;
        line-height: 26px;
    }
    .wc-delivery-day-wrapper {
        padding: 16px;
        margin: 16px 0px;
    }

    .edit-address-btn {
        margin-top: 24px !important;
    }

    .delivery-sub_wrapper .edit-address-btn {
        margin-top: 0 !important;
    }

    .meals-list-header .section-title {
        font-size: 20px;
    }

    .meal-item .meal-price,
    .account-page-container .dashboard-box {
        font-size: 16px;
    }

    .edit-box-wrapper .items-update-button {
        padding-top: 20px;
    }

    .my-account-section .dashboard-box-bottom,
    .account-page-container .dashboard-box {
        padding: 16px;
        max-width: 100%;
    }

    .dashboard-box-bottom .pause-now-btn,
    .dashboard-box-bottom .cancel-now-btn,
    .dashboard-box-bottom .resume-now-btn,
    .dashboard-box-bottom .myAccount-button {
        height: 40px;
        width: 100%;
        max-width: 100%;
    }

    .account-page-container .password-change h4,
    .about-you h4 {
        margin-bottom: 16px;
    }

    .account-page-container .dashboard-box {
        gap: 0;
    }

    .edit-box-top-wrapper {
        background-image: linear-gradient(to right, #fff, #f1f5ec);
        margin: -38px 0px 0;
    }

    .order-history-wrapper .edit-box-top-wrapper {
        margin: -22px -16px 0 !important;
    }

    .edit-box-wrapper .add-item-buttons {
        width: 100%;
        max-width: 100%;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        padding-top: 16px;
    }

    .edit-box-wrapper .item-types-amount {
        padding-top: 8px;
    }

    .edit-box-wrapper .items-update-button a {
        max-width: 140px;
        height: 40px;
        padding: 12px 10px;
    }

    .edit-box-wrapper .edit-box-card {
        padding: 0;
    }

    .edit-box-items-wrapper {
        padding: 16px 16px 20px;
        background-color: #FFF;
        border-radius: 0px 0px 16px 16px;
    }

    .edit-box-wrapper .edit-box-dark-bg {
        margin: 0;
    }

    .my-account-section {
        padding: 0 !important;
    }

    .my-account-section .dashboard-box.about-you {
        padding: 16px;
        border: none;
        border-radius: 0px 0px 16px 16px;
        max-width: 100%;
    }

    .woocommerce-edit-account .account-page-container {
        padding: 0 !important;
        background-color: transparent;
    }

    .account-page-container {
        margin-top: 16px;
    }

    .account-page-container .account-details {
        margin: -8px 0px 0 !important;
        border-radius: 16px 16px 0 0px;
    }

    .account-page-container .my-account-section {
        flex-direction: column;
        background-color: transparent;
        margin-top: 0;
    }

    .edit-box-wrapper .edit-box-items {
        padding: 0;
    }

    .account-page-container .mybox-wrapper .mybox-user-detail {
        padding: 16px 30px;
    }

    .account-page-container {
        padding: 16px !important;

    }

    .account-page-container.mybox-wrapper {
        margin: -30px -16px 0 !important;
    }

    .new-subscription-container .new-subscription-box,
    .custom-table-wrapper .custom-table {
        padding: 16px !important;
    }

    .account-page-container .subscription-cards {

        max-width: 100%;
        padding: 24px 24px 24px 0px;
        border-bottom: 1px solid #E5E7EB;
        display: flex;
        flex-wrap: wrap;
        border-right: unset;
    }

    .account-page-container .new-subscription-products {
        flex-direction: column;
    }

    .subscription-cards-img {
        display: flex;
        justify-content: center;
        width: unset;
        align-items: center;
    }

    .account-page-container .subscription-cards {
        max-width: 100% !important;
        padding: 20px 17px !important;
        border-bottom: 1px solid #e5e7eb;
        display: flex;
        border-right: unset !important;
        justify-content: center !important;
        align-items: center;
        gap: 16px;
    }

    #step-8 .btn-upd-cart-form {
        height: 48px;
        margin-top: 16px;
    }

    .step-8-content-row {
        gap: 20px;
    }

    .step-8-price-container {
        margin: 10px 0;
    }

    .dashboard-box #update-avatar {
        gap: 4px;
        padding: 4px 12px;
        border: none;
        background: #f3f3f3;
        background-color: rgb(243, 243, 243);
        background-color: rgb(243, 243, 243);
        border-radius: 40px;
        color: #333239;
        font-weight: 500;
        font-size: 14px;
    }

    .account-page-container .new-subscription-input-wrapper {
        padding: 16px;
    }

    .account-page-container .input-weeks {
        flex-wrap: wrap;
        gap: 8px !important;
    }

    .account-page-container .referal_cont {
        flex-wrap: wrap;
    }

    .account-page-container .refferal-background {
        padding: 0px 16px;
    }

    .account-page-container .input-weeks label {
        max-width: 100% !important;
    }

    .account-page-container .dashboard-box .referral-btn {
        height: 40px;
    }

    .my-account-section .account-details-form input[type=text],
    input[type=number],
    input[type=email],
    input[type=tel],
    input[type=url],
    input[type=password],
    input[type=search],
    textarea,
    .input-text,
    .password-change .account-details-form input[type=text],
    input[type=number],
    input[type=email],
    input[type=tel],
    input[type=url],
    input[type=password],
    input[type=search],
    textarea,
    .input-text {
        height: 48px;
    }

    .account-page-container .referal_cont {
        gap: 16px;
    }

    .box-total-wrapper .box-total {
        margin-top: 16px;
        padding: 16px;
    }
}

@media (max-width: 560px) {

    .edit-box-container .edit-box-wrapper .edit-box-items,
    .edit-box-container .edit-box-wrapper .edit-box-dark-bg {
        padding: 0;
    }

    .wrapper-next-box .next-box-button a,
    .raw-meal-button a {
        gap: 2px;
    }

    .wc-order-detail .delivery-sub_wrapper {
        width: 100%;
        margin: 0;
        justify-content: flex-start;
        gap: 12px;
    }

    .first-account-card-container {
        margin-left: 0;
    }

    .first-account-wrapper .slick-list.draggable {
        max-height: 163px;
    }

    .first-account-wrapper .wc-next-subscriptions .slick-slide {
        margin: 0 4px;
    }

    .action-buttons {
        flex-wrap: wrap;
        gap: 16px;
        padding-left: 20px;
    }

    #delete-avatar,
    #update-avatar {
        margin: 0;
    }

    .dashboard-box #update-avatar {
        gap: 4px;
        padding: 4px 12px;
        border: none;
        background: #f3f3f3;
        background-color: rgb(243, 243, 243);
        background-color: rgb(243, 243, 243);
        border-radius: 40px;
        color: #333239;
        font-weight: 500;
        font-size: 14px;
    }

    .mobile-navbar {
        justify-content: center;
    }

    .account-page-container .edit-box-dark-bg {
        padding: 0;
    }

    .next-box-first-container {
        padding: 16px;
        background-color: #FFFFFF;
        border-radius: 16px;
    }
    .checkout-user-basic-detail{
        margin-top: 0;
    }
    .steps input[type="text"],
    #step-8 .proceed-btn,
    #step-8 .share-basket,
    #getStartedBtn {
        height: 48px;
    }

    #step-8 .heading-shadow-basic svg,
    #step-6 .heading-shadow svg,
    #step-4 .heading-shadow svg {
        max-width: 85px;
    }

    .create-box-outer #step-9 .account-page-container {
        padding: 20px 16px 20px !important;
        margin-bottom: 16px;
    }

    .apply-coupon-input label {
        display: none;
    }

    .apply-coupon-input {
        flex-wrap: unset !important;
    }

    .add-more-item .items-label svg {
        max-width: 20px;
        height: 20px;
        width: 100%;
    }

    .first-account,
    .seconed-account {
        padding: 0 !important;
        background-color: transparent;
    }

    .boxes.wc-next-subscriptions.slick-initialized.slick-slider {
        padding-left: 10px;
    }

    .meals {
        display: grid;
        gap: 14px;

        grid-template-columns: 1fr 1fr;
    }

    .meal {
        max-width: 100%;
    }

    .first-account .wrapper-next-box,
    .seconed-account .wrapper-next-box {
        padding: 0;
    }

    .seconed-account .wrapper-next-box {
        background-color: transparent;
        margin-top: 0;
    }

    .seconed-account {
        margin-top: 16px !important;
    }

    .seconed-account .delivery-info-section {
        margin: 0 0 16px;
    }

    .seconed-account .delivery-date-box {
        border-radius: 0px 0px 16px 16px;
        margin-bottom: 16px;
    }

    .next-box-wrapper {
        top: 20px;
    }

    .delivered-label {
        top: 20px;
    }

    /* .mobile-step {
  display: none;
} */

    #update-avatar svg,
    #delete-avatar svg {
        max-width: 20px;
        height: 20px;
        margin: 0;
    }

    .dashboard-box #update-avatar,
    #delete-avatar {
        padding: 4px 12px;
        height: 28px;
        display: flex;
        align-items: center;
    }

    .first-account .next-box,
    .seconed-account .next-box {
        background-color: transparent;
        border-bottom: 1px solid #E5E7EB;
        border-radius: unset;
        padding-bottom: 24px;
    }

    .first-account .mybox-wrapper,
    .seconed-account .mybox-wrapper {
        margin: -16px 0px 0 !important;
        border-radius: 16px 16px 0 0px;
    }

    .first-account .delivery-date-box {
        padding: 0;
        margin: 0;
    }

    .first-account .first-account-wrapper {
        padding: 16px;
        background-color: #FFFFFF;
        border-radius: 0px 0px 16px 16px;
    }

    .first-account .boxes {
        padding: 0px 8px 16px;
        margin-bottom: 16px;
        gap: 8px;
    }

    .first-account-wrapper .slick-list.draggable {
        width: 100%;
        min-width: auto;
        overflow: hidden;
    }

    .first-account .boxes .box {
        max-width: 124px;
        border-radius: 10px;
        height: fit-content;
        padding: 24px 16px !important;
        display: flex;
        flex-direction: column;
        gap: 8px;
        max-height: 152px;

    }

    .content-box-my-account .slick-slider .slick-next {
        left: 87%;
        max-width: 32px !important;
        height: 32px !important;
        top: -68px !important;
    }

    .step {
        padding-left: 0;
    }

    .account-page-container .content-box-my-account {
        padding-left: 0 !important;
    }



    .boxes .slick-next img {
        width: 100%;
        max-width: 20px;
        height: 20px;
    }

    .first-account #custom-next-btn:hover {
        background: transparent;
        padding: 0;
    }

    .your-boxes-wrapper .your-boxes-heading {
        padding-left: 16px;
    }

    .first-account .date-content-date {
        font-size: 24px;
    }

    .first-account .header-with-arrow {
        margin: 0px 0px 17px;
    }

    .first-account-wrapper {
        padding: 20px 0 24px !important;
    }

    .page-id-16384::before {
        max-height: 128px;
    }

    .first-account .custom-my-account-content p {
        padding-top: 0;
    }

    .first-account .date-content-date {
        font-size: 24px;
        padding-top: 0;
        display: flex;
        align-items: center;
        gap: 8px;

    }

    .delivery-date-box-raguler .active-processing {
        background-color: #ECFDF3;
        border: 1px solid rgba(4, 120, 87, 0.3);
        padding: 5px 8px 5px 6px;
        border-radius: 6px;
        width: 100%;
        max-width: fit-content;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #047857;
        line-height: 20px;
        gap: 4px;
    }

    .first-account .first-account-wrapper {
        padding: 0;
    }

    .box-day-data {
        padding-top: 0;
    }

    .first-account {
        margin-top: 16px !important;
    }

    .first-account .raw-box {
        margin: 0;
        background-color: transparent;
    }

    .account-page-container .subscription-cards {

        max-width: 100% !important;
        padding: 20px 17px !important;
        border-bottom: 1px solid #e5e7eb;
        display: flex;
        border-right: unset !important;
        justify-content: center !important;
        align-items: center;
        gap: 16px;
    }

    .account-page-container .new-subscription-heading {
        font-size: 20px !important;
    }

    .subscription-cards-content {
        width: 100%;
        max-width: 196px;
    }

    .account-page-container .subscription-cards-content-heading {
        text-align: start !important;
    }

    .account-page-container .new-subscription-subheading {
        font-size: 14px !important;
    }

    .edit-box-dark-bg {
        padding: 0 !important;
    }

    .account-page-container .input-weeks {
        flex-wrap: wrap;
        gap: 8px !important;
    }

    .account-page-container .input-weeks label {
        max-width: 100% !important;
    }

    .account-page-container .new-subscription-input-wrapper {
        padding: 16px !important;
    }

    .my-account-woocommerce-MyAccount-navigation {
        margin: 24px auto;
    }

    .edit-box-top-wrapper {
        background-image: linear-gradient(to right, #fff, #f1f5ec);
        margin: -38px 0px 0;
    }

    .edit-box-wrapper .add-item-buttons {
        width: 100%;
        max-width: 100%;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: flex-start;
        padding-top: 16px;
    }

    .edit-box-wrapper .item-types {
        align-items: flex-start;
    }



    .edit-box-wrapper .item-types-amount {
        padding-top: 8px;
    }

    .edit-box-wrapper .items-update-button a {
        max-width: 140px;
        height: 40px;
        padding: 12px 10px;
    }

    .edit-box-wrapper .edit-box-card {
        padding: 0;
        background-color: transparent;
    }

    .edit-box-items-wrapper {
        padding: 16px 16px 20px;
        background-color: #FFF;
    }

    .refferal-background .referral-section {
        padding: 16px 0 16px !important;
    }

    .edit-box-wrapper .edit-box-dark-bg {
        margin: 0;
    }

    .account-page-container .icons span {
        height: 40px;
        width: 40px;
    }

    .edit-box-wrapper .edit-box-items {
        padding: 0;
    }

    .edit-box-wrapper .edit-box-dark-bg {
        padding: 0px;
    }

    .wp-mobile-wrapper {
        display: block;
    }

    .wp-mobile-wrapper .next-box,
    .wp-mobile-wrapper .raw-box.raw-raguler-box {
        background-color: transparent;
    }

    .wp-desktop-wrapper {
        display: none;
    }

    #wp-subscription-order {
        background-color: transparent;
        padding: 0 !important;
    }

    #wp-subscription-order .wp-mobile-sub-wrapper {
        background-color: #FFF;
        padding: 20px 16px 24px;
        border-radius: 0px 0px 16px 16px;
    }

    #wp-subscription-order .mybox-wrapper {
        margin: -16px 0px 0 !important;
        border-radius: 16px 16px 0px 0px;
    }

    #wp-subscription-order .raw-box.raw-raguler-box {
        margin: 0;
    }

    #wp-subscription-order .next-box {
        padding-bottom: 24px;
        border-bottom: 1px solid #E5E7EB;
        border-radius: unset;
        margin: 0;
    }

    #wp-subscription-order .delivery-date-box-raguler {
        padding: 24px 0px 0px;
        margin: 0;
    }

    #wp-subscription-order .wp-mobile-order-product {
        padding: 24px 16px 16px;
        background-color: #FFF;
        border-radius: 16px;
        margin-top: 16px;
    }

    #wp-subscription-order .delivery-data-sub-right {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .edit-box-light-bg {
        background-color: transparent;
        border-radius: unset;
        padding: 0;
        margin: 0;
    }

    .edit-box-light-bg .edit-box-items-wrapper {
        padding: 16px 16px 20px;
        background-color: #fff;
        border-radius: 0px 0px 16px 16px;
    }

    .edit-box-top-wrapper {
        border-radius: 16px 16px 0px 0px;
    }

    .add-items-card .item-types {
        width: 100%;
    }

    .items-update-button #tab-single-products {
        max-width: 122px;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        padding: 8px 3px 8px 12px;
    }

    .edit-box-items-wrapper #add-new-product-order {
        max-width: 140px;
        padding: 12px 0px 12px 12px;
    }

    #wp-subscription-order .meal {
        width: 100%;
        max-width: 100%;
        display: flex;
        gap: 16px;
        padding: 16px 0px;
        border-bottom: 1px solid #D9D9D9;
        border-radius: unset;
    }

    .item-types-content-wrap {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #wp-subscription-order .order-data-header h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        color: #FFF
    }

    .order-history-flex-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .order-history-flex-btn .order-history-btn {
        max-width: 142px !important;
    }

    .wp-mobile-sub-wrapper .order-data-header p {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
    }

    #wp-subscription-order .simple-subscription-data a {
        display: flex;
        align-items: center;
        gap: 2px;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0%;
        color: #516350;
        border-bottom: 1px solid #516350;
        width: fit-content;
        margin: 6px 0px 10px !important;
    }

    #wp-subscription-order .meal-img {
        width: 100%;
        max-width: 90px;
        height: 76px;
    }

    #wp-subscription-order.delivery-date-box-raguler {
        padding: 0;
        margin: 0;
    }

    #wp-subscription-order .wc-create-subscription-order {
        margin: 0px 0px 20px 0;
    }

    #wp-subscription-order .simple-subscription-data p {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: #06021F;
    }

    #wp-subscription-order .simple-subscription-data .meal-qty {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #06021F;
    }
}

/*empty-box */
.empty-box-message h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    padding: 24px 0px 8px;
    color: rgb(6, 2, 31);
}

.empty-box-subheading {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgb(51, 50, 57);
    padding-bottom: 24px;
}


.account-page-container-dash {
    border-radius: 16px;
    padding: 30px;
    min-height: 500px;
    background-color: white;
    width: 100%;
    max-width: 1040px;
    margin: 24px 0;
}

.dashboard-box.myAccount-orders.custom-table {
    background-color: #f1f5ec;
}

.dashboard-box.subscription {
    background-color: #f1f5ec;
}

.dashboard-box.refer {
    background-color: #f1f5ec;
}

.dashboard-box.help {
    background-color: #f1f5ec;
}

.dashboard-box.account-info {
    background-color: #f1f5ec;
}

/*refer a friend */
.account-page-container .referal_cont {
    display: flex;
    width: 100%;
    gap: 20px;
}

.account-page-container .referral-section {
    display: flex;
    padding: 20px 0px 30px;
    margin: 0;
    background-color: rgba(255, 255, 255, 1);
}

.account-page-container .referral-btn {
    max-width: 440px;
    height: 48px;
    opacity: 1;
    gap: 4px;
    border-radius: 8px;
    padding: 12px 20px 12px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.account-page-container .referral-section .icons {
    padding-bottom: 12px;
}

.refferal-background {
    background-color: rgba(255, 255, 255, 1);
    padding: 0px 30px;
}

.custom-table-wrapper .custom-table {
    background-color: rgba(241, 245, 236, 1);
    padding: 24px;
    border-radius: 16px;
    width: 100%;
    margin-bottom: 0;
}

.custom-table-wrapper h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: rgba(6, 2, 31, 1);
}

.custom-table-wrapper table td {
    background-color: rgba(249, 250, 251, 1);
}

.mybox-user-detail h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #06021f;
    padding-bottom: 8px;
    margin: 0 !important;
}


/*slick slider css starst here*/
.wc-next-subscriptions .slick-slide {
    margin: 0 10px;
    /* This creates the gap */
}

.wc-next-subscriptions .slick-list {
    margin: 0 -10px;
    /* Prevents slider from becoming wider than container */
}

.wc-next-subscriptions {
    max-width: 758px !important;
}

.disabled-link {
    pointer-events: none;
    /* Prevent clicking */
    opacity: 0.5;
    /* Look disabled */
    cursor: not-allowed;
    /* Disabled cursor */
}

span.wc-add-discount-pri {
    color: #C00808;
}

/* Payment method css 04-02-2026 */
.p-Grid.u-mt-grid {
    display: none;
}

#payment-methods-2026 .payment-method-card .card-type-text {
    font-family: 'Instrument Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(6, 2, 31, 1);
}

.payment_box.payment_method_stripe_applepay.wc-stripe-no-desc {
    display: none;
}

.payment_box.payment_method_stripe_payment_request {
    display: none;
}

li.woocommerce-PaymentMethod.woocommerce-PaymentMethod--stripe_applepay {
    display: none;
}

p.u-lh.u-fs-sm.u-color-textSecondary.u-mt-2.p-TermsText.TermsText.Text--terms {
    display: none !important;
}

.card-brand-icons {
    display: flex;
}

label.p-FieldLabel.Label.Label--empty {
    display: none;
}

/* 1. Modal Container Styling */
.wc-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc-modal-content {
    background: #fff;
    width: 95%;
    max-width: 480px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    /* Reset padding */
}

/* 2. Header & Close Button */
.modal-header-main {
    background: #f7faf8;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.modal-header-main h3 {
    margin: 0;
    font-size: 18px;
    color: #08123b;
    font-weight: 700;
}

.close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #666;
    background: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #eee;
    z-index: 10;
}

/* 3. Card Type Row */
.modal-body-wrapper {
    padding: 20px;
}

.modal-card-type-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#payment-methods-2026 .modal-card-type-header .label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgb(6, 2, 31);
}

#payment-methods-2026 .wc-modal-content input[type="number"],
#payment-methods-2026 .wc-modal-content input[type="text"] {
    border-radius: 8px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(222, 222, 222);
    font-family: 'Instrument Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 12px;
    padding-right: 12px;
    height: 52px;
}

.card-brand-icons img {
    height: 22px;
    margin-left: 8px;
}

/* 4. REMOVE LABELS & STYLE INPUTS */
#add_payment_method label {
    display: none !important;
}

#add_payment_method .form-row input,
.wc-stripe-elements-field {
    padding: 14px 40px 14px 15px !important;
    /* Space for icons on right */
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
}

/* 5. INPUT GRID (Expiry & Security Code) */
.payment_box {
    display: flex;
    flex-direction: column;
}

/* Specific styling for Stripe field containers if they wrap */
.wc-stripe-elements-field-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* 6. ICONS (Background Images) */
/* Card Number Lock */
#stripe-card-element,
.wc-stripe-elements-field {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important;
}

/* Security Code Question Mark */
#stripe-cvc-element {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important;
}

/* 7. FIGMA SUBMIT BUTTON */
.figma-submit {
    width: 100%;
    background: #007a5a !important;
    color: #fff !important;
    padding: 16px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border: none !important;
    margin-top: 10px;
    cursor: pointer;
}

/* Modal Styles */
.wc-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc-modal-content {
    background: #fff;
    padding: 40px;
    width: 95%;
    max-width: 500px;
    border-radius: 16px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #999;
}

.modal-header h3 {
    margin: 0;
    font-size: 22px;
}

.modal-header p {
    color: #666;
    margin-bottom: 20px;
}

/* Hide the radio buttons and labels since we usually only have one gateway (Stripe) */
.woocommerce-PaymentMethods {
    list-style: none;
    padding: 0;
    margin: 0;
}

#place_order {
    width: 100%;
    background: #007a5a !important;
    color: #fff !;
    padding: 12px !;
    border-radius: 8px;
    font-weight: bold;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

/* Style for Stripe/CC Fields */
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
}

.modal-open {
    overflow: hidden;
}

/* Global Container */
.wc-new-payment-cls {
    margin: 23px;
    padding: 20px;
    background-color: #f7faf8;
    /* Light green-tinted background */
    border-radius: 8px;
}

.billing-intro-text {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

.payment-methods-card-container {
    margin-bottom: 24px;
}

/* Individual Card Item */
.payment-method-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ececec;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

#payment-methods-2026 #badge-make-default {
    text-decoration: none;
    gap: 4px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgb(6, 2, 31);
    border: 1px solid rgb(147, 195, 177);
    border-radius: 8px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    height: 40px;
    display: flex;
    align-items: center;
}

.card-main-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#payment-methods-2026 .card-details {
    display: flex;
    flex-direction: column;
}

/* Status Dot/Icon */
/* Typography */
.card-label-row {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

#payment-methods-2026 .card-status-icon {
    padding-bottom: 8px;
}

#payment-methods-2026 .card-details-wrapper {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

#payment-methods-2026 .card-number-display {
    font-family: 'Instrument Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: rgb(6, 2, 31);
    padding-bottom: 8px;
}

/* Badges */
#payment-methods-2026 .badge {
    display: inline-block;
    text-decoration: none;
    opacity: 1;
    border-radius: 8px;
    gap: 4px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgb(255, 255, 255);
    border: 1px solid transparent;
    border-radius: 8px;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(rgb(4, 120, 87), rgb(4, 120, 87)), linear-gradient(190deg, #e5e7eb, #f1f5ec, #047857);
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
}

#payment-methods-2026 .card-main-content img {
    padding-bottom: 0;
}

.badge-default {
    background-color: #007a5a;
    color: #ffffff;
}

.badge-make-default {
    background-color: #007a5a;
    color: #ffffff;
}

.badge-make-default:hover {
    background-color: #005f45;
}

/* Remove Button */
#payment-methods-2026 .remove-btn {
    width: 100%;
    opacity: 1;
    border-radius: 8px;
    gap: 4px;
    padding: 8px 16px;
    background: rgb(255, 255, 255);
    border: 1px solid;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgb(192, 8, 8);
    height: 48px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(-137deg, rgb(255, 16, 16), rgb(241, 245, 236), rgb(255, 37, 9));
}

.remove-btn:hover {
    background-color: #fff5f5;
    border-color: #d93025;
}

/* Footer Button */
.add-new-card-btn {
    display: flex !important;
    justify-content: center;
    align-items: normal;
    width: 100%;
    background-color: #007a5a !important;
    color: #fff !important;
    padding: 15px !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    text-transform: none !important;
    border: none !important;
}

.add-new-card-btn .arrow {
    margin-left: 8px;
    font-size: 20px;
    line-height: 1;
}

.wc-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc-modal-content {
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 600px;
    border-radius: 12px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #666;
}

.modal-open {
    overflow: hidden;
}

/* Customizing the WooCommerce form inside the modal */
.modal-body-form #payment {
    background: #fff;
    padding: 0;
}

.modal-body-form .button#place_order {
    background-color: #007a5a !important;
    width: 100%;
    padding: 12px;
    font-size: 16px;
}

/* Existing Card Styles from previous step... */
.wc-new-payment-cls {
    padding: 20px;
    background-color: #f7faf8;
    border-radius: 8px;
}

#payment-methods-2026 .payment-method-card {
    background: rgba(255, 255, 255, 1);
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 1;
    border-radius: 16px;
    padding: 24px;
    gap: 24px;
    border: unset;
}

#payment-methods-2026 .wc-new-payment-cls {
    padding: 30px;
    background-color: rgb(241, 246, 246);
    border-radius: 16px;
    margin: 30px;
}

#payment-methods-2026 {
    padding-bottom: 1px !important;
}

#payment-methods-2026 #open-payment-modal {
    height: 48px;
    opacity: 1;
    gap: 4px;
    padding: 12px 20px 24px;
    background: rgba(4, 120, 87, 1);
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 8px -1px rgba(12, 12, 13, 0.1);
}

.add-new-card-btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #007a5a !important;
    color: #fff !important;
    padding: 15px !important;
    border-radius: 8px !important;
}

@media (max-width: 768px) {
    .payment-faild-newcontainer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 16px;
    }

    .payment-faild-newcontainer .newpayment-faild-btn a {
        padding: 7px 16px 7px 20px;
    }

    .mybox-paymentfaild-wrapper {
        margin: 0px 0 24px;
        background: #FFF;
        padding: 16px;
        border-radius: 0px 0px 16px 16px;
    }

    #payment-methods-2026 {
        background: rgba(255, 255, 255, 1);
    }

    #payment-methods-2026 .payment-method-card {
        padding: 16px 0px 16px;
        border-bottom: 2px solid rgb(229, 231, 235);
        border-radius: unset;
        margin: 0;
    }

    #payment-methods-2026 .wc-new-payment-cls {
        padding: 0px 0px 16px;
        border-radius: 16px;
        margin: 0px 16px 0;
    }

    .payment-methods-card-container {
        margin-bottom: 16px;
    }

    #payment-methods-2026 .mybox-wrapper .mybox-user-detail h2 {
        font-size: 20px;
        line-height: 30px;
    }

    #payment-method-2026 #open-payment-modal {
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    #payment-methods-2026 .remove-btn,
    #payment-methods-2026 #open-payment-modal {
        height: 40px;
    }

    #payment-methods-2026 .card-badge-container {
        display: flex;
        gap: 12px;
        align-items: center;
        padding-top: 12px;
    }

    #payment-methods-2026 .card-number-display {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    #payment-methods-2026 .wc-new-payment-cls {
        padding: 0;
        border-radius: 16px;
        margin: 0px 16px 0;
        background: unset;
    }

    #payment-methods-2026 .card-details {
        display: flex;
        flex-direction: unset;
        gap: 5px;
    }

    #payment-methods-2026 .card-details-wrapper {
        flex-direction: column;
        gap: 0;
    }

    #payment-methods-2026 {
        padding-bottom: 16px !important;
    }
}

span.card-icon .stripe-link {
    width: 100%;
    max-width: 50px;
}

@media(max-width: 390px) {

    .change-date-btn,
    .skip-delivery-bth,
    .edit-address-btn,
    .meals-list-header a {
        display: flex;
        justify-content: center;

    }

    .delivery-sub_wrapper .edit-address-btn {
        width: auto;
        max-width: 100%;
        padding: 8px 10px;
        font-size: 14px;
        white-space: nowrap;
    }

    .edit-box-wrapper .items-label {
        gap: 8px;
        width: 100%;
        padding: 4px 6px;
        max-width: fit-content;
    }

    .order-history-content-container .view-order-status {
        padding: 8px 5px 8px 10px;
    }

    .raw-meal-content svg {
        max-width: 32px;
        height: 32px;
    }


}