/********** CARRELLO ***********/

.cart {

}

.cart .msg {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.cart-breadcrumb {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #ECECEC;
}

.cart-breadcrumb ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.cart-breadcrumb ul li {
    float: left;
    margin-right: 5px;
    overflow: hidden;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0.8em;

    line-height:40px;
    text-transform: uppercase;

    margin-right: 16px;
}

.cart-breadcrumb ul li .index {
    display: block;
    margin: 3px;
    width: 40px;
    height: 40px;
    line-height:40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #f5f5f5;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    float: left;
    font-weight: bold;
    font-size: 20px;
    background-color: #CEB894;
}

.cart-breadcrumb ul li a .index {

}
.cart-breadcrumb ul li a.disabled .index {
    background-color: #BBBBBB;
}

.cart-breadcrumb ul li a {
    padding: 5px 15px;
    text-decoration: none;
}

.cart-breadcrumb ul li a.current {
    color: #333333;
    font-weight: bold;
}
.cart-breadcrumb ul li a.current .index {
    background: #CEB894;
    box-shadow: 0 0 3px gray;
}

.cart-breadcrumb ul li a.disabled {
    cursor: default;
    color: #BBB;
}


.cart-content {
    font-size: 14px;
}

.cart-content table {
    width: 100%;
}

.cart-content table thead {
    border-bottom: 1px solid #ECECEC;
}

.cart-content table th {
    font-weight: normal;
    font-size: 13px;
    text-transform: capitalize;
    padding: 6px;
}

.cart-content table {
    border-collapse: collapse;
}

.cart-content table tr.hspacer {
    display: none;
}

.cart-content table td img {
    display: inline-block;
    float: left;
    margin: 0 10px 6px 0;
}
.cart-content table td {
    font-size: 12px;
    background-color: papayawhip;
    padding: 4px;
    border-bottom: 1px solid #ECECEC;
}
.cart-content a {
    text-decoration: none;
    color: #444;
    font-size: 0.9em;
}

.cart-content .titolo_prodotto {
    color: initial;
    margin-bottom: 4px;
    font-size: 1.2em;
}

.cart-content .codice_prodotto {
    color: initial;
    font-style: italic;
}

.cart-content table td.qta {
    text-align: center;
}
.cart-content input.qta {
    margin: 0;
    padding: 2px 4px;
    border: 1px solid #dea868;
    width: 30px;
    text-align: center;
}

.cart-content table td.remove {
    text-align: center;
}
.cart-content table td.remove a, .cart-content table td.qta div.update a {
    font-weight: bold;
    text-decoration: underline;
}
.cart-content table td.remove a:hover, .cart-content table td.qta div.update a:hover { color: #000000; }

.cart-content table td.prezzo, .cart-content table td.totale {
    text-align: right;
}

.cart-content table tfoot tr td {
    text-align: right;
    background-color: transparent;
    border-bottom: none;
    font-size: 14px;
}
.cart-content table tfoot tr.totale td {
    font-size: 17px;
    font-weight: 600;
}
.cart-content table tfoot tr.totale td:last-child strong {
    color: #654A1F;
}
.cart-content table tfoot tr td small {
    font-size: 0.7em;
    font-style: italic;
}
.cart-content table tfoot {
    border-bottom: 1px solid #ececec;
}

.cart-content table th:nth-child(4), .cart-content table th:nth-child(5){
    text-align: right;
}

.cart .buttons {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}

.cart .buttons .button {
     background-color: #654A1F !important;
     border-color: #654A1F !important;
}

.cart .buttons > div {
    overflow: hidden;
    margin: 5px 0;
}
.cart .buttons_center {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}
.cart .buttons_center > div {
    text-align: center;
    overflow: hidden;
    margin: 5px 0;
}

/* STEP PAYMENT */

.box-summary, .box-payment-methods, .box-billing-info, .box-destination-info {
    width: 50%;
    float: left;
}

.box-billing-info legend, .box-destination-info legend {
    margin-bottom: 5px;
} 

.payment_method span {
    font-weight: 600;
}

.box-summary fieldset, .box-payment-methods fieldset {
    padding: 20px;
}

.ship_method, .payment_method {
    display: block;
    overflow: hidden;
    margin: 5px;
    padding: 10px;
    background-color: #f5f5f5;
    font-size: 0,9em;
}

.ship_method span, .payment_method span {
    font-weight: 600;
}

#OrderSummary div.box-order-info { float: left; margin-top: 10px; margin-right: 10px; min-width: 250px; max-width: 440px; height: 105px; }
#OrderSummary div.box-billing-info { float: left; margin-right: 10px; width: 350px; }
#OrderSummary div.box-destination-info { float: right; width: 350px; }
#OrderSummary div.buttons { margin-top: 10px;}
#OrderSummary .box-order-info { }
#OrderSummary .cart-content {
    margin-top: 20px;
}

.cart .box-message {
    margin-top: 20px;
}


///////////////////
/********** CARRELLO ***********/

.cart {
    overflow: hidden;
}

.cart .description {
    margin: 15px 0;
}

.cart .msg {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.cart-breadcrumb {
    overflow: hidden;
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #ECECEC;
}

.cart-breadcrumb ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.cart-breadcrumb ul li {
    float: left;
    margin-right: 5px;
    overflow: hidden;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0.8em;

    line-height:40px;
    text-transform: uppercase;

    margin-right: 16px;
}

.cart-breadcrumb ul li .index {
    display: block;
    margin: 3px;
    width: 40px;
    height: 40px;
    line-height:40px;
    border: 2px solid #f5f5f5;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    float: left;
    font-weight: bold;
    font-size: 20px;
    background-color: #CEB894;
}

.cart-breadcrumb ul li a .index {

}
.cart-breadcrumb ul li a.disabled .index {
    background-color: #BBBBBB;
}

.cart-breadcrumb ul li a {
    padding: 5px 15px;
    text-decoration: none;
    color: #CEB894;
}

.cart-breadcrumb ul li a.current {
    color: #333333;
    font-weight: bold;
}
.cart-breadcrumb ul li a.current .index {
    background: #654A1F;
    box-shadow: 0 0 3px gray;
}

.cart-breadcrumb ul li a.disabled {
    cursor: default;
    color: #BBB;
}


.cart-content {
    font-size: 14px;
}

.cart-content table {
    width: 100%;
}

.cart-content table thead {
    border-bottom: 1px solid #ECECEC;
}

.cart-content table th {
    font-weight: normal;
    font-size: 13px;
    text-transform: capitalize;
    padding: 6px;
    text-align: center;
}

.cart-content table th:nth-child(4),
.cart-content table th:nth-child(5){
    text-align: right;
}
.cart-content table {
    border-collapse: collapse;
}

.cart-content table tr.hspacer {
    display: none;
}

.cart-content table td img {
    display: inline-block;
    float: left;
    margin: 0 10px 6px 0;
}
.cart-content table td {
    font-size: 12px;
    background-color: papayawhip;
    padding: 4px;
    border-bottom: 1px solid #ECECEC;
}
.cart-content a {
    text-decoration: none;
    color: #444;
}

.cart-content .titolo_prodotto {
    color: initial;
    margin-bottom: 4px;
    font-size: 1.2em;
}

.cart-content .codice_prodotto {
    color: initial;
    font-style: italic;
}

.cart-content table td.qta {
    text-align: center;
}
.cart-content input.qta {
    margin: 0;
    padding: 2px 4px;
    border: 1px solid #dea868;
    width: 30px;
    text-align: center;
}

.cart-content table td.remove {
    text-align: center;
}
.cart-content table td.remove a, .cart-content table td.qta div.update a {
    font-weight: bold;
    text-decoration: underline;
}
.cart-content table td.remove a:hover, .cart-content table td.qta div.update a:hover { color: #000000; }

.cart-content table td.prezzo, .cart-content table td.totale {
    text-align: right;
}

.cart-content table tfoot tr td {
    text-align: right;
    background-color: transparent;
    border-bottom: none;
    font-size: 14px;
}
.cart-content table tfoot tr.totale td {
    font-size: 17px;
    font-weight: 600;
}
.cart-content table tfoot tr.totale td:last-child strong {
    color: #654A1F;
}
.cart-content table tfoot tr td small {
    font-size: 0.7em;
    font-style: italic;
}
.cart-content table tfoot {
    border-bottom: 1px solid #ececec;
}

.cart .buttons {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}
.cart .buttons > div {
    overflow: hidden;
    margin: 5px 0;
}
.cart .buttons_center {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}
.cart .buttons_center > div {
    text-align: center;
    overflow: hidden;
    margin: 5px 0;
}

/* STEP PAYMENT */

.box-summary, .box-payment-methods, .box-billing-info, .box-destination-info {
    width: 50%;
    float: left;
}

.box-billing-info legend, .box-destination-info legend {
    margin-bottom: 5px;
} 

.payment_method span {
    font-weight: 600;
}

.box-summary fieldset, .box-payment-methods fieldset {
    padding: 20px;
}

.ship_method, .payment_method {
    display: block;
    overflow: hidden;
    margin: 5px;
    padding: 10px;
    background-color: #f5f5f5;
    font-size: 0,9em;
}

.ship_method span, .payment_method span {
    font-weight: 600;
}

#OrderSummary div.box-order-info { float: left; margin-top: 10px; margin-right: 10px; min-width: 250px; max-width: 440px; height: 105px; }
#OrderSummary div.box-billing-info { float: left; margin-right: 10px; width: 350px; }
#OrderSummary div.box-destination-info { float: right; width: 350px; }
#OrderSummary div.buttons { margin-top: 10px;}
#OrderSummary .box-order-info { }
#OrderSummary .cart-content {
    margin-top: 20px;
}

.cart .box-message {
    margin-top: 20px;
}