.breadcrumb {
    border:0;
    border-radius:0;
}
.product-small {

}
.product-small .product-image-thumb {
    margin-bottom:5px;
    border:1px solid #EEE;
}
.product-small .product-content {

}
.product-small .product-content .product-name a {
    font-size: 18px;
    margin-bottom:5px;
}
.product-small .product-content .product-old-price {
    font-size: 13px;
    color: #AAA;
    text-decoration: line-through;
}
.product-small .product-content .product-price {

}
.product-small .product-content .product-shopping-cart-add {
    margin-top:5px;
}
.list-group a.list-group-item {
    padding: 3px 15px;
    border:0;
}
/* Product full view */
.product_price_old {
    font-size: 22px;
    color: #AAA;
    text-decoration: line-through;
}
.product_price {
    font-size: 28px;
    padding-bottom:10px;
    color:#2EA3F2;
}
.product_description {
    /*border-top:1px solid #EEE;*/
    color:#888;
    margin-bottom: 25px;
}
.product-full-left img {
    border:2px solid #E4E4E4;
}
.product-image-thumb .img-responsive {
    /*height: 100%;*/
    max-height:100%;
    width: auto;
}
@media (max-width: 767px) {
    div .product-image-thumb .img-responsive {
        max-height:158px;
        width: inherit;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-small .product-image-thumb {
        height:158px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-small .product-image-thumb {
        height:213px;
    }
}
@media (min-width: 1200px) {
    .product-small .product-image-thumb {
        height:262px;
    }
}

div.product-image-thumb div.product-discount-label {
    position:absolute;
    width:80px;
    height:80px;
    line-height: 80px;
    background-size: contain;
    text-align: center;
    font-size:16px;
    font-weight: bold;
    background: url(../images/product_discount_label.png) no-repeat center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}