.tab-nav {}

.tab-nav li {
    margin-right: 5px;
    display: inline-block;
}

.tab-nav li a {
    width: 181px;
    height: 50px;
    font-weight: bold;
    color: #1F1F1F;
    background: #5F5F5F;
    padding: 15px 15px;
    font-size: 16px;
    line-height: 1.4;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-nav li.active a,
.tab-nav li:hover a {
    background: #BFBFBF;
}

.tab-nav li.active a:after,
.tab-nav li:hover a:after {
    content: "\f107";
    display: inline-block;
    margin-left: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tab-container {
    padding: 20px 15px 30px;
    background: #BFBFBF;
}


/****************************  ****************************/

.products-tit {
    font-weight: bold;
    margin: 40px 0 5px 0;
    font-size: 16px;
    color: #AAAAAA;
    line-height: 1.8;
}

.products-list {
    margin: 0 -18px;
}

.products-list li:nth-child(4n+1) {
    clear: left;
}

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

.products-list .item a {
    max-width: 208px;
    margin: 0 auto 65px;
}

.products-list .pic {
    margin-bottom: 16px;
    position: relative;
}

.products-list a:hover .pic:before {
    content: " ";
    background: rgba(0, 0, 0, .8) url(../images/products/hover.png) no-repeat 50% 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.products-list .name {
    display: block;
    margin: 15px 0 10px;
    line-height: 1.5;
    color: #FFFFFF;
    font-size: 15px;
    height: 43px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products-list .offers {
    font-size: 16px;
    color: #9BC614;
    padding-left: 25px;
    background: url(../images/products/price.png) no-repeat center left;
}


/****************************  ****************************/

.products-intro {
    max-width: 835px;
    margin: 0 auto;
}

.gallery {
    float: left;
    width: 44%;
    max-width: 370px;
}

.pd-id {
    display: block;
    font-size: 25px;
    color: #617C0E;
    line-height: 1.2;
    margin-bottom: 5px;
}

.pd-name {
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 19px;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(../images/menu_line.png) repeat-x bottom center;
}

.products-info {
    float: right;
    width: 51%;
}

.products-info .form-group {
    margin: 0 10px 15px;
}

.products-info .form-control {
    background: #fff;
    height: 23px;
    padding: 0 5px;
    border: 1px solid #BBBBBB;
    line-height: 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.products-info .control-label {
    text-align: left;
    width: 130px;
    display: inline-block;
    vertical-align: top;
}

.products-info .control-box {
    display: inline-block;
    width: calc(100% - 135x);
}

.member-price {
    color: #9BC614;
    font-size: 15px;
}

.member-price .fa {
    margin-right: 10px;
}

.member-price .fa + span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 20px);
}

.products-info .row .col {
    display: inline-block;
}

.products-info .col .btn {
    margin: 0;
}

.products-info .col + .col {
    margin-left: 10px;
}


/****************************  ****************************/

.products-detail .download-tb {
    background: #BFBFBF;
    max-width: 910px;
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.download-tb th {
    letter-spacing: 2px;
    width: 150px;
    padding: 12px 15px;
    font-size: 15px;
    color: #2D2D2D;
    background: #999999;
    border: 1px solid #fff;
    border-bottom: 0;
}

.download-tb td {
    padding: 20px 35px;
    font-size: 14px;
    color: #2D2D2D;
    line-height: 1.6;
    border: 1px solid #fff;
}

.download-tb tr:nth-child(2) td {
    border-top: 0;
}

.download-tb .btn {
    display: block;
    margin: 0 auto;
}


/****************************  ****************************/

.product-name {
    color: #666666;
    font-size: 26px;
    line-height: 1.5;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #AAAAAA;
}

.detail-title {
    border-bottom: 1px dotted #AAAAAA;
    text-indent: -99999px;
    padding: 0 0 25px 160px;
    margin-bottom: 25px;
}

.detail-title span {
    display: block;
    background: url(../images/products/detail_title.jpg) no-repeat;
    height: 36px;
    width: 120px;
}

.product-detail {
    border-bottom: 1px solid #ddd;
    margin: 0 -30px;
    padding: 0 30px 30px;
}

.product-detail .title {
    color: #FF732F;
    font-size: 33px;
    letter-spacing: 3px;
    font-family: 'Lora', serif;
    line-height: 1.2;
}
