/**********************************************************************************************
 ******************** Front End ***************************************************************
 *********************************************************************************************/


mark {
    color: #278575;
}

/**********************************************************************************************
 ******************** My Account - Login Customization ****************************************
 *********************************************************************************************/

/**
 * Login form max width
 */
 .woocommerce-form {
    max-width: 500px;
}

/**********************************************************************************************
 ******************** My Account - Dashboard Customization ************************************
 *********************************************************************************************/

/**
 * My Account icons (from Font Awesome Icons: https://fontawesome.com/)
 */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f02d"; padding-right: 10px; color: #278575; 
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f07a"; padding-right: 10px; color: #278575;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007"; padding-right: 10px; color: #278575;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f2b9"; padding-right: 10px; color: #278575;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f09d"; padding-right: 10px; color: #278575;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f2f5"; padding-right: 10px; color: #278575;
}

/**
 * Hidden edit profile in my account dashboard
 */
/*.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link {
   visibility: hidden;
}

.ld-profile-edit-link {
    display: none;
}*/



