.product-category,
.product-name {
    font-size: 31px;
    font-weight: bold;
    color: #222;
    line-height: 1.2;
    margin: 10px 0 60px;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px 50px;
}
.products-list .item .box,
.products-list .btn-group {
    max-width: 332px;
    margin: 0 auto;
}
.products-list .pic {
    margin-bottom: 16px;
}
.products-list .pic,
.products-list .pic a {
    position: relative;
}
.products-list .pic a:hover:before,
.products-list a:hover .pic:before {
    content: " ";
    background: rgba(0,0,0,0.80) url(../images/products/hover.jpg) no-repeat 50% 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    outline: 6px solid #FF7430;
}
.products-list .name {
    display: inline-block;
    max-width: calc(100% - 10px);
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
    height: 27px;
}
.products-list a:hover .name {
    background: #FF732F;
    color: #fff;
}
.products-list .description {
    color: #8B8B8B;
    font-size: 13px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
}
.products-list .offers {
    color: #FF7330;
    font-size: 18px;
    margin: 5px 0;
}
.products-list .btn-group {
    overflow: hidden;
}
.products-list .btn {
    float: left;
    width: 50%;
    border: 1px solid #fff;
    background: #eee;
    line-height: 40px;
    color: #555;
    font-size: 14px;
}
.products-list .btn:hover {
    background: #333;
    color: #fff;
}
.products-list .btn.addcart {
    display: inline-block;
    float: none;
    width: 166px;
}
.products-list .btn.addcart:hover {
    background: #FF7330;
}
.products-list .btn .icon {
    margin: 0 6px 3px 0;
}
.products-list .btn.wish    .icon { background-position: -125px 0; }
.products-list .btn.detail  .icon { background-position: -150px 0; }
.products-list .btn.addcart .icon { background-position: -175px 0; }
.products-list .btn.wish:hover    .icon { background-position: -125px -25px; }
.products-list .btn.detail:hover  .icon { background-position: -150px -25px; }
.products-list .btn.addcart:hover .icon { background-position: -175px -25px; }

.intro-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%;
    margin: 20px 0;
}
.intro-table tr {
    border-bottom: 1px solid #ddd;
}
.intro-table th {
    color: #FF732F;
    width: 70px;
    text-align: left;
}
.intro-table th,
.intro-table td {
    padding: 5px;
    vertical-align: top;
}

.products-intro {
    max-width: 1345px;
    margin: 0 auto 60px;
}
.products-intro .breadcrumb {
    margin-bottom: 0;
}
.gallery {
    float: left;
    width: 42.4%;
}
.products-intro .info-top,
.products-info,
.related-box {
    float: right;
    width: 54%;
}
.product-name {
    font-size: 32px;
    margin-bottom: 15px;
}
.products-info .pd-id {
    display: inline-block;
    vertical-align: middle;
    background: #FF732F;
    padding: 0 15px;
    line-height: 21px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.products-info .price-box {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.products-info .price-box .price {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}
.products-info .price-box .price + .price {
    background: url(../images/menu_divider.png) 0 50% no-repeat;
}
.products-info select.form-control {
    width: 188px;
    height: 28px;
    line-height: 26px;
}
.products-info .form-group {
    padding: 10px 0;
}
.products-info .control-label {
    font-size: 14px;
    margin-right: 6px;
}
.products-info .control-label,
.products-info .control-box {
    display: inline-block;
    vertical-align: middle;
}
.products-info .control-box .price {
    color: #FF7330;
    font-size: 18px;
    font-weight: bold;
}
.products-info .btn.wish {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    margin-left: 10px;
}
.products-info .btn.wish:hover {
    color: #FF2626;
}
.products-info .btn.addcart,
.products-info .btn.buynow {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}
.products-info .btn.addcart {
    background: #FF732F;
}
.products-info .btn.buynow {
    background: #FF2626;
}
.products-info .btn.addcart:hover,
.products-info .btn.buynow:hover {
    background: #000;
}
.products-info .btn.notice,
.products-info .btn.soldout {
    letter-spacing: 3px;
}
.products-info .btn.notice {
    border: 1px solid #ccc;
    line-height: 33px;
    font-size: 15px;
}
.products-info .btn.notice:hover {
    border-color: #FF732F;
}
.products-info .btn.soldout {
    background: #ADADAD;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
}
.products-info .btn-box .row {
    margin: 0 -5px;
}
.products-info .btn-box .col {
    float: left;
    width: 50%;
    padding: 5px;
}
.products-info .btn-box .btn {
    width: 100%;
    font-weight: bold;
}
.products-info .btn .icon {
    margin: 0 6px 5px 0;
}
.products-info .btn.wish       .icon { background-position: -125px -50px; }
.products-info .btn.wish:hover .icon { background-position: -125px -75px; }
.products-info .btn.addcart .icon { background-position:  -25px -50px; }
.products-info .btn.buynow  .icon { background-position:  -50px -50px; width: 40px; }

.related-box .title {
    color: #666;
    font-size: 15px;
}
.related-box .title:before {
    content: '// ';
    color: #FF722E;
}
.related-list {
    margin: 0 -6px;
}
.related-list .item {
    width: 20%;
    padding: 6px;
}
.related-list .item:nth-child(6) {
    display: none;
}
.related-list .item a {
    position: relative;
    overflow: hidden;
    max-width: 135px;
    margin: 0 auto;
}
.related-list .item a:hover:before {
    content: " ";
    background: rgba(0,0,0,0.8) url(../images/products/small_hover.png) no-repeat 50% 50%;
    border: 5px solid #FF7430;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.products-detail {
    max-width: 1345px;
    margin: 0 auto;
}
.products-detail .title {
    background: url(../images/products/detail_title.jpg) no-repeat 40px 0;
    height: 30px;
    border-bottom: 1px solid #ddd;
    text-indent: -99999px;
    margin: 0 -40px 30px;
}
.products-detail .editor {
    border-bottom: 1px solid #ddd;
    margin: 0 -40px;
    padding: 0 40px 30px;
}

@media screen and (max-width: 1300px) {
    .products-list {
        max-width: 1100px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 1000px) {
    .products-intro,
    .products-detail {
        max-width: 730px;
    }
    .gallery,
    .products-intro .info-top,
    .products-info,
    .related-box {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 -40px 30px;
        padding: 30px 40px;
        border: solid #ddd;
        border-width: 1px 0;
    }
}
@media screen and (max-width: 980px) {
    .products-list {
        max-width: 760px;
    }
    .products-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .product-category,
    .product-name {
        font-size: 20px;
        margin: 5px 0 20px;
    }
}
@media screen and (max-width: 600px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px 30px;
    }
    .products-list .btn {
        font-size: 12px;
        letter-spacing: 0;
    }
    .products-info .price-box {
        display: block;
        margin: 5px -15px;
    }
    .products-info .form-group {
        padding: 5px 0;
    }
    .gallery {
        border: 0;
        padding: 0;
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 479px) {
    .products-list .item {
        width: auto;
        float: none;
    }
    .products-list .description {
        height: auto;
        max-height: 52px;
    }
    .products-info .btn-box .col {
        width: 100%;
    }
    .related-list .item {
        width: 33.33%;
    }
    .related-list .item:nth-child(6) {
        display: block;
    }
}