

.woocommerce-privacy-policy-text {
    display: none;
}

form.checkout label {
    margin-bottom: 5px !important;
}

.fusion-product-name-wrapper {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.woocommerce-billing-fields__field-wrapper p {
    margin-bottom: 10px !important;
}

.checkout.woocommerce-checkout input {
    height: 30px !important;
}

.checkout.woocommerce-checkout .select2-selection.select2-selection--single {
    height: 30px !important;
    line-height: 30px !important;
}

    .checkout.woocommerce-checkout .select2-selection.select2-selection--single .select2-selection__rendered {
        height: 30px !important;
        line-height: 30px !important;
    }

    .checkout.woocommerce-checkout .select2-selection.select2-selection--single .select2-selection__arrow {
        height: 30px !important;
        width: 30px !important;
    }

#order_review {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: stretch;
    align-items: flex-start;
    gap: 30px;
}

@media (max-width: 991px) {
    #order_review {
        flex-direction: column;
        gap: 0px;
    }
}

    #order_review > table {
        width: calc(50% - 30px);
    }

    @media (max-width: 991px) {
        #order_review > table {
            width: 100%
        }
    }

    #payment {
        width: 50%;
    }

    @media (max-width: 991px) {
        #payment {
            width: 100%
        }

        .checkout .payment_methods {
            margin-top: 20px !important;
        }
    }

        #payment::before {
            content: "Payment";
            font-weight: bold;
        }

        @media (max-width: 991px) {
            #payment::before {
                margin-top: 40px;
                display: block;
            }
        }

#stripe-payment-data fieldset {
    padding: 0;
    background: none;
}

#wc-stripe-cc-form {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 991px) {
    #wc-stripe-cc-form {
        flex-direction: column;
        gap: 10px;
    }
}

.wc_payment_method.payment_method_stripe > label {
    max-width: 100%;
    display: inline-flex;
    flex-direction: column;
    cursor: pointer;
}
.wc_payment_method.payment_method_stripe > label::after {
    margin: 20px 0 0 0;
    content: "";
    background-image: url(/wp-content/themes/Avada/assets/images/stripe-badge-transparent.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 365px;
    height: 93px;
    max-width: 100%;
    display: block;
}

.wc_payment_method.payment_method_clover_payments > label {
    max-width: 100%;
    display: inline-flex;
    flex-direction: column;
    cursor: pointer;
}
.wc_payment_method.payment_method_clover_payments > label::after {
    margin: 20px 0 0 0;
    content: "";
    background-image: url(/wp-content/themes/Avada/assets/images/card-badge-transparent.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 365px;
    height: 93px;
    max-width: 100%;
    display: block;
}

.clover-gateway {
    background-color: transparent !important;
    padding: 0 !important;
}

fieldset {
    padding: 0 30px;
}

    .wc-credit-card-form.wc-payment-form label {
        margin: 0;
    }

    .wc-credit-card-form.wc-payment-form .form-row {
        margin: 0;
    }
    #wc-stripe-cc-form .form-row:nth-child(1) {
        width: 210px;
    }
    #wc-stripe-cc-form .form-row:nth-child(2) {
        width: 100px;
    }
    #wc-stripe-cc-form .form-row:nth-child(3) {
        width: 140px;
    }
    #wc-stripe-cc-form .stripe-source-errors {
        width: 100%;
    }

    @media (max-width: 991px) {
        #wc-stripe-cc-form .form-row {
            width: 100% !important;
        }

        .payment_box.payment_method_stripe {
            margin: -20px -30px 0 -30px;
        }
    }

        #wc-stripe-cc-form .clear {
            display: none;
        }

.wc_payment_method.payment_method_paypal > label, .wc_payment_method.payment_method_afterpay > label {
    display: inline-flex;
    flex-direction: column;
    cursor: pointer;
}

.wc_payment_method.payment_method_afterpay > label {
    gap: 10px;
}

    .wc_payment_method.payment_method_paypal > label::after {
        margin: 20px 0 0 0;
        content: "";
        background-image: url(/wp-content/themes/Avada/assets/images/PayPal.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 188px;
        height: 50px;
        max-width: 100%;
        display: block;
    }

    .wc_payment_method.payment_method_paypal > label > a, .wc_payment_method.payment_method_paypal > label > img {
        display: none;
    }

    .payment_box.payment_method_paypal {
        display: none !important;
    }

        .payment_box.payment_method_paypal p {
            margin: 0;
        }

.woocommerce-shipping-calculator {
    display: none !important;
}

.cart-collaterals .woocommerce-shipping-destination {
    display: none !important;
}

.modal-header {
    border: 0;
    padding: 0 !important;
    min-height: 20px !important;
}

.close {
    margin-top: 0 !important;
    background: #fff !important;
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
}

.modal-footer {
    display: none;
}

.modal-body {
    padding: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%) !important;
}

    .modal-body img {
        margin: 0 auto !important;
    }

