/*CHECKBOX*/

input.checkb[type=checkbox]:not(old) {
  width: 0;
  opacity: 0;
  float: left;
}

input.checkb[type=checkbox]:not(old) + label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 0;
}

input.checkb[type=checkbox]:not(old) + label:before {
  content: '×';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #f2f2f2;
  /*color: #987959;*/
    color: #898989;
  font-size: 0;
}

input.checkb[type=checkbox]:not(old):checked + label:before {
  font-size: 14px;
}


/*
.cross {
    display: inline-block; *display: inline; *zoom:1;
    vertical-align: middle;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #f2f2f2;
    color: #987959;
    font-size: 0;

}
.active .cross {
    font-size: 14px;
}*/


/*SELECT*/

select.select {
  background-color: transparent;
  background-image: url("./img/select-icon.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-indent: 10px;
  text-overflow: "";
  width: 300px;
  height: 40px;
  font-size: 12px;
  color: #898989;
  font-family: var(--ff--primary);
  font-style: italic;
  -webkit-apperance: none;
  -moz-apperance: none;
  apperance: none;
  border: 1px solid #E1E1E1;
  border-radius: 0;
}

select.select:hover,
select.select:focus,
select.select:active {
  border-color: #D6C0B0;
}

select.select::-webkit-input-placeholder,
input.input-t[type=text]::-webkit-input-placeholder {
  color: #898989;
  font-style: italic;
}

select.select:focus::-webkit-input-placeholder,
input.input-t[type=text]:focus::-webkit-input-placeholder {
  color: #8E602B;
}


/*INPUT TEXT*/

input.input-t[type=text] {
  height: 40px;
  width: 300px;
  border: 1px solid #E1E1E1;
  text-indent: 10px;
  font-size: 12px;
}

input.input-t[type=text]:hover {
  border-color: #D6C0B0;
}

.path-clone #block-bucherer-content{
  margin-top: 10px;
}
