@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#variations-bulk-form-ctr {
  padding: 1em 0; }
  #variations-bulk-form-ctr .bulk-add-to-cart .bulk-add-to-cart--table {
    overflow-x: auto;
    max-width: 100%;
    width: 100%; }
    #variations-bulk-form-ctr .bulk-add-to-cart .bulk-add-to-cart--table table {
      border-spacing: 0;
      font-size: 0.9rem;
      overflow-x: auto;
      width: 100%;
      max-width: 100%;
      white-space: nowrap; }
      #variations-bulk-form-ctr .bulk-add-to-cart .bulk-add-to-cart--table table thead {
        color: #ffffff;
        text-transform: uppercase;
        background-color: #464646; }
      #variations-bulk-form-ctr .bulk-add-to-cart .bulk-add-to-cart--table table tbody tr:nth-child(odd) {
        background-color: #f7f7f7; }
      #variations-bulk-form-ctr .bulk-add-to-cart .bulk-add-to-cart--table table th {
        font-weight: normal;
        padding: 5px 8px; }
        #variations-bulk-form-ctr .bulk-add-to-cart .bulk-add-to-cart--table table th:first-of-type {
          padding-left: 10px; }
        #variations-bulk-form-ctr .bulk-add-to-cart .bulk-add-to-cart--table table th:last-of-type {
          width: 133px; }
      #variations-bulk-form-ctr .bulk-add-to-cart .bulk-add-to-cart--table table td {
        border-bottom: 1px solid #dddddd;
        padding: 4px 8px;
        white-space: nowrap; }
        #variations-bulk-form-ctr .bulk-add-to-cart .bulk-add-to-cart--table table td:first-of-type {
          padding-left: 10px; }
      #variations-bulk-form-ctr .bulk-add-to-cart .bulk-add-to-cart--table table td:last-of-type {
        width: 150px; }
      #variations-bulk-form-ctr .bulk-add-to-cart .bulk-add-to-cart--table table .form-item {
        margin: unset; }
  #variations-bulk-form-ctr .bulk-add-to-cart input[type='submit'] {
    margin: 1em 0;
    width: 100%; }
  #variations-bulk-form-ctr .bulk-add-to-cart button.number-button + .number-step-help {
    display: none; }
