/* Darkgrey */
/* Lightgrey */
/* Grey */
/* White */
/* Red */
/* Green */
/* Black */
/* blue */
.start_configurating h3.title {
  color: #333333 !important;
  border-bottom-color: #333333 !important;
}

.box_body .row {
  border-top: none;
}

.image_option .data_option {
  position: relative;
  /*width: 58px;*/
  float: left;
  margin: 0.47rem;
  border: 3px solid #dedede;
  border-radius: 4px;
}
.image_option .data_option.selected, .image_option .data_option.default_option {
  border: 3px solid #2bace2;
  border-radius: 4px;
}

.image_option a.radio {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  border-radius: 4px 0 0 0;
  border: none;
  width: 0;
  height: 0;
  padding: 6px;
}

.image_option .image_box {
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.image_option .image_box img {
  width: 100%;
  background-color: #f7f7f7;
}

.image_option .image_box.bw-100 {
  width: 100px;
  height: 100px;
}

.image_option .image_box.bw-150 {
  width: 150px;
  height: 150px;
}

.box_body .finishing_option .data_option .desc {
  float: none;
  margin-left: 0 !important;
  width: auto;
}

.box_body .refinement_option .data_option .desc {
  float: none;
  margin-left: 0 !important;
  width: auto;
}

.box_body .image_option .data_option.disabled {
  display: block !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

.image_option .image_box i {
  position: absolute;
  bottom: 1px;
  right: 2px;
  z-index: 2;
  color: #7d7d7d;
}

.image_option .desc span.label {
  font-size: 12px;
  max-width: 150px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #636363;
  line-height: 18px !important;
  display: block;
  padding: 6px;
}

.image_option .desc .sub a {
  display: block;
  width: 9px;
  height: 9px;
  margin: 1px;
  float: left;
  border: 1px solid #FAFAFA;
}

.image_option .data_option .desc a.see-popup {
  cursor: pointer;
}
.image_option .data_option .desc a.see-popup span {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: underline;
  margin: -4px 0 5px 0;
}

.image_option .data_option:hover {
  border: 3px solid #2bace2;
  border-radius: 4px;
}

.image_option .data_option:hover .desc span.label,
.image_option .data_option.default_option .desc span.label,
.image_option .data_option.selected .desc span.label {
  color: #000000;
}

.image_option .data_option:hover a.radio,
.image_option .data_option.default_option a.radio,
.image_option .data_option.selected a.radio {
  background: #2bace2;
  border: 1px solid #2bace2;
  color: #FFF;
}

.image_option .data_option:hover a.radio i,
.image_option .data_option.default_option a.radio i,
.image_option .data_option.selected a.radio i {
  display: block;
  opacity: 1;
}

.box_body .options .dropdown .list_row .img-option {
  margin: 5px !important;
}

.options h4 {
  color: #010101;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

/*# sourceMappingURL=holographic.css.map */
