#_desktop_top_menu .ethnic-mega-dropdown {
  padding: 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 72vh;
}

#_desktop_top_menu .ethnic-mega-grid {
  width: 100%;
}

#_desktop_top_menu .ethnic-mega-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

#_desktop_top_menu .ethnic-mega-cell {
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
}

#_desktop_top_menu .ethnic-width-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

#_desktop_top_menu .ethnic-width-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

#_desktop_top_menu .ethnic-width-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

#_desktop_top_menu .ethnic-width-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

#_desktop_top_menu .ethnic-width-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

#_desktop_top_menu .ethnic-width-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

#_desktop_top_menu .ethnic-width-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

#_desktop_top_menu .ethnic-width-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

#_desktop_top_menu .ethnic-width-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

#_desktop_top_menu .ethnic-width-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

#_desktop_top_menu .ethnic-width-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

#_desktop_top_menu .ethnic-width-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

#_desktop_top_menu .ethnic-mega-tree {
  padding: 0;
  margin: 0;
  list-style: none;
}

#_desktop_top_menu
.ethnic-mega-dropdown
.ethnic-mega-tree[data-depth="1"] > li {
  float: none;
  margin: 0;
}

#_desktop_top_menu
.ethnic-mega-dropdown
.ethnic-mega-tree
li {
  position: relative;
  float: none;
  margin: 0;
}

#_desktop_top_menu
.ethnic-mega-dropdown
.ethnic-mega-tree
a[data-depth="1"],
#_desktop_top_menu
.ethnic-mega-virtual-title {
  display: block;
  padding: 0 0 0.5rem;
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
  white-space: normal;
}

#_desktop_top_menu
.ethnic-mega-dropdown
.ethnic-mega-tree
a[data-depth="2"],
#_desktop_top_menu
.ethnic-mega-dropdown
.ethnic-mega-tree
a[data-depth="3"],
#_desktop_top_menu
.ethnic-mega-dropdown
.ethnic-mega-tree
a[data-depth="4"],
#_desktop_top_menu
.ethnic-mega-dropdown
.ethnic-mega-tree
a[data-depth="5"] {
  padding: 0.2rem 0;
  white-space: normal;
}

#_desktop_top_menu .ethnic-mega-nested {
  padding-left: 0.65rem;
}

#_desktop_top_menu .ethnic-mega-spacer {
  min-height: 1px;
}

#_desktop_top_menu .ethnic-mega-product {
  padding: 0.25rem;
  text-align: center;
}

#_desktop_top_menu .ethnic-mega-product-image {
  display: block;
  margin-bottom: 0.5rem;
}

#_desktop_top_menu .ethnic-mega-product-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 145px;
  margin: 0 auto;
}

#_desktop_top_menu .ethnic-mega-product-name {
  display: block;
  padding: 0.25rem 0;
  font-weight: 600;
  color: #232323;
  white-space: normal;
}

#_desktop_top_menu .ethnic-mega-product-description {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #7a7a7a;
}

#_desktop_top_menu .ethnic-mega-product-description p {
  margin: 0;
  font-size: inherit;
}

#_desktop_top_menu .ethnic-mega-product-prices {
  margin-top: 0.45rem;
}

#_desktop_top_menu .ethnic-mega-product-price {
  font-weight: 700;
  color: #232323;
}

#_desktop_top_menu .ethnic-mega-product-regular-price {
  margin-left: 0.4rem;
  font-size: 0.8125rem;
  color: #7a7a7a;
  text-decoration: line-through;
}

#mobile_top_menu_wrapper .ethnic-mega-row {
  display: block;
}

#mobile_top_menu_wrapper .ethnic-mega-cell {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#mobile_top_menu_wrapper .ethnic-kind-spacer {
  display: none;
}

#mobile_top_menu_wrapper .ethnic-mega-grid {
  width: 100%;
}

#mobile_top_menu_wrapper .ethnic-mega-tree {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile_top_menu_wrapper .ethnic-mega-virtual-title {
  display: block;
  padding: 0.625rem;
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

#mobile_top_menu_wrapper .ethnic-mega-product {
  padding: 0.75rem 1.25rem;
  text-align: center;
  border-bottom: 1px solid #f6f6f6;
}

#mobile_top_menu_wrapper .ethnic-mega-product-image {
  display: block;
}

#mobile_top_menu_wrapper .ethnic-mega-product-image img {
  width: auto;
  max-width: 100%;
  max-height: 130px;
  margin: 0 auto 0.5rem;
}

#mobile_top_menu_wrapper .ethnic-mega-product-name {
  display: block;
  font-weight: 600;
  color: #232323;
}

#mobile_top_menu_wrapper .ethnic-mega-product-description {
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  color: #7a7a7a;
}

#mobile_top_menu_wrapper .ethnic-mega-product-description p {
  margin: 0;
  font-size: inherit;
}

#mobile_top_menu_wrapper .ethnic-mega-product-prices {
  margin-top: 0.4rem;
}

#mobile_top_menu_wrapper .ethnic-mega-product-price {
  font-weight: 700;
}

#mobile_top_menu_wrapper .ethnic-mega-product-regular-price {
  margin-left: 0.4rem;
  color: #7a7a7a;
  text-decoration: line-through;
}
