/* Site header styles */

.site-header {
/* 	background-color: #ffffff4a; */
	transition-delay: 0.1s !important;
}
.site-header a {
	font-weight: 500;
}
.page-header-regular:not(.header_on_scroll) .site-header {
	background: transparent;
}

/* Top bar utility styles */
.et-top-bar-text { font-size: 22px; }
.top-bar-timer { min-width: 92px; display: inline-block; text-align: left; }
.top-bar-text-mobile { display: none }
.top-bar-text {margin-left: 1px;}
@media (max-width: 768px) {
	.top-bar-text { display: none }
	.top-bar-text-mobile { display: unset;}
}

/* Magical cart/search/account icons */
.quick_cart.icon svg {
  display: none;
}
.quick_cart.icon::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask: url('/wp-content/uploads/mz-icons/cart-cauldron.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask: url('/wp-content/uploads/mz-icons/cart-cauldron.svg') no-repeat center;
  -webkit-mask-size: contain;
  margin-right: 6px;
}

.quick_search.icon svg {
  display: none;
}
.quick_search.icon::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask: url('/wp-content/uploads/mz-icons/search-wand-stars.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask: url('/wp-content/uploads/mz-icons/search-wand-stars.svg') no-repeat center;
  -webkit-mask-size: contain;
  margin-right: 6px;
}

.account-icon.icon svg {
  display: none;
}
.account-icon.icon::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask: url('/wp-content/uploads/mz-icons/account-witch.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask: url('/wp-content/uploads/mz-icons/account-witch.svg') no-repeat center;
  -webkit-mask-size: contain;
  margin-right: 6px;
  vertical-align: middle;
}

/* Scroll to top button */
#scroll_to_top .arrow-top {	
    color: white;
    background: var(--purple);
}