<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.layout-header {
  background: #ffffff;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.layout-header.header-top-wrapper {
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
  padding-top: 17px;
}
.layout-header.header-bottom-wrapper {
  height: 50px;
  line-height: 50px;
  border-bottom: 3px solid #fb8521;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}
.layout-header .inner-wrap {
  margin: 0 auto;
  max-width: 1180px;
  height: 100px;
  display: flex;
  box-sizing: border-box;
}
.layout-header .multi-shop-category-relative-block {
  position: relative;
}
.layout-header .logo-container {
  height: 100px;
  display: flex;
  text-align: center;
  padding: 20px 0 15px 0;
  box-sizing: border-box;
}
.layout-header .logo-container--static {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .layout-header .logo-container--static {
    min-width: 1180px;
  }
}
.layout-header .logo-container--vertical-center {
  padding: 15px 0;
  max-width: 221.59px;
}
.layout-header .logo-container .logo-link {
  display: block;
  width: 100%;
  height: 100%;
}
.layout-header .logo-link--static {
  height: 100%;
}
.layout-header .logo-img {
  max-height: 100%;
  max-width: 100%;
}
.layout-header .search-box .ns-search-input {
  font-size: 12px;
  line-height: 20px;
  box-sizing: border-box;
  width: 214px;
  height: 25px;
  padding: 0 35px 0 15px;
  border-radius: 20px;
  outline: none;
  background: #e4e2e2;
}
.layout-header .search-box .ns-search-input::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.layout-header .search-box .ns-search-input:-ms-input-placeholder {
  color: #666;
}
.layout-header .search-box .ns-search-input::-webkit-input-placeholder {
  color: #666;
}
.layout-header .search-box .ns-search-input-rectangle {
  border-radius: 0px;
}
.layout-header .search-box .ns-search-input-ECEFF1 {
  background: #eceff1;
}
.layout-header .search-box .ns-search-input-F5F5F5 {
  background: #f5f5f5;
}
.layout-header .search-box .icon-slim-search {
  color: #666;
}
.layout-header .ml-0 {
  margin-left: 0 !important;
}
.layout-header .p-0 {
  padding: 0 !important;
}
.layout-header .fz-s {
  font-size: 13px !important;
}

.layout-top {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.layout-top:after {
  content: " ";
  display: block;
  clear: both;
}
.layout-top.fix-style .layout-header-fix {
  border: none;
  height: 100px;
  box-sizing: border-box;
  -webkit-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.layout-top.fix-style .layout-header-fix .layout-nav {
  flex: 5;
  box-sizing: border-box;
  height: 100px;
  padding-left: 2%;
}
.layout-top.fix-style .layout-header-fix .nav-menu-link {
  line-height: 50px;
  height: 50px;
}
.layout-top.fix-style .layout-header-fix .nav-submenu-link {
  color: inherit;
  display: flex;
  align-items: center;
}
.layout-top.fix-style .layout-header-fix .nav-submenu-link .user-interaction-icon {
  display: inline-block;
}
.layout-top.fix-style .layout-header-fix .nav-submenu-link .padding-left-1px {
  padding-left: 1px;
}
.layout-top.fix-style .layout-header-fix .nav-submenu-link .user-interaction-arrow-icon {
  display: inline-block;
}
.layout-top.fix-style .layout-header-fix .nav-shopping-cart-and-currency {
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 5px;
}
.layout-top.fix-style .layout-header-fix .nav-main-menu .nav-menu-link {
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.layout-top.fix-style .layout-header-fix .nav-main-menu .nav-menu-link .nav-menu-icon {
  padding: 2px;
  display: flex;
}
.layout-top.fix-style .layout-header-fix .nav-submenu .nav-submenu-link__text {
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
  margin: 0 2px 0 4px;
}
.layout-top.fix-style .layout-header-fix .nav-submenu .nav-submenu-icon {
  color: #666666;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .layout-top.fix-style:before {
    display: none;
  }
  .layout-top:before {
    content: '';
    background: #ffffff;
    height: 100px;
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-bottom: 3px solid #fb8521;
    -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.2);
    min-width: 1280px;
  }
}

.layout-footer {
  background: #ffffff;
  border-top: 3px solid #fb8521;
}
.layout-footer .footer-menu-title {
  color: #4a4e5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.layout-footer .footer-menu-content-link {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.layout-footer .surf-browser, .layout-footer .copyright, .layout-footer .anti-fraud {
  color: #999999;
  font-size: 10px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .layout-footer {
    width: 1280px;
  }
}
.layout-footer .footer-container {
  padding: 30px 0;
  height: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.layout-footer .footer-container:after {
  content: " ";
  display: block;
  clear: both;
}
.layout-footer .footer-container:before, .layout-footer .footer-container:after {
  content: "";
  display: table;
  clear: both;
}
.layout-footer .footer-top {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
.layout-footer .footer-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
  width: 32%;
  padding: 0;
}
.layout-footer .footer-middle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
}
.layout-footer .footer-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66667%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
  width: 18%;
  padding: 0;
}
.layout-footer .footer-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
}
.layout-footer .footer-bottom {
  margin-top: 16px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
.layout-footer .footer-menu-content-link {
  text-decoration: none;
}
.layout-footer .footer-menu-content-link:hover {
  color: #fb8521;
  cursor: pointer;
}
.layout-footer .social-group {
  margin-top: 16px;
}
.layout-footer .social-group .social-ul {
  display: flex;
}
.layout-footer .social-link {
  display: inline-block;
  margin-right: 6px;
}
.layout-footer .logo-container {
  height: 60px;
}
.layout-footer .logo-img {
  max-height: 100%;
}
.layout-footer .machine-name {
  float: left;
  padding-left: 15px;
  color: #ffffff;
}
.layout-footer .copyright {
  float: left;
  padding: 3px 0;
}
.layout-footer .surf-browser, .layout-footer .copyright {
  color: #999999;
}
.layout-footer .download-app-menu-input {
  background: transparent;
  border: 1px solid rgba(216, 216, 216, 0.45);
  color: #666666;
}
.layout-footer .download-app-menu-input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.layout-footer .download-app-menu-input:-ms-input-placeholder {
  color: #999999;
}
.layout-footer .download-app-menu-input::-webkit-input-placeholder {
  color: #999999;
}
.layout-footer .download-app-menu-btn {
  background: #fb8521;
  color: #ffffff;
}
.layout-footer .download-app-menu-btn:hover {
  background: #e56b04;
}
.layout-footer .download-app-menu-btn:active {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}
.layout-footer .social-fb-icon {
  color: #1877f2;
}
.layout-footer .social-line-icon {
  color: #4cc764;
}
.layout-footer .social-ig-icon {
  color: #dc3175;
}

.muji-layout-footer {
  background: #ffffff;
}
.muji-layout-footer .layout-footer .footer-menu-title, .layout-footer .muji-layout-footer .footer-menu-title {
  color: #4a4e5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.muji-layout-footer .layout-footer .footer-menu-content-link, .layout-footer .muji-layout-footer .footer-menu-content-link {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.muji-layout-footer .surf-browser, .muji-layout-footer .copyright, .muji-layout-footer .anti-fraud {
  color: #999999;
  font-size: 10px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .muji-layout-footer {
    width: 1280px;
  }
}
.muji-layout-footer .footer-container {
  padding: 24px 0;
  height: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.muji-layout-footer .footer-container:after {
  content: " ";
  display: block;
  clear: both;
}
.muji-layout-footer .footer-container:before, .muji-layout-footer .footer-container:after {
  content: "";
  display: table;
  clear: both;
}
.muji-layout-footer .footer-top {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
.muji-layout-footer .footer-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
  width: 400px;
  padding: 0;
  margin-right: 40px;
}
.muji-layout-footer .footer-logo-link {
  display: flex;
  align-items: center;
  height: 42px;
}
.muji-layout-footer .footer-logo-img {
  width: 140px;
  display: flex;
  justify-content: start;
}
.muji-layout-footer .footer-social-list {
  list-style: none;
  display: flex;
  gap: 0 8px;
  margin-top: 80px;
}
.muji-layout-footer .footer-social-link {
  width: 28px;
  height: 28px;
  background-color: #9D9DA0;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.muji-layout-footer .footer-social-icon {
  font-size: 16px;
  color: #FFFFFF;
}
.muji-layout-footer .footer-middle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
  width: 155px;
  padding: 0;
}
.muji-layout-footer .footer-middle .footer-menu-section {
  display: flex;
  flex-direction: column;
  max-height: 96px;
  flex-wrap: wrap;
  gap: 8px 40px;
  width: 100%;
}
.muji-layout-footer .footer-middle .footer-menu {
  width: 100%;
  padding: 0px;
}
.muji-layout-footer .footer-middle .footer-menu .footer-menu-content-li {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.muji-layout-footer .footer-middle .footer-menu .footer-menu-content-link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3C3C43;
}
.muji-layout-footer .footer-middle .footer-menu .footer-menu-content-link:hover {
  cursor: pointer;
}
.muji-layout-footer .footer-bottom {
  margin-top: 16px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin-top: 36px;
  text-align: right;
}
.muji-layout-footer .copyright {
  float: left;
}
.muji-layout-footer .copyright, .muji-layout-footer .surf-browser {
  padding-top: 3px;
  font-size: 12px;
  line-height: 150%;
  color: #3C3C43;
}
.muji-layout-footer .machine-name {
  float: left;
  padding-left: 15px;
  color: #ffffff;
}

.core-tag, .tag-rectangle {
  font-size: 12px;
  line-height: 1;
  color: #ff9933;
  border: 1px solid #ff9933;
  padding: 4px;
  min-width: 72px;
  box-sizing: border-box;
  text-align: center;
}

.tag-gift {
  font-size: 12px;
  line-height: 1;
  color: #ff9933;
  border: 1px solid #ff9933;
  padding: 4px;
  min-width: 34px;
  box-sizing: border-box;
  text-align: center;
  height: 20px;
  margin: 0 4px 0 4px;
}

.tag-rectangle {
  border-radius: 2px;
  padding: 4px 6px;
  min-width: initial;
}

.orange-tag {
  color: #ffffff;
  border: 1px solid #ff9933;
  background: #ff9933;
}

.pink-tag {
  color: #ffffff;
  border: 1px solid #e94d8a;
  background: #e94d8a;
}

.red-tag {
  color: #ffffff;
  border: 1px solid #ff5353;
  background: #ff5353;
}

.tag-trapezoid {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  padding: 0px 14px 0px 6px;
  min-width: 55px;
  height: 20px;
  line-height: 20px;
  background-color: #fb8521;
  font-weight: bold;
  color: white;
}
.tag-trapezoid::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent white white transparent;
  transform: scaleY(2);
}

