/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.8.1785625099
Updated: 2026-08-01 22:58:19

*/

/* Container */
.woocommerce-checkout .woocommerce{
max-width: 1200px;
margin: 40px auto;
padding: 0 20px;
}

/* Two columns */
.woocommerce-checkout .col2-set{
display:flex;
gap:30px;
align-items:flex-start;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2{
width:100%;
}

/* Cards */
.woocommerce-billing-fields,
.woocommerce-additional-fields,
#order_review{
background:#fff;
border:1px solid #e5e7eb;
border-radius:14px;
padding:25px;
box-shadow:0 8px 25px rgba(0,0,0,.06);
}

/* Titles */
.woocommerce-billing-fields h3,
#order_review_heading{
font-size:24px;
font-weight:700;
margin-bottom:20px;
color:#111827;
}

/* Inputs */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
border:1px solid #d1d5db;
border-radius:10px;
padding:14px;
font-size:15px;
background:#fff;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus{
border-color:#2563eb;
box-shadow:0 0 0 3px rgba(37,99,235,.15);
}

/* Order table */
#order_review table{
border:none;
}

#order_review table th,
#order_review table td{
padding:14px;
}

/* Payment section */
#payment{
background:#f9fafb;
border-radius:12px;
border:1px solid #e5e7eb;
padding:20px;
}

#payment ul.payment_methods img{
max-height:24px;
width:auto;
}

/* Place Order button */
#place_order{
width:100%;
background:#2563eb;
color:#fff;
border:none;
border-radius:12px;
padding:16px;
font-size:17px;
font-weight:700;
transition:.3s;
}

#place_order:hover{
background:#1d4ed8;
}

/* Mobile */
@media(max-width:768px){
.woocommerce-checkout .col2-set{
flex-direction:column;
}

.woocommerce-billing-fields,
.woocommerce-additional-fields,
#order_review{
padding:20px;
}
}