#btn-close-modal {
	text-align: center;
	cursor: pointer;
	color: #fff;
	background-color: #337ab7;
	padding: 8px;
	float: right;
	margin-right: 14px;
	border-radius: 5px;
}
.btn-success {
	background-color: #86B62C !important;
	border-color: #4cae4c;
}
.title-compare {
	text-align: center;
	border-bottom: 1px solid #c3c3c3;
}
.title-compare p {
	font-size: 20px;
	margin: 14px 0;
}
.clearfix {
	clear: both;
}
/* Compare products button */

.compare-products {
	background: #efefef;
	padding: 8px 10px;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 30px;
}
.compare-products.active {
	background: #337ab7;
}
/* 	Modal Styles */

.modal-inner {
	padding: 1%;
}
.modal-inner .no-products {
	color: #fff;
	font-size: 35px;
	text-align: center;
}
.modal-inner .product {
	background: #4e4c50;
	border-color: #8eccf5;
	padding: 0;
}
.modal-inner .product ul,
.modal-inner .product li {
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #8eccf5;
	text-align: center;
}
.modal-inner .product li:last-of-type {
	border-bottom: 0;
}
.modal-inner .product li span {
	padding: 0 20px 0 20px;
}
#btn-close-modal {
	margin-bottom: 40px;
}
.img___bank {
	max-width: 120px;
}
thead tr th {
	font-size: 12px;
}
.product td:nth-of-type(1) {
	word-wrap: break-word;
	width: 355px;
}
.product td {
	font-weight: bold;
}
#animatedModal {
	position: fixed;
	width: 70% !important;
	height: auto !important;
	top: 2% !important;
	left: 15% !important;
	background-color: #4e4c50 !important;
	color: #fff;
	overflow-y: auto;
	z-index: 9999;
	opacity: 1;
	animation-duration: 0.6s;
	box-shadow: rgb(0, 0, 0) 1px 1px 63px;
	border-radius: 5px;
}
.srpTitle {
	display: none;
}
.unit-row {
	width: 229px;
	display: inline-block;
	text-align: center;
	border: 1px solid #86b62c;
	padding: 10px;
	border-radius: 4px;
	background-color: #000;
}
.unit-row img {
	max-width: 100% !important;
}
p.cap___text {
	font-size: 13px;
	padding: 10px;
	color: #86b62c;    
	height: 57px;
}
.com-unit-table {
	font-size: 12px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.btn-compare {
	background: none;
	border-radius: 3px!important;
	border: 1px solid #86B62C !important;
	color: #fff;
}
.btn-compare:hover {
	background-color: #86B62C;
	border-radius: 3px!important;
	border: 1px solid #86B62C;
}
.com-unit-table td {
	border-bottom: 1px solid #546d26;
	vertical-align: top;
	padding: 5px;
}
#btn-close-modal {
	background-color: #fff0;
	font-size: 22px;
}
@media(max-width: 800px) {
	.srpTitle {
		display: inline-block;
		color: #777171;
	}
	.srpTable {
		text-align: center;
	}
	.srpTable thead {
		display: none;
	}
	.product {
		border: 1px solid #c3c3c3;
		border-collapse: separate;
	}
	.product td {
		display: table;
		border-top: 0px !important;
		width: 100% !important;
	}
	.product td:nth-of-type(2) {
		display: none;
	}
	.property-wrapper {
		border: 0px;
	}
	.header-1 h1 {
		font-size: 20px;
	}
	#animatedModal {
		left: 0% !important;
		width: 100% !important;
	}
	.unit-row {
		width: 100%;
	}
	.unit-row img{
		width: 100%;
	}
}