.main-nav-arrow {
  position: relative;
  display: grid;
  place-items: center;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
}

.main-nav-arrow svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  overflow: visible;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.main-nav-arrow::before {
  content: none !important;
}
