@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    @page {
        size: 8.5in 11in !important;
        margin: auto auto !important;
    }
    .vehicle-description-wrapper h2:first-of-type + p.vehicle-desc {
        padding-top: 0;
        padding-bottom: 0;
    }
    .vehicle-description-wrapper {
        /* border-bottom: solid 3px rgb(0 0 0); */
        padding-bottom: 14px;
    }
    .rootwrapper {
        border-radius: 0;
        overflow: hidden;
    }
    .mid-content-wrapper {
        padding: 0px 0;
        width: 7.5in;
        height: 9.95in;
        page-break-inside:avoid;
        box-shadow: none !important;
        margin: 0 auto;
        max-width: 800px;
        background-color: #fff !important;
    }

    a:link:after,
    a:visited:after {
        content: "" !important;
        clear:  both;
        display:  block;
    }
    .hideprint {
        display: none !important;
    }
    .print-12 {
        width: 100% !important;
    }
    .container {
        /* max-width: 760px; */
        width: 100%;
        font-size: 1.4rem;
    }

    #vansection {
        width: 100% !important;
        height: auto !important;
        overflow:  hidden;
        padding-bottom: 0;
    }
    .flex-row .flex-column.price-top {
        display: initial;
        padding-top: 4px;
    }
    .print-only {
        display: initial !important;
    }
    .print-vehicle-location {
        flex-grow: 1;
        display: flex !important;
        padding-top: 10px;
        align-items: flex-end;
    }
    .print-vehicle-location .flex-column {
        padding-bottom: 0 !important;
    }
    .print-vehicle-location .icon-img {
        width: 44px;
        margin-right: 20px;
    }

    .print-vehicle-location .plc {
        font-weight: 500;
        padding: 0px 0 6px 0;
        opacity: .8;
    }
    .print-vehicle-location .plh {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
    }
    .print-vehicle-location .v-space-after {
        margin-bottom: 34px;
    }

    .print-vehicle-location .flex-start {
        align-items: flex-start;
    }
    .print-header {
        font-size: 20px;
        border-bottom: solid 5px #000000;
        margin: 0px 0px 10px 0px;
        padding: 0;
    }

    .print-header .dealername {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.1;
    }
    .print-header .dealername .phone {
        font-size: 1.8rem;
        padding-top: 5px;
    }
    .print-header .location {
        font-size: 1.3rem;
        line-height: 17px;
        margin-top: 0px;
    }
    .print-header .print-date {
        opacity: .8;
        font-size: 1.2rem;
    }

    .print-header .location .web {
        /* color: var(--bg-secondary) !important; */
        color: #1565C0 !important;
        font-weight: 500;
        text-decoration: underline;
        font-size: 1.4rem;
        margin-bottom: 3px;
    }
    .print-images-column {
        max-width: 350px;
        flex-grow: 1;
        display: flex;
        min-width: 320px;
        padding-right: 0 !important;
        /* justify-content: space-between; */
        flex-direction: column;
        display: flex !important;
    }
    .print-images-column > img {
        width: 100%;
        /* border-radius: 14px; */
    }
    .print-images-column > * {
        margin-bottom: 10px;
    }
    .print-images-column > *:first-child {
        margin-top: 0px;
    }
    .print-images-column > *:last-child {
        margin-bottom: 0px;
    }
    .mid-content-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    body[data-view="vehiclemain"] #page-container {
        /* flex-grow: 1; */
    }
    .page-top-floats h1 {
        margin-top: -2px !important;
        padding-top: 0 !important;
        font-size: 2.1rem;
        font-weight: 700;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    h2 {
        font-size: 1.8rem;
        margin-top: 0px;
    }

    .tiles p {
        margin-bottom: 14px;
    }
    p + h2 {
        padding-top: 14px;
    }
    .print-vehicle-location .table  {
        margin-bottom: 0;
        min-width: 190px;
        font-weight: 500;
    }
    .print-header .print-header-logo {
        max-width: 240px;
        min-width: 240px;
        max-height: 56px;
    }
    .print-header .print-header-logo .header-logo {
        /* height: 20px; */
    }
    .table tbody > tr > td {
        padding: 0;
        opacity: 1;
        line-height: 1.5;
        font-size: 1.4rem;
        border-bottom: solid 1px #ececec;
    }
    header, iframe, .very-top-header,#main_image_print, .container.fully-transparent, .vfs-sidebar-wrapper, #normalimgageright, #normalimgageleft, .img-thumbs-wrapper, #mobile-thumbs, #dx-mobile-menu, .btn-default, .vfs-tab-wrapper
    {
        display: none !important;
    }
    header + div[style] {
        min-height: unset !important;
    }
    .tab_container.ini-hide {
        display: none !important;
    }
    .thumb-container {
        height: auto;
        width: 100%;
        overflow: hidden;
        /* margin-left: -79px; */
        display: block !important;
        margin-left:  0;
        padding-right: 0;
    }
    .show-print.hidden-xs.hidden-sm {
        display: block !important;
        min-width: unset;
        max-width:  unset;
        flex-grow: 1;
        border-radius:  var(--border-radius);
        overflow:  hidden;
        /* border-radius: 20px; */
    }
    .main-img-container {
        min-width: 49% !important;
        border-radius: 10px;
    }

    .main-img-container.ratio-16-9 {
        min-width: 60% !important;
        margin-right: 2px;
    }
    #_general h2 {
        margin-top: 0 !important;
        padding-top: 0 !important;
        display: none;
    }
    .sidebarfeature.main-panel {
        padding: 0px;
        border: none;
        margin-top: -34px !important;
    }
    .tiles .block-md-7 {
        width: 50% !important;
    }
    #_general {
        display: block !important;
        max-height: 341px;
        overflow:  hidden;
    }
    #main_image {
        /* width: 440px; */
        /* margin-right: 7px; */
        /* width: 100%; */
    }
    .match-column-height {
        height: unset !important;
    }
    .tiles .rowAll p {
        font-size: 1.4rem;
    }
    .vertical-thumb {
        /* display: none; */
        min-width: calc(50% - 2px) !important;
        max-width: calc(33.333% - 2px) !important;
        /* margin: 1px; */
    }
    .vertical-thumb:nth-child(3), .vertical-thumb:nth-child(4), .vertical-thumb:nth-child(5) {
        display: block;
    }
    body {
        padding-top: 0px !important;
    }
    .hero-base {
        display: none;
    }
    .page-top-floats {
        display: block !important;
        padding-top: 4px;
    }
    .flex-row .flex-column.page-top-floats {
        padding: 4px 14px 0px 14px;
        overflow: hidden;
    }
    .page-top-floats.backwrap {
        display: none !important;
    }
    .price-top.hidden-xs.hidden-sm, .mid-content-wrapper.container {
        /* display: block !important; */
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom:  0 !important;
    }
    .payments-as-low-as {
        font-size: 1.6rem !important;
        padding: 0 0px !important;

    }
    .price-top .payments-as-low-as {
        margin-top: 0;
    }

    .vehicle-infobox {
        padding: 4px 5px 6px 5px;
        border-left: none;
        margin-top: -14px;
        border-right: none;
    }
    .match-column-height {
        height: unset !important;
    }
    .legal-text {
        font-size: 1.2rem !important;
        margin-bottom: 0 !important;
        /* background-color: #f3f3f3 !important; */
        /* padding: 5px; */
        line-height: 1.3;
        /* margin-top: -30px; */
    }
    .very-bottom-footer {
        display: none !important;
    }
    .downloads {
        display: none;
    }
    .vehicle-infobox .upper {
        font-size: 1.4rem;
    }
    .page-top-floats .conversion {
        font-size: 1.5rem;
        margin-top: 3px;
    }
    .price-top {
        font-size: 2.6rem;
    }
    .payments-as-low-as .payment {
        font-weight: bold;
        font-size: 1.6rem;
    }
    p.vehicle-desc {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-top: 0;
        padding-top: 0 !important;
    }
    .vehicle-infobox .lower {
        line-height: 12px;
        font-size: 1.3rem;
        margin-top: -4px;
        text-align: left;
    }
    .rowAll {
        border-bottom: solid 1px #ececec;
        /* width: 90%; */
        font-size: 1.4rem !important;
        padding-top: 2px;
        padding-bottom: 2px;
        min-height: unset;
        padding: 3px 4px;
    }
    .rowAll:nth-child(odd) {
        background-color: #f3f3f3 !important;
    }
    .rowTitle, .rowFloat {
        /* font-size: 1.3rem; */
        line-height: 1.5;
        line-break: strict;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-top: 0px;
        padding-bottom: 0px;
        font-weight: 500;
        flex-grow: unset;
        justify-content: flex-start;
        text-align: left;
    }
    .rowTitle {
        font-size: 1.2rem;
    }
    .sidebarfeature.main-panel {
        min-height: 0px !important;
        margin-bottom: 0px;
    }

    .nobottomborder {
        border-bottom: none !important;
    }

    #main_image_print {
        display: block;
        width: 400px;
        position: absolute;
        margin-top: 0px;
        right: 15px;
    }
    footer {
        display: none !important;
    }
    .print-van-image {
        height: 80px;
        overflow: hidden;
    }
    .print-break {
        display: block;
        width: 100%;
        margin: 10px 0 10px 0;
        border-bottom: 1px solid rgba(0,0,0,.3);
    }
    .print-vehicle-legal {
        display: block;
        font-size: 1.2rem;
        font-style: italic;

    }
    h4 {
        font-size: 1.7rem;
        font-weight: bold;
        margin-top: -18px;
    }
    .dxapiinventory .print-header {
        display: block;
    }
    .print-header-bottom {
        border-bottom: solid 2px #5a646b;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .print-start-new-page {
        page-break-after: always;
    }
    .dx-tabs .grid-two-column {
        gap: 0;
    }
    .breadcrumbs-wrapper {
        display: none;
    }

    .phone-number-print-header {
        font-size: 2.8rem;
        font-weight: bold;
        text-align: right;
        margin-top: 35px;
    }
    .website-print-header {
        font-size: 2.0rem;
        font-weight: bold;
        text-decoration: underline;
        color: #2b57a9;
        text-align: right;
    }
    #vansection .tab_container {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #vansection .tab_container:before {
        display: none;
    }

    .show-print {
        display: initial;
    }

    .dx-tabs {
        margin-top: 0px;
    }
    p.vehicle-desc {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .dxinventory-grid-vehicle-single {
        grid-template-areas: "grid-vs-content grid-vs-content";
    }
    .dxinventory-grid-vehicle-single .grid-vs-sidebar {
        display: none;
    }
    .dx-vehicle-single-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    main, main.site-main, .site-main {
        padding: 0px 0 !important;
        margin-left: auto;
        margin-right: auto;
    }


    .elementor-location-header, .elementor-location-footer {
        display: none;
    }
}