#compare_list {
	width: 100%;
	overflow-x: auto;
}
.table-condensed {
	margin: 0 auto;
	background: #fff;
}
.table-condensed td {
	border-bottom: 2px solid #e8e8e8;
	width: 210px;
	box-sizing: border-box;
	padding: 10px 20px;
	text-align: center;
	position: relative;
}
.table-condensed td:first-child {
	width: 230px;
	text-align: left;
}

.success {
	background: #fff;
	color: #444444;
}
.warning {
	background: #ff8400;
	color: #fff;
}

.compare_product_name, .compare_product_name a {
	font-size: 14px;
	color: #32445D;
	line-height: 1.1;
	text-decoration: none;
	margin-top: 5px;
}
.compare_delete {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 10px;
}
.buy-table__cancel-btn {
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	width: 23px;
	height: 23px;
	background-color: transparent;
	outline: 0;
	border: 0;
	background: url(../images/cancel.svg) no-repeat 50% 50%/23px 23px;
	cursor: pointer;
}



.compare .checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}
.compare label {
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    font-size: 16px;
    color: #373737;
    line-height: 20px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.compare .checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}
.compare .checkbox:not(checked) + span {
    position: relative;
    padding: 0 0 0 31px;
    /*display: block;*/
}

.compare .checkbox:not(checked) + span:before {
    content: '';
    position: absolute;
    top: calc(50% - 11px);
    left: 1px;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid #32445D;
    border-radius: 2px;
    transition: all .2s;
}

.compare .checkbox:not(checked) + span:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: 6px;
    width: 10px;
    height: 8px;
    background: url(../images/tick.png) no-repeat;
    transition: all .2s;
    opacity: 0;
}
.compare .checkbox:checked + span:after {
    opacity: 1;
}

.compare_list_remove {
	margin-bottom: 30px;
}
.compare_list_remove a {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	font-size: 16px;
	color: #373737;
	line-height: 20px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
}
.compare_list_remove a:before {
	content: "";
	display: inline-block;
	position: relative;
	padding: 0 0 0 31px;
	background: url("../images/cancel.svg") no-repeat 0% 50%/19px 19px;
	width: 19px;
	height: 19px;
	vertical-align: top;
}


