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

div.subscription-next-payment order-date .order-date
{ 
color: #ffff;
}

/* put product image zoom button on the bottom right */
div.product-images div.image-tools
{
	position:absolute;
	left:auto;
	right:8px;
}

/* hiding the stupid sale badge over the summary text */
div.product-summary div.badge-container, div.title-wrapper div.badge-container
{
	display:none; 
}

/* hide quantity buttons */
div.product-summary .quantity input, div.product-summary div.quantity
{
	max-width:0;
    display: none;
}

/* fix divider */
div.product-summary div.is-divider
{
	height:1px;
	width:75%;
}

/* downloads page */
table.woocommerce-MyAccount-downloads td
{
	font-size:0.6em;
	margin:0;
	padding:5px;
	border:0;
	vertical-align:middle;
}

table.woocommerce-MyAccount-downloads a.woocommerce-Button
{
	font-size:0.8em;
	margin:0;
}

table.woocommerce-MyAccount-downloads td.product_title
{
	font-size:0.8em;
}

table.woocommerce-MyAccount-downloads td.image
{
	width:80px;
	min-width:80px;
	vertical-align:top;
	padding:0;
	margin:0;
}

table.woocommerce-MyAccount-downloads tr.download_row td
{
	padding-top:20px;
	border-top:1px solid #ddd;
}

table.woocommerce-MyAccount-downloads td.bottom
{
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}

/* subscriptions page */
table.my_account_subscriptions td
{
	font-size:0.8em;
	height:70px;
	vertical-align:middle;
}

table.my_account_subscriptions td.subscription-next-payment, table.my_account_subscriptions td.subscription-total, table.my_account_subscriptions td.subscription-status
{
	text-align:center;
}

table.my_account_subscriptions a
{
	margin:0;
	vertical-align:middle;
}

table.my_account_subscriptions thead th, table.my_account_subscriptions thead th.order-actions
{
	vertical-align:bottom;
	text-align:center;
}

table.my_account_subscriptions thead th.order-number
{
	text-align:left;
}

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


}