
.proceed-button {
	background: #00af6c;
	width: 100%;
	padding: 20px;
	border: 0px solid green;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
}

.paypal-button {
	background: #ffc439;
	width: 100%;
	padding: 20px;
	border: 0px solid green;
	color: #000000;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;	
}
.paypal-icon {
	font-size: 22px;
	color: #fff;
}









body {
  font-family: 'Lato', sans-serif;
}

.overlay {
  height: 100%;
  width: 100%;
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(234,234,234);
  background-color: rgba(234,234,234, 0.9);
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}














.phppot-container {
    -webkit-font-smoothing: antialiased;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .9em;
    color: #1e2a28;
    width: 740px;
    margin: 50px auto;
    padding: 0px 20px 20px 20px;
    text-align: center;
}

.phppot-container h1 {
    font-weight: normal;
}

#payment-box {
    padding: 40px;
    margin: 20px;
    border: #E4E4E4 1px solid;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}

#checkout-button {
    padding: 10px 30px;
    background: #5469d4;
    border: #4c60c3 1px solid;
    border-radius: 3px;
    color: #FFF;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
}

.txt-title {
    margin: 25px 0px 10px 0px;
    color: #4e4e4e;
}

.txt-price {
    margin-bottom: 20px;
    color: #08926c;
    font-size: 1.1em;
}

@media all and (max-width: 780px) {
    .phppot-container {
        width: auto;
    }
}

@media all and (max-width: 400px) {
    .phppot-container {
        padding: 0px 20px;
    }
    .phppot-container h1 {
        font-size: 1.2em;
    }
}