:root {
    --primary: #5d3f2e;
    --secondary: #cabc8c;
    --secondary_text: #131313;
    --title_bg: #fff;
    --title_text: #000;
    --header_icon: #fff;
    --btn-language_background_color: #fff;
    --btn-language_text_color: #000;
    --main_navigation_bg: #fff;
    --main_navigation_icon_color: #5d3f2e;
    --main_navigation_text_color: #5d3f2e;
    /* Main Page Header */
    --header_background_color: #5d3f2e;
    --header_icon_color: #fff;
    --scroll_header_background_color: #fff;
    --scroll_header_icon_color: #5d3f2e;
    --fixd_item-list-title_background_color: #fff;
    --fixd_item-list-title_text_color: #5d3f2e;
    /* Category Page-- */
    --category_page_background_color: #fff;
    --category_page_card_primary_background_color: #fff;
    --category_page_categoryname_color: #000;
    /* Item Page-- */
    --item_page_background_color: #fff;
    --item_page_category_title_bg_color: #fff;
    --item_page_category_title_font_color: #000;
    --item_page_item_background_color: #fff;
    --item_page_itemname_color: #000;
    --item_page_price_color: #000;
    --item_page_plus_button_color: #5d3f2e;
    --item_page_plus_button_icon_color: #fff;
    /* Product Details-- */
    --product_details_title_bg_color: #fff;
    --product_details_title_font_color: #000;
    --product_details_background_color: #fff;
    --product_name: #000;
    --product_details_text: #000;
    --product_details_price: #000;
    --product_details_price_text: #7f7f7f;
    --product_details_plus_button_color: #5d3f2e;
    --product_details_plus_button_icon_color: #fff;
    --category_carousel_background_color: #cabc8c;
    --extra_bg_color: #fff;
    --extra_button_normal_bg_color: #efefef;
    --extra_button_normal_font_color: #677e6a;
    --extra_button_selection_bg_color: #677e6a;
    --extra_button_selection_bg_font_color: #fff;
    --total_extra_price_text: #7f7f7f;
    --total_extra_price: #677e6a;
    /* Cart-- */
    --cart_page_title_bg_color: #faf7f1;
    --cart_page_title_font_color: #000;
    --cart_background_color: #faf7f1;
    --cart_category_name: #000;
    --cart_item_name: #000;
    --cart_item_price_color: #000;
    --cart_item_background_color: #fff;
    --cart_textarea_background_color: #f5f5f5;
    --cart_textarea_text_color: #000;
    --cart_page_plus_button_color: #5d3f2e;
    --cart_page_plus_button_icon_color: #fff;
    --cart_page_comments_items_text: #7a7a7a;
    --cart_page_comments_items_border_color: #d6d6d6;
    --cart_page_extra_items_background_color: #e3ede4;
    --cart_page_extra_items_text: #000;
    --cart_page_extra_price: #2eca42;
    /* Landing page */
    --branch_menu_button_background_color: #fff;
    --branch_menu_button-text: #000;
    --reservation_menu_button_background_color: #fff;
    --reservation_menu_button-text: #000;
    /* Branch Menu */
    --branch_area_background_color: #fff;
    --branch_area_text_color: #000;
    --branch_list_background_color: #fff;
    --branch_list_text_color: #000;
    --branch_list_border_bottom_color: #f0f0f0;
    /* Form control */
    --form_group_label_color: #2a2e30;
    --form_control_text_color: #2a2e30;
    --times_select_icon_color: #818181;
    --date_pick_icon_color: #818181;
    --datepicker_active_color: #5d3f2e;
    --dropdown_menu_background_color: #fff;
    --dropdown_toggle_text_color: #313131;
    --dropdown_toggle_background_color: #fff;
    --active_dropdown_item_text_color: #000;
    --active_dropdown_item_background_color: #f2f2f2;
    --time_zone_button_normal_bg_color: #efefef;
    --time_zone_button_normal_font_color: #5d3f2e;
    --time_zone_button_selection_bg_color: #5d3f2e;
    --time_zone_button_selection_bg_font_color: #fff;
    /* Reservation */
    --btn_confirm_background_color: #677e6a;
    --btn_confirm_border_color: #677e6a;
    --form_primary_details_text_color: #131416;
    --times_zone_text_color: #677e6a;
    --times_zone_background_color: #fff;
    --active_times_zone_text_color: #fff;
    --active_times_zone_background_color: #677e6a;
    --available_reservation_search_btn_border_color: #677e6a;
    --available_reservation_search_btn_text_color: #677e6a;
    --focus_available_reservation_search_btn_text_color: #fff;
    --focus_available_reservation_search_btn_text_background_color: #677e6a;
    --focus_available_reservation_search_btn_text_color: #fff;
    --available_reservation_times_title_text_color: #313131;
    --reservation_info_text_color: #677e6a;
    --thanks_text_color: #677e6a;
}
