﻿#searchproducts {
	border: solid 1px var(--texture-color-7);
	width: 100%;
	padding: 0.57rem;
	border-radius: 0.57rem;
	font-size: 0.91rem;
}

#categories {
	.categories-wrapper {
		background: var(--texture-color-7);
		padding: 1rem;
		border-radius: var(--radius);
		margin-bottom: 1rem;
	}

	.categories-title {
		font-size: 1.14rem;
	}

	.final-cat {
		margin-bottom: 3rem;
		font-size: 1.14rem;
	}

	.cat-slider {

		.swiper-slide {
			aspect-ratio: 4 / 2;
			background: url(/DesktopModules/eCommerce/images/noimagefound.jpg) no-repeat center;
			background-size: cover;
			border-radius: var(--b-radius);
			-webkit-border-radius: var(--b-radius);
			-moz-border-radius: var(--b-radius);
			-ms-border-radius: var(--b-radius);
			-o-border-radius: var(--b-radius);

			img {
				position: relative;
				width: 100%;
				height: 100%;
				object-fit: cover;
				border-radius: var(--b-radius);
				-webkit-border-radius: var(--b-radius);
				-moz-border-radius: var(--b-radius);
				-ms-border-radius: var(--b-radius);
				-o-border-radius: var(--b-radius);
				z-index: 1;
			}

			strong {
				position: absolute;
				bottom: 0;
				right: 0.2rem;
				left: 0.2rem;
				text-align: center;
				font-size: 0.87rem;
				color: var(--texture-color-4);
				display: -webkit-box !important;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
				overflow: hidden;
				text-overflow: ellipsis;
			}
		}
	}
}

.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 {
		.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;


			.form-control {
				width: 100%;
				height: 42px;
				border: none !important;
				outline: none;
				font-size: 1rem;
				padding: 0.5rem 0;
				resize: none;

				&::placeholder {
					color: #959595;
					font-size: 1rem;
					font-weight: normal;
				}

				&:disabled {
					background-color: transparent;
				}
			}

			svg {
				min-width: 1.8rem;
				width: 1.8rem;
				height: 1.8rem;
				stroke: #1B2C65;
				margin-left: 0.8rem;
			}
		}

		.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;

			svg {
				width: 1.4rem;
				height: 1.4rem;
				stroke: #fff;
				fill: #fff;
			}
		}
	}
}

.FilterBody .check-moding {
	max-height: 30rem;
	overflow-y: auto;
}

.ShopFilter {
	overflow: hidden;
	padding: 0.5rem;
	box-shadow: 0 3px 10px var(--fourth-color);
	overflow: hidden;
	border-radius: 15px;
	border: unset !important;
	display: flex;
	flex-direction: column;

	&:last-child {
		border-bottom: none;
	}

	.card-header {
		border-bottom: 1px solid var(--fourth-color);
		padding: 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);
	}
}

.ShopFilter .FilterBody {
	max-height: 30vh;
}

.cat-desc-row {
	background: var(--bg-1);
	padding: 1rem 0;
}

#priceranges {
	.FilterBody {
		max-height: unset;

	}

	#filterprice {
		font-size: 1rem;
		color: var(--White);
		border-radius: var(--radius-5);
		background: var(--second-color);
		margin-top: 1rem;
		text-align: center;
		font-weight: normal;
	}
}

/* .irs--round .irs-line {
	top: 29px;
	height: 1rem;
} */

.irs--round .irs-handle {
	top: 26px;
	width: 1.5rem;
	height: 1.5rem;
	background-color: var(--White);
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	border: 4px solid var(--second-color);
}


.irs--round .irs-bar {
	top: 0;
	top: 36px;
	height: 4px;
	background-color: var(--second-color) !important;
	left: 5.68182% !important;
	width: 88.6364% !important;
}

.productstabinfo .input-ranges-box {
	width: 100%;
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	background-color: #f8f8f8;
	display: inline-block;
	overflow: hidden;
	border: none;
	text-align: center;
	color: #3c3c3c;
	font-size: 11px !important;
	line-height: 1.571;
	letter-spacing: .3px;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
	background-color: #f8f8f8 !important;
}

.ShopFilter .card-collapse .card-body .list-items {
	padding: 1rem;
}

.ShopFilter .title {
	font-size: 1.1rem;
	font-weight: normal !important;
}

