/*
Theme Name: Hello 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: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1723577897
Updated: 2024-08-13 15:38:17

*/
body{
    font-family: "Archivo";
}
a{
    color: #52C6D8;
}
.woocommerce-error {
    border-top-color: #52C6D8;
}
.woocommerce-MyAccount-content h2{
    font-weight: bold;
}
.woocommerce-Address-title{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.woocommerce-Address-title h2{
    margin-bottom: 0.5rem;
}
.woocommerce-Address address{
    border: solid 1px #000000;
    padding: 1rem;
    border-radius: 4px;
    background: #f2f1f1;
    font-weight: bold;
}
.woocommerce-address-fields label{
    font-weight: bold;
}
body .add-a-class input[type="text"], body .add-a-class select, body .add-a-class textarea{
	font-size: 0.9rem!important;
}
.woocommerce-address-fields input[type="tel"], .woocommerce-address-fields input[type="text"], .woocommerce-address-fields input[type="email"] ,
.woocommerce-address-fields select, .woocommerce-address-fields .select2-selection--single{
    min-height: 55px !important;
    border-radius: 0px!important;
    border: solid 1px #000000!important;
    color: #000000!important;
    font-size: 0.9rem!important;
    font-family: "Archivo"!important;
    font-weight: 400!important;
    margin-bottom: 0.5rem !important;
    padding: 1rem 2rem!important;
    -webkit-appearance: none!important;
}
.woocommerce-address-fields button{
    margin: 0 auto!important;
    font-family: "Archivo", Sans-serif!important;
    font-size: 0.9rem!important;
    font-weight: 600!important;
    fill: #FFFFFF!important;
    color: #FFFFFF!important;
    background-color: #52C6D8!important;
    border-style: solid!important;
    border-width: 1px 1px 1px 1px!important;
    border-color: #52C6D8!important;
    border-radius: 5px!important;
    padding: 1.2rem 2.5rem!important;
    text-transform: uppercase!important;
    min-width: auto!important;
}
.woocommerce-address-fields button:hover{
    background-color: #ffffff!important;
    border-color: #52C6D8!important;
    color: #52C6D8!important;
}
#billing_country, #dropdown_state{
    position: relative;
}
#billing_country:after, #dropdown_state:after{
    content: "";
    background: url("images/down-chevron.svg");
    position: absolute;
    width: 15px;
    height: 15px;
    right: 2rem;
    top: 0;
    margin: auto;
    bottom: 0;
    transform: translateY(-2px);
    background-size: contain;
    opacity: 0.5;
    pointer-events: none;
}

@media(max-width: 600px){
    .woocommerce-address-fields button{
        margin-top: 2rem!important;
    }
}