/* CSS Document */
.left-pro {
  width: 100%;
  padding: 20px 10px;
  text-align: left;
  float: left;
}

.left-pro .t1 {
  width: 100%;
  height: 68px;
  margin-top: 5px;
}

.left-pro .t2 {
  width: 100%;
  height: 402px;
}

.left-pro .MagicZoom {
  width: 100%;
  height: 100%;
}

.left-pro .t2 img {
  text-indent: 0;
}

#showArea {
  position: absolute;
  overflow: hidden;
  width: 480px;
  left: 0;
}

.smallPic {
  width: 93%;
  z-index: 1;
  position: relative;
  height: 68px;
  overflow: hidden;
  float: left;
}

#showArea img {
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  width: 60px;
  padding: 1px;
  border: 1px solid #ccc;
  height: 60px;
  float: left;
  opacity: .6;
  margin-right: 5px;
  margin-left: 5px;
}

#showArea img:hover {

  opacity: 1;
}

#main_img {
  cursor: pointer;
  display: block;
  width: 100%;
}

#gotop,
#gobottom {
  cursor: pointer;
  float: left;
  margin-top: 5px;
}

.portlet-title {
  font-size: 28px;
  font-weight: bold;
}

.discount {
  margin: 4px auto 6px;
  font-size: 14px;
  color: #E63C2D;
}

.discount .text {
  padding: 2px 6px;
  background: rgba(230, 60, 45, .5);
}

.dr_sku_price {
  font-size: 36px;
}

.attribute-label {
  font-size: 14px;
  color: #999999;
}

.carbox span {
  position: relative;
  float: left;
  min-width: 40px;
  padding: 0px 8px;
  margin: 6px 10px 10px 0;
  text-align: center;
  line-height: 22px;
  color: #333333;
  border-radius: 4px;
  background: #ECECEC;
  cursor: pointer;
}

.carbox span.txt:hover {
  color: #0F8CB8;
  border: 1px solid #0F8CB8;
  padding: 3px 5px;
}

.carbox span.curr {
  padding: 3px 5px;
  color: #0F8CB8;
  border: 1px solid #0F8CB8;
  background-color: rgba(15, 140, 184, .15);
}

.carbox span.curr b {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  overflow: hidden;
}

.product-qty {
  margin-top: 6px;
}

.product-qty .form-control {
  border: none;
  box-shadow: none;
}

.input-group-btn .btn-default:focus {
  outline-style: none;
}

.button-group .btn {
  width: 230px;
  height: 56px;
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
  border-radius: 8px;
}

.button-group .btn + .btn {
  margin-left: 24px;
}

.btn-add-cart {
  background: #0F8CB8;
}

.btn-sm {
  background: #E63C2D;
}

#product .caption {
  padding: 0;
  margin-bottom: 14px;
  font-size: 28px;
  background-color: transparent;
}

.caption {
  padding: 18px 24px;
  font-size: 24px;
  line-height: 1.0;
  border-radius: 8px;
  background-color: #ECECEC;
  margin-bottom: 40px;
}

.portlet-body {
  padding: 10px 0 24px;
}
