.flx.prods {
	justify-content:center;
	align-items:stretch;
}
.flx.prods .prod {
	position:relative;
	display:inline-block;
	border:0;
	width:250px;
	margin:1em;
	padding:0.5em;
	transition:0.25s;
	box-shadow:none;
	border-radius:5px;
  display:flex;
  align-items:stretch;
  flex-wrap:wrap;
}
.flx.prods .prod > * {width:100%;}

.flx.prods .prod .prod-fav form {margin:0;}
.flx.prods .prod .prod-fav input.favorite_button,
.flx.prods .prod .prod-fav input.deleted {
	padding:0!important;
	margin:0!important;
	width:32px!important;
	height:32px!important;
}
.flx.prods .prod .prod-fav input {opacity:0.25!important;}
.flx.prods .prod:hover .prod-fav input {opacity:1!important;}
.flx.prods .prod .prod-fav input.deleted:hover,
.flx.prods .prod .prod-fav input.favorite_button {background:url('/images/form/fav1.png') center center no-repeat!important;background-size:24px auto!important;transition:0.2s;}
.flx.prods .prod .prod-fav input.deleted {background:url('/images/form/fav0.png') center center no-repeat!important;background-size:24px auto!important;transition:0.2s;}

.flx.prods .prod .prod-pic {
	/*overflow:hidden;*/
	height:240px;
	width:100%;
  margin-bottom:1em;
}
.flx.prods .prod .prod-pic a {
	display:flex;
	align-items:center;
	justify-content:center;
	height:240px;
/*	width:360px;
	height:360px;
	margin-left:-60px;
	margin-top:-60px;*/
}
/*	default image style
*/
.flx.prods .prod .prod-pic a img {
	display:block;
	margin:0 auto;
/*	min-height:240px;
	min-width:240px;*/
    max-height: 240px;
    max-width: 100%;
	width:auto;
	height:auto;
  transition:0.5s;
}
.flx.prods .prod:hover img {
  transform:scale(1.1);
}
.flx.prods .prod .prod-name {
	display:flex;
	align-items:center;
	justify-content:center;
	height:auto;
	width:100%;
	padding:0 5px;
	text-align:center;
}
.flx.prods .prod .prod-name a {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
}
.flx.prods .prod .prod-sdesc {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:12px;
	line-height:14px;
	text-align:center;
	padding:0 5px;
	height:auto;
  
}

.flx.prods .prod .prod-price {
	display:flex;
	justify-content:space-around;
	align-items:center;
	width:100%;
	padding:5px;
	font-weight:bold;
	float:none;
	line-height:inherit;
	margin:0;
}
.price-crossed {text-decoration: line-through;}

.flx.prods .prod .prod-price .product-price {
    float: none;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.flx.prods .prod .prod-cart .addtocart-area,
.flx.prods .prod .prod-cart .addtocart-bar {
	margin:0!important;
}
.flx.prods .prod .prod-show {text-align:center;}




.quantity-box,
.quantity-controls {display:none!important;}








#main h1, #main h2  {text-align:center;}


/* модуль корзины */
#vmCartModule {z-index:999!important;}


.back-to-category {display:none;}