/*
Template:       maloch
Theme Name:     Maloch Child
Theme URI:      https://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author:         LA Studio
Author URI:     https://themeforest.net/user/LaStudio?ref=LaStudio
Description:    Maloch - Multipurpose WooCommerce Theme
Version:        1.0.0
Requires at least: 5.9
Requires PHP:   7.0
Tags:           Sport Style, Retro style, Urban style, Boho style, Furniture, Sneakers, Plants & Garden Services, Books Store, Auto parts, Kids & Baby, Bright Cosmetic
License:        GNU General Public License
License URI:    licence/GPL.txt
Text Domain:    maloch-child
Domain Path:    /languages/
Elementor tested up to: 3.28.3
Elementor Pro tested up to: 3.28.3
WooCommerce tested up to: 9.8.1
*/


/* Write your custom css */
.prose-post h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.prose-post h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.prose-post p {
    margin-bottom: .75rem;
}

.prose-postl hr {
    border-color: #e5e5e5;
    margin: 2rem 0;
}

.prose-post blockquote {
    border-left: 3px solid hsl(350 83% 19%);
    padding: 1rem 1.25rem;
    background: #fdf2f4;
    margin: 1.5rem 0;
    border-radius: 0 6px 6px 0;
}

.prose-postl ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.prose-postl li {
    margin-bottom: .35rem;
}




.button, button[type=submit], input[type=button], input[type=reset], input[type=submit] {
    text-transform: uppercase!important;
    font-weight: 500!important;
     letter-spacing: 0.1em!important;
}

.zen-ui-select__value {
 
    padding: 11px 28px 11px 12px !important;
    background: #FFFFFF82;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 3px;
}

/* ==========================================================================
   SANTELLINI CHECKOUT OPTIMIZATION (PHONE, EMAIL & SHIPPING HEADLINE)
   ========================================================================== */

@media (min-width: 769px) {
    /* Насильно выстраиваем Телефон и Email в одну строчку (по 48% + 4% отступ) */
    #billing_phone_field, 
    #billing_email_field {
        width: 48% !important;
        float: left !important;
        clear: none !important;
        display: inline-block !important;
    }
    
    #billing_phone_field {
        margin-right: 4% !important;
    }

    /* Сброс флоатов после блока контактов, чтобы блок доставки не уплывал вбок */
    #billing_email_field::after {
        content: "";
        display: table;
        clear: both;
    }
}

/* Полное выравнивание заголовка "Вкажіть адресу доставки" */
#wcus-billing-fields .wcus-checkout-np-fields h3,
.woocommerce-billing-fields > h3 {
    width: 100% !important;
    clear: both !important;
    float: none !important;
    text-align: left !important;
    
    /* Сбрасываем внутренние отступы Vue-контейнера плагина */
    padding-left: 0 !important;
    margin-left: 0 !important;
    
    /* Задаем благородный воздух по гайдлайнам */
    margin-top: 45px !important;
    margin-bottom: 20px !important;
    

}

/* Делаем так, чтобы выпадающие списки Новой Почты занимали всю ширину */
#wcus-billing-fields .form-row-wide,
#wcus-billing-fields .zen-ui-select {
    width: 100% !important;
    clear: both !important;
}


.open-quickcart .is--qvpp .featherlight-outer {
    width: 480px!important;
    max-height: 90vh;
    max-width: 100%;
}

