/* Breadcrumb */
.breadcrumb-container {
  margin: 0;
}
@media screen and (min-width: 981px) {
  .breadcrumb-container {
    margin: 0 0.625rem;
  }
}
.breadcrumb-container > .container {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
}
@media screen and (min-width: 981px) {
  .breadcrumb-container > .container {
    flex-direction: row;
    align-items: center;
    padding: 0 0;
  }
}
.breadcrumb-container .view-quote-list {
  order: 1;
}
@media screen and (min-width: 981px) {
  .breadcrumb-container .view-quote-list {
    order: 2;
  }
}
.breadcrumb-container .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  list-style: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  order: 2;
}
@media screen and (min-width: 981px) {
  .breadcrumb-container .breadcrumbs {
    padding: 1.5rem 0;
    order: 1;
  }
}
.breadcrumb-container .breadcrumbs li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff;
}
.breadcrumb-container .breadcrumbs li:last-child {
  color: #6c6c6c;
}
.breadcrumb-container .breadcrumbs li:not(:last-child)::after {
  content: "/";
  display: block;
  color: #ffcc00;
}
.breadcrumb-container .breadcrumbs a {
  color: #ffffff;
}

/*  Related Products Wrapper */
.ziegler-related-products {
  background-color: #f7f7f7;
  padding: 2.5rem 0;
}
@media screen and (min-width: 981px) {
  .ziegler-related-products {
    padding: 4.5rem 0;
  }
}
.ziegler-related-products h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.0625;
  text-transform: uppercase;
  padding: 0 0 1.5rem;
}
@media screen and (min-width: 981px) {
  .ziegler-related-products h2 {
    padding: 0 0 2.5rem;
  }
}
.ziegler-related-products .ziegler-search-filter-results-grid-view {
  max-width: 1296px;
  width: 80%;
  margin: 0 auto;
}

/* Product Card */
.product-card {
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none !important;
}
@media screen and (min-width: 981px) {
  .product-card {
    flex-direction: row;
  }
}
.product-card .product-card-image {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
}
.product-card .product-card-image .product-card-img {
  display: block;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2.5;
}
@media screen and (min-width: 981px) {
  .product-card .product-card-image .product-card-img {
    width: 250px;
    height: 100%;
  }
}
.product-card .product-card-image .cat-certified-image {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  max-width: 96px;
}
.product-card .product-card-content {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
  border-top: 1px solid #e6e6e6;
  background-color: #ffffff;
}
@media screen and (min-width: 981px) {
  .product-card .product-card-content {
    border-top: 0;
    border-left: 1px solid #e6e6e6;
  }
}
.product-card .product-card-info {
  padding: 1rem;
}
@media screen and (min-width: 981px) {
  .product-card .product-card-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
  }
}
.product-card .product-card-cta {
  background-color: #f7f7f7;
  padding: 1rem;
  margin-top: auto;
  transition: all 0.2s ease;
}
@media screen and (min-width: 981px) {
  .product-card .product-card-cta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0.5rem 1rem;
  }
}
.product-card .product-card-cta .ziegler-button {
  width: 100%;
}
@media screen and (min-width: 981px) {
  .product-card .product-card-cta .ziegler-button {
    grid-column-start: 2;
  }
}
.product-card .product-card-cta .buy-online {
  color: #000000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 981px) {
  .product-card .product-card-cta .buy-online {
    grid-column-start: 2;
  }
}
.product-card .product-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 0 0.25rem;
}
.product-card .product-card-type,
.product-card .product-card-equipment-type {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  color: #6c6c6c;
  padding: 0 0 0.25rem;
}
.product-card .product-card-equipment-type {
  text-transform: uppercase;
  padding: 0 0 0.5rem;
}
.product-card .product-card-price {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  color: #6c6c6c;
  padding: 0.5rem 0;
}
@media screen and (min-width: 981px) {
  .product-card .product-card-price {
    padding: 0 0 0.5rem;
    text-align: right;
  }
}
.product-card .product-card-key-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem 1.5rem;
  font-size: 0.75rem;
  color: #888888;
  margin: 0;
  padding: 0.5rem 0 0;
}
@media screen and (min-width: 981px) {
  .product-card .product-card-key-specs {
    padding: 0;
  }
}
.product-card .product-card-key-specs .product-card-key-specs-key {
  font-weight: 400;
}
.product-card .product-card-key-specs .product-card-key-specs-value {
  color: #000000;
  font-weight: 700;
  margin: 0;
  text-align: right;
}

a.product-card:hover .ziegler-button {
  border-color: #ffcc00;
  background-color: #ffcc00;
}
a.product-card:hover .product-card-content .product-card-cta {
  background-color: #000000;
}

/* Product Card in Grid View */
.ziegler-search-filter-results-grid-view .product-card {
  flex-direction: column;
}
.ziegler-search-filter-results-grid-view .product-card .product-card-image img {
  width: 100%;
}
.ziegler-search-filter-results-grid-view .product-card .product-card-content {
  border-top: 1px solid #e6e6e6;
}
.ziegler-search-filter-results-grid-view .product-card .product-card-info {
  grid-template-columns: repeat(1, 1fr);
}
.ziegler-search-filter-results-grid-view .product-card .product-card-price {
  padding: 0.5rem 0;
}
@media screen and (min-width: 981px) {
  .ziegler-search-filter-results-grid-view .product-card .product-card-price {
    text-align: left;
  }
}
.ziegler-search-filter-results-grid-view .product-card .product-card-cta {
  display: block;
}
.ziegler-search-filter-results-grid-view .product-card .product-card-key-specs {
  padding-top: 0.5rem;
}

