.woocommerce-cart .woocommerce table.shop_table.cart div.quantity .minus {
       border-bottom-width: 1px; 
       border-color: rgba(0,0,0,1)!important; 
       border-right-color: rgba(0,0,0,1)!important; 
       border-right-style: solid; 
       border-right-width: 1px!important; 
       border-style: solid!important; 
       height: 52px!important; 
       min-height: 22px; 
       width: 20px; 
    } 

.woocommerce-cart .woocommerce table.shop_table.cart div.quantity .plus {
       border-bottom-color: rgba(0,0,0,1)!important; 
       border-bottom-style: solid; 
       border-bottom-width: 1px; 
       border-color: rgba(0,0,0,1)!important; 
       border-left-color: rgba(0,0,0,1)!important; 
       border-left-style: solid!important; 
       border-left-width: 1px!important; 
       border-right-color: rgba(0,0,0,1)!important; 
       border-top-color: rgba(0,0,0,1)!important; 
       height: 52px!important; 
       min-height: 22px; 
       width: 21px; 
    } 

.woocommerce-cart .woocommerce table.shop_table.cart div.quantity input.qty {
       font-size: 21px; 
    } 

.woocommerce-cart .woocommerce table.shop_table.cart div.quantity {
       list-style-position: outside!important; 
    } 

