
.tx-indexedsearch-searchbox {
    position: relative;
    width: 50%;
    margin: 0 auto;
    max-width: 90vw;
    min-width: 28px;
}
.tx-indexedsearch-searchbox .searchicon{width:28px;height:28px;cursor:pointer; 
    position: absolute;
    z-index: 10;
    right: 13px;
    top: 10px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form input{font-size: 1.2em;border-radius:40px;padding:8px 50px 8px 15px;margin:0;border:3px solid var(--indu-blue);width:100%;box-sizing: border-box; outline: 1px solid #fff;}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit{display:none;}
.tx-indexedsearch-searchbox .tx-indexedsearch-form {width:100%}
.tx-indexedsearch-searchbox .searchicon{color: var(--indu-blue)}

div.tx-indexedsearch-browsebox{margin: 40px auto;}