﻿.break {
  flex-basis: 100%;
  height: 0;
}

.product-model-detail .configure-button {
  max-width: 100%;
  margin-top: 1rem;
}
@media (min-width: 428px) {
  .product-model-detail .configure-button {
    max-width: 380px;
  }
}
@media (min-width: 1024px) {
  .product-model-detail .configure-button {
    max-width: 345px;
  }
}
.product-model-detail .configure-button > a {
  max-width: 100%;
  flex-basis: 100%;
}
.product-model-image {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  max-width: 345px;
  height: 345px;
  margin: auto;
  border: 2px #CCCCCC solid;
  border-radius: 15px;
}
@media (min-width: 800px) {
  .product-model-image {
    margin: 0;
  }
}
.product-model-image > img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.product-model-image ~ * {
  display: none;
}
@media (min-width: 1024px) {
  .product-model-image ~ * {
    display: flex;
  }
}
.product-model-buttons {
  justify-content: space-evenly;
  align-items: center;
  margin: 1rem 0;
  flex-wrap: wrap;
  margin: 10px auto;
}
@media (min-width: 428px) {
  .product-model-buttons {
    max-width: 380px;
  }
}
@media (min-width: 768px) {
  .product-model-buttons {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .product-model-buttons {
    max-width: 345px;
  }
}
@media (min-width: 1600px) {
  .product-model-buttons {
    flex-wrap: nowrap;
  }
}
.product-model-buttons > a {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .product-model-buttons > a {
    width: 48%;
    flex-basis: auto;
  }
}
@media (min-width: 1600px) {
  .product-model-buttons > a {
    width: auto;
    flex-basis: auto;
    margin: 0 5px;
  }
}
@media (min-width: 1024px) {
  .product-model-buttons > a:last-child {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1600px) {
  .product-model-buttons > a:last-child {
    width: auto;
    flex-basis: auto;
  }
}
.product-model-thumbs {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .product-model-thumbs {
    margin-bottom: 0;
  }
}
.product-model-thumbs ~ * {
  display: flex;
}
@media (min-width: 1024px) {
  .product-model-thumbs ~ * {
    display: none;
  }
}
.product-model-thumbs-item {
  width: 65px;
  height: 65px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  opacity: 0.25;
}
.product-model-thumbs-item > img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.product-model-thumbs-item.active {
  opacity: 1;
}
@media (min-width: 768px) {
  .product-model-thumbs-item {
    margin: 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .product-model-thumbs-item {
    width: 75px;
    height: 75px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.product-model-info .group-tag {
  text-transform: uppercase;
}
.product-model-data-tabs .tab-content {
  border: none;
  padding: 0;
  box-shadow: none;
}
.product-model-data-tabs .request-a-quote {
  margin-top: 30px;
}
.product-model-data-tabs .request-a-quote .btn {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 8px 16px;
  margin-left: 10px;
}

.nav {
  flex-wrap: nowrap !important;
  overflow-x: scroll;
}
.nav::-webkit-scrollbar {
  display: none;
}
.nav::-moz-scrollbar {
  display: none;
}
.nav::-o-scrollbar {
  display: none;
}
.nav-link {
  color: #999999;
  white-space: nowrap;
}
.nav-link.active, .nav-link .focus, .nav-link:focus, .nav-link:hover {
  color: #D2232A;
  position: relative;
  font-weight: 700;
  background-color: transparent !important;
}
.nav-link.active:after, .nav-link:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #D2232A;
}

.table {
  --jhf-table-bg: transparent;
  --jhf-table-accent-bg: transparent;
  --jhf-table-striped-color: #0D0D0D;
  --jhf-table-striped-bg: rgba(0, 0, 0, 0.05);
  --jhf-table-active-color: #0D0D0D;
  --jhf-table-active-bg: rgba(0, 0, 0, 0.1);
  --jhf-table-hover-color: #0D0D0D;
  --jhf-table-hover-bg: rgba(0, 0, 0, 0.075);
  display: table;
  border-collapse: collapse;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--jhf-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--jhf-table-accent-bg);
}
.table-responsive {
  min-height: 300px;
  height: auto;
}
.table-header {
  display: table-header-group;
  font-weight: 700;
}
.table-header .table-cell {
  position: relative;
  background: #333333 0% 0% no-repeat padding-box;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .table-header .table-cell {
    font-size: 14px;
  }
}
.table-header .table-cell:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table-header .table-cell:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table-header .table-cell .filter-toggle {
  display: inline-block;
  margin-left: auto;
  float: right;
  font-size: 14px;
  line-height: 1.5;
}
.table-header .table-cell .filter-toggle:has(~ .filter-dropdown input:checked) {
  color: #0088cc;
}
.table-header .table-cell:has(.collapsed) .filter-toggle {
  color: #5987FF;
}
.table-header .table-cell .filter-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  right: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #1A1A1A;
}
.table-header .table-cell .filter-dropdown.collapsed {
  display: block;
}
.table-header .table-cell .filter-dropdown .select-all {
  display: block;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 10px;
}
.table-header .table-cell .filter-dropdown ul {
  padding: 0 10px;
  height: 103px;
  overflow-y: scroll;
}
.table-body {
  display: table-row-group;
}
.table-row {
  display: table-row;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.table-body .table-row:nth-of-type(odd) {
  background-color: #F2F2F2;
}

.table-header .table-row {
  border: none;
}
.table-header .table-row.spacer {
  display: none;
  border: none;
  margin: 0 1.325rem;
  width: 1px;
  height: 18px;
  background-color: #CCCCCC;
}

.table-cell {
  display: table-cell;
  border-bottom: none;
  white-space: nowrap;
  border-right: 1px solid #7F7F7F;
}
.table-cell.spacer {
  width: 200px;
}
.table-cell:last-child {
  border-bottom: none;
  border-right: none;
}
.table-controls {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
}
.table-controls .btn-next,
.table-controls .btn-prev {
  position: relative;
  background: transparent;
  border: 0;
  width: 2rem;
  transition: 200ms ease-out;
  transform: none;
}
.table-controls .btn-next span,
.table-controls .btn-prev span {
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
}
.table-controls .btn-next::after,
.table-controls .btn-prev::after {
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  font-weight: 900;
}
.table-controls .btn-next:hover,
.table-controls .btn-prev:hover {
  transform: scale(1.2);
}
.table-controls .btn-next::after {
  content: "\f0da";
}
.table-controls .btn-prev::after {
  content: "\f0d9";
}

.filter-row {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 10px;
  margin-bottom: 8px;
}
.filter-row .fa-filter {
  color: #0063BE;
}
.filter-row .clear-all-filters {
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .filter-row .clear-all-filters {
    margin-left: auto;
    order: 3;
  }
}
@media (min-width: 1024px) {
  .filter-row {
    flex-wrap: nowrap;
  }
}
.filters-container {
  display: none;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
  order: 4;
}
.filters-container.shown {
  display: flex;
}
@media (min-width: 1024px) {
  .filters-container {
    display: flex;
    order: 2;
  }
}
.filter-tag {
  background: #E5E5E5 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 8px 12px;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  gap: 10px;
}

.measurement-filter-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #CCCCCC;
  padding: 10px 10px;
}
.measurement-filter-footer a:not(.btn) {
  color: #999;
  font-weight: 500;
  font-size: 14px;
}
.measurement-filter-footer a:not(.btn):last-child {
  margin-left: auto;
}

.accessory-diagrams, .accessory-imgs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 180px));
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 45px;
}

.accessory {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  height: 180px;
}
.accessory:hover {
  cursor: pointer;
}
.accessory-img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.accessory-modal .accessory-img {
  border: none;
  border-radius: 0;
}

.accessory-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  max-width: 600px;
  height: 698px;
  margin: auto;
  background-color: #fff;
  justify-content: start;
  padding: 1rem;
  z-index: 1041;
}
.accessory-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}
.accessory-close {
  margin-left: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accessory-close:hover {
  cursor: pointer;
}

.accessories-filter, .part-group-filter {
  margin-bottom: 45px;
}
.accessories-filter .drop-filter, .part-group-filter .drop-filter {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  height: 45px;
  width: 350px;
  padding: 0 15px;
  color: #D2232A;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position-x: 325px;
  background-size: 10px;
}

.tab-content {
  border: none;
  padding: 0;
}
