.tuotteet-listaus {
    padding-left: 0;
    width: 300px;
    margin-left:0;
}

.tuotteet-listaus li.selected > a {
    font-weight: 600;
    border-bottom: 3px solid #4be1d2;
}



h2.tuotelistaus-otsikko{
    font-size: 1.6rem;
}

.tuotteet-listaus a {
    text-decoration: none;
    font-family: "poppins", sans-serif;
    color: #212529;
    font-size: 16px;
}

.tuotteet-listaus li:before{
    content: "> ";
    color: #4be1d2;
    font-weight: 700;
    margin-left: -1rem;
}


.rajaton-listaus li:before{
    content: "";
    margin-left: -1rem;
}

.tuotteet-listaus a:hover {
    color: #000;
    cursor: pointer;
}

.tuotteet-listaus a:active {
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #4be1d2;
}

.tuotteet-listaus li {
    list-style: none;
    line-height: normal;
    padding-left: 2rem;
    padding-bottom: 1rem;
    
}

.rajaton-listaus {
    margin-top: 1rem;
    background-color: #f0fafb;
    width: 260px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    margin-left: 0;
}
.rajaton-listaus li{
    padding-bottom: 0.4rem;
}

ul.rajaton-listaus li a{
    border-bottom: none !important;
}

#licensegroupsmobile + .select2, #licensegroupsmobile + .select2 + .rajaton-listaus
{
    display:none;
}

@media (max-width: 992px)
{
    #licensegroupsmobile + .select2
    {
        display:inline-block;
    }

    #licensegroupsmobile + .select2 + .rajaton-listaus
    {
        display:block;
    }

    #licensegroupsdesktop
    {
        display:none;
    }
}

@media (max-width: 768px) {
    
}