/* Product Module Styles */

.product-table {
    width: 100%;
    border-collapse: collapse;
}

.product-item td {
    vertical-align: top !important;
    padding-bottom: 3rem;
}

.product-image-col {
    width: 260px;
    min-width: 260px;
    padding-right: 2rem;
}

.product-img {
    width: 260px;
    height: auto;
    display: block;
    border-radius: 4px;
}

.product-edit-col {
    width: 1%;
    white-space: nowrap;
    padding-left: 1rem;
}
