﻿#priceranges input[type=number]::-webkit-inner-spin-button,
#priceranges input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

#priceranges input[type=number] {
	-moz-appearance: textfield
}

#categories {
	text-align: center;
	margin-bottom: 3rem;

	.cat-slider {
		.item {
			display: inline-block;
			vertical-align: top;
			width: 11rem;
			margin: 0 0.2rem 0.5rem;

			.img-box {
				width: 100%;
				aspect-ratio: 4 / 2;
				background: url(/DesktopModules/eCommerce/images/noimagefound.jpg) no-repeat center;
				background-size: cover;
				border-radius: var(--radius-5);
				-webkit-border-radius: var(--radius-5);
				-moz-border-radius: var(--radius-5);
				-ms-border-radius: var(--radius-5);
				-o-border-radius: var(--radius-5);
				overflow: hidden;

				img {
					width: 100%;
					height: 100%;
					object-fit: cover;
					border-radius: var(--radius-5);
					-webkit-border-radius: var(--radius-5);
					-moz-border-radius: var(--radius-5);
					-ms-border-radius: var(--radius-5);
					-o-border-radius: var(--radius-5);
				}
			}

			.title {
				font-size: 1.17rem;
			}
		}
	}
}

#priceranges {
	.price-ranges-info {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;

		&:before {
			content: '';
			position: absolute;
			top: 50%;
			right: 0;
			left: 0;
			height: 2px;
			background-color: var(--primary-darker);
		}

		.price-box {
			position: relative;
			z-index: 1;
			width: 10.76rem;
			max-width: 45%;
			height: 3.07rem;
			border-radius: var(--radius);
			background-color: var(--primary-darker);
			font-size: 1.07rem !important;
			color: var(--White);
			padding: 0.5rem 1.23rem;

			#frompriceshow,
			#topriceshow {
				width: 100%;
				line-height: 28px;
				display: flex;
				align-items: center;
				justify-content: center;
				padding: 0 1rem;
				overflow: hidden;
				border: none;
				text-align: center;
				font-size: 1.07rem !important;
				color: var(--White);
				background: none;
			}
		}
	}
}

#technicalfilters .card:first-child {
	margin-top: 5px;
}

#technicalfilters .checkbox label,
#technicalfilters .radio label {
	padding-right: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block
}

#technicalfilters .checkbox label:hover,
#technicalfilters .radio label:hover {
	background-color: #f9f9f9
}

#technicalfilters .mb-2 .list-items {
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto
}

#technicalfilters .mb-2 .seach-list {
	margin-bottom: 15px
}

#technicalfilters .mb-2 .seach-list input[type="text"] {
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZTBlMGUwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNOTEuOSw5MS45Yy0zLjUsMy41LTkuMiwzLjUtMTIuNywwTDYyLjcsNzUuNEM1Ni45LDc5LDUwLjEsODEsNDIuNyw4MUMyMS42LDgxLDQuNSw2My45LDQuNSw0Mi43ICBTMjEuNiw0LjUsNDIuNyw0LjVTODEsMjEuNiw4MSw0Mi43YzAsNy4zLTIuMSwxNC4xLTUuNiwyMGwxNi41LDE2LjVDOTUuNCw4Mi43LDk1LjQsODguNCw5MS45LDkxLjl6IE00Mi43LDE1LjcgIGMtMTQuOSwwLTI3LDEyLjEtMjcsMjdzMTIuMSwyNywyNywyN3MyNy0xMi4xLDI3LTI3UzU3LjcsMTUuNyw0Mi43LDE1Ljd6Ij48L3BhdGg+PC9zdmc+")
}

#technicalfilters .mb-2 .list-items .customlist-items .customlist-item {
	padding-right: 0px !important;
	display: block;
	position: relative;
	cursor: pointer
}

#technicalfilters .mb-2 .list-items .customlist-items .customlist-item input {
	display: none
}

#technicalfilters .mb-2 .list-items .customlist-items .customlist-item .customlist-color {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	margin-left: 2px;
	position: relative;
	background-position: center;
	background-repeat: repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

#technicalfilters .mb-2 .list-items .customlist-items .customlist-item .customlist-color i {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

#technicalfilters .mb-2 .list-items .customlist-items .customlist-item .customlist-thumbnail {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
	margin-left: 2px
}