/* Modal */
.ziegler-modal {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.ziegler-modal .ziegler-modal-inner {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 860px;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 1.5rem;
  border: 1px solid #E3DED1;
  border-radius: 0.25rem;
}
.ziegler-modal .close-button {
  appearance: none;
  border: 0;
  background-color: transparent;
  padding: 0.5rem;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

/* Swiper */
.ziegler-swiper .swiper-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 1rem 2rem;
  padding: 1rem 0;
}
@media screen and (min-width: 981px) {
  .ziegler-swiper .swiper-controls {
    flex-direction: row;
  }
}
.ziegler-swiper .swiper-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
}
.ziegler-swiper .swiper-pagination {
  position: static;
}
.ziegler-swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0.25rem;
  border: none;
  width: 1.125rem;
  height: 0.25rem;
  opacity: 1;
  margin-right: 0.5rem;
  background-color: #B4B4B4;
}
@media screen and (min-width: 981px) {
  .ziegler-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.25rem;
  }
}
.ziegler-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
.ziegler-swiper .swiper-button-prev,
.ziegler-swiper .swiper-button-next {
  position: static;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.ziegler-swiper .swiper-button-prev {
  background-image: url("../images/icon-arrow-left-pagination.svg");
}
.ziegler-swiper .swiper-button-next {
  background-image: url("../images/icon-arrow-right-pagination.svg");
}

/* Accordion */
.ziegler-accordion .accordion-trigger {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #ffcc00;
  padding: 1rem;
}
.ziegler-accordion .accordion-trigger.active .accordion-icon {
  background-image: url("../images/icon-minus.svg");
  transform: rotate(180deg);
}
.ziegler-accordion .accordion-heading {
  padding: 0;
}
.ziegler-accordion .accordion-title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.ziegler-accordion .accordion-icon {
  background: transparent url("../images/icon-plus.svg") center center no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  transition: all ease 250ms;
}
.ziegler-accordion .accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
.ziegler-accordion .accordion-panel .accordion-panel-inner {
  padding: 2.5rem 0;
}

/* Spec Table */
.specs-table {
  width: 100%;
}
.specs-table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
@media screen and (min-width: 981px) {
  .specs-table tr.boolean td:nth-child(2), .specs-table tr.discrete td:nth-child(2) {
    width: 15%;
  }
}
.specs-table th,
.specs-table td {
  font-size: 1.125rem;
  display: block;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .specs-table th,
  .specs-table td {
    display: table-cell;
    padding: 0.5rem 1rem;
  }
}
.specs-table th {
  padding: 0.5rem 1rem 0.25rem;
  font-weight: 700;
}
@media screen and (min-width: 981px) {
  .specs-table th {
    width: 33%;
  }
}
.specs-table td {
  padding: 0.25rem 1rem 0.5rem;
  font-weight: 400;
}
@media screen and (min-width: 981px) {
  .specs-table td {
    width: auto;
  }
}

/* Rating */
.rating-1,
.rating-2 {
  color: #ffcc00;
}

.rating-3,
.rating-4,
.rating-5 {
  color: #2CAA1C;
}

/* Hubspot form */
.ziegler-text-sign-up .hbspt-form form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 981px) {
  .ziegler-text-sign-up .hbspt-form form {
    flex-direction: row;
  }
}
.ziegler-text-sign-up .hbspt-form .hs-form-field {
  margin: 0;
}
.ziegler-text-sign-up .hbspt-form .hs-form-field label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ziegler-text-sign-up .hbspt-form .hs-form-field .input {
  margin: 0 !important;
}
.ziegler-text-sign-up .hbspt-form .hs-form-field .input .hs-input {
  height: 45px;
  padding: 0.625rem;
}
.ziegler-text-sign-up .hbspt-form .hs-submit {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .ziegler-text-sign-up .hbspt-form .hs-submit {
    width: 30%;
  }
}
.ziegler-text-sign-up .hbspt-form .hs-submit .hs-button {
  background-color: transparent;
  color: #ffffff;
  width: 100%;
}
.ziegler-text-sign-up .hbspt-form .hs-submit .hs-button:hover {
  background-color: #ffcc00;
  border-color: #ffcc00;
  color: #000000;
}

