  .footer .p-8 .order-first form .flex {
      display: flex;
      flex-wrap: nowrap;
  }
@media screen and (max-width:1023px) { /* 800 px */

  form.product-item .product-info>div a.btn-orange span {
    display: inline-block;
  }
	
  .footer .p-8 .order-first .md\:w-1\/3 {
      width: 50%;
  }

  .footer .p-8 .order-first .md\:w-1\/3 .text-center {
      text-align: left;
  }

  .footer .p-8 .order-first .md\:w-1\/2 {
      padding: 0;
  }



}/* 800 px */

@media screen and (max-width:767px) { /* 640 px */
  .footer .p-8 .order-first .md\:w-1\/3 {
    width: 100%;
    padding: 0;
  }
  .footer .p-8 .order-first .md\:w-1\/2 {
    text-align: center;
  }

}/* 640 px */
@media screen and (max-width:639px) { /* 480 px */


	
}/* 480 px */
@media screen and (max-width:479px) { /* 360 px */
  .footer .p-8 .order-first form .flex {
      flex-wrap: wrap;
      justify-content: center;
  }
  .footer .p-8 .order-first form .flex button {
      border-radius: 5px;
      margin: 10px 0 0 0;
      width: 100%;
      justify-content: center;
  }
  .footer .p-8 {
    padding: 20px 15px;
  }
  .footer .p-8 .order-first form .flex input {border-radius: 5px; width: 100%;}

}/* 360 px */
@media screen and (max-width:359px) { /* 320 px */

  .footer .p-8 .order-first form .flex input .w-64 {
      width: auto;
  }
  

}/* 320 px */