.product-variants .select-swatch .swatch .swatch-element {
  display: inline-block;
  margin: 5px 3px;
  position: relative;
  vertical-align: bottom;
}

.product-variants .select-swatch .swatch .swatch-element label.sd {
  color: #fff;
  background: #000000;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #cbcbcb;
}

.product-variants .select-swatch .swatch .swatch-element label {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #bdbfbe;
  font-size: 10px;
  color: #515b5c;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.product-price .pro-percent {
  display: inline-block;
  padding: 3px 12px;
  background: #f94c43;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: white;
  vertical-align: text-bottom;
}

.product-price del {
  font-size: 18px;
  color: #878c8f;
  margin-right: 10px;
}

.product-price .pro-price {
  font-size: 25px;
  font-weight: 600;
  color: red;
}

.view-size-guide {
  margin: 12px 0;
}

.product-variants .select-actions .quantity-area {
  width: 150px;
  float: left;
  margin-right: 20px;
}

.product-variants .select-actions .quantity-area input.qty-btn {
  float: left;
  background: #f3f4f4;
  border: solid 1px #f3f4f4;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.product-variants .select-actions .quantity-area input.quantity-input {
  background: #fff;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  width: 60px;
  padding: 0;
  text-align: center;
  border: 1px solid #f3f4f4;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.product-variants .select-actions .addcart-area {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.product-variants .select-actions .addcart-area .btn-addtocart {
  width: 50%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  outline: none;
  font-weight: 600;
  font-size: 15px;
  
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  padding: 12px 28px;
  line-height: normal;
  color: #fff;
  background-color: #000000;
  border: 1px solid #252a2b;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  outline: none;
  border-radius: 2px;
  text-transform: uppercase;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

