.search-keyword {
    color: #AC9252;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #D9C4AA;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.products-list {
    margin: 0 -8px;
}
.products-list .item {
    width: 25%;
    padding: 0 8px;
}
.products-list .box {
    max-width: 262px;
    margin: 0 auto 50px;
    text-align: center;
}
.products-list .pic {
    position: relative;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #DCD6C7;
}
.products-list .box:hover .pic {
    border-color: #716346;
}
.products-list .name {
    color: #85795F;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
    margin: 10px 5px 5px;
}
.products-list .price {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #974e1a;
    height: 23px;
    margin-bottom: 5px;
}
.products-list .more .icon {
    background: url('../images/products/more.png') 50% 0 / auto 60px no-repeat;
    width: 100%;
    height: 30px;
}
.products-list .box:hover .more .icon {
    background-position: 50% 100%;
}

.products-intro {
    margin: 0 auto;
}
.gallery {
    float: left;
    width: 53%;
    margin-bottom: 60px;
}
.stage {
    margin-bottom: 30px;
}
.thumbnails {
    padding: 1px 60px 1px 0;
    position: relative;
}
.thumbnails .slider-nav {
    margin: 0 -3px;
}
.thumbnails .item {
    padding: 0 3px;
}
.thumbnails .box {
    max-width: 153px;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #DCD6C7;
}
.thumbnails .item.active .box {
    border-color: #716346;
}
.thumbnails .slider-control {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #BF9B47;
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
}
.thumbnails .slider-control .btn {
    width: 15px;
    height: 25px;
}

.products-info{
    float: right;
    width: 44%;
    font-size: 14px;
    margin-bottom: 30px;
    position: relative;
}
.products-info .pd-id {
    color: #B0B0B0;
    font-size: 14px;
    margin-bottom: 5px;
}
.product-name {
    color: #85795F;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    border-bottom: 1px solid #C9ABA3;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.products-info .pd-price {
    padding-top: 5px;
}
.products-info .price {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}
.products-info .price + .price:before {
    content: '|';
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
    margin: 0 10px 3px 7px;
}
.products-info .pd-price b {
    color: #D19921;
    font-size: 18px;
}
.products-info select.form-control {
    background: url('../images/select_caret.png') 100% 50% no-repeat #F1E1CD;
    border: 0;
    height: 26px;
    line-height: 26px;
    padding: 0 30px 0 10px;
    margin: 0;
    color: #CC924A;
    display: inline-block;
    width: auto;
    max-width: 100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.products-info select.form-control:focus {
    border-color: #D19920;
}
.products-info .form-group {
    padding: 7px 0;
    line-height: 26px;
}
.products-info .form-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.products-info .control-label {
    float: left;
    font-size: 14px;
    margin-right: 6px;
    line-height: inherit;
    clear: left;
}
.products-info .control-box {
    margin-left: 80px;
}
.products-info .field-box {
    line-height: 1.4;
    border: 1px solid #bbb;
    padding: 6px;
}
.products-info .table th,
.products-info .table td {
    vertical-align: top;
}
.products-info .table th {
    width: 90px;
    white-space: nowrap;
    font-weight: normal;
}
.products-info .table .form-control {
    display: inline-block;
    max-width: 150px;
    border-width: 0 0 1px;
    border-color: #C5C5C5;
    height: 24px;
    line-height: 23px;
    padding: 0;
    margin: 0;
}
.products-info .table .birthday .form-control {
    width: 35px;
    text-align: center;
}
.products-info .field-box textarea {
    resize: vertical;
    margin: 0;
}
.products-info .btn-box {
    text-align: left;
    padding-top: 20px;
    position: static;
}
.products-info .btn-box .row {
    margin: 0 -5px;
}
.products-info .btn-box .col {
    float: left;
    width: 50%;
    padding: 0 5px;
}
.products-info .btn-box .btn {
    width: 100%;
    font-size: 17px;
    line-height: 38px;
    border: 1px solid transparent;
    color: #fff;
    letter-spacing: 0.15em;
}
.products-info .btn.buynow {
    background: #B16C3F;
}
.products-info .btn.addcart {
    background: #D19B58;
}
.products-info .btn.buynow:hover {
    background: #fff;
    border-color: #B16C3F;
    color: #B16C3F;
}
.products-info .btn.addcart:hover {
    background: #fff;
    border-color: #D19B58;
    color: #D19B58;
}
.products-info .btn.soldout {
    background: #eee;
    color: #444;
}
.products-info .btn .icon {
    background-image: url(../images/btn_ic.png);
    width: 20px;
    height: 20px;
    margin: 0 3px 3px 0;
}
.products-info .btn.buynow  .icon { background-position:    0 0; }
.products-info .btn.addcart .icon { background-position: 100% 0; }
.products-info .btn.buynow:hover  .icon { background-position:    0 100%; }
.products-info .btn.addcart:hover .icon { background-position: 100% 100%; }

.products-detail  {
    padding-bottom: 40px;
}
.products-detail .title {
    border: 1px solid #85795F;
    width: 105px;
    color: #85795F;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
    .gallery,
    .products-info {
        float: none;
        width: auto;
    }
    .gallery {
        max-width: 580px;
    }
}
@media screen and (max-width: 767px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 600px) {
    .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: 100%;
    }
    .products-list .box {
        margin-bottom: 20px;
    }
    .products-info .break-line .control-label {
        float: none;
    }
    .products-info .break-line .control-box {
        margin: 0;
    }
    .products-info .btn-box .col {
        width: 100%;
    }
    .stage {
        margin-bottom: 5px;
    }
    .thumbnails {
        padding-right: 0;
    }
    .thumbnails .slider-control {
        position: static;
        text-align: center;
        padding-bottom: 5px;
        line-height: 30px;
    }
    .thumbnails .slider-control .btn {
        width: 40px;
        height: 30px;
    }
}