/* 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:#666;
}

.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: contain !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;
}


ul#menu-menu-glowne.menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  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; /* żeby strzałka ładnie wypadała obok tekstu */
}
