* {
    --red: #e61c29;
}

body {
    font-size: 16px;
}

body>div {
    font-size: 16px;
}

.tax-make .site-inner {
    max-width: 1300px;
    margin-top: 20px;
}

.archive-description {
    display: none;
}

.content#noPageBanner {
    height: unset;
}

.content#noPageBanner .content-container {
    height: 100%;
    position: relative;
    display: flex;
}

.content#noPageBanner .content-container .container {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: end;
    padding-bottom: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

/* archive page */

.tax-make .content-sidebar-wrap {
    display: grid;
    grid-template-columns: 400px auto;
    gap: 30px;
}

.tax-make .content-sidebar-wrap .side-filter-wrap {
    position: sticky;
    top: 0;
    height: 100%;
    overflow-y: scroll;
}

.side-filter-section p {
    line-height: 1.3;
    font-size: 16px;
}

.side-filter-section .header-reset-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.side-filter-section .header-reset-container h3 {
    margin-bottom: 0px;
}

.side-filter-section .header-reset-container button {
    margin-left: auto;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.side-filter-section .header-reset-container button img {
    width: 18px;
    margin-right: 7px;
}

.side-filter-section .each-filter-container {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 12px;
    border: 1px solid #c6c6c6;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.side-filter-section .each-filter-container.active {
    border-color: var(--red);
}

.side-filter-section .each-filter-container .img-container {
    display: flex;
    align-items: center;
}

.side-filter-section .each-filter-container .content-container {
    padding: 10px;
}

.side-filter-section .each-filter-container .content-container h5 {
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 800;
}

.side-filter-section .each-filter-container .content-container span {
    font-size: 15px;
    display: block;
    line-height: 1.2;
}

#genesis-content .cmh-specials {
    margin-bottom: 20px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f7f7f7;
}

#genesis-content .cmh-specials.hide {
    display: none;
}

#genesis-content .each-vehicle-container {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 20px;
}

#genesis-content .each-vehicle-container .img-side a {
    display: flex;
}

#genesis-content .each-vehicle-container .content-side {
    display: flex;
    align-items: center;
    padding: 20px;
}

#genesis-content .each-vehicle-container .content-side .content-wrap {
    width: 100%;
}

#genesis-content .each-vehicle-container .content-side h3 {
    line-height: 1.1;
    margin-bottom: 29px;
    color: #000;
}

#genesis-content .each-vehicle-container .price1-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

#genesis-content .each-vehicle-container .price1-container .was {
    color: #646464;
}

#genesis-content .each-vehicle-container .price1-container .was .value {
    text-decoration: line-through;
}

#genesis-content .each-vehicle-container .price {
    font-size: 22px;
    color: #003478;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 5px;
}

#genesis-content .each-vehicle-container .price .value {
    font-size: 30px;
}

#genesis-content .each-vehicle-container .price .title {
    display: block;
    font-weight: 600;
}

#genesis-content .each-vehicle-container .content-side .enquire-btn {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #003478;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: unset;
    display: block;
    font-size: 21px;
    padding: 5px;
}

/* single page view */
.new-special-section {
    margin-top: 20px;
}

.single-cmh-specials #genesis-content .cmh-specials {
    background-color: #fff;
    border: unset;
}

.new-special-section .top-wrap {
    display: grid;
    grid-template-columns: auto 520px;
}

.new-special-section .vehicle-image-container {
    padding-right: 30px;
}

.new-special-section .vehicle-image-container .img-container {
    background-color: #f5f5f5;
    text-align: center;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
}

.cta-spec-container .limited {
    text-align: center;
}

.cta-spec-container .limited span {
    font-weight: 800;
    font-size: 25px;
}

.vehicle-image-container .name-price-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    min-height: 75px;
}

.vehicle-image-container .name-container h1 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0px;
    min-height: 60px;
}

.vehicle-image-container .price-container {
    display: grid;
    grid-template-columns: auto auto;
    padding-left: 10px;
    border-left: 1px solid #c6c6c6;
}

.vehicle-image-container .price-container .red {
    color: var(--red);
}

.price-tracking-info .price-wrap {
    padding: 8px 12px !important;
}

.new-special-section .price-container .price-2-container.was {
    color: #646464;
}

.new-special-section .price-container span {
    display: block;
    font-weight: 700;
    line-height: 1;
}

.new-special-section .price-container span.value {
    font-size: 30px;
}

.new-special-section .price-container span.value.linethrough {
    text-decoration: line-through;
}

