/* header .header-middle #search #busqueda select {
    background-color: #6b8bc6;
    color: white;
    width: 100%;
    height: 34px;
    padding: 10px;
    text-align: left;
    font-size: 12px;
    border: 0;
    border-radius: 12px;
}

header .header-middle #cart, header .header-middle #logotipo, header .header-middle #search {
    flex-flow: row wrap;
    align-content: center;
}

#search .search-text {
    margin-bottom: 2px;
} */

header .header-middle>.container>.row{
    display: flex;
    align-items: stretch;
}

header .header-middle #logotipo img{
    margin-top: 20px;
    margin-bottom: 20px;
}

header .header-middle #search #busqueda select {
    position: relative;
    max-width: 110px;
    height: 45px;
    padding: 0 30px 0 0 !important;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f1f1f1;
    background-size: 18px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #402E32;
    text-align: right;
}

header .header-middle #search #busqueda {
    display: flex;
}

header .header-middle #logotipo img {
    max-width: 100px;
}

header.sticky .header-middle #logotipo img {
    max-width: 70px;
}

header.sticky .header-middle {
    background: rgba(173, 200, 247, 0.95) !important;
}

#search{    
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

header.sticky .header-middle #search img{    
    display: none;
}

@media only screen and (max-width: 767px) {
    header .header-middle #search #busqueda select {
        height: 50px;
        background-color: #fff;
        border-radius: 0;
    }

    #search .search-text {
        width: calc(100% - 55px);
    }
    
    header .header-top{
        height: 80px;
    }

    .buttons-mobile{
        height: 80px;
    }

    header .header-middle #logotipo img{
        margin-top: 50px;
        height: 80px;
    }

}

@media only screen and (max-width: 991px) {
    #search img{    
        width: 350px;
    }

}

.botones_cesta p{
    text-align: right;
}

#btn_solicitar{    
    height: 52px;
    padding: 0 24px;
    float: right;
    font: 700 1.1rem / 1.2em "Nunito Sans", sans-serif;
    margin-right: 20px;
}