/**
Theme Name: Astra Child
Author: Shridhar
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
Template: astra
*/

/* Product Card Title */

.ast-single-post .entry-content a{
	text-decoration: none;
}
.astra-shop-thumbnail-wrap a {
	pointer-events: none;
	cursor: default;
}
.outofstock .astra-shop-summary-wrap {
	display: none;
} 
.astra-shop-thumbnail-wrap .ast-shop-product-out-of-stock,
.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock
{
	position: absolute;
	margin-right: 29px;
    transition: background .3s;
    text-align: center;
    left: 7em;
    right: 0;
    top: 7em;
    padding: .5em 0 .7em;
    height: 3em;
}
.outofstock .astra-shop-thumbnail-wrap img
{
	opacity: 0.5;
}
.elementor-element elementor-element-75e393bb{
	top: -40% !important;
}
/* Wrap quantity + button side by side */
.woocommerce ul.products li.product form.cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px; /* spacing */
}
.display-flex-bt {
	  display: flex;
    align-items: center;
	justify-content:center;
	gap:10px;
}

/* Force quantity inline */
.woocommerce ul.products li.product .quantity {
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
}
.woocommerce ul.products li.product .quantity input {
    width: 60px;
    text-align: center;
    padding: 6px;
    margin: 0;
}
