.cta_open_search {
    position: absolute;
    cursor: pointer;
    font-size: 11px;
    z-index: 3;
    right: 195px;
    top: 10px;
    cursor: pointer;
}
#search_block_top {
    /* padding-top: 50px; */
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(255 255 255 / 70%);
    z-index: 99999;
}
#search_block_top #searchbox {
    float: left;
    position: absolute;
    width: 90%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#search_block_top .btn.button-search {
    background: #fff;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    border: none;
    color: #000;
    /* width: 50px; */
    text-align: center;
    /* padding: 10px 0 11px 0; */
}
#searchbox .cta_open_search {
    position: absolute;
    cursor: pointer;
    font-size: 15px;
    z-index: 3;
    right: 0px;
    top: -40px;
    padding: 10px;
    cursor: pointer;
}
#search_block_top .btn.button-search span {
    color: #000;
}
#search_block_top .btn.button-search:hover {
    color: #6f6f6f;
}
#search_block_top #search_query_top {
       background: #ffffff;
    padding: 20px;
}
.ac_results {
    text-align: left;
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    width: 90%;
    max-width: 600px;
    top: 298px;
    z-index: 99999;
    border-top: 0;
    max-height: calc(50vh - 76px);
    overflow: auto !important;
    padding: 10px !important;
}
.ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
    padding: 6px 0px !important;
}
.ac_results li.ac_odd {
    background: white;
}
.ac_results li:hover,
.ac_results li.ac_over {
    background: #fbfbfb;
}
form#searchbox {
    position: relative;
}
form#searchbox label {
    color: #333333;
}
form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}
form#searchbox .button.button-small {
    float: left;
}
form#searchbox .button.button-small i {
    margin-right: 0;
}
@media (max-width:911px) {
    .cta_insta {
        margin-left: 24px;
    }
}