#contents_wp{
	width: 100%;
}
.slick-slide:not(.slick-center) {
-webkit-filter: opacity(50%);
-moz-filter: opacity(50%);
-o-filter: opacity(50%);
-ms-filter: opacity(50%);
filter: opacity(50%);
transition: 0.2s linear;
}
.slick-prev:before,
.slick-next:before{
    color: #000;
}
.slick-next {
    right:15px;
    z-index:100;
}
.slick-prev {
    left:15px;
    z-index:100;
}
.prev-arrow{
     display: inline;
    top: 50%;
    position: absolute;
    z-index:1;
    left:1%;
  
}
.next-arrow{
    display: inline;
    top: 50%;
    position: absolute;
  right:1%;
  
}

.center-item .slick-dots{
 width: 100px; 
}
#column .slick-dots{
  width:60px;
}

.cat_list .slick-dots li{
	width:100%;

}



.cat_list .multiple-item .prev-arrow{
    top: 30%;
}  
.cat_list .multiple-item .next-arrow{
    top: 30%;
}  
#column{
    display: flex;
    list-style: none;
    flex-wrap: wrap; 
    justify-content: space-between;

  margin:auto;
}

.pc_column{
 width:1200px; 
}

.seller{
	max-width: 1200px;
    margin: auto;
}


.seller_lists{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}

.seller_list{
	padding: 3% 1%;
	width: 14.5%;
	
}
.rank_one{
     font-size: 40px;
  
}
.cat_list .multiple-item li p{
    padding: 5% 0;
  text-align:center;
  
}
.cat_list .multiple-item li p span{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #999;
    background-color: #fcfcfc;
    width: 70%;
    margin: 0 auto 12px;
    padding: 2% 0;
    font-size: 12px;
}




.item_name show{
    padding-top: 15px;
    font-size: 14px;  

}
.item_price{
    font-weight:normal;
    padding-top: 5px;
    letter-spacing: 0.1em; 
    font-size:12px;
  
}

	.item_name p{
    font-size: 11px;
    color: #fff;
    padding: 0.8% 3%;
    margin: 5% 0 0 0;
    display: block;
    width: 35%;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #db5351;


}

.pickup{
  max-width:1200px;
  margin:80px auto;
}


.pickup ul{
     width: 100%;
    margin: 0;
    list-style: none;
    justify-content: space-between;
	display: flex;
}
.pickup ul li{
    padding: 0 0.5%;
}
.pickup ul li:first-child{
    padding-left:0;

}
.pickup ul li:last-child{
    padding-right:0;
}


.sp-catlist_title{
    background-color: #f9f9f9;
    padding: 1% 1%;
    border-bottom: 1px solid #ddd;
   position: relative;
}

.sp-catlist ul{
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	margin:0;
}
.sp-catlist ul li{
    width: 16.66%;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 1% 1%;
    box-sizing: border-box;
      border-right: 1px solid #ddd;
}
.sp-catlist ul a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 0;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.1em solid #999999;
    border-right: 0.1em solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 8%;
}  
 .sp-catlist_title a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 0;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.1em solid #999999;
    border-right: 0.1em solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 4%;
} 
  
  .sp-catlist ul li:nth-of-type(2n+1){
    border-right: 1px solid #ddd;
}

.cat_list ul li{
    text-align:center;
    margin:0 0.1%;
    width:20%;
  
}
.cat_list ul .presentation{
  width:100%;
  
}

.ranking_wp{
    max-width: 1200px;
    margin: auto; 
}




.item_name{
    padding-top: 15px;
    font-size: 14px;

}

.seller_heading{
    text-align: center;
    font-size: 28px; 
    font-weight: 300;
  font-family:Abel;
  color:#2b2d2b;
  
}
.heading{
  border: none;
	margin: 5% auto 1%; 
}
.newin{
    max-width: 1200px;
    margin: 100px auto;
}

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

}

.newin_lists li{
    width:14.5%;

}
.popular_cat{
  list-style: none; 
  margin:4% auto;
  display:flex;
  justify-content: space-between;
  max-width:1200px;
  
}
.popular_cat li{
  width: 16%;
  text-align: center;
}
.popular{
 margin:80px auto 0; 
 overflow: hidden;
}

.popular_cat li:first-child{
     padding: 0 0.5% 0 0; 
}


.special{
   margin: 6% auto 0;
   overflow: hidden;
  background-color: #f9f9f9;
}
.special p{
 margin: auto;
    text-align: center; 
}
.special ul li a:hover{
    opacity: 0.5;
    color: #999;
    transition: 0.5s;
    
}
.column-wp p{
   margin: auto;

}

