.product-quantity .add, .product-quantity .qty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    width: 41vh;
    margin-bottom: .5rem;
}
.block-category {
    min-height: 0px;
    margin-bottom: 1.563rem;
}
#header .top-logo img {
    width: auto;
    max-height: 3rem;
}
.blockreassurance {
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
}
.block-social ul li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin: .125rem;
    cursor: pointer;
    background-color: #0063a1;
    background-repeat: no-repeat;
}
.block_newsletter #block-newsletter-label {
    font-size: 1.1rem;
    line-height: 1.75rem;
    color: #232323;
    text-align: center;
}
.product-miniature .product-description {
    position: relative;
    bottom: 0;
    height: auto;
    padding: .25rem .25rem .7rem;
    background: #fff;
    z-index: 10;
}

/* Tabla de descuestos productos */
.product-discounts>.product-discounts-title {
    padding-top: 5.5px;
    padding-bottom: 5.5px;
    font-size: 1.1875rem;
    font-weight: 800;
    margin-top: 20px;
    background-color: #3931ab;
    color: white;
    text-align: center;
}

.product-discounts>.table-product-discounts tbody tr td {
    padding: .625rem 1.25rem;
    text-align: center;
    border: .15rem #8f8f8f solid;
}
.product-discounts>.table-product-discounts thead tr th {
    width: 33%;
    padding: .625rem 1.25rem;
    text-align: center;
    background: #fff;
    border: .15rem #8f8f8f solid;
}
.product-quantity #quantity_wanted {
    width: 5rem;
    height: 2.75rem;
    padding: .175rem .5rem;
    color: #232323;
    background-color: #fff;
}
.block-social ul, .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}.product-container {
    position: relative;
}
.wishlist-button-add {
    position: absolute;
    top: 10px;  /* Ajustar según sea necesario */
    right: 10px;  /* Ajustar según sea necesario */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    padding-top: 0.1875rem;
    background-color: #ffffff;
    box-shadow: 0.125rem -0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease-out;
    border: none;
}
.block-promo .promo-name .cart-summary-line span {
    color: #2cb931;
}
.block-promo.promo-highlighted {
    padding: 0 1rem;
    margin-bottom: 0;
    font-weight: 900;
    font-size: larger;
    color: #1aa51e;
    text-align: center;
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    color: #f6f6f6;
    text-transform: uppercase;
    background: #10c916;
    cursor: pointer;
}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #10c916;
    border-color: transparent;
}
/* Alinear texto en el centro solo en dispositivos pequeños */
@media (max-width: 768px) {
    .cart-rule ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .cart-rule ul li {
        display: flex;
        justify-content: space-between;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }
    
    .cart-rule ul li strong {
        flex-basis: 40%;
        text-align: left;
    }

    .cart-rule ul li:last-child {
        border-bottom: none;
    }

    /* Ajuste general para mejorar la legibilidad en móviles */
    .cart-rule {
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
}
.product-pack-price {
    display: none;
}




