/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .titulo_destacados {
    text-transform: uppercase !important;
    width: 100% !important;
    text-align: center !important;
    z-index: 1 !important;
    float: left !important;
    font-weight: 400 !important;
    padding: 15px 10px !important;
    position: relative !important;
    color: #808485 !important;
    font-size: 2rem !important;
    background-color: transparent !important;
}

/*BotÃ³n del carrito fixed*/
.product-add-to-cart-smart {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 1px;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0 -5px 15px -5px rgba(0,0,0,.23);
}

.product-add-to-cart-smart .product-add-to-cart {
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 578px) {
    .product-add-to-cart-smart {
        display: block;
    }
}

/*PÃ¡gina por encargo*/
#por-encargo-contenedor {
    height: 600px;
}

/*Modal*/
.tingle-modal--visible {
    background-color: rgba(255,255,255,.5) !important;
}

.tingle-modal {
    backdrop-filter: blur(1px) !important;
}