.op {
  padding: 0px;
  margin: 0px;
}
.op li {
  display: inline-block;
  cursor: pointer;
  list-style: none;
}
.cp .color li img {
  border: 1px solid #dddddd;
  height: 100%;
  line-height: 10px !important;
}
.cp .color li span {
  font-size: 0.8rem;
  font-weight: 600;
}
.cp .option-price {
  font-size: 0.8rem;
  font-weight: 400 !important;
}
.cp .color li.active img {
  border: 1px solid #999999;
}
.cp .size {
  padding-bottom: 3px;
}
.cp .size li {
  background: #ffffff;
  min-width: 30px;
  padding: 0px 5px;
  text-align: center;
  border: 1px solid #dddddd;
  line-height: 29px;
  display: inline-block;
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.cp .size li.active {
  border-color: #999999;
}
.cp ul li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.cp ul li:last-child {
  /* margin-right: 0; */
}