.single-new-equipment .hero .hero-image,
.single-attachments .hero .hero-image {
  object-fit: cover;
  width: 100%;
  height: 546px;
  display: block;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-header.fixed-header .entry-info,
  .single-attachments .entry-header.fixed-header .entry-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.75rem 0;
    background-color: #000000;
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.05);
    border-bottom: 0;
    z-index: 9999;
  }
  .single-new-equipment .entry-header.fixed-header .entry-info .entry-info-inner,
  .single-attachments .entry-header.fixed-header .entry-info .entry-info-inner {
    max-width: 1296px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .single-new-equipment .entry-header.fixed-header .entry-info .entry-title,
  .single-attachments .entry-header.fixed-header .entry-info .entry-title {
    font-size: 2rem;
    padding: 0;
  }
  .single-new-equipment .entry-header.fixed-header .entry-info .cta-list,
  .single-attachments .entry-header.fixed-header .entry-info .cta-list {
    flex-direction: row-reverse;
  }
  .single-new-equipment .entry-header.fixed-header .entry-info .key-specs,
  .single-attachments .entry-header.fixed-header .entry-info .key-specs {
    display: none;
  }
}
.single-new-equipment .entry-info,
.single-attachments .entry-info {
  padding: 2.5rem 0 1.5rem;
  border-bottom: 1rem solid #ffcc00;
  color: #ffffff;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-info,
  .single-attachments .entry-info {
    padding: 4.5rem 0 3.5rem;
    transition: font-size ease 500ms, padding ease 500ms;
  }
}
.single-new-equipment .entry-info .entry-info-inner,
.single-attachments .entry-info .entry-info-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-info .entry-info-inner,
  .single-attachments .entry-info .entry-info-inner {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 0 2rem;
  }
}
.single-new-equipment .entry-info .entry-title,
.single-attachments .entry-info .entry-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-info .entry-title,
  .single-attachments .entry-info .entry-title {
    grid-column: 1/span 2;
  }
}
.single-new-equipment .entry-info .cta-list,
.single-attachments .entry-info .cta-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-info .cta-list,
  .single-attachments .entry-info .cta-list {
    flex-direction: row;
    grid-column: 1/span 2;
    margin: 0;
  }
}
.single-new-equipment .entry-info .key-specs,
.single-attachments .entry-info .key-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1.5rem;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-info .key-specs,
  .single-attachments .entry-info .key-specs {
    grid-column-start: 3;
    grid-row: 1/span 2;
    gap: 0.5rem 3.75rem;
    align-items: center;
  }
}
.single-new-equipment .entry-info .key-specs dt,
.single-attachments .entry-info .key-specs dt {
  font-size: 0.875rem;
  font-weight: 400;
}
.single-new-equipment .entry-info .key-specs dd,
.single-attachments .entry-info .key-specs dd {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: right;
  margin: 0;
}
.single-new-equipment .entry-description,
.single-attachments .entry-description {
  padding: 2.5rem 0;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-description,
  .single-attachments .entry-description {
    padding: 4.5rem 0 2.5rem;
  }
}
.single-new-equipment .entry-description .container,
.single-attachments .entry-description .container {
  font-size: 1.5rem;
  line-height: normal;
  text-align: center;
  max-width: 856px;
}
.single-new-equipment .entry-description ul,
.single-new-equipment .entry-description ol,
.single-attachments .entry-description ul,
.single-attachments .entry-description ol {
  list-style: disc;
  padding: 0 0 1.5rem 1.5rem;
  text-align: left;
  display: inline-block;
}
.single-new-equipment .entry-photo-gallery .entry-photo-gallery-swiper,
.single-attachments .entry-photo-gallery .entry-photo-gallery-swiper {
  overflow: hidden;
}
.single-new-equipment .entry-photo-gallery .entry-photo-gallery-swiper .swiper-wrapper,
.single-attachments .entry-photo-gallery .entry-photo-gallery-swiper .swiper-wrapper {
  align-items: center;
}
.single-new-equipment .entry-photo-gallery .swiper-slide img,
.single-new-equipment .entry-photo-gallery .entry-photo-gallery-single-image img,
.single-attachments .entry-photo-gallery .swiper-slide img,
.single-attachments .entry-photo-gallery .entry-photo-gallery-single-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-photo-gallery .swiper-slide img,
  .single-new-equipment .entry-photo-gallery .entry-photo-gallery-single-image img,
  .single-attachments .entry-photo-gallery .swiper-slide img,
  .single-attachments .entry-photo-gallery .entry-photo-gallery-single-image img {
    max-width: 860px;
  }
}
.single-new-equipment .entry-accordion,
.single-attachments .entry-accordion {
  padding: 2.5rem 0;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-accordion,
  .single-attachments .entry-accordion {
    padding: 4.5rem 0;
  }
}
.single-new-equipment .entry-accordion .accordion-panel .accordion-panel-inner,
.single-attachments .entry-accordion .accordion-panel .accordion-panel-inner {
  padding: 2.5rem 0;
}
.single-new-equipment .entry-accordion .accordion-panel h3,
.single-attachments .entry-accordion .accordion-panel h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.0625;
  text-transform: uppercase;
  padding: 0 0 1.625rem;
}
.single-new-equipment .entry-accordion .features-list,
.single-attachments .entry-accordion .features-list {
  border-bottom: 1px solid #B4B4B4;
}
.single-new-equipment .entry-accordion .feature-item,
.single-attachments .entry-accordion .feature-item {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  gap: 1.5rem;
  border-top: 1px solid #B4B4B4;
  padding: 2rem 0;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-accordion .feature-item,
  .single-attachments .entry-accordion .feature-item {
    flex-direction: row;
  }
}
.single-new-equipment .entry-accordion .feature-item .feature-item-image,
.single-attachments .entry-accordion .feature-item .feature-item-image {
  flex: 0 0 auto;
}
.single-new-equipment .entry-accordion .feature-item .feature-item-image img,
.single-attachments .entry-accordion .feature-item .feature-item-image img {
  object-fit: cover;
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-accordion .feature-item .feature-item-image img,
  .single-attachments .entry-accordion .feature-item .feature-item-image img {
    max-width: 510px;
  }
}
.single-new-equipment .entry-accordion .feature-item .feature-item-content h4,
.single-attachments .entry-accordion .feature-item .feature-item-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.single-new-equipment .entry-accordion .feature-item .feature-item-content ul,
.single-attachments .entry-accordion .feature-item .feature-item-content ul {
  list-style-type: disc;
  padding: 0 0 1rem 1.5rem;
}
.single-new-equipment .entry-accordion .feature-item .feature-item-content .feature-item-description,
.single-attachments .entry-accordion .feature-item .feature-item-content .feature-item-description {
  color: #6c6c6c;
}
.single-new-equipment .entry-accordion .feature-item .feature-item-content .feature-item-description *:last-child,
.single-attachments .entry-accordion .feature-item .feature-item-content .feature-item-description *:last-child {
  padding-bottom: 0;
}
.single-new-equipment .entry-accordion .accordion-specifications-content h4,
.single-attachments .entry-accordion .accordion-specifications-content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  padding: 2.5rem 0 1rem;
}
.single-new-equipment .entry-accordion .switch,
.single-attachments .entry-accordion .switch {
  text-align: right;
  border-bottom: 1px solid #6c6c6c;
}
.single-new-equipment .entry-accordion .switch .switch-input,
.single-attachments .entry-accordion .switch .switch-input {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.single-new-equipment .entry-accordion .switch .switch-inner,
.single-attachments .entry-accordion .switch .switch-inner {
  display: inline-block;
  position: relative;
}
.single-new-equipment .entry-accordion .switch .switch-inner::after,
.single-attachments .entry-accordion .switch .switch-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  transform: translate3d(0, 0, 0);
  width: 50%;
  height: 2px;
  background-color: #ffcc00;
  transition: all 0.25s ease-out;
}
.single-new-equipment .entry-accordion .switch .switch-inner:has(#metric:checked)::after,
.single-attachments .entry-accordion .switch .switch-inner:has(#metric:checked)::after {
  right: 50%;
}
.single-new-equipment .entry-accordion .switch .switch-inner:has(#metric:checked) .metric-label,
.single-attachments .entry-accordion .switch .switch-inner:has(#metric:checked) .metric-label {
  color: #000000;
}
.single-new-equipment .entry-accordion .switch .switch-inner:has(#metric:checked) .us-label,
.single-attachments .entry-accordion .switch .switch-inner:has(#metric:checked) .us-label {
  color: #6c6c6c;
}
.single-new-equipment .entry-accordion .switch .switch-label,
.single-attachments .entry-accordion .switch .switch-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.875rem 0;
  width: 70px;
  color: #6c6c6c;
  cursor: pointer;
}
.single-new-equipment .entry-accordion .switch .switch-label.us-label,
.single-attachments .entry-accordion .switch .switch-label.us-label {
  color: #000000;
}
.single-new-equipment .entry-accordion .accordion-standard-equipment-content h4,
.single-new-equipment .entry-accordion .accordion-optional-equipment-content h4,
.single-attachments .entry-accordion .accordion-standard-equipment-content h4,
.single-attachments .entry-accordion .accordion-optional-equipment-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  padding-top: 0.625rem;
}
.single-new-equipment .entry-accordion .accordion-standard-equipment-content ul,
.single-new-equipment .entry-accordion .accordion-optional-equipment-content ul,
.single-attachments .entry-accordion .accordion-standard-equipment-content ul,
.single-attachments .entry-accordion .accordion-optional-equipment-content ul {
  list-style-type: disc;
  padding: 0 0 1rem 1.5rem;
}
.single-new-equipment .entry-accordion .accordion-videos-content .orbit-figure,
.single-attachments .entry-accordion .accordion-videos-content .orbit-figure {
  margin-bottom: 2.5rem;
}
.single-new-equipment .entry-accordion .accordion-videos-content .responsive-embed,
.single-attachments .entry-accordion .accordion-videos-content .responsive-embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  margin-bottom: 1rem;
}
.single-new-equipment .entry-accordion .accordion-videos-content .responsive-embed iframe,
.single-attachments .entry-accordion .accordion-videos-content .responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.single-new-equipment .entry-documents,
.single-attachments .entry-documents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background-color: #f7f7f7;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-documents,
  .single-attachments .entry-documents {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 4.5rem 0;
  }
}
.single-new-equipment .entry-documents .entry-documents-image img,
.single-attachments .entry-documents .entry-documents-image img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.single-new-equipment .entry-documents .entry-documents-content,
.single-attachments .entry-documents .entry-documents-content {
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-documents .entry-documents-content,
  .single-attachments .entry-documents .entry-documents-content {
    padding: 4.5rem;
  }
}
.single-new-equipment .entry-documents .entry-documents-title,
.single-attachments .entry-documents .entry-documents-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.05556;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.single-new-equipment .entry-documents .entry-documents-list,
.single-attachments .entry-documents .entry-documents-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-new-equipment .entry-documents .entry-documents-list a,
.single-attachments .entry-documents .entry-documents-list a {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
  padding: 1.125rem 3rem 1rem 1rem;
  border-top: 1px solid #ffcc00;
  background: transparent url("../images/icon-download.svg") calc(100% - 1rem) center/18px 18px no-repeat;
}
.single-new-equipment .entry-documents .entry-documents-list a:hover,
.single-attachments .entry-documents .entry-documents-list a:hover {
  text-decoration: underline;
}
.single-new-equipment .entry-related-attachments,
.single-attachments .entry-related-attachments {
  padding: 2.5rem 0;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .single-new-equipment .entry-related-attachments,
  .single-attachments .entry-related-attachments {
    padding: 4.5rem 0;
  }
}
.single-new-equipment .entry-related-attachments .entry-related-attachments-title,
.single-attachments .entry-related-attachments .entry-related-attachments-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.05556;
  text-transform: uppercase;
  padding: 0 0 2.5rem;
}
.single-new-equipment .entry-related-attachments .entry-related-attachments-swiper .swiper-slide,
.single-attachments .entry-related-attachments .entry-related-attachments-swiper .swiper-slide {
  height: auto;
}
.single-new-equipment .entry-related-attachments .entry-related-attachments-button,
.single-attachments .entry-related-attachments .entry-related-attachments-button {
  background-color: transparent;
  appearance: none;
  border: 1px solid #E3DED1;
  border-radius: 0.25rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.single-new-equipment .entry-related-attachments .entry-related-attachments-button-image,
.single-attachments .entry-related-attachments .entry-related-attachments-button-image {
  display: block;
}
.single-new-equipment .entry-related-attachments .entry-related-attachments-button-image img,
.single-attachments .entry-related-attachments .entry-related-attachments-button-image img {
  display: block;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.single-new-equipment .entry-related-attachments .entry-related-attachments-button-title,
.single-attachments .entry-related-attachments .entry-related-attachments-button-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  padding: 1.5rem;
  border-top: 1px solid #E3DED1;
  display: block;
}
.single-new-equipment .entry-related-attachments .entry-related-attachments-dialogs-title,
.single-attachments .entry-related-attachments .entry-related-attachments-dialogs-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 1.5rem;
}
.single-new-equipment .entry-related-attachments .entry-related-attachments-list,
.single-attachments .entry-related-attachments .entry-related-attachments-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.single-new-equipment .entry-related-attachments .entry-related-attachments-list .entry-related-attachments-list-link,
.single-attachments .entry-related-attachments .entry-related-attachments-list .entry-related-attachments-list-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  color: #000000;
}
.single-new-equipment .entry-related-attachments .entry-related-attachments-list .entry-related-attachments-list-link:hover,
.single-attachments .entry-related-attachments .entry-related-attachments-list .entry-related-attachments-list-link:hover {
  background-color: #000000;
}
.single-new-equipment .entry-related-attachments .entry-related-attachments-list .entry-related-attachments-list-link:hover .entry-related-attachments-list-title,
.single-attachments .entry-related-attachments .entry-related-attachments-list .entry-related-attachments-list-link:hover .entry-related-attachments-list-title {
  color: #ffcc00;
}

