
.thowl-product-assurance {
	margin:18px 0 4px;
	padding:14px 16px;
	border:1px solid #d8e2e8;
	border-radius:10px;
	background:#fbf6ec;
	color:#263442;
	font-size:14px;
	line-height:1.5;
}
.thowl-product-assurance strong {
	display:block;
	margin-bottom:7px;
	color:#0b2f5b;
}
.thowl-product-assurance span {
	display:inline-block;
	margin:3px 12px 3px 0;
}
.thowl-product-assurance span::before {
	content:"✓";
	margin-right:5px;
	color:#006c8e;
	font-weight:900;
}

.thowl-shop-compare {
	clear:both;
	margin:0 0 34px;
	padding:28px;
	border:1px solid #d8e2e8;
	border-radius:16px;
	background:#fbf6ec;
}
.thowl-shop-compare-head {
	margin-bottom:18px;
}
.thowl-shop-compare-head p {
	margin:0 0 5px;
	color:#006c8e;
	font-size:12px;
	font-weight:900;
	letter-spacing:.1em;
	text-transform:uppercase;
}
.thowl-shop-compare-head h2 {
	margin:0 0 7px;
	color:#0b2f5b;
	font-size:28px;
}
.thowl-shop-compare-head span {
	color:#67727e;
}
.thowl-shop-compare-scroll {
	width:100%;
	overflow-x:auto;
}
.thowl-shop-compare table {
	width:100%;
	min-width:880px;
	border-collapse:collapse;
	background:#fff;
}
.thowl-shop-compare th,
.thowl-shop-compare td {
	padding:12px 13px;
	border:1px solid #e1e7eb;
	text-align:left;
	vertical-align:top;
	font-size:13px;
	line-height:1.45;
}
.thowl-shop-compare th {
	background:#0b2f5b;
	color:#fff;
	font-weight:800;
}
.thowl-shop-compare td:first-child {
	font-weight:800;
}
.thowl-shop-compare td a {
	color:#006c8e;
	text-decoration:none;
}
.thowl-shop-compare td a:hover,
.thowl-shop-compare td a:focus {
	color:#0b2f5b;
	text-decoration:underline;
}
@media(max-width:640px) {
	.thowl-shop-compare {padding:20px 16px}
}
