﻿.short-line-height { line-height: 1.3em; }

.cart-products {
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px;
}

.cart-discount { color: black; }

.cart-box-group {
    border-bottom: solid 1px lightgray;
    border-right: solid 1px lightgray;
    border-left: solid 1px lightgray;
    padding-bottom: 6px;
    padding-top: 6px;
}

.backToCatalog {
    padding: 10px;
    margin: 5px 0 5px 0;
}

.NA {
    display: none;
}

.padded-header {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.couponboxheight { height: 30px; }

@media (min-width: 768px) {
    /*.cart-promotion {
        margin-top: -55px;
    }*/

    .requirementUrlContainer { margin-left: -15px; }
}

.accordion-trigger {
    cursor: pointer;
}