/* @font-face {
    font-family: 'HandOfSean';
    src: url('font/hand_of_sean.ttf') format('truetype')
} */

.ww_logo {
    width: 75%;
    max-width: 300px;
    object-fit: contain;
}

.ww_category_description {
    font-size:small;
    color: #fff;
    /* line-height: 0.5rem; */
}

.footer_button_bar{
    /* background-color: #558f32; */
    background-color: #669e42;
    height: 4rem;
}

.item_pop_footer{
    /* background-color: #558f32; */
    background-color: #669e42;
    color: #ffffff;
}

.selected_item{
    background-color: #e9e9e9;
}

.category_head {
	/* background-color: #00000033; */
    background-color: #669e42;
    color: #ffffff;
	cursor: pointer;
	border-radius: 10px;
}

.modifier_head {
    background-color: #669e42;
    color: #ffffff;
	cursor: pointer;
}

.after_hour_action_button {
    background-color: #669e42;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

.store_list{
    cursor: pointer;
    border-radius: 10px;
    background-color: #669e42;
    color: #ffffff;
}

.store_list:hover{
    background-color: #6b994ea9;
    color: #ffffff;
}

.store_address{
    font-size:x-small;
    color: #ffffff;
}

.store_description{
    font-size:small;
    color: #ffffff;
    line-height: 1rem;   
}