.responsive-table {
    overflow-x: auto;
    max-height: 480px;
}

.responsive-table th {
    position: sticky;
    top: 0;
    background-color: #050707;
    color: #f7f7f7;
    line-height: 1.2;
    font-weight: 600;
    vertical-align: middle;
    font-size: 12px;
    min-width: 66px;
    padding-right: .9rem;
}

.responsive-table .nowrap {
    white-space: nowrap;
}

.responsive-table .wrap {
    min-width: 80px;
    text-align: center;
}

.responsive-table td {
    font-size: 12px;
    white-space: nowrap;
    vertical-align: middle;
}

.responsive-table img {
    width: 50px;
    display: block;
    margin: auto;    
}

.responsive-table .invalid {
    border: 2px solid red;
}

.responsive-table .text-red {
    color: red;
    margin-bottom: 0;
}

.responsive-table .cursor-pointer {
    cursor: pointer;
}

.responsive-table .actions-body {
    vertical-align: middle;
}

.modal-title {
    font-size: 32px !important;
}

.product-options-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.modal-popup.confirm._show .modal-content {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.cms-bulk-order .modal-popup._show .modal-inner-wrap {
    width: 90%;
}