@charset "utf-8";
/* CSS Document */

#navHeader {
	position: relative;
	background-color: #D9CFC6;
	height: 42px;
	line-height: 40px;
	color: #4C3E39;
	font-weight: bold;
	font-size: 18px;
	padding-left: 15px;
	margin-bottom: 15px;
}

div.breadcrumb {
	padding-bottom: 15px;
}

div.breadcrumb > a {
	content: "";
	font-size: 17px;
	color: #8A4646;
	margin: 0;
	vertical-align: bottom;
	display: inline-block;
}

div.breadcrumb > a:hover,
a.moreDetails:hover {
	text-decoration: underline;
}

div.breadcrumb a:first-child::before {
	display: inline-block;
	width: 19px;
	height: 18px;
	vertical-align: top;
	/*background: url("../images/sprite.png") no-repeat -63px -98px;*/
	font-family: 'Sicons';
	font-size: 18px;
	content: "\e92a";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

div.breadcrumb a::after {
	content: "";
	width: 7px;
	height: 12px;
	margin: 0 25px;
	display: inline-block;
	/*	background: url("../images/sprite.png") no-repeat -63px -126px;*/
	font-family: 'Sicons';
	content: "\e903";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 10px;
	color: #baa9ba;
}

.contentBox {
	position: relative;
	background-color: #FFF;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	padding: 2px;
}

.subnav {
	position: relative;
	background-color: #EEEAE6;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 10px 10px 20px;
	margin: 30px 26px;
}

#auctionheader div.categoryPager {
	display: table;
	text-align: center;
	font-size: 20px;
	width: 100%;
	padding-left: 10px;
}

#auctionheader div.categoryPager a:hover {
	text-decoration: underline;
}

#auctionheader div.categoryPager div {
	display: table-cell;
	padding: 0 0 14px 0;
	overflow: hidden;
	max-width: 80%;
}

#auctionheader div.categoryPager div span {
	font-weight: bold;
}

#auctionheader div.categoryPager div span.db {
	color: #A08B87;
	font-weight: normal;
	margin-right: 10px;
}

a.prevcategory {
	position: relative;
	display: table-cell;
	line-height: 40px;
	text-align: left;
	width: 12%;
}

a.prevcategory em {
	padding-left: 20px;
	font-size: 17px;
	white-space: nowrap;
}

a.prevcategory::before {
	position: absolute;
	left: 4px;
	top: 11px;
	width: 8px;
	height: 12px;
	display: inline-block;
	margin: 5px 0 0 0;
	/*	background: url("../images/sprite.png") no-repeat -209px 0;*/
	font-family: 'Sicons';
	content: "\e902";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 12px;
}

a.nextcategory,
span.emptyPager {
	position: relative;
	display: table-cell;
	line-height: 40px;
	text-align: right;
	width: 12%;
}

a.nextcategory em {
	padding-right: 28px;
	font-size: 17px;
	white-space: nowrap;
}

a.nextcategory::before {
	position: absolute;
	right: 12px;
	top: 11px;
	width: 8px;
	height: 12px;
	display: inline-block;
	margin: 5px 0 0 0;
	/*background: url("../images/sprite.png") no-repeat -209px -22px;*/
	font-family: 'Sicons';
	content: "\e903";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 12px;
}

div.itempagerbox {
	position: relative;
	margin: 15px 0;
	text-align: center;
}

div.itempagerbox a {
	position: absolute;
	top: 0;
	vertical-align: middle;
}

div.itempagerbox a span {
	float: left;
	margin-top: 3px;
}

div.itempagerbox em {
	font-size: 20px;
	line-height: 30px;
	color: #4C3E3A;
}

div.itempagerbox a:first-child::before,
div.itempagerbox a:last-child::after {
	content: "";
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	background: #CC705D url("../images/sprite.png") no-repeat -200px -36px;
}

div.itempagerbox a:last-child::after {
	background-position: -199px -68px;
}

div.itempagerbox a:hover:first-child::before,
div.itempagerbox a:hover:last-child::after {
	background-color: #D58979;
}

div.itempagerbox a:last-child::after {
	float: right;
	margin: 0 0 0 10px;
}

div.itempagerbox a:first-child {
	left: 0;
}