.modal-content {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 5px;
}

.product-benefits {
    padding: 0 15px;
    height: 70px;
    justify-content: space-between;
    align-items: stretch;

    text-decoration: none;

    display: flex;
}

@media (max-width: 1080px) {
    .product-benefits {
        padding: 0;
        height: auto;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}

    .product-benefit-item {
        justify-content: center;
        align-items: center;
        gap: 15px;
        display: flex;
    }

    @media (max-width: 1200px) {
        .product-benefit-item {
            flex-direction: column;
            gap: 10px;
            text-align: center;
        }
    }

    @media (max-width: 1080px) {
        .product-benefit-item {
            text-align: center;
            max-width: 45%;
            flex-grow: 1;
        }
    }

        .product-benefit-item-divider {
            content: "";
            border-right: 1px #EAEAEA solid;
            height: 70px;
            width: 1px;
            display: block;
        }

        @media (max-width: 1080px) {
            .product-benefit-item-divider {
                display: none;
            }
        }

        .product-benefit-item svg {
            margin: -8px 0 0 0;
            height: 32px;
            width: 32px;
        }

            .product-benefit-item svg path {
                stroke: #4A67AC;
            }

        .product-benefit-item p {
            margin: 0 0 0 0;
            flex-direction: column;
            font-size: 12px;
            line-height: 100%;
            display: flex;
            white-space: nowrap;
            color: #848484;
        }

        @media (max-width: 1080px) {
            .product-benefit-item p {
                font-size: 9px;
            }
        }

            .product-benefit-item p strong {
                margin: 0 0 5px 0;
                text-transform: uppercase;
                font-feature-settings: 'pnum' on, 'lnum' on;
                font-size: 16px;
                color: #4A67AC;
                display: flex;
            }

            @media (max-width: 1080px) {
                .product-benefit-item p strong {
                    font-size: 11px;
                }
            }

.banner-spring-sale {
    margin: 10px auto 20px auto;
    background: url(/wp-content/themes/Avada/assets/banners/2023-12-20-boxing-day/bg-grey.png) no-repeat 400px center;
    background-size: auto 160px;

    width: 100%;
    max-width: 1200px;
    height: 100px;

    display: flex;
    /*display: none;*/
    justify-content: stretch;
    align-items: center;
    flex-direction: row;

    position: relative;
}

    .banner-spring-sale::after {
        content: "* Regular priced items only. Sale ends Dec 30. ** with Afterpay";

        bottom: -18px;
        right: 0;

        font-size: 9px;
        color: #545454;
        max-width: 440px;
        white-space: nowrap;

        position: absolute;
    }

    .banner-spring-sale::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(192, 192, 192, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%) no-repeat;
    }

    .banner-spring-sale .banner-section {
        background: url(/wp-content/themes/Avada/assets/banners/2023-12-20-boxing-day/bg-red.svg) no-repeat right center;
        background-size: auto 100px;

        height: 100%;
        width: 500px;

        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;

        z-index: 1;
    }
    .banner-spring-sale .banner-section:nth-child(2) {
        background: none;

        width: auto;

        flex-grow: 1;
    }

@media (max-width: 991px) {
    .banner-spring-sale {
        background-size: auto 100%;
        background-position: -200px center;
        height: 160px;
    }

    .banner-spring-sale::before {
        margin: -30px 0 0 0;
    }

    .banner-spring-sale::after {
        font-size: 10px;
        white-space: normal;
        bottom: -4px;
        transform: translate(0px, 100%);
    }

    .banner-spring-sale .banner-section:nth-child(1) {
        margin: -40px 0 0 -60px;
        padding: 0 100px 0 0;
        background-size: auto 150px;

        width: 100%;
        height: 150px;
    }
}

