/* list_product */
.list_product ul {
    font-size: 0;
}

.list_product ul li a.pbt {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 3;
}

.list_product ul {
    display: flex;
    flex-wrap: wrap
}

.list_product ul li {
    position: relative;
}

.list_product ul li .img {
    position: relative;
    overflow: visible;
    transition: all linear .8s;
}

.list_product ul li .img a.photo {
    -webkit-mask: url(/images/37/pd-bg.png) no-repeat 50% / cover;
    mask: url(/images/37/pd-bg.png) no-repeat 50% / cover;
    -webkit-transform: scale(.8);
    transform: scale(0.8);
}

.list_product ul li:hover .img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.list_product ul li:hover .img .item_hover {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity 0s linear,z-index 0s step-start,visibility 0s step-start;
    transition: opacity 0s linear,z-index 0s step-start,visibility 0s step-start
}

.list_product ul li:hover .img .item_hover:before {
    -webkit-transform: translate3d(100%,0,1px);
    transform: translate3d(100%,0,1px);
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease,-webkit-transform 0.1s ease;
}

.list_product ul li:hover .img .item_word span {
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(0.001deg);
    -webkit-transition: -webkit-transform 0.5s ease .2s;
    transition: -webkit-transform 1s ease .3s;
    transition: transform 1s ease .3s;
    transition: transform 0.5s ease .2s,-webkit-transform 0.5s ease .2s;
}

.item_hover {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity .1s ease,z-index .1s step-end,visibility .1s step-end;
    transition: opacity .1s ease,z-index .1s step-end,visibility .1s step-end;
    opacity: 0;
}

.list_product ul li div.img .item_hover:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: hsla(0,0%,100%,.3);
    margin-left: -100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0s linear .1s;
    transition: -webkit-transform 0s linear .1s;
    transition: transform 0s linear .1s;
    transition: transform 0s linear .1s,-webkit-transform 0s linear .1s;
}

.item_inner {
    display: inline-block;
    width: 83px;
    margin-top: -34px;
}

.item_word {
    overflow: hidden;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.item_word span {
    display: block;
    -webkit-transform: translate3d(0,15px,1px) rotate(6deg);
    transform: translate3d(0,20px,1px) rotate(6deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 2 0;
    -webkit-transition: -webkit-transform 0s linear .3s;
    transition: -webkit-transform 0s linear .3s;
    transition: transform 0s linear .3s;
    transition: transform 0s linear .3s,-webkit-transform 0s linear .3s;
    text-align: center;
}

.item_line {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 3px 0 6px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0 linear .5s;
    transition: -webkit-transform 0 linear .5s;
    transition: transform 0 linear .5s;
    transition: transform 0 linear .5s,-webkit-transform 0 linear .5s
}

.list_product ul li .info {
    color: #fff;
    display: flex;
    -webkit-box-pack: center;
    width: 80%;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    margin: -40px 0px 0px 0px;
    padding: 20px 20px 20px;
    z-index: 5;
}

.list_product ul li .item {
    border-left: 1px solid rgb(255 255 255 / 19%);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    width: 100%;
    display: flex;
    padding: 0px 0 30px 0;
    flex-direction: column;
}

.list_product ul li {
    margin: 0 10px 0px;
    width: calc((100% / 4) - 20px);
}

.list_product ul li .info .text-clamp {
    font-size: 15px;
    color: #737171;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0px;
    width: 100%;
    margin-top: 0px;
}

.list_product ul li .info article {
    padding-top: 10px;
    -webkit-line-clamp: 2;
}

.list_product ul li img {
    width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: 50% 50%;
    height: 330px;
}

.list_product ul li .info .more {
    margin-top: 0px;
    margin: 10px 0px 10px;
    text-align: left;
    padding-bottom: 0px;
    width: 100%;
    margin-top: 10px;
}

.list_product ul li .info .more a {
    position: relative;
    padding: 0;
    display: inline-block;
}

.list_product ul li .info .more font {
    text-align: center;
    font-size: 75px;
    font-weight: 200;
}

.list_product ul li .info .more a svg.arrow {
    position: absolute;
    width: 20px;
    right: 7px;
    top: calc((100% - 11.41px) / 2);
}

.list_product ul li .info .more.white a font {
    padding: 18px 70px 18px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    color: #ffffff;
    /* background: #35393a; */
}

.list_product ul li .info .more.white a.more2line font {
    border: 1px solid #35393a;
    margin-left: 20px;
    background: #ffffff;
    color: #35393a;
}

.list_product ul li .info .more.white:after {
    width: 252px;
}

.list_product ul li .info .more.white span {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #ccc;
    display: block;
    right: 0px;
    top: calc((100% - 1px) / 2);
    z-index: 3;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

/* productdetail */
#productdetail {
    font-size: 0;
    display: flex;
}

#productdetail .row {
    width: 40%;
    display: inline-block;
}

#productdetail #imglist {
    margin-right: 6%;
    width: 50%;
}

