.cbp-nav {
  visibility: hidden;
}

.pbox {
  border: 1px solid #FFFFFF;
  background: linear-gradient(180deg, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.pbox:hover {
  border: 1px solid #FFFFFF;
}

#payment-upn-button, #payment-upn-button label,
#payment-credit-card-button, #payment-credit-card-button label {
  cursor: pointer;
}

#payment-upn-button.active, #payment-credit-card-button.active {
  border-bottom: 3px solid #2B6BAF;
  color: #676a6c;
}

.tabspace {
  display: block;
  font-size: 16px;
  line-height: 26px;
}

#purError {
  font-weight: 500;
  font-size: 18px;
  color: #DF1B41;
  text-align: center;
  padding: 10px 20px 12px;
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
}

#ajax-purchase-stripe {
}

#ajax-purchase-stripe input,
#ajax-purchase-stripe textarea {
  font-size: 16px;
  padding: 15px;
  background: none;
  border: none;
  border: 1px solid #DADADA;
  color: #77787E;
  width: 100%;
  border-radius: 0.25rem;
  height: 50px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#ajax-purchase-stripe textarea {
  height: 150px;
}

#pfNameError, #pfAddrError, #pfPostCodeError, #pfCityError, #pfPhoneError, #pfEmailError {
  font-weight: 400;
  font-size: 16px;
  color: #DF1B41;
  padding-top: 5px;
}

#ajax-purchase-stripe input[name="terms"],
#ajax-purchase-stripe input[name="newsletters"],
#ajax-purchase-stripe input[name="licence"] {
  border: 1px solid #DADADA;
  height: 15px;
  width: 15px;
  padding: 0;
  position: absolute;

  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

#ajax-purchase-stripe button {
  cursor: pointer;
  background-color: #373A3C;
  color: #FFFFFF !important;
  font-weight: 400;
  padding: 14px 30px;
  font-size: 14px;
  display: block;
  margin-top: -1px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#ajax-purchase-stripe buttonx {
  padding: 15px 20px 12px;
  cursor: pointer;
  position: absolute;
  right: 0;
}

#ajax-purchase-stripe #upFiles i {
  color: #2B6BAF;
}

#ajax-purchase-stripe #fileZone {
  border: 1px solid #DADADA;
  color: #77787E;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
}

#ajax-purchase-stripe #upFiles span {
  color: #77787E;
  font-size: 15px;
  padding: 15px;
  border-bottom: 1px solid #DADADA;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#ajax-purchase-stripe #upFiles span:last-child {
  border-bottom: none;
}

#ajax-purchase-stripe .margin-bottom-sm span {
  font-size: 13px;
  color: #4F4F4F;
}

#ajax-purchase-stripe label {
  display: inline-block;
  font-size: 16px;
  color: rgb(48, 49, 61);
  font-weight: 400;
  padding-bottom: 5px;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.9;
  background-color: #000;
  z-index: 9999;
  text-align: center;
}

.loader,
.loader:before,
.loader:after {
  top: calc(50% - 2.5em);
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 7px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.blurred section {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}