/**********************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);
	}
}

.productstabinfo .SideBar.active {
	right: 0
}


.productstabinfo :where(select, input) {
	border-color: transparent;
	outline: none;
}

.sort-list {
	padding: 0rem 0.5rem;
	border: 0.1em solid var(--texture-color-7);
	margin-bottom: 0.9rem;
	margin-right: 0.4rem;
	border-radius: var(--radius);

	select,
	input {
		padding: 0.6rem 0.5rem;
		background: none;
	}
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}

.paginatin-box-products {
	width: 100%;
	justify-content: center;
	display: flex;
}

.pagination li:first-child {
	background-color: #e74f2b !important;
	border-radius: 0 1rem 1rem 0;
}

.pagination li:nth-child(2) {
	background: rgb(231 79 43 / 90%) !important;
}

.pagination li:nth-child(3) {
	background: rgb(231 79 43 / 80%) !important;
}

.pagination li:nth-child(4) {
	background: rgb(231 79 43 / 75%) !important;
}

.pagination li:nth-child(5) {
	background: rgb(231 79 43 / 70%) !important;
}

.pagination li:nth-child(6) {
	background: rgb(231 79 43 / 65%) !important;
}

.pagination li:nth-child(7) {
	background: rgb(231 79 43 / 60%) !important;
}

.pagination li:nth-child(8) {
	background: rgb(231 79 43 / 50%) !important;
}

.pagination li:nth-child(9) {
	background: rgb(231 79 43 / 40%) !important;
}

.pagination li:nth-child(10) {
	background: rgb(231 79 43 / 30%) !important;
}

.pagination li:last-child {
	border-radius: 15px 0 0 15px;
	background: rgb(231 79 43 / 20%) !important;
}

.price-notAvilable {
	text-decoration: line-through;


}

.notifyme-btn {
	width: 1.8rem;
	min-width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background: var(--secondary-color-light-1);
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;

	svg {
		vertical-align: middle;
		width: 1.3rem;
		height: 1.3rem;
		fill: var(--White);
		stroke: var(--White);
	}
}

.pagination .page-item .page-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 57px;
font-weight: bold;
	border-radius: 5px;
	font-size: 14px;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;

	span {
		display: block;
		line-height: 0;
	}
}




.check-moding select {
	width: 100%;
}
#lblBreadCrumb {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}




.ShopFilter ul.fancytree-container {
	background: unset;
	border: none;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.accordion-panel {
	.acc-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0.5rem;
		cursor: pointer;
		border-bottom: 1px solid var(--fourth-color);

		.icon {
			position: relative;
			width: 1.5rem;
			height: 1.5rem;
			transition: all 0.3s ease;
			transform: rotate(-180deg);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-webkit-transform: rotate(-180deg);
			-moz-transform: rotate(-180deg);
			-ms-transform: rotate(-180deg);
			-o-transform: rotate(-180deg);
		}

		.title {
			font-size: 1.1rem;
			font-weight: normal !important;
		}
	}

	.acc-body {
		display: none;
		padding-top: 0.5rem;

		.desc {
			font-size: 1rem;
		}

		&.open {
			display: block !important;
			width: 100% !important;

		}
	}


	&.open {
		.acc-head {
			.icon {
				transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
			}
		}

		.acc-body {
			display: block !important;
		}
	}
}

.accordion-panel {
	width: 100%;
}

.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;
	}
}


.checkbox {
	label {
		display: flex;
	}
}

.product-list-page .ui-fancytree>li {
	padding: 4px;
}

.product-list-page {
	.SideBar {
		position: sticky;
		top: 10rem;
		width: 15.2rem;
		min-width: 15.2rem;
		height: fit-content;
		padding: 0.6rem 0.5rem;
		border: 0.1em solid var(--texture-color-7);
		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;

		.ShopFilter .FilterHead strong {
			font-size: 14px;
			color: #000;
		}

		.main-label {
			display: block;
		}

		.clearfilters {
			color: var(--warning-color-1);
			cursor: pointer;
		}

		.ui-fancytree {
			gap: 0;

			* {
				text-align: right;
			}

			>li {
				.fancytree-node {
					display: flex;
					align-items: center;
					border-bottom: 0.1em solid var(--texture-color-7);
					padding: 0.3rem 0;


					.fancytree-title {

						line-height: normal;
						font-family: 'IRANYekan';
						white-space: normal;
						background: none !important;
						border: none !important;
						margin: 0;
						padding: 0;
					}

					/* .fancytree-expander {
						display: none;
					} */

					&.fancytree-has-children {
						.fancytree-expander {
							display: block;
							min-width: 1.9rem;
							height: 1.9rem;
							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;
						}

						&.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;
						}
					}
				}
			}
		}

		.customlist-item {
			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: 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;
			}

			input {
				position: absolute;
				opacity: 0;
			}
		}

		.color-list {
			.customlist-items {
				.customlist-item {
					display: inline-block;
					vertical-align: top;
					margin: 0.2rem 0.28rem;
					text-align: center;

					.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);
						}
					}
				}
			}
		}
	}

	.list-holder {
		width: 100%;
		min-height: 60vh;

		.product-list {
			width: 100%;
			/* min-height: 60vh; */
			border-radius: 10px;

			.item-holder {
				display: inline-block;
				/* width: calc((100% / 4) - 0.95rem); */
				/* margin: 0 0.4rem 0.8rem; */
				/* width: 100%; */
				/* height: 406px; */
				/* padding: 10px; */
				background-color: #fff;
				overflow: hidden;
				-webkit-transition: .3s;
				transition: .3s;
				width: 100%;
				padding: 10px;
				background-color: #fff;
				overflow: hidden;
				-webkit-transition: .3s;
				transition: .3s;
				border-left: 1px solid #e1eef2;
				border-bottom: 1px solid #e1eef2;



				.item {
					display: flex;
					flex-direction: column;
					justify-content: space-between;
					min-height: 23.7rem;
					border: solid 1px var(--texture-color-7);
					border-radius: var(--radius);
					-webkit-border-radius: var(--radius);
					-moz-border-radius: var(--radius);
					-ms-border-radius: var(--radius);
					-o-border-radius: var(--radius);
					background-color: white;
					padding: 0.4rem;


					.img-box {
						margin-bottom: 0.8rem;

						img {
							width: 100%;
							border-radius: var(--radius);
							-webkit-border-radius: var(--radius);
							-moz-border-radius: var(--radius);
							-ms-border-radius: var(--radius);
							-o-border-radius: var(--radius);
							display: block;
							width: 190px;
							height: 270px;
							border-radius: 7px;
							-webkit-border-radius: 7px;
							-moz-border-radius: 7px;
							-ms-border-radius: 7px;
							-o-border-radius: 7px;
							-webkit-transition: .3s;
							transition: .3s;
							margin-right: 1.7rem;
							-o-object-fit: cover;
							object-fit: cover;
							box-shadow: 0 10px 20px #d7e1e4;
						}


					}

					.title {
						font-size: 1rem;
						text-align: right;
						/* min-height: 3.7rem; */
						line-height: 1.8;
						display: -webkit-box !important;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
						overflow: hidden;
						text-overflow: ellipsis;

						strong {
							display: block;
						}
					}

					.price-box {
						min-height: 4rem;

						strong {
							color: var(--texture-color-1);
							font-size: 0.9rem;
							font-weight: 500;
						}

						strike {
							color: var(--texture-color-4);
							font-size: 0.9rem;
							font-weight: 500;
						}
					}


					.discount {
						position: absolute;
						top: 0;
						left: 0;
						width: 30px;
						height: 30px;
						background-color: var(--warning-color-2);
						border-radius: 50%;
						font-size: 1rem;
						line-height: 0;
						color: #fff;
					}
				}

			}

			.icon-title-product {
				color: #a7bdc4;
				font-size: 15px;
				display: flex;
				flex-direction: column;
			}

			.item-holder:hover {
				box-shadow: 0 0 40px var(--fourth-color);
			}

			@media(max-width:1320px) {
				.item-holder {
					width: calc((100% / 4) - 0.95rem);
				}
			}


			@media(max-width:990px) {
				.item-holder {
					width: calc((100% / 3) - 0.95rem);
				}
			}

			@media(max-width:570px) {
				.item-holder {
					width: calc((100% / 2) - 0.95rem);
				}
			}

			@media(max-width:480px) {
				.item-holder {
					width: calc((100% / 1) - 0.95rem);
				}
			}
		}

		.emptylist-msg {
			min-height: 16rem;
			font-size: 1.3rem;
			color: var(--accent-color);

			svg {
				max-width: 100%;
				max-height: 100%;
				margin-bottom: 2rem;
			}
		}
	}




	@media(max-width:768px) {
		.SideBar {
			position: relative;
			top: 0;
			height: auto;
			width: 100%;
			padding: 0 0.5rem;
			border-width: 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;

			&.active {
				padding-top: 0.6rem;
				padding-bottom: 0.6rem;
				border-width: 1px;

			}
		}

		#listfilters {
			height: auto;
			margin-bottom: 1rem;

		}
	}
}

