
.widget-cats .widget-title {
  padding: 1.25rem 2rem;
  color: #fff;
  background-color: #2f2727;
  margin: 0;
  font: 400 1.4rem/1.1 "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1rem;
}
.widget-cats .widget-title i {
  vertical-align: middle;
  display: inline-block;
  margin-top: -.4rem;
  margin-right: 1.4rem;
}
.widget-cats .widget-title i::before {
  margin: 0;
}
.widget-cats ul {
  font-size: 1.5rem;
  font-weight: 500;
}
.widget-cats ul li {
  position: relative;
  border: 1px solid #e6ebee;
  border-top: 0;
  padding: 1.2rem 2rem;
}
.widget-cats ul li:first-child {
  padding-top: 1.7rem;
}
.widget-cats ul ul {
  font-size: 1.4rem;
  font-weight: 400;
}
.widget-cats ul ul li {
  border: 0;
  padding: .4rem 1rem;
}
.widget-cats ul ul li:first-child {
  padding-top: 1.6rem;
}
.widget-cats ul ul li:last-child {
  padding-bottom: 1rem;
}
.widget-cats a {
  color: #465157;
}
.widget-cats .accordion-btn {
  cursor: pointer;
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  float: right;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 1.2rem;
  background: none;
}
.widget-cats .accordion-btn::before, .widget-cats .accordion-btn::after {
  content: '';
  position: absolute;
  display: inline-block;
  right: 50%;
  margin-right: -5px;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #465157;
  margin-top: -1px;
  transition: all .35s;
}
.widget-cats .accordion-btn.collapsed::after {
  transform: rotate(-90deg);
}

.pointer
{
  cursor:pointer;
}


.payu {
font-size: 18px;
border: 2px solid #155724;
border-radius: 10px;
width: 250px;
height: 100px;
background: url(http://market.tdshop.eu/template/templates/payu_pay_big.png) no-repeat;
cursor: pointer;
}

