.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: "";
}
.zoomImg {
  max-width: inherit!important;
}
.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:100%;
  float:left; 
}

dd {
  width:100%;
  float:left;
}

.color-green {
  color:#83AA0C;
}

.color-red {
  color:#892727;
}

.social {
  padding:5px 0;
}

.social .social-block {
  margin: 5px 0;
  margin-right:5px;
}

.social .social-block.social-block-facebook {
  display: inline-block;
  display:inline;
  *zoom:1;
  width: 82px;
  height: 20px;
  vertical-align: bottom;
}

.social .social-block.social-block-google {
  display: inline-block;  
  display:inline;
  *zoom:1;
  width: 66px;
  height: 20px;
  vertical-align: bottom;
}

.social .social-block.social-block-pinterest {
  display: inline-block;
  display:inline;
  *zoom:1;
  width: 45px;
  height: 20px;
  vertical-align: bottom;
}
.social .social-block.social-block-twitter {
  display: inline-block;
  display:inline;
  *zoom:1;
  width: 94px;
  height: 20px;
  vertical-align: bottom;
}

.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;
  float:left;
  width:100%;
}

.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;
  margin-bottom:4px;
}

input.quantity {
  width:30px;  
  float:left;
  height:30px;
  padding:4px 7px;
}

.product-configure label {
  font-weight:normal;
}

.product-configure input {
  padding:3px 10px; 
}

.product-configure-clear {
  padding-bottom:10px;  
}
.product-discounts span {
  background: #eeeeee;
  padding:3px 10px;
  margin-right:5px;
  margin-bottom:5px;
  border-radius:4px;
  float:left;
}

@media (min-width: 768px)  { 
  input.quantity {
    margin-left:20px;
}
dt {
  width:40%;
}

dd {
  width:60%;
  margin-bottom:0;
}
.social {
  padding:5px 0;
}
}

@media (max-width:450px){
  .price-old{display:block;}
.product {
  max-height: 385px;
  min-height: 345px;
}
}

/* ------------------bundle products -------------*/

.bundleproducts{
  margin-top:10px;
}
.bundleproducts .sum{
  position:absolute;
  right:-15px;
  top:45%;
  margin-top:-15px;
  padding-top:2px;
  width:30px;
  height:30px;
  font-size:18px;
  text-align:center;
  border-radius:50%;
  background:#f2f2f2;
  z-index:100;
}
.bundleproductsinner{
  margin-top:10px;
}
.bundleproducts .bundleproduct{
  margin-bottom: 20px;
  position:relative; 
  padding-top:20px;
  min-height:220px;
}
.bundleproducts .border{
  border: 1px solid #f2f2f2;
}
.bundleproducts .product h3{
  height: inherit;
}
.bundleproducts .info p{
  font-size:12px;
}
.bundleproducts .bundleDetails{
  background-color:#f5f5f5;
  border-radius:6px;
  padding: 13px 10px 0px;
}
.bundleproducts .label-sale{
  margin-top:-20px;
  border-radius:4px;
  position:relative;
  width:auto;
}
.bundleproducts .label-sale:before {
  border:none; 
}
.bundleproducts .price-old {
  float:left;
  line-height:2.5em;
}



