.category-filter .category-tab{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px}.category-filter .category-tab ul{display:flex}.category-filter .category-tab{border:2px solid var(--theme-color)}.category-filter .category-tab p{color:var(--theme-color);padding-left:.5rem;font-size:1.4rem;font-weight:bolder}.category-filter .category-tab ul li{cursor:pointer;font-weight:bolder;margin-left:1.5rem}.category-tab .Active{color:var(--theme-color);font-weight:700}@media (max-width:992px){.category-filter .category-tab{flex-direction:column;align-items:flex-start;margin-bottom:0}.category-filter .category-tab ul{width:100%;margin-top:1rem;flex-direction:column}.category-filter .category-tab ul li{margin-left:0;margin-bottom:.7rem}}