table.wholesale {
    border-spacing: 0;
    max-width: 100%;
    border-collapse: collapse;
    width: auto;
    margin: auto;
}

.wholesale .product-title-row,
.wholesale .product-title {
    text-align: center;
    width: 100%;
	display: none;
}

.wholesale tr {
    width: 100%;
}

.wholesale td,
.wholesale th {
    vertical-align: middle;
    position: relative;
}

.wholesale .total {
    text-align: right;
}

.wholesale .tally {
    text-align: center;
}

.wholesale input.product-quantity {
    width: 60px;
}

.wholesale select.product-quantity {
    width: 60px;
}

.wholesale .incorrect {
    border-color: #b22929;
}

.wholesale .warning {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 11px;
    padding: 4px;
    background-color: #b22929;
    color: white;
    border-radius: 4px;
    text-align: center;
}
/* CUSTOM */
table.wholesale {
    margin: 0;
    width: 100%;
}

table.wholesale td,
table.wholesale th {
	text-align: center;
    padding: 3px;
}

table.wholesale td.image {
    width: 43px;
    padding: 3px;
}

table.wholesale td.vertical-attribute,
table.wholesale th.vertical-attribute {
    max-width: 80px;
    min-width: 80px;
}

table.wholesale .horizontal-attribute select {
    width: 100%;
}