/**
Theme Name: Child theme Astra XA handmade 
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: child-theme-astra-xa-handmade
Template: astra
*/


/* Unit-price label and amount styling on single product pages */
body.single-product div.product .summary > p.price::before,
body.single-product div.product .summary > span.price::before,
body.single-product div.product .entry-summary > p.price::before,
body.single-product div.product .entry-summary > span.price::before {
    content: "Per unit price: ";
    margin-right: 6px;
    font-size: 16px;
    font-weight: 400;
}

/* Keep the actual product amount bold */
body.single-product div.product .summary .price .woocommerce-Price-amount,
body.single-product div.product .entry-summary .price .woocommerce-Price-amount {
    font-weight: 700;
}


/* Bold only the entered personalised name in the WooCommerce cart */
.wc-block-components-product-details__name
.wc-block-components-product-details__value,
.wc-block-components-product-details__enter-your-name
.wc-block-components-product-details__value {
    font-weight: 700 !important;
}

/*----------------------------------------------------------------------------------**/
/* Hide the generic gateway name from the thank-you-page overview */
.woocommerce-order-overview__payment-method {
    display: none !important;
}

/*----------------------------------------------------------------------**/
.xa-checkout-instruction {
    color: #c00000;
    font-weight: 700;
    border: 2px solid #c00000;
    background: #fff5f5;
    padding: 14px 18px;
    margin-bottom: 20px;
    border-radius: 6px;
    line-height: 1.6;
}

/*---------------------------------------*/
/* Manual payment options on the WooCommerce checkout */
.xa-payment-option {
    margin-bottom: 22px;
}

.xa-pay-icon {
    display: block;
    width: 60px;
    height: auto;
    object-fit: contain;
    margin-bottom: 0px;
}

.xa-payment-info {
    line-height: 1.5;
    margin-top: -18px;
}

.xa-payment-info strong {
    font-weight: 700;
}

.xa-payment-reminder {
    margin-top: 24px;
    line-height: 1.5;
}
/*-----------------------------------------------------------------------*/
/* Checkout: normal Shipment amount, bold final Total */
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods .woocommerce-Price-amount {
    font-weight: 400 !important;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    font-weight: 700 !important;
}