.pBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 55px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(73,73,73,.38);
  border-radius: 7px;
  background-color: #dfffee;
  color: #000 !important;
  font-size: 17px !important;
  line-height: 15px !important;
  font-weight: bold !important;
  text-align: center;
  cursor: pointer;
  margin: 0 2px !important;
  padding: 0;
}
.pBoxActive {
    background-color: #1fd976;
    color: #fff;
}
.dnone_price{
  display: none;
}
.box_form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 20px;
}
.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-weight: 700;
	margin: 7px auto;
	font-size: 20px;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 10px 40px;
	cursor:pointer;
	text-transform:uppercase;
	background-color: #0db259;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-width: 210px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	border: none;
	transition-duration: 500ms;
	border: 1px solid #0db259;
	text-align: center;
	display: block;
}
.button:hover , .orderform button:hover {
    box-shadow: none;
    background-color: #1fd976;
    border:1px solid #1fd976;
}
.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;
}
@media (max-width: 1004px){
.pBox{
  height: 75px;
}
}
@media (max-width: 450px){
  .bg_hot{
    font-size: 15px;
  }
  .shipping{
    font-size: 8px;
  }
  .pBox,.box_form{
    margin: 3px 3px !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;
    text-align: center;
    line-height: 1.2;
  }
  .pBox{
    height: 66px;
  }
}
*:focus {
  outline: none !important;
}