﻿.hide
{
    display:none;
}

.wnav-link {
    color: #0094ff !important;
    display: flex;
    font-weight: normal;
    align-items: center;
    cursor: pointer;
    padding: .2rem 1rem;
}
.wnav-link:hover {
    color: #000000 !important;
}
.facet-root {
    font-size: 14px !important;
    font-weight: 400;
    color: #606060;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.facet-root:hover {
        font-weight: 600;
        color: #404040;
}
.facet-leaf {
    cursor:pointer;
    font-size: 14px !important;
    font-weight: 400;
    color: #606060;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.facet-leaf:hover {
    font-weight: 600;
    color: #404040;
}
.facet-leaf-small {
    cursor: pointer;
    font-size: 12px !important;
    font-weight: 400;
    color: #606060;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
    .facet-leaf-small:hover {
        font-weight: 600;
        color: #404040;
    }
.facet-banner {
    padding-left: 3px;
    padding-right: 3px;
}
.facet-banner:hover {
    background-color:#f2f2f2;
}
.lnavbar-item {
    font-size: 14px;
    color: #404040;
    font-weight: 600;
}
