/*** svg icons */
.sicon {
  display: inline-flex;
  align-self: center; }

.sicon svg, .sicon img {
  height: 1em;
  width: 1em;
  fill: none;
  stroke: currentColor; }

.sicon.baseline svg, .sicon img {
  top: .125em;
  position: relative; }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  font-size: 1rem; }

.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.icon-stack-1x {
  line-height: inherit; }

.icon-stack-2x {
  font-size: 2em; }

.icon-wrapper-lg {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: .25rem;
  margin-left: .25rem; }
  .icon-wrapper-lg .bi, .icon-wrapper-lg .sicon {
    position: absolute;
    font-size: 1.4em;
    top: -0.45em;
    left: -0.2em; }

.icon-wrapper-xl {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: .25rem;
  margin-left: .25rem; }
  .icon-wrapper-xl .bi, .icon-wrapper-xl .sicon {
    position: absolute;
    font-size: 1.75em;
    top: -0.45em;
    left: -0.2em; }

/*** Header */
.page-header {
  background-color: #FFF;
  padding-top: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }
  .page-header .logo {
    max-width: 150px;
    padding: 0;
    padding-left: 10px; }
  .page-header .search-input-top {
    max-width: 31rem; }
  .page-header .search-bar-bottom {
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto; }
  .page-header .nav-burger {
    border: 1px solid #FFF;
    border-radius: 50%;
    padding: 1px 2px 1px 2px; }
    .page-header .nav-burger:hover {
      border-color: #adb5bd;
      background-color: #e7efed; }
    .page-header .nav-burger:active {
      border-color: #005741;
      background-color: #e7efed; }
  .page-header .nav-link {
    color: #01271c; }
    .page-header .nav-link .sicon, .page-header .nav-link .nav-icon {
      margin-right: 10px; }
  .page-header .cart-btn {
    position: relative; }
    .page-header .cart-btn .cart-count-container {
      display: none;
      position: absolute;
      top: -10px;
      right: -8px;
      vertical-align: middle;
      background-color: #005741;
      color: #FFF;
      font-size: 0.75rem;
      width: 21px;
      height: 21px;
      border-radius: 50%; }
    .page-header .cart-btn:hover .cart-count-container {
      background-color: #FFF;
      color: #005741;
      border: 1px solid #005741;
      width: 23px;
      height: 23px; }

@media (min-width: 992px) {
  .page-header .logo {
    max-width: 200px;
    padding: 5px 0; }
  .page-header .nav-link {
    color: #01271c; }
    .page-header .nav-link .sicon, .page-header .nav-link .nav-icon {
      display: none; } }

@media (min-width: 1400px) {
  .page-header .logo {
    max-width: 260px;
    padding: 5px 0; } }

/*** Footer */
.page-footer {
  background-color: #005741;
  padding-top: 1rem;
  margin-top: 2rem; }
  .page-footer .footer-copyright {
    margin-bottom: 1rem;
    font-size: 0.875rem; }

/*** Footer */
body {
  background-color: #fbfcfc; }

/*** Generic widgets */
.logo-secondary {
  max-width: 350px;
  width: 100%; }

.btn-circle {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 5px; }

.btn-circle-sm {
  width: 32px;
  height: 32px;
  font-size: 0.875rem; }

.btn-circle-lg {
  width: 40px;
  height: 40px;
  font-size: 1.125rem; }

.btn-circle:after {
  content: '';
  padding-top: 100%;
  display: table; }

.alert-white {
  color: #212529;
  background-color: #FFF;
  border: 2px solid #dee2e6; }

/** jquery sortable styles */
body.dragging, body.dragging * {
  cursor: move !important; }

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000; }

.dropdown-toggle::after {
  display: none; }

.hidden {
  display: none !important; }

.pointer {
  cursor: pointer; }

.btn-dark-form-action {
  font-weight: 300;
  padding: .656rem 1rem;
  font-size: 0.875rem;
  border-radius: .85rem;
  width: 100%;
  color: #000;
  background-color: #FFF; }
  .btn-dark-form-action:hover {
    color: #000;
    border-color: #005741;
    background-color: #FFF; }

.form-control {
  vertical-align: middle; }

.form-control-lg {
  font-weight: 300; }

.btn-header {
  font-size: 0.75rem;
  padding: .437rem .75rem;
  border-radius: .625rem; }

.modal-content .modal-body {
  padding: 0rem 1rem; }

.modal-footer .modal-footer-left .btn {
  margin-right: 0.5rem; }

.modal-footer .modal-footer-right .btn {
  margin-left: 0.5rem; }

.btn-modal-cancel {
  color: #6c757d;
  font-size: 0.875rem; }

.btn-modal-link {
  color: #495057;
  font-size: 0.875rem;
  text-decoration: underline; }

.form-check-inline {
  margin-bottom: 0; }

.form-floating label {
  font-size: 0.85rem; }

.text-standout-color {
  color: #dc3545 !important; }

.offcanvas-start {
  width: 300px;
  border-top-right-radius: 0.65rem;
  border-bottom-right-radius: 0.65rem; }

.offcanvas-end {
  width: 300px;
  border-top-left-radius: 0.65rem;
  border-bottom-left-radius: 0.65rem; }

.page-title-header {
  margin-bottom: 1.5rem; }

.page-section-title-header {
  display: inline-block;
  margin-top: 1.5rem; }

.page-section-title-header-first {
  display: inline-block; }

.page-tothetop-link {
  margin-left: 0.75rem;
  color: #999999; }

.text-disclaimer {
  color: #777;
  font-size: 0.875rem; }

.blockquote {
  border-left: .25rem solid #eceeef;
  padding: .5rem 1rem; }

.sheret-card-container {
  padding: 5px;
  text-align: center; }

.sheret-card, .sheret-card-med, .sheret-card-small {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto; }

/* Default card size ideal for 320px phone screen. Works best with col-sm-12 col-md-6 col-lg-6 col-xl-4 */
.sheret-card {
  height: 280px;
  width: 280px; }

.sheret-card-med {
  height: 245px;
  width: 245px; }

/* Small card size ideal for col-sm-6 col-md-4 col-lg-4 col-xl-3 */
.sheret-card-small {
  height: 210px;
  width: 210px; }

.sheret-card-extra-small {
  height: 160px;
  width: 160px; }

.sheret-card-super-small {
  height: 120px;
  width: 120px; }

.sheret-card-top {
  height: 220px;
  line-height: 220px; }

.sheret-card-med-top {
  height: 185px;
  line-height: 185px; }

.sheret-card-small-top {
  height: 150px;
  line-height: 150px; }

.sheret-card-extra-small-top {
  height: 100px;
  line-height: 100px; }

.sheret-card-super-small-top {
  height: 60px;
  line-height: 60px; }

.sheret-card-img {
  max-height: 210px;
  max-width: 270px; }

.sheret-card-med-img {
  max-height: 175px;
  max-width: 235px; }

.sheret-card-small-img {
  max-height: 140px;
  max-width: 200px; }

.sheret-card-extra-small-img {
  max-height: 90px;
  max-width: 150px; }

.sheret-card-super-small-img {
  max-height: 50px;
  max-width: 110px; }

.sheret-card-bottom {
  padding: 0.25rem;
  padding-top: 0rem; }

.sheret-card-text {
  font-size: 0.875rem;
  margin-bottom: 0.25rem; }

/* Custom datatables styles */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  background: solid;
  left: auto;
  /* needed to quash base setting */
  top: 0;
  /* Note: top has no effect here, need to quash base setting */
  width: 60%;
  /* adjust remaining space for margin*/
  margin: 115px 20% 0px 20%;
  padding: 0px 0px 40px 0px;
  text-align: center;
  color: black;
  background: #669A8D !important;
  /* removes gradient */
  border: 2px solid #ddd;
  z-index: 1000000;
  opacity: 0.9;
  font-weight: bold;
  height: 24px !important;
  filter: alpha(opacity=90);
  /* For IE8 and earlier */ }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #005741;
  border-color: #005741;
  color: #FFF !important;
  border-radius: 5px;
  padding: 0.1rem 0.25rem 0.1rem 0.25rem; }

.dataTables_wrapper .dataTables_paginate {
  padding-bottom: 0.25rem;
  padding-top: 0rem;
  padding-left: 0.5rem; }

.dataTables_wrapper .dataTables_paginate .paginate_button .page-link {
  padding: 0rem;
  margin-left: 0;
  color: #FFF;
  background-color: #005741;
  border: 0; }

.dataTables_wrapper .dataTables_paginate .paginate_button .page-link:hover {
  color: #FFF !important;
  background-color: #005741 !important;
  border-color: #005741;
  background-image: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #FFF !important;
  background-color: #005741 !important;
  border-color: #005741;
  background-image: none; }

.dataTables_wrapper .page-item.disabled .page-link {
  color: #adb5bd;
  pointer-events: none;
  background-color: #669A8D;
  border-color: #dee2e6;
  background-image: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button .page-link:disabled {
  background-color: #669A8D !important;
  color: #adb5bd !important;
  background-image: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: #669A8D;
  border-color: #dee2e6;
  background-image: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #adb5bd;
  pointer-events: none;
  background-color: #669A8D;
  border-color: #dee2e6; }

/* The responsive row expand button */
table.dataTable.dtr-inline.collapsed tbody tr td:first-child::before, table.dataTable.dtr-inline.collapsed tbody tr th:first-child::before {
  background-color: #005741; }

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child::before, table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child::before {
  background-color: #dc3545; }

.data-search-grid-contents-container {
  border: 2px solid #dee2e6;
  min-height: 355px;
  background-color: #FFF;
  border-radius: 0.65rem;
  margin-top: 0.5rem; }
  .data-search-grid-contents-container .data-search-input-group {
    max-width: 20rem; }
    .data-search-grid-contents-container .data-search-input-group .input-group-text {
      background-color: #FFF; }
    .data-search-grid-contents-container .data-search-input-group input {
      border-right: 0px; }
  .data-search-grid-contents-container .data-search-grid-tools .data-search-filters {
    padding: 0.1565rem 0.5rem;
    background-color: #F6F7F7;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem; }
  .data-search-grid-contents-container .data-search-grid-tools .data-search-filter-label {
    font-size: 0.75rem;
    margin-right: 8px; }
  .data-search-grid-contents-container .data-search-grid-tools .form-check-label {
    font-size: 0.75rem; }
  .data-search-grid-contents-container .data-search-grid-tools .data-search-date-selection {
    width: 115px;
    font-size: 0.75rem;
    margin-right: 8px; }
  .data-search-grid-contents-container .data-search-grid-tools .data-search-fromdate, .data-search-grid-contents-container .data-search-grid-tools .data-search-todate {
    width: 90px;
    font-size: 0.75rem; }
  .data-search-grid-contents-container .data-search-grid-tools .btn-circle {
    margin-left: 15px; }
  .data-search-grid-contents-container .data-search-grid-row-check-wrapper {
    display: inline-block;
    padding: 2px 8px; }
  .data-search-grid-contents-container .data-search-grid-master-check, .data-search-grid-contents-container .data-search-grid-row-check {
    display: inline-block;
    font-size: 0.9rem; }
  .data-search-grid-contents-container .data-search-grid-contents {
    overflow-x: hidden; }
  .data-search-grid-contents-container .data-search-grid-contents-sm {
    max-height: 315px;
    overflow-y: auto; }
  .data-search-grid-contents-container .data-search-grid-loading, .data-search-grid-contents-container .data-search-grid-no-content {
    height: 315px;
    width: 100%; }
  .data-search-grid-contents-container .data-search-grid-tools {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem; }
  .data-search-grid-contents-container .data-search-grid-row-header {
    padding-left: 1rem;
    padding-top: 0.5rem; }
    .data-search-grid-contents-container .data-search-grid-row-header .data-search-grid-col-header {
      font-size: 0.85rem;
      font-weight: 600;
      padding-bottom: 0.5rem; }
  .data-search-grid-contents-container .data-search-grid-row {
    padding-left: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid #dee2e6;
    cursor: pointer; }
    .data-search-grid-contents-container .data-search-grid-row .data-search-grid-col {
      font-size: 0.875rem;
      padding-bottom: 0.5rem; }
    .data-search-grid-contents-container .data-search-grid-row:hover {
      background-color: #e7efed; }

.data-search-grid-row-footer {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.location-chooser-btn {
  font-size: 0.875rem; }
  .location-chooser-btn .bi {
    color: #005741; }

.location-chooser-btn.nav-link {
  padding-right: 0.25rem; }

.location-chooser-modal .modal-body .my-store-col {
  font-size: 0.875rem; }

.location-chooser-modal .modal-body .find-store-col .location-chooser-store-results {
  max-height: 500px;
  overflow-y: auto; }

.location-chooser-modal .modal-body .location-results-branch {
  font-size: 0.875rem; }

.location-chooser-modal .modal-body .directions-hint {
  font-weight: 600; }

.location-chooser-modal .modal-body .location-name {
  font-size: 1rem;
  font-weight: 600; }

.location-chooser-modal .modal-body .location-distance {
  font-size: 0.75rem; }

@media (min-width: 1200px) {
  .location-chooser-modal .modal-body .find-store-col {
    border-left: 1px solid #dee2e6; } }

@media (min-width: 576px) {
  .location-chooser-modal .modal-dialog {
    max-width: 90%; } }

@media (min-width: 992px) {
  .location-chooser-modal .modal-dialog {
    max-width: 800px; } }

#notice-carousel-public .notice-carousel {
  margin-top: -1.5rem;
  margin-bottom: -2rem; }

.notice-carousel {
  margin: -1.5rem auto -1rem auto; }
  .notice-carousel .carousel-indicators {
    margin-bottom: 0; }
    .notice-carousel .carousel-indicators button {
      background-color: #adb5bd;
      height: 5px;
      margin-right: 7px;
      margin-left: 7px; }
    .notice-carousel .carousel-indicators button.active {
      background-color: #005741; }
  .notice-carousel .carousel-control-prev, .notice-carousel .carousel-control-next {
    width: 2rem;
    margin: 2rem 0; }
  .notice-carousel .carousel-control-prev-icon, .notice-carousel .carousel-control-next-icon {
    color: #495057;
    background: unset; }
  .notice-carousel .carousel-inner {
    padding: 1rem 2rem; }
    .notice-carousel .carousel-inner .carousel-item.active {
      display: flex; }
    .notice-carousel .carousel-inner .carousel-item {
      flex-direction: column;
      padding: 0.5rem 0.875rem;
      border-radius: 0.65rem;
      background-color: #FFF;
      overflow-y: hidden; }
      .notice-carousel .carousel-inner .carousel-item .carousel-title-bar {
        display: flex;
        justify-content: space-between; }
        .notice-carousel .carousel-inner .carousel-item .carousel-title-bar .carousel-title {
          font-weight: 600; }
        .notice-carousel .carousel-inner .carousel-item .carousel-title-bar .carousel-control-dismiss, .notice-carousel .carousel-inner .carousel-item .carousel-title-bar .carousel-control-expand {
          color: #495057; }
      .notice-carousel .carousel-inner .carousel-item .carousel-text p, .notice-carousel .carousel-inner .carousel-item .carousel-text ul, .notice-carousel .carousel-inner .carousel-item .carousel-text ol {
        margin-bottom: 0.25rem; }
      .notice-carousel .carousel-inner .carousel-item .carousel-text > :last-child {
        margin-bottom: 0; }
      .notice-carousel .carousel-inner .carousel-item .carousel-img-text {
        font-size: 0.875rem; }
      .notice-carousel .carousel-inner .carousel-item .carousel-item-img-wide-wrapper {
        text-align: center; }
        .notice-carousel .carousel-inner .carousel-item .carousel-item-img-wide-wrapper img {
          max-width: 100%; }
      .notice-carousel .carousel-inner .carousel-item .carousel-img-wide-text {
        max-height: 100px; }
      .notice-carousel .carousel-inner .carousel-item .carousel-dual-narrow-standalone {
        max-height: 270px; }
      .notice-carousel .carousel-inner .carousel-item .carousel-dual-narrow-text {
        max-height: 150px; }
      .notice-carousel .carousel-inner .carousel-item .carousel-text-standalone {
        margin-bottom: 1rem; }

@media (min-width: 1px) {
  .multi-notice .carousel-item {
    height: 340px; }
  .notice-carousel {
    max-width: 450px; }
    .notice-carousel .carousel-title-bar {
      margin-bottom: 0.5rem; }
    .notice-carousel .carousel-img-wide-standalone {
      max-height: 150px; }
    .notice-carousel .carousel-item-img-narrow-wrapper img {
      max-height: 170px;
      max-width: 100%; } }

@media (min-width: 768px) {
  .multi-notice .carousel-item {
    height: 190px; }
  .notice-carousel {
    max-width: 900px; }
    .notice-carousel .carousel-title-bar {
      margin-bottom: 0rem; }
    .notice-carousel .carousel-img-wide-standalone {
      max-height: 130px; }
    .notice-carousel .carousel-item-img-narrow-wrapper img {
      max-height: 140px;
      max-width: 100%; } }

/*** Old navigation stuff phasing out */
.page-nav {
  margin-top: 1rem; }

.page-nav ul {
  padding-left: 0px; }

.page-nav ul li {
  list-style: none outside none; }

.page-nav ul li a {
  padding-bottom: 0px; }

/* Slightly smaller nav text to prevent wrapping until we get a lot smaller */
@media (max-width: 991px) {
  .page-nav ul li {
    font-size: 1rem; } }

/* Side navigation - extends/overrides global page-nav options */
.side-nav {
  margin-top: 0rem; }

.side-nav ul li + li::before {
  content: initial; }

.side-nav ul li.active a {
  outline: 0; }

.category-cards-container {
  padding: 0 0.75rem; }

.category-card {
  border-radius: 0.65rem;
  box-shadow: 0px 0px 6.5px rgba(0, 87, 65, 0.1);
  border: 0px;
  background-color: #FFF; }
  .category-card .sheret-card-med-top a, .category-card .sheret-card-extra-small-top a {
    width: 100%;
    height: 100%;
    display: block; }
  .category-card .sheret-card-med-top img, .category-card .sheret-card-extra-small-top img {
    display: inline-block;
    transition: ease-in transform 0.2s;
    -webkit-transition: ease-in transform 0.2s;
    -moz-transition: ease-in transform 0.2s;
    -o-transition: ease-in transform 0.2s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    position: relative; }
    .category-card .sheret-card-med-top img:hover, .category-card .sheret-card-extra-small-top img:hover {
      z-index: 2;
      -webkit-transform: scale(1.02, 1.02);
      -moz-transform: scale(1.02, 1.02);
      -o-transform: scale(1.02, 1.02);
      transform: scale(1.02, 1.02); }
  .category-card .sheret-card-med-top img.img-logo, .category-card .sheret-card-extra-small-top img.img-logo {
    max-height: 60%; }
  .category-card .sheret-card-bottom {
    border-top: 1px solid #adb5bd;
    margin-top: 3px; }
  .category-card .sheret-card-bottom-small .sheret-card-text {
    font-size: 0.8rem; }

.fav-star {
  color: #f8a400; }

.category-nav-crumbs {
  font-size: 0.85rem; }
  .category-nav-crumbs i {
    font-size: 1rem; }

.category-nav-title {
  font-size: 0.9rem; }
  .category-nav-title .category-nav-title-link {
    font-weight: 600;
    text-decoration: underline;
    padding-top: 15px;
    padding-bottom: 15px; }

.category-nav-crumbs {
  border-bottom: 1px solid #adb5bd; }

.nav-content-0 .category-nav-crumbs {
  display: none; }

.category-active-arrow {
  display: none;
  color: #f8a400; }

.category-nav.category-active {
  background-color: #e7efed; }
  .category-nav.category-active a {
    color: #212529; }
  .category-nav.category-active .category-active-arrow {
    display: inline-block; }

.category-nav:hover {
  background-color: #e7efed; }
  .category-nav:hover a {
    color: #212529; }

.category-nav a {
  padding: 6px 11px 6px 9px;
  color: #005741;
  font-weight: 400; }
  .category-nav a:hover {
    text-decoration: none; }

.category-nav-section-title {
  font-weight: 600;
  padding: 6px 4px 6px 4px; }

.main-nav-container {
  z-index: 10000;
  position: absolute;
  background-color: #FFF;
  border: 1px solid #adb5bd;
  border-radius: 0.65rem; }
  .main-nav-container .nav-content-container {
    display: none;
    overflow-y: auto;
    min-width: 200px;
    max-width: 300px;
    max-height: 700px;
    border-left: 1px solid #adb5bd; }
  .main-nav-container .category-nav-crumbs {
    display: none; }
  .main-nav-container .nav-content-last .category-nav:first-child {
    border-top-right-radius: 0.65rem; }
  .main-nav-container .nav-content-last .category-nav:last-child {
    border-bottom-right-radius: 0.65rem; }
  .main-nav-container .nav-content-0 {
    border-left: 0px; }
    .main-nav-container .nav-content-0 .category-nav-title {
      border-left: 0px; }
    .main-nav-container .nav-content-0 .category-nav:first-child {
      border-top-left-radius: 0.65rem; }
    .main-nav-container .nav-content-0 .category-nav:last-child {
      border-bottom-left-radius: 0.65rem; }

.category-nav-menu-close {
  display: none; }

.search-form {
  position: relative; }

.search-bar {
  display: flex;
  border: 1px solid #F2F2F7;
  box-shadow: none;
  border-radius: 20px;
  z-index: 3;
  background-color: #F2F2F7;
  padding-top: 3px;
  padding-bottom: 3px; }
  .search-bar .search-input {
    z-index: auto;
    background-clip: initial;
    background-color: transparent;
    border: none;
    padding: 0;
    padding-left: 15px;
    word-wrap: break-word;
    outline: none;
    display: flex;
    flex: 100%;
    tap-highlight-color: transparent; }
    .search-bar .search-input:focus {
      box-shadow: none;
      border: none; }
    .search-bar .search-input:active {
      box-shadow: none;
      border: none; }
  .search-bar .clear-button {
    border-right: 1px solid #adb5bd;
    border-radius: 0px; }
  .search-bar .search-button {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-left: 0.5rem;
    padding-right: 1rem;
    padding-top: 0;
    padding-bottom: 0; }
    .search-bar .search-button .bi::before {
      vertical-align: -.11em; }
    .search-bar .search-button:hover {
      color: #005741; }

.search-bar.search-bar-expanded {
  border-bottom-color: #FFF;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.search-bar.search-bar-active {
  background-color: #FFF;
  border-color: #adb5bd; }

.search-bar.search-bar-active.search-bar-expanded {
  border-bottom-color: #FFF; }

.search-suggestions-box {
  position: absolute;
  width: 100%;
  z-index: 10000;
  background-color: #FFF;
  border: 1px solid #adb5bd;
  border-top: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-bottom: 0.5rem; }
  .search-suggestions-box .brand-page-feature img {
    width: auto;
    max-width: 100%;
    max-height: 25px; }
  .search-suggestions-box .search-suggestion-header {
    padding-left: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 0.875rem;
    color: #212529;
    background-color: #e9ecef;
    border-top: 1px solid #adb5bd; }
  .search-suggestions-box .search-suggestion {
    padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-top: 1px solid #adb5bd;
    cursor: pointer; }
    .search-suggestions-box .search-suggestion .suggestion-phrase {
      color: #005741;
      font-size: 0.85rem; }
    .search-suggestions-box .search-suggestion .suggestion-desc {
      font-size: 0.75rem; }
  .search-suggestions-box .search-suggestion.active, .search-suggestions-box .search-suggestion:hover {
    background-color: #e7efed; }

@media (max-width: 576px) {
  #search-bar #search-input {
    min-width: auto; } }

.filter-toggle-btn, .export-btn-sm {
  background-color: #FFF;
  padding: 0.1rem 0.5rem; }

.facets-container-offcanvas {
  max-width: 325px; }
  .facets-container-offcanvas .facets-container-offcanvas-body {
    background: #fbfcfc; }

.facets-container {
  width: 100%;
  max-width: 300px;
  position: relative; }
  .facets-container .facet-container {
    margin-bottom: 0.75rem;
    background-color: #FFF;
    border-radius: 0.65rem;
    box-shadow: 0px 0px 6.5px rgba(0, 87, 65, 0.1); }
    .facets-container .facet-container .facet-title {
      transition: ease all 0.2s;
      -webkit-transition: ease all 0.2s;
      -moz-transition: ease all 0.2s;
      -o-transition: ease all 0.2s;
      padding: 0.5rem 0.75rem;
      padding-bottom: 0;
      font-weight: 600;
      font-size: 0.875rem;
      color: #212529;
      cursor: pointer; }
      .facets-container .facet-container .facet-title .facet-match-toggle-wrapper {
        font-size: 0.8rem; }
        .facets-container .facet-container .facet-title .facet-match-toggle-wrapper .badge {
          font-size: 90%;
          margin-bottom: 2px; }
      .facets-container .facet-container .facet-title .facet-list-display-info {
        font-size: 0.75rem;
        font-weight: 400; }
      .facets-container .facet-container .facet-title .facet-list-selected-desc {
        font-size: 0.75rem;
        font-weight: 400;
        color: #999; }
      .facets-container .facet-container .facet-title .facet-group-toggle {
        padding-bottom: 2px;
        color: #005741; }
    .facets-container .facet-container .facet-title.collapsed {
      padding: 0.25rem 0.75rem; }
    .facets-container .facet-container .facet-title .facet-group-toggle:before {
      content: "\f286"; }
    .facets-container .facet-container .facet-title.collapsed .facet-group-toggle:before {
      content: "\f282"; }
    .facets-container .facet-container .facet-list {
      margin-bottom: 0;
      padding: 0.5rem 0.75rem; }
      .facets-container .facet-container .facet-list .facet-filter-box-wrapper {
        margin-bottom: 0.5rem;
        margin-top: 0.25rem; }
        .facets-container .facet-container .facet-list .facet-filter-box-wrapper .facet-filter-box {
          border-color: #adb5bd; }
      .facets-container .facet-container .facet-list .facet-item-hide {
        display: none; }
      .facets-container .facet-container .facet-list .facet-item {
        padding-bottom: 0.25rem; }
        .facets-container .facet-container .facet-list .facet-item .facet-item-link {
          font-size: 0.875rem;
          font-weight: 400; }
          .facets-container .facet-container .facet-list .facet-item .facet-item-link .facet-checkbox {
            color: #555; }
          .facets-container .facet-container .facet-list .facet-item .facet-item-link .facet-check-label {
            margin-left: 0.25rem; }
            .facets-container .facet-container .facet-list .facet-item .facet-item-link .facet-check-label .facet-check-count {
              font-size: 0.75rem;
              color: #adb5bd; }
      .facets-container .facet-container .facet-list .show-more, .facets-container .facet-container .facet-list .show-less {
        display: none;
        font-size: 0.875rem;
        font-weight: 400;
        padding-left: 0.25rem;
        margin-top: 0.5rem; }
        .facets-container .facet-container .facet-list .show-more a, .facets-container .facet-container .facet-list .show-less a {
          color: #495057; }

.facet-clear-link {
  margin-left: 0.25rem;
  color: #f8a400; }

.facet-item-clear-link-text {
  vertical-align: text-bottom; }

.facet-clear-icon {
  color: #f8a400;
  font-size: 1rem; }

.facet-item-link {
  font-weight: 400; }

.facet-clear-label {
  font-size: 0.75rem; }

.facet-clear-query-text {
  font-size: 0.875rem;
  font-weight: 400; }

.facet-clear-items-container {
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  padding-bottom: 0.25rem; }

.facet-item-clear .facet-item-link {
  padding: 0.05rem 0.4rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 50px;
  border-width: 1px; }

.search-filter-selection-display {
  font-size: 0.75rem; }

@media (min-width: 992px) {
  .facets-container {
    min-width: 280px; }
  .facets-container-offcanvas {
    width: 100%; } }

.category-crumbs .category-crumb-item, .category-crumbs a {
  font-size: 0.875rem;
  font-weight: 400; }

.category-crumbs .category-crumb-item:last-child a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #212529; }

.search-results-container-wrapper {
  position: relative;
  flex-grow: 1;
  width: 100%;
  min-height: 355px;
  margin: 0; }
  .search-results-container-wrapper .brand-page-feature img {
    width: auto;
    max-width: 100%;
    max-height: 40px; }

#search-results-container {
  position: relative;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 0px 6.5px rgba(0, 87, 65, 0.1);
  min-height: 355px;
  border-radius: 0.65rem; }
  #search-results-container .load-screen-container {
    border-radius: 0; }
    #search-results-container .load-screen-container .load-screen {
      border-radius: 0; }

.search-container-header-actions {
  padding: 0 5px; }

.search-results {
  position: relative;
  min-height: 275px;
  width: 100%; }

.search-results-sort-select {
  max-width: 115px; }

.product-image-link img {
  max-height: 55px;
  max-width: 100%;
  width: initial; }

.product-image-link img.img-brand-images {
  filter: grayscale(100%);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }

.product-card-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .product-card-image-container .product-fav-image-float {
    position: absolute;
    top: -7px;
    left: 2px; }

.card-scroll {
  margin: 5px;
  box-shadow: 0px 0px 6.5px rgba(0, 87, 65, 0.1);
  border-radius: 0.65rem; }

.product-cards-container {
  font-size: 1rem;
  background-color: #FFF; }

.product-card-container {
  font-size: 1rem;
  background-color: #FFF; }
  .product-card-container .product-card-title {
    height: 2.8em;
    line-height: 1.3em;
    border-top: 2px solid #adb5bd; }
    .product-card-container .product-card-title .product-title-text {
      height: 100%;
      overflow: hidden;
      color: #333;
      font-size: 0.9rem;
      font-weight: 600; }
    .product-card-container .product-card-title .product-title-action {
      height: 100%;
      overflow: hidden; }
  .product-card-container .product-card {
    text-align: center;
    position: relative;
    height: 100%;
    padding: 1rem;
    border-right: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef; }
    .product-card-container .product-card .product-card-top {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 150px;
      width: 100%;
      min-height: 150px;
      background-color: #FFF; }
      .product-card-container .product-card .product-card-top a img {
        vertical-align: middle;
        max-height: 150px;
        max-width: 100%;
        width: initial; }
      .product-card-container .product-card .product-card-top a img.img-brand-images {
        max-height: 40%;
        max-width: 40%;
        filter: grayscale(100%);
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
    .product-card-container .product-card .product-card-body {
      height: 100%;
      padding: 1rem 0;
      text-align: left; }
      .product-card-container .product-card .product-card-body .product-name {
        font-size: 0.875rem; }
      .product-card-container .product-card .product-card-body .product-series-finish-container {
        font-size: 0.75rem; }
      .product-card-container .product-card .product-card-body .product-price {
        margin-top: 0.5rem;
        font-weight: 600;
        font-size: 0.875rem;
        color: #212529; }
        .product-card-container .product-card .product-card-body .product-price .product-price-info {
          font-weight: 400;
          font-size: 0.675rem; }
      .product-card-container .product-card .product-card-body .product-stock-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 0.5rem;
        font-size: 0.75rem; }
        .product-card-container .product-card .product-card-body .product-stock-container .product-stock-info {
          color: #f8a400; }
      .product-card-container .product-card .product-card-body .product-brand {
        color: #212529;
        font-size: 0.875rem; }
      .product-card-container .product-card .product-card-body .product-partid {
        font-size: 0.75rem;
        color: #212529; }
      .product-card-container .product-card .product-card-body .product-sku-container {
        font-size: 0.75rem;
        color: #212529; }
    .product-card-container .product-card .product-card-footer {
      background-color: #FFF; }

.product-card-container-header {
  font-weight: 600;
  font-size: 0.875rem;
  color: #212529;
  border-bottom: 1px solid #e9ecef; }

.product-card-table-row {
  position: relative;
  font-size: 0.75rem;
  border-bottom: 1px solid #dee2e6;
  background-color: #FFF;
  width: 100%;
  padding: 0.5rem 0;
  min-height: 65px; }
  .product-card-table-row .product-image-link {
    padding-left: 12px;
    padding-right: 3px; }
  .product-card-table-row .product-price {
    font-weight: 600;
    font-size: 0.75rem;
    color: #212529; }
    .product-card-table-row .product-price .product-price-info {
      font-weight: 400;
      font-size: 0.675rem; }
  .product-card-table-row .product-stock-container {
    display: flex;
    justify-content: space-between; }
    .product-card-table-row .product-stock-container .product-stock-info {
      color: #f8a400; }
  .product-card-table-row .product-brand {
    color: #212529; }
  .product-card-table-row .product-sku, .product-card-table-row .product-quick-code {
    color: #212529; }
  .product-card-table-row .product-card-footer {
    text-align: center; }
    .product-card-table-row .product-card-footer .btn {
      font-size: 0.75rem;
      padding-left: 8px;
      padding-right: 8px; }
    .product-card-table-row .product-card-footer .quote-button {
      margin-left: 3px;
      padding-left: 5px;
      padding-right: 5px; }

.product-sort-controls {
  margin-bottom: 0.5rem;
  max-width: 18rem; }
  .product-sort-controls select {
    max-width: 18rem; }

.search-results-query-info {
  font-weight: 400;
  font-size: 0.85rem; }
  .search-results-query-info .search-results-clear {
    margin-left: 5px; }
  .search-results-query-info .search-results-info-all-categories {
    margin-top: 0.5rem; }

.result-view-switch {
  cursor: pointer;
  vertical-align: -10%; }

.result-view-switch-active {
  color: #ffc107; }

.load-screen-container {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0.65rem; }
  .load-screen-container .load-screen {
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(201, 219, 215, 0.6);
    border-radius: 0.65rem;
    transition: ease all 0.2s;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -o-transition: ease all 0.2s; }
    .load-screen-container .load-screen .load-msg {
      z-index: 1;
      padding-top: 50px; }

.favourite-categories-dropdown {
  margin-bottom: 0; }
  .favourite-categories-dropdown .dropdown-item {
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem; }

.search-container-header {
  padding: 0.75rem; }

.search-container-footer {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem; }

.product-paging-container .btn-previous, .product-paging-container .btn-next {
  color: #005741;
  cursor: pointer;
  font-weight: 600;
  padding-left: 5px; }
  .product-paging-container .btn-previous:hover, .product-paging-container .btn-next:hover {
    color: #212529; }

.product-paging-container .disabled {
  color: #CCC;
  cursor: default; }
  .product-paging-container .disabled:hover {
    color: #CCC; }

.results-stock-dropdown-btn {
  cursor: pointer;
  border-radius: 10rem;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 1.2;
  border: 1px solid #adb5bd;
  color: #adb5bd;
  background-color: #FAFBFC; }

.in-stock-btn {
  color: #198754; }

.region-stock-btn {
  color: #f8a400; }

.no-stock-btn {
  color: #dc3545; }

.stock-dropdown-menu {
  min-width: 12rem;
  z-index: 1050; }
  .stock-dropdown-menu .stock-dropdown-title {
    border-bottom: 1px solid #adb5bd;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .stock-dropdown-menu .stock-dropdown-close {
    cursor: pointer; }
  .stock-dropdown-menu .dropdown-item {
    color: #212529;
    font-size: 0.875rem;
    background-color: #FFF;
    padding: .1rem 1rem; }
    .stock-dropdown-menu .dropdown-item:hover {
      background-color: #FFF; }
  .stock-dropdown-menu .home-stock-item {
    font-weight: 600;
    padding: 0.5rem 1rem; }
  .stock-dropdown-menu .ecomm-stock-last-item {
    padding: 0.5rem 1rem 0.25rem 1rem; }

@media (max-width: 576px) {
  .product-sort-controls {
    margin-left: auto;
    margin-right: auto; }
  .category-crumbs .category-crumb-item, .category-crumbs a {
    font-size: 0.6875rem; } }

@media (max-width: 767px) {
  .category-crumbs .category-crumb-item, .category-crumbs a {
    font-size: 0.75rem; } }

@media (min-width: 0px) {
  .product-cards-container .product-card-container:nth-child(1n) .product-card {
    border-right: 0; } }

@media (min-width: 576px) {
  .product-cards-container .product-card-container:nth-child(1n) .product-card {
    border-right: 1px solid #e9ecef; }
  .product-cards-container .product-card-container:nth-child(2n) .product-card {
    border-right: 0; }
  .search-container-header-actions {
    padding: 0 12px; } }

@media (min-width: 768px) {
  .product-cards-container .product-card-container:nth-child(1n) .product-card {
    border-right: 1px solid #e9ecef; }
  .product-cards-container .product-card-container:nth-child(2n) .product-card {
    border-right: 1px solid #e9ecef; }
  .product-cards-container .product-card-container:nth-child(3n) .product-card {
    border-right: 0; } }

@media (min-width: 992px) {
  .product-cards-container .product-card-container:nth-child(1n) .product-card {
    border-right: 1px solid #e9ecef; }
  .product-cards-container .product-card-container:nth-child(2n) .product-card {
    border-right: 0; }
  .product-cards-container .product-card-container:nth-child(3n) .product-card {
    border-right: 1px solid #e9ecef; } }

@media (min-width: 1200px) {
  .product-cards-container .product-card-container:nth-child(1n) .product-card {
    border-right: 1px solid #e9ecef; }
  .product-cards-container .product-card-container:nth-child(2n) .product-card {
    border-right: 1px solid #e9ecef; }
  .product-cards-container .product-card-container:nth-child(3n) .product-card {
    border-right: 0; } }

@media (min-width: 992px) {
  .search-results-container-wrapper {
    margin-left: 0.75rem; } }

/** Global */
/**
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {}
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {}
// Large devices (desktops, 992px and up)
@media (min-width: 992px) {}
// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {}
// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {}
*/
/*** home page ***/
.home-title, .patriotic-title {
  line-height: 1.5;
  margin-bottom: 2rem;
  color: #005741;
  font-weight: 600; }

.patriotic-title {
  font-style: italic;
  font-weight: 300; }

.home-online-panel .home-online-panel-bg-top {
  background-image: url("/images/tools-bg-bottom-608983c956b7a85f76eb6c6c95baade4.png");
  background-repeat: repeat-x;
  height: 40px; }

.home-online-panel .home-online-panel-bg-bottom {
  background-image: url("/images/tools-bg-top-4cb581dbd765c48baccd4226d5bbde47.png");
  background-repeat: repeat-x;
  height: 40px; }

.announcement-alert {
  max-width: 850px;
  font-size: 0.875rem; }

.card-link-text {
  font-size: 0.875rem; }

@media (min-width: 576px) {
  .card-link-text {
    font-size: 1rem; } }

@media (min-width: 992px) {
  .card-link-text {
    font-size: 1.1rem; } }

@media (min-width: 1200px) {
  .card-link-text {
    font-size: 1.2rem; }
  .location-count-title {
    font-size: 2rem; } }

@media (min-width: 1400px) {
  .home-title {
    font-size: 2rem;
    margin-bottom: 2.5rem; }
  .patriotic-title {
    font-size: 1.875rem;
    margin-bottom: 2.5rem; } }

/*** landing pages ***/
.lp-content {
  text-align: center; }
  .lp-content ul {
    text-align: left;
    display: inline-block; }
  .lp-content .lp-img {
    max-width: 700px;
    height: auto; }
  .lp-content .lp-products-list {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }

/*** Contact us page styles ***/
.contact_container {
  padding-left: 2rem; }

.contact_icon_container {
  width: 60px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

.contact_text_container {
  width: 80%;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

.contact_container img {
  max-width: 55px; }

/*** media queries to change layout below tablet size */
@media (max-width: 767px) {
  .contact_container {
    padding-left: 0.5rem;
    text-align: center; }
  .contact_icon_container {
    width: 100%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .contact_text_container {
    width: 100%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .contact_text_container .blockquote {
    border-left: 0;
    padding: 0.5rem;
    margin-bottom: auto;
    font-size: 1rem; } }

/*** Promotions page styles ***/
.promotion-card {
  height: 340px;
  border: 0; }

.promotion-card-bottom {
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem; }

.image-centered-overlay-container {
  width: 300px;
  position: relative; }

/*** Location page styles ***/
.local-header {
  font-weight: 600;
  padding: 3px 2px 3px 8px;
  /* T R B L */
  background-color: #005741;
  color: white;
  border-radius: 5px; }

.region > .local-header {
  margin-top: 0.5rem; }

.branch > .local-header {
  background-color: white;
  color: #212529;
  font-size: 0.85rem; }

.branch > .local-header:hover {
  color: #669A8D; }

.branch-info {
  border-top: 4px solid #669A8D;
  border-bottom: 1px solid #AAA;
  padding: 0.5rem;
  padding-left: 1rem;
  text-align: left;
  display: none; }

.branch-notice, .branch-directions-hint, .branch-make-home-container {
  font-size: 0.875rem; }

#gmap .branch-directions-link, #gmap .branch-fax {
  display: none; }

.lat {
  display: none; }

.lng {
  display: none; }

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

#fileDataTable_wrapper .datatables-paging-info #fileDataTable_info {
  padding-top: 0px; }

.career-title {
  font-weight: 600; }

.career-department {
  font-size: 0.875rem; }
