.comparetable tr {
  display: flex;
  flex-direction: row;
}
.comparetable tr > td {
  background: #fff;
  border-right: #e5e5e5 solid thin;
  border-collapse: collapse;
  padding: 0;
}

.comparetable tr > td:nth-child(1) {
  flex: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.comparetable tr > td:nth-child(2) {
  flex: 1.5;
}
.comparetable tr > td:nth-child(3) {
  flex: 1.5;
}
.comparetable tr > td:nth-child(4) {
  flex: 1.5;
}

.heading_row > div:nth-child(odd) {
  background: #f8f8f8;
  padding: 8px 15px;
  height: 45px;
  font-size: 14px;
}
.heading_row > div:nth-child(even) {
  background: #ffffff;
  padding: 8px 15px;
  height: 45px;
  font-size: 14px;
}
.heading_row .tire_title {
  height: 82px !important;
}
.heading_row .image_product {
  height: 156px !important;
}

.heading_product {
  text-align: right;
  height: 82px !important;
}

.product_title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 220px;
  margin: auto;
}

.remove_close {
  text-align: right;
  color: #ec2028;
  margin-bottom: 5px;
  font-size: 14px;
  border: none;
}

.product_image {
  text-align: center;
  height: 156px !important;
}

.product_image > img {
  width: 130px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product_price {
  font-weight: 700;
  color: #ec2028;
  text-align: center;
}
.product_text {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.rating_star {
  text-align: center;
  color: #eec01f;
}
.product_row > div:nth-child(odd) {
  background: #f8f8f8;
  padding: 8px 15px;
  height: 45px;
}
.product_row > div:nth-child(even) {
  background: #ffffff;
  padding: 8px 15px;
  height: 45px;
}
.registergetprice {
  padding: 8px 15px;
  border: none;
  background: #353893;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comparision_text {
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 15px;
  text-align: center;
}

.comparision_text > img {
  max-width: 100px;
}

.comparision_text > h2 {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}

.comparision_text > p {
  font-size: 14px;
}
.compare-title {
  color: #353893;
  font-weight: 600;
}
#comparemodal .modal-content {
  border-radius: 12px;
}
