/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.woocommerce-EditAccountForm .show-password-input,
.e-load-more-pagination-end .e-loop__load-more,
#header-top .sub-arrow,
.gfield_required_asterisk, .gform_heading, .woocommerce-variation-price,
.gform_validation_errors, .gform_required_legend, .gform_anchor, .reset_variations, .order-again,
.woocommerce-shipping-totals, button[name="update_cart"], .e-woocommerce-coupon-nudge, .e-coupon-anchor-description {
    display: none !important;
}

.cart-discount a {
    color: var( --e-global-color-text ) !important;
}

.jsf_provider-preloader {
color: #ef7b0c !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mailpoet_form_captcha_active * {
    color: #fff !important;
}

.mailpoet_captcha_container {
    margin: 20px 0 0 20px !important;
}

.underline {
    text-decoration: underline !important;
}

.elementor-menu-cart__product-image img {
    border-radius: 10px;
}

.elementor-widget-shortcode, .elementor-widget-text-editor {
    ul {
        padding-left: 18px;
    }

    p a {
        text-decoration: underline;
        font-weight: 600;
        color: #1D1D1D;
    }

    h2 {
        font-family: var(--Manrope), sans-serif;
        font-weight: 800;
        font-size: 40px;
        line-height: var(--lh-subkop);
        margin: 10px 0 0;
    }

    h3 {
        font-family: var(--Manrope), sans-serif;
        font-weight: 800;
        font-size: 25px;
        line-height: 30px;
        text-align: start;
        margin: 10px 0 0;
    }
}

.view-book {
    font-family: var(--Inter), sans-serif;
    font-size: 16px;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.cookie-notice-container {
    background-color: #fff;
    color: #1D1D1D !important;
    font-size: 14px;
    padding: 14px 25px !important;
    position: absolute;
    z-index: 9999 !important;
    box-shadow: 0 -1px 10px 0 #0000002b;
    width: 25% !important;
    left: 15px;
    bottom: 15px !important;
    border-radius: 10px;
    text-align: left !important;
    font-family: var(--Inter), sans-serif;
}

#cn-notice-text {
    margin-bottom: 15px;
    font-weight: 400;
    font-family: var(--Inter), sans-serif;
}

#cn-notice-buttons button {
    background-color: var(--action) !important;
    padding: 12px 25px !important;
    border: 0;
    border-radius: 24px !important;
    transition: all .3s;
    font-family: var(--Manrope), sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: var(--Offwhite) !important;

    &#cn-accept-cookie {
        margin-left: 0;
    }

    &:hover {
        background-color: var(--action-sub) !important;
    }
}

#cn-close-notice {
    display: none;
}

.cart-collaterals {
    display: flex;
    justify-content: flex-end;

    .cart_totals {
        width: 30%;
        margin-top: -130px;
        margin-bottom: 100px;

        th {
            border-top: 1px solid #D9D9D9;
            width: 50%;
        }

        /*.tax-total, */
        /*.cart-subtotal,*/
        .woocommerce-shipping-totals {
            display: none
        }

        .order-total bdi {
            font-size: 25px;
            font-weight: 700;
        }
    }
}

.shop_table.cart, .shop_table.shop_table_responsive {
    width: 100%;

    .coupon-error-notice {
        width: 100%;
        margin-top: 5px;
        font-size: 13px;
        color: red;
        font-style: italic;
    }

    .coupon {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;

        label {
            display: flex !important;
            font-size: 0;
            overflow: unset !important;
            height: unset !important;
            margin: unset !important;
            position: unset !important;
            width: 100%;

            &:before {
                content: 'Do you have a discount?';
                font-weight: 600;
                font-size: 16px;
                font-family: var(--Manrope), sans-serif;
                margin-bottom: 15px;
            }
        }

        button[name="apply_coupon"] {
            margin-left: -20px;
            height: 48px;
        }

        #coupon_code {
            background: #F4F4F4 !important;
            border: 0 !important;
            color: #1D1D1D !important;

            &::placeholder {
                color: #1D1D1D !important;
            }
        }
    }

    bdi {
        font-family: var(--Manrope), sans-serif;
        font-weight: 600;
    }

    th {
        text-align: left;
        font-family: var(--Manrope), sans-serif;
    }

    tr td {
        border-top: 1px solid #D9D9D9;
    }

    tr th, tr td {
        padding: 15px 15px 15px 0;
    }

    .product-name {
        width: 35%;

        a {
            font-size: 16px;
            color: #1D1D1D;
            font-weight: bold;
            font-family: var(--Manrope), sans-serif;
            margin-bottom: 3px !important;
        }

        p {
            font-size: 14px;
            color: #7B7B7B;
            font-family: var(--Inter), sans-serif;
            font-weight: 300;

            &:not(:last-child) {
                margin-bottom: 3px !important;
            }
        }
    }

    .product-thumbnail {
        width: 0;

        img {
            max-width: 130px;
            border-radius: 15px;
            max-height: 130px;
            object-fit: contain;
        }
    }

    .product-remove {
        padding-right: 0;
        text-align: right;
    }
}

