
.mfp-close-btn-in .mfp-close {
    color: white;
    font-size: 45px;
}
.row-products{
    margin-top: 30px;
}
/* .text-popup  div  div  p,h2,h3,h4,ul > li{
    color: white !important;
} */
div.text-popup, div.text-popup h2, div.text-popup h3{
    color: white;
}
div.text-popup h2{
    text-transform: none !important;
}

.list-products{
    list-style: outside;
    padding-left: 25px;
    font-size: 18px;
}

.container-popup{
    padding-bottom: 30px;
}

@media (max-width: 575.98px) { 
    .img-products{
        margin-top: 30px;
        padding-bottom: 0px;
        width: 100%;
    }
    .img2-products{
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { 
    .img-products{
        margin-top: 30px;
        padding-bottom: 0px;
        width: 100%;
    }
    .img2-products{
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .img-products{
        margin-top: 30px;
        padding-bottom: 0px;
        width: 100%;
    }
    .img2-products{
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    .img-products{
        margin-top: 70px;
        width: 100%;
    }
    .img2-products{
        padding: 20px;
        width: 100%;
    }
}

@media (min-width: 1200px) { 
    .img-products{
        margin-top: 70px;
        width: 100%;
    }
    .img2-products{
        padding: 20px;
        width: 100%;
    }
}