@media (max-width: 991px) {
  .mob-m-i.box-compare-mob {
	  display:none !important;
  }
}
h2.ch-h2 {
  font-weight: 600;
}
.tovar {
  padding-top: 15px;
  padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: 600;
}
footer .footer-top {
  padding-top: 10px;
}
.chm-radio label input {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: solid 3px #777;
}
.chm-radio label input:hover {
  border: solid 3px #e3c045;
}
.chm-radio label input[type="radio"]:checked {
  background: #e3c045;
  border: solid 1px #e3c045;
}
.checkbox-input, .chm-radio label input[type="radio"] {
  height: 20px !important;
}