.bundles .product.product{padding-left:7.5px;padding-right:7.5px;background:none;margin-bottom:0;}
.bundles .bundle h3{padding: 0 10px;margin-bottom: 0;margin-top: 10px;opacity: 0.4;}
.bundles .bundle .bundletitle{font-size: 12.5px;text-align: left; line-height: 16px;padding: 0px 10px;margin-top: 5px;}
.bundle i{font-style:normal;color:#AFAFAF;}
.bundles .product{min-height:inherit;}
.bundles .product .image{padding-bottom:5px;text-align:center;}
.bundles .product img{border:1px solid transparent;padding:5px;border-radius:3px;height:inherit;}
.bundles .product img:hover{border:1px solid rgba(0,0,0,0.2);}
.bundles .bundle .bundleproductinfo {padding: 0px !important; text-align: center;}
.bundles .bundle .bundleproductinfo p{margin: 0px !important;}

.bundles .bundle .bundleproductinfo .stnrdvariant{margin-top: 6px !important; font-size: 11px;opacity: 0.5;text-align:center;}
.bundles .bundle .product-configure-variants select, .bundles .bundle .product-configure-options-option select{width:100%;-moz-appearance:none; -webkit-appearance: button;outline:0; -webkit-border-radius: 2px; -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); -webkit-padding-end: 68px; -webkit-padding-start: 1px; -webkit-user-select: none; background-image: url(arrowdropdown.png), -webkit-linear-gradient(#ffffff 30%, #f5f5f5); background-position: 97% center; background-repeat: no-repeat; border: 1px solid #AAA; color: #999; overflow: hidden;  padding: 5px 25px 5px 7px; text-overflow: ellipsis;white-space: nowrap;font-size: 11px;margin-bottom:3px;}

.bundles .bundle .product-configure-variants select:hover,
.bundleproductinfo .product-configure-options-option select:hover
{color: #333; border: 1px solid #666;cursor:pointer;}

.bundleproductinfo .product-configure-variants label,
.bundleproductinfo .product-configure-options-option label{display:none;}



.quantibundle{position: absolute;top: 30%;left: 11%;background: orange; width: 24px;height: 24px;line-height: 24px; text-align: center;border-radius: 24px; color: #FFF;}

.bundleDetails .discount.title{float:left;width:40%;min-height:40px;}
.bundleDetails .prices.total{float:left;width:46%;text-align:right;}
.bundleDetails{border-top:1px solid #E4E4E4;padding:10px 15px 10px 5px;margin-top:10px;}
.bundleDetails .onstock{position:absolute;color:#008500;left:5px;top:25px;}
.bundleDetails .onstock .glyphicon{color:#008500;}
.bundleDetails .outofstock{position:absolute;color:#A00000;left:5px;top:25px;}
.bundleDetails .outofstock .glyphicon{color:#A00000;}
.bundleDetails .pricer{line-height:16px; float:right; width:25%;}
.bundleDetails .pricer span{text-decoration:none;font-size:15px;color:#000 !important;float:right;font-weight:inherit;}
.bundleDetails .pricer .old-price{text-decoration:line-through;font-size:15px;color:#999;float:right;font-weight:norma;}
.bundleDetails .pricer .price-tax{font-size:9px;color:#ccc;float:right;line-height:10px;clear:right;}
.bundleDetails .product-details .btn-view{float: right; width: 13%; padding: 10px 10px;}
.bundle .send{float: left;text-align: right; width: calc(100% - 5px);margin-top:5px;}


.bundles{float:left;width:100%;margin-bottom:15px;border-radius:6px;}

.bundles .bundle{background: #FFF;border-bottom: 1px solid rgba(0,0,0,0.2); margin-bottom: 10px;float: left; width:100%;padding:15px;}


.bundles .bundle:hover{border-bottom:1px solid rgba(0,0,0,0.4);}
.bundles form:last-child .bundle{margin-bottom:0;}
.bundles .product i{position:absolute;right:2px;top:35px;font-size: 34px;
  font-weight: bold;}

.view-cart .cartbundle {font-size: 85%;line-height:12px;float: left;width: 100%;margin-top: 3px;margin-bottom: 2px;}



.nexttoinfo h2{display:none;}
.nexttoinfo .bundleDetails .prices.total{width: 40%;}
.nexttoinfo .bundleDetails .product-details .btn-view {width: 20%;padding:6px 20px !important;}
.nexttoinfo .prices small{top: 0px;}

@media screen and (max-width:768px) {
  .bundles .product i{top:25px;}
.bundleDetails .prices.total{width: 40%;}
.bundleDetails .product-details .btn-view {width: 20%;}
.prices small{top: 0px;}
}