.single-used-equipment .type-used-equipment {
  background-color: #fff;
}
.single-used-equipment .site-content {
  max-width: 1296px;
  width: 80%;
  margin: 0 auto;
}
.single-used-equipment .entry-header {
  padding: 2.5rem 0 1.5rem;
  transition: padding ease 500ms;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .entry-header {
    padding: 2.5rem 0;
  }
  .single-used-equipment .entry-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.75rem;
    background-color: var(--color-brand-white);
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.05);
    z-index: 9999;
  }
  .single-used-equipment .entry-header.fixed-header .entry-header-inner {
    max-width: 1296px;
    width: 80%;
    margin: 0 auto;
  }
  .single-used-equipment .entry-header.fixed-header .entry-title {
    font-size: 1.5rem;
    padding: 0;
  }
  .single-used-equipment .entry-header.fixed-header .post-meta-price {
    font-size: 1.125rem;
  }
}
.single-used-equipment .entry-header .entry-header-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .entry-header .entry-header-inner {
    flex-direction: row;
  }
}
.single-used-equipment .entry-header .entry-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-weight: 900;
  font-size: 1.5rem;
  padding: 0 0 0.25rem;
  transition: font-size ease 500ms, padding ease 500ms;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .entry-header .entry-title {
    font-size: 2rem;
    padding: 0 0 0.75rem;
  }
}
.single-used-equipment .entry-header .entry-title span {
  font-family: var(--font-brand-body);
  font-size: 1.125rem;
  font-weight: 400;
}
.single-used-equipment .entry-header .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  color: var(--color-brand-gray);
  font-size: 1rem;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .entry-header .post-meta {
    align-items: center;
  }
}
.single-used-equipment .entry-header .post-meta-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-brand-black);
  transition: font-size ease 500ms;
  width: 100%;
  order: 0;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .entry-header .post-meta-price {
    width: auto;
    order: initial;
  }
}
.single-used-equipment .entry-header .post-meta-hours {
  order: 1;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .entry-header .post-meta-hours {
    order: initial;
  }
}
.single-used-equipment .entry-header .post-meta-equipment-number {
  order: 3;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .entry-header .post-meta-equipment-number {
    order: initial;
    width: auto;
  }
}
.single-used-equipment .entry-header .post-meta-serial-number {
  order: 4;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .entry-header .post-meta-serial-number {
    order: initial;
    width: auto;
  }
}
.single-used-equipment .entry-header .post-meta-location {
  order: 2;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .entry-header .post-meta-location {
    order: initial;
  }
}
.single-used-equipment .entry-header .cta-list {
  display: flex;
  flex-direction: column;
  gap: 1rem 1.5rem;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .entry-header .cta-list {
    flex-direction: row-reverse;
    grid-column: 1/span 2;
    width: auto;
  }
}
.single-used-equipment .entry-header .cta-list .ziegler-button {
  width: 100%;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .entry-header .cta-list .ziegler-button {
    width: auto;
  }
}
.single-used-equipment .post-meta-location,
.single-used-equipment .post-meta-estimate-payments,
.single-used-equipment .post-meta-trade-in {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
}
.single-used-equipment .post-meta-estimate-payments a,
.single-used-equipment .single-equipment .post-meta-trade-in a {
  color: var(--color-brand-gray);
  text-decoration: underline;
}
.single-used-equipment .post-meta-estimate-payments a:hover,
.single-used-equipment .single-equipment .post-meta-trade-in a:hover {
  text-decoration: none;
}
.single-used-equipment .ziegler-gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2px;
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .ziegler-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding: 0 0 4.5rem;
  }
}
@media screen and (min-width: 981px) {
  .single-used-equipment .ziegler-gallery .main-photo {
    grid-column: span 3;
  }
}
.single-used-equipment .ziegler-gallery .side-photos {
  display: flex;
  flex-flow: row nowrap;
  gap: 2px;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .ziegler-gallery .side-photos {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.single-used-equipment .ziegler-gallery .photo,
.single-used-equipment .ziegler-gallery .photo img {
  display: block;
}
.single-used-equipment .ziegler-gallery .photo img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/2.948;
}
.single-used-equipment .ziegler-gallery .main-photo .photo img {
  aspect-ratio: 4/3;
}
.single-used-equipment .ziegler-gallery .photo.photo-hide {
  display: none;
}
.single-used-equipment .ziegler-gallery .photo.photo-3 {
  position: relative;
}
.single-used-equipment .ziegler-gallery .photo.photo-3::after {
  content: "See All";
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.single-used-equipment .ziegler-gallery-single {
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .ziegler-gallery-single {
    padding: 0 0 4.5rem;
  }
}
.single-used-equipment .ziegler-gallery-single img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 6/4;
}
.single-used-equipment .headline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.0625;
  text-transform: uppercase;
  padding: 0 0 1rem;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .headline {
    padding: 0 0 1.5rem;
  }
}
.single-used-equipment .comments-features-wrapper {
  background-color: #f7f7f7;
  padding: 2.5rem 0;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .comments-features-wrapper {
    padding: 4.5rem 0;
  }
}
.single-used-equipment .comments-features-wrapper.is-comments.is-features .comments-features-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem 1.5rem;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .comments-features-wrapper.is-comments.is-features .comments-features-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 981px) {
  .single-used-equipment .comments-features-wrapper.is-comments.is-features .comments-features-inner .features {
    grid-column: 2/span 2;
  }
}
.single-used-equipment .comments-features-wrapper .cat-certified {
  margin-top: 1.5rem;
}
.single-used-equipment .comments-features-wrapper .cat-certified.no-top-spacing {
  margin-top: 0;
}
.single-used-equipment .comments-features-wrapper .cat-certified .cat-certified-image {
  display: block;
  margin: 0 0 1rem;
}
.single-used-equipment .comments-features-wrapper .cat-certified .cat-certified-content a {
  color: #000000;
  text-decoration: underline;
}
.single-used-equipment .comments-features-wrapper .features ul {
  list-style-type: disc;
  padding: 0 0 0 1.25rem;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .comments-features-wrapper .features ul {
    columns: 2;
    column-gap: 2rem;
  }
}
.single-used-equipment .comments-features-wrapper .features ul li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.single-used-equipment .condition {
  padding: 2.5rem 0;
}
@media screen and (min-width: 981px) {
  .single-used-equipment .condition {
    padding: 4.5rem 0;
  }
}

