
@charset "utf-8";

/* CSS Reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* POR Catalog CSS Globals */
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus {
	outline: none;
	background: transparent;
}

::-moz-focus-inner {
	border: 0;
	background: transparent;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	width: 1px;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}

.porcatalog-container a, .porcatalog-container a:active, .porcatalog-container a:visited {
	color: #d1102b;
}

a:hover {
	color: #000;
}

ul, ol {
	margin: inherit;
}

label {
	margin: 0;
}

strong, b, .strong {
	font-weight: bold;
}

.italic {
	font-style: italic !important;
}

.alert {
	color: #e32636;
}

span.required::after {
	display: inline-block;
	content: "*";
	color: #e32636;
	margin-left: .3rem;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
	margin-top: 10px !important;
}

.entry-content h2 {
	font-size: 32px;
}

/* POR Catalog CSS Document */
.porcatalog-container {
	position: relative;
	width: 100% !important;
	min-width: 320px;
	padding: 0 0 70px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #555;
	line-height: 1.6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.porcatalog-container a {
	text-decoration: none !important;
	border-bottom: none !important;
	line-height: 1.5;
}

.porcatalog-container ul {
	list-style: none;
	margin-left: 0 !important;
}

.porcatalog-container p {
	margin-bottom: 30px;
}

.porcatalog-container hr {
	width: 100%;
	border: 0;
	height: 0;
	margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 0 none;
}

.porcatalog-container ul.disc {
	list-style: disc;
	margin-left: 25px;
	margin-bottom: 15px;
}

.catalog-menu, .catalog-wrap {
	width: 100%;
}

.catalog-wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.catalog {
	position: relative;
	width: 240px;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.catalog::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	content: " ";
	background: transparent;
}

.catalog ul {
	position: relative;
	width: 100%;
	margin: 0 !important;
	list-style: none;
}

.catalog ul li {
	position: relative;
	padding: 5px 0;
	margin: 0 !important;
	line-height: 1.2;
	text-transform: uppercase;
	border-bottom: 0 solid #ddd;
}

.catalog ul li.category-title, .catalog ul li.toggle-categories {
	background: transparent;
}

.catalog ul li.category-title {
	line-height: 1.2;
	margin-bottom: 1.5rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 26px;
	color: #333;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.catalog ul li.category-title a {
	padding: 10px 15px;
	background: #f9f9f9;
	box-shadow: 0 0 0 1px #ddd;
}

.catalog ul li.toggle-categories:hover {
	cursor: pointer;
}

.catalog ul li.toggle-categories span::after {
	display: inline-block;
	font-size: 10px;
	vertical-align: top;
	margin-top: -2px;
	content: "";
	line-height: 1;
}

.catalog ul li a {
	display: inline-block;
	color: #333 !important;
	line-height: 1.5;
}

.catalog ul li a:hover {
	color: #d1102b !important;
}

.catalog-menu-wrap {
	position: relative;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background: #f7f7f7;
	color: #333;
	display: none;
	flex-direction: column;
	justify-content: center;
}

.catalog-menu {
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.select-catalog-wrap, .select-catalog {
	position: relative;
}

.select-catalog-wrap {
	flex: 1 1 auto;
}

.select-catalog a, .select-catalog a:hover, .select-catalog a.active {
	color: #333;
}

.select-catalog a {
	padding: 10px 0;
}

.catalog-menu .toggle-menu-close {
	display: none;
}

.select-catalog a.down-icon {
	position: relative;
	padding-left: 12px;
}

.select-catalog a.down-icon span::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 7px;
	height: 100%;
	opacity: 1;
	content: "";
	background: transparent url("https://cdn-ildhjhn.nitrocdn.com/LFoyMTzGpHOLRiKaMtMJavHpezzphhbo/assets/images/optimized/rev-347aff8/wp.catalog.chatfieldpower.com/images/icon-down.png") no-repeat left center;
	background-size: 7px 4px;
}

.catalog-search-wrap {
	margin-bottom: 25px;
	height: 34px;
	line-height: 1;
}

.site-main .catalog-search-wrap {
	display: none;
}

.catalog-search-wrap, #catalog-search, #catalog-search-form, #catalog-search-box, #catalog-menu-search, #catalog-menu-search-form, #catalog-menu-search-box, .catalog-menu-cart, .catalog-search-cart {
	position: relative;
}

