.vfilter-container {
	margin-bottom: 20px;
}
.vbtn {
	text-decoration: none;
    display: inline-block;
    font-weight: 400;
	font-size: 12px !important;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
	margin-bottom: .45rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.vbtn-secondary {
    color: #fff;
    background-color: #686868;
    border-color: #686868;
}
.vbtn-active {
    color: #fff;
    background-color: #AAD120;
    border-color: #AAD120;
}
.catalog-price {
	 color:red;
}
div.catalog-section table td {
	padding-right:10px;
/*	padding-top:10px;*/
}


.warp_item{
	margin-bottom: 15px;
}


.warp_img a img{
	border: 3px solid #f96c1f;
}

.warp_img a {
	height: 150px;
	display: block;
}

.warp_prev_text{
	max-height: 150px;
	overflow: hidden;
}