/* input(46,26): run-time error CSS1030: Expected identifier, found '.'
input(46,33): run-time error CSS1025: Expected comma or open brace, found ')' */
            :root {
    --white: #fff;
    --black: #2C3640;
    --dark: #2C3640;
    --dark-secondary: #595959;
    --darken: #000;
    --darken-secondary: #2C3640;
    --light: #2c3640;
    --light-secondary: #000;
    --lighten: #f4f4f4;
    --lighten2: #e3e3e3;
    --sky-blue: #e0eef7;
    --background: #fafafa;
    --background-light: #f0f0f0;
    --light-gray: #eee;
    --dark-gray2: #757575;
    --dark-gray3: #3f3f3f;
    --dark-pink: #000;
    --background-lights: #f9f9f9;
    --box-light: #000;
    --light-red: #e95353;
    --light-red2: #eb6464;
    --red: #f30606;
    --white2: #f3f3f3f3;
    --light-gray2: #ddd;
    --light-gray3: #d3d3d3;
    --black2: #1d1d1d;
    --background-black: #2f2f2f;
    --table-blue: #3f3f3f;
    --warning-default: #ff0000;
    --warning-option-2: #ffa500;

    --main-category-title: #2C3640;
    --sublist-category-title: #2C3640;
    --list-category-title: #595959;

    --rounded-corners: var(--medium-rounded-corners);
    --border-width-default: 1px;
    --border-width-option-2: 2px;
}           
            
.ico-my-account {
    display: none;
}            
            
.master-wrapper-page:has(.footer) .footer {
   padding-top: 5%;
}            
            
            
            
            
