/* #lom_pdp_quidget_btn{
    display: inline;
} */
/* Small Mobile */
@media screen and (max-width: 380px), screen and (max-height: 670px) {
    
}
/* Mobile */
@media screen and (max-width: 600px) {
   
}

/* Tab */
@media only screen and (max-width: 900px) and (min-device-width: 600px) {
   
}