.elementor-menu-cart__subtotal {
    text-align: left;
}

.elementor-menu-cart__product-price .quantity {
    height: unset;
    font-size: 14px;
}

.elementor-menu-cart__product-name .product-ondertekst {
    font-size: 12px;
    line-height: 17px;
}

.elementor-add-to-cart {
    .woocommerce-variation-add-to-cart, .cart {
        flex-wrap: wrap !important;
    }

    .variations {
        margin-top: 10px;

        tr {
            display: flex;
            flex-wrap: wrap;
        }

        .value {
            display: flex;
            width: 100%;
            align-items: center;
            margin-bottom: 15px;
        }
    }

    label {
        font-weight: bold;
        font-size: var(--t-brood);
        font-family: var(--Manrope), sans-serif;
        margin-bottom: 10px;
        display: flex;
    }

    .mushroom-languages-block {
        width: 100%;
        margin-bottom: 30px;

        .languages-grid {
            display: flex;
            gap: 10px;

            .language-item:not(.active) {
                opacity: 0.5;
                transition: all 0.3s ease;

                &:hover {
                    opacity: 1;
                    transition: all 0.3s ease;
                }
            }
        }
    }

    .variation-radios {
        display: flex;
        gap: 10px;
    }

    .variation-radio-label {
        cursor: pointer;
        border: 1px solid;
        transition: all 0.3s ease;
        margin-bottom: 0;

        &:hover:not(.active), &:not(.active) {
            background: unset !important;
            color: var(--text) !important;
            transition: all 0.3s ease;
        }

        .variation-radio-button {
            display: none;
        }
    }
}

.text-gray, .text-gray * {
    color: var(--text) !important
}

.border-gray .quantity {
    border: 1px solid var(--stroke-gray)
}

.border-gray .input-text, .border-gray textarea {
    border: 1px solid var(--stroke-gray) !important;
    color: var(--text) !important;
    box-shadow: unset !important;

    &::placeholder {
        color: #7B7B7B !important;
    }
}

.border-gray .gform-body {
    .gfield_consent_label {
        color: var(--text) !important;
    }

    input, textarea {
        border: 1px solid var(--main);
        color: var(--text) !important;
        box-shadow: unset !important;

        &::placeholder {
            color: var(--text) !important;
        }
    }
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: var(--action) !important;
}

