/* ==========================================================================
*
* Custom CSS Stylesheet. This is where you should add your own styles!
*
** ========================================================================== */

/* Simple style overrides or custom adds */
body {
    background-color: #fbf7f7;
}

.kl-store-page .kl-store-ordering, .kl-store-page .kl-store-result-count {
    margin-bottom: 0;
}

.article-tags ul {
    list-style: none;
    padding: 0;
}

.article-tags {
    margin-top: 10px;
    line-height: 37px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cbcbcb;
}

.article-category li,
.article-tags li {
    display: inline-block;
}

.article-tags .filter-delete-all {
    font-size: 13px;
    color: #868585;
}

.article-tags .filter-delete-all:hover {
    color: #cd2122;
}

.article-tags .filter-tag {
    position: relative;
    color: #868585;
    border: 1px solid #868585;
    z-index: 1;
    border-radius: 3px;
    background: none;
    text-shadow: none;
    padding: 5px 7px;
    line-height: 1.6;
    box-shadow: none;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.article-tags .filter-times-icon {
    margin-left: 5px;
    font-size: 10px;
}

.article-tags .filter-tag:hover {
    color: #cd2122;
    border-color: #cd2122;
}

.widget_tags .article-tags {
    margin-bottom: 0;
}

.widget_tags .article-tags li {
    margin-top: 20px;
    margin-bottom: 0;
}

.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__title a {
    color: #CD2122;
}

.tbk-symbol--border2.tbk-icon-pos--after-title .viewall {
    margin-top: 15px;
    float: right;
    font-size: 0.8rem;
    font-weight: bold;
    color: #757575 !important;
}

.tbk-symbol--border2.tbk-icon-pos--after-title .viewall:hover {
    color: #CD2122 !important;
}

.subheader-maintitle {
    text-transform: uppercase;
}

#footer .contact-details {
    background: none !important;
}

#footer .m_title {
    text-transform: uppercase;
}

.hg_badge_container .hg_badge_new:not(:only-child):before {
    content: '';
}

.vehicle-info-icons {
    margin: 20px 2px 10px;
}

.vehicle-info-icons div {
    padding: 0;
    text-align: center;
}

.vehicle-info-icons i {
    font-size: 25px;
    color: #282828
}

.vehicle-info-icons p {
    font-size: 12px;
    font-weight: bold;
    color: #282828
}

.details.kw-details {
    text-align: right;
}

.kw-details-title {
    text-align: left;
    font-weight: bold !important;
    font-size: 17px !important;
}

.details.kw-details .price .amount {
    font-size: 22px;
    color: #cd2122;
}

.action_box h4.text {
    margin-top: -15px;
    margin-bottom: 5px;
}

.imgboxes-title {
    font-size: 22px !important;
}

.imgboxes-date {
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 5px;
    color: #b9b2b2
}

.action_box .ac-subtitle {
    font-size: 19px;
}

.kl-store-page div.product .product_title {
    font-size: 25px;
    font-weight: bold;
}

.kl-cta-ribbon {
    width: 60px;
}

.ctabutton-second {
    background-color: #14a1c5;
}

.kl-cta-ribbon .trisvg-second {
    fill: #14a1c5;
}

.pagination {
    margin-top: 0;
}

.btn-active {
    color: #ffffff !important;
}

.kl-store.widget_product_categories .filter-li {
    margin-top: 0;
    margin-bottom: 10px !important;
}

.kl-store.widget_product_categories .brand-li {
    margin-top: 0;
}

.kl-store.widget_product_categories .brand-li a {
    font-size: 16px;
}

.kl-store.widget_product_categories .brand-li a:hover {
    color: #cd2122 !important;
}

.kl-store.widget_product_categories .cat-item a:hover:before {
    background-color: #cd2122 !important;
}

.kl-store.widget_product_categories .filter-li .filter-label {
    margin-bottom: 0;
}

.product-categories {
    max-height: 230px;
    overflow: scroll;
}

.product-categories::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

