/*
Theme Name: Hello Elementor Child
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Text Domain: hello-elementor-child
*/

html,body{ overflow-x: hidden;} 
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__footer-buttons{display: flex;flex-direction: column;}
.elementor-menu-cart--items-indicator-bubble .elementor-button--view-cart{display:none !important;}

.woocommerce-checkout  #billing_phone_code{
    padding: 8px 10px !important;
}
.woocommerce-checkout #billing_phone_code_field{
    width: 21% !important;
}
.woocommerce-checkout #billing_phone_number_field{
    width: 79% !important;
} 


@media (min-width: 300px) and (max-width: 600px){

    .woocommerce-checkout #billing_phone_code_field{
        width: 37% !important;
    }
    .woocommerce-checkout #billing_phone_number_field{
        width: 63% !important;
    } 
}

@media (min-width: 720px) and (max-width: 1025px){
    .woocommerce-checkout #billing_phone_code_field{
        width: 30% !important;
    }
    .woocommerce-checkout #billing_phone_number_field{
        width: 70% !important;
    } 
}

