

.clear {clear: both;}

/* Vertical Mega Menu Styles */
.mega-menu {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(124, 13, 18, 0.05);
    border-radius: 12px;
    padding: 16px 0;
}
.mega-menu > li > a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 280%;
    padding: 0 32px;
}
.mega-menu li a>span{
    float: right;
}


#mega-4 > li:last-child > a{
	color: #be272e
	border: none;
}

.mega-menu li a.dc-mega {
position: relative;
}

.mega-menu li .sub-container {
    position: absolute;
    background: #ffffff;
    display: inline-block;
    width: calc(100% - 285px) !important;
    height: auto !important;
    left: auto !important;
    right: 0px !important;
    margin-top: 0px !important;
    padding: 22px;
    border-radius: 0 12px 12px 0;    box-shadow: 5px 2px 15px rgba(124, 13, 18, 0.05);
}


.mega-menu ul.sub {
    columns: 2; padding:0 32px;
}
.mega-menu ul.sub > li > a {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px; margin-bottom:24px;
}

.mega-menu li .sub-container:before {
    content: " ";
    display: block;
    width: 2px;
    background: #EEEEEE;
    height: calc(100% - 32px);
    position: absolute;
    left: 0px;
    top: 16px;
}
.mega-menu > li > a:after{
	 content: " ";
    width:0px;
    height: 100%;
    position: absolute;
    right: -2px;
   
    z-index: 9999;
}
.mega-menu > li.parent_a_cat_me:hover > a{
	color: #EB1D36;
}
.mega-menu > li.parent_a_cat_me:hover > a:after {
	width: 2px;
   background: #EB1D36;
}
.mega-menu:hover {
    border-radius: 12px 0 0 12px;
}
.mega-menu ul.sub > li > ul {
    margin-top: -12px;
    padding-left: 17px;
    margin-bottom: 12px;
}
.mega-menu ul.sub > li > ul a{
	font-weight: 300;
font-size: 14px;
line-height: 17px;
margin-bottom:12px;
}