/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

#order_review_heading {
	position: relative !important;
}

.custom-checkout-summary {
	background: #c6dfff;
    padding: 20px;
    color: #000 !important;
    font-size: 18px !important;
    margin-top: 25px;
}

.custom-checkout-summary .heading-text {
    font-size: 21px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.custom-product-summary h3 {
	font-size: 30px !important;
    margin-top: 0 !important;
    font-weight: bold !important;
}

.custom-product-summary .product-description {
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    margin: 10px 0 20px 0;
}

.custom-checkout-summary .flex-div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-product-summary p {
    margin: 0 !important;
}

.custom-product-summary img {
	width: 100%;
    max-width: 100px !important;
}

.custom-electrician-text h4 {
	font-size: 22px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.custom-checkout-total {
	border-top: 2px solid #000;
    padding-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.custom-checkout-total span {
    font-size: 25px;
    font-weight: bold;
}

.product-cart {
    margin-bottom: 15px;
}

.custom-right .product-title {
    margin-bottom: 18px !important;
}

.product-cart .quantity {
    margin: 0 !important;
}

.variations label {
    display: none;
}

.custom-right .variations select {
    padding: 15px !important;
    border-radius: 0 !important;
    border-width: 2px !important;
    border-color: #c0c0c0 !important;
}

.wsb-button.js-wsb-add-to-cart {
    border-radius: 0;
    max-width: 50%;
    width: 100%;
}

.product-variation-price {
    display: none !important;
}

.woocommerce-variation-price {
    display: none !important;
}

.single_add_to_cart_button.disabled,
.single_add_to_cart_button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.new-custom-checkout-field {
    margin-bottom: 20px !important;
}

.new-custom-checkout-field label {
    line-height: 1.6em !important;
    width: 100% !important;
}

.product-additional-info {
    margin: 20px 0;
}

.checkout-additional-info {
    margin-bottom: 25px;
}

.additional-info-toggle {
    width: 100% !important;
    background: none !important;
    border: none !important;
    padding: 20px 0 !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #000 !important;
    transition: 0.3s !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    letter-spacing: normal !important;
    border-top: 1px solid #c0c0c0 !important;
    border-bottom: 1px solid #c0c0c0 !important;
    transition: 0.3s !important;
    text-align: left !important;
    line-height: normal !important;
}

.additional-info-toggle:hover,
.additional-info-toggle:active,
.additional-info-toggle:focus {
    background: none;
    color: #000 !important;
    border-color: #000 !important;
}

.additional-info-content {
    display: none;
    padding-bottom: 10px;
    font-size: 16px;
    margin-top: 15px;
}

.toggle-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

.toggle-icon.open {
    transform: rotate(180deg);
}

.wcf-embed-checkout-form.wcf-field-modern-label .woocommerce #customer_details .form-row:not( .wcf-anim-hidden-label ).wcf-anim-label:has( .select2 .select2-selection__placeholder ) > label, .wcf-embed-checkout-form.wcf-field-modern-label .woocommerce #customer_details .form-row:not( .wcf-anim-hidden-label ) label:not( .woocommerce-form__label-for-checkbox, .checkbox, .input-radio ) {
	opacity: 1 !important;
	padding: 0px !important;
	position: relative !important;
	color: #000 !important;
	font-size: 15px !important;
	font-weight: bold !important;
}

.wcf-embed-checkout-form.wcf-field-modern-label .woocommerce .form-row.wcf-anim-label input.input-text, .wcf-embed-checkout-form.wcf-field-modern-label .woocommerce .form-row.wcf-anim-label select, .wcf-embed-checkout-form.wcf-field-modern-label .woocommerce .form-row.wcf-anim-label textarea {
	padding: 15px 12px !important;
}

#billing_email_field {
    width: 100% !important;
    max-width: 100% !important;
}

.woocommerce-billing-fields__customer-info-wrapper #billing_email_field label.required_field {
    font-size: 0 !important;
}

.woocommerce-billing-fields__customer-info-wrapper #billing_email_field label.required_field span {
    font-size: 16px;
    color: #000;
    line-height: 15px;
    font-weight: bold;
}

.wcf-customer-info-main-wrapper h3 {
    display: none;
}

.custom-product-layout .product-short-description ul,
.custom-product-summary .product-description ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.custom-product-layout .product-short-description li,
.custom-product-summary .product-description li {
  padding-left: 1.5em;
  position: relative;
}

.custom-product-layout .product-short-description li::before,
.custom-product-summary .product-description li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #B10932;
    font-weight: bold;
}

#customer_information_heading,
#order_review_heading {
	font-size: 32px !important;
}

.customer-info-subtext {
    font-size: 18px;
}