.ed-supertable {
    display: flex;
    /*overflow: hidden;*/
    margin: 30px 0px;

    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);

    margin-bottom: 90px;
}
.ed-st-heading {
    display: flex;
    width: 340px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    /* padding-top: 70px; */
    border-right: 1px solid #a8a8a859;
    -webkit-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.15);
}
.ed-st-data {
    display: flex;
    width: calc(100% - 340px);
    overflow: auto;
    flex-direction: column;
}
.ed-tg-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.ed-st-data .ed-tg-row:last-child div {
    border-bottom: none;
}
.ed-tg-row > div {
    width:180px;
    min-width: 180px;
    min-height: 90px;
    height:100%;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    /*padding: 30px 12px;*/
    padding: 12px;
    justify-content: center;
    border-bottom: 1px solid #ECEEEF;
}
.ed-tg-row:last-child > div {
    border-bottom: none;
}
.ed-tg-row > div.ed-tg-row-title {
    justify-content: flex-start;
    width:100%;
}
.ed-table-group .ed-tg-row {
    /*border-bottom: 1px dashed #bebebe;*/
}
.ed-table-group .ed-tg-row:last-child {
    border-bottom: none;
    border-bottom: 1px solid #6e6e6e;
}
.ed-st-data .ed-tg-row > div {
    position:relative;
    border-right: 1px solid #ECEEEF;
    /*border-bottom: 1px dashed #bebebe;*/
}
.ed-tg-row:nth-child(odd) > div:nth-child(odd) {
    /*background: #636363;*/
}

.ed-tg-row:nth-child(even) > div:nth-child(even) {
    /*background: #e6e6e6;*/
}
.ed-st-heading > div:nth-child(1) {
    height:380px;
    width:100%;
}
.ed-st-heading > div:nth-child(2) {
    width:100%;
}
.ed-table-head {
    height:380px;
}
.ed-table-head > div {
    width:180px;
}

.ed-supertable-title {
    font-size: 48px;
    margin-top: 60px;
}




.ed-table-head {
    display: flex;
}
.ed-table-head > div {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #ECEEEF;
}
.ed-table-head > div > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-right: 1px solid #ECEEEF;
    height: 160px;
}
.ed-table-head > div > div:nth-child(2) {
    background: #404040;
    height:50px;
    display:flex;
    justify-content: center;
    align-items: center;
    /*border-right: 1px solid #ECEEEF;*/
}
.ed-table-head > div > div:nth-child(2) span{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
}
.ed-table-head > div > div:nth-child(3) {
    background: #FFD000;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-right: 1px solid #ECEEEF;*/
}
.ed-table-head > div > div:nth-child(3) text {
    font-size: 14px;
}
.ed-st-heading > div:nth-child(1) > div:nth-child(1) {
    height: 280px;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    padding: 15px;
}
.ed-st-heading > div:nth-child(1) > div:nth-child(2) {
    height: 50px;
    background: #404040;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.ed-st-heading > div:nth-child(1) > div:nth-child(2) span {
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
}
.ed-st-heading > div:nth-child(1) > div:nth-child(3) {
    height: 50px;
    background: #FFD000;
}

.ed-table-group {
    position:relative;
    /*border-bottom: 1px solid #6e6e6e;*/
    /*border-bottom: 1px solid #ECEEEF;*/
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height:160px;
}
.ed-table-group:last-child .ed-tg-row:last-child {
    border-bottom:none;
}
.ed-tg-title {
    position: absolute;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    width: 180px;
    text-align: center;
    transform: rotate(-90deg);
    margin-left: -120px;
    top: 40%;
}
.ed-table-group > div {
    /*width:calc(100% - 150px);*/
    width:100%;
}

