.product_info_wrap {
	display:flex;
	flex-shrink:0;
}
body {
	/* background:#fff !important; */
}
section#main {
	background:#fff;
}
#search_results_wrap {
	padding:2em 0;
}
#main .product_info_right h1 {
	margin-top:0 !important;
}

.product_info_left {
	width:30%;
	flex-shrink:0;
}
.product_info_right {
	flex-shrink:0;
	width:70%;
	overflow:hidden;
}
.features_wrap {
    margin-top: 3em;
}
.feature_wrap {
	display:flex;
	margin-top:1.5em;
}
.feature_wrap h4 {
	margin-top:0;
	margin-bottom:0;
}
.feature_index {
	color:white;
	background:rgb(240, 179, 16);
	border-radius:50%;
	padding:1em;
	margin:1em;
	margin-top:0;
	width:2.5em;
	height:2.5em;
	display: flex;
    vertical-align: middle;
	align-items: center;
	font-weight:bold;
}
.feature_details p {
	margin-top:0.5em;
}

a.cta.btn {
	background-color:var(--darkblue);
	border-radius:0.2em;
	padding:0.5em 1em;
	font-size:1rem;
	color:white !important;
	text-decoration:none;
}
a.cta.btn:hover {
	opacity:0.7;
}

img#nomen_img {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
img#nomen_img:hover {
    opacity:0.7;
}