/* 
Theme Name: hello-elementor-child
Theme URL: https://www.yellowletterhq.com/
Description: Yellow Letter HQ Template 
Theme Author: Your Name
Author URL: https://www.yellowletterhq.com/
Template: hello-elementor
Version: 1.0.0 
Text Domain: hello-elementor-child
Author: Yellow Letter HQ
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel], 
input[type=text],
input[type=url],
select, textarea {
    width: 100%;
    border: 1px solid #6666665e !important;   
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: inherit !important;
    color: #6c757d !important;    
}
.woocommerce-info {
    border-top-color: #57c0d3;
}
.woocommerce-info::before {
    color: #57c0d3;
}
main{
    min-height: calc(100vh - 440px);
}
button{
    overflow: hidden !important;;
}