

@media print {
	/* 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(none.html);
	}

	/* 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; 
	}

	/* 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;
	}
	h1 { font-size: 250%; }
	h2 { font-size: 175%; }
	h3 { font-size: 135%; }
	h4 { font-size: 100%; font-variant: small-caps; }
	h5 { font-size: 100%; }
	h6 { font-size: 90%; font-style: italic; }

	/* 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: underline; }
	#content a:link:after, #content a:visited:after {
	   content: " (" attr(href) ") ";
	}
}

/* New Css start */

.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-top-100 {
    padding-top: 100px;
}
.product-details-area .product-totals .product-item {
    display: block;
    padding-top: 40px;
}
.product-details-area .section-padding {
    padding: 20px 55px 65px 70px;
}
.product-details-area .product-title span {
    position: relative;
    margin-left: 25px;
    font-size: 14px;
    color: #464646;
    display: block;
}
.product-details-area .product-title span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    left: -25px;
    top: 9px;
    background-color: #464646;
}
.product-details-area .product-title .title {
    color: #4d897c;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.add-new-hig-font.add-tech {
    display: inline-block !important;
    font-size: 36px !important;
    margin-left: 0 !important;
}
.add-colo-wh .product-item img {
	background: rgba(77, 137, 124, 0.1);
    padding: 10px;
    border-radius: 2px;
}
.product-details-area .product-totals .product-item label {
    width: 100%;
    margin-top: 22px;
    color: #222222;
}
.add-colo-wh .product-item p {
    width: 100%;
    float: right;
    text-align: justify;
}
.product-details-area .product-thumbnail-wrapper .single-thumb .slider-item img {
    width: 100%;
    height: auto;
}
.product-details-area .product-title .add-tech::before {
	display: none;
}
.page_banner.innerpages {
    height: 60vh;
}


/* Responsice Css START */

@media screen and (max-width: 767px) {
	span.icon-arrow-down {
		font-size: 14px;
	}
	.page_banner.innerpages {
		height: 40vh;
	}
	.home_brands .home_brand_slick .each_logo h4 {
		font-size: 16px;
		line-height: 24px;
	}
	.product-thumbnail-wrapper {
		display: none;
	}
	.product-details-area .product-title .title,
	.add-new-hig-font.add-tech {
		font-size: 24px !important;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.product-details-area .section-padding {
		padding: 0px 10px;
	}
}