.sidebar-content .category-group{
	padding:0;
	margin:0;
	list-style:none;
}
.sidebar-content .paieska-wrap{
	position:relative;
}
.sidebar-content .paieska-wrap input{
	outline:none;
	border:1px solid var(--color2);
	padding:15px;
	line-height:1em;
	color: var(--color5);
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	border-radius:10px;
	width:100%;
}
.sidebar-content .paieska-wrap button{
	position:absolute;
	right:10px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2219%22%20viewBox%3D%220%200%2018%2019%22%20fill%3D%22none%22%3E%0A%20%20%3Ccircle%20cx%3D%227.04188%22%20cy%3D%227.40687%22%20r%3D%226.12683%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.05031%22/%3E%20%0A%20%20%3Cpath%20d%3D%22M11.5932%2011.958L17.1949%2017.5597%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.05031%22%20stroke-linecap%3D%22round%22/%3E%0A%3C/svg%3E");
	top:50%;
	background-color:transparent;
	transform:translateY(-50%);
	background-repeat:no-repeat;
	background-position:center center;
	height:30px;
	width:30px;
}
.sidebar-content .category-group .category-item{
	padding:0;
	margin:0;
}
.sidebar-content .category-group .category-item.has-children.open > a{
	font-weight:600;
}
.sidebar-content .category-group .category-item a{
	color: var(--color5);
	font-size: 15px;
	font-weight: 400;
	transition:all 0.15s linear;
	display:block;
}
.sidebar-content .category-group .category-item.active > a{
	font-weight:600;
}
.sidebar-content .category-group .category-item a:hover{
	color: var(--color1);
}
.sidebar-content .subcategory-group{
	padding:0;
	margin:0;
	list-style:none;
}
.sidebar-content .subcategory-item{
	padding:0;
	margin:0;
}
.sidebar-content .subcategory-item.active > a{
	font-weight:600;
}
.woocommerce-no-products-found .woocommerce-info{
	font-size:18px;
	background-color:var(--color3);
	color:var(--color5);
	border-color:var(--color6);
	border-radius:6px;
}
.woocommerce table.woocommerce-orders-table tbody td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
	display:flex !important;
}
.input-group{
	border:2px solid #f1f1f1;
	border-radius:12px;
	position:relative;
	background-color: var(--color3);
}
.input-group .input-group-text.left-item{
	background-color: var(--color4);
	position:absolute;
	left:10px;
	top:-13px;
	z-index:30;
	border:0px;
	color: var(--color5);
	font-size: 14px;
	font-weight: 400;
	border-radius:4px !important;
}
.input-group .input-group-text.right-item{
	border:0px;
	color: var(--color5);
	font-size: 14px;
	font-weight: 400;
	background-color:transparent;
}
.input-group input{
	border:0;
	color: var(--color5);
	font-weight: 600;
	padding:1.3rem 1.8rem;
	text-align:left;
	border-radius: 12px 0px 0px 12px !important;

}
.filter-button{
	border-radius:8px;
	background-color:var(--color5);
	color:var(--color3);
	font-size: 14px;
	font-weight: 500;
}
.filter-button:hover{
	text-decoration:none;
	opacity:0.9;
}
.filters-container{
	padding:20px;
	background-color:var(--color3);
	border-radius:10px;
}

.manufacturer-list-item input{
	background-color:#E8E8E5;
	border:0px;
	margin-right:5px;
	margin-top:2px;
}
.manufacturer-filter .form-check-label{
	color: var(--color5);
	font-size: 14px;
	font-weight: 400;
}


/* Slimmer track */
#price-slider .noUi-base,
#price-slider .noUi-connects,
#price-slider2 .noUi-base,
#price-slider2 .noUi-connects{
    height: 1px;
}
form .form-heading{
	color: var(--color5);
	font-size: 16px;
	font-weight: 600;
}
/* Background line (unselected range) */
#price-slider .noUi-connects, #price-slider2 .noUi-connects {
    background: #e0e0e0; /* light grey or your preferred base color */
}

