/*
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.   ***************/
.woocommerce-additional-fields {
	display: none;
}
label, legend {
	font-size: 15px;
}
.button {
	margin-bottom: 0 !important;
}
.quantity .button.plus {
	margin-left: 0 !important;
}
.address-field {
	display: none !important;
}
p {
	margin-bottom: 5px;
}
p:last-child {
	margin-bottom: 0;
}
form {
	margin-bottom: 0;
}
.wpcf7-submit {
	margin-bottom: 0;
	width: 100%;
	background-color: red !important;
}
.wpcf7-spinner {
	position: absolute;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}