.products-list.type1 {
    margin: 0 -10px;
}

.products-list.type1 .item {
    width: 33.33%;
    padding: 0 10px;
}

.products-list.type2 {
    margin: 0 -2px;
}

.products-list.type2 .item {
    width: 25%;
    padding: 0 2px;
}

.products-list .box {
    max-width: 365px;
    margin: 0 auto 30px;
    position: relative;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .pic-box:before {
    content: '';
    background: rgba(153, 157, 164, 0.55);
    box-sizing: border-box;
    border: solid 7px rgba(236, 236, 236, 0.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

.products-list .item:hover .pic-box:before {
    opacity: 1;
}

.products-list .txt {
    padding-top: 5px;
    text-align: left;
    position: relative;
    margin-top: 12px;
    min-height: 45px;
}

.products-list .name {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 26px;
    box-sizing: border-box;
    padding-right: 117px;
}

.products-list .box .more {
    background: url(../../images/common/btn_back.png) no-repeat;
    width: 113px;
    height: 40px;
    color: #03A685;
    text-align: center;
    display: block;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
}

.products-list .box:hover .more {
    background-position: 0 100%;
    color: #fff;
}

.products-list .btn-group {
    overflow: hidden;
    margin-top: 8px;
}

.products-intro {
    margin-bottom: 50px;
}

.gallery {
    float: left;
    width: 62%;
    max-width: 670px;
}

.buymore-box {
    float: right;
    width: 36%;
}

.products-intro .pd-id {
    color: #aaa;
    font-size: 14px;
    padding: 0px 0 0px 50px;
}

.products-intro .pd-name {
    color: #1f1f1f;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 0px;
    padding: 7px 0 20px 50px;
    line-height: 1.2;
    background: url('../../images/common/products/icon.png') 0 9px no-repeat;
}

.thumbnails {
    float: right;
    width: 38%;
}

.thumbnails ul {
    margin: -45px 0 0 0;
}

.thumbnails li {
    width: 50%;
    padding: 45px 15px 0;
}

.thumbnails li a {
    margin: 0 auto;
}

.thumbnails li .pic {
    overflow: hidden;
    max-width: 200px;
    position: relative;
}

.thumbnails li .pic:before {
    content: " ";
    position: absolute;
    background: url('../../images/common/products/hover.png') 20px 0% no-repeat;
    top: 43%;
    bottom: 0;
    left: -45%;
    right: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 11;
}

.thumbnails li .pic:after {
    content: " ";
    position: absolute;
    background: rgba(106, 112, 122, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnails li a:hover .pic:before,
.thumbnails li a:hover .pic:after {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnails li a:hover .pic:before {
    left: 0%;
}

.pd-info-box {
    padding: 0 0 2px 0;
    margin: 0 0 10px 0;
    background: url('../../images/common/products/line.png') 0 100% repeat-x;
}

.pd-info {
    margin: 12px 0;
}

.pd-info b {
    color: #FFFFFF;
    font-size: 20px;
}

.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    max-width: 240px;
    height: 30px;
    line-height: 28px;
    background: #1F1E22;
    border-color: #555555;
    border-radius: 0;
    color: #AAAAAA;
}

.pd-price-better {
    position: relative;
    padding: 0 0 5px 35px;
    background: url('../../images/common/products/line.png') 0 100% repeat-x;
}

.pd-price-better:before {
    content: '';
    display: block;
    background: url('../../images/common/menu_icon.png') 0 100% no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 7px;
}

.pd-info select.form-control:focus {
    border-color: #999;
}

.pd-price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    text-decoration: line-through;
}

.pd-info-label {
    margin: 0 10px 6px 0;
    float: left;
}

.pd-info .color-radio {
    display: inline-block;
    padding: 2px;
    border: 1px solid #DCDCDC;
    position: relative;
    line-height: normal;
    margin: 0 3px 6px 0;
    cursor: pointer;
}

.pd-info .color-radio.checked {
    border-color: #7FCAA5;
}

.pd-info .color-radio input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}

.pd-intro .btn-group {
    background: url(../../images/common/products/line.png) 0 100% repeat-x;
    padding: 0 0 6px 0;
}

.pd-intro .btn-group .btn {
    float: left;
    width: 45%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    border-radius: 40px;
    letter-spacing: normal;
    margin: 1% 2%;
    box-sizing: border-box;
}

.pd-intro .btn-group .btn.addcart,
.pd-intro .btn-group .btn.buynow {
    background: url('../../images/common/products/btna.jpg') 0 0 repeat;
    padding: 0 40px 0 0;
    display: block;
    box-sizing: border-box;
}

.pd-intro .btn-group .btn.addcart:hover,
.pd-intro .btn-group .btn.buynow:hover {
    background: url('../../images/common/products/btnahover.jpg') 0 0 repeat;
    color: #333333;
}

.pd-intro .btn-group .btn.soldout,
.pd-intro .btn-group .btn.arrival {
    font-size: 15px;
    letter-spacing: 3px;
    color: #666666;
    border: 1px solid #666666;
    background: transparent;
}

.pd-intro .btn-group .btn.soldout {
    cursor: not-allowed;
}

.pd-intro .btn-group .btn.arrival .ic {
    float: left;
    background: transparent;
    color: #666666;
    font-size: 30px;
    margin: 3px 0 0 -36px
}

.pd-intro .btn-group .btn.arrival {
    line-height: 20px;
    text-align: left;
    border: none;
    font-family: 'Chivo';
    font-weight: bold;
    padding: 0 0 0 40px;
    white-space: normal;
}

.pd-intro .btn-group .btn.arrival:hover {
    background: transparent;
    color: #AAAAAA;
}

.pd-intro a.wish {
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffe313 0%, #d9be00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffe313 0%, #d9be00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffe313', endColorstr='#d9be00', GradientType=0);
    /* IE6-9 */
    background: url('../../images/common/products/wish.png') 50% 50% no-repeat #ffe313;
    /* Old browsers */
    border-radius: 5px;
    display: inline-block;
    padding: 0px 3px;
    color: #444444;
    font-size: 18px;
    width: 20px;
    height: 25px;
    z-index: 11;
    position: relative;
    top: 5px;
    left: 10px;
}

.pd-intro .wish:hover {
    background-color: #fff;
}

.pd-intro .wish:after,
.pd-intro .wish:hover:after {
    content: 'WISH LIST';
    color: #FCE012;
    position: absolute;
    width: 90px;
    left: 35px;
    line-height: 25px;
    font-size: 14px;
}

.pd-intro .wish:hover:after {
    color: #fff;
}

.pd-intro .btn-group .btn .ic {
    display: block;
    float: right;
    background: #fff;
    color: #3D3938;
    border-radius: 50%;
    margin: 3px -36px 0 0px;
    font-size: 22px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.pd-intro .btn-group .btn.wish .ic {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 6px 0;
}

.buymore-box {
    padding-top: 15px;
}

.buymore-box .title {
    color: #E0C504;
    font-size: 15px;
}

.buymore-list .item {
    background: #000;
    margin-top: 3px;
    padding: 8px 12px;
}

.buymore-list .item:hover {
    background: #444;
}

.buymore-list .price {
    display: inline-block;
    color: #E50000;
    font-size: 15px;
    font-weight: bold;
}

.buymore-list .name {
    display: inline-block;
    color: #aaa;
    font-size: 14px;
}

.buymore-list .name:hover {
    text-decoration: underline;
}

.buymore-list .pd-info {
    margin: 0;
    padding-top: 4px;
}

.buymore-list .pd-info .form-control {
    margin: 2px 0;
    padding: 0 5px;
    max-width: none;
}

.buymore-list .pd-info .spec {
    float: left;
    width: calc(100% - 75px);
}

.buymore-list .pd-info .qty {
    float: right;
    width: 70px;
}

.related-box {
    margin-top: 15px;
}

.related-box .title {
    margin-bottom: 8px;
    color: #E0C504;
    font-size: 15px;
}

.related-slider {
    position: relative;
}

.related-slider button.slick-prev {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/products/related_arrows.png') 0 0 no-repeat;
    width: 16px;
    height: 15px;
    opacity: 1;
    border-radius: 0;
    position: absolute;
    right: 35px;
    top: -28px;
}

.related-slider button.slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/products/related_arrows.png') 100% 0 no-repeat;
    width: 16px;
    height: 15px;
    opacity: 1;
    border-radius: 0;
    position: absolute;
    right: 5px;
    top: -28px;
}

.related-slider button.slick-prev:hover {
    background-position: 0 100%;
}

.related-slider button.slick-next:hover {
    background-position: 100% 100%;
}

.related-slider .slick-dots {
    position: absolute;
    right: 0;
    top: -28px;
}

.related-slider .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/products/related_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 0;
}

.related-slider .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.related-list {
    margin: 0 -2px;
}

.related-list .item {
    padding: 0 2px;
    box-sizing: border-box;
}

.related-list .box {
    display: block;
    max-width: 145px;
    margin: 0 auto;
}

.related-list .pic {
    position: relative;
    overflow: hidden;
}

.related-list .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.related-list .box:hover .pic:before {
    opacity: 1;
}

.products-detail {
    position: relative;
}

.products-detail .title {
    font-size: 26px;
    color: #1f1f1f;
    line-height: 1.2;
    margin: 10px 0 20px;
    background: url(../../images/common/detail_icon.png) no-repeat;
    0 0;
    position: relative;
    font-family: "Times New Roman", Georgia, Serif;
    height: 42px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 11px;
    padding-top: 2px;
    font-style: italic;
}

.products-detail .title span {
    display: inline-block;
    font-style: normal;
    margin-right: 6px;
}

@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1320px) {
    .products-list.type1 .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 1260px) {
    .buymore-box,
    .related-box {
        float: none;
        width: auto;
        clear: both;
    }
    .buymore-list .item {
        padding: 5px 10px;
    }
    .buymore-list .pd-txt {
        float: left;
        padding: 3px 0;
    }
    .buymore-list .pd-info {
        float: right;
        width: 240px;
        padding: 0;
    }
    .related-box {
        margin: 0;
        padding-top: 15px;
        max-width: none;
    }
    .pd-intro .btn-group .btn {
        float: none;
        width: 100%;
        margin: 1% 0%;
    }
}

@media screen and (max-width: 1000px) {
    .products-list.type2 .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .box {
        margin-bottom: 30px;
    }
    .products-list.type2 .item {
        width: 50%;
    }
    .gallery,
    .pd-intro,
    .thumbnails {
        float: none;
        width: auto;
    }
    .thumbnails li {
        width: 16.66%;
        padding: 30px 5px 0;
    }
    .thumbnails li .pic:before {
        background: none;
    }
    .gallery {
        margin: 0 auto 25px;
    }
    .buymore-list .item {
        padding-bottom: 6px;
    }
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }
    .thumbnails li {
        width: 33.33333%;
    }
    .products-detail .title:before {
        font-size: 30px;
        margin-right: 5px;
    }
    .products-detail .title:after {
        left: 180px;
    }
    .pd-intro .btn-group .btn.arrival {
        padding-top: 5px;
    }
    .pd-intro .btn-group .btn.arrival .ic {
        margin: -5px 0 0 -36px;
    }
}

@media screen and (max-width: 520px) {
    .products-list.type1 .item {
        width: 100%;
    }
    .products-list.type2 .item {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
    .pd-intro .btn-group .btn.arrival {
        padding-top: 0px;
    }
    .pd-intro .btn-group .btn.arrival .ic {
        margin: 3px 0 0 -36px;
    }
}