.wid-20{
  width:20%;}


h2.new_arrival{
	display:flex;
}

h2.new_arrival span {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.2em;
  padding-left:0.5em
}

.arrival__link div{
  margin-left: 0.5em;
}

a.arrival__link{
 float: right;
  font-size: 12px;
  font-weight:200;
  padding-right:0.5em;
}

a.seemore{
 display:flex;
 margin-right: 0;
 margin-left: auto;
 font-size:14px;
 padding-top: 0.45em;
}

a.seemore p {
    font-size: 12px;
    font-weight: 200;
  color: #64738e;
}

.box__popularity {
  display: flex;
 justify-content:space-between;
	flex-wrap: wrap;
  width:100%
   
}

.box__popularity img{
  width:100%;
}

.box__item {
 margin-bottom:10px;
   list-style:none;
     max-width: 49%;
  
}
 
.box__postage img {
 width:330px;
}

.box__postage {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mark-new_item img{
position:absolute;
   width: 50px;
   top:0;
  left:0;
}

  @media screen and (max-width: 980px){
    
        .wid-20{
    width:33%;
    }
       
   a.seemore {
    display: none;
}
   
    .arrival-list__unit, .seller-list__unit{
    width: 33%;
    }
    
      .box__item {
      max-width:100%;
    }
}