.add_to_cart_popup .popup_submit_form input[type=text] {
    background-color: #f1f1f1 !important;
    width: 100%;
    font-size: 15px !important;
    text-align: center;
    border-radius: 23.5px;
    box-shadow: 0 12px 62px 0 rgba(182, 182, 182, .24);
    background-color: #dfdfdf;
    color: #353535;
    margin: 0 auto;
    border: 0;
    line-height: normal;
    padding: 6px 12px;
}

.dialog-widget-content.dialog-lightbox-widget-content.animated {
    border-radius: 18px !important;
    box-shadow: 0 12px 62px 0 rgba(182, 182, 182, .24);
    border: solid 1px rgba(200, 200, 200, .4);
    background-color: #fff;
}

.content-box .fk_product_content {
    display: none;
}

.content-box .fk_product_content.active,
.content-box .elementor-element-edit-mode.fk_product_content {
    display: flex !important;
}

#facebook_user_status {
    font-size: 14px;
    margin-top: 10px !important;
    color: green;
    display: none;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    animation: spin 1s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
    float: right !important;
}

.rtl .woocommerce .col2-set .col-1 {
    margin-left: 25px;
}

.woocommerce-additional-fields {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    color: #000 !important;
}

.facebook_user_button span {
    float: left;
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
    margin-left: 5px;
}

/* spinner animation */
@keyframes spinner-border {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}