.products-list {
    margin: 0 -15px;
}
.products-list .item {
    width: 25%;
    padding: 0 15px 0px;
    margin-bottom: 40px;
}
.products-list .box {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.products-list .box.new:before {
    content: 'HOT';
    position: absolute;
    display: block;
    text-align: center;
    width: 60px;
    height: 30px;
    line-height: 30px;
    left: 15px;
    top: 15px;
    font-size: 15px;
    letter-spacing: 0.05em;
    background: #F5DF4D;
    font-weight: bold;
    color: #555555;
    letter-spacing: 0.02em;
    font-family: "Poppins", sans-serif;
    z-index: 5;
}
.products-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list li .txt {
    position: relative;
    box-sizing: border-box;
    z-index: 5;
    display: block;
    background: #FFFFFF;
    padding: 30px 5% 28px 14%;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
    width: 84.3%;
    margin-left: auto;
    margin-top: -60px;
    transition:  all .3s ease;
}
.products-list li .box:hover .txt{
    background: #F2DF4C;
}
.products-list li .box .txt::before{
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    background: #F5DF4D;
    left: 0;
    top: 42px;
    transition:  all .3s ease;
}
.products-list li .box:hover .txt::before{
    background: #FFFFFF;
}
.products-list .name {
    position: relative;
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    margin: 0 0 5px 0;
    transition: all .3s;
}
.products-list .description {
    position: relative;
    box-sizing: border-box;
    color: #929497;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    margin: 0;
}


.main-top.pd{
    margin-bottom: 105px;
}
.content.pd{
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 10px 15px 110px;
}
.breadcrumb.pd{
    top: -70px;
    right: -15px;
}

.products-header {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.products-header .title {
    position: relative;
    box-sizing: border-box;
    color: #444444;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding: 19px 0 ;
    border-bottom: 1px solid #ddd;
    margin: 0 auto 40px;
    text-align: left;
}
.products-header .nos{
    position: absolute;
    font-size: 16px;
    text-align: right;
    color: #545454;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    right: 0;
    top: 24px;
}
.products-intro {
    max-width: 1200px;
    margin: 0 auto 32px;
    display: flex;
    justify-content: center;
}
.gallery {
    width: 50%;
    max-width: 600px;
    flex-shrink: 1;
}
.thumbnails {
    width: 400px;
    margin-left: 40px;
    flex-shrink: 0;
}
.thumbnails ul {
    margin: -10px;
}
.thumbnails li {
    width: 50%; 
    padding: 10px;
    box-sizing: border-box;
}
.thumbnails li a {
    /*max-width: 163px;*/
    margin: 0 auto;
    opacity: 0.35;
    transition: all .5s;
}
.thumbnails li a:hover,
.thumbnails li.active a {
    opacity: 1;
}
.thumbnails li:nth-child(2n+1) {
    clear: both;
}


.gallery .description{
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    color: #545454;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 150px;
    overflow: hidden;
}
.thumbnails.site {
    width:50%;
    box-sizing: border-box;
    padding-left: 4.5% ;
    margin: 0;
    flex-shrink: 0;
}
.thumbnails.site ul{
    margin:-9px -6px;
    display:flex;
    flex-wrap:wrap;
}
.thumbnails.site li{
    width:33.33%;
    padding:9px 6px;
    box-sizing:border-box;
}
.thumbnails.site li:nth-child(3n+1) {
    clear: both;
}
.thumbnails.site .list-t{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.thumbnails.site .list-t > .size,
.thumbnails.site .list-t > .fabric,
.thumbnails.site .list-t > .location,
.thumbnails.site .list-t > .analyze{
    position: relative;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    padding: 9px 0 11px;
    margin-bottom: 0px;
    align-items: baseline;

    font-size: 16px;
    font-weight: 500;
    color: #545454;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.thumbnails.site .list-t .pd-info-label{
    position: relative;
    display: inline-block;
    width: 82px;
    font-size: 16px;
    font-weight: 500;
    color: #545454;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-right: 10px;
}
.thumbnails.site .list-t .pd-info-label::before{
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 18px;
    background: #F5DF4D;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.thumbnails.site .list-t > .size span,
.thumbnails.site .list-t > .fabric span,
.thumbnails.site .list-t > .location span,
.thumbnails.site .list-t > .analyze span{
    font-size: 16px;
    font-weight: normal;
    color: #545454;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.thumbnails.site .list-t > .analyze{
    flex-direction: column;
    border-bottom: none;
    padding: 0;
}
.thumbnails.site .list-t .analyze .pd-info-label{
    padding: 9px 0 11px;
}
.thumbnails.site .list-t > .analyze > span{
    box-sizing: border-box;
    padding: 5px 15px;
    width: 100%;
    height: 105px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products-detail {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px 20px;
}
.products-detail .title {
    position: relative;
    color: #444444;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding: 22px 0;
    margin: 0 0 50px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-align: center;
    overflow: visible;
}
.products-detail .title::before {
    content: '';
    position: absolute;
    display: block;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 3px;
    background: #F5DF4D;
}
.products-detail .editor{
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.form-group select.form-control{
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
    background: #fff;
    border: 0;
}


.products-list .box.cust{
    max-width: 600px;
}
.products-list .box.cust .txt{
    width: 100%;
    max-width: inherit;
    margin: 0;
    padding: 25px 25px 30px;
    min-height: 202px;
}
.products-list li .box.cust .txt::before{
    display: none;
}
.products-list .box.cust .name{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    transition: all .3s ease;
}
.products-list .box.cust:hover .name{
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.products-list .box.cust .name::before{
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F5DF4D;
    left: 0;
    bottom: -1px;
    transition: all .3s ease;
}
.products-list .box.cust:hover .name::before{
    background: #FFFFFF;
}
.products-list .box.cust .nos{
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: normal;
    margin: 0 0 12px;
    padding: 0;
}
.products-list .box.cust .description{
    font-size: 14px;
    letter-spacing: 0.08em;
    -webkit-line-clamp: 3;
}

@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1280px){

}
@media screen and (max-width: 1000px) {
    .main-top.pd {
        margin-bottom: 75px;
    }
    .breadcrumb.pd {
        top: -50px;
    }
    .content.pd .content-top{
        margin: 0;
        line-height: 0;
    }
    .products-detail .editor{
        font-size: 15px;
    }
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }

    .products-header .title{
        font-size: 20px;
        margin-bottom: 24px;
        padding: 10px 0;
    }
    .products-intro{
        margin-bottom: 24px;
        flex-direction: column;
    }
    .products-detail .title::before{
        width: 45px;
    }
    .gallery,
    .thumbnails {
        width: 100%;
        margin: 0 auto;
    }
    .gallery {
        max-width: 600px;
        margin: 0 auto 10px;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails li {
        width: 16.66%;
        padding: 5px;
    }
    .thumbnails li:nth-child(n) {
        clear: inherit;
    }
    .products-detail .title{
        font-size: 20px;
        padding: 12px 0;
        margin-bottom: 20px;
    }
    .content.pd{
        padding: 10px 15px 60px;
    }
    .products-list {
        margin: 0 auto;
    }
    .products-list .box.new:before {
        width: 55px;
        height: 25px;
        line-height: 25px;
        left: 15px;
        top: 15px;
        font-size: 14px;
    }
    .products-list li .txt{
        padding: 15px 5% 18px 14%;
        width: 90%;
        margin-top: -40px;
    }
    .products-list li .box .txt::before {
        width: 25px;
        height: 1px;
        top: 28px;
    }
    .products-list .box.cust .txt {
        padding: 20px 20px 25px;
        min-height: 202px;
    }
    .products-list .name{
        font-size: 17px;
    }
    .products-list .box.cust .nos{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .products-list .description{
        font-size: 14px;
    }

    .products-header .nos{
        position: relative;
        right: inherit;
        top: -5px;
        margin-bottom: 15px;
        text-align: left;
    }
    .thumbnails.site{
        width: 100%;
        padding-left: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .thumbnails.site li {
        width: 16.66%;
        padding: 5px;
    }
    .thumbnails.site li:nth-child(n) {
        clear: inherit;
    }
    .thumbnails.site .list-t{
        margin:  30px 0 0px;
    }
    .gallery .description{
        font-size: 15px;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        height: auto;
        padding: 10px;
        margin-top: 5px;
    }
    .thumbnails.site .list-t .pd-info-label,
    .thumbnails.site .list-t > .size span, .thumbnails.site .list-t > .fabric span, .thumbnails.site .list-t > .location span, .thumbnails.site .list-t > .analyze span{
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}
@media screen and (max-width: 580px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 430px) {
    .thumbnails li {
        width: 33.33%;
    }
    .thumbnails li:nth-child(3n+1) {
        clear: both;
    }
    .thumbnails.site li {
        width: 33.33%;
    }
    .thumbnails.site li:nth-child(3n+1) {
        clear: both;
    }
}
@media screen and (max-width: 400px) {
    .sort_box .control-box span {
        display: none;
    }
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 80px;
    }
}
/*product_column欄位*/
.products_column_one .item{
    width: 100%;
}
.products_column_two .item{
    width: 50%;
}
.products_column_two .item:nth-child(n){
    clear: inherit;
}
.products_column_two .item:nth-child(2n+1){
    clear: left;
}
/*!product_column欄位*/