#technicalfilters .mb-2 .list-items .customlist-items .customlist-item input:checked+.customlist-checked::before,
#technicalfilters .mb-2 .list-items .customlist-items .customlist-item input:checked+label+.customlist-checked::before {
	content: '\2611';
	color: #39d2b4;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: -5px;
	font-style: normal
}

.FilterBody .check-moding {
	max-height: 30rem;
	overflow-y: auto;
}

.ShopFilter {
	margin-bottom: 0.5rem;
}

.ShopFilter .FilteredTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	font-size: 1rem;
	color: #000;
	margin-bottom: 1rem;

	#clearfilters {
		color: var(--accent-color);
	}
}

.fancytree-icon {
	display: none !important;
}

.ShopFilter .FilterBody {
	max-height: 30vh;
}

#priceranges {
	.FilterBody {
		max-height: unset;
	}

	#filterprice {
		font-size: 1.05rem;
		color: var(--White);
		border-radius: var(--radius);
		background: var(--primary-lighter);
		-webkit-border-radius: var(--radius);
		-moz-border-radius: var(--radius);
		-ms-border-radius: var(--radius);
		-o-border-radius: var(--radius);
		margin-top: 1rem;
	}
}

.irs--round .irs-line {
	top: 29px;
	height: 1rem;
	background: none;
}

.irs--round .irs-handle {
	top: 26px;
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid var(--White);
	background-color: var(--primary-darker) !important;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
}

.irs--round .irs-bar {
	top: 35px;
	height: 0.1rem;
	background-color: var(--secendry-lighter);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
	background-color: var(--primary-darker) !important;
}

/**********************OnlyActiveAndDiscounted************************/
.only-active-check-label::after,
.only-dis-check-label::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	transition: all .2s;
	border-radius: 50%;
	background: var(--White);
	top: calc(50% - 6px);
	left: -1px;
}

.only-active-check-label::before,
.only-dis-check-label::before {
	content: '';
	position: absolute;
	left: -0.3rem;
	top: calc(50% - 8px);
	border-radius: calc(var(--b-radius) * 4);
	transition: background-color .2s;
	width: 31px;
	height: 16px;
	background: #d1d1d6;
	display: inline-block;
	transition: all 0.4s;
	-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: 13px;
	background: #fff;
}

.only-active-check:checked+label::before,
.only-dis-check:checked+label::before {
	background-color: var(--button-color);
}

.productstabinfo .SideBar.active {
	right: 0
}

.productstabinfo :where(select, input) {
	border-color: transparent;
}


.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;
}

.ShopFilter .FilterHead strong {
	font-size: 14px;
	color: #000;
}

.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;

	span {
		color: var(--White);
	}

	svg {
		display: block;
		stroke: var(--White);
		width: 1.8rem;
		height: 1.8rem;
	}
} */

.sort-row {
	.label {
		font-size: 1rem;
	}

	.sort-side {
		width: calc(100% - 5rem);
		white-space: nowrap;
	}
}

.sort-list {
	.sort-item {
		background: none;
		border: none;
		padding: 0;
		cursor: pointer;
		font-size: 12px;

		&:disabled {
			color: black !important;
			font-weight: bold;
		}
	}

	@media(max-width: 768px) {
		padding: 0.0rem 0.3rem;
		border-radius: var(--radius-5);
		border: solid 1px var(--accent-color-7);
	}
}

.checkbox {
	label {
		display: flex;
	}
}

.toggle-filter {
	height: 3.84rem;
	font-weight: 700;
	color: var(--White);
	background: var(--primary-darker);
	border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	-moz-border-radius: var(--radius);
	-ms-border-radius: var(--radius);
	-o-border-radius: var(--radius);
	margin-bottom: 1.84rem;

	svg {
		width: 1.84rem;
		aspect-ratio: 1/1;
	}
}

.product-list-page {
	.product-list {
		.slider-product-card {
			display: inline-block;
			vertical-align: top;
			width: calc((100% / 5) - 1.3rem);
			border: solid 1px var(--text-light-2);
			margin: 0 0.5rem 1.23rem;
		}
	}

	@media(max-width:1200px) {
		.product-list {
			.slider-product-card {
				width: calc((100% / 4) - 1.3rem);
			}
		}
	}

	@media(max-width:990px) {
		.product-list {
			.slider-product-card {
				width: calc((100% / 3) - 1.3rem);
			}
		}
	}

	@media(max-width:570px) {
		.product-list {
			.slider-product-card {
				width: calc((100% / 2) - 0.8rem);
				margin: 0 0.3rem 0.8rem;
			}
		}
	}
}

