.colissimo-delivery {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
}

.colissimo-delivery p {
    margin-bottom: 0;
    color: #666;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-decoration: underline;
}

.colissimo-delivery img {
    margin-right: 0.625rem;
}

@media (max-width: 767px) {
    .colissimo-delivery p {
        font-size: 0.625rem;
    }
}

.product-feature-qty {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.25rem;
}

.cart-product-feature {
    color: #B2B2B2;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: normal;
	margin-bottom: 0;
}