#ts-mobile-button-bottom{
	display:none !important;
}

@media (max-width: 767px) {
		.ts-header .header-middle .header-right{
			display: flex;
			width: fit-content;
			justify-content:center;
			align-items:center;
			margin-right:10px;
			margin-left:10px;
		}
		.my-account-wrapper{
			display: block !important;
		}
		.my-account-wrapper span{
				display:none;
		}
}