/*
 Theme Name:   MeYou
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

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


.primary-color {
    color: var(--primary-color);
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\e1b0";
    font-family: Font Awesome\ 6 Solid;
}
.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f218";
    font-family: Font Awesome\ 6 Solid;;
}
.woocommerce-MyAccount-navigation-link--moje-programy a:before {
    content: "\f44b";
    font-family: Font Awesome\ 6 Solid;;
}
.woocommerce-MyAccount-navigation-link--moje-kursy a:before {
    content: "\f03d";
    font-family: Font Awesome\ 6 Solid;;
}
.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\f09d";
    font-family: Font Awesome\ 6 Solid;;
}
.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f56d";
    font-family: Font Awesome\ 6 Solid;;
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f2b9";
    font-family: Font Awesome\ 6 Solid;;
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f4ff";
    font-family: Font Awesome\ 6 Solid;;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f2f5";
    font-family: Font Awesome\ 6 Solid;;
}
.woocommerce-MyAccount-navigation li a:before {
    text-align: center;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .7);
    border-radius: 50%;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: #f28b28;
}
.woocommerce-MyAccount-navigation li.is-active a:before,
.woocommerce-MyAccount-navigation li:hover a:before {
    background: #fff;
}