.flex.prods {
	justify-content:center;
    align-items:stretch;
}
.flex.prods .prod {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	border:0;
	width:240px;
	margin:5px;
	transition:0.25s;
	box-shadow:0 0 #333;
}
.flex.prods .prod:hover {
	box-shadow:0 0 4px #999;
}

.flex.prods .prod .prod-pic {
	overflow:hidden;
	height:240px;
	width:100%;
	margin-bottom:1em;
}
.flex.prods .prod .prod-pic a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:360px;
	height:360px;
	margin-left:-60px;
	margin-top:-60px;
}
.flex.prods .prod .prod-pic a img {
	display:block;
	margin:0 auto;
	min-height:240px;
	min-width:240px;
    max-height: 360px;
    max-width: 360px;
	width:auto;
	height:auto;
}
/*	default image style
.flex.prods .prod .prod-pic {
	overflow:hidden;
	height:240px;
	width:100%;
	order:20;
	margin-bottom:1em;
}
.flex.prods .prod .prod-pic a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:240px;
}
.flex.prods .prod .prod-pic a img {
	display:block;
	margin:0 auto;
    max-height:240px;
    max-width: 100%;
	width:auto;
	height:auto;
}
*/


.flex.prods .prod .prod-name {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	padding:0 5px;
	text-align:center;
}
.flex.prods .prod .prod-name a {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
}
.flex.prods .prod .prod-sdesc {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:12px;
	line-height:14px;
	text-align:center;
	padding:0 5px;
}

#main .vm-product-details-container .product-price,
.flex.prods .prod .prod-price {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	padding:5px;
	font-weight:bold;
	float:none;
	line-height:inherit;
	margin:0;
	font-size:24px;
}
#main .vm-product-details-container .product-price {justify-content:flex-start;}

.price-crossed {text-decoration: line-through;font-size:18px;margin-right:1em;}


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



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











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

/* корзина OPC */
.proopc-shipments, .proopc-payments, .proopc-coupon, .proopc-cartlist, .proopc-confirm-order, #ProOPC .proopc-process-title, .proopc-bt-address, .proopc-st-address {border:0!important;}
#ProOPC .proopc-column3 .proopc-shipments {margin-top:0;}
#ProOPC form {max-width:100%;}
#ProOPC .proopc-st-address, #ProOPC .proopc-step {display:none!important;}

table.cart-summary.proopc-table-striped tr th, table.cart-summary.proopc-table-striped tr td, 
.proopc-product-name a, .col-name a {text-transform: none!important;}

/* magic zoom */
body > .mz-zoom-window.mz-inner > div,
body > .mz-zoom-window.mz-inner > span {display:none!important;}
