.buy-premium-form .labl {
  display : block;
}
@media (max-width: 430px){
  .buy-premium-form label {
    display: none;
  }
}

 /* HIDE RADIO */
.buy-premium-form .labl > input{
  visibility: hidden;
  position: absolute;
}
.buy-premium-form .labl > input + div.plan { /* DIV STYLES */
  cursor: pointer;
  font-size: 22px;
  margin:  0 0 9px;
  font-weight: normal;
}

.buy-premium-form .labl > input:checked + div.plan { /* (RADIO CHECKED) DIV STYLES */
  color:white;
}

.buy-premium-form .plan .subtitle {
  line-height: 15px;
}

.buy-premium-form .plan div:nth-child(2) .subtitle {
  display:none;
}

.buy-premium-form .labl > input:checked + .plan div:nth-child(2) .subtitle {
  display:block;
}

.buy-premium-form span.title:only-child {
  margin:0 0 20px;
}

.buy-premium-form span.subtitle {
  font-size: 10px;
/*  text-transform: uppercase;*/
  display: block;
}

@media (max-width: 768px){
    .buy-premium-form .labl > input + div.plan { /* DIV STYLES */
    font-size: 15px;
  }
  
  .buy-premium-form span.subtitle {
    font-size: 11px;
    font-weight: 300;
  }
}

.plan {
  width:100%;
}

.d-block{
  display: inline-block;
}

.custom-radio {
  display: inline-block;
  position: relative;
}

.radio-group label.labl {
  margin: 0 0 8px;
}

:only-child  > .custom-radio:before , :only-child > .custom-radio:after{
  opacity: 0 !important;
}

.custom-radio:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  border-radius: 50%;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  background: transparent;
}

.custom-radio:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  left: 3px;
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.large-radio.custom-radio:before {
  top: 4px;
  left: -12px;
  width: 18px;
  height: 18px;
}
.large-radio.custom-radio:after {
  width: 10px;
  height: 10px;
  top: 8px;
  left: -8px;
}

input:checked + .custom-radio:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media (min-width: 430px){
  .buy-premium-form fieldset {
    padding: 0 10%;
  }
}
@media (max-width: 430px){
  .buy-premium-form .plan [class^=col-]{
    padding-right:0px;
  }
}

.buy-premium-form .plan [class^=col-]:nth-child(2){
  float:right;
}

.buy-premium-form .plan .price-separator {
  margin: auto -4px;
}

.buy-premium-form .plan .price-separator {
  margin: auto -4px;
}

.buy-premium-form input[type="email"]:focus{
  border:solid 1px #ccc !important;
}

/*buttons style*/
.pay_method_buttons{
  margin:18px 0;
}
.pay-with-cc {
  border-radius: 4px;
  border: none;
  padding: 5px 18px;
}
.pay-with-pal{
  background: #F6C355;
  color: #FFFFFF;
  border-radius: 4px;
  border: none;
  padding: 5px 18px;
}
@media (max-width: 430px){
  .choose-payment-method input[type=button]
  {
    font-size:13px;
  }
}

@media (max-width: 374px){
  .choose-payment-method input[type=button]
  {
    font-size:12px;
  }
}

@media (max-width: 359px){
  .choose-payment-method input[type=button]
  {
    padding:0px 10px;
  }
}

@media (max-width: 320px){
  .pay_method_buttons .button-wrapper:first-child
  {
    float:none;  
  }
}
.icon_wrap{
  margin: 20px 0 10px;
}
.icon_wrap a {
    display: inline-block;
    margin: 0 5px;
    width: 80px;
}
.icon_wrap a > img {
    width: 100%;
}
.byclick{
  font-weight: 300;
}

.exdate_cvv{
  margin: 0 -15px;
}

#exp-input, #cvv-input, #ccn-input {
  background:transparent;
  width: 100%;
  border-radius: 4px;
}

.buy-premium-form p#goback {
  display:none;
  margin: 8px 0 0;
  cursor: pointer;
}

.renewal-policy {
  font-size: smaller;
  line-height: normal;
  padding-top: 5px;
  color: #aaa;
}

.modal-backdrop.in{
  opacity: .8;
}