.SideBar {
	position: sticky;
	top: 6rem;
	height: fit-content;
	margin-bottom: 1.5rem;
	border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	-moz-border-radius: var(--radius);
	-ms-border-radius: var(--radius);
	-o-border-radius: var(--radius);
	overflow: hidden;

	.head {
		padding: 1.92rem 0 0;

		.close-sidebar {
			display: inline-block;

			svg {
				display: block;
				width: 1.84rem;
				aspect-ratio: 1/1;
				stroke: var(--secendry-main);
			}
		}
	}

	.search-products {
		display: flex;
		align-items: center;
		background: var(--bg-2);
		padding: 0 1.06rem;
		gap: 0.8rem;
		border-radius: var(--radius);
		-webkit-border-radius: var(--radius);
		-moz-border-radius: var(--radius);
		-ms-border-radius: var(--radius);
		-o-border-radius: var(--radius);

		input {
			width: 100%;
			height: 3.2rem;
			background: transparent;
			outline: none;
		}

		.search-btn {
			display: block;

			svg {
				display: block;
				width: 1.4rem;
				min-width: 1.4rem;
				aspect-ratio: 1/1;
				stroke: #707070;
			}
		}
	}

	.accordion-panel {
		border-bottom: solid 1px var(--secendry-subtle);

		.acc-head {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 0 0 0.5rem 0;
			cursor: pointer;

			svg {
				display: block;
				width: 1.84rem;
				height: 1.84rem;
				fill: var(--secendry-main);
				stroke: none;
				transition: all .3s ease-in-out;
			}

			.title {
				font-size: 1.15rem;
				color: var(--accent-color);
			}
		}

		.acc-body {
			display: none;
			padding: 0.5rem 0;

			.desc {
				font-size: 1rem;
			}

			&.open {
				display: block;
			}
		}

		&.open {
			.acc-head {
				.icon {
					transform: rotate(-90deg);
					-webkit-transform: rotate(-90deg);
					-moz-transform: rotate(-90deg);
					-ms-transform: rotate(-90deg);
					-o-transform: rotate(-90deg);
				}
			}
		}
	}

	.ShopFilter .FilterHead strong {
		font-size: 14px;
		color: #000;
	}

	.bootstrap-tagsinput .tag {
		padding: 0.3rem 1rem;
		background-color: var(--bg-2);
		display: inline-flex;
		align-items: center;
		gap: 0.9rem;
		border-radius: var(--radius-5);
	}

	.bootstrap-tagsinput .tag [data-role="remove"] {
		position: relative;
		font-weight: normal
	}

	.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
		box-shadow: none;
	}

	.main-label {
		display: block;
	}

	#filters-tag {
		.title {
			font-size: 1.07rem;
		}

		.clearfilters {
			color: var(--text3);
			cursor: pointer;
		}
	}

	.ui-fancytree {
		gap: 0;
		padding: 0;

		>li {

			.fancytree-node {
				display: flex;
				align-items: center;
				padding: 0.3rem 0;

				.fancytree-title {
					font-family: 'iranSite';
					line-height: 2rem;
					/* font-weight: bold; */
					white-space: normal;
					background: none !important;
					border: none !important;
					margin: 0;
					padding: 0;
				}

				.fancytree-expander {
					display: none;
				}

				&.fancytree-has-children {
					.fancytree-expander {
						display: flex;
						width: 1.84rem;
						height: 1.84rem;
						background: url(../images/chevron-left.svg) no-repeat center center;
						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;
						position: absolute;
						left: 0;
						margin: 0 !important;
					}

					&.fancytree-expanded {
						.fancytree-expander {
							transform: rotate(-90deg);
							-webkit-transform: rotate(-90deg);
							-moz-transform: rotate(-90deg);
							-ms-transform: rotate(-90deg);
							-o-transform: rotate(-90deg);
						}
					}
				}

				ul {

					.fancytree-title {
						font-weight: normal;
					}
				}
			}

			.fancytree-icon {
				display: none !important;
			}

			&:last-child {
				.fancytree-node {
					border: none
				}
			}

			ul {
				.fancytree-node {
					.fancytree-title {
						font-weight: normal;
					}
				}
			}
		}

		ul {
			padding: 0 0.8rem 0 0 !important;
		}

		li {
			padding: 0.3rem 0;
			border-bottom: solid 1px var(--secendry-subtle);

			&:last-child {
				border-bottom: 0;
			}

			.fancytree-node {
				position: relative;
				padding-right: 2.5rem;
				cursor: pointer;

				&:before {
					content: '';
					position: absolute;
					right: 0;
					width: 1.84rem;
					height: 1.84rem;
					border: solid 1px var(--secendry-subtle);
					border-radius: var(--radius);
					-webkit-border-radius: var(--radius);
					-moz-border-radius: var(--radius);
					-ms-border-radius: var(--radius);
					-o-border-radius: var(--radius);

				}

				&:after {
					content: '';
					position: absolute;
					right: 0;
					width: 1.84rem;
					height: 1.84rem;
					background: url('../images/check.svg') no-repeat center center;
				}

				&.fancytree-selected {
					&:before {
						background-color: red;
					}
				}
			}
		}
	}

	.list-items {
		.form-check {
			display: flex;
			align-items: center;
			padding: 0.3rem 0;
			border-bottom: solid 1px var(--secendry-subtle);

			.form-check-input {
				position: relative;
				width: 0;
				height: 1.84rem;
				margin: 0 0 0 2.5rem;
				cursor: pointer;

				&:before {
					content: '';
					position: absolute;
					right: 0;
					width: 1.84rem;
					height: 1.84rem;
					border: solid 1px var(--secendry-subtle);
					border-radius: var(--radius);
					-webkit-border-radius: var(--radius);
					-moz-border-radius: var(--radius);
					-ms-border-radius: var(--radius);
					-o-border-radius: var(--radius);

				}

				&:after {
					content: '';
					position: absolute;
					right: 0;
					width: 1.84rem;
					height: 1.84rem;
					background: url('../images/check.svg') no-repeat center center;
				}

				&:checked {
					&:before {
						background-color: red;
					}
				}
			}

			&:last-child {
				border-bottom: 0;
			}
		}

		select {

			display: block;
			width: 100%;
			border: solid 1px var(--text-light-2);
			padding: 0.5rem 1rem;
			border-radius: 0.5rem;
		}
	}

	.customlist-item {
		position: relative;
		display: flex;
		align-items: center;
		gap: 0.3rem;
		margin-bottom: 0.3rem;
		cursor: pointer;

		.customlist-color {
			width: 2.92rem;
			height: 2.92rem;
			padding: 0.2rem;
			border: solid 1px var(--texture-color-7);
			border-radius: var(--radius-5);
			-webkit-border-radius: var(--radius-5);
			-moz-border-radius: var(--radius-5);
			-ms-border-radius: var(--radius-5);
			-o-border-radius: var(--radius-5);
			background-size: cover;

			i {
				display: block;
				width: 100%;
				height: 100%;
				background-size: cover;
				border-radius: var(--radius-5);
				-webkit-border-radius: var(--radius-5);
				-moz-border-radius: var(--radius-5);
				-ms-border-radius: var(--radius-5);
				-o-border-radius: var(--radius-5);
			}
		}

		.customlist-thumbnail {
			width: 1.6rem;
			height: 1.6rem;
			padding: 0.2rem;
			border: solid 1px var(--texture-color-7);
			border-radius: var(--radius-5);
			-webkit-border-radius: var(--radius-5);
			-moz-border-radius: var(--radius-5);
			-ms-border-radius: var(--radius-5);
			-o-border-radius: var(--radius-5);
			background-size: cover;
		}

		input {
			position: relative;
			margin: 0.5rem;

			&:before {
				content: '';
				position: absolute;
				right: -0.5rem;
				top: -0.5rem;
				width: 1.84rem;
				height: 1.84rem;
				border: solid 1px var(--secendry-subtle);
				background: var(--White);
				border-radius: var(--radius);
				-webkit-border-radius: var(--radius);
				-moz-border-radius: var(--radius);
				-ms-border-radius: var(--radius);
				-o-border-radius: var(--radius);

			}

			&:after {
				content: '';
				position: absolute;
				right: -0.5rem;
				top: -0.5rem;
				width: 1.84rem;
				height: 1.84rem;
				background: url('../images/check.svg') no-repeat center center;
			}

			&:checked {
				&:before {
					background-color: red;
				}
			}
		}


	}

	.color-list {
		.customlist-items {
			display: flex;
			flex-wrap: wrap;

			.customlist-item {
				display: flex;
				vertical-align: top;
				margin: 0.2rem 0.28rem;
				text-align: center;
				flex: 0 0 43%;

				.customlist-color {
					display: block;
					margin: 0 auto 0.3rem;

					i {
						display: block;
						width: 100%;
						height: 100%;
						background-size: cover;
						border-radius: var(--radius-5);
						-webkit-border-radius: var(--radius-5);
						-moz-border-radius: var(--radius-5);
						-ms-border-radius: var(--radius-5);
						-o-border-radius: var(--radius-5);
					}
				}
			}
		}
	}

	@media(max-width:768px) {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		z-index: 1000;
		border-radius: 0;
		margin: 0;
		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;

		.SideBarListProduct {
			position: absolute;
			right: 0;
			left: 0;
			top: 0;
			height: 100%;
			padding: 0rem 1rem 2rem;
			overflow: auto;
			background: #fff;
			transform: translateY(100%);
			-webkit-transform: translateY(100%);
			-moz-transform: translateY(100%);
			-ms-transform: translateY(100%);
			-o-transform: translateY(100%);
			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;
		}

		&.active {

			.SideBarListProduct {
				transform: translateY(0);
				-webkit-transform: translateY(0);
				-moz-transform: translateY(0);
				-ms-transform: translateY(0);
				-o-transform: translateY(0);
			}
		}
	}
}

