
/* Site Overrides and Modifications */

#zone-select #zone-select-toggle .zone {
        padding: 10px;
}

#zone-select #zone-select-toggle {
    padding-top: 55px;
}

#zone-select {
    padding: 55px 0 25px;
    text-align: center;
}

.zone {
    font-size: initial;
}

.zinfo {
}
.zinfo_title {float: left;
              padding-right: 5px;
              clear: both;
}
.zinfo_value {
    float: left;
}

.zinfo_left {
    float: left;
    width: 59%;
    text-align: left;
}
.zinfo_right {
    float: left; 
}

.btn-pay {
    padding: 5px 5px;
    width: 300px;
}

@media (max-width: 767px) {
    .stepButtons {
        flex-direction: column;
    }
    .btn-pay{
        margin-bottom:5px;
        width: 100%;
    }
    .zinfo_left {
    float: left;
    width: 100%;
    text-align: left;
    }
    #payment-info {
    margin-top: 15px;
    margin-bottom:50px;
    }
}
.stepButtons {
    display:flex;
    justify-content:center;
}

.btn-pay {
    border-radius: 8px;
    color: #fff;
    padding: 5px 5px;
    font-family: Rockwell,serif;
    display: inline-block;
    display: flex;
    align-items: center;
    width: 100%;
}
.stepButtons .btn-terms {
   
    }
.stepButtons .btn-pay .option {
    font-size: 22px;
    line-height:20px;
    }
.stepButtons  .circle {
    background-color: #9cd088;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right:10px;
}
.btn-pay.selected .circle:before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/icon-check-white.png) 8px -5px no-repeat;
    background-size:35px 40px;
}
.stepButtons .btn-pay .price {
    display:block;
    font-size: 25px;
    line-height:30px;
    }
.stepButtons .btn-pay .commitment {
    display:block;
    font-size: 15px;
    line-height:15px;
    }
.oneyear{
        background-color:#40ad1c;
}
.oneyear:hover{
        background-color:#279403;
}
.twoyear{
     background-color:#79c560;
}
.twoyear:hover {
     background-color:#60AC47;
}
.fouryear{
     background-color:#719dda;
}
.fouryear:hover {
     background-color:#5884C1;
}
.fouryear .circle {
    background-color: #b4cbea;
}
.twoyear .circle {
    background-color:#b8dea8;
}

input[type="password"],
input[type="number"] {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    border-radius: 8px;
    border: 1px solid #dedcd6;
    padding: 0 15px;
    font-size: 16px;
    color: #000;
    font-family: 'PT Sans',sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.ccNumber i {
    cursor: pointer;
    float: right;
    top: -53px;
    left: -15px;
    position: relative;
}

.fa, .far, .fas {
     display: inline;
     font-size: initial;
     color: #dedcd6;
}

.ccSteps {
    margin-top: 35px;
}

.stepBtn {
    /* padding-left: 26%; */
}

@media (max-width: 767px) {
    .stepBtn {
    padding-left: 0px;
}
    #payment-info input[type="button"] {
    display: block;
    margin: 8px auto;
    padding-left: 85px;
    padding-right: 85px;
    font-size: 16px;
    font-weight: bold;
}
}

#payment-info {
    /* margin-bottom: 0px; */
}


.form-control.error {
    border: 1px solid #cc5965;
}

.form-control:focus,
.single-line:focus {
  border-color: #1ab394;
}
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #1ab394;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: #f8ac59;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #ed5565;
}
.has-success .control-label {
  color: #1ab394;
}
.has-warning .control-label {
  color: #f8ac59;
}
.has-error .control-label {
  color: #ed5565;
}

.error-message {
    text-align: center;
    font-size: initial;
    padding-bottom: 20px;
    color: #ed5565;
}


/* The Loader */

.loading {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 9999;
		visibility: hidden;
		opacity: 0;
		background-color: rgb(0 0 0 / 20%);
	}
	.loading img {
		display: block;
		margin: 0 auto;
	}
	#loading1.open,
	#loading2.open,
	#loading3.open {
		opacity: 1;
		visibility: visible;
	}
	.loading > div {
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%,-50%);
		background-color: #fff;
		border-radius: 15px;
		padding: 15px 30px 5px;
		box-shadow: 0 0 30px rgba(0,0,0,0.15);
	}

    /* Checkbox */

    /* Customize the label (the container) */
.ccontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.ccontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  /* background-color: #eee; */
}

/* On mouse-over, add a grey background color */
.ccontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ccontainer input:checked ~ .checkmark {
  background-color: #40ad1c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ccontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ccontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}