.cta-spec-container .finance-info-container,
.cta-spec-container .spec-info-container {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.cta-spec-container .finance-info-container h5 {
    font-weight: 700;
    font-size: 22px;
}

.cta-spec-container .finance-info-container ul,
.cta-spec-container .spec-info-container ul {
    margin-left: 0px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.cta-spec-container .finance-info-container ul li,
.cta-spec-container .spec-info-container ul li {
    list-style: none;
}

.feature-description-container {
    display: grid;
    grid-template-columns: 320px auto;
    gap: 20px;
    margin-top: 20px;
}

.feature-description-container .features-container,
.feature-description-container .description-container {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 15px;
    line-height: 1.3;
}

.feature-description-container .features-container h5,
.feature-description-container .description-container h5 {
    font-weight: 700;
    font-size: 22px;
}

.feature-description-container .features-container ul {
    margin: 0px;
}

.feature-description-container .features-container ul li {
    list-style: none;
}

.bx-wrapper .bx-viewport {
    max-height: unset !important;
}

.bx-wrapper .bx-viewport ul {
    margin: 0px;
}

.new-special-section .featuresRightHolder {
    padding: 35px 0px;
}

.new-special-section .featuresLeftHolder {
    padding-top: 20px;
    padding-bottom: 20px;
}

.new-special-section .each-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
}

.new-special-section .lastSectionHolder {
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.new-special-section .lastSection-wrap {
    margin-top: 20px;
}

.new-special-section .lastSectionHolder h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 800;
}

.new-special-section .each-wrap:nth-child(2n) {
    direction: rtl;
    /* Reverse column order */
}

.new-special-section .each-wrap:nth-child(2n)>* {
    direction: ltr;
    /* Restore normal content flow */
}

.new-special-section .each-wrap .content-side {
    padding: 20px 30px 20px 0px;
}

.new-special-section .each-wrap:nth-child(2n) .content-side {
    padding: 20px 0px 20px 30px;
}

.new-special-section .disclaimer {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.new-special-section .each-wrap p {
    margin-bottom: 15px;
}

.price-tracking-info .call-to-action-container .buttons-container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.price-tracking-info .call-to-action-container .buttons-container .each-btn {
    width: calc(99%/3) !important;
}

.cta-spec-container .price-tracking-info .call-to-action-container .buttons-container .each-btn .cta-btn i {
    width: 100%;
    margin-right: 5px;
}

.cta-spec-container .price-tracking-info .call-to-action-container .buttons-container .each-btn .cta-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.no-filter .side-filter-section {
    display: none;
}

.no-filter {
    display: block !important;
}

.no-filter .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.saving-expiring-date-section {
    padding: 20px;
    padding-bottom: 0px;
}

.saving-expiring-date-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.saving-expiring-date-wrap .expire-container .show-container {
    background-color: var(--red);
    color: #fff;
    display: flex;
    padding: 8px 10px;
    border-radius: 5px;
    align-items: end;
    font-size: 16px;
    width: fit-content;
    height: 100%;
}

.saving-expiring-date-wrap .expire-container .show-container .date-container {
    text-align: left;
    font-weight: 700;
    line-height: 1.1;
}

.saving-expiring-date-wrap .expire-container .show-container .icon-container {
    width: 20px;
    margin-right: 10px;
    display: flex;
}

.saving-expiring-date-wrap .expire-container .show-container p {
    margin-bottom: 0px;
    line-height: 1;
    text-align: left;
}

.saving-expiring-date-wrap .price-container {
    border: none;
    display: block;
    text-align: left;
    color: var(--red);
    padding-left: 16px;
}

@media screen and (max-width: 1200px) {
    .tax-make .content-sidebar-wrap {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 768px) {
    .tax-make .content-sidebar-wrap {
        grid-template-columns: 1fr;
    }

    .side-filter-section .filter-list-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    /* archive page */
    .new-special-section .each-wrap {
        grid-template-columns: 1fr;
    }

    .new-special-section .each-wrap .content-side {
        padding-right: 0px;
        grid-row: 2;
    }

    .new-special-section .each-wrap:nth-child(2n) .content-side {
        padding-left: 0px;
    }

    /* single view */
    .new-special-section .top-wrap {
        grid-template-columns: 1fr;
    }

    .new-special-section .vehicle-image-container {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .single-cmh-specials .container {
        padding: 0;
    }

    .single-cmh-specials .site-inner {
        padding: 0;
    }

    .single-cmh-specials .container {
        padding: 0px 5%;
    }

    .vehicle-image-container .name-container h1 {
        margin-bottom: 15px;
        min-height: unset;
    }

}

@media screen and (max-width: 480px) {
    .content#noPageBanner .content-container .container {
        padding-bottom: 0px;
    }

    /* archive */
    .content#noPageBanner {
        height: unset;
    }

    .tax-make .content-sidebar-wrap {
        padding: 0px;
    }

    .side-filter-section p {
        margin-bottom: 15px;
    }

    .side-filter-section .header-reset-container button {
        margin-left: unset;
    }

    .side-filter-section .header-reset-container h3 {
        margin-bottom: 5px;
    }

    .side-filter-section .each-filter-container {
        grid-template-columns: 1fr;
        margin-bottom: 0px;
    }

    .side-filter-section .each-filter-container .content-container {
        grid-row: 1;
    }


    .side-filter-section .each-filter-container .content-container span {
        display: none;
    }

    .side-filter-section .each-filter-container .content-container h5 {
        font-size: 16px;
        font-weight: 700;
    }

    #genesis-content .each-vehicle-container {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #genesis-content .each-vehicle-container .content-side h3 {
        margin-bottom: 20px;
    }

    .breadcrumb-section .options-container span {
        display: block;
        line-height: 1.1;
    }

    /* single page */
    .vehicle-image-container .name-price-container {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .vehicle-image-container .price-container {
        padding-left: 0;
        border-left: unset;
        margin-bottom: 10px;
    }

    .cta-spec-container .finance-info-container ul,
    .cta-spec-container .spec-info-container ul {
        grid-template-columns: 1fr;
    }

    .feature-description-container {
        grid-template-columns: 1fr;
    }

    .single-cmh-specials .breadcrumb-section .options-container span.spliter:nth-of-type(2) {
        display: none;
    }

    .single-cmh-specials .breadcrumb-section .options-container .each-option:nth-of-type(2) {
        display: none;
    }

}