.vmstatic.default div.caption.active{
	background-color: #1b1047;
	color: white;
}

.vmstatic.default div.thumbnail.active{
	border-color:  #1b1047;
}

.sidebar .vmstatic.default h3.col-xs-12{
	margin-top: 10px;
	padding: 0px;
}

.vmstatic.images h3{
	margin-top: 10px;
	margin-left: 1%;
}

.sidebar .vmstatic.pills{
	margin-bottom: 10px;
}

.vmstatic.pills li{
	margin-top: 5px; 
	margin-bottom: 5px; 
}

.vmstatic .filterblock{
	float: left;
}

.vmstatic .flc2{
	margin: 1%;
	width:  48%;
}

.vmstatic .flc3{
	margin: 1.16%;
	width:  31%;
}

.vmstatic .flc4{
	margin: 0.5%;
	width:  24%;	
}

.vmstatic .flc5{
	margin: 1%;
	width:  18%;
}

.vmstatic .flc6{
	margin: 0.5%;
	width:  15.66%;	
}

.vmstatic .flc7{
	margin: 0.5%;
	width:  13.28%;	
}

.vmstatic .flc8{
	margin: 0.5%;
	width:  11.5%;	
}

.vmstatic .flc9{
	margin: 0.5%;
	width:  10.11%;	
}

.vmstatic .flc10{
	margin: 0.5%;
	width:  9%;
}

@media (max-width: 768px){
	/* показываем по 4 */
	.vmstatic .flc3, 
	.vmstatic .flc4,
	.vmstatic .flc5,
	.vmstatic .flc6
	{
		margin: 1%;
        /*width:  23%;*/
		width:  48%;
	}

	/* показываем по 5 */
	.vmstatic .flc7,
	.vmstatic .flc8
	{
		margin: 1%;
		/*width:  18%;	*/
        width:  48%;
	}

	/* показываем по 6 */
	.vmstatic .flc9,
	.vmstatic .flc10
	{
		margin: 1%;
		/*width:  14.66%;	*/
        width:  48%;
	}

}


.vmstatic .filterblock img{
    max-width:  98%;
    max-height: 90%;
    margin: 5% 1%;
}

.vmstatic .filterblocklink{
    display: block;
}

.vmstatic .filterblocklink:hover .filterblocktitle{
	background-color: #eee;
}

.vmstatic .filterblocklink:hover{
	text-decoration: none;
}

.vmstatic .filterblockimage{
	border-radius: 6px 6px 0px 0px;
	border: 1px solid #d7d9da;
	text-align: center;
}

.vmstatic .filterblocktitle{
	padding: 0px 2px;
	border-color: #d7d9da;
	border-style: solid;
	border-radius: 0px 0px 6px 6px;
	border-width: 0px 1px 1px 1px;
}

.vmstatic .filterblock h4{
	text-align:  center;
	overflow: 	 hidden;
	font-size:   12px;
	margin: 	 0px;
	padding: 	 5px;
	white-space: nowrap;
	width:		 100%;
}

.vmstatic .filterblockactive .filterblocktitle{
	background-color: #1b1047!important;
	border-color: #1b1047;
	color: white;
}

.vmstatic .filterblockactive .filterblockimage{
	border-color: #1b1047;
}

.vmstatic.imagepills > div {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 5px;
}

.vmstatic.imagepills > div > a{
	border-color: #d7d9da;
	border-style: solid;
	border-radius: 6px;
	border-width: 1px;
	display: block;
	position: relative;
}

.vmstatic.imagepills div > a:hover{
	background-color: #d7d9da;
	text-decoration: none;
}

.vmstatic.imagepills div.active > a{
	background-color: #1b1047!important;
	border-color: #1b1047;
	color: #FFF;
}

.vmstatic.imagepills .img-responsive{
	border-radius: 5px 0px 0px 5px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 1px;
}

.vmstatic.imagepills .product-img{
	width:  59px;
	height: 58px;
	float: left;
	border-right: 1px solid #d7d9da;
	margin-right: 1%;
	background-color: #FFF;
	border-radius: 5px 0px 0px 5px;
}

.vmstatic.imagepills .product-img > img{
	max-height: 58px;
}

.vmstatic.imagepills div.active .product-img{
	border-color: #1b1047;
}

.vmstatic.imagepills h4{
    margin: 0;
    font-size: 14px;
    vertical-align: middle;
    display: table-cell;
    height: 56px;
}