.cart .info{
    margin: 4px 0px;
    padding: 10px 5px;
    text-align: center;
    background: none;
    border-radius: 0;
}
.cart .info a{
    display: inline-block;
    margin-top: 10px;
}

.cart .price-with-tax, .cart .price{
    color: #222;
    font-weight: 400;
    font-size: 1.6em;
}
.cart .price-without-tax{
    color: #444;
    font-size: 1.1em;
}
.cart .price-total{
    color: #222;
    font-weight: 400;
    font-size: 1.6em;
}
.steps{
    margin: 15px 0px 15px 0px;
}
.steps .badge{
    background-color: #666;
}
.steps .step-actual{
    color: #294826;
    font-weight: 300;    
}
.steps .step-actual .badge{
    background-color: #294826;
}

.cart-form{
    margin: 20px 0px 5px 0px;
    padding: 10px 10px;
    border: none;
    border-radius: 0;
}
.cart-form .form-caption h4{
    font-size: 1.2em;
    padding: 10px 0 0 0;
    background: #fff;
}
.cart-form hr{
    border-color: #efeeec;    
}

.cart-form .html.priceToNextGift{
    color: #e8393d;
    font-size: 1.1em;
    text-align: center;
}

.update-cart-buttons{
    text-align: right;    
}
.update-cart-buttons *[role="button"]{
    margin-left: 10px;
}

/* freight & payment */
.cart .fap{
    width: 100%;
}
.cart .fap td{
    vertical-align: middle;    
}
.cart .fap-selector > input{
    margin: 5px;
    padding:0;
    display: inline-block;
}
.cart .fap-pict{
    text-align: center;
}
.cart .fap-pict img{ 
    height: 3em;
}
.cart .fap-content{
    width: 100%;
    padding: 5px 5px 5px 10px;
}
.cart .fap-content > h3{
    padding: 0px 0px 0px 0px;
    margin: 0;
    text-transform: none;
}
.cart .fap-description {
    font-weight: 300;
}
.cart .fap-price {
    color: #e8393d;
    font-weight: 400;
    display: block;
}
.cart .fap-price > span {
    color: #756554;
    font-weight: 300;    
}
.cart tr.payment{
    display: none;
}

/* SERVICE */
.cart .service-cover{
    margin: 5px 0;
    padding: 5px;
    background: #fff;
    border: #756554 solid 1px;
    border-radius: 0px;
    display: none;
}
.cart .service-cover form{
    margin: 5px 0;
}
.cart .service-cover table{
    background-color: #fff;
}
.cart .service-cover table .btn{
    padding: 1px 5px;
}
.cart .service-cover table .btn.freightSelected{
    color: #fff;
    border-color: #54463d;
    background-color: #756554;
    display: none;
}
.cart .service-cover form input{
    text-align: left;
    padding: 1px 2px;
    margin: 0px;
}
.cart .service-cover form input.btn{
    padding: 2px 6px;
    vertical-align: top;
}

.cart .modal td{
    padding: 2px 10px;
}
.cart .legend th, .cart .legend td{
    font-size: .9em;
    text-align: left;
    vertical-align: middle;
    padding: 1px 4px;    
}
.cart .legend td:first-child{
    text-align: center;
}

.cart .stitek{
    margin: 5px 0;
    padding: 5px 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    border-radius: 1px;
    font-style: italic;
    display: inline-block;
}

/* cart table */
.cart table input[type="text"]{
    padding: 2px 2px;
    text-align: right;
    background: none;
    border: #ddd solid 1px;
}
.cart table td.td-text img{
    max-height: 4em;
}
.cart .btn-danger {
    color: #fff;
    background-color: #e8393d;
    border-color: #e8393d;
    transition: all 0.2s linear;
}
.cart .btn-danger:hover {
    color: #fff;
    background-color: #c63134;
    border-color: #c63134;
}
