/* Default Print Stylesheet Template
   by Rob Glazebrook of CSSnewbie.com
   Last Updated: June 4, 2008
   
   Feel free (nay, compelled) to edit, append, and 
   manipulate this file as you see fit. */
/* SECTION 1: Set default width, margin, float, and
   background. This prevents elements from extending 
   beyond the edge of the printed page, and prevents
   unnecessary background images from printing */
body,
#content,
#container {
    width: 100%;
    margin: 0;
    float: none;
    background: #fff url(https://delhifurniturehouse.com/wp-content/themes/reliqus-fs/css/none);
}
/* SECTION 2: Remove any elements not needed in print. 
  This would include navigation, ads, sidebars, etc. */
#topnav,
#navbar,
#nav,
#sidebar,
.ad,
.noprint {
    display: none;
}
/* SECTION 3: Set body font face, size, and color.
   Consider using a serif font for readability. */
body {
    font: 1em Georgia, "Times New Roman", Times, serif;
    color: #000;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
 @page {
  size: auto;
  margin: 0;
       }
/* SECTION 4: Set heading font face, sizes, and color.
   Diffrentiate your headings from your body text.
   Perhaps use a large sans-serif for distinction. */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}
/* SECTION 5: Make hyperlinks more usable.
   Ensure links are underlined, and consider appending
   the URL to the end of the link for usability. */
a:link,
a:visited {
    color: #00c;
    font-weight: bold;
    text-decoration: none;
}
#content a:link:after,
#content a:visited:after {
    content: " (" attr(href) ") ";
}
/* Smashing winery
   Example site for article at Smashing Magazine
   by Christian Krammer, ck@css3files.com
   Print style */
/* Reset quotes */

q {
    quotes: none
}
q:before,
q:after {
    content: ""
}
/* Hide everything unneeded */
header h1,
header nav,
footer {
    display: none
}
/* font sizes */
body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    color: #000;
}

h1 {
    font-size: 14px;
}

h2 {
    font-size: 14px;
    margin-top: 0;
}
h3 {
    font-size: 4em;
}
/* Show printer-frindly logo. */
header .print {
    display: block
}

img {
    border: 0
}

.navbar-header
 {
    display: none !important;
}
a {
    color: #000
}

a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
    word-wrap: break-word;
}
a[href^="http://"]:after,
a[href^="https://"]:after {
    content: " (" attr(href) ")";
}

q:after {
    content: " (" attr(cite) ")"
}
.breadcrumb {
    margin-bottom: 0;
    padding: 0;
    display: none;
}

footer,
header,
.pg-slider,
.product-meta,
.product-description .share-btn,
.row.p-d-content,
.related-products,
.breadcrumbs,
.book-product{
    display: none !important;
}
/* Member Roster */
