.moduletable_compare {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.comparador h2 {
	color: #3c7042;
	font-size: calc(15px + 0.15vw);
	font-weight: bold;
	text-transform: uppercase;
}
.moduletable_compare > .titleCompareContent {
	display: none;
}
.moduletable_compare > .titleCompareContent.active {
	display: block;
}
.moduletable_compare .titleCompareBtn {
	background: #33b450;
	color: #fff;
	height: 39px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
	padding: 5px 15px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.2);
}
.itemContentCompare {
	text-align: center;
}
.moduletable_compare .titleCompareBtn .titleCount {
	background: #195a28;
	color: #fff;
	padding: 0 5px;
}
.moduletable_compare .titleCompareBtn:hover {
	background-color: #24983e;
}
.moduletable_compare > .contentCompare {
	background: #e7e7e7;
	box-sizing: border-box;
	display: none;
	float: left;
	padding: 0 1.5%;
	width: 100%;
}
.moduletable_compare > .contentCompare .itemCompare {
	box-sizing: border-box;
	display: inline-block;
	margin-right: 10px;
	padding: 10px 2px;
	position: relative;
	width: 160px;
}
.moduletable_compare > .contentCompare .itemCompare > div {
	float: left;
	width: 100%;
	cursor: pointer;
}
.moduletable_compare > .contentCompare .itemCompare > div img {
	border: 1px solid #ddd;
	width: 100%;
}
.moduletable_compare > .contentCompare .itemCompare > div img:hover {
	border: 1px solid #cdcccc;
}
.moduletable_compare > .hiddenItemHtml {
	display: none;
}
.moduletable_compare .nameCompare label {
	display: table-cell;
	font-size: 11px;
	font-weight: 700;
	height: 25px;
	line-height: 13px;
	text-transform: uppercase;
}
.moduletable_compare label.product_sku {
	font-size: 10px;
}
.comparador-inner .fieldvalue.virtuemart_media_thumb_id div.remove-item, .moduletable_compare .itemCompare .remove-item {
	background: transparent url("/templates/loja5responsivo/images/imagens.png") no-repeat scroll -216px -1029px;
	float: right !important;
	height: 18px;
	position: absolute;
	right: 5px;
	top: calc(11px + 0.2vw);
	text-indent: -999em;
	width: 18px !important;
}
.comparador .linha > div.fieldvalue.virtuemart_media_thumb_id {
	position: relative;
}
.comparador-inner .fieldvalue.virtuemart_media_thumb_id div.remove-item:hover, .moduletable_compare .itemCompare .remove-item:hover {
	cursor: pointer;
	opacity: 0.7;
}
.comparador > .comparador-inner-contentor.empty > .comparador-inner {
	display: none;
}
.comparador > .comparador-inner-contentor > .comparador-inner-empty {
	display: none;
}
.comparador > .comparador-inner-contentor.empty > .comparador-inner-empty {
	display: block;
}
.moduletable_compare > .titleCompareContent > .titleCompareContentMsg {
	display: none;
}
.moduletable_compare > .titleCompareContent > .titleCompareContentMsg.active {
	display: block;
}
.moduletable_compare > .titleCompareContent > .titleCompareContentMsg {
	background: #eee;
	border-bottom: 1px solid #ddd;
	display: none;
	float: left;
	font-size: 12px;
	margin-top: -34px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.moduletable_compare > .titleCompareContent > .titleCompareContentMsg > .msg > .msgOptions {
	margin-top: 5px;
	text-align: center;
	width: 100%;
}
.moduletable_compare > .titleCompareContent > .titleCompareContentMsg > .msg > .msgOptions .option {
	background: #33b450;
	color: #fff;
	display: inline-table;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px 10px;
	text-transform: uppercase;
}
