﻿.cart-step > div:not(.active) .icon.default-bg {
    background-color: #e1e1e1;
}

.shopcart.feature-panel {
    z-index: 1030;
}

.shopcart .item .sub {
    border-top: 1px dashed #eaeaea;
    margin-top: .5rem;
    padding-top: .5rem;
}

.shopcart .item .unit-price {
    text-align: right;
}

.shopcart .item .oprice {
    text-decoration-line: line-through;
    font-size: .8rem;
    color: #808080;
}

.shopcart .item .save {
    color: #E86F00;
}

.shopcart .item .expiring {
    color: #007bff;
}

.shopcart .pform img {
    max-width: 80px;
    max-height: 60px;
}

.shopcart .sub-total {
    text-align: right;
}

.shopcart .sum {
    text-align: right;
    font-weight: bold;
}

    .shopcart .sum.shipping-price {
        color: #0000FF;
    }

    .shopcart .sum.full-save,
    .shopcart .sum.promo,
    .shopcart .sum.coupon,
    .shopcart .sum.point-discount-price,
    .shopcart .sum.point-discount-shipping,
    .shopcart .sum.user-level {
        color: #e86f00;
    }

    .shopcart .sum.final-total {
        color: #FF0000;
    }

    .shopcart .sum.point-get {
        color: #880000;
    }

.shopcart fieldset .col-form-label {
    font-weight: 600;
}

@media (max-width: 992px) {
    .shopcart .item-content > .row > * {
        padding-left: 0;
        padding-right: 0;
    }
}
