﻿.productstabinfo {
	display: flex;
	align-items: start;
}

#productlistfrm {
	width: 100%;
}

.FilterBody .check-moding {
	max-height: 30rem;
	overflow-y: auto;
}

.SideBar {
	width: 320px;
	max-width: 100%;
	flex-shrink: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 24px;
	height: fit-content;
	padding: 24px;
	border: 1px solid var(--accent-color3);
	background: var(--light-3);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.ShopFilter {
	padding: 10px 0;
	overflow: hidden;
	border-top: 1px solid var(--light-1);
}

#productsfilters>.ShopFilter:first-child {
	border-top: none;
}

.ShopFilter .FilteredTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin-bottom: 1rem;
}

.ShopFilter .FilteredTitle #clearfilters {
	color: var(--accent-color);
}

.fancytree-icon {
	display: none !important;
}

.form-check:not(:last-child) {
	margin-bottom: 8px;
}

.form-check .form-check-input {
	vertical-align: middle;
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	background-color: transparent;
	border: solid 1px var(--light-0) !important;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	outline: none;
}

.form-check .form-check-input:checked {
	background-color: var(--accent-color);
	border-color: #000 !important;
}

.form-check .form-check-input:checked::after {
	content: '✓';
	position: absolute;
	color: #000;
	font-size: 12px;
	left: 4px;
	top: -1px;
	font-weight: bold;
}

.form-check .form-check-label {
	font-size: 12px;
	color: var(--light-0);
}

/**********************OnlyActiveAndDiscounted************************/

.only-active-check-label,
.only-dis-check-label {
	font-weight: bold;
}

.only-active-check-label::after,
.only-dis-check-label::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	transition: all 0.2s;
	border-radius: 50%;
	background: var(--light-0);
	top: calc(50% - 5px);
	left: 3px;
	cursor: pointer;
}

.only-active-check-label::before,
.only-dis-check-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
	border-radius: calc(var(--b-radius) * 4);
	transition: background-color 0.2s;
	width: 46px;
	height: 20px;
	background: var(--light-1);
	display: inline-block;
	transition: all 0.4s;
	cursor: pointer;
	-webkit-border-radius: calc(var(--b-radius) * 4);
	-moz-border-radius: calc(var(--b-radius) * 4);
	-ms-border-radius: calc(var(--b-radius) * 4);
	-o-border-radius: calc(var(--b-radius) * 4);
}

.only-active-check:checked+label::after,
.only-dis-check:checked+label::after {
	left: 29px;
	background: var(--accent-color3);
}

.only-active-check:checked+label::before,
.only-dis-check:checked+label::before {
	background-color: #03C051;
	opacity: 10%;
}

.productstabinfo .SideBar.active {
	right: 0;
}

.productstabinfo :where(select, input) {
	border-color: transparent;
}

.SideBar .clearfilters {
	color: var(--warning-color-1);
	cursor: pointer;
}

.SideBar .ui-fancytree {
	gap: 0;
}

.SideBar .ui-fancytree * {
	text-align: right;
}

.SideBar .ui-fancytree>li .fancytree-node {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.1em solid var(--light-1);
	padding: 0.3rem 0;
}


.SideBar .ui-fancytree>li .fancytree-node .fancytree-title {
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: "iranSite";
	line-height: normal;
	font-weight: normal;
	white-space: normal;
	font-size: 12px;
	background: none !important;
	border: none !important;
	margin: 0;
	padding: 0;
}


.SideBar .ui-fancytree>li .fancytree-node .fancytree-expander {
	display: none;
}

.SideBar .ui-fancytree>li .fancytree-node.fancytree-has-children {
	flex-direction: row-reverse;
}

.SideBar .ui-fancytree>li>.fancytree-node .fancytree-title:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: var(--dark-4);
	flex-shrink: 0;
}

.SideBar .ui-fancytree li .fancytree-node.fancytree-expanded .fancytree-title {
	color: var(--accent-color);
}

.SideBar .ui-fancytree li .fancytree-node.fancytree-expanded .fancytree-title:before {
	background-color: var(--accent-color);
}