/* Selected range (active portion between handles) */
#price-slider .noUi-connect, #price-slider2 .noUi-connect {
    background: #28c76f; /* ✅ your preferred accent color */
}

/* Handle styles */
#price-slider .noUi-handle, #price-slider2 .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color6);
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    top: -8px;
    cursor: pointer;
}
#price-slider .noUi-handle::before, #price-slider2 .noUi-handle::before{
	content:"";
	display:none;
}
#price-slider .noUi-handle::after, #price-slider2 .noUi-handle::after{
	content:"";
	display:none;
}
.price-slider-wrapper .noUi-horizontal{
	height:0px;
	width:96%;
}

/* Remove default outline and border on focus */
#price-slider .noUi-handle:focus, #price-slider .noUi-handle:active, #price-slider2 .noUi-handle:active, #price-slider2 .noUi-handle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(40, 199, 111, 0.3);
}

/* drop-in/drop-out style */

/* make labels inline & clickable */
.category-label {
  cursor: pointer;
  user-select: none;
}
.category-item.has-children{
		position:relative;
	cursor:pointer;
	}
.category-item.has-children > a{
		font-weight:600;
	}
/* add arrow after parents */
.category-item.has-children::after {
  content: '';
	height:10px;
	width:10px;
background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M15%206L9%2012L15%2018%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  display: block;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:0;
	right:0;
	transform: rotate(180deg);
  transition: transform .2s ease;
}

/* rotate when open */
.category-item.has-children.open::after {
  transform: rotate(270deg);
}

/* highlight active links */
.category-item.open > .category-label,
.subcategory-item.active > .category-label {
  font-weight: 600;
  color: #0d6efd;
}

/* filter buttons */
.filter-toggle:hover,.sort-toggle:hover,.filter-toggle:focus,.sort-toggle:focus{
	text-decoration:none;
}
.filter-toggle, .sort-toggle{
	background-color:var(--color3);
	border-radius:8px;
	width:100%;
	padding:12px 0px;
}

.filter-toggle span,.sort-toggle span{
	color: var(--color5);
	font-size: 16px;
	font-weight: 400;
}
.sort-toggle svg{
	color:var(--color5);
}
.filter-toggle .filter-svg{
	padding:5px;
	background:var(--color6);
	border-radius:6px;
}
.filter-toggle svg{
	color:var(--color4);
}
.sort-toggle{
	position:relative;
	cursor:pointer;
}
.sort-list{
	z-index:99;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:calc(100% - 4px);
	right:0;
	border-radius:0px 0px 8px 8px;
	width:100%;
	overflow: hidden;
	max-height:0px;
	transition: max-height 0.3s ease;
}
.sort-toggle.active .sort-list {
	max-height: 200px;
}
.sort-list .sort-item{
	padding:0px;
	margin:0;
}
.sort-list .sort-item button{
	width:100%;
	background-color:var(--color3);
	padding:12px 0px;
	color:var(--color5);
	font-size:16px;
	transition:all 0.2s linear;
}
.sort-list .sort-item button:hover, .sort-list .sort-item button:focus{
	text-decoration:none;
}
.sort-list .sort-item button:hover{
	background-color:var(--color2);
}
.pseudo-exit-slider{
	width:30px;
	height:30px;
	top:30px;
	right:30px;
	padding:0;
	content:"";
	position:absolute;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
}
.pseudo-exit-slider svg{
	width:40px;
	height:40px;
}
.filter-slidein-wrapper{
	position:fixed;
	height:100dvh;
	overflow-Y:scroll;
	top:0;
	padding-top:100px;
	left:0;
	width:100%;
	z-index:999;
	background-color: rgba(0, 0, 0, 0.4);
	transform:translateX(-100%);
	transition:all 0.15s linear;
}
.filter-slidein-wrapper.active{
	transform:translateX(0%);
}

@media screen and (max-width:992px){
	.price-slider-wrapper .noUi-horizontal{
		width:98%;
	}
	.sidebar-content{
		position:relative;
		top:auto;
	}
}
@media screen and (max-width:762px){
	.price-slider-wrapper .noUi-horizontal{
		width:97%;
}
}