.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #1E2226;
}

.overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
}


/* .overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
} */

.products-block-container {
    background: linear-gradient(180deg, #1B1F22 0%, #1A1D20 100%);
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 32px;
}

.nav-link-products {
    /* background-color: transparent; */
    color: #ffffff;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.noscroll {
    overflow: hidden;
}

div.popup-checkbox-container {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.ngdialog.ngdialog-theme-plain.custom-width .ngdialog-content {
    background-color: transparent;
    color: white;
    /* background-color: transparent;
    color: white;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
}

@media (max-width: 768px) {
    .ngdialog.ngdialog-theme-plain.custom-width .ngdialog-content {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .ngdialog.ngdialog-theme-plain.custom-width .ngdialog-content {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}


.ngdialog.ngdialog-theme-plain.custom-width {
    padding-bottom: 0px;
    padding-top: 0px;
}

.ngdialog-close {
    display: none;
}