.catalog-price {
	color:red;
}
div.catalog-section table td {
	padding-right:10px;
	padding-top:10px;
}
@media (max-width: 768px) {
	.v-sort-filter-wrapper {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 1rem;
		justify-content: center;
	}
	body .sort_header .sort_filter {
		gap: 10px;
	}
	.vi-custom-filter-wrapper-btn {
		margin: 0!important;
	}
	.vi-catalog-menu-filters-wrapper {
		width: 170px!important;
	}
	.vi-custom-filter-wrapper-btn {
		width: 100% !important;
	}
	body .sort_header .sort_filter a {
		margin: 0!important;
	}
}
@media (max-width: 620px) {
	.catalog-list-grid.new-grid {
		padding-top: 40px;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
	.catalog-list-grid.new-grid .product-item {
		margin: 0;
	}

}

@media (max-width: 580px) {
	.catalog-list-grid.new-grid .product-item .product-item__image{
		max-height: 180px;
		height: initial;
		padding: 10px;
	}
	.catalog-list-grid.new-grid .product-item {
		padding: 10px;
	}
	.catalog-list-grid.new-grid .product-item .product-item__title {
		margin-top: 0;
	}
	h1 {
		font-size: 2rem!important;
	}
}

@media (min-width:768px ) and (max-width: 1279px) {
	.v-sort-filter-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 1280px) {
	.content-with-left-sidebar .content-wrapper .sort_header {
		display: none!important;
	}
}
@media (min-width: 1280px) {
	.v-sort-filter-wrapper .sort_header {
		display: none!important;
	}
}