.block.products-single {
  padding-bottom: 10rem;
}

.block.products-single .header-bg {
  background-color: #f9fafb;
}

.block.products-single .entry-header {
  padding: 3rem 0 0 0;
}

.block.products-single .entry-header .header-wrapper {
  display: flex;

  gap: 1rem;

  padding: 3rem 0;
}

.block.products-single .entry-header .header-wrapper .gallery-wrapper {
  width: calc(50% - 1rem);

  flex: 1 1 calc(50% - 1rem);
}

.block.products-single .entry-header .header-wrapper .gallery picture,
.block.products-single .entry-header .header-wrapper .gallery .product-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  border-radius: 15px;
  background-color: #fff;
  border: solid 1px #dedede;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .block.products-single .entry-header .header-wrapper .gallery picture img,
  .block.products-single
    .entry-header
    .header-wrapper
    .gallery
    .product-image
    img {
    height: auto !important;
  }
}

.block.products-single .entry-header .header-wrapper .gallery picture img,
.block.products-single
  .entry-header
  .header-wrapper
  .gallery
  .product-image
  img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 350px;
  padding: 3.5rem 4rem;
  cursor: pointer;
}

.block.products-single .entry-header .header-wrapper .gallery-nav {
  margin-right: 5rem;

  padding: 0 1rem;
}

.block.products-single .entry-header .header-wrapper .gallery-nav picture {
  width: 100%;

  height: 75px;

  display: flex;

  align-items: flex-start;

  justify-content: center;

  background-color: white;

  border-radius: 15px;

  border: solid 1px #dedede;

  margin: 1rem 0.2rem;

  box-shadow: 0px 1px #0d2db5;

  cursor: pointer;

  overflow: hidden;
}

.block.products-single .entry-header .header-wrapper .gallery-nav picture img {
  width: auto;

  height: 100%;

  padding: 0.5rem 0.5rem;

  cursor: pointer;
}

.block.products-single .entry-header .header-wrapper .gallery-nav-wrapper {
  position: relative;
}

.block.products-single
  .entry-header
  .header-wrapper
  .gallery-nav-wrapper
  .gn-arrow-l {
  position: absolute;

  top: 43px;

  color: #0d2db5;

  cursor: pointer;

  transition: 0.5s ease-in-out;

  z-index: 1;
}

.block.products-single
  .entry-header
  .header-wrapper
  .gallery-nav-wrapper
  .gn-arrow-l:hover {
  top: 41px;

  font-size: 1.2rem;
}

.block.products-single
  .entry-header
  .header-wrapper
  .gallery-nav-wrapper
  .gn-arrow-r {
  position: absolute;

  margin-right: 5rem;

  right: 0;

  top: 43px;

  color: #0d2db5;

  cursor: pointer;

  transition: 0.5s ease-in-out;

  z-index: 1;
}

.block.products-single
  .entry-header
  .header-wrapper
  .gallery-nav-wrapper
  .gn-arrow-r:hover {
  top: 41px;

  font-size: 1.2rem;
}

.block.products-single
  .entry-header
  .header-wrapper
  .gallery-nav-wrapper
  .gallery-nav
  .slick-track {
  margin-left: 0 !important;
}

.block.products-single .entry-header .header-wrapper .content {
  width: calc(50% - 1rem);

  flex: 1 1 calc(50% - 1rem);
}

.block.products-single .breadcrumbs-wrapper {
  padding: 3rem 0 1rem 0;

  border-bottom: solid 1px #b6b6b6;
}

.block.products-single .yoast-breadcrumbs > span {
  color: #006fcf;
}

.block.products-single .yoast-breadcrumbs > span > span {
  color: #000;

  padding: 0 0.5rem;
}

.block.products-single .yoast-breadcrumbs > span > span > a {
  color: #000;
}

.block.products-single .yoast-breadcrumbs > span > span > a:hover {
  text-decoration: underline;
}