#productlistsortingmenu {
	-white-space: nowrap;

	svg {
		width: 1.06rem;
	}
}

.content-holder {
	height: 100%;
}

.product-list {
	.item {
		margin-bottom: 1rem;

		.img-box {
			width: 100%;
			aspect-ratio: 1/1;
			overflow: hidden;

			.sec-img {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				opacity: 0;
				transition: all 1s ease;
				-webkit-transition: all 1s ease;
				-moz-transition: all 1s ease;
				-ms-transition: all 1s ease;
				-o-transition: all 1s ease;
			}
		}

		.prod-name {
			font-size: 1.42rem;
			font-weight: 800;
			margin-top: 1.21rem;
		}

		.price-box {
			font-size: 1.17rem;
			font-weight: 800;
		}

		.link-btn {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			font-size: 1.28rem;
			font-weight: 700;
			background: var(--primary-main);
			color: var(--White);
			padding: 0.85rem 1rem;
			border-radius: var(--radius-5);
			margin-top: .5rem;
			opacity: 0;
			transition: all 1s ease;
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-ms-transition: all 1s ease;
			-o-transition: all 1s ease;
		}

		&:hover {
			.img-box {
				.sec-img {
					opacity: 1;
				}
			}

			.link-btn {
				opacity: 1;
			}
		}
	}
}

