/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.pricing-price .pts-content {
	font-size: 30px !important;
  }

@media (max-width: 767.98px) {
  .section {
	padding: 40px 0;
  }
}


/* Form Checkout */

.message 
{
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
}
.error 
{
	color: #fff;
    background-color: #f36270;
    border-color: #f36270;
}
.success 
{
	color: #fff;
    background-color: #3ec396;
    border-color: #3ec396;
}
.hidden
{
	display: none;
}