/* Button styling changes */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #AEC958; color: #000000;
border-radius: 25px !important; 
border: 1px solid #000000;
text-transform: uppercase; font-size: 14px !important; font-weight: 500 !important; letter-spacing: 0.1em;
padding: 15px 20px; 
 display: inline-block; /* Ensures button respects text-align property */
    text-align: center; /* Centers the button horizontally */;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background-color: #AEC958;
color: #000000;
-webkit-font-smoothing: antialiased; border-radius: 25px !important; border: 1px solid #000000; text-transform: uppercase;
font-size: 14px !important; font-weight: 500 !important;letter-spacing: 0.1em;
padding: 15px 20px; 
 display: inline-block; /* Ensures button respects text-align property */
    text-align: center; /* Centers the button horizontally */;
}



/* remove tabs */
.woocommerce-tabs ul.tabs { display: none;
}



/* If you want to remove "Description" h2 from description tab */ .woocommerce-tabs #tab-description h2 {
display: none; }



/* Change Price Color */
.woocommerce-Price-amount {
    color: #8A52A1 !important;}
    


/* Spacing between quantity selector and Add to Cart button */
.woocommerce .quantity .qty {
    width: 50px; /* Adjust width as needed */
    padding: 5px; /* Adjust padding as needed */
    border: 1px solid #ccc; /* Add border */
    border-radius: 0px; /* Add border radius */
    margin-right: 30px; /* Add spacing between input and buttons */
    margin-bottom: 30px; /* Add spacing between input and buttons */
}


/* Show quantity up and down arrows */
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}



/* Remove Related Products */
.related.products {
  display: none;
}




/* Apply the font styles to the WooCommerce checkout step titles */
.woocommerce .wc-block-components-title {
    font-family: 'Myriad Pro', sans-serif !important; /* Specify the font family */
    font-weight: 400 !important;
    font-style: normal !important;
}