@charset "utf-8";

/* 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; }
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; }
.catalog-wrap button:hover { cursor: pointer; }

.entry-content h1, .entry-content h2, .entry-content h3 { margin-top: .7rem !important; }

/* POR Catalog CSS Document */
.porcatalog-container { position: relative; width: 100% !important; max-width: 1140px; min-width: 320px; height: 100%; padding: 3em 15px; margin: 0 auto; font-family: inherit; font-size: 16px !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.porcatalog-container::before { position: relative; display: block; width: 100%; height: 0; content: ""; }
.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; }
.porcatalog-container a { text-decoration: none !important; border-bottom: none !important; }
.porcatalog-container ul { list-style: none; }
.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; }
.porcatalog-container h2::after { display: none !important; }
.porcart-container form { margin-top: inherit; }

.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: 25%; padding: 8px 5% 8px 0; margin: 0 5% 0 0; font-size: 14px; }
.catalog::after { position: absolute; top: 0; right: 0; height: 100%; width: 1px; content: " "; background: #EEE; }
.catalog ul { position: relative; width: 90%; margin: 0; padding: 0; list-style: none !important; font-family: inherit; }
.catalog ul li { position: relative; padding: 10px 0; line-height: 1.2; text-transform: uppercase; border-bottom: 1px 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; padding-bottom: 10px; margin-bottom: 0px; list-style-type: none !important;}
.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; vertical-align: top; margin-top: -2px; content: "\2304"; line-height: 1; }
.catalog ul li a { display: inline-block; line-height: 1.5; }
.catalog ul li a:hover { }

.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(images/icon-down.png) no-repeat left center; background-size: 7px 4px; }

.catalog-search-wrap { margin: 1px 0 15px 1px; box-shadow: 0 0 0 1px #666 !important; width: calc(100% - 3px); }
.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% - 15px) !important; 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; background: #F6F6F6; }
.catalog-search-btn, .catalog-menu-search-btn { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; height: 100%; min-width: inherit !important; padding: 0 10px !important; margin: 0 !important; border: 0 none !important; background: transparent !important; text-decoration: none; opacity: .5; transition: opacity .1s linear; cursor: pointer; line-height: 1 !important; }
#catalog-search-form > label { display: inherit !important; margin: 0 !important; }
#catalog-search-form button:focus { outline: inherit !important; }
#catalog-search-form button::after { display: none !important; }
.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: 15px; }
#catalog-search input::-webkit-input-placeholder, #catalog-menu-search input::-webkit-input-placeholder { font-family: inherit; color: #666; font-size: 14px; font-style: italic; opacity: 1 !important; }
#catalog-search input::-moz-placeholder, #catalog-menu-search input::-moz-placeholder { font-family: inherit; 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 { font-family: inherit; color: #666; font-size: 14px; font-style: italic; opacity: 1 !important; } /* ie */
#catalog-search input:-moz-placeholder, #catalog-menu-search input:-moz-placeholder { font-family: inherit; 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% - 1.5rem); margin: 0 1.5rem 1.5rem 0; text-align: center; box-shadow: 0 0 0 1px #EEE; display: flex; flex-direction: column; }
.porcatpic:hover { box-shadow: 0 0 0 1px #666; }
.porcatpic img { display: block; width: auto; max-width: 90%; max-height: 140px; height: auto; margin: 0 auto 15px; object-fit: contain; }
.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: 20px; display: flex; flex-flow: column nowrap; flex: 1 1 auto; }
.porcatpic span.porcatpic-img, .porcatpic span.porcatpic-title { display: block; }
.porcatpic span.porcatpic-img { height: 150px; 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: 79%; background: transparent; padding: 0; display: flex; flex-direction: column; }
#mainpage th, #mainpage td { background: transparent !important; }
#mainpage > p:first-of-type { margin-bottom: 10px; }
#mainpage > ul:first-of-type { font-size: 14px; margin-bottom: 10px; }

