/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



/*
 Theme Name:   Flatsome Child
 Theme URI:    https://gush.bg
 Description:  Flatsome Child Theme за gush.bg
 Author:       Gush Team
 Template:     flatsome
 Version:      1.0.0
*/




/* ============================================
   GUSH.BG CRO — Stock status badges
   ============================================ */

/* В НАЛИЧНОСТ */
.woocommerce-variation-availability p.stock.in-stock,
.single-product p.stock.in-stock {
    color: #3a6b2a !important;
    background-color: #eef6ea !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 5px 12px !important;
    border-radius: 4px !important;
    border-left: 3px solid #3a6b2a !important;
    display: inline-block !important;
    margin-bottom: 14px !important;
    line-height: 1.4 !important;
}

.woocommerce-variation-availability p.stock.in-stock::before {
    content: "✓  ";
}

/* ИЗЧЕРПАН */
.woocommerce-variation-availability p.stock.out-of-stock,
.single-product p.stock.out-of-stock {
    color: #9b2c2c !important;
    background-color: #fdf2f2 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 5px 12px !important;
    border-radius: 4px !important;
    border-left: 3px solid #c53030 !important;
    display: inline-block !important;
    margin-bottom: 14px !important;
    line-height: 1.4 !important;
}

.woocommerce-variation-availability p.stock.out-of-stock::before {
    content: "✕  ";
}

/* Скрий disabled ATC при изчерпан вариант */
.wc-variation-is-unavailable.single_add_to_cart_button {
    display: none !important;
}

/* "Извести ме" форма */
#wc_bis_product_form {
    background: #faf8f5 !important;
    border: 1px solid #e8e0d5 !important;
    border-radius: 8px !important;
    padding: 16px 18px !important;
    margin-top: 6px !important;
    margin-bottom: 20px !important;
}

.wc_bis_form_title {
    color: #555 !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

#wc_bis_email.input-text {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    padding: 10px 14px !important;
    border: 1px solid #d0c8bc !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
}

button#wc_bis_send_form.wc_bis_send_form {
    background-color: #3a6b2a !important;
    color: #fff !important;
    width: 100% !important;
    display: block !important;
    float: none !important;
    padding: 12px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    border: none !important;
    cursor: pointer !important;
}

button#wc_bis_send_form.wc_bis_send_form:hover {
    background-color: #2d5520 !important;
}







@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}




