/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
 .descripcion_larga {
    margin-top: 20px;
}

.h3-acordeon {
    margin: 0;
    line-height: 1;
}

/* Amarillo Limon - dejar fijo mensaje "sin stock" */
.product-miniature-grid .product-availability {
    transition: unset !important;
}

@media (hover:hover) {
    .product-miniature-grid:hover .product-availability {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: .5rem;
        opacity: unset !important;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
    }
}

@media (min-width: 992px) and (max-width: 1229px) {
    #iqithtmlandbanners-block-2 .img-fluid {
        width: 75%;
    }
}

/* @media (min-width: 1229px) { */
    #iqithtmlandbanners-block-2 .img-fluid {
        width: 100%;
    }
/* } */

.revi_product_list_blank {
    display: none;
}