#product .product-pack {
    padding: 0;
    border: none;
}

#product .pack-product-container
{
    flex-wrap: wrap;
    justify-content: start;
}

#product .pack-product-quantity
{
    padding-right: 6px;
}

#product .pack-product-thumb
{
    max-width: none;
}

#product .pack-product-name {
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    align-items: start;
}

#product .pack-item-combination {
    max-width: 155px;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#product .pack-product-price {
    margin-top: 5px;
    flex-wrap: wrap;
}

#product .price-discounted {
    width: 100%;
    font-size: 12px;
    text-decoration: line-through;
    line-height: 12px;
}

.pack-savings {
    text-transform: uppercase;
    margin-top: 10px;
}

.product-pack-container {
    border-top: 1px solid hsla(0, 0%, 63%, .25);
    padding-top: 0.3rem;
}

