.woocommerce-account .wd-content-area.site-content {
    background: #FFD000;
    padding-top: 0px;
    padding-bottom: 70px;
}

form#customer_login label {
    color: rgba(0, 0, 0, 0.70);
    font-family: 'Azeret Mono', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.48px;
}

.woocommerce-account .wd-content-area.site-content .woocommerce {
    background: url(/wp-content/uploads/2025/06/bg-login.png) no-repeat center;
    background-position: center center;
    background-size: 100% 100%;
    padding-top: 100px;
    padding-bottom: 142px;
    margin-top: -60px;
    z-index: 2;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
}

form#customer_login button.button.woocommerce-button {
    background: url(/wp-content/uploads/2025/06/bg-button.png) no-repeat center !important;
    background-color: transparent !important;
    color: #000;
    text-align: center;
    font-family: "GT Walsheim Condensed Black Trial", Sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    background-size: 100% 100% !important;
    max-width: 691px;
    height: 86.472px;
    flex-shrink: 0;
    background-position: center center;
}

h2.wd-login-title {
    color: #000;
    text-align: center;
    font-family: "GT Walsheim Condensed Black Trial", Sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}

form#customer_login .password-input {
    width: 100%;
}

#customer_login button.show-password-input {
    height: 100%;
}

.woocommerce .wd-registration-page.wd-no-registration {
    max-width: 689px;
}

form#customer_login input[type="text"], form#customer_login input[type="password"] {
    background: url(/wp-content/uploads/2025/06/bg-input.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    background-color: transparent;
    border: 0;
    height: 57px;
    padding: 0 20px;
}

form#customer_login .form-row {
    margin: 0;
    gap: 0;
}

.woocommerce-account form#customer_login {
    display: flex !important;
    gap: 20px;
    flex-direction: column;
}

a.woocommerce-LostPassword.lost_password {
    color: #000;
    font-family: 'Azeret Mono', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

form#customer_login .woocommerce-form-login__rememberme {
    color: #000;
    font-family: 'Azeret Mono', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

form#customer_login .woocommerce-form-login__rememberme input {
    margin: 0;
    margin-bottom: 3px;
}

.image-drops {
    margin-top: -32px;
}

.woocommerce-account main#main-content {
    max-width: 100%;
}

/* Welcome Section */
.welcome-container {
    max-width: 890px;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
}

.welcome-header .title {
    color: #2B4211;
    text-align: center;
    font-family: "GT Walsheim Condensed Black Trial", Sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px; /* 100% */
    text-transform: uppercase;
    margin: 0;
    transform: rotate(1deg);
}

.welcome-header p {
    margin-top: 40px;
    color: #2B4211;
    text-align: center;
    font-family: 'Azeret Mono', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 173.333% */
    letter-spacing: -0.5px;
}

/* Selection Options */
.selection-options {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 20px;
}

.option-card {
    width: 50%;
    background: url(/wp-content/uploads/2025/07/bg-box.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 30px;
}

.option-card.selected, .option-card:hover {
    background: url(/wp-content/uploads/2025/07/bg-box-active.png) no-repeat;
    background-size: 100% 100%;
}

.card-content {
    text-align: center;
}

.card-content img {
    width: 129px;
    height: 129px;
}

.option-card p {
    color: #2B4211;
    text-align: center;
    font-family: "GT Walsheim Condensed Black Trial", Sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.selected-text {
    color: #2B4211;
    font-family: "GT Walsheim Condensed Black Trial", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    background: url(/wp-content/uploads/2025/07/bg-input.png) no-repeat;
    padding: 8px 0;
    background-size: 100% 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.selected-text svg {
    display: none;
}

.option-card.selected .selected-text {
    background: url(/wp-content/uploads/2025/07/btn-active.png) no-repeat;
    background-size: 100% 100%;
    color: #FFF;
}

/* Next Button */
button#next-button, .wizard-step button.checkout-btn, button.next-btn {
    background: url(/wp-content/uploads/2025/07/Primary-Button.png) no-repeat;
    color: #FFF;
    text-align: center;
    font-family: "GT Walsheim Condensed Black Trial", Sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 27.36px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background-size: 100% 100%;
    width: 100%;
    height: 78px;
}

.welcome-header .sub-title {
    color: #2B4211;
    text-align: center;
    font-family: "GT Walsheim Condensed Black Trial", Sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
}

/* === Form Layout === */
#welcome-form .form-section {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 30px 0;
}

#welcome-form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#welcome-form .form-group label {
    color: #2B4211;
    font-family: "GT Walsheim Condensed Black Trial", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: left;
}

