.strap-banner-breadcrumb {
  padding: 24px 0px;
}

ul.strap-breadcrumb-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}

ul.strap-breadcrumb-list > li {
  margin: 0px 18px;
}

ul.strap-breadcrumb-list > li:first-child {
  margin-left: 0px;
}

ul.strap-breadcrumb-list li a {
  color: #666666;
}

.strap-banner-wrapper {
  min-height: 340px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strap-banner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.strap-banner-content h1 {
  margin-bottom: 8px;
}

.strap-banner-content p {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 22px;
}

.strap-banner-form-wrapper .search-field {
  width: 100%;
  min-width: 424px;
}

.find-strap-form {
  position: relative;
}

.strap-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 20px;
  background-color: #fff;
  border: 1px solid #666666;
  border-left: 0px;
  cursor: pointer;
  z-index: 9;
}

.catalog-product-wrapper {
  display: block;
}
.catalog-product-wrapper {
  padding-top: 0 !important;
}

.catalog-container {
  max-width: 936px;
  width: 100%;
  margin: 0 auto;
}

.catalog-product-item {
  width: calc(33.333% - 42px);
}

.catalog-container > .d-flex {
  justify-content: center;
}

.catalog-product-details .cart-price {
  font-size: 10px;
}

.catalog-product-meta-info {
  margin-bottom: 28px;
}

.cms-find-a-strap .catalog-product-series {
    margin-bottom: 0px;
}

.catalog-heading {
  text-align: center;
  padding: 0px !important
}

.catalog-product-section {
  margin-top: 100px;
}

.fl-product-banner-left-col {
    background-color: #ffffff;
}




@media (max-width: 767px) {
 .strap-banner-breadcrumb {
    display: none;
  }

  .catalog-product-item {
      margin-top: 24px;
  }

  .catalog-heading br {
      display: none;
  }

  .strap-banner-form-wrapper .search-field {
      min-width: 256px;
  }

  .strap-banner-content h1 {
      font-size: 24px;
      line-height: 30px;
  }

  .strap-banner-form-wrapper {
      margin-top: 24px;
  }

  .strap-banner-wrapper {
      min-height: 240px;
  }

  .catalog-product-section {
      margin-top: 38px;
  }

  .catalog-heading {
      font-size: 12px;
      line-height: 22px;
  }

  .catalog-product-item {
      width: calc(50% - 0px);
  }

  .catalog-product-meta-info {
      margin-bottom: 28px;
  }

  .catalog-container > .d-flex {
      justify-content: space-between;
  }

  .catalog-product-details {
      padding: 0px 8px;
  }
}