.tp-product-category-thumb a {  
    background-image: none;
    border-radius: 10%;
    height: auto;
    width: 100%;
}

p{
    font-family: var(--secondary-font);
    font-size: 16px;
    line-height: 23px;
}
.tp-product-details-description{
    font-family: var(--secondary-font);
        font-size: 16px;
}
main .tp-product-category-title {
    font-size: 17px;
    font-family: var(--secondary-font)
}
main .tp-product-title {
    font-family: var(--secondary-font);
}

.tp-link-btn {
    font-size: 14px;
}
.tp-subscribe-title {
    margin-top: 10px;
}
.tp-subscribe-input button{
    padding: 12px 35px;
    border-radius: 0 6px 6px 0;
}
.tp-subscribe-input input{
    height: 50px;
}
.main-menu>nav>ul>li>a {
    font-size: 16px;
    font-weight: 600;
}
.main-menu>nav>ul>li>.tp-submenu{
    min-width: 240px;
    border-radius: 0px 0px 10px 10px;
}
.main-menu>nav>ul>li>.tp-submenu li a {
    border-bottom: 1px solid #919191;
}
.tp-shop-top-select.sort-by{
    display: none !important;
}
.tp-mobile-item-btn {
    background: linear-gradient(117deg, #f7eff4 14.35%, #b4e3f0 84.4%);
    padding: 4px 10px;
    border-radius: 8px;
    width: 100%;
}
.tp-product-details-price, .tp-product-details-price.new-price {
    color: #db1717;
}
.table-of-content .toc_list{
    list-style-type: none;
}


/* footer */
.tp-footer-top {
    padding-bottom: 20px;
    padding-top: 60px;
}
.tp-footer-social a {
    background: #f3f2f2;
    margin-right: 5px;
}
.tp-footer-talk h4 a{
    color: var(--primary-color);
}
.tp-footer-talk h4 {
    margin-top: 5px;
}
.tp-footer-desc{
    font-size: 15px;
}
.tp-footer-widget-content ul li a {
    font-size: 15px;
    font-weight: 400;
}
@media (max-width: 767px) {
    .tp-footer-area .tp-footer-bottom-wrapper{
        text-align: center;
    }
}

/* ads */
.tp-banner-height {
    min-height: 300px;
}
.tp-banner-area-style-2 .tp-banner-item {
    padding: 70px 60px 35px;
}
.tp-banner-content p, .tp-banner-content span {
    color: var(--primary-color);
}
.tp-banner-content .tp-link-btn{
    color: var(--primary-color);
}
main .tp-banner-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}
.tp-banner-area-style-2 .tp-banner-content{
    width: 265px;
}
main .tp-banner-title-4{
    font-size: 40px;
    line-height: 45px;
}

/* 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;
}

/* testimonial */
.tp-testimonial-content p {
    font-size: 20px;
}
main .tp-testimonial-section-title {
    font-size: 31px;
    font-weight: 700;
}
.tp-testimonial-user-title {
    margin-bottom: 3px;
}


/* add to cart */
.tp-product-details-action-item-wrapper {
        display: flex;
    }
.tp-product-details-add-to-cart{
    margin-right: 5px;
}
.tp-product-details-buy-now-btn {
    background-color: rgb(211, 47, 47);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    font-size: 17px;
}
.tp-product-details-add-to-cart-btn {
    background-color: rgb(25, 118, 210);
    border-color: rgb(25, 118, 210);
    color: var(--tp-common-white);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    border-radius: 5px;
    padding: 9px 10px;
    font-weight: 600;
    font-size: 17px;
    --tp-btn-color: var(--tp-common-black);
    text-align: center;
}
.buy-now-display-mobile{
        display: none;
    }
@media (max-width: 767px) {
    .buy-now-display-desktop{
        display: none;
    }
    .buy-now-display-mobile{
        display: block;
    }
    .tp-product-details-action-item-wrapper{
        margin-bottom: 10px;
    }
    .tp-footer-area .tp-footer-bottom-wrapper{
        text-align: center;
    }
}


/* blog */
.tp-blog-list-content .tp-blog-grid-content {
    padding: 20px 30px 20px;
}
.tp-blog-list-content .tp-blog-grid-title {
    font-size: 25px;
    font-weight: 600;
    color: rgb(8, 7, 7);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    
}
.tp-blog-list-content .tp-blog-grid-content p {
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}


/* sidebar blog */
.tp-sidebar-widget ul li {
    border-bottom: 1px dashed #939393;
    padding-bottom: 5px;
}
.tp-sidebar-blog-item-wrapper {
    padding: 25px 15px;
}
.tp-sidebar-blog-item:not(:last-child) {
    border-bottom: 1px dashed #4f4f50;
    margin-bottom: 13px;
    padding-bottom: 13px;
}
main .tp-sidebar-blog-title {
    font-size: 15px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1370px;
    }
}