.woocommerce-checkout {
    .woocommerce-additional-fields {
        margin-top: 30px !important;
    }

    .e-checkout__order_review {
        margin-top: 8px !important;
    }

    #customer_details .woocommerce-shipping-fields {
        margin-top: -30px !important;
    }

    .woocommerce-billing-fields__field-wrapper p:first-child {
        padding-top: 0 !important;
    }

    .e-woocommerce-login-section {
        margin-bottom: -33px !important;

        .lost_password {
            font-family: 'Inter', sans-serif;
        }

        .e-show-login {
            font-weight: bold;
            text-decoration: underline;
        }

        .e-login-actions-wrap {
            margin-top: 0;
            margin-bottom: 40px;
        }
    }

    .form-row-first,
    .form-row-last {
        width: calc(50% - 10px) !important;
    }

    .custom-cart-image {
        img {
            border-radius: 15px;
            min-width: 130px;
            height: auto;
        }
    }

    td.product-name {
        font-size: 0 !important;
    }

    #order_review_heading {
        margin-bottom: 10px !important;
    }

    .custom-cart-item {
        display: flex;
        gap: 25px !important;
    }

    .custom-cart-details {
        font-size: 16px !important;
        line-height: 22px;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }

    th.product-total {
        font-size: 0 !important;
    }

    #order_review th.product-name {
        padding-top: 0 !important;

        &::after {
            content: 's';
        }
    }

    .description {
        background: unset !important;
        color: #1D1D1D !important;
        font-family: var(--Inter), sans-serif;
        padding: 0 !important;
        display: flex !important;
        font-style: italic;

        &::before {
            display: none !important;
        }
    }

    .checkout-inline-error-message {
        font-family: var(--Inter), sans-serif;
        font-size: 12px;
    }

    #order_review_heading {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .order-total .amount {
        font-size: 25px !important;
    }

    .woocommerce-checkout-review-order-table tr td,
    .woocommerce-checkout-review-order-table tr th {
        border-bottom: 1px solid var(--stroke-gray) !important;
        padding: 20px 0 !important;
        vertical-align: middle !important;
    }

    .woocommerce-checkout-review-order-table tr td:last-of-type {
        text-align: right;
    }

    .form-row {
        margin-bottom: 15px !important;
    }


    .woocommerce-button.e-apply-coupon, .woocommerce-button.e-apply-coupon:hover {
        background: #F4F4F4 !important;
        color: #7B7B7B !important;
        border: 0 !important;
    }

    .payment_box {
        background: #D9D9D9 !important;
        border-radius: 15px !important;
    }

    .product-quantity {
        display: none;
    }

    .coupon-container-grid {
        gap: 5px !important;
    }

    #coupon_code {
        background: #F4F4F4 !important;
        color: #1D1D1D !important;
        border: 0 !important;
    }

    .select2-selection {
        background: unset !important;
    }

    .e-woo-select2-wrapper .select2-results__option {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected],
    .select2-container--default .select2-results__option--highlighted[data-selected] {
        background: #f4f4f4 !important;
        color: #1D1D1D !important;
    }

    input[type="checkbox"], input[type="radio"] {
        width: 20px;
        height: 20px !important;
    }

    .woocommerce-billing-fields > h3:first-child {
        font-size: 40px !important;
        line-height: 1 !important;
    }

    .woocommerce-terms-and-conditions-wrapper {
        .woocommerce-form__input-checkbox {
            appearance: none;
            -webkit-appearance: none;
            background-color: #fff;
            border: 1px solid #1d1d1d !important;
            border-radius: 5px;
            cursor: pointer;
            position: relative;
            display: inline-block !important;

            &:checked::after {
                content: '';
                position: absolute;
                left: 6px;
                top: 2px;
                width: 5px;
                height: 10px;
                border: solid var(--action);
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
            }
        }

        p {
            padding: 0 !important;
        }

        .woocommerce-terms-and-conditions-checkbox-text {
            font-weight: 400 !important;

            a {
                font-weight: bold;
                text-decoration: underline;
            }
        }

    }

    .form-row label:not(.woocommerce-form__label-for-checkbox) {
        display: none !important;
    }

    .select2-selection__rendered {
        padding: 13px 20px !important;
        height: 48px !important;
        line-height: 1.4 !important;
    }

    #order_comments {
        height: 150px !important;
    }

    .place-order {
        margin-bottom: 0 !important;
    }

    .wc_payment_method * {
        color: #1D1D1D !important;
    }

    .wc_payment_method {
        margin-bottom: 20px !important;
    }

    #place_order {
        width: 100% !important;
    }

    .e-coupon-anchor {
        display: flex !important;

        .form-row {
            width: 100%;

            .coupon-container-grid {
                grid-template-columns: calc(100% - 110px) auto;
            }
        }
    }

    .e-checkout__container {
        gap: 110px;
    }

    #payment.woocommerce-checkout-payment {
        background: #F4F4F4 !important;
        border-radius: 15px !important;
        padding: 35px !important;
    }
}

.price ins {
    text-decoration: unset !important;
}

.return-to-shop {
    padding-bottom: 75px;
    display: flex;
}

.woocommerce-address-fields__field-wrapper {
    .select2-selection__rendered {
        background: #f4f4f4 !important;
        color: var(--text) !important;
        border-radius: 15px !important;
        border: 1px solid var(--stroke-gray) !important;
        font-size: 16px !important;
        font-family: var(--Inter), sans-serif !important;
        width: 255px;
    }
}

