/* ==========================================================================
   ACCESSIBILITY STYLES - WCAG 2.1 AA Compliance
   ========================================================================== */

/* Screen reader only - visually hidden but accessible */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Screen reader only - becomes visible on focus (for skip links) */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 15px 25px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background-color: #343a40;
  color: #FBC02D;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border: 3px solid #FBC02D;
  border-radius: 0 0 8px 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* Focus visible styles for keyboard navigation */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
  outline: 3px solid #FBC02D;
  outline-offset: 2px;
}

/* Focus within for form groups */
.form-control:focus {
  border-color: #FBC02D;
  box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.25);
}

/* High contrast focus for dark backgrounds */
.btn-dark:focus,
.btn-outline-dark:focus {
  outline: 3px solid #FBC02D;
  outline-offset: 2px;
}

.btn-warning:focus {
  outline: 3px solid #343a40;
  outline-offset: 2px;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  a:focus,
  button:focus {
    outline: 3px solid currentColor;
  }
}

/* Ensure minimum touch target size (44x44px) for mobile */
@media (max-width: 768px) {
  .btn,
  .nav-link,
  a.btn {
    min-height: 44px;
    min-width: 44px;
    padding: 10px 15px;
  }
}

/* ==========================================================================
   END ACCESSIBILITY STYLES
   ========================================================================== */

.hidden {
  display: none;
}

.productDropdown {
  background-color: inherit;
  display: block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 18px;
}

.productDropdownMenu {
  background-color: inherit;
  padding-top: 0;
  margin-top: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 18px;
}

.dropdown-item {
  background-color: #FBC02D;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 18px;
}
.dropdown-item:active {
  background-image: linear-gradient(130deg, black, #FBC02D, black, #FBC02D, black);
  color: #FFFFFF;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 18px;
}

.dropdown-menu {
  background-color: #FBC02D;
  padding: 0;
  border-left: 3px solid #FBC02D;
  border-bottom: 3px solid #FBC02D;
}

#navBtnOveride {
  font-size: 18px;
  padding: 5px 10px;
  border: none;
  color: #FFFFFF;
}
#navBtnOveride:hover {
  color: #FBC02D;
}
#navBtnOveride:active {
  color: #FBC02D;
}

.nav-btn {
  border-radius: 3px;
  font-size: 18px;
  padding: 3px 6px;
  border: none;
  color: #FFFFFF;
}
.nav-btn:hover {
  color: #FBC02D;
}
.nav-btn:active {
  color: #FBC02D;
}

#curPgnBtnOveride {
  color: #FFFFFF;
  background-image: linear-gradient(130deg, black, #FBC02D, black, #FBC02D, black);
  font-size: 18px;
  padding: 5px 10px;
  border: none;
}

.pgnBtnOveride {
  color: #FFFFFF;
  font-size: 18px;
  padding: 5px 10px;
  border: none;
}

#breadCrumbRow {
  margin-bottom: -5px;
}

#search_submit {
  font-size: 18px;
  padding: 5px 10px;
  border: none;
}

#search_field {
  font-size: 16px;
  padding: 3px 3px;
  border: none;
}

#masthead {
  padding: 0;
  border: none;
}
#masthead a {
  color: #FFFFFF;
  font-family: "Aldrich", sans-serif;
  text-transform: capitalize;
}
#masthead a:hover {
  color: #FBC02D;
  outline: 0;
}
#masthead a:hover .caret {
  color: #FBC02D;
  outline: 0;
}
#masthead a:focus {
  color: #FBC02D;
  outline: 0;
}
#masthead a:focus .caret {
  color: #FBC02D;
  outline: 0;
}
#masthead #masthead .zmdi {
  color: #FBC02D;
}
#masthead .fa-bars {
  color: #FFFFFF;
}
#masthead div {
  font-family: "Aldrich", sans-serif;
  text-transform: capitalize;
}
#masthead .header-main {
  background: #FBC02D;
}

button {
  color: #FFFFFF;
}
button a:hover {
  color: #FBC02D;
}
button i:hover {
  color: #FBC02D;
}

.masthead_backdrop {
  background: #FBC02D url("../content/grossAssets/honeycomb-bg-large.png");
}

