/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* woocommerce orders page css */
.wp-flatsome-content .woocommerce-orders-table th {
	font-size: .85em;
    color: rgba(17,17,17,.85);
	font-weight: 600
}
.wp-flatsome-content .woocommerce-orders-table tbody td {
	font-size: .85em;
    color: rgba(17,17,17,.85);
	font-weight: 600
}
.wp-flatsome-content .woocommerce-orders-table td {
	border-bottom: 1px solid #111
}
.wp-flatsome-content .shop_table thead th {
    border-bottom: 1px solid #111
}
.wp-flatsome-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button {
	line-height: normal;
	min-height: auto;
	font-size: 0.8rem;
	font-weight: 600;
	margin-bottom: 0.5em;
    padding: 0.4rem 0.6rem;
    border-radius: 5px
}
.wp-flatsome-content .woocommerce-orders-table {
	table-layout: fixed 
}
.wp-flatsome-content .woocommerce-orders-table .woocommerce-orders-table__header-order-actions, .wp-flatsome-content .woocommerce-orders-table__cell-order-actions {
	text-align: left!important
}
.wp-flatsome-content .products-sample-section {
	text-align: center;
	margin: 30px 0 20px 0;
	border-bottom: 1px solid #111
}
.wp-flatsome-content .products-sample-section h2 {
	font-family: "Lato", sans-serif;
    color: #000
}
.wp-flatsome-content .products-sample-section .sample-redirect {
	color: #111;
    display: block;
    margin-top: 15px;
    text-decoration: underline
}
.wp-flatsome-content .products-sample-section .order-page-notice {
	color: #000;
    font-style: italic;
	margin-bottom: 20px;
	display: block
}
/* woocommerce orders page css */

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


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


}