﻿a:hover {
    color: unset;
    text-decoration: none;
}

body::-webkit-scrollbar {
    width: 6px !important; /* width of the entire scrollbar */
}

body[class*=jconfirm-no-scroll-] {
    overflow: hidden !important;
}

body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

body::-webkit-scrollbar-thumb {
    background: #cecece;
    border-radius: 3px;
}

.almak-satmak-little {
    background-color: transparent;
    margin: 20px 0px;
    border-top-left-radius: 20px;
    overflow: hidden;
    border-bottom-right-radius: 20px;
}

.block-table {
    /*display: flex;*/
    width: 100%;
}

.info-group__section {
    float: none;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
}

.almak-satmak-little .b-info_mod-a {
    margin: 0px -90px 0 0;
    padding: 25px 25% 1px 15%;
}

.almak-satmak-little .b-info_mod-b {
    padding: 25px 4% 1px 15%;
}

.b-info__title {
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: .03em;
    color: #fff;
    font-family: SharpGroteskBookburo,arial,helvetica,sans-serif !important;
}

.area-bg__inner:hover {
    text-decoration: none;
}

.area-bg__inner {
    position: relative;
    z-index: 110;
    display: block;
}

.almak-satmak-little .b-info__title_lg {
    font-size: 25px;
}

.b-info__title_lg {
    display: block;
    margin-top: 6px;
    font-size: 27px;
    text-transform: uppercase;
}

.parallax {
    -webkit-transform: none;
    transform: none;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hizliArama * {
    font-family: SharpGroteskBookburo,arial,helvetica,sans-serif !important;
}

.h2-detail-mobil {
    display: none;
}
@media screen and (max-width:1800px){
    .honda-banner {
        padding: 90px 0 0 !important;
    }
}

@media screen and (max-width:991px) {
    .honda-banner {
        padding: 70px 0 0 !important;
    }
    .h2-detail-desktop {
        display: none !important;
    }

    .h2-detail-mobil {
        display: block !important;
    }
}
.h2-detail-mobil .item {
    width: 30%;
    text-align: center;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: SharpGroteskBookburo,arial,helvetica,sans-serif !important;
}