#container tr {
    width: 100%;
}

#container tr td {
    width: 100%;
    background: #fff;
    font-size: 14px;
    padding: 10px 4px;
    margin: 2px 0;
    box-sizing: border-box;
}

.table thead tr th {
    font-size: 14px;
    padding: 10px 0;
}

.table thead tr th:nth-child(1) {
    width: 150px;
}

.table thead tr th:nth-child(2) {
    width: calc(1108px - 826px)
}

.table thead tr th:nth-child(3) {
    width: 100px;
}

.table thead tr th:nth-child(4) {
    width: 100px;
}

.table thead tr th:nth-child(5) {
    width: 136px;
}

.table thead tr th:nth-child(6) {
    width: 90px;
}

.table thead tr th:nth-child(7) {
    width: 150px;
}

.table thead tr th:nth-child(8) {
    width: 100px;
}

#container tbody tr td:nth-child(1) {
    width: 150px;
}

#container tbody tr td:nth-child(2) {
    width: calc(1108px - 826px);
    font-size: 15px;
    font-weight: 700;
}

#container tbody tr td:nth-child(2) p {
    position: relative;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #222222;
}

#container tbody tr td:nth-child(2) .bbx {
    margin-left: 6px;
    position: relative;
    top: -3px;
    display: inline-block;
    line-height: 1;
    padding: 3px 10px 4px 6px;
    font-size: 11px;
    font-weight: 500;
    background: #60be5a;
    color: #fff;
    border-radius: 14px;
}

#container tbody tr td:nth-child(2) small {
    display: block;
    color: #999;
}

#container tbody tr td:nth-child(2) span {
    font-weight: 500;
    border-radius: 2px;
    padding: 3px 6px;
}

#container tbody tr td:nth-child(3) {
    width: 100px;
}

#container tbody tr td:nth-child(4) {
    width: 100px;
}

#container tbody tr td:nth-child(5) {
    width: 136px;
}

#container tbody tr td:nth-child(6) {
    width: 90px;
}

#container tbody tr td:nth-child(6) img {
    width: 30px;
}

#container tbody tr td:nth-child(7) {
    width: 150px;
}

#container tbody tr td:nth-child(7) .badge {
    position: relative;
    top: -3px;
}

#container tbody tr td:nth-child(7) .badge:after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 54%;
    width: 0;
    height: 0;
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    border-top: 6px solid #31a745;
}

#container tbody tr td:nth-child(8) {
    width: 100px;
}

#container tbody tr td:last-child .btn {
    padding: 8px 16px;
    font-size: 13px;
}

.choose-bar {
    padding: 70px 0;
    text-align: center;
}
.choose-bar h3 span.imp {
    display: inline-flex;
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #0f3654;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 1px 1px 40px #f9f9f9;
}
.choose-bar h3 {
    color: #0f3654;
    font-size: 46px;
}

.choose-bar h3 span {
    display: block;
    margin-top: 7px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 10px;
}

.choose-bar p {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.5;
}

.ssl__product .pp-price {
    font-size: 15px;
}
.page-banner.manset .container,.page-banner.manset .row,.page-banner.manset .container .row > div {
    height: 100%;
    display: grid;
    padding: 0;
}
.manset .btn.btn-warning {
    display: inline-flex;
    align-items: center;
    max-width: 230px;
}
@media only screen and (max-width: 767px) {
    .page-banner {
        display: flex;
        align-items: center;
    }

    .ssl__filter li:nth-child(2) {
        width: 100%;
    }

    .ssl__filter li:nth-child(2) > div > a {
        float: left;
        width: 49%
    }

    .ssl__filter li:nth-child(2) > div > a + a {
        margin-left: 5px;
    }

    .ssl__advanced .col1X > div {
        width: 100% !important;
        float: none;
    }
    .page-banner.manset .container, .page-banner.manset .row, .page-banner.manset .container .row > div {padding: 0 15px;}

    .page-banner .page-banner-text p {
        color: #fff;
    }

    .heading.text-center {
        margin-bottom: 20px;
    }

    #ozellikler .row {
        overflow: inherit;
        flex-wrap: wrap;
    }

    .page-content .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .choose-bar h3 {
        font-size: 30px;
        font-weight: bolder;
    }
}