@charset "UTF-8";

.gBody {
}

.areaProducts {
}

.areaProducts_title {
}

.areaProducts_title > b {
}

.areaProducts_cols {
}

.areaProducts_cols::after {
    content: "";
    display: block;
    clear: both;
}

.areaProducts_col {
}

.areaProducts_col-no1 {
    width: 227px;
    float: left;
}

.sortNav {
}

.sortNav > form {
}

.sortNav_title {
    background: #000;
    line-height: 60px;
    color: #fff;
    padding: 0 25px;
    font-size: 18px;
}

.sortNav_list {
    list-style: none;
}

.sortNav_list::after {
    content: "";
    display: block;
    clear: both;
}

.sortNav_list > li {
    position: relative;
    z-index: 1;
}

.sortNav_list > li[data-ctype="parents"] {
    background-color: #ccc;
}

.sortNav_list > li:first-child {
}

.sortNav_list > li:nth-child(2n+1) {
}

.sortNav_list > li:nth-child(n+3) {
}

.sortNav_list > li > label {
    display: flex;
    line-height: 45px;
    margin: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 19px;
    cursor: pointer;
    height: 45px;
    line-height: 1.2;
}

.sortNav_list > li > label > input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
}

.sortNav_list > li > label > b {
    display: block;
    position: relative;
    z-index: 2;
}

.sortNav_list > li > label > .-wrap > .-mark {
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border: 2px solid #e16a11;
    display: inline-block;
    vertical-align: middle;
    transition-duration: .3s;
    transition-property: background-color, color;
    margin-right: 8px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.sortNav_list > li > label > input:checked + .-wrap > .-mark {
    background: #e16a11;
}

.sortNav_list > li > label > .-wrap > .-bg {
    content: "";
    background: #ccc;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}

.sortNav_list > li > label > input:checked + .-wrap > .-bg {
}

.sortNav_contact {
    background: #e16a11;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    margin: 10px;
    line-height: 1;
}

.sortNav_contact a {
    display: block;
    padding: 15px;
    text-align: left;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.4s;
}

.sortNav_contact a:hover {
    background: #000;
    opacity: 1;
}

.areaProducts_col-no2 {
    float: right;
    width: calc(100% - 227px);
}

.areaProducts_empty {
    padding-left: 1em;
}

.pList {
    list-style: none;
}

.pList::after {
    content: "";
    display: block;
    clear: both;
}

.pList > li {
    width: 20%;
    float: left;
}

.pList > li:first-child {
}

.pList > li:nth-child(2n+1) {
}

.pList > li:nth-child(n+3) {
}

.pList > li > a {
    display: block;
    padding-bottom: 100%;
    background-image: linear-gradient(135deg, #f5f5f5 0%, #dadada 100%);
    position: relative;
    z-index: 1;
}

.pList > li > a::before {
    content: "";
}

.pList > li > a::after {
    content: "";
}

.pList_image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    bottom: 0;
    right: 0;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition-duration: .3s;
    transition-property: transform;
}

.pList_image > img {
}

.sortNav_submitBtn {
    background: #000;
    width: 100%;
    line-height: 60px;
    text-align: left;
    padding: 0 25px;
    transition-duration: .3s;
    transition-property: background-color, color;
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #fff;
}

.sortNav_submitBtn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 15px;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
    transition-duration: .3s;
    transition-property: border-color, color;
}

@media screen and (min-width:1000px) {
    .pList > li > a:hover {
    }

    a:hover .pList_image {
        transform: scale(.9);
    }

    .sortNav_submitBtn:hover::before {
        border-color: #fff;
    }

    .sortNav_submitBtn:hover {
        background: #e26912;
    }

}

@media screen and (max-width:999px) {
    .gBody {
    }

    .areaProducts {
    }

    .areaProducts_title {
    }

    .areaProducts_title > b {
    }

    .areaProducts_cols {
    }

    .areaProducts_cols::after {
    }

    .areaProducts_col {
    }

    .areaProducts_col-no1 {
        width: 180px;
    }

    .sortNav {
    }

    .sortNav > form {
    }

    .sortNav_title {
    }

    .sortNav_list {
    }

    .sortNav_list::after {
    }

    .sortNav_list > li {
    }

    .sortNav_list > li:first-child {
    }

    .sortNav_list > li:nth-child(2n+1) {
    }

    .sortNav_list > li:nth-child(n+3) {
    }

    .sortNav_list > li > label {
        padding: 0 10px;
        font-size: 13px;
        height: 40px;
    }

    .sortNav_list > li > label > input {
    }

    .sortNav_list > li > label > b {
    }

    .sortNav_list > li > label > .-wrap > .-mark {
    }

    .sortNav_list > li > label > input:checked + .-wrap > .-mark {
    }

    .sortNav_list > li > label > .-wrap > .-bg {
    }

    .sortNav_list > li > label > input:checked + .-wrap > .-bg {
    }

    .areaProducts_col-no2 {
        width: calc(100% - 180px);
    }

    .pList {
    }

    .pList::after {
    }

    .pList > li {
        width: 25%;
    }

    .pList > li:first-child {
    }

    .pList > li:nth-child(2n+1) {
    }

    .pList > li:nth-child(n+3) {
    }

    .pList > li > a {
    }

    .pList > li > a::before {
    }

    .pList > li > a::after {
    }

    .pList_image {
    }

    .pList_image > img {
    }

    .sortNav_submitBtn {
        line-height: 50px;
    }

    .sortNav_submitBtn::before {
    }

}

@media screen and (max-width:699px) {
    .gBody {
    }

    .areaProducts {
        margin-bottom: 35px;
    }

    .areaProducts_title {
    }

    .areaProducts_title > b {
    }

    .areaProducts_cols {
        display: flex;
        flex-direction: column;
    }

    .areaProducts_cols::after {
    }

    .areaProducts_col {
        width: auto;
        float: none;
    }

    .areaProducts_col-no1 {
        order: 2;
    }

    .sortNav {
    }

    .sortNav_box {
        display: flex;
        flex-direction: column;
    }

    .sortNav > form {
    }

    .sortNav_title {
    }

    .sortNav_list {
        order: 1;
    }

    .sortNav_list::after {
    }

    .sortNav_list > li {
    }

    .sortNav_list > li:first-child {
    }

    .sortNav_list > li:nth-child(2n+1) {
    }

    .sortNav_list > li:nth-child(n+3) {
    }

    .sortNav_list > li > label {
    }

    .sortNav_list > li > label > input {
    }

    .sortNav_list > li > label > b {
    }

    .sortNav_list > li > label > .-wrap > .-mark {
    }

    .sortNav_list > li > label > input:checked + .-wrap > .-mark {
    }

    .sortNav_list > li > label > .-wrap > .-bg {
    }

    .sortNav_list > li > label > input:checked + .-wrap > .-bg {
    }

    .areaProducts_col-no2 {
    }

    .pList {
        margin-right: -0.1%;
    }

    .pList::after {
    }

    .pList > li {
        width: 33.3%;
    }

    .pList > li:first-child {
    }

    .pList > li:nth-child(2n+1) {
    }

    .pList > li:nth-child(n+3) {
    }

    .pList > li > a {
    }

    .pList > li > a::before {
    }

    .pList > li > a::after {
    }

    .pList_image {
    }

    .pList_image > img {
    }

    .sortNav_submitBtn {
        order: 2;
    }

    .sortNav_submitBtn::before {
    }

}
