.compare_page {
  padding: 40px 0;
}
.compare_page .product_block {
  height: auto;
  font-size: 1rem;
  padding: 10px 0;
}
.compare_page .product_block .block_inner {
  border: none;
  box-shadow: none !important;
  padding: 0;
}
.compare_page .product_block .image_block {
  height: 90px;
  margin-bottom: 5px;
}
.compare_page .product_block .image_block img {
  max-height: 90px;
}
.compare_page .product_block .btns_block {
  height: auto;
}
.compare_page .product_block .btns_block a {
  margin-top: 15px;
}
.compare_page .product_block .product_name {
  font-size: 130%;
}
.compare_page .product_block .product_price {
  font-size: 180%;
}

.compare_table {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin-top: 20px;
}
.compare_table table {
  min-width: 100%;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.compare_table tr:nth-child(2n) {
  background: #f2f2f2;
}
.compare_table .remove_btn {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 120%;
  z-index: 11;
}
.compare_table .remove_btn:hover {
  color: #df280a;
}
.compare_table .remove_btn:before {
  display: block;
  font-weight: 900;
}
.compare_table td {
  width: 10%;
  padding: 10px 15px;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
  font-size: 120%;
  line-height: 15px;
}
.compare_table td:first-child {
  max-width: 160px;
  min-width: 160px;
  font-family: "bold", "bold2";
}
.compare_table td:not(:first-child) {
  min-width: 220px;
}
.compare_table td:not(:first-child):empty:before {
  content: "-";
}

.compare_table .remove_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/*# sourceMappingURL=compare.css.map */
