/* jQuery Countdown styles 2.0.0. */
.tier-price-countdown,
.tier-price-countdown .countdown-row,
.tier-price-countdown .countdown-amount,
.tier-price-countdown .countdown-period {
	color: #cf0000;
	font-weight: 600;
}
.tier-price-countdown .countdown-row {
	clear: none;
	width: auto;
	max-width: 100%;
	padding: 0 1px;
	display: inline-flex;
	flex-wrap: nowrap;
	flex-direction: row;
	direction: ltr;
	justify-content: center;
	align-items: flex-end;
}
.tier-price-countdown .countdown-section {
	float: none;
	width: auto !important;
	padding: 0 6px;
}
.tier-price-countdown-row {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 8px;
	max-width: 100%;
	width: 100%;
	justify-content: center;
}
.tier-price-countdown-row .tier-price-countdown {
	display: inline-block;
	flex: 0 0 auto;
	flex-shrink: 0;
	width: auto;
	min-width: 0;
	overflow: visible;
}
.item-box .tier-price-countdown-row {
	margin-top: 4px;
}
.item-box .tier-price-countdown .countdown-amount {
	font-size: calc(200% - 3px);
}
.overview .tier-price-countdown-row,
.product-prices-box .tier-price-countdown-row {
	margin-top: 10px;
	margin-bottom: 0;
}
.overview .tier-price-countdown-row + .prices[itemprop="offers"],
.product-prices-box .tier-price-countdown-row + .prices[itemprop="offers"] {
	margin-top: 5px !important;
}
.tier-price-discount-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5em;
	min-height: 2.5em;
	padding: 0.2em 0.45em;
	border-radius: 50%;
	background-color: #cf0000;
	color: #fff;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	flex-shrink: 0;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #cf0000;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}


.item-box .newsizefilter li {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	background: transparent;
	vertical-align: bottom;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #d7d4cd;
	transition: background-color .25s ease,color .25s ease;
	padding: 9px 22px;
	float: left;
}
	
.item-box .newsizefilter li.selected {
		background-color: #000;
		color: #fff
	}

.item-box .newsizefilter {
	clear: both;
	margin: auto;
	width: 100%;
	max-width: 100%;
	display: inline-block;
}