@media (min-width: 768px) {
	.products-list-view #products>div {
		width: 100% !important;
	}
}

@media (min-width: 1200px) {
	.products-grid-view>div {
		width: calc((100% / 4) - 8px) !important;
	}
}

@media (min-width: 1440px) {
	body.type-category .products-list-view #products>div {
		width: 100% !important;
	}
}

@media (min-width: 768px) {
	#products>div {
		width: calc(100% / 2 - 8px);
	}
}

@media (min-width: 1200px) {
	#products>div {
		width: calc((100% / 4) - 8px);
	}
}

.subcategories li:hover a {
	scale: 1.02;
}

@media (min-width: 1920px) {
	#products>div {
		width: calc((100% / 5) - 8px);
	}
}

.subcategories {
	margin-left: 0;
	margin-right: 0px;
}

.subcategories li {
	padding-left: 5.5px;
	padding-right: 5.5px;
}

.subcategories li a {
	background: transparent;
	border: 2px solid #363530;
	color: #363530;
	padding: 10px 20px !important;
	justify-content: start;
	border-radius: 0;
	margin-bottom: 0;
	height: 70px;
}

.subcategories {
	gap: 11px;
}

@media (min-width: 1440px) {
	.subcategories .col-xl-3 {
		width: calc(25% - 9px);
	}
}

.subcategories.with-image li {
	padding: 0;
}

.subcategories li a .text {
	font-size: 16px;
	line-height: 20px;
}

.subcategories li a:hover .text {
	text-decoration: unset !important;
}

.category__secondDescription {
	padding-top: 50px;
}

.category-content-wrapper {
	padding-bottom: 50px;
}

.products-block {
	background: #ffffff;
}

.type-category .products-block {
	margin-left: -5px;
	margin-right: -5px;
	background: unset;
}

.products-wrapper {
	position: relative;
}

.products-block>div {
	padding: 5px;
}

.products-block>div.product {
	background: #fff;
	padding: 5px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.products-block>div:hover {
	box-shadow: unset !important;
}

.products-block .quantity .increase,
.products-block .quantity .decrease {
	height: 25px;
	width: 25px;
	border-left: 1px solid #cfcfcf;
}

.products-block .quantity .decrease {
	border-top: 1px solid #cfcfcf;
	top: 25px;
	right: 0px;
	left: unset;
}

.products-block .quantity .increase::before,
.products-block .quantity .decrease::before {
	line-height: 25px;
}

.products-block .quantity {
	padding-left: 0px;
	padding-right: 30px;
	width: 30%;
}

.products-block .quantity input {
	width: 35px;
}

.products-block>div .p .p-bottom {
	padding-left: unset !important;
	padding-right: unset !important;
}

.products-block>div .p .p-bottom>div .p-tools .btn {
	font-size: 14px;
	width: 100% !important;
	margin: 0 !important;
	min-width: 100% !important;
	text-transform: uppercase;
}

.products-block>div .p-bottom>div .p-tools .quantity {
	display: none;
}

@media (max-width: 767px) {
	.products-block>div {
		margin-bottom: 0px !important;
	}
}

.products-block>div .p .p-bottom>div .p-tools form {
	display: flex;
	justify-content: center;
}

.products-block .p .name {
	padding-left: 0px;
	padding-right: 0px;
	-webkit-line-clamp: 2 !important;
	height: 40px !important;
	font-size: 16px;
	line-height: 20px;
}

.products-block>div .p .availability {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	line-height: 16px;
	text-align: left;
	width: fit-content;
	height: fit-content;
	margin-bottom: 20px;
	font-size: 14px;
}

.type-category button.btn.btn-cart.add-to-cart-button {
	width: 70% !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.type-category span.quantity {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}




.type-category .ratings-wrapper {
	order: -1;
}

.type-detail .ratings-wrapper {
	order: -1;
}

.type-category .p-in-in {
	display: flex;
	flex-direction: column;
}


.type-category .box.box-bg-default.box-sm.box-filters {
	display: none;
}

.type-category .category-header-pagination {
	display: none !important;
}

:where(body.ums_a11y_category_page--on) .category-header {
	align-items: center;
	-moz-column-gap: 16px;
	column-gap: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-bottom: 0px;
}

:where(body.ums_a11y_category_page--on) .listSorting__control:focus-visible,
:where(body.ums_a11y_category_page--on) .listSorting__control:hover,
:where(body.ums_a11y_category_page--on) .sortingToggle:focus-visible,
:where(body.ums_a11y_category_page--on) .sortingToggle:hover {
	color: black;
}

.type-category .custom-filters-dropdown .dropdown-menu {
	top: 50px;
}

.type-category div#manufacturer-filter form>fieldset {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


.type-category div#manufacturer-filter form>fieldset>div>label {
	display: flex;
	flex-direction: row;
	align-items: center;
}


.type-category div#manufacturer-filter form>fieldset>div {
	width: 100% !important;
}


.type-category div#filters {
	display: none;
}


.custom-filters-dropdown span {
	font-size: 15px;
}


.custom-filters-dropdown button {
	display: flex;
	align-items: center;
	gap: 5px;
}


.filter-label .filter-count {
	/* border-radius: 100%; */
	display: inline-block;
	height: 20px;
	line-height: 22px;
	/* padding: 0; */
	text-align: center;
	vertical-align: middle;
	/* width: 20px; */
	width: auto !important;
	min-width: 20px !important;
	padding: 0 6px !important;
	border-radius: 10px !important;
}

.custom-filters-dropdown span {
	font-size: 15px;
}

span.filter-count {
	color: white;
}

.filter-count {
	background-color: #363530;
}


@media(max-width: 767px) {
	.type-category .breadcrumbs {
		margin-top: 20px;
	}

	.category-title {
		text-align: left;
		margin-top: 10px;
		font-size: 28px;
	}

	.subcategories .col-xs-6 {
		width: calc(50% - 6px);
	}


	.sortingToggle {
		border: 2px solid #363530;
	}
}


@media (min-width: 1200px) and (max-width: 1439px) {
	.type-category ul.subcategories .col-lg-3 {
		width: calc(25% - 10px);
	}
}

@media(min-width: 768px) and (max-width: 1199px) {
	.type-category ul.subcategories .col-sm-6 {
		width: calc(50% - 6px);
	}
}

.type-category .products-list-view .variant-table .btn-cart:before {
	font-size: 0 !important;
	display: none !important;
}

.type-category .products-list-view button.btn.btn-plain.btn-cart.custom-injected-btn {
	font-size: 12px !important;
	width: auto;
}


.type-category .variant-table .table-row:last-child {
	border-bottom: none !important;
}


.type-category .products-list-view .variant-name::first-letter {
	text-transform: uppercase;
}

.type-category .products-list-view .variant-name>span {
	margin-left: 20px;
	font-size: 14Px !important;
}

div.filter-section form fieldset {
	display: flex;
	flex-direction: column;
}

div.filter-section form fieldset>div {
	width: 100% !important;
}


@media(max-width:450Px) {
	.subcategories .col-xs-6 {
		width: 100%;
	}
}


@media (max-width: 340px) {
	body.mobile.columns-mobile-2 .products-block:not(.products-list-view)>div {
		width: 100% !important;
		padding: 10px;
		margin: 0 10px;
	}
}


.product.has-variant-table .ratings-wrapper {
	display: none;
}

.product.has-variant-table .prices {
	display: none !important;
}

@media (max-width: 1700px) and (min-width: 1440px) {
	.subcategories .col-xl-3 {
		width: calc(100% / 3 - 22px / 3);
	}
}