.product_big_images-top {
    margin-bottom: 15px;
}
.portfolio-full-image {
    border: 1px solid #ddd;
}
.portfolio-full-image img {
    width: 100%;
}
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}
.pot-small-img {
    border: 1px solid #ddd;
}
.pot-small-img img {
    width: 100%;
    height: 100px;
}
.horizantal-product-active .pot-small-img {
    margin-right: 15px;
}

.horizantal-product-active .pot-small-img {
    max-width: 99px;
}