.my-megamenu-sub {
width:100%;
border-radius: 10px;
background: #FFF;
box-shadow: 0px 8px 21.3px 0px rgba(0, 0, 0, 0.25);
left: 50% !important;
transform: translateX(-50%);
max-width:1150px;
} .mymega-row {
display:flex;
gap:10px;
box-sizing: border-box;
padding:30px;
} .mymega-col {
flex:1;
padding:8px;
}
.mega-caption {
margin-top:5px;
color:#666;
}
.mymega-col ul{
flex-direction:column;
}
.mymega-row-el{
width:100%;
}
.mega-image-block img{
max-width: 100% !important;
height: 155px !important;
width: 100% !important;
object-fit: cover !important;
border-radius: 10px !important;
}
.mymega-col .normal-submenu a{
color: #000;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 25px; }
.mymega-row ul{
gap:9px !important;
width: 100%;
justify-content: space-between;
}
.mymega-col .normal-submenu{
gap:6px !important;
}
ul#menu-menu-glowne.menu > li.menu-item-has-children > a::after {
content: "";
display: inline-block;
width: 15px;
height: 9px;
margin-left: 4px;
background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.88033%200L4.99999%203.80446L1.11966%200L0%201.09777L4.99999%206L10%201.09777L8.88033%200Z%22%20fill%3D%22black%22/%3E%3C/svg%3E")
no-repeat center / contain;
vertical-align: middle; z-index: 99;
position: absolute;
right: 20px;
}