.pxl-nav-mobile-button {
	border:none!important;
}

.pxl-nav-mobile-button::before,
.pxl-nav-mobile-button::after,
.pxl-nav-mobile-button span {
    background: linear-gradient(
	    90deg,
	    #00c6ff 0%,
	    #0078ff 45%,
	    #8a4fff 100%
	) !important;

    height: 3px !important;
    border-radius: 10px !important;
}

/* Верхняя линия */
.pxl-nav-mobile-button::before {
    top: 6px !important;
}

/* Средняя линия */
.pxl-nav-mobile-button span {
    top: 16px !important;
}

/* Нижняя линия */
.pxl-nav-mobile-button::after {
    top: 26px !important;
}

.pxl-nav-mobile-button::before,
.pxl-nav-mobile-button span,
.pxl-nav-mobile-button::after {
    box-shadow: 0 0 8px rgba(0, 174, 255, 0.25)!important;
}