/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#billing_country_field{
	display: none;
	opacity:0;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
	display: none;
	opacity:0;
} 
.single.single-product .product-info .cart .single_add_to_cart_button{
	order: 3;
}
.single.single-product .product-info .cart .ux-buy-now-button{
	order: 2;
}
.header-contact .tooltip,
.social-icons .tooltip{
	position: inherit;
	opacity: 1;
	display: inline-block;
}
.accordion-item{
/* 	border: 1px solid;
	border-top: none;
	border-bottom: none; */
}
.accordion-title{
/* 	border-top: 1px solid #000;
    border-bottom: 1px solid #000; */
}
.accordion{
	border: 1px solid #ddd;
}
.chaty-i-trigger .chaty-channel {
	bottom: 42px;
	right: -10px;
}
#chaty-widget-0 .chaty-channel-list {
	margin-bottom: 50px;
	right: -10px;
}
.icon-angle-down:before{
	display: none;
}
/* .form-row.validate-required{
	display: none;
} */
/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 850px) {
	.icon-angle-down:before{
		display: block;
	}
}