.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	color: #000 !important;
}


#calendar {
	max-width: 99%;
	margin: 0 auto;
}


	#eventModal {
	display: none; 
	position: fixed; 
    z-index: 99999; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#eventModal #modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
}

#eventModal > #modal-content > #product_title{
	text-align: center;
}

#eventModal > #modal-content > #order_product{
	display: flex;
}

#eventModal > #modal-content > #order_product > #product_img {
	width: 40%;
	max-height: 250px;
	margin-right: 50px;
}

#eventModal #product_details {
	width: 50%;
}

#product_details > p > span {
	vertical-align: middle;
}

#eventModal #close {

    color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background-color: #000;
	text-align: center;
	line-height: 25px;
}

#eventModal #close:hover,
#eventModal #close:focus {
    text-decoration: none;
    cursor: pointer;
}