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


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


}

.attribute_row table {
	padding:0;
	margin:0;
}
.attribute_row table th,
.attribute_row table td {
	border-bottom:0;
}
.attribute_row table th {
	width:33%;
}
.attribute_row table td {
	width:66%;
}
.attribute_group_name {
	padding-top:12px !important;
}
@media (max-width: 480px) {
	.shop_attributes table,
	.shop_attributes tbody,
	.shop_attributes tr,
	.shop_attributes td,
	.shop_attributes th {
		display:block;
		width:100%;
	}
}
