/*
 Theme Name:   Your Astro Path
 Description:  Use this child theme to extend Bricks.
 Author:       Your Astro Path
 Author URI:   https://yourastropath.com
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

html {
	scroll-padding-top: 200px;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\e69b";
}
.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\e60e";
}
.woocommerce-MyAccount-navigation-link--moje-kursy a:before {
    content: "\e654";
}
.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\e721";
}
.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\e6a7";
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\e699";
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\e602";
}
.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\e6cd";
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\e67a";
}
.woocommerce-MyAccount-navigation-link--my-horoscopes a:before {
    content: "\e6b7";
}
.woocommerce-MyAccount-navigation li a:before {
    font-family: themify;
    color: var(--bricks-color-wcpgux);
    margin-right: 5px;
    line-height: 1;
}
.woocommerce-MyAccount-navigation li.is-active a:before {
    color: #fff;
}
.woocommerce-MyAccount-navigation li.is-active a:hover {
    color: #fff;
}