body {
	line-break: strict;
}
span.nowrap {
	white-space: nowrap;
}

.large-hide {
	display: none;
}

.large-show {
	display: block;
}

.large-show-inline {
	display: inline;
}

.large-show-inlineblock {
	display: inline-block;
}

@media only screen and (min-width: 1442px) {
	.xlarge-hide {
		display: none;
	}

	.xlarge-show {
		display: block;
	}

	.xlarge-show-inline {
		display: inline;
	}

	.xlarge-show-inlineblock {
		display: inline-block;
	}
}

@media only screen and (max-width: 1068px) {
	.medium-hide {
		display: none;
	}

	.medium-show {
		display: block;
	}

	.medium-show-inline {
		display: inline;
	}

	.medium-show-inlineblock {
		display: inline-block;
	}
}

@media only screen and (max-width: 734px) {
	.small-hide {
		display: none;
	}

	.small-show {
		display: block;
	}

	.small-show-inline {
		display: inline;
	}

	.small-show-inlineblock {
		display: inline-block;
	}
}

@media only screen and (max-width: 320px) {
	.xsmall-hide {
		display: none;
	}

	.xsmall-show {
		display: block;
	}

	.xsmall-show-inline {
		display: inline;
	}

	.xsmall-show-inlineblock {
		display: inline-block;
	}
}

.icon-wrapper .more::after, .icon-wrapper .icon-after::after {
	position: relative;
	top: -0.12em;
}

#ac-globalfooter .ac-gf-more::after {
	top: -0.075em;
}

/* Product Dimensions Adjust */
.section-size-weight .tilt .caption-wrapper.caption-width {
	top: -30px;
}
.section-size-weight .tilt .caption-wrapper.caption-depth {
	bottom: -30px;
}
.section-size-weight .tilt-height .caption-wrapper.caption-stand-depth-2 {
	top: 1012px;
}
@media only screen and (max-width: 1068px) {
	.section-size-weight .tilt-height .caption-wrapper.caption-stand-depth-2 {
		top: 720px;
	}
}
@media only screen and (max-width: 734px) {
	.section-size-weight .tilt-height .caption-wrapper.caption-stand-depth-2 {
		top: 965px;
	}
}
.section-size-weight .tilt-height .caption-wrapper.caption-width {
	top: -28px;
}
.section-size-weight .vesa .caption-wrapper.caption-width {
	top: -30px;
}
.section-size-weight .vesa .caption-wrapper.caption-depth {
	bottom: -31px;
}
@media only screen and (max-width: 734px) {
	.section-size-weight .vesa .caption-wrapper.caption-depth {
		bottom: -33px;
	}
}
.section-size-weight .vesa .caption-wrapper.caption-depth .typography-specs-caption.caption {
	width: 100%;
}

@media only screen and (max-width: 734px) {
	#ac-localnav .ac-ln-button {
		padding-top: 5px;
	}
}

html.text-zoom .section-size-weight .tilt .caption-wrapper.caption-depth {
	bottom: -50px;
}
html.text-zoom .section-size-weight .tilt .caption-wrapper.caption-width {
	top: -47px;
}
html.text-zoom .section-size-weight .tilt-height .caption-wrapper.caption-width {
	top: -47px;
}
html.text-zoom .section-size-weight .vesa .caption-wrapper.caption-depth {
	width: unset;
	bottom: -50px;
}
html.text-zoom .section-size-weight .vesa .caption-wrapper.caption-width {
	top: -40px;
}
@media only screen and (max-width: 734px) {
	.section-environment {
		margin-bottom: 0;
	}
}
