/**
Theme Name: RJmart Astra
Author: https://dheerajcodex.github.io/
Author URI: https://dheerajcodex.github.io/
Description: RJmart 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: rjmart-astra
Template: astra
*/
/* WooCommerce Star Rating - Yellow (Everywhere) */
.woocommerce .star-rating span::before,
.woocommerce p.stars a::before,
.woocommerce .widget .star-rating span::before {
    color: #ffcc00; /* Yellow */
}
/* WooCommerce Rating Filter – ONLY Stars Yellow */
.wp-block-woocommerce-product-filter-rating 
.wc-block-product-filter-checkbox-list__text svg {
    color: #ffcc00;
    fill: currentColor;
}

h1.product_title {
    display: block !important;
}

/* Amazon button style */
.single-product form.cart .amazon-buy-button {
    background-color: #FF9900 !important; /* Amazon orange */
    color: #000 !important;
}

/* Amazon button hover */
.single-product form.cart .amazon-buy-button:hover,
.single-product form.cart .amazon-buy-button:focus {
    background-color: #e68a00 !important;
    color: #000 !important;
}