/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2025 | 20:16:08 */
.mws-subcategory-list a {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    position: relative;
    transition: all 0.23s ease;
    -webkit-transition: all 0.23s ease;
    -moz-transition: all 0.23s ease;
    -ms-transition: all 0.23s ease;
    -o-transition: all 0.23s ease;
}

.mws-subcategory-list a:hover {
    padding: 0 0 0 16px;
}

.mws-subcategory-list a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    transition: all 0.23s ease;
    -webkit-transition: all 0.23s ease;
    -moz-transition: all 0.23s ease;
    -ms-transition: all 0.23s ease;
    -o-transition: all 0.23s ease;
}

.mws-subcategory-list a:hover:before {
    width: 12px;
}

.mws-subcategory-list a {
    color: var(--e-global-color-secondary);
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    background-image: var(--e-global-color-primary);
}

.mws-subcategory-list a:hover {
    color: var(--e-global-color-primary);
}

.mws-subcategory-list a:hover:before {
    background-color: var(--e-global-color-primary);
}