.productcountdown .count.curr,
.productcountdown .rvcount.bottom {
    display: none;
}
.productcountdown .hidden {
    display: none;
}
.rvpc-main {
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
	display: inline-block;
	float: none;
	padding: 2px 0 2px 24px;
	position: relative;
	vertical-align: top;
	width: auto;
	margin: 0 !important;
}
 
.rvproductcountdown {
    margin: 10px auto;
    position: relative;
    text-align: center;
    background: none;
    display: inline-block;
}
.rvpc-main .time {
    height: 40px;
    width: 40px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    float: left;
    text-align: center;
    position: relative;
    max-width: 4em;
    overflow: hidden;
	margin: 0;
}
@media (max-width: 767px) {
    .rvpc-main .time {
        margin-right: 3px;
    }
}
.rvpc-main .rvcount.next.top::after {
    color: #111111;
    content: ":";
    position: absolute;
    top: -1px;
    right: 1px;
}
.rvpc-main .time:last-child .rvcount.next.top::after {
    content: "";
}
.rvpc-main .rvcount {
    background: #f5f5f5;
    color: #111;
    display: block;
    font: 400 16px/20px "Poppins";
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.rvpc-main .seconds .rvcount {
    color: #ec4141;
}
.rvpc-main .label {
    font-size: 11px;
    display: block;
    position:relative;
    padding-top:20px;
    width: 100%;
    color: white;
    
    font-weight: normal;
    text-align: center;
}
.product-miniature.product-grid .thumbnail-container .productcountdown {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	display: inline-block;
	float: left;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	vertical-align: top;
	width: 100%;
}
.product-miniature.product-grid .thumbnail-container:hover .productcountdown {
	display: none;
}
@media (max-width: 767px) {
    .product-miniature.product-grid .thumbnail-container:hover .productcountdown {
		display: inline-block;
	}
	.product-miniature.product-grid .thumbnail-container .productcountdown {
		bottom: 70px;
		margin: 0;
		top: auto;
	}
}


.rvpc-clock {
    display:inline;
    }
    .rvpc-clock:before {
    background: url(/shop/img/timer_rosso.jpg);
    background-size: 30px 30px;
    content: " ";
    font-size: 33px;
    z-index: 1;
    cursor: pointer;
    position: relative;
    top: 8px;
    left: 6px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.productcountdown .count.curr, .productcountdown .rvcount.bottom {
    display:block !important;
}