.special ul{
	list-style: none;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
  flex-wrap: wrap;
}


.special ul li{
    margin: 2% 0.5%;
    width: 48%;
    display: block;
}
.special ul li:first-child{
  margin-left:0;
  
}
.special ul li:last-child{
  margin-right:0;
}
.top-about-text{
     margin: 4% auto 0;
    overflow: hidden;
    background-color: #f9f9f9; 
}
.top-about-text div{
     max-width: 1200px;
    margin: 4% auto; 
      text-align: center;
    line-height: 2em;
}
.im-news{
     text-align: center;
    text-decoration: underline;
    background-color: #f2f2f2;
    padding: 1%; 
}

.news{
   margin: 80px auto 0;
   overflow: hidden;
}
.info_detail_lists{
    margin: auto;
    max-width:1200px;
}

.info_detail dl{
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    line-height: 2em;
  padding-left:1%;
}

.info_detail dt{
    font-weight: 400;
    float: left;
    clear: both;
    padding: 10px 0 0 0;
    width: 60px;
}



.info_detail dd{
    padding: 10px 0 10px 90px;
    border-bottom: 1px dotted #eee;
    margin-left: 0px;
}

.product__fav-item{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 32px;
    right: 10%;
  
}


.product__fav-item button{

    padding: 0;
    cursor: pointer;
    transition: .2s;
    color: #999;
    border: 0;
    outline: none;
    background: transparent;

}

.product__fav-item .fav-items{
color: #ff7373;
}

.product__fav-item svg{
    width: 20px;
    height: 20px;
    vertical-align: -.35em;
    fill: currentColor;

}

.col-lg-4{
     width: 25%; 
}

.recommend_heading{
   clear:both;
    text-align: center;
    font-size: 36px;
    font-weight: 300;

}
.season_wp{
 margin-bottom:5px;
}
.top-styling-wp{
 width:200px;
      margin: 0 auto 50px;
}

#season p{
   text-align:center;
  line-height:1.8em;
  margin-bottom:20px;
}
#season .season_lists{
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: space-between;
  max-width:1400px;
  margin:auto;   
}
#season .season_lists li{
 margin: 0 0.5%;
  width:24.5%;
}
#season .season_lists li:first-child{
 margin-left: 0; 
}

#season .season_lists li:last-child{
 margin-right: 0; 
}
	  #insta {
    display: flex;
    flex-wrap: wrap;
		max-width: 1200px;
    margin: auto;
		justify-content:space-between;
  }

  #insta .card {
		width: 15%;
    padding: 0;
  }
.category ul{
 display:flex;
 list-style:none;
  margin:0;
  
}
.category ul li{
 padding:0 0.5%;  
}
.category ul li:first-child{
 padding-left:0; 
}
.category ul li:last-child{
 padding-right:0; 
}
.yotpo-display-wrapper{
 width: 90%;
    margin: 20px auto; 
}
.yotpo-pictures-gallery .yotpo-pictures-gallery-title-wrapper, .yotpo-pictures-widget .yotpo-pictures-gallery-title-wrapper{
     margin: 30px auto !important; 
}
.yotpo .text-m{
 padding-top:5px; 
}
.seller .yotpo-display-wrapper{
width:100%;
}
.seller .yotpo-reviews-carousel .carousel-display-wrapper{
  padding: 0;
}
.seller .yotpo-reviews-carousel .carousel-display-wrapper{
  width:100%;
}
.mask .item_name{
	color: #fff;
    font-weight: bold;
    width: 80%;
    margin: auto; 
}
.yotpo-reviews-carousel .carousel-display-wrapper{
 width: 90%;
    margin: 20px auto 20px; 
}
.seller .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel{
 padding-left: 5px; 
}
.seller .yotpo-pictures-gallery-header-wrapper .yotpo-pictures-gallery-upload-button-wrapper{
     text-align: center !important;
    margin-bottom: 20px; 
}
.seller .yotpo-slider .yotpo-slider-wrapper, .yotpo-visual-carousel .yotpo-slider-wrapper, .yotpo-pictures-widget .yotpo-slider-wrapper{
  margin:20px auto !important;
}
.seller .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline{
 display: none;    
}
.seller .yotpo-reviews-carousel .carousel-display-wrapper .carousel-reviews-bottom-line{
 display: none; 
}
.seller .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel{
  border:none;
}
.seller .yotpo-slider .yotpo-slider-title-wrapper, .yotpo-visual-carousel .yotpo-slider-title-wrapper, .yotpo-pictures-widget .yotpo-slider-title-wrapper{
     float: none !important;
    margin: 0!important; 
}
.seller .yotpo-slider-wrapper .yotpo-pictures-gallery-upload-button-wrapper .yotpo-pictures-gallery-upload-button{
  background-color: #3051a1 !important;
}
.yotpo-slider .yotpo-slider-title-wrapper .yotpo-slider-title, .yotpo-visual-carousel .yotpo-slider-title-wrapper .yotpo-slider-title, .yotpo-pictures-widget .yotpo-slider-title-wrapper .yotpo-slider-title{
 display:none; 
}

