/*
Theme Name: Barberry Child
Theme URI: http://barberry.temashdesign.com/
Description: This is a child theme for Barberry.
Author: TemashDesign
Author URI: http://temashdesign.com
Template: barberry
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

.uwa-main-auction-product-loop.uwa_auction_product_countdown.hasCountdown {
    min-width: auto;
    padding: 0;
    border: none;
}
.uwa-main-auction-product-loop.uwa_auction_product_countdown .countdown_row {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.uwa-main-auction-product-loop .countdown_section {
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    line-height: 13px;
    min-width: 37px;
    width: 100%;
    background: rgba(255,255,255,0.0);
    border: 1px solid #fff;
    padding: 2px 5px;
    margin-top: -1px;
    font-weight: 600;
}
.uwa-main-auction-product-loop .countdown_section:first-child {
    margin-top: 0;
}
.countdown_amount {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

/**********/
/***Deskktop***/
@media only screen and (max-width: 1400px) {
	.uwa-main-auction-product-loop.uwa_auction_product_countdown.hasCountdown {
		right:16px; 
		top:16px;
	}
}

/***Laptop***/
@media only screen and (max-width: 800px) {
	.uwa-main-auction-product-loop.uwa_auction_product_countdown.hasCountdown {
		right:16px;
		top:8px;
	}
	ul.products li.product .product-inner .product-details .price {
		font-size: 20px;
	}
	
}

@media only screen and (min-width: 1024px) {
	
	ul.products li.product .product-inner .product-details .price {
		font-size: 20px;
		margin-top: 0px;
	}
		.center {
  margin: auto;
  width: 30% !important;
  padding: 10px;
}
}

/*** mobile***/
@media only screen and (max-width: 480px) {
	.uwa-main-auction-product-loop.uwa_auction_product_countdown.hasCountdown {
		right:16px;
		top:8px;
	}
	ul.products li.product .product-inner .product-details{
		margin-top: -10px;
	}
	ul.products li.product.active .product-inner .product-image .footer-section{
		margin-top: 5px;
	}
	ul.products.columns-4 li.product .product-inner .product-details .product-title a, ul.products.columns-5 li.product .product-inner .product-details .product-title a{
		font-size: 20px;
	}
	ul.products li.product .product-inner .product-details .price{
		font-size: 20px;
		margin-top: -5px;
		margin-bottom: 20px;
	}
	ul.products li.product .product-inner .product-details .price .amount{
		font-size: 20px;
	}
	.countdown_amount{
		font-size: 10px;
	}
	
	.center {
  margin: auto;
  width: 105% !important;
  padding: 10px;
		margin-right: 20px;
}
}
/**hide proxy bid**/

.auction-history-table tr th:last-child {
display: none!important;
}

.proxy{
	display: none !important;
}


/********/


body.woocommerce-account table.woocommerce-orders-table tbody tr td:last-child, body.woocommerce-account table.woocommerce-table--order-downloads tbody tr td:last-child, body.woocommerce-account table.wishlist_table tbody tr td:last-child, body.woocommerce-account table.my_account_orders tbody tr td:last-child, body.woocommerce-account table.shop_table tbody tr td:last-child, body.logged-in.woocommerce-wishlist table.woocommerce-orders-table tbody tr td:last-child, body.logged-in.woocommerce-wishlist table.woocommerce-table--order-downloads tbody tr td:last-child, body.logged-in.woocommerce-wishlist table.wishlist_table tbody tr td:last-child, body.logged-in.woocommerce-wishlist table.my_account_orders tbody tr td:last-child, body.logged-in.woocommerce-wishlist table.shop_table tbody tr td:last-child, body.woocommerce-order-received table.woocommerce-orders-table tbody tr td:last-child, body.woocommerce-order-received table.woocommerce-table--order-downloads tbody tr td:last-child, body.woocommerce-order-received table.wishlist_table tbody tr td:last-child, body.woocommerce-order-received table.my_account_orders tbody tr td:last-child, body.woocommerce-order-received table.shop_table tbody tr td:last-child
{
	display:none;
}

body.woocommerce-account table.woocommerce-orders-table tbody tr td a, body.woocommerce-account table.woocommerce-table--order-downloads tbody tr td a, body.woocommerce-account table.wishlist_table tbody tr td a, body.woocommerce-account table.my_account_orders tbody tr td a, body.woocommerce-account table.shop_table tbody tr td a, body.logged-in.woocommerce-wishlist table.woocommerce-orders-table tbody tr td a, body.logged-in.woocommerce-wishlist table.woocommerce-table--order-downloads tbody tr td a, body.logged-in.woocommerce-wishlist table.wishlist_table tbody tr td a, body.logged-in.woocommerce-wishlist table.my_account_orders tbody tr td a, body.logged-in.woocommerce-wishlist table.shop_table tbody tr td a, body.woocommerce-order-received table.woocommerce-orders-table tbody tr td a, body.woocommerce-order-received table.woocommerce-table--order-downloads tbody tr td a, body.woocommerce-order-received table.wishlist_table tbody tr td a, body.woocommerce-order-received table.my_account_orders tbody tr td a, body.woocommerce-order-received table.shop_table tbody tr td a
{
	display:none;
}


/***login color***/


[type='password']
{
	background-color:#000000;
	color:#ffffff !important;
}
[type='email']
{background-color:#000000 !important;
color:#ffffff !important;}

.drilldown .is-drilldown-submenu
{background-color:#000000;}


/****************************************************************/
/****************************************************************/
/****************************************************************/