.tax-new-equipment-category .taxonomy-hero,
.tax-attachment_category .taxonomy-hero {
  position: relative;
  min-height: 400px;
  border-bottom: 1rem solid #ffcc00;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media screen and (min-width: 981px) {
  .tax-new-equipment-category .taxonomy-hero,
  .tax-attachment_category .taxonomy-hero {
    min-height: 514px;
  }
}
.tax-new-equipment-category .taxonomy-hero-image,
.tax-attachment_category .taxonomy-hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tax-new-equipment-category .taxonomy-hero-image img,
.tax-attachment_category .taxonomy-hero-image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}
.tax-new-equipment-category .taxonomy-hero-image::after,
.tax-attachment_category .taxonomy-hero-image::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.tax-new-equipment-category .taxonomy-hero-content,
.tax-attachment_category .taxonomy-hero-content {
  position: relative;
  width: 100%;
  padding: 2.5rem 1.25rem;
  z-index: 10;
}
@media screen and (min-width: 981px) {
  .tax-new-equipment-category .taxonomy-hero-content,
  .tax-attachment_category .taxonomy-hero-content {
    width: 50%;
    padding: 11.25rem 0 11.25rem 11.25rem;
  }
}
.tax-new-equipment-category .taxonomy-hero-title,
.tax-attachment_category .taxonomy-hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.04167;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0 0.5rem;
}
.tax-new-equipment-category .taxonomy-hero-description,
.tax-attachment_category .taxonomy-hero-description {
  font-size: 1.125rem;
  color: #ffffff;
  line-height: normal;
}
.tax-new-equipment-category .taxonomy-posts,
.tax-attachment_category .taxonomy-posts {
  padding: 1.5rem 0 2.5rem;
}
@media screen and (min-width: 981px) {
  .tax-new-equipment-category .taxonomy-posts,
  .tax-attachment_category .taxonomy-posts {
    padding: 4.5rem 0;
  }
}
.tax-new-equipment-category .taxonomy-posts .taxonomy-posts-container,
.tax-attachment_category .taxonomy-posts .taxonomy-posts-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem 4.5rem;
}
@media screen and (min-width: 981px) {
  .tax-new-equipment-category .taxonomy-posts .taxonomy-posts-container,
  .tax-attachment_category .taxonomy-posts .taxonomy-posts-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 981px) {
  .tax-new-equipment-category .taxonomy-posts .product-col,
  .tax-attachment_category .taxonomy-posts .product-col {
    grid-column: 2/span 2;
  }
}
.tax-new-equipment-category .taxonomy-posts .product-list,
.tax-attachment_category .taxonomy-posts .product-list {
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 981px) {
  .tax-new-equipment-category .taxonomy-posts .product-list,
  .tax-attachment_category .taxonomy-posts .product-list {
    padding: 0 0 4.5rem;
  }
}
.tax-new-equipment-category .taxonomy-posts .product-list .product-list-item,
.tax-attachment_category .taxonomy-posts .product-list .product-list-item {
  margin-bottom: 1.5rem;
}
.tax-new-equipment-category .filter-heading,
.tax-new-equipment-category .product-category-heading,
.tax-attachment_category .filter-heading,
.tax-attachment_category .product-category-heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 1.5rem;
  text-transform: uppercase;
}
.tax-new-equipment-category .filter-heading,
.tax-attachment_category .filter-heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  background-color: #000000;
  color: #ffffff;
  padding: 2.4rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 981px) {
  .tax-new-equipment-category .filter-heading,
  .tax-attachment_category .filter-heading {
    color: #000000;
    background-color: #ffffff;
    padding: 0 0 1.5rem;
  }
}
.tax-new-equipment-category .filter-heading .close-button,
.tax-attachment_category .filter-heading .close-button {
  margin-left: auto;
  font-size: 0;
  background-color: transparent;
  appearance: none;
  border: 0;
  display: block;
}
@media screen and (min-width: 981px) {
  .tax-new-equipment-category .filter-heading .close-button,
  .tax-attachment_category .filter-heading .close-button {
    display: none;
  }
}
.tax-new-equipment-category .filter-heading .close-button::after,
.tax-attachment_category .filter-heading .close-button::after {
  content: "";
  background-image: url("/wp-content/themes/ziegler/images/icon-close.svg");
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}
.tax-new-equipment-category .taxonomy-filters .accordion-heading,
.tax-attachment_category .taxonomy-filters .accordion-heading {
  padding: 0;
}
.tax-new-equipment-category .taxonomy-filters .accordion-trigger,
.tax-attachment_category .taxonomy-filters .accordion-trigger {
  appearance: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 1rem;
  color: #000000;
  border: 0;
  border-top: 1px solid #ffcc00;
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
}
.tax-new-equipment-category .taxonomy-filters .accordion-panel,
.tax-attachment_category .taxonomy-filters .accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
.tax-new-equipment-category .taxonomy-filters .accordion-panel .subcategory-accordion,
.tax-new-equipment-category .taxonomy-filters .accordion-panel .product-filter-accordion,
.tax-attachment_category .taxonomy-filters .accordion-panel .subcategory-accordion,
.tax-attachment_category .taxonomy-filters .accordion-panel .product-filter-accordion {
  padding: 0 1rem 1.5rem;
}
.tax-new-equipment-category .taxonomy-filters .accordion-panel label,
.tax-attachment_category .taxonomy-filters .accordion-panel label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tax-new-equipment-category .taxonomy-filters .accordion-panel label input[type=checkbox],
.tax-attachment_category .taxonomy-filters .accordion-panel label input[type=checkbox] {
  appearance: none;
  width: 1.625rem;
  height: 1.625rem;
  border: 2px solid #000000;
  border-radius: 0.25rem;
  position: relative;
  flex: 0 0 auto;
}
.tax-new-equipment-category .taxonomy-filters .accordion-panel label input[type=checkbox]::before,
.tax-attachment_category .taxonomy-filters .accordion-panel label input[type=checkbox]::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 16px;
  position: absolute;
  top: -1px;
  left: 7px;
  border-bottom: 3px solid var(--color-brand-black);
  border-right: 3px solid var(--color-brand-black);
  transform: rotate(45deg);
  visibility: hidden;
}
.tax-new-equipment-category .taxonomy-filters .accordion-panel label input[type=checkbox]:checked,
.tax-attachment_category .taxonomy-filters .accordion-panel label input[type=checkbox]:checked {
  background-color: #ffcc00;
}
.tax-new-equipment-category .taxonomy-filters .accordion-panel label input[type=checkbox]:checked::before,
.tax-attachment_category .taxonomy-filters .accordion-panel label input[type=checkbox]:checked::before {
  visibility: visible;
}
.tax-new-equipment-category .taxonomy-filters .accordion-panel label input[type=checkbox]:focus,
.tax-attachment_category .taxonomy-filters .accordion-panel label input[type=checkbox]:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.tax-new-equipment-category .taxonomy-filters .accordion-panel label span,
.tax-attachment_category .taxonomy-filters .accordion-panel label span {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding-top: 0.25rem;
}