.card-filters-tag {
	padding: 0.5rem;
	box-shadow: 0 3px 10px var(--fourth-color);
	overflow: hidden;
	border-radius: 15px;
	border: unset !important;
	display: flex;
	flex-direction: column;

	.bootstrap-tagsinput {
		width: 78% !important;
		left: 19px !important;
		height: 2rem;

	}

	.btn-filter-del {
		display: inline-block;
		background: #f00;
		padding: 6px 10px;
		color: #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		float: right;
		font-size: 11px;
		border: none !important;
		font-weight: 700;
		margin: 4px;
	}

	.bootstrap-tagsinput .tag {
		padding: 0px 8px 0px 26px;
	}
}

.item .product-box .bottom .btns {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	direction: ltr;
}

.item .product-box .bottom .btns a,
.item .product-box .bottom .btns span {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.item .product-box .bottom .btns span.cart:hover {
	background-color: #d3e0e4 !important
}

.item .product-box .bottom .btns a i {
	font-size: 24px;
	color: #949DDF
}

.item .product-box .bottom .btns span.cart {
	margin-right: 4px;
	background-color: #e1eef2;
}

.item .product-box .bottom .btns span.cart i {
	font-size: 19px !important;
	color: #949dde
}

.item .product-box .bottom .price div {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 40px;
	color: #3cb878
}

.item .product-box .bottom .btns a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.item .product-box .bottom .btns a:hover {
	background-color: #e9f6fa
}

.tabs-area {
	padding: 0;
	border-bottom: 1px solid #e1eef2;
	margin-bottom: 11px
}

.tabs-area .tab-buttons {
	z-index: 2;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	overflow-x: auto;
	padding: 10px 0 17px 0
}

.tabs-area .tab-buttons li {
	display: block;
	margin-left: 4px;
}

.tabs-area .tab-buttons li:first-child {
	position: relative !important;
	top: 2px !important
}

.tabs-area .tab-buttons li a {
	-webkit-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 58px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 2px solid var(--fourth-color);
	padding: 0 20px
}

.tabs-area .tab-buttons li.active a {
	border: 2px solid var(--second-color);
	background: var(--second-color)
}

.tabs-area .tab-buttons li a svg {

	margin-left: 6px;
	width: 1.5rem;
	height: 1.5rem;
	fill: var(--fourth-color);

}



 
 .tabs-area .tab-buttons li a {
    background: transparent;
    border: 2px solid  var(--fourth-color);
    border-radius: 50px;
    transition: .3s;
}

 .tabs-area .tab-buttons li.active a,
.tabs-area .tab-buttons li a.active {
    background: var(--second-color);
    border-color: var(--second-color);
}

 
.tabs-area .tab-buttons li a span {
    color: var(--fourth-color);
}

.tabs-area .tab-buttons li.active a span ,.tabs-area .tab-buttons li.active a svg{
    color: #444fa2;
	fill:#444fa2 ;
	stroke:#444fa2  ;
}

 .separator-filter{
	color: #ffd381;
 }
 
 
/* start categories description  */


.CategoriesDescription {
	direction: ltr;

	* {
		direction: rtl;
	}
}

.CategoriesDescription {
	direction: ltr;

	* {
		direction: rtl;
	}

	table {
		margin: 2rem auto;

		td {
			border: solid 1px #aaa;
			padding: 0.57rem
		}
	}

}

/* 
.CategoriesDescription {
	height: 12rem;
	overflow-y: scroll;
    margin-top: 3rem;
}

.CategoriesDescription::-webkit-scrollbar-track {
	border-radius: 1rem;
	border: 0.1rem solid #E7EEEE;
}

.CategoriesDescription::-webkit-scrollbar {
	width: 0.6rem;

}

.CategoriesDescription::-webkit-scrollbar-thumb {
	border-radius: 0.5rem;
	background-color: var(--accent-color);
} */


.description-container {
	position: relative;
	margin-top: 3rem;
}

.description {
	overflow: hidden;
	max-height: 180px;
	transition: all 0.4s ease;

	img {
		margin: 1rem auto;
		max-width: 100%;
		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);
	}
}

