#EFPProduct .alertEFP {
  display: none;
}
#EFPProduct .custom-radio {
  width: auto;
  background: none;
  border: none;
  height: auto;
  margin: 0 10px;
}
#EFPProduct .custom-radio em {
  font-style: normal;
}
#EFPProduct .custom-radio-label .custom-radio > span:nth-child(2) {
  box-shadow: 0 0 0 2px #000;
  border: 2px solid #ffffff;
  position: absolute;
  top: 1px;
  left: -8px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
#EFPProduct .color_option .custom-radio {
  width: 85px;
  margin-bottom: 10px;
}
#EFPProduct .color_option input[type=radio] {
  position: absolute;
}
#EFPProduct .color_option .color {
  display: flex;
  background: none;
  top: auto;
  left: auto;
  margin: 0 auto;
}
#EFPProduct .item {
  padding: 35px 15px 15px;
  background: #fff;
}
#EFPProduct .item .chosen {
  height: auto;
  margin-bottom: 15px;
}
#EFPProduct .item .color_title_attribute {
  left: calc(50% - 0px);
}
#EFPProduct .previewTexture {
  z-index: 9;
  bottom: 100%;
}
#EFPProduct .grouping {
  margin: 0 0 20px;
}
#EFPProduct .grouping:last-child {
  margin-bottom: 0;
}
#EFPProduct .grouping > p {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
#EFPProduct .info_visible_attribute {
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
}
#EFPProduct .info_visible_attribute .price_attribute {
  font-weight: bold;
}
#EFPProduct .info_visible_attribute .title_attribute {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search_attributes {
  float: none;
  display: block;
}

.layer.btn {
  width: 100%;
  margin-top: 15px;
}

#configuratorModal .modal-header .material-icons {
  color: #000;
}/*# sourceMappingURL=classic-theme.css.map */