@media only screen and (max-width: 1400px) {
   
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 1100px) {
    .pro-de-np {
        .send-btn-np button {
            padding: 10px 118px 10px 118px;
        }
    } 
}

@media only screen and (max-width:992px) {
    
}

@media only screen and (max-width:768px) {
   

}

@media only screen and (max-width:576px) {
    .pro-de-np {
        .img-showcase {
            width: 100%;
            height: 302px;
        }
        .img-showcase img {
            width:100%;
            height: 302px;
            border-radius: 8px;
            padding-bottom:20px;
        }
        .product-title_1 {
            font-size:20px;
            line-height: 24px;
        }
        .send-btn-np button {
            padding: 10px 66px 10px 66px;
            width: 100%;
        }
        ul{
            padding: 0px !important;
        }
    }
}
@media only screen and (max-width:400px) {
    .pro-de-np {
        .img-showcase {
            width:100%;
            height:270px;
        }
        .img-showcase img {
            width:100%;
            height:270px;
            border-radius: 8px;
        }
    } 
}
    