#fast-menu .owl-nav .owl-next {

    background-color: #0080c7;
    color: #FFF;
}

.hizlimenusection {
    padding: 0px 0 0px;
}

.onemliLinklerSection {
    flex-direction: column;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.onemli-link-baslik {
    font-size: 40px;
    font-family: 'Bebas Neue';
    line-height: 54px;
    padding: 20px 20px 0 0;
    color: var(--maincolor);
}

@media (min-width: 320px) {
    #fast-menu {
        margin: auto !important;
    }
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;

    height: 300px;
}

.onemlilogolar-slider {
    min-width: 94% !important;
    margin: auto;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.fast-menu-item {
    display: flex;
    justify-content: center;
}

.fast-menu-item {
    border-radius: 10px;
    display: flex;
}

.onemliLinkler {
    padding: 1rem;
    background: #fff;
    border-radius: 1rem;
    border: solid 5px #eee;
}

.fast-menu-image {
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.fast-menu-image img {
    background: #fff;
    border-radius: 10px;
    width: 9rem !important;
    height: 6rem;
    padding: 12px;
}

.fast-menu-content {
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    color: #000;
    display: flex;
    text-align: center;
    justify-content: center;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#fast-menu .owl-nav {
    position: absolute;
    bottom: 100%;
    margin-bottom: 2rem;
    display: flex;
    right: 0;

}


.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-dots {
    display: flex;
    position: absolute;
    width: 95%;
}

#fast-menu .owl-nav .owl-prev {
    margin-right: 1rem;
    background-color: #0080c7;
    color: #FFF;
}
.onemliLinkler:hover {
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    border: solid 5px #0080c7;
}