.otproductcountdown .count.curr,
.otproductcountdown .otcount.bottom {
    display: none;
}
.otproductcountdown .hidden {
    display: none;
}
.otpc-main {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	display: inline-block;
	float: none;
	padding: 7px 0 3px 30px;
	position: relative;
	vertical-align: top;
	width: auto;
}
.otpc-main:before {
    color: #1e1e1e;
	content: "\E192";
	font-family: "Material Icons";
	font-size: 22px;
	left: 10px;
	position: absolute;
	right: auto;
	top: 6px;
	z-index: 1;
}
.otproductcountdown {
    height: 40px;
    margin: 20px auto;
    position: relative;
    text-align: center;
    background: none;
    display: none;
}
#index .otproductcountdown {
    display: inline-block;
}
.otpc-main .time {
    height: 25px;
    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: 1199px) {
	.otpc-main::before {
		font-size: 20px;
		top: 8px;
	}
	.otpc-main .time {
		width: 30px;
	}
	.otpc-main .otcount {
		font-size:14px!important;
	}
	.otpc-main {
		padding: 7px 0 5px 29px;
	}
}
@media (max-width: 767px) {
    .otpc-main .time {
        margin-right: 3px;
    }
}
.otpc-main .otcount.next.top::after {
	color: #111111;
	content: ":";
	position: absolute;
	top: -2px;
	left: auto;
	right: 0;
}
.otpc-main .time:last-child .otcount.next.top::after {
    content: "";
}
.otpc-main .otcount {
    background: #fff;
    color: #111;
    display: block;
    font: 400 15px/24px "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;
}
.otpc-main .seconds .otcount {
    color: #f13340;
}
.otpc-main .label {
    font-size: 11px;
    display: none;
    position: absolute;
    top: 20px;
    width: 100%;
    color: #202020;
    padding: 0;
    font-weight: normal;
    text-align: center;
}
#index .product-miniature.product-grid .thumbnail-container .otproductcountdown {
	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%;
	transition: all 400ms ease-in-out;
}
#index .product-miniature.product-grid .thumbnail-container:hover .otproductcountdown {
  opacity: 0;
  top: -10px;
}
@media (max-width: 767px) {
    #index .product-miniature.product-grid .thumbnail-container:hover .otproductcountdown {
		display: inline-block;
	}
	#index .product-miniature.product-grid .thumbnail-container .otproductcountdown {
		margin: 50px 0 0px;
	}
	.otpc-main {
		padding: 3px 0 3px 29px;
	}
		.otpc-main::before {
		top: 2px;
	}
	#index .product-miniature.product-grid .thumbnail-container:hover .otproductcountdown {
    	opacity: 1;
	    top: 0;
}