@media (max-width: 890px) {
    .banner-spring-sale {
        padding: 30px 20px;
        height: auto;
        flex-direction: column;
        gap: 20px;
    }
}

    .banner-spring-sale img {
        position: relative;
        z-index: 10;
    }
    .banner-spring-sale img.img1 {height: 80px;}
    .banner-spring-sale img.img2 {height: 75px;
        padding: 15px 0;
        border-top: 3px #ffffff solid;
        border-bottom: 3px #ffffff solid;
    }
    .banner-spring-sale img.img3 {
        margin: -10px 0 0 0;
        height: 110px;
    }
    .banner-spring-sale img.img4 {height: 60px;}
    /*.banner-spring-sale img.img5 {position: absolute; bottom: -15px; z-index: 0;}*/

@media (max-width: 890px) {
    /*.banner-spring-sale img.img1 {width: 59%;}
    .banner-spring-sale img.img2 {width: 81%;}
    .banner-spring-sale img.img3 {width: 8%;}
    .banner-spring-sale img.img4 {width: 55%;}
    .banner-spring-sale img.img5 {display: none;}*/
}

#limited-sale-btn .fusion-button-text {
    font-size: 24px;
}


/*** PRODUCT PAGE ***/


.product .entry-summary .summary-container {
    display: flex;
    flex-direction: column;
}

    .product .entry-summary .summary-container .post-content.woocommerce-product-details__short-description {
        order: 10;
    }

.variations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 991px) {
    .variations {
        grid-template-columns: repeat(2, 1fr);
    }
}

    .variations .variations-group {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .variations-group-last {
        width: 100%;
        height: 50px;
    }

    .woocommerce-variation.single_variation {
        display: none !important;
    }

.wpcf7-form .wpcf7-text, input[type=email], input[type=text], select {
    height: 30px !important;
    width: 100%;
}

label {
    font-size: 13px;
}

.product .entry-summary .price {
    font-size: 32px;
}

@media (max-width: 1080px) {
    .products .product-title {
        font-size: 13px !important;
    }
}

.variations_form.cart {
    margin-top: 0;
}


.crd-product-colors {
    margin: -10px 0 0 0;
    padding: 0px 10px 20px 10px;

    width: 100%;

    display: flex;
    gap: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

    .crd-product-colors span {
        border: 1px #848484 solid;
        border-radius: 30px;

        width: 16px;
        height: 16px;
    }


.custom-label-spec-order {
    display: block;
    font-size: 0.8rem;
    color: red;
}

.single_variation_wrap .variations_button {
    gap: 20px;
}

#wc-stripe-payment-request-wrapper {
    order: 10;
}

div.summary.entry-summary div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled #wc-stripe-payment-request-button-separator {
    order: 5;
    display: block !important;
}

.btn-afterpay_express_td {
    padding-top: 20px !important;
}

.rp_wcdpd_promotion_total_saved_table_row th {
    padding-top: 20px !important;
}


/*** MOBILE MENU ***/

body {
    --mobile_menu_nav_height: 48px;
}

.product .onsale {
    /*top: -10px !important;
    left: -10px !important;*/

    left: auto !important;
    top: 10px !important;
    right: 10px;
    padding: 21px 10px 0 10px !important;
    width: 72px !important;
    height: 72px !important;
}

.woo-sale-badge-circle .onsale {
    white-space: normal !important;
    font-size: 16px !important;
    text-align: center !important;
    line-height: 1.1 !important;
    padding: 19px 10px 0 10px !important;
    width: 72px !important;
    height: 72px !important;
    /*padding: 9px 0 0 0 !important;
    width: 48px !important;
    height: 48px !important;*/
}

@media (max-width: 1080px) {
    .product .onsale, .woo-sale-badge-circle .onsale {
        padding: 11px 0 0 0 !important;
        width: 48px !important;
        height: 48px !important;
        font-size: 12px !important;
    }
}

    .onsale:before, .onsale:after {
        display: none !important;
    }

.woo-sale-badge-circle .onsale.propet-sale {
    background-color: #D31145 !important;
    padding-top: 19px !important;
    width: 96px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    height: 96px !important;
    text-transform: uppercase !important;
}

@media (max-width: 1080px) {
    .woo-sale-badge-circle .onsale.propet-sale {
        padding-top: 9px !important;
        font-size: 12px !important;
        width: 56px !important;
        height: 56px !important;
    }
}

#menu-shop {
    margin: 0 auto;
    max-width: var(--site_width);
    justify-content: space-between;
}

.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span,
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span > span {
    width: 100% !important;
    display: inline-block;
}

.custom-price-reduction-banner {
    display: flex;
    background: url(../banners/price-reduced-banner.png) no-repeat center center;
    background-size: contain;

    width: 100px;
    height: 100px;
    position: absolute;
    right: -3px;
    top: -2px;
    z-index: 10;
}
.bf-price-container .custom-price-reduction-banner {
    transform: rotate(-90deg);
    right: auto;
    left: -3px;
}