div.itempagerbox a:last-child {
	right: 0;
}

/* Product Infos */

/* Content */

.productDetails {
	width: 100%;
	color: #4C3E3A;
	margin-bottom: 8px;
	padding: 15px 20px 20px;
	background-color: #FFF;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

div.galleryBox {
	float: left;
}

div.galleryBox table {
	width: 285px;
	text-align: center;
	margin-top: -5px;
}

div.galleryBox table td {
	background-color: #EEEAE6;
	border: 1px solid #D9CFC6;
	padding: 8px 0 5px;
}

a.pictureSmall img {
	width: 54px;
	height: 60px;
}

.productDetails a.picture {
	margin-right: 30px;
	position: relative;
}

.productDetails a.picture::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 5px;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url("../images/sprite.png") no-repeat 0 -338px;
}

.productDetails img {
	max-width: 285px;
	height: auto;
}

.productDetails p:first-child {
	color: #8A4646;
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 15px;
}

td.lighter {
	color: #856E59;
}

button.bid {
	padding: 0 15px;
}

button.bid::before {
	display: inline-block;
	width: 25px;
	height: 18px;
	margin: -4px 8px 0 0;
	vertical-align: middle;
	/* background: url("../images/sprite.png") no-repeat -98px -366px;*/
	font-family: 'Sicons';
	content: "\e904";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 18px;
}

ul.buyBox {
	float: right;
	display: table;
	width: 564px;
	color: #4C3E3A;
	text-align: center;
	background-color: #E3E1E1;
}

ul.buyBox span.bold {
	color: #4C3E3A;
}

ul.buyBox li {
	display: table-cell;
	padding: 10px 15px;
}

ul.buyBox li:first-child {
	font-size: 19px;
	border-right: 1px solid #FFF;
	padding: 10px 22px;
}

ul.buyBox a.bold::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 17px;
	margin: -2px 6px 0 0;
	vertical-align: middle;
	/*background: url("../images/sprite.png") no-repeat -31px -311px;*/
	font-family: 'Sicons';
	content: "\e922";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 17px;
}

ul.buyBox li a.bold:hover {
	text-decoration: underline;
}

ul.buyBox li form input,
ul.buyBox li form button {
	display: inline-block;
}

ul.buyBox li form input {
	width: 125px;
	height: 40px;
	border: 1px solid #D0C5B9;
	color: #856C59;
	font-weight: bold;
	font-size: 17px;
	padding-left: 12px;
}

ul.buyBox li form button {
	font-size: 16px;
}

div.youarewinner {
	float: right;
	background-color: #eee;
	font-size: 22px;
	width: 564px;
	font-weight: bold;
	text-align: center;
	padding: 17px 22px 16px;
	border-bottom: 1px solid #FFF;
}

div.youarewinner span:first-child {
	color: #327240;
}

div.youarewinner span.warning {
	color: #B20000;
}

/* Product Quality */
td.lighter span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 10px;
	/*background-image: url("../images/jelolesek.png");*/
	background-repeat: no-repeat;
}

td.lighter span:first-of-type {
	margin-left: 0;
}

td.lighter span:before {
	font-family: 'Sicons';
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #8A4646;
}

span.belyeg_allapot_postatiszta:before,
span.kepeslap_allapot_hasznalatlan:before {
	width: 26px;
	height: 12px;
	content: "\e927";
	font-size: 12px;
}

span.belyeg_allapot_vagott:before {
	width: 17px;
	height: 17px;
	content: "\e92c";
	font-size: 16px;
}

span.belyeg_allapot_falcos:before,
span.kepeslap_allapot_megiratlan_lap:before {
	width: 12px;
	height: 12px;
	content: "\e925";
	font-size: 12px;
}

span.belyeg_allapot_belyegzett:before {
	width: 15px;
	height: 15px;
	content: "\e926";
	font-size: 14px;
}

span.belyeg_allapot_levelkivagas:before {
	width: 18px;
	height: 12px;
	content: "\e928";
	font-size: 12px;
}

span.belyeg_allapot_gumi_nelkul:before {
	width: 18px;
	height: 15px;
	content: "\e924";
	font-size: 15px;
}

