/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


.catalog-tbl .hint li:hover {
    color: #215f86;
}

.catalog-tbl .hint li {
    cursor: pointer;
}

.catalog-tbl tr td:nth-child(2) {
    width: 220px;
}

.catalog-tbl .hint li:not(:last-of-type) {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.catalog-tbl .bth__btn.fas {
    font-family: "Font Awesome 5 Free";
}

.catalog-tbl .bth__btn {
    padding: 0;
    width: 70px;
}

.catalog-tbl tr td {
    position: relative;
}

.catalog-tbl .hint li {
    font-size: 13px;
    text-transform: uppercase;
}

.catalog-tbl .hint.active {
    display: block !important;
    left: 0;
    background: #ffffff;
    top: 45px;
}

@media screen and (max-width: 1150px) {
    .catalog-tbl tr td:nth-child(3) {
        display: none;
    }

    .catalog-tbl .lsfw-fill-tbl__cut300 {
        max-width: 240px;
    }

    .catalog-tbl tr td .fz18 {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 1023px) {
    .catalog-tbl.lsfw-fill-tbl tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td {
        border: none;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td:last-child .bth__btn {
        margin: 0 0 0 10px;
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td:last-child {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        margin-left: auto;
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td:nth-child(2) {
        width: 40%;
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td:nth-child(4) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: calc(100% - 50px);
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    .catalog-tbl.lsfw-fill-tbl tbody tr td:last-child .bth__btn {
        width: calc(50% - 5px) !important;
        margin: 0;
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td:nth-child(4) .lsfw-fill-tbl__inline:last-child {
        width: calc(100% - 70px);
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td:nth-child(5) {
        margin-left: auto;
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td:nth-child(4) {
        width: 100%;
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td:nth-child(5) .fz11 {
        display: none;
    }

    .catalog-tbl.lsfw-fill-tbl .lowercase {
        font-size: 10px;
        width: calc(100% - 1px);
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td:nth-child(2) {
        width: calc(100% - 55px);
        padding-right: 0;
    }

    .catalog-tbl .lsfw-fill-tbl__cut300 {
        max-width: calc(100% - 2px);
        font-size: 13px;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .catalog-tbl.lsfw-fill-tbl .lsfw-fill-tbl__cut160 {
        max-width: calc(100% - 36px);
    }

    .catalog-tbl .hint.active {
        left: auto;
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td:first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .catalog-tbl.lsfw-fill-tbl tbody tr td:last-child {
        width: calc(100% - 50px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}