
.table-responsive-sm {
    text-align: center;
}
#battery-comparison table {
    text-wrap: nowrap;
}
#battery-comparison img {
    height: 50px;
}




#lg-resu-flex.product-box .info-tabs {
    min-height: 330px;
}
#byd-hvs.product-box {
    min-height: 425px;
}
#byd-hvm.product-box {
    min-height: 575px;
}
#fronius-reserva.product-box {
    min-height: 420px;
}
.product-box {
    width: 100%;
    display: flex;
    border: 5px double #ddd;
    margin-bottom: 20px;
}
.product-box .product-title {
    display: flex;
    align-items: center;
}
.product-box .product-title a {
    margin-left: 10px;
}
.product-box .manufacturer-logo {
    height: 2rem;
    margin-right: 10px;
}
.product-box .gallery {
    /*max-width: 350px;*/
    padding: 0 20px;
}
.gallery .carousel-item {
    min-height: 325px;
}


    .product-box h3 {
        padding-top: 10px;
    }
    .product-box .info-tabs {
        display: flex;
        flex-direction: row;
        width: 80vw;
    }
    .tabs {
        display: flex;
        flex-direction: column;
    }
    .tab {
        padding: 10px 20px;
        text-align: center;
        cursor: pointer;
        border: 1px solid #ddd;
        border-radius: 0.375rem;
        background: #eee;
        font-weight: bold;
    }
    .tab.active {
        background: #153e67;
        color: white;
    }
    .tab-content {
        display: none;
        padding: 15px;
    }
    .tab-content.active {
        display: block;
        padding-top: 0;
    }
    .gallery {
        min-width: 30%;
        display: flex;
        padding-top: 10px;
        align-items: flex-start;
        justify-content: center;
    }
    .version-table {
        width: 100%;
        border: 1px solid black;
        margin-top: 10px;
        text-wrap: nowrap;
    }
    .version-table > tbody > tr > td {
        vertical-align: middle;
    }
    .version-table-info {
        text-align: left;
        margin-bottom: 10px;
    }
    .version-table-info p:before {
        content: "\00BB ";
    }
    .version-table-info p {
        padding: 0;
        margin: 0;
    }







@media (max-width: 768px) {


    .product-box {
        flex-direction: column;
    }
    .product-box .gallery {
        padding: 0;
        max-width: calc(100% - 50px);
        min-height: 0px;
    }
    .product-box div h3 {
        text-align: center;
    }
    .product-box div .info-tabs {
        flex-direction: column;
    }

}