/* Filters */
.searchandfilter > ul {
  padding: 0;
  margin: 0 !important;
}

.searchandfilter > ul ul {
  margin: 0;
}

.searchandfilter > ul > li {
  padding: 0;
  margin: 0 !important;
}

.searchandfilter ul ul:not(.children),
.searchandfilter ul .sf-meta-range-number,
.searchandfilter ul .sf-meta-range-slider {
  overflow: hidden;
  padding: 0 0 0 1rem;
  height: 0;
}

.searchandfilter ul ul li {
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.searchandfilter ul ul.children {
  width: 100%;
  margin: 0;
  padding: 0 0 0 2rem;
}

.searchandfilter ul ul.children li {
  margin: 1rem 0 0;
}

.searchandfilter > ul > li > h4 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  padding: 1rem;
  border-top: 1px solid #000000;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.searchandfilter > ul > li > h4::after {
  content: "";
  background: transparent url("../images/icon-plus.svg") center center no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.searchandfilter > ul > li > h4.active::after {
  background-image: url("../images/icon-minus.svg");
}

.searchandfilter > ul > li > h4.active + ul,
.searchandfilter > ul > li > h4.active + .sf-meta-range-number,
.searchandfilter > ul > li > h4.active + .sf-meta-range-slider {
  height: auto;
}

.searchandfilter > ul > li > h4.active + .sf-meta-range-number,
.searchandfilter > ul > li > h4.active + .sf-meta-range-slider {
  padding: 0 0 1rem 1rem;
}

.searchandfilter > ul > li > .sf-meta-range-number .sf-input-range-number,
.searchandfilter > ul > li > .sf-meta-range-slider .sf-input-range-number {
  font-size: 1.125rem !important;
  border: 2px solid #000000;
  border-radius: 0.25rem;
  padding: 0.5rem;
  max-width: none;
}

.searchandfilter > ul > li > h4.js-filter-toggle {
  cursor: pointer;
}

.searchandfilter > ul > li.sf-field-reset {
  padding: 0 1rem 1.5rem;
  font-size: 1rem;
}

.filter-modal .filter-reset {
  padding: 1rem 0 0;
  color: #000000;
  display: block;
}

.searchandfilter > ul > li.sf-field-search {
  margin-bottom: 0rem !important;
}

.searchandfilter > ul > li.sf-field-search > h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 1.5rem;
  border: 0;
  display: block;
  text-transform: uppercase;
}

