.btn.button-search-mypresta {
    background: #333;
    display: block;
    position: absolute;
    top: 9px;
    right: 9px;
    border: none;
    color: #fff;
    width: 50px;
    text-align: center;
    padding: 5px 0 8px 0px;
    border-radius: 5px;
}

.btn.button-search-mypresta:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
}

#searchbox-mobile {
    position: relative;
    width: 100%;
}

#searchbox-mobile input {
    width: 100%;
}

@media (min-width: 768px) {
    #searchbox-mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #searchbox-mobile {
        display: block;
    }
}

#searchbox-mobile input {
    border-radius: 5px;
    padding: 8px 0;
    padding-left: 10px;
    font-size: 22px;
    margin: 6px 6px 0 0;
    background: #ffffff;
    border: 1px solid #eadbdb;
}


#searchbox-mobile {
    background: inherit;
    float: right;
    width: 100%;
}

.searchbox-mobile {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}