/* Local overrides */

/* Sticky Pricing */
@media only screen and (min-width: 1069px) {
	.large-show {
		display: inline;
	}
}
@media only screen and (max-width: 1068px) {
	.medium-show {
		display: inline;
	}
}

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

/* XS Viewport */
@media only screen and (min-width: 350px) {
	.section-summary .custom_xsmall {
		display: none;
	}
}
@media only screen and (max-width: 349px) {
	.section-summary .custom_xsmall {
		display: inline;
	}
}
