/* Coupon Print Styles */

@media print {
	
    * {
        background: transparent !important;
        color: #000 !important; 
	}
	
	body {
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		width:100%;
		line-height: 1.3;
        background: #fff !important;
        color: #000;
	}

	body p {
        orphans: 3;
        widows: 3;
        font-size: 11pt;
    }

    body a {
    	text-decoration:none;
    }

	@page {
        margin: 2cm
    }

    a[href]:after {
	    content: none;
	  }
	
	header .right,
	nav,
	.off-canvas-button,
	#mobile-header__buttons,
	footer,
	aside,
	main img,
	#mobile-menu
	#stickyFooter,
	#stickyFooterMobile,
	.button,
	.textCoupon {
		display: none;
	}

	img.logo {
	    padding-left: 0rem;
	    float: left;å
	}

}

