.b1-bit-form label {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.b1-option-search-wrp {
    display: none;
}

.b1-bit-form .option:hover {
    background: red!important;
}

.gdpr_txt {
  text-transform:none;
  letter-spacing: 0;
  font-size:13px;
}

.bf-button-suffix-icon {
  transition:all .8s ease;
}

.bf-button:hover .bf-button-suffix-icon {
    transform: translatex(5px);
    transition: all .5s ease;
}