.productlist_area {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.productlist_area::after{
  display:block;
  content:"";
  width: 25%;
}
.productlist_area::before{
  display:block;
  content:"";
  width: 25%;
  order: 1;
}

.productlist-unit{
  width: 25%;
  box-sizing: border-box;
}

.category-list {
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.category-list li{
    position: relative;
}

.category-list li a {
    background: #eee;
    padding: 12px 24px;
    display: block;
}

.category-list li a:hover {
    background: #f3f3f3;
  text-decoration: none;
}

@media (max-width: 980px) {
  /* ~980px */
  
}
@media (max-width: 980px) {
  /* ~980px */
  .productlist-unit {
    width: 48%;
    height: auto !important;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 40px;
}
  
  .list_head{
    font-size: 24px;
    font-weight: bold;
  }
  
}
@media (max-width: 480px) {
  /* ~480px */
}



