.price-countdown{
	display: inline-block;
	background: #282828;
	color: #fff;
	padding: .2rem .6rem;
	margin-top: .8rem;
}

.price-countdown-title{
	border-right: 1px unset;
	padding-right: 0.5rem;
	margin-right: 0.3rem;
}
.price-countdown i{
	margin-right: 0.2rem;
}


.count-down-timer {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.countdown-column {
    text-align: center;
    min-width: 50px;

}

.countdown-value {
    font-size: 24px;
    font-weight: bold;
    display: block;
}

.countdown-label {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 1;
}
.product-miniature-default .price-countdown{
	font-size:14px
}
.price-countdown-wrapper{
	padding-bottom:10px
}
@media(max-width:992px){
	.countdown-column {
		text-align: center;
		min-width: unset;
		flex:0 0 25%;
	}
	.count-down-timer{
		gap:0px!important
	}
	.countdown-label {
		font-size: 10px;
		text-transform: uppercase;
		opacity: 1;
	}
	.product-miniature-default .price-countdown{
		width:100%;
		font-size:12px
	}
	.countdown-value {
		font-size: 18px;
		font-weight: bold;
		display: block;
	}
}