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

/*************** ADD CUSTOM CSS HERE.   ***************/

table.variations tr {
	display: block;
}

table.variations th.label,
table.variations td.value {
	display: block;
	width: 100%;
}

table.variations th.label {
	padding-bottom: 6px;
}


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


}