div.summary.entry-summary p.price {
    display: none;
}

div.summary.entry-summary div#product-addons-total {
    display: none;
}

.table-cover-info-wrapper {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 20px 0 40px 0;
    overflow: hidden;
}

.table-cover-info-wrapper ul {
    margin-bottom: 0;
    padding: 10px 10px 10px 0;
}

.table-cover-info-wrapper ul li {
    display: flex;
    justify-content: flex-end;
}

.table-cover-price-wrapper {
    font-weight: bold;
}

.table-cover-currency-symbol {
    margin-left: 3px;
}

.table-cover-checkbox-wrapper {
    margin-bottom: 10px;
    margin-top: -5px;
    padding-left: 10px;
    text-align: left;
}

.table-cover-checkbox-wrapper label {
    cursor: pointer;
    font-size: 0.9rem;
    padding-right: 6px;
    position: relative;
    top: 1px;
}

.table-cover-checkbox-wrapper input {
    cursor: pointer;
    height: 15px;
    width: 15px;
}

/* For embedded table cover product. */
.woocommerce .single-product .product div.quantity {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.woocommerce .single-product .product button.single_add_to_cart_button[type="submit"] {
    border-radius: 2rem;
    font-size: 1.375rem;
    margin-top: 1.25rem;
    padding: 1rem;
    width: 100%;
}
.woocommerce .single-product .product div.summary {
    text-align: center;
}
.woocommerce .single-product nav.woocommerce-breadcrumb {
    display: none;
}