/* 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;
	}
}

/* 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: 384px) and (min-width: 383px) {
	.techspecs
		.techspecs-section
		.techspecs-row
		.techspecs-column
		.custom_sm_show_two {
		display: inline;
	}
}

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

@media only screen and (max-width: 1068px) {
	.section-specs .techspecs-column .column:last-child ul:last-child li {
		margin-right: -1px;
	}
}

.section-specs
	.techspecs
	.section-chip
	.techspecs-row
	.techspecs-column
	.column-wrapper
	ul {
	margin-right: 8px;
}
