/* This is the H1 title used in the sample PHP files */
	.sampleTitle {
	text-align:center;
}
/* This is one product grid cell (the box that contains each product image and text) */
	.gridCell {
	float:left;
	text-align:center;
	position:relative;
	overflow:hidden;
}
/* This is the style given to the product image link by default */
	.gridCell .realviewLink {
	border:0px solid #fff;
	display:block;
	padding:0px;
	margin:0px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
/* This is the style given to the product image itself by default */
	.gridCell .realviewImage {
	border:0px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
/* This is the style given to the inside of the image link when hovering over the image */
	.gridCell .realviewLink:hover .realviewImage {
	border:0px solid #ccc!important;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 4px 2px rgba(0, 0, 0, .3);
	box-shadow: 0px 5px 4px 2px rgba(0, 0, 0, .3);
}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
	border:0px solid #fff!important;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
/* This is the style given to the text underneath the image (title, description, price...) */
	.gridCellInfo {
	text-align:center;
	font-size:14px;
	margin:10px 0 0 0;
	color:#333;
	position:relative;
	bottom:20px
}
.gridCellInfo a {
	text-align:center;
	font-size:.75em;
	margin:10px 0 0 0;
	color:#333;
}
/* Centers text under the product  */
	.gridCellInfo a, .gridCellInfo a span {
	text-align:center;
}
/* This is the main container for the grid of products */
	.allGrids {
	text-align:center;
	width:100%;
}
.error {
	border:1px solid;
	padding:18px;
	margin-bottom:23px;
}
/* The currently selected sort method */
	.selectedSort, .selectedSort a {
	text-decoration:none;
}
/* The pagination links */
	.count {
	text-align:right;
	position:relative;
	right:40px;
	font-size:12px;
}
/* The pagination links */
	.count a {
	color:#333;
}
/* Powered by Zazzle logo */
	.pbimg {
	position:absolute;
	top:-5px;
	left:0px;
}
.pbimg img {
	border:0px;
}
/* Empty classes in case you want to change the look of the pagination and sort */
	.count a, .sortLinks a {
}
.sortLinks {
}
/* Used to stop product grids from floating to the left (at the end of the grid) */
	.clearMe {
	clear:both;
	margin:0px;
	padding:0px;
}
/* Height of clearMe DIV */
	.short {
	height:10px;
}
/* Fix for Mozilla browsers for floating elements...best not touch this! */
	.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
	* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Empty class in case you want to style the currently selected page number */
	.current {
}
/* The product description text. To show more than one line of the description, increase the height. */	
	.productDescription {
	cursor: default;
	text-decoration: none;
	position:relative;
	overflow:hidden;
	height:15px;
}
/* The product title text */
	.productTitle {
	display:block;
	height:15px;
	overflow:hidden;
	font-weight:bold;
}
/* Product price text */
	.productPrice {
	cursor: default;
	text-decoration: none;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
	text-decoration: none;
}
.productherobanner {
	position:relative;
	right:20px;
	bottom:18px;
}
 @media (min-width: 768px) {
.storeproducts {
margin:250px 0 0 0;
}
.store-hd-container {
position:fixed;
z-index:500;
top:170px;
text-align:center;
height:100px;
width:100%;
background-image:url(../../images/hd_men.jpg);
background-repeat:repeat-x;
}
 .icon_hd {
position:relative;
top:0px;
padding:0 15px 0 0;
}
.hd_text {
position:relative;
top:10px;
font-size:40px;
left:0px;
z-index:100006;
color:#333;
font-weight:lighter
}

/* Centers the grid of products inside allGrids */
	.centerGrids {
 margin-left: auto;
 margin-right: auto;
 position:relative;
 left:60px;
}
}
 @media (max-width: 767px) {
.storeproducts {
margin:150px 0 0 0;
padding:0px;
}
.store-hd-container {
position:fixed;
z-index:500;
top:50px;
text-align:center;
height:100px;
width:100%;
background-image:url(../../images/hd_men.jpg);
background-repeat:repeat-x;
}
 .icon_hd {
position:relative;
top:4px;
padding:4px 15px 0 0;
}
.hd_text {
position:relative;
top:10px;
font-size:20px;
left:0px;
z-index:100006;
color:#333;
font-weight:lighter
}
/* Centers the grid of products inside allGrids */
	.centerGrids {
 margin-left: auto;
 margin-right: auto;
 position:relative;
 left:0px;
}
}