 .loaderbox, .header_template_gutenberg .loaderbox{
	display: none;
}

 .search_bar_container,  .header_template_gutenberg .search_bar_container{
	gap: 10px;
	display: flex;
}

 .search_bar, .header_template_gutenberg .search_bar{
	position: relative;
	display: flex;
	z-index: 10;
	flex-direction: column;
}

 .search_bar ul, .header_template_gutenberg .search_bar ul{
	background-color: white;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	overflow: scroll;
	overflow-x: hidden;
	list-style-type: none;
	padding: 0;
	-webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 15%);
	box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 15%);
	display: none;
}

 .search_bar_container .search_bar_icon, .header_template_gutenberg .search_bar_container .search_bar_icon{
	width: 20px;
	height: 30px;
	align-self: center;
}

 .search_bar ul li:hover, .header_template_gutenberg .search_bar ul li:hover{
	background-color: #f2f2f2;
}

 .search_result li, .header_template_gutenberg .search_result li{
	align-self: center;
	display: flex;
	gap: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

 .search_result img, .header_template_gutenberg .search_result img{
	width: 60px;
}

 .search_result li span, .header_template_gutenberg .search_result li span{
	align-self: center;
	text-transform: uppercase;
	font-size: 12px;
}

#shortcode-97-14293 .search_bar form input, .header_template_gutenberg .search_bar form input{
	height: 40px !important;
	background-color: transparent !important;
	position: relative;
	border-width: 0px !important;
	font-weight: 300 !important;
	font-size: 0.9em !important;
	color: white !important;
	font-family: 'Montserrat' !important;
	padding-left: 10px !important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	padding-right: 0px!important;
	border-radius: 0px !important;
}

 .oxy-header-left .search_bar form input::placeholder, .header_template_gutenberg .oxy-header-left .search_bar form input::placeholder{
	font-size: 0.9em !important;
	color: white !important;
	font-family: 'Montserrat' !important;
	
}

.oxy-header-left .search_bar form input::-moz-placeholder, .header_template_gutenberg .oxy-header-left .search_bar form input::-moz-placeholder{
	opacity: 1 !important;
	font-size: 0.9em !important;
	color: white !important;
	font-family: 'Montserrat' !important;
}

.oxy-header-left .search_bar form input:focus, .header_template_gutenberg .oxy-header-left .search_bar form input:focus{
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	outline: 1px solid white !important;
}

.search_bar_icon_mobile {
	display: none;
}

 .search_bar .loading, .header_template_gutenberg .search_bar .loading{
	height: 0;
	width: 0;
	padding: 5px;
	border: 6px solid #ccc;
	border-right-color: #888;
	border-radius: 22px;
	-webkit-animation: rotate 1s infinite linear;
	position: absolute;
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0;
	margin-right: 10px;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media screen and (max-width: 991px) {
	 .search_bar form input::placeholder, .header_template_gutenberg .search_bar form input::placeholder{
		color: black;
	}

	 .search_bar form input::-moz-placeholder, .header_template_gutenberg .search_bar form input::-moz-placeholder{
		color: black;
	}

	 .search_bar form input, .header_template_gutenberg .search_bar form input{
		border: 1px solid black;
	}
	 .search_bar form input, .header_template_gutenberg .search_bar form input{
		color: black;	
	}

	.search-mobile-wrap .search_bar ul {
		max-height: 249px;
		max-width: 90%;
	}

	.search-mobile-wrap > .ct-shortcode, .search-mobile-wrap > .ct-shortcode .search_bar, .search-mobile-wrap > .ct-shortcode .search_bar input {
		width: 100%;
	}

	.search_bar_icon_mobile {
		display: block;
		width: auto;
		height: 25px;
		object-fit: contain;
	}

	.search_bar_container {
		align-items: center;
	}

}
