.cat-select {
    border: none;
    overflow-y: auto
}

.cat-select option {
    border-top: 1px solid #f2f2f2;
    padding: 15px 0 20px;
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    color: #505050;
}