/***************************************************************/
/* Product Styles for LIST */
/***************************************************************/

.product-list-wrap .row-centered {
    text-align:left;
}

#layout_list span {
	padding: 10px 3px;
	vertical-align: middle;
	line-height: 3.2;
	font-size: 13px;
}

#layout_list span a { color: black; }

.product-list-wrap .thumbnail {
	display: block;
	flex-grow: 1;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	margin: 0 auto; /* center */
    
}

.product-list-wrap .prodimg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 100px;
	-webkit-print-color-adjust: exact; /* Makes image print out */
} 

.product-list-wrap .product-image {
	margin-bottom: 0px;
	width: 130px;
}

#layout_list .cartbutton {
	float: right;
	padding-right: 1px;
	padding-top: 3px;
}

#layout_list .col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
    background: #eae8d4;
}

#layout_list .col-fixed {
  width: 550px;
  margin: 4px;
  margin-right: 0px;
}

/***************************************************************/
/* Product Styles for GRID */
/***************************************************************/

/*
#layout_grid .row-centered {
    text-align:center;
}

#layout_grid span {
    padding: 5px;
    margin-left: 5px;
    vertical-align: middle;
    float: left;
    height: 45px;
    width: 90%;
}

#layout_grid a, 
#layout_grid a:link,
#layout_grid a:visited,
#layout_grid a:hover,
#layout_grid a:active {
	color: #6a6a6a; 
	text-decoration: none;
	font-weight: bold;
    font-size: 12pt;
}
*/

.product-grid-wrap .thumbnail, .product-left .thumbnail {
	display: block;
	flex-grow: 1;
	width: 240px;
	position: relative;
	margin: 0;
	margin: 0 auto; /* center */   
}

.product-left .thumbnail {
	width: 300px;
}

.product-grid-wrap .prodimg, .product-left .prodimg {
	/* border: 2px solid #ccc; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 240px;
	-webkit-print-color-adjust: exact; /* Makes image print out */
} 

.product-left .prodimg {
	height: 300px;
}

.product-grid-wrap .product-image {
	width: 270px;
}

.product-left .product-image {
	width: 330px;
	height: 330px;
}

.layout_grid .pdno, .layout_grid .cartbutton {
	display: none;
}
	
.layout_grid .cartbutton {
	float: right;
	padding-right: 10px;
	padding-top: 8px;
}

.single-product-wrap .inner {
	padding-top: 50px;
}

.single-product-more {
	margin-top: -130px;
}

/*
#layout_grid .col-centered {
    display:inline-block;
    float:none;
    text-align:centered;
    margin-right:-4px;
    background: #eae8d4;
}

#layout_grid .col-fixed {
  width: 200px;
  margin: 4px;
  margin-right: 0px;
  padding-bottom: 8px;
}
*/

.pdf_grid {
	display: none;
}

/***************************************************************/
/* Product Styles for Detail Page */
/***************************************************************/

#detailheader, #detailinfo {
	text-align: left;
}

#detailinfo th {
	font-size: 22px;
}

#detailheader .thumbnail {
	display: inline-block;
	flex-grow: 1;
	position: relative;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}

#detailheader .prodimg {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	width: 300px;
	height: 300px;
	-webkit-print-color-adjust: exact; /* Makes image print out */
} 

#prodinfo {
    display: inline-block;
    float: left;
}

#detailheader h2 {
	color: #6B0C34;
    font-size: 180%;
    margin-bottom: .6em;
    font-weight: 100;
}

#detailheader h3 {
    font-size: 130%;
    margin-top: .6em;
    font-weight: bold;
}

/***************************************************************/

#vendor-header {
	text-align: center;
	background: #ECEDE6;
}

div#main a {
	text-decoration: none;
}

div#main.has-no-header {
  position: relative;
  z-index: 1;
  padding-top: 0px; 
}

#headtop {
	width: 100%;
	clear: both;
	margin-bottom: 30px;
	height: 30px;
}

#breadcrumb {
	width: 80%;
	float: left;
	text-align: left;
	margin-top: -26px;
}

.breadcrumb a {
	text-decoration: underline;
}

.breadcrumb ul {
	list-style: none outside none;
}

.breadcrumb li {
    display: inline;
}

#pageprint {
	width: 20%;
	float: left;
}

#pageprint input {
	float: right;
}

/***************************************************************/

.extractedpdf {
	width: 650px;
    text-align: initial;
    padding-left: 20px;
    font-size: 17px;
    background-color: white;
}

.outerpdf {
	padding-bottom: 20px;
}

@media only print {
/* No print styles */
	.NoPrint, .noprint {
		display: none;
		visibility: hidden;
	}
}

/* You need to add the margin statement below to center the image with a specified width. Currently it's aligned left and not centered. */

.product-grid-wrap .product-image { margin-left: auto; margin-right: auto; }

@media only screen and (max-width: 1200px) {
	
/* Reduce the width of the image when the border reduces by 10px so it stays round. */
	
.product-grid-wrap .product-image { width: 260px;}

.product-list-wrap .product-image { width: 180px;}

.single-product-more {
	margin-top: -30px;
}

}

@media print {
	
/* The print stylesheet issues are caused by you setting a pixel width on (.product-grid-wrap .product-image) that is too large for a print stylesheet (a print sheet is ~700-800px wide) Try setting the width to something like 100px in the CSS below, playing around with the size until it looks correct */
	
.product-grid-wrap .product-image { width: 120px; height: 120px; }

.single-product-more {
	margin-top: -30px;
}

.product-left .product-image {
	width: 170px;
	height: 170px;
}

.inner {
    padding: 0 40px;
}

}