.shop-mega-menu {
  width: 590px !important;
  padding: 0 !important;
}
.shop-mega-menu .shop-menu-groups {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 0;
  padding: 18px !important;
}
.shop-mega-menu .shop-menu-group {
  padding: 0 14px;
}
.shop-mega-menu .shop-menu-group + .shop-menu-group {
  border-left: 1px solid #e5e7ea;
}
.shop-mega-menu strong {
  display: block;
  color: #e4072f;
  font-size: 13px;
  margin: 4px 0 9px;
  text-transform: uppercase;
}
.shop-mega-menu a {
  display: block;
  padding: 7px 0 !important;
  line-height: 1.25;
}
.shop-filter-label {
  display: block;
  margin: 14px 0 6px;
  color: #172236;
  font-weight: 700;
}
.shop-filter-select {
  width: 100%;
  height: 44px;
  border: 1px solid #dfe3e8;
  background: #fff;
  padding: 0 10px;
}
.shop-clear {
  width: 100%;
  margin-top: 18px;
  border: 0;
  background: #172236;
  color: #fff;
  padding: 11px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .shop-mega-menu { width: 100% !important; }
  .shop-mega-menu .shop-menu-groups { grid-template-columns: 1fr; padding: 8px 18px !important; }
  .shop-mega-menu .shop-menu-group + .shop-menu-group { border-left: 0; border-top: 1px solid #e5e7ea; margin-top: 10px; padding-top: 10px; }
  .shop-sidebar { display: block !important; }
}
