.vm-categories-wall-spacer {
	padding: 5px 45px;
}

#com_virtuemart .virtuemart-category__container.grid div.product .prod-box .vm-product-media-container,
	.comvirtuemartmod .virtuemart-category__container.grid div.product .prod-box .vm-product-media-container {
	height: 269px;
	overflow: hidden;
}

.virtuemart-category__container, .comvirtuemartmod .tab-content {
	overflow: hidden;
	padding: 20px;
	margin: -20px;
	margin-bottom: -30px;
}

.virtuemart-category__container .vm-product-media-container,
	.comvirtuemartmod .tab-content .vm-product-media-container {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.virtuemart-category__container .vm-product-media-container a,
	.comvirtuemartmod .tab-content .vm-product-media-container a {
	padding: 20px;
	display: table-cell;
	width: auto;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	height: 227px;
}

.virtuemart-category__container .vm-product-media-container:hover,
	.comvirtuemartmod .tab-content .vm-product-media-container:hover {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#com_virtuemart .category-view .category_description, .comvirtuemartmod .category-view .category_description,
	#com_virtuemart .category-view .orderby-displaynumber,
	.comvirtuemartmod .category-view .orderby-displaynumber {
	font-size: 14px !important;
}

#com_virtuemart .category-view .category, .comvirtuemartmod .category-view .category
	{
	margin-bottom: 30px;
}

@media ( min-width : 320px) and (max-width: 767px) {
	#com_virtuemart .category-view .category, .comvirtuemartmod .category-view .category
		{
		margin-top: 0;
	}
}

#com_virtuemart .category-view .category h4, .comvirtuemartmod .category-view .category h4
	{
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
}

#com_virtuemart .category-view .category .spacer, .comvirtuemartmod .category-view .category .spacer
	{
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	height: 193px;
	overflow: hidden;
}

#com_virtuemart .category-view .category .spacer a, .comvirtuemartmod .category-view .category .spacer a
	{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	padding: 30px;
}

#com_virtuemart .category-view .category .spacer:hover a img,
	.comvirtuemartmod .category-view .category .spacer:hover a img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

#com_virtuemart .category-view span.quantity-box, .comvirtuemartmod .category-view span.quantity-box
	{
	width: 0;
	font-size: 0;
	line-height: 0;
}

#com_virtuemart .category-view .addtocart-bar, .comvirtuemartmod .category-view .addtocart-bar
	{
	font-size: 0;
}

/* FILTROVANI */
.cf_flt_wrapper {
	Xdisplay: inline-block;
}

.cf_form .cf_wrapper_input_text {
	display: block;
}

.cf_form .cf_wrapper_input_text_2 input[type="search"] {
	width: 32%;
}

.cf_filtering_slide_container {
	text-align: center;
}

.cf_form .cf_filtering_slider_gutter {
	display: inline-block;
	float: none;
}

.cf_form .headexpand {
	margin-top: 3px;
}

.cf_form .cf_filters_list {
	margin-left: 18px;
}

.cf_form .cf_flt_header {
	font-size: 14px;
	font-weight: normal;
}

.cf_form .cf_resetAll_link {
	font-size: 14px;
}

.product_sku, .product_gtin {
	display: inline-block;
	vertical-align: middle;
}

div[class*="vm-product-descr-container"] {
	padding-bottom: 10px;
}

#com_virtuemart .category-view .product_in_stock {
	padding-bottom: 5px;
}

.material-icons-card_giftcard {
    display: inline-block;
	color: #4ac0e0;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	height: 32px;
}