
          .pBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 45px;
  -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: hsl(0deg 63.67% 93.79% / 46%);
  color: #000 !important;
  font-size: 17px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  text-align: center;
  cursor: pointer;
  padding: 0;
}
.pBoxActive {
    background-color: hsl(0deg 72.43% 75.95% / 46%);
    color: #fff;
}
.dnone_price{
  display: none;
}
.box_form{
  display: flex;
  justify-content: space-around;
  align-items: center;
gap: 10px;
}
.clearfix{
  content: '';
  display: block;
  clear: both;
}
.center{
  text-align: center;
}
@media (max-width: 450px){
  .pBox,.box_form{
    font-size: 15px !important;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 420px){
  .pBox span{
    display: block;
  }
}
*:focus {
  outline: none !important;
}