.elementor-widget-woocommerce-my-account {
    .woocommerce-MyAccount-content-wrapper h2 {
        margin: 0 0 20px !important;
    }

    .woocommerce-Address {
        margin-bottom: 20px;
    }

    .woocommerce-Address-title a {
        font-size: 16px !important;
        position: unset !important;
        width: 100%;
        margin-top: 0 !important;
    }

    .woocommerce-form-row, .form-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .password-input {
        gap: 10px !important;
        display: flex;
        align-items: center;

        .show-password-input {
            width: 20px;
            height: 20px;
            background: unset !important;
            border: 1px solid !important;
            border-radius: 5px;
        }
    }

    .woocommerce-MyAccount-navigation ul {
        margin-top: 0 !important;

        li:first-of-type a {
            border-radius: 15px 15px 0 0 !important;
        }

        li:last-of-type a {
            border-radius: 0 0 15px 15px !important;
        }
    }

    .woocommerce-MyAccount-content-wrapper p:first-of-type {
        margin-top: 0 !important;
    }
}

.single-product {
    .woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle, .wc-empty-cart-message, .woocommerce-MyAccount-content-wrapper-no-data {
        margin-bottom: 20px;
    }
}

.woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle, .wc-empty-cart-message, .woocommerce-MyAccount-content-wrapper-no-data {
    margin: 0 auto;
    width: 1600px;
    max-width: 100%;

    *[role="alert"], [role="status"] {
        font-family: 'Inter', sans-serif;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        gap: 5px;
        border-radius: 0 0 15px 15px;

        a {
            font-family: 'Manrope', sans-serif !important;
            font-weight: 600 !important;
            color: black !important
        }
    }
}

.quantity {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 4px;
    width: 144px;
    height: 52px;
    border-radius: 24px;

    .minus {
        background-image: url(/wp-content/uploads/2026/03/Minus.svg);
    }

    .plus {
        background-image: url(/wp-content/uploads/2026/03/Plus.svg);
    }

    button {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 15px;
        background-color: unset;
        width: 36px;
        height: 36px;
        border: none;
        color: #1f2a37;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    input.qty {
        width: 40px;
        border: 0 !important;
        background: unset !important;
        padding: 0 !important;
        color: #000 !important;
        text-align: center;

        &::-webkit-outer-spin-button,
        &::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
    }
}

.elementor-widget-text-editor p:first-child {
    margin-top: 0;
}

.course-info-table {

    td {
        vertical-align: top;
        padding-bottom: 7px;
        font-family: var(--Inter), sans-serif;
        font-size: 16px;
        color: var(--white);
        line-height: var(--lh-brood);
    }

    .label {
        width: 150px;
        white-space: nowrap;

        strong {
            font-weight: 600;
        }
    }
}

.elementor-menu-toggle {
    padding-left: 0 !important
}

body {
    font-family: var(--Inter), sans-serif;
}

select {
    background-image: url(/wp-content/uploads/2026/02/Chevron-down.svg);
    background-position: calc(100% - 18px);
    background-repeat: no-repeat;
}

#mailpoet_form_1 form.mailpoet_form {
    padding: 0 !important;
}

.reviews .swiper-slide {
    padding-bottom: 15px;
}

#breadcrumbs, #breadcrumbs * {
    color: #FFFFFF;
    font-family: var(--Manrope), sans-serif;
    font-weight: 400;
    font-size: var(--t-brood);
    line-height: var(--lh-brood);
    margin: 0;

    .breadcrumb_last {
        font-weight: bold;
    }
}

.review-ctn:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

