.type-product .container-full-width {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0px;
    width: 87%;
}
    .type-product .basic-description {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.type-product .tab-content>.tab-pane h2:first-child {
    margin-top: 20px;
}

.type-product .data-content{
    display: flex !important;
    flex-direction: column !important;
}
.type-product .data-text {
    left: 16px;
}

 .type-product .row {
    margin-right: -5%;  
}

.type-product .popis {
    line-height: 25px !important;
}

.type-product .block-product-text{
    display: flex !important;
    flex-direction: column !important;
    padding-right: 0 !important;
}

.type-product .advantage-box.advantage-con.mt-3 {
    padding-top: 20px !important;
}
 
.type-product .p-detail-inner h1 {
        margin-top: 16px !important;
        font-size: 48px !important;
        line-height: 1.1 !important;
        font-weight: 400 !important;
 }

 .type-product .p-short-description p {
    font-weight: 300 !important;
    line-height: 25px !important;
}

 .type-product .p-detail-inner .p-to-cart-block .add-to-cart-button {
  
    display: none !important;

}

@media(max-width: 991px){
    .type-product .data-text {
    left: 0px;
}

}
@media(max-width: 767px){

.type-product .block-product-text p {
    font-weight: 400;
    text-align: left;
}

.type-product .tab-content>.tab-pane h2:first-child {
    margin-top: 20px;
    text-align: justify;
}

h2 {
    font-size: 25px !important;
}

}

@media(min-width: 1200px){
   .type-product .data-content {
    display: flex !important;
    flex-direction: row !important;
}

.type-product .block-product-text{
    padding-right: 100px !important;
}
}