.catalog-menu-cart {
	margin-left: 1rem;
}

#catalog-search-form, #catalog-menu-search-form {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0 none;
}

#catalog-search-box, #catalog-menu-search-box {
	width: calc(100% - 17px);
	height: 34px;
	padding: 0 0 0 15px !important;
	background: transparent;
	border: 0 none !important;
	margin: 0 !important;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.catalog-search-btn, .catalog-menu-search-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 10px !important;
	border: 0 none;
	background: transparent !important;
	text-decoration: none;
	opacity: .5;
	transition: opacity .1s linear;
	cursor: pointer;
	line-height: 1;
	margin: 0 !important;
	box-shadow: none !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#catalog-search-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: none;
	border: 1px solid #ddd !important;
	background: #f9f9f9;
}

#catalog-search, #catalog-search-form {
	height: 34px;
}

.no-bg-color {
	background: none;
	border: none;
}

.catalog-search-btn:hover, .catalog-menu-search-btn:hover {
	opacity: 1;
}

.catalog-search-btn img, .catalog-menu-search-btn img {
	width: auto;
	height: 16px !important;
	margin-top: 1px;
}

#catalog-search input::-webkit-input-placeholder, #catalog-menu-search input::-webkit-input-placeholder {
	color: #666;
	font-size: 14px;
	font-style: italic;
	opacity: 1 !important;
}

#catalog-search input::-moz-placeholder, #catalog-menu-search input::-moz-placeholder {
	color: #666;
	font-size: 14px;
	font-style: italic;
	opacity: 1 !important;
}

/* firefox 19+ */
#catalog-search input:-ms-input-placeholder, #catalog-menu-search input:-ms-input-placeholder {
	color: #666;
	font-size: 14px;
	font-style: italic;
	opacity: 1 !important;
}

/* ie */
#catalog-search input:-moz-placeholder, #catalog-menu-search input:-moz-placeholder {
	color: #666;
	font-size: 14px;
	font-style: italic;
	opacity: 1 !important;
}

.cart-btn a {
	display: inline-block;
	padding: 0 .9rem;
	background: #111;
	border-color: #111;
	color: #fff !important;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	transition: background .1s linear;
}

.cart-btn a:hover {
	background: #111;
	cursor: pointer;
}

