﻿#selCategory, #selSort + .nice-select, #selPrice + .nice-select, #selBrand + .nice-select { height: 35px; min-width: 50px; max-width: 140px; padding: 0 36px 0 18px; border: 1px solid #e8e8e8; border-radius: 5px; background-color: #fff; color: #777777; font-size: 14px; line-height: 40px; box-sizing: border-box; }
	#selSort + .nice-select .current, #selPrice + .nice-select .current, #selBrand + .nice-select .current { color: #777777; font-size: 14px; line-height: 40px; }
	#selSort + .nice-select:after, #selPrice + .nice-select:after, #selBrand + .nice-select:after { right: 12px; }
	#selCategory:focus, #selSort + .nice-select.open, #selPrice + .nice-select.open, #selBrand + .nice-select.open { border-color: #e9e9e9; box-shadow: none; outline: none; }
.e-filter-bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 5px 20px; margin-bottom: 15px; border: 1px solid #e7edf3; border-radius: 14px; background: linear-gradient(180deg,#ffffff 0%,#f9fbfa 100%); box-shadow: 0 6px 18px rgba(15,23,42,0.06); }
.e-filter-leftbar { display: flex; align-items: center; }
.e-filter-items { margin: 0; font-size: 14px; font-weight: 700; color: #374151; }
.e-filter-rightbar { flex: 1; }
.e-filter-list { display: flex; justify-content: flex-end; align-items: center; gap: 10px; flex-wrap: wrap; margin: 0; }
	.e-filter-list > li { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: #6b7280; }
#selCategory, #selSort + .nice-select, #selPrice + .nice-select, #selBrand + .nice-select { height: 35px; min-width: 170px; padding: 0 36px 0 14px; border: 1px solid #d9e2ec; border-radius: 10px; background: #fff; color: #374151; font-size: 13px; line-height: 42px; box-shadow: 0 2px 6px rgba(15,23,42,0.04); transition: all 0.2s ease; }
	#selCategory:hover, #selSort + .nice-select:hover, #selPrice + .nice-select:hover, #selBrand + .nice-select:hover { border-color: #b8c7d9; box-shadow: 0 4px 12px rgba(15,23,42,0.08); }
	#selSort + .nice-select .current, #selPrice + .nice-select .current, #selBrand + .nice-select .current { line-height: 42px; font-size: 13px; }
	#selSort + .nice-select:after, #selPrice + .nice-select:after, #selBrand + .nice-select:after { right: 14px; }
	#selCategory:focus, #selSort + .nice-select.open, #selPrice + .nice-select.open, #selBrand + .nice-select.open { border-color: #008060; box-shadow: 0 0 0 2px rgba(0,128,96,0.12); outline: none; }
@media (max-width:768px) {
	.e-filter-bar { flex-direction: column; align-items: stretch; }
	.e-filter-list { justify-content: flex-start; }
	#selCategory, #selSort + .nice-select, #selPrice + .nice-select, #selBrand + .nice-select { width: 100%; min-width: 100%; }
}






.e-loading { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.7); z-index: 5; backdrop-filter: blur(2px); }
	.e-loading::after { content: ""; width: 36px; height: 36px; border-radius: 50%; border: 3px solid #d1d5db; border-top-color: #008060; animation: e-spin 0.8s linear infinite; }
@keyframes e-spin {
	to { transform: rotate(360deg); }
}
.e-procategory-inner { position: relative; }