.section-daily-product input[type=range]{
	width: 100%;
	margin-bottom: 15px;
} 
.section-daily-product .base-settings{
	padding: 15px;
}
.section-daily-product .dailyProductDemo{
	margin-top: 150px;
    margin-left: 30px;
}
.section-daily-product .dailyProductDemo, .dailyProduct {
	text-align: center;
	width: 100%;
	    position: relative;
    float: left;
	margin-bottom: 30px;
}
.section-daily-product [type=number]{
	display: inline-block;
	margin-right: 5px;
}
.section-daily-product .dailyProductDemo .dailyTitleDemo, .dailyProduct .dailyTitle{
	font-weight: bold;
	font-size: 19px;
}
.section-daily-product .dailyProductDemo .dailyLinkDemo, .dailyProduct .dailyLink {
	font-size: 19px;
	cursor: pointer;
	color: rgb(21, 133, 207);
}
.section-daily-product .dailyProductDemo .dailyPriceDemo .new, .dailyProduct .dailyPrice .new{
	font-size: 40px;
	font-weight: bold;
	color: #CE0052;
	white-space: nowrap;
}
.section-daily-product .dailyProductDemo .dailyPriceDemo .old, .dailyProduct .dailyPrice .old{
	font-size: 30px;
    text-decoration: line-through;
    white-space: nowrap;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: #000 !important;
}
.section-daily-product .colorSelector{
    display: inline-block;
    margin-right: 50px;
}
.section-daily-product .dashed{
    padding-top: 5px;
}

.daily-timer-block{
	position: relative;
    float: left;
    width: 25%;
}

.daily-product-block{
	position: relative;
    float: left;
    width: 50%;
}

.dailyImg{
	display: block;
    position: relative;
    float: left;
    width: 33.33%;
}

.dailyImg img{
	max-height: 100% !important;
}

.dailyLink{
	display: block;
    position: relative;
    float: left;
    width: 33.33%;
}

.dailyPrice{
	display: block;
    position: relative;
    float: left;
    width: 33.33%;
}

.daily-product-view-button{
	position: relative;
    float: left;
    width: 25%;
}

.daily-product-view-button a{
	position: relative;
    float: left;
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px;
    text-transform: uppercase;
    color: #fff;
    background: #00c13f;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
}

.daily-product-view-button a:hover{
	text-decoration: none;
	color: #fff;
}


/*Media queries*/
@media all and (max-width: 1200px) {
	.section-daily-product .dailyProductDemo, .dailyProduct{
		width: 700px;
    left: 50%;
    margin-left: -350px;
	}
	
	.daily-timer-block {
    width: 350px;
    margin: 0 25% 20px;
    display: inline-block;
}

.daily-product-block{
	width: 100%;
}

.dailyLink{
	margin-top: 40px;
    padding-left: 20px;
}

.dailyPrice{
    margin-top: 20px;
}

.daily-product-view-button{
	width: 50%;
    left: 25%;
    margin-top: 20px;
}
}

@media all and (max-width: 768px) {
	
	.time_circles canvas{
		width: 300px !important;
	}
	
	.section-daily-product .dailyProductDemo, .dailyProduct{
	    width: 300px;
    left: 50%;
    margin-left: -150px;
    margin-top: 20px;
	}
	
	.daily-timer-block {
    width: 300px;
    margin: 0 0 20px;
	}
	
	.time_circles > div{
		width: 100px !important;
	}
	
	.textDiv_Hours{
		left: 0px !important;
	}
	
	.textDiv_Minutes{
		left: 100px !important;
	}
	
	.textDiv_Seconds{
		left: 200px !important;
	}
	
	.dailyImg{
		width: 100%;
	}
	
	.dailyProduct .dailyLink{
		width: 100%;
		margin-top: 20px;
	}
	.dailyPrice{
		width: 100%;
	}
	
	.daily-product-view-button{
	    width: 100%;
    left: 0;	
	}
}
