body {
    background-color: #f1f1f1!important;
}

input {
    border: 1px solid #ccc;
    border-radius: 3px;
}

button {
    background-color: var(--generalBotonFondo);
    border: 1px solid var(--generalBotonFondo);
    color: var(--generalBotonFont);
    border-radius: 3px;
}

/* ----------------------------------------------- */

.buscador .btnBuscar {
    margin-top: 3px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

/* ----------------------------------------------- */

.iconoCategoria {
    max-width: 70px!important;
}

.centered {
    text-align: center;
}

.recaptcha {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.formBox {
background-color: #ccc;
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 15px;
}


/* ------------------------------------------------*/

.checkOutBoxFlotante {
    border: 1px solid #ccc;
}

.categoriaItem {

}

.thumb {
    
}

.itemThumbWrap {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid var(--generalBotonFondo);
}

.codigo {
    font-size: 13px;
    color: #ccc;
}

a {
    color: #333;
}

a:hover {
    color: #333;
}

/* ---------------------------------------------------- */

#carritoBox {
    position: fixed;
    bottom: 0px;
    display: block;
    background-color: #f8f8f8;
    border-top: 1px solid #666;
    color:#000;
    z-index: 400;
    width: 100%;
}

#carritoBox .titulo {
    font-size: 20px;
}

#carritoBox .iva {
    font-size: 12px;
}

#carritoBox #total {
    font-size: 35px!important;
}

#carritoBox #carritoBtn {
    font-size: 20px;
}

#enviarBox {
    background-color: var(--generalBotonFondo);
    color: var(--generalBotonFont);
    font-size: 20px;
    position: relative;
    bottom: 0px;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 400;
}

#enviarBox:hover {
    text-decoration: none;
}


.boton {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    background-color: var(--generalBotonFondo);
    color: var(--generalBotonFont);
}

.botonChico {
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
}

@media screen and (min-width: 0px) {
    #carritoBox .total {
        font-size: 18px;
    }
}

@media screen and (min-width: 750px) {
    #carritoBox .total {
        font-size: 25px!important;
    }
}

@media screen and (min-width: 970px) {
    #carritoBox .total {
        font-size: 25px!important;
    }
}

@media screen and (min-width: 1170px) {
    #carritoBox .total {
        font-size: 25px!important;
    }
}