.jxt-products-page-menu{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flexbox-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  flex-direction: row;
}
.jxt-products-page-menu a{
  flex-wrap: nowrap;
display: flex;
flex: 0 0 auto; 
margin-right: 20px;
}


.product-sub-list{
	display: flex;
	flex-direction: row;
	padding-left: 20px; 
	margin-top: -10px;
}

.product-sub-list-column{
	display: flex;
	margin: 10px;
	margin-top: 0;
	
}

.product-sub-list-column li{
	list-style-type: circle;
}

@media only screen and (max-width: 500px){
	 .product-sub-list{
			display: flex;
			flex-direction: column;
			padding-left: 20px;                      
		}
	.product-sub-list-column:not(:first-of-type){
		margin-top: -30px;
	}
}

/*body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header{
	
	top: 67px !important;
}*/

body.et_fixed_nav.et_secondary_nav_enabled #main-header{
	
	top: 35px !important;
}

@media only screen and (max-width: 980px){
/*	body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header{
	
	top: 0px !important;
}*/

body.et_fixed_nav.et_secondary_nav_enabled #main-header{
	
	top: 0px !important;
}
}

body .menu-item-has-children li a{
	font-weight: 500 !important;
	font-size: 15px !important;
	letter-spacing: 0 !important;
	line-height: 18px !important;
	padding-bottom: 10px !important
}

.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 111px !important;
}