/*
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.   ***************/

.field-wrap input[type="button"] {
	width: auto;
	background: #d26e4b;
	color: #fff;
}

#ppcp-hosted-fields::after {
	display: table;
	clear: both;
	content: "";
}
#ppcp-hosted-fields .button {
	float: left;
}

.tax-product_cat .term-description
{
	font-size: 14px;
}

.header-inner .flex-right
{
	margin-left: 30px;
}

.woocommerce-tabs .section-title-container
{
	padding-left: 0;
	padding-right: 0;
}

.product-info p.stock.out-of-stock
{
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

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


}