.searchandfilter > ul > li.sf-field-search > h4::after {
  content: none;
}

.searchandfilter > ul > li.sf-field-search > ul {
  height: auto;
}

.searchandfilter .sf-field-search label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  border-radius: 4px;
  border: 1px solid #000000;
  padding: 0.75rem 1rem;
}

.searchandfilter .sf-field-search label::before {
  content: "U";
  display: inline-block;
  font-family: ETmodules;
  font-size: 1.25rem;
}

.searchandfilter .sf-field-search label input[type=text] {
  border: 0;
  font-size: 0.938rem !important;
}

.searchandfilter input[type=checkbox],
.searchandfilter input[type=radio] {
  appearance: none;
  width: 1.625rem;
  height: 1.625rem;
  border: 2px solid #000000;
  border-radius: 2px;
  position: relative;
}

.searchandfilter input[type=radio] {
  border-radius: 50%;
}

.searchandfilter input[type=checkbox]::before,
.searchandfilter input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 16px;
  position: absolute;
  top: -1px;
  left: 7px;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
  transform: rotate(45deg);
  visibility: hidden;
}

.searchandfilter input[type=radio]::before {
  width: 1rem;
  height: 1rem;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  border: 0;
  transform: none;
  background-color: #000000;
}

.searchandfilter input[type=checkbox]:checked {
  background-color: #ffcc00;
}

.searchandfilter input[type=checkbox]:checked::before,
.searchandfilter input[type=radio]:checked::before {
  visibility: visible;
}

.searchandfilter input[type=checkbox]:focus,
.searchandfilter input[type=radio]:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.searchandfilter input[type=checkbox]:disabled,
.searchandfilter input[type=radio]:disabled {
  color: #6c6c6c;
  cursor: not-allowed;
}

.filter-modal .selected-tag-filters,
.searchandfilter .selected-tag-filters {
  display: none;
  padding: 1.5rem 1rem 0;
}

.filter-modal .selected-tag-filters {
  padding: 1.5rem 1rem;
}

.filter-modal .selected-tag-filters h5,
.searchandfilter .selected-tag-filters h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 1rem;
  padding: 0;
}

.filter-modal .selected-tag-filters .tag-filter-holder,
.searchandfilter .selected-tag-filters .tag-filter-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-modal .selected-tag-filters .tag-filter-button,
.searchandfilter .selected-tag-filters .tag-filter-button {
  font-size: 1rem;
  text-align: left;
  text-transform: capitalize;
  border: 0;
  border-radius: 0.25rem;
  color: #ffffff;
  background-color: #000000;
  padding: 0.5rem 0.75rem 0.35rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

.filter-modal .selected-tag-filters .tag-filter-button::after,
.searchandfilter .selected-tag-filters .tag-filter-button::after {
  content: "M";
  font-family: ETmodules;
  display: inline-block;
}

.searchandfilter .sf-meta-range-slider .sf-range-prefix {
  margin: 0 0.25rem 0 0;
}

.searchandfilter .noUi-connects .noUi-connect {
  background-color: #000000;
}

/* hide those elements in Filters Mobile for desktop */
.searchandfilter > ul > li.sf-field-search h4 .close-button,
.filter-modal .modal-content .apply-button {
  display: none;
}

/* Filters Mobile */
@media screen and (max-width: 980px) {
  body.mobile-filter-active {
    overflow-y: hidden;
  }
  body.mobile-filter-active .et-l.et-l--header {
    position: relative;
    z-index: 1;
  }
  #et-main-area {
    position: relative;
    z-index: 999999;
  }
  .ziegler-filters-column {
    z-index: 99;
  }
  .filter-modal {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -120%;
    transition: right 0.25s ease;
  }
  .filter-modal > .modal-content {
    width: 90%;
    height: 100%;
    margin: 0 0 0 auto;
    padding-bottom: 8rem;
    overflow-x: hidden;
    background-color: #ffffff;
    box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.25);
  }
  .filter-modal.active-filter,
  .filter-modal.active-sort {
    /*display: block;*/
    right: 0;
  }
  .filter-modal.active-filter .searchandfilter > ul > li.sf-field-sort_order {
    display: none;
  }
  .filter-modal.active-sort .searchandfilter > ul > li:not(.sf-field-search) {
    display: none;
  }
  .filter-modal.active-sort .searchandfilter > ul > li.sf-field-sort_order {
    display: block;
    padding-top: 1.5rem;
  }
  .filter-modal.active-sort .searchandfilter > ul > li.sf-field-sort_order h4,
  .filter-modal.active-sort .searchandfilter .selected-tag-filters {
    display: none !important;
  }
  .filter-modal.active-sort .searchandfilter > ul > li.sf-field-sort_order h4 + ul {
    height: auto;
  }
  .searchandfilter > ul > li:not(.sf-field-search) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .searchandfilter > ul > li.sf-field-search h4 {
    font-size: 0;
    background-color: #000000;
    padding: 2.4rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .searchandfilter > ul > li.sf-field-search > h4:before {
    content: "Filter";
    display: block;
    font-size: 1.5rem;
    color: #ffffff;
  }
  .filter-modal.active-sort .searchandfilter > ul > li.sf-field-search > h4:before {
    content: "Sort";
  }
  .searchandfilter > ul > li.sf-field-search h4 .close-button {
    margin-left: auto;
    font-size: 0;
    background-color: transparent;
    appearance: none;
    border: 0;
    display: block;
  }
  .searchandfilter > ul > li.sf-field-search h4 .close-button:after {
    content: "";
    background-image: url("/wp-content/themes/ziegler/images/icon-close.svg");
    display: block;
    width: 1.125rem;
    height: 1.125rem;
  }
  .filter-modal .modal-content .apply-button {
    display: block;
    width: calc(100% - 2rem);
    margin: 1.5rem 1rem;
  }
  .searchandfilter > ul > li.sf-field-search label {
    display: none !important;
  }
  .searchandfilter .search-filter-reset {
    margin: 0 1rem;
  }
}
/* .Mobile filter toggle buttons */
.ziegler-mobile-filter-toggles-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  padding: 0;
}

