﻿.megamenu .col.d-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 600px; /* Set your desired menu height */
    row-gap: 0.5rem;  /* reduce vertical spacing between rows */
    column-gap: 0.5rem; /* control horizontal spacing between columns */
  }

.bottom_border {
    border-bottom :1px;
}


.megamenu-col {
    flex: 1 1 auto;
    min-width: 150px;
    margin: 0;            /* remove margin for tight layout */
  }

.megamenu .nav-link {
    padding: 0 !important;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-size: 1rem;
  }

@media print {
  header {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  div.sidebar {
    display: none !important;
  }
  .item_swift_customercenter .order-first {
    display: none !important;
  }
  .nav.nav-tabs {
    display: none !important;
  }
}

/*.dropdown-item {
    line-height: 1;
  background-color: #a90049;
  }
*/


