body,
html {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Helvetica Neue,
    Helvetica, sans-serif;
  font-size: 12px;
  -webkit-text-size-adjust: none;
}

a,
a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1188px;
}

#container,
body {
  background: #eff0f5;
}

#container {
  visibility: hidden;
}

#pdp-nav {
  background: #eff0f5;
}

#root.pdp-block {
  width: 1188px;
  background-color: #eff0f5;
  margin: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 24px;
  overflow: hidden;
}

.pdp-block__main-information {
  background: #fff;
  padding-bottom: 16px;
}

.pdp-block__main-information {
  display: flex;
}

.pdp-block__gallery {
  width: 338px;
  display: inline-block;
  vertical-align: top;
}

.pdp-block__main-information-detail {
  display: inline-block;
  width: calc(100% - 338px);
  vertical-align: top;
}

.pdp-block__product-detail {
  display: inline-block;
  width: calc(100% - 330px);
  vertical-align: top;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0f136d;
}

.pdp-block__delivery-seller {
  width: 330px;
  display: inline-block;
  vertical-align: top;
}

.pdp-block__rating-questions-summary {
  display: table;
  width: 100%;
}

.pdp-block__rating-questions {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.pdp-block__share {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.pdp-block__add-on-service,
.pdp-block__combo,
.pdp-block__multisource {
  margin-top: 12px;
}

.pdp-block__additional-information {
  width: 100%;
  margin-top: 12px;
  table-layout: fixed;
}

.pdp-block__product-ads,
.pdp-block__product-description {
  display: inline-block;
  vertical-align: top;
}

.pdp-block__product-ads {
  width: 200px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pdp-block__recommendation {
  margin-top: 12px;
}

.background-1 {
  background-color: #f1f1f1;
}

.background-2 {
  background-color: #fff;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.fixed-width-full {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}

.block-padding-bottom {
  padding-bottom: 12px;
}

.block-margin-top {
  margin-top: 12px;
}

.block-margin-left {
  margin-left: 12px;
}

.block-margin-bottom {
  margin-bottom: 12px;
}

ul.taobao-menu__list {
  width: 1168px;
  min-width: 1168px;
}

.desktop-footer {
  display: none;
}

.pdp-skeleton {
  width: 100%;
  height: 100vh;
  background-color: #f1f1f1;
  margin: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  opacity: 1;
}

.pdp-skeleton__main {
  height: 100vh;
  background-color: #fff;
  display: table;
  position: absolute;
  left: calc(50% - 594px);
  width: 1188px;
}

.pdp-skeleton__gallery {
  padding: 8px 0 8px 8px;
  width: 338px;
  display: table-cell;
}

.pdp-skeleton__gallery-preview {
  width: 338px;
  height: 346px;
  margin-bottom: 12px;
}

.pdp-skeleton__gallery-thumbnails {
  display: inline-block;
}

.pdp-skeleton__gallery-thumbnail {
  width: 52px;
  height: 52px;
  display: inline-block;
}

.pdp-skeleton__gallery-thumbnail:not(:last-child) {
  margin-right: 14px;
}

.pdp-skeleton__product {
  display: table-cell;
  width: calc(100% - 346px);
  vertical-align: top;
  font-size: 0;
}

.pdp-skeleton__product-info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 330px);
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pdp-skeleton__product-title {
  margin: 21px 0 16px;
  height: 26px;
  width: 100%;
}

.pdp-skeleton__product-review {
  height: 24px;
  width: 100%;
  margin-bottom: 23px;
}

.pdp-skeleton__price {
  height: 50px;
  width: 204px;
  margin: 23px 0 24px;
}

.pdp-skeleton__delivery-seller {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  font-size: 0;
  height: 90%;
}

.pdp-skeleton__delivery {
  background-color: #fafafa;
  height: 285px;
  padding: 20px 16px;
}

.pdp-skeleton__delivery-header {
  height: 13px;
  width: 40%;
  margin-bottom: 8px;
}

.pdp-skeleton__delivery-header-title {
  height: 13px;
  width: 103px;
}

.pdp-skeleton__delivery-header-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 20px;
  right: 15px;
}

.pdp-skeleton__delivery-item {
  padding: 10px 0 20px;
  display: table;
  width: 100%;
}

.pdp-skeleton__delivery-item-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.pdp-skeleton__delivery-item-title {
  height: 19px;
  display: inline-block;
  width: calc(100% - 34px);
  vertical-align: middle;
  margin-left: 10px;
}

.pdp-skeleton__delivery-item-price {
  text-align: right;
  width: 50px;
  height: 20px;
  float: right;
  margin-top: 2px;
}

.pdp-skeleton__buy-now {
  width: 238px;
  height: 44px;
  margin-top: 28px;
}

.pdp-skeleton__seller {
  background: #fafafa;
  margin-top: 8px;
  padding-top: 13px;
  height: 180px;
}

.pdp-skeleton__seller-name-label {
  width: 40px;
  height: 16px;
  margin: 0 0 4px 16px;
}

.pdp-skeleton__seller-name {
  width: 114px;
  height: 19px;
  margin-left: 16px;
  margin-bottom: 11px;
}

.pdp-skeleton__seller-info {
  display: inline-block;
  margin-bottom: 13px;
}

.pdp-skeleton__seller-info-item {
  display: inline-block;
  width: 33.3333333333%;
  border-top: 1px solid #eff0f5;
  border-bottom: 1px solid #eff0f5;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pdp-skeleton__seller-info-item:not(:last-child) {
  border-right: 1px solid #eff0f5;
}

.pdp-skeleton__seller-info-label {
  width: 90px;
  height: 14px;
}

.pdp-skeleton__seller-info-content {
  width: 59px;
  height: 28px;
  margin-left: 13px;
  margin-top: 22px;
}

.pdp-skeleton__seller-link {
  width: 81px;
  height: 16px;
  margin: auto;
}

.pdp-skeleton__divider,
.pdp-skeleton__divider-space {
  width: 100%;
  height: 1px;
  background: #eff0f5;
}

.pdp-skeleton__divider-space {
  margin-top: 12px;
  margin-bottom: 24px;
}

.pdp-skeleton__variation {
  margin-bottom: 12px;
}

.pdp-skeleton__variation-label {
  height: 14px;
  width: 43px;
  display: inline-block;
  margin-right: 49px;
}

.pdp-skeleton__variation-list {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
}

.pdp-skeleton__variation-list-wrapper {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 92px);
}

.pdp-skeleton__variation-item {
  display: inline-block;
  width: 86px;
  height: 32px;
}

.pdp-skeleton__variation-item:not(:last-child) {
  margin-right: 12px;
}

@-webkit-keyframes skeleton-animation {
  0% {
    background-position: -200px 0;
  }

  to {
    background-position: calc(200px + 100%) 0;
  }
}

@keyframes skeleton-animation {
  0% {
    background-position: -200px 0;
  }

  to {
    background-position: calc(200px + 100%) 0;
  }
}

.loading-skeleton {
  -webkit-animation: skeleton-animation 1.2s ease-in-out infinite;
  animation: skeleton-animation 1.2s ease-in-out infinite;
  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eee),
    color-stop(#f5f5f5),
    to(#eee)
  );
  background-image: linear-gradient(90deg, #eee, #f5f5f5, #eee);
  background-repeat: no-repeat;
  background-size: 200px 100%;
}

.pdp-layout-column-1 .pdp-block__product-description {
  width: 100%;
}

.pdp-layout-column-1 .pdp-block__product-ads {
  display: none;
}

.pdp-layout-column-1 .pdp-block__recommendation,
.pdp-layout-column-2 .pdp-block__product-description {
  width: calc(100% - 200px);
}

.pdp-layout-column-2 .pdp-block__recommendation {
  width: 100%;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
button,
hr,
input {
  overflow: visible;
}

[type="checkbox"],
[type="radio"],
legend {
  padding: 0;
  box-sizing: border-box;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

.site-nav,
sub,
sup {
  position: relative;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1.15;
  font-size: 100%;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-input-wrap
  input:focus,
.lzd-header .lzd-links-bar .top-input:focus,
.lzd-header .lzd-links-bar .top-input:hover {
  outline: 0;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.lzd-header,
body {
  font-family: Roboto-Regular, "Helvetica Neue", Helvetica, Tahoma, Arial,
    Sans-serif;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

body {
  margin: 0;
}

.site-nav {
  min-width: 1188px;
  background-color: #fff;
  -webkit-filter: "progid\:DXImageTransform\.Microsoft\.gradient(startColorstr\='#003e52', endColorstr\='#1a9cb7',GradientType\=1)";
  filter: "progid\:DXImageTransform\.Microsoft\.gradient(startColorstr\='#003e52', endColorstr\='#1a9cb7',GradientType\=1)";
}

.site-nav * {
  box-sizing: content-box;
}

.lzd-header.lzd-header-lite {
  height: 115px;
}

.lzd-header.lzd-header-lite .lzd-logo-bar {
  height: 75px;
}

.lzd-header {
  height: 100px;
}

.lzd-header .lzd-logo-bar {
  height: 75px;
}

.lzd-header {
  width: 100%;
  height: 140px;
}

.lzd-header.customMode {
  height: 168px;
}

.lzd-header .lzd-header-content-wrap {
  background-color: #fff;
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#003e52', endColorstr='#1a9cb7', GradientType=1)";
  width: 100%;
  position: fixed;
  z-index: 300;
}

.lzd-header.miniheader {
  height: 100px;
}

.lzd-header .lzd-header-sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.lzd-header .lzd-header-sticky .lzd-header-content-wrap {
  top: 0;
}

.lzd-header .header-content {
  width: 1188px;
  min-width: 1188px;
  margin: 0 auto;
}

.lzd-header .lzd-links-bar {
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  min-width: 1006px;
  height: 25px;
  text-align: right;
  -webkit-transition: height 0.25s linear, zIndex 0s linear 0.25s;
  transition: height 0.25s linear, zIndex 0s linear 0.25s;
  z-index: 310;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-list {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
  padding: 25px 25px 10px;
  margin: 0;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item {
  text-align: left;
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0 5px 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item span {
  color: #6e686e;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .care-item-anchor {
  color: #6e686e;
  text-decoration: none;
  display: block;
}

.lzd-header
  .lzd-links-bar
  .lzd-customcare-popup
  .care-item
  .care-item-anchor
  .care-title {
  display: block;
}

.lzd-header
  .lzd-links-bar
  .lzd-customcare-popup
  .care-item
  .care-item-anchor
  a {
  color: #6e686e;
  text-decoration: none;
}

.lzd-header
  .lzd-links-bar
  .lzd-customcare-popup
  .care-item
  .care-item-anchor
  a:hover,
.lzd-header
  .lzd-links-bar
  .lzd-customcare-popup
  .care-item
  a.care-item-anchor:hover {
  color: #f36f36;
  text-decoration: underline;
}

.lzd-header
  .lzd-links-bar
  .lzd-customcare-popup
  .care-item
  .care-item-anchor-next {
  margin-top: 18px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .care-icon {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png);
}

.lzd-header
  .lzd-links-bar
  .lzd-customcare-popup
  .care-item
  .redmart-help-center {
  background: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1L530MgTqK1RjSZPhXXXfOFXa-80-80.png)
    no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .help-center {
  background-position: -163px -713px;
  width: 19px;
  height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .order-payment {
  background-position: -133px -715px;
  width: 22px;
  height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .shipping-delivery {
  background-position: -100px -720px;
  width: 29px;
  height: 14px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .returns-refunds {
  background-position: -72px -713px;
  width: 22px;
  height: 26px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .chat {
  background-position: -1px -880px;
  background-size: 493px;
  width: 24px;
  height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .phone {
  background-position: -33px -880px;
  background-size: 493px;
  width: 24px;
  height: 27px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .care-icon-image {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-lazada-qr-wrap {
  width: 150px;
  height: 150px;
  float: left;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-lazada-qr {
  width: 100%;
  cursor: initial;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text {
  font-size: 14px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text
  p {
  margin: 0;
  line-height: 18px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text
  ol,
.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text
  ul {
  padding-left: 16px;
  padding-top: 5px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text
  li,
.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text
  ol,
.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text
  ul {
  list-style-type: initial;
  line-height: 18px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app {
  padding: 20px;
  color: #3a3a3a;
  width: 340px;
  font-weight: 300;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-title {
  margin-bottom: 20px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-promotion {
  display: table;
  margin: 0 0 27px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-promotion:after {
  content: " ";
  clear: both;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-promotion
  .promotion-text {
  display: inline-block;
  white-space: normal;
  font-size: 14px;
  line-height: 15px;
  padding: 0 0 0 10px;
  max-width: 180px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-promotion
  .promotion-text
  a {
  display: block;
  color: #199cb7;
  text-decoration: none;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-promotion
  .promotion-text
  a:hover {
  text-decoration: unset;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-promotion
  .promotion-text
  .highlight {
  font-size: 14px;
  line-height: 15px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-form {
  margin-bottom: 28px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-input-wrap {
  width: 100%;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-input-wrap
  input {
  width: 308px;
  display: inline-block;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-input-wrap
  .button-submit {
  display: inline-block;
  border-radius: 0;
  vertical-align: top;
  border: none;
  width: 28px;
  height: 38px;
  margin: 0;
  line-height: 100%;
  padding: 0;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-input-wrap
  .button-submit
  i {
  background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png);
  background-position: -191px -713px;
  width: 13px;
  height: 20px;
  vertical-align: text-top;
  display: inline-block;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .success-message {
  display: none;
  margin: 0 0 28px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .success-message
  .alert {
  font-size: 14px;
  line-height: 19px;
  color: #370;
  white-space: normal;
  display: inline-block;
  position: relative;
  padding-left: 60px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .success-message
  .alert:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  width: 21px;
  height: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPCAYAAAALWoRrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxMzlmOGI5MS00NThlLTQ2NmEtYWVhNy01ZjY4ZTEzNjY5NzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUI1NkU3QjQ1OUY3MTFFNTkyRjRGQzE4MDEwNjFFQ0YiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDk2NTZCRTQ1OUQ0MTFFNTkyRjRGQzE4MDEwNjFFQ0YiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDplMmMyNzAxNy03MTk2LTRhYTEtYjBmYy0zMjY2MjI2YTI1ZTkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowNTMyMmM2My1hMTY5LTExNzgtOWM3Ni1lOWYzNDU3ODMzNjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Cm2KDAAAA2klEQVR42qySSQrCQBBFNa2L6EZxQAW9gCBeQjyASzV7DxfHizjrDdwI3kD9BdXQlIl0hy54mx5eKtVf5fxUCyzAEFyVJ+EclEEIHgUPwgiUwBvswCXvUbgFe9rIKm3zL/8IqQLjoMoo3JhCUzoCU1C0EEZCeJCHqLsBGIMq6FIk+EKaMOT9NTgmfZmkT9Bg0sTWQi39gJsQ9ygaLOgI4Qqc/s1IP44W10ETVFj8AjMXYVKk6OEmoC/WSbgEZ5t4yBhRx3ejY2dhWja1uMbymOfrpQKeq3N9BRgAQf82fgMA4TMAAAAASUVORK5CYII=);
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .error-message {
  color: red;
  font-size: 12px;
  margin: 0 0 28px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .error-message
  .alert {
  line-height: 19px;
  color: #370;
  white-space: normal;
  display: inline-block;
  position: relative;
  padding-left: 60px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .app-stores {
  display: table;
  margin: 0 auto;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .app-stores
  .store-link {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .app-stores
  .app-apple {
  display: inline-block;
  background: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png) -529px -625px
    no-repeat;
  width: 135px;
  height: 46px;
  margin-right: 15px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .app-stores
  .app-google {
  display: inline-block;
  background: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png) -530px -578px
    no-repeat;
  width: 136px;
  height: 46px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app-error {
  border-color: red;
  margin: 0 0 28px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app-success
  .get-the-app-form {
  display: none;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app-success
  .success-message {
  display: block;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app-error
  .get-the-app-form {
  margin-bottom: 5px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app-error
  .get-the-app-form
  .get-the-app-input-wrap {
  border-color: red;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content {
  display: table;
  width: 260px;
  padding: 20px 0;
  vertical-align: middle;
  font-weight: 300;
  line-height: 1.3;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content:before {
  left: 84%;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-item {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 50%;
  padding: 0 20px 0 50px;
  position: relative;
  color: #545454;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .currentSelected
  .lzd-switch-icon-vi {
  background-position: -634px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .currentSelected
  .lzd-switch-icon-ms {
  background-position: -724px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .currentSelected
  .lzd-switch-icon-th {
  background-position: -544px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .currentSelected
  .lzd-switch-icon-en {
  background-position: -813px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-icon {
  display: block;
  position: absolute;
  top: 50%;
  background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png);
  background-repeat: no-repeat;
  left: 25px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-icon-vi {
  background-position: -589px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-icon-ms {
  background-position: -679px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-icon-th {
  background-position: -500px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-icon-en {
  background-position: -768px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-text {
  font-size: 12px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-checked {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 20px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Y2hlY2stbWFyazwvdGl0bGU+PHBhdGggZD0iTTcuNzIzLjA3bDEuMjEgMS4zMzhjLjA3My4wOC4wODcuMjMuMDI0LjMzbC01LjIgOC4xNzZjLS4wNDIuMDY1LS4xLjA5Mi0uMTU1LjA4MmEuMTYyLjE2MiAwIDAgMS0uMTEtLjA1NkwuMDY4IDYuMTQ3YS4yOTUuMjk1IDAgMCAxLS4wMjctLjMzNWwxLjAxMi0xLjU5Yy4wNi0uMDk3LjE3OC0uMTEuMjU1LS4wMjVsMi4wODggMi4zMUw3LjQ3My4wOThjLjA2Ny0uMTA2LjE3NS0uMTEyLjI1LS4wMjh6IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
    center no-repeat;
}

.lzd-header .lzd-links-bar .lzd-track-popup .lzd-track-content {
  padding: 25px 21px 15px;
  width: 220px;
  font-weight: 300;
}

.lzd-header .lzd-links-bar .lzd-track-popup .lzd-track-content .track-title {
  text-align: left;
  margin-bottom: 12px;
  color: #254a5f;
  font-size: 16px;
  line-height: 18px;
}

.lzd-header .lzd-links-bar .lzd-track-popup .lzd-track-content .last-order {
  margin: 3px 0;
}

.lzd-header .lzd-links-bar .lzd-track-popup .lzd-track-content .last-order a {
  color: #199cb7;
  text-decoration: none;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .last-order
  a:hover {
  text-decoration: underline;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-input-wrap {
  margin-bottom: 10px;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-input-wrap
  input {
  width: 186px;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-input-wrap
  .email-text {
  width: 217px;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-input-wrap
  .button-submit {
  display: inline-block;
  border-radius: 0;
  vertical-align: top;
  border: none;
  width: 28px;
  height: 38px;
  margin: 0;
  line-height: 100%;
  padding: 0;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-input-wrap
  .button-submit
  i {
  background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png);
  background-position: -191px -713px;
  width: 13px;
  height: 20px;
  vertical-align: text-top;
  display: inline-block;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-more-text {
  margin: 10px 0;
  line-height: 25px;
  color: #646464;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-more-text
  a {
  text-decoration: none;
  color: #199cb7;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-more-text
  a:hover {
  text-decoration: underline;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content-error
  .error-message {
  display: block;
  color: #d2232a;
  margin-bottom: 10px;
  white-space: normal;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-list {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
  padding: 25px 25px 10px;
  margin: 0;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item {
  text-align: left;
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0 5px 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item a {
  color: #6e686e;
  text-decoration: none;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item a:hover {
  color: #f36f36;
  text-decoration: underline;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .account-icon {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  width: 30px;
  height: 25px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png);
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .manage-account {
  background-position: -240px -713px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .my-orders {
  background-position: -269px -713px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .wishlist {
  background-position: -326px -713px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .my-reviews {
  background-position: -354px -713px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .returns {
  background-position: -208px -713px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .logout {
  background-position: -296px -713px;
}

.lzd-header .lzd-links-bar .top-links-item {
  position: relative;
  display: inline-block;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  color: #9e9e9e;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 0 17px;
}

.lzd-header .lzd-links-bar .top-links-item:last-child {
  padding-right: 0;
}

.lzd-header .lzd-links-bar .top-links-item .cyan,
.lzd-header .lzd-links-bar .top-links-item.cyan {
  color: #0f1568;
}

.lzd-header .lzd-links-bar .top-links-item .grey,
.lzd-header .lzd-links-bar .top-links-item.grey {
  color: #9e9e9e;
}

.lzd-header .lzd-links-bar .top-links-item .highlight,
.lzd-header .lzd-links-bar .top-links-item.highlight {
  color: #f0f;
}

.lzd-header .lzd-links-bar .top-links-item .orange,
.lzd-header .lzd-links-bar .top-links-item.orange {
  color: #0f1568;
}

.lzd-header .lzd-links-bar .top-links-item > a:hover,
.lzd-header .lzd-links-bar .top-links-item > span:hover {
  color: #f36d00;
}

.lzd-header .lzd-links-bar .top-links-item > a {
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.lzd-header .lzd-links-bar .top-links-item > span {
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.lzd-header .lzd-links-bar .top-links-item-hidden {
  display: none;
}

.lzd-header .lzd-links-bar .top-input-wrap {
  background: #f0f0f0;
  border: 1px solid transparent;
  box-shadow: inset 0 3px 0 0 #dfdfdf;
  border-radius: 2px;
  overflow: hidden;
  height: 38px;
  line-height: 36px;
}

.lzd-header .lzd-links-bar .top-input {
  border: none;
  background: 0 0;
  height: 38px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
  position: relative;
  z-index: 6;
  color: #000;
}

.lzd-header .lzd-links-bar .top-button {
  position: relative;
  width: 20px;
  font-size: 0;
  vertical-align: middle;
  padding: 0;
  white-space: nowrap;
  line-height: normal;
  display: table-cell;
  background: #f36f36;
  z-index: 3;
}

.lzd-header .lzd-links-bar .top-input-label {
  display: block;
  color: #646464;
  line-height: 24px;
}

.lzd-header .lzd-links-bar .top-popup-wrap {
  opacity: 0;
  padding-top: 10px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 150%;
  z-index: 20;
  white-space: normal;
}

.lzd-header .lzd-links-bar .top-popup-wrap.lzd-switch-popup {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.lzd-header .lzd-links-bar .top-popup-wrap .top-popup-content {
  background-color: #fff;
  position: relative;
  border: 1px solid #bfbfbf;
}

.lzd-header .lzd-links-bar .top-popup-wrap .top-popup-content:before {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-left-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-top-style: solid;
  top: -6px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-color: #bfbfbf;
}

.lzd-header
  .lzd-links-bar
  .top-popup-wrap
  .top-popup-content.lzd-switch-content:before {
  left: 94%;
}

.lzd-header .lzd-links-bar .top-popup-wrap-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}

.lzd-header .lzd-header-sticky .lzd-links-bar {
  height: 0;
  overflow: hidden;
}

.lzd-header .lzd-logo-bar {
  box-sizing: border-box;
  padding-top: 11px;
  background: rgb(14, 1, 13);
  background: linear-gradient(
    202deg,
    rgb(157, 204, 255) 29%,
    rgb(255, 18, 105) 100%
  );
}

.lzd-header .lzd-logo-bar .logo-bar-content {
  position: relative;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-logo-content {
  display: inline-block;
  width: 200px;
  height: 39px;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-logo-content a {
  float: left;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-logo-content img {
  width: 127px;
  height: 40px;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-nav-cart {
  display: inline-block;
  height: 38px;
  width: 40px;
  position: relative;
  margin: 0 0 0 20px;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-nav-cart .cart-icon {
  position: absolute;
  background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1xEeTdBGw3KVjSZFDXXXWEpXa-75-66.png);
  background-size: cover;
  width: 29px;
  height: 26px;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -14px;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-nav-cart .cart-num {
  position: absolute;
  background: #f36e36;
  color: #fff;
  top: -4px;
  font-weight: 400;
  right: -4px;
  text-align: center;
  border: 3px solid #f36e36;
  font-size: 13px;
  min-width: 14px;
  line-height: 14px;
  border-radius: 50%;
  display: none;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-nav-cart .cart-num.show {
  display: block;
}

.lzd-header .lzd-header-sticky .lzd-logo-bar {
  height: 75px;
  padding-top: 15px;
}

.lzd-header .lzd-nav-search {
  width: 688px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border-radius: 3px;
}

.lzd-header .lzd-nav-search.customMode {
  display: none;
}

.lzd-header .lzd-nav-search *,
.lzd-header .lzd-nav-search label span span:after {
  box-sizing: border-box;
}

.lzd-header .lzd-header-banner {
  width: 188px;
  height: 45px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.lzd-header .lzd-header-banner a {
  display: block;
}

.lzd-header .lzd-header-banner a img {
  width: 188px;
  height: 45px;
  display: block;
}

.lzd-header .lzd-header-banner .lzd-header-banner-ewallet {
  display: none;
}

.lzd-header .mui-zebra-module {
  position: relative;
}

.lzd-header .mui-zebra-module .lzd-site-nav-menu-active {
  top: auto !important;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
  background: rgb(22, 1, 28);
  background: linear-gradient(
    202deg,
    rgba(22, 1, 28, 1) 13%,
    rgba(91, 7, 136, 1) 59%,
    rgba(198, 5, 155, 1) 100%
  );
}

.lzd-home-page-category {
  position: absolute;
  width: 100%;
}

.lzd-home-page-category .mui-zebra-module {
  position: relative;
}

.lzd-home-page-category .mui-zebra-module .lzd-site-nav-menu-active {
  top: 75px !important;
  height: 40px;
  -webkit-transition: height 0.25s linear;
  transition: height 0.25s linear;
}

@font-face {
  font-family: lazada;
  src: url(//g.lazcdn.com/g/lzdfe/static/0.0.44/iconfont-hp.eot);
  src: url(//g.lazcdn.com/g/lzdfe/static/0.0.44/iconfont-hp.eot?#iefix)
      format("embedded-opentype"),
    url(//g.lazcdn.com/g/lzdfe/static/0.0.44/iconfont-hp.woff) format("woff"),
    url(//g.lazcdn.com/g/lzdfe/static/0.0.44/iconfont-hp.ttf) format("truetype");
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/cyrillic-ext.woff2)
      format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/cyrillic.woff2)
      format("woff2");
  unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/greek-ext.woff2)
      format("woff2");
  unicode-range: U+1f00-1fff;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/greek.woff2)
      format("woff2");
  unicode-range: U+0370-03ff;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/vietnamese.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1ea0-1ef9, U+20ab;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/latin-ext.woff2)
      format("woff2");
  unicode-range: U+0100-024f, U+0259, U+1-1eff, U+2020, U+20a0-20ab, U+20ad-20cf,
    U+2113, U+2c60-2c7f, U+A720-A7FF;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/latin.woff2)
      format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/cyrillic-ext.woff2)
      format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/cyrillic.woff2)
      format("woff2");
  unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/greek-ext.woff2)
      format("woff2");
  unicode-range: U+1f00-1fff;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/greek.woff2)
      format("woff2");
  unicode-range: U+0370-03ff;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/vietnamese.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1ea0-1ef9, U+20ab;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/latin-ext.woff2)
      format("woff2");
  unicode-range: U+0100-024f, U+0259, U+1-1eff, U+2020, U+20a0-20ab, U+20ad-20cf,
    U+2113, U+2c60-2c7f, U+A720-A7FF;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/latin.woff2)
      format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

.lzd-site-nav-menu {
  position: relative;
  background: #fff;
  top: 0;
  z-index: 210;
  width: 100%;
  height: 0;
}

.lzd-site-nav-menu .lzd-site-menu-nav-category .lzd-site-menu-nav-menu {
  visibility: hidden;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-menu
  .lzd-site-nav-menu-dropdown {
  visibility: inherit;
  padding: 0 !important;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-menu
  .lzd-site-nav-menu-dropdown
  .lzd-site-menu-root,
.lzd-site-nav-menu
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-menu
  .lzd-site-nav-menu-dropdown
  .root {
  overflow: hidden;
}

.lzd-site-nav-menu .lzd-site-menu-nav-category .lzd-site-menu-show-category {
  visibility: visible !important;
}

.lzd-site-nav-menu .lzd-site-menu-nav-container {
  width: 1188px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.lzd-site-nav-menu .lzd-site-menu-nav-container .lzd-site-menu-nav-category {
  width: 200px;
  line-height: 40px;
  float: left;
  z-index: 210;
  height: 100%;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-label {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-label-active {
  background: #fff;
  border-radius: 0;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-label-active
  .lzd-site-menu-nav-category-text {
  color: #f36d00;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-label-active
  .lzd-site-menu-nav-category-text::after {
  content: "\e735";
  margin-left: 12px;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-text {
  opacity: 0.85;
  font-family: Roboto-Medium;
  margin-left: 20px;
  font-size: 14px;
  color: #0f136d;
  letter-spacing: 0;
  line-height: 40px;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-text::after,
.lzd-site-nav-menu-iconfont {
  font-family: lazada !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-text::after {
  content: "\e736";
  margin-left: 12px;
  font-size: 16px;
}

.lzd-site-nav-menu .lzd-site-menu-nav-container .lzd-menu-labels {
  list-style: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  margin: 0;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-menu-labels
  .lzd-menu-labels-item {
  margin-left: 10px;
  padding-right: 10px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  text-decoration: none;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-menu-labels
  .lzd-menu-labels-item
  .lzd-menu-labels-item-icon {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  height: 40px;
  font-size: 40px;
  color: #fff;
  position: relative;
  width: 21px;
  height: 21px;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-menu-labels
  .lzd-menu-labels-item
  .lzd-menu-labels-item-icon
  .lzd-site-nav-menu-iconfont-img {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-menu-labels
  .lzd-menu-labels-item
  .lzd-menu-labels-item-icon.lazada-ic-channel-RedMart {
  font-size: 21px;
  margin-right: 11px;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-menu-labels
  .lzd-menu-labels-item
  .lzd-menu-labels-item-icon:before {
  content: " " !important;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-menu-labels
  .lzd-menu-labels-item
  .lzd-menu-labels-item-text {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  height: 40px;
  font-size: 14px;
  color: #0f136d;
}

.lzd-site-nav-menu-active {
  position: fixed;
  height: 40px;
  z-index: 220;
}

.lzd-site-nav-menu-active
  .lzd-site-menu-nav-category
  .lzd-site-nav-menu-dropdown-active {
  visibility: visible !important;
  height: 344px;
  overflow: visible;
}

.lzd-site-nav-menu-active
  .lzd-site-menu-nav-category
  .lzd-site-nav-menu-dropdown-active
  .lzd-site-menu-root,
.lzd-site-nav-menu-active
  .lzd-site-menu-nav-category
  .lzd-site-nav-menu-dropdown-active
  .root {
  overflow: visible;
}

.lzd-site-nav-menu-iconfont {
  font-size: 16px;
}

@font-face {
  font-family: lazada;
  src: url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.48/iconfont-hp.eot);
  src: url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.48/iconfont-hp.eot?#iefix)
      format("embedded-opentype"),
    url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.48/iconfont-hp.woff)
      format("woff"),
    url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.48/iconfont-hp.ttf)
      format("truetype");
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item > a.hover::after,
.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item > a.hover::after {
  float: right;
  content: "\e744";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root,
.lzd-site-nav-menu-dropdown .lzd-site-menu-sub,
.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .lzd-site-menu-grand {
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}

.lzd-site-nav-menu-dropdown {
  width: 200px;
  height: 344px;
  position: absolute;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  z-index: 200;
}

.lzd-site-nav-menu-dropdown-active {
  visibility: visible;
  overflow: visible;
  border-radius: 0 0 2px 2px;
}

.lzd-site-nav-menu-dropdown-active .lzd-site-menu-root {
  overflow: visible !important;
  padding: 9px 0 14px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root {
  padding: 8px 0 12px;
  list-style: none;
  height: 100%;
  margin: 0;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item > a {
  display: block;
  padding-left: 8px;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item > a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 172px;
  font-family: Roboto-Regular;
  font-size: 13px;
  line-height: 27px;
  color: #757575;
  cursor: pointer;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item > a.hover {
  background: #eceff1;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item > a.hover span {
  color: #f36d00;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item > a.hover::after {
  margin-right: 4px;
  color: #f36d00;
  font-family: lazada !important;
  font-size: 16px;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub {
  padding: 8px 0 12px;
  height: 344px;
  visibility: hidden;
  position: absolute;
  width: 200px;
  list-style: none;
  margin: 0;
  left: 200px;
  top: 0;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .sub-item-remove-arrow > a.hover,
.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .sub-item-remove-arrow > a:hover,
.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item > a.hover {
  background: #eceff1;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-active {
  visibility: visible;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item > a {
  line-height: 27px;
  display: block;
  padding-left: 8px;
  height: 27px;
  text-decoration: none;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item > a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 172px;
  font-family: Roboto-Regular;
  font-size: 13px;
  line-height: 27px;
  color: #757575;
  cursor: pointer;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item > a.hover span {
  color: #f36d00;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item > a.hover::after {
  margin-right: 4px;
  color: #f36d00;
  font-family: lazada !important;
  font-size: 16px;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .sub-item-remove-arrow > a {
  line-height: 27px;
  display: block;
  padding-left: 8px;
  height: 27px;
  text-decoration: none;
}

.lzd-site-nav-menu-dropdown
  .lzd-site-menu-sub
  .sub-item-remove-arrow
  > a
  > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 172px;
  font-family: Roboto-Regular;
  font-size: 13px;
  line-height: 27px;
  color: #757575;
  cursor: pointer;
}

.lzd-site-nav-menu-dropdown
  .lzd-site-menu-sub
  .sub-item-remove-arrow
  > a.hover
  span,
.lzd-site-nav-menu-dropdown
  .lzd-site-menu-sub
  .sub-item-remove-arrow
  > a:hover
  span {
  color: #f36d00;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .lzd-site-menu-grand {
  padding: 8px 0 12px;
  height: 344px;
  visibility: hidden;
  position: absolute;
  width: 200px;
  list-style: none;
  margin: 0;
  left: 200px;
  top: 0;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .lzd-site-menu-grand-item > a {
  line-height: 27px;
  text-decoration: none;
  display: block;
  padding-left: 8px;
  height: 27px;
}

.lzd-site-nav-menu-dropdown
  .lzd-site-menu-sub
  .lzd-site-menu-grand-item
  > a
  > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 172px;
  font-family: Roboto-Regular;
  font-size: 13px;
  line-height: 27px;
  color: #757575;
  cursor: pointer;
}

.lzd-site-nav-menu-dropdown
  .lzd-site-menu-sub
  .lzd-site-menu-grand-item
  > a:hover
  span {
  color: #f36d00;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .lzd-site-menu-grand-active {
  visibility: visible;
}

@font-face {
  font-family: lazada;
  src: url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.37/iconfont-hp.eot);
  src: url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.37/iconfont-hp.eot?#iefix)
      format("embedded-opentype"),
    url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.37/iconfont-hp.woff)
      format("woff"),
    url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.37/iconfont-hp.ttf)
      format("truetype");
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
button,
hr,
input {
  overflow: visible;
}

[type="checkbox"],
[type="radio"],
legend {
  padding: 0;
  box-sizing: border-box;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

.site-nav,
sub,
sup {
  position: relative;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1.15;
  font-size: 100%;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-input-wrap
  input:focus,
.lzd-header .lzd-links-bar .top-input:focus,
.lzd-header .lzd-links-bar .top-input:hover {
  outline: 0;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.lzd-header,
body {
  font-family: Roboto-Regular, "Helvetica Neue", Helvetica, Tahoma, Arial,
    Sans-serif;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

body {
  margin: 0;
}

.site-nav {
  min-width: 1188px;
  background-color: #fff;
  -webkit-filter: "progid\:DXImageTransform\.Microsoft\.gradient(startColorstr\='#003e52', endColorstr\='#1a9cb7',GradientType\=1)";
  filter: "progid\:DXImageTransform\.Microsoft\.gradient(startColorstr\='#003e52', endColorstr\='#1a9cb7',GradientType\=1)";
}

.site-nav * {
  box-sizing: content-box;
}

.lzd-header.lzd-header-lite {
  height: 115px;
}

.lzd-header.lzd-header-lite .lzd-logo-bar {
  height: 75px;
}

.lzd-header {
  height: 100px;
}

.lzd-header .lzd-logo-bar {
  height: 75px;
}

.lzd-header {
  width: 100%;
  height: 140px;
}

.lzd-header.customMode {
  height: 168px;
}

.lzd-header .lzd-header-content-wrap {
  background-color: #fff;
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#003e52', endColorstr='#1a9cb7', GradientType=1)";
  width: 100%;
  position: fixed;
  z-index: 300;
}

.lzd-header.miniheader {
  height: 100px;
}

.lzd-header .lzd-header-sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.lzd-header .lzd-header-sticky .lzd-header-content-wrap {
  top: 0;
}

.lzd-header .header-content {
  width: 1188px;
  min-width: 1188px;
  margin: 0 auto;
}

.lzd-header .lzd-links-bar {
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  min-width: 1006px;
  height: 25px;
  text-align: right;
  -webkit-transition: height 0.25s linear, zIndex 0s linear 0.25s;
  transition: height 0.25s linear, zIndex 0s linear 0.25s;
  z-index: 310;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-list {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
  padding: 25px 25px 10px;
  margin: 0;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item {
  text-align: left;
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0 5px 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item span {
  color: #6e686e;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .care-item-anchor {
  color: #6e686e;
  text-decoration: none;
  display: block;
}

.lzd-header
  .lzd-links-bar
  .lzd-customcare-popup
  .care-item
  .care-item-anchor
  .care-title {
  display: block;
}

.lzd-header
  .lzd-links-bar
  .lzd-customcare-popup
  .care-item
  .care-item-anchor
  a {
  color: #6e686e;
  text-decoration: none;
}

.lzd-header
  .lzd-links-bar
  .lzd-customcare-popup
  .care-item
  .care-item-anchor
  a:hover,
.lzd-header
  .lzd-links-bar
  .lzd-customcare-popup
  .care-item
  a.care-item-anchor:hover {
  color: #f36f36;
  text-decoration: underline;
}

.lzd-header
  .lzd-links-bar
  .lzd-customcare-popup
  .care-item
  .care-item-anchor-next {
  margin-top: 18px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .care-icon {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png);
}

.lzd-header
  .lzd-links-bar
  .lzd-customcare-popup
  .care-item
  .redmart-help-center {
  background: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1L530MgTqK1RjSZPhXXXfOFXa-80-80.png)
    no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .help-center {
  background-position: -163px -713px;
  width: 19px;
  height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .order-payment {
  background-position: -133px -715px;
  width: 22px;
  height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .shipping-delivery {
  background-position: -100px -720px;
  width: 29px;
  height: 14px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .returns-refunds {
  background-position: -72px -713px;
  width: 22px;
  height: 26px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .chat {
  background-position: -1px -880px;
  background-size: 493px;
  width: 24px;
  height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .phone {
  background-position: -33px -880px;
  background-size: 493px;
  width: 24px;
  height: 27px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .care-icon-image {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-lazada-qr-wrap {
  width: 150px;
  height: 150px;
  float: left;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-lazada-qr {
  width: 100%;
  cursor: initial;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text {
  font-size: 14px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text
  p {
  margin: 0;
  line-height: 18px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text
  ol,
.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text
  ul {
  padding-left: 16px;
  padding-top: 5px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text
  li,
.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text
  ol,
.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-download-text
  ul {
  list-style-type: initial;
  line-height: 18px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app {
  padding: 20px;
  color: #3a3a3a;
  width: 340px;
  font-weight: 300;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-title {
  margin-bottom: 20px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-promotion {
  display: table;
  margin: 0 0 27px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-promotion:after {
  content: " ";
  clear: both;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-promotion
  .promotion-text {
  display: inline-block;
  white-space: normal;
  font-size: 14px;
  line-height: 15px;
  padding: 0 0 0 10px;
  max-width: 180px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-promotion
  .promotion-text
  a {
  display: block;
  color: #199cb7;
  text-decoration: none;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-promotion
  .promotion-text
  a:hover {
  text-decoration: unset;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-promotion
  .promotion-text
  .highlight {
  font-size: 14px;
  line-height: 15px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-form {
  margin-bottom: 28px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-input-wrap {
  width: 100%;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-input-wrap
  input {
  width: 308px;
  display: inline-block;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-input-wrap
  .button-submit {
  display: inline-block;
  border-radius: 0;
  vertical-align: top;
  border: none;
  width: 28px;
  height: 38px;
  margin: 0;
  line-height: 100%;
  padding: 0;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .get-the-app-input-wrap
  .button-submit
  i {
  background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png);
  background-position: -191px -713px;
  width: 13px;
  height: 20px;
  vertical-align: text-top;
  display: inline-block;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .success-message {
  display: none;
  margin: 0 0 28px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .success-message
  .alert {
  font-size: 14px;
  line-height: 19px;
  color: #370;
  white-space: normal;
  display: inline-block;
  position: relative;
  padding-left: 60px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .success-message
  .alert:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  width: 21px;
  height: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPCAYAAAALWoRrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxMzlmOGI5MS00NThlLTQ2NmEtYWVhNy01ZjY4ZTEzNjY5NzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUI1NkU3QjQ1OUY3MTFFNTkyRjRGQzE4MDEwNjFFQ0YiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDk2NTZCRTQ1OUQ0MTFFNTkyRjRGQzE4MDEwNjFFQ0YiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDplMmMyNzAxNy03MTk2LTRhYTEtYjBmYy0zMjY2MjI2YTI1ZTkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowNTMyMmM2My1hMTY5LTExNzgtOWM3Ni1lOWYzNDU3ODMzNjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Cm2KDAAAA2klEQVR42qySSQrCQBBFNa2L6EZxQAW9gCBeQjyASzV7DxfHizjrDdwI3kD9BdXQlIl0hy54mx5eKtVf5fxUCyzAEFyVJ+EclEEIHgUPwgiUwBvswCXvUbgFe9rIKm3zL/8IqQLjoMoo3JhCUzoCU1C0EEZCeJCHqLsBGIMq6FIk+EKaMOT9NTgmfZmkT9Bg0sTWQi39gJsQ9ygaLOgI4Qqc/s1IP44W10ETVFj8AjMXYVKk6OEmoC/WSbgEZ5t4yBhRx3ejY2dhWja1uMbymOfrpQKeq3N9BRgAQf82fgMA4TMAAAAASUVORK5CYII=);
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .error-message {
  color: red;
  font-size: 12px;
  margin: 0 0 28px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .error-message
  .alert {
  line-height: 19px;
  color: #370;
  white-space: normal;
  display: inline-block;
  position: relative;
  padding-left: 60px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .app-stores {
  display: table;
  margin: 0 auto;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .app-stores
  .store-link {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .app-stores
  .app-apple {
  display: inline-block;
  background: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png) -529px -625px
    no-repeat;
  width: 135px;
  height: 46px;
  margin-right: 15px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app
  .app-stores
  .app-google {
  display: inline-block;
  background: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png) -530px -578px
    no-repeat;
  width: 136px;
  height: 46px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app-error {
  border-color: red;
  margin: 0 0 28px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app-success
  .get-the-app-form {
  display: none;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app-success
  .success-message {
  display: block;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app-error
  .get-the-app-form {
  margin-bottom: 5px;
}

.lzd-header
  .lzd-links-bar
  .lzd-download-popup
  .lzd-download-content
  .get-the-app-scope
  .get-the-app-error
  .get-the-app-form
  .get-the-app-input-wrap {
  border-color: red;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content {
  display: table;
  width: 260px;
  padding: 20px 0;
  vertical-align: middle;
  font-weight: 300;
  line-height: 1.3;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content:before {
  left: 84%;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-item {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 50%;
  padding: 0 20px 0 50px;
  position: relative;
  color: #545454;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .currentSelected
  .lzd-switch-icon-vi {
  background-position: -634px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .currentSelected
  .lzd-switch-icon-ms {
  background-position: -724px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .currentSelected
  .lzd-switch-icon-th {
  background-position: -544px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .currentSelected
  .lzd-switch-icon-en {
  background-position: -813px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-icon {
  display: block;
  position: absolute;
  top: 50%;
  background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png);
  background-repeat: no-repeat;
  left: 25px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-icon-vi {
  background-position: -589px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-icon-ms {
  background-position: -679px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-icon-th {
  background-position: -500px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-icon-en {
  background-position: -768px -709px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-text {
  font-size: 12px;
}

.lzd-header
  .lzd-links-bar
  .lzd-switch-popup
  .lzd-switch-content
  .lzd-switch-checked {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 20px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Y2hlY2stbWFyazwvdGl0bGU+PHBhdGggZD0iTTcuNzIzLjA3bDEuMjEgMS4zMzhjLjA3My4wOC4wODcuMjMuMDI0LjMzbC01LjIgOC4xNzZjLS4wNDIuMDY1LS4xLjA5Mi0uMTU1LjA4MmEuMTYyLjE2MiAwIDAgMS0uMTEtLjA1NkwuMDY4IDYuMTQ3YS4yOTUuMjk1IDAgMCAxLS4wMjctLjMzNWwxLjAxMi0xLjU5Yy4wNi0uMDk3LjE3OC0uMTEuMjU1LS4wMjVsMi4wODggMi4zMUw3LjQ3My4wOThjLjA2Ny0uMTA2LjE3NS0uMTEyLjI1LS4wMjh6IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
    center no-repeat;
}

.lzd-header .lzd-links-bar .lzd-track-popup .lzd-track-content {
  padding: 25px 21px 15px;
  width: 220px;
  font-weight: 300;
}

.lzd-header .lzd-links-bar .lzd-track-popup .lzd-track-content .track-title {
  text-align: left;
  margin-bottom: 12px;
  color: #254a5f;
  font-size: 16px;
  line-height: 18px;
}

.lzd-header .lzd-links-bar .lzd-track-popup .lzd-track-content .last-order {
  margin: 3px 0;
}

.lzd-header .lzd-links-bar .lzd-track-popup .lzd-track-content .last-order a {
  color: #199cb7;
  text-decoration: none;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .last-order
  a:hover {
  text-decoration: underline;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-input-wrap {
  margin-bottom: 10px;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-input-wrap
  input {
  width: 186px;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-input-wrap
  .email-text {
  width: 217px;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-input-wrap
  .button-submit {
  display: inline-block;
  border-radius: 0;
  vertical-align: top;
  border: none;
  width: 28px;
  height: 38px;
  margin: 0;
  line-height: 100%;
  padding: 0;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-input-wrap
  .button-submit
  i {
  background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png);
  background-position: -191px -713px;
  width: 13px;
  height: 20px;
  vertical-align: text-top;
  display: inline-block;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-more-text {
  margin: 10px 0;
  line-height: 25px;
  color: #646464;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-more-text
  a {
  text-decoration: none;
  color: #199cb7;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content
  .track-order-more-text
  a:hover {
  text-decoration: underline;
}

.lzd-header
  .lzd-links-bar
  .lzd-track-popup
  .lzd-track-content-error
  .error-message {
  display: block;
  color: #d2232a;
  margin-bottom: 10px;
  white-space: normal;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-list {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
  padding: 25px 25px 10px;
  margin: 0;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item {
  text-align: left;
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0 5px 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item a {
  color: #6e686e;
  text-decoration: none;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item a:hover {
  color: #f36f36;
  text-decoration: underline;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .account-icon {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  width: 30px;
  height: 25px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1nQJUcwmTBuNjy1XbXXaMrVXa-986-930.png);
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .manage-account {
  background-position: -240px -713px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .my-orders {
  background-position: -269px -713px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .wishlist {
  background-position: -326px -713px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .my-reviews {
  background-position: -354px -713px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .returns {
  background-position: -208px -713px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .logout {
  background-position: -296px -713px;
}

.lzd-header .lzd-links-bar .top-links-item {
  position: relative;
  display: inline-block;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  color: #9e9e9e;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 0 17px;
}

.lzd-header .lzd-links-bar .top-links-item:last-child {
  padding-right: 0;
}

.lzd-header .lzd-links-bar .top-links-item .cyan,
.lzd-header .lzd-links-bar .top-links-item.cyan {
  color: #0f1568;
}

.lzd-header .lzd-links-bar .top-links-item .grey,
.lzd-header .lzd-links-bar .top-links-item.grey {
  color: #9e9e9e;
}

.lzd-header .lzd-links-bar .top-links-item .highlight,
.lzd-header .lzd-links-bar .top-links-item.highlight {
  color: #f0f;
}

.lzd-header .lzd-links-bar .top-links-item .orange,
.lzd-header .lzd-links-bar .top-links-item.orange {
  color: #0f1568;
}

.lzd-header .lzd-links-bar .top-links-item > a:hover,
.lzd-header .lzd-links-bar .top-links-item > span:hover {
  color: #f36d00;
}

.lzd-header .lzd-links-bar .top-links-item > a {
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.lzd-header .lzd-links-bar .top-links-item > span {
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.lzd-header .lzd-links-bar .top-links-item-hidden {
  display: none;
}

.lzd-header .lzd-links-bar .top-input-wrap {
  background: #f0f0f0;
  border: 1px solid transparent;
  box-shadow: inset 0 3px 0 0 #dfdfdf;
  border-radius: 2px;
  overflow: hidden;
  height: 38px;
  line-height: 36px;
}

.lzd-header .lzd-links-bar .top-input {
  border: none;
  background: 0 0;
  height: 38px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
  position: relative;
  z-index: 6;
  color: #000;
}

.lzd-header .lzd-links-bar .top-button {
  position: relative;
  width: 20px;
  font-size: 0;
  vertical-align: middle;
  padding: 0;
  white-space: nowrap;
  line-height: normal;
  display: table-cell;
  background: #f36f36;
  z-index: 3;
}

.lzd-header .lzd-links-bar .top-input-label {
  display: block;
  color: #646464;
  line-height: 24px;
}

.lzd-header .lzd-links-bar .top-popup-wrap {
  opacity: 0;
  padding-top: 10px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 150%;
  z-index: 20;
  white-space: normal;
}

.lzd-header .lzd-links-bar .top-popup-wrap.lzd-switch-popup {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.lzd-header .lzd-links-bar .top-popup-wrap .top-popup-content {
  background-color: #fff;
  position: relative;
  border: 1px solid #bfbfbf;
}

.lzd-header .lzd-links-bar .top-popup-wrap .top-popup-content:before {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-left-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-top-style: solid;
  top: -6px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-color: #bfbfbf;
}

.lzd-header
  .lzd-links-bar
  .top-popup-wrap
  .top-popup-content.lzd-switch-content:before {
  left: 94%;
}

.lzd-header .lzd-links-bar .top-popup-wrap-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}

.lzd-header .lzd-header-sticky .lzd-links-bar {
  height: 0;
  overflow: hidden;
}

.lzd-header .lzd-logo-bar {
  box-sizing: border-box;
  padding-top: 11px;
}

.lzd-header .lzd-logo-bar .logo-bar-content {
  position: relative;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-logo-content {
  display: inline-block;
  width: 200px;
  height: 39px;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-logo-content a {
  float: left;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-logo-content img {
  width: 127px;
  height: 40px;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-nav-cart {
  display: inline-block;
  height: 38px;
  width: 40px;
  position: relative;
  margin: 0 0 0 20px;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-nav-cart .cart-icon {
  position: absolute;
  background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1xEeTdBGw3KVjSZFDXXXWEpXa-75-66.png);
  background-size: cover;
  width: 29px;
  height: 26px;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -14px;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-nav-cart .cart-num {
  position: absolute;
  background: #f36e36;
  color: #fff;
  top: -4px;
  font-weight: 400;
  right: -4px;
  text-align: center;
  border: 3px solid #f36e36;
  font-size: 13px;
  min-width: 14px;
  line-height: 14px;
  border-radius: 50%;
  display: none;
}

.lzd-header .lzd-logo-bar .logo-bar-content .lzd-nav-cart .cart-num.show {
  display: block;
}

.lzd-header .lzd-header-sticky .lzd-logo-bar {
  height: 75px;
  padding-top: 15px;
}

.lzd-header .lzd-nav-search {
  width: 688px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border-radius: 3px;
}

.lzd-header .lzd-nav-search.customMode {
  display: none;
}

.lzd-header .lzd-nav-search *,
.lzd-header .lzd-nav-search label span span:after {
  box-sizing: border-box;
}

.lzd-header .lzd-header-banner {
  width: 188px;
  height: 45px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.lzd-header .lzd-header-banner a {
  display: block;
}

.lzd-header .lzd-header-banner a img {
  width: 188px;
  height: 45px;
  display: block;
}

.lzd-header .lzd-header-banner .lzd-header-banner-ewallet {
  display: none;
}

.lzd-header .mui-zebra-module {
  position: relative;
}

.lzd-header .mui-zebra-module .lzd-site-nav-menu-active {
  top: auto !important;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}

.lzd-home-page-category {
  position: absolute;
  width: 100%;
}

.lzd-home-page-category .mui-zebra-module {
  position: relative;
}

.lzd-home-page-category .mui-zebra-module .lzd-site-nav-menu-active {
  top: 75px !important;
  height: 40px;
  -webkit-transition: height 0.25s linear;
  transition: height 0.25s linear;
}

@font-face {
  font-family: lazada;
  src: url(//g.lazcdn.com/g/lzdfe/static/0.0.44/iconfont-hp.eot);
  src: url(//g.lazcdn.com/g/lzdfe/static/0.0.44/iconfont-hp.eot?#iefix)
      format("embedded-opentype"),
    url(//g.lazcdn.com/g/lzdfe/static/0.0.44/iconfont-hp.woff) format("woff"),
    url(//g.lazcdn.com/g/lzdfe/static/0.0.44/iconfont-hp.ttf) format("truetype");
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/cyrillic-ext.woff2)
      format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/cyrillic.woff2)
      format("woff2");
  unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/greek-ext.woff2)
      format("woff2");
  unicode-range: U+1f00-1fff;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/greek.woff2)
      format("woff2");
  unicode-range: U+0370-03ff;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/vietnamese.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1ea0-1ef9, U+20ab;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/latin-ext.woff2)
      format("woff2");
  unicode-range: U+0100-024f, U+0259, U+1-1eff, U+2020, U+20a0-20ab, U+20ad-20cf,
    U+2113, U+2c60-2c7f, U+A720-A7FF;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/latin.woff2)
      format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/cyrillic-ext.woff2)
      format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/cyrillic.woff2)
      format("woff2");
  unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/greek-ext.woff2)
      format("woff2");
  unicode-range: U+1f00-1fff;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/greek.woff2)
      format("woff2");
  unicode-range: U+0370-03ff;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/vietnamese.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1ea0-1ef9, U+20ab;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/latin-ext.woff2)
      format("woff2");
  unicode-range: U+0100-024f, U+0259, U+1-1eff, U+2020, U+20a0-20ab, U+20ad-20cf,
    U+2113, U+2c60-2c7f, U+A720-A7FF;
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto-Medium/latin.woff2)
      format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

.lzd-site-nav-menu {
  position: relative;
  background: #fff;
  top: 0;
  z-index: 210;
  width: 100%;
  height: 0;
}

.lzd-site-nav-menu .lzd-site-menu-nav-category .lzd-site-menu-nav-menu {
  visibility: hidden;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-menu
  .lzd-site-nav-menu-dropdown {
  visibility: inherit;
  padding: 0 !important;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-menu
  .lzd-site-nav-menu-dropdown
  .lzd-site-menu-root,
.lzd-site-nav-menu
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-menu
  .lzd-site-nav-menu-dropdown
  .root {
  overflow: hidden;
}

.lzd-site-nav-menu .lzd-site-menu-nav-category .lzd-site-menu-show-category {
  visibility: visible !important;
}

.lzd-site-nav-menu .lzd-site-menu-nav-container {
  width: 1188px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.lzd-site-nav-menu .lzd-site-menu-nav-container .lzd-site-menu-nav-category {
  width: 200px;
  line-height: 40px;
  float: left;
  z-index: 210;
  height: 100%;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-label {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-label-active {
  background: #fff;
  border-radius: 0;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-label-active
  .lzd-site-menu-nav-category-text {
  color: #f36d00;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-label-active
  .lzd-site-menu-nav-category-text::after {
  content: "\e735";
  margin-left: 12px;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-text {
  opacity: 0.85;
  font-family: Roboto-Medium;
  margin-left: 20px;
  font-size: 14px;
  color: #0f136d;
  letter-spacing: 0;
  line-height: 40px;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-text::after,
.lzd-site-nav-menu-iconfont {
  font-family: lazada !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-site-menu-nav-category
  .lzd-site-menu-nav-category-text::after {
  content: "\e736";
  margin-left: 12px;
  font-size: 16px;
}

.lzd-site-nav-menu .lzd-site-menu-nav-container .lzd-menu-labels {
  list-style: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  margin: 0;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-menu-labels
  .lzd-menu-labels-item {
  margin-left: 10px;
  padding-right: 10px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  text-decoration: none;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-menu-labels
  .lzd-menu-labels-item
  .lzd-menu-labels-item-icon {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  height: 40px;
  font-size: 40px;
  color: #fff;
  position: relative;
  width: 21px;
  height: 21px;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-menu-labels
  .lzd-menu-labels-item
  .lzd-menu-labels-item-icon
  .lzd-site-nav-menu-iconfont-img {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-menu-labels
  .lzd-menu-labels-item
  .lzd-menu-labels-item-icon.lazada-ic-channel-RedMart {
  font-size: 21px;
  margin-right: 11px;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-menu-labels
  .lzd-menu-labels-item
  .lzd-menu-labels-item-icon:before {
  content: " " !important;
}

.lzd-site-nav-menu
  .lzd-site-menu-nav-container
  .lzd-menu-labels
  .lzd-menu-labels-item
  .lzd-menu-labels-item-text {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  height: 40px;
  font-size: 14px;
  color: #0f136d;
}

.lzd-site-nav-menu-active {
  position: fixed;
  height: 40px;
  z-index: 220;
}

.lzd-site-nav-menu-active
  .lzd-site-menu-nav-category
  .lzd-site-nav-menu-dropdown-active {
  visibility: visible !important;
  height: 344px;
  overflow: visible;
}

.lzd-site-nav-menu-active
  .lzd-site-menu-nav-category
  .lzd-site-nav-menu-dropdown-active
  .lzd-site-menu-root,
.lzd-site-nav-menu-active
  .lzd-site-menu-nav-category
  .lzd-site-nav-menu-dropdown-active
  .root {
  overflow: visible;
}

.lzd-site-nav-menu-iconfont {
  font-size: 16px;
}

@font-face {
  font-family: lazada;
  src: url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.48/iconfont-hp.eot);
  src: url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.48/iconfont-hp.eot?#iefix)
      format("embedded-opentype"),
    url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.48/iconfont-hp.woff)
      format("woff"),
    url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.48/iconfont-hp.ttf)
      format("truetype");
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item > a.hover::after,
.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item > a.hover::after {
  float: right;
  content: "\e744";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root,
.lzd-site-nav-menu-dropdown .lzd-site-menu-sub,
.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .lzd-site-menu-grand {
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}

.lzd-site-nav-menu-dropdown {
  width: 200px;
  height: 344px;
  position: absolute;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  z-index: 200;
}

.lzd-site-nav-menu-dropdown-active {
  visibility: visible;
  overflow: visible;
  border-radius: 0 0 2px 2px;
}

.lzd-site-nav-menu-dropdown-active .lzd-site-menu-root {
  overflow: visible !important;
  padding: 9px 0 14px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root {
  padding: 8px 0 12px;
  list-style: none;
  height: 100%;
  margin: 0;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item > a {
  display: block;
  padding-left: 8px;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item > a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 172px;
  font-family: Roboto-Regular;
  font-size: 13px;
  line-height: 27px;
  color: #757575;
  cursor: pointer;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item > a.hover {
  background: #eceff1;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item > a.hover span {
  color: #f36d00;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item > a.hover::after {
  margin-right: 4px;
  color: #f36d00;
  font-family: lazada !important;
  font-size: 16px;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub {
  padding: 8px 0 12px;
  height: 344px;
  visibility: hidden;
  position: absolute;
  width: 200px;
  list-style: none;
  margin: 0;
  left: 200px;
  top: 0;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .sub-item-remove-arrow > a.hover,
.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .sub-item-remove-arrow > a:hover,
.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item > a.hover {
  background: #eceff1;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-active {
  visibility: visible;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item > a {
  line-height: 27px;
  display: block;
  padding-left: 8px;
  height: 27px;
  text-decoration: none;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item > a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 172px;
  font-family: Roboto-Regular;
  font-size: 13px;
  line-height: 27px;
  color: #757575;
  cursor: pointer;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item > a.hover span {
  color: #f36d00;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item > a.hover::after {
  margin-right: 4px;
  color: #f36d00;
  font-family: lazada !important;
  font-size: 16px;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .sub-item-remove-arrow > a {
  line-height: 27px;
  display: block;
  padding-left: 8px;
  height: 27px;
  text-decoration: none;
}

.lzd-site-nav-menu-dropdown
  .lzd-site-menu-sub
  .sub-item-remove-arrow
  > a
  > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 172px;
  font-family: Roboto-Regular;
  font-size: 13px;
  line-height: 27px;
  color: #757575;
  cursor: pointer;
}

.lzd-site-nav-menu-dropdown
  .lzd-site-menu-sub
  .sub-item-remove-arrow
  > a.hover
  span,
.lzd-site-nav-menu-dropdown
  .lzd-site-menu-sub
  .sub-item-remove-arrow
  > a:hover
  span {
  color: #f36d00;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .lzd-site-menu-grand {
  padding: 8px 0 12px;
  height: 344px;
  visibility: hidden;
  position: absolute;
  width: 200px;
  list-style: none;
  margin: 0;
  left: 200px;
  top: 0;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .lzd-site-menu-grand-item > a {
  line-height: 27px;
  text-decoration: none;
  display: block;
  padding-left: 8px;
  height: 27px;
}

.lzd-site-nav-menu-dropdown
  .lzd-site-menu-sub
  .lzd-site-menu-grand-item
  > a
  > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 172px;
  font-family: Roboto-Regular;
  font-size: 13px;
  line-height: 27px;
  color: #757575;
  cursor: pointer;
}

.lzd-site-nav-menu-dropdown
  .lzd-site-menu-sub
  .lzd-site-menu-grand-item
  > a:hover
  span {
  color: #f36d00;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub .lzd-site-menu-grand-active {
  visibility: visible;
}

@font-face {
  font-family: lazada;
  src: url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.37/iconfont-hp.eot);
  src: url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.37/iconfont-hp.eot?#iefix)
      format("embedded-opentype"),
    url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.37/iconfont-hp.woff)
      format("woff"),
    url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.37/iconfont-hp.ttf)
      format("truetype");
}
