// move sidbar to the left
// .post-type-archive-product {
//     .site-content .content-area{
//         @media screen and (min-width: 768px) {
//             display: flex;
//             flex-wrap: wrap;
//             justify-content: space-between;

//             .woocommerce-products-header {
//                 width: 100%;
//                 flex-shrink: 0;
//                 order: 1;
//             }

//             > ul.products {
//                 float: none;
//                 order: 3;
//                 padding-right: 0;
//                 padding-left: 4.5em;
//             }

//             > #shop-sidebar {
//                 float: none;
//                 order: 2;
//             }
//         }
//     }
// }
@media (max-width: 768px) {
  .woocommerce .quantity .qty {
      max-width: 65px;
  }
}