/* scripts/_common/rating/styles/rating.scss */
.rating {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.125rem;
  line-height: 1;
  direction: rtl;
}
.rating-item {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #d1d1d1;
  line-height: 1;
}
.rating-readonly .rating-item {
  cursor: default;
}
.rating-item-selected {
  color: #fec419;
}
.rating:not(.rating-readonly) > li:hover::before,
.rating:not(.rating-readonly) > li:hover ~ li::before {
  color: #db2929;
}

/* styles/views/compareproducts.scss */
.compareproduct-container {
  position: relative;
  background-color: #fff;
  padding-top: 10px;
}
.compareproduct-properties-col {
  padding-right: 0;
}
.compareproduct-products-col {
  padding-left: 0;
}
.compareproduct-products-wrapper {
  display: block;
  overflow-x: auto;
  font-size: 0;
  line-height: 0;
  margin-bottom: 1.0625rem;
}
.compareproduct-products-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
}
.compareproduct-products-wrapper::-webkit-scrollbar:vertical {
  width: 0.6875rem;
}
.compareproduct-products-wrapper::-webkit-scrollbar:horizontal {
  height: 0.6875rem;
}
.compareproduct-products-wrapper::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  border: 0.125rem solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
.compareproduct-products-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0.5rem;
}
.compareproduct-product,
.compareproduct-properties {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  vertical-align: top;
  font-size: 0.75rem;
  border-collapse: collapse;
  border: 0.0625rem solid #dbdbdb;
}
.compareproduct-product .price-current,
.compareproduct-product .price-new {
  font-size: 1.375rem;
}
.compareproduct-properties {
  width: 100%;
}
.compareproduct-product {
  table-layout: fixed;
}
.compareproduct-product-row,
.compareproduct-properties-row {
  display: table-row;
}
.compareproduct-product-item,
.compareproduct-properties-item {
  display: table-cell;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #dbdbdb;
  border-collapse: collapse;
  text-align: left;
  line-height: 1;
}
.compareproduct-properties-item {
  vertical-align: middle;
}
.compareproduct-product-item {
  text-align: center;
  width: 183px;
  min-width: 183px;
  vertical-align: middle;
}
.compareproduct-product-item:first-child {
  border-width: 1px 1px 1px 0;
}
.compareproduct-block-item-hover {
  background: #f7fbfe;
}
.compareproduct-product-name {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.2;
  min-height: 30px;
  word-break: break-word;
}
.compareproduct-product-sku {
  text-align: center;
  color: #a5a8af;
  margin-bottom: 5px;
}
.compareproduct-product-pic {
  max-height: 100%;
  max-width: 100%;
}
.compareproduct-product-pic-wrap {
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-link-picture {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.compareproduct-product-btns {
  text-align: center;
  margin-top: 0.3125rem;
}
.compareproduct-product-item-wrap {
  position: relative;
}
.compareproduct-product-remove {
  position: absolute;
  top: -8px;
  right: -15px;
  width: 20px;
  height: 20px;
  text-align: right;
}
.compare-picture {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.compareproduct-empty {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  display: none;
}
.compareproduct-remove-all {
  text-align: right;
  margin-bottom: 15px;
  border-bottom-color: inherit;
}
.compareproduct-empty-title {
  font-size: 24px;
  margin-bottom: 25px;
}
.compareproduct-empty-text {
  font-size: 14px;
  margin-bottom: 50px;
}
.compareproduct-product-rating {
  margin-bottom: 5px;
}
/*# sourceMappingURL=compare.ZQGZM36F.css.map */
