/*
Theme Name: Ambientaclean
Template: th-shop-mania
Version: 1.0
*/

body {
    border-top: 5px solid red;
}

p strong { font-weight: 700 !important}

blockquote.quote{
    position: relative;
    max-width: 900px;
    margin: 30px auto 0px auto;
    padding: 30px 50px;
    background: #f8f4ef;
    border: 0;
    border-bottom: 3px solid #b58a52;
    font-style: italic;
    font-size: 28px;
    line-height: 1.6;
    color: #5a4732;
    text-align: center;
}

blockquote.quote:before{
    content: "“";
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 90px;
    color: rgba(181,138,82,.25);
    font-family: Georgia, serif;
    line-height: 1;
}

.wpcf7 .wpcf7-submit {
    background-color: #561F14;
    padding: 14px 20px;
    margin: 10px 0 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: .3s ease;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: #3f160f;
}


/* 20260723 Llista productes que surti el nom complert sense ... */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;

    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;

    height: auto !important;
    max-height: none !important;
}

/* 20260731 Aumentar el ancho del botón de Añadir al carrito en ficha producto en WooCommerce */
.woocommerce div.entry-summary form.cart button[type=submit]  {
    width: 200px !important;
}