.theme-background-tag {
  background-color: #fb8521;
}

.tag-upgrade {
  color: #fb8521;
  position: relative;
  top: 1px;
}

.round-badge {
  border-radius: 100px;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 6px;
  min-width: 25px;
  text-align: center;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
}

.core-btn {
  border-radius: 4px;
  font-size: 15px;
  height: 44px;
  line-height: 1.5;
}

.theme-color-btn {
  background: #fb8521;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.theme-color-btn:hover {
  background: #e56b04;
}
.theme-color-btn:active {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}

.immediately-buy-btn {
  background: #ff5353;
  border: 1px solid #ff5353;
  color: #ffffff;
  cursor: pointer;
}
.immediately-buy-btn:hover {
  background: #ff2020;
}
.immediately-buy-btn:active {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}

.add-to-cart-btn {
  background: #ff9933;
  border: 1px solid #ff9933;
  color: #ffffff;
  cursor: pointer;
}
.add-to-cart-btn:hover {
  background: #ff8000;
}
.add-to-cart-btn:active {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}

.share-to-buy-btn {
  background: #ff5353;
  border: 1px solid #ff5353;
  color: #ffffff;
  cursor: pointer;
}
.share-to-buy-btn:hover {
  background: #ff2020;
}
.share-to-buy-btn:active {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}

