


/*SHOP PRODUCTS COLORS*/


/*ORANGE HALLOWEEN*/
.color_orange_halloween{
    background: #ffa914;
}
.color_orange_halloween_full{
    border: solid #ffa914;
    background: linear-gradient(30deg, #ffcf8b 0%, #ffdb9d 100%);
}

/*RED OCRE*/
.color_red_ocre{
    background: #FF0368;
}
.color_red_ocre_full{
    border: solid #FF0368;
    background: linear-gradient(30deg, #FC9D9F 0%, #FFC2C3 100%);
}

    /*GREEN LIGHT*/
    .color_green_light{
        background: #7AB95D;
    }
    .color_green_light_full{
        border: solid #7AB95D;
        background: linear-gradient(30deg, #CEF0BE 0%, #CEF0BE 100%);
    }

/*BROWN WOOD*/
.color_brown_wood{
    background: #aa6223;
}
.color_brown_wood_full{
    border: solid #aa6223;
    background: rgb(238, 220, 207);
}

/*LIGHT PINK*/
    .color_light_pink{
        background: #FF8599;
    }
.color_light_pink_full{
    border: solid #FF8599;
    background: linear-gradient(30deg, #FBB0BC 0%, #FFE8EB 100%);
}



/*LIGHT PURPLE*/
.color_light_purple{
    background: #BF91FF;
}
.color_light_purple_full{
border: solid #BF91FF;
background: linear-gradient(30deg, #D7BAFF 0%, #EEE1FF 100%);
}


/*LIGHT BLUE*/

.color_light_blue{
    background: #64BBF2;
}
.color_light_blue_full{
    border: solid #64BBF2;
    background: linear-gradient(30deg, #C5E5FF 0%, #D0F0FB 100%);
}

/*WIZZZARD PURPLE*/
.color_wizzzard{
    background: #6E51C8;
}
.color_wizzzard_full{
    border: solid #6E51C8;
    background: linear-gradient(30deg, #C9BFF1 0%, #E9E4FF 100%);
}

/*UNIQUE CHARACTER REWARD STYLES*/


/*LEGENDARY SPECIAL*/
.color_legendary_special{
    background: #FFD700;
}
.color_legendary_special_full{
    border: solid #FFD700;
    background: linear-gradient(135deg, #ffdb66 0%, #ffc04b 50%, #ffae90 100%);
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.5);
}






