﻿product-selection-sub-family-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
}
product-selection-sub-family-view .SmartPageHtml {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
}
product-selection-sub-family-view .SmartPageHtml .panel-btn {
  flex: 0 1 auto;
  padding: 20px;
  flex-direction: row;
}
product-selection-sub-family-view .SmartPageHtml .panel-btn smart-button {
  margin-right: 15px;
}
product-selection-sub-family-view .SmartPageHtml smart-listbox .smart-listbox {
  justify-content: center;
  align-items: center;
}
product-selection-sub-family-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
product-selection-sub-family-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body .sl-item {
  width: 250px;
  cursor: pointer;
}
product-selection-sub-family-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body .sl-item smart-box .box-head .box-head-content {
  justify-content: center;
}
product-selection-sub-family-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body .sl-item smart-box .box-head .box-head-content smart-image > img {
  max-width: 186px;
  height: 185px;
}
product-selection-sub-family-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body .sl-item smart-box .box-head .box-head-content smart-panel {
  display: none;
}
product-selection-sub-family-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body .sl-item smart-box .box-body {
  align-items: center;
}
product-selection-sub-family-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body .sl-item:hover smart-box {
  border-color: #47b3e7;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 5px 17px 2px rgba(0, 0, 0, 0.53);
}
product-selection-sub-family-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body .sl-item:hover smart-box .box-head .box-head-content smart-image > img {
  display: none;
}
product-selection-sub-family-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body .sl-item:hover smart-box .box-head .box-head-content smart-panel {
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}