.filters-top-selection {
  background-color: #fff;
  margin-left: -10px;
  padding: 8px;
  width: calc(100% + 20px);
}

@media (min-width: 768px) {
  .filters-top-selection {
    border-radius: 4px;
    margin-left: 0;
    padding: 12px 18px;
    width: 100%;
  }
}
.filters-top-selection__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

@media (min-width: 768px) {
  .top-selection-text {
    font-size: 14px;
    margin-right: 12px;
    padding: 12px;
  }
}
@media (min-width: 361px) {
  .top-selection-text {
    margin: 0 10px 10px 0;
  }
}
@media (min-width: 321px) {
  .top-selection-text {
    font-size: 14px;
    margin: 0 4px 8px 0;
    max-width: none;
    padding: 8px 4px;
  }
}
.top-selection-text {
  background-color: #ebf2f7;
  border-radius: 8px;
  color: #28363e;
  cursor: pointer;
  display: block;
  flex: 1;
  font-size: 14px;
  margin: 0 3px 8px 0;
  max-width: none;
  padding: 8px 4px;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .top-selection-image {
    font-size: 14px !important;
    margin-right: 8px;
    max-width: 86px !important;
    min-width: 86px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-selection-image {
    font-size: 14px !important;
    margin-right: 8px;
    max-width: 96px !important;
    min-width: 96px !important;
  }
}
@media (min-width: 420px) and (max-width: 457.5px) {
  .top-selection-image {
    max-width: 97px !important;
    min-width: 97px !important;
  }
}
@media (min-width: 457.5px) and (max-width: 768px) {
  .top-selection-image {
    max-width: 106px !important;
    min-width: 106px !important;
  }
}
.top-selection-image {
  border-radius: 8px;
  color: #28363e;
  cursor: pointer;
  display: block;
  font-size: 10px;
  max-width: 75px;
  min-width: 75px;
  padding: 10px 4px 8px;
  text-align: center;
  height: auto;
}

.top-selection-image .static-image {
  margin: 0 auto;
  background: transparent;
  height: 48px;
  width: 48px;
}
.top-selection-image .static-image img {
  height: 100%;
  width: 100%;
}
.top-selection-image:hover {
  background: rgba(50, 187, 120, 0.2);
}

@media (min-width: 768px) {
  .top-selection-image img {
    max-height: 48px;
    max-width: 48px;
  }
}
@media (min-width: 768px) {
  .top-selection-image:last-child {
    margin-right: 0;
  }
}
.top-selection-image img {
  display: block;
  height: 100%;
  margin: 0 auto 4px;
  max-height: 55px;
  max-width: 55px;
  width: 100%;
}

.category-nav__item {
  text-align: center;
  margin-bottom: 20px;
}

.category-nav__icon img {
  max-width: 100%;
}

.category-nav__popup-content--body {
  overflow-y: auto;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding-bottom: 55px;
}

.category-nav__popup-content--header {
  display: flex;
  align-items: center;
  gap: 8px;
  position: sticky;
  top: 0;
  background: var(--zinga-primary);
  width: 100%;
  padding: 8px;
}

.category-nav__toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-nav__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.category-nav__popup-content {
  background: #ebf2f7;
  width: 100%;
  margin: 0;
  position: relative;
}

.category-nav__popup-content--body-title {
  text-transform: uppercase;
  text-align: start;
  margin: 5px 0 5px 0;
  padding: 0 16px 0 16px;
}

.category-nav__popup-content--body-cat-content {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff;
}

.category-nav__popup-content--body-cat-content__item .cat__item-content {
  padding: 8px 16px 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
  height: 48px;
  color: #6c8ea0;
}

.category-nav__popup-content--body-cat-content__item:not(:last-of-type) {
  border-bottom: 1px solid rgba(128, 128, 128, 0.19);
}

.category-nav__popup-close {
  background: var(--zinga-primary);
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .col-lg-1-7 {
    flex: 0 0 14.2857143%;
    max-width: 14.2857143%;
  }
}
@media (max-width: 768px) {
  .category-nav__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .col-md-2 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .category-nav__toggle-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}