.header.container .navbar-header .user-logout {
  -ms-flex-align: center;
      align-items: center;
  height: auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  color: #707070;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
  margin-left: 8px; }

.header.container .navbar-header .login-user-wrap {
  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 {
      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;
      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: 3; } }

.attribute-header {
  z-index: 3; }

.cart-sumarry-popup .section-item-item a {
  pointer-events: none; }

[data-action="Stores-Find"] .only-review-page.store-show-more {
  display: none; }

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; }
