.modal {
    background: rgba(0, 0, 0, 0.5); 
}
.modal-backdrop {
    display: none;
}
#sizesModal {
    .modal-dialog {
        max-width: 744px;
    }
    .modal-content {
        border-radius: 0;
    }
    .modal-header {
        border: 0;
        padding: 50px;
        @media (max-width: 767.98px) {
            padding: 30px 20px;
        }
    }
    .modal-title {
        font-size: 25px;
        text-transform: uppercase;
    }
    .close {
        position: absolute;
        top: 20px;
        right: 25px;
    }
    .modal-body {
        padding: 0 50px 60px;
        @media (max-width: 767.98px) {
            padding: 0 20px 30px;
        }
    }
    table {
        font-size: 12px;
        max-width: 450px;
        color: #454545;
        thead {
            color: #000000;
            tr {
                th {
                    border-top: 0;
                    vertical-align: top;
                    border-bottom: 1px solid #707070;
                }
            }
            margin-bottom: 20px;
        }
        tbody {
            td {
                border: 0;
            }
        }
    }
}