.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-24 {    
    font-size: 24px !important;
}
.fw-700{
    font-weight: 700!important;
}
.pl-0{
    padding-left: 0px !important;
}
img, svg {
    max-width: 100%;
}
.mb-5 {
    margin-bottom: 2rem !important;
}
.border-10px {
    border-radius: 10px !important;
}
.border-20px {
    border-radius: 20px !important;
}
.clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

/* ecommerce product style 6 */
.product-action-1 button.action-btn{
        display: inline-block;
        position: relative;
        color: white;
        background: var(--primary-color);
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        font-size: 1.6rem;
    }
    .tp-product-content {
        padding: 10px 10px 15px;
    }
    .product-content-style-6 .tp-product-price{
        display: flex;
    }
    .product-content-style-6 .tp-product-price.new-price{
        font-size: 18px;
    }
    .product-content-style-6 .tp-product-price.old-price {
    font-size: 16px;
    font-weight: 400;
    margin-left: 0px;
}