@charset "UTF-8";


section.price .price-form .price-card .product-info .price-wrap-en {
  width: 100%;
}

section.price .price-form .price-card .product-info .price-wrap .price-item p.per-month.yearly span,
section.price .price-form .price-card .product-info .price-wrap .price-item p.per-month span {
  font-size: 25px;
}
section.price .price-form .payment .policy-wrap-en .agree a.btn-agree strong {
  font-weight: normal;
  line-height: 18px;
}
section.price .price-form .payment .policy-wrap-en .agree a.btn-agree strong span {
  font-size: 15px;
  font-weight: 300;
}

section.price .price-form .payment .policy-wrap-en .agree .policy-check-en {
  margin-left: 0;
  margin-right: 14px;
  border: 1px solid #fff;
}
section.price .price-form .payment .policy-wrap-en .btn-submit p,
section.price .price-form .payment .policy-wrap-en .agree a.btn-agree strong,
section.price .price-form .payment .policy-wrap-en p {
  font-size: 20px;
}
.pg-description-en p {
  font-size: 16px;
  color: #CBC9C9;
}
section.price .price-form .payment .payment-wrap .PG .pg-list-en {
  justify-content: space-around;
}
.pg-list-en div {
  display: flex;
  align-items: center;
}
.pg-list-en label {
  display: flex;
  width: auto;
  height: 56px;
  align-items: center;
  font-size: 20px;
  color: #848282;
  cursor: pointer;
}
.pg-list-en [type="radio"] {
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 3px solid #fff;
  appearance: none;
  background: #000;
  border-radius: 50%;
  margin: 0 10px 0 0;

}
.pg-list-en [type="radio"]:checked{
  background: #D30084;
}
.pg-list-en [type="radio"]:checked ~ label {
  color: #fff;
}
.pg-list-en label:hover {
  color: #fff;
  transition: 0.3s;
}
.pg-list-en [type="radio"]:hover {
  background: #D30084;
  transition: 0.3s;
}
.pg-list-en label:first-child {
  background: url("/static/images/paypal.07dc00f9dee1.png") right/contain no-repeat;
}



section.price .price-form .payment .payment-wrap .PG .pg-list-en {
  border-top: 1px solid #707070;
  height: auto;
  padding-bottom: 25px;
}


section.price .price-form .payment .policy-wrap .agree .policy-check {
  margin-left: 0;
  margin-right: 14px;
}

section.price .price-form .payment .policy-wrap .agree a.btn-agree {
  color: #fff;
}
@media (max-width: 500px) {
  section.price .price-form .payment .policy-wrap-en .btn-submit p,
  section.price .price-form .payment .policy-wrap-en .agree a.btn-agree strong,
  section.price .price-form .payment .policy-wrap-en p {
    font-size: 13px;
  }
}
  @media (max-width: 500px) {
  section.price .price-form .payment .payment-wrap .PG .pg-list-en,
  section.price .price-form .payment .policy-wrap-en {
    border-top: 1px solid #707070;
    padding-top: 30px;
    justify-content: flex-start;
  }
}
