/* Local Overrides */

/* Storage section spacing */
@media (min-width: 735px) and (max-width: 1068px) {
	.section-specs .section-storage .techspecs-rowheader {
		padding-right: 30px;
	}
	.section-specs .section-storage .techspecs-content .techspecs-column {
		width: 15.8%;
	}
}

/* Techspecs title display section */
@media only screen and (max-width: 340px) {
	.section-display .column-wrapper .title:first-of-type {
		font-size: initial;
	}
}

.techspecs .techspecs-section .techspecs-row .techspecs-column .custom_sm_show {
	display: none;
}
@media (max-width: 430px) {
	.techspecs
		.techspecs-section
		.techspecs-row
		.techspecs-column
		.custom_sm_show {
		display: inline;
	}
}

/* Motor Section */
.techspecs .techspecs-section .techspecs-row .techspecs-column .custom_sm_show,
.techspecs
	.techspecs-section
	.techspecs-row
	.techspecs-column
	.custom_sm_show_two {
	display: none;
}
@media only screen and (max-width: 430px) and (min-width: 359px) {
	.techspecs
		.techspecs-section
		.techspecs-row
		.techspecs-column
		.custom_sm_show {
		display: inline;
	}
}
@media only screen and (max-width: 364px) and (min-width: 364px) {
	.techspecs
		.techspecs-section
		.techspecs-row
		.techspecs-column
		.custom_sm_show {
		display: none;
	}
}
@media only screen and (max-width: 366px) and (min-width: 366px) {
	.techspecs
		.techspecs-section
		.techspecs-row
		.techspecs-column
		.custom_sm_show_two {
		display: inline;
	}
}

/* Warranty Section */

.section-specs
	.section-warranty
	.techspecs-row
	.techspecs-column[aria-colspan="3"] {
	width: 75%;
}

@media screen and (max-width: 734px) {
	.section-specs
		.section-warranty
		.techspecs-row
		.techspecs-column[aria-colspan="3"] {
		width: 100%;
	}
}

/**/
@media only screen and (min-width: 1068px) {
	.one-line {
		white-space: nowrap;
	}
}

@media only screen and (max-width: 734px) {
	.section-chip .row .column {
		padding-right: 9px;
	}
}

@media only screen and (min-width: 345px) and (max-width: 416px) {
	.section-chip p.media-engine:nth-last-child(1n),
	.section-chip p.media-engine:nth-last-child(4n) {
		margin-top: 60px;
	}
}
