/*
Theme Name: Astra Child
Theme URI: https://yourwebsite.com
Description: Child Theme for Astra
Author: Your Name
Author URI: https://yourwebsite.com
Template: astra
Version: 1.0
*/

/* Custom CSS starts here */

body{
    background:#ffffff;
}


.change-style li.product-category a h2 {
	position: relative;
	z-index: 1;
}
.change-style li.product-category a img {
    transition: transform 0.5s ease;
}
.change-style li.product-category a:hover img {
  transform: scale(1.05);
}
.change-style li.product-category a:after {
    position: absolute;
    content: '';
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: .3;
}
.change-style h2.woocommerce-loop-category__title {
    background: transparent !important;
    color: #fff !important;
    font-family: poppins !important;
    padding: 0 !important;
    font-size: 18px !important;
    text-align: left !important;
    bottom: 25px !important;
}
.change-style h2.woocommerce-loop-category__title mark.count {
    color: #fff !important;
	font-family: poppins !important;
	opacity: .8 !important;
	
}
