.fly-menu {
    display: block !important;
    z-index: 1030;
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    transition: top ease-in-out .4s
}

.fly-menu__menu #menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.fly-menu.show {
    top: 0
}

.fly-menu .row {
    display: flex;
    align-items: center
}

.fly-menu__block {
    position: relative;
    height: 31px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.fly-menu__icon {
    width: 100%;
    text-align: center;
    line-height: 33px;
    font-size: 1.3em
}

.fly-menu__account.show .fly-menu__account-dropdown {
    display: block;
    top: calc(100% + 10px);
    left: auto;
    right: 0;
    margin: 0
}

.fly-menu__cart.show .fly-menu__cart-dropdown {
    display: block;
    top: calc(100% + 10px);
    right: 0 !important;
    margin: 0
}

.fly-menu__total {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -9px;
    top: -7px;
    margin: 0;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-weight: 800;
    font-size: 9px;
    border-radius: 100%;
    color: var(--black-txt);
    background: var(--green-ligth);
}

.fly-menu__menu button,
.fly-menu__block button{
    background: transparent;
    border: 0;
}


.fly-menu__search .btn-group{
    display: none;
}

.fly-menu__search .header-search__btn{
    background: transparent;
    border: none;
}

.fly-menu__search .header-search__form{
    padding: 0;
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    top: unset;
    right: unset;
    z-index: 1;
}

@media (min-width: 993px) {
    .fly-menu__menu {
        flex: 0 0 auto;
        height: 55px;
    }

    .fly-menu__menu .menu {
        min-height: auto
    }

    .fly-menu__menu .menu__header {
        position: relative;
        height: 38px;
    }

    .fly-menu__cart .header-cart__icon{
        width: 40px;
        height: 40px;
        display: block;
    }

    .fly-menu__total{
        right: -9px;
    }


    .fly-menu .menu__header-title {
        padding-right: 20px
    }

    .fly-menu .menu__collapse {
        top: 45px
    }

    .fly-menu .menu {
        background: none
    }


    .fly-menu .menu__level-1-li {
        display: block !important
    }

    .fly-menu .menu__additional {
        display: none !important
    }

    .fly-menu__product {
        display: flex;
        align-items: center;
        overflow: hidden;
        width: 100%
    }

    .fly-menu__product-name {
        width: 100%;
        margin: 0 10px;
        padding: 0;
        font-size: 1.3em;
        font-weight: 500;
        overflow: hidden
    }

    .fly-menu__product-name span {
        position: relative;
        white-space: nowrap
    }

    .fly-menu__product-price {
        padding: 0 25px;
        white-space: nowrap;
        font-size: 1.4em
    }

    .fly-menu__product-price span + span {
        margin: 0 0 0 10px
    }

    .fly-menu__product .price .price-tax {
        display: none
    }

    .fly-menu__product-btn {
        height: 32px;
        padding: 0 15px
    }



    .fly-menu__search {
        flex: 1;
        position: relative;
        left: 0;
        z-index: 999;
        margin: 0 10px 0;
        padding: 0 0 0 5px
    }



    .fly-menu__search .header-search__form svg{
        width: 15px;
    }

    .fly-menu .live-search {
        top: 9px
    }

    .fly-menu__phone {
        flex: 0 0 auto;
        padding: 0 30px;
        font-size: 1.3em;
        font-weight: 500
    }

    .fly-menu__account {
        flex: 0 0 auto;
        margin: 0 15px 0 0
    }

    .fly-menu__cart {
        flex: 0 0 auto;
        margin: 0 10px 0 0
    }

    .fly-menu__block.show {
        box-shadow: inset 0 0 0 128px rgba(0, 0, 0, .05)
    }
}

.fly-menu__wishlist {
    display: flex;

}
.fly-menu__wishlist .inner{
    position: relative;
}

.fly-menu__wishlist i{
    display: block;
    width: 40px;
    height: 40px;
}

@media (max-width: 992px) {
    .fly-menu .row {
        justify-content: space-between;
        height: 55px;
        margin: 0 -20px
    }

    .fly-menu__block {
        margin: 0 3px
    }

    .fly-menu__block:first-child {
       justify-content: flex-start;
    }

    .fly-menu__block:last-child {
        margin-right: 10px
    }

    .fly-menu__block.item-6 {
        width: 16.666666%
    }

    .fly-menu__block.item-5 {
        display: flex;
        align-items: center;
    }

    .fly-menu__block .header-search__form{
        background: #fff;
    }
    .fly-menu__cart i{
        width: 40px;
        height: 40px;
        display: block;
    }

    .fly-menu__block.item-4 {
        width: 25%
    }

    .fly-menu__block.show {
        box-shadow: inset 0 0 0 128px rgba(0, 0, 0, .05)
    }

    .fly-menu__icon {
        font-size: 1.2em
    }

    .fly-menu__search-m .header-search__form {
       position: relative;
        z-index: 1;
        opacity: 1;
        visibility: visible;
        width: 100%;
        right: unset;
        top: unset;
        border: 1px solid var(--gray-light);
        padding: 0 10px;
    }


    .fly-menu__search-m.show .header-search__input, .fly-menu__search-m.show .header-search__category-btn {
        height: 48px;
        border-radius: 0
    }



    .fly-menu__icon-compare {
        transform: rotate(90deg)
    }

    .fly-menu__telephone {
        padding: 0
    }

    .fly-menu__telephone.show .fly-menu__telephone-dropdown {
        display: block;
        top: 100%;
        right: 0;
        margin: 0;
        border-radius: 0 0 4px 4px
    }

    .fly-menu__telephone-dropdown a {
        font-size: 1em !important
    }

    .fly-menu .fly-menu__cart-dropdown {
        width: 86vw;
        right: -15px !important;
        top: calc(100% + 15px)
    }

    .fly-menu.bottom {
        top: auto;
        bottom: 0;
        border-bottom: solid 1px #ccc;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, .2)
    }

    .fly-menu.bottom .fly-menu__search-m.show .header-search {
        top: 0;
        left: -1px;
        right: -1px;
        border-radius: 0
    }

    .fly-menu.bottom .fly-menu__account-dropdown {
        top: -8px;
        transform: translateY(-100%);
        box-shadow: 0 -6px 12px rgba(0, 0, 0, .18)
    }

    .fly-menu.bottom .fly-menu__cart-dropdown {
        top: -8px;
        left: auto;
        transform: translateY(-100%);
        box-shadow: 0 -6px 12px rgba(0, 0, 0, .18)
    }

    .fly-menu-backdrop {
        position: fixed;
        z-index: 1020;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(2px);
        background: rgba(255, 255, 255, .2)
    }

    .fly-menu__search-m >i,
    .fly-menu__search-m >.btn-group{
        display: none;
    }


}

@media(max-width: 767px){
    .fly-menu__wishlist{
        display: none !important;
    }


}
