
.wc-shop-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	margin: 30px 0 0;
}

.wc-shop-toolbar .toolbar-left,
.wc-shop-toolbar .toolbar-right {
	flex-basis: 50%;
}

.wc-shop-toolbar .toolbar-left .woocommerce-result-count {
	padding: 0;
}

.wc-shop-toolbar .toolbar-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
	padding: 0 0 0 50px;
}

.wc-shop-toolbar .toolbar-right .woocommerce-ordering {
	padding: 0;
	width: auto;
}

.wc-shop-toolbar .toolbar-right .woocommerce-ordering select {
	appearance: none;
	font-family: Roboto, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: .2px;
    padding: .5rem 30px .5rem .5rem;
    border: 1px solid #aaa;
    background: #fff url('../img/icons/chevron-down.svg') calc(100% - 11px) center/19px no-repeat;
    color: #333;
}

.wc-shop-toolbar .toolbar-right .wc-cat-search-wrap {
	flex-basis: 100%;
	display: none;
}

.wc-shop-toolbar .toolbar-right .wc-cat-search-wrap input {
	line-height: 1;
}

.wc-shop-toolbar .toolbar-right .wc-cat-search-wrap input {
	background: #fff url('../img/icons/search.svg') calc(100% - 11px) center/19px no-repeat;
}

.wc-shop-toolbar .toolbar-right .wc-cat-search-wrap input::-webkit-search-cancel-button {
	appearance: none;
	width: 1.125em;
	height: 1.125em;
	background: url('../img/icons/x.svg') center/cover no-repeat;
}

.wc-shop-toolbar .toolbar-right .wc-cat-search-wrap input:focus {
	background: #fff;
}

.wc-shop-toolbar .toolbar-right .wc-cat-search-wrap input:not(:placeholder-shown):hover {
	background: #fff;
}