﻿html.sticky-header-active #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, html.sticky-header-active #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
    color: black !important;
}

li {
    list-style: none;
}

#socialList {
    margin-left: -30px;
}

    #socialList li {
        line-height: 30px;
        list-style: none;
        /*float: left;*/
        padding-right: 5px;
    }

        #socialList li a {
            text-decoration: none;
        }

.urunler p {
    color: white;
}

.urunler i {
    font-style: normal;
    font-size: 50px !important;
}

.BrandList img.img-fluid {
    /*filter: brightness(0) invert(1) grayscale(20%);*/
    padding: 15px;
}

    .BrandList img.img-fluid:hover {
        /*filter: none;*/
    }

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }


@media (max-width: 500px) {
    .owl-nav {
        display: none;
    }
}
