@media print {

    .main-sidebar, .similar-properties, #form-baja-precio, .property-actions-footer, .share-wraper, .notify-change-price,
    .owl-nav, .owl-stage .owl-item.cloned, .btn-style-1{
        display: none !important;
    }
    .single-estate .property-section.box.box-collapsed .section-body{
        display: block !important;
    }
    .owl-stage-outer.owl-height{
        height: auto !important;
    }
    .owl-stage{
        width: 100% !important;
        transform: inherit !important;
    }
    .owl-stage .owl-item{
        float: left !important;
        width: 31% !important;
        margin-bottom: 10px !important;
    }
    .single-estate .property-section.box, .single-estate .property-section.box .section-title{
        border-width: 0px !important;
    }
}