.product-categories::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(205, 32, 34, .8);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.filter-checkbox {
    position: relative;
    width: 1.7em;
    height: 1.7em;
    color: black;
    border: 1px solid gray;
    background-color: white;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: 0;
    cursor: pointer;
    vertical-align: middle;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

.filter-checkbox::before {
    position: absolute;
    content: '';
    display: block;
    top: 3px;
    left: 9px;
    width: 8px;
    height: 15px;
    border-style: solid;
    border-color: white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.filter-checkbox:checked {
    color: white;
    border-color: #cd2122;
    background: #cd2122;
}

.filter-checkbox::before {
    opacity: 1;
}

.filter-label {
    position: relative;
    cursor: pointer;
    padding: 0 0.25em 0;
    user-select: none;
    vertical-align: text-top;
}

.kl-store.widget_product_categories .children .cat-item {
    margin-top: 0;
}

.button-sticky {
    display: block;
    position: -webkit-sticky !important;
    position: sticky !important;
    bottom: 0;
    padding: 25px 0;
    align-self: flex-start;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
}

.not-found-text {
    width: 100%;
    font-size: 0.9rem;
    font-weight: 600;
    color: #838383;
    text-align: left;
    margin-left: 15px;
}

/*#header {
    top: 0;
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-bottom: 3px solid #cd2122;
}*/

#main-slider .item {
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#thumbnails-slider .item {
    margin: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#thumbnails-slider .item h1 {
    font-size: 18px;
}

#thumbnails-slider .current .item {
    border: 2px solid #cd2122;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #d6d6d6;
}

#main-slider.owl-theme {
    position: relative;
}

#main-slider.owl-theme .owl-next,
#main-slider.owl-theme .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#main-slider.owl-theme .owl-prev {
    left: 10px;
}

#main-slider.owl-theme .owl-next {
    right: 10px;
}

#main-slider.owl-theme .owl-nav {
    margin-top: 0;
}

.kl-store-page div.product div.images div.thumbnails img {
    padding: 0;
    border: none;
}

.kl-store-page div.product div.images div.thumbnails img:hover {
    border: none;
}

.kl-store-page div.product div.images div.thumbnails {
    padding: 0;
    margin: 0;
}


.product_title.entry-title {
    color: #000;
}

.kl-store-page .vehicle-detail-section {
    border: 1px solid #EAEAEA;
    background: #fff;
    width: 100%;
    padding: 20px 20px;
    position: relative;
}

.kl-store-page .vehicle-qr-kod {
    border: 1px solid #EAEAEA;
    background: #fff;
    width: 100%;
    padding: 20px 35px;
    position: relative;
    display: inline-block;
}

.tabbable > ul.nav > li {
    /*width: 33.3%;*/
}

.tabbable > ul.nav > li > a {
    width: 100%;
    text-align: center;
}

.product .tab-content {
    border-top: none;
}

.kl-store-page .product-page {
    margin-bottom: 20px;
}

.tab-pane {
    padding: 25px;
}

.product .tab-content {
    border: none;
}

.kl-store-page div.product .tabbable {
    margin-bottom: 0;
}

.stage-ibx__point[data-title]:before {
    z-index: 100;
}

.stage-point-orange:after {
    background: rgba(243, 156, 18, 0.6);
    box-shadow: 0 0 0 3px rgb(243, 156, 18);
}

.stage-point-orange:hover:after, .stage-point-orange.kl-ib-point-active:after {
    box-shadow: 0 0 0 5px rgb(243, 156, 18), 0 4px 10px #000;
}

.stage-point-green:after {
    background: rgba(39, 174, 96, 0.6);
    box-shadow: 0 0 0 3px rgb(39, 174, 96);
}

.stage-point-green:hover:after, .stage-point-green.kl-ib-point-active:after {
    box-shadow: 0 0 0 5px rgb(39, 174, 96), 0 4px 10px #000;
}

.stage-point-purple:after {
    background: rgba(142, 68, 173, 0.6);
    box-shadow: 0 0 0 3px rgb(142, 68, 173);
}

.stage-point-purple:hover:after, .stage-point-purple.kl-ib-point-active:after {
    box-shadow: 0 0 0 5px rgb(142, 68, 173), 0 4px 10px #000;
}

.stage-point-yellow:after {
    background: rgba(253, 216, 53, 0.6);
    box-shadow: 0 0 0 3px rgb(253, 216, 53);
}

