    :root
    {
        /* colors
        ================================================== */
        /*
        #theme-body-color
        #theme-background-color
        */
        --theme-color-1-1: #666667;
        --theme-color-1-2: #ffffff;
        /*
        #theme-color
        #theme-background
        #theme-background-hover
        #theme-background-active
        */
        --theme-color-2-1: #dc143c;
        --theme-color-2-2: #dc143c;
        --theme-color-2-3: #eb234b;
        --theme-color-2-4: #fb335b;
        /*
        #theme-title
        #theme-subtitle
        #theme-border-color
        */
        --theme-color-3-1: #35363a;
        --theme-color-3-2: #75757d;
        --theme-color-3-3: #e5e5ea;
        /*
        #theme-background-2
        #theme-background-3
        #property id
        */
        --theme-color-4-1: #f0f0f1;
        --theme-color-4-2: #fafafa;
        --theme-color-4-3: #fc442c;
        /*
        #theme-mobile-menu-background
        */
        --theme-color-5-1: #eb244b;
        /*
        #form
        */
        --theme-color-6-1: #aeaeb1;
        --theme-color-6-2: #b1b1b5;
        /*
        #box-shadow
        */
        --theme-box-shadow: 0rem 0.2rem 0.1rem -0.1rem rgba(0, 0, 0, 0.1), 0rem 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.1), 0rem 0.1rem 0.3rem 0rem rgba(0, 0, 0, 0.1);
        --theme-box-shadow-h-1: 0rem 1.6rem 3.8rem -1.2rem rgba(0, 0, 0, 0.56), 0rem 0.4rem 2.5rem 0rem rgba(0, 0, 0, 0.12), 0rem 0.8rem 1.0rem -0.5rem rgba(0, 0, 0, 0.12);
        /*
        #highlights yellow
        */
        --theme-color-highlights-yellow: #ffff99;
        /*
        #button colors
        */
        --theme-color-blue-1: #178cf3;
        --theme-color-blue-2: #31a6ff;
        --theme-color-blue-3: #4abfff;

        --theme-color-green-1: #86c540;
        --theme-color-green-2: #8dd43f;
        --theme-color-green-3: #93ec31;

        --theme-color-yellow-1: #ffbd06;
        --theme-color-yellow-2: #ffd720;
        --theme-color-yellow-3: #fff039;

        --theme-color-red-1: #fc442c;
        --theme-color-red-2: #ff5e46;
        --theme-color-red-3: #ff775f;

        --theme-color-grey-1: #333333;
        --theme-color-grey-2: #4d4d4d;
        --theme-color-grey-3: #666666;
        /*
        #message-box
        */
        --theme-color-info-1: #2e7893;
        --theme-color-info-2: #dff2fa;
        --theme-color-info-3: #d3edf8;
        --theme-color-info-4: #85cfec;
        
        --theme-color-note-1: #8f5c0b;
        --theme-color-note-2: #f8f2cb;
        --theme-color-note-3: #f3ebab;
        --theme-color-note-4: #edca42;
        
        --theme-color-confirm-1: #4a630e;
        --theme-color-confirm-2: #e5f2c0;
        --theme-color-confirm-3: #dceda7;
        --theme-color-confirm-4: #aacf49;
        
        --theme-color-error-1: #cd0a0a;
        --theme-color-error-2: #ffd4d4;
        --theme-color-error-3: #ffc6c6;
        --theme-color-error-4: #d97676;
        /*
        #navigation-side
        */
        --theme-color-side-1: #f5f5f5;
        --theme-color-side-2: #fcfcfc;
        /*
        #mask
        */
        --theme-color-mask-1-1: rgba(11, 12, 13, 0.3);
        --theme-color-mask-1-2: rgba(11, 12, 13, 0.75);
        /*****/



        /* base-custom.css
        ================================================== */
        /*
        #homepage search
        */
        --theme-color-home-search-1: 1px 1px 1px #dc143c;
        --theme-color-home-search-2: rgba(11, 12, 13, 0.3);
        /*
        #list-label-1
        */
        --theme-color-list-label-1-1: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 35%, rgba(255,255,255,1) 100%);
        /*
        #property-info
        */
        --theme-color-property-info-1: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 35%, rgba(255,255,255,1) 100%);
        /*****/



        /* owl-theme-default.css
        ================================================== */
        /*
        #gallery-image
        */
        --theme-color-gallery-image-1: rgba(11, 12, 13, 0.75);
        /*****/
    }