/*!
 * product.css v3.1.0
 * Package: woocommerce-halls
 * Author: Andrii Serb <imsadhappy@gmail.com>
 * License: GPLv3 or later
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.site-header,
.site-footer { display: none; }

#content {
	padding: 0;
	margin: 0;
}

#content > .col-full {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	line-height: 0;
}

#wc_halls_iframe {
	border: 0;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100500;
}

#wpadminbar {
	z-index: 100600;
}

html.adminbar-showing.svg-hall-inserted {
	margin-top: 0 !important;
}

html.adminbar-showing #wc_halls_iframe {
    top: 32px;
    height: calc(100% - 32px);
}

@media screen and (max-width: 782px) {
	html.adminbar-showing #wc_halls_iframe {
		top: 46px;
		height: calc(100% - 46px);
	}
}
