/**
 * Copyright (c) 2013 - 2019 - IgniteWoo.com - All Rights Reserved 
 *
 */
.auction_login {
	margin: 10px;
}
.auction_login label, .auction_login input { 
	display: block;
	width: 100%;
}
.auction_login .form-row-wide {
    clear: both;
    width: 100%;
}

.auction_login .error {

    border: #bc0000 1px solid;
    background: #ff00001c;
    padding: 0.45rem;

}

/* Countdown timer text prefix */
.auction_timer_text {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* Countdown timer numbers display */
.auction_timer {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 1.5em;
}
.timer_years_num, .timer_months_num, .timer_weeks_num, .timer_days_num, .timer_hours_num, .timer_minutes_num, .timer_seconds_num { 
	font-size: 1.45rem;
}
.auction_form {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}

.auction_form .end_date {
	font-weight: bold;
	margin-bottom: 1em;
}
.bid_amount {
	display:inline-block;
	margin-right: 7px;
	margin-top: 5px;
	width: 100px;
}
table .bid_amount {
	display: table-cell;
}
.bid_description {
	clear:both;
	color: #777;
	font-style: italic;
	padding-left: 7px;
}

.bid_count {
	padding-left: 10px;
	display:inline-block; 
}
.bid_button { 
	float: none !important;
	display: inline-block !important;
	padding-left: 16px;
	padding-right: 16px;
}
.current_bid { 
	color: #85AD74;
	font-size: 1.25em;
}

.item_condition_wrap {
	color: #333;
	font-size: 1.25em;
	margin-bottom: 1em;
}

.item_condition {
	color: #777;
}

.stock_level {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.auction_buy_it_now .price {
    text-align: right;
}
span.winning {
	min-height: 46px;
	min-width: 32px;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	line-height: 46px;
	top: -16px;
	left: -16px;
	margin: 0;
	-moz-border-radius: 20px;
	border-radius: 40px;
	background: #a2c094;
	background: -webkit-gradient(linear,left top,left bottom,from(#a2c094),to(#85ad74));
	background: -webkit-linear-gradient(#a2c094,#85ad74);
	color:#fff;	 
}
.auction-badge-gray {
	background: url(../images/auction-icon-gray.png) center center no-repeat; 
	background-size: 100%; 
	width:36px; 
	height: 36px; 
	position: absolute; 
	right:6px; 
	top:6px;
	
}
.auction-badge-color {
	background: url(../images/auction-icon-color.png) center center no-repeat; 
	background-size: 100%; 
	width:36px; 
	height: 36px; 
	position: absolute; 
	right:6px; 
	top:6px;
	
}
#ignitewoo_auction_ended_wrap {
	background-color: #BBE7A1;
	border: 1px solid #008800;
	clear: both;
	font-weight: bold; 
	margin-bottom: 10px;
	padding: 5px 10px;
}
.banned_from_bidding { 
	font-weight:bold;
	font-size: 1.1em;
	margin-top: 0.5em;
}
.bid_messages {
	background-color: #DEFFD9;
	border: 1px solid #008800;
	clear: both;
	margin-bottom: 10px;
	padding: 5px 10px;
}

.bid_message {
	list-style-type: none;
}

.bid_errors {
	background-color: #FFEBE8;
	border: 1px solid #cf0000;
	clear:both;
	margin-bottom: 10px;
	padding: 5px 10px;
}

.bid_error {
	list-style-type: none !important;
}

.bid_msgs { 
	padding: 2px 0px;
	text-align: left;
}
.bid_msgs .success { 
	background-color: #fff;	
	color: #2AA217;
}
.bid_msgs .error { 
	background-color: #fff;	
	color: #C62626;
}
#bid_table tr th {
	text-align: left;
	font-weight: bold;
}

#bid_table tr th.bid_user, #bid_table tr td.bid_user {
	width: 25%;
	vertical-align:top;
	line-height: 1em;
}

#bid_table tr th.bid_amount, #bid_table tr td.bid_amount {
	width: 35% !important;
	vertical-align:top;
	line-height: 1em;
	float: none !important;
}

#bid_table tr th.bid_date, #bid_table tr td.bid_date {
	width:40%;
	vertical-align:top;
	line-height: 1em;
}

#bid_table tr td {
	text-align: left;
	line-height: 1em;
}

#bid_table .bid_hidden {
	display: none;
	color: #aaaaaa;
}

.in_watchlist {
	color: #333;
	margin-top: 1em;
}

.shop_loop_in_watchlist { 
	color: #444;
	margin: 0.5rem 0 0.5rem 0;
}
.loop_add_to_watchlist { 
	color: #444;
}
/* This helps on mobile */
.myaccount_watchlist, .myaccount_wonlist {
	table-layout: fixed;
}

.myaccount_watchlist_title, .myaccount_bids_title, .myaccount_won_title {
	margin-top: 1em;
}

.myaccount_watchlist {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-collapse: separate;
	border-radius: 5px 5px 5px 5px;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;

}
.myaccount_watchlist .button {
	font-size: 14px !important;
	height: 2.5em;
	padding-top: 0 !important;
}
.myaccount_watchlist td, .myaccount_watchlist th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 1em;
}

.my_account_watchlist_header {
	text-align:left !important;
	width: 25%;
}

.myaccount_wonlist {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-collapse: separate;
	border-radius: 5px 5px 5px 5px;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.myaccount_wonlist td, .myaccount_wonlist th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 1em;
	vertical-align: middle;
}
.my_account_won_header_item {
	text-align:left !important;
	width: 40%;
}
.my_account_won_header {
	text-align:left !important;
	width: 20%;
}
.myaccount_watchlist_items_removed {
	font-weight: bold;
	font-style: italic;
}
.myaccount_bidlist {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-collapse: separate;
	border-radius: 5px 5px 5px 5px;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.myaccount_wbidlist td, .myaccount_bidlist th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 1em;
	vertical-align: middle;
}
.my_account_bid_header_item {
	text-align:left !important;
	width: 30%;
}
.win_range_wrap {
	width:100%;
	text-align: right;
	margin-bottom: 1rem;
}
#auction_winner_message {
	border: 1px solid #008800;
	background-color: #BBE7A1;
	font-weight: bold;
	margin-bottom: 2em;
	padding: 1em;
	text-align: left;
}

.auction_pay_now_button {
	float: right;
	margin-top: -3px !important;
}

.reserve_not_met {
	margin-top: -12px !important;
}

.product_high_bid {
	color: #85AD74;
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* Hide plus / minus QTY buttons on cart page for auction items, if possible */
.cart_auction_item .qty {
	border: 0px !important;
}

.cart_auction_item .plus, .cart_auction_item .minus {
	display: none !important;
}

.reserve_price {
	margin: 7px 0;
	font-style: italic;
	font-weight: bold;
}

.auctions_widget h3 {
	font-size: 1em;
	margin: 0 0;
}
.auctions_widget .timer_num {
	font-size: 1.1em;
}
.auctions_widget .current_bid_text { 
	font-size:1em;
}
.auctions_widget .current_bid_amount { 
	font-size:1em;
}
/* My bids time frame form */
.bid_timeframe_wrap {
	clear:both;
	margin-bottom: 1rem;
	text-align: right;
}
/* Bid history table row border - separator */
.bid_list_auction_item td {
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    
}