.SideBar .ui-fancytree>li .fancytree-node.fancytree-has-children .fancytree-expander {
	display: block;
	min-width: 1.9rem;
	height: 1.9rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.478' height='4.832' viewBox='0 0 10.478 4.832'%3E%3Cpath d='M0,0,4.536,3.629,9.073,0' transform='translate(0.703 0.703)' fill='none' stroke='%23a4a4a4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease;
	transform: rotate(90deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	cursor: pointer;
}

.SideBar .ui-fancytree>li .fancytree-node.fancytree-has-children.fancytree-expanded .fancytree-expander {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.478' height='4.832' viewBox='0 0 10.478 4.832'%3E%3Cpath id='direction-down_01' d='M0,0,4.536,3.629,9.073,0' transform='translate(0.703 0.703)' fill='none' stroke='%2303c051' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
}

.SideBar .ui-fancytree>li .fancytree-node.fancytree-has-children.fancytree-expanded .fancytree-expander {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.SideBar ul.fancytree-container.fancytree-rtl ul {
	padding: 0 8px 0 0;
}

.SideBar .ui-fancytree>li .fancytree-node ul .fancytree-title {
	font-weight: normal;
}

.SideBar .ui-fancytree>li .fancytree-icon {
	/* display: none !important; */
}

.SideBar .ui-fancytree>li:last-child .fancytree-node {
	border: none;
}

.SideBar .ui-fancytree>li ul .fancytree-node .fancytree-title {
	font-weight: normal;
}

.SideBar .customlist-item {
	display: flex;
	align-items: center;
	gap: 1px;
	margin-bottom: 8px;
	cursor: pointer;
}

.SideBar .customlist-item .customlist-color {
	width: 2.92rem;
	height: 2.92rem;
	padding: 0.2rem;
	border: solid 1px var(--texture-color-7);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	background-size: cover;
}

.SideBar .customlist-item .customlist-color i {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.SideBar .customlist-item .customlist-thumbnail {
	display: none;
	width: 2.92rem;
	height: 2.92rem;
	padding: 0.2rem;
	border: solid 1px var(--texture-color-7);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	background-size: cover;
}

.SideBar .customlist-item input {
	-position: absolute;
	-opacity: 0;
}

.SideBar .customlist-item {
	font-size: 12px;
	color: var(--light-0);
}

.SideBar .customlist-item input {
	vertical-align: middle;
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	background-color: transparent;
	border: solid 1px var(--light-0) !important;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	outline: none;
}

.SideBar .customlist-item input:checked {
	background-color: var(--accent-color);
	border-color: #000 !important;
}

.SideBar .customlist-item input:checked::after {
	content: '✓';
	position: absolute;
	color: #000;
	font-size: 12px;
	left: 4px;
	top: -1px;
	font-weight: bold;
}

.SideBar .color-list .customlist-items .customlist-item {
	display: inline-block;
	vertical-align: top;
	margin: 0.2rem 0.28rem;
	text-align: center;
}

.SideBar .color-list .customlist-items .customlist-item .customlist-color {
	display: block;
	margin: 0 auto 0.3rem;
}

.SideBar .color-list .customlist-items .customlist-item .customlist-color i {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.price-ranges-info {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 8px;
	color: #6F6F6F;
	font-size: 12px;
}

.price-ranges-info input {
	direction: ltr;
	text-align: left;
	width: 66px;
	color: #6F6F6F;
	font-size: 12px;
}

.irs--round .irs-line {
	top: 29px;
	height: 1rem;
}

.irs--round .irs-handle {
	top: 26px;
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid #fff;
	background-color: var(--accent-color);
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
}

.irs--round .irs-bar {
	top: 30px;
	height: 1rem;
	background-color: var(--accent-color);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
	background-color: var(--accent-color) !important;
}

#priceranges #filterprice {
	font-size: 1rem;
	color: #fff;
	border-radius: 5px;
	background: var(--accent-color2);
	margin-top: 1rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	flex-wrap: wrap;
	margin-top: 70px;
}

.pagination .page-item {
	margin: 0px 2px;
}

.pagination .page-item .page-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background-color: var(--accent-color4);
	border-radius: 5px;
	font-size: 12px;
	color: var(--light-0);
	font-family: "Arial";
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.pagination .page-item .page-link span {
	display: block;
	/* line-height: 0; */
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
	background-color: var(--accent-color2);
	color: #fff;
}

.check-moding select {
	width: 100%;
}

@media (min-width: 768px) {
	.p-lg-relative {
		position: relative;
	}
}

@media screen and (min-width: 960px) {
	.col-lg-25 {
		flex: 0 0 auto;
		width: 20%;
	}
}

.ShopFilter ul.fancytree-container {
	background: unset;
	border: none;
	display: flex;
	flex-direction: column;
}

.accordion-panel .acc-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	cursor: pointer;
}

.accordion-panel .acc-head .title {
	font-size: 1rem;
	display: flex;
	align-items: center;
	gap: 4px;
}

.accordion-panel .acc-head .title svg {
	width: 18px;
	height: 18px;
	stroke: var(--accent-color);
}

.accordion-panel .acc-body {
	display: none;
	margin-top: 8px;
}

.accordion-panel .list-items,
.accordion-panel #cat-filter {
	margin-top: 8px;
	max-height: 260px;
	overflow-y: auto;
}

.accordion-panel .list-items::-webkit-scrollbar-track,
.accordion-panel #cat-filter::-webkit-scrollbar-track {
	border-radius: 1rem;
}