.description.expanded {
	max-height: none;
}

#toggleBtn {
	margin-top: 1rem;
	background: var(--secondary-color-dark-1);
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 0.92rem;
	border-radius: 4px;
	display: inline-flex;
	padding: 0.3rem 0.87rem;
}

.main-cat-title {
	margin: 2rem 0;
}

.main-cat-title,
.main-cat-title * {
	display: block;
	font-weight: 700 !important;
	font-size: 1.17rem;
}


/* end categories description  */


.info-box {

	opacity: 0;
	position: absolute;
	top: 1rem;
	left: -50px;
	width: 48px;
	height: 100%;
	-webkit-transition: .5s;
	transition: .5s;
}

.item:hover .info-box {
	opacity: 1;
	left: 4px;
}

.title-product-item {
	display: block;
	font-size: 14px;
	color: #525da8;
	margin: 25px 0 0;
}

.info-items svg {
	fill: #ffcb05 !important;
	width: 2rem;
	height: 2rem;
}

.info-items-first svg {
	fill: #D8D7D7 !important;
	width: 2rem;
	height: 2rem;
}

.item:hover .info-box .info-items,
.item:hover .info-box .info-items-first {
	width: 100%;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border: 2px solid #e1eef2;
	padding: 9px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-bottom: 7px;
	text-align: center;
}

