﻿@-webkit-keyframes spinner__animation
{
    0%
    {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(1turn);
    }
}
@keyframes spinner__animation
{
    0%
    {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(1turn);
    }
}
@-webkit-keyframes loading__animation
{
    to
    {
        transform: translateX(100%);
    }
}
@keyframes loading__animation
{
    to
    {
        transform: translateX(100%);
    }
}
.woocommerce.wc-block-catalog-sorting form
{
    float: none;
}
.woocommerce.wc-block-catalog-sorting select.orderby
{
    font-size: inherit;
}
.woocommerce.wc-block-catalog-sorting.has-text-color select.orderby
{
    color: inherit;
}
.woocommerce.wc-block-catalog-sorting .woocommerce-ordering
{
    margin: auto;
}