/* gizli ürün linki  ---> */
.product-button-overlay{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-color: transparent;			
}
			





html.side-panel .body:before{
	z-index: 1050 !important;
}
.nav-pills > li.active > a, .nav-pills .nav-link.active{
	color: var(--light-inverse);	
}

.nav-pills > li.active > a, .nav-pills .nav-link.active span{
	display: none;
}

/* Kategori sayfasÃ„Â±  ---> */
.category-filter{	
	text-align: center;
	
	 transform-origin: 0 0;
  transform: rotate(-90deg);
	 position: absolute;									
	 z-index: 9999;
	  top: 270px;
  left: 0px;
	letter-spacing: .03rem;
	opacity: 0.9;	
}
.category-filter:hover{
	opacity: 1;	
	left: 5px;
	
}
.category-filter span{
	font-size: 12px;
	line-height: 12px;
	padding: 10px 5px 5px 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

html.side-panel-open .category-filter{
	display: none !important;
}
/* <--- Kategori sayfasÃ„Â±  filtreme   */



.footer-1{height: 240px; margin-top: -120px; box-shadow: 0px 30px 60px 0px rgba(0, 4, 48, 0.3); position: relative; z-index: 1;}



.yorum{
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: var(--grey-1000);
	margin-bottom: 24px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.devam {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	color: #60666D;
	cursor: pointer
}
.devami > .yorum {
    display: block !important;
}