/* Input */
#wrapper .store-input
{
	padding: 0 10px;
	font-size: .9em;
	line-height: 40px;
	color: #444;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#wrapper .store-input:focus
{
	color: #000;
	border-color: var(--theme-color);
}