.line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.show-more-btn {
	color: #5c5c5c;
	border: 1px solid #767676;
	transition: all 400ms ease;
	padding: 5px 10px;
	border-radius: 6px;
	margin: 10px 0;
}
.show-more-btn:hover{
	border: 1px solid #767676;
	color: #ffffff;
	background: #2a2a2ad9;
	padding:5px 10px;
	border-radius:6px;
	margin: 10px 0;
}
.img-wrapper-link:hover img {transform: scale(1.3);}
.img-wrapper-link img{transition: 300ms all ease;}
.hov{overflow:hidden;    border-radius: 10px;
	width: 104px;
	height: 104px;
	margin: 0 auto;}

.classic-products-item:hover .classic-products-item-quick-view { opacity: .85; visibility: visible; bottom: 0; }
.classic-products-item:hover .classic-products-item-quick-view:hover { opacity: 1; }
.classic-products-item-quick-view { position: absolute; right: 0; left: 0; bottom: -50px; opacity: 0; visibility: hidden; transition: all .15s; background: #1d70ba; color: #fff !important; }

.product-item-link-multiple { display: block; }
.product-item-image-default { visibility: hidden; width: 100%; }
.product-item-image-0, .product-item-image-1 { top: 0; right: 0; bottom: 0; left: 0; transition: all .2s ease-in-out; }
.product-item-image-1 { opacity: 0; }
.product-item-link-multiple:hover .product-item-image-0 { opacity: 0; }
.product-item-link-multiple:hover .product-item-image-1 { opacity: 1; }



@media (min-width: 1024px) {
	.navigation-space {
		height: calc(143px - 20px);
	}

}
@media (max-width: 1024px) {
	.navigation-space {
		height: calc(140px - 20px);
	}
}
.content-showmore-footer{color:#ff642b;cursor:pointer;}


.enamad-wrapper img{    width: 90px;
	height: 120px;
	object-fit: contain;}
a[href="https://torob.com/shop/99"] img{
	max-width: 90px;
	width: 100%;
	height: 120px;
	object-fit: contain;
}
.enamad-wrapper a {
	width: 90px;
	height: 120px;
}
@media (min-width: 1024px) {
	.enamad-wrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 1024px) {
	.enamad-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		justify-content: center;
		align-items: baseline;
	}
}