
.entry-summary .woocommerce button.button {
   
float:left !important;
}
form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
width:60px !important; 
float:none !important; 
margin: 0 auto !important;
}
.entry-summary form.cart div.quantity, .woocommerce #content div.product .entry-summary form.cart div.quantity, .woocommerce-page div.product  .entry-summary form.cart div.quantity, .woocommerce-page #content div.product .entry-summary  form.cart div.quantity {
float:left !important; 

}

.entry-summary form.cart  .group_table  div.quantity, .woocommerce #content div.product .entry-summary form.cart  .group_table  div.quantity, .woocommerce-page div.product  .entry-summary form.cart  .group_table   div.quantity, .woocommerce-page #content div.product .entry-summary  form.cart  .group_table   div.quantity    {
 
float:none !important; 
 
}
td.price{
text-align:center ;

}

.group_table  td.price * {

width:auto !important; 
display:inline-block;
}
td.price del * {
text-decoration: line-through;
color:red; 
}

td.price ins {
 background: none;
}
td.price ins * {

   background:  #80DF29;
   -moz-border-radius: 50%; 
   -webkit-border-radius: 50%; 
   border-radius:50%; 
   padding:5px;
   color:#fff;

}


