/* BASIC css start */
/* BASIC css start */
.mainProduct ul li .desc .price .dc_per {
    color: #38a693;
}

.btn_moreBtn {
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 2px;
    border: 1px solid #a6a6a6;
    display: block;
    height: 29px;
    line-height: 29px;
}

.more {
    padding: 10px 15px 0;
    box-sizing: border-box;
}

.mainProduct {
    padding-bottom: 20px;
} 
.titleImage img {width: 100%;}

.titleTab {
    text-align: center;
    font-size: 0;
    padding-bottom: 30px;
}

.titleTab a {
    font-weight: 400;
    color: #252525;
    font-size: 12px;
    position: relative;
    margin: 0 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.titleTab a:hover, .titleTab a.active {
    color: #252525;
}
.titleTab a.active {
    font-weight: 700;
}
.titleTab a:before {
    content: "";
    background: #dbdbdb;
    width: 1px;
    height: 11px;
    position: absolute;
    left: -8px;
    top: 2px;
}

.titleTab a:first-child:before {
    display: none;
}
/* BASIC css end */


/* BASIC css end */

