/* product-selection component */
.products-selection-wrapper {
  padding: 20px 0;
}
.products-selection-header {
  padding: 0 10px;
}
.products-selection-menu {
  height: 50px;
  margin-top: 50px;
}
.products-selection-menu-tabs {
  display: flex;
  flex-wrap: wrap;
}
.products-selection-menu-tab {
  height: 48px;
  border-bottom: 2px solid #E31010;
  flex: 1 1 auto;
  text-align: center;
  line-height: 48px;
  text-transform: uppercase;
  color: #E31010;
}
.products-selection-menu-tab.active {
  color: #FFFFFF;
  background-color: #E31010;
}
.products-selection-tab {
  display: none;
}
.products-selection-tab.active {
  display: block;
}