king
2022-12-28 321858fc9442e45ae5c209af146346af5275f6fb
1
2
3
4
5
6
7
8
9
10
11
12
.menu-account-wrap {
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
  overflow-y: auto;
  color: #000000;
 
}