.products-list.type1 {
    margin: 0 -12px;
}
.products-list.type1 .item {
    width: 25%;
    padding: 0 12px;
}
.products-list.type1 .item:nth-child(4n+1) {
    clear: left;
}
.products-list.type2 {
    margin: 0 -10px;
}
.products-list.type2 .item {
    width: 20%;
    padding: 0 10px;
}
.products-list.type2 .item:nth-child(5n+1) {
    clear: left;
}
.products-list .box {
    max-width: 248px;
    margin: 0 auto 25px;
    position: relative;
    border: 4px solid #FDD9A2;
    border-radius: 14px;
}
.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 .box:hover {
    border-color: #FF420D;
}
.products-list .box.new:before {
    content: '';
    background: url('../../images/common/products/new_tag.png');
    width: 48px;
    height: 49px;
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 25px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 14px;
}
.products-list .pic img {
    border-radius: 10px;
}
.products-list .pic:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 10px;
    -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;
    text-align: center;
    font-weight: bold;
    padding: 0 14px 10px;
    line-height: 1.4;
}
.products-list .name {
    color: #61370A;
    font-size: 15px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
}
.products-list .offers {
    color: #FF0000;
    font-family: 'Signika Negative', sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}
.products-intro {
    margin: 0 0 30px;
}
.gallery {
    float: left;
    width: 48.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pd-intro,
.thumbnails {
    float: right;
    width: 47%;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery .slider {
    max-width: 532px;
    margin: 0 auto;
    border: 4px solid #FDD9A3;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
}
.pd-intro .pd-name {
    background: url('../../images/common/products/pd_name_ic.png') 3px 0 no-repeat;
    padding: 2px 0 2px 50px;
    color: #61370A;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.06em;
    margin: 0 0 15px;
}
.pd-info {
    padding: 10px 0;
}
.pd-info .title {
    color: #FF5C2D;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
}
.pd-info-divider {
    border: 0;
    background: url('../../images/common/border_dot_h.png') repeat-x;
    height: 1px;
}
.thumbnails ul {
    margin: 0 -2%;
    max-width: 500px;
}
.thumbnails li {
    padding: 4% 2% 0;
    width: 33.33%;
}
.thumbnails li:nth-child(3n+1) {
    clear: left;
}
.thumbnails li a {
    border: 4px solid #FDD9A3;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.thumbnails li a:hover,
.thumbnails li.active a {
    border-color: #FF5C2D;
}
.thumbnails li a img {
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thumbnails li a:hover img,
.thumbnails li.active a img {
    opacity: 0.5;
}
.products-detail {
    position: relative;
    margin-bottom: 30px;
}
.products-detail .title {
    background: url('../../images/common/border_dot_h.png') 0 100% repeat-x;
    color: #60370A;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
/*------------ sort_box ------------*/
.sort_box {
    margin: 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:#FF410C;
}
.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: 1300px) {
    .pd-intro {
        float: none;
        width: auto;
        clear: both;
        margin-bottom: 30px;
    }
    .gallery {
        width: 59%;
    }
    .thumbnails {
        width: 38.5%;
    }
    .thumbnails li {
        width: 50%;
        padding: 0 2% 4%;
    }
    .thumbnails li:nth-child(n) {
        clear: inherit;
    }
    .thumbnails li:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (max-width: 1280px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
        width: 33.33%;
    }
    .products-list.type1 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1200px) {
    .products-list.type2 {
        margin: 0 -7px;
    }
    .products-list.type2 .item {
        padding: 0 7px;
        width: 25%;
    }
    .products-list.type2 .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: left;
    }
}
@media screen and (max-width: 860px) {
    .products-list.type2 {
        max-width: 700px;
        margin: 0 auto;
    }
    .products-list.type2 .item {
        width: 50%;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list.type2 {
        margin: 0 -7px;
    }
    .pd-intro {
        padding: 0;
    }
    .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: 550px) {
    .thumbnails li {
        width: 33.33%;
    }
    .thumbnails li:nth-child(3n+1) {
        clear: both;
    }
}
@media screen and (max-width: 480px) {
    .products-list.type1 .item {
        width: 100%;
    }
    .products-list.type1 .item:nth-child(n) {
        clear: none;
    }
    .products-list.type2 .item {
        width: 100%;
    }
    .products-list.type2 .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 400px) {
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 60px;
    }
}
/*product_column欄位*/
.products_column_one.type1 .item {
    width: 100%;
}
.products_column_one.type1 .box {
    max-width: unset;
}
.products_column_one.type1 .pic img {
    width: 100%;
}
.products_column_two.type1 .item {
    width: 50%;
}
.products_column_two.type1 .box {
    max-width: unset;
}
.products_column_two.type1 .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欄位*/