/*
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 listing table ***/
/*.shop-container table.product-listing th {
	background-color: #3399cc;
	color: #fff;
}*/

.shop-container table.product-listing th, .shop-container table.product-listing td {
	padding: 15px 0 15px 15px;
}

.shop-container table.product-listing td.order-column {
	text-align: center;
}

.shop-container table.product-listing td .mobile-product-label {
	display: none;
}

.archive .shop-container {
	padding: 50px 0;
}

@media screen and (max-width: 735px) {

	.shop-container table.product-listing th {
		display: none;
	}
	
	.shop-container table.product-listing td {
		display: block;
	}

	.shop-container table.product-listing td span.mobile-product-label {
		display: inline;
		font-weight: 700;
	}
	
	.shop-container table.product-listing td.order-column {
		padding-bottom: 50px;
	}
}

.woocommerce-result-count, .woocommerce-ordering {
	display: none;
}

/*** Overrun list ***/
#overrun_categories {
    width: 60%;
    margin: 0 auto;
    border-collapse: collapse;
    margin-top: 50px;
    margin-bottom: 50px;
}

#overrun_categories td {
    border: 1px solid #ddd;
    padding: 10px 0;
    text-align: center;
}

/*** Global ***/
.post_comments {
	display: none;
}



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


}