/**
 * The search button injected into the WooCommerce filter block on product archives.
 *
 * @package NumeroDeMaison
 */

.gp-search-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	background-color: #e4863b;
	border: 1px solid #e4863b;
	border-radius: 5px;
	color: #fff !important;
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
}

.gp-search-button:hover {
	background-color: #e4863b;
	color: #fff;
}
