.wd-toolbar>a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.global-color-scheme-light .wd-toolbar a {
	color: #fff;
}

.global-color-scheme-light .wd-toolbar a:hover {
	color: hsla(0, 0%, 100%, .8);
}

.wd-toolbar-shop {
	--wd-tools-icon: "";
}

.wd-toolbar-blog {
	--wd-tools-icon: "";
}

.wd-toolbar-home {
	--wd-tools-icon: "";
}

.wd-toolbar-sidebar, .wd-toolbar-shop-cat {
	--wd-tools-icon: "";
}

.wd-toolbar-sidebar.wd-filter-icon {
	--wd-tools-icon: "";
}

.wd-toolbar-link {
	--wd-tools-icon: "";
}

.wd-toolbar-link .wd-custom-icon img {
	width: auto;
	height: 20px;
}

body:not(:has(.wd-nav-side-hidden-mb-on)) .wd-toolbar-shop-cat {
	display: none;
}

@media (min-width: 1025px) {}

@media (max-width: 1024px) {
	.sticky-toolbar-on .wd-sticky-btn {
		bottom: 55px;
	}
	
	.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop {
		bottom: calc(12px + 55px + var(--wd-sticky-btn-height));
	}
}

@media (min-width: 769px)and (max-width: 1024px) {
	.sticky-toolbar-on.wd-sticky-btn-on {
		padding-bottom: calc(55px + var(--wd-sticky-btn-height));
	}
}

@media (max-width: 768.98px) {
	.sticky-toolbar-on.wd-sticky-btn-on-mb {
		padding-bottom: calc(55px + var(--wd-sticky-btn-height));
	}
}