.block.products-single .yoast-breadcrumbs .breadcrumb_last strong {
  font-weight: 400;

  color: #5c5c5c;
}

.block.products-single .entry-header .header-wrapper .content b,
.block.products-single .entry-header .header-wrapper .content strong {
  font-weight: 500;
}

.block.products-single .entry-header .header-wrapper .content ul {
  padding-left: 1rem;
}

.block.products-single .entry-header .header-wrapper .content ul,
.block.products-single .entry-header .header-wrapper .content ul li {
  font-size: 0.8rem;
}

.block.products-single .entry-header .header-wrapper .content h1.entry-title,
.block.products-single .entry-header .header-wrapper .content .the-content h1 {
  font-size: 1.444rem !important;
}

.block.products-single .entry-header .header-wrapper .content .the-content h2 {
  font-size: 1.222rem !important;
  margin-bottom: 2rem;
}

.block.products-single .entry-header .header-wrapper .content .the-content h3 {
  font-size: 1.111rem !important;
  margin-bottom: 2rem;
}

.block.products-single .entry-header .header-wrapper .content .the-content h4 {
  font-size: 1rem !important;
  margin-bottom: 2rem;
}

.block.products-single .entry-header .header-wrapper .content .the-content h5 {
  font-size: 0.9rem !important;
  margin-bottom: 2rem;
}

.block.products-single .entry-header .header-wrapper .content .the-content h6 {
  font-size: 0.8rem !important;
  margin-bottom: 2rem;
}

.block.products-single .entry-specs {
  padding: 2rem 0;

  display: flex;

  flex-direction: row;

  flex-wrap: nowrap;

  align-content: center;

  align-items: center;

  justify-content: flex-start;

  gap: 1rem;
}

.block.products-single .entry-specs .opt1 {
  background-color: #fff;

  padding: 0.1rem 1rem;

  margin: 0;

  border-radius: 5px;

  color: #333333;

  font-weight: 500;

  transition: 0.5s ease-in-out;

  border: solid 1px #333333;

  cursor: pointer;
}

.block.products-single .entry-specs .opt1.selected {
  color: #0d2db5;

  border: solid 1px #0d2db5;
}

.block.products-single .entry-specs .opt1:hover {
  color: #0d2db5;

  border: solid 1px #0d2db5;
}

.block.products-single .entry-specs .opt2 {
  background-color: #fff;

  padding: 0.1rem 1rem;

  margin: 0;

  border-radius: 5px;

  color: #333333;

  font-weight: 500;

  transition: 0.5s ease-in-out;

  border: solid 1px #333333;

  cursor: pointer;
}

.block.products-single .entry-specs .opt2.selected {
  color: #0d2db5;

  border: solid 1px #0d2db5;
}

.block.products-single .entry-specs .opt2:hover {
  color: #0d2db5;

  border: solid 1px #0d2db5;
}

.block.products-single .entry-specs .opt3 {
  background-color: #fff;

  padding: 0.1rem 1rem;

  margin: 0;

  border-radius: 5px;

  color: #333333;

  font-weight: 500;

  transition: 0.5s ease-in-out;

  border: solid 1px #333333;

  cursor: pointer;
}

.block.products-single .entry-specs .opt3.selected {
  color: #0d2db5;

  border: solid 1px #0d2db5;
}

.block.products-single .entry-specs .opt3:hover {
  color: #0d2db5;

  border: solid 1px #0d2db5;
}

.block.products-single .entry-content.related {
  display: flex;
  gap: 1rem;
}

.block.products-single .entry-content.related .wrapper {
  flex: 1 1 100%;
  gap: 0.7rem;
  display: flex;
  flex-wrap: wrap;
}