.page-title {
	font-size: 1.23rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.23rem;
}

.maincat-title {
	font-size: 1.23rem;
	text-align: center;
	font-weight: normal;
	margin-bottom: 1rem;
}

.scrollable-category-list {
	margin: 0;
	padding: 0;

	.holder {
		direction: rtl;
		padding-bottom: 0.92rem;

		.item {
			display: block;
			width: 7.07rem;
			margin: 0 0.4rem;
			text-align: center;

			.img-box {
				width: 7.07rem;
				aspect-ratio: 1/1;
				margin: 0 auto 0.92rem;
				overflow: hidden;
			}

			.title {
				display: block;
				color: var(--text-dark-0);
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}
		}
	}
}

.content-table {
	margin-top: 2.76rem;

	.title {
		font-size: 1.07rem;
		font-weight: 700;
		margin-bottom: 0.61rem;
	}

	.title-list {
		min-height: 100%;
		padding: 0.61rem 2.5rem;
		background-color: var(--text-light-3);
		border-radius: var(--radius);
		-webkit-border-radius: var(--radius);
		-moz-border-radius: var(--radius);
		-ms-border-radius: var(--radius);
		-o-border-radius: var(--radius);

		li {
			font-size: 1.07rem;
			font-weight: 700;
			padding: 0.3rem 0;
		}
	}

	.cat-description {
		height: 17rem;
		line-height: 2rem;
		white-space: normal;
		padding-right: 0.61rem;

		* {
			direction: rtl;
			white-space: normal;
			scroll-margin-top: 0rem;
		}


		img {
			max-width: 100%;
			height: auto !important;
			margin: 1rem auto;
		}

		p {
			line-height: 2rem;
		}

		ul {
			padding-right: 1.5rem;
			margin-top: 1rem;
		}

		h2 {
			font-weight: 700;
			margin-top: 1rem;
		}
	}
}

