.morebutton {
  padding: 0.5em 1em;
  margin: 1em auto 2em;
  border-radius: 12px;
}
.bannerlarge {
  margin-bottom: 3em;
}
p.item_description {
  color: green;
}
.newItems ul, #camp00 ul {
  display: flex;
  flex-wrap: wrap;
}
.newItems li, #camp00 li {
  list-style: none outside;
  width: 23%;
  float: left;
  margin-right: 2%;
}
.newItems li img {
  margin-bottom: 0.5em;
}
.newItems li p.itemname {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newItems li p.shopsname {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1em;
}

.bx-wrapper .bx-viewport {
  border: none!important;
}
#box_free.box h3 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
#box_sellers ul, #camp00 ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
#box_sellers li {
  width: 24%;
  margin-right: 1%;
  float: left;
  list-style: none outside;
}
#box_sellers .seller_box, #camp00 .seller_box {
  padding: 0 0 1.6em;
}
#box_sellers .seller_image, #camp00 .seller_image {
  float:none;
  width: 98%;
  margin-left: 1%;
}
#box_sellers .seller_detail, #camp00 .seller_detail {
  float: none;
  width: 96%;
  margin-left: 2%;
}
.slick-slide {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: scale( .75 );
  opacity: 0.5;
}
.is--active {
  transform: scale( 1 );
  opacity: 1;
}