@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding: 0;
    margin: 0;
	background-color: #f5f5f6 !important;
}

.whPaymentBody {
	position: relative;
	background-color: #fff;
    padding: 0 0;
    min-height: 840px;
}

.fill-bg {
    background-color: #fbfaf6;
}

.whPaymentBody::before {
    background-image: url(../images/bg_bottom.png);
    background-repeat: no-repeat;
    width: 98%;
    height: 662px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
	
	
.whPaymentSection{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.33;
    color: #333333;
    font-family: "PMN Caecilia Sans" !important;
}

.whPaymentBody h2 { 
	font-family: "TheSeasons-Bd" !important; 
	line-height: 1.2;
	color: #29ac82;
	font-weight: 400;
	margin-bottom: 1.5rem;
	font-size: 39px;
}

.whPaymentBody .discount {
    color: #29aa7e;
}

#create-account label {
    display: inline-block;
    margin-bottom: .5rem;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #28ad84;
    text-transform: uppercase;
}

.whPaymentSection, .whPaymentSection *{
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.paymentLogo{
    width: 130px;
}
.paymentLogo img{
    width: 100%;
}
.whPaymentHeader {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 0 0;
    padding: 15px 26px;
    align-items: center;
}
.whPaymentHeader h4{
    color: #fff;
    margin-bottom: 0;
}
.paymentCardAr{
    border-top: none;
    margin: 30px 0;
	box-shadow: 1px 0px 4px 2px #dddddb;
}
.continueToPayment{
    border: 1px solid #1ca07c;
    padding: 15px 20px;
    color: #1ca07c;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8125rem;
    line-height: 1.33;
    letter-spacing: 0.05em;
    font-family: 'Jost', sans-serif;
    display: inline-flex;
    align-items: center;
    margin-top: 1.5rem;
    background: transparent;
    cursor: pointer;
    transition: all ease-in-out 300ms;
}
.continueToPayment img{
    margin-left: 10px;
    transition: all ease-in-out 300ms;
}
.continueToPayment:hover{
    background: #333;
    border-color: #333;
    color: #fff;
}
.continueToPayment:hover img{
    filter: brightness(0) invert(1) ;
}
.whPaymentSection .form-control {
    border-radius: 0;
    height: 46px;
	border-color:#ced4da;
}
.whPaymentSection .table thead th{
    border-bottom-width:1px;
}   
.subtotalRight{
    width: 171px;
}
.whPaymentSection .table thead th{
    background: #2aad83;
    color: #fff;
}

.themeGreenButton {
    background-color: #29ac82 !important;
    color: #FFFFFF !important;
}

.themeGreenButton:hover {
    background-color: #29bc82 !important;
}


@media only screen and (max-width:767px){
    .whPaymentBody h2{font-size:27px; margin-bottom:0.9rem;}
    .paymentCardAr p{line-height:22px; font-size:15px;}
    .table-bordered td, .table-bordered th{font-size:15px;}
}

@media only screen and (max-width:399px){
    .paymentCardAr p{line-height:21px;}
    .paymentCardAr p, .table-bordered td, .table-bordered th{font-size:14px;}
}


/* Layout */

body {
  background: url(https://webhero.ie/wp-content/themes/newwebhero2022/assets/stagingV1/images/svg/2023-01-17-grey-loops.svg) 50% 25% no-repeat;
  background-size: 150%;
  background-color: #f7fafa !important;
}

.paymentCardAr {
  box-shadow: 0px 0px 16px #adb9b6;
}
.fill-bg {
  background-color: #f7fafa;
}

.whPaymentBody::before {
  background: 0 0;
}

.whPaymentHeader {
  padding: 30px 26px;
}
.pb-5,
.py-5 {
  padding-bottom: 4rem !important;
}

#create-account {
  padding-top: 1rem;
}

@media (min-width: 576px) {
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 4rem !important;
  }
}


/* Buttons & Input */

.themeGreenButton,
.continueToPayment {
  color: #512dca !important;
  background-color: transparent !important;
  padding: 15px 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 21px !important;
  border: 3px solid #512dca;
  border-radius: 8px;
  font-family: "Euclid Circular A";
  font-weight: bold;
  transition: all 0.25s ease !important;
}

.themeGreenButton {
  padding: 8px 20px;
}

.themeGreenButton:hover,
.continueToPayment:hover {
  background-color: #512dca !important;
  border-color: #512dca !important;
  color: #fff !important;
}

.continueToPayment {
  margin-bottom: 10px;
}
.continueToPayment img {
  transition: all 0.25s ease;
}  /* PNG Triangle colour needs to be changed to purple */


/* Content */

.whPaymentSection {
  color: #333333;
  font-size: 17px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.whPaymentBody h2 {
  font-family: "Euclid Circular A" !important;
  font-size: 45px;
  line-height: 52px;
  color: #512dca;
  font-weight: bold;
}

.whPaymentSection .table thead th {
  background: #512dca;
}

#create-account label {
  font-size: 14px;
  line-height: normal;
  color: #512dca;
  font-family: "Euclid Circular A";
  letter-spacing: 0.05em;
}

strong {
  color: #512dca;
}