.item:hover .img-box {
	transform: translateX(27px);
}

.type-product {
	position: absolute;
	width: 100%;
	bottom: 135px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;

	div {
		color: #fff;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		padding: 0 14px;
		height: 29px;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		background-color: #ee4c95;
		        position: absolute;
        right: 33%;
        bottom: 10%;
	}
}
 
.bottom-btn {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	-moz-border-radius: var(--radius);
	-ms-border-radius: var(--radius);
	-o-border-radius: var(--radius);
	background-color: white;

	position: absolute;
	bottom: 1rem;
}
.bootstrap-tagsinput{
	border: none !important;
	box-shadow:none  !important;
}

.price-box svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: #949dde;
}
.icon-box-product-sell svg{
	width: 1.2rem;
    height: 1.2rem;
    stroke: #ffffff;
    fill: #fff;
}
.bottom-btn .addToBasket-clickable {
	margin-right: 4px;
	background-color: #e1eef2;
	border: none;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bottom-btn .btns {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bottom-btn .btns .add-to-cart:hover, .bottom-btn .btns .item-detail-box:hover{
background-color: #d3e0e4 !important;
}


.bottom-btn .btns .item-detail-box{
	    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.Lsilver-top-text{
	font-size: 2rem;
	color: black;
	font-weight: bold;
}
.name-category-text{
	color: black;
	font-weight: bold;
}

/********************** Categories Description **********************/

 .CategoriesDescription {
    border: 2px solid var(--second-color);
    border-radius: 1rem;
    box-shadow: 0 3px 10px var(--fourth-color);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
	margin-bottom: 1rem;
}

 /* .DescCategoriesList {
	overflow: auto;
    max-height: 45vh;     
    overflow-y: auto;       
    overflow-x: hidden;
    padding-right: 0.5rem;  
    transition: max-height 0.3s ease;
} */

 .DescCategoriesList::-webkit-scrollbar {
    width: 0.5rem;
}
/* .description-botton-list{
	overflow: auto;
} */

.description-botton-list img{
	width: 100%;
}
@media (max-width:480px) {
	.description-botton-list img{
		height: 100%;
	}
}
.description-container-list{
	margin-top: 0 !important;
}
.DescCategoriesList::-webkit-scrollbar-track {
    background: var(--fourth-color);
}

.DescCategoriesList::-webkit-scrollbar-thumb {
    background: var(--second-color);
    border-radius: 0.25rem;
}

 .DescCategoriesList {
    scrollbar-width: thin;
    scrollbar-color: var(--second-color) var(--fourth-color);
}

/* دکمه نمایش بیشتر */
#toggleBtn {
    cursor: pointer;
    text-align: center;
    color: var(--second-color);
    font-weight: bold;
    user-select: none;
}
