.product-content {
  padding:0px 20px 20px; 
}

.label-sale{
  position:absolute;
  display:block;
  top:20px;
  left:-10px;
  font-size:11px;
  text-transform:uppercase;
  padding:4px 8px;
  color:white;
}
.label-sale::before {
  position: absolute;
  top: 23px;
  left:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #D6D6D6 transparent transparent;
  content: "";
}

.producthome .label-sale{
  left:5px;
}

.margintop {
  margin-top:15px; 
}

.stars {
  width: 80px;
  height: 16px;
  background: url(icon-16-stars.png) 0px 0px repeat-x;
  margin: 0 3px 9px 0;
  display: inline-block;
  vertical-align: bottom;
}

.stars-percent {
  width: 100%;
  height: 16px;
  background: url(icon-16-stars.png) 0px -16px repeat-x;
  display: inline-block;
  float: left;
}

.score {
  line-height: 30px;
}

.score .total {
  font-weight: normal;
  font-size: 11px;
}

.button-review {
  color:#333;  
  font-size:12px;
  float:right;
}

.button-review:hover {
  text-decoration:underline;
}

.price-tax {
  font-size:10px;
}

dt {
  width:40%;
  float:left; 
}

dd {
  width:60%;
  float:left;
}

.color-green {
  color:#83AA0C;
}

.color-red {
  color:#892727;
}

.share .social {
  max-width: 380px;
  min-height: 30px;
  text-align: left;
}

.share .social .social-block {
  margin: 5px 0;
}

.share .social .social-block.social-block-facebook {
  display: inline-block;
  display:inline;
  *zoom:1;
  width: 82px;
  height: 20px;
  vertical-align: bottom;
}

.share .social .social-block.social-block-google {
  display: inline-block;  
  display:inline;
  *zoom:1;
  width: 66px;
  height: 20px;
  vertical-align: bottom;
}

.share .social .social-block.social-block-pinterest {
  display: inline-block;
    display:inline;
  *zoom:1;
  width: 45px;
  height: 20px;
  vertical-align: bottom;
}
.share .social .social-block.social-block-twitter {
  display: inline-block;
    display:inline;
  *zoom:1;
  width: 94px;
  height: 20px;
  vertical-align: bottom;
}

.share .social .social-block.social-block-addthis {
  display: inline;
  float: left;
  height: 16px;
  margin-top: 0;
  padding: 2px 0;
  vertical-align: bottom;
  width: 20px;
}

.tab-content {
  padding:20px;
  background:#fff;
}

.nav>li>a {
  padding:10px 60px; 
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
  border-color:#fff;
  margin-bottom:-2px;
}

.productpage-images-thumbs {
  padding-left:0px; 
}

.productpage-images-thumbs li {
  list-style-type:none; 
  display: inline-block;
  margin-right:4px;
}

input.quantity {
  width:30px;  
  float:left;
  height:30px;
  padding:4px 7px;
}

.product-configure label {
  width:25%; 
  font-weight:normal;
}

.product-configure input {
  padding:3px 10px; 
}

.product-configure-clear {
  padding-bottom:10px;  
}
.productpage-images-featured img {
  max-width:inherit !important
}

.product-discounts span {
  background: #eeeeee;
  padding:3px 10px;
}

@media (min-width: 768px)  { 
  input.quantity {
    margin-left:20px;
  }
}

#product-tabs > ul > li:nth-child(2) > a{
	display: none;
}