.breadcrumb-arrow {
  min-height: 36px;
  padding: 0;
  line-height: 36px;
  list-style: none;
  overflow: auto;
}
.breadcrumb-arrow li {
  display: inline-block;
}
.breadcrumb-arrow li:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  padding: 0 10px;
  padding-left: 10px;
}
.breadcrumb-arrow li a {
  display: inline-block;
  height: 36px;
  padding: 0 10px 0 25px;
  line-height: 36px;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #343a40;
  border: 1px solid #343a40;
}
.breadcrumb-arrow li a:after {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  right: -11px;
  z-index: 2;
  border-left: 11px solid #FFFFFF;
}
.breadcrumb-arrow li a:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  right: -10px;
  z-index: 3;
  border-left-color: #343a40;
  border-left-style: solid;
  border-left-width: 10px;
}
.breadcrumb-arrow li a:focus {
  background-color: #40474e;
  border: 1px solid #40474e;
  color: #FBC02D;
}
.breadcrumb-arrow li a:focus:before {
  border-left-color: #40474e;
}
.breadcrumb-arrow li a:hover {
  background-color: #40474e;
  border: 1px solid #40474e;
  color: #FBC02D;
}
.breadcrumb-arrow li a:hover:before {
  border-left-color: #40474e;
}
.breadcrumb-arrow li a:active {
  background-color: #40474e;
  border: 1px solid #40474e;
}
.breadcrumb-arrow li a:active:after {
  border-left-color: #40474e;
}
.breadcrumb-arrow li a:active:before {
  border-left-color: #40474e;
}
.breadcrumb-arrow li span {
  display: inline-block;
  padding: 0 10px;
}
.breadcrumb-arrow li + li:before {
  padding: 0;
  content: "";
}
.breadcrumb-arrow li:not(:first-child) span {
  height: 36px;
  padding: 0 10px 0 25px;
  line-height: 36px;
}
.breadcrumb-arrow li.active span {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #6c757d;
  border: 1px solid #6c757d;
}
.breadcrumb-arrow li.active span:after {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  right: -11px;
  z-index: 2;
  border-left: 10px solid #40474e;
}
.breadcrumb-arrow li.active span:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  right: -10px;
  z-index: 3;
  color: #FBC02D;
  border-left-color: #40474e;
  border-left-style: solid;
  border-left-width: 11px;
}
.breadcrumb-arrow li.active:first-child span {
  padding-left: 10px;
}

p {
  margin: 0 0 10px;
  padding: 0;
  color: inherit;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
  word-wrap: break-word;
  background-image: url("../content/grossAssets/honeycomb-bg-large.png");
  font-family: "Titillium Web", sans-serif;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Titillium Web", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

article {
  display: block;
}

aside {
  display: block;
}

details {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
}

footer {
  display: block;
}

header {
  display: block;
}

hgroup {
  display: block;
}

main {
  display: block;
}

menu {
  display: block;
}

nav {
  display: block;
}

section {
  display: block;
}

summary {
  display: block;
}

#main .container {
  position: relative;
}
#main .container .container {
  width: 100%;
}

