.com_info {
	padding:40px 0;
}
.compare-tile{
	font-size:32px;
	padding-bottom:14px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ebebeb;
}
.compare-head {
	padding: 8px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	background: #1a324d;
	text-align: center;
	margin-bottom: 20px;
}
.select-box {
	background: #F5F5F5;
	padding: 10px;
	margin-bottom: 15px;
}
.select-box .smart-search{
	position:relative;
}
.smart-title-box{
	overflow:hidden;
}
.smart-search .smart-txt, .smart-search input{
	display:block;
	width:100%;
	font-size:14px;
	background:#fff;
	color:#333;
	padding: 11px 10px;
	height: 37px;
	border:1px solid #dee2e6;
	border-radius:4px;
	outline:none;
	margin:12px 0;
}
.smart-search .smart-txt{
	position:absolute;
	top:1px;
	left:1px;
	width:calc(100% - 4px);
	pointer-events:none;
	display:none;
	z-index:2;
	padding:4px 8px;
	border-radius:4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.smart-search input::-webkit-input-placeholder {color: #333;}
.smart-search input:-ms-input-placeholder {color: #333;}
.smart-search input::placeholder {color: #333;}
.smart-search input:focus ~ span{
	display:none !important;
}
.smart-search.active .smart-txt{display:block;}
.smart-search .smart-result {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-width:300px;
	background: #fff;
	border: 1px solid #ececec;
	z-index: 33;
	font-size:14px;
	line-height:1.5;
	display:none;
}
.smart-result .resultsContent {
	max-height: 368px;
	overflow-y: auto;
}
.smart-result .smart-title{
	cursor:pointer;
	padding:6px 8px;
}
.smart-result .smart-title:hover{
	background:#ececec;
}
.smart-result .smart-title .img{
	flex:0 0 64px;
	width:64px;
}
.smart-result .smart-title .info{
	flex:0 0 calc(100% - 64px);
	width:calc(100% - 64px);
	padding-left:20px;
}
.smart-result .smart-title .info .price{
	color: #fd0000;
}
div#compare-summary {
	padding: 10px 0;
}
.pro-compare .image {
	max-width: 240px;
	padding: 8px;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	margin-bottom: 8px;
	position: relative;
}
.pro-compare {font-size:16px;line-height:1.5;}
.pro-compare .remove {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 28px;
	height: 28px;
	background: #e11d48;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro-compare .remove:hover{
	background:#f43f5e;
}
.pro-compare .title a, .pro-compare .price-txt, .cp-price{
	font-size:16px;
	font-weight:600;
	color:#e11d48;
}
.pro-compare del{
	color:#374151;
	font-size:14px;
	margin-left:5px;
}
.pro-compare span.font-weight-bold {
	margin-right: 5px;
}
.compare-scroll {
	overflow-x: auto;
}
#compare-detail table {
	width: 100%;
	border: 2px solid rgba(26,50,77,0.5);
}
#compare-detail table tr td{
	padding:10px;
	border: 2px solid rgba(26,50,77,0.5);
	width:30%;
}
#compare-detail table tr td:first-child{
	width:10%;
}
#compare-detail table .position{
	position:relative;
}
#compare-detail table .data-img{
	display:block;
	text-align:center;
	position:relative;
	margin-bottom:8px;
}
#compare-detail table .data-img span{font-weight:bold;}
#compare-detail table .data-img + p{margin-bottom:8px;}
#compare-detail table .remove{
	position: absolute;
	top: 4px;
	right: 6px;
	font-weight: bold;
	padding: 2px 5px;
	cursor: pointer;
	z-index: 3;
	color:#000;
}
#compare-detail table .remove:hover{color:#eee;}
#compare-detail table .img{max-width:300px;margin:0 auto;}
@media screen and (max-width:767px){
	.smart-search .smart-txt, .smart-search input{font-size:14px;}
	#compare-detail {
		overflow-x: auto;
	}
	#compare-detail table {
		min-width: 600px;
	}
}


