.gt-opt-help {
	position: relative;
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
	line-height: 1;
}

.gt-opt-help-btn {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0;
	border: 1px solid #222;
	border-radius: 50%;
	background: #fff;
	color: #222;
	font: 700 12px/14px Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	box-sizing: border-box;
}

.gt-opt-help-btn:hover,
.gt-opt-help.is-open .gt-opt-help-btn {
	background: #222;
	color: #fff;
	border-color: #222;
}

.gt-opt-help-box {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 100%;
	z-index: 1200;
	width: 280px;
	margin: 0 0 10px -140px;
	padding: 12px 14px;
	background: #fff;
	color: #222;
	border: 1px solid #e6e6e6;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
	text-align: left;
	font-weight: normal;
	white-space: normal;
}

.gt-opt-help-box:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top-color: #fff;
}

.gt-opt-help.is-open .gt-opt-help-box,
.gt-opt-help-box.gt-opt-help-fixed {
	display: block;
}

.gt-opt-help-box.gt-opt-help-fixed {
	position: fixed;
	margin: 0;
	bottom: auto;
}

.gt-opt-help-title {
	display: block;
	margin: 0 0 6px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	color: #111;
}

.gt-opt-help-text {
	display: block;
	font-size: 13px;
	line-height: 1.45;
	color: #333;
}

.product-info .list-unstyled .gt-opt-help {
	font-weight: normal;
}