.choose{
}
.choose{
    position:relative;
}
 
.choose a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}


.choose p{
  padding: 10px 0 10px;  
  line-height:1.8emem;
}
.choose p span{
  display: block;
    font-size: 13px;
      font-weight: 300;
    font-family: Abel;
}
.choose div{

}
.top_info_wp{
    display: flex;
    max-width: 1200px;
    margin: 8% auto 4%;
}
.top_info_wp .left-box{
 flex: 1; 
}
.top_info_wp .right-box{
 flex: 1.5; 
}

.top_info{


}



.top_info div{
    text-align: center;
    width: 94%;
    margin:0 auto;
    line-height: 1.8em; 
  
  
}

.top_info div h3{
    text-align: left; 
    font-size: 14px;
    font-weight: 500;
  margin:0;
}
.top_info ul{
	display: flex;
	list-style: none;
	margin: auto;
	justify-content: space-between;
}

.top_info ul li{
	width: 31%;
	padding: 1%;
}

.column-wp .pickup-wrapper{
  text-align:left;
}
.column-wp h5{
font-weight: 500;
    font-size: 15px;
    margin: 1% 0 10px;
text-align:center;
}
.column-wp .item-cat-name span{
position: absolute;
    top: 0;
    left: 0;
    padding: 0px 8px;
    font-size: 65%;
    max-height: 25px;
    background: #eee;
    overflow: hidden;
}
.column-wp .pickup-inner{
 position: relative; 
  padding:0 !important;
}
.carousel-review-body{
 font-style: normal !important; 
}

@media (max-width: 980px) {
	.popular_cat{
		flex-wrap:wrap;
		width: 94%;
	}	
	
	.popular_cat li{
	 width: 49%;
    margin: 1% 0;
     font-size: 12px;
	}
	.popular_cat li a{
	 letter-spacing: -0.15em;
	}

  .top-about-text div{
   width:96%;
        margin: 50px auto;
  }
  .top-about-text{
   margin: 50px auto 50px; 
  }
  .top-about-text .top-styling-wp{
   width:200px; 
  }
  .top-yotpo-wrapper{
   background: none;
    margin-bottom: 60px; 
  }
  .top-yotpo-review .top-styling-wp{
       padding-bottom: 30px; 
  }
}



@media (max-width: 768px) {
  .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(100%);
-moz-filter: opacity(100%);
-o-filter: opacity(100%);
-ms-filter: opacity(100%);
filter: opacity(100%);
  
  }	
  .info_detail dl{
   font-size:12px; 
  }
  .slide-arrow{
		width: 5%;
	}
	
.info_detail{
		padding: 0 ;
	}
.info_detail_lists{
	 width: 90%;
	}
	
	.info_detail dd{
	padding: 10px 0 10px 78px;
	margin-left: 0px;
	}
	.im-news{
   font-size:12px;   
  }
	.info_detail dt{
	border: none;
	padding:10px 0;
      font-size:10px;
	}
	
	.pickup{
		margin: 0;	
	}
