.crbFirstOp {display:block !important}
.crbCat1 option, .crbCat2 option, .crbCat3 option, .crbCat4 option,
.crbCat5 option, .crbCat6 option {display:none} 
.crbCat2, .crbCat3, .crbCat4, .crbCat5, .crbCat6 {display:none}
.crbCat1 .crbF0 {display:block}
.crbSearchContainer {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.crbSearchContainer #crbCauta {
  height: 50px !important;
  background: rgb(255, 98, 0) !important;
  border-radius: 50px !important;
  font-weight: 400 !important;
  margin-right: 1px !important;
  padding: 0 40px !important;
  color: #fff;
  font-size: 18px !important;
  border: none !important;
  margin-left:12px !important;
}
.crbSearchBox {
  padding: 9px !important;
  background: #fff !important;
  border-radius: 50px !important;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.12) !important;
}
.crbSelectBox {
  display:inline-block;
  border-right: 1px solid #0000002e !important;
  padding-right: 12px !important;
}
.crbSelectBox select {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 46px !important;
    color: #888 !important;
    background: none !important;
    border: none !important;
    width: 200px !important;
    height: 46px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    cursor: pointer !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
}
#crbSearchModalContainer {
    background: #0000009e;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    display: none;
    justify-content: center;
    align-items: center;
}
.crbSearchModalBox {
    background: #fff;
    padding: 30px;
    max-width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.crbSearchModalBox h4 {
    text-align: center;
    margin-top: 0;
}
#crbSearchModalClose {
    width: 100%;
    text-align: center;
    border: 1px solid #333;
    color: #333;
    padding: 8px;
    cursor: pointer;
    transition: background-color .5s, color .5s, border-color .5s;
}
#crbSearchModalClose:hover {
    background: #ff6200;
    color: #fff;
    border-color: #fff;
}
@media only screen and (max-width: 768px) {
    .crbSearchBox {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 90%;
        border-radius: 24px !important;
        padding: 20px !important;
    }
    .crbSearchContainer #crbCauta {margin-left: 0 !important;margin-top: 12px !important;}
    .crbSelectBox {border: none !important;width: 100% !important;}
    .crbSelectBox select {border-bottom: 1px solid #0000002e !important; width: 100% !important;}
    
}