/* solo per eventi speciali tipo black friday */

a.prost .bf, #dx .bf {
	display: inline;
	visibility: visible;
}

a.prost .bf {
	margin: 190px 0 0 0;
	padding-top: 6px;
	position: absolute;
	right: 0;
	width: 140px;
	height: 38px;
	font: bold 14px/12px Arial, Helvetica, sans-serif;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	background-color: #000;
	border-radius: 6px 6px 6px 0;
}
a.prost .bf span {
	font: 11px Arial, Helvetica, sans-serif;
	color: #f90;
}
a.prost .bf .fa {
	color: #f90;
}

/* dettaglio */
#dx .bf {
	margin: 0;
	padding-top: 6px;
	clear: both;
	float: right;
	width: 140px;
	height: 38px;
	font: bold 14px/12px Arial, Helvetica, sans-serif;
	letter-spacing: 0 !important;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	background-color: #000;
	border-radius: 6px 6px 6px 0;
}
#dx .bf span {
	font: 11px Arial, Helvetica, sans-serif;
	color: #f90;
}
#dx .bf .fa {
	color: #f90;
}
.black-friday-bg {
	margin: 0px 0 0 0px;
	padding-top: 0%;
	padding-bottom: 0%;
	width: 100%;
	background-color: #131313;
	background-image: url('../image/black-friday-bg.png');
	background-repeat: repeat-x;
	background-position: center center;
	background-size: contain;
	z-index: 200;
	max-height: 100px !important;
}
.cyber-monday-bg {
	margin: 0px 0 0 0px;
	padding-top: 0%;
	padding-bottom: 0%;
	width: 100%;
	background-color: #131313;
	background-image: url('../image/cyber-monday-bg.png');
	background-repeat: repeat-x;
	background-position: center center;
	background-size: contain;
	z-index: 200;
	max-height: 100px !important;
}
.black-friday-bg img, .cyber-monday-bg img {
	max-height: 100px !important;
}


a.prost .bf2, #dx .bf2 {
	margin: -2px 0 0 140px;
	padding: 0;
	display: block;
	position: absolute;
	width: 140px;
	height: 38px;
	background: url('../image/black-friday-btn.png') no-repeat center center;
}

#dx .bf2 {
	margin: -10px 0 6px 10px;
	padding: 0;
	display: inline-block;
	width: 140px;
	height: 38px;
	background: url('../image/black-friday-btn.png') no-repeat center center;
}