.home-product {
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.elementor-button-wrapper, .elementor-menu-cart__wrapper {
    display: flex !important
}

.ginput_container_consent input {
    border-radius: 5px !important;
    border-color: var(--stroke-gray) !important;
    box-shadow: unset !important;
}

html form {
    &.dark-lines {
        input:not([type="submit"], [type="checkbox"], [type="radio"]), textarea, select {
            border-color: var(--stroke-gray) !important;
            color: var(--text) !important;
            box-shadow: unset;

            &::placeholder {
                color: var(--text) !important;
            }
        }

        .gfield_consent_label {
            color: var(--text) !important;
        }

        input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
            color: var(--action) !important;
        }
    }

    input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
        color: #fff !important;
    }

    input:not([type="submit"], [type="checkbox"], [type="radio"]), textarea, select {
        border-radius: 15px !important;
        border: 1px solid #fff !important;
        background: unset !important;
        color: #fff !important;
        padding: 13px 20px !important;
        font-size: 16px !important;
        font-family: var(--Inter), sans-serif !important;
        height: 48px !important;
        line-height: 1 !important;
        outline: unset !important;

        &::placeholder {
            font-size: 16px !important;
            font-family: var(--Inter), sans-serif !important;
            color: #fff !important;
        }
    }
}

.gform_fields {
    gap: 25px 15px !important;
}

.gform_footer {
    margin-top: 15px !important;
}

.gfield_consent_label, .mailpoet_checkbox_label {
    color: #fff !important;
    font-size: 16px !important;
    display: flex !important;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px !important;
}

.mailpoet_paragraph {
    margin-bottom: 0 !important;
}

.mailpoet_form_columns_container {
    margin-bottom: 20px;
}

.mailpoet_checkbox {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--Manrope), sans-serif;
    margin: 0;
    -moz-appearance: none;
    position: relative;
    -webkit-appearance: none;
    -o-appearance: none;
    padding: 12px !important;
    border-radius: 5px !important;
    line-height: unset !important;
    border: 1px solid #fff !important;
    background: unset !important;
    color: #fff !important;

    &:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 12px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        opacity: 0;
        top: 6px;
        left: 9px;
    }

    &:checked::before {
        opacity: 1;
    }
}

html body .e-woocommerce-form-login-submit {
    border: 0 !important;
    margin-left: 20px !important;
}

html body .view-book a,
html body .e-woocommerce-form-login-submit,
html body .return-to-shop .wc-backward,
html body .gform-footer input.gform_button,
html .mailpoet_submit, .single_add_to_cart_button,
button[name="apply_coupon"],
.wc-proceed-to-checkout .checkout-button {
    width: auto !important;
    font-family: var(--Manrope), sans-serif !important;
    font-weight: 700 !important;
    font-size: var(--t-brood) !important;
    color: var(--Offwhite) !important;
    line-height: var(--lh-brood) !important;
    padding-block-start: 15px !important;
    padding-block-end: 15px !important;
    padding-inline-start: 30px !important;
    padding-inline-end: 30px !important;
    border-radius: 24px !important;
    border: 0;
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    cursor: pointer;
    background-color: var(--main) !important;
    transition: all 0.3s ease;
    justify-content: center;

    &:hover {
        transition: all 0.3s ease;
    }
}

html body .return-to-shop .wc-backward,
html body .gform-footer input.gform_button, html .mailpoet_submit,
button[name="apply_coupon"] {
    &:hover {
        background-color: var(--main-sub) !important;
    }
}

.mushroom-variation-price-above-form {
    font-family: var(--Manrope), sans-serif;
    font-weight: 800;
    font-size: 25px;
    margin-top: 20px;
}

.stock {
    font-style: italic;
    color: var(--action) !important;
    margin-bottom: 10px !important;
    margin-top: 0;
}

html body .gform-footer input.gform_button#gform_submit_button_3,
html body button.single_add_to_cart_button, .wc-proceed-to-checkout .checkout-button {
    background-color: var(--action) !important;
    border: 0 !important;

    &:hover {
        background-color: var(--action-sub) !important;
    }
}


.e-loop__load-more.elementor-button-wrapper {
    justify-content: center;
}

.elementor-toc__header {
    padding-bottom: 0 !important;
}

.elementor-toc__list-item:not(:last-of-type) {
    margin-bottom: 15px;
}

.elementor-toc__list-wrapper {
    margin: 0;
}

.elementor-nav-menu--dropdown {
    /*background: unset !important;*/

    .elementor-nav-menu {
        overflow: hidden;
        border-radius: 0 0 15px 15px;
        border: 0;
        background: #fff;
    }
}

.elementor-menu-toggle__icon--close svg {
    width: 15px;
}

.seperator {
    width: 8px;
    height: 10px;
    margin: 0 5px !important;
}

.text-gray .seperator path {
    stroke: var(--text) !important;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    color: #fff;
}