.stage-point-yellow:hover:after, .stage-point-yellow.kl-ib-point-active:after {
    box-shadow: 0 0 0 5px rgb(253, 216, 53), 0 4px 10px #000;
}

.stage-point-pink:after {
    background: rgba(216, 27, 96, 0.6);
    box-shadow: 0 0 0 3px rgb(216, 27, 96);
}

.stage-point-pink:hover:after, .stage-point-pink.kl-ib-point-active:after {
    box-shadow: 0 0 0 5px rgb(216, 27, 96), 0 4px 10px #000;
}

.stage-point-indigo:after {
    background: rgba(63, 81, 181, 0.6);
    box-shadow: 0 0 0 3px rgb(63, 81, 181);
}

.stage-point-indigo:hover:after, .stage-point-indigo.kl-ib-point-active:after {
    box-shadow: 0 0 0 5px rgb(63, 81, 181), 0 4px 10px #000;
}

.stage-point-red:after {
    background: rgba(205, 33, 34, 0.6);
    box-shadow: 0 0 0 3px rgb(205, 33, 34);
}

.stage-point-red:hover:after, .stage-point-red.kl-ib-point-active:after {
    box-shadow: 0 0 0 5px rgb(205, 33, 34), 0 4px 10px #000;
}

.stage-point-dark-orange:after {
    background: rgba(244, 81, 30, 0.6);
    box-shadow: 0 0 0 3px rgb(244, 81, 30);
}

.stage-point-dark-orange:hover:after, .stage-point-dark-orange.kl-ib-point-active:after {
    box-shadow: 0 0 0 5px rgb(244, 81, 30), 0 4px 10px #000;
}

.stage-point-none {
    display: none;
}

.kl-iconbox {
    margin-bottom: 5px;
    cursor: default;
}

.kl-iconbox__icon-wrapper, .kl-iconbox__title-wrapper, .kl-iconbox__desc-wrapper, .kl-iconbox__cta-wrapper {
    margin-bottom: 0;
}

.stage-color.stage-point-dark-orange {
    background: rgb(244, 81, 30);
}

.stage-color.stage-point-red {
    background: rgb(205, 33, 34);
}

.stage-color.stage-point-indigo {
    background: rgb(63, 81, 181);
}

.stage-color.stage-point-pink {
    background: rgb(216, 27, 96);
}

.stage-color.stage-point-yellow {
    background: rgb(253, 216, 53);
}

.stage-color.stage-point-purple {
    background: rgb(142, 68, 173);
}

.stage-color.stage-point-green {
    background: rgb(39, 174, 96);
}

.stage-color.stage-point-orange {
    background: rgb(243, 156, 18);
}

.stage-color.stage-point-blue {
    background: #28cce5;
}

.stage-color {
    float: left;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin-right: 5px;
    margin-top: 7px;
}

.compare-panel img {
    height: 75px;
}

.buybtn-close {
    height: 100%;
    line-height: inherit;
}

.buybtn-close:before {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
}

.buybtn-panel.is-hidden .buybtn-close:before {
    margin-top: -7px;
}

.compare-panel {
    background: rgba(0, 0, 0, 0.9);
}

.compare-vehicle-title {
    position: relative;
    margin-left: 10px;
    color: white;
}

.compare-vehicle-delete {
    position: absolute;
    font-size: 12px;
    color: white;
    right: 0;
    top: 0
}

.compare-vehicle {
    position: relative
}

.compare-table .table td {
    padding-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compare-table .compare-details {
    overflow: hidden;
    text-align: center;
    border-left: 1px solid #dee2e6;
}

.compare-details-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    cursor: pointer;
    line-height: 21px;
    font-size: 11px;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    color: white;
}

.form-response {
    font-size: 14px;
}

.datetimepicker {
    font-family: sans-serif;
    line-height: 1.15;
    font-size: 15px;
    z-index: 1500;
}

.datetimepicker table tr td.today, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today:hover {
    background: #14a1c5;
    color: white;
}

.datetimepicker table tr td.today.active, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled.disabled, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today.disabled:hover.active, .datetimepicker table tr td.today.disabled:hover.disabled, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.disabled:hover:hover, .datetimepicker table tr td.today.disabled:hover[disabled], .datetimepicker table tr td.today.disabled[disabled], .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today:hover.disabled, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today:hover:hover, .datetimepicker table tr td.today:hover[disabled], .datetimepicker table tr td.today[disabled] {
    background: #14a1c5;
    color: white;
}