.block.products-single .entry-content.related .wrapper > article {
  flex: 1 1 calc(315px);
  max-width: calc(315px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .block.products-single .entry-content.related .wrapper > article {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  .block.products-single
    .entry-content.related
    .wrapper
    > article
    a.product-image {
    height: auto !important;
  }
}

.block.products-single
  .entry-content.related
  .wrapper
  > article
  a.product-image {
  height: 190px;
  padding: 1rem 2rem;
  background-color: #fff;
  border: solid 1px #f7f7f7;
  margin-bottom: 0.5rem;
  position: relative;
  transition: 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}

.block.products-single
  .entry-content.related
  .wrapper
  > article
  a.product-image:hover {
  border: solid 1px #0d2db5;
  opacity: 0.7;
}

.block.products-single
  .entry-content.related
  .wrapper
  > article
  a.product-image
  .new {
  position: absolute;

  top: 15px;

  left: 20px;

  background-color: #006fcf;

  color: #fff;

  padding: 0px 7px;

  font-size: 0.7rem;
}

.block.products-single
  .entry-content.related
  .wrapper
  > article
  a.product-image
  img.wp-post-image,
.block.products-single
  .entry-content.related
  .wrapper
  > article
  a.product-image
  picture
  img {
  width: 100%;
  height: auto;
}

.block.products-single .entry-content.related .wrapper > article a.link {
  font-size: 0.9rem;

  color: #000;
}

.block.products-single .entry-content.related .wrapper > article a.link:hover {
  text-decoration: underline;
}

.block.products-single .entry-content.related .wrapper > article p.category {
  font-size: 0.9rem;

  color: #5c5c5c;
}

.block.products-single .entry-content.specs .wrapper {
  display: flex;

  flex-direction: row;

  gap: 2rem;
}

.block.products-single .entry-content.specs .wrapper .nav-sidebar {
  flex: 1 1 calc(20% - 2rem);
}

.block.products-single .entry-content.specs .wrapper .specs-content {
  flex: 1 1 calc(80% - 2rem);

  border: solid 1px #f1f2f2;

  border-radius: 0px;

  padding: 2rem 2rem;
}

.block.products-single .entry-content.specs .wrapper .nav-sidebar ul {
  list-style: none;

  padding: 0;

  display: flex;

  flex-direction: column;

  gap: 5px;

  margin-bottom: 0;
}

.block.products-single .entry-content.specs .wrapper .nav-sidebar ul li {
  display: flex;

  background-color: #f1f2f2;

  padding: 5px 15px;

  justify-content: space-between;

  align-items: center;

  border-radius: 5px;

  color: #39425f;

  transition: 0.5s ease-in-out;

  cursor: pointer;
}

.block.products-single
  .entry-content.specs
  .wrapper
  .nav-sidebar
  ul
  li.selected {
  background-color: #006fcf;

  color: #fff;

  text-decoration: none;
}

.block.products-single .entry-content.specs .wrapper .nav-sidebar ul li:hover {
  background-color: #006fcf;

  color: #fff;

  text-decoration: none;
}

.block.products-single .entry-content.specs .wrapper .specs-content table {
  width: 100%;
  border-collapse: collapse;
}

.block.products-single .entry-content.specs .wrapper .specs-content table tr {
  border: solid 1px #f5f5f5;
  border-color: #f5f5f5;
  color: #39425f;
  font-size: 0.9rem;
  font-weight: 400;
}

.block.products-single .entry-content.specs .wrapper .specs-content table td {
  border: solid 1px #f5f5f5;
  border-color: #f5f5f5;
  padding: 10px 10px;
  color: #39425f;
  font-size: 0.9rem;
  font-weight: 400;
}

.block.products-single
  .entry-content.specs
  .wrapper
  .specs-content
  table
  tr
  strong,
.block.products-single .entry-content.specs .wrapper .specs-content table tr b {
  color: #39425f;
  font-weight: 600;
}

.block.products-single
  .entry-content.specs
  .wrapper
  .specs-content
  table
  td
  strong,
.block.products-single .entry-content.specs .wrapper .specs-content table td b {
  color: #39425f;
  font-weight: 600;
}

.block.products-single
  .entry-content.specs
  .wrapper
  .specs-content
  table
  tr:nth-child(even) {
  background-color: #ffffff;
}

.block.products-single
  .entry-content.specs
  .wrapper
  .specs-content
  table
  tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.block.products-single .entry-content.specs .wrapper .specs-content p {
  color: #39425f;
  font-weight: 400;
}

.block.products-single .entry-content.specs .wrapper .specs-content p strong,
.block.products-single .entry-content.specs .wrapper .specs-content p b {
  color: #39425f;
  font-weight: 600;
}

.block.products-single .entry-content.specs .wrapper .specs-content ul,
.block.products-single .entry-content.specs .wrapper .specs-content ul li {
  color: #39425f;
  font-weight: 400;
}

.block.products-single .entry-content.specs .wrapper .specs-content ul strong,
.block.products-single .entry-content.specs .wrapper .specs-content ul b,
.block.products-single
  .entry-content.specs
  .wrapper
  .specs-content
  ul
  li
  strong,
.block.products-single .entry-content.specs .wrapper .specs-content ul li b {
  color: #39425f;
  font-weight: 500;
}

.block.products-single .entry-content.specs .wrapper .specs-content img {
  max-width: 100%;

  height: auto;
}

@media only screen and (max-width: 768px) {
  .block.products-single {
    padding-bottom: 3rem;
  }

  .block.products-single .breadcrumbs-wrapper {
    padding: 2.5rem 0 1rem 0;
  }

  .block.products-single .entry-header .header-wrapper {
    display: flex;

    flex-direction: column-reverse;

    flex-wrap: wrap;

    padding: 0;
  }

  .block.products-single .entry-header .header-wrapper .gallery-wrapper {
    width: 100%;

    flex: 1;
  }

  .block.products-single .entry-header .header-wrapper .content {
    width: 100%;

    flex: 1;
  }

  .block.products-single .entry-header .header-wrapper .gallery picture img,
  .block.products-single
    .entry-header
    .header-wrapper
    .gallery
    .product-image
    img {
    padding: 0.5rem 2rem;

    margin-right: 0rem;
  }

  .block.products-single .entry-header .header-wrapper .gallery-nav {
    margin-right: 0rem;
  }

  .block.products-single
    .entry-header
    .header-wrapper
    .gallery-nav-wrapper
    .gn-arrow-l {
    margin-right: 0rem;

    top: 33px;
  }

  .block.products-single
    .entry-header
    .header-wrapper
    .gallery-nav-wrapper
    .gn-arrow-l:hover {
    top: 33px;
  }

  .block.products-single
    .entry-header
    .header-wrapper
    .gallery-nav-wrapper
    .gn-arrow-r {
    margin-right: 0rem;

    top: 33px;
  }

  .block.products-single
    .entry-header
    .header-wrapper
    .gallery-nav-wrapper
    .gn-arrow-r:hover {
    top: 33px;
  }

  .block.products-single .entry-header .header-wrapper .gallery-nav picture {
    height: 55px;
  }

  .block.products-single .entry-specs {
    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;
  }

  .block.products-single .entry-content.specs .wrapper {
    gap: 0.5rem;
  }

  .block.products-single .entry-content.specs .wrapper .specs-content {
    padding: 0.5rem 0.5rem;

    overflow-y: scroll;
  }

  .block.products-single .entry-content.specs .wrapper .nav-sidebar ul li {
    font-size: 0.7rem;
  }

  .block.products-single .entry-content.specs .wrapper .specs-content table td,
  .block.products-single .entry-content.specs .wrapper .specs-content table tr {
    font-size: 0.7rem;
  }

  .block.products-single .entry-content.specs .wrapper .specs-content p {
    font-size: 0.7rem;
  }
}