.accordion-panel .list-items::-webkit-scrollbar,
.accordion-panel #cat-filter::-webkit-scrollbar {
	width: 3px;

}

.accordion-panel .list-items::-webkit-scrollbar-thumb,
.accordion-panel #cat-filter::-webkit-scrollbar-thumb {
	border-radius: 0.5rem;
	background-color: var(--accent-color);
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}

.accordion-panel .acc-body .desc {
	font-size: 1rem;
}

.accordion-panel.open .acc-body {
	display: block;
}

.accordion-panel .acc-head .icon {
	position: relative;
	width: 10px;
	height: 10px;
	stroke: var(--dark-1);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.accordion-panel.open .acc-head .icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.ShopFilter .FilterHead strong {
	font-size: 14px;
	color: #000;
}

.seach-list {
	position: relative;
	border: solid 1px var(--light-1);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden;
}

.seach-list:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	background: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.623' height='15.487' viewBox='0 0 15.623 15.487'%3E%3Cpath id='search_01' d='M16.416,16.28l-1.442-1.428M2,8.783a6.848,6.848,0,1,1,6.848,6.783A6.816,6.816,0,0,1,2,8.783Z' transform='translate(-1.5 -1.5)' fill='none' stroke='%23a4a4a4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right center;
	width: 16px;
}

.seach-list input {
	width: 100%;
	height: 40px;
	font-size: 12px;
	outline: none !important;
	border: none;
	padding-right: 36px;
}

.seach-list input::placeholder {
	color: var(--light-0);
}

.b-shaddow-1 {
	box-shadow: 0px 0px 5px -3px #000;
}

.toggle-filter {
	background: var(--accent-color);
	padding: 0.4rem;
	border-radius: 0.4rem;
	margin-left: 1rem;
}

.toggle-filter span {
	color: #fff;
}

.toggle-filter svg {
	display: block;
	width: 1.8rem;
	height: 1.8rem;
}

.sort-wrapper {
	background-color: var(--accent-color4);
	border: solid 1px var(--accent-color3);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 24px;
	margin-bottom: 0.57rem;
}

.sort-wrapper svg {
	width: 24px;
	height: 24px;
	stroke: var(--accent-color2);
}

.sort-wrapper .label {
	font-size: 16px;
	font-weight: bold;
}


.sort-list .sort-item {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 15px;
	color: var(--dark-5);
}

.sort-list .sort-item:disabled {
	color: var(--accent-color) !important;
}

