.compare-list-button,
.compare-list-button:hover,
.compare-list-button:visited {
    line-height: 45px;
  border-radius: 35px;
  padding-left: 25px;
  padding-right: 25px;
}

.compare-list-header { margin-bottom: 20px; }
.compare-list-sections .compare-list-sections-link { display: inline-block; background: #f1f1f1; padding: 5px 15px; }
.compare-list-sections .compare-list-sections-link.compare-list-sections-link-selected { text-decoration: underline; }

.compare-list-body { overflow-x: auto; color: #643228; }
.compare-list-table-cell { display: inline-block; width: 200px; vertical-align: top; padding-right: 10px; }
.compare-list-table-cell-first { padding-left: 10px; }

.compare-list-table-header { padding-bottom: 10px; border-bottom: 1px solid #cccccc; }
.compare-list-displaymode { margin-bottom: 10px; }
.compare-list-displaymode-title { font-weight: bold; }
.compare-list-displaymode-link { display: block; text-decoration: underline; }
.compare-list-displaymode-link.compare-list-displaymode-link-selected { color: #fc5144; font-weight: bold; text-decoration: none; }
.compare-list-displaymode-link.compare-list-displaymode-link-disabled { color: #fc5144; text-decoration: none; }

.compare-list-item-picture { position: relative; height: 200px; }
.compare-list-item-picture img { position: absolute; top: 0; bottom: 0; left: 0; max-width: 100%; max-height: 100%; margin: auto; }
.compare-list-item-price { margin-bottom: 10px; font-weight: bold; }
.compare-list-item-price .compare-list-item-price-old,
.compare-list-item-price .compare-list-item-price-actual { display: inline-block; }
.compare-list-item-price .compare-list-item-price-actual { margin-right: 10px }
.compare-list-item-price .compare-list-item-price-old {text-decoration: line-through; 
  font-size: 14px;
  font-family: MuseoSansCyrl-500;
  font-weight: 500;
  color: #c2c2c2;
}
.compare-list-item-buy { margin-bottom: 10px; }
.compare-list-item-del-link svg {
  translate: all .3s;
}
.compare-list-item-del-link:hover svg {
  fill: #ebebeb;
}

.compare-list-table-property { padding: 10px 0; border-bottom: 1px solid #cccccc; }
.compare-list-table-property:hover { background: #f1f1f1; }
.compare-list-table-property .compare-list-table-cell {  }

.compare-list-item-del{margin: 15px 0 10px;}

.compare-list-item-buy.fixed_bottom_button{height: 46px;}
.compare-list-item-buy.fixed_bottom_button .compare-list-item-buy-link{position: absolute; bottom:10px;}

.compare-list-item-buy-link {
}
.compare-list-item-link {
  font-size: 17px;
  color: #643228;
}

.compare-list {
  transition: all .3s;
  background-color: #FFF;
  z-index: 100;
}
.compare-list-table-header {
  transition: all .3s;
}
.compare-list-table-inner {
  background-color: #FFF;
  position: relative;
}
.compare-list.fixed  .compare-list-table-inner {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 3px 0 #868686;
  z-index: 1;
}
.compare-list-settings__title {
  display: inline-block;
  margin-right: 20px;
}

/* Radio/check customisation */
.label-group {
  display: inline-table;
  border: 2px solid #FF6955;
  border-radius: 2px;
  line-height: 1;
  vertical-align: middle;
}
.forms__label {
  position: relative;
  display: table-cell;
  cursor: pointer;
  margin-right: 0;
  margin-bottom: 0;
  color: #fff;
}
.forms__label:before {
  content: '';
  width: 18px;
  height: 18px;
  background-color: #fff;
  display: block;
}
.forms__radio {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}

.forms__radio:checked + .forms__label:before {
  background-color: #ff6955;
}


  .compare-list-item-add {
    display: none;
  }

@media (min-width:992px) {
  .compare-list-settings {
    display: none;
  }
}

@media (max-width:991px) {
  .compare-list-settings__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
  }
  .compare-list-table-col-property-title {
    position: absolute;
    left: 50vw;
    transform: translateX(-50vw);
    width: 100%;
    display: block;
    text-align: center;
  }
  .compare-list-table-cell {
    padding-left: 10px;
    text-align: center;
    width: 25vw;
  }

  .compare-list-table-cell-first {
    display: block;
    min-height: 40px;
    width: 100%;
    text-align: left;
  }
  .compare-list-item-property-value {
    font-weight: bold;
  }
  .compare-list-displaymode {
    display: none;
  }




}

@media (max-width:767px) {


  .compare-list-table-cell {
    width: 50vw;
    padding-left: 0!important;
  }

  .compare-list-item-title {
    padding-left: 10px;

  }
  .compare-list-table-header.fixed .compare-list-item-title {
   border-bottom: 1px solid #cccccc;
    min-width: 50vw;

  }

  .compare-list-table-cell-first {
    width: 100%;
  }
  .compare-list-item-link {
    font-size: 15px;
    display: block;
    line-height: 1.4;
  }
  .compare-list-table-inner .compare-list-table-cell {
    position: relative;
  }
  .compare-list-table-header.fixed .compare-list-item-title {
    position: absolute;
    background-color: #FFF;
    z-index: 1000;
  }
  .compare-list-table-header.fixed {
    background-color: #FFF;
  }
  .compare-list-table-header.fixed .compare-list-item-picture,
  .compare-list-table-header.fixed .compare-list-item-price,
  .compare-list-table-header.fixed .compare-list-item-buy,
  .compare-list-table-header.fixed .compare-list-item-del, .compare-list-settings {
    display: none;
  }
}