/**********************OnlyActiveAndDiscounted************************/
.form-switch {
	position: relative;
	padding-left: 2.6rem;



	.only-active-check-label::after,
	.form-check-label::after {
		content: '';
		position: absolute;
		width: 12px;
		height: 12px;
		transition: all .2s;
		border-radius: 50%;
		background: var(--White);
		top: calc(50% - 6px);
		left: 2px;
	}

	.only-active-check-label::before,
	.form-check-label::before {
		content: '';
		position: absolute;
		left: 0rem;
		top: calc(50% - 8px);
		border-radius: calc(var(--b-radius) * 4);
		transition: background-color .2s;
		width: 31px;
		height: 16px;
		background: #d1d1d6;
		display: inline-block;
		transition: all 0.4s;
		-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);
	}

	.form-check-input {
		visibility: hidden;
		position: absolute;
	}

	.form-check-input:checked+label::after,
	.only-dis-check:checked+label::after {
		left: 17px;
		background: #fff;
	}

	.form-check-input:checked+label::before,
	.only-dis-check:checked+label::before {
		background-color: var(--accent-color);
	}
}


@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	.form-check {
		display: flex;
		align-items: center;
		margin-bottom: 0.6rem;

		&:last-child {
			margin-bottom: 0;
		}
	}

	.form-check input[type=checkbox] {
		--active: var(--White);
		--active: var(--success-2);
		--focus: 2px rgba(39, 94, 254, .3);
		--border: #BBC1E1;
		--border-hover: var(--White);
		--border-hover: var(--success-2);
		--disabled: #F6F8FF;
		--disabled-inner: #E1E6F9;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 21px;
		outline: none;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0;
		cursor: pointer;
		border: 1px solid var(--bc, var(--border));
		background: var(--b, var(--background));
		transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
	}

	.form-check input[type=checkbox]:after {
		content: "";
		display: block;
		left: 0;
		top: 0;
		position: absolute;
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
	}

	.form-check input[type=checkbox]:checked {
		--b: var(--active);
		--bc: var(--active);
		--d-o: .3s;
		--d-t: .6s;
		--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
	}

	.form-check input[type=checkbox]:disabled {
		--b: var(--disabled);
		cursor: not-allowed;
		opacity: 0.9;
	}

	.form-check input[type=checkbox]:disabled:checked {
		--b: var(--disabled-inner);
		--bc: var(--border);
	}

	.form-check input[type=checkbox]:disabled+label {
		cursor: not-allowed;
	}

	.form-check input[type=checkbox]:hover:not(:checked):not(:disabled) {
		--bc: var(--border-hover);
	}

	.form-check input[type=checkbox]:focus {
		box-shadow: 0 0 0 var(--focus);
	}

	.form-check input[type=checkbox]:not([role=switch]) {
		width: 1.07rem;
		height: 1.07rem;
	}

	.form-check input[type=checkbox]:not([role=switch]):after {
		opacity: var(--o, 0);
	}

	.form-check input[type=checkbox]:not([role=switch]):checked {
		--o: 1;
	}

	.form-check input[type=checkbox]+label {
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
	}

	.form-check input[type=checkbox]:not([role=switch]) {
		border-radius: 2rem;
		-webkit-border-radius: 2rem;
		-moz-border-radius: 2rem;
		-ms-border-radius: 2rem;
		-o-border-radius: 2rem;
	}

	.form-check input[type=checkbox]:not([role=switch]):after {
		width: 5px;
		height: 9px;
		border: 1px solid var(--White);
		border-top: 0;
		border-left: 0;
		left: 5px;
		top: 2px;
		transform: rotate(var(--r, 20deg));
	}

	.form-check input[type=checkbox]:not([role=switch]):checked {
		--r: 43deg;
	}
}

.form-check * {
	box-sizing: inherit;
}

.form-check *:before,
.form-check *:after {
	box-sizing: inherit;
}