/* Selected Products */
.dionisa-selected-products-table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.dionisa-selected-products-table th {
    background: #011E41;
    color: #ffffff;
    padding: 5px 5px;
    text-align: left;
}

.dionisa-selected-products-table td {
    padding: 5px 5px;
    vertical-align: middle;
}

.dionisa-selected-products-table th:nth-child(2),
.dionisa-selected-products-table td:nth-child(2) {
    text-align: center;
    width: 100px;
}

.dionisa-selected-products-table th:nth-child(3),
.dionisa-selected-products-table td:nth-child(3) {
    text-align: center;
    width: 100px;
}

/* Remove button */
.dionisa-selected-products-table .dionisa-remove-item {
    padding: 5px 5px;
    color: #ffffff;
}