body{
	padding:10px;
	border:2px solid #fff;
	overflow-x:hidden;
	color: #666;
	font: 400 14px Lato
}
*
{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.dataTables_wrapper{padding:0 0;}
h1{
	display: none
	
}
h1:before{
	content:"";position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;border-width:1px 1px 1px 1px;border-style:solid;
}
h1:after{
	content:"";position:absolute;top:-1px;left:auto;right:-1px;bottom:auto;
	width:9px;height:9px;
}
.dataTables_scrollHead,.DTFC_LeftHeadWrapper{
	display:none;
}

table.compare-list{
	margin:0 0 30px 0;
	color: #666
}

html table.compare-list th, html table.compare-list td { border-color: #ebebeb}
table.compare-list td.odd{
	background-color:#fff;
}

table.compare-list td img{
	width:200px;
	padding:0;
	border:0;
}

table.compare-list td{
	padding:20px 30px;
	text-align:left;
	width:300px;
	min-width:300px;
	max-width:300px;
	vertical-align:middle;
}

table.compare-list tr.image th, table.compare-list tr.image td{
	/*text-align: center*/
}
html body table.compare-list tr.remove td{
	padding-top:0;
}
table.compare-list td img{margin-bottom:0;}
table.compare-list tr.remove td > a{
	/*padding:0;
	height:0;
	border:0;
	position:relative;
	text-indent:-99999px;
	display:inline-block;
	width:100%;
	max-width:200px;*/
	font-size: 0
}

table.compare-list tr.remove td > a:before{
content:"";
	/*position:absolute;
	bottom:-55px;
	right:6px;
	left:auto;
	top:auto;*/
	background-image:url(../images/pp_close.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	text-indent:0;
	border-radius:0;
	width: 100%;
	display: inline-block
}

a
{	font-size:12px;
	text-decoration:none;
	line-height:16px;
	cursor:pointer;
	background:transparent;
	transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-webkit-transition:all 0.2s ease-in-out 0s;
}
/* NAME PRODUCT */
html body table.compare-list tr.title td {
	font-size:14px;
	margin:0 auto;
	margin-bottom:5px;
	min-height:0;
	line-height:14px;
	position:relative;
	text-transform:uppercase;
	color: inherit
}


html table.compare-list .stock td span {
    color: #ed764f;
	font-style: italic
}
/* AMOUNT */
table.compare-list tr.price th, table.compare-list tr.price td ins{
	text-decoration:none;
}

table.compare-list tr.price th, table.compare-list tr.price td del{
	margin-right:8px;
}

table.compare-list tr.price th, table.compare-list tr.price td{
	font-size:20px;
	line-height:18px;
	text-decoration:none;
	font-weight:400;
	color: inherit
}
html body table.compare-list .amount{
	font-size: 20px;
	line-height:18px;
	margin:0 2px;
}
html body table.compare-list del .amount,html body table.compare-list del{font-weight:300;}
html body table.compare-list tr.description td,html body table.compare-list tr.description th{
	text-align:left;
}

table.compare-list th{
	font-size:14px;
	line-height:18px;
	padding:20px;
	min-width:220px;
	width:220px;
	max-width:220px;
	vertical-align:top;
	font-weight:700;
	color: inherit;
}
table.compare-list tr.title th{padding:0}
table.compare-list tr.image th, table.compare-list tr.image td, table.compare-list tr.price th, table.compare-list tr.price td, table.compare-list tr.add-to-cart th, table.compare-list tr.add-to-cart td{
	padding-top:5px;
}
html body table.compare-list tr.add-to-cart td{
	padding:8px 30px;
	font-size:10px;
	padding-top:15px;
	text-transform:uppercase;
	line-height:14px;
	margin-bottom:6px !important;
	white-space:normal;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;-o-border-radius:0px;
}

html body table.compare-list tr.price.repeated td{
	text-align:left;
	padding:15px 30px;
	color: inherit;
}

html body table.compare-list tr.add-to-cart td a
{
	transition:all .3s ease-in-out 0;
	padding:6px 30px 8px;
	display:inline-block;
	font-size:10px;
	font-weight: 700;
	margin-top:0;
	text-transform:uppercase;
	line-height:14px;
	border:1px solid #3c3b48; 
	color: #3c3b48;
	white-space:normal;
	border-radius:0px;
	background: transparent;
	width: 100%;
	text-align: center
}
html body table.compare-list tr.add-to-cart td a:hover{
	border-color: transparent; 
	color: #fff;
	background: #ed764f
}

table.compare-list tr.image th, table.compare-list tr.image td, table.compare-list tr.title th, table.compare-list tr.title td, table.compare-list tr.price th, table.compare-list tr.price td {
	border-bottom:1px solid  #ebebeb;
	padding-top: 20px; padding-bottom: 20px
}