.catalog-cart {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

.catalog-search-cart {
	display: block;
	margin-top: 1rem;
}

/* Options */
.toggle-options .catalog-search-cart {
	display: block;
}

.toggle-options .catalog-cart {
	display: inherit;
}

.catalog-menu-wrap.toggle-options {
	display: flex;
}

.porcatpics-wrap {
	width: 100%;
	font-size: 14px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.porcatpic {
	width: calc(33.333% - 22px);
	margin: 0 20px 20px 0;
	text-align: center;
	box-shadow: 0 0 0 0 #eee;
	display: flex;
	flex-direction: column;
	border: 0px solid #ddd;
}

.porcatpic img {
	display: block;
	width: auto;
	max-width: 90% !important;
	max-height: 200px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.porcatpic a, .porcatpic a:hover, .porcatpic a:visited, .porcatpic a:active {
	color: #444 !important;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.porcatpic span {
	position: relative;
	line-height: 1.3;
	text-transform: uppercase;
}

.porcatpic span.porcatpic-container {
	padding: 10px;
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 auto;
}

.porcatpic span.porcatpic-img, .porcatpic span.porcatpic-title {
	display: block;
}

.porcatpic span.porcatpic-title {
	padding-bottom: 20px;
}

.porcatpic span.porcatpic-img {
	height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.porcart-panel {
	position: relative;
	z-index: 1;
}

.porcart-panel ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: inherit;
}

.porcart-panel li {
	position: relative;
	margin: 0 0 0 20px;
}

.porcart-panel li:first-child {
	margin-left: 0;
}

.porcart-panel a {
	display: block;
}

#mainpage {
	position: relative;
	width: calc(100% - 320px);
	display: flex;
	flex-direction: column;
}

.mainpage-buttons {
	position: relative;
	font-weight: 600;
	flex: 1 1 auto;
	text-transform: uppercase;
	font-size: 14px;
}

.mainpage-buttons ul {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0;
	padding: 0;
}

.mainpage-buttons li {
	position: relative;
	margin-right: 20px;
}

.mainpage-buttons li:last-child {
	margin-right: 0;
}

.mainpage-buttons a, .mainpage-buttons .is-button, .mainpage-buttons a:hover, .mainpage-buttons .is-button:hover, .mainpage-buttons a:visited, .mainpage-buttons .is-button:visited {
	position: relative;
	display: block;
	background: #a86b3a;
	color: #fff;
	line-height: 33px;
	padding: 1px 20px 0;
	transition: all .1s linear;
	font-weight: normal;
}

.mainpage-buttons a:hover, .mainpage-buttons .is-button:hover {
	background: #8b582f;
	cursor: pointer;
}

.porcatalog-container > .mainpage-buttons {
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
}

.mainpage-buttons .toggle-bars, .mainpage-buttons .toggle-close {
	font-size: 14px;
}

.mainpage-buttons .toggle-close {
	display: none;
}

.mainpage-buttons .toggle-catalog-menu.toggle-icons .toggle-bars {
	display: none;
}

.mainpage-buttons .toggle-catalog-menu.toggle-icons .toggle-close {
	display: inline-block;
}

.table {
	position: relative;
	width: 100%;
}

.table table {
	border-collapse: separate;
	width: calc(100% - 2px);
	max-width: 100%;
	margin: 0 0 1rem;
	border: 1px solid #ddd;
	border-bottom: 0 none;
	border-right: 0 none;
	text-align: left;
}

.table th, .table td {
	padding: 1rem 1rem 0 !important;
	border-left: 0 none;
	border-top: 0 none;
	vertical-align: middle;
}

.customer-form .table th {
	padding-bottom: 1rem !important;
}

table.for-checkout th, table.for-checkout td, .poritem-cart table th, .poritem-cart table td, .poritem-rates table th, .poritem-rates table td, .for-revieworder th, .for-revieworder td {
	padding-bottom: 1rem !important;
}

.for-revieworder th {
	white-space: nowrap;
}

.table th.less-bottom-padding, .table td.less-bottom-padding {
	padding-bottom: 0 !important;
}

.table th {
	font-weight: bold;
}

.table tr:nth-child(even) {
	background: #f6f6f6;
}

.table .for-items tr:nth-child(even) {
	background: #fff;
}

.table tr:nth-child(odd) {
	background: #f6f6f6;
}

.table .for-items tr:nth-child(odd) {
	background: #fff;
}

.table .for-items tr:first-of-type {
	background: #f6f6f6 !important;
}

.table td[colspan="2"].less-bottom-padding {
	padding-bottom: 0;
}

table.for-items th:first-of-type, table.for-items td:first-of-type {
	width: 120px;
	text-align: center;
}

.porcatalog-container input[type="text"], input[type="number"] {
	line-height: 1;
	padding: .6rem .5rem;
	box-shadow: none;
}

.porcatalog-container input[type="number"] {
	padding-right: 0;
}

.porcatalog-container input[type="button"], .porcatalog-container input[type="submit"], .porcart-button a, .porcart-table button {
	display: inline-block !important;
	min-width: 200px !important;
	padding: 17px 25px 16px !important;
	background: #d1102b !important;
	border-color: #d1102b !important;
	color: #fff !important;
	font-size: 15px !important;
	line-height: 1 !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	text-align: center !important;
	text-decoration: none !important;
	transition: background .1s linear;
	border: 0 none !important;
	cursor: pointer;
	border-radius: 5px;
	margin-right: 0 !important;
	margin-bottom: 20px !important;
}

.porcatalog-container input[type="button"]:hover, .porcatalog-container input[type="submit"]:hover, .porcart-button a:hover {
	background: #d1102b !important;
	color: #fff !important;
	cursor: pointer !important;
}

.porcatalog-container input[type="text"], .porcatalog-container input[type="number"], .porcatalog-container input[type="button"], .porcatalog-container input[type="submit"], .porcart-button a, .customer-form textarea {
	box-shadow: none !important;
}

input[type="date"] {
	border: 0 none !important;
	box-shadow: 0 0 0 1px #ddd !important;
	margin-bottom: 1rem !important;
}

.for-revieworder input {
	border: 1px solid #ddd;
}

.porcart-container input::-webkit-input-placeholder, .porcart-container textarea::-webkit-input-placeholder {
	color: #bbb;
	font-style: italic;
	opacity: 1 !important;
}

.porcart-container input::-moz-placeholder, .porcart-container textarea::-moz-placeholder {
	color: #bbb;
	font-style: italic;
	opacity: 1 !important;
}

.porcart-container input:-ms-input-placeholder, .porcart-container textarea:-ms-input-placeholder {
	color: #bbb;
	font-style: italic;
	opacity: 1 !important;
}

.porcart-container input:-moz-placeholder, .porcart-container textarea:-moz-placeholder {
	color: #bbb;
	font-style: italic;
	opacity: 1 !important;
}

.porcart-container input::placeholder, .porcart-container textarea::placeholder {
	color: #bbb;
	font-style: italic;
	opacity: 1 !important;
}

.porcart-buttons {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.porcart-buttons.is-submit-quote {
	margin-top: 2rem;
}

.porcart-button:not(:last-of-type) {
	margin: 0 1.5rem 0 0;
}

.porcart-button:last-of-type {
	margin-bottom: 0;
}

.radio-buttons {
	position: relative;
	width: 100%;
	line-height: 1;
}

.radio-buttons {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 1rem 0;
}

.radio-buttons input[type="radio"] {
	margin: 0 .3rem 0 0;
}

.radio-buttons input[type="radio"] label {
	font-weight: normal;
}

.radio-buttons input[type="radio"], .radio-buttons input[type="radio"]::before, .radio-buttons input[type="radio"]::after {
	box-sizing: border-box;
}

.radio-buttons label {
	margin: 0 1rem 0 0 !important;
}

.radio-buttons > div {
	position: relative;
	margin: 0 1rem 1rem 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.porcart-container {
	width: 100%;
}

.porcart-table {
	position: relative;
	text-align: left;
	margin-top: 15px;
}

.porcart-table input[type="text"], .porcart-table input[type="number"] {
	width: 100%;
	max-width: inherit;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 1rem;
}

.porcart-table table {
	margin-bottom: 2rem;
}

.porcart-table table.for-items th:last-of-type, .porcart-table table.for-items td:last-of-type {
	text-align: center;
}

.porcart-table table.for-items tr:last-of-type td:first-of-type {
	text-align: left;
}

.porcart-table input[type="button"], .porcart-table input[type="submit"] {
	min-width: 200px;
}

.porcart-table p {
	margin-top: 2rem;
}

.porcart-text {
	position: relative;
}

.porcart-text h2 {
	margin-top: 20px;
	margin-bottom: .5rem;
}

.porcart-text .alert {
	margin: 0;
	padding: 0;
}

.porcart-text.for-customer-form {
	margin: 2rem 0 1rem;
	padding-top: 1rem;
	border-top: 1px solid #ddd;
}

.porcart-text.for-customer-form h2 {
	margin-bottom: 0;
}

.customer-form {
	width: 100%;
}

.customer-form h2 {
	margin-top: 10px;
}

.customer-form table th:last-of-type, .customer-form table td:last-of-type {
	text-align: left;
}

.customer-form td[colspan="2"] {
	padding-bottom: 1.3rem;
}

.customer-form td[colspan="2"] > label:first-of-type {
	display: block;
	margin-bottom: .5rem;
	font-weight: bold;
}

.customer-form textarea {
	width: 100%;
	min-height: 100px;
	padding: .6rem .7rem;
	margin-bottom: 1rem;
}

#customerform input[type="button"], #customerform input[type="submit"], #customerform .porcart-button a {
	min-width: 220px;
}

.customer-form > .table > table > tbody > tr > td:first-of-type, .customer-form > .table > table > tbody > tr > th:first-of-type {
	font-weight: normal;
	width: 300px;
	text-align: left;
	color: #000;
}

.customer-form > .table > table > tbody > tr:last-of-type > td:first-of-type {
	width: 100%;
}

.customer-form > .table > table > tbody > tr > td[width="100%"] {
	width: 100%;
	border-right: 0 none;
}

.customer-form > .table > table > tbody > tr > td:last-of-type {
	width: calc(100% - 300px);
}

.customer-form > .table > table > tbody > tr > td {
	padding: 1rem 1rem !important;
}

.porcart-table .customer-form input[type="text"], .porcart-table .customer-form input[type="number"], .porcart-table .customer-form textarea {
	margin-bottom: 0;
	border: 1px solid #ddd !important;
}

.customer-form > .table > table > tbody > tr {
	position: relative;
	display: flex;
	flex-direction: row;
}

.customer-form input[type="time"], .customer-form input[type="date"] {
	border-radius: 0 !important;
	border: 0 none !important;
	box-shadow: 0 0 0 1px #ddd !important;
	padding: 14px 15px 15px !important;
}

.porcart-city-state-zip {
	position: relative;
	display: flex;
	flex-flow: row wrap;
}

.porcart-city {
	flex-basis: 53%;
}

.porcart-state {
	flex-basis: 15%;
}

.porcart-zip {
	flex-basis: 28%;
}

.porcart-city, .porcart-state {
	margin: 0 2% 0 0;
}

.poritem-container, .porcart-container, .porcart-title, .porcatpics-wrap, .porcatpic, .poritem-detail, .poritem-img-container, .poritem-img-wrap, .poritem-img, .poritem-gallery, .poritem-rates-cart, .poritems-rates, .poritem-cart, .customer-form, .poritem-info, .poritem-notice {
	position: relative;
}

.poritem-cart li, .poritem-comments li, .poritem-suggest li {
	position: relative;
}

.poritem-container {
	width: 100%;
	padding: 1.5rem 0 2rem;
	display: flex;
	flex-direction: row;
}

.poritem-container h2 {
	font-size: 1.4rem;
}

.porcart-title {
	margin: 3px 0 0;
}

.porcart-title > a, .por-item-detail-name, .poritem-specs > table.detailedviewbox > tbody > tr > td > h2 {
	display: inline-block;
	margin: 7px 0 0;
	font-size: 18px;
	color: #d1102b;
	line-height: 1.5 !important;
}

.porcart-title > a:hover {
	color: #000;
}

.porcart-title h1, .poritem-specs h1 {
	font-size: 30px !important;
	line-height: 1;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.porcart-title h2 {
	font-size: 32px !important;
	margin-bottom: .5rem;
	margin-top: 20px;
}

.porcart-title p:last-of-type {
	margin-bottom: .5rem;
}

.poritem-img-container, .poritem-gallery-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 2.5rem;
	margin-right: 2.5rem;
	border-right: 1px solid #eee;
}

.poritem-img-wrap, .poritem-gallery {
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.poritem-img-wrap {
	width: auto;
}

.poritem-img {
	width: 300px;
	height: 300px;
}

.poritem-img img {
	margin: 0 auto;
	max-width: 100%;
	max-height: inherit;
	width: 300px;
	height: 300px;
	object-fit: contain;
}

.poritem-img-text {
	font-size: 14px;
	text-align: center;
	margin: 1rem auto 0;
}

.poritem-img-container .poritem-info, .poritem-gallery-container .poritem-info {
	margin-top: 1rem;
}

.poritem-detail {
	width: auto;
	max-width: 380px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.poritem-rates {
	margin-bottom: 1.5rem;
}

.poritem-rates table:first-of-type td:last-of-type {
	text-align: center;
}

.poritem-rates table {
	margin-bottom: 0;
	background: #f5f5fa;
}

.poritem-rates > .table, .poritem-cart > form#form1 > .table, table.for-items.for-revieworder, table.for-items.for-checkout, .customer-form {
	border: 1px solid rgba(0, 0, 0, .08) !important;
	border-right: 0 none !important;
	border-bottom: 0 none !important;
}

.poritem-rates-cart th {}

.poritem-rates-cart td {
	text-align: center;
}

.poritem-rates-cart .table tr:nth-child(2n) {}

table.detailedviewbox tbody > tr:nth-child(2n+1) > td, table.detailedviewbox tbody > tr:nth-child(2n+1) > t, table.detailedviewbox td, table.detailedviewbox th, .poritem-specs table td, .poritem-specs table th {
	background: none !important;
	border: 0 none !important;
	box-shadow: none !important;
}

.poritem-specs input#submit1 {
	margin-top: 35px;
}

.poritem-rates h2, .poritem-cart h2 {
	margin-bottom: 0;
	line-height: 1;
	text-align: left;
}

.poritem-cart, .poritem-info {
	margin-bottom: 2rem;
}

.poritem-gallery-container, .poritem-info {
	max-width: 400px;
}

.poritem-cart table {
	margin-bottom: 1.5rem;
}

.poritem-cart table, .porcart-table table {
	border-radius: 0;
}

.poritem-cart input[type="number"], .poritem-cart input[type="text"] {
	width: 100% !important;
	max-width: 100px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 10px 0 0;
}

.poritem-cart span, .poritem-cart label {
	margin: 0 .5rem 0 0 !important;
	font-weight: bold !important;
	color: #444;
}

.poritem-info h2 {
	margin-bottom: .7rem;
	line-height: 1;
}

.poritem-info .poritem-info-heading {
	font-size: 1.4rem;
	margin-bottom: .7rem;
	line-height: 1;
}

.poritem-info p {
	margin-bottom: 5px;
}

.poritem-info.for-suggest {
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 1.5rem;
	margin-bottom: 0;
}

.poritem-more-comments::before {
	display: none;
}

.poritem-more-comments ul {
	margin: 0 0 0 -15px;
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: opacity .2s, height .2s linear;
}

.poritem-more-comments.toggle-on > a {
	display: none;
}

.poritem-more-comments.toggle-on ul {
	opacity: 1;
	visibility: visible;
	height: auto;
}

.more-comments, .less-comments {
	display: inline-block;
	width: 10px;
	text-align: right;
}

.less-comments, .view-less-comments {
	display: none;
}

.poritem-more-comments.toggle-on .less-comments {
	display: inline-block;
}

.poritem-more-comments.toggle-on .more-comments {
	display: none;
}

.poritem-comments li {
	padding-left: 15px;
}

.poritem-comments li::before {
	position: absolute;
	left: 0;
	width: 15px;
	content: "•";
}

.poritem-comments li.is-media::before {
	content: " ";
}

.poritem-comments iframe {
	display: inline-block;
	width: 100%;
	min-height: 300px;
	height: auto;
	margin: .5rem 0 0;
	border: 0 none;
}

.poritem-suggest ul {
	margin-left: 15px;
}

.poritem-suggest ul, .poritem-suggest li {
	list-style: disc;
}

.poritem-suggest .porcatpics-wrap, .poritem-info .porcatpics-wrap {
	margin-top: 1.5rem;
}

.poritem-suggest .porcatpic, .poritem-info .porcatpic {
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.porcatpic-cart {
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.porcatpic-cart input[type="number"] {
	width: 100%;
	max-width: 100px;
}

/* Flex Reverse */
.poritem-container.flex-reverse {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.poritem-container.flex-reverse .poritem-img-container, .poritem-container.flex-reverse .poritem-gallery-container {
	padding-right: 0;
	margin-right: 0;
	border-right: 0 none;
	padding-left: 3rem;
	border-left: 1px solid #eee;
}

.poritem-container.flex-reverse .poritem-detail {
	max-width: 480px;
	padding-right: 3rem;
}

.poritem-notice {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #eee;
	font-size: 14px;
}

.poritem-notice p {
	margin-bottom: .5rem;
}

.poritem-notice p:last-of-type {
	margin-bottom: 0;
}

.item-notice {
	position: relative;
}

.item-notice.first {
	margin-top: 40px;
}

#left-area .catalog-wrap ul, .comment-content .catalog-wrap ul, .entry-content .catalog-wrap ul, .et-l--body .catalog-wrap ul, .et-l--footer .catalog-wrap ul, .et-l--header .catalog-wrap ul, body.et-pb-preview #main-content .container .catalog-wrap ul {
	list-style-type: none;
}

.et_pb_text .catalog-wrap ol, .et_pb_text .catalog-wrap ul {
	margin-left: 0;
	padding-left: 0;
}

.catalog-wrap .table td, .catalog-wrap .table th {
	border-top: 0 none;
	box-shadow: none !important;
	background: #f9f9f9 !important;
}

.entry-content .catalog-wrap table:not(.variations), body.et-pb-preview #main-content .container .catalog-wrap table {
	border: 0 solid #eee;
	border-right: 0 none;
	border-bottom: 0 none;
}

.copyright {
	position: relative;
	width: 100%;
	padding: 2rem 0;
	text-align: center;
	font-size: 13px;
}

.copyright span {
	display: inline-block;
	max-width: 90%;
}

/* Overrides */
.edit-link a {
	color: #333 !important;
}

.edit-link a::before {
	margin-top: 0 !important;
}

#form1 th, #form1 td, #form1 th:first-child, #form1 td:first-child {
	vertical-align: middle !important;
}

table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {}

/* Toggle */
.toggle-on-tablet, .toggle-on-mobile, .toggle-categories {
	display: none;
}

.porcatalog-container.is-wp-search .catalog-wrap #mainpage {
	opacity: 1;
	transition: opacity .1s linear;
}

.porcatalog-container.is-wp-search .catalog-wrap.fade-in-porcatalog #mainpage {
	opacity: 0;
}

.porcatalog-container.is-wp-search::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 40px;
	width: 100%;
	height: calc(100% - 40px);
	content: "Searching...";
	background: #fff;
	text-align: center;
	z-index: 3;
}

