/* ---------------------------------------------------------------------------------------------

กก   ITEM LIST

--------------------------------------------------------------------------------------------- */
.sort {
  margin-bottom: 2rem; }
  .sort strong {
    margin-right: .5rem;
    font-weight: normal;
    background: #F5F5F5;
    padding: .2rem; }

.sort,
.pager {
  font-size: 90%;
  text-align: center; }

.product_list_ctr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2%;
  margin-bottom: 2rem; }
  .product_list_ctr .product_list_inner {
    text-align: center;
    width: 23%;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; }
    .product_list_ctr .product_list_inner img {
      width: 100%;
      margin-bottom: 1rem; }

@media only screen and (max-width: 767px) {
  .product_list_ctr {
    gap: 2%;
    margin-bottom: 2rem; }
    .product_list_ctr .product_list_inner {
      text-align: center;
      width: 48%; } }