/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable
 */
h2.woocommerce-loop-category__title {
    background-color: white !important;
}

div#ast-mobile-header {
    background: white;
}
@media SCREEN and (max-width: 921px) {
	header .custom-logo-link img, .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
    	max-width: 170px;
	}
	.ast-theme-transparent-header #masthead {
		position: relative;
	}
}
@media SCREEN and (max-width: 544px){
	header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
		max-width: 110px;
	}
}