/*Variables*/
.breadcrumbs {
  display: none;
}
/*Styles*/
#lgh #lwProducts .main {
  margin-top: 10px;
  -webkit-overflow-scrolling: touch;
}
#lwProducts {
  margin-top: 5rem;
}
#lwProducts .product {
  border-top: 4px solid #b0aa00;
}
#lwProducts .product .top-section {
  display: block;
  border-bottom: 4px solid #b0aa00;
}
#lwProducts .product .top-section .lwp-gallery {
  background-color: #fafafa;
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#lwProducts .product .top-section .lwp-gallery .carousel-container {
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
#lwProducts .product .top-section .lwp-gallery .carousel-container .carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
#lwProducts .product .top-section .lwp-gallery .carousel-container .carousel .carousel-item {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lwProducts .product .top-section .lwp-gallery .carousel-container .carousel .carousel-item img {
  display: block;
  max-height: 565px;
  object-fit: cover;
}
#lwProducts .product .top-section .lwp-gallery .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
}
#lwProducts .product .top-section .lwp-gallery .carousel-control.prev {
  left: 18px;
}
#lwProducts .product .top-section .lwp-gallery .carousel-control.next {
  right: 18px;
}
#lwProducts .product .top-section .lwp-info {
  padding: 35px 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#lwProducts .product .top-section .lwp-info .alert-box {
  margin-top: -1rem;
}
#lwProducts .product .top-section .lwp-info .alert-box.success .alert-message {
  justify-content: space-between;
}
#lwProducts .product .top-section .lwp-info .back-to-category {
  width: fit-content;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  transition: color .2s;
  margin-bottom: 10px;
}
#lwProducts .product .top-section .lwp-info .back-to-category:hover {
  color: #333333;
}
#lwProducts .product .top-section .lwp-info .product-name span {
  display: block;
  font-size: 18px;
  margin: 5px 0;
}
#lwProducts .product .top-section .lwp-info .product-description .read-more {
  margin-bottom: 1rem;
}
#lwProducts .product .top-section .lwp-info .product-description .read-more .read-more-btn {
  line-height: 1em;
  letter-spacing: 0.06em;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: #231f20;
  display: inline-block;
  padding: 10px 8px 10px 10px;
  transition: background 200ms;
  border-radius: 4px;
}
#lwProducts .product .top-section .lwp-info .product-description .read-more .read-more-btn:hover {
  background: #b0aa00;
}
#lwProducts .product .top-section .lwp-info .product-description .read-more .read-more-btn:hover::after {
  color: #231f20;
}
#lwProducts .product .top-section .lwp-info .product-description .read-more .read-more-btn::after {
  font-family: 'FontAwesome', sans-serif;
  font-weight: 300;
  content: "\f105";
  margin-left: 15px;
  color: #b0aa00;
  font-size: 15px;
  vertical-align: middle;
  transition: color 200ms;
}
#lwProducts .product .top-section .lwp-info .request-quote {
  margin-bottom: 2rem;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group label {
  margin: 0;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group label.length-label {
  margin-right: 13px;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group label.width-label {
  margin-right: 19px;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group select,
#lwProducts .product .top-section .lwp-info .request-quote .form-group input {
  width: 100%;
  color: fieldtext;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group #quantity {
  padding-right: 10px;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group #quantity::-webkit-inner-spin-button,
#lwProducts .product .top-section .lwp-info .request-quote .form-group #quantity::-webkit-outer-spin-button {
  padding-left: 3px;
  height: 30px;
  width: 18px;
  appearance: auto;
  -webkit-appearance: auto;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group.angle-rigging {
  justify-content: space-between;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group.angle-rigging > div {
  display: flex;
  align-items: center;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group.angle-rigging > div.angle label {
  margin-right: 37px;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group.angle-rigging > div#withRigging {
  position: relative;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group.angle-rigging > div#withRigging #wTopRigging {
  position: absolute;
  opacity: 0;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group.angle-rigging > div#withRigging #wTopRigging + label {
  position: relative;
  padding-right: 45px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group.angle-rigging > div#withRigging #wTopRigging + label::before {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 3px;
  background: white;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group.angle-rigging > div#withRigging #wTopRigging:checked + label::after {
  content: "✓";
  position: absolute;
  right: 7px;
  top: 0;
  font-size: 21px;
  color: #ffffff;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-group.angle-rigging > div#withRigging #wTopRigging:checked + label::before {
  background-color: #b0aa00;
  border-color: #b0aa00;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-submit .lgh-btn {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
#lwProducts .product .top-section .lwp-info .request-quote .form-submit .lgh-btn:hover {
  background-color: #b0aa00;
}
#lwProducts .product .top-section .lwp-info .specs-actions {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}
#lwProducts .product .top-section .lwp-info .specs-actions .specs-action {
  text-decoration: none;
  color: #000000;
  font-size: .9rem;
  font-weight: 600;
  transition: color .2s;
  display: flex;
  align-items: center;
}
#lwProducts .product .top-section .lwp-info .specs-actions .specs-action .fa {
  margin-right: .5rem;
  font-size: 1.5rem;
}
#lwProducts .product .top-section .lwp-info .specs-actions .specs-action:hover {
  color: #b0aa00;
}
#lwProducts .product #specstable {
  position: relative;
}
#lwProducts .product #specstable::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  position: sticky;
  top: 122px;
  z-index: 2;
}
#lwProducts .product #specstable table {
  width: 100%;
  border-collapse: collapse;
  border: solid 3px #ddd;
  table-layout: fixed;
}
#lwProducts .product #specstable table th,
#lwProducts .product #specstable table td {
  border: 1px solid #ddd;
  padding: 8px;
  word-wrap: break-word;
}
#lwProducts .product #specstable table th {
  background-color: #333333;
  color: #ffffff;
  position: sticky;
  top: 126px;
  z-index: 1;
}
#lwProducts .product #specstable table tr.highlight,
#lwProducts .product #specstable table tr .highlight {
  cursor: pointer;
  background-color: #b0aa00;
  color: #ffffff;
  text-decoration: underline;
}
#lwProducts .product #specstable table tr.first {
  border-top: 3px solid #ddd;
}
#lwProducts .product #specstable table .download-specs {
  vertical-align: top;
}
#lwProducts .product #specstable table .download-specs .download-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#lwProducts .product #specstable table .download-specs .download-container .download-btn {
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  text-decoration: none;
  border-radius: 100px 100px 100px 100px;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#lwProducts .product #specstable table .download-specs .download-container .download-btn.spec {
  background-color: #dbd9a1;
  color: #7f7a0d;
}
#lwProducts .product #specstable table .download-specs .download-container .download-btn.spec:hover {
  background-color: #dfdc80;
}
#lwProducts .product #specstable table .download-specs .download-container .download-btn.manual {
  background-color: #f2f2f2;
  color: #838383;
}
#lwProducts .product #specstable table .download-specs .download-container .download-btn.manual:hover {
  background-color: #e9e9e9;
}
.lw-pd.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1030;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lw-pd.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.lw-pd.modal-overlay.active .modal-content {
  transform: translateY(0);
}
.lw-pd.modal-overlay .modal-content {
  background: white;
  padding: 30px 30px 20px;
  border-radius: 5px;
  max-width: 80%;
  max-height: 80%;
  overflow: auto;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.lw-pd.modal-overlay .modal-content .close-modal {
  position: absolute;
  top: -2px;
  right: 15px;
  cursor: pointer;
  font-size: 2rem;
  color: darkgrey;
}
.lw_products_not_found {
  margin-top: 4rem;
  padding: 50px 0 50px;
}
.lw_products_not_found img {
  height: 225px;
  margin-bottom: 3rem;
}
.lw_products_not_found .title {
  font-size: 30px;
  font-family: Univers Blackest, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.lw_products_not_found .suggested_links {
  margin-top: 3rem;
}
/* Responsive */
@media screen and (min-width: 576px) {
  #lwProducts .product .top-section .lwp-info {
    padding: 35px 50px;
  }
}
@media screen and (min-width: 768px) {
  #lwProducts .product .top-section {
    display: flex;
  }
  .lw_products_not_found img {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #lwProducts {
    margin-top: 0;
  }
  #lwProducts .product .top-section .lwp-gallery {
    width: 60%;
  }
  #lwProducts .product .top-section .lwp-info {
    width: 40%;
  }
  #lwProducts .product #specstable::before {
    top: 189px;
    height: 13px;
  }
  #lwProducts .product #specstable table th {
    top: 201px;
  }
  .lw_products_not_found {
    margin-top: 0;
  }
}
@media screen and (min-width: 1500px) {
  #lwProducts .product .top-section .lwp-info .specs-actions {
    flex-direction: row;
    gap: unset;
  }
}
