.externalLink-light {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.externalLink-dark {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.headerImage {
	flex: 0 1 40%;
}
.headerCopy {
	color: #fff;
	flex: 0 1 60%;
	margin-bottom: 2%;
	text-align: left;
}
.sale {
	background: red;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: .8em;
	margin-right: 1em;
	min-width: 120px;
	padding: 0 .5em;
	text-align: center;
}
.f08em {
	font-size: .8em;
}
.new-release {
	background: #f32d3a;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
	min-width: 80px;
	padding: 0 .5em;
	text-align: center;
}
.handled_products {
	background: gray;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: .8em;
	margin-left: 1em;
	margin-right: 1em;
	min-width: 80px;
	padding: 0 .5em;
	text-align: center;
}
.linebeacon {
	background: #00B900;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: .8em;
	margin-right: 1em;
	min-width: 120px;
	padding: 0 .5em;
	text-align: center;
}
.iBeacon {
	background: #999;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: .8em;
	margin-right: 1em;
	min-width: 120px;
	padding: 0 .7em;
	text-align: center;
}
a.inner-link {
	color: #58abd9 !important;
	text-decoration: none !important;
}
a.inner-link:hover {
	color: #a0c5da !important;
	font-weight: normal;
}
a.outer-link {
	color: #58abd9 !important;
}
.white-space-nowrap {
	white-space: nowrap;
}
.tab_item {
	background: #fff;
	border: #58abd9 1px solid;
	border-left: transparent;
	border-right: transparent;
	color: #58abd9;
	display: block;
	font-weight: bold;
	padding: .3em;
	text-align: center;
	transition: 0.3s;
	vertical-align: top;
	width: 100%;
}
.tabs input:checked+.tab_item {
	background: #58abd9;
	color: #fff;
}
input[name="tab_item"] {
	display: none;
}
.tab_info {
	background: #58abd9;
	color: #fff;
	font-size: .8em;
	padding: .3em 1em;
}
.waveLogo {
	display: inline-block !important;
	height: .8em;
	margin-left: 1em;
	vertical-align: baseline;
}
.btn {
	border: #222 2px solid;
	border-radius: 1.5em;
	display: inline-block;
	font-weight: bold;
	padding: .5em 2em;
	position: relative;
	transition: .3s;
}
.btn:hover {
	background: #222;
	color: #fff;
	padding: .5em 4em;
}
.clear {
	clear: both;
}
.mt5 {
	margin-top: 5px;
}

/* start -- css seletors for plugin of YRAPP */
.yarpp-related {
	clear: both !important;
	margin: 3em 0 !important;
}
.yarpp-related h3 {
	font-size: 24px !important;
	color: #222 !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width: 170px !important;
	height: auto !important;
	border: 1px solid rgba(127, 127, 127, 0.1) !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	width: 160px !important;
	max-height: 5.6em !important;
	margin: 5px !important;
}
.yarpp-thumbnail>img,
.yarpp-thumbnail-default {
	width: 160px !important;
	height: auto !important;
	margin: 5px !important;
}

/* @media screen and (max-width:768px) */
@media screen and (max-width:768px) {
	.waveLogo {
		display: inline-block !important;
		height: .8em;
		margin-left: 1em !important;
		vertical-align: bottom;
	}
	.line_h16 {
		line-height: 1.6;
	}
	.w50 {
		width: 98% !important;
	}
	.iBeacon {
		padding: 0 .7em;
	}
	.yarpp-thumbnails-horizontal {
		display: flex;
		justify-content: space-evenly;
	}
}