.side-title {
    padding-right: 16px;
}

.side-title small {
    letter-spacing: -2px;
}

.product-list {
    margin: 0 -20px;
}

.product-list .item {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 30px;
}

.product-list .item a {
    border: 1px solid transparent;
    max-width: 330px;
    padding: 8px;
    padding-bottom: 20px;
    position: relative;
    background: #FFF;
    margin: 0 auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 6px rgba(20%, 20%, 40%, 0.2);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.product-list .item a:hover {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.product-list .item a:before,
.products-sect a:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/products/more.png)top;
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.product-list .item a:hover:before,
.products-sect a:hover:before {
    background-position: bottom;
}

.product-list .pic img {
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.product-list .name {
    display: block;
    color: #E60015;
    font-size: 18px;
    padding: 10px 0 0px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-list .description {
    font-size: 15px;
    color: #464637;
    line-height: 1.4;
    height: 47px;
    overflow: hidden;
}

.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;
}

.gallery {
    margin-bottom: 30px;
}

.stage {
    float: left;
    width: 61.3%;
    border-right: 3px double #eee;
    padding-right: 2%;
}

.gallery .txt {
    float: right;
    width: 34%;
    margin-top: 18%;
}

.thumbnails {
    margin-top: 9%;
}

.thumbnails ul {
    margin: -2% -1% 0;
}

.thumbnails ul li {
    width: 50%;
    padding: 2.3% 1% 0;
}

.thumbnails a {
    position: relative;
    opacity: .6;
}

.thumbnails a:hover,
.thumbnails li.active a {
    opacity: 1;
}

.product-name {
    font-size: 30px;
    color: #000;
    line-height: 1.2;
}

h2.product-name {
    font-size: 19px;
    margin-top: 20px;
}

h2.product-name small {
    display: block;
}

.gallery .description {
    color: #464637;
    margin-top: 15%;
}

.detail-title {
    position: relative;
    text-align: center;
    line-height: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

.detail-title:before,
.detail-title:after {
    content: "";
    border-top: 2px dashed rgba(152, 102, 69, 0.3);
    position: absolute;
    top: 50%;
}

.detail-title:before {
    left: 0;
    right: 50%;
    margin-right: 65px;
}

.detail-title:after {
    right: 0;
    left: 50%;
    margin-left: 65px;
}

.detail-title span {
    font-size: 16px;
    color: #8E5F40;
    display: inline-block;
    border: solid #986645;
    border-width: 0 2px;
    padding: 0 10px 0 12px;
}

@media screen and (max-width: 1200px) {
    .product-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .stage,
    .gallery .txt {
        float: none;
        width: auto;
    }
    .stage {
        border-right: 0;
        padding-right: 0;
        padding-top: 10px;
    }
    .thumbnails {
        margin-top: 20px;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails ul li {
        width: 33.33%;
        padding: 10px 5px 0;
    }
    .gallery .txt {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .product-list .item {
        width: auto;
        float: none;
    }
    .product-list .pic {
        height: auto;
    }
    .product-list .product-name {
        white-space: normal;
    }
}

@media screen and (max-width: 479px) {
    .intro-table tr,
    .intro-table th,
    .intro-table td {
        display: block;
    }
    .intro-table tr {
        padding: 5px;
    }
    .intro-table th,
    .intro-table td {
        padding: 0;
    }
}
