a[href*="customer/address"], 
a[href*="customer/addresses"] {
    display: none !important;
}
.tp-product-details-tab-nav .table tr th:last-child, .tp-product-details-tab-nav .table tr td:last-child {
    text-align: left;
}
.tp-product-item .m-img img {
    object-fit: cover;
}
.main-menu.menu-style-1 > nav > ul > li > a {
    font-size: 19px;
    padding-left: 8px;
    padding-right: 8px;
}
.tp-product-details-desc-wrapper h2 {
    font-size: 23px;
    margin-bottom: 10px;
}
.tp-product-details-desc-wrapper ul{
margin-bottom: 10px;
}
.tp-header-sticky-area .main-menu.menu-style-1 > nav > ul > li > a {
    padding-left: 7px;
    padding-right: 7px;
}
.tp-product-details-quantity{display: block !important}
.list-customer-address{display: none !important}
@media (max-width: 767px) {
    main .tp-product-title {
        font-size: 14px;
    }
}