
#product-list .product-list__linkt img{
	width:100%;
	height:195px;
	object-fit: cover;
}
#product-list .sort_productlist .product-list__price{
	color: #B12704;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
#product-list .product-list__link img{
	height:150px;
}
}
@media screen and (max-width: 980px) {

#product-list .product-list__link img{
	height:200px;
}
#main .more__btn{
    color: #4D646F;
    border: 0px solid #000;
    border-radius: 5px;
    background-color: #EFF2F3;
	border-bottom: solid 2px #DFE5E8;

}
#main .more__btn:active{
    color: #4D646F;
    border: 0px solid #000;
    border-radius: 5px;
    background-color: #CFD8DC;
	border-bottom: solid 0px #DFE5E8;
	border-top: solid 1px #DFE5E8;

}
}
@media screen and (max-width: 760px) {
#product-list .sort_productlist .contents__title-h2 {
    font-size: 18px;
	text-align:left;
}
#product-list .product-list__link img{
	height:105px;
}
}



