.woocommerce-checkout .content-area {
    padding-top: 20px;
}

.woocommerce-checkout li.shopping-bag-button {
    display: none !important;
}

.woocommerce-checkout .info.wc-amazon-payments-advanced-info {
    color: #fff;
    height: 60px;
    margin: 0 auto;
    padding:10px auto;
}

#shipping_country_field {
    display: none;
}

#customer_details:before,
#payment:before{
    content: "";
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    color: #a84a9c;
    border-bottom: #a84a9c solid 2px;
    padding: 12px 0px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.05em;
}

#customer_details:before { content: "Indirizzo";}
#payment:before { content: "Pagamento";}



.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tbody tr td:first-child {
    padding: 15px 0 15px 0;
    width: 80%;
}

.woocommerce-checkout #content table.shop_table a.remove {display:none;}
.woocommerce-checkout #content table.shop_table .quantity {max-width: 80px; text-align: center; display: inline-block; margin: 0 !important; border: 0;}
.woocommerce-checkout #content table.shop_table .quantity * {height:30px; line-height: 30px; margin: 0; padding: 0; font-size: 12px !important; width: auto;}
.woocommerce-checkout #content table.shop_table .quantity input[type="button"] {width:20px; font-size: 12px !important; background-size: 12px;}

.woocommerce-checkout #order_review th.product-name{
    color: #a84a9c !important;
}

#order_review th.product-name:before { 
    content: "Rivedi il tuo ordine"; 
    display: inline-block; 
    color: #a84a9c; 
    letter-spacing: 0.05em;
}

.woocommerce-checkout #order_review td.product-name .cqoc_product_name {
    display: inline-block;
}

.woocommerce-checkout #order_review th.product-total{
    color: transparent !important;
}

.woocommerce-checkout #order_review table.shop_table thead tr th {
    font-size: 13px;
    line-height: 14px;
    padding: 0;
    border-bottom: #a84a9c solid 2px;
    color: transparent !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total td .amount{font-size:18px; color:green;}


.woocommerce-form__label.woocommerce-form__label-for-checkbox input{ float:left; margin-right: 15px !important; }
.woocommerce-form__label.woocommerce-form__label-for-checkbox span.woocommerce-terms-and-conditions-checkbox-text { float: right; width: calc(100% - 60px);}
.woocommerce-form__label.woocommerce-form__label-for-checkbox span.required { float: left;}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    background-color: transparent !important;
}


#clbk-coupon { margin:15px auto;}
#clbk-coupon input { width: calc(100% - 100px); float: left; border-radius: 6px 0 0 6px; margin: 0; }
#clbk-coupon button{ width:100px; margin-left:0; height: 48px; float: left; padding:10px; border-radius: 0 6px 6px 0; background-color: #666; }
#clbk-coupon button:hover{background-color: #000; }


@media (max-width:1024px){
    
    #billing_birth_date{ height: 48px; text-align: left !important; }
}


@media (min-width:1025px){
    
    form.checkout.woocommerce-checkout {
        float: left;
        padding: 15px 0;
        border: #ccc solid 2px;
    }
    
    .woocommerce-cart .entry-content .woocommerce,
    .woocommerce-checkout .entry-content .woocommerce{
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        width: 100%;
    }
    
    /* CHECKOUT */
    
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order{
         
        padding-top:0;
        margin-top: 0;
    }
    
    .woocommerce-checkout .row, 
    .woocommerce-checkout .vc_span12.wpb_column {
        padding: 0;
        max-width: 1290px;
    }
    
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details{
        
        float: left;
        width: 33.33%;
        padding: 10px 30px 0;
        margin: 0;
        border-radius: 0;
    }
    
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_review {
        float: left;
        width: 66.66%;
        padding: 0;
    }    
    
    .woocommerce-checkout tr.cart_item_free td.product-name:after{ padding-left: 90px; width: 100%; float: left;}
    
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table,
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #payment.woocommerce-checkout-payment{
        float: left;
        width: 50%;
        padding: 10px 30px 0 !important;
        margin: 0;
        border-radius: 0;
    }
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details {border-right: #ccc solid 1px; }
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #payment.woocommerce-checkout-payment { border-left: #ccc solid 1px;}
        
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead tr td:first-child {
        width: 80%;
    }
    
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table tr th:last-child,
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table tr td:last-child{
        width: 20% !important;
        text-align: right !important;
    }
    
     .woocommerce form p.form-row-first, 
     .woocommerce form p.form-row-last,
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .validate-phone,
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .validate-phone+.validate-email,
    .woocommerce-checkout #billing_birth_date_field{
        width: 100%!important;
        display: block;
    }
    
    .woocommerce-checkout p.form-row#billing_first_name_field,
    .woocommerce-checkout p.form-row#billing_last_name_field,
    .woocommerce-checkout p.form-row#billing_postcode_field,
    .woocommerce-checkout p.form-row#billing_city_field{
        
        width: 49% !important;
        float: left;
        clear: none;
        margin-right: 2%;
    }
    
    .woocommerce-checkout p.form-row#billing_city_field,
    .woocommerce-checkout p.form-row#billing_last_name_field{ margin-right: 0;}
    
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details input,
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details textarea,
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details select{
   
        margin: 0 0 10px 0;
        padding: 5px 10px;
        font-weight: 600 !important;
        font-size: 14px;
        
    }
    
    
    .woocommerce-checkout p.form-row {
        margin-bottom: 0 !important;
    }
    
     .woocommerce-checkout form .form-row label{
        display: none !important;
    }
    
    .woocommerce form .form-row label.woocommerce-form__label-for-checkbox,
    .woocommerce form .form-row#billing_birth_date_field label{
        display: block !important;
    }
    
     span.select2.select2-container.select2-container {
        margin-bottom: 10px;
        height: 30px;
    }
    
     span.select2-selection.select2-selection {
        height: 30px;
         line-height: 30px;
    }
    
    .select2-container--default .select2-selection--single span.select2-selection__rendered,
     span.select2-selection__rendered {
        line-height: 30px;
        min-height: 30px !important;
        padding: 0 10px !important;
        margin: 0;
        font-weight: 600 !important;
        font-size: 14px;
    }
    
     .select2-container--open .select2-dropdown--below{ margin-top:-30px;}
    
    .woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details #ship-to-different-address {
        margin: 10px 0 20px;
        text-align: left;
    }
    
    .woocommerce-checkout .woocommerce-form-coupon-toggle {
        margin: 0 auto 15px!important;
        max-width: 434px !important;
    }
    
    .woocommerce-checkout .woocommerce-form-coupon > p:first-child{ margin-top:15px;}
    
    .woocommerce-checkout tr.cart-discount th, 
    .woocommerce-checkout tr.cart-discount td {
        color: green!important;
    }
    
}