#wrapper {
    background            : #FFFFFF;
    background-size       : cover;
    background-attachment : fixed;
}

.card{
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.125);
}

.cart-grid {
    padding : 15px 20px ;
}



.card-block{
    font-family: 'Spartan';
    padding: 1.25rem;
}

.cart-detailed-actions .text-sm-center{
    text-align: center;
}

.cart-grid-body,
.cart-summary {
    background : white;
}

.cart-summary {
    /*padding : 10px 15px;*/
}

.cart-items {
    margin-bottom : 0
}

.cart-item {
    padding : 1rem 0
}

.cart-summary-line {
    clear : both
}

.cart-summary-line:after {
    content : "";
    display : table;
    clear   : both
}

.cart-summary-line .label {
    padding-left : 0;
    font-weight  : 500;
    white-space  : inherit
}

.cart-summary-line .value {
    color : #232323;
    float : right
}

.cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value {
    font-weight : 500
}

.cart-grid-body {
    margin-bottom : .75rem
}

/*.cart-grid-body a.label:hover {*/
/*    color : #2fb5d2*/
/*}*/

.cart-grid-body .card-block {
    padding : 1rem;
}

.cart-grid-body .card-block h1 {
    margin : 0;
    margin-top: 8px;
    color  : #454545;
    font-size: 1.2rem;
    font-weight: 600;
}

.cart-grid-body .cart-overview {
    padding : 1rem
}



.cart-grid-body .product-line-grid-body {
    flex      : 1 0 auto;
    max-width : 100%;
}

.cart-grid-body .product-line-grid-right {
    flex            : 0 0 33%;
    display         : flex;
    justify-content : space-between;
}

.cart-grid-body .product-line-grid-right .product-price {
    font-size   : 14px;
    font-weight : 500;
    color       : #232323;
}

.cart-grid-body .product-name .label {
    font-size   : 14px;
    font-weight : 500;
    color       : #414141;
    transition  : all 0.3s ease-out;
}

.cart-grid-body .product-name .label:focus,
.cart-grid-body .product-name .label:hover {
    text-decoration : none;
}

.cart-grid-body .current-price {
    color : #414141;
}
.cart-grid-body .current-price{
    font-weight: 500;
    font-size: 14px;
}
.cart-container{
    font-family: 'Spartan';
}
.cart-grid-body .product-carac .label {
    font-size   : 15px;
    font-weight : 500;
    color       : #414141;
}

.cart-grid-right .cart-summary {
    position : sticky;
    top      : 0;
}
.cart-summary .btn-primary{
    font-weight: 400;
}

.cart-grid-right .promo-discounts {
    margin-bottom : 0
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    color : #7a7a7a
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    text-decoration : underline;
    cursor          : pointer
}

.continue-label {
    display     : flex;
    align-items : center;
}

.continue-label:focus,
.continue-label:hover {
    text-decoration : none;
}

.cart-grid-body, .cart-grid-right{
    width: 100%;
}

.block-promo .promo-code {
    padding: 1.6rem;
    padding-top: 1rem;
    background: white;
}

.product-line-grid .product-line-grid-left{
    width: 33%;
    float: left;
}
.product-line-grid .product-line-grid-body{
    width: 66%;
    float: left;
}
.product-line-grid .product-line-actions{
    width: 100%;
    float: left;

}
#cart .block-promo .promo-input + button{
    margin-top: 0;
    height: 2.5rem;
}

div[paypal-banner-message]{
    margin-top: 15px;
}
