﻿/* ------ mega menu common css ------ */ 
.megamenu-li {
	position: static;
}
.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}
.dropdown-toggle::after {
	border-top: 0.4em solid !important;
	border-right: 0.4em solid transparent !important;
	border-left: 0.4em solid transparent !important;
}
.dropdown-item:active{	
	color: #fff!important;
}
/* ------ mega menu custom css ------*/
.megamenu-current-theme .megamenu-height{
    height: 1.9rem!important;
}
.megamenu-current-theme .megamenu-li .dropdown-item{
	background-color:inherit!important;
}
.megamenu-current-theme .dropdown-toggle::after {
	border-top: 0.43em solid !important;
	border-right: 0.45em solid transparent !important;
	border-left: 0.45em solid transparent !important; 
    margin-left: -1rem!important;
    position: absolute;
    top: 0.8rem;
    z-index: 1002;
}
.megamenu-current-theme .show .dropdown-toggle::after {
	border-top: 0 !important;
	border-bottom: 0.43em solid !important;
	border-right: 0.45em solid transparent !important;
	border-left: 0.45em solid transparent !important;
    top:0.75rem;
    z-index: 1002;
}
.megamenu-current-theme .show .dropdown-toggle::after{
   margin-left: -1rem!important;
}
.megamenu-current-theme .megamenu {
    top:28px!important;    
}