.datetimepicker table tr td.active.active, .datetimepicker table tr td.active.highlighted.active, .datetimepicker table tr td.active.highlighted:active, .datetimepicker table tr td.active:active,
.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background: #cd2122;
    border-color: #cd2122;
}

.datetimepicker table tr td.active.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active.disabled:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active[disabled] {
    background: #cd2122;
}

.datetimepicker td, .datetimepicker th {
    padding: 5px;
    line-height: inherit;
}

.panorama-popup {
    width: 60%;
}

#panorama {
    width: 100%;
    height: 500px;
}

.control-label {
    text-transform: none !important;
}

.main-nav > ul > li.menu-item-has-children > a:after {
    background-color: rgba(0, 0, 0, .4);
}

.main-nav ul ul.sub-menu li a {
    border-bottom: none;
}

.services-sidebar .widget ul.menu li a {
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 0;
}

.services-sidebar .widget ul.menu li a.active {
    color: #cd2122;
}

.services-sidebar {
    padding: 20px 20px;
}

.vehicle-notification.bb--anim-show {
    left: unset;
    right: 50px;
}

.vehicle-notification {
    right: -100%;
    left: unset;
}

.contactForm, .contact-info {
    background: #fff;
    padding: 25px;
    border-radius: 3px;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 15%);
}

.scontent__maps:not(.static-content--fullscreen) {
    height: 500px;
}

.kl-red-text {
    color: #cd2122;
}

.info-link {
    color: #535353;
}

.info-link:hover {
    color: black;
}

.ui-state-valid {
    border: 1px solid #D9D9D9 !important;
}

.vehicle-detail-qr-code {
    height: 80px !important;
    margin-right: -10px;
    margin-top: -10px;
}

.hgSlickNav {
    width: 104% !important;
    height: 100% !important;
    right: 0 !important;
    left: -25px !important;
}

.hgSlickNav-prev {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
}

.hgSlickNav-next {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
}

.spp-products-rows > .row {
    margin-bottom: 0;
}

.slick-slider {
    z-index: 5;
}

.popup-box {
    width: 70%;
    height: auto;
}

.mfp-close-btn-in .popup-box .mfp-close {
    color: white;
}

.popup-box .popup-context {
    position: absolute;
    width: 100%;
    padding: 35px;
    background: rgba(0, 0, 0, .7);
    left: 0;
    color: white;
    bottom: 0;
}

.fab-container {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    cursor: pointer;
}

.fab-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #016fb9;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.fab-icon-holder:hover {
    opacity: 0.8;
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #ffffff;
}

.fab-button {
    width: 60px;
    height: 60px;
    background: #cd2122;
}

.fab-options {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 70px;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
}

.fab-button:hover + .fab-options,
.fab-options:hover {
    opacity: 1;
    transform: scale(1);
}

.fab-options li {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}

.fab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666666;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}

.stage-ibx__stage-img {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.kl-pp-box {
    width: 60%;
}

.kl-pp-box .kl-pp-inner img {
    width: 100%;
}

.product-list-item .kw-prodimage-img, .kl-store-page ul.products li.product .product-list-item .kw-prodimage-img{
    width: 100%;
}

/* ==========================================================================
** Responsive styles custom rules
* These rules are ready to be used for either overrides
* or just your own custom rules.
========================================================================== */


/** Higher screens+ **/
@media only screen and (min-width: 1921px) {

}

/** Desktop+ **/
@media (min-width: 1200px) {
    .site-header[data-header-style="9"] .main-nav {
        margin-left: 0;
    }

    #totop {
        bottom: 7%;
    }

    #totop.show {
        right: 50px;
    }

    .site-logo img {
        vertical-align: middle;
        margin-top: 0;
        max-height: 70px;
        padding-bottom: 10px;
    }

    .site-header-main-center{
        margin-left: 30px;
    }

    .kl-ioscaption--style5 .main_title {
        font-size: 45px;
    }

    .site-header {
        position: inherit;
    }

    .page-subheader {
        min-height: 150px;
    }

    .page-subheader .ph-content-wrap {
        height: 100px;
        min-height: 100px;
        padding-top: 35px;
    }

    .subheader-titles {
        margin-top: 0;
    }

    .orderby {
        display: block;
        width: 230px;
    }

    .product-list-item .kw-details, .kl-store-page ul.products li.product .product-list-item .kw-details {
        padding: 25px 10px 20px;
    }

    .container {
        /*max-width: 1350px;*/
    }

    .page-subheader {
        min-height: 130px;
    }

    .breadcrumbs {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .filter-input-text {
        float: left;
        width: 48%;
        margin-right: 2px;
        text-align: center;
    }

    .gensearch__form {
        display: inline-block;
    }

    .sidebar .widget {
        margin-bottom: 20px;
    }
}


