.products-list {
    margin: 0 -18px;
}
.products-list .item {
    width: 25%;
    padding: 0 18px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 330px;
    margin: 0 auto 60px;
    position: relative;
}
.products-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 10;
    top: -8px;
    left: 12px;
    pointer-events: none;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.products-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/products/hover.png') 50% 50% no-repeat rgba(194, 164, 69, 0.60);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .txt {
    position: relative;
    padding-top: 6px;
}
.products-list .offers {
    color: #BD1300;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 44px;
}
.products-list .name {
    color: #01215D;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
}
.products-list .description {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
}
.products-list .btn-group {
    letter-spacing: 5px;
    padding-top: 10px;
}
.products-list .btn-group .btn {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: 'Inder', sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    width: 125px;
    line-height: 30px;
    border-radius: 3px;
    margin-top: 5px;
}
.products-list .btn .ic {
    vertical-align: text-bottom;
    font-size: 1.2em;
}
.products-list .btn.detail {
    background: #03286E;
}
.products-list .box:hover .btn.detail {
    background: #0549C9;
}
.products-list .btn.wish,
.products-list .btn.delete {
    background: #931815;
}
.products-list .btn.wish:hover,
.products-list .btn.delete:hover {
    background: #CB211D;
}
.products-intro {
    margin-bottom: 50px;
}
.gallery {
    float: left;
    width: 530px;
    max-width: 530px;
    margin: 0 auto;
}
.pd-intro,
.thumbnails {
    float: right;
    width: calc(100% - 565px);
}
.products-intro .breadcrumb {
    margin-bottom: 8px;
}
.products-intro .pd-name {
    color: #00205D;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
}
.thumbnails {
    clear: right;
    margin-top: 10px;
}
.thumbnails ul {
    max-width: 590px;
    margin: 0 -10px;
}
.thumbnails li {
    width: 33.33%;
    padding: 20px 10px 0;
}
.thumbnails li:nth-child(3n+1) {
    clear: both;
}
.thumbnails li a:before {
    content: '';
    display: block;
    background: url('../../images/common/products/small_hover.png') 50% 50% no-repeat rgba(194, 164, 69, 0.60);
    background-size: 50% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thumbnails li a:hover:before,
.thumbnails li.active a:before {
    opacity: 1;
}
.products-detail .title {
    color: #444;
    font-family: 'Inder', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 15px;
    margin: 0 0 10px;
}
.products-detail .title .ic {
    vertical-align: text-bottom;
    margin-bottom: 2px;
}
.products-detail .editor {
    padding: 20px 0;
}
/*------------ sort_box ------------*/
.sort_box {
    margin-bottom: 0 0 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    background: #ddd;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
}
.sort_box .form-control:focus {
    outline: none;
    background: #fff;
    color: #666;
}
.sort_box .form-group {
    float: left;
    padding: 5px 0;
}
.sort_box .form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}
.sort_icon {
    float: left;
    line-height: 30px;
    padding: 2px 0;
    position: relative;
    z-index: 0;
}
.sort_icon .ibtn{
    position:relative;
}
.sort_icon .ibtn:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#aaa;
    z-index:-1;
    transition: all .3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background:#02225D;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn:hover,
.sort_icon .ibtn.active {
    background-position: 0 0%;
}
.sort_box .form-control.sort-mobile {
    display: none;
}
.form-group select.form-control {
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
/* -------- rwd -------- */
@media screen and (max-width: 1600px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1290px) {
    .pd-intro {
        float: none;
        width: auto;
        margin-bottom: 30px;
    }
    .gallery {
        width: 57.5%;
    }
    .thumbnails {
        width: 37%;
        margin: 0;
    }
    .thumbnails li {
        width: 50%;
        padding: 0 10px 20px;
    }
    .thumbnails li:nth-child(n) {
        clear: inherit;
    }
    .thumbnails li:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (max-width: 900px) {
    .products-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .box {
        margin-bottom: 40px;
    }
    .gallery,
    .thumbnails {
        float: none;
        width: auto;
    }
    .thumbnails ul {
        margin: 0 5px;
        max-width: none;
    }
    .thumbnails li {
        width: 16.66%;
        padding: 10px 5px 0;
    }
    .thumbnails li:nth-child(n) {
        clear: inherit;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .products-list .offers {
        font-size: 20px;
        height: 34px;
        letter-spacing: 0.05em;
    }
    .products-list .name {
        font-size: 16px;
        height: 27px;
        letter-spacing: 0.05em;
    }
    .thumbnails li {
        width: 33.33%;
    }
    .thumbnails li:nth-child(3n+1) {
        clear: both;
    }
}
@media screen and (max-width: 400px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
    .products-list .offers {
        height: auto;
        max-height: 34px;
    }
    .products-list .name {
        height: auto;
        max-height: 27px;
    }
    .products-list .description {
        height: auto;
        max-height: 34px;
    }
    .products-intro .pd-name {
        padding-bottom: 10px;
    }
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 60px;
    }
}
/*product_column欄位*/
.products_column_one .item {
    width: 100%;
}
.products_column_one .box {
    max-width: unset;
}
.products_column_one .pic img {
    width: 100%;
}
.products_column_two .item {
    width: 50%;
}
.products_column_two .box {
    max-width: unset;
}
.products_column_two .pic img {
    width: 100%;
}
.products_column_two .item:nth-child(n) {
    clear: inherit;
}
.products_column_two .item:nth-child(2n+1) {
    clear: left;
}
/*!product_column欄位*/