.site-main {
  min-height: 800px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.5;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.row {
  width: 100%;
  margin: 0 auto;
  max-width: 92.5em;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.row:before {
  content: " ";
  display: table;
}
.row .row {
  width: auto;
  margin: 0 -0.9375em;
  max-width: none;
}
.row .row:after {
  content: " ";
  display: table;
  clear: both;
}
.row .row:before {
  content: " ";
  display: table;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:after {
  content: " ";
  display: table;
  clear: both;
}
.row .row.collapse:before {
  content: " ";
  display: table;
}

.row.collapse > .column {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.column {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}
[class*=column] + [class*=column].end {
  float: left;
}

.panel-product {
  border-left: 2px solid #c1c1c1;
  border-top: 2px solid #c1c1c1;
  margin-bottom: 1.25rem;
  padding: 1rem;
  color: #333;
  margin-left: 5px;
  margin-right: 5px;
}
.panel-product a:hover {
  color: #FBC02D;
}

.quoteTableText a:hover {
  color: #FBC02D;
}

a:hover {
  color: #FBC02D;
}

.addItemOnPageRow {
  align-self: center;
  line-height: inherit;
  vertical-align: middle;
  padding-top: 5px;
}

.panel-product-alone {
  border: 1px solid #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background-image: linear-gradient(130deg, #FFFFFF, #cccccc, #FFFFFF, #cccccc);
  color: #333;
}

#accordion {
  padding-bottom: 5px;
}

#productFilterAccordion {
  padding-bottom: 5px;
}

.darkText {
  color: #000000;
}

blockquote {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

div {
  margin: 0;
  padding: 0;
}
div a {
  color: inherit;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

h5 {
  margin: 0;
  padding: 0;
}

h6 {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}
li a:disabled {
  color: #FBC02D;
}
li a:hover {
  color: #FBC02D;
}
li a:active {
  color: #FBC02D;
}

ol {
  margin: 0;
  padding: 0;
}

pre {
  margin: 0;
  padding: 0;
}

td {
  margin: 0;
  padding: 0;
}
td a {
  display: block;
  width: 100%;
}

th {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

#main-navbar {
  padding-right: 0;
}

.nav-pills .nav-link.active {
  color: #FFFFFF;
  background-color: #343a40;
}
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #343a40;
}

a {
  text-decoration: none;
  background-color: transparent;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.pagination_button a {
  color: #FBC02D;
}

#pagination_container {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  color: #FFFFFF;
  background-color: #212529;
}
#pagination_container li a:active {
  color: #FBC02D;
}

.mast-copyright {
  font-size: 14px;
  color: #ffffff;
  font-weight: inherit;
  background-color: #1a1a2e;
  background-image: url("../content/grossAssets/honeycomb-bg-large.png");
}
.mast-copyright .scroll {
  text-align: center;
}
.mast-copyright .scroll .scrollUp {
  font-size: 14px;
  color: #FBC02D;
  text-decoration: underline;
}
.mast-copyright a {
  color: #FBC02D;
}
.mast-copyright a:hover {
  color: #ffffff;
}
.mast-copyright h3 {
  color: #ffffff;
}
.mast-copyright p {
  color: #e0e0e0;
}

/* Footer logo with white halo for visibility on dark background */
.footer-logo {
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 8px;
  display: inline-block;
}

/* Footer phone numbers - consistent styling */
.footer-phone {
  font-size: 1.1rem;
  color: #ffffff;
  margin: 5px 0;
}
.footer-phone-secondary {
  font-size: 1.1rem;
  color: #b0b0b0;
  margin: 5px 0;
}

.mast-footer {
  color: #FFFFFF;
}
.mast-footer .footer-bottom a {
  color: #FFFFFF;
}
.mast-footer .mast-footer-profile a {
  color: #FFFFFF;
}

.contact-info {
  text-align: center;
  font-size: 22px;
}
.contact-info p {
  font-weight: normal;
}

.contact-page {
  background-image: url("../content/grossAssets/map-image.png");
  background-color: #212529;
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#footer-aligned-col {
  align-items: center;
  vertical-align: center;
  position: center;
  margin-left: auto;
  margin-right: auto;
}

IMG.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.breakWord {
  word-wrap: break-word;
}

.button a {
  display: block;
  width: 100%;
  height: 100%;
}
.button a:hover {
  color: #FBC02D;
}
.button:hover {
  color: #FBC02D;
}

#submitContact:hover {
  color: #FBC02D;
}

.page-item {
  padding-left: 1px;
  padding-right: 1px;
}
.page-item a:active {
  z-index: 0;
}

.downLoadBtn {
  word-break: break-all;
}

.addToCart {
  display: flex;
}

.addToCartQty {
  width: 30px;
}

.productButtons {
  margin: auto;
  padding: auto;
  font-size: 24px;
}

.qtyButtons {
  margin: auto;
  padding: auto;
  font-size: 24px;
}

#qtyMinus:hover i {
  color: #ff0000;
}

#qtyPlus:hover i {
  color: #00CC00;
}

#add {
  margin-left: 3px;
}
#add:hover {
  color: #FBC02D;
}
#add:hover i {
  color: #FBC02D;
}

#update {
  padding: 10px 20px;
  font-size: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#update button:hover {
  color: #FBC02D;
}

#delete {
  padding: 10px 20px;
  font-size: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#delete button:hover {
  color: #ff0000;
}

#increase {
  padding: 10px 20px;
  font-size: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#increase button:hover {
  color: #00CC00;
}

#decrease {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 0;
}
#decrease button:hover {
  color: #1a68ff;
}

#submitQuote {
  padding: 10px 20px;
  font-size: 16px;
}
#submitQuote button:hover {
  color: #FBC02D;
}

