.product-page .page-info .info-buttons .button-buy{
	border:none;
}


.errors_review{
	color:#f00;
	font-weight:bold;
	font-size:18px;
	display:block;
	margin:10px 0;
}
.ok_review {
	color: green;
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin: 10px 0;
}
.bx_compare .table_compare table {
	min-width: 100%;
	border-collapse: collapse;
}

.bx_compare .table_compare table tr td {
	font-size: 16px;
	position: relative;
	padding: 8px 20px;
	text-align: left;
}


.bx_compare .table_compare table tr:nth-child(odd) {
	background: #f9f9f9;
}



.bx_compare .table_compare table tr td:first-child {
	white-space: nowrap;
	color: #3d4345;
}

.bx_compare .table_compare table tr td a {
	color: #007acf;
}

.bx_compare .table_compare table tr td a:hover {
	text-decoration: underline;
}

.bx_compare .table_compare table tr td.bx_compare_del_col {
	text-align: center;
}

.bx_compare .table_compare table tr td.bx_compare_del_col a {
	font-size: 11px;
}

.bx_compare .table_compare table.data-table tr:hover{
	background: #dadada;
}
