.custom-variation-table-form {
    margin-top: 20px;
}

.custom-variation-table-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.custom-variation-table-form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
}

#size-table table {
    width: 100%;
    border-collapse: collapse;
}

#size-table th,
#size-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

#size-table th {
    background-color: #f9f9f9;
}

.single_add_to_cart_button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.single_add_to_cart_button:hover {
    background-color: #005177;
}
.variations_form {
    display:none;
}








.custom-variation-table-form .DropDown {
 margin-bottom: 20px;
    width: 100%;
}
.custom-variation-table-form .DropDown label {
     display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}
.custom-variation-table-form .DropDown select {
  width: 100%;
  padding: 7px 10px;
  border-radius: 30px;
  margin-top: 5px;
  font-size: 16px;
}
.custom-variation-table-form #size-table table {
  border-spacing: 0;
}
.custom-variation-table-form #size-table table tr td {
  border: 1px solid #ccc;
  text-align: center;
  border-top: 0;
  border-right: 0;
  font-size: 14px;
  padding: 5px;    background: #fff;    vertical-align: middle;
}
.custom-variation-table-form #size-table table tr td:last-child {
  border-right: 1px solid #ccc;
}
.custom-variation-table-form #size-table table tr th {
  padding: 7px !important;
  width: 7% !important;
  color: #fff !important;
  background: #000;
  font-size: 14px;
  border: 0;    text-align: center;
}
.custom-variation-table-form #size-table table tr td input {
     width: 50px;
    padding: 3px;
    text-align: center;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: unset;
}
.custom-variation-table-form .single_add_to_cart_button {
  background:#000 !important;
}
.custom-variation-table-form {
  margin-bottom: 20px
}
.custom-variation-table-form #size-table table tr.Disabled {
  opacity: 0.5;
}
.custom-variation-table-form #size-table table tr.Disabled input {
  pointer-events: none;
}
.custom-variation-table-form select:focus-visible,
.custom-variation-table-form input:focus-visible {
  outline: 0 !important
}
.custom-variation-table-form #size-table table tr th,.custom-variation-table-form #size-table table tr td{    text-transform: uppercase;}