.product-aggregate {
	margin-bottom: 42px;
	position: relative;
}

.product-aggregate h6 {
	font-weight: 500;
}

.pa-horizontal {
	width: 100%;	
}

.pa-horizontal.color-block {
	overflow: hidden;
	padding: 8px;
}

.pa-vertical {
	border: 1px solid #bbb;
	overflow: hidden;
	border-radius: 4px;
	background-color: #fff;
}

.pa-about {
	position: absolute;
	right: 22px;
	top: 18px;
	display: none;
}
.pa-show-about .pa-about {
	display: inline-block;
}
.pa-about > a {
	font-style: normal;
	font-size: 0.6875em;
}
.pa-about-tip {
	max-width: 120px;
}
.pa-about-tip a {
	display: block;
	margin-top: 6px;
}

.aggregate-item {
	font-size: 0.875em;
	line-height: 1.2;
	text-align: center;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.aggregate-item img {
	visibility: visible;
	vertical-align: middle;
	max-width: 100px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-backface-visibility: hidden;
}

.aggregate-item:hover img {
	opacity: 0.05;
	filter: alpha(opacity=0);
}


.pa-name {
	position: absolute;
	height:120px;
	display: table;
	padding: 2px 20px 0;
	width: 100%;
	height:108px;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 160ms ease-out;
  -moz-transition: opacity 160ms ease-out;
  transition: opacity 160ms ease-out;
  -webkit-backface-visibility: hidden;
}

.pa-name em {
	display: table-cell;
	vertical-align: middle;
	font-style: normal;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 240ms ;
	transition: transform 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	max-height: 96px;
}

.aggregate-item:hover .pa-name {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.aggregate-item:hover .pa-name em {
	-webkit-transform:translate3D(0,8px,0);
}

.product-aggregate .pa-details {
	display: block;
    padding:7px 0 0;
    -webkit-backface-visibility: hidden;
    background: #fff;
    height: 43px;
}

.pa-price, .pa-price-list {
	display: block;
	font-weight: 400;
	margin-top: 3px;
	color: #333e49;
}

.specials .pa-price {
	font-weight: 700;
}

.pa-name:hover, .pa-price:hover {
	text-decoration: underline;
	color: #333e49;
}

.pa-horizontal h6 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 12px;
}

.pa-horizontal.color-block h6 {
	margin: 6px 12px 18px
}

.pa-horizontal .aggregate-item {
	float: left;
	width: 150px;
	padding: 12px 0;
	/* border-right: 1px dotted #ccc; */
}

.pa-horizontal .aggregate-item:last-child {
	border-right: 0;
}

.pa-vertical h6 {
	border-bottom: 1px solid #ccc;
	padding: 12px 8px ;
	margin-bottom: 12px;
	font-size: 0.875em;
	line-height: 1.4;
	font-weight: 700;
	background: #5a6169;
	color: #fff;
	text-align: center;
}

.pa-vertical .aggregate-item {
	float: left;
	width: 80%;
	margin: 0 10%;
	padding: 12px 0px;
	border-bottom: 1px dotted #ccc;
}

.pa-vertical .aggregate-item:last-child {
	border-bottom: 0;
}


.category-container .col1 .pa-horizontal {
	margin-bottom: 36px;
	overflow: hidden;
}
.category-container .col1 .pa-horizontal .aggregate-item {
	width: 147px;
}

.product-aggregate.pa-vertical .pa-details {
    height:auto;
}



/* RR overrides for product page */

.product-container .product-aggregate {
	margin-top: 3px;
	overflow: hidden;
	padding-bottom: 0;
}

.product-container .product-aggregate img {
	width: 80px
}

.product-container .pa-horizontal .aggregate-item {
	width: 137px;
}

.product-container .pa-horizontal .pa-name {
	height: 80px;
}



/* !--- responsive: between medium and full --- */
@media screen and (max-width:1020px) and (min-width:801px) {
	.home-about .col2 .product-aggregate {overflow:hidden; max-height:180px;}
	.category-container .col1 .pa-horizontal {overflow:hidden; max-height:230px;}
	.category-container .col1 .pa-horizontal .aggregate-item {width: 20%;}
}

/* medium rwd */
@media screen and (max-width:801px) and (min-width:599px) {  
	.pa-vertical.specials .aggregate-item {width: 44%; margin: 0 3%;}
	.category-container .col1 .pa-horizontal {max-height: 240px}
	.category-container .col1 .pa-horizontal .aggregate-item {width: 20%;}
}