span.postatortenet_allapot_level:before,
span.kepeslap_allapot_postazott_kepeslap:before {
	width: 17px;
	height: 13px;
	content: "\e929";
	font-size: 13px;
}

span.postatortenet_allapot_legiposta:before {
	width: 14px;
	height: 16px;
	content: "\e92e";
	font-size: 16px;
}

table.buyBoxDetails {
	width: 562px;
	margin-bottom: 10px;
}

table.buyBoxDetails tr td {
	padding: 15px 8px;
	border-bottom: 1px dotted #D9CFC6;
}

table.buyBoxDetails tr:last-child td {
	border: none;
}

.auctionDetails {
	float: right;
	width: 564px;
	border: 1px solid #E3E1E1;
	border-top: none;
	padding: 18px 25px 25px;
}

.auctionDetails p {
	display: inline-block;
	width: 252px;
}

.auctionDetails p span {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	color: #4C3E39;
}

.auctionDetails p span:first-child {
	min-width: 135px;
}

.auctionDetails p span:last-child {
	color: #856C59;
}

.auctionDetails p a {
	font-weight: bold;
}

.auctionDetails p a:hover {
	text-decoration: underline;
}

.auctionDetails p a::before {
	display: inline-block;
	width: 28px;
	height: 17px;
	margin: -2px 6px 0 0;
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
	/*background: url("../images/sprite.png") no-repeat -31px -311px;*/
	font-family: 'Sicons';
	content: "\e922";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 16px;
}

/* Recommendation cards */

.cardViewproductCard {
	float: left;
	width: 224px;
	max-width: 224px;
	color: #8A4747;
	margin: 0 8px 8px 0;
	padding: 30px 20px 0;
	text-align: center;
	background-color: #FFF;
	overflow: hidden;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.cardViewproductCard:hover,
.cardViewproductRows:hover {
	-moz-box-shadow: 0 0 2px #CC705D;
	-webkit-box-shadow: 0 0 2px #CC705D;
	box-shadow: 0 0 2px #CC705D;
}

.cardViewproductCard img {
	width: 150px;
	height: 183px;
	margin-bottom: 10px;
}

.cardViewproductCard p {
	color: #8A4646;
	font-size: 17px;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEAE6;
	padding-bottom: 15px;
	overflow: hidden;
}

.detailsHolder {
	position: relative;
	height: 50px;
	line-height: 17px;
}

a.basketCard {
	position: absolute;
	top: 15px;
	right: 0;
}

a.basketCard:hover {
	text-decoration: underline;
}

.detailsHolder span {
	position: absolute;
	top: 15px;
	left: 0;
	color: #4C3E39;
	font-weight: bold;
}

a.basketCard::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 6px;
	vertical-align: top;
	/*background: url("../images/sprite.png") no-repeat -93px -235px;*/
	font-family: 'Sicons';
	content: "\e905";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 15px;
}

/* Auction Header */

#auctionheader {
	position: relative;
	background-color: #FFF;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	padding: 2px;
}

#auctionheader img {
	width: 916px;
	height: 136px;
}

#auctionheader h3,
#auctionheader h4 {
	position: absolute;
	left: 40px;
	top: 35px;
	color: #F8F2E6;
	font-size: 30px;
	font-weight: bold;
	text-overflow: ellipsis;
	max-width: 520px;
	white-space: nowrap;
	overflow: hidden;
}

#auctionheader h4 {
	top: 75px;
	color: #E4CCAC;
	font-size: 22px;
	font-weight: normal;
}

#auctionheader h5 {
	position: absolute;
	right: 2px;
	top: 22px;
	color: #FFF;
	font-size: 26px;
	padding: 24px 30px 20px;
	background: url("../images/expirydate_bg.png") repeat-y 0 -313px;
}

#auctionheader h5::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 25px;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	background: url("../images/sprite.png") no-repeat -149px -326px;
}

#auctionheader h5 span {
	display: block;
	font-size: 22px;
	line-height: 20px;
	margin: 0;
	float: none;
	font-weight: normal;
}

#auctionheader h5 p em {
	font-weight: bold;
}

div.check-timer {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D9CFC6;
}

div.check-timer span {
	float: left;
	margin-top: 9px;
	padding-left: 24px;
	position: relative;
	line-height: 1;
}

