section.product #auction {	
	position:relative;
	min-height:400px;
	width:100%;
	margin:30px 0 50px 0;
	background:#fff;
	float:left;
	border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}

/* Account */
section.product #auction .account {
	display: block;
    text-align: center;
}
section.product #auction .account .info {
	margin-top:15px;
	display:block;
	font-size:12px;
}
section.product #auction .account > a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;	
}
section.product #auction .account > a > i {
	font-size: 71px;
    color: #dedddd;
    display: block;
    margin: 100px 0 0 0;
}
section.product #auction .account > a > span {
	padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    border: 2px solid #dedddd;
    color: #6b6464;
    font-weight: bold;
}
section.product #auction .account > a:hover > span {
	color:#121212;f
}
/* Bidding */
section.product #auction .bidding {
	/*border-top:5px solid rgb(249, 246, 246);*/
	margin-top:5px;
}

section.product #auction .bidding > ul li {
	position:relative;
    display: inline-table;
    width: 100%;
    padding: 10px 40px;
	background: #ffffff;
	margin:0;
}
section.product #auction .bidding > ul li.myself:after {
	content:"\f4fc";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	position:absolute;
	top: 16px;
    right: 10px;
    width: 20px;
	height:20px;
	color: #ef1615;
}
section.product #auction .bidding > ul li.myself.winner:first-child:after {
	color: #fff;
}
section.product #auction .bidding > ul li.myself:first-child:after {
	top: 20px;
}
@media only screen and (max-width: 1100px) {
	section.product #auction .bidding > ul li {
		padding: 10px 10px;
	}
	section.product #auction .bidding > ul li > div:nth-child(3){
		padding-right: 25px;
	}
}

section.product #auction .bidding > ul li > div {
	float:left;
	border-bottom:1px solid rgb(249, 246, 246);
	color:#424040;
}
section.product #auction .bidding > ul li:last-child > div {
	border:0 !important;
}
section.product #auction .bidding > ul li > div:nth-child(1) {
	width:30%;
	font-weight:bold;
	line-height: 36px;
}
section.product #auction .bidding > ul li > div:nth-child(2) {
	width:50%;
	font-size: 14px;
    line-height: 36px;
}
section.product #auction .bidding > ul li > div:nth-child(3) {
	width:20%;
	font-size: 14px;
	line-height: 18px;
	text-align:right;
	text-align: center;
}

section.product #auction .bidding .no-bids {
    text-align: center;
    padding: 20px;
    margin: 0 0 0px 0;
}

/* Closed */
#auction .closed.active {
	height:75px;
	background:rgb(249, 246, 246);
	color:#000;
	line-height:75px;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

/* Highest bidder */
section.product #auction .bidding > ul li:first-child {
	/*background: #7da5cd;	*/
	/*background:#6c4a58;*/
	/*background: rgba(108, 74, 88, 0.35);*/
	/*border: 2px solid #e0d9c7;*/
}
section.product #auction .bidding > ul li:not(.winner):first-child > div {
	color: #000;
}
section.product #auction .bidding > ul li.winner { /* winner */ 
	background: #ef1615;	
	position:relative;
}
section.product #auction .bidding > ul li:before {
	content: "\f091";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 30px;
    color: #fff;
	display:none;
    margin-right: 15px;
    padding: 0 0 10px 0;
}

section.product #auction .bidding > ul li.winner:before{
	/*display:block;*/	
}

section.product #auction .bidding > ul li:first-child div {
	border-bottom:0px;
	color:#ffffff;
}
section.product #auction .bidding > ul li:first-child > div:nth-child(1) {
	font-size:19px;
}

section.product #auction .bidding > ul li:first-child > div:nth-child(2) {
	font-size:15px;
	font-weight:700;
}
section.product #auction .bidding > ul li:first-child > div:nth-child(3) {
	font-weight:700;
}
section.product #auction .bidding > ul li > div:nth-child(3) span {
	margin:0;
	line-height:12px;
}
section.product #auction .bidding > ul li > div:nth-child(3) p {
	margin:0 0 5px 0;
	line-height:12px;
}

/* Bid */
section.product #auction .bid {
	display: block;
    margin: 10px 20px;
    border-radius: 5px;
    overflow: hidden;
}

