.produkt .produkt_detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.produkt_detail .twrap {
    width: 100%;
    display: flex;
}

#produktdetail_wrap .produkt .produkt_detail .description {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.produkt .produkt_detail.dtdesc {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.produkt .produkt_detail .description .price_cart_block {
    position: relative !important;
    order: 2;
}

.produkt .produkt_detail .description .produkt_description {
    flex: 1;
    padding-right: 1rem;
}

.produkt .produkt_detail .description .info_auto {
    width: 100% !important;
    background: none !important;
    border-top: 1px solid #EFEFEF;
}