#productdetail #imglist img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#productdetail #imglist .slider-nav {
    margin-top: 40px;
}

#productdetail #imglist .slider-nav img {
    margin: 0 10px 0 0;
    width: 100px;
    height: 100px;
    border: 1px #ddd solid;
}

#productdetail #productinfo {
    margin-top: 60px;
}

#productdetail #productinfo .cat a {
    font-size: 18px;
    color: #696969;
    font-weight: 600;
}

#productdetail #productinfo h2 {
    margin: 5px 0 15px;
    font-size: 26px;
    color: #252525;
    font-weight: 600;
    text-align: initial;
    padding: 0px 0px;
}

#productdetail #productinfo article {
    font-size: 16px;
    color: #696969;
    line-height: 200%;
    text-align: justify;
    margin-bottom: 60px;
}

#productdetail #productinfo #community {
    margin-bottom: 15px;
    border-bottom: 1.5px #ccc dashed;
}

#productdetail #productinfo #community ul {
    margin: 35px 0 10px;
}

#productdetail .shopbox p {
    margin: 20px 0;
    font-size: 0;
}

#productdetail .shopbox p label {
    margin-right: 15px;
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    color: #5d5d5d;
}

#productdetail .shopbox p select {
    padding: 5px;
    border: 1px #e5e5e5 solid;
    display: inline-block;
}

#productdetail #orderfunction a , #productdetail #orderfunction input {
    padding: 2px 13px;
    border: 1px #e5e5e5 solid;
    display: inline-block;
    color: #000;
    vertical-align: middle;
}

#productdetail #orderfunction input {
    width: 30px;
    border-width: 1px 0;
    text-align: center;
}

#productdetail .price font {
    margin-right: 10px;
    display: inline-block;
    line-height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    color: #565656;
    vertical-align: text-bottom;
}

#productdetail .price font.offer {
    font-size: 18px;
    color: #262626;
}

#productdetail .price font.old {
    text-decoration: line-through;
}

#productdetail #productinfo .buyBtns {
    text-align: inherit;
    font-size: 0;
    margin-top: 30px;
}

#productdetail #productinfo .buyBtns a {
    padding: 6px 0;
    width: calc((100% - 15px) / 2);
    background: #1f1f1f;
    display: inline-block;
    text-align: center;
    color: #fff;
}

#productdetail #productinfo .buyBtns a.ask {
    background: #2e3233;
    color: #ffffff;
}

/* productTabs */
#productTabs ul.tabs {
    margin: 70px 0 35px;
    border-bottom: 1px #ddd solid;
    font-size: 0;
}

#productTabs ul.tabs li {
    display: inline-block;
    vertical-align: top;
}

#productTabs ul.tabs li a {
    padding: 7px 40px;
    display: inline-block;
    color: #1f1f1f;
}

#productTabs ul.tabs li.active {
    background: #1f1f1f;
}

#productTabs ul.tabs li.active a {
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .list_product >.info {
        margin: 0 5%;
    }

    .list_product ul li >div {
        margin: 0 10px;
    }

    .list_product ul li .info {
        padding: 25px 15px 40px;
        width: calc(85% - 30px);
    }

    .list_product ul li {
        width: calc((100% / 3) - 20px);
    }
}

@media screen and (min-width: 1281px) {
    .list_product ul li:hover .img:before {
        opacity: 1;
    }

    .list_product ul li:hover .img img {
    }
}

@media screen and (max-width: 1160px) {
    #productdetail .row {
        width: 100%;
    }

    #productdetail #imglist {
        margin-right: 0;
        width: 100%;
    }

    #productdetail {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .list_product ul li {
        width: calc((100% / 2) - 20px);
    }
}

@media screen and (max-width: 768px) {
    #productdetail {
        text-align: center;
    }

    #productdetail .row , #productdetail #imglist {
        margin-right: 0;
        width: 100%;
    }

    #productdetail #imglist img {
        height: 300px;
    }

    #productdetail #productinfo {
        margin-top: 16vw;
    }

    .list_product ul li .item {
        flex-direction: column;
        align-items: center
    }

    .list_product ul li:nth-child(even) .item {
        flex-direction: column
    }

    .list_product ul li .img {
        width: 100%
    }

    .list_product ul li .info {
        padding: 20px 15px 19px;
        width: calc(85% - 10px)
    }

    .list_product ul li .info h3 {
        margin-top: 10px;
        font-size: 26px;
        height: 40px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .list_product ul li .info article {
        height: 50px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 640px) {
    .list_product ul li {
        width: 100%;
        margin: -60px 0px 60px 0px;
    }

    #productdetail #imglist img {
        height: 90vw;
    }

    .list_product ul {
        margin-top: 15vw;
    }
}

@media screen and (max-width: 480px) {
}
