/**
Custom Colors 
Below is default color: blue, more color will be in axcoto-price-color.css
We alow color for 3 element:
1.Price row
2.Select button
3.Tipbox
*/
.pricify-table   li > h2 {
  background: #1E5799; /* old browsers */
  background: -moz-linear-gradient(top, #1E5799 0%, #2989D8 50%, #207cca 51%, #7db9e8 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799), color-stop(50%,#2989D8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5799', endColorstr='#7db9e8',GradientType=0 ); /* ie */

}

.pricify-table.blue li > ul > li.last a, .pricify-table li > ul > li.last a{
  background: #166ba9;
  border-color: #166ba9;
}
.pricify-table.blue li > ul > li.last a:hover,
.pricify-table li > ul > li.last a:hover,
.pricify-table.blue li > ul > li.last a:focus,
.pricify-table li > ul > li.last a:focus {
  background: #3390CF;
  border-color: #3390CF;
}
.pricify-table li > ul > li .tips h3 { color: #2881cc}