
#main.site-main{
	max-width: 100%;
}
.scwybbwsr_content {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.scwybbwsr_types {
    float: left;
    width: 100%;
}
.scwybbwsr_types_item {
    display: inline-table;
	width: 120px;
	margin-right: 10px;
	text-align: center;
	margin-top: 10px;
}
.scwybbwsr_types_item_name {
    float: left;
    width: 100%;
	font-size: 16px;
}
.scwybbwsr_types_item_icon {
    width: 50%;
	display: inline-block;
}
.scwybbwsr_types_item_icon img {
    width: 50px;
	display: inline-block;
}
.scwybbwsr_types_item_icon_color{
	text-indent: -9999em;
}
.scwybbwsr_types_item_prices_item {
    font-size: 14px;
	display: inline-block;
	width: 100%;
}
.scwybbwsr_types_item_prices {
    line-height: 14px;
    display: inline-block;
}
.scwybbwsr_schedules_item {
    float: left;
    background: teal;
    color: #fff;
    margin-right: 20px;
    margin-top: 10px;
	cursor: pointer;
	padding: 3px;
}
.scwybbwsr_schedules_item.active {
    border: 1px solid red;
}
.scwybbwsr_schedules {
    float: left;
    width: 100%;
	margin-top: 10px;
}
.scwybbwsr_options {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.scwybbwsr_map {
    float: left;
    width: 100%;
    margin-top: 20px;
	text-align: center;
}
.scwybbwsr_map_head {
    float: left;
    width: 100%;
    font-weight: bold;
}
.scwybbwsr_map_bg {
    display: inline-block;
	position: relative;
    max-width: 100%;
}
.scwybbwsr_map_slot {
    position: absolute;
    color: #fff;
	cursor: pointer;
}
.scwybbwsr_map_slot.active {
    border: 1px solid red;
	box-sizing: border-box;
}
.scwybbwsr_map_slot.seatbooked {
    cursor: not-allowed;
}
.scwybbwsr_map_bg_img {
    width: 100%;
    height: 100% !important;
}
.scwybbwsr_map_bg_color {
    width: 100%;
    display: block;
    height: 100%;
    text-indent: -9999em;
}
.scwybbwsr_map_slot_label {
    font-size: 14px;
}
.scwybbwsr_map_slot.seatarea {
    cursor: default !important;
}
.tmpdisabled {
    opacity: 0.5;
    pointer-events: none;
}
.scwybbwsr_services {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.scwybbwsr_services_con {
    float: left;
    width: 100%;
}
.scwybbwsr_services_con_item {
    float: left;
    width: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
	text-align: center;
}
.scwybbwsr_services_con_item_name {
    display: inline-block;
    width: 100%;
}
.scwybbwsr_services_con_item_img img {
    width: 100%;
}
.scwybbwsr_services_con_item_qty {
    display: inline-block;
    width: 100%;
}
.scwybbwsr_services_con_item_qty_input {
    width: 100%;
}
.woocommerce-tabs.wc-tabs-wrapper {
    float: left;
    width: 100%;
}
form.cart {
    float: left;
    width: 100%;
}
@media (max-width: 640px) {
	.scwybbwsr_services_con_item{
		width: 100%;
	}
	.scwybbwsr_services_con_item_name {
		width: 30%;
		float: left;
	}
	.scwybbwsr_services_con_item_img {
		float: left;
		width: 50px;
		margin-left: 20px;
	}
	.scwybbwsr_services_con_item_qty {
		width: 70px;
	}
	.scwybbwsr_map_slot_label {
		font-size: 10px;
	}
}