/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 09:03:45 */
@media(min-width:1366px){
	
/* Sticky sidebar container */
/*.woocommerce-shop*/ .wd-sidebar.sidebar-container.sidebar-left, .stickycats {
    position: sticky;
    top: 100px; /* Adjust based on your header/menu height */
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 10px;
    z-index: 2;
}

/* Optional: prettier scrollbar */
/*.woocommerce-shop*/ .wd-sidebar.sidebar-container.sidebar-left::-webkit-scrollbar, , .stickycats::-webkit-scrollbar {
    width: 6px;
}
/*.woocommerce-shop*/ .wd-sidebar.sidebar-container.sidebar-left::-webkit-scrollbar-thumb, .stickycats::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

}

.left-sidebar-categories .cat-design-alt.categories-with-shadow .wd-cat-thumb {
  box-shadow: none !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background: #Fff !important;
}

.left-sidebar-categories .wd-cat .wd-entities-title {
 
  text-transform: capitalize!important;
  font-size: 13px!important;
}

@media(max-width:768px){
	.left-sidebar-categories .cat-design-alt.categories-with-shadow .wd-cat-thumb {
  box-shadow: none !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background: #f5f5f5 !important;
}

.left-sidebar-categories .wd-cat .wd-entities-title {
 
  text-transform: capitalize!important;
  font-size: 13px!important;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}