﻿/********** SHOPPING CART **********/
.cart .table {
    clear: both;
}

.cart .table > tbody > tr > td,
.cart .table > tbody > tr > th,
.cart .table > tfoot > tr > td, 
.cart .table > tfoot > tr > th,
.cart .table > thead > tr > td, 
.cart .table > thead > tr > th {
    border: none;
}

.cart .table > tbody{
    border-top: none;
    border-bottom: 1px solid #e7e6e6;
}

.cart .table > tbody > tr > td {
    vertical-align: middle;
    padding: 15px 15px 15px 0;
}
/*.cart a.remove-item,
.cart a.remove-item:visited {
    font-size: 0.86em;
    font-weight: 700;
    text-decoration: underline;
}

    .cart a.remove-item:hover {
        text-decoration: none;
    }*/

.cart .product-title {
    padding: 0 0 5px;
}
    .cart .product-title > a {
        font-size: 1.5em;
        font-weight: 300;
        line-height: 28px;
        color: #212e84;
        cursor: pointer;
    }

    .cart .product-description {
        padding: 0;
    }

.cart .product-image > a {
    float: left;
    display: block;
    width: 110px;
    height: 110px;    
}

.cart .product-image > a img {
    height: 110px;
    width: auto;
}

.cart .button i.icon-arrow-right:before {
    font-size: 11px;
}

.cart td.remove-product div {
    float: right;
    display: block;
    padding: 13px 20px;
    /*position: relative;
    display: block;
    padding: 13px 20px;
    height: 22px;
    width: 22px;*/
}


.cart .remove-product .action.close .icon-close:before {
    line-height: 23px;
}

.cart td.remove-product div,
.cart div.remove-product {
    position: relative;

    height: 22px;
    width: 22px;
}

.cart div.remove-product.mobile {
    display: none;
}

/********** CHECKOUT **********/
#CheckoutShippingDetails .button-group {
    margin: 20px 0 0;
}
#CheckoutShippingDetails .accordionList {
    padding: 0 0 20px;
}

.privacy-policy .note,
.privacypolicy .note {
    font-size: 0.76em;
}

/* Chrome specific css */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .cart .remove-product .action.close .icon-close:before {
        line-height: 21px;
    }
}

#sidecart-selected {
    padding-bottom: 0;
}