.btn-pay {
  background-color: #2C74F4;
  padding: 20px;
  border-radius: 40px;
}

.btn-pay:hover {
  background-color: #4092FF;
}

.installment .installment-item.selected {
  background-color: #fa5601;
}

.secure-bar {
  text-align: center;
  display: block !important;
}

.terms {
  text-align: center;
  font-size: 13px;
  padding-top: 20px;
  color: #888;
}

.form-payment {
  padding: 30px;
}

.form-payment input[type="text"] {
  height: 60px;
  font-size: 18px;
}

.form-payment input[type="tel"], .form-payment input[type="number"] {
  height: 60px;
  font-size: 18px;
  margin-bottom: 15px;
}

.form-payment select {
  height: 60px !important;
  font-size: 17px !important;
}

h2 {
  padding-top: 10px;
  font-size: 22px;
  text-align: center;
}

h3 {
  font-size: 18px;
  color: #666;
  text-align: center;
}

.oo-back { background-color: #834eff; background-position: center; background-size: cover; position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.oo-front {position: absolute; width: 100%; max-width: 750px; left: 0; right: 0; margin: auto; bottom: 0; text-align: center;}
.oo-front img {width:100%;}

.benefits-wrapper {
  height: auto;
  top:150px;
}

.custom-select:focus, .form-control-file:focus, .form-control:focus {
  border-color: #2C74F4 !important;
  border-width:1px;
  box-shadow: none;
}

#cardCVV {
  margin-bottom: 15px;
}
.form-control {
  border: 1px solid #bbb;
}

.containerxl {width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;}


.acprice {
  font-size: 18px;
  font-weight: bold;
  padding-top: 3px;
}

.oldprice {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  padding-top: 5px;
  text-decoration: line-through;
}

.discountwrapper {margin-bottom: 10px;}
.discountwrapper .pricetitle {padding-bottom: 12px;}

@media only screen and (max-width: 600px) {

.benefits-wrapper {
  top:80px;
  left: 20px;
  margin: inherit;
  max-width: 200px;
}

.benefits {min-height: 550px;}

.oo-front {position: absolute; width: 100%; right: -140px;  bottom: 0; text-align: right;}
.oo-front img {width:100%; max-width: 320px;}
.popup-wrapper {top: 410px !important;}
}

@media only screen and (max-height: 1200px  and min-width: 600px) {
  .oo-front {position: absolute; width: 100%; max-width: 600px; left: 0; right: 0; margin: auto; bottom: 0; text-align: center;}

.benefits-wrapper {
  height: auto;
  top:100px;
}

}



@media only screen and (max-height: 1000px and min-width: 600px) {
  .oo-front {position: absolute; width: 100%; max-width: 500px; left: 0; right: 0; margin: auto; bottom: 0; text-align: center;}

.benefits-wrapper {
  height: auto;
  top:80px;
}

}

