.variations-table-value-ca .woocommerce-variation-add-to-cart {
    font-size:12px;
    text-transform:normal;
    padding:5px !important;
}
.woocommerce-variations-table td {
  text-align: center !important;
    align-items: center;
  align-content: center;
}
.dataTables_wrapper {
    margin-top:50px
}
.variations-table-header {
    background-color:#022651;
    color:#fff;
}
.quantity .plus {
    display:none !important;
}
.quantity .minus {
    display:none !important;
}
.quantity .qty {
    background-color:#fff !important;
}				
div.quantity.buttons_added {
    width:40px !important;
    margin-left:32%;
}
.quantity {
    min-width:0 !important;
}
table.dataTable tbody td {
    padding:6px 7px;
}
table.dataTable.no-footer {
    border-bottom: 0;
}
.variations-table-row .variations_button button.button {
    background-color:#fff !important;
    color:#333 !important;
    content:"XD:";
    border:1px solid #E5E5E5;
    padding:6px 10px;
}