﻿product-selection-product-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
}
product-selection-product-view .SmartPageHtml {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
}
product-selection-product-view .SmartPageHtml .panel-btn {
  flex: 0 1 auto;
  padding: 20px;
  flex-direction: row;
}
product-selection-product-view .SmartPageHtml .panel-btn smart-button {
  margin-right: 15px;
}
product-selection-product-view .SmartPageHtml .modalSite .modal-dialog .modal-content {
  width: 800px;
}
product-selection-product-view .SmartPageHtml .modalSite .modal-dialog .modal-content .modal-header smart-text {
  font-size: 18px;
  color: #47b3e7;
}
product-selection-product-view .SmartPageHtml .modalSite .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  max-height: 500px;
}
product-selection-product-view .SmartPageHtml .modalSite .modal-dialog .modal-content .modal-footer .panel-modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
product-selection-product-view .SmartPageHtml .modalSite .modal-dialog .modal-content .modal-footer .panel-modal-footer smart-button {
  margin-right: 10px;
}
product-selection-product-view .SmartPageHtml smart-listbox .smart-listbox {
  justify-content: center;
  align-items: center;
}
product-selection-product-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
product-selection-product-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body .sl-item {
  width: 250px;
  cursor: pointer;
}
product-selection-product-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body .sl-item smart-box .box-head .box-head-content {
  justify-content: center;
}
product-selection-product-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-product-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body .sl-item smart-box .box-head .box-head-content smart-panel {
  display: none;
}
product-selection-product-view .SmartPageHtml smart-listbox .smart-listbox .sl-group-body .sl-item smart-box .box-body {
  align-items: center;
  color: black;
}
product-selection-product-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-product-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-product-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;
}