/*
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.12.1.1770137721
Updated: 2026-02-03 16:55:21

*/

/* Hide product thumbnails (cart, checkout, orders) */
.product-thumbnail {
	display: none !important;
}

/* Cart/checkout remove button icon */
.woocommerce-js a.remove .ahfb-svg-iconset {
	color: #000;
}

/* Newsletter disclaimer (high specificity so it overrides Tailwind/parent) */
#exp-early-access .exp-newsletter-disclaimer,
p.exp-newsletter-disclaimer {
	color: #beb4e1 !important;
}

/* Early Access form message */
#exp-early-access-msg,
.exp-early-access-msg {
	color: #fff !important;
}
.exp-early-access-msg.exp-msg-success,
.exp-early-access-msg.exp-msg-error {
	color: #fff !important;
}

/* Early Access button loading state */
.exp-btn-spinner {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	vertical-align: -2px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: exp-spin 0.7s linear infinite;
}
@keyframes exp-spin {
	to { transform: rotate(360deg); }
}
.exp-btn-loading {
	pointer-events: none;
	cursor: wait;
}

/* WooCommerce cart page – theme color buttons */
.woocommerce-cart .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .button,
.woocommerce-cart .coupon .button,
.woocommerce-cart table.cart td.actions .button[name="apply_coupon"] {
	background-color: #4f46e5 !important;
	border-color: #4f46e5 !important;
	color: #fff !important;
}
.woocommerce-cart .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .button:hover,
.woocommerce-cart .coupon .button:hover,
.woocommerce-cart table.cart td.actions .button[name="apply_coupon"]:hover {
	background-color: #4338ca !important;
	border-color: #4338ca !important;
	color: #fff !important;
}

.woocommerce-cart table.cart td.actions .button[name="update_cart"] {
	background-color: #4f46e5 !important;
	border-color: #4f46e5 !important;
	color: #fff !important;
}
.woocommerce-cart table.cart td.actions .button[name="update_cart"]:hover {
	background-color: #4338ca !important;
	border-color: #4338ca !important;
	color: #fff !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	background-color: #4f46e5 !important;
	border-color: #4f46e5 !important;
	color: #fff !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
	background-color: #4338ca !important;
	border-color: #4338ca !important;
	color: #fff !important;
}

/* WooCommerce checkout page – theme color buttons */
.woocommerce-checkout #place_order,
.woocommerce-checkout .woocommerce-form-coupon .button,
.woocommerce-checkout #order_review .button {
	background-color: #4f46e5 !important;
	border-color: #4f46e5 !important;
	color: #fff !important;
}
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout .woocommerce-form-coupon .button:hover,
.woocommerce-checkout #order_review .button:hover {
	background-color: #4338ca !important;
	border-color: #4338ca !important;
	color: #fff !important;
}

/* Checkout order notes textarea – proper padding */
.woocommerce-checkout #order_comments,
.woocommerce-checkout textarea.notes {
	padding: 12px 16px !important;
	min-height: 100px;
	line-height: 1.5;
}

