/*#region location */


#locselector .column {
    display: inline-block;
    float: left;
    width: 50% !important;
}

    #locselector .column li {
        list-style: none;
        font-size: 14px;
    }

#locselector ul {
    margin: 0;
    padding: 0px;
    float: none;
    max-height: 330px;
    overflow-y: scroll;
}

#locselector li {
    float: none;
    cursor: pointer;
    color: #252525;
    padding: 10px 20px;
    position: relative;
}

    #locselector li a {
        color: #252525;
    }

        #locselector li a:hover {
            color: #7d68e5;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

#locselector .choosen {
    background-color: #f4f4f4 !important;
}

#locselector .page-arrow {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #9c9c9c;
}

#locselector .page-btn {
    position: absolute;
    right: 32px;
    bottom: 16px;
}


/* width */
#locselector ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#locselector ul::-webkit-scrollbar-track {
    background: #f1f1f136;
}

/* Handle */
#locselector ul::-webkit-scrollbar-thumb {
    background: #dadada;
}

    /* Handle on hover */
    #locselector ul::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*#endregion */

/*#region Category */


#CategorySelector .column {
    display: inline-block;
    float: left;
    width: 50% !important;
}

    #CategorySelector .column li {
        list-style: none;
        font-size: 14px;
    }

#CategorySelector ul {
    margin: 0;
    padding: 0px;
    float: none;
    max-height: 330px;
    overflow-y: scroll;
}

#CategorySelector li {
    float: none;
    cursor: pointer;
    color: #252525;
    padding: 10px 20px;
    position: relative;
}

    #CategorySelector li a {
        color: #252525;
    }

        #CategorySelector li a:hover {
            color: #7d68e5;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

#CategorySelector .choosen {
    background-color: #f4f4f4 !important;
}

#CategorySelector .page-arrow {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #9c9c9c;
}

#CategorySelector .page-btn {
    position: absolute;
    right: 32px;
    bottom: 16px;
}


/* width */
#CategorySelector ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#CategorySelector ul::-webkit-scrollbar-track {
    background: #f1f1f136;
}

/* Handle */
#CategorySelector ul::-webkit-scrollbar-thumb {
    background: #dadada;
}

    /* Handle on hover */
    #CategorySelector ul::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*#endregion */