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;
}