[data-component="top-line"]{
	background: #E6E8EB;
}
@media (max-width: 768px){
	[data-component="top-line"] .top-line{
		max-width: 400px;
		margin: 0 auto;
		font-size: 15px;
	}
	body .nav .btn-action-menu {
		top: 47px;
	}
}
.stocke {
	color: #18A69F !important;
	font-weight: bold;
}
@media(min-width: 600px) and (max-width: 1024px) {
	#question-form {
		width: 50%;
	}
}
@media (max-width: 599px ) {
	#question-form {
		width: 100%;
	}
 }
.top-line {
	background: #E6E8EB;
	color: #fd9540;
	text-align: center;
	font-weight: 500;
}

.top-line.fix {
	position: fixed;
	width: 100%;
	z-index: 100;
}