.auction-input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
.auction-input-group-addon.before-addon {
  border-right: 0 none;
}
.auction-input-group-addon.after-addon {
  border-left: 0 none;
}
.auction-input-group .auction-form-control, .auction-input-group-addon {
  display: table-cell;
}
.auction-input-group-addon {
  background-color: #eee;
  border: 1px solid #ccc;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
}
.auction-input-group .form-control{
	float: left;
  margin-bottom: 0;
  position: relative;
	border-radius: 0;
  z-index: 2;
}
.bid-button{
	margin-top:5px;
}
.wk_product_container{
	margin:20px 13px 20px 13px;
	padding:5px;
	width:100%;
}
.wk_product_name{

	font: 20px 'Open Sans Condensed',sans-serif;
	margin:10px;
	text-decoration: none;

}
.wk_product_media{

	margin:10px;
}
.wk_product_bid{
	display: inline-block;
	vertical-align: top;
	position:relative;
	margin:10px 5px 10px 5px;
}
.wk_product_main_container{
	margin-top:50px;
	width: 90%;

}
.note{
	width:100%;
	position: relative;
	font-size:10px;
}
.product_detail{
	width:30%;
	vertical-align: top;
	min-width:100px;
	text-align: center;
}
.auction_detail{
	margin:10px;
	vertical-align: top;
}
.product_detail,.auction_detail{
	display:inline-block;
}
.bid_amount{
	width:50px;
}
.bid_button{
	display:block !important;
	cursor: pointer !important;
	background-color: #49afcd !important;
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4) !important;
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377 !important;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
.custom-btn{
	color: #fff;
	display:block;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top,#08c,#0044cc);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
	background-image: -webkit-linear-gradient(top,#08c,#0044cc);
	background-image: -o-linear-gradient(top,#08c,#0044cc);
	background-image: linear-gradient(to bottom,#08c,#0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	*background-color: #0044cc;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active,
.custom-btn.active,
.custom-btn.disabled,
.custom-btn[disabled] {
	color: #fff;
	background-color: #0044cc;
	*background-color: #003bb3;
}
.custom-btn:active,
.custom-btn.active {
	background-color: #003399 \9;
}
.auction_data{
	display: inline-block;
	vertical-align: top;
	position:relative;
	box-sizing:border-box;
	margin:10px auto;
}
.min_amount_detail,.show_last_bid,.pro_quantity{
	display:inline-block;
	margin:5px;
	vertical-align: top;
}
@media screen and (max-width:400px){
	.product_detail{
		width:100%;
	}
	.countdownHolder{
		font-size: 12px !important;
	}
}
@media screen and (max-width:320px){
	.countdownHolder{
		font-size: 10px !important;
	}
}
