/* product detail */
.wcmc-price-detail .price,
.wcmc-price-detail .price-sale {
  display: inline-block;
}
.wcmc-price-detail .price {
  font-size: 28px;
}
.wcmc-price-detail .price-sale {
  color: #999;
}
.wcmc-product-cart-options {
  overflow: hidden;
  padding: 10px 0 10px 0;
}
.wcmc-product-cart-options .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wcmc-product-cart-options .title .option-type__selected-option {
  font-weight: 100;
}
.wcmc-product-cart-options .options label {
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 1px;
  height: 34px;
  position: relative;
  cursor: pointer;
}
.wcmc-product-cart-options .options label .item {
  display: inline-block;
  height: 30px;
  min-width: 50px;
  line-height: 30px;
  text-align: center;
  background-color: #F2F2F2;
}
.wcmc-product-cart-options .options label img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.wcmc-product-cart-options .options label input {
  display: none;
}
.wcmc-product-cart-options .options label.active {
  border: 1px solid #E53135;
}
.wcmc-product-cart-options .options label.active img {
  display: block;
}
.product-thumb-vertical ul.owl-carousel {
  list-style: none;
  display: block;
}
.product-thumb-vertical .product-thumb a {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 10px;
}
.product-thumb-vertical .product-thumb a img {
  height: 70px;
}
.product-thumb-vertical .product-thumb a.zoomGalleryActive,
.product-thumb-vertical .product-thumb a:hover {
  border-color: red;
}
