@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Math&display=swap');


#header-baltimore{
    /* margin-bottom: 100px; */
    display:flex;
    justify-content: space-between;
    margin-top: 20px;
}
.botonera-izq{
    display: flex;
    flex-direction: column;
    min-width: 100px;
    color: #fff;
}

.botonera-izq ul {
    display:flex;
    flex-flow:row wrap;
}

.botonera-der{
    display:flex;
    flex-flow: column;
    color: #fff;
    align-items: flex-end;
}


.botonera-der .redes{
    font-size: 22px !important;

}
.botonera-der .redes .circulo{
    border-radius: 23px;
    /* background-color: #505050; */
    height: 23px;
    width: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 21px;
    color:white;
}

.logo-principal {
    max-width: 450px;
}


#menu-buscador-b {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
}

#menu-buscador-b .lupa-b {
    height: 40px;
    line-height: 26px !important;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    height: 27px;
    width: 35px;
    min-width: 20px;
    background-color: #ffffff;
    color: #c5c5c5;
    text-align: center;
}



#menu-buscador-b .buscador-b {
    height: 27px;
    /* min-width: 300px; */
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}


#menu-buscador-b .buscador-b input {
    font-size: 15px;
    min-width: 50px;
    width:200px;
    border: 1px solid #c5c5c5;
    border-right: 0px solid #c5c5c5;
    box-shadow: none;
    border-radius: 0px;
    color: #000;
}


.articulo-info .btn-rojo{
    background-color: white;
    color: black;
    font-size: 23px;
    border: none;
    border-radius: 0px;
    /* font-weight: bolder; */
    margin: 0 3px;
    height: 30px;
    width: 30px;
    border-radius: 20px;
}

.articulo-info .input-rojo {
    /* border: 1px solid #d0d0d0; */
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    border-radius: 20px;
    background-color: #040707;
    color: white;
    height: 30px;
    width: 30px;
}

.contenido-pedidos{
    margin-top: 20px;
}
.contenido-pedidos .destacado-titulo-seccion {
    background-color: #0059a3;
}

@media screen and (max-width: 670px){ /*Cel*/

    #header-baltimore {
        flex-direction: column;
        justify-content: center;
    }

    #menu-buscador-b {
        margin: 15px 0;
    }

    .no-mobile {
            display: none;
        } 
        
    .logo-principal{
        max-width:250px;
    }

    .botonera-carrito{
        display: flex;
        flex-wrap: wrap;
        height: 120px;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
} 