@media (max-width: 1080px) {
    .custom-price-reduction-banner {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 1130px) {
    .fusion-logo img.fusion-mobile-logo {
        width: 180px !important;
    }
}

@media (max-width: 667px) {
    .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header {
        height: 50px;
    }
}

@media only screen and (max-width: 1130px) {
    .fusion-header {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .fusion-header-v4.fusion-mobile-menu-design-modern .fusion-mobile-menu-icons {
        display: flex !important;
        flex-direction: row-reverse;
    }

        .fusion-mobile-menu-icons a {
            margin-top: 14px !important;
            margin-left: 15px !important;
            padding: 10px 5px !important;
            margin-right: -5px !important;
        }

            .fusion-mobile-menu-icons a::before {
                margin: 0 !important;
            }
}

@media only screen and (max-width: 800px) {
    .fusion-secondary-menu ul {
        margin: 0;
        padding: 7px 15px 5px 15px !important;
        list-style: none;

        display: flex;
        justify-content: space-between;
    }

        .fusion-secondary-menu>ul>li>a {
            gap: 7px;
        }
}

.shipping-coupon .coupon {
    display: none !important;
}

.checkout_coupon.full-width.woocommerce-content-box {
    display: none !important;
}
.custom-coupon-wrapper .checkout_coupon.full-width.woocommerce-content-box {
    display: flex !important;
}


.sidebar .widget ul ul.children {
    margin-top: 10px;
}


.sidebar .widget_product_categories ul.product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.sidebar .widget_product_categories ul.product-categories li {
    margin: 0 0 6px 0;
    padding-left: 10px;
    padding-top: 0;
    position: relative;
}
.sidebar .widget_product_categories ul.product-categories li:first-child {
    padding-top: 10px;
}


.sidebar .widget_product_categories .product-categories li a::before {
    margin: 0;
    content: "›";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color: #333;
}

.sidebar .widget_product_categories .product-categories li:first-child a::before {
    top: 12px;
}


.sidebar .widget_product_categories .product-categories li a {
    text-decoration: none;
    color: #67b7e1 !important;
    transition: color 0.2s ease;
}

.sidebar .widget_product_categories .product-categories li a:hover {
    color: #0c4b8e !important;
}


.sidebar .widget_product_categories .product-categories .count {
    color: #999;
    font-size: 13px;
    margin-left: 4px;
}

.sidebar .widget_product_categories .product-categories li {
    border: none;
}

.sidebar .widget_product_categories .product-categories li a {
    display: inline-block;
    padding-left: 0;
}

.catalog-ordering {
    margin: 10px 0 !important;
    justify-content: flex-end;
}

.product-category.product-grid-view {
    display: none !important;
}

.sidebar h4 {
    margin-bottom: 10px !important;
}

.catalog-ordering .sort-count {
    display: none !important;
}



.sidebar.fusion-widget-area .sidebar-shadow {
    display: none;
}
.toggle-sidebar-container {
    display: none;
}

@media only screen and (max-width: 800px) {
    .toggle-sidebar-container {
        display: block;
    }

    #wrapper .catalog-ordering {
        flex-direction: row !important;
        justify-content: space-between;
        align-items: flex-start !important;
    }

    #wrapper .catalog-ordering::before, #wrapper .catalog-ordering::after {
        display: none !important;
    }



    .sidebar.fusion-widget-area {
        padding-right: calc(100% - 270px) !important;
        margin: 0 !important;
        position: fixed;
        top: 0;
        left: -320px;
        /*width: 270px;*/
        height: 100%;
        min-height: 100vh;
        background: none !important;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        z-index: 999999;
        transition: left 0.3s ease;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
    }
        .sidebar.fusion-widget-area .sidebar-shadow {
            padding: 30px 30px 0 0;
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            background: rgba(255,255,255,0.5);
            display: flex;
            justify-content: flex-end;
            align-items: flex-start;

            width: calc(100% - 270px);
            height: 100%;
        }
        .sidebar.fusion-widget-area > .fusion-sidebar-inner-content {
            padding-top: 30px !important;
            background: rgba(255,255,255,1) !important;
            min-height: 100vh;
        }


        .sidebar.fusion-widget-area.sidebar-visible {
            left: 0;
            visibility: visible;
            opacity: 1;
        }
}