#sohoproductday,
#sohoproductday .product-name,
#sohoproductday .price.product-price{
    color: #333;    
}
#sohoproductday .product-name{
	font-size: 16px;
}
#sohoproductday .timer{
    padding: 20px 0;
    border-left: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
}
#sohoproductday .timer > div {
    text-align: center;
    position: relative;
}

#sohoproductday .clock-value{
     font-size: 14px;   
}

#sohoproductday .clock-value_label {
    font-size: 10px;
    text-transform: uppercase;    
}


#sohoproductday .timer > div:not(:last-child):after{
    content: ':';
    position: absolute;
    top: 10px;
    right: -5px;
    font-weight: 800;
}
#sohoproductday .timer > div.timer-label{
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    background: none;
    padding: 10px 0px;
}

#sohoproductday .cms_content{
    padding: 23px 20px;
    background-color: #e3e3e3;
    font-size: 14px;
    line-height: 1.5;
    hyphens: auto;
    text-align: justify;    
}

.product-action-ico{
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    border-left: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    text-align: center;
    margin-top: -60px;
    padding: 17px 0;
	background: #fff;
}
#sohoproductday .timer{
	background: #fff;
}

#sohoproductday ul.product_list.grid > li .product-container{
    border-bottom: none;
}
#sohoproductday .cms_content{
	color: #333;
}
@media(max-width:1199px){
    .product-action-ico{
        margin-top: -44px;
        padding: 10px 0;
    }
    #sohoproductday .timer > div.timer-label {
        text-align: center;
    }
    #sohoproductday .timer > div:first-child:after{
        left: 0;
    }
    #sohoproductday .timer > div:not(:last-child):after {
        right: 5;
    }
    #sohoproductday .timer {
        padding: 10px
    }
    #sohoproductday .cms_content {
        padding: 13px 10px;
        background-color: #e3e3e3;
        font-size: 13px;
        line-height: 1.5;
        hyphens: auto;
        text-align: justify;
    }
    
}
@media(max-width:991px){
    #sohoproductday ul.product_list.grid > li {
        width: 100%; 
        float: none; 
    }
    #sohoproductday .button-container{
        display: none !important;
    }
    #sohoproductday .hook-reviews{
        display: none !important;    
    }
    #sohoproductday .timer > div:not(:last-child):after{
        content: '';
    }    
}

@media(min-width:992px){
	#sohoproductday{
		margin-top: 540px;
	}
}
@media(min-width:1200px){
	#sohoproductday{
		margin-top: 190px;
	}
}
@media (min-width: 768px) AND (max-width: 991px){
	#sohoproductday{
		padding-left: calc(25% + 15px);
	}
}

@media(max-width:991px){
	#sohoproductday{
		margin: 90px 0 30px;
	}
}
@media(max-width: 479px){
	#sohoproductday{
		margin: 60px 0 30px;
	}
}
#sohoproductday > div{
	position: relative;
	padding: 20px 0 30px 0;
}
#sohoproductday h2{
	color: #333;
	overflow: hidden;
	margin: 0 0 20px 0 !important;
	line-height: 1;
}
#sohoproductday ul.product_list.grid > li{
	padding-top: 0;
}
#sohoproductday ul.product_list.grid > li img{
	max-height: 150px;
	width: auto;
}
#sohoproductday ul.product_list.grid > li .product-container{
	height: auto;
}
@media (max-width:991px){
	#sohoproductday > div::before{
		display: none;
	}
	#sohoproductday > div{
		background: none;
		padding: 0;
	}
	#sohoproductday ul.product_list.grid > li .product-container,
	.product-action-ico,
	#sohoproductday .timer{
		border: none;
	}
}