/*
 Theme Name:   Astra Child
 Template:     astra
 Version:      1.0.6
 Text Domain:  astra-child
*/

/* Add your custom styles below this line */

/* login */
/*.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: 0.7em;
    cursor: pointer;
    top: 1em;
    background: none;
    color: black;
    padding: 0;
}*/

.woocommerce form p.form-row-last button.show-password-input {
    position: relative;
}

.woocommerce form p.form-row-last button.show-password-input::after,
.woocommerce form.edit-account button.show-password-input::after {
    font-family: WooCommerce;
    -webkit-font-smoothing: antialiased;
    content: "\e010";
    position: absolute;
    top: -1.7em;
    right: 0.5em;
}

/* account */
.woocommerce form.edit-account button.show-password-input {
    position: relative;
}

/* header  Blog highlight fix*/
.main-header-menu .current-menu-item > .menu-link {
    color: var(--ast-global-color-1);
}

/* hide billing address country field */ 
#billing_country_field {
    display: none;
}

/* Checkout: Stripe payment logo  */
label[for="payment_method_stripe_upm"] img {
    width: 15%;
}

.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 0.8em;
}
