.item-feature h2{
    font-size: 40px;
    line-height: normal;
    margin: 30px 0 55px 0;
    text-transform: uppercase;
}
.item-feature .feature-desc p{
    margin-bottom: 25px
}
.item-feature ul li{
    list-style: none;
    line-height: 30px;
    position: relative;
    padding-left: 15px;
}
.item-feature ul li:before{
    border-color: transparent transparent transparent #000000;
    border-left: 5px solid #000000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    left: 0;
    position: absolute;
    top: 40%;
}
.item-feature ul li a{
    color: #7e7d7d;
}
.item-feature .owl-controls{
    position: absolute;
    bottom: 85px;
    z-index: 99;
}
.item-feature.position-left .owl-controls{
    right: 0;
}
.item-feature.position-right .owl-controls{
    left: 0;
}
.item-feature.position-right .img-feature {
    float: right;
    text-align: right;
}

/* -------------------- */
/*  	Skill Bar      */
/* -------------------- */
.skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background:#e5e5e5;
    height:7px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}
.skillbar-bar {
    height:7px;
    width:0px;
    background:#6adcfa;
}
div.skillbar {
    margin-bottom: 40px;
}
.button-wellcom {
    margin-top: 20px;
}
.cbp-l-loadMore-button {
    display: none;
}
.detail-product .ts-sale {
    right: 0;
    z-index: 9;
}
h1.title-product > a {
    color: #252525;
    font-size: 22px;
    text-transform: uppercase;
}
h1.title-product {
    margin: -23px 0 0;
}
.commet-review-link {
    color: #5ed9e7;
    margin-left: 10px;
}
.item-related-product-slide .ts-product-top {
    display: table;
    margin: 0 auto;
    position: relative;
}

.ts-button{
    margin-top: 20px !important;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    line-height: 35px;
    color: #ffffff;
    padding: 0px 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #252525;
    border: 2px solid #252525;
    letter-spacing: 2px;
    display: inline-block;
    text-decoration: none;
    margin: 0 7px;
    min-width: 105px;
}
.ts-button:hover, .ts-button:focus{
    background: #ffffff;
    color: #5ed9e7;
    border: 2px solid #5ed9e7;
    text-decoration: none;
}