.price-countdown {
    display: inline-block;
    padding: 3px 8px 3px 8px;
    border: black;
    border-width: 1px;
    border-style: solid;
    width: -moz-available;
    width: auto;
    text-align: center;
}
.price-countdown i{
	margin-right: 5px;
	font-size: 14px;
}

.price-countdown-wrapper.row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
	/*margin-top: -25px;*/
}
.price-countdown .count-down-timer span.countdown-time{
	background: #282828;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 3px 4px;
	font-size: 10px;
	display: inline-block;
}
.count-down-timer span{
	font-size: 14px;
	font-weight: 500;
}
.price-countdown-title{
	font-size: 13px;
	font-weight: 400;
}
.price-countdown .count-down-timer span.countdown-time-group{
	display: inline-block !important;
	font-size: 10px;
	margin-left: 2px;
	text-align: center;
}
.price-countdown .count-down-timer span.countdown-time-group *{
	display: inline !important;
}
.product-image-container .price-countdown{
	opacity: 0.8;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
   	backface-visibility: hidden;
	text-align: center;
	overflow: hidden;
	margin: auto;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.product-container.hovered .price-countdown{
	display: block;

}

#buy_block .price-countdown-title{
	display: inline-block;
	margin-right: 5px;
}
#buy_block .count-down-timer{
	display: inline-block;
	vertical-align: middle;	
}
@media (max-width: 767px) {
.price-countdown-wrapper.row .timer {
    float: right;
    text-align: end;
}
.price-countdown-wrapper.row .text{
	font-size: 12px;
	font-weight: 400;
}
.price-countdown-title {
    font-size: 12px;
    font-weight: 400;
}
.price-countdown-wrapper.row {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
}