/*
Theme Name: Actiza Infotech Child
Theme URI: https://www.actizainfotech.com/
Author: Actiza Infotech
Author URI: https://www.actizainfotech.com/
Description: A child theme for the Actiza Infotech theme.
Version: 1.0
Template: actiza
License: GNU General Public License v2 or later
Tags: child theme, custom
*/

/* Import styles from the parent theme */
@import url("../actiza/style.css");


.health-form.actiza .d-flex {
    display: flex !important;
}

.health-form.actiza .woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}

.health-form.actiza .form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.5rem;

}
.health-form.actiza .form-check .form-check-input {
    float: left;
    margin-right: 2px;
}

.health-form.actiza .woocommerce form .form-row label {
    line-height: 2;
}

.health-form.actiza .woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
}

.health-form.actiza .fs-14 {
    font-family: bitterregular;
    font-size: 14px;
}

.health-form.actiza .lh-1 {
    line-height: 1 !important;
}

.health-form.actiza .mt-0 {
    margin-top: 0 !important;
}

.health-form.actiza .col {
    flex: 1 0 0%;
}

.health-form.actiza button, input[type=button], input[type=checkbox], input[type=radio], input[type=reset], input[type=submit], label, select {
    cursor: pointer;
}

.health-form.actiza .flex-fill {
    flex: 1 1 auto !important;
}

.health-form.actiza label {
    display: inline-block;
}

.health-form.actiza label {
    display: block;
    margin-bottom: 5px;
}



.woocommerce-checkout .woocommerce form .form-row {
        padding: 3px;
    margin: 0 0 6px;
    width: 100%;
}


.woocommerce-checkout  .woocommerce form .form-row input.input-text, .woocommerce-checkout .woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 8px 9px;
    border-radius: 3px;
    box-shadow: none;
}


.woocommerce-checkout .woocommerce-form-coupon-toggle {
    margin-top: 36px;
}

.woocommerce-checkout .bg-primary-subtle {
    margin: 5px 0px;
    line-height: unset;
}

.woocommerce-checkout .bg-primary-subtle strong {
    color: #000;
    font-family: bitterregular;
    line-height: 0;
}


.woocommerce-checkout  .text-primary {
    --bs-text-opacity: 1;
    color: rgb(0 0 0) !important;
}

.woocommerce-checkout .bg-primary-subtle {
    background-color: #F2F0EF!important;
    color: red;
}

.woocommerce-checkout #ship-to-different-address .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 4px !important;
}

#ship-to-different-address {
    margin-bottom: 10px;
}

.woocommerce-checkout #ship-to-different-address span.lh-1.ms-2 {
    color: var(--color-dark);
    margin: 0px;
    font-weight: 600;
    font-family: var(--heading-font);
    font-size: 22px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {

    background-color: #fff!important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce-privacy-policy-text p {
    color: #000!important;
}

.woocommerce-info {
    border-top-color: var(--theme-color);
}

.woocommerce-info::before {
    color: var(--theme-color);
}
.woocommerce-privacy-policy-text p a {
    color: var(--theme-color);
}

button#place_order {
    background-color: var(--theme-color);
     border-color: var(--theme-color);
}