ul {
	padding: 0 0 25px 30px;
}
h1, h2, h3 {
	display: block;
	line-height: 1.2;
}
h1 {
	font-size: revert;
	text-align: center;
}
header {
	flex-direction: column;
	gap: 0;
	padding: 40px 0;
}
header div:nth-child(2) {
	display: none;
}
.navigate {
	display: none;
}
#mobile-menu {
	display: block;
}
.logo {
	top: 0px;
}
.body-container {
	padding: 40px 15px;
}
.float-right {
	display: block;
	float: none;
	padding: 25px 0;
	text-align: center;
}
.notes {
	padding-bottom: 25px;
}
.btn-add, .btn-add:hover {
	display: block;
	/*font-size: 1.125em;*/
}
a.scroll-to-top {
	display: none;
}
footer {
	align-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 60px;
	font-size: 16px;
	padding: 40px 10px;
}
footer div:nth-child(2) {
	flex-grow: 1;
	order: 3;
}
footer div:nth-child(3) {
    order: 2;
}
footer p {
	line-height: 1.5;
}
/*** TABLE MOBILE ***/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
.mesa table {
	background-color: transparent;
}
.mesa table, 
.mesa thead, 
.mesa tbody, 
.mesa th, 
.mesa td, 
.mesa tr {
	display: block;
}
.mesa table td.tdOne, 
.mesa table td.tdTwo, 
.mesa table td.tdThree, 
.mesa table td.tdFour, 
.mesa table td.tdFive {
	width: auto;
}
.mesa .tdThree {
	text-align: center;
}
.mesa table td.tdFive {
	padding: 20px 0;
}
.mesa thead .mesa tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.mesa tr {
	background-color: rgba(0,0,0,0.25);
	border: 1px solid #545047;
	margin: 20px 0;
}
.mesa table tr:hover {
	background-color: rgba(0,0,0,0.25) !important;
}
.mesa td {
	/*border-bottom: 1px dotted #b7b7b7;*/
	position: relative;
	padding-left: 36% !important;
	text-align: center;
	padding-right: 5px;
}
.mesa td:last-child {
	border-bottom: 0;
	padding-left: 52% !important;
	position: relative;
}
.mesa td:before {
	position: absolute;
	top: 6px;
	left: 6px;
	padding-right: 25px;
	white-space: normal;
}
.mesa td:nth-of-type(1):before {
	content: "Part #";
}
.mesa td:nth-of-type(2):before {
	content: "Model #";
}
.mesa td:nth-of-type(3):before {
	content: "Description";
}
.mesa td:nth-of-type(4):before {
	content: "Our Price";
}
.mesa td:nth-of-type(5):before {
	content: "";
}
.mesa .first {
	display: none;
}
.mesaNoMd td:nth-of-type(1):before {
	content: "Part #";
}
.mesaNoMd td:nth-of-type(2):before {
	content: "Description";
}
.mesaNoMd td:nth-of-type(3):before {
	content: "Our Price";
}
.mesaNoMd td:nth-of-type(4):before {
	content: "";
}
.mesaNoMd .first {
	display: none;
}
.mesaNoMd .tdOne, 
.mesaNoMd .tdTwo, 
.mesaNoMd .tdThree, 
.mesaNoMd .tdFour, 
.mesaNoMd .tdFourRetail, 
.mesaNoMd .tdFive, 
.mesaNoMd .tdSix {
	width: auto;
	text-align: center;
}
.mesaNoMd .tdThree {
	text-align: center;
}
}