@charset "utf-8";
/* CSS Document */

.eav_attr option[disabled],
.eav_attr option:disabled{
    cursor: not-allowed !important;
    color: #F00;
    background: #999;
}

label.label_wrapper input {
    opacity: 0;
    position: absolute;
}
label.label_wrapper {
  display: inline-block;
  margin: 4px 3px;
  background: #CCC;
  padding: 3px 7px;
  border-radius: 3px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  font-size: 0.7em;
}
label.label_wrapper:hover {
    cursor: pointer;
	border: #000 1px solid;
}
label.label_wrapper.selected {
	border: #FFF 1px solid;
  background:#FFF;
}

label.label_wrapper.disabled:hover {
    /* cursor: pointer; */
    border: #aaa 1px solid;
}
label.label_wrapper.disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.atributos_title{
	display: block;
    margin-top: 10px;
    color: #fff;
  text-transform: uppercase;
}
