@media(max-width: 767px) {
    .type-product .breadcrumbs {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .p-detail-inner .p-short-description{
        padding-top: 30px
    }
}

@media(min-width: 768px) {
    .type-product .breadcrumbs {
        padding: 0px 20px 11px 20px;
    }
}

@media(min-width: 992px) {
    .type-product .breadcrumbs {
        width:unset !important;
    }
}

.p-detail-inner h1{
    padding-bottom: 15px
}

.p-detail-inner .p-detail-inner-header, .p-detail-inner .p-short-description{
    margin-bottom: 40px
}

.p-detail-inner-header-mobile, .p-detail-inner-header-mobile .h1 {
    padding-bottom: 25px;
}

.p-to-cart-block {
    background: unset;
    padding: unset;
}

.extended-description ::after {
    display: none;
}

.extended-description tr {
    border-bottom: solid 1px #e4e4e4;
}

@media(min-width: 768px){
    .extended-description table {
        font-size: 16px;
    }
}

.extended-description th {
    padding-top: 10px;
    padding-bottom: 10px;
}

.extended-description table.detail-parameters {
    width: calc(100% - 40px);
    max-width: 768px;
    text-align: right;
    margin: auto;
}

.extended-description>p {
    text-align: center;
}

.extended-description th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.extended-description td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.extended-description {
    width: 100%;
    background: #f7f7f7;
    padding: 50px 0px 50px 0px;
    margin-top: 30px;
}

.extended-description>p {
    font-size: 24px;
}

.extended-description table.detail-parameters tbody tr th .row-header-label {
    background-color: #f7f7f7 !important;
}

.extended-description .doporuceni ul {
    list-style: none !important;
}