.radioButton {
  font-size: 14px;
  padding: 5px 10px;
  border: none;
  color: #FFFFFF;
  background-color: #343a40;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.radioButton:hover {
  color: #FBC02D;
}

.radioButtonGroup {
  width: 100%;
}

.filterSubmit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.defaultCustomButtonDark {
  font-size: 16px;
  padding: 5px 10px;
  border: none;
  color: #FFFFFF;
  background-color: #343a40;
}
.defaultCustomButtonDark:hover {
  color: #FBC02D;
}

.defaultCustomButtonDarkOutline {
  font-size: 16px;
  color: #FBC02D;
}
.defaultCustomButtonDarkOutline:hover {
  background-image: linear-gradient(130deg, black, #FBC02D, black, #FBC02D, black);
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.quoteItemRow > td {
  max-height: 200px;
}

.quoteAddArrow {
  margin: 10px;
}

.quoteTable {
  padding-bottom: 0;
}

.fileBtn {
  justify-content: center;
}
.fileBtn h3 {
  display: inline-flex;
  justify-content: center;
}
.fileBtn i {
  float: right;
  color: #343a40;
}
.fileBtn:hover i {
  float: right;
  line-height: inherit;
  vertical-align: middle;
  color: #FBC02D;
}

.homeBtn {
  line-height: inherit;
  vertical-align: bottom;
  color: #343a40;
}
.homeBtn i {
  float: right;
  line-height: inherit;
  vertical-align: middle;
  color: #343a40;
}
.homeBtn:hover i {
  float: right;
  line-height: inherit;
  vertical-align: middle;
  color: #FBC02D;
}

.contactLabelDiv {
  color: #FFFFFF;
}

.homeCard {
  color: #ffffff;
  background-image: linear-gradient(130deg, #000000, #4e555b, #000000, #4e555b, #000000);
}
.homeCard h2 {
  color: #FBC02D;
  text-align: center;
}
.homeCard .card-text {
  color: #e0e0e0;
}

/* Clickable product cards */
.product-card-link {
  display: block;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.product-card-link:hover {
  transform: translateY(-5px);
}
.product-card-link:hover img {
  border-color: #FBC02D !important;
}
.product-card-link img {
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color 0.2s ease;
}

#cardLeft {
  margin-right: 5px;
}

#cardRight {
  margin-left: 5px;
}

.cardBtnFooter {
  padding: 0;
}

.homeJumbotron {
  height: 266px;
  width: auto;
  color: #FFFFFF;
  padding-top: 0;
  margin-bottom: 5px;
  background-image: linear-gradient(130deg, rgba(0, 0, 0, 0.73), rgba(78, 85, 91, 0.63), rgba(237, 237, 237, 0.53), rgba(237, 237, 237, 0.43), rgba(78, 85, 91, 0.33), rgba(78, 85, 91, 0.23), rgba(78, 85, 91, 0.13)), url("../content/grossAssets/map-image.png");
  background-color: #0b0b0b;
}

.homeDeck {
  margin-bottom: 5px;
  margin-top: 5px;
}

.productSelect {
  height: auto;
}

#homeH1 {
  padding: 3px;
}

.homeH2 {
  padding: 3px;
}

.homeH3 {
  padding: 3px;
}

#homeTopLeftCol {
  margin-right: 0;
  padding-right: 0;
  padding-top: 30px;
  max-width: 440px;
}

#homeTopGrossLogoCol {
  margin: 0;
  padding: 10px 0 0;
}

#parentSiteButton {
  font-size: inherit;
  padding-left: 5px;
  padding-right: 5px;
}

.box {
  width: 300px;
  height: 300px;
  background-color: #d9d9d9;
  position: fixed;
  margin-left: -150px;
  margin-top: -150px;
  top: 50%;
  left: 50%;
}

.qtyCol {
  width: 15%;
}

.paginationContainer {
  padding-left: 0;
  padding-right: 0;
}

.mobiShow {
  display: none;
}

.mobiFlexRow {
  align-content: center;
  align-items: center;
}

#fixedContainer {
  position: relative;
  margin-left: -200px;
  margin-right: -20px;
  padding: 7px;
  padding-right: 25px;
  width: 20%;
}

.protect {
  height: auto;
  width: auto;
}

