/*
Theme Name: Halcyon Theme Child - PRINT
*/

body {  color: #000; background: white; font-size: 12pt; }
#header,
#mobile-menu-button,
#menu,
#profile-tabs,
.link2print,
.member-details br,
#header-top,
.top-card,
#search-wrapper,
#main-nav,
#header-fav,
#pagetitle,
#footer
{ display: none !important; }

/*** checkout-complete ***/
#checkout-complete #order-print,
#checkout-complete #checkout-complete-alert .fa,
#checkout-complete #section-recommended-products
{ display: none !important; }

#checkout-complete #checkout-complete-alert { border: 1px solid #000; }
#checkout-complete .col-sm-8, #checkout-complete .col-sm-4 { float: none; width: 100%; }
#checkout-complete #order-user-details { padding: 20px 0; margin: 20px 0; border-top: 1px solid #000;  border-bottom: 1px solid #000; }
#checkout-complete .container { width: 100%; }



@media only print and (max-width: 767px) {
	.tab-content > .tab-pane .tab-cnt { display: block !important; max-height: 9999px !important; }
	.tab-content > .tab-pane h2 .fa { display: none !important; }
	.tab-content > .tab-pane h2 { color: #000; font-size: 22px; font-family: 'Conv_QuincyCF-Bold','Proxima Nova Rg',"Open Sans", sans-serif; }
}