/**
 * Example Print Preview site
 *
 *	print.css
 *	author: Tim Connell
 */

/* -- Hide screen specific elements -- */
#top-links,
#menu,
header, 
footer,
.buttons,
.breadcrumb,
#accordion,
#footer .footer-links,
#feature a.prev,
#feature a.next,
.input-group-btn,
.swiper-viewport, 
a.print-preview {
    display: none;
}

.form-control { 
	border: none;
	text-align: right;
}

table, tr, td {
	border: 1px solid #000;
}
table thead {
	font-weight: bold;
}
#logo a img {
	width: 100%;
}

/* -- Typography -- */
body {
    background: #FFF;
    color: #000;
    font-family: Verdana, Georgia, serif;
    line-height: initial;
}

p, table, ul, ol, dl, blockquote, pre, code, form, .quote_timestamp {
    margin: 0 0 1em;
}
.quote_timestamp {
	text-align: right;
	/*display: normal;
	position:fixed;
	bottom:0;
	right:0;*/
}

h1,h2,h3,h4,h5,.quote_timestamp {
    font-weight: normal;
    margin: 2em 0 0.5em;
    text-shadow: rgba(0, 0, 0, 0.44) 1px 1px 2px;
}

h1 { font-size: 2em; margin: 2em 0 0.25em; }
h2 { font-size:1.7em; }
h3 { font-size:1.5em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }


/* -- Style site heading -- */
#header strong {
    color: #000;
    display: block;
    font-weight: normal;
    font-size: 3em;
    margin: 0 0 1em;
    padding: 0;
    text-shadow: rgba(0, 0, 0, 0.44) 1px 1px 2px;
}
    
a {
	text-decoration: none;
}

a:link:after,
a:visited:after {
  /*content: " (" attr(href) ") ";*/
  font-size: 80%;
  text-decoration: none;
}


/* -- Footer -- */
#footer {
    border-top: 1px solid #cecece;
    font-size: 0.83em;
    margin: 2em 0 0;
    padding: 1em 0 0;
}

h1 {
	margin-top: 10px;
}


.ieqas_info {
	padding-bottom: 10px;
	font-size: 10px;
}

.quote_for_info {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.module-grid-821.grid-rows.single-item {
    display: none !important;
}
.accordion-menu.accordion-menu-359
{
    display: none !important;
}
.mobile-wrapper-header
{
    display: none !important;
}
.mobile-cart-content-wrapper.cart-content
{
    display: none !important;
}
.notification-wrapper.notification-wrapper-bottom
{
    display: none !important;
}
.admin-bar
{
    display: none !important;
}
#checkout-cart
{
    font-family: arial !important;
}
.total-table
{
    display: flex !important;
    justify-content: flex-end !important;
}
.td-price
{
    text-align: right !important;
}
.custom-border{
    border-collapse: collapse !important;
}
.td-total
{
    text-align: right !important;
}
.td-center
{
    text-align: center !important;
}