



/* ########### - Настройки отображения товаров в категории #############    */ 
.row {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

div.product {
    border: 1px solid #ddd;
	max-width:280px;
    min-width: 220px;
    margin: 2px;
    flex: 0 0 auto;
    box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.1);
}


div.product-container {
    position: relative;
	padding:20px!important;
}
.vm-product-rating-container{
	padding:4px;
	text-align:center;
	vertical-align:middle;
}

.ratingbox{
	position: relative;
    display: inline-block;
    width: 120px;
    height: 24px;
    background: url(/images/Icons/color-stars.png) repeat-x scroll 0 bottom transparent;
    margin: 0 auto;
}

.vm-product-descr-container-1{
	height:120px;
	overflow:hidden;
	width:100%;
}

.vm-product-descr-container-1 h2{
	font-size:16pt;
	text-align:center;
}

.vm-product-descr-container-1 p{
	font-size:12pt;
	padding:14px 0px;
}



/* ########### - Настройки обертки продуктов #############     */
.product-wrapper {
    border: 1px solid #ddd;
    margin: 0px;
	height:100%;
    padding: 20px;
	width:100%;
}

.vm-product-wrapper{
	width:100%;
	height:auto;
	display: grid;
	grid-template-columns: 0.8fr 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	
}

.vm-product-wrapper>div{
	
}

.vm-product-details-wrapper{
	padding:40px;
	
}

.vm_h2{
	margin:0px 0px 10px 0px;
	padding:0px 0px 20px 0px;
}



/* ########### - Всякие медиа #############     */

.vm-product-media-wrapper{
    width: 100%;
	padding:20px!important;
}

.main-image{
	text-align: center;
	margin:0px;
	width:100%;
}


/* ########### - Всякие элементы #############     */

.product_h{
	display:block;
	width:100%;
	margin:0px; 
}

.product-short-description{
	margin: 10px 0px;
    padding: 0;
	font-size:14pt;
}

.product_s_desc{
	padding:20px 0px 0px 0px;
	width:100%!important;
	display:block;
	line-height:13pt;
}

/* ########### - Всякие цены #############     */

.spacer-buy-area{
	margin:10px 0px;
	
}

p.product-price{
	margin: 0 0 6px;
    text-align: left;
    float: left;
    line-height: 18px;
	white-space:nowrap;
}

.PricebasePrice{
	padding:5px;
}

.PricesalesPrice{
	padding:5px;
	
}

span.PricebasePrice, span.PricesalesPrice, span.vm-price-desc{
	font-size:12pt!important;
}

span.PricebasePrice, span.PricesalesPrice{
	color:red!important;
}



/* ########### - Мини картинки во вкладке товара #############     */

.additional-images-wrapper{
	margin:20px;
	display: flex;
}

.additional-images-wrapper>div{
	padding:6px;
	border:1px solid #ccc;
}

.extra_thumb{
	height:80px;
	width:80px;
	margin-left:20px;
}

.extra_thumb img{
	height:60px;
	width:60px;
}

/* ########### - Конец Мини картинок во вкладке товара #############     */



.manufacturer{
	margin:10px 0px;
}

.product-neighbours{
	color: #777;
    margin: 0 0 16px;
}

.product-neighbours a.previous-page {
    background: url(../images/vmgeneral/previous_16x16.png) no-repeat left;
    padding-left: 30px;
    line-height: 20px;
    float: left;
}

.product-neighbours a.next-page {
    background: url(../images/vmgeneral/next_16x16.png) no-repeat right;
    padding-right: 30px;
    line-height: 20px;
    float: right;
}

.icons{
	position:relative;
	top:10px;
	margin-top:20px;
	width:100%;
	display:block;
	clear:both;
}

.icons a{
	float:right;
}



#fancybox-title-inside{
	display:none;
}

.back-to-category{
	
}

/* ########### - Цены #############     */
.vm3pr-0 {
	
}

.vm3pr-1, .vm3pr-2, .vm3pr-3, .vm3pr-4, .vm3pr-5 {
	width:100%;
	height: 56px!important;
	text-align:justify;
	
}

/* ########### - Кнопка подробнее #############     */

a.product-details, a.details, div.details{
  background-position: 0 0;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #01365A;
  text-decoration: none;
  padding: 5px 5px 4px;
  width:100%;
}

div.vm-details-button {
  text-align: center;
  margin-top:6px;
}

div.vm-details-button a {
  padding: 11px 16px;
  border-top: 1px solid #01365A;
  border-bottom: 1px solid #01365A;
  font-size: 16px;
  width: 100%;
  line-height: 18px;
}

a.details:hover, div.details:hover, a.product-details:hover{
  background-position: 0 -80px;
  color: #777;
  background-position: 0 -40px;
  color: #000;
  text-decoration: none;
}



/* ########### - Отображение категорий #############     */

.category_row{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0px 10px;
	grid-auto-flow: row;
}

.category_div{
	padding:12px;
	border:1px solid #ccc;
	border-radius:6px;
	background:#f8fcff;
}

.category_div.spacer{
	margin:9px;
}

.category_div span{
	display:block;
	margin:8px 0px 0px 0px;
	text-align:center;
}

.category_div img{
	display:block;
	margin:0px auto;
	border-radius:6px;
}


/* ########### - Медиа #############  */   

@media screen and (min-width: 1081px){
	
	
}

@media screen and (max-width: 512px) {

.vm-product-wrapper{
	grid-template-columns: 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	

}
}

@media screen and (min-width: 513px) and (max-width: 800px) {

.vm-product-wrapper{
	grid-template-columns: 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	

}
}