.cf:after {
    content:" ";
    display:block;
    clear:both;
}

.products-title {
    background: #faeacc;
    border: solid 1px #EE8B23;
}

.product-block{
    height: 180px !important;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px;
    margin-bottom: 10px;
}

.product-img{
  width: 200px;
}

.product-thum-w{
  width: 150px;
}

.product-img{
  float: left;
}

.name-price-block{
  width: 380px;
  float: left;
  font-size: 18px;
  text-align: left;
  padding: 20px 0;
}

.product-price{
  color: #d10000
}

@media screen and (max-width:420px){
  .product-block{
    padding: 10px 0;
  }
  
  .product-img{
    margin-right: 4%;
    width: 38%;
  }
  
  .product-thum-w{
    margin: 0;
    width: 100%;
  }
  
  .name-price-block{
    width: 56%;
  }
}