/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.9.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

#billing_address_2_field {
    display: none !important;
}

#billing_address_1_field, #billing_city_field, #billing_sdi, #billing_state_field, #billing_postcode_field, #billing_rs_field, #billing_country_field, #billing_phone_field, #billing_partita_iva_field, #billing_codicefiscale_field {
    display: inline-block;
    width: 100% !important;
    margin-bottom: 10px;
}

.e-checkout__column-start .col-1 , .e-checkout__column-end {
    border: 0px !important;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
}

.e-checkout__order_review, .e-coupon-box, .woocommerce-checkout-payment {
    border: 0px !important;
}
.woocommerce-checkout-review-order-table .cart_item .product-name img{
    display: none;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
    color: #172b33 ;
}

#payment.woocommerce-checkout-payment {
    background-color: #F7F8FB !important;
    margin-bottom: 0px !important;
    padding: 30px !important;
}

.elementor-widget-woocommerce-checkout-page .e-checkout__container {
    align-items: start !important;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-top: 32px;
}

/*.elementor-widget-woocommerce-cart .e-cart-section {
    border: 0px !important;
}*/

.e-shop-table.e-cart-section {
    border-radius: 0 !important;
    border-color: #f0f0f0 !important;
    padding: 0px !important; 
}

.e-shop-table.e-cart-section thead{
    background-color: #f0f0f0 !important;
    height: 52px !important;
}

.elementor-widget-woocommerce-cart .woocommerce .cart th {
    padding-top: var(--order-summary-title-spacing,8px) !important;
}

.e-shop-table.e-cart-section .product-remove {
    padding-left: 12px !important;
}

.coupon.e-cart-section.shop_table {
background-color: #e0e0e0 !important;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text, .elementor-widget-woocommerce-cart .woocommerce select {
    background-color: #e0e0e0 !important;
    border: 1px solid #b2b2b2 !important;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    background-color: transparent !important;
}

.e-checkout__container .ppc-button-wrapper {
    padding:0px 22px 22px 22px !important;
    background-color: #F7F8FB !important;
}


.cart_totals:not(:first-child) {
    display: none !important;
}

.e-cart-section--no-coupon {
    display: none !important;
}


.woocommerce-order-received .elementor-widget-woocommerce-checkout-page {
    font-family: Montserrat, sans-serif !important;
}

.woocommerce-order-received .woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 32px !important;
    line-height: 1.3em !important;
    font-weight: 700 !important;
}

.woocommerce-order-received ul{
    padding-inline-start: 0px !important;
}

.woocommerce-order-received h2{
    font-size: 32px !important;
    line-height: 1.3em !important;
}

.woocommerce-order-received .woocommerce-bacs-bank-details {
background-color: #172B33;
color: white;
padding: 22px;
margin-bottom: 42px;
}

.woocommerce-order-received .woocommerce-bacs-bank-details h3{
    color: white !important
}
    
.woocommerce-order-received .order_details {
    margin-top: 32px !important;
}


@media screen and (max-width: 767px) {
    .woocommerce-order-received .woocommerce {
        padding: 0px 16px !important;
    }

    .woocommerce-order-received h2{
        font-size: 26px !important;
        margin-top: 32px !important;
    }
  }

span.optional {
    display: none;
}