
#e-sale-shop-page .e-sale-shop-search-row .input-group {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
	height: 50px;
}

#e-sale-shop-page .e-sale-shop-search-row .e-sale-shop-search-input-wrap {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	height: 50px;
}

#e-sale-shop-page .e-sale-shop-search-row .e-sale-shop-search-input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff !important;
	border: 1px solid #ced4da !important;
	border-right: 0 !important;
	border-radius: 15px 0 0 15px !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 0 2.25rem 0 1rem !important;
	height: 100% !important;
	min-height: 100% !important;
	max-height: 100% !important;
	box-sizing: border-box;
	margin: 0;
	line-height: 1;
}

#e-sale-shop-page .e-sale-shop-search-row .e-sale-shop-search-input[type="search"]::-webkit-search-cancel-button,
#e-sale-shop-page .e-sale-shop-search-row .e-sale-shop-search-input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

#e-sale-shop-page .e-sale-shop-search-row .e-sale-shop-search-clear-x {
	position: absolute;
	right: 0.6rem;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: #000;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}

#e-sale-shop-page .e-sale-shop-search-row.has-value .e-sale-shop-search-clear-x {
	display: flex;
}

#e-sale-shop-page .e-sale-shop-search-row .input-group-append {
	display: flex;
	align-items: stretch;
}

#e-sale-shop-page .e-sale-shop-search-row .input-group-append .btn {
	-webkit-appearance: none;
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100% !important;
	min-height: 100% !important;
	max-height: 100% !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
	margin: 0;
	line-height: 1;
	border-width: 1px;
}

#e-sale-shop-page .e-sale-shop-search-row .e-sale-shop-search-input[type="search"]:focus {
	background-color: #fff !important;
	border-color: #ced4da !important;
	box-shadow: none !important;
	outline: none !important;
}

#e-sale-shop-page .e-sale-shop-search-row .input-group-append .btn {
	border-radius: 0 15px 15px 0 !important;
	border-left: 0 !important;
	margin: 0 !important;
}

#e-sale-shop-page .e-sale-shop-search-row .input-group-append .btn:focus,
#e-sale-shop-page .e-sale-shop-search-row .input-group-append .btn:active,
#e-sale-shop-page .e-sale-shop-search-row .input-group-append .btn:focus-visible {
	box-shadow: none !important;
	outline: none !important;
	border-color: #1d1d1d !important;
}

#e-sale-shop-page .e-sale-shop-search-row.is-searching {
	position: relative;
}

#e-sale-shop-page .e-sale-shop-search-row.is-searching::after {
	content: '';
	position: absolute;
	right: 90px;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border: 2px solid rgba(0, 0, 0, 0.18);
	border-top-color: #111;
	border-radius: 50%;
	animation: e-sale-shop-spin 0.7s linear infinite;
	pointer-events: none;
}

@keyframes e-sale-shop-spin {
	to {
		transform: rotate(360deg);
	}
}
