/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.af_quote_form {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
hyphens: manual;
box-sizing: border-box;
position: relative;
width: 100% !important;
}

.form_row_input, .afrfq_name_field{
width: 100% !important;
hyphens: manual;
margin: 0;
overflow: visible;
box-sizing: border-box;
line-height: 1.4;
transition: all .3s;
width: 100%;
max-width: 100%;
border: 1px solid #818a91 !important;
vertical-align: middle;
-webkit-box-flex: 1;
flex-grow: 1;
min-height: 47px;
padding: 6px 16px;
color: #54595f;
font-family: "Open Sans", Sans-serif;
font-size: 15px;
background-color: #ffffff;
border-color: rgba(122,122,122,0.76);
border-width: 1px 1px 1px 1px;
border-radius: 15px 15px 15px 15px !important;
}

.attachment-woocommerce_thumbnail .size-woocommerce_thumbnail {
    min-height: 500px;
}
 
.attachment-woocommerce_thumbnail .size-woocommerce_thumbnail a img {
   
   min-height: 500px;
   max-height: 500px;
}