/* AI Product Search — input design */
.ai-product-search {
	margin-bottom: 10px;
}

.ai-product-search__box {
  display: flex;
  width: 100%;
}

.ai-product-search__input {
	border: 2px solid #EA00B6;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	color: #7c7c7c;
	font-size: 12px;
	font-weight: 400;
	height: 40px;
	letter-spacing: 0.7px;
	min-width: 90%;
	outline: 0 none;
	padding: 9px 100px 9px 16px;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}

.ai-product-search__button {
	background: #EA00B6 url("../../theme/OPCADD059/image/megnor/Search.png") no-repeat scroll 17px 13px;;
	border: medium none;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	bottom: 0;
	color: #000000;
	height: 40px;
	outline: 0 none;
	right: 0;
	text-transform: uppercase;
	width: 50px;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	color: white;
}

#search.ai-product-search-hidden {
  display: none !important;
}
