.section-standalone-search #search {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.5rem 7rem 1.5rem 2rem;
    border: 1px solid #d0d5d5;
    border-radius: 5rem;
    background-color: #fff;
    font-family: BarlowCondensed, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 2.7rem;
    line-height: 100%;
    color: #000;
}

.section-standalone-search label[for="search"] {
    display: none;
}

/*.section-standalone-search svg {*/
/*    display: none;*/
/*}*/
.search .filtersbank__label {
    font-size: 1.85rem;
}

.section-standalone-search form .icon {
    width: 9rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    fill: #009ec2;
    height: 100%;
    border: none;
    padding: 1.8rem;
    background-color: transparent
}

.section-standalone-search form .icon:hover {
    fill: #f4c438;
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}