body {
    background-color:#f1f1f1;
    min-height: 100vh;
}

.product-card {
    background-color:#FFFFFF;
    padding-top: 20px;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

.barra-superior {
    background-color:#FFFFFF!important;
}

.sticky-footer{
    position: sticky;
    top: 100%;
}

.ficha-product {
    background-color:#FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}

.update {
    height: 40px !important;
}

.cart-product {
    background-color:#FFFFFF;
    padding-top: 20px;
    border-radius: 10px;
}

.barra-busqueda {
    padding-bottom: 5px !important;
}

header {
    border-bottom: solid 1px #d2d2d2;
}

.checkout {
    background-color:#FFFFFF;
    padding-top: 20px;
    border-radius: 10px;
}

.whatsapp {
    color: #25D366;
    text-decoration: none !important;
}

.whatsapp-large {
    font-size: 30px;
}

.home-category-item {
    color: #743e2b;
    text-decoration: none !important;
    text-transform: uppercase;
}

.bg-joy {
    color: white;
    background-color: #743e2b;
}

.bg-joy-light {
    color: white;
    background-color: rgba(116, 62, 43, 0.56);
}

.img-zoom-container {
    position: relative;
    z-index: 1;
}

.img-zoom-container button {
    position: absolute;
    font-size:20px;
    z-index: 1000;
}


/* region qb-store-categorias */

#qb-store-categorias {
    padding-top: 20px;
    padding-bottom: 20px;
}

.qb-store-categorias-square {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 85%;
}

.qb-store-categorias-square-text {
    color: #763c2a;
    position: absolute;
    bottom: -40px;
    height: 40px;
    padding-top: 7px;
    background-color: #FFF;
    width: inherit;
}

.qb-store-categorias-square-text .d-flex.justify-content-between.small{
    font-weight: 600;
}

.qb-store-categorias-square-text .oferta {
    color: red;
}

.qb-store-categorias-square-noexistencias {
    color: white;
    position: absolute;
    top: 60px;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    background-color: rgba(253, 61, 61, 0.5);
    width: inherit;
}

