:root {
    /* Primary Color */
    --yellow: #efa928;
    --borderColors: #efa928;
    --backgroundYellow: #efa928;
    --blogsTags:#d39e00;
    --specialSideMenuHover: rgba(239, 169, 40, 1);
    --specialSideMenuHoverSecond: rgb(208, 156, 59);
    /* Text Color */
    --whiteTextH: #ffff;
    --whiteTextPara: #ffff;
    --textWhite:#ffff;
    /* Navbar Color */
    --navbarCartText: #000000;
    /* Search Box Hover */
    --searchPageHover:#ffc1071f;
    /* Extra */
    --menuBoxshadow: 0 0 20px rgb(255 255 255 / 20%);
    /* Hyperlink */
    --hyperlinkColor: #efa928;
}
