#page-wrapper{
  clear:both;
}
.pager {
  position: initial !important;
  width: auto !important;
  line-height: initial !important;
}
.itemlist_wrapper{
  width:100%;
  max-width:1000px;
  margin:0 auto;
}

.product{
  text-align:center;
  float:left;
  width:25%;
  /*height:420px;*/
  margin-bottom: 20px;
  padding: 5px;
}

.product_wrapper{
  display:inline-block;
  width: 100%;
}
.productimage{
  padding-top:20px;
  border-top:1px solid #666;
}

.product .price-date {
  max-width: 290px;
  margin: 0 auto;
}
.product .text {
  display: inline-block;
  max-width: 290px;
  padding-top: 5px;
  text-align: left;
  font-size: 14px;
  color: #444;
}
.product .price {
  max-width: 300px;
  padding-top: 5px;
  text-align: right;
  font-weight: bold;
  color: #c00000;
}
.product .sold_out {
  max-width: 290px;
  padding-top: 5px;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  color: #444;
}
.sort {
  margin-top: 10px;
  font-size: 14px;
}
.price span {
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
.text-wrap {
  padding: 5px;
  border: 1px solid #da0016;
}
.text-wrap h2 {
  text-align: center;
  color: #da0016;
  font-size: 1.2rem;
  font-weight: bold;
}
.text-wrap p {
  margin: 0 10px;
}
@media screen and (max-width:560px) {
  .itemlist_wrapper{
    padding:0 5px;
  }
  .product{
    text-align:center;
    float:left;
    width:50%;
    height:280px;  
    margin-bottom:20px;
    padding:0 5px;
  }
  .pager{
    position: initial !important;
    width: auto !important;
    z-index: 10;
  }
  .text-wrap h2 {
    text-align: center;
  }
  .text-wrap p {
    margin: 0;
  }
}