section.product #auction .bid .bid_value_wrapper {
	width: calc(100% - 150px);
    border: 3px solid #dedddd;
	border-right:0;
    float: left;
	background:#fff;
}
section.product #auction .bid .bid_value_wrapper span {
	width:50px;
	float:left;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    color: #121212;
	
}
section.product #auction .bid .bid_value_wrapper,
section.product #auction .bid .bid_value_wrapper span {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

section.product #auction .bid .bid_value_wrapper input {
	width:calc(100% - 50px);
	float:left;
	border:0 !important;
	margin: 0 !important;
	font-size: 18px;
    line-height: 43px;
}

section.product #auction .bid .bid_value_wrapper input:focus {
	outline:none;
}
section.product #auction .bid .bid_value_wrapper.focus {
	border: 3px solid #417afc;
}
section.product #auction .bid .bid_value_wrapper.focus span {
	/*color:#b3ad9e;*/
}
section.product #auction .bid #bid_confirm {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
	font-weight: bold;
    line-height: 45px;
    border: 3px solid #dedddd;
    background: #dedddd;
    width: 150px;
    float: left;
	
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;

}

section.product #auction .bid #bid_confirm:not(.disabled) {
	cursor: pointer;
    border: 3px solid #417afc;
    background: #417afc;
    color: #ffffff;
    
}
section.product #auction .bid #bid_confirm:not(.disabled):hover {
	font-size:110%;
}
section.product #auction .bid:not(.active) .bid_value_wrapper input[disabled]{
	background:#fff;
}

section.product #auction .bid:not(.active) .bid_value_wrapper,
section.product #auction .bid:not(.active) .bid_value_wrapper span,
section.product #auction .bid:not(.active) .bid_value_wrapper input, 
section.product #auction .bid:not(.active) .bid_value_wrapper input:focus,
section.product #auction .bid:not(.active) .bid_value_wrapper.focus, 
section.product #auction .bid:not(.active) .bid_value_wrapper.focus span {
	color:#ccc !important;
	border-color:#ccc !important;
}

/* Fastbid */
section.product #auction .bid .fast-bid {
	display: inline-block;
    width: 100%;
    margin: 5px 0 10px 0;
    background: rgb(249, 246, 246);
}
section.product #auction .bid .fast-bid span {
    display: block;
    text-align: right;
    font-size: 12px;
    padding: 0px 5px 5px 0;
}
section.product #auction .bid .fast-bid > div {
	float: right;
    padding: 6px;
    background: #f9f6f6;
    margin: 0 3px;
    border: 2px solid #ffffff;
    font-size: 12px;
	cursor:pointer;
}
section.product #auction .bid.active .fast-bid > div:hover {
	border-color: #e0d9c7;
    color: #716c65;
}

section.product .action .bid_status {
	text-align: center;
    font-weight: bold;
    color: #121212;
}

/* Timer*/
section.product .action .timer {
	display: inline-block;
    width: 100%;
}

section.product .action .timer > div {
	float:left;
    line-height: 60px;
    text-align: center;
	margin:0 1%;
}

section.product .action .timer > div:nth-child(1) {
	margin-left:0;
	width:20%;
	background: rgb(249, 246, 246);
}

section.product .action .timer > div.active {
	margin-left:0;
	width:20%;
    background: #121212;
    color: #fff;
}

section.product .action .timer > div:nth-child(2) {
	width:40%;
	background: #fff;
	color:#6c4a58;
}

section.product .action .timer > div:nth-child(2) .time{
	font-weight: bold;
    font-size: 18px;
}

section.product .action .timer > div:nth-child(3) {
	margin-right:0;
	width:36%;
	background: rgb(249, 246, 246);
}

section.product .action .timer > div.blink {
			animation: blinker 1600ms linear 1;
			background:#fefefe;
			color: #fff !important;
}
@keyframes blinker {
	0% {
		/*opacity: 0.3;*/
		background:#ef1615;
		/*color:#fff;*/
	}
	10% {
		/*opacity: 0.3;*/
		background:#ef1615;
		/*color:#fff;*/
	}
	100%{
		color: #fff !important;
	}
}

section.product .action .timer > div.final {
			animation: final 1300ms linear infinite;
}
@keyframes final {
	50% {
		opacity: 0.6;
	}
}

section.product .action .timer > div > span {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	display: block;
	line-height: 30px;
}

section.product .action .timer > div > div {
	line-height: 45px;
}