.wpbay-store-listing-toolbar {
	margin: 0 0 18px;
	padding: 0;
}

.wpbay-store-listing-toolbar nav {
	display: flex;
	align-items: center;
}

.wpbay-store-listing-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpbay-store-listing-tabs__item {
	margin: 0;
	margin-top: 0 !important;
	padding: 0;
}

.wpbay-store-listing-tabs > .wpbay-store-listing-tabs__item + .wpbay-store-listing-tabs__item {
	margin-top: 0 !important;
}

.wpbay-store-listing-tabs__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	height: 42px;
	padding: 8px 16px;
	border: 1px solid #dde3ec;
	border-radius: 999px;
	background: #fff;
	color: #233047;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.wpbay-store-listing-tabs__link > span:not(.wpbay-store-listing-tabs__count) {
	display: inline-flex;
	align-items: center;
	height: 20px;
	line-height: 20px;
}

.wpbay-store-listing-tabs__link:hover,
.wpbay-store-listing-tabs__link:focus {
	background: #f8fafc;
	border-color: #cfd6e1;
	color: #07113a;
	text-decoration: none;
}

.wpbay-store-listing-tabs__link.is-active {
	background: #404040;
	border-color: #404040;
	color: #fff;
	box-shadow: none;
}

.wpbay-store-listing-tabs__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	opacity: 0.78;
}

.wpbay-store-listing-tabs__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	min-height: 20px;
	height: 20px;
	box-sizing: border-box;
	padding: 2px 7px;
	border-radius: 999px;
	background: #f1f4f8;
	color: inherit;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.wpbay-store-listing-tabs__link.is-active .wpbay-store-listing-tabs__count {
	background: rgba(255, 255, 255, 0.22);
}

.wpbay-store-listing-toolbar + .dokan-store-products-filter-area {
	margin-top: 0;
}

.wpbay-store-listing-toolbar + .dokan-store-products-filter-area .dokan-store-products-ordeby {
	display: flex;
	align-items: center;
	gap: 0;
	width: 100%;
}

.wpbay-store-listing-toolbar + .dokan-store-products-filter-area input.product-name-search.dokan-store-products-filter-search {
	box-sizing: border-box;
	width: 235px;
	height: 37px;
	border: 1px solid #e1e5ec;
	border-right: 0;
	border-radius: 0;
	background: #fff;
	color: #233047;
	padding: 8px 11px;
	font-size: 15px;
	line-height: 1.2;
	box-shadow: none;
}

.wpbay-store-listing-toolbar + .dokan-store-products-filter-area input.search-store-products.dokan-btn-theme {
	height: 37px;
	min-width: 96px;
	border-radius: 0;
	background: #404040 !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.wpbay-store-listing-toolbar + .dokan-store-products-filter-area select.orderby.orderby-search {
	box-sizing: border-box;
	width: 212px;
	height: 37px;
	margin-left: auto;
	border: 1px solid #e1e5ec;
	border-radius: 0;
	background-color: #fff;
	color: #667085;
	padding: 8px 12px;
	font-size: 15px;
	line-height: 1.2;
	box-shadow: none;
}

@media screen and (max-width: 767px) {
	.wpbay-store-listing-tabs {
		display: grid;
		grid-template-columns: 1fr;
	}

	.wpbay-store-listing-tabs__link {
		width: 100%;
		justify-content: center;
	}

	.wpbay-store-listing-toolbar + .dokan-store-products-filter-area .dokan-store-products-ordeby {
		display: grid;
		gap: 10px;
	}

	.wpbay-store-listing-toolbar + .dokan-store-products-filter-area input.product-name-search.dokan-store-products-filter-search,
	.wpbay-store-listing-toolbar + .dokan-store-products-filter-area input.search-store-products.dokan-btn-theme,
	.wpbay-store-listing-toolbar + .dokan-store-products-filter-area select.orderby.orderby-search {
		width: 100%;
		margin-left: 0;
		border: 1px solid #e1e5ec;
	}
}
