.nw-mobile-menu-dd-i {
    padding-bottom: var(--gutter-unit-m);
    padding-top: var(--gutter-unit-l);
}
.nw-inner-rows {
    .nw-menu-all {
        position: absolute;
        left: 15px;
        bottom: 30px;
    }
}
.nw-badge {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    z-index: 1;
}
.nw-pr-back {
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
    body.hideScroll {
        overflow: hidden !important;
    }
    .nw-mobile-menu {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 60px;
        padding-bottom: 60px;
        padding-top: 15px;
        display: flex;
        align-items: flex-start;
        .mh__logo {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            text-align: center;
        }
        .mob-nav {
            width: 100%;
        }
        .far-image {
            &::after {
                display: none;
            }
            img {
                position: relative;
            }
        }
    }
    .nw-mobile-mbtn {
        padding: 0;
        // border-bottom: solid 1px #dddddd;
        &:last-child {
            border-bottom: none;
        }
        & > a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 44px;
            line-height: 1;
            svg {
                // margin-left: 5px;
                // margin-right: -5px;
                margin-top: -2px;
                opacity: 0;
            }
        }
    }

    .nw-mobile-menu-dd {
        position: fixed;
        left: 15px;
        right: 15px;
        bottom: 0;
        top: 75px;
        .nw-mobile-menu-dd-i {
            position: absolute;
            bottom: 60px;
            left: 0;
            right: 0;
            top: 0;
            overflow-y: auto;
            padding-top: 0;
            padding-bottom: 0;
            display: flex;
            // flex-direction: column;
            //         justify-content: center;
        }
        .nw-mobile-menu-inner {
            // position: absolute;
            // left: 0;
            // right: 0;
            // bottom: 0;
            // top: 0;
            // max-height: calc(100vh - 75px);
            // overflow-x: hidden;
            // overflow-y: auto;
            // margin: auto;
            // display: flex;
            // flex-direction: column;
            // flex-wrap: nowrap;
            display: block;
            // justify-content: flex-start;
            // .dd__list {
            //     margin-bottom: 0;
            // }
        }
    }
    .nw-inner-rows-img {
        // margin: auto;
        min-height: 180px;
    }
    .nw-inner-rows {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        // .t-ucase {
        //     font-weight: 600;
        // }
        .dd__list {
            max-width: 100%;
            width: 100%;
            padding-right: 0;
            margin-bottom: 30px;
            a {
                display: flex;
                justify-content: space-between;
                align-items: center;
                line-height: 1;
                padding-top: 0;
                height: 44px;
                // border-bottom: solid 1px #dddddd;
            }
            li:last-child {
                a {
                    // border-bottom: none;
                    margin-bottom: 44px;
                }
            }
        }
        .nw-menu-all {
            position: relative;
            left: 0;
            bottom: 0;
            width: 100%;
            a {
                display: flex;
                justify-content: space-between;
                align-items: center;
                line-height: 1;
                padding-top: 0;
                height: 44px;
                // border-bottom: solid 1px #dddddd;
                margin-bottom: 44px;
            }
        }
    }
    .nw-inner-img {
        display: block !important;
        flex-wrap: nowrap;
    }

    // .wbsk-search-bar {
    //     display: none;
    // }
}
@media screen and (max-width: 767px) {
    .nw-mobile-filters-btns {
        display: flex;
        justify-content: space-between;
        width: 100%;
        .nw-show-filter & {
            .js-toggle-mobile-sort {
                visibility: hidden;
            }
        }
        .nw-show-sort & {
            .js-toggle-mobile-filter {
                visibility: hidden;
            }
        }
    }
    .nw-show-filter {
        .nw-i-sort {
            display: none !important;
        }
    }
    .nw-show-sort {
        .nw-i-filter {
            display: none !important;
        }
        .col-sidebar-toggle {
            left: var(--gutter-unit);
            right: auto;
        }
    }
}

.nw-recommendation {
    position: relative;
    display: block;

//    &__list {
//        position: relative;
//        // display: block;
//        background: red;
//    }

//    &__item {
//        position: relative;
//        flex: 0 0 auto;
//        width: 100%;
//        max-width: 320px;
//    }
}
