.widget_nav_menu,
.widget_meta,
.widget_pages,
.widget_archive,
.widget_price_filter,
.wp-block-page-list,
.widget_categories {
    ul {
        list-style: none;
        padding: 0;
        margin: 0 0 0 0;
    }
    
    .menu,
    > ul {
        margin: -3px 0 0px 0;
    }

    a {
        display: block;
        border: none;
        margin: 0 0px 12px 0px;
        padding: 0px;
        font-size: 16px;
        font-weight: 300;
        font-family: $body-font;
        line-height: 1.313;
        color: $title-color;
        position: relative;
        display: flex;
        align-items: center;
        &:before {
            content: '';
            position: relative;
            height: 18px;
            width: 18px;
            border: 1px solid #DCDCDC;
            border-radius: 50%;
            margin-right: 14px;
        }
        &:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 6px;
            height: 8px;
            width: 8px;
            border-radius: 50%;
            background: $theme-color;
            transition: 0.4s;
            opacity: 0;
        }
        i {
            margin-right: 12px;
            transition: 0.4s all;
        }
        &.active,
        &:hover {
            color: $theme-color;
            i {
                color: $theme-color;
                opacity: 1;
            }
            ~ span {
                color: $theme-color;
            }
            &:after {
                opacity: 1;
            }
        }
    }

    li {
        display: block;
        position: relative;
        > span {
            font-size: 16px;
            position: absolute;
            right: 0;
            top: 0px;
            background: transparent;
            border-radius: 0;
            height: auto;
            width: auto;
            line-height: initial;
            text-align: center;
            color: $body-color;
            transition: all ease 0.4s;
        }
        &:last-child {
            a {
                margin-bottom: -5px;
                padding-bottom: 0;
                border-bottom: 0;
            }
        }        
    }
    .wp-block-navigation__submenu-container,
    .sub-menu,
    .children {
        margin-left: 10px;
        li {
            a {
                border-bottom: 1px solid #E6E6E6;
                margin: 0 0px 19px 0px;
                padding: 0px 0px 20px;
            }
        }
    }
}

.widget_nav_menu,
.widget_meta,
.widget_pages {
    a {
        padding-right: 20px;
    }
}

.widget_nav_menu {
    .sub-menu {
        margin-left: 10px;
    }
}
.wp-block-page-list {
    padding: 0;
    margin: -3px 0 0px 0;
}
.product_list_widget {
    .star-rating {
        width: auto;
        font-size: 12px;
    }
    li {
        a {
            color: $title-color;
            &:hover {
                color: $theme-color;
            }
        }
        &:last-child {
            padding-bottom: 0 !important;
        }
    }
}
.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;

    a:not(:hover) {
        color: inherit;
    }
}

.blog-single ul.wp-block-archives li {
    margin: 5px 0;
}
