.kadence-breadcrumbs.yoast-bc-wrap {
    /* display: none; */
}

.logged-in .entry-header .entry-title, h1.entry-title {
    margin-top: 3rem !important;
    font-size: 1.5rem !important;
}

/* Order View */

.woocommerce-orders-table__cell .woocommerce-button {
	margin: ;
	margin-bottom: .5rem;
}

.woocommerce-button.button.view {
	color: var(--global-palette3) !important;
	background: var(--global-palette2) !important;
	font-family: BreeSerif-Regular, sans-serif !important;
	font-size: 0.85em !important;
	margin-right: 1rem;
}

.woocommerce-button.button.view:hover {
	color: var(--global-palette3) !important;
	background: var(--global-palette1) !important;
}

.woocommerce-button.button {
	color: var(--global-palette3) !important;
	background: var(--global-palette1) !important;
	font-family: BreeSerif-Regular, sans-serif !important;
	font-size: 0.85em !important;
}

.woocommerce-button.button:hover {
	color: var(--global-palette3) !important;
	background: var(--global-palette2) !important;
	font-family: BreeSerif-Regular, sans-serif !important;
}

/* Product Images & Table */

.woocommerce-table__product-image {
    text-align: center;
    vertical-align: middle;
}

.woocommerce-table__product-name.product-name img {
    border-radius: 5px;
    max-width: 75px;
    height: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-block;
    vertical-align: middle;
}

.button.button-document-download {
	color: var(--global-palette3) !important;
	background: var(--global-palette2) !important;
}

.button.button-document-download:hover {
	background: var(--global-palette1) !important;
}

.woocommerce-table__product-name.product-name a {
	color: var(--global-palette3) !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-table__product-name.product-name {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .woocommerce-table__product-name.product-name img {
        max-width: 50px;
        margin-right: 0rem;
    }

    .woocommerce-table__product-name.product-name div {
        margin-left: 0;
    }

    /* Make sure content within the order table aligns well on mobile */
    .woocommerce-table__product-name {
        margin-left: 0;
    }

    .woocommerce-table__product-total {
        vertical-align: middle !important;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce-table__product-name.product-name img {
        max-width: 40px;
        margin-right: 0;
    }

    .woocommerce-table__product-name.product-name {
        font-size: 14px;
    }

    .woocommerce-table__product-total.product-total {
        font-size: 14px;
    }
}

h2.woocommerce-order-details__title, .woocommerce-column__title {
    color: var(--global-palette3) !important;
}


@media screen and (max-width: 768px) {
    .woocommerce-table--order-details {
        padding: 10px;
    }

    .woocommerce-table__product-name,
    .woocommerce-table__product-total {
        padding: 10px 0;
    }
}

/* Product Images & Table */


/* Order View */