.poritem-specs .poritem-cart #form1 input[type="number"] {
	display: inline;
	margin-bottom: 20px;
}

td[align="left"] {
	text-align: left;
}

/* Media Queries */
@media screen and (max-width : 1400px) {
	.porcatpic {
		width: calc(50% - 22px);
	}
}

@media screen and (max-width : 1000px) {
	.toggle-off-tablet {
		display: none !important;
	}
	
	#mainpage, .catalog ul, #catalog-search-form, #catalog-menu-search-form, .porcart-title {
		width: 100%;
	}
	
	.catalog-wrap {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	#catalog-menu-search, #catalog-search {
		max-width: 100%;
	}
	
	.catalog::after {
		display: none;
	}
	
	.catalog ul {
		width: 100%;
	}
	
	.catalog ul li a {
		padding: 0 15px;
	}
	
	.catalog ul li.category-title {
		margin-bottom: 10px;
	}
	
	.catalog {
		width: 100%;
		padding: 0;
		margin: 0 auto 25px;
		font-size: 16px;
	}
	
	.catalog ul li:not(.toggle-tablet-on) {
		display: none;
		background: #f9f9f9;
		border-bottom: 1px solid #ddd;
	}
	
	.catalog.toggle-on ul li {
		display: block;
	}
	
	.catalog ul:first-of-type li:first-child {
		border-top: 1px solid #ddd;
	}
	
	.toggle-on-tablet, .toggle-categories {
		display: block;
	}
	
	.porcatalog-container {
		width: 100% !important;
		margin: 0 auto;
	}
	
	.catalog-search-wrap {
		margin-bottom: 22px;
	}
}

