.compare_block {
  position: relative;
  overflow: hidden;
  border-top: 2px solid #ededed;
  margin: 30px 0;
}
.compare_block .product_block {
  align-items: flex-start;
}
.compare_block .product_block .actions_block,
.compare_block .product_block .quick_view,
.compare_block .product_block .brand_name,
.compare_block .product_block .sticker {
  display: none;
}
.compare_block table {
  margin: 30px auto 0;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.compare_block tr:nth-child(2n) {
  background: #f2f2f2;
}
.compare_block tr:not(:first-child) {
  font-size: 140%;
  line-height: 20px;
}
.compare_block td {
  padding: 10px 15px;
  vertical-align: top;
  position: relative;
  min-width: 220px;
  width: 270px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.compare_block td:first-child {
  min-width: 160px;
}
.compare_block .item_remove {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #b94a48;
  border: 1px solid #ededed;
  padding: 3px;
  background: transparent;
}
.compare_block .item_remove:before {
  display: block;
  font-weight: 500;
}
.compare_block .scroll-x {
  position: relative;
  height: 4px;
}
.compare_block .scroll-x div {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 0;
  height: 4px;
  right: 0;
}
.compare_block .scroll-x div.scroll-element_track {
  z-index: 2;
  background: #c0c0c0;
}
.compare_block .scroll-x div.scroll-bar {
  cursor: pointer;
  z-index: 3;
  background: #666666;
}
.compare_block .scroll-x div.scroll-bar:hover {
  background: #000000;
}

@media (max-width: 959px) {
  .compare_block tr:not(:first-child) {
    font-size: 130%;
    line-height: 18px;
  }
  .compare_block td {
    min-width: 200px;
    width: 250px;
  }
  .compare_block td:first-child {
    min-width: 140px;
  }
}
.web .item_remove:hover {
  border-color: #999999;
}
.web .item_remove:hover:before {
  -o-transition: font-weight 0.3s;
  -ms-transition: font-weight 0.3s;
  -moz-transition: font-weight 0.3s;
  -webkit-transition: font-weight 0.3s;
  transition: font-weight 0.3s;
  font-weight: 700;
}

.compare_block .scroll-x div.scroll-bar {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .item_remove {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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