.multicheckout .item-options dt, .cart.table-wrapper .item-options dt, .block-giftregistry-shared-items .product .item-options dt {
    font-weight: 400;
    color: #333333;
    font-size: 1.8rem;
    float: none !important;
    margin-bottom: 0;
}

.multicheckout .item-options dt:after, .cart.table-wrapper .item-options dt:after, .block-giftregistry-shared-items .product .item-options dt:after {
    content: '';
}

.bundle-cart-item-option {
    font-size: 14px;
    display: block;
}

.cart.table-wrapper .item-options dt {
    font-size: 1.6rem;
    padding-top: 7px;
    margin-top: 4px;
}

.cart.table-wrapper .item-options dt:not(:first-of-type) {
    border-top: 1px solid #f0f0f0;
}

.cart.table-wrapper .item-options dd {
    float: none;
}
