/* Local Overrides */

/*Hero section */

@media only screen and (min-width: 1069px) {
	#main > section.section.section-welcome > div {
		padding-top: 50px;
	}
}
/* Compare section */

@media only screen and (min-width: 415px) and (max-width: 734px) {
	.section-contrast
		> div.responsive-content
		.product-tile.product-tile-ipad-air.has-image-link-row.has-badge-row.has-swatches-row.has-headline-row.has-plus-rows-7
		> p.product-tile-positioning.product-tile-padding {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 325px) {
	.section-contrast
		> div.responsive-content
		li.product-tile.product-tile-ipad-air.has-image-link-row.has-badge-row.has-swatches-row.has-headline-row.has-plus-rows-7
		> p {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 735px) {
	.custom_spacing {
		display: none;
	}
}
