#car-logo-print { 
    display: none; 
}

@media print {
    .header-top, #menu-1, #vehicle-sidebar, .whatsappMW, #carousel, #car-features, #car-video, .footer-bg, .featured-ribbon, .flex-direction-nav {
        display: none;
    }
    .heading-zone {
        max-width: 70%;
    }
    #car-title {
        width: 500px;
    }
    #car-price {
        width: 200px;
    }
	.boxicon p {
		font-size: 13px;
	}
	.boxicon {
		 border: none;
	}
    .car-image-gallery, #single-slider {
        width: 400px !important;
        height: 300px !important;
        float: left;
    }
	.car-specs {
		display: none;
	}
    #car-logo-print { 
        display: block; 
		float: left;
    }    
    .singlepage-detail .content-box-grid .short-features {
        margin-top: 0px;
        margin-bottom: 0px;
    }
	.content-box-grid {
		clear: both;
		border: none;
	}
	.pricing-area {
        padding: 0px 0 10px 0;
	    width: 900px;
    }
	#car-info-area {
		width: 900px;
	}
}