.app-only-btn {
  background: #ff5353;
  border: 1px solid #ff5353;
  color: #ffffff;
  cursor: pointer;
}
.app-only-btn:hover {
  background: #ff2020;
}
.app-only-btn:active {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}

.back-in-stock-alert-btn {
  background: #ff5353;
  border: 1px solid #ff5353;
  color: #ffffff;
  cursor: pointer;
}
.back-in-stock-alert-btn:hover {
  background: #ff2020;
}
.back-in-stock-alert-btn:active {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}

.fav-btn {
  color: #ff5353;
}

.confirm-btn {
  cursor: pointer;
}

.ico-gray {
  color: #333333;
}

.disabled-btn {
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
  color: #ffffff;
  cursor: default;
}

.button-red {
  background-color: #ff5353;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  padding: 10px 20px;
}

.button-white {
  background-color: #ffffff;
  border-radius: 5px;
  color: #4a4e5c;
  cursor: pointer;
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid #d8d8d8;
}

.button-switch input[type='checkbox'] {
  display: none;
}
.button-switch input[type='checkbox']:checked + label {
  background-color: #50e3c2;
}
.button-switch input[type='checkbox']:checked + label:before {
  left: 29px;
}
.button-switch label {
  background-color: #d4d9de;
  border-radius: 12px;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  position: relative;
  width: 52px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.button-switch label:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  height: 20px;
  left: 3px;
  margin: 2px 0;
  position: absolute;
  width: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.link-icon-blue {
  color: #428bca;
  font-size: 13px;
}
.link-icon-blue i {
  font-size: 17px;
  margin-left: 5px;
}

.core-link {
  color: #428bca;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.core-link:hover {
  color: #3071a9;
}

.theme-color-hover {
  color: inherit;
}
.theme-color-hover:hover {
  color: #fb8521 !important;
  cursor: pointer;
}

.font-primary-color {
  color: #fb8521 !important;
}

.svg-primary-color {
  fill: #fb8521;
}

.theme-border {
  border: 1px solid #fb8521;
}

.theme-primary-background {
  background: #fb8521;
}

.theme-light-background {
  background: #FCF8E8;
}

.twill-pattern-bar {
  background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="10.92" height="16" viewBox="0 0 10.92 16"&gt;&lt;polygon points="0 16 6 16 10.92 0 4.92 0 0 16" fill="#FCF8E8"/&gt;&lt;/svg&gt;');
  background-repeat: repeat-x;
  background-size: contain;
  height: 16px;
}

.layout-nav-menu .nav-menu-link, .layout-nav-menu .nav-submenu-link {
  display: block;
  line-height: 50px;
  height: 50px;
  color: #666666;
  text-decoration: none;
}
.layout-nav-menu .nav-menu-li {
  display: inline-block;
}
.layout-nav-menu .nav-menu-li:hover .nav-menu-link,
.layout-nav-menu .nav-menu-li:hover .nav-submenu-link {
  color: #fb8521;
  border-bottom: 2px solid #ff9933;
  box-sizing: border-box;
}
.layout-nav-menu .nav-menu-li:hover .nav-submenu-icon {
  color: #fb8521 !important;
}
.layout-nav-menu .nav-menu-link {
  padding: 0 10px;
}
.layout-nav-menu .nav-submenu-link {
  padding: 0 7px;
}
.layout-nav-menu .nav-submenu-icon {
  color: #fb8521;
}
.layout-nav-menu .nav-menu-title {
  white-space: nowrap;
}
.layout-nav-menu .nav-menu-title,
.layout-nav-menu .nav-submenu-title {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.layout-nav-menu .w-700 {
  font-weight: 700;
}
.layout-nav-menu .icon-slim-arrow-down {
  font-size: 13px;
}
.layout-nav-menu .icon-slim-close {
  font-size: 13px;
}

.nav-shopping-cart-menu .has-item-text, .nav-shopping-cart-menu .nav-shopping-cart-text {
  color: #4a4e5c;
  font-size: 14px;
  line-height: 1.5;
}

.nav-shopping-cart-menu .nav-shopping-cart-price, .nav-shopping-cart-menu .nav-shopping-cart-point-pay-pair {
  color: #ff5353;
  font-size: 16px;
  line-height: 1.5;
}

.nav-shopping-cart .shopping-cart-badge {
  min-height: 18px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #fb8521;
  color: #fb8521;
  opacity: 10;
  line-height: 16px;
  vertical-align: text-bottom;
  -webkit-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s;
  -o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav-shopping-cart .shopping-cart-badge.has-item {
  background: #fb8521;
  color: #ffffff;
}

.nav-shopping-cart-menu {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px;
  width: 340px;
}
.nav-shopping-cart-menu .no-item-content {
  color: #999999;
  font-size: 14px;
  line-height: 100px;
  text-align: center;
}
.nav-shopping-cart-menu .nav-shopping-cart-li {
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-flex;
  display: flex;
  padding: 12px 0;
}
.nav-shopping-cart-menu .extra-purchase-item-block {
  border-bottom: 1px solid #d8d8d8;
}
.nav-shopping-cart-menu .extra-purchase-item {
  background-color: #F2F4F7;
  padding: 12px 12px;
}
.nav-shopping-cart-menu .extra-purchase-item .nav-shopping-cart-detail {
  display: flex;
  flex-direction: column;
}
.nav-shopping-cart-menu .extra-purchase-item .nav-shopping-cart-detail .extra-purchase-item-price {
  color: #ff5353;
  font-size: 16px;
  line-height: 1.5;
}
.nav-shopping-cart-menu .extra-purchase-item .nav-shopping-cart-detail .extra-purchase-item-tag {
  padding: 2px 4px;
  line-height: 1.5;
  font-size: 12px;
  display: inline-block;
  align-self: flex-start;
}
.nav-shopping-cart-menu .nav-shopping-cart-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 6;
  flex: 6;
  text-decoration: none;
}
.nav-shopping-cart-menu .nav-shopping-cart-image {
  -webkit-flex: 2;
  flex: 2;
  margin-right: 8px;
}
.nav-shopping-cart-menu .nav-shopping-cart-detail {
  -webkit-flex: 4;
  flex: 4;
  position: relative;
}
.nav-shopping-cart-menu .nav-shopping-cart-detail .nav-shopping-cart-price {
  bottom: 0;
  left: 0;
  position: absolute;
}
.nav-shopping-cart-menu .remove-product-link {
  color: #666666;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}
.nav-shopping-cart-menu .nav-shopping-cart-title {
  color: #4a4e5c;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 54px;
}
.nav-shopping-cart-menu .image-frame {
  height: 80px;
  width: 100%;
}
.nav-shopping-cart-menu .image-body {
  max-height: 100%;
  max-width: 100%;
}
.nav-shopping-cart-menu .nav-shopping-cart-summary {
  padding-top: 12px;
  position: relative;
}
.nav-shopping-cart-menu .nav-shopping-cart-text {
  font-size: 10px;
}
.nav-shopping-cart-menu .nav-shopping-cart-button {
  width: 100%;
}
.nav-shopping-cart-menu .loading-background {
  min-height: 100px;
  background: url("https://cdnjs.cloudflare.com/ajax/libs/file-uploader/3.7.0/loading.gif") no-repeat center center;
}
.nav-shopping-cart-menu .no-border {
  border: none !important;
}

.ns-tool-box {
  position: fixed;
  right: calc((100% - 1180px) * 1/4);
  top: 100px;
  z-index: 400;
  letter-spacing: .5px;
}
.ns-tool-box .tool-box-container, .ns-tool-box .scroll-to-top {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #fdfdfd;
}
@media only screen and (max-width: 1380px) and (min-width: 1281px) {
  .ns-tool-box {
    right: 15px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1251px) {
  .ns-tool-box {
    right: 5px;
  }
}
@media only screen and (max-width: 1250px) {
  .ns-tool-box {
    display: none;
  }
}
.ns-tool-box .tool-box-container {
  width: 36px;
  margin: 0 auto 16px;
}
.ns-tool-box .tool-box-li {
  position: relative;
}
.ns-tool-box .tool-box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
}
.ns-tool-box .tool-box-icon &gt; .ico {
  font-size: 24px;
}
.ns-tool-box .tool-box-link {
  color: #4a4e5c;
}
.ns-tool-box .tool-box-link .tool-box-text {
  display: none;
  position: absolute;
  right: 95%;
  top: 50%;
  transform: translateY(-50%);
  background: #fb8521;
  color: #ffffff;
  border-radius: 50px;
  font-size: 12px;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  font-weight: 200;
  white-space: nowrap;
}
.ns-tool-box .tool-box-link .tool-box-text:after {
  content: '';
  display: block;
  border-color: transparent transparent transparent #fb8521;
  border-style: solid;
  border-width: 11px 0 11px 12px;
  position: absolute;
  right: -5px;
  top: 0;
  border-radius: 3px;
}
.ns-tool-box .tool-box-link:hover .tool-box-text {
  display: block;
}
.ns-tool-box .scroll-to-top {
  margin: 20px auto 0;
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.menu-btn {
  background: #FF9969 !important;
}

@media only screen and (min-width: 768px) {
  .aside-section.aside-section-top {
    border-bottom: 3px solid #FB8521;
  }
  .aside-section.aside-section-top .see-more:hover {
    background: #FB8521;
    color: #FFFFFF;
  }
}

.purchase-total {
  color: #FB8521;
}

.purchase-crown path {
  fill: #FF9933;
}

.member-menu a {
  color: #333333;
  font-size: 14px;
}
.member-menu :hover {
  background-color: #F0F0F0;
}
.member-menu .menu-active {
  text-decoration: underline;
}

#login-tab .tab-li.active {
  border-top-color: #F2771D;
  border-bottom-color: #0000 !important;
  border-left-color: #E5E5E5 !important;
  border-right-color: #E5E5E5 !important;
}
#login-tab .tab-li.active .tab-link {
  color: #F2771D;
  cursor: default;
}

.tab-layout .tab-li.actived {
  border-top-color: #F2771D;
  border-bottom-color: #0000 !important;
  border-left-color: #E5E5E5 !important;
  border-right-color: #E5E5E5 !important;
}
.tab-layout .tab-li.actived .tab-link {
  color: #F2771D;
  cursor: default;
}

.search-layout .price-btn-submit {
  background-color: #ff7b3d;
}
.search-layout .mix-filter-bar .icon-filter.has-filter {
  color: #ff7b3d;
}
.search-layout .order-list-link .icon-check-circle {
  color: #FF9731;
}
.search-layout .filter-link.selected {
  border: 1px solid #ff7b3d;
  color: #FFFFFF;
  background-color: #ff7b3d;
}
.search-layout .btn-fix-bottom.submit {
  background-color: #FF9731;
}
.search-layout .push-half-page .menu-header {
  background-color: #FF9731;
}

.pagination .page-li.active {
  border: 1px solid #FF9731;
}
.pagination .page-li.active .page-link {
  color: #FF9731;
}

.selection-box-ul .selection-box-link.selected {
  border: 1px solid #ff7b3d;
  color: #ff7b3d;
}

.category-menu .child-menu-link {
  background: #FFF8E7;
}
.category-menu .child-menu-link:hover {
  background: #FFCEAD;
  color: #FFFFFF;
}
.category-menu .link-active {
  background: #FFCEAD !important;
  color: #FFFFFF !important;
}
.category-menu .link-active .menu-link .menu-item-name {
  color: #FFFFFF !important;
}

.menu-link.close:after {
  color: #FB8521 !important;
}
.menu-link.open:after {
  color: #FB8521 !important;
}

.reach-qty-back-btn {
  background: #FF9969;
}

.ns-basket .trapezoid-bottom {
  border-color: transparent transparent #FB8521 transparent;
}
.ns-basket .basket-header-line {
  background-color: #FB8521;
}

.purchase-btn {
  border: solid 1px #FF9933;
  color: #FF9933;
}
.purchase-btn:hover {
  background-color: #FF9933;
}

.member-purchase-card .member-purchase-card-item.active {
  color: #FF9933;
  border-bottom: 3px solid #FF9933;
}

.purchase-progress-fill {
  background-color: #ff7b3d;
}

@media only screen and (min-width: 768px) {
  .member-tool-title {
    border-bottom: 3px solid #FB8521;
  }
}

.member-info-card.default {
  background-image: url("/V2/Content/Images/VipMember/MemberCardDefault/color09.png");
}

.member-info-card-text {
  color: #4A4E5C;
}

.info-btn-item:hover {
  color: #FF9933;
  transition: 0.2s ease-in-out;
  border-color: #FF9933;
}

.crm-member-tier-container {
  background-color: rgba(255, 153, 51, 0.08);
  padding: 12px 15px 12px 12px;
}
.crm-member-tier-container.have-border {
  border: solid 1px rgba(255, 153, 51, 0.7);
}
.crm-member-tier-container.have-border-radius {
  border-radius: 3px;
}
.crm-member-tier-container .crm-member-tier-name {
  font-size: 14px;
}

.unmatched-crm-member-tier-container {
  border: solid 1px #D1D1D1;
  background-color: rgba(232, 237, 239, 0.4);
  border-radius: 3px;
  padding: 12px 15px 12px 12px;
}
.unmatched-crm-member-tier-container .crm-member-tier-name {
  font-size: 14px;
}
.unmatched-crm-member-tier-container .unmatched-crm-member-tier-color {
  color: #4a4e5c;
}
</pre></body></html>