@media print {

header,
footer,
#slider,
.flex-direction-nav,
.hn-block-offer,
.hn-col-vehicle-auction-report-sheet-image,
.hn-single-vehicle-header br {
    display: none;
}

.card-body {
    padding: .3rem 0 0 0;
}

.mt-4 {
    margin-top: 1rem!important;
}

.mb-4 {
    margin-bottom: 1rem!important;
}

.hn-single-vehicle-header {
    text-align: left;
}

.hn-single-vehicle-header small {
    float: right;
}

.hn-card-header-has-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.hn-col-vehicle-gallery {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}

.hn-single-vehicle-gallery #carousel img {
    opacity: 1;
}

.hn-single-vehicle-gallery .flexslider {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

#carousel ul.slides {
    width: 100% !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-left: -2px;
    margin-right: 2px;
    overflow: hidden;
}

#carousel ul.slides > li {
    margin: 2px;
    list-style: none;
}

.card-header {
    padding: 0.5rem 1rem;
    border: 1px solid #000;
    border-radius: 0 !important;
}

.hn-block-details-options .hn-col-details,
.hn-block-details-options .hn-col-options {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.hn-block-details-options .hn-col-options--col {
    width: 50%;
}

.table.hn-table-single-vehicle-options tr:first-child td {
    border-top: 0;
    padding-top: 0;
}

.hn-card-price,
.hn-card-staff {
    width: 50%;
    float: left;
}

.hn-card-price {
    padding-right: 15px;
}

.hn-card-staff {
    padding-left: 15px;
}

}