/* цены */
.price-tooltip .tooltip-media {
  padding: 25px;
  border: 1px solid #aaa;
  background: #ccc;
  background: rgba(220, 220, 220, 0.9);
  color: #000;
  text-align: left;
  font-size: 14px;
}
.price-tooltip .tooltip-inner {
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 0px 0 0;
}
.price-tooltip .tooltip-inner td {
  padding: 0 10px 5px 0;
}
.price-tooltip .tooltip-inner td:last-child {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}
.toolbuybtn {
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #333;
  padding: 4px;
}
.toolbuybtn small {
  text-transform: none;
  font-weight: normal;
}