@media (min-width: 480px) {
   span.pr_profile, span.email, .header__block, .pflvhead, .tel1, .tel2, .tel3{
       display: none;
   }
   .hboard-d{
      justify-content: start !important;
   }
   .paymethod-d__details .detail-d_desc, .paymethod-d__details .detail-d_discount {
    font-size: 1.2rem; 
    color: red;
   }

}
@media (min-width: 604px) {

.tel1{
   display: unset;
}
}
@media (min-width: 768px) {

   
}
@media (min-width: 922px) {
   span.email, .header__block, .pflvhead{
       display: unset;
   }
   .hboard-d{
      justify-content: start !important;
   }
   .paymethod-d__details .detail-d_desc, .paymethod-d__details .detail-d_discount {
    font-size: 1.2rem; 
    color: #303030;
   }
}
@media (min-width: 1024px) {
   span.pr_profile{
      display: unset;
   }
   
}
@media (min-width: 1200px) {
.tel2, .tel3{
          display: unset; 
      } 
 
}



@media (max-width: 480px) {
 span.pr_profile, span.email, .header__block, .pflvhead, .tel1, .tel2, .tel3{
       display: none;
   }
   .hboard-d{
      justify-content: start !important;
   }
   .paymethod-d__details .detail-d_desc, .paymethod-d__details .detail-d_discount {
    font-size: 1.2rem; 
    color: red;
   }

}
@media (max-width: 576px) {


}
@media (max-width: 768px) {

    
}
@media (max-width: 922px) {
    
}
@media (max-width: 1024px) {

   
}
@media (max-width: 1200px) {

 
}


