    :root {
        --loader-color: #750707;
        --default-textcolor: #770d0d;
        --home-header-icons-color: #7f151e;

        --items-button-price: #750707;
        --items-custom: #d53d4c;
        --items-recomended: #008000;

        --primary-color: #60b246;
        --warn-color: #f44336;

        --cart-promo-buttom: #3f51b5;

        --border-radius: 20px;

        --header-category: #54030c;
        --powered-background: #54030c;
        --add-to-cart-button: #00ff00;
        --mat-badge-color: #ff4081;
        --header-color:#f5f5f5;
        --cart-color:#5b0101;
        --cart-icon-color:#f5f5f5;
        --menu-bar-color:#f4f1f1;
        --menu-bar-icon-color:#5b0101;
        --menu-bar-text-color:#5b0101;
        --cardbackground-color:#f5f5f5;
        --recommandcard-color:#f5f5f5;
        --itens-color:#f5f5f5;
        --datafrom-color:#f5f5f5;
        --calendar-color:#f5f5f5;
        --cart-product-background-color:#f5f5f5;
        --cart-promo-code-color:#f5f5f5;
        --cart-tip-color:#f5f5f5;
        --cart-subtotal-color:#f8f7f7;
        --cart-customer-detail-color:#f5f5f5;
        --header-address-color:#770d0d;
        --store-name-color:#212529;
        --store-name-color:#212529;
        --store-search-product-color:#9e9e9e;
        --search-product-input:#54030c;
        --search-product-icon:#54030c;
        --after-search-section-line-color:#54030c;
        --product-description-color:#8898aa;
        --cooking-time-color:#8898aa;
        --prodcut-total-price:#620e0e;
        --cart-input-lable-color:#8898aa;
        --cart-input-filed-border-color:#560606;
        --cart-input-text-color:#560606;
        --calender-text-color:#212121;
        --reserve-comment-background-color:#ffffff;
        --confirmation-color-text:#620e0e;
        --pay-now-color-text:#f8f7f7;
        --pay-now-bordercolor:#feccc1;
        --pay-now-backgroundcolor:#00ff00;
        --offer-sms:#6f0606;
        --offer-sms-options:#6e0e0e;
        --cart-name:#8898aa;
        --my-order-box-color:#000000;
        --my-order-box-color:#000000;
        --theme-active-date-text-color:#620e0e;
        --theme-active-date-border-color:#000000;
        --theme-active-date-background-color:#ffffff;
        --theme-customer-detail-color:#6f0606;
        --customer-detail-input-filed-color:#6f0606;
        --customer-detail-heading-color:#540303;
        --theme-recommandcard-label-color:#470000;
        --background-color: #f5f5f5;
        --theme-cart-page-label-color: #000000;
        --theme-product-label-color: #000000;
        --theme-cart-recommand-text-color: #000000;
        --after-search-background-section-line-color : #f5f5f5


        
    }
    body {
        background-color: #f5f5f5;
    }

    .mat-warn {
        color: var(--warn-color) !important;
    }
    .header-background {
        background: #f5f5f5;
    }

    .mat-badge-accent .mat-badge-content {
        background: var(--mat-badge-color) !important;
    }


    .mat-button, .mat-icon-button, .mat-stroked-button, .mat-flat-button, .mat-raised-button {
        border-radius: var(--border-radius) !important;
    }

    .mat-card {
        border-radius: var(--border-radius) !important;
    }
