﻿@media screen and (max-width: 991px) {
    .sticky-top .header {
        height: 140px !important;
    }

    #wsnavtoggle {
        padding-right: 2.6rem!important;
    }
}

@media screen and (max-width: 576px) {
    .sticky-top .header .logo-img {
        margin-top: 1.2rem !important;
        transform: none !important;
    }

    .sticky-top .header .user {
        position: fixed !important;
        top: 93% !important;
        background-color: #fff;
        padding: 1rem 1rem 0 1rem;
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .sticky-top .header {
        height: 80px !important;
    }

    .basket {
        border: none;
    }

    .basket a {
            display: flex;
            flex-direction: column;
            align-items: center;
    }

    .wsmobileheader {
        z-index: 99999999999999999 !important;
       width: 70px;
       top: 5px;
    }

    .navtext {
        display: flex!important;
        flex-direction: column!important;
        align-items: center!important;
    }

    .nav-text {
        margin-top: -2px!important;
        text-align: center!important;
        margin-right: 0.2rem!important;
    }

    .raychat_frame {
        top: 60% !important;
        right: -5% !important;
        z-index: 9999999999999999999 !important;
    }
}

@media screen and (max-width: 380px) {
    .sticky-top .header .user {
        top: 91% !important;
    }
}


.account {
    cursor: pointer;
}


.hiddenFastRegister {
    display: none!important;
}
