﻿body{background:#f3f3f3}
.img-fill{width:100%}
.banner{margin-top:5.3rem}
.product-type {
    display: flex;
    justify-content: center;
    line-height: 5rem;
    font-size: 1.25rem;
    border-bottom: 1px solid #d7d4d4;
}
.product-type .type{margin:0 1.5rem;color:#898989}
.product-type .type.active{color:#000;border-bottom:3px solid #6e8d4a;font-size:1.35rem}

.product_show{display:flex;flex-wrap:wrap;padding:7rem 13%;}
.product_title {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.product_title h3{font-size:1.75rem}
.product_item{width:calc(100% / 3);text-align:left;padding:1.5rem}
.product_item:hover{
    background: #fff;
    box-shadow: 8px 10px 10px -5px #666;
}
.product_name {
    font-weight: bold;
    line-height: 1;
    font-size: 1.5rem;
    margin: 1rem 0 0.5rem;
}
.product_price{color:#6e8d4a}
@media screen and (max-width:700px) {
    .product_show{padding:5rem 8%;justify-content:space-between}
    .product_item{width:calc((100% - 2rem)/2);padding:0;margin-bottom:2rem}

}