.weeklycart-orderbutton-text {
    background-color: #0097d4;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    padding: 6px 25px 6px 25px;
    white-space: nowrap;
}
.weeklycart-orderbutton-text:hover {
    background-color: #026a94;
}
.weeklycart-cancelbutton-text {
    background-color: #d0cbbd;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: rgb(41, 38, 39);
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    padding: 6px 25px 6px 25px;
    white-space: nowrap;
}
.weeklycart-cancelbutton-text:hover {
    background-color: rgb(173,158,137);
}
.weeklycart-button-sep {
	width: 20px;
}
.weeklycart-bottom-button-container {
	margin: auto;
	display: flex;
}
.weeklycart-empty-text-container {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.weeklycart-empty-text {
	flex: 0 1 auto;
	font-size: 12px;
}