@media screen and (max-width : 768px) {
	.poritem-container, .poritem-container.flex-reverse {
		flex-direction: column;
		align-items: center;
		padding-bottom: 0;
	}
	
	.poritem-img-container, .poritem-container.flex-reverse .poritem-img-container {
		padding: 0;
		margin: 0 0 1rem;
		border: 0 none;
	}
	
	.poritem-gallery-container, .poritem-container.flex-reverse .poritem-gallery-container {
		margin: 0 0 1rem;
		padding: 0;
		border: 0 none;
	}
	
	.porcart-city, .porcart-state, .porcart-zip {
		width: 100%;
	}
	
	.porcart-city, .porcart-state {
		margin: 0 0 1rem;
	}
	
	.poritem-detail, .poritem-container.flex-reverse .poritem-detail {
		max-width: inherit;
		width: 100%;
		padding: 0;
		flex-direction: column;
		align-items: center;
	}
	
	.poritem-rates-cart, .poritem-container.flex-reverse .poritem-rates-cart {
		width: 100%;
	}
	
	.porcart-title {
		text-align: left;
	}
	
	.porcart-buttons {
		justify-content: center;
	}
	
	.porcatpics-wrap {
		justify-content: center;
	}
	
	.porcatpic {
		width: calc(50% - 1.5rem);
		margin: 0 .75rem 1.5rem;
	}
	
	.poritem-suggest .porcatpics-wrap, .poritem-info .porcatpics-wrap {
		justify-content: flex-start;
	}
	
	.poritem-suggest .porcatpic, .poritem-info .porcatpic {
		margin: 0 1.5rem 1.5rem 0;
	}
	
	.poritem-cart input[type="number"], .poritem-cart input[type="text"] {
		max-width: none;
	}
	
	.porcart-button, .porcart-button:not(:last-of-type) {
		width: 100%;
		margin: 0 auto;
	}
	
	.porcart-button:last-of-type {
		margin-bottom: 10px;
	}
	
	.poritem-cart, .poritem-info, input[type="button"], input[type="submit"], #customerform .porcart-button a {
		width: 100%;
	}
	
	.porcart-city, .porcart-state, .porcart-zip {
		flex-basis: 100%;
	}
	
	.porcart-city, .porcart-state {
		margin: 0 0 1rem 0;
	}
	
	.poritem-cart li, .poritem-comments li, .poritem-suggest li {
		margin-bottom: .5rem;
	}
	
	.toggle-on-mobile {
		display: block;
	}
	
	.customer-form > .table > table > tbody > tr {
		flex-direction: column;
	}
	
	.customer-form > .table > table > tbody > tr > td:last-of-type, .customer-form > .table > table > tbody > tr > td:first-of-type, .customer-form > .table > table > tbody > tr > th:first-of-type {
		width: 100%;
	}
	
	.mainpage-buttons li, .mainpage-buttons li:last-child {
		margin: 0 10px 10px;
	}
	
	.porcatalog-container > .mainpage-buttons {
		margin: 15px 0 0;
	}
	
	.porcatalog-container > .mainpage-buttons ul {
		justify-content: center;
	}
	
	.porcatalog-container {
		padding-top: 50px;
	}
	
	.cart-btn span {
		display: none;
	}
	
	#catalog-menu-search-form {
		width: 180px;
	}
	
	.customer-form tr {
		display: flex;
		flex-flow: column wrap;
	}
	
	.customer-form th {
		padding-bottom: 0;
		border-bottom: 0 none;
	}
	
	.customer-form td {
		padding-top: .5rem;
	}
	
	.porcatalog-container input[type="button"], .porcatalog-container input[type="submit"], .porcart-button a {
		font-size: 14px;
	}
	
	#catalog-menu-search-form {
		width: 110px;
	}
	
	.revieworder-cart tr {
		display: flex;
		flex-flow: row wrap;
	}
	
	.revieworder-cart tr th:first-of-type, .revieworder-cart td:first-of-type {
		flex-basis: 100%;
	}
	
	.revieworder-cart tr th, .revieworder-cart td {
		flex: 1 1 auto;
	}
	
	.radio-buttons > div.radio-with-input-field {
		flex-flow: row wrap;
	}
	
	.radio-buttons > div.radio-with-input-field input[type="text"] {
		margin-top: 1rem;
	}
	
	.porcatpic {
		width: 100%;
		margin: 0 auto 1.5rem;
	}
	
	table.for-items tr {
		display: flex;
		flex-flow: column nowrap;
	}
	
	table.for-items th:first-of-type, table.for-items td:first-of-type {
		width: 100%;
	}
	
	.porcart-table table.for-items th:last-of-type, .porcart-table table.for-items td:last-of-type {
		text-align: left;
	}
	
	table.for-items th:not(:last-of-type), table.for-items td:not(:last-of-type) {
		border-bottom: 0 none;
	}
	
	table.for-items th:first-of-type, table.for-items td:first-of-type {
		padding-bottom: .2rem;
	}
	
	table.for-items tr:first-of-type th:nth-child(2) {
		padding: 0 1rem;
		width: 100%;
	}
	
	table.for-items.for-revieworder tr:not(:last-of-type) td:nth-child(2), table.for-items th:not(:last-of-type), table.for-items td:not(:last-of-type), .porcart-table table.for-items td:last-of-type {
		width: 100%;
	}
	
	table.for-items.for-revieworder tr:not(:last-of-type) td:nth-child(2) {
		padding: .3rem 1rem 0;
	}
	
	table.for-items.for-checkout tr:not(:last-of-type) td:nth-child(2) {
		padding: 0 1rem;
	}
	
	table.for-items th:last-of-type, table.for-items td:last-of-type {
		padding-top: .2rem;
	}
	
	table.for-items.for-checkout td:first-of-type::before {
		display: inline;
		content: "Qty:";
		padding-right: 5px;
	}
	
	table.for-items.for-checkout tr:last-of-type td::before {
		display: none;
	}
	
	table.for-items th:first-of-type, table.for-items td:first-of-type, table.for-items th, table.for-items td {
		text-align: left;
	}
	
	.customer-form > .table > table > tbody > tr > th:first-of-type {
		padding-bottom: 0 !important;
	}
}

@media screen and (max-width : 500px) {}

@media screen and (max-width : 400px) {
	#catalog-menu-search-form {
		width: 110px;
	}
}

@media screen and (max-width : 360px) {}
