body .off-canvas-left .mfp-content{
  width: 85%;  
}
body .nav-sidebar.nav-vertical>li+li{
  border-color: #474747;
}
.mfp-content #main-menu .nav>li>a{
  font-size: 1.28em;
  font-weight: normal;
}
.mfp-content #main-menu .mfp-close{
  display: none;
}
.mfp-content #main-menu li.account-item{
  padding-bottom: 15px;
}
.mfp-content #main-menu li.account-item.has-icon.menu-item::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../svg/icon-nguoi.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
  /*margin-left: 30px;*/
}
body.logged-in .mfp-content #main-menu li.account-item.has-icon.menu-item::before {
  content: '';
  width: 36px;
  height: 36px;
  background: url(../svg/icon-nguoi.svg) no-repeat center;
  background-size: contain;
  margin-right: -10px;
  margin-left: 30px;
}
.mfp-content #main-menu .account-item+li{
  border-width:  4px;
}
.mfp-content #main-menu li.custom:not(.mfp-content #main-menu li.custom~li){
  border-width:  4px;
}

.html_topbar_left a.text-top-header {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px !important;
  color: #bee3d2 !important;
  position: relative;
}
.mfp-content #main-menu li.custom.html_topbar_left,
.mfp-content #main-menu li.custom.html_topbar_right{
  display: flex;
}
.mfp-content #main-menu .html_topbar_left a.text-top-header::before {
  content: url(../png/icon_phone.png);
  opacity: 1 !important;
  width: 30px;
  height: 22px;
}
.mfp-content #main-menu .html_topbar_right a.text-top-header.mail-top::before {
  content: url(../png/icon-mail-gr.png);
  opacity: 1 !important;
  width: 30px;
  height: 22px;
}
.mfp-content #main-menu .html .switcher{
  width: 100%;
  margin:  15px 30px;
}
.mfp-content #main-menu .html .switcher>div, 
.mfp-content #main-menu .html .switcher>div a{
  background: transparent;
  color:  white;
  border:  none;
}
.mfp-content #main-menu .html .switcher a,
.mfp-content #main-menu .html .switcher .option{
  width: 100%;
}


.mfp-content #main-menu .nav-vertical li li{
  font-size: 1.28em;
  font-weight: normal;
  padding-left: 30px;
  padding-top:  7px;
  padding-bottom: 7px;
}
.mfp-content #main-menu .nav-vertical li li a{
  padding-left: 15px;
}
.mfp-content #main-menu .nav-vertical li li button{
  font-weight: normal;
}
.mfp-content #main-menu .account-item .children{
  background: rgb(229, 229, 229);
}
.mfp-content #main-menu .account-item .children li{
  color: #3c3c3c;
  border-top:  1px solid #c4c4c4;
}
.mfp-content #main-menu .account-item .children li:first-child~li:not(.woocommerce-MyAccount-navigation-link--customer-logout)::after{
      content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #686868;
    border-right: 2px solid #686868;
    transform: rotate(45deg);
    margin-right: 31px;
}
.mfp-content #main-menu .account-item .children li.nav-slide-header{
  border-top:  none;
  border-bottom: 3px solid #c4c4c4;
}
.mfp-content #main-menu .account-item .children li a,
.mfp-content #main-menu .account-item .children li button{
  color:  inherit;
  opacity: 1;
}
.mfp-content .woocommerce-MyAccount-navigation-link--customer-logout{
  padding-left: 0 !important;
  margin: 30px auto !important;
  border: 1px solid var(--primary-color) !important;
  border-radius: 10px;
  width: calc(100% - 57px) !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mfp-content .woocommerce-MyAccount-navigation-link--customer-logout a{
  flex-grow: unset !important;
  color:  var(--primary-color) !important;
}
.mfp-content .woocommerce-MyAccount-navigation-link--customer-logout::before{    
    background-image:  url('../png/icon-12-green.png');
}


.header-nav .account-item .icon-user {
  width: 30px;
  height: 30px;
  background-color: #009052;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 5px;
}


.header-top .html_topbar_left {
  display: flex;
  align-items: center;
}
.header-top .html_topbar_left .switcher {
  width: auto;
  position: relative;
  overflow: visible;
}
.header-top .html_topbar_left .switcher .selected {
  background: none;
}
.header-top .html_topbar_left .switcher .selected a {
  border: none;
  width: auto;
  padding: 0 15px 0 15px;
  color: #fff;
  background: none !important;
}
.header-top .html_topbar_left .switcher .option {
  width: max-content;
  background: none;
  border: none;
  position: absolute;
  top: 100%;
  /*display: flex; fix flag */ 
  left: 50%;
  transform: translateX(-50%);
}
.header-top .html_topbar_left .switcher .selected a::before {
  content: '\e605';
  position: absolute;
  font-family: fl-icons;
  color: #fff;
  right: 0;
  top: 40%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 9px;
}
.header-top .html_topbar_left .switcher .selected a::after {
  display: none;
}
.header-top .html_topbar_left .switcher .option .nturl.selected {
  display: none;
}

