.ui-tabs-nav {
    display: none !important;
}

.shop-left-menu {
    font-family: mr-eaves-sans;
}

@media (max-width:1023px) {
	.shop-left-menu {
		.menu-header {
			display: flex !important;
			justify-content: space-between;
			align-items: center;
		}
		
		.menu-header::after{
			content: "\f107";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
		}
	}
	
	body:not(.menu-open) .shop-left-menu .menu-header ~ li {
		display: none;
	}
}

.vertical-menu .shop-left-menu a:hover, .vertical-menu .shop-left-menu a.selected {
	color: #8e1a1d
}


h1 {
	text-transform: uppercase;
}