    :root {
        --loader-color: #dc3545;
        --default-textcolor: #32325d;
        --home-header-icons-color: #dc3545;

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

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

        --cart-promo-buttom: #ff8080;

        --border-radius: 5px;

        --header-category: #bc2c3d;
        --powered-background: #f44336;
        --add-to-cart-button: #000000;
        --mat-badge-color: #ff4081;
        --header-color:#f5f5f5;
        --cart-color:#ff0000;
        --cart-icon-color:#f5f5f5;
        --menu-bar-color:#f5f5f5;
        --menu-bar-icon-color:#000000;
        --menu-bar-text-color:#000000;
        --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:#000000;
        --cart-customer-detail-color:#f5f5f5;
        --header-address-color:#6c757d;
        --store-name-color:#212529;
        --store-name-color:#212529;
        --store-search-product-color:#9e9e9e;
        --search-product-input:#9e9e9e;
        --search-product-icon:#8898aa;
        --after-search-section-line-color:#9e9e9e;
        --product-description-color:#8898aa;
        --cooking-time-color:#8898aa;
        --prodcut-total-price:#212121;
        --cart-input-lable-color:#8898aa;
        --cart-input-filed-border-color:#8898aa;
        --cart-input-text-color:#8898aa;
        --calender-text-color:#212121;
        --reserve-comment-background-color:#ffffff;
        --confirmation-color-text:#bababa;
        --pay-now-color-text:#000000;
        --pay-now-bordercolor:#feccc1;
        --pay-now-backgroundcolor:#fc7c5f;
        --offer-sms:#ff0000;
        --offer-sms-options:#0000ff;
        --cart-name:#8898aa;
        --my-order-box-color:#ffffff;
        --my-order-box-color:#ffffff;
        --theme-active-date-text-color:#000000;
        --theme-active-date-border-color:#000000;
        --theme-active-date-background-color:#ffffff;
        --theme-customer-detail-color:#918181;
        --customer-detail-input-filed-color:#918181;
        --customer-detail-heading-color:#000000;
        --theme-recommandcard-label-color:#000000;
        --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 : #000000


        
    }
    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;
    }
