.product_info_add_column{
    padding:30px 15px;
}
.selledby-caption{
    padding:10px;
    margin-top: -25px;
}
.product-append-labels > div{
    position: inherit;
}
.product_info_add_column .productPriceDiscount br{
    display:none;
}
.product_info_add_column #productPrices .normalprice{
    width: 100%;    
}
.product-append-labels{
    column-gap: 8px;
}
.product_info_add_column #productPrices,
#cartAdd{
    gap:8px;
}
#cartAdd{
    margin: 0;
}
.product_info_add_column .wishlist_add{
    margin-top: 8px;
}
.store_logo{
    border-radius: 50%;
}
.border-width-4{
    border-width: 3px;
}
.specs-table{
    margin-bottom:0;
}
.specs-table tbody td {
    padding: 10px 5px;
}
.specs-table.table-striped>tbody>tr:nth-of-type(odd){
    background-color:#e7e9fb;
}
.specs_col > div{
    height: 350px !important;
    overflow-y: scroll;
}
.rating-stars-prom .progress{
    height:8px;
    margin-bottom:0;
}