/*
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.   ***************/
.product-small.box .box-text-products {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.product-small.box .box-text-products .product-title a {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}
.product-small.box .box-text-products .category {
	color: #6d757e;
}
.product-small.box .add-to-cart-button a {
	border-width: 1px!important;
	font-weight: 500;
}
:not(#\20):not(#\20):not(#\20).buttonizer-group-0-0-1 {
	flex-direction: column!important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.product-small.box .box-text-products .category {
	font-size: 8px;
}
.product-small.box .box-text-products {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.product-small.box .box-text-products .product-title a {
	color: #000000;
	font-size: 13px;
}
	.price-wrapper {
		font-size: 12px;
	}

}