/* Product Card Custom Fields Archive */
td.td-cust-arch {
    border-bottom: unset;
    font-size: .9em;
    line-height: 1.3;
    padding: 0;
    text-align: left;
}
td.td-value {
    border-bottom: unset;
    font-size: .9em;
    line-height: 1.3;
    padding: 4px 0;
    text-align: left;
}
table.custom-fields-table {
    border-spacing: 0;
    margin: .5em 0;
}

.cust-prod-icon {
    width: auto;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

.price-wrapper .custom-attributes-wrapper {
	width: unset;
    margin-top: .7em;
    border-top: unset;
    padding-top: unset;
}

.product-small.box .price-wrapper .price {
    display: flex;
    justify-content: flex-start;
    gap: .25em;
}


.flex-row.box-text {
	display: block !important;
}

.product-small.box .price-wrapper .price {
    display: flex;
    justify-content: center;
    gap: .25em;
    padding: 4px;
    border: solid #cfcfcf;
    border-width: 1px 0px;
}

.custom-attributes-wrapper {
    border-top: none !important;
}

