#search-bar {
	max-width: 243px !important;
	width: 100%;
}

#search-bar .input-group {
	margin-bottom: 0;
}

#search-box {
	background-color: transparent !important;
	border: 1px solid #ced4da;
	border-radius: 18px !important;
	height: 42px;
	min-width: 99px !important;
	padding-right: 33px !important;
	width: 100% !important;
}

#search-bar .input-group-append {
	bottom: 0;
	position: absolute;
	right: 9px;
	top: 0;
	z-index: 999;
}

#search-btn {
	background: transparent !important;
	color: #EC2106 !important;
	font-weight: 700;
	padding: 2px 2px 0 0;
}

@media screen and (max-width: 500px) {
	#search-bar {
		width: 235px !important;
	}
}