/* Cart Header */
.cart-header {
    float: left;
    width: 100%;
}
#Container .cart-header h1 {
    margin-bottom: 0;
}
.cart-header .btn {
    margin-bottom: 0;
}
.cart-header .alternative-checkout {
    display: none;
}
/* Cart Contents */
.cart-contents {
    float: left;
    width: 100%;
}
.cart-content .row{
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 5px;
}
.cart-content .row:first-of-type{
    border-top:none;
}
.cart-content .glyphicon-chevron-right,
.cart-code-submit .glyphicon-chevron-right,
.proceed-to-checkout .glyphicon-chevron-right{
    left: 0px;
    font-size: 10px;
    top: 0;
}
/* Cart Contents Header */
.cart-contents-header {
    background: #ededed;
    border-bottom: 2px solid #d4d4d4;
    float: left;
    width: 100%;
}
.cart-contents-header-heading {
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}
.cart-contents-header-heading-cart-items {
    text-align: left;
}
/* Cart Contents Items */
.cart-items {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.cart-item-image {
    width: 120px;
    height: 120px;
    text-align: center;
}
.cart-item-image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.cart-item-info{
    float: left;
    width: calc(100% - 120px);
    padding-left: 15px;
}
.cart-item-name{
    margin-bottom: 5px;
    float: left;
    width: 100%;
    line-height: 1.1;
}
.cart-item-options{
    margin-top: 5px;
    float: left;
    width: 100%;
}
.cart-item-options .productAttributes{
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.cart-item-options .productAttributes>thead>tr>th,
.cart-item-options .productAttributes>tbody>tr>th,
.cart-item-options .productAttributes>tfoot>tr>th,
.cart-item-options .productAttributes>thead>tr>td,
.cart-item-options .productAttributes>tbody>tr>td,
.cart-item-options .productAttributes>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 12px;
}
.cart-item-options .productAttributes>tbody>tr>td label{
    margin-bottom: 0;
    white-space:nowrap;
}
.cart-item-options .productAttributes table>tbody>tr:first-of-type>td{
    border:none;
}
.cart-item-options .CustomizeItemLink{
    float: right;
    background: #ddd;
    font-size: 12px;
    padding: 1px 7px 3px;
    color: #666;
}
.cart-item-options .CustomizeItemLink:hover{
    text-decoration: none;
    background: #336699;
    color: #fff;
}
.cart-item-availability,
.CartExpectedReleaseDate,
.cart-item-event-date,
.cart-item-wrapping-options{
    float: left;
    width: 100%;
    font-size: 12px;
    color: #666;
    line-height: 1.1;
    margin-top: 4px;
}
.cart-item-wrapping-options a{
    font-size: 12px;
}
.cart-item-quantity,
.cart-item-removal,
.cart-item-individual-price,
.cart-item-total-price {
    text-align: center;
}
.cart-item-name {
    font-weight: 600;
}
.cart-item-total-price {
    font-weight: 600;
}
.cart-item-remove-link {
    font-size: 12px;
    opacity: .5;
}
/* Cart Contents Footer */
.cart-contents-footer {
    float: right;
    text-align: right;
    width: 100%;
}
.cart-contents-footer .total {
    background: #ededed;
    border-bottom: 1px solid #d4d4d4;
    float: left;
    padding: 10px 20px;
    width: 100%;
}
.cart-contents-footer .total-label {
    display: inline-block;
    font-weight: 600;
}
.cart-contents-footer .total-value {
    color: #666;
    display: inline-block;
    min-width: 100px;
    text-align: left;
    padding-left: 20px;
}
.total-grand-total .total-value {
    font-weight: 600;
}
/* Cart Buttons / Checkout */
.proceed-to-checkout {
    float: right;
    margin: -42px 0 10px;
    text-align: right;
    width: 100%;
}
.alternative-checkout {
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
}
.alternative-checkout span {
    padding-right: 10px;
    padding-top: 7px;
    display: inline-block;
}
.alternative-checkout .btn {
    float: right;
}
.keep-shopping {
    float: left;
    margin: 10px 0;
    width: auto;
}
/* Cart Coupon / Gift Cert */
.cart-code {
    float: left;
    margin-bottom: 15px;
    padding-right: 31px;
    position: relative;
    width: 100%;
}
.cart-code .form-inline {
    display: block;
    margin-bottom: 0;
}
.cart-code .form-inline .form-control {
    width: 100%;
}
.cart-code .form-group {
    margin-bottom: 0;
    display: block;
}
#Container .cart-code-title {
    color: #6D6D6D;
    font-size: 24px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-top: 10px;
    padding-left: 10px;
    border-color:#666;
}
.cart-code-submit {
    bottom: 0;
    height: 34px;
    position: absolute;
    right: 0;
    width: 35px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.cart-header .extra-checkout-buttons{
    display: none;
}
.extra-checkout-buttons .PayPalExpressCheckout{
    margin-right: 0;
    margin-bottom: 5px;
}
.extra-checkout-buttons .PayPalExpressCheckout form{
    float: right;
}
.extra-checkout-buttons .PayPalExpressCheckout p{
    display: none;
}
@media screen and (max-width: 767px) {
    .cart-item {
        border-top: 3px solid #ddd;
        padding-top: 10px;
    }
    .cart-item:first-of-type {
        border-top: none;
    }
    .cart-item-quantity {
        float: right;
        clear: both;
        width: 100%;
        text-align: right;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .cart-item .cart-item-quantity input,
    .cart-item .cart-item-quantity select {
        width: auto;
        float: right;
        margin-top: -3px;
        margin-bottom: 0;
    }
    .cart-item-quantity:before {
        float: left;
        content: "Quantity:";
        font-weight: 600;
        text-align: left;
    }
    .cart-item-individual-price {
        float: right;
        clear: both;
        width: 100%;
        text-align: right;
        border-bottom: 1px solid #ddd;
        padding: 10px 15px;
    }
    .cart-item-individual-price:before {
        content: "Item Price:";
        float: left;
        font-weight: 600;
        text-align: left;
    }
    .cart-item-total-price {
        float: right;
        clear: both;
        width: 100%;
        text-align: right;
        padding: 10px 15px;
    }
    .cart-item-total-price:before {
        content: "Total Price:";
        float: left;
        font-weight: 600;
        text-align: left;
    }
    .cart-contents-header .row > div {
        display: none;
    }
    .cart-contents-header .row > div:first-of-type {
        display: block;
    }
    .cart-contents-footer .total-value {
        min-width: initial;
    }
    .cart-item-options .table-responsive{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 520px) {
    .cart-item-image {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .cart-item-info{
        padding-left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    .proceed-to-checkout, .proceed-to-checkout a, .keep-shopping, .keep-shopping a, .extra-checkout-buttons .PayPalExpressCheckout {
        width: 100%;
    }
    .keep-shopping, .proceed-to-checkout, .alternative-checkout {
        clear: both;
        margin: 0 0 10px;
    }
    .keep-shopping {
        margin: 10px 0;
    }
    .extra-checkout-buttons .PayPalExpressCheckout{
        text-align: center;
    }
    .extra-checkout-buttons .PayPalExpressCheckout form{
        float: none;
    }
}
