/* COMPARE TABLE */
.page_compare_table_wrapper {
  padding-top: 100px;
  padding-bottom: 115px;
}

.pageCompareProduct_table_outer {
  width: 100%;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}
.pageCompareProduct_table {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pageCompareProductCol {
  flex: 1 1 auto;
}
.pageCompareProductCol.first {
  width: 20%;
  max-width: 20%;
}
.pageCompareProductCol.second {
  width: 80%;
  max-width: 80%;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  flex-direction: row-reverse;
  /* flex-direction: row; */
  
}

/* width */
.pageCompareProductCol.second::-webkit-scrollbar {
  height: 8px;
  border-radius: 10px;
}

/* Track */
.pageCompareProductCol.second::-webkit-scrollbar-track {
  background: #bbc0c9;
  border-radius: 10px;
}

/* Handle */
.pageCompareProductCol.second::-webkit-scrollbar-thumb {
  background: var(--dark-blue);
  border-radius: 10px;
}

/* Handle on hover */
.pageCompareProductCol.second::-webkit-scrollbar-thumb:hover {
  background: var(--dark-blue);
}

.pageCompareProductColInner {
  flex: 1 1 auto;
  width: 25%;
  min-width: 325px;
  max-width: 25%;
}
.pageCompareProduct_table .table_label,
.pageCompareProduct_table .table_value {
  height: auto;
  min-height: 90px;
  border-bottom: 1px solid #bbc0c9;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pageCompareProduct_table .table_value.table_image {
  justify-content: flex-start;
}
.pageCompareProduct_table .table_label {
  text-align: left;
  align-items: flex-start;
  font-family: var(--main-font);
  color: var(--dark-blue);
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.pageCompareProduct_table .table_value {
  text-align: center;
  align-items: center;
}

.pageCompareProduct_table .table_value {
  font-family: var(--main-font);
  color: var(--dark-blue);
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.pageCompareProduct_table .table_value .compareProduct_shortDesc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-left: 15px;
  padding-right: 15px;
}
.pageCompareProduct_table .table_value .compareProduct_stars {
  color: var(--light-black);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.pageCompareProduct_table .table_label.table_image,
.pageCompareProduct_table .table_value.table_image {
  height: 340px;
  overflow: hidden;
  padding: 0 10px;
}

.pageCompareProduct_table .table_label.last,
.pageCompareProduct_table .table_value.last {
  border-bottom: 0;
  height: 20px;
}
.compareProduct_stars {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageCompareProduct_table .star-rating span:before {
  color: #588dd4 !important;
}
.pageCompareProduct_table .woocommerce-product-rating {
  margin-bottom: 0;
}
.pageCompareProduct_table .woocommerce-product-rating .star-rating {
  font-size: 11px;
}

.compareProduct_image {
  margin-bottom: 20px;
  position: relative;
}
.compareProduct_image_badge {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #fff;
  display: block;
  z-index: 3;
  background: var(--dark-blue);
  padding: 3px 10px;
}
.compareProduct_name {
  margin-bottom: 10px;
}

.compareProduct_awards img {
  max-width: 80px;
  display: inline-block;
}
.compareProduct_awards img:not(:last-child) {
  margin-right: 10px;
}

/* Compare Page */
#compare_1 {
  padding-top: 100px;
  padding-bottom: 90px;
}
#compare_1 .sectionButtons {
  margin-top: 60px;
}
#compare_1 .sectionButtons > .vc_column_container > .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
