@media (max-width: 800px) {
    .mobile {
        display: initial;
    }

    .container {
        width: calc(100% - 20px);
    }

    header .container {
        justify-content: flex-start !important;
    }

    header .logo {
        float: left;
    }

    header menu, .home-car-item .car-viewmore, .desktop {
        display: none;
    }

    header button.mobile {
        position: absolute;
        right: 10px;
        top: 10px;
        display: flex;
        width: 35px;
        height: 35px;
        text-align: center;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: transparent;
        padding: 0;
        border: 0;
        -webkit-transition: transform .3s,top .3s .3s,bottom .3s .3s;
        -moz-transition: transform .3s,top .3s .3s,bottom .3s .3s;
        -ms-transition: transform .3s,top .3s .3s,bottom .3s .3s;
        transition: transform .3s,top .3s .3s,bottom .3s .3s;
    }

    header button.mobile span {
        height: 2px;
        position: absolute;
        top: 50%;
        width: 30px;
        transform: translate(-50%, 0);
        background: #fff;
        left: 50%;
        -webkit-transition: transform .3s,top .3s .3s,bottom .3s .3s;
        -moz-transition: transform .3s,top .3s .3s,bottom .3s .3s;
        -ms-transition: transform .3s,top .3s .3s,bottom .3s .3s;
        transition: transform .3s,top .3s .3s,bottom .3s .3s;
    }

    header button.mobile:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 30px;
        top: 70%;
        left: 50%;
        transform: translate(-50%, 0);
        background: #fff;
        -webkit-transition: transform .3s,top .3s .3s,bottom .3s .3s;
        -moz-transition: transform .3s,top .3s .3s,bottom .3s .3s;
        -ms-transition: transform .3s,top .3s .3s,bottom .3s .3s;
        transition: transform .3s,top .3s .3s,bottom .3s .3s;
    }

    header button.mobile:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 30px;
        top: 30%;
        left: 50%;
        transform: translate(-50%, 0);
        background: #fff;
        -webkit-transition: transform .3s,top .3s .3s,bottom .3s .3s;
        -moz-transition: transform .3s,top .3s .3s,bottom .3s .3s;
        -ms-transition: transform .3s,top .3s .3s,bottom .3s .3s;
        transition: transform .3s,top .3s .3s,bottom .3s .3s;
    }

    header button.mobile.show span {
        display: none;
        -webkit-transition: top .3s,bottom .3s,transform .3s .3s;
        -moz-transition: top .3s,bottom .3s,transform .3s .3s;
        -ms-transition: top .3s,bottom .3s,transform .3s .3s;
        transition: top .3s,bottom .3s,transform .3s .3s;
    }

    header button.mobile.show:before {
        top: 50%;
        transform: translate(-50%, 0) rotate(45deg);
        -webkit-transition: top .3s,bottom .3s,transform .3s .3s;
        -moz-transition: top .3s,bottom .3s,transform .3s .3s;
        -ms-transition: top .3s,bottom .3s,transform .3s .3s;
        transition: top .3s,bottom .3s,transform .3s .3s;
    }

    header button.mobile.show:after {
        top: 50%;
        transform: translate(-50%, 0) rotate(-45deg);
        -webkit-transition: top .3s,bottom .3s,transform .3s .3s;
        -moz-transition: top .3s,bottom .3s,transform .3s .3s;
        -ms-transition: top .3s,bottom .3s,transform .3s .3s;
        transition: top .3s,bottom .3s,transform .3s .3s;
    }

    header>div {
        width: 100%;
        display: block;
    }

    header menu {
        height: unset;
        margin: 0;
        width: 100%;
    }

    header menu li {
        border-top: 1.5px solid #d3d3d3;
        padding: 10px 0;
    }

    .fnav {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
        gap: 20px;
        justify-content: space-between;
    }

    .fnav>div {
        gap: 5px;
    }

    .frow {
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fcol {
        max-width: 100%;
    }

    .ftop>.container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .ftop p {
        float: left;
        width: 90%;
        text-align: center;
    }

    .page-tools nav {
        justify-content: space-between;
    }

    .page-tools nav a {
        width: calc(25% - 10px);
        color: #fff;
        text-align: center;
    }

    .page-tools nav a h2 {
        font-size: 16px;
    }

    .page-heading h1 {
        font-size: 25px;
    }

    .car-heading h1, .article-detail>h1:first-child {
        font-size: 27px;
        margin: 20px 0 10px;
        font-weight: normal;
        color: var(--color1);
    }

    .home-tools {
        padding: 30px 0 0;
    }

    .home-tools nav a {
        width: 50%;
        margin-bottom: 25px;
    }

    .home-tools nav a h2 {
        font-size: 16px;
    }

    .home-tools nav a svg {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }

    .brand-info {
        padding: 70px 0;
    }

    .home-cars .cars-grid-item, .cars-grid-item, .articles-grid a {
        width: 100%;
    }

    .cars-grid-item a {
        font-size: 16px;
    }

    .home-cars nav {
        gap: 20px;
        padding: 10px 20px;
        margin: 20px 0;
        width: 100%;
        justify-content: center;
    }

    .home-cars nav h2 {
        font-size: 16px;
    }

    .home-car-item h3 {
        font-size: 20px;
        text-transform: uppercase;
        margin: 10px 0 5px;
    }

    .home-car-item .car-name+p {
        font-size: 14px;
    }

    .home-car-item p b {
        font-size: 20px;
    }

    .category-slider .flexslider .flex-direction-nav .flex-next,
    .category-slider .flexslider:hover .flex-direction-nav .flex-next,
    .category-slider .flexslider .flex-direction-nav .flex-prev,
    .category-slider .flexslider:hover .flex-direction-nav .flex-prev {
        bottom: 0;
        zoom: 0.8;
    }

    .home-car-item>* {
        width: 100%;
    }

    .home-car-item .car-icon img {
        width: 90% !important;
        margin: auto;
    }

    .home-articles-row {
        flex-direction: column;
        gap: 10px;
    }

    .home-articles-col:nth-child(1),
    .home-articles-col:nth-child(2),
    .home-articles-col:nth-child(3) {
        width: 100%;
        order: unset;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .home-articles-col>a, .home-articles-col>a.small:first-child {
        margin: 0;
    }

    .home-articles-row h2, .section-heading {
        font-size: 22px;
        margin: 10px 0;
    }

    .home-articles-col>ul {
        gap: 10px;
        margin-bottom: 20px;
    }

    .home-articles-col>a h3, .home-articles-col>ul a h3 {
        font-size: 16px;
    }

    .home-articles .articles-grid {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .home-articles .articles-grid a {
        width: 100%;
    }

    .home-articles .articles-grid a img {
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .blogs {
        gap: 10px;
        margin: 10px 0;
        flex-direction: column;
    }

    .blogs li, .price-board-item ul, .car-grid li, .w49 {
        width: 100%;
    }

    .article-detail>h1:first-child {
        font-size: 20px;
        margin: 20px 0 10px;
    }

    .price-board-item {
        flex-direction: column;
    }

    .price-board-item h2 {
        text-align: center;
    }

    #contact-vp {
        padding: 0;
    }

    #contact-vp iframe {
        position: inherit;
        height: 100vw;
    }

    #contact-vp .contact-info {
        position: initial;
        width: 100%;
        float: left;
    }

    #page-fee .notes {
        font-size: 16px;
    }

    #page-fee h1 + .notes {
        margin: 10px;
    }

    #page-fee .col-6 {
        width: 100%;
        padding: 0;
    }

    #page-fee button {
        font-size: 18px;
        margin: 0 auto 20px;
        display: table;
    }

    #page-fee label {
        font-size: 15px;
        line-height: 1.4;
        margin: 10px 0;
    }

    .car-highlight {
        flex-direction: column;
    }

    .car-promotion, .car-photos {
        width: 100%;
    }

    .car-btn {
        display: flex;
        gap: 10px;
        margin: 20px 0;
        flex-direction: column;
    }

    .home-category-list>a>div {
        left: 0;
        bottom: 10px;
    }

    .home-category-list>a>div h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .home-category-list>a>div p {
        font-size: 14px;
        margin: 0 10px 5px;
    }
}
