/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*************** UX MENU ***************/

.ux-megamenu .nav-dropdown {
    min-width: 100vw;
    padding: 0px;
}

.ux-megamenu li.menu-item {
    width:100%;
}

.container .ux-megamenu .row:not(.row-collapse) {
    margin-left: auto;
    margin-right: auto;
}

/*************** SCROLLBAR ***************/
::-webkit-scrollbar {
	-webkit-appearance: none;
}
::-webkit-scrollbar {
	width: 10px;
}
 
::-webkit-scrollbar-track {
	background: #fafafa;
	border:1px solid #ccc;
}
 
::-webkit-scrollbar-thumb {
	background: #c8c8c8; 
	border:1px solid #eee;
	height:100px;
	border-radius:5px;
}
 
::-webkit-scrollbar-thumb:hover {
	background: blue; 
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}