/* CART TEMPLATE STYLES */

/* QUICK ENTRY COLUMN */

.quick-entry-form {
    width: 380px;
    margin: 5px 0px 0px 20px;
}

.quick-entry-item {
    width: 315px;
    margin-top: 5px;
}

    .quick-entry-item .item-price {
        margin-bottom: 0px;
    }

.quick-entry .quick-entry-sku, .quick-entry .quick-entry-qty, .quick-entry .quick-entry-comment {
    float: left;
    font-size: 12px;
    font-style: italic;
    margin: 0px 2px;
    height: 13px;
}

.quick-entry .quick-entry-sku, .quick-entry .quick-entry-comment {
    width: 110px;
}

.quick-entry .quick-entry-qty {
    width: 30px;
}

.quick-entry .button-container {
    margin: 0px 3px;
}

.quick-entry-text, .save-cart-text {
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    margin-right: 7px;
}

.quick-entry-img {
    float: left;
}

.quick-entry-form p, .quick-entry-desc {
    font-size: 12px;
}

/* SUBTOTAL CONTAINER */

.cart-subtotal {
    padding-right: 15px;
    clear: both;
    float: right;
    text-align: right;
}

    .cart-subtotal .button-container {
        float: none;
        margin-left: 20px;
        margin-right: 0;
    }

    .cart-subtotal .subtotal {
        display: inline-block;
        margin: 2px 0px 5px 0px;
        font-size: 18px;
        font-weight: bold;
    }

.cart-subtotal, .cart-items {
    clear: both;
}

/* CART OPTIONS */

.cart-options {
    margin-top: 10px;
    clear: both;
}

    .cart-options .button-container {
        margin: 0px 5px 0px 0px;
    }

    .cart-options .sort-by, .cart-options .sortby-text, .cart-options .select-action {
        float: left;
        margin: 0px 5px 0px 0px;
    }

    .cart-options .cart-header {
        float: right;
        font-weight: bold;
        margin-bottom: 3px;
    }

.cart-header p {
    float: left;
    width: 125px;
    text-align: center;
    padding: 0px 10px;
    margin: 5px 0px 0px 0px;
}

/* CART FOOTER (information under items) */

.cart-footer {
    padding-bottom: 0;
}

    .cart-footer .cart-subtotal {
        clear: none;
        padding-right: 15px;
    }

        .cart-footer .cart-subtotal .subtotal, .cart-footer .cart-subtotal .button-container {
            display: block;
            clear: both;
        }

    .cart-footer .subtotal {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .cart-footer .save-cart {
        clear: both;
        padding-top: 5px;
    }

/* Cart Left Column */

.cart-leftcol {
    float: left;
    min-height: 100px;
    padding: 0px;
    width: 195px;
    margin-right: 20px;
    overflow: hidden;
}

    .cart-leftcol h3 {
        font-weight: normal;
        border: 1px solid #ddd;
        border-left: none;
        padding-left: 15px;
        padding: 7px 0px 7px 7px;
    }

    .cart-leftcol ul {
        list-style-type: none;
        padding-left: 10px;
        margin: 10px 0px;
        font-size: 12px;
    }

    .cart-leftcol .faux-col .right {
        margin-right: 13px;
    }

/* RIGHT SIDE */

.cart-rightside {
    float: right;
    width: 740px;
    margin-right: 10px;
}

.continue-shopping-bottom {
    margin-top: 0px;
    margin-right: 16px;
}

/* Nav Ink options */
.proof-image-row {
    float: right;
    margin-left: 100px;
}

.proof-image-row-budget {
    float: right;
    margin-left: 20px;
}

.proof-link-container {
    font-size: 12px;
    color: #216499 !important;
    cursor: pointer;
}

.proof-link {
    text-decoration: underline;
    padding: 0 5px 0 2px;
}

.proof-action-image {
    width: 20px;
    height: 20px;
}

.proof-action-link {
    text-decoration: underline;
    padding-right: 25px;
}

.additional-charges-link {
    width: 145px;
    text-align: left;
    padding: 7px 0 5px 0;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.additional-charges-link.wide {
    width: 622px;
}

.additional-charges-link img {
    width: 13px;
}

.additional-charges-link.budget {
    width: 156%;
}

.additional-charges-custom-link {
    position: relative;
}

.additional-charges-box {
    padding: 5px;
    background-color: #f1f1f1;
    border: 1px solid gray;
    float: right;
}

.additional-charges-box-hidden-comments {
    padding: 5px;
    background-color: #f1f1f1;
    border: 1px solid gray;
    float: right;
    margin-top: 5px;
}

.child-line-seperator {
    width: 250px;
}

/* Nav Ink child lines */
.cart-item .proof-child-lines {
    margin-top: -1px;
    margin-left: 110px;
    float: left;
    height: 100%;
    width: 500px;
}

.cart-item .proof-child-lines-budget {
    margin-top: -1px;
    float: left;
    height: 100%;
    width: 151%;
    position: relative;
}

/*Safari only hack*/
::i-block-chrome, .cart-item .proof-child-lines {
    margin-top: 4px;
    margin-left: 110px;
}

/*Edge only hack*/
@supports (-ms-ime-align:auto) {
    .cart-item .proof-child-lines {
        margin-top: -2px;
        margin-left: 111px;
    }
}

/*IE only hack*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cart-item .proof-child-lines {
        margin-top: -2px;
        margin-left: 110px;
    }
}

.cart-item .proof-child-lines-hidden-comments {
    margin-top: -30px;
    padding-top: 5px;
}

/*Edge only hack*/
@supports (-ms-ime-align:auto) {
    .cart-item .proof-child-lines-hidden-comments {
        margin-top: -29px;
        padding-top: 5px;
    }
}

/*Safari only hack*/
::i-block-chrome, .cart-item .proof-child-lines-hidden-comments {
    margin-top: -25px;
    padding-top: 5px;
}

.cart-item .proof-child-grid {
    background-color: #fff;
    border: 1px solid gray;
    padding: 5px;
}

.cart-item .proof-child-grid-panel {
    clear: both;
}

.proof-child-lines-col-info {
    margin-bottom: 12px;
    word-break: break-word;
    padding-right: 0px;
}

.kit-uom {
    display: inline-block;
    width: 30%;
    float: right;
}

.child-item-price {
    display: inline-block;
    width: 70%;
    white-space: nowrap;
    float:left;
}

.proof-child-lines-col-info .item-uom {
    margin: 5px 0px 0px 0px;
}

.proof-child-lines-item-desc {
    margin: 5px 0px 3px 0px;
}

.proof-child-line-item-price {
    padding: 3px 0px 0 10px;
    text-align: left;
    margin-top: 1px;
}

.proof-child-line-text {
    text-align: right;
    clear: both;
}

.proof-child-line-qty {
    max-width: 50px;
    width: 100%;
    display: block;
    padding: 2px;
    background-color: #ddd;
    border: 1px solid gray;
    text-align: center;
    float: right;
}

.icon-box {
    height: 28px;
}
