@media print {
	html, * {
		color: #000 !important;
		background: none !important;
		float: none !important;
		position: static !important;
		height: auto !important;
	}

	.margin-v-200,
	.margin-v-100,
	.margin-b-200,
	.margin-b-100,
	.margin-b-50 {
		margin-bottom: 50px !important;
	}
	.margin-v-200,
	.margin-v-100 {
		margin-top: 50px !important;
	}
	.padding-v-100,
	.padding-v-150,
	.padding-b-100 {
		padding-bottom: 50px !important;
	}
	.padding-v-150,
	.padding-v-100 {
		padding-top: 50px !important;
	}
	.width-75 {
		width: 100% !important;
	}
	.text-center {
		text-align: left !important;
	}
	.big-text {
		font-size: inherit !important;
	}

	.service-row > .container > .row-in-grid-inner {
		box-shadow: none !important;
	}
	.service-row > .container > .row-in-grid-inner > .wpb_column:not(.image-col) > .vc_column-inner {
		padding: 0 !important;
	}

	.main-header,
	.title,
	.notification-bar,
	.grecaptcha-badge,
	#hero-header,
	*::before, *::after,
	video, img, iframe {
		display: none !important;
	}

	.product-image img {
		display: block !important;
	}
}