.mx_loader{
    position:absolute;
    height: 100%;
    width: 100%;
    background:#ffffff url("/img/loader.gif") center center no-repeat;
    opacity:0.5;
    z-index:1000;
    display:block;
    overflow: hidden;
}

.page-mx-related-model{
    margin-bottom:2em;
}

.mx-price-unit{
    font-size:10px;
    margin-left:5px;
}

.mx-price-unit_it{
    font-style:italic;
    font-size:10px;
    margin-left:5px
}

.mx-class-all-check{
    display: inline-block;
}

.mx-class-all-check-input{
    margin-top:4px;
    float:left;
    margin-right:6px;
}

.mx-class-all-check-desc{
    line-height: 1.2em;
    float:right
}

#myInput {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 50 50"><path d="M 21 3 C 11.621094 3 4 10.621094 4 20 C 4 29.378906 11.621094 37 21 37 C 24.710938 37 28.140625 35.804688 30.9375 33.78125 L 44.09375 46.90625 L 46.90625 44.09375 L 33.90625 31.0625 C 36.460938 28.085938 38 24.222656 38 20 C 38 10.621094 30.378906 3 21 3 Z M 21 5 C 29.296875 5 36 11.703125 36 20 C 36 28.296875 29.296875 35 21 35 C 12.703125 35 6 28.296875 6 20 C 6 11.703125 12.703125 5 21 5 Z" fill="%2354565A"></path></svg>');
    background-position: right;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: 18pt;
    font-size: 16px;
    padding: 8px 15px;
    border: 1px solid #54565A;
    margin-bottom: 12px;
    float: right;
    width: min(464px, 100%);
}

#groes_option_cs{
    padding-top: 1%;
}

.cselect {
  position: relative;
  width: 80%;
}

.cselect__btn{
  width: 100%;
  padding: 10px 38px 10px 12px;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  cursor: pointer;
  text-align: left;

  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='black'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath id='svg_1' d='m7,10l5,5l5,-5l-10,0z'/%3E%3Cpath id='svg_2' fill='none' d='m0,0l24,0l0,24l-24,0l0,-24z'/%3E%3C/g%3E%3C/svg%3E");
}

.cselect__btnText{
  display: inline;
}

.cselect__main{
  color: #111;
}

.cselect__meta{
  color: #ffb000; /* amarillo/naranja */
  font-weight: 600;
}

.cselect__list{
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #cfcfcf;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  display: none;
  z-index: 1000;
}

.cselect.is-open .cselect__list{
  display: block;
}

.cselect__opt{
  padding: 10px 12px;
  cursor: pointer;
}

.cselect__opt:hover{
  background: #f2f2f2;
}

.cselect__opt.is-disabled{
  opacity: .6;
  cursor: not-allowed;
}

.cselect__opt.is-disabled:hover{
  background: transparent;
}