.single-lora_products .site-inner {
  background-color: #ffffff;
  color: #211E1F;
  padding: 30px 0;
}
.single-lora_products .content {
  margin: 0 auto;
  max-width: 1343px;
}
@media screen and (max-width: 1440px) and (min-width: 1281px) {
  .single-lora_products .content {
    padding: 0 48px;
  }
}
@media screen and (max-width: 1280px) {
  .single-lora_products .content {
    padding: 0 15px;
  }
}
.single-lora_products .single-prod-breadcrumb {
  color: #7C8BA2;
  font-weight: 800;
}
.single-lora_products .single-prod-breadcrumb a {
  /* custom arrow */
  background-image: url('data:image/svg+xml,<svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 11.09L4.94467 6.5L0 1.91L1.52227 0.5L8 6.5L1.52227 12.5L0 11.09Z" fill="%237C8BA2"/></svg>');
  background-position: right center;
  background-size: auto 12px;
  background-repeat: no-repeat;
  /* spacing for arrow */
  margin-right: 7px;
  padding-right: 14px;
}
.single-lora_products .product-img-container {
  display: block;
  overflow: hidden;
}
.single-lora_products .product-img-container .product-img-wrap {
  border: 1px solid #C9C9C9;
  float: right;
  max-height: 525px;
  overflow: hidden;
  position: relative;
  width: 84%;
  z-index: 1;
}
.single-lora_products .product-img-container .product-img-wrap:only-child {
  float: none;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .single-lora_products .product-img-container .product-img-wrap {
    max-height: 655px;
    width: 100%;
  }
}
.single-lora_products .product-img-container .product-img-wrap .certified-label {
  max-width: 177px;
  position: absolute;
  z-index: 10;
}
.single-lora_products .product-img-container .product-img-wrap .new-featured {
  position: absolute;
  right: 6px;
  top: 6px;
}
.single-lora_products .product-img-container .product-img-wrap .new-featured span {
  background-color: #F2F2F2;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  font-size: 11px;
  display: inline-block;
  letter-spacing: -0.343px;
  padding: 0 6px;
  margin-right: 6px;
}
.single-lora_products .product-img-container .product-img-wrap .slick-track {
  display: flex !important;
}
.single-lora_products .product-img-container .product-img-wrap .slick-slide {
  display: flex;
  flex-direction: column;
  height: inherit !important;
  justify-content: center;
}
.single-lora_products .product-img-container .product-main {
  visibility: hidden;
}
.single-lora_products .product-img-container .product-main:first-child {
  visibility: visible;
}
.single-lora_products .product-img-container .product-img-thumbs-wrap {
  float: left;
  width: 14%;
}
@media screen and (max-width: 850px) {
  .single-lora_products .product-img-container .product-img-thumbs-wrap {
    margin-top: 15px;
    width: 100%;
  }
  .single-lora_products .product-img-container .product-img-thumbs-wrap .product-img-thumbs {
    display: flex;
  }
  .single-lora_products .product-img-container .product-img-thumbs-wrap .product-img-thumbs .slick-list {
    width: 82%;
  }
}
.single-lora_products .product-img-container .product-img-thumbs-wrap .slick-next {
  background-color: #211E1F;
  border-radius: 10px;
  color: #ffffff;
  height: auto;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  width: 100%;
}
.single-lora_products .product-img-container .product-img-thumbs-wrap .slick-next::before {
  content: "";
}
.single-lora_products .product-img-container .product-img-thumbs-wrap .slick-next span {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .single-lora_products .product-img-container .product-img-thumbs-wrap .slick-next {
    margin: 0 5px;
    width: 18%;
  }
  .single-lora_products .product-img-container .product-img-thumbs-wrap .slick-next img {
    display: none;
  }
}
.single-lora_products .product-img-container .product-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #C9C9C9;
  border-radius: 10px;
  margin-bottom: 10px;
  visibility: hidden;
  max-width: 100%;
}
.single-lora_products .product-img-container .product-thumb.slick-current {
  border-color: #211E1F;
}
@media screen and (max-width: 850px) {
  .single-lora_products .product-img-container .product-thumb {
    margin: 0 5px;
  }
}
.single-lora_products .product-img-container .slick-initialized .slick-slide {
  visibility: visible;
}
.single-lora_products .product-links {
  display: flex;
  justify-content: center;
  padding: 40px 0 40px 0;
}
.single-lora_products .product-links a {
  background-color: #00ADEF;
  border-left: 1px solid #FFF;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: -0.6px;
  padding: 11px 15px;
  text-align: center;
}
.single-lora_products .product-links a:first-child {
  border-radius: 8px 0px 0px 8px;
  border-left: none;
}
.single-lora_products .product-links a:last-child {
  border-radius: 0px 8px 8px 0px;
}
@media screen and (max-width: 767px) {
  .single-lora_products .product-links {
    flex-wrap: wrap;
  }
  .single-lora_products .product-links a {
    border-top: 1px solid #ffffff;
    border-left: none;
    width: 100%;
  }
  .single-lora_products .product-links a:first-child {
    border-radius: 8px 8px 0px 0px;
    border-top: none;
  }
  .single-lora_products .product-links a:last-child {
    border-radius: 0px 0px 8px 8px;
  }
}
.single-lora_products .showcase-company,
.single-lora_products .product-tags-title {
  font-size: 30px;
  font-weight: 800;
}
.single-lora_products .product-tag-single {
  background-color: #E9E9EA;
  border-radius: 9.375px;
  color: #00ADEF;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.3px;
  padding: 7px 8px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
}
.single-lora_products .entry-title {
  color: #211E1F;
  font-size: 40px;
  margin-top: 0;
}
.single-lora_products .product-headline p {
  color: #211E1F;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
}
.single-lora_products h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.single-lora_products .showcase-company-url {
  padding: 0 0 20px 0;
}
.single-lora_products .showcase-company-url a {
  font-size: 20px;
}
.single-lora_products .showcase-documentation {
  padding: 20px 0 0 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.single-lora_products .showcase-documentation .showcase-documentation-col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.single-lora_products .showcase-documentation .showcase-file-icon {
  width: 51px;
  height: 100%;
  float: left;
  padding: 0;
  margin-right: 20px;
}
.single-lora_products .showcase-documentation .showcase-file-icon img {
  margin: 0;
}
.single-lora_products .showcase-documentation .showcase-file-details a {
  font-size: 20px;
  font-weight: 700;
}
.single-lora_products .showcase-documentation .file-type,
.single-lora_products .showcase-documentation .file-size {
  font-size: 16px;
}
