:root{
    --wc-rmpt-header-bg:#4a5568;
    --wc-rmpt-header-text:#ffffff;
    --wc-rmpt-pagination-bg:#4a5568;
    --wc-rmpt-pagination-active-bg:#2d3748;
    --wc-rmpt-pagination-text:#ffffff;
}

.wc-rmpt-wrapper {
    margin: 20px 0;
}

.wc-rmpt-table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 12px;
}

.wc-rmpt-table thead th {
    background: var(--wc-rmpt-header-bg);
    color: var(--wc-rmpt-header-text);
    padding: 14px 16px;
    font-weight: 600;
    text-align: left;
    font-size: 14px;
}

.wc-rmpt-col-icon {
    margin-right: 8px;
    vertical-align: middle;
}

.wc-rmpt-table tbody tr {
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.wc-rmpt-table tbody td {
    padding: 16px;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}

.wc-rmpt-thumb-cell {
    width: 170px;
}

.wc-rmpt-thumb-wrap {
    width: 170px;
    height: 110px;
    overflow: hidden;
    border-radius: 12px;
}

.wc-rmpt-thumb-wrap img {
    width: 100%;
    height: 100%;
}

.wc-rmpt-product-title a {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    text-decoration: none;
}

.wc-rmpt-product-title a:hover {
    text-decoration: underline;
}

.wc-rmpt-meta-list {
    margin-top: 8px;
    margin-bottom: 6px;
}

.wc-rmpt-meta-item {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    background: #edf2f7;
    color: #4a5568;
    border-radius: 12px;
    padding: 3px 8px;
    margin-right: 6px;
    margin-bottom: 4px;
}

.wc-rmpt-meta-label {
    font-weight: 600;
    margin-right: 4px;
}

.wc-rmpt-desc {
    font-size: 14px;
    color: #4a5568;
    margin-top: 6px;
}

.wc-rmpt-info-cell {
    width: 210px;
	vertical-align: middle;
}

.wc-rmpt-info-block {
    font-size: 13px;
    color: #4a5568;
	display: flex;
    flex-direction: column;
    gap: 6px;
}

.wc-rmpt-info-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.wc-rmpt-info-row .dashicons {
    margin-right: 8px;
    color: #718096;
}

.wc-rmpt-cart-cell {
width: 200px;
    text-align: center !important;
	vertical-align: middle;
}

.wc-rmpt-cart-wrap .button {
    padding: 2px 30px;
    font-size: 13px;
    font-weight: 600;
}

/* Pagination */

.wc-rmpt-pagination {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    background: #646464;
    border-radius: 50px;
    padding: 3px;
	float: right;
}

.wc-rmpt-page a,
.wc-rmpt-page span {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 13px;
    color: var(--wc-rmpt-pagination-text);
    text-decoration: none;
	margin: 2px 3px;
}

.wc-rmpt-page .current {
    background: #d3639f;
}

.wc-rmpt-page a:hover {
    background: #ffffff;
}
.wc-rmpt-table tbody tr.wc-rmpt-hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
}

table:not(.variations):not(.shop_table)
{
	border-radius:15px !important;
	background-color: rgb(255 255 255 / 0%) !important;
}