@media screen and (max-width: 1199px) {
    .d-web {
        display: none!important;
    }

    .d-mobile {
        display: block;
     }

    .c-login--small {
        top: 90px!important;
        right: 0 !important;
    }

    .c-header__top-item .c-login--small {
        width: 100%;
        height: 100vh;
    }

    .c-custom-scrollbar {
        justify-content: normal!important;
    }

    /* #productsContent .container {
        margin-bottom: cpx;
    } */
    #makeProduct .c-modal__container {
        padding: 10px
    }

    .bannerHeader + header + #loading + #categoriesContent {
        top: 158px;
    }

    #videoProdyuctContentYoutube .c-modal__close {
        position: absolute!important;
    }
    .bannerHeader {
        font-size: 13px;
        height: 54px;
    }
    .bannerHeader + header {
        top: 54px;
    }
    .bannerHeader + header + #loading + #categoriesContent {
        top: 168px;
    }
}