/** Laptop **/
@media (max-width: 1200px) {

}


/** Laptop+ **/
@media (min-width: 991px) {

}


/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {

}


/** Large Tablets **/
@media (max-width: 992px) {
    .site-header .logo-container {
        padding: 0;
    }
}


/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 991px) {

}


/** Tablets+  **/
@media (min-width: 768px) {

}


/** Tablets (portrait mode)  **/
@media (min-width: 481px) and (max-width: 768px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {

}


/** Smartphone portrait mode **/
@media (max-width: 480px) {
    .vehicle-detail-qr-code {
        display: none;
    }

    .topnav-item--text, .topnav .topnav-item .topnav-item--text {
        display: initial;
    }

    .site-header .kl-header-toptext {
        display: block;
    }

    .site-header-top-right {
        display: none !important;
    }

    .site-header-main-right {
        display: none !important;
    }

    .site-header-main-center {
        margin-right: 0 !important;
    }

    .site-header-separator {
        display: none;
    }

    .site-header .logo-container {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .action_box_content h4 span {
        font-size: 1.5rem;
    }

    .action_box .ac-subtitle {
        font-size: 15px;
    }

    .vehicle-info-icons div {
        width: 25% !important;
    }

    .product-list-item .kw-details, .kl-store-page ul.products li.product .product-list-item .kw-details {
        padding: 20px 10px;
    }

    .spp-carousel.sppCrs--c .slick-initialized ~ .hgSlickNav {
        display: none;
    }

    .vehicle-notification.bb--anim-show {
        right: 0;
    }

    .page-subheader, .page-subheader .ph-content-wrap {
        min-height: 120px;
    }

    section.hg_section {
        padding-top: 20px !important;
    }

    #filter-button {
        width: 100%;
    }

    .btn-fullwidth {
        width: 100%;
    }
    .vehicle-detail-button-container {
        display: block!important;
    }

    .tab-pane {
        padding: 0!important;
    }

    .expertise-results {
        padding-left: 0!important;
    }
    #tab-ekspertiz-bilgileri {
        padding: 15px!important;
    }
    .panorama-popup {
        width: 100% !important;
    }
    .kl-store-page .vehicle-detail-section {
        padding: 20px!important;
    }
    .services-sidebar {
        display: none;
    }
    .breadcrumbs {
        display: none;
    }
    #credit_application_panel, #video_call_request_panel {
        width: 100%;
    }
    #zn-res-menu .zn_res_has_submenu>span{
        text-align: right;
        margin-right: 20px;
    }

    #zn-res-menu .zn_res_menu_go_back>span{
        text-align: left;
        margin-left: 20px;
    }
    #footer .sbs .menu li {
        float: none;
        width: 100%;
    }

    .kl-pp-box {
        width: 100%;
    }
}

@media (min-width: 480px) {
    #filter-section-button {
        display: none;
    }

    #filter-section {
        display: block;
    }

    .main-data {
        padding-left: 0;
    }
    .expertise-results {
        padding-left: 10px;
    }

    .related-articles {
        margin-top: 100px;
    }
    #credit_application_panel, #video_call_request_panel {
        width: 55%;
    }
}


/** Normal phone portrait mode+ **/
@media (min-width: 320px) {

}

.itemBody ul, .itemBody li {
    list-style: initial;
    margin: revert;
    padding: revert;
}

.itemBody h5 {
    font-weight: bold;
}