/**
Theme Name: Astra Child
Author: Muhammad Asad
Author URI: https://www.linkedin.com/in/asadtahir/
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: astra-child
Template: astra
*/


/* === Shopify-style Checkout === */

/* Inputs */
/* .woocommerce form.checkout input,
.woocommerce form.checkout textarea,
.woocommerce form.checkout select {
    padding: 12px 15px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    background: white;
} */

/* Labels */
/* .woocommerce form.checkout label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
} */

/* Section titles */
/* .woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
} */

/* Align double-column */
/* .woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.woocommerce-billing-fields .form-row-last {
    margin-right: 0;
} */

/* Clear floats */
/* .woocommerce-billing-fields:after {
    content: "";
    display: table;
    clear: both;
}
 */
/* Fix layout spacing */
/* .woocommerce form.checkout .form-row {
    margin-bottom: 20px;
}
 */
/* Custom summary styling */
/* .custom-order-summary {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 20px;
}
.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.summary-left {
    display: flex;
    gap: 12px;
    align-items: center;
}
.summary-left img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee;
}
.summary-left span {
    font-size: 15px;
    font-weight: 500;
}
.summary-price {
    font-weight: bold;
}
.summary-totals p {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 500;
} */

/* WooCommerce messages & notices */
/* .woocommerce-error, .woocommerce-message, .woocommerce-info {
    background: #fff3cd;
    border-left: 4px solid #ffeeba;
    padding: 12px;
    font-size: 14px;
    border-radius: 6px;
} */

/* Coupon section */
/* .woocommerce-form-coupon-toggle {
    margin-bottom: 20px;
    font-size: 14px;
} */

/* Discount form style */
/* .discount-form {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.discount-form .coupon-field {
    flex: 1;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
}

.discount-form .apply-coupon-button {
    background: #e6e6e6;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.discount-form .apply-coupon-button:hover {
    background: #d2d2d2;
} */

/* 🧼 Make billing/shipping form fields single column */
/* .woocommerce form .form-row {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px;
} */

/* 🚫 Hide WooCommerce's default coupon toggle (left column) */
/* .woocommerce-form-coupon-toggle {
    display: none !important;
} */

/* 🔒 Optional: prevent form wrapping issues */
/* .woocommerce .col2-set {
    display: block !important;
}

.summary-totals p {
    margin: 6px 0;
} */
