:root {

    --bodyBgColor1: #fff; /* body bg color */
    --bodyFontColor1: #000000; /* body text */
    --body: #fff;
    
    --headerUpperBgColor1: #ffffff; /* header>upper bg */
    --headerUpperFontColor1: #fff; /* header>upper bg text */
    
    --headerMiddleBgColor1: #fff; /* header>middle bg */
    --headerMiddleFontColor1: #333; /* header>middle text and link */
    --headerMiddleFontColor2: #85754E; /* header>middle link hover */
    --headerMiddleBgColor2: #85754E; /* header>middle cart bg */
    --headerMiddleFontColor3: #fff; /* header>middle cart text */

    --headerMiddleBgColor3: #fff; /* header>middle account bg */
    --headerMiddleFontColor4: #333; /* header>middle account link */
    --headerMiddleFontColor5: #888; /* header>middle account link hover */
    --headerMiddleBorderColor1: #333; /* header>middle account border color */
    --headerMiddleBorderColor2: #ccc; /* header>middle account separator color */

    --logoHeight1: 40px; /* header>bottom logo height */
    --logoMargin1: 10px; /* header>bottom logo margin top */
    --logoMargin2: 6px; /* header>bottom link margin bottom */
    --logoHeight2: 30px; /* header>bottom logo height mobile */
    --logoMargin3: 8px; /* header>bottom logo margin top mobile */
    --logoMargin4: 4px; /* header>bottom link margin bottom mobile */
    
    --headerBottomBgColor1: #ffffff; /* header>bottom menu bg */
    --headerBottomFontColor1: #333; /* header>bottom link */
    --headerBottomFontColor2: #85754E; /* header>bottom link hover */
    --headerBottomBgColor2: #F5F0E0; /* header>bottom sub-menu bg */
    --headerBottomFontColor3: #333; /* header>bottom sub-menu text and link */
    --headerBottomFontColor4: #85754E; /* header>bottom sub-menu link hover */
    --headerBottomBorderColor1: #D6CDB9; /* header>bottom sub-menu separator */
    --headerBottomBgColor3: #F5F0E0; /* header>bottom menu bg mobile */
    --headerBottomFontColor5: #333; /* header>bottom link mobile */
    --headerBottomFontColor6: #85754E; /* header>bottom link hover mobile */
    --headerBottomBorderColor2: #D6CDB9; /* header>bottom menu separator mobile */
    --headerBottomBorderColor3: #D6CDB9; /* header>bottom sub-menu separator mobile */
    
    --footerUpperBgColor1: #f7f7f7; /* footer>upper bg */
    --footerUpperFontColor1: #000000; /* footer>upper text and link */
    --footerUpperFontColor2: #85754E; /* footer>upper link hover */
    --footerUpperBorderColor1: #555; /* footer>upper separator */
    
    --footerBottomBgColor1: #5f5f5f; /* footer>bottom bg */
    --footerBottomFontColor1: #fff; /* footer>bottom text */       
    
    --btn : #605538;

}