﻿.yatirimci > li > a.active:before {
    float: right !important;
    content: "\f068";
}

.yatirimci > li > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f067";
    padding-right: 5px;
}

.kategori-liste {
    display: block !important;
    /* width: 100%; */
    /*border: 1px solid #d5d5d5;*/
}


    .kategori-liste li {
        cursor: pointer;
        list-style-type: none;
    }

        .kategori-liste li a {
            display: block;
            padding: 15px 20px;
            font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
            border-bottom: 1px solid #dedede;
            -webkit-transition: all 300ms linear 0ms;
            -khtml-transition: all 300ms linear 0ms;
            -moz-transition: all 300ms linear 0ms;
            -ms-transition: all 300ms linear 0ms;
            -o-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
        }

            .kategori-liste li:hover a,
            .kategori-liste li a.active {
                background-color: #32327f;
                color: #000;
            }