.ed-tg-row-mt1 {
    /*margin-top:1px;*/
}
/*
.ed-spe {
    width: 180px;
    background: #2d8060;
    background: #D1FFDF;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #373A3C;
    font-size: 14px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    font-weight:700;
}
.ed-spe:hover {
    background: #42af63c7;
}
*/
.ed-spe {
    white-space:nowrap;
    font-weight: 700;
    position: absolute;
    font-size: 11px;
    height: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    background: #42af63c7;
    margin-left:0px;
    margin-top:0px;

    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
.ed-spe:hover {
    background: rgba(35, 37, 156, 0.24);
    /*padding-right: 10px;*/
    min-width: fit-content !important;
}
.ed-spe text {
    font-weight: 400;
    margin-left: 7px;
    font-size: 10px;
}
.ed-tg-row-mt1 .ed-spe {
    top:-1px;
}
.ed-tg-row.ed-tg-row-mt1 > div {
    border-bottom: 1px solid #6e6e6e;
}
.ed-st-gbg {
    /*background: #D1FFDF;*/
}
.ed-tg-row > div.ed-tg-products {
    display: flex;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
    left: 0px;
    top: 0px;
    flex-direction:column;
}
.ed-table-body .ed-tg-row > div {
    padding:0px;
}

@media only screen and (max-width: 1024px) {
    .ed-supertable {
        margin-left:30px;
        margin-bottom: 50px;
    }
    .ed-tg-title {
        margin-left:-113px;
    }
    .ed-st-heading {
        width: 230px;
    }
    .ed-st-data {
        width: calc(100% - 200px);
    }
    .ed-supertable-title {
        font-size: 38px;
        margin-top: 30px;
    }
    .ed-tg-row > div {
        font-size: 12px;
        padding: 7px;
    }
    .ed-spe {
        font-size: 12px;
    }
    .ed-st-heading > div:nth-child(1) > div:nth-child(2),
    .ed-st-heading > div:nth-child(1) > div:nth-child(3),
    .ed-table-head > div > div:nth-child(2),
    .ed-table-head > div > div:nth-child(3) {
        height:34px;
    }
    .ed-table-head,
    .ed-st-heading > div:nth-child(1) {
        height: 260px;
    }
    .ed-st-heading > div:nth-child(1) > div:nth-child(1) {
        height: 192px;
    }
    .ed-table-head > div > div:nth-child(1) img {
        height:100%;
        width:auto;
    }

    @media only screen and (max-width:500px) {
        .ed-table-body1 .ed-tg-row > div.ed-tg-row-title,
        .ed-table-body2 .ed-tg-row > div.ed-tg-row-title {
            white-space: pre-wrap;
            min-width: 120px;
        }
        .ed-tg-row > div {
            min-height:120px;
        }
        .ed-spe text {
            font-weight: 400;
            margin-left: 7px;
            font-size: 10px;
        }
        .ed-st-heading {
            width: 120px;
        }
        .ed-st-data {
            width: calc(100% - 120px);
        }
        .ed-table-head > div > div:nth-child(2) span {
            color: #fff;
            font-size: 12px;
        }
        .ed-st-heading > div:nth-child(1) > div:nth-child(2) span {
            font-size: 12px;
        }
        .ed-spe {
            font-size: 11px;
            padding-left:5px;
        }
        .ed-tg-title {
            font-size: 12px;
            margin-left: -99px;
        }
        .ed-supertable {
            margin-left:0px;
            margin-bottom: 30px;
        }
        .ed-tg-row > div {
            font-size: 11px;
            padding: 4px;
        }
        .ed-tg-row > div {
            min-width: 141px;
        }
        .ed-supertable-title {
            font-size: 30px;
            margin-top: 30px;
            line-height: 32px;
            font-weight: 700;
        }
        .ma-full-width-catalogue-tables {
            max-width: calc(100% - 15px) !important;
            margin-left: 15px !important;
        }
        .ed-table-head, .ed-st-heading > div:nth-child(1) {
            height: 180px;
        }
        .ed-st-heading > div:nth-child(1) > div:nth-child(1) {
            height: 135px;
        }
        .ed-st-heading > div:nth-child(1) > div:nth-child(2), .ed-st-heading > div:nth-child(1) > div:nth-child(3), .ed-table-head > div > div:nth-child(2), .ed-table-head > div > div:nth-child(3) {
            height: 22px;
        }
        .ed-table-head > div > div:nth-child(1) {
            height: 135px;
        }
    }
}