          .user-mobile-content {
                display: flex;
                background: #f8f8f8;
                flex-direction: row;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                border-radius: 0px;
                padding: 10px 0px;
                margin: 0px -15px;
                color: #888;
            }
            .user-mobile-content .header-user-icon {
                width: 40px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                align-items: center;
                align-content: center;
                color: #4e4e4e;
                background: #e9e9e9;
                padding: 11px 0px;
                border-radius: 100px;
                margin: 0 10px;
            }
            .user-mobile-content .header-user-icon svg.svg-inline {
                width: 15px;
                color: #818181;
            }
            .user-mobile-content .userInfo {
                line-height: 18px;
                font-size: 14px;
            }

            .user-mobile-content .userInfo .user-name {
                font-weight: 600;
            }

            .user-mobile-content .userInfo a {
                color: #757575;
                font-size: 12px;
            }

            @media (min-width: 993px) {
                .user-mobile-content {
                    display: none;
                }
            }

            @media (max-width: 992px) {
                .mobile-toggled .col-full-nav {
                    left: 0;
                    z-index: 999999;
                }

                .drawer-open .shoptimizer-mini-cart-wrap {
                    overscroll-behavior: contain;
                    right: 0;
                    z-index: 999999;
                }
            }