* {
    /* font-family: "Roboto"; */
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: black;
}

li {
    list-style-type: none;
}

p {
    margin-bottom: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
    margin-top: 10px;
}

.bg-gray {
    background-color: #414141;
}

.text-gray {
    color: #414141;
}

.bg-yellow {
    background-color: #fdc300;
}

.text-yellow {
    color: #fdc300;
}

.bg-black {
    background-color: #282828 !important;
}

.text-black {
    color: #282828;
}

.lastik-tag-orange {
    background-color: #ff8a00;
}

.lastik-tag-green {
    background-color: #128d22;
}

.ui-selectmenu-menu .ui-menu {
    max-height: 303px;
}

/* SECTION BREADCRUMB */

#sectionBreadCrumb {
    width: 100%;
    height: 38px;
    background-color: #efefef;
}

#sectionBreadCrumb * {
    height: 100%;
}

#sectionBreadCrumb .link {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

#sectionBreadCrumb .link * {
    display: flex;
    align-items: center;
}

#sectionBreadCrumb .link a {
    margin: 0 8px;
}

#sectionBreadCrumb .link a:first-child {
    margin-left: 0;
}

#sectionBreadCrumb .link a:last-child {
    margin-right: 0;
}

/* RESPONSİVE */

@media screen and (max-width: 1200px) {
    .hideMobile {
        display: none !important;
    }
}
