.section-what {
    padding: 30px 0 90px;
}
.section-what .image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-what .image-holder img {
    padding: 10px 20px;
    border-radius: 16px;
    box-shadow: 0 17px 40px 0 rgba(175, 185.99999999999997, 221, .2);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    object-fit: contain;
    max-height: 200px;
    width: 100%;
    border: 1px solid #e5e5e50d;
}
.section-what .text-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-what .text-holder h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-what .text-holder p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--bs-gray);
}
.section-related {
    padding: 60px 0;
}
.heading {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.suggested-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #eeeeef;
    box-shadow: 0 20px 35px 0 rgb(15 14 26 / .05);
}
.suggested-item .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin-bottom: 15px;
    background-color: #eeeeef;
}
.suggested-item .thumb>svg {
    width: 33px;
    height: 35px;
    color: #040404;
}
.suggested-item .detail {
    display: flex;
    flex-direction: column;
}
.suggested-item .detail>.name {
    font-size: 16px;
    font-weight: 600;
    color: #171b2b !important;
}
.suggested-item .detail>.desc {
    font-size: 12px;
    font-weight: 400;
    color: #171b2b !important;
    margin-top: 5px;
    line-height: 1.4;
}
.suggested-item .actions {
    width: 60%;
    margin-top: 15px;
}
.btn-dark {
    color: #ffffff;
    background-color: #171b2b !important;
    border-color: #171b2b !important;
}
.suggested-item .actions>.btn {
    width: 100%;
}
#prices {
    scroll-margin-top: 50px;
}
.section-prices {
    padding: 60px 0;
}
.price-table {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    border: 2px solid #eaeef1;
    overflow: hidden;
    border-radius: 20px;
}
.price-table .ssl-panel {
    flex: 0 0 25%;
    border-right: 2px solid #eaeef1;
    font-weight: 600;
}
.price-table .ssl-panel ul li {
    justify-content: flex-start;
    background-color: #f6f8f9;
}

.price-table ul li:first-child {
    font-weight: 600;
    background-color: #f6f8f9;
}
.price-table ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 46px;
    padding: 0 15px;
    color: var(--bs-dark);
    line-height: 1;
    border-bottom: 2px solid #eaeef1;
}
.price-table .ssl-columns {
    flex: 0 0 75%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.price-table .ssl-columns .ssl-col ul li>small {
    font-size: 11px;
    margin-left: 5px;
}
.price-table .ssl-columns .ssl-col {
    flex: 0 0 20%;
    border-right: 2px solid #eaeef1;
}
.price-table .ssl-columns .ssl-col:last-child {
    border-right: 0;
}
.price-table .ssl-columns .ssl-col.pt-price span {
    font-size: 16px;
    font-weight: 600;
}
.price-table .ssl-columns .ssl-col.pt-price span small {
    font-weight: 600 !important;
}

.price-table .ssl-columns .ssl-col.pt-price span sub {
    bottom: -0em !important;
}
@media only screen and (max-width: 767px) {
    .price-table .ssl-panel {
        flex: 0 0 50%;
    }
}
@media only screen and (max-width: 767px) {
    .price-table .ssl-panel ul li {
        line-height: 1.3;
    }
}
@media only screen and (max-width: 767px) {
    .price-table .ssl-panel ul li h2 {
        line-height: 1.3;
    }
}
@media only screen and (max-width: 767px) {
    .price-table .ssl-columns {
        flex: 0 0 50%;
        overflow-y: scroll;
    }
}
@media only screen and (max-width: 767px) {
    .price-table .ssl-columns .ssl-col {
        min-width: 202px;
    }
}
a.btn-basket.btn-add-product-basket {
    color: black;
}
h2.sslTitle {
    font-size: 15px;
}
