﻿#dnn_dnnBreadcrumb1_lblBreadCrumb,
.breadcrumb-home,
.breadcrumb,
.page-top.small {
  display: none;
}

.steadyrain.part-detail {
  margin-top: 30px;
}
.steadyrain.part-detail .row.row--big-gap {
  margin-right: -29px;
  margin-left: -29px;
}
.steadyrain.part-detail .row.row--big-gap > [class*=col-] {
  padding-right: 29px;
  padding-left: 29px;
}
.steadyrain.part-detail .part-detail-image-container {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 15px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 992px) {
  .steadyrain.part-detail .part-detail-image-container {
    padding: 30px;
  }
}
.steadyrain.part-detail .part-detail-image {
  margin: 0 auto;
}
.steadyrain.part-detail .part-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .steadyrain.part-detail .part-detail-image {
    width: 80%;
  }
}
.steadyrain.part-detail .part-detail-info {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-bottom: 20px;
}
.steadyrain.part-detail .part-detail-brand-name,
.steadyrain.part-detail .part-detail-model-name {
  display: inline;
  margin-bottom: 5px;
  color: #d22328;
  font-weight: bold;
  line-height: 1.2;
}
.steadyrain.part-detail .part-detail-model-name:nth-of-type(2) {
  margin-left: 5px;
  padding-left: 7px;
  border-left: 2px solid #ccc;
}
@media screen and (min-width: 768px) {
  .steadyrain.part-detail .part-detail-brand-name,
  .steadyrain.part-detail .part-detail-model-name {
    line-height: 1;
  }
  .steadyrain.part-detail .part-detail-model-name:nth-of-type(2) {
    margin-left: 12px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
  }
}
.steadyrain.part-detail .part-detail-product-name {
  margin: 0;
}
.steadyrain.part-detail .part-detail-pricing-info {
  flex: 1;
}
.steadyrain.part-detail .part-detail-price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.steadyrain.part-detail .icon-cta {
  display: flex;
  gap: 10px;
}
.steadyrain.part-detail .icon-cta i {
  display: flex;
  width: 45px;
  height: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #D2232A;
}
.steadyrain.part-detail .icon-cta i::before {
  color: white;
  font-size: 24px;
}
.steadyrain.part-detail .icon-cta p {
  margin: 0;
  font-weight: bold;
}
.steadyrain.part-detail .icon-cta a {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .steadyrain.part-detail .col-md-6:has(.part-detail-help-card) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .steadyrain.part-detail .col-12.col-lg-6:has(.part-detail-description) {
    margin-bottom: 2.5rem;
  }
}
.steadyrain.part-detail .part-detail-help-card {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 15px;
  height: 100%;
}
.steadyrain.part-detail .part-detail-help-card p:first-child {
  margin-bottom: 5px;
}
.steadyrain.part-detail .part-detail-help-card .text-sm {
  margin-bottom: 0;
  font-size: 14px;
}
.steadyrain.part-detail .part-detail-help-card a {
  font-size: 14px;
}
.steadyrain.part-detail .part-detail-help-card a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.steadyrain.part-detail .part-detail-help-card i {
  font-size: 24px;
  color: #0063BE;
}
@media screen and (min-width: 768px) {
  .steadyrain.part-detail .part-detail-top-section {
    display: flex;
    gap: 30px;
  }
  .steadyrain.part-detail .part-detail-image {
    width: 100%;
  }
}
.steadyrain.part-detail .btn {
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.7px;
  padding: 14.5px 25px;
}
.steadyrain.part-detail .btn i {
  margin-right: 3px;
}
.steadyrain.part-detail .btn.rounded-pill {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7px;
  padding: 11px 20px;
}
.steadyrain.part-detail .btn.rounded-pill i {
  margin-right: 3px;
}
.steadyrain.part-detail .btn-outline-danger:focus {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.steadyrain.part-detail .btn-outline-danger:visited {
  color: #dc3545;
}
@media screen and (min-width: 768px) {
  .steadyrain.part-detail .btn {
    display: inline-block;
  }
}

.part-detail-related-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
.part-detail-related-actions .btn {
  padding: 14.5px !important;
  flex: 1;
}

.part-detail-related-card {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}
.part-detail-related-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-bottom: 15px;
}
.part-detail-related-card .text-sm {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #D2232A;
}
.part-detail-related-card .related-card-part-number {
  margin-bottom: 15px;
}
.part-detail-related-card .related-card-part-number,
.part-detail-related-card .related-card-part-number a {
  margin-bottom: 0;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-decoration: none !important;
  color: #1a1a1a;
}
.part-detail-related-card .related-card-part-price {
  margin-bottom: 0;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-decoration: none !important;
  color: #1a1a1a;
}

.part-detail-description ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}

.part-detail-description li {
  margin: 0;
  padding: 0 0 0 1.2rem;
  list-style: inside;
}

.table-responsive {
  margin-top: 15px;
  border: 1px solid #CCC;
  border-radius: 0.25rem;
  overflow: hidden;
}
.table-responsive .table-styled {
  margin-bottom: 0;
}
.table-responsive .table-styled thead th {
  border-bottom: 1px solid #ccc;
  background: #F2F2F2;
}
.table-responsive .table-styled th, .table-responsive .table-styled td {
  padding: 10px;
  text-align: center;
  font-size: 0.875rem;
}
.table-responsive .table-styled th:first-child, .table-responsive .table-styled td:first-child {
  text-align: left;
}

.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;
}
