/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0.0
*/

.order-total td {
    text-align: right;
}

.order-total .tie-total-tax-note {
    display: block;
    margin-top: 4px;
    font-size: 0.85em;
    font-weight: 400;
    opacity: 0.8;
}

/* Hide second header cell in checkout order table */
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr th:nth-child(2),
.woocommerce-checkout-review-order table.shop_table thead tr th:nth-child(2),
#order_review table.shop_table thead tr th:nth-child(2) {
    visibility: hidden !important;
}

html[lang="el"] #wc-stripe-express-checkout-button-separator,
html[lang="el-GR"] #wc-stripe-express-checkout-button-separator {
    font-size: 0;
    padding: 20px 0px 20px 0px;
}

html[lang="el"] #wc-stripe-express-checkout-button-separator::before,
html[lang="el-GR"] #wc-stripe-express-checkout-button-separator::before {
    content: "— ή συνεχίστε παρακάτω —";
    font-size: 16px;    
}

/* Add spacing before checkout order notes */
.woocommerce-checkout #order_comments_field {
    margin-top: 32px;
}

.cart_totals .woocommerce-shipping-destination {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 18px;
    font-size: 0.82em;
    line-height: 1.5;
    font-weight: 400;
    opacity: 0.7;
}

.cart_totals .woocommerce-shipping-destination strong {
    font-weight: 500;
}

/* Thank you page: keep only order number and date in the top overview */
.woocommerce-order-overview__email,
.woocommerce-order-overview__total,
.woocommerce-order-overview__payment-method {
    display: none !important;
}

/* Add spacing before the detailed order section */
.woocommerce-order-details {
    margin-top: 32px;
}