/* Pricing  */

@media only screen and (max-width: 734px) {
	.section-pricing
		.techspecs-row.price-14-inch
		.techspecs-column:nth-of-type(3) {
		min-height: 305px;
	}
}

@media only screen and (min-width: 1025px) {
	.section-pricing .pricing-model {
		width: 175px;
	}
}

/* Section Chip */

.chip-custom-br {
	display: none;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.chip-custom-br {
		display: block;
	}
}

@media only screen and (max-width: 391px) {
	.chip-custom-br {
		display: block;
	}
}

/* Section Memory */
@media only screen and (max-width: 336px) {
	.table-table-14
		.section-memory
		.techspecs-column:nth-of-type(3)
		p:nth-last-of-type(1) {
		margin-top: 45px;
	}
}

@media only screen and (min-width: 337px) and (max-width: 464px) {
	.table-table-14
		.section-memory
		.techspecs-column:nth-of-type(3)
		p:nth-last-of-type(1) {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 636px) and (max-width: 734px) {
	.table-table-14
		.section-memory
		.techspecs-column:nth-of-type(3)
		p:nth-last-of-type(1) {
		margin-top: 20px;
	}
}

@media (min-width: 735px) and (max-width: 1068px) {
	.section-memory .techspecs-column:nth-of-type(n + 3) p:nth-last-of-type(1) {
		margin-top: 70px;
	}
}

/* Section Storage */
@media only screen and (max-width: 320px) {
	.table-table-14
		.section-storage
		.techspecs-column:nth-child(3)
		.techspecs-subheader:nth-child(3) {
		margin-top: 43px;
	}
}

@media only screen and (min-width: 447px) and (max-width: 595px) {
	.table-table-14
		.section-storage
		.techspecs-column:nth-child(3)
		.techspecs-subheader:nth-child(3) {
		margin-top: 45px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.table-table-14
		.section-storage
		.techspecs-column:not(:nth-child(2))
		.techspecs-subheader:not(:first-child) {
		margin-top: 69px;
	}
}

/* App grid */

.section-built-in-apps .techspecs-appgrid-app {
	justify-content: flex-start;
}

/* Section Charging */

.section-charging .model-1 .connection-16-figure-1 .caption-2 {
	left: 136px;
}
@media (max-width: 734px) {
	.section-charging .model-1 .connection-14-figure-1 .caption-2,
	.section-charging .model-2 .connection-14-figure-1 .caption-2 {
		left: 96px;
	}
}

@media only screen and (max-width: 734px) {
	.section-charging .model-1 .connection-16-figure-1 .caption-2 {
		left: 80px;
	}
}
