.item_swift_productspecification .gap-4 {
    gap: 0rem !important;
}


/* All megamenu items */
.megamenu .nav-link.text-decoration-underline-hover.lh-sm.text-break{
	padding: 0.2rem 1rem;
}

/* Target; level 2 megamenu items */
.megamenu .col-4.col-xl-3.col-xxl-2 a:nth-of-type(1){
	padding-top:0.8rem;
}

#page-header-desktop .theme-gray-mobile {
 	display: none !important;
}

/* Align Content In Product Grid */
.product-list .grid .g-col-lg-4 {
  justify-content: space-around;
}


/* Show Megamenu on desktop and tablet, hide on mobile. Show hamburgermenu on mobile */
@media (max-width: 576px) {
  #page-header-desktop .theme-gray-mobile {
    display: block !important;
  }
  #page-header-desktop .theme-gray {
  	display: none !important;
  }
}

