             /* ************************ */
            /*Theme Message CSS         */
            /* ************************ */ 
            
            /* Checkout Table */
            table.vtprd_shop_table th.product-name {
              min-width: 170px;
            }
            table.vtprd_shop_table th.product-quantity {
              min-width: 80px;
              text-align:center;
            }            
            table.vtprd_shop_table th.product-subtotal {
              /*min-width: 120px;*/
              min-width: 60px; /*v2.0.0.8*/             
            }
            table.vtprd_shop_table td.product-quantity {
              text-align:center;
            } 
            
            /*at checkout, block the 'remove' URL from appearing next to a pricing deal Deal!!*/
            tr.coupon-deals a {display:none;}
            
            /*v1.1.7.2  remove padding as needed... */
            .vtprd_shop_table td,
            .vtprd_shop_table td {padding: 0px;}
            table.vtprd_shop_table td, table.vtprd_shop_table th {padding:.2em !important;}
            .vtprd-widget-title {padding:0px !important;margin: 0px !important;}
      
