

.rmc250e-dynamic-counter {
	position: relative;
	height: 8.6em;
}

.rmc250e-dynamic-counter-container > a {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	text-decoration:  none;
	left: 0;
	right: 0;
	display: block;
}

.rmc250e-dynamic-counter-wrap {
	line-height: 1.2;
	position: absolute;
	right: 15%;
	width: 220px;
	top: 16px;
	white-space:  nowrap;
	color: #fff;
	z-index: 1;
	font-family: 'open sans', tahoma, sans-serif;
}

.rmc250e-dynamic-counter-wrap .item1 {
	display: inline-block;
	min-width: 75px;
	max-width: 100px;
	position: relative;
}

.rmc250e-dynamic-counter-wrap .price, .rmc250e-dynamic-counter-wrap .quantity {
	position: relative;
}

.rmc250e-dynamic-counter-wrap .price {
	border-bottom: 2px solid;
	font-weight: 600;
}

.rmc250e-dynamic-counter-wrap .quantity {
	padding-top: 5%;
}

.rmc250e-dynamic-counter-wrap .item1 .price > span, .rmc250e-dynamic-counter-wrap .item1 .quantity > span {
	font-size: 11px;
	display: block;
}

.rmc250e-dynamic-counter-wrap .item1 .quantity span + span {
	float: right;
}

.rmc250e-dynamic-counter-wrap .item1 .price span + span, .rmc250e-dynamic-counter-wrap .item1 .quantity span + span {
	font-size: 30px;

}

.rmc250e-dynamic-counter-wrap .item2 {
	position: relative;
	bottom: 0px;
	left: -8px;
	display: inline-block;
	min-width: 65px;
	max-width: 90px;
}

.rmc250e-dynamic-counter-wrap .item2 .price > span, .rmc250e-dynamic-counter-wrap .item2 .quantity > span {
	font-size: 10px;
	display: block;
}

.rmc250e-dynamic-counter-wrap .item2 .quantity span + span {
	float: right;
}

.rmc250e-dynamic-counter-wrap .item2 .price span + span, .rmc250e-dynamic-counter-wrap .item2 .quantity span + span {
	font-size: 22px;

}

.rmc250e-dynamic-counter-wrap .price > span + span {
	position: relative;
}

.rmc250e-dynamic-counter-wrap .item1 .price > span + span {
	float: right;
}

.rmc250e-dynamic-counter-wrap .item2 .price > span + span {
	float: right;
}

.rmc250e-dynamic-counter-wrap .item3 .price > span + span {
	float: right;
}

.rmc250e-dynamic-counter-wrap .item3 {
	position: relative;
	bottom: -1px;
	left: -15px;
	display: inline-block;
	min-width: 50px;
	max-width: 80px;
}

.rmc250e-dynamic-counter-wrap .item3 .price > span, .rmc250e-dynamic-counter-wrap .item3 .quantity > span {
	font-size: 8px;
	display: block;
}

.rmc250e-dynamic-counter-wrap .item3 .quantity span + span {
	float: right;
}

.rmc250e-dynamic-counter-wrap .item3 .price span + span, .rmc250e-dynamic-counter-wrap .item3 .quantity span + span {
	font-size: 14px;

}

.rmc250e-dynamic-counter-wrap .price > span + span:before {
	content: '€';
	font-size: 0.5em;
	display: inline-block;
	font-weight: normal;
	position: absolute;
}

.rmc250e-dynamic-counter-wrap .item1 .price > span + span:before {
	left: -23px;
	top: 16px;
}

.rmc250e-dynamic-counter-wrap .item2 .price > span + span:before {
	left: -17px;
	top: 11px;
}

.rmc250e-dynamic-counter-wrap .item3 .price > span + span:before {
	left: -14px;
	top: 6px;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.rmc250e-dynamic-counter-container {
    background-size: 120%;
    height: 8.6em;
    margin-top: 20px;
    position:  relative;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1820px) {
	.rmc250e-dynamic-counter-wrap {
		top: 15px;
		right: 5%;
	}

    .rmc250e-dynamic-counter-container {
        background-size: 150%;


    }
}
