.product-slider {
  width: 818px;
  margin-bottom: 70px;
}
.product_detail-content {
  width: calc(100% - 818px);
  position: relative;
  padding-left: 90px;
  margin-bottom: 70px;
}
.product_title {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Raleway";
}
.product_thumbnail_js {
  width: 152px;
  order: 1;
}
.product_thumbnail_js .slick-current .product-thumb {
  border-color: var(--blue);
}
.product_slide_js {
  width: calc(100% - 168px);
  order: 2;
}
.product_thumbnail_js > .product-thumb,
.product_thumbnail_js .slick-slide {
  margin-bottom: 12px;
  cursor: pointer;
}
.product_thumbnail_js > .product-thumb img {
  height: 152px;
  object-fit: cover;
}
.product-thumb {
  height: 152px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
button.slide-arrow {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.divider {
  border-top: 1px solid #bed7eb;
  margin-bottom: 30px;
}

.img-radius,
.product_slide_js img {
  border-radius: 0px;
}
.product_thumbnail_js.slick-arrow .slick-next {
  bottom: 0;
  top: inherit;
  margin-top: -10px;
  right: unset;
  left: 50%;
  margin-left: -15px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.product_thumbnail_js.slick-arrow .slick-prev {
  top: -14px;
  left: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  margin-left: -15px;
}
.product-desc-item {
  margin-bottom: 80px;
}

.product_category_list.project-slider {
  margin-bottom: 80px;
}
.product_details .project_details_tab_sec + .heading40 {
  margin-bottom: 40px;
}
.project_details_tab_sec ul.resp-tabs-list {
  margin-bottom: 50px;
}

.table-wrapper .col-half {
  width: calc(50% - 35px);
}
.table-wrapper table thead {
  background-color: #4d4d4f;
}

.table-wrapper table {
  width: 100%;
  text-align: left;
  border: 1px solid #e3e3e3;
  border-radius: 4px 4px 0 0;
  margin-bottom: 100px;
  line-height: 1.2;
}
.table-wrapper table tr td,
.table-wrapper table thead th {
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 600;
}
.table-wrapper table tr td:not(:last-child) {
  border-right: 1px solid #e3e3e3;
}
.table-wrapper table tr:not(:last-child) td {
  border-bottom: 1px solid #e3e3e3;
}
.table-wrapper table thead th {
  color: #fff;
  padding: 18px 30px;
}
.table-wrapper table thead th p,
.table-wrapper table thead th strong {
  color: #fff;
  text-align: left;
}
.table-wrapper table thead tr th:not(:last-of-type) {
  border-radius: 4px 0px 0 0;
  border-right: 1px solid rgb(227 227 227 / 30%);
}
.table-wrapper table thead tr th:last-of-type {
  border-radius: 0px 4px 0 0;
}
.table-wrapper table tr:nth-child(even) td {
  background-color: rgba(77, 77, 79, 0.07);
}
.imgmain {
  height: 650px;
  overflow: hidden;
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3e3e3;
}
/* .imgmain > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
} */

/* update */
.product_thumbnail_js .product-thumb {
  min-height: 152px;
  align-items: center;
  background: #f5f5f5;
}
/* .product_thumbnail_js .product-thumb {
  min-height: 116px;
  align-items: center;
  background: #f5f5f5;
}
.product_slide_js .imgmain > img {
  object-fit: cover;
  max-height: 100%;
}
.product_slide_js .imgmain {
  height: 500px;
  max-height: 500px;
} */

.product_slide_js {
  position: relative;
}
.product_slide_js::before {
  content: "\f002";
  font: normal normal normal 14px / 1 FontAwesome;
  position: absolute;
  font-size: 14px;
  line-height: 1.2;
  top: 20px;
  right: 20px;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  border: 1px solid #00000091;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 10px;
  color: #00000091;
}
.imgmain a.wplightbox {
  height: 100%;
  margin: auto;
  display: inline-flex;
  align-items: center;
}
.product_slide_js:hover::before {
  display: none;
}
.imgmain a.wplightbox:hover,
.imgmain a.wplightbox {
  cursor: url(../images/zoom-view.svg), auto;
}
/* update */
@media (max-width: 1440px) {
  .product-slider,
  .product_detail-content {
    width: 50%;
  }
  .product_detail-content {
    padding-left: 40px;
  }
  .table-wrapper table,
  .product-desc-item {
    margin-bottom: 60px;
  }
  .product_title {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .product_thumbnail_js {
    width: 120px;
  }
  .product_detail-content {
    padding-left: 30px;
  }
  .product_slide_js {
    width: calc(100% - 130px);
  }
  .product_thumbnail_js > .product-thumb,
  .product_thumbnail_js .slick-slide {
    margin-bottom: 8px;
  }
  .product-slider {
    margin-bottom: 50px;
  }
  .imgmain {
    height: 550px;
  }
  .table-wrapper table tr td,
  .table-wrapper table thead th {
    padding: 13px 20px;
  }
  .table-wrapper .col-half {
    width: calc(50% - 15px);
  }
  .table-wrapper table {
    margin-bottom: 60px;
  }
  .project_details_tab_sec ul.resp-tabs-list,
  .product_detail-content {
    margin-bottom: 40px;
  }
  .product-desc-item {
    margin-bottom: 50px;
  }
  .product_title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .product-slider,
  .product_detail-content {
    width: 100%;
  }
  .product_detail-content {
    padding-left: 0px;
  }
  .product-slider,
  .table-wrapper table,
  .product-desc-item {
    margin-bottom: 40px;
  }
  .imgmain {
    height: 508px;
  }
  .table-wrapper .col-half {
    width: 100%;
  }
  .project_details_tab_sec ul.resp-tabs-list,
  .product_detail-content {
    margin-bottom: 30px;
  }
  .product_title {
    font-size: 28px;
  }
  .project_details_tab_sec .heading40.align_center {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .product_title {
    font-size: 26px;
  }
  .product_thumbnail_js {
    width: 100%;
    order: 2;
  }
  .product_slide_js {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  .product_thumbnail_js.slick-arrow .slick-prev {
    left: 0;
    margin: 0;
    top: 0;
  }
  .product-thumb {
    height: 115px;
  }
  .product_thumbnail_js.slick-arrow .slick-prev,
  .product_thumbnail_js.slick-arrow .slick-next {
    transform: none;
    -webkit-transform: none;
    top: 50%;
    margin-top: -15px !important;
  }
  .product_thumbnail_js.slick-arrow .slick-next {
    bottom: inherit;
    margin: 0;
    left: unset;
    right: 0;
  }
  .product-slider,
  .table-wrapper table,
  .product-desc-item {
    margin-bottom: 30px;
  }
  .project_details_tab_sec ul.resp-tabs-list {
    margin-bottom: 20px;
  }
  .table-wrapper table tr td,
  .table-wrapper table thead th {
    padding: 10px 15px;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .product_thumbnail_js > .product-thumb,
  .product_thumbnail_js .slick-slide {
    margin: 0 5px 0;
  }
  .product_thumbnail_js {
    margin: 0 -5px;
  }
  .imgmain {
    height: 400px;
  }
  .imgmain a.wplightbox img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .project_details_tab_sec .heading40.align_center {
    margin-bottom: 30px;
  }
  .product_slide_js::before {
    background: #fff;
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 576px) {
  .product_title {
    font-size: 24px;
  }
  .product-thumb {
    height: 95px;
  }
  .project_details_tab_sec .heading40.align_center {
    margin-bottom: 30px;
  }
  .project_details_tab_sec .slick-arrow .slick-next,
  .slick-arrow .slick-prev {
    top: calc(100% - 0px);
  }
  .product_thumbnail_js .product-thumb {
    min-height: 100px;
  }
}

.resp-tab-content .helf-section.solution .right-side {
  margin-right: 0 !important;
}
.project_details_tab_sec .heading40.align_center {
  margin-bottom: 55px;
}

.product_detail-content p strong {
  display: block;
}

.table-wrapper table tr td {
  vertical-align: middle;
}
