/* Trending title */
.tp-section-title-2,
.tp-section-title-4,
.section-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
}

/* Product title */
.tp-product-title,
.tp-product-title a,
.product__title,
.product-title {
    font-size: 16px !important;
    line-height: 1.3 !important;
}

/* Product price */
.tp-product-price,
.price,
.price span {
    font-size: 15px !important;
}

/* Tabs */
.tp-tab button,
.nav-tabs button {
    font-size: 14px !important;
}






/* Product name */
.tp-product-title,
.tp-product-title a,
.product-title,
.product-title a,
h3,
h3 a {
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    margin-top: 4px !important;
}

/* Mobile */
@media only screen and (max-width: 767px){

    .tp-product-title,
    .tp-product-title a,
    .product-title,
    .product-title a,
    h3,
    h3 a {
        font-size: 15px !important;
        line-height: 1.3 !important;
    }

}