/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* Changes Product Addons board colour */
.ywapo_input_container.ywapo_input_container_labels{
 border-style:none !important;
 border-width:0px;
}

	/* CHECKOUT */
	#appointment_store_field { width:100% !important; clear:both !important; }	
	.woocommerce-checkout .select2 { width:100% !important; }
	#appointment_time_field { width:48% !important; margin-right:4% !important; float:left !important; }
	#appointment_ampm_field { width:48% !important; float:left !important; }
#appointment_text_field { font-family:Roboto, Arial, Helvetica, sans-serif !important; font-size:14px !important; color:#000000 !important; }
.select2-container--default .select2-selection--single .select2-selection__clear { padding-right:15px !important; }
.coupon-button input.button { color:#ffffff !important; }
.woocommerce-checkout .optional { display:none; }
.payment_method_oxipay img { width:75px !important; }
.woocommerce-terms-and-conditions-wrapper { border-top:1px solid #cccccc !important; padding-top:20px !important; }

.payment_method_oxipay label:after { content:"- Pay with 4 easy payments, no interest." !important; color:#f17a20 !important; }


	/* CHECKOUT */

#appointment_time_field { width:60% !important; float:left !important; }
#vehicle_make_field  { width:48% !important; margin-right:4%!important; float:left !important; }
#vehicle_model_field  { width:48% !important; float:left !important; }
#appointment_date_field { width:30.6% !important; margin-right:4% !important; float:left !important; }
#appointment_time_field { width:30.6% !important; margin-right:4% !important; float:left !important; }
#appointment_ampm_field { width:30.6% !important; float:left !important; }

	/* FORMS - GENERAL */

.woocommerce-checkout label, .gfield_label { text-transform:uppercase !important; font-weight:bold; font-family:Oswald, Arial, Helvetica, sans-serif !important; }
.woocommerce-checkout input, .gform_body input, .gform_body select  .gform_body textarea, .gfield textarea, .gfield select, .select2-selection__rendered, textarea { color:#000000 !important; }




.term-merchandise .button.product_type_simple > a { display:none !important; }


.thumb-button, .thumb-button:before { content:'' !important;  display:none !important; }

.thumbbutton, .thumbbutton:before { content:'' !important;  display:none !important; }

span.fa-shopping-cart:before, span.fa { content:'' !important;  display:none !important; }

.product-buttons .add_to_cart_button:before, .product-buttons .product_type_external:before, .product-buttons .product_type_simple:before { content:'' !important; }
/*==btn-enqury products==*/
.woocommerce .product .add_to_cart_button.button {
    padding: 3px 5px;
}
.button.product_type_simple > a > span {
    display: none;
}
.button.product_type_simple > a {
    background-color: #f99f2a;
    color: #FFF;
    padding: 3px 5px;
	display: block !important;
}
.product-buttons a:last-child {
    float: right;
}

/*Disable Related Products*/
.related.products {
display: none;
}

/*Changes Padding for Sidebar*/
.sidebar .widget {
margin-bottom: 10px;
}

.fusion-content-widget-area .widget {
margin-bottom: 10px;
}

@media only screen and (max-width:800px) {
.post-type-archive-product main#main > .fusion-row {
display: flex !important;
flex-direction: column !important;
}

.post-type-archive-product .woocommerce-container {
order: 2 !important;
}
}

