/**
 * Single product + Elementor: keep legacy footer / layout from kit & frontend bleed-through.
 */

body.single-product .cuswindow-single-product-main {
	display: flow-root;
	width: 100%;
}

body.single-product .chpr {
	overflow-x: hidden;
}

body.single-product .product-entry-content {
	clear: both;
	position: relative;
	z-index: 0;
	isolation: isolate;
}

body.single-product .product-entry-content::after {
	content: "";
	display: table;
	clear: both;
}

body.single-product .footer {
	clear: both;
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: none;
	isolation: isolate;
	overflow: visible;
}

body.single-product .footer .footerb,
body.single-product .footer .footerbm {
	overflow: visible;
}

body.single-product .footert ul.flex-between > li {
	min-width: 0;
	flex: 0 1 auto;
	float: none !important;
	width: auto !important;
	max-width: none;
}

body.single-product .cuswindow-fluentform-footer,
body.single-product .cuswindow-fluentform-wrap {
	max-width: 100%;
	box-sizing: border-box;
}

body.single-product .footer .footert ul.flex-between.flex-wrap {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	align-items: flex-start !important;
	box-sizing: border-box;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	padding-inline-start: 0;
	list-style: none !important;
}

body.single-product .footert ul li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product .footerbm.flex-between {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	align-items: center !important;
	width: 100% !important;
}

body.single-product .footer a {
	box-shadow: none;
}

body.single-product .float {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

body.single-product .float a.ficon1 {
	display: block !important;
	width: 50px !important;
	height: 50px !important;
	max-width: 50px !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	vertical-align: top !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

body.single-product .footer .bshare-custom .bsPromo {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 767px) {
	body.single-product .footer .footert ul.flex-between.flex-wrap > li {
		flex: 1 1 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}
