/*
 Theme Name:   Astra Child
 Theme URI:    https://example.com/astra-child
 Description:  Astra Child Theme
 Author:       Rasaki
 Author URI:   https://example.com
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

/* Import parent theme styles */
@import url("../astra/style.css");


/* ============================
 Astra – Floting Cart Customisation
============================ */

/*
The css below globally controls the colour of Astra’s floating cart count badge using a modern, safe CSS variable.
*/
:root {
 --moderncart-floating-count-bg-color: #000000;
}

/*
The css below controls the bckground colour of the floting cart button
*/
#moderncart-floating-cart button{	
	background-color:#b72664;
}








 
