.product_meta, .header-wcsearch-form-container, .site-description {
	visibility: hidden;
}
p.woocommerce-mini-cart__buttons.buttons .button.checkout, #scroll-top, .cart-link-contents span.count {
	background-color: #ab212b !important;
}
.custom-logo-link img.custom-logo {
	height: 155px;
}
.header-main{
	border-bottom: 1px solid #ab212b !important;
}

@media (max-width: 767px) {
	#TF-Navbar>ul>li .mobile-nav, #product-catalogue-menu>li .mobile-nav {
			top: 0px !important;
			height:20px  !important;
			width: 20px  !important;
	}
	.site-branding {
    text-align: center;
	}
}

.loading-overlay{
  position: fixed; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.55); z-index: 9999;
}
.loading-overlay[hidden]{ display: none; }

.loading-overlay__box{
  background:#fff; color:#111;
  padding:20px 24px; border-radius:14px;
  box-shadow:0 10px 40px rgba(0,0,0,.3);
  font-weight:600; font-size:16px;
}
.loading-spinner{
  width:22px; height:22px; margin-right:10px;
  border:3px solid currentColor; border-top-color:transparent;
  border-radius:50%; display:inline-block; vertical-align:-4px;
  animation:spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg) } }
body.is-adding-to-cart { overflow: hidden; }