@media (max-width: 1200px) {
    .product-content table thead tr th, .product-content table tbody tr td{
        padding-right: 50px;
    }
}
@media (max-width: 768px) {
    .mobile-spec-block{
        display: block;
    }
    .product-content table thead tr th, .product-content table tbody tr td{
        padding-right: 10px;
        /* width: 50% !important; */
    }
    .product-content table{
        width: 100% !important;
    
    }
    .meibovue .product-content table:nth-of-type(2) td{
        padding:0px 0px !important;
    }
    /* Packing List table: table-layout:fixed (forced globally by
       ".meibovue table" in product.css) sizes columns purely from the
       first row, which here is a single colspan="3" title cell with no
       per-column width info - so the browser falls back to splitting the
       3 real columns equally, ignoring the second row's actual authored
       widths (No. 109 / Part Name 692 / Quantity 199, roughly 11/69/20%).
       Switching back to table-layout:auto lets those inline per-cell
       widths act as sizing hints again, narrowing the No. column back
       down to its intended proportion instead of 1/3 of the table. */
    .meibovue .product-content table:nth-of-type(2){
        table-layout: auto !important;
    }
    .meibovue .product-content table:nth-of-type(3) tr{
        display: flex;
        flex-direction: column;
    }
    .meibovue .product-content table:nth-of-type(3) tr td{
        height: auto;
    }

    .quikvue .product-content .img-div .img-div-content .img-div-content-img-wrap{
        padding:10px;
        border-right:1px solid rgb(221, 221, 221);
    }
    .quikvue .product-content .img-div .img-div-content{
        flex-direction: column-reverse;
    }
    .eyestream .product-content table td {
        padding: 0 !important;
    }

    .quikvue .product-content .img-div table td{
        padding:0px 0px !important;
        
    }
    
    
    .antervue .product-content table td,
    .antervue .product-content table th { padding: 0 !important; }

    .lidvue .product-content table td,
    .lidvue .product-content table th { padding: 0 !important; }

    .iflo .product-content table td,
    .iflo .product-content table th { padding: 0 !important; }

    .iexpressor .product-content table td,
    .iexpressor .product-content table th { padding: 0 !important; }


}