/*
Theme Name:     Neve for 80Commerce
Version:	1.1
Template:	neve
Author:         80Commerce
Author URI:     https://80commerce.biz
*/

/* Side scrolling navigation menu in MyAccount */
.woocommerce-MyAccount-navigation ul {
	display:flex !important;
	white-space: nowrap !important;
	flex-wrap: nowrap !important;
	overflow: auto !important;
}

.woocommerce-MyAccount-navigation li {
	padding-right:25px;
	padding-bottom:10px;
}

/* Hide the line below header */
.hfg_header.site-header {
    box-shadow: none !important;
}
