.jshop list_product{
    border: 1px #deded8;
	border-style: solid;
    padding: 10px;
    margin: 0px;
	border-color: rgb(196, 171, 30);
    border-radius: 10px;
    background: rgba(242, 241, 233, 0.49);
    text-align: center;
	min-width: 300px;
	height: 10px;
}
/* Добавка стиля для категорий */ 
.sblock1 jshop_categ category {
  position: relative;
  width: 220px;
  min-height: 320px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #dee6eb;
    border-radius: 15px;
  /* border-bottom: 2px solid #F5F5F5; */
  background: white;
  font-family: "Open Sans";
  transition: .3s ease-in;
}

.sblock1 jshop_categ category:hover {border: 2px solid #fc5a5a;}
.sblock2 image {
  display: block;
 width: 37%;
 background: #c0c698;
 margin: 10px auto;
  -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
}

.sblock2 image:hover {
    -webkit-transform: scale(1.03);
 -moz-transform: scale(1.03);
 -o-transform: scale(1.03);
}

.sblock2 {
  font-size: 54px;
 font-weight:120px;
  color: #444444;
  margin: 0 0 10px 0;
  line-height: 1px;
   /* min-height:30px */
}