.table { position: relative; width: 100%; }
.table table { width: 100%; max-width: 100%; margin: 0 0 1rem; border: 1px solid #DDD; border-bottom: 0 none; text-align: left; }
.poritem-rates .table table { border: 0 none; }
.table th, .table td { padding: 1rem 1rem 0 !important; border: 1px solid #DDD; border-left: 0 none; vertical-align: middle; }
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 { }
.table th.less-bottom-padding, .table td.less-bottom-padding { padding-bottom: 0 !important; }
.table th { font-weight: 500 !important; }
.table tr:nth-child(even) { background: #FFF; }
.table tr:nth-child(odd) { background: #FCFCFC; }
.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: left; }

.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: 15px 25px !important; background: #111 !important; border-color: transparent !important; color: #FFF !important; font-size: 13px !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; }
.porcatalog-container input[type="button"]:hover, .porcatalog-container input[type="submit"]:hover, .porcart-button a:hover { background: #111 !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 { border: 0 none !important; box-shadow: 0 0 0 1px #CCC; border-radius: 0 !important; }
.porcatalog-container input[type="text"]#catalog-search-box { box-shadow: 0 0 0 1px #666; }
.porcart-button a { box-shadow: none; }
input[type="date"] { margin-bottom: 1rem !important; border: 1px solid #DDD !important; }
.for-revieworder input { border: 1px solid #DDD; line-height: 36px; width: 70px; padding: 0 5px; }
.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; margin-top: 2rem; 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 1rem 0; }

.radio-buttons { position: relative; width: 100%; line-height: 1; padding: 0 !important; margin-bottom: 0 !important; }
.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; }
.porcart-table input[type="text"], .porcart-table input[type="number"] { width: 100%; max-width: inherit; background: #FFF; border: 1px solid #DDD; margin-bottom: 1rem !important; }
.porcart-table input[type="number"]:focus { margin-bottom: 0 !important; }
.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 { }
.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 { font-size: 1.4rem; margin-bottom: .5rem; }
.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 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; }
.porcart-button a { }

.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: 0 0 2rem; display: flex; flex-direction: row; }
.porcart-title { width: calc(100% - 120px); margin: 0 0 1rem; }
.porcart-title > h2 { margin: 20px 0 0; }
.porcart-title > a, #mainpage h2 > a { font-size: 1.2rem; font-style: italic; }
.porcart-title > a { color: rgb(53, 48, 48) !important; display: inline-block; margin: 10px 0; }
.porcart-title > a:hover { color: #e26e24 !important; }
.detailedviewbox td { padding: 0; }
.detailedviewbox h2 > a { margin: 17px 0 1rem; }
#mainpage h1 { font-size: 30px; line-height: 1; margin-bottom: 1rem !important; }
#mainpage h2 { font-size: 1.4rem; margin-bottom: .5rem; }
.porcart-title p:last-of-type { margin-bottom: 1rem; }
.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; display: flex; flex-direction: row; 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; }
.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-gallery { margin-top: 1.5rem; }
.poritem-cart table { margin-bottom: 1.5rem; }
.poritem-cart input[type="number"], .poritem-cart input[type="text"] { width: 100% !important; max-width: 100px; background: #FFF; border: 1px solid #DDD; font-weight: 500 !important;}
.poritem-cart span, .poritem-cart label { margin: 0 .5rem 0 0 !important; font-weight: 600 !important; color: #444; font-size: inherit !important; }
.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; margin-left: 10px; }
.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: 5px;  }
.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: 0; }
.poritem-suggest ul, .poritem-suggest li { list-style: none; }

.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; }

#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 { }
.entry-content .catalog-wrap table:not(.variations), body.et-pb-preview #main-content .container .catalog-wrap table { border: 1px 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; }
.catalog-wrap [type="number"] { margin-bottom: 0 !important; }
.catalog-wrap table tr:last-child td { /*border-bottom: 1px solid #DDD !important;*/ }
.wpb_text_column .catalog-wrap div:last-child { margin-bottom: 1rem; }

.catalog-wrap a { background-image: none !important; }
.catalog-wrap table th { background: none !important; }
.catalog-wrap .table th, .catalog-wrap .table td { }

.row .col img {margin-bottom: 0px!important;}

/* Client fixes */
.catalog-search-btn.no-bg-color.sc_button_hover_slide_left { background: #03106f !important; }
.catalog-search-btn, .catalog-menu-search-btn { opacity: 1; }
#mainpage, #mainpage strong, #mainpage em, #mainpage mark, #mainpage ins, #mainpage table th, #mainpage h1, #mainpage h2, #mainpage h3, #mainpage p, .for-revieworder input, input[type="date"] { color: rgb(53, 48, 48) !important; }
.poritem-suggest a { color: rgb(53, 48, 48) !important; }
.poritem-suggest a:hover { color: #e26e24 !important; }
div[style="color: white;"] { color: rgb(53, 48, 48) !important; }
#EmptyCart div[style="color: white;"] { color: #FFF !important; }
#mainpage table > tbody > tr:nth-child(2n+1) > td { background: transparent !important; }
.catalog ul { width: 100%; padding: 0 5px !important; }
#mainpage table th, #mainpage table th + th, #mainpage table td + th { font-weight: 600 !important; font-size: 1.2rem; border-color: #DDD !important; }
#mainpage .sc_button_hover_slide_left, .porcatalog-container input[type="button"], .porcatalog-container input[type="submit"], .porcart-button a, .porcart-table button, #mainpage .sc_button_hover_slide_left:hover, .porcatalog-container input[type="button"]:hover, .porcatalog-container input[type="submit"]:hover, .porcart-button a:hover, .porcart-table button:hover { background: #e26e24 !important; }
#mainpage .sc_button_hover_slide_left:hover { color: #FFF !important; }
.customer-form { font-size: 14px; }
.customer-form label, .poritem-rates th, #form1 label { font-size: 1rem !important; }
.table th, .table td { font-family: inherit; padding: 1rem 1rem 1rem !important; }
.porcart-table input[type="text"], .porcart-table input[type="number"] { margin-bottom: 0 !important; }
input[type="date"] { margin-bottom: 0 !important; }
.porcatpic span.porcatpic-container { padding: 0 !important; }
.porcatpic { width: calc(33.333% - 1.5rem); margin: 0 1.5rem 1.5rem 0; padding: 15px 20px; }
.porcatpic img { max-width: 90%; margin: 0 auto !important; }
.porcatpic span.porcatpic-img { height: 180px !important; background: #FFF !important; margin-bottom: 0 !important; }
.slick-gallery-wrap, .slick-gallery-container { background: transparent !important; }
.poritem-comments ul, .poritem-suggest ul, .poritem-suggest li { font-family: inherit; list-style-type: disc !important; padding-left: 0; list-style-position: outside; padding-left: 15px; }
.poritem-comments li, .poritem-suggest li { padding-left: 0 !important; }
#submit1 { margin-top: 2rem !important; }
#form1 input[type="number"] { margin: 0 !important; }
#form1 input[type="number"] { background: #F6F6F6; }
#form1 td[align="left"] input[type="number"] { margin: 0 1rem 1.5rem 0 !important; }
.slick-gallery-nav ul { padding-left: 0 !important; }
input[type="radio"], input[type="checkbox"] { display: inherit !important; width: inherit !important; margin-bottom: 2px !important; }
.detailedviewbox { border: 0 none !important; }
#form1 > table { border: 0 none !important; }

.por-breadcrumb-wrap { display: none; position: relative; width: 100%; height: 60px; background: #F6F6F6; color: #555; font-size: 14px; font-weight: 500; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.breadcrumb { position: relative; width: 70%; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; }
.por-breadcrumb-left, .por-breadcrumb-right { position: relative; display: flex; flex-flow: row nowrap; }
.breadcrumb ul { display: flex; flex-flow: row wrap; align-items: center; }
.breadcrumb li { position: relative; padding: 0 20px 0 0; margin: 0 20px 0 0; }
.breadcrumb li:last-child { padding-right: 0; margin-right: 0; }
.breadcrumb li::after { position: absolute; top: 0; right: -1px; width: 1px; height: 100%; content: ""; background: #DDD; }
.breadcrumb li:last-child::after { display: none; }
.breadcrumb ul:first-of-type li:first-child { }
.breadcrumb a { display: block; color: #666; }
.breadcrumb a:hover { color: #06C; }
.por-breadcrumb-right .por-breadcrumb-back-btn { display: none; }
.por-breadcrumb-right.toggle-on .por-breadcrumb-back-btn { display: block; }
.por-breadcrumb-right .por-breadcrumb-back-btn { position: relative; padding: 0 15px 0 25px; line-height: 36px; cursor: pointer; background: #ffcc00; color: #010101; border: 0 solid #666; }
.por-breadcrumb-right .por-breadcrumb-back-btn:hover { border-color: #252525; }
.por-breadcrumb-right .por-breadcrumb-back-btn::before { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 5px; width: 20px; text-align: center; content: "\f104"; font-family: 'Font Awesome\ 5 Free'; font-size: 12px; font-weight: 900; }


/* Toggle */
.toggle-on-tablet, .toggle-on-mobile, .toggle-categories { display: none; }

/* Media Queries */
@media screen and (max-width : 1200px) {
	.porcatalog-container { max-width: 960px; }
}
@media screen and (max-width : 1000px) {
  .toggle-off-tablet { display: none !important; }
  .por-mobile-menu { display: block; }
	.por-breadcrumb-wrap { display: flex; }
	.porcatalog-container { max-width: 720px; }
  .catalog-search-wrap { margin-bottom: 0; }
  #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 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; }
  .toggle-on-tablet, .toggle-categories { display: block; }
  .poritem-container, .poritem-container.flex-reverse { flex-direction: column; 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%; }
  .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; }
  .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; }
  .porcart-table > a:first-of-type { display: block; width: 100%; padding: 0 !important; margin-bottom: 15px; }
  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; }
	.porcart-table table.for-items.for-checkout th:last-of-type, .porcart-table table.for-items.for-checkout td:last-of-type { border-right: 0 none; }
  table.for-items th:not(:last-of-type), table.for-items td:not(:last-of-type) { border-top: 0 none; border-right: 0 none; border-bottom: 1px solid #DDD; }
  table.for-items.for-revieworder th:not(:last-of-type), table.for-items.for-revieworder td:not(:last-of-type) { border-bottom: 0 none; }
  table.for-items.for-revieworder th, table.for-items.for-revieworder td { border-bottom: 0 none; border-right: 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; border-bottom: 0 none; }
  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), table.for-items th:nth-child(2) { padding: 0 1rem; border-bottom: 0 none; }
  table.for-items th:last-of-type, table.for-items td:last-of-type { padding-top: .2rem; }
	table.for-items.for-revieworder tr td:last-of-type { border-bottom: 1px solid #DDD; }
	table.for-items.for-revieworder tr:last-of-type td:last-of-type { border-top: 1px solid #DDD; }
	table.for-items.for-revieworder tr:first-of-type th:nth-child(2)table.for-items.for-revieworder tr:first-of-type th:nth-child(2) { border-top: 1px solid #DDD; }
	table.for-items.for-revieworder tr:first-of-type th:nth-child(2), table.for-items.for-revieworder td:first-of-type { border-bottom: 1px solid #DDD; }
  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; }
  .catalog-wrap .table th, .catalog-wrap .table td { text-align: left; width: auto; }
  #mainpage > p, #mainpage > ul { text-align: center; }
	.page_content_wrap .content_wrap { width: 90% !important; }
	.porcart-table table.for-items tr:last-of-type td { border-top: 0 none; }
  .porcatpic img { max-width: 150px; }
	.porcart-button:not(:last-of-type) { margin-bottom: .5rem; }
}

@media screen and (max-width : 768px) {
	.porcatalog-container { max-width: 540px; }
  .porcatpic { width: calc(50% - 1.5rem); }
  .porcatpic img { max-width: 140px; }
  .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; }
  .poritem-cart, .poritem-info, input[type="button"], input[type="submit"], #customerform .porcart-button a { width: 100%; }
  .porcatalog-container input[type="button"], .porcatalog-container input[type="submit"], .porcart-button a, .porcart-table button, .porcatalog-container form input:not(:disabled):not(.disabled)[type="submit"] { display: block !important; width: 100% !important; padding: 15px 25px !important; }
  .porcart-buttons { justify-content: center; margin-bottom: .5rem; }
}

@media screen and (max-width : 575px) {
	.porcatalog-container { max-width: 100%; }
  .porcatpic img { max-width: 90%; }
	.porcatpic span.porcatpic-img { height: auto !important; margin-bottom: 20px !important; }
  .cart-btn span { display: none; }
  .customer-form tr { display: flex; flex-flow: column wrap; }
  .customer-form th { padding-bottom: 0; border-bottom: 0 none; border-right: 0 none; }
	.customer-form th:first-of-type { border-top: 0 none; }
  .customer-form td { padding-top: .5rem; border-right: 0 none; border-bottom: 0 none; }
	.customer-form tr td:last-of-type { border-bottom: 1px solid #DDD; }
}

@media screen and (max-width : 400px) {
  .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; }
}

@media screen and (max-width : 360px) {
  .porcatpic { width: 100%; margin: 0 0 1.5remx; }
}