/* assets/mymegamenu.css */

/* .my-megamenu-sub => position:absolute, etc. w walkerze */
.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:1440px;
}




/* row */
.mymega-row {
  display:flex;
  gap:10px;

  padding:8px;
}

/* column */
.mymega-col {
  flex:1;

  padding:8px;
}


.mega-caption {
  margin-top:5px;
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 19px; /* 135.714% */
	text-transform: uppercase;
}

.mymega-col ul{
flex-direction:column;
}

.mymega-row-el{
width:100%;
}

.mymega-row ul, .mymega-row li{
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: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px; /* 156.25% */
	text-transform: uppercase;
}




.mymega-row ul{
	gap:22px !important;
}

.mymega-col .normal-submenu{
	gap:6px !important;
}


