/**
Theme Name: Astra Child Fresh
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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-fresh
Template: astra
*/







/* ============================================
   WOOCOMMERCE DARK THEME OVERRIDES
   For Recipes Master USA
============================================ */

/* General WooCommerce Container */
.woocommerce,
.woocommerce-page {
    background: #0d1117 !important;
    color: #e0e0e0;
    font-family: 'Inter', system-ui, sans-serif;
}

/* Links */
.woocommerce a {
    color: #f57c00;
    transition: color 0.3s;
}
.woocommerce a:hover {
    color: #ff8c42;
}

/* Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background: #f57c00 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    transition: background 0.3s, transform 0.2s !important;
    padding: 10px 20px !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background: #ff8c42 !important;
    transform: translateY(-2px);
}

/* Sale badge */
.woocommerce span.onsale {
    background: #f57c00 !important;
    color: #fff !important;
    border-radius: 20px !important;
    font-weight: 600;
}

/* Product title */
.woocommerce ul.products li.product h2,
.woocommerce div.product .product_title {
    color: #ffffff !important;
}

/* Product price */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #f57c00 !important;
}

/* Product image container */
.woocommerce ul.products li.product {
    background: #161b22 !important;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
}
.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    border-color: rgba(245,124,0,0.3);
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

/* Shop page layout */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select {
    color: #e0e0e0;
    background: #161b22;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 6px;
    padding: 5px;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    background: #161b22;
    color: #e0e0e0;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px;
    padding: 5px 10px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #f57c00;
    color: #fff;
    border-color: #f57c00;
}

/* Single Product Page */
.woocommerce div.product {
    background: #0d1117;
    color: #e0e0e0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #161b22;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 6px 6px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #e0e0e0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #f57c00;
    border-color: #f57c00;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: #161b22;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 0 0 6px 6px;
    padding: 20px;
    color: #e0e0e0;
}

/* Product quantity input */
.woocommerce .quantity .qty {
    background: #161b22;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px;
    padding: 5px;
}

/* Cart Page */
.woocommerce table.shop_table {
    background: #161b22;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    color: #e0e0e0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 15px;
}
.woocommerce table.shop_table th {
    color: #ffffff;
    font-weight: 700;
    background: #1e242c;
}
.woocommerce table.shop_table td {
    color: #e0e0e0;
}
.woocommerce table.shop_table a {
    color: #f57c00;
}
.woocommerce table.shop_table .product-name a {
    color: #fff;
}

/* Cart totals */
.woocommerce .cart_totals {
    background: #161b22;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    padding: 20px;
    color: #e0e0e0;
}
.woocommerce .cart_totals h2 {
    color: #fff;
}
.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
    color: #e0e0e0;
}

/* Checkout Page */
.woocommerce form.checkout .col2-set {
    background: transparent;
}
.woocommerce form.checkout .woocommerce-billing-fields,
.woocommerce form.checkout .woocommerce-shipping-fields,
.woocommerce form.checkout .woocommerce-additional-fields {
    background: #161b22;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    padding: 20px;
    color: #e0e0e0;
}
.woocommerce form.checkout h3 {
    color: #fff;
}
.woocommerce form.checkout .input-text,
.woocommerce form.checkout select,
.woocommerce form.checkout textarea {
    background: #0d1117;
    color: #e0e0e0;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px;
    padding: 8px 10px;
    font-family: inherit;
}
.woocommerce form.checkout .input-text:focus,
.woocommerce form.checkout select:focus,
.woocommerce form.checkout textarea:focus {
    border-color: #f57c00;
    outline: none;
}

/* Order review */
.woocommerce table.shop_table.order-review {
    background: #161b22;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
}
.woocommerce #order_review_heading {
    color: #fff;
}

/* My Account */
.woocommerce-MyAccount-navigation {
    background: #161b22;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    padding: 20px;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #e0e0e0;
    padding: 8px 12px;
    display: block;
    border-radius: 4px;
    transition: background 0.3s, color 0.3s;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #f57c00;
    color: #fff;
}

/* Messages */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    background: #161b22;
    color: #e0e0e0;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    padding: 15px 20px;
}
.woocommerce-message {
    border-left: 4px solid #57a639;
}
.woocommerce-info {
    border-left: 4px solid #f57c00;
}
.woocommerce-error {
    border-left: 4px solid #ff4444;
}

/* Form labels */
.woocommerce form .form-row label {
    color: #e0e0e0;
}

/* Placeholder */
.woocommerce input::placeholder,
.woocommerce textarea::placeholder {
    color: #6b7280;
}

/* Cart/Checkout buttons */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
    background: #f57c00 !important;
    color: #fff !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    padding: 12px 25px !important;
    font-size: 1rem;
    transition: background 0.3s;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover {
    background: #ff8c42 !important;
}

/* Remove button */
.woocommerce a.remove {
    color: #ff4444 !important;
    transition: color 0.3s;
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background: #ff4444;
}

/* Coupon form */
.woocommerce .coupon input.input-text {
    background: #0d1117;
    color: #e0e0e0;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px;
    padding: 8px;
    width: auto;
}