div.check-timer span::before {
	display: block;
	content: "\e908";
	font-family: 'Sicons';
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}

div.check-timer span em,
div.check-timer span span {
	font-weight: bold;
	float: none;
}

div.check-timer a {
	float: right;
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
	ul.buyBox form#bid {
		flex-direction: column;
	}
	ul.buyBox li form input {
		margin-bottom: 16px;
		width: 100%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
	.productDetails .detailsBox {
		display: flex;
		flex-direction: column;
	}
	ul.buyBox {
		float: none;
		display: flex;
		flex-direction: column;
	}

	ul.buyBox form#bid {
		width: 100%;
    padding: 0;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	ul.buyBox li form input {
		margin-right: 16px;
	}
	.productDetails p,
	.productDetails p:first-child {
		margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	}
	.productDetails p:last-child {
		justify-content: center;
	}
	.productDetails p:first-child {
		margin-top: 16px;
	}

	.auctionDetails {
		width: 100%;
	}
	.auctionDetails p {
		width: 100%;
	}
	.auctionDetails p span {
		font-size: 16px;
	}
	.auctionDetails p b {
		display: none;
	}
	.auctionDetails p a {
		font-weight: bold;
    display: block;
    margin-top: 16px;
		text-align: center;
		font-size: 18px;
	}

	#auctionheader.contentBox h3 {
		top: 10px;
    position: absolute;
    left: 16px;
    color: #F8F2E6;
    font-weight: bold;
    text-overflow: ellipsis;
    max-width: 520px;
    white-space: nowrap;
		overflow: hidden;
		font-size: 24px;
	}
	#auctionheader.contentBox h4 {
    position: absolute;
    left: 16px;
    color: #F8F2E6;
    font-weight: bold;
    text-overflow: ellipsis;
    max-width: 520px;
    white-space: nowrap;
    overflow: hidden;
    top: 42px;
    font-size: 18px;
	}
	#auctionheader.contentBox h5 {
		position: absolute;
		color: #fff;
		font-size: 18px;
    line-height: 1;
		padding: 8px 16px 0;
		left: 0;
    top: 70px;
    right: 2px;
    background-size: contain;
    height: auto;
	}
	#auctionheader.contentBox h5::before {
		position: relative;
    top: 0;
    left: 0;
		font-size: 20px;
		display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-family: 'Sicons';
    content: "\e92d";
    background: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
	}
	#auctionheader.contentBox h5 span {
		position: absolute;
    top: 9px;
    left: 28px;
		margin: 0 16px 0;
		font-size: 18px;
	}
	#auctionheader.contentBox h5 p {
		font-size: 18px;
    padding-top: 10px;
    padding-left: 0;
    overflow: hidden;
    height: 37px;
    box-sizing: border-box;
    margin: 0;
    line-height: 1;
    padding: 6px 0 0 0;
	}

	div.check-timer.clearfix {
		display: flex;
		flex-direction: column;
	}
	div.check-timer a {
		margin-top: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.subnav span em {
    display: inline;
	}
	#auctionheader.contentBox h3 {
		top: 28px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#auctionheader.contentBox h4 {
		top: 63px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#auctionheader.contentBox h5 {
    padding-bottom: 7px;
    background-size: contain;
    left: auto;
    position: absolute;
    right: 2px;
    top: 0px;
    color: #FFF;
    font-size: 26px;
    padding: 24px 30px 20px;
    background: url(../images/expirydate_bg.png) repeat-y 0 -313px;
    height: 91px;
	}
		
	#auctionheader.contentBox h5 span {
		position: absolute;
    top: 31px;
    left: 42px;
    margin: 0 16px 0;
	}
	#auctionheader.contentBox h5 p {
		font-size: 22px;
    padding-top: 10px;
    padding-left: 0;
    overflow: hidden;
    height: 37px;
    box-sizing: border-box;
    margin: 0;
    line-height: 1;
    padding: 6px 0 0 0;
	}


	div.check-timer.clearfix {
		display: flex;
		flex-direction: column;
		grid-column: 1 / span 2;
	}
	div.check-timer a {
		margin-top: 16px;
		max-width: 140px;
	}
}