.variations-table-row .variations_button button.button
{
    color:var(--btn-accented-color-hover);
    box-shadow:var(--btn-accented-box-shadow-hover);
    background-color:var(--btn-accented-bgcolor-hover);
    font-size:13px;
}

.variations-table-row:nth-child(even)
{
    background-color:#fff;
}

#DataTables_Table_0_filter
{
    display:none !important;
}

.woocommerce-variations-table tr th
{
    font-size:14px !important;
    text-align:left !important;
}

.woocommerce-variations-table tr th select,
.woocommerce-variations-table tr th select option
{
    text-transform:uppercase !important;
}

.woocommerce-variations-table tr td
{
    font-size:13px !important;
    text-transform:uppercase !important;
    text-align:left !important;
}

#variations-table-header-pr select
{
    display:none !important;
}

@media screen and (max-width:768px)
{
    .sg_variation_table .dataTables_wrapper,
    .sg_variation_table #sgGoToVarations
    {
        display:none !important;
    }
}

@media screen and (min-width:769px)
{
    .sg_variation_table form.variations_form.cart
    {
        display:none !important;
    }
}

.added_to_cart.wc-forward
{
    display:none !important;
}