@charset "UTF-8";
/* CSS Document */


/* MEGA MENU CUSTOM */



.mega-dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	 transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    font-size: 0.875rem;
    color: #fff;
    padding: 5px 10px 5px 10px;

}

.mega-dropdown-item:hover, .mega-dropdown-item:focus {
    color: #202021;
    text-decoration: none;
    background-color: #e7f70f;
}

@media only screen and (max-width: 1199px) {
.mega-dropdown-item {
    color: #fff;

}}


ul.mega-list li h5 a {
    color: #fff !important;
    font-size: .8em;
    line-height: 1em;
}

@media only screen and (max-width: 720px){
ul.mega-list li h5 a {
    color: #fff !important;
}
}

ul.mega-list li h5 {
	    padding-bottom: 1vh;
	
}

@media only screen and (min-width: 720px) {
ul.mega-list li h6 {
	color: #212528;
	
}}


@media only screen and (max-width: 720px) {
ul.mega-list li h6 {
	color: #398100;
	}}


.dropdown-mega .dropdown-menu > .row > [class*="col"]:not(:first-child) {
	border-left: 0px solid #dee2e6;
}


.dropdown-divider-dashed {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px dashed #e9ecef;
}


body.zadara-menu header.header-light.bg-white .container nav .navbar-collapse .navbar-nav .nav-item, body.zadara-menu header.header-dark .container nav .navbar-collapse .navbar-nav .nav-item {
 
    overflow: auto;
}



header.header-dark .container nav .navbar-collapse .navbar-nav .nav-item
 {
overflow: auto;
}

@media only screen and (max-width: 720px) {
	.mega-list li a {
 color: #fff !important;
font-size: 1rem !important;
	}}



@media only screen and (max-width: 720px) {
.mobile-col {
    flex-basis: auto !important;
	color: #fff;
	border-bottom: 1px solid #fff !important;
	}}



.dropdown-mega .dropdown-menu {
	top: 100%;
	width: 100%;
}




