/* Local Overrides */
/* local nav */
@media only screen and (max-width: 345px) {
	#ac-localnav .ac-ln-action-button.custom_ln-cta {
		margin-left: 5px;
	}
}

.custom_br-xs {
	display: none;
}
@media only screen and (max-width: 336px) {
	.custom_br-xs {
		display: block;
	}
}

.custom_br-screen {
	display: none;
}
@media only screen and (max-width: 415px) {
	.custom_br-screen {
		display: block;
	}
}

.custom_icon-pb {
	padding-bottom: 17px;
}

/* section Health - hero Small */
@media only screen and (max-width: 734px) {
	.section-health .section-hero-health .copy-block-copy {
		max-width: 268px;
	}
}
/* Fitness copy - Medium */
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-fitness .section-hero-fitness .copy-block {
		top: 700px;
	}
}

/* Depth copy - Large */
@media only screen and (min-width: 1069px) {
	.section-fitness-depth .section-content .copy-block-copy {
		padding-right: 25px;
	}
}

/* compare button*/
@media only screen and (max-width: 340px) {
	.custom-compare-button {
		padding-left: 12px;
	}
}
.product-tile-ctas.product-tile-ctas-stacked.product-tile-ctas-primary.typography-product-tile-ctas
	a {
	font-size: 13px;
}
