#myAccountMenu:not(.mm-menu) {
    display: none !important;
}

/* MY ACCOUNT MENU HEADER */
#myAccountMenu .mm-navbar__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#catMenuHeaderSpan a div {
    display: flex;
    justify-content: center;
}

#myAccountMenu .myAccountMenuClose {
    background: transparent;
    color: #369 !important;
    padding: 0;
    font-size: 30px;
    border: none;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
}

#myAccountMenu .fas:not(#myAccountClose .fas) {
    margin-right: 10px;
}

#myAccountMenu .myAccountMenuClose span,
#myAccountMenu .myAccountMenuClose~.shopping_cart>a {
    margin: 0;
}

#myAccountMenu .myAccountMenuClose:hover {
    box-shadow: none;
    background: transparent;
    color: #f70 !important;
    cursor: pointer;
}

#myAccountMenu .user-info_myaccount {
    text-align: left;
}

#myAccountMenu .user-name_myaccount {
    color: #363a42 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* LOGIN MENU */
#myAccountMenu button#submitAccount,
#myAccountMenu button#submit-login {
    color: #fff;
    font-weight: 700;
}

#myAccountMenu button#submitAccount:hover,
#myAccountMenu button#submit-login:hover {
    background-color: #db5a00;
    box-shadow: rgb(0 0 0 / 6%) 0 0 0 30px inset;
}
#myAccountMenu button#submitAccount:disabled {
    opacity: 1;
}

#myAccountMenu input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#myAccountMenu div#forgot-password-myaccountmenu {
    text-decoration: underline;
    padding-top: 20px;
}

#myAccountMenu div#forgot-password-myaccountmenu:hover {
    text-decoration: none;
    padding-top: 20px;
}

#myAccountMenu.mm-menu input:focus,
#myAccountMenu.mm-menu input:focus-visible {
    outline: none;
}

#myAccountMenu .alert {
    background-color: #fff!important;
    border: none!important;
}

#myAccountMenuCloseButton {
    cursor: pointer;
}

#myAccountMenu .create_account,
#myAccountMenu .recovery_password {
    text-decoration: underline;
}

#myAccountMenu .create_account:hover,
#myAccountMenu .recovery_password:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 770px) {
    #myAccountMenu div#forgot-password-myaccountmenu {
        text-align: center;
    }
}
/* LOGGED MENU LIST */
#myAccountMenu .account-menu_list {
    padding: 10px 0;
}

#myAccountMenu #my-account-spinner {
  display: flex;
  color: #369;
  margin: 2rem auto;
}

#myAccountMenu .account-menu_list .mm-listitem::after {
  inset-inline-start: 0;
}

#myAccountMenu .account-menu_list li:first-child {
    margin-top: -10px;
}

#myAccountMenu .account-menu_list:not(.logged-in) {
  padding: 20px;
}

#myAccountMenu .menu-acc a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
}

#myAccountMenu .menu-acc a:hover {
    background-color: #f2f2f2;
}

#myAccountMenu li.mm-listitem {
    border-bottom: rgba(0, 0, 0, .1);
}

#myAccountMenu li.mm-listitem:last-child {
    border-bottom: rgba(0, 0, 0, 0);
}

#myAccountMenu li.mm-listitem:first-child {
    padding-top: 0;
}

#myAccountMenu .menu-acc span {
    padding-left: 20px;
}

#myAccountMenu .menu-acc i {
    margin: auto 0 !important;
    opacity: .5;
}

#myAccountMenu .mm-listitem__text {
    padding-left: 0;
}

#myAccountMenu .pl-FloatLabel {
    height: 17.5px;
}

#myaccountmenu_logout {
    cursor: pointer;
}

#geoHeader {
  background-color: #f2f2f2;
  color: #333;
  padding: 5px 0;
  width: 100%;
  justify-items: center;
}

#geoHeader > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1800px;
}

#geoHeader a {
  display: inline-block;
  text-decoration: underline;
  color: #0066cc;
}

#geoFlag {
  margin-right: 10px;
  height: 16px;
}

#geoContent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-grow: 1;
}

#geoContent #geoText {
  line-height: 1.2;
}

#geoCloseButton {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-left: 10px;
  line-height: 1;
  color: #333;
  font-size: 26px;
}

#geoCloseButton:hover {
  color: #000;
}

#geoSpacer {
  width: 24px;
  visibility: hidden;
  display: none;
}

@media screen and (min-width: 768px) {
  #geoSpacer {
    display: block;
  }
}
