/*
Theme Name: FHD Custom Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1651821656
Updated: 2022-05-06 09:20:56

*/

.fhd-custom-product-page {
    width: 95%;
    margin: 0 auto;
}

/* Main embed */
.dw-shortcode-embed {
    margin: 2em 0;
}

/* Loading state */
.dw-shortcode-embed .dw-embed-message {
    padding: 0.5em 1em;
    background-color: rgb(255, 255, 255);
    height: inherit;
    text-align: center;
}

/* Error state */
.dw-shortcode-embed .dw-embed-error {
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 0.25em;
    background-color: #fee2e2;
    color: #7f1d1d;
}

/* Form Event Messages */
.dw-shortcode-embed .dw-message-form-complete.message-shown::before,
.dw-shortcode-embed .dw-message-form-cancel.message-shown::before {
    content: attr(data-message);
    display: inline-block;
    padding: 0.5em 1em;
    width: auto;
    border-radius: 0.25em;
}

.dw-shortcode-embed .dw-message-form-complete::before {
    background: #d1fae5;
    color: #047857;
}
.dw-shortcode-embed .dw-message-form-cancel::before {
    background: #fef3c7;
    color: #b45309;
}

/* page productdw */
#fhd-productdw-title {
    color: var(--e-global-color-secondary);
    font-family: "TTLake_condensed_bold", TT Lake_medium;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.fhd-content-productdw-title {
    margin: 0px 0px 0px 0px;
    padding: 9px 0px 9px 0px;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #b8b8b8;
}

.fhd-info-productdw {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media screen and (max-width: 500px) {
    .fhd-info-productdw {
        width: 100%;
    }
}

.fhd-productdw {
    display: inline-block;
    width: 73%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
    border-radius: 10px;
    margin-top: 20px;
}
@media screen and (max-width: 500px) {
    .fhd-productdw {
        width: 100%;
    }
}
/* page product */
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: black;
    font-size: 1.87rem;
    line-height: 2.25rem;
}

.woocommerce div.product form.cart .button {
    padding: 13px 7px 13px 7px;
    width: 80%;
    background-color: black;
}
.woocommerce div.product form.cart .button:hover {
    background-color: orange;
}
div.summary {
    padding: 10px;
}

/* button loading */
.button-loading::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    top: 0;
    left: 129px;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 100%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
/*add soft disable*/
.disableInput {
    opacity: 0.5;
    pointer-events: none;
}

.sign-up-form {
    max-width: 695px;
    padding: 0 20px 0 0;
    margin: 0 auto;
}

.satisfaction-form {
    width: 100%;
}

.satisfaction-form-inner {
    padding: 35px 0;
}

.sign-up-form-inner {
    padding: 35px;
}

.satisfaction-form-inner .item,
.sign-up-form-inner .item,
.sign-up-form-inner .item-acceptance {
    margin-bottom: 1rem;
}

.satisfaction-form-inner .item span,
.sign-up-form-inner .item span,
.sign-up-form-inner .item-acceptance span {
    display: block;
    color: red;
}

.satisfaction-form-inner .item span.hide,
.sign-up-form-inner .item span.hide,
.sign-up-form-inner .item-acceptance span.hide {
    display: none;
}

.satisfaction-form-inner .item label,
.sign-up-form-inner .item label {
    font-size: 15px;
    color: var(--e-global-color-secondary);
    background-color: #ffffff;
    display: block;
    margin-bottom: 0.5rem;
}

.satisfaction-form-inner label .required,
.sign-up-form-inner label .required {
    color: red;
    display: inline;
}

.sign-up-form-inner input[type="text"],
.satisfaction-form-inner input[type="email"],
.sign-up-form-inner input[type="email"],
.sign-up-form-inner input[type="password"],
.sign-up-form-inner input[type="file"] {
    display: block;
    padding: 8px 8px 8px 8px;
    font-size: 14px;
    text-align: left;
    color: var(--e-global-color-secondary);
    background-color: #65797700;
    background-clip: padding-box;
    border: 1px solid #cfcfe8;
    border-radius: 3px;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
    width: 100%;
}

.satisfaction-form-inner button,
.sign-up-form-inner button {
    margin: 5px 5px 5px 5px;
    padding: 13px 13px 13px 13px;
    font-size: 15px;
    background-color: var(--e-global-color-primary) !important;
    width: 210px;
    display: block;
    border: none;
}

.satisfaction-form-inner button {
    margin: 5px auto !important;
}

.sign-up-form-inner input[type="checkbox"] {
    --active: #275efe;
    --active-inner: #fff;
    --focus: 0;
    --border: #b7b7b7;
    --border-hover: var(--active);
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px;
    margin: 0;
    cursor: pointer;
    border: 2px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background 0.3s, border-color 0.3s,
        -webkit-box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s,
        -webkit-box-shadow 0.2s;
}

.sign-up-form-inner input[type="checkbox"]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s),
        -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s),
        -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
        opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
        opacity var(--d-o, 0.2s),
        -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
}

.sign-up-form-inner input[type="checkbox"].lr-toggle:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
    -ms-transform: translateX(var(--x, 0));
    transform: translateX(var(--x, 0));
}

.sign-up-form-inner input[type="checkbox"] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
}