@media screen and (min-width: 981px) {
  .ziegler-mobile-filter-toggles-row {
    display: none;
  }
}
.ziegler-mobile-filter-toggles-row::after {
  content: none;
}

.ziegler-mobile-filter-toggles-row .et_pb_column {
  margin-bottom: 0;
}

.ziegler-mobile-filter-toggles-row #ziegler-mobile-filter-button,
.ziegler-mobile-filter-toggles-row #ziegler-mobile-sort-button {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.search-filter-results > .product-card {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 981px) {
  .search-filter-results > .product-card {
    margin-bottom: 1rem;
  }
}
.search-filter-results .ziegler-products-count {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 1.5rem !important;
}
@media screen and (min-width: 981px) {
  .search-filter-results .ziegler-products-count {
    font-size: 1.5rem;
    padding: 0 0 2rem !important;
  }
}

/* Search Results -  Grid View */
.ziegler-search-filter-results-grid-view .ziegler-products-count,
.ziegler-search-filter-results-grid-view .ziegler-products-item__pagination,
.ziegler-search-filter-results-grid-view .search-filter-results .ziegler-products-item .ziegler-products-item__cta {
  display: none;
}

.ziegler-search-filter-results-grid-view .search-filter-results {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .ziegler-search-filter-results-grid-view .search-filter-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 981px) {
  .ziegler-search-filter-results-grid-view .search-filter-results {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ziegler-search-filter-results-grid-view .search-filter-results > .product-card {
  margin-bottom: 0;
}

/* Pagination */
.ziegler-products-item__pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.ziegler-products-item__pagination .wp-pagenavi .pages,
.ziegler-products-item__pagination .wp-pagenavi .first,
.ziegler-products-item__pagination .wp-pagenavi .last {
  display: none;
}

@media screen and (max-width: 767px) {
  .ziegler-products-item__pagination .wp-pagenavi a.page {
    display: none;
  }
  .ziegler-products-item__pagination .wp-pagenavi > a.page.smaller {
    display: block;
  }
  .ziegler-products-item__pagination .wp-pagenavi > a.page.smaller ~ a.page.smaller {
    display: none;
  }
  .ziegler-products-item__pagination .wp-pagenavi > a.page.larger:nth-last-of-type(3) {
    display: block;
  }
}
.ziegler-products-item__pagination .wp-pagenavi .previouspostslink,
.ziegler-products-item__pagination .wp-pagenavi .nextpostslink {
  border: 2px solid #000000;
  border-radius: 4px;
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .ziegler-products-item__pagination .wp-pagenavi .previouspostslink,
  .ziegler-products-item__pagination .wp-pagenavi .nextpostslink {
    padding: 0.75rem 1.5rem;
  }
}
.ziegler-products-item__pagination .wp-pagenavi .previouspostslink span,
.ziegler-products-item__pagination .wp-pagenavi .nextpostslink span {
  display: none;
}

.ziegler-products-item__pagination .wp-pagenavi .previouspostslink::after,
.ziegler-products-item__pagination .wp-pagenavi .nextpostslink::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background-color: transparent;
}

.ziegler-products-item__pagination .wp-pagenavi .previouspostslink::after {
  background-image: url("/wp-content/themes/ziegler/images/icon-arrow-left-pagination.svg");
}

.ziegler-products-item__pagination .wp-pagenavi .nextpostslink::after {
  background-image: url("/wp-content/themes/ziegler/images/icon-arrow-right-pagination.svg");
}

.ziegler-products-item__pagination .wp-pagenavi .page,
.ziegler-products-item__pagination .wp-pagenavi .current {
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .ziegler-products-item__pagination .wp-pagenavi .page,
  .ziegler-products-item__pagination .wp-pagenavi .current {
    padding: 0.75rem 1.5rem;
  }
}
.ziegler-products-item__pagination .wp-pagenavi .page:hover {
  background-color: #ffcc00;
  color: #ffffff !important;
}

.ziegler-products-item__pagination .wp-pagenavi .current {
  background-color: #ffcc00;
  color: #ffffff !important;
}

#quote-list h2 {
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 981px) {
  #quote-list h2 {
    padding-bottom: 2rem;
  }
}
#quote-list .quote-list-table {
  width: 100%;
  margin: 0 0 2.5rem;
}
@media screen and (min-width: 981px) {
  #quote-list .quote-list-table {
    margin: 0 0 4.5rem;
  }
}
#quote-list .quote-list-table tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 981px) {
  #quote-list .quote-list-table tr {
    display: table-row;
  }
}
#quote-list .quote-list-table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
#quote-list .quote-list-table th,
#quote-list .quote-list-table td {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  padding: 1rem;
}
#quote-list .quote-list-table th {
  background-color: #000000;
  color: #ffcc00;
  width: 100%;
}
@media screen and (min-width: 981px) {
  #quote-list .quote-list-table th {
    width: auto;
  }
}
#quote-list .quote-list-table th:not(:first-child) {
  display: none;
}
@media screen and (min-width: 981px) {
  #quote-list .quote-list-table th:not(:first-child) {
    display: table-cell;
  }
}
#quote-list .quote-list-table td {
  width: 100%;
}
@media screen and (min-width: 981px) {
  #quote-list .quote-list-table td {
    display: table-cell;
    width: auto;
  }
}
#quote-list .quote-list-table td:nth-child(2) {
  flex: 1 1 auto;
  width: auto;
}
#quote-list .quote-list-table td:nth-child(3) {
  flex: 0 0 auto;
  width: auto;
}
#quote-list .quote-list-table td:not(:first-child) {
  text-align: left;
}
@media screen and (min-width: 981px) {
  #quote-list .quote-list-table td:not(:first-child) {
    text-align: center;
  }
}
#quote-list .update-quote-input {
  border-radius: 1px;
  border: 1px solid #6c6c6c;
  text-align: center;
  padding: 0.5rem;
  margin: 0 0.5rem 0;
  width: 40px;
}
@media screen and (min-width: 981px) {
  #quote-list .update-quote-input {
    margin: 0 1rem 0 1.5rem;
    padding: 0.875rem;
    width: 56px;
  }
}
#quote-list .update-quote {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #6c6c6c;
  padding: 0;
}
#quote-list .quote-list-used {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  #quote-list .quote-list-used {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 981px) {
  #quote-list .quote-list-used {
    grid-template-columns: repeat(4, 1fr);
  }
}
#quote-list .quote-list-used li {
  margin: 0;
}
#quote-list .quote-list-used li .product-card {
  height: 100%;
}