.checkbox label {
	display: flex;
}

.product-list {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	min-height: 60vh;
	border-radius: 10px;
	/* gap: 16px; */
}

.product-list .item-col {
	width: calc(100% / 5);
	min-width: 250px;
	max-width: 100%;
	flex-shrink: 0;
	height: 100%;
	padding: 0.57rem 0.57rem;
}

.product-list .product-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px;
	min-height: 258px;
	border-radius: 14px;
	background-color: white;
	box-shadow: 0px 0px 10px 0px #bfbfbf;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border: solid 1px transparent;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.product-list .product-card:hover {
	border-color: var(--accent-color);
	box-shadow: 0px 0px 10px 0px #03c05133;
}

.product-list .product-card .img-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 153px;
	width: 100%;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	background-color: var(--accent-color4);
}

.product-list .product-card .img-box img {
	max-height: 100%;
	width: auto;
	mix-blend-mode: multiply;
}

.product-list .product-card .cat-name {
	font-size: 12px;
	color: var(--dark-5);
	white-space: nowrap;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-list .product-card .cat-name svg {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	fill: var(--accent-color);
	stroke: var(--accent-color);
}

.product-list .product-card .available,
.product-list .product-card .unavailable {
	font-size: 12px;
	color: var(--accent-color);
	white-space: nowrap;
}

.product-list .product-card .available svg,
.product-list .product-card .unavailable svg {
	width: 16px;
	height: 16px;
	fill: var(--accent-color);
	stroke: var(--accent-color);
}

.product-list .product-card .unavailable {
	color: var(--gold);
}

.product-list .product-card .unavailable svg {
	fill: var(--gold);
	stroke: var(--gold);
}

.product-list .product-card .title {
	height: 50px;
	font-size: 1rem;
	color: var(--dark-5);
	text-align: right;
	margin: 0.57rem 0 2rem;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-list .product-card .card-foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	min-height: 77px;
	gap: 1rem;
	padding-top: 0.57rem;
	border-top: dashed 1px var(--light-1);
}

.product-list .product-card .price-box {
	min-height: 68px;
}

.product-list .product-card .price-box .price {
	font-size: 1.17rem;
	color: var(--accent-color3);
	line-height: normal;
}

.product-list .product-card .price-box .discount-price {
	font-size: 12px;
	color: var(--light-0);
}

.product-list .product-card .price-box .currency {
	font-size: 14px;
	color: var(--light-0);
}

.product-list .product-card .card-head {
	width: 100%;
	min-height: 24px;
	margin-bottom: 0.57rem;
}

.product-list .product-card .discount {
	font-size: 12px;
	color: #FF0000;
}

.product-list .product-card .discount svg {
	width: 13px;
	height: 13px;
	stroke: currentColor;
}

.product-list .product-card .add-to-fav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.product-list .product-card .add-to-fav svg {
	width: 100%;
	height: 100%;
	stroke: var(--accent-color);
	fill: none;
}

.product-list .product-card .add-to-fav.active svg {
	fill: var(--accent-color);
}



.product-list .addToBasket svg {
	width: 1.8rem;
	height: 1.8rem;
	stroke: var(--accent-color);
}

.product-list .discount-box {
	position: absolute;
	top: 0.6rem;
	right: 0.6rem;
	left: 0.6rem;
	padding: 0.6rem;
	border-radius: 5px;
	background: rgba(158, 11, 15, 0.6);
	z-index: 10;
}

.product-list .discount-box svg {
	width: 18px;
	height: 18px;
	stroke: #F5B014;
	margin-left: 0.5rem;
}

.product-list .discount-box .caption {
	font-size: 0.9rem;
	color: #fff;
}

.product-list .discount-box .soon {
	direction: ltr;
}

.product-list .discount-box .soon .soon-label {
	display: none;
}

.product-list .discount-box .soon .soon-separator {
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	margin: 0px 0.3rem;
}

.product-list .discount-box .soon .soon-group-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-list .discount-box .soon .soon-group-inner .soon-group-sub {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #fff;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	padding-top: 4px;
}

.notification-form-modal {
	width: 400px !important;
	max-width: 100% !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 1.5rem !important;
}

.notification-form-modal .notification-form .input-group {
	position: relative;
	border: solid 1px #F1EEEE !important;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 0.2rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 0px 1rem;
	margin-bottom: 1rem;
}

.notification-form-modal .notification-form .input-group .form-control {
	width: 100%;
	height: 42px;
	border: none !important;
	outline: none;
	font-size: 1rem;
	padding: 0.5rem 0;
	resize: none;
}

.notification-form-modal .notification-form .input-group .form-control::placeholder {
	color: #959595;
	font-size: 1rem;
	font-weight: normal;
}

.notification-form-modal .notification-form .input-group .form-control:disabled {
	background-color: transparent;
}

.notification-form-modal .notification-form .input-group svg {
	min-width: 1.8rem;
	width: 1.8rem;
	height: 1.8rem;
	stroke: #1B2C65;
	margin-left: 0.8rem;
}

.notification-form-modal .notification-form .btn {
	display: flex;
	align-items: center;
	border: none;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	gap: 8px;
	background: var(--accent-color);
	color: #fff !important;
	margin: auto;
	cursor: pointer;
	font-weight: normal;
}

.notification-form-modal .notification-form .btn svg {
	width: 1.4rem;
	height: 1.4rem;
	stroke: #fff;
	fill: #fff;
}

#productlistsortingmenu {
	-white-space: nowrap;
}

