/*
Theme Name:   Movedo Child
Theme URI:    http://themeforest.net/user/greatives
Description:  Movedo Child Theme
Version:      2.5.4
Author:       Greatives Team
Author URI:   http://greatives.eu
Template:     movedo
*/

.grve-logo .grve-wrapper {
    /*left: -106px;*/
}

.gpart-cart.grve-purchased-items{
    margin-left: 3px;
}

.grve-header-element > a {
    padding-left: 15px;
}

#grve-theme-wrapper input[type="text"].input-product-search{
    width: 130px;
    top: 15px;
    height: 30px;
    min-height: 30px;
    background-color: #F5F5F5;
    font-size:15px;
    padding: 0px 10px;
    border: 0;
    font-weight: bold;
    color: #364150;
}

#grve-theme-wrapper button:not(.grve-custom-btn).button-product-search{
    top: 15px;
    height: 30px;
    margin: 0;
    padding: 0px 8px;
    font-size: 14px!important;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#grve-theme-wrapper button:not(.grve-custom-btn).button-product-list{
    top: 15px;
    height: 30px;
    margin: 0;
    padding: 0px 8px;
    margin-left:15px;
    font-size: 14px!important;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
        border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#grve-theme-wrapper #grve-responsive-header input[type="text"].input-product-search{
        position: absolute;
    right: inherit;
    top: 15px;
    z-index: 10000;
    margin: 0 calc(50% - 80px);
}
#grve-theme-wrapper #grve-responsive-header button:not(.grve-custom-btn).button-product-search{
    position: absolute;
    right: inherit;
    top: 15px;
    z-index: 10000;
    margin: 0 calc(50% + 50px);
}

form.grve-search{
    display: none;
}