#mycompare table{

}
#mycompare .alert{
	margin-bottom:0;	
}
#moda_compare .modal-dialog {
	max-width:100%;
    width: 1210px;
}
#moda_compare[data-nb-item="0"] .modal-dialog{
	width:auto;
	max-width:none;
}
#mycompare .table-container{
	overflow-x:auto;	
}
#moda_compare .success {
	color:	#32cd32;
}
#moda_compare .warning {
	color:	#ff8c00;
}
#moda_compare .error {
	color:	#ff0000;
}
.comparison_header p:last-child{
	margin-bottom:0;
}
#mycompare table th,#mycompare table td {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    font-weight: normal;
    padding: 10px 15px;
	width:230px;
}
#mycompare table .comparison_header td:first-child{
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
#mycompare table td .star_content{
	font-size:0;	
}
#mycompare table td.comparison_infos{
	text-align:center;	
	vertical-align:top;
}
.div.star.star_on,.star{
	display:inline-block !important;
	float:none !important;	
}
.item-inner-compare{
	position:relative;
	max-width:270px;
	margin:0 auto;
	margin-bottom:10px;
}
.remove_to_compare{
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
#mycompare .product_name a {
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    width: 100%;
	line-height:20px;
}
.item-inner-compare .left-product-compare{
	border-bottom:1px solid #ebebeb;	
	padding-bottom:15px;
}
.item-inner-compare .left-product-compare img{
	max-width:100%;
	height:auto;	
}
#mycompare .product-price-and-shipping {
    float: left;
    margin: 10px 0 15px;
    width: 100%;
}
#mycompare .product-price-and-shipping .regular-price{
	margin-left:10px;	
	font-weight:700;
}
#mycompare .description-short p{
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
}	
.comment_compare.btn{
	text-transform:capitalize;
}
#mycompare table td.comparison_infos.comparison_feature_even .comment_wrap{
	position:relative;	
}
#mycompare table td.comparison_infos.comparison_feature_even .comment_wrap > div{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    left: 50%;
    margin-bottom: 10px;
    position: absolute;
    bottom: 100%;
    transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	min-width:200px;
	box-shadow:1px 5px 10px rgba(0, 0, 0, 0.35);
	z-index:2;
}
#mycompare table td.comparison_infos.comparison_feature_even .comment_wrap > div:before{
	border: 1px solid #ebebeb;
	border-bottom: none;
	border-right: none;
	background: #fff;
	content: "";
	height: 15px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	bottom: -8px;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	width: 15px;
}
#mycompare table td.comparison_infos.comparison_feature_even .comment_wrap > div .comment{
	padding:15px;
	border-bottom:1px solid #ebebeb;
}
#mycompare table td.comparison_infos.comparison_feature_even .comment_wrap > div .comment:last-child{
	border:none;	
}
#mycompare table td.comparison_infos.comparison_feature_even .comment_wrap > div .comment > div{
	line-height:20px;	
}