#productlistsortingmenu .sort-list {
	max-width: 80dvw;
	overflow-x: auto;
	padding: 5px 0 8px;
	white-space: nowrap;
}

#productlistsortingmenu svg {
	min-width: 16px;
}

.thumbnail-cat-list {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6.2%;
	text-align: center;
	padding: 1rem 0 80px;
	margin: 0 auto;
}

/* thumbnail-cat */
.thumbnail-cat-list .thumbnail-cat {
	overflow: hidden;
}

/* swiper-slide */
.thumbnail-cat-list .thumbnail-cat .swiper-slide {
	width: 11.3rem;
}

/* item */
.thumbnail-cat-list .thumbnail-cat .item {
	display: block;
	margin: auto;
	white-space: normal;
}

/* img-box */
.thumbnail-cat-list .thumbnail-cat .item .img-box {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1/1;
	background: url("/DesktopModules/eCommerce/images/noimagefound.jpg") no-repeat center;
	background-size: cover;
	border-radius: 1.42rem;
	-webkit-border-radius: 1.42rem;
	-moz-border-radius: 1.42rem;
	-ms-border-radius: 1.42rem;
	-o-border-radius: 1.42rem;
	overflow: hidden;
}

/* img inside img-box */
.thumbnail-cat-list .thumbnail-cat .item .img-box img {
	width: 100%;
	object-fit: cover;
}

/* title */
.thumbnail-cat-list .thumbnail-cat .item .title {
	font-size: 1.35rem;
	font-weight: normal;
	margin: 0.5rem auto 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	width: 100%;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

/* ================= MOBILE ================= */


@media (max-width: 1320px) {
	.product-list {
		justify-content: center;
	}
}

@media (max-width: 990px) {
	.product-list .item-col {
		width: calc(100% / 3);
	}

	.SideBar {
		display: none;
		width: 100%;
		height: auto;
		margin-bottom: 1rem;
	}
}


@media (max-width: 768px) {
	.product-list .item-col {
		width: calc(100% / 2);
	}

	.thumbnail-cat-list {
		gap: 0.57rem;
	}

	.thumbnail-cat-list .thumbnail-cat .swiper-slide {
		width: 8.5rem;
	}

	.thumbnail-cat-list .thumbnail-cat .swiper-slide .item .img-box {
		width: 8.28rem;
		margin: auto;
		border-radius: 1rem;
	}

	.thumbnail-cat-list .thumbnail-cat .swiper-slide .item .title {
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	.product-list .item-col {
		width: 100%;
	}
}

@media (max-width: 360px) {}