 .google-pay-button {
         display: inline-flex;
         flex: -webkit-fill-available;
         height: auto;
         max-height: 51px;
         min-width: 240px;
         width: 100%;
         }
         .google-pay-button-black {
         background-color: black;
         color: white;
         border-radius: 5px;
         }
         .google-pay-button-white {
         background-color: white;
         color: black;
         }
         .google-pay-button-white-with-line {
         background-color: white;
         color: black;
         border: 1px solid black;
         }
         .gpay-card-info-container {
         min-width: 240px;
         height: 51px !important;
         min-height: 51px !important;
         padding-top: 5px !important;
         border-radius: 4px;
         box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 1px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
         cursor: pointer;
         border: 0px;
         }
         .gpay-button.short,
         .gpay-button.plain {
         min-width: 90px !important;
         width: 100% !important;
         }
         .gpay-card-info-container.black,
         .gpay-button.black {
         outline: 1px solid #757575;
         box-shadow: none;
         height: 51px !important;
         }
         .pay-with-g_pay {
         display: flex;
         }

          /* CSS */
         .apple-pay-button {
         display: inline-flex;
         -webkit-appearance: -apple-pay-button;
         -apple-pay-button-type: plain;
         /* Use any supported button type. */
         flex: -webkit-fill-available;
         height: auto;
         max-height: 51px;
         }
         .apple-pay-button-black {
         -apple-pay-button-style: black;
         }
         .apple-pay-button-white {
         -apple-pay-button-style: white;
         }
         .apple-pay-button-white-with-line {
         -apple-pay-button-style: white-outline;
         }
          .gpay-button.black.short,
         .gpay-button.black.plain {
         background-size: 68px;
         background-repeat: no-repeat;
         background-position: center;
         }
         .pkg-savings {
         color: #49d426;
         }

         .gpay-button.new_style {
         background-size: auto;
         border-radius: 100vh;
         padding: 11px 24px;
         box-sizing: border-box;
         border: 1px solid #747775;
         min-height: 48px;
         font-size: 20px;
         width: auto;
         }

          .gpay-card-info-container.black,
         .gpay-button.black {
         outline: 1px solid #757575;
         box-shadow: none;
         }
         .gpay-card-info-container.black.focus,
         .gpay-button.black.focus {
         outline: 1px auto Highlight;
         outline: 1px auto -webkit-focus-ring-color;
         box-shadow: none;
         }
         .gpay-card-info-container.white,
         .gpay-button.white {
         outline: 1px solid #3C4043;
         box-shadow: none;
         }
         .gpay-card-info-container.white.focus,
         .gpay-button.white.focus {
         outline: 1px auto Highlight;
         outline: 1px auto -webkit-focus-ring-color;
         box-shadow: none;
         }

 .footer {
	color: white;
	background: #070826;
	font-family: "Sora", sans-serif;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-column {
	padding-top: 10px;
	font-size: 0.75rem;
}

.footer-column-header {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.footer-copyright {
	font-size: 0.75rem;
	color: #ccc;
	border-top: 2px solid #666;
}

input.has-error, select.has-error {
    background: url(../images/error-input.png) 99.5% 50% no-repeat #fff !important;
    border: 1px solid orange;
}

input.no-error, select.no-error {
    background: url(../images/tick-input.png) 99.5% 50% no-repeat #fff  !important;
    border: 1px solid green;
}

select.no-error,select.has-error{background-position: 94% 50%  !important;}