.text-limited-product{
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
    background-color: red;

}
.text-limited-product-orange{
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
    background-color: orange;
}
.product-miniature .product-description{
    padding-bottom: 0;
    width: 100%!important;
}

.message-limit-reached-product{
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: red;
}

.limited-miniature-button, .not-limited-miniature-button{
    width: 100%;
}

.hidden-id-cart-before-drop{
    display: none;
} 