.sign-up-form-inner .eael_accept_tnc_wrap .eael-lr-tnc-link {
    margin-left: 5px;
    display: inline-block;
}

.sign-up-form-inner input[type="checkbox"].lr-toggle {
    width: 31px !important;
    border-radius: 11px;
    border-width: 1px;
}

.sign-up-form-inner input[type="checkbox"].lr-toggle:hover {
    border: 1px solid var(--e-global-color-secondary);
}

.sign-up-form-inner input[type="checkbox"].lr-toggle.active {
    border: 1px solid var(--e-global-color-secondary);
    background: var(--e-global-color-secondary);
}

.sign-up-form-inner input[type="checkbox"].lr-toggle.active:after {
    right: 2px;
    left: unset;
    background: white;
}

.sign-up-form-inner .eael_accept_tnc_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-bottom: 1rem; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rate-0 span,
.rate-1 span,
.rate-2 span,
.rate-3 span,
.rate-4 span,
.rate-5 span,
.rate-6 span {
    background-color: #df2d24;
}

.rate-7 span,
.rate-8 span {
    background-color: #c7ac12;
}

.rate-9 span,
.rate-10 span {
    background-color: rgb(42, 151, 27);
}

.satisfaction-form .rates {
    display: inline-block;
}

.satisfaction-form .rate {
    width: fit-content;
    float: left;
}

.ratespan {
    width: 30px;
    height: 30px;
    margin: 5px;
    border-radius: 50px;
    text-align: center;
    padding: 5px;
    color: black !important;
    font-weight: bold;
    opacity: 0.5;
    cursor: pointer;
    display: block;
}

.ratespan.active,
.ratespan:hover {
    opacity: 1;
}

#waiting-msg {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 100;
    text-align: center;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    color: #ee6700;
    font-size: 20px !important;
    padding-top: 50px;
    font-weight: bold;
}

body .wfacp_main_form #wfacp_checkout_form.processing .blockUI.blockOverlay {
    position: absolute !important;
    top: 0px !important;
    height: 100% !important;
    width: 100% !important;
    z-index: 100 !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.7) !important;
    color: #ee6700 !important;
    font-size: 20px !important;
    padding-bottom: 100px !important;
    font-weight: bold !important;
    align-items: end !important;
    opacity: 1 !important;
}

body
    .wfacp_main_form
    #wfacp_checkout_form.processing
    .blockUI.blockOverlay
    span {
    font-size: 20px !important;
}

body.woocommerce-cart .blockUI.blockOverlay span {
    opacity: 0 !important;
    display: none !important;
}

.woocommerce-checkout dl.variation {
    display: flow-root;
}

#wfacp-e-form
    .wfacp-form
    table.shop_table.woocommerce-checkout-review-order-table
    .product-name
    dl.variation
    dd,
#wfacp-e-form
    .wfacp-form
    table.shop_table.woocommerce-checkout-review-order-table
    .product-name
    dl.variation
    dt {
    float: left;
    display: inline-block;
}

#wfacp-e-form
    .wfacp-form
    table.shop_table.woocommerce-checkout-review-order-table
    .product-name
    dl.variation
    dt {
    clear: both;
    margin-right: 0.25em;
    list-style: none outside;
}

#wfacp-e-form
    .wfacp-form
    table.shop_table.woocommerce-checkout-review-order-table
    .product-name
    dl.variation
    dt,
#wfacp-e-form
    .wfacp-form
    table.shop_table.woocommerce-checkout-review-order-table
    .product-name
    dl.variation
    dd,
#wfacp-e-form
    .wfacp-form
    table.shop_table.woocommerce-checkout-review-order-table
    .product-name
    dl.variation
    dd
    p,
#wfacp-e-form
    .wfacp-form
    table.shop_table.woocommerce-checkout-review-order-table
    .product-name
    dl.variation
    dd
    p
    i,
#wfacp-e-form
    .wfacp-form
    table.shop_table.woocommerce-checkout-review-order-table
    .product-name
    dl.variation
    dd
    span,
#wfacp-e-form
    .wfacp-form
    table.shop_table.woocommerce-checkout-review-order-table
    .product-name
    dl.variation
    dd
    span
    i {
    color: #6d7481 !important;
    font-size: 13px;
}

.force-disabled #place_order {
    border-color: #c8c8c8 !important;
    background-color: #c8c8c8 !important;
    color: #fff !important;
    cursor: inherit !important;
    pointer-events: none !important;
}

.sign-up-loader {
    text-align: center;
}

.sign-up-loader svg {
    height: 90px;
    width: 90px;
    margin: 50px auto;
}

.footer-fhd .elementor-widget-button {
    margin-bottom: 11px !important;
}

.footer-fhd .elementor-widget-image {
    margin-bottom: 15px !important;
}

/* fix pb part HT/TTC pricing*/
.page-id-6887 .calculated_shipping .cart-subtotal .tax_label_part-calcul {
    display: none !important;
}

.page-id-6887 .calculated_shipping .order-total_part-calcul {
    display: none !important;
}

.page-id-6887 .calculated_shipping .tot_ttc_NOcalculated-shipping {
    display: none !important;
}

.page-id-6887 .calculated_shipping .tot_ttc_calculated-shipping {
    display: block !important;
}
