html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

body {
	position: relative;
}

img,
video,
iframe,
table {
	max-width: 100%;
}

.chc-container,
.chc-header-inner,
.site-main,
.site-header,
.site-footer,
.woocommerce,
.single-product div.product,
.woocommerce-tabs,
.related,
.up-sells {
	max-width: 100%;
}

@media (max-width: 768px) {
	.chc-container {
		width: min(100% - 24px, 1200px);
	}

	.chc-header-inner {
		width: 100%;
		overflow-x: hidden;
	}

	.primary-navigation,
	.chc-header-search,
	.chc-header-icons,
	.chc-header-search-form {
		max-width: 100%;
	}

	.chc-header-search-field {
		min-width: 0;
		width: 100%;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.single-product .related ul.products,
	.single-product .up-sells ul.products {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		min-width: 0;
		max-width: 100%;
	}

	.chc-product-card,
	.chc-product-card__inner {
		min-width: 0;
		max-width: 100%;
	}

	.chc-mini-cart {
		max-width: calc(100vw - 24px);
	}

	.chc-qv-modal {
		overflow-x: hidden;
	}

	.chc-qv-modal__dialog {
		width: calc(100vw - 20px);
		max-width: calc(100vw - 20px);
		margin-left: auto;
		margin-right: auto;
	}

	.chc-qv-modal__body {
		overflow-x: hidden;
	}

	.chc-qv-modal__grid {
		min-width: 0;
		max-width: 100%;
	}

	.chc-qv-modal__media,
	.chc-qv-modal__content {
		min-width: 0;
		max-width: 100%;
	}
}