.block-search {
    width: 100%;
}

.block-search .dropdown-menu {
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.block-search input {
    border-radius: 100px;
}

.block-search .action.search {
    width: 55px;
    height: 35px;
    background: #eb1c24 !important;
    padding: 0;
    border-radius: 0 100px 100px 0;
    right: 0;
    top: 9px;
}

.block-search .action.search::before {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}

.block-search .nested {
    display: none;
}