.rotate {
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.rotate.down {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.left.rotate {
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.left.rotate.down {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.right.rotate {
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.right.rotate.down {
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.login-box-body {
  background-image: url("../content/grossAssets/map-image.png");
  background-color: #212529;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 600px) {
  .seriesProductCol {
    padding: 0;
  }

  #add {
    margin-left: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #qtyPlus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .fileBtn {
    font-size: inherit;
    margin: auto;
  }
  .fileBtn h3 {
    display: none;
  }
  .fileBtn i {
    padding: inherit;
    font-size: inherit;
    margin: auto;
    color: inherit;
  }

  .productButtons {
    margin: inherit;
    padding: auto;
    font-size: 24px;
    border-radius: 0;
  }

  .qtyButtons {
    margin: inherit;
    padding: auto;
    font-size: 24px;
    border-radius: 0;
  }

  .cartLeftCol {
    padding: 0;
    margin: 0;
    width: 0;
    display: none;
  }

  .downLoadBtn {
    max-width: 350px;
  }

  .downloadTable {
    max-width: 350px;
  }

  #homeH1 {
    text-align: center;
  }

  .cartCenterCol {
    padding: 0;
  }

  .cartRightCol {
    padding: 0;
    margin: 0;
    width: 0;
    display: none;
  }

  .quoteImage {
    width: 125px;
    height: auto;
  }

  .navbar-toggler {
    height: 80px;
    width: 80px;
    border: none;
    outline: none;
    padding: 0;
  }

  .btn:focus {
    box-shadow: none;
  }

  .nav-icon {
    font-size: 48px;
    padding: auto;
  }

  .seriesTableQty {
    width: 5%;
  }

  .btn-group-vertical .addToCartQty {
    width: inherit;
  }

  .productTableDataCell {
    width: inherit;
  }

  .qtyContainer {
    width: available;
    padding: 0;
  }

  .nav-item {
    display: initial;
    width: 100%;
    font-size: 24px;
    text-align: center;
  }

  .mobiShow {
    display: initial;
  }

  .mobiHide {
    display: none;
  }

  .custom-logo {
    width: 80%;
    height: 80%;
  }

  .mobiFlexRow {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 24px;
  }

  #navBtnOveride {
    font-size: 24px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .form-control {
    font-size: 16px;
  }

  #search_field {
    width: 50%;
  }

  #navLinkOverride {
    flex-direction: row;
  }

  .home-col-xl {
    padding-left: 0;
    padding-right: 0;
  }

  .homeContainer {
    margin-top: -1px;
    padding-left: 0;
    padding-right: 0;
  }

  .homeJumbotron {
    height: auto;
  }

  .homeCard {
    border-left: none;
    border-right: none;
  }

  #cardLeft {
    padding-right: 0;
    margin-right: 0;
  }

  #cardRight {
    padding-left: 0;
    margin-left: 0;
  }

  #prodInfoCol {
    padding-left: 0;
    padding-right: 0;
  }

  .productCol {
    padding-left: 0;
    padding-right: 0;
  }

  .productContainer {
    padding-left: 0;
    padding-right: 0;
  }

  .adjustOnMobile {
    padding-left: 0;
    padding-right: 0;
  }

  .adjustOnMobileTop {
    padding-top: -1px;
    margin-top: -1px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }

  .pagination {
    border-radius: 0;
  }

  #accordion {
    padding: 0;
    margin: 0;
    border: 0;
  }

  #newQuoteRowBtn {
    border-radius: 0;
  }

  #quoteItemsTable {
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    position: center;
  }

  #update {
    padding: 3px 6px;
    font-size: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #delete {
    padding: 3px 6px;
    font-size: 12px;
    border-left: none;
  }

  #increase {
    padding: 3px 6px;
    font-size: 12px;
    border-right: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  #decrease {
    padding: 3px 6px;
    font-size: 12px;
    border-left: none;
    border-right: none;
  }

  #submitQuote {
    padding: 3px 6px;
    font-size: 12px;
  }

  .quoteTableImage {
    width: 15%;
  }

  .quoteTableDesc {
    display: none;
  }

  section {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: 1;
    width: 100vw;
    min-width: initial;
    max-width: initial;
    overflow: hidden;
  }

  .panel-product {
    border: none;
    text-align: center;
  }

  @viewport {
    user-zoom: fixed;
  }
  .All subsequent child {
    position: relative;
    width: 100%;
    height: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
