
.prices.sb-block + .gtable.sb-block .section__wrapper {
    padding:0 0 60px;
}
.gtable.sb-block .simular-products__list {
    padding-left: 0;
    padding-bottom: 0;
}

.gtable.sb-block table tr:first-child td {
    font-size: 16px;
    text-transform: unset;
    border-bottom: 1px solid rgba(199,199,199,.5);
    padding:15px 0;
}
.gtable.sb-block .price-table td.name{
    padding:15px 0;
}
.gtable.sb-block table .price  {
    font-weight: 600;
    white-space: nowrap;
    padding:15px 0 15px 10px;
}

@media (max-width: 991px) {
    .gtable.sb-block table th,
    .gtable.sb-block table td,
    .gtable.sb-block table tr:first-child td {
        font-size: 14px;
    }
}