.elementor-image-carousel-wrapper {
    border-radius: 20px;

    .elementor-swiper-button {
        position: absolute !important;
        bottom: -10px;
        top: unset !important;

        &.elementor-swiper-button-prev {
            right: 50px !important;
            justify-content: flex-end;
        }
    }
}

#gform_3 {
    textarea {
        border-color: var(--stroke-gray) !important;
    }
}

@media (min-width: 767px) {
    .hide-desktop {
        display: none !important
    }
}

@media (max-width: 767px) {
    .elementor-widget-shortcode, .elementor-widget-text-editor {
        h2 {
            font-size: 30px;
            line-height: 35px;
        }

        h3 {
            font-size: 20px;
        }
    }

    #mailpoet_form_1 .mailpoet_checkbox {
        margin-top: 3px;
    }

    .gfield_consent_label, .mailpoet_checkbox_label {
        align-items: flex-start;
    }

    .cookie-notice-container {
        width: 80% !important;
    }

    #mailpoet_form_1 .mailpoet_paragraph {
        gap: 10px;
    }

    .cart_totals {
        width: 100% !important;
        margin-top: unset !important;
    }

    .shop_table button[name="apply_coupon"] {
        margin-left: unset !important;
    }

    .wc-proceed-to-checkout .checkout-button {
        padding: 15px !important;
    }

    .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item {
        display: grid !important;
        grid-template-columns: 110px minmax(0, 1fr);
        column-gap: 15px;
        align-items: start;
        border-bottom: 1px solid #D9D9D9;
        padding: 15px 0;
        position: relative;
    }

    .shop_table.cart {
        .woocommerce-cart-form__cart-item.cart_item {
            .product-thumbnail {
                grid-column: 1;
                grid-row: 1 / span 5;
                width: 110px !important;
                margin-bottom: 0;

                img {
                    width: 100%;
                    max-width: 110px;
                }
            }

            .product-name,
            .product-price,
            .product-quantity,
            .product-subtotal {
                grid-column: 2;
                width: 100% !important;
            }

            .product-name {
                margin-bottom: 5px;
                padding-right: 30px !important;
            }

            .product-remove {
                position: absolute;
                top: 24px;
                right: 0;
                width: auto !important;
                text-align: right;
                padding: 0 !important;
            }

            td {
                display: block !important;
                border-top: none !important;
                padding: 6px 0 !important;
            }
        }

        tr th {
            display: none !important;
        }
    }

    .coupon {
        #coupon_code {
            width: 100%;
            margin-bottom: 10px;
        }
    }

    .woocommerce-checkout {
        input[type="radio"] {
            width: 17px !important;
            height: 17px !important;
        }

        .e-coupon-anchor .form-row {

            .coupon-container-grid {
                display: grid;

                #coupon_code {
                    margin-bottom: 0 !important;
                }
            }
        }

        .e-woocommerce-login-section {
            margin-bottom: 10px !important;
        }

        .woocommerce-form-login-toggle {
            text-align: left !important;
        }

        .woocommerce-billing-fields__field-wrapper p:first-child {
            padding-top: 20px !important;
        }

        .woocommerce-billing-fields__field-wrapper p[style="padding-top: 40px"],
        .woocommerce-additional-fields h3 {
            padding-top: 20px !important;
            display: inline-flex;
        }

        #ship-to-different-address {
            margin-bottom: 0;
        }

        .form-row-first, .form-row-last, .form-row-wide {
            width: 100% !important;
            margin-bottom: 5px !important;
        }

        #payment.woocommerce-checkout-payment {
            padding: 15px !important;
        }

        .woocommerce-billing-fields h3:first-child {
            font-size: 30px !important;
            margin: 0 !important;
        }

        .e-checkout__container {
            gap: 20px;
        }

        .custom-cart-image {
            display: none !important;
        }
    }

    #icon-lists > div {
        text-align: left;
        align-items: flex-start;
    }

    #filters {
        position: absolute;
        z-index: 2;
        background: white;
        padding: 25px;
        border-radius: 25px;
        width: 100%;
        box-shadow: 0 0 6px 0px #0000002b;
    }
}

.loop-blogs {
    .elementor-loop-container {
        align-items: stretch;
    }

    .e-loop-item {
        height: 100%;
        display: flex;

        > * {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
    }
}
