.header.container .navbar-header .user-logout {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  text-align: center;
  display: none;
  color: #707070;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
  margin-left: 8px;
}
.header.container .navbar-header .login-user-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header.container .navbar-header .no-account a#myaccount .account-arrow-icon {
    width: 20px;
    display: inline-block;
    margin-left: 8px;
  }
  .header.container .navbar-header .no-account a#myaccount .account-arrow-icon.show {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    position: relative;
    top: 4px;
  }
  .header.container .navbar-header .no-account a#myaccount .account-arrow-icon svg {
    display: inline-block;
    width: 100%;
  }
  .header.container .navbar-header .no-account + a.user-logout {
    position: absolute;
    top: 55px;
    width: 100px;
    height: 36px;
    font-size: 14px;
    color: #1C6BBA;
    z-index: 9999;
    margin: 0;
    display: none;
    background: #fff;
    line-height: 36px;
    text-decoration: none;
    border-radius: 4px;
    letter-spacing: 0.5px;
    left: -50px;
    margin-left: 50%;
    font-family: "Volvo Novum medium";
  }
  .header.container .navbar-header .no-account + a.user-logout::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../../images/tuichu.svg") !important;
    display: inline-block;
    background-size: contain !important;
    position: relative;
    top: 3px;
    margin-right: 8px;
  }
  .header.container .navbar-header .no-account + a.user-logout.show {
    display: block;
  }
  .header.container .navbar-header .no-account + a.user-logout::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: calc(50% - 5px);
    top: -4px;
    background: #ffffff;
  }
}

sup {
  left: -4px;
}

@media screen and (min-width: 768px) {
  header nav[role=navigation] .header.container {
    z-index: 4;
  }
  [data-action=Product-Show] header nav[role=navigation] .header.container {
    position: inherit;
  }
  .user:hover:after, .navbar-header button.navbar-toggler:hover:after {
    display: none !important;
  }
  .modal-background.showed {
    z-index: 1;
  }
}
.attribute-header {
  z-index: 3;
}

body input[type=checkbox]:checked ~ label::before {
  inset-inline-start: -1.5rem;
  width: 1rem;
  height: 1rem;
}

body input[type=checkbox]:checked ~ label:hover::before {
  inset-inline-start: -1.5rem;
  width: 1rem;
  height: 1rem;
}

#onetrust-banner-sdk input[type=checkbox]:checked ~ label::before,
#onetrust-banner-sdk input[type=checkbox]:checked ~ label:hover::before {
  inset-inline-start: 0;
  width: 35px;
  height: 35px;
}

.menu-toggleable-left.navbar-toggleable-sm {
  position: fixed;
  right: -520px;
  top: 0;
  bottom: 0;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
  display: block;
  max-width: 100%;
}
.menu-toggleable-left.navbar-toggleable-sm.in {
  left: auto;
  margin-right: 0;
  width: 360px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .menu-toggleable-left.navbar-toggleable-sm.in {
    width: 100vw;
  }
}
