/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here */
/* Add border lines between submenu items in Standard Header */
#top-menu ul.sub-menu li:not(:last-child) a{
    border-bottom: 1px solid #e9e9e9; /* Change color here */
}

#top-menu ul.sub-menu {
    width: 300px !important;
	/* max-width: 360px !important;
	min-width: 240px !important; */
}

#top-menu li li ul.sub-menu {
    left: 100% !important;
}

#top-menu ul.sub-menu li,
#top-menu ul.sub-menu li a {
    width: 100% !important;
    box-sizing: border-box !important;
}
