.mobile-search__field {
    border: 1px solid #E4B963;
    background-color: transparent;
    color: #fff;
    padding: 15px;
    width: 100%;
}

.mobile-search__submit {
    width: 24px;
    height: 24px;
    background-color: #E4B963;
    color: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sidebar-mobile__extrabar .mobile-search__field {
    border: 0;
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 16px;
    width: 0;

    z-index: 1;
}

.sidebar-mobile__extrabar .mobile-search__field:focus {
    border: 1px solid #E4B963;
    left: 15px;
    background-color: #000;
    width: auto;
    padding: 18px 30px 18px 15px;
}

.sidebar-mobile__extrabar .sidebar-mobile__phone {
    margin-bottom: 0;
}

.sidebar-mobile__extrabar .sidebar__phone-link {
    color: #fff;
}