.yotpo .standalone-bottomline.star-clickable, .yotpo .standalone-bottomline .star-clickable{
  display: block !important;
  }
  .yotpo-slider.yotpo-size-2 .yotpo-slider-title-wrapper, .yotpo-slider.yotpo-size-1 .yotpo-slider-title-wrapper, .yotpo-visual-carousel.yotpo-size-2 .yotpo-slider-title-wrapper, .yotpo-visual-carousel.yotpo-size-1 .yotpo-slider-title-wrapper, .yotpo-pictures-widget.yotpo-size-2 .yotpo-slider-title-wrapper, .yotpo-pictures-widget.yotpo-size-1 .yotpo-slider-title-wrapper{
       margin-bottom: 15px; 
  }
  .yotpo-pictures-gallery-header-wrapper .yotpo-pictures-gallery-upload-button-wrapper{
       margin: 0; 
  }
  .yotpo-reviews-carousel.yotpo-size-2 .carousel-display-wrapper.has-testimonials-link .all-reviews, .yotpo-reviews-carousel.yotpo-size-1 .carousel-display-wrapper.has-testimonials-link .all-reviews{
   bottom: 30px; 
  }
  .yotpo-reviews-carousel .carousel-display-wrapper{
       overflow-x: hidden; 
  }
  .yotpo-reviews-carousel .carousel-display-wrapper{
   width: 100%; 
  }
  .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-num-of-reviews{
   line-height:2em; 
  }
  .yotpo-reviews-carousel.yotpo-size-2 .carousel-display-wrapper.has-testimonials-link .all-reviews, .yotpo-reviews-carousel.yotpo-size-1 .carousel-display-wrapper.has-testimonials-link .all-reviews{
       bottom: 30px !important; 
  }
	.pickup ul{
	display: block;
	text-align: center;
		
	}
		.pickup ul li{
    margin: 4% 0;
		
	}
	.seller{
		background-color: #f9f9f9;
		padding: 2% 0 0;
	}
  .top-yotpo-wrapper {
    background: none;
    margin-bottom: 60px;
}
	.seller_list{
		width: 45%;
		padding: 0 2.5%;
		margin:3% 0;
		
	}

		.seller_lists{
		padding-bottom: 0;
	}
  .pickup-wrapper{
   width: 96%;
  }

	.pickup .pickup-inner{
				width: 48.5%;
				padding: 2% 0.5%;
			}	
  .pickup-inner p{
   font-size:12px; 
  }
   .pickup .pickup-wrapper .pickup-inner-first{
       width: 100%; 
  }
  
	.item_name{
		font-size: 12px;
      margin:0;
	}
.newin_lists{
  	display: flex;
	flex-wrap:nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	padding:0 0 1em;
	scroll-behavior: smooth;
  }
	.newin_lists li{
    width: 27%;
    padding: 0 2.5%;
    margin: 3% 0;
      	height:100%;
	flex: 0 0 33%;
	margin: 20px 5px;
	scroll-snap-align:center;
  }
	.item_desc{
		width: 90%;
		margin:auto;
	}
	
  .sp-catlist{
	display:block;
    font-size:12px;
    margin-bottom: 7%;
}
.sp-catlist ul{
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	margin:0;
}
.catlist-wp{
  margin-bottom:15px;
  }
.sp-catlist_title{
    background-color: #f9f9f9;
    padding: 3% 5%;
    border-bottom: 1px solid #ddd;
   position: relative;
}
.sp-catlist ul li{
    width: 50% !important;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 3% 3%;
    box-sizing: border-box;
  border-right:none;
}
.sp-catlist ul a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 0;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.1em solid #999999;
    border-right: 0.1em solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 8%;
}  
 .sp-catlist_title a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 0;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.1em solid #999999;
    border-right: 0.1em solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 4%;
} 
  
  .sp-catlist ul li:nth-of-type(2n+1){
    border-right: 1px solid #ddd;
}
	#season .season_lists{
		flex-wrap: wrap;
         width: 96%;
	}
#season .season_lists li{
	margin: 1% 0;
    width: 49%;
	}
	
	.special{
		padding: 2% 0 0;
	}
	
	
	.special ul{
	display: table;
		padding: 0;
		
	}
	
	.special ul li{
	margin: 3% 3%;
    width: auto;
	}
	
	.special ul li:first-child{
		margin-left: 3%;
	}
	
	.special ul li:last-child{
		margin-right: 3%;
	}
	
	.choose{
		display: table;
		padding: 3%;
		
	}
	.choose div{
		padding: 0;
		display: table-cell;
		width: 40%;
		
		
	}
	.choose p{
	display: table-cell;
    vertical-align: middle;
		width: 500px;
		text-align: left;
		margin: auto;
		font-weight:normal;
		padding-left: 10px;
	}
	.choose p span{
		font-weight: normal;
		font-size: 10px;
	}

	.top_info_wp{
		display: block;
      width: 96%;
	}
	.top_info div h3{
		font-size: 14px;
          margin: 6% auto;
	}
	.top_info ul{
		
	}

	.ranking_wp{
	padding: 30px;	

	}
	.heading{
	font-size:24px;
    padding: 0;
		line-height: 1em;
		    margin: 50px auto 3%;
	}
.item_name p{
  width:100%;
  padding: 0.8% 0;
  }
  #insta {
   justify-content: center; 
  }
	#insta .card{
				width: 22%;
      padding:0.5%;
			}
  .column-wp .pickup-wrapper{
    display: flex;
	flex-wrap:nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	padding:0 0 1em;
	scroll-behavior: smooth;
  }
  .column-wp .pickup-inner{
    	height:100%;
	flex: 0 0 65%;
	margin: 0px 5px;
	scroll-snap-align:center;
  }
  .column-wp h5{
   font-size:14px; 
  }
}



