#jd-product-body {
    margin: 0;
    padding: 0;
}


#jd-product-body .jd-image-container {
    background-color: #fff;
    border-color: #fff;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

#jd-product-body .jd-product-section {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

#jd-product-body .jd-meta-title {
    min-width: 175px;
}

#jd-product-body .jd-meta-title:after {
    content: ":"
}

#jd-product-body .in-stock {
    color: #01a252;
    font-weight: bold;  
}

#jd-product-body .out-stock {
    color: #e74c3c;
    font-weight: bold; 
}

#jd-product-body .jd-product-amount {
    font-size: 28px;
    font-weight: 500;
    color: #e74c3c;
}

#jd-product-body .jd-product-amount del {
    color: #6a6a6a;
    font-weight: normal;
    font-size: 16px;    
}

#jd-product-body .jd-item-box {
    border: 1px solid #eee;
}

/*TABS*/

#jd-item-box-tabs {
    margin: 0;
    padding: 0;
}

#jd-item-box-tabs ul {
    margin: 0;
    padding: 0;
}

#jd-item-box-tabs-menu li {
    float: left;
    margin-right: 2px!important;
    margin-bottom: -1px!important;
    list-style: none;
}

#jd-item-box-tabs-menu li a {
    display: block;
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    background: #f4f4f4 none repeat scroll 0 0;
    border-color: #ddd #eee;
    border-style: solid solid none;
    border-width: 3px 1px medium;
    color: #555;
    cursor: pointer;
}

#jd-item-box-tabs-menu li a:hover {
    text-decoration: none;
}

#jd-item-box-tabs .jc-active a {
    background: #fff;
    border-left-color: #eee;
    border-right-color: #eee;
    border-top: 3px solid #555;
    color: #555;
}

#jd-item-box-tabs .jc-active {

}

#custom-tab label.cd-customfield-label {
    display: none;
}

#jd-tab4 label:after {
    content: ": "
}

#jd-tab4 label {
    font-weight: bold;
}

/* for 700px or less */
@media screen and (max-width: 600px) {
    
    #jd-item-box-tabs li {
        width: 100%;
    }
    
}