<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu-mobile-vermegamenu {
    position: relative;
}
.content_ver1 {
    padding: 2px 0px;
}
.menu-mobile-vermegamenu &gt; #mobile-vermegamenu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 2px #cccccc;
    padding: 20px;
    position: absolute;
    width: 100% !important;
    z-index: 2001;
}

.menu_1.navbar-fixed-top .verticalmenu .fa-bars {
    top: 0;
}
#mobile-vermegamenu .nav &gt; li {
	float:left;
	width:100%;
    border-bottom:1px solid #e6e6e6; padding: 9px 20px;  
}
#mobile-vermegamenu .nav &gt; li:hover{
    background-color: #f6f6f6;
}
#mobile-vermegamenu .nav &gt; li:last-child{
   border-bottom:0;
}
#mobile-vermegamenu .jms-vermegamenu {
	box-shadow: none;
	text-align: left;
}
#mobile-vermegamenu .open &gt; .dropdown-menu {
	position:static;
	box-shadow:none;
	border:0px;
	width:100%;
	margin-top:-5px;
    background: transparent;
    padding: 20px 10px;
}
#mobile-vermegamenu .dropdown-menu &gt; li &gt; a {
    line-height: 24px;
      width: 100%;
      font-size: 13px;
}
#mobile-vermegamenu li a {
    color: #323131;
    font-size: 14px;
    padding:0;
    position: relative;
    width: 100%;
    display: block;
}
#mobile-vermegamenu .dropdown-menu::before{
	display:none;
}
#mobile-vermegamenu #jms-megamenu &gt; li &gt; a {
	text-transform:uppercase;	
}

#mobile-vermegamenu img{
	max-width:100%;
	margin-bottom:10px;
}
#mobile-vermegamenu li &gt; a em {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: -10px;
    height: 41px;
    width: 100%;
    line-height: 43px;
}
#mobile-vermegamenu li &gt; a em::before{
    position: absolute;
    right: 0px;
}
#mobile-vermegamenu .nav .open &gt; a, #mobile-vermegamenu .nav .open &gt; a:focus, #mobile-vermegamenu .nav .open &gt; a:hover{
    background-color: transparent;
}</pre></body></html>