/* FES-4094 @Axl */
.uv-calendar-table tbody:before {
    background-image: url(/uvmicros/custom/microcodes/mohegansun/assets/images/mohegansun-calendar-bg.jpeg);
    background-position: center;
    background-size: cover;
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}

body .uws-inventory-3dmaplink a,
body .uv-btn-event3d {
    display: none;
}
/* End FES-4094 @Axl */

/* FES-4231 @Axl */
body .uws-inventory-list-noitmes .uwstitle, 
body .uws-inventory-list-noitmes .uwstext {
    font-size: 0;
    display: flex;
    justify-content: center;
}

.uws-inventory-list-noitmes .uwstitle i, 
.uws-sverror-cont .uwstitle i {
    font-size: 22.4px;
}

body .uws-inventory-list-noitmes .uwstitle::after {
    content: "Sold out.";
    font-size: 22.4px;
}

body .uws-inventory-list-noitmes .uwstext::after {
    content: "Please check again soon.";
    color: #333;
    margin-top: 0.6em;
    font-size: 16px;
}
/* End FES-4231 @Axl */