.pricify-table.red   > li > h2 {
  background: #B24343; /* old browsers */
  background: -moz-linear-gradient(top, #B24343 0%, #E02C2C 50%, #D62222 51%, #EA827E 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B24343), color-stop(50%,#E02C2C), color-stop(51%,#D62222), color-stop(100%,#EA827E)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B24343', endColorstr='#EA827E',GradientType=0 ); /* ie */
}

.pricify-table.red li > ul > li.last a{
  background: #D81204;
  border-color: #D81204;
}
.pricify-table.red li > ul > li.last a:hover,
.pricify-table.red li > ul > li.last a:focus {
  background: #FF2F1F;
  border-color: #FF2F1F;
}
.pricify-table.red li > ul > li .tips h3 { color: red}
