﻿body {
}


@media screen and (max-width: 650px) {
    .pricesgrid tr, .pricesgrid td {
        display: block;
    }
    .pricesgrid{
        width:100%;
    }

    .pricesgrid tr:nth-child(2) {
        display: none !important;
    }
   .pricesgrid td:nth-child(3) {
        display: none !important;
   }

   .pricesgrid td:nth-child(4) {
       font-weight: 600;
   }

   .pricesgrid tr {
       border-bottom:1px dashed #efefef;
       padding:2px;
       margin-top:3px;
   }

   .pricesgrid tr td:nth-child(1) {
        display: none !important;
    }

    .pricesgrid .Qnty{
        text-align:left;
    }
    .pricesgrid .Qnty::before {
        content: 'Quantity: ';
        font-weight:600;
    }
   
}