#welcome-form .form-group input {
    border: 0;
    transition: border-color 0.2s;
    background: url(/wp-content/uploads/2025/07/bg-input-welcome.png) no-repeat;
    background-size: 100% 100%;
    height: 78px;
    color: rgba(0, 0, 0, 0.30);
    font-family: "GT Walsheim Condensed Black Trial", Sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}

#welcome-form .form-group input:focus {
    outline: none;
    border-color: #6cbf7f;
}

.review-step {
    background: #fff;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    font-family: sans-serif;
}
.review-step h1 {
    font-size: 2rem;
    color: #37491e;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

/* Back & Close */
.review-step .back-btn {
    position: absolute;
    top: 20px; left: 20px;
    background: none;
    border: none;
    color: #68c300;
    font-weight: bold;
    cursor: pointer;
}
.review-step .close-btn {
    position: absolute;
    top: 20px; right: 20px;
    background: #68c300;
    border: none;
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
}
.review-step .close-btn svg {
    width: 20px; height: 20px;
}

/* Tags */
.review-step .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 40px;
}
.review-step .tag {
    font-family: "GT Walsheim Condensed Black Trial", Sans-serif;
    text-transform: uppercase;
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #F7FFC7;
    color: #2B4211;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px; /* 162.5% */
}
.review-step .update-preferences {
    color: #2B4211;
    font-family: "GT Walsheim Condensed Black Trial", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

/* Subscriptions */
.subscription-list {
    list-style: none;
    padding: 0;
    margin: 40px 0 40px;
}
.subscription-item {
    display: flex;
    align-items: center;
    background: #F7F5EE;
    padding: 20px;
    margin-bottom: 10px;
}
.subscription-item img {
    width: 121px;
    height: 121px;
    object-fit: cover;
    margin-right: 30px;
}
.subscription-details {
    flex: 1;
    text-align: left;
}

.subscription-details .content {
    max-width: 332px;
}

.subscription-details h3 {
    font-family: "GT Walsheim Condensed Black Trial", Sans-serif;
    color: #2B4211;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 111.111% */
    text-transform: uppercase;
    margin: 0;
}

.subscription-details .price {
    font-family: "GT Walsheim Condensed Black Trial", sans-serif;
    color: #2B4211;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    text-align: left;
    margin: 12px 0;
}
.subscription-details .desc {
    color: #2B4211;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.5px;
    font-family: 'Azeret Mono', sans-serif;
}

.subscription-actions {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.subscription-actions .read-box,
.subscription-actions .remove-item {
    display: block;
    font-size: 0.9rem;
    cursor: pointer;
}
.subscription-actions .read-box {
    color: #2B4211;
    font-family: "GT Walsheim Condensed Black Trial", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 216.667% */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
}
.subscription-actions .remove-item {
    color: #2B4211;
    font-family: "GT Walsheim Condensed Black Trial", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
}

.subscription-actions .remove-item svg {
    width: 24px;
}

/* Add-ons */
.addons-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.addon-item {
    background: url(/wp-content/uploads/2025/07/Group-462.png) no-repeat;
    width: calc(50% - 10px);
    padding: 24px;
    padding-bottom: 15px;
    position: relative;
    display: flex;
    gap: 23px;
    background-size: 100% 100%;
}

.addon-item img {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 10px;
}
.addon-item h4 {
    font-family: "GT Walsheim Condensed Black Trial", sans-serif;
    color: #2B4211;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    min-height: 45px;
}

.addon_group_content {
    text-align: left;
    z-index: 2;
}

.addon-item .unit {
    font-family: 'Azeret Mono', sans-serif;
    color: #2B4211;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 16px 0;
}

.addon-qty {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 94.863px;
    height: 44.932px;
    flex-shrink: 0;
    background: #2B4211;
    padding: 0 !important;
    justify-content: center;
}

.addon-qty button {
    padding: 0;
    background: #2b4211;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 16px;
    font-weight: 700;
}

.addon-qty button:hover {
    background: #2b4211;
    opacity: 0.6;
}

.qty-number {
    width: 40px;
    text-align: center;
    color: #FFF;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.addon-total {
    color: #2B4211;
    text-align: right;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

/* Footer & Checkout */
.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.total-label {
    color: #2B4211;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
}
.total-amount {
    color: #2B4211;
    text-align: right;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
}
.checkout-btn {
    display: block;
    width: 100%;
    background: #37491e;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
}
.checkout-btn:hover {
    background: #68c300;
}

.welcome-container h2 {
    color: #2B4211;
    text-align: center;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.total-amount span {
    color: rgba(0, 0, 0, 0.20);
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
}

.group_qty_total {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 15px;
}

.addon-total .amount {
    color: #2B4211;
    text-align: right;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

/* --- Frequency --- */
.frequency-options {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
}
.frequency-options .freq-btn {
    flex: 1;
    padding: 15px;
    background: url("/wp-content/uploads/2025/07/bg-frequency.png") no-repeat;
    background-size: 100% 100%;
    color: #2B4211;
    text-align: center;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 33px */
    letter-spacing: -0.484px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: background .2s, color .2s;
    height: 67px;
}
.frequency-options .freq-btn.selected {
    background: url("/wp-content/uploads/2025/07/Rectangle-48.png") no-repeat;
    background-size: 100% 100%;
}

/* --- Commit & Save --- */
.commit-header {
    text-align: center;
    margin: 40px 0 30px;
    color: #2B4211;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px; /* 100% */
    text-transform: uppercase;
}
.commit-options {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 40px;
}
.commit-options .commit-btn {
    flex: 1;
    padding: 15px;
    background: url("/wp-content/uploads/2025/07/bg-frequency.png") no-repeat;
    background-size: 100% 100%;
    color: #2B4211;
    text-align: center;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 33px */
    letter-spacing: -0.484px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: background .2s, color .2s;
    height: 67px;
}
.commit-options .commit-btn.selected {
    background: url("/wp-content/uploads/2025/07/Rectangle-48.png") no-repeat;
    background-size: 100% 100%;
}

.save-badge img {
    position: absolute;
    top: -12px;
    right: 0px;
    width: 58px;
}

/* === STEP 4: DELIVERY DATES === */

/* Address box */
.address-confirm {
    text-align: center;
    margin: 20px 0 30px;
}
.address-box {
    background: url(/wp-content/uploads/2025/07/bg-address.png) no-repeat;
    padding: 15px 20px;
    border-radius: 4px;
    position: relative;
    color: #2B4211;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 33px */
    letter-spacing: -0.484px;
    text-transform: uppercase;
    text-align: left;
    height: 67px;
    background-size: 100% 100%;
}
button.change-address {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 40, 49, 0.30);
    text-align: center;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    background: transparent;
    padding: 0 24px;
}

/* Leave choice */
.leave-choice {
    text-align: center;
    margin-bottom: 30px;
}
.leave-choice .label {
    color: #2B4211;
    text-align: center;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
}
.leave-choice .leave-btn, .time-choice button.time-btn {
    padding: 12px 20px;
    background: url(/wp-content/uploads/2025/07/Rectangle-48-1.png) no-repeat;
    cursor: pointer;
    transition: background .2s, color .2s;
    color: #2B4211;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 33px */
    letter-spacing: -0.484px;
    text-transform: uppercase;
    height: 67px;
    background-size: 100% 100%;
}
.leave-btn.selected, .time-choice button.time-btn.selected {
    background: url(/wp-content/uploads/2025/07/Rectangle-48-2.png) no-repeat;
    background-size: 100% 100%;
}

/* Next available / date picker */
.next-cutoff {
    color: #2B4211;
    text-align: center;
    font-family: "Azeret Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.next-cutoff p:first-child {
    margin-bottom: 2px;
}

.next-cutoff p:last-child {
    color: #2B4211;
    font-family: "Azeret Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.date-picker {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/wp-content/uploads/2025/07/Rectangle-48-3.png") no-repeat;
    height: 78px;
    background-size: 100% 100%;
}
.date-picker .nav-date {
    color: rgba(0, 40, 49, 0.30);
    text-align: center;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    background: transparent;
    padding: 0 24px;
}

.date-picker .nav-date:hover {
    background: transparent;
}

.selected-date {
    flex: 1;
    color: #2B4211;
    text-align: center;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px; /* 133.333% */
    text-transform: uppercase;
}

.wizard-step.review-step[data-step="4"] .sub-title {
    color: #2B4211;
    text-align: center;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

/* Time preference */
.time-choice {
    text-align: center;
    margin-bottom: 30px;
}
.time-choice .label {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2B4211;
    text-align: center;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
}

/* Special instructions */
.special-instructions {
    margin: 0 auto 30px;
}
.special-instructions .label {
    margin-bottom: 24px;
    display: block;
    color: #2B4211;
    text-align: center;
    font-family: 'GT Walsheim Condensed Black Trial';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}
.instr {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
    cursor: pointer;
    text-align: left;
    max-width: 380px;
}

.instr input {
    margin-right: 10px;
    margin-top: 4px;
    width: 16px;
    height: 16px;
}

.instr span {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.group_leave, .group_choice {
    width: 100%;
    display: flex;
    gap: 30px;
}

.group_leave button, .group_choice button {
    width: 50%;
}

.group_instr {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

label.instr {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 12px 0;
    cursor: pointer;
}

/* Hide the native checkbox */
label.instr input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Style the text */
label.instr span {
    display: block;
    padding-left: 30px; /* space for our custom box */
    color: #333;
    line-height: 1.4;
    font-size: 0.95rem;
}

/* Unchecked box background */
label.instr span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background: url('../images/Check-Box.png') no-repeat center center;
    background-size: cover;
}

/* Checked box background */
label.instr input:checked + span::before {
    background-image: url('../images/Check-Box-active.png');
}

/* Check icon overlay when checked */
label.instr input:checked + span::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 12.258px;
    height: 12px;
    background: url('../images/icon-check.svg') no-repeat center center;
    background-size: contain;
}

/*Style shopping cart*/

.cart-widget-side.wd-side-hidden {
    background: url(../images/bg-cart.png) no-repeat center center;
    background-size: 100% 100%;
    background-color: transparent;
    --wd-side-hidden-w: 628px;
    margin-right: -5px;
}

.cart-widget-side .wd-empty-mini-cart:before {
    content: none;
}

.woocommerce-mini-cart__empty-message.empty.title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.wd-empty-mini-cart img {
    max-width: 232px;
    margin: 0 auto;
    margin-top: 60px;
}

.cart-widget-side .wd-heading {
    padding: 20px 20px;
    padding-right: 25px;
    border-width: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}

.close-side-widget {
    cursor: pointer;
}

body .cart-widget-side .wd-empty-mini-cart {
    padding: 0;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-widget-side .wd-empty-mini-cart .wd-minimum {
    background: url(../images/bg-black.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 36px 0;
    position: absolute;
    max-width: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
}

.cart-widget-side .wd-empty-mini-cart .wd-minimum h3 {
    color: #FFD000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cart-widget-side .wd-empty-mini-cart .wd-minimum .btn {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
}

.cart-widget-side .shopping-cart-widget-footer.wd-cart-empty {
    padding: 0;
}

.cart-widget-side .wd-empty-cart {
    padding-bottom: 152px;
}

.cart-widget-side li.woocommerce-mini-cart-item.mini_cart_item {
    background: url(/wp-content/uploads/2025/07/Group-462.png) no-repeat;
    width: 100%;
    padding: 24px 15px 15px 15px;
    padding-bottom: 15px;
    position: relative;
    display: flex;
    gap: 15px;
    background-size: 100% 100%;
}

.cart-widget-side .shopping-cart-widget-body .wd-scroll-content {
    padding: 40px 58px;
}

.cart-widget-side .shopping-cart-widget-body .wd-scroll-content .wd-entities-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
}

.cart-widget-side li.woocommerce-mini-cart-item.mini_cart_item .cart-item-image img {
    width: 96px;
    height: auto;
    max-width: 96px;
}

.cart-widget-side .cart-info div.quantity {
    width: 94.863px;
    height: 44.932px;
    background: #000;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.cart-widget-side li.woocommerce-mini-cart-item.mini_cart_item:hover {
    background-color: transparent;
}

.title-cart {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px; /* 100% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

ul.cart_list.product_list_widget.woocommerce-mini-cart .mini_cart_item {
    margin-bottom: 20px;
    height: 187px;
}

ul.cart_list.product_list_widget.woocommerce-mini-cart .mini_cart_item:last-child {
    margin-bottom: 0px;
}

.quantity-total h3 {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 10px;
}

.cart-widget-side .cart-info span.quantity, .cart-widget-side .cart-info span.quantity .amount {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    margin-bottom: 17px;
    font-family: 'Azeret Mono', sans-serif;
}

.quantity-total h3 .amount {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.quantity-total {
    display: flex;
    justify-content: space-between;
}

.cart-widget-side .cart-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shopping-cart-widget-footer .wd-minimum {
    fill: #FFF;
    /*opacity: 0.4;*/
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24) inset;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

.shopping-cart-widget-footer .wd-minimum h3 {
    color: #FFD000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 36px;
}

.shopping-cart-widget-footer .wd-minimum .btn {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
    font-family: 'GT Walsheim Condensed Bold Trial';
    margin-bottom: 36px;
}

.shopping-cart-widget-footer .wd-minimum .total-cart .woocommerce-Price-amount.amount {
    background: url(../images/bg-price.png) no-repeat center center;
    background-size: 100% 100%;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    padding: 5px 25px;
}

.shopping-cart-widget-footer .wd-minimum .total-cart {
    background: url(../images/bg-line.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0;
}

.cart-widget-side .shopping-cart-widget-footer {
    padding-bottom: 0 !important;
    z-index: 99;
}

.shopping-cart-widget-footer .total-footer {
    background: url(../images/bg-black-cart.png) no-repeat center center;
    background-size: 100% 100%;
    border: 0;
}

.total-footer .woocommerce-mini-cart__total.total strong {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'GT Walsheim Condensed Bold Trial';
}

.total-footer .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'GT Walsheim Condensed Bold Trial';
}

.shopping-cart-widget-footer .woocommerce-mini-cart__total {
    padding: 35px;
}

.total-footer {
    position: relative;
}

.total-reached .text-reached {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 12px;
    text-transform: uppercase;
    background: url(../images/bg-price-active.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    width: 100%;
    text-align: right;
    padding: 2px 24px;
    left: 0;
    font-family: 'GT Walsheim Condensed Bold Trial';
}

.total-reached .woocommerce-mini-cart__total.total {
    display: flex;
    justify-content: flex-start;
    gap: 13px;
}

.total-reached .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
    flex-grow: initial;
}

.total-reached .button.btn-cart.wc-forward {
    display: none;
}

.total-reached .button.checkout.wc-forward {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    background: transparent;
    padding-right: 9px;
}

.shopping-cart-widget-footer .total-footer.active {
    background: url(../images/bg-cart-active.png) no-repeat center center;
    background-size: 100% 100%;
}

.total-reached {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-reached .woocommerce-mini-cart__buttons.buttons {
    margin: 0;
}

.total-footer .total-reached .woocommerce-mini-cart__total.total strong,
.total-footer .total-reached .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
    color: #000;
}

ul.cart_list.product_list_widget.woocommerce-mini-cart .mini_cart_item:before {
    content: '';
    background: url(/wp-content/uploads/2025/07/vector125.png) no-repeat;
    width: 145px;
    height: 46px;
    background-size: contain;
    position: absolute;
    right: -8px;
    top: 49%;
    max-width: 100%;
}

.mega-menu-shop {
    position: initial !important;
}

.mega-menu-shop .wd-dropdown-menu.wd-dropdown {
    width: 100%;
    padding: 0;
    background: transparent;
    margin: 0px !important;
    padding: 0 15px;
    height: 100vh;
    overflow-y: auto;
}

.mega-menu-shop .wd-dropdown-menu.wd-dropdown:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(20px);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

ul#menu-header-menu-left, ul#menu-header-menu-left li, header.whb-header .wd-header-nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.mega-menu-shop .wd-dropdown-menu.wd-dropdown .wd-negative-gap.elementor-element {
    background-size: 100% 100%;
}

.mega-menu-shop .woodmart-nav-link::after {
    color: #000000 !important;
    opacity: 1;
    font-size: 9px !important;
}

ul.cart_list.product_list_widget.woocommerce-mini-cart .mini_cart_item .cart-item-link {
    display: none;
}

.wd-close-side.wd-close-side-opened {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(20px);
}