table.variations {
  border: none;
}

table.variations tr {
  border: none;
}

table.variations tr td {
  width: 100%;
  padding: 0;
  display: block;
  border: none;
}

table.variations tr td.label {
  padding-bottom: 10px;
}

table.variations tr td.value ul.ri-ca {
  padding-bottom: 20px;
}

table.variations label {
  font-size: 14px;
}

table.variations select {
  border: none;
  background: #ebebeb;
  padding: 3px 10px;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}

table.variations select option {
  background: #fff;
  color: #333;
  font-size: 14px;
}

table.variations ul.ri-ca {
  list-style: none;
  margin: 0;
  padding: 0;
}

table.variations ul.ri-ca > li {
  display: block;
  height: 20px;
  width: 20px;
  font-size: 12px;
  float: left;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
  color: #999999;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

table.variations ul.ri-ca > li.color {
  border-radius: 50%;
}

table.variations ul.ri-ca > li.color.selected, table.variations ul.ri-ca > li.color:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #c2c2c2;
}

table.variations ul.ri-ca > li.image {
  border-radius: 3px;
  overflow: hidden;
}

table.variations ul.ri-ca > li.image.selected, table.variations ul.ri-ca > li.image:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #c2c2c2;
}

table.variations ul.ri-ca > li.label {
  border-radius: 3px;
}

table.variations ul.ri-ca > li.label.selected, table.variations ul.ri-ca > li.label:hover {
  background: #c7b299;
  color: #fff;
}
