@media only screen and (max-width: 480px) {
div.modal.fade.in {
width: 320px !important;
height: 380px !important;
margin-left: -160px !important;
top : 10% !important;
left: 50% !important;
}
table#hikashop_cart_product_listing td:nth-last-child(1), table#hikashop_cart_product_listing th:nth-last-child(1), table#hikashop_clicks_listing td:nth-child(1), table#hikashop_clicks_listing th:nth-child(1), table#hikashop_clicks_listing td:nth-last-child(1), table#hikashop_clicks_listing th:nth-last-child(1), table#hikashop_sales_listing td:nth-child(1), table#hikashop_sales_listing th:nth-child(1), table#hikashop_sales_listing td:nth-last-child(1), table#hikashop_sales_listing th:nth-last-child(1), table#hikashop_leads_listing td:nth-child(1), table#hikashop_leads_listing th:nth-child(1), table#hikashop_leads_listing td:nth-last-child(1), table#hikashop_leads_listing th:nth-last-child(1) {
display: none;
}
/* Add here your missing } */
/* @media only screen and (max-height: 420px)*/
div.modal.fade.in {
height: 320px !important;
top:0% !important;
}
.row-fluid .hikashop_product_column_1, .row-fluid .hikashop_category_column_1 {
margin-left: 0 !important;
}