/**
Theme Name: ITE starter boutique
Author: ITE Digital
Author URI: https://ite.digital
Description: This is the starter theme for developing e-shop website for ITE Digital clients, copyright protected.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ite-starter-boutique
Template: astra
*/

.widget .myCRED-balance{
    font-weight: 600;
    color: red;
    margin-bottom: 0px;
}

/* Style to make disabled inputs appear gray */
#account_display_name, #account_email {
    background-color: #eee; /* Change to the desired gray color */
    color: #888; /* Change to the desired text color */
    cursor: not-allowed;
}

#billing_company {
    background-color: #eee; /* Change to the desired gray color */
    color: #888; /* Change to the desired text color */
    cursor: not-allowed;
}
body.login #loginform .lang-chooser-wrap {
    display: none;
}
