.pBox {
  position: relative;
  border: 1px solid #b6b2b2;
  background: #f3f1f1;
      height: 70px;
      margin: 0 0 10px 0;
      border-radius: 5px;
      box-sizing: border-box;
      cursor: pointer;
      
  }
  .pBox p:nth-child(1){
        width: 20px;
      height: 20px;
      background: #f4f4f4;
      border-radius: 50%;
      box-shadow: inset 0 0 0 4px #f4f4f4;
      border: 1px solid #b4b4b4;
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      margin: 0 ;
      padding: 0;
  }
  .pBox p:nth-child(2){
      position: absolute;
      left: 45px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 15px;
      margin: 0 ;
      padding: 0;
      font-weight: 600;
      color: #000;
  }
  .pBox p:nth-child(2) span{
        font-weight: 600;
      color: #000;
      display: block;
      line-height: 1.1;
  }
  .pBox p:nth-child(2) span:nth-child(2),.pBox p:nth-child(2) span:nth-child(3){
      font-size: 12px;
      color: #b4b4b4;
  }
  .pBox p:nth-child(3){
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      margin: 0 ;
      padding: 0;
      font-weight: 600;
      color: #000;
      font-size: 15px;
  }
  .pBox p:nth-child(3) span{
        color: #000;
        display: block;
        line-height: 1.1;
  }
  .pBox p:nth-child(3) span:nth-child(3){
   font-size: 17px;
  }
  .pBox p:nth-child(3) span:nth-child(2){
    color: #b4b4b4;
    text-decoration: line-through;
    font-size: 12px;
  }
  .pBoxActive {
  border: 1px solid #000;
  background: #fff;
  }
  .pBoxActive p:nth-child(1){
      background-color: #000 !important;
      color: #fff;
  }
  .dnone_price{
    display: none;
  }
  .box_form{
    display: block;
    margin: 10px 20px 20px 0;
  }
  .clearfix{
    content: '';
    display: block;
    clear: both;
  }
  .center{
    text-align: center;
    margin: 35px auto;
  }
  .shipping{
    display: block;
    font-size: 11px;
    font-weight: 600;
  }
  .shippingPrice span{
    font-size: 17px !important;
  }
  .shippingPrice{
    line-height: 16px !important;
  }
  .bg_hot {
      background: #000;
      color: #fff;
      padding: 10px!important;
      margin-top: -25px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      text-align: center;
      font-size: 22px;
      margin-bottom: 5px;
      font-weight: bold;
  }
  .red {
      color: red;
      font-size: 22px;
      margin-bottom: 10px;
      font-weight: bold;
  }
  .prices {
      width: 95%;
      max-width: 300px;
      display: table;
      margin: 0 auto;
      text-align: center;
  }
  .prices p {
      margin: 2px auto;
      line-height: 1.4em;
      font-size: 15px;
      font-weight: 600;
  }
  .button , .orderform button {
    font-size: 20px;
    padding: 15px 10px;
    width:100%;
    margin: 0 auto;
    display: block;
    background: #fff;
      border: 1px solid #000;
      text-transform: capitalize;
      cursor: pointer;
  }
  
  .orderform select[name="billing_province"]{
    width: 91%;
    height: 43px !important;
  }
  .orderform input, .orderform select, #form-index input, #form-index select, textarea, select  {
      height: 30px;
      border: 1px solid #000;
      font-weight: normal;
      font-size: 16px;
      line-height: 12px;
      padding: 3px;
      width: 89%;
      margin: 10px auto;
      display: block;
      resize: none;
  }
  .orderform #shipping_areacode {
      width: 40px !important;
      float: left;
      margin: 0px 13px 0 9px;
      border: 1px solid #000;
  }
  .orderform input[name="billing_phone"] {
      margin-top: 0;
      margin-left: 0;
      height: 35px;
  }
  
  .orderform select[name="mobile_code"] {
      max-width: 15%;
      margin-top: 0;
      margin-left: 0;
      height: 43px;
  }
  .orderform input[name="areacode"] {
      max-width: 10%;
      margin-top: 0;
      margin-left: 0;
      height: 35px;
      text-align: center;
  }
  .pBox span {
      margin-top: 3px;
      color:red;
  }
  .pBox span span{
    color: #000;
  }
  .form-check-input{
  display: flex;
  gap: 10px;
  width: 89%;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
  }
  .form-check-input input{ 
      display: inline-block;
      width: 15px;
      height: 15px;
   }
   .form-check-input span{
    font-size: 13px;
    line-height: 1.1;
    text-align: left;
   }
  .best{
    position: absolute;
    top: -8px;
    right: 9px;
    padding: 2px 6px;
    margin: 0;
    font-size: 8px;
    color: #fff;
    background: #000;
    border-radius: 10px;
    line-height: 2;
    text-transform: uppercase;
  }
  button:hover{
    background: #f3f1f1;
  } 
  @media (max-width: 1004px){
  .pBox{
    height: 75px;
  }
  }
  @media (max-width: 450px){
    .form-check-input input {
      width: 30px;
      height: 30px;
    }
    .bg_hot{
      font-size: 15px;
    }
    .shipping{
      font-size: 8px;
    }
    .pBox,.box_form{
      margin: 13px 0px !important;
      font-size: 15px !important;
    }
  }
  @media (max-width: 420px){
    .orderform input[name="billing_phone"] {
      margin-top: 0;
      margin-left: 0;
      height: 35px;
  }
  
  .orderform select[name="mobile_code"] {
      max-width: 17%;
      margin-top: 0;
      margin-left: 0;
      height: 43px;
  }
  .orderform input[name="areacode"] {
      max-width: 15%;
      margin-top: 0;
      margin-left: 0;
      height: 35px;
      text-align: center;
  }
    .pBox span{
      display: block;
      line-height: 1.2;
    }
    .pBox p:nth-child(1){
      left: 5px;
    }
    .pBox{
      height: 66px;
    }
    .pBox p:nth-child(2){
      left: 34px;
    }
  }
  *:focus {
    outline: none !important;
  }