.pricing-section {
    max-width: 900px;
    margin: auto;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

.pricing-section h2 {
    text-align: center;
    margin: 40px 0 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.pricing-table tr {
    border-bottom: 1px solid #eee;
}

.pricing-table td {
    padding: 12px 5px;
    font-size: 15px;
}

.service {
    text-align: left;
}

.price {
    text-align: right;
    font-weight: 500;
}

@media (max-width: 768px) {

    .pricing-table td {
        padding: 12px 10px;
        font-size: 14px;
    }

    .pricing-table .service {
        width: 65%;
    }

    .pricing-table .price {
        width: 35%;
        font-size: 15px;
    }

    .pricing-table .service strong {
        display: block;
        font-size: 15px;
        margin-bottom: 4px;
    }

    .pricing-table .service br {
        display: none; /* removes forced breaks */
    }
}

.post_featured.hover_shop .icons .tinv-wraper>.tinvwl_add_to_wishlist_button {
    display: none !important;
    overflow: hidden;
    color: #000000 !important;
    background-color: #ffffff !important;
    letter-spacing: 0 !important;
    cursor: pointer;
    text-align: center;
    border: none !important;
    margin: 4px !important;
    width: 47px;
    height: 47px;
    line-height: 48px !important;
    border-radius: 50% !important;
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 30px 0 rgba(0,0,0,0.06);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    visibility: visible !important;
    pointer-events: auto !important;
    top: 0;
    opacity: 1 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.widget ul {
    font-size: 15px !important;
    margin: 0;
    padding-left: 1.2em
20.4px
;
    list-style-type: none;
}

        .widget ul li + li {
            margin-top: 0px !important;
        }

.grecaptcha-badge { 
    visibility: hidden; 
}
