.productCompare {
	display:none;
}

/* min width for product compare*/
@media (min-width: 768px) {
	html.productCompareOpen {
		overflow:hidden;
	}
	html.productCompareOpen:before {
		content:'';
		position:fixed;
		top:0;
		left:0;
		z-index:99;
		width:100%;
		height:100%;
		display:block;
		opacity:0.8;
		background:#ccc;
	}
	.productCompare {
		display:none;
		position:fixed;
		bottom:0;
		width:100%;
		box-shadow: 5px 5px 17px #888888;
		background:#fff;
		z-index: 1000;
		font-size:0.9em;
	}
	.productCompareOpen .productCompare {
		max-height:100%;
		overflow:auto;
		z-index: 1000;
	}
	.productCompareContent {
		width:100%;
		max-width:1280px;
		margin:0 auto;
		padding:10px;
	}
	.productCompareContent > h3 {
		color:#767676;
		font-family: "HPSimplified-Light",arial;
		display:inline-block;
		font-weight:100;
		font-size:1.625em;
		line-height:normal;
	}
	#clearProductCompare_btn {
		color:#0096d6;
		margin-left:20px;
		display:inline-block;
		cursor:pointer;
	}
	#clearProductCompare_btn:hover {
		color:#767676;
	}
	#toggleProductCompare_btn {
		width:34px;
		height:34px;
		display:inline-block;
		float:right;
		cursor:pointer;
		background:url('../../img/arrow_dropdown_up_grey.png') no-repeat center center;
		border:1px solid #ccc;
		border-radius:100%;
		box-shadow: 1px 1px 10px -2px #ccc;
		margin:0 5px 0 0;
	}
	.productCompareOpen #toggleProductCompare_btn {
		background:url('../../img/arrow_dropdown_grey.png') no-repeat center center;
	}
	#productCompareTable {
		display:table;
		table-layout:fixed;
		width:100%;
		margin:10px 0 0 0;
		border:1px solid #d0cfce;
		border-width:0 0 0 1px;
	}
	.productCompareOpen #productCompareTable {
		border-width:1px 0 1px 1px;
	}
	.productCompareRow {
		display:table-row;
	}
	.productCompareCell {
		display:table-cell;
		width:25%;
		border:1px solid #d0cfce;
		border-width:0 1px 0 0;
		vertical-align:top;
	}
	.productCompareCell.header{
		display:none;
		height:initial !important;
	}
	.productCompareOpen .productCompareCell.header{
		display:table-cell;
	}
	.productCompareOpen .productCompareCell {
		width:20%;
	}
	.productCompare_attributes.odd .productCompareCell {
		background:#efefef;
	}
	.productCompareCell.placeholder{
		vertical-align:middle;
		text-align:center;
		color:#b9b8bb;
		padding:10px;
	}
	.productCompareCellContent {
		padding:10px;
	}
	.productCompare_attributes .productCompareCellContent {
		display:none;
	}
	.productCompareCellContent .specValue{
		padding:0;
		margin:0;
		line-height:normal;
	}
	.remove_btn {
		float:right;
		color:#b9b8bb;
		cursor:pointer;
		margin:0 0 5px 0;
	}
	.productCompare_product .productImg{
		display: none;
		text-align: center;
		margin:0 0 10px 0;
		clear:both;
		position:static;
	}
	.productCompare_product .productImg > img {
		display:inline-block;
		min-width:0;
		max-width:40%;
		min-height:0;
		margin:0 auto;
	}
	.productCompare_product .productName {
		text-align:center;
		display:block;
		clear:both;
	}
	.productCompareOpen .productCompare_product .productName {
		margin:0 0 10px 0;
		line-height:1em;
		height:3em;
	}
	.productCompare_product .productInvMsg,
	.productCompare_product .productPrice {
		display:none;
	}
	.productCompareOpen .productCompare_product .productImg,
	.productCompareOpen .productCompare_product .productInvMsg,
	.productCompareOpen .productCompare_product .productPrice {
		display:block;
	}
}