.product-cat-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px 40px;
}
.product-cat-list li{
    display: -webkit-flex;
    display: flex;
    width: calc(100% / 2);
    padding:0 7px 13px;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    justify-content: center;
    align-items: flex-start;
}
.product-cat-list .box{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border: 2px solid #d8d8d8;
    background: #747474;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 5px;
    text-decoration: none;
}
.product-cat-list .box:hover{
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.product-cat-list h3,
.product-cat-list h4{
    position: relative;
    margin: 0 -11px;
    background: #ff6813;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    /*height: 22px;*/
    /*max-height: 22px;*/
    /*min-height: 22px;*/
    padding: 8px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.product-cat-list h3:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid #b67919;
    border-left: 4px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.product-cat-list h3:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid #b67919;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
    right: 0;
}
.product-cat-list .image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    align-content: center;
    margin: 5px 0;
}

.product-cat-list-t .image {
    height: auto;
    min-height: auto;
    max-height: unset;
}
.product-cat-list .image img{
    display: block;
    margin: 0 auto;
    max-height: 100px;
}

.product-cat-list-t .image img  {
    height: unset;
}
.product-cat-list .two-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
}
.product-cat-list .two-items > span{
    width: 48.5%;
    border: 1px solid #000;
    position: relative;
    background: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-size: 11px;
    line-height: 12px;
    /*padding: 5px 2px;*!*/
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-cat-list .two-items > span:first-child{background: #007b80;}
.product-cat-list .two-items > span:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
}
.product-cat-list .two-items > span i{
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
.product-cat-list .two-items > span em{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-style: normal;
}
.product-cat-list .items{
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3px;
    text-align: center;
}
.product-cat-list .items:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.product-cat-list .top-logo {
    padding-bottom: 10px;
}
.product-cat-list .price{
    display: block;
    height: 51px;
    min-height: 51px;
    max-height: 51px;
    padding: 1px;
    border: 1px solid #000;
    background: #fff;
}
@media only screen
and (min-device-width: 320px) and (max-device-width: 812px) {
    .product-cat-list .price{
        min-height: none;
        max-height: none;
        height: auto;
    }
}
.product-cat-list .price .t{
    display: block;
    background: #c00020;
    text-align: center;
    font-size: 9px;
    line-height: 13px;
    font-weight: bold;
    color: #fff;
}
.product-cat-list .price .info-p{
    display: block;
    padding: 4px 2px;
    line-height: 13px;
    font-size: 9px;
    color: #db0000;
    font-weight: bold;
}
.product-cat-list.type2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px 40px;
}
.product-cat-list.type2 li{
    width: calc(100% / 2);
    padding:0 7px 13px;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.product-cat-list.type2 .box{
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border: 2px solid #d8d8d8;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 5px;
    text-decoration: none;
}
.product-cat-list.type2 .box:hover{
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.product-cat-list.type2 h3{
    position: relative;
    margin: 0 -11px;
    background: #ff6813;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    min-height: 40px;
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.product-cat-list.type2 h3:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid #b67919;
    border-left: 4px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.product-cat-list.type2 h3:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid #b67919;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
    right: 0;
}
.product-cat-list.type2 .image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    height: 80px;
    align-content: center;
    margin: 10px 0;
}
.product-cat-list.type2 .image img{
    display: block;
    margin: 0 auto;
    height: 100%;
}
.product-cat-list.type2 .two-items{
    min-height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px;
}
.product-cat-list.type2 .two-items > span{
    width: 48.5%;
    border: 1px solid #000;
    position: relative;
    background: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    /*font-size: 10px;
    line-height: 12px;
    padding: 5px 2px;*/
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 11px;
}
.product-cat-list.type2 .two-items > span:first-child{background: #007b80; /*padding: 0 20px;*//* font-size: 10px; line-height: 20px*/;}
.product-cat-list.type2 .two-items > span:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
}
.product-cat-list.type2 .two-items > span i{
    font-size: 13px;
    /*line-height: 18px;*/
    font-style: normal;
    display: inline-block;
    vertical-align: top;
}
.product-cat-list.type2 .two-items > span b{
    font-size: 10px;
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.product-cat-list.type2 .two-items > span em{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-style: normal;
}
.product-cat-list.type2 .two-items > span span{
    font-size: 10px;
    /*line-height: 18px;*/
    display: block;
    width: 100%;
    text-align: center;
}
.product-cat-list.type2 .items{
    width: 100%;
    height: 45px;
    border: 1px solid #000;
    position: relative;
    background: #747474;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-size: 9px;
    line-height: 16px;
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3px;
    text-align: center;
}
.product-cat-list.type2 .items:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
}
.product-cat-list.type2 .price{
    display: block;
    padding: 1px;
    border: 1px solid #000;
    background: #fff;
    margin: 0;
}
.product-cat-list.type2 .price .t{
    display: block;
    background: #c00020;
    text-align: center;
    font-size: 9px;
    line-height: 13px;
    font-weight: bold;
    color: #fff;
}
.product-cat-list.type2 .price .info-p{
    display: block;
    padding: 4px 2px;
    line-height: 13px;
    font-size: 9px;
    color: #db0000;
    font-weight: bold;
}
.product-cat-list .box .fixed-height {
    height: 100%;
}
.anketa-page .product-cat-list li{
    width: calc(100% / 2);
}
.product-cat-list .box{
    height: auto;
    width: 100%;
}
.flow_to_order_s1 .product-cat-list li{
    width: 48%;
}
@media screen and (orientation: landscape) {
    .product-cat-list li{
        width: calc(100% / 3);
    }
}
.product-cat-list .price .c{
    margin-top: 15px;
    display: block;
    text-align: center;
    font-size: 9px;
    line-height: 13px;
    font-weight: bold;
    color: #000;
}
@media screen and (max-width: 280px) {
    #wrapper #contents #main > div > div > div.box-item > ul.product-cat-list.type2 > li > a > span.image {
        min-height: 100px;
    }
}

@media screen and (min-width: 320px) {
    .portrait.android #wrapper #contents .item_list_box > ul.product-cat-list > li > a > span.image > img,
    .portrait.android #wrapper #contents #main .item_detail #sub_category_1.item_list_box .product-cat-list .box .image img {
        min-height: 100px;
    }
    #wrapper #contents #main > div > div > div.box-item > ul.product-cat-list.type2 > li > a > span.image {
        min-height: 100px;
    }
}