/*
 Theme Name:   Astra Child
 Template:     astra
 Version:      2.0.0
 Author:       Hirok Ahmad
 Description:  A child theme of Astra.
*/

@import url("../astra/style.css"); /* Not required if using enqueue method */


/* Hide repeated WooCommerce product image on readymade products */
.post-thumb-img-content{
    display: none;
}





/*-----------------*/

/* Hide "Customize" button by default */

.fpd-catalog-customize {
    /*display: none !important;*/
}

/* Show "Customize" button only on customizable products */
.product_cat-customizable .fpd-catalog-customize {
    /*display: inline-block !important;*/
}




/* Fix Add to Cart Issue */
.elementor-add-to-cart form.cart {
    display: block !important;
}

.elementor-add-to-cart form.cart > * {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}


