.lazy-load-placeholder {
    width: 100%;
    background-color: #fff;
    padding: 10px;
}

.lazy-load-placeholder .lazy-load-skeleton {
    width: 100%;
    height: 40px;
    -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-mod-product-info-section {
    padding: 8px 0;
}

.pdp-mod-product-info-section .section-title {
    display: inline-block;
    margin: 0;
    width: 92px;
    color: #757575;
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

.pdp-mod-product-info-section .section-content {
    display: inline-block;
    width: calc(100% - 92px);
}

.pdp-overlay {
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 1px 2px 14px #ccc;
    box-shadow: 1px 2px 14px #ccc;
    z-index: 0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pdp-overlay.overlay-with-arrow:before {
    position: absolute;
    top: -6px;
    right: 36px;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    -webkit-box-shadow: 2px 1px 14px #ccc;
    box-shadow: 2px 1px 14px #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.pdp-overlay .content-block {
    max-height: 400px;
    background-color: #fff;
}

.next-overlay-wrapper .next-overlay-inner.pdp-overlay {
    z-index: 1;
}

.next-overlay-wrapper .next-overlay-inner.pdp-overlay_theme_sfo {
    z-index: 101;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16),
        0 4px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.sfo-overlay .next-overlay-backdrop {
    z-index: 100;
}

.html-content {
    word-break: break-word;
}

.html-content a,
.html-content a:visited {
    color: #1a9cb7;
}

.html-content a:active,
.html-content a:focus,
.html-content a:hover {
    color: #16849b;
    cursor: pointer;
}

.lzd-svg-icon .svgfont {
    font-size: inherit;
}

.sfo {
    width: 340px;
    padding: 10px 16px 20px;
    font-size: 14px;
}

.sfo__close {
    font-size: 14px;
    position: absolute;
    top: 16px;
    right: 16px;
    color: #999;
    width: 20px;
    height: 20px;
}

.sfo__close:hover {
    cursor: pointer;
}

.sfo__title {
    display: table;
    margin-bottom: 7px;
}

.sfo__title-icon {
    display: table-cell;
    font-size: 28px;
    padding-right: 8px;
}

.sfo__title-text {
    display: table-cell;
    vertical-align: top;
    padding-top: 4px;
    font-size: 18px;
}

.delivery-option-item_type_restricted {
    color: #f44336;
    padding: 16px;
}

.delivery-option-item_state_highlight-sfo {
    z-index: 101;
    position: relative;
    background-color: #fff;
}

.delivery-option-item__body {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.delivery-option-item__icon {
    display: table-cell;
    padding-right: 10px;
    width: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.delivery-option-item__icon .lzd-svg-icon {
    font-size: 24px;
    color: #757575;
}

.delivery-option-item__info {
    display: table-cell;
    vertical-align: middle;
}

.delivery-option-item__title {
    line-height: 14px;
}

.delivery-option-item__title_restricted {
    color: #f44336;
}

.delivery-option-item__subtitle,
.delivery-option-item__time {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
}

.delivery-option-item__shipping-fee {
    font-weight: 500;
    font-family: Roboto-Medium;
    padding-left: 5px;
    display: table-cell;
    text-align: right;
    white-space: nowrap;
}

.delivery-option-item__promotion {
    font-size: 13px;
    background-color: #fff;
    padding: 8px;
    margin: 8px 0 0 35px;
    -webkit-box-shadow: 0 1px 1px 0 #dadada;
    box-shadow: 0 1px 1px 0 #dadada;
    border-radius: 2px;
}

.delivery-tooltip-item {
    margin-bottom: 24px;
    display: inline-block;
    width: 100%;
}

.delivery-tooltip-item.delivery-tooltip-item_no-content {
    display: none;
}

.delivery-tooltip-item:last-child {
    margin-bottom: 0;
}

.delivery-tooltip-item_no-content .delivery-tooltip-item__info {
    vertical-align: middle;
}

.delivery-tooltip-item .lazada-icon {
    font-size: 24px;
    color: #757575;
}

.delivery-tooltip-item__icon {
    padding-right: 8px;
    width: 30px;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}

.delivery-tooltip-item__info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 48px);
}

.delivery-tooltip-item__title {
    font-weight: 500;
    font-family: Roboto-Medium;
    color: #212121;
}

.delivery-tooltip-item__colon {
    margin-right: 4px;
}

.delivery-tooltip-item__description {
    color: #000;
}

.delivery-tooltip-item__description .html-content {
    display: inline;
}

.delivery-tooltip-item__description .html-content ul {
    margin-top: 10px;
    margin-left: 20px;
    list-style: disc;
}

.warranty-tooltip-item {
    margin-bottom: 24px;
    font-size: 14px;
}

.warranty-tooltip-item:last-child {
    margin-bottom: 0;
}

.warranty-tooltip-item_no-content .delivery-tooltip-item__info {
    vertical-align: middle;
}

.warranty-tooltip-item .lazada-icon {
    font-size: 24px;
    color: #757575;
}

.warranty-tooltip-item__header {
    margin-bottom: 6px;
    display: inline-block;
}

.warranty-tooltip-item__description {
    color: #404040;
}

.warranty-tooltip-item__description .html-content ul {
    margin-left: 20px;
    list-style: disc;
}

.warranty-tooltip-item__icon {
    padding-right: 8px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}

.warranty-tooltip-item__title {
    color: #212121;
    display: inline-block;
    vertical-align: middle;
}

.delivery-tooltip {
    width: 540px;
    background-color: #fff;
    padding: 24px 16px;
    border-radius: 3px;
    font-size: 14px;
}

.delivery-tooltip__title {
    font-size: 18px;
    margin-bottom: 16px;
    color: #202020;
}

.delivery-tooltip__icon {
    color: #757575;
    cursor: pointer;
}

.delivery-tooltip__options {
    max-height: 300px;
    line-height: normal;
    overflow-y: auto;
}

.delivery-header {
    display: table;
    padding: 20px 16px 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.delivery-header__title {
    display: table-cell;
    font-size: 12px;
    color: #757575;
    font-weight: 500;
    font-family: Roboto-Medium;
    width: 300px;
}

.delivery-header__tooltip {
    display: table-cell;
    text-align: right;
}

.pdp-mod-section-title {
    font-weight: 500;
    font-family: Roboto-Medium;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdp-mod-section-title.outer-title {
    padding-left: 24px;
    padding-right: 24px;
    height: 52px;
    line-height: 52px;
    background: #fafafa;
}

.seller-icon {
    display: inline-block;
}

.seller-icon .lzd-svg-icon {
    font-size: 12px;
}

.seller-icon__text {
    margin-left: 3px;
    font-size: 11px;
    vertical-align: middle;
}

.seller-icon__type_lazada {
    color: #f50;
}

.seller-icon__type_taobao {
    color: #f57224;
}

.seller-icon__type_official {
    color: #a90b26;
}

.seller-icon__type_certified {
    color: #06a97f;
}

.pdp-button {
    padding: 0 24px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    outline: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pdp-button-text {
    display: block;
}

.pdp-button-sub-text {
    font-size: 12px;
    display: block;
}

.pdp-button_size_s {
    height: 32px;
    font-size: 14px;
}

.pdp-button_size_m {
    height: 36px;
    font-size: 14px;
}

.pdp-button_size_l {
    height: 38px;
    font-size: 14px;
}

.pdp-button_size_l2 {
    height: 40px;
    font-size: 14px;
}

.pdp-button_size_xl {
    height: 44px;
    font-size: 16px;
    padding: 0 60px;
}

.pdp-button_theme_orange {
    border: 1px solid #f57224;
    background: #f57224;
    color: #fff;
}

.pdp-button_theme_orange:hover {
    background: #d0611e;
}

.pdp-button_theme_yellow {
    border: 1px solid #ffb916;
    background: #ffb916;
    color: #fff;
}

.pdp-button_theme_yellow:hover {
    border-color: #e59b11;
    background: #e59b11;
}

.pdp-button_theme_bluedaraz {
    border: 1px solid #2abbe8;
    background: #2abbe8;
    color: #fff;
}

.pdp-button_theme_bluedaraz:hover {
    border-color: #26abd4;
    background: #26abd4;
}

.pdp-button_theme_yellow2 {
    border: 1px solid #ffd833;
    background: #ffd833;
    color: #ae7e12;
}

.pdp-button_theme_yellow2:hover {
    border-color: #ffd833;
    background: #ffd833;
}

.pdp-button_theme_white {
    border: 1px solid #1a9cb7;
    background: #fff;
    color: #1a9cb7;
}

.pdp-button_theme_white:hover {
    background: #1a9cb7;
    color: #fff;
    border: 1px solid #1a9cb7;
    border-radius: 3px;
}

.pdp-button_theme_blue {
    border: 1px solid #1a9cb7;
    background: #1a9cb7;
    color: #fff;
}

.pdp-button_theme_gray {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #666;
}

.pdp-button_theme_gray:hover {
    background: #ccc;
    border-color: #ccc;
}

.pdp-button_theme_gray-disabled {
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #aaa;
}

.pdp-button_theme_red-redmart {
    color: #fff;
    background-color: #ee4054;
    border: 1px solid #ee4054;
}

.pdp-button_theme_red-redmart:hover {
    background-color: #de142b;
    border-color: #de142b;
}

.pdp-button_theme_gray-redmart {
    color: #ee4054;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
}

.pdp-button_theme_gray-redmart:hover {
    background-color: #eaeaea;
    border-color: #eaeaea;
}

.pdp-button_no-border {
    border: none;
}

.pdp-button_type_icon {
    width: 48px;
    padding: 0;
}

.pdp-button_type_icon .lazada-icon {
    font-size: 22px;
}

.pdp-button_type_icon-only {
    background: initial;
    border: none;
    color: initial;
    height: auto;
    padding: 0;
}

.pdp-link,
.pdp-link:visited {
    color: #1a9cb7;
}

.pdp-link:active,
.pdp-link:focus {
    color: #16849b;
    cursor: pointer;
    text-decoration: none;
}

.pdp-link:hover {
    color: #16849b;
    cursor: pointer;
    text-decoration: underline;
}

.pdp-link_theme_black {
    color: #212121;
}

.pdp-link_theme_black:active,
.pdp-link_theme_black:focus,
.pdp-link_theme_black:hover,
.pdp-link_theme_black:visited {
    color: #424242;
    text-decoration: none;
}

.pdp-link_size_s {
    font-size: 12px;
}

.pdp-link_size_xs {
    font-size: 13px;
}

.pdp-link_size_m {
    font-size: 14px;
}

.pdp-link_size_l {
    font-size: 16px;
}

.lzd-loader {
    display: inline-block;
}

#lzd-loader-spinner {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: rotate 0.6s linear infinite;
    animation: rotate 0.6s linear infinite;
    transform-box: fill-box;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.mod-fusion-toast {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-width: 788px;
    top: 165px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.mod-fusion-toast .next-feedback-content {
    line-height: 18px !important;
}

.pdp-stars {
    margin-top: 1px;
}

.pdp-stars__icons {
    color: #dadada;
    font-size: 14px;
    line-height: 1;
}

.pdp-stars__icon {
    display: inline-block;
}

.pdp-stars__icons_active {
    position: absolute;
    top: 0;
    left: 0;
    color: #faca51;
    overflow: hidden;
    white-space: nowrap;
}

.pdp-stars_size_xs .lazada-icon {
    font-size: 12px;
}

.pdp-stars_size_s .lazada-icon {
    font-size: 14px;
}

.pdp-stars_size_m .lazada-icon {
    font-size: 24px;
}


.login-iframe {
    width: 810px;
    min-height: 380px;
}

.mod-login {
    width: 810px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px auto;
    padding: 25px 50px;
    background-color: #fff;
    color: #757575;
}

.mod-login:after {
    content: "";
    display: table;
    clear: both;
}

.mod-login a {
    color: #049cb9;
}

.mod-login-input-email label:after,
.mod-login-input-loginName label:after,
.mod-login-input-name label:after,
.mod-login-input-password label:after,
.mod-login-input-phone label:after,
.mod-login-input-re-password label:after,
.mod-login-input-sms label:after,
.mod-login-login-input-name label:after {
    content: "*";
}

.mod-login-sms .mod-input-close-icon {
    display: none;
}

.mod-login-sms {
    position: relative;
}

.mod-login-sms .mod-sendcode {
    z-index: 10;
    top: 26px;
    position: absolute;
    right: 0;
}

.mod-login-sms .mod-sendcode.disable button {
    color: #a0a0a0;
}

.mod-login-sms .mod-sendcode-btn {
    padding: 7px;
    color: #1a9cb7;
    background: none;
    border: 0;
    outline: 0;
}

.mod-login-sms .mod-sendcode-btn span {
    margin-left: 3px;
}

.mod-login .mod-button-disable {
    background-color: #a0a0a0;
}

.mod-login-col1 {
    width: 380px;
    float: left;
}

.mod-login-col2 {
    width: 305px;
    float: right;
}

.mod-login-birthday {
    float: left;
}

.mod-login-birthday-hd {
    color: #000;
}

.mod-login-birthday .mod-input input {
    margin-top: 0;
}

.mod-login-gender {
    float: left;
    width: auto;
}

.mod-login-receive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}

.mod-login-receive label {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.mod-login-receive p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mod-login-policy {
    font-size: 12px;
    margin-bottom: 20px;
}

.mod-login-policy a {
    padding-left: 3px;
}

.mod-login-btn {
    margin: 12px 0;
}

.mod-login button {
    width: 100%;
}

.mod-login-change-register .mod-change-register-btn {
    margin-top: 12px;
}

.mod-login-third-btns .mod-third-party-login-btn span {
    display: none;
}

.mod-login-forgot {
    margin-top: -7px;
    text-align: right;
    font-size: 12px;
}

.mod-login-password {
    font-size: 11px;
    color: #9e9e9e;
    margin-top: -15px;
}

.mod-login input[type="number"]::-webkit-inner-spin-button,
.mod-login input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mod-login-dialog a {
    outline: none;
}

.mod-login-dialog .next-dialog-body {
    padding: 0;
}

.mod-login-dialog .mod-login {
    padding-top: 10px;
}

.mod-login-dialog .mod-input-password {
    bottom: -4px;
}

.mod-login-dialog .mod-login-input-name {
    margin-bottom: 24px;
}

.mod-login-dialog-hd {
    padding: 30px 0 0 50px;
}

.mod-login-dialog-hd h3 {
    font-size: 20px;
    color: #424242;
    margin-bottom: 10px;
    font-weight: 400;
}

.mod-login-dialog-hd p {
    color: #1a9cb7;
}

.mod-login-dialog-hd a {
    text-decoration: underline;
    color: #1a9cb7;
}

.mod-login-dialog-icon .next-dialog-close {
    display: none;
}

.mod-lazadian .mod-login-dialog-hd {
    padding: 0;
    margin-bottom: 1px;
}

.mod-third-party-login-in-two-lines .mod-third-party-login-bd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mod-third-party-login-in-two-lines .mod-third-party-login-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mod-third-party-login-in-two-lines .mod-third-party-login-fb {
    margin-right: 4px;
    margin-bottom: 0;
}

.mod-third-party-login-in-two-lines .mod-third-party-login-google {
    margin-left: 4px;
    margin-bottom: 0;
}

.pdp-common-image-placeholder {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 37px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.pdp-common-image {
    text-align: center;
}

.pdp-common-image,
.pdp-common-image .lazyload-wrapper {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.pdp-common-image:before {
    display: inline-block;
    /* content: ""; */
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.pdp-common-image .image {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.bundle-product {
    margin: 0 0 16px;
    width: 122px;
    background-color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bundle-product.other-product {
    position: relative;
    border: 1px solid #dadada;
    border-radius: 2px;
    cursor: pointer;
}

.bundle-product.other-product .product-content {
    position: relative;
}

.bundle-product.other-product.selected {
    border-color: #f57224;
}

.bundle-product.other-product.selected:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent #f57224 #f57224 transparent;
    border-style: solid;
    border-width: 12px;
    border-bottom-right-radius: 1px;
}

.bundle-product.other-product.disabled {
    border: 0;
}

.bundle-product.other-product.disabled .product-content-wrap {
    display: block;
}

.bundle-product.other-product.disabled .product-content-wrap:hover {
    text-decoration: none;
}

.bundle-product.other-product.disabled:after,
.bundle-product.other-product.disabled:hover {
    border: 0;
}

.bundle-product.other-product .view-link {
    display: none;
    position: absolute;
    left: -1px;
    bottom: -29px;
    width: 122px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
}

.bundle-product.other-product .view-link .pdp-link,
.bundle-product.other-product .view-link .pdp-link:hover,
.bundle-product.other-product .view-link .pdp-link:visited {
    color: #424242;
    text-decoration: none;
}

.bundle-product.other-product:hover {
    border-color: #f57224;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.bundle-product.other-product:hover .view-link {
    display: block;
    border-left: 1px solid #f57224;
    border-right: 1px solid #f57224;
    border-bottom: 1px solid #f57224;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.bundle-product .selected-icon {
    position: absolute;
    right: 0;
    bottom: -1px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    z-index: 1;
}

.bundle-product .product-image {
    padding: 11px 8px;
    height: 100px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.bundle-product .product-image:before {
    display: inline-block;
    content: "";
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.bundle-product .product-image .image {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.bundle-product .product-info {
    padding: 0 8px;
}

.bundle-product .product-title {
    margin: 0 0 4px;
    height: 28px;
    color: #212121;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bundle-product .product-price {
    margin-bottom: 0;
    padding-bottom: 13px;
    color: #424242;
    font-size: 12px;
    line-height: 16px;
}

.bundle-product-list,
.bundle-product-list .other-product-wrap {
    display: inline-block;
}

.bundle-product-list .other-product-wrap .plus {
    display: inline-block;
    margin: 68px 8px 0;
    font-size: 22px;
    color: #757575;
    vertical-align: top;
}

.bundle-product-list .other-product-wrap .bundle-product {
    display: inline-block;
}

.bundle-list-header {
    height: 52px;
    overflow: hidden;
    background: #fafafa;
}

.bundle-list-header:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.bundle-list-header .slider-arrow {
    float: right;
    margin-right: 12px;
    height: 52px;
    line-height: 52px;
}

.bundle-list-header .slider-index {
    margin-right: 14px;
    font-size: 14px;
    color: #757575;
}

.bundle-list-header .arrow-prev {
    margin-right: 4px;
}

.bundle-list-header .arrow-next,
.bundle-list-header .arrow-prev {
    color: #757575;
    cursor: pointer;
}

.bundle-list-header .arrow-next:hover,
.bundle-list-header .arrow-prev:hover {
    color: #212121;
}

.bundle-list-header .arrow-next.disabled,
.bundle-list-header .arrow-next.disabled:hover,
.bundle-list-header .arrow-prev.disabled,
.bundle-list-header .arrow-prev.disabled:hover {
    color: #757575;
}

.pdp-mod-bundle-list {
    background-color: #fff;
}

.toast-text-info {
    min-width: 150px;
    max-width: 200px;
    padding: 10px;
    border-radius: 2px;
    color: #fff;
    background: #424242;
}

.toast-text-info,
.toast-text-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}

.toast-text-loading {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.65);
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1zlivfRTH8KJjy0FiXXcRsXXa-200-200.gif);
    background-position: 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.redmart-cart-picker {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #ee4054;
    overflow: hidden;
}

.redmart-cart-picker .next-number-picker-handler-wrap {
    width: 100%;
}

.redmart-cart-picker .next-number-picker-handler-wrap .next-number-picker-handler {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #ee4054;
}

.redmart-cart-picker .next-number-picker-handler-wrap .next-number-picker-handler:hover {
    background-color: #de142b;
}

.redmart-cart-picker .next-number-picker-handler-wrap .next-number-picker-handler .next-icon {
    line-height: 32px;
}

.redmart-cart-picker .next-number-picker-input-wrap {
    position: absolute;
    float: none;
    margin-left: 0;
    top: 0;
    left: 40px;
    right: 40px;
    bottom: 0;
}

.redmart-cart-picker .next-number-picker-input-wrap .next-number-picker-input {
    width: 100%;
    background-color: #ee4054;
    border-color: #ee4054;
}

.redmart-cart-picker .next-number-picker-input-wrap .next-number-picker-input input {
    height: 38px;
    color: #fff;
}

.redmart-cart-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.redmart-cart-btn .pdp-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    font-weight: 500;
    font-family: Roboto-Medium;
}

.redmart-cart-btn .pdp-button_size_xl {
    font-size: 14px;
    font-weight: 500;
}

.product-card {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Helvetica Neue,
        Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 152px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 6px;
    background: #fff;
}

.product-card:hover {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.product-card .product-card-header {
    position: relative;
    display: block;
    height: 152px;
    margin-bottom: 10px;
}

.product-card .product-card-header .product-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 8px;
    padding: 4px 8px;
    color: #fff;
    background-color: #4a4a4a;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
}

.product-card .product-card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 0 8px;
}

.product-card .product-card-footer .pdp-button,
.product-card .product-card-footer .redmart-cart-picker {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.product-card .product-name {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-card .product-info {
    color: #9e9e9e;
    font-size: 12px;
    margin-bottom: 5px;
    height: 13px;
    padding: 0 !important;
}

.product-card .product-tags {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    height: 18px;
}

.product-card .product-tags .tag-item {
    font-family: Roboto-Medium;
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0;
    font-size: 12px;
    white-space: nowrap;
    margin-right: 5px;
    height: 16px;
    line-height: 16px;
}

.product-card .product-tags .tag-item .tag-text {
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
    display: inline-block;
    font-weight: 500;
}

.product-card .product-tags .tag-item:last-child {
    margin-right: 0;
}

.product-card .product-tags img {
    width: 18px;
    height: 18px;
}

.product-card .price-tag {
    height: 34px;
    font-family: Roboto-Medium;
    font-weight: 500;
}

.product-card .price-tag .price-label-prime {
    color: #ee4054;
    font-size: 15px;
    font-weight: 500;
}

.product-card .price-tag .price-label-origin {
    color: #9e9e9e;
    font-size: 12px;
    text-decoration: line-through;
}

.product-card .price-tag .price-label-discount {
    color: #212121;
    font-size: 12px;
    margin-left: 5px;
}

.product-card .promotion-tags {
    height: 22px;
}

.product-card .promotion-tags .promotion-label {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.redmart-product-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pdp-stars {
    position: relative;
}

.pdp-stars_size_xs img {
    width: 10.64px;
    height: 10.64px;
}

.pdp-stars_size_s img {
    width: 13.3px;
    height: 13.3px;
}

.pdp-stars_size_m img {
    width: 17.29px;
    height: 17.29px;
}

.bday-tag {
    display: inline-block;
    width: 30px;
    height: 12px;
    border-radius: 2px;
}

.pdp-recommend .recommend-loading {
    width: 100%;
    min-height: 100px;
    background-size: 50px !important;
}

.pdp-recommend .recommend-loading.lazada {
    background: url(https://laz-img-cdn.alicdn.com/tfs/TB1ISHWkgvD8KJjy0FlXXagBFXa-200-200.gif) no-repeat 50%;
}

.pdp-recommend .recommend-loading.daraz {
    background: url(https://laz-img-cdn.alicdn.com/tfs/TB1H4kXa4TpK1RjSZR0XXbEwXXa-200-200.gif) no-repeat 50%;
}

.pdp-recommend .recommend-loading.mm {
    background: url(https://laz-img-cdn.alicdn.com/tfs/TB1rT4lbkvoK1RjSZFNXXcxMVXa-200-200.gif) no-repeat 50%;
}

.pdp-recommend .recommend-title {
    margin-bottom: 16px;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto-Medium;
    line-height: 20px;
}

.pdp-recommend .recommend-product-list {
    margin: 0 -6px;
}

.pdp-recommend .recommend-product-item {
    display: inline-block;
    margin: 0 6px 12px;
    width: 188px;
    vertical-align: top;
}

.pdp-recommend .product-item-link {
    display: block;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 2px 0 transparent;
    box-shadow: 0 1px 2px 0 transparent;
}

.pdp-recommend .product-item-link:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.pdp-recommend .product-image {
    margin: 0;
    width: 100%;
    height: 188px;
    text-align: center;
    background-color: #fff;
}

.pdp-recommend .product-image:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.pdp-recommend .product-image .image {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.pdp-recommend .product-info {
    padding: 4px 8px 8px;
    background-color: #fff;
}

.pdp-recommend .product-title {
    margin: 0;
    height: 28px;
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pdp-recommend .product-title .bday-tag {
    margin-right: 3px;
    margin-top: 1px;
    vertical-align: top;
}

.pdp-recommend .product-price {
    margin: 4px 0 0;
    height: 22px;
    color: #f57224;
    font-size: 18px;
    line-height: 22px;
}

.pdp-recommend .product-original-price {
    margin: 4px 0 0;
    height: 12px;
    font-size: 10px;
    line-height: 12px;
}

.pdp-recommend .product-original-price .original-price {
    color: #9e9e9e;
    text-decoration: line-through;
}

.pdp-recommend .product-original-price .discount {
    margin-left: 4px;
    color: #212121;
}

.pdp-recommend .product-rating-region {
    margin: 4px 0 0;
    height: 16px;
    overflow: hidden;
}

.pdp-recommend .product-rating-region .product-rating {
    float: left;
    overflow: hidden;
}

.pdp-recommend .product-rating-region .rating-star {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
}

.pdp-recommend .product-rating-region .sales-text {
    font-size: 12px;
    color: #212121;
}

.pdp-recommend .product-rating-region .divide-line {
    display: inline-block;
    margin: 0 4px;
    width: 1px;
    height: 10px;
    background-color: #dadada;
}

.pdp-redmart-recommend {
    background-color: #fff;
    padding: 20px;
}

.pdp-redmart-recommend .pdp-redmart-recommend-block {
    margin-bottom: 10px;
}

.pdp-redmart-recommend .pdp-redmart-recommend-block:last-child {
    margin-bottom: 0;
}

.pdp-redmart-recommend .pdp-redmart-recommend-block .pdp-redmart-recommend-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.pdp-mod-common-image {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.pdp-common-phone-input .phone-input-wrap {
    margin: 10px 0 0;
    width: 335px;
}

.pdp-common-phone-input .phone-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    width: 100%;
    height: 40px;
    color: #212121;
    font-size: 14px;
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 2px 0 0 #f1f1f1;
    box-shadow: 0 2px 0 0 #f1f1f1;
    border-radius: 3px;
    outline: none;
}

.pdp-common-phone-input .phone-input::-webkit-input-placeholder {
    color: #757575;
}

.pdp-common-phone-input .phone-input:-ms-input-placeholder {
    color: #757575 !important;
}

.pdp-common-phone-input .phone-input::-ms-clear {
    display: none;
}

.pdp-common-phone-input .phone-input-error {
    margin-top: 4px;
    color: #f44336;
    font-size: 12px;
}

.pdp-common-phone-input.error .phone-input {
    border-color: #f44336;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pdp-rolling {
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pdp-rolling-marquee {
    position: relative;
    overflow: hidden;
}

.pdp-rolling-marquee-container {
    position: relative;
}

.pdp-rolling-marquee-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
}

.pdp-rolling-suffix {
    margin: 0 2px;
}

.pdp-rolling-suffix-image {
    height: 12px;
}

.pdp-mod-add-on-service {
    margin-top: 12px;
    background-color: #fff;
}

.pdp-mod-add-on-service .bundle-product-list {
    padding: 0 24px;
}

.pdp-mod-add-on-service .service-footer {
    padding: 16px 24px;
    overflow: hidden;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #eff0f5;
}

.pdp-mod-add-on-service .service-footer .total-info {
    float: left;
    margin: 0;
    line-height: 40px;
    color: #f57224;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.pdp-mod-add-on-service .service-footer .cart-btn {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.service-title {
    display: inline-block;
    padding-left: 24px;
    line-height: 52px;
    font-weight: 500;
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #212121;
}

.pdp-cart-concern {
    margin-top: 8px;
    border-radius: 2px;
    line-height: 44px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pdp-cart-concern .add-cart {
    height: 100%;
    background-color: #f57224;
}

.pdp-cart-concern .btn-default {
    background-color: #f57224;
}

.pdp-cart-concern .btn-wishlist {
    background-color: #1a9cb7;
}

.pdp-cart-concern .btn-soon {
    cursor: not-allowed;
    background-color: #dadada;
    color: #9e9e9e;
}

.pdp-cart-concern .pdp-buy-tips {
    display: inline-block;
    margin-left: 24px;
    font-size: 14px;
    color: #1a9cb7;
}

.pdp-cart-concern .btn-txt {
    position: relative;
    top: -3px;
}

.add-to-cart-buy-now-btn {
    padding: 0;
    width: 225px;
    text-align: center;
    margin-right: 10px;
}

.add-to-cart-buy-now-btn.full-btn {
    width: 100%;
    margin-right: 0;
}

.add-to-cart-buy-now-btn.long-btn {
    width: 480px;
}

.button-inner-icon {
    font-size: 24px;
    margin-right: 1px;
}

.pdp-sponsored-products.success {
    background: #fff;
}

.pdp-sponsored-products .recommend-title {
    margin: 0;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #fafafa;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pdp-sponsored-products .recommend-product-list {
    margin: 0;
}

.pdp-sponsored-products .product-item-link {
    margin: 1px auto;
    width: 188px;
}

.pdp-sponsored-products .recommend-product-item {
    margin: 0;
    width: 100%;
}

.pdp-sponsored-products .recommend-product-item .product-info {
    padding-bottom: 14px;
}

.pdp-sponsored-products .recommend-product-item:first-child .product-item-link {
    margin-top: 0;
}

.age-restriction-mask {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 4200;
    background: #9e9e9e;
    opacity: 1;
}

.age-restriction-dialog {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 548px;
    height: 180px;
    padding: 26px 24px 28px;
    background: #fafafa;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}

.age-restriction-title {
    font-family: Roboto-Medium;
    font-size: 18px;
    color: #202020;
    letter-spacing: 0;
    font-weight: 700;
}

.age-restriction-message {
    margin-top: 10px;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
}

.age-restriction-dontaskagain {
    margin-top: 24px;
}

.age-restriction-dontaskagain .age-restriction-dontaskagain-label {
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    color: #424242;
    letter-spacing: 0;
    vertical-align: bottom;
}

.age-restriction-dontaskagain .age-restriction-dontaskagain-check {
    display: inline-block;
    cursor: pointer;
}

.age-restriction-dontaskagain .age-restriction-dontaskagain-check .age-checked-on {
    font-size: 18px;
    color: #f57224;
}

.age-restriction-dontaskagain .age-restriction-dontaskagain-check .age-checked-off {
    font-size: 18px;
    color: #9e9e9e;
}

.age-restriction-btn-over {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 24px;
    text-align: center;
    vertical-align: middle;
    width: 238px;
    height: 44px;
    background: #f57224;
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 44px;
    border-radius: 2px;
}

.age-restriction-btn-wrapper {
    display: table;
    margin-top: 32px;
    width: 100%;
}

.age-restriction-btn-under {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 238px;
    height: 44px;
    background: #dadada;
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #212121;
    letter-spacing: 0;
    line-height: 44px;
    border-radius: 2px;
}

.pdp-price_color_orange {
    color: #f57224;
}

.pdp-price_color_black {
    color: #4c4c4c;
}

.pdp-price_color_gray {
    color: #404040;
}

.pdp-price_color_lightgray {
    color: #9e9e9e;
}

.pdp-price_color_red {
    color: #ff6700;
}

.pdp-price_size_xxxs {
    font-size: 10px;
}

.pdp-price_size_xxs {
    font-size: 12px;
}

.pdp-price_size_xs {
    font-size: 14px;
}

.pdp-price_size_s {
    font-size: 16px;
}

.pdp-price_size_m {
    font-size: 18px;
}

.pdp-price_size_xm {
    font-size: 22px;
}

.pdp-price_size_l {
    font-size: 24px;
}

.pdp-price_size_xl {
    font-size: 30px;
}

.pdp-price_type_deleted {
    text-decoration: line-through;
}

.pdp-price_type_bold {
    font-weight: 700;
}

.combo-total-info {
    padding: 16px 24px;
    overflow: hidden;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #eff0f5;
}

.combo-total-info .total-info-block {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.combo-total-info .total-info {
    padding: 0 0 7px;
    font-size: 14px;
    color: #424242;
}

.combo-total-info .discount {
    display: inline-block;
    padding-left: 6px;
    font-size: 14px;
    color: #424242;
}

.combo-total-info .total {
    display: inline-block;
    font-size: 17px;
    color: #f57224;
}

.combo-total-info .btn-cart {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.pdp-mod-combo-item {
    padding-top: 16px;
    background-color: #fff;
}

.pdp-mod-combo-item .bundle-product-list {
    padding-left: 8px;
    padding-right: 8px;
}

.pdp-mod-voucher-item {
    padding: 12px 0 0;
    border: 1px solid #eff0f5;
    background-color: #fafafa;
}

.pdp-mod-voucher-item .voucher-item-footer,
.pdp-mod-voucher-item .voucher-item-header,
.pdp-mod-voucher-item .voucher-item-use-condition {
    padding: 0 16px;
}

.pdp-mod-voucher-item .code-info {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdp-mod-voucher-item .code-info .label {
    color: #424242;
}

.pdp-mod-voucher-item .code-info .code {
    color: #000;
    font-weight: 500;
    font-family: Roboto-Medium;
}

.pdp-mod-voucher-item .voucher-item-use-condition {
    padding: 8px 16px;
    color: #f57224;
}

.pdp-mod-voucher-item .voucher-item-use-condition .discont {
    font-size: 24px;
    line-height: 28px;
}

.pdp-mod-voucher-item .voucher-item-use-condition .condition {
    font-size: 14px;
    line-height: 18px;
}

.pdp-mod-voucher-item .voucher-item-use-condition .condition a {
    color: #1a9cb7;
    text-decoration: none;
}

.pdp-mod-voucher-item .voucher-item-use-condition .condition a:hover {
    text-decoration: none;
}

.pdp-mod-voucher-item .voucher-item-footer {
    position: relative;
    padding-top: 11px;
    padding-bottom: 11px;
    border-top: 1px dashed #eff0f5;
}

.pdp-mod-voucher-item .voucher-item-footer:after,
.pdp-mod-voucher-item .voucher-item-footer:before {
    position: absolute;
    top: -7px;
    content: "";
    width: 8px;
    height: 12px;
    background: #fff;
    border: 1px solid #eff0f5;
}

.pdp-mod-voucher-item .voucher-item-footer:before {
    left: -2px;
    border-radius: 0 6px 6px 0;
    border-left-color: #fff;
}

.pdp-mod-voucher-item .voucher-item-footer:after {
    right: -2px;
    border-radius: 6px 0 0 6px;
    border-right-color: #fff;
}

.pdp-mod-voucher-item .voucher-item-footer .expiry-copy-block {
    line-height: 1;
}

.pdp-mod-voucher-item .voucher-item-footer .expiry-date {
    display: inline-block;
    max-width: 75%;
    color: #757575;
    font-size: 12px;
    line-height: 14px;
}

.pdp-mod-voucher-item .voucher-item-footer .voucher-copy-success-tip {
    margin-top: 8px;
    font-size: 12px;
    color: #4caf50;
}

.pdp-mod-voucher-item .voucher-item-footer .voucher-copy-success-tip.tip-error {
    color: red;
}

.pdp-mod-voucher-item .voucher-item-footer .copy-btn {
    float: right;
    padding: 0 12px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #1a9cb7;
    border: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.pdp-mod-voucher-list .pdp-mod-voucher-item {
    margin-bottom: 12px;
}

.pdp-mod-voucher-list .pdp-mod-voucher-item:last-child {
    margin-bottom: 0;
}

.pdp-mod-multibuy-item {
    padding: 8px 0 0;
    border: 1px solid #eff0f5;
    background-color: #fafafa;
}

.pdp-mod-multibuy-item .multibuy-item-footer,
.pdp-mod-multibuy-item .multibuy-item-header,
.pdp-mod-multibuy-item .multibuy-item-use-condition {
    padding: 0 16px;
}

.pdp-mod-multibuy-item .multibuy-item-use-condition {
    padding: 8px 16px 16px;
    color: #f57224;
}

.pdp-mod-multibuy-item .multibuy-item-use-condition .condition {
    font-size: 14px;
    line-height: 18px;
}

.pdp-mod-multibuy-item .multibuy-item-use-condition .condition a {
    color: #1a9cb7;
    text-decoration: none;
}

.pdp-mod-multibuy-item .multibuy-item-use-condition .condition a:hover {
    text-decoration: none;
}

.pdp-mod-multibuy-item .multibuy-item-footer {
    position: relative;
    padding-top: 11px;
    padding-bottom: 11px;
    border-top: 1px dashed #eff0f5;
}

.pdp-mod-multibuy-item .multibuy-item-footer:after,
.pdp-mod-multibuy-item .multibuy-item-footer:before {
    position: absolute;
    top: -7px;
    content: "";
    width: 8px;
    height: 12px;
    background: #fff;
    border: 1px solid #eff0f5;
}

.pdp-mod-multibuy-item .multibuy-item-footer:before {
    left: -2px;
    border-radius: 0 6px 6px 0;
    border-left-color: #fff;
}

.pdp-mod-multibuy-item .multibuy-item-footer:after {
    right: -2px;
    border-radius: 6px 0 0 6px;
    border-right-color: #fff;
}

.pdp-mod-multibuy-item .multibuy-item-footer .expiry-copy-block:after {
    content: "";
    display: block;
    clear: both;
}

.pdp-mod-multibuy-item .multibuy-item-footer .expiry-date {
    display: inline-block;
    max-width: 75%;
    color: #757575;
    font-size: 12px;
    line-height: 14px;
}

.pdp-mod-multibuy-item .multibuy-item-footer .link-more {
    float: right;
    padding: 0 12px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #1a9cb7;
    border: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.product-item {
    margin-bottom: 12px;
}

.product-item .toggle-block {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #757575;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 3px 0 0 #f2f2f2;
    box-shadow: inset 0 3px 0 0 #f2f2f2;
}

.product-item .toggle-block.checked:after {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f57224;
}

.product-item .product-image {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.product-item .product-image:before {
    display: none;
}

.product-item .product-info {
    display: inline-block;
    width: calc(100% - 76px);
    vertical-align: middle;
}

.product-item .title {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #424242;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-item .pdp-link .title {
    color: #1a9cb7;
}

.product-item .price-info {
    font-size: 13px;
}

.product-item .price-info .price {
    margin-right: 8px;
    color: #9e9e9e;
    text-decoration: line-through;
}

.product-item .price-info .text {
    color: #f57224;
}

.free-gift-info .gift-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #212121;
    font-weight: 400;
}

.free-gift-info .product-list .product-item:last-child {
    margin-bottom: 0;
}

.pdp-mod-promotion-info {
    padding: 8px;
}

.pdp-mod-promotion-info.voucher-info {
    padding: 8px;
    width: 430px;
}

.pdp-mod-promotion-info.free-gift {
    padding: 16px;
    width: 430px;
}

.pdp-mod-promotion-info.seller-promotion {
    padding: 16px;
    width: 438px;
    font-size: 13px;
}

.pdp-mod-promotion-info .promotion-title {
    margin: 0;
    padding: 12px 0 8px;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.pdp-mod-promotion-info .promotion-description {
    font-size: 14px;
}

.pdp-mod-promotion-info .promotion-description ul {
    padding-left: 10px;
    list-style: disc;
    list-style-position: inside;
    font-size: 14px;
    line-height: 20px;
}

.pdp-mod-promotion-info.buy-more {
    padding: 19px 24px;
}

.pdp-mod-promotion-info.buy-more .gradient-item {
    padding: 5px 0;
}

.pdp-mod-promotion-info.buy-more .gradient-item .discount {
    font-size: 18px;
    color: #f57224;
}

.pdp-mod-promotion-info.buy-more .gradient-item .total {
    font-size: 14px;
    color: #f57224;
}

.pdp-mod-promotion-info .rich-text li,
.pdp-mod-promotion-info .rich-text ul {
    list-style: none;
    padding: 0;
}

.pdp-mod-promotion-info .rich-text li,
.pdp-mod-promotion-info .rich-text p,
.pdp-mod-promotion-info .rich-text ul {
    margin: 0;
}

.pdp-mod-promotion-info a,
.pdp-mod-promotion-info a:visited {
    color: #1a9cb7;
}

.pdp-mod-promotion-info a:active,
.pdp-mod-promotion-info a:focus {
    color: #16849b;
    cursor: pointer;
    text-decoration: none;
}

.pdp-mod-promotion-info a:hover {
    color: #16849b;
    cursor: pointer;
    text-decoration: underline;
}

.pdp-mod-promotion-dialog {
    max-height: 400px;
    overflow-y: auto;
}

.promotion-tag-item {
    display: inline-block;
    position: relative;
    padding: 0 12px 0 8px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    background-color: #f57224;
}

.promotion-tag-item:after {
    position: absolute;
    top: 0;
    right: -7px;
    display: inline-block;
    content: "";
    border-color: #ff9800 transparent;
    border-style: solid;
    border-width: 12px 7px;
}

.promotion-tag-item .tag-name {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.promotion-tag-item .tag-name-rolling {
    height: 24px;
    padding: 0;
    font-size: 12px;
}

.promotion-tag-item.has-arrow {
    padding-right: 25px;
    cursor: pointer;
}

.promotion-tag-item.has-arrow:before {
    position: absolute;
    top: 10px;
    right: 7px;
    content: "";
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 5px 4px;
}

.pdp-mod-combo-list .combo-count-saving {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

.pdp-mod-combo-list .combo-count {
    display: inline-block;
}

.pdp-mod-combo-list .combo-saving {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    color: #f57224;
    line-height: 24px;
    vertical-align: top;
}

.common-error {
    background: 0 0;
    width: 1188px;
    text-align: center;
    margin: 0 auto;
    padding: 80px 0;
    font-family: Roboto-Regular;
}

.common-error .error-logo {
    width: 100px;
    height: 100px;
}

.common-error .error-title {
    color: #757575;
    font-size: 18px;
    font-weight: bolder;
    margin: 8px 0;
    padding: 0;
}

.common-error .error-info {
    margin-bottom: 40px;
    font-size: 14px;
}

.common-error .error-info h3 {
    color: #757575;
    font-size: 14px;
    line-height: 20px;
}

.common-error .back-to-hp .back-btn {
    color: #1a9cb7;
    font-size: 14px;
    font-weight: bolder;
}

.next-progress-circle,
.next-progress-line {
    color: #333;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC,
        Microsoft YaHei;
    font-size: 14px;
    line-height: 1.2857142;
}

.next-progress-circle,
.next-progress-circle *,
.next-progress-circle :after,
.next-progress-circle :before,
.next-progress-line,
.next-progress-line *,
.next-progress-line :after,
.next-progress-line :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.next-progress-line {
    width: 100%;
    display: inline-block;
    position: relative;
}

.next-progress-line-container {
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.next-progress-line-underlay {
    position: relative;
    width: 100%;
    background-color: #ebecf0;
}

.next-progress-line-overlay {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 1s cubic-bezier(0.65, 0.2, 0.35, 1);
    transition: all 1s cubic-bezier(0.65, 0.2, 0.35, 1);
}

.next-progress-line-overlay-normal {
    background-color: #2192d9;
}

.next-progress-line-overlay-success {
    background-color: #1dc11d;
}

.next-progress-line-overlay-error,
.next-progress-line-overlay-started {
    background-color: #f33;
}

.next-progress-line-overlay-middle {
    background-color: #ffa033;
}

.next-progress-line-overlay-almostfinished {
    background-color: #1dc11d;
}

.next-progress-line-small .next-progress-line-underlay {
    border-radius: 0;
    height: 4px;
}

.next-progress-line-small .next-progress-line-overlay {
    height: 4px;
    border-radius: 0;
    top: 50%;
    margin-top: -2px;
}

.next-progress-line-small .next-progress-line-text {
    font-size: 12px;
    line-height: 4px;
}

.next-progress-line-medium .next-progress-line-underlay {
    border-radius: 0;
    height: 8px;
}

.next-progress-line-medium .next-progress-line-overlay {
    height: 8px;
    border-radius: 0;
    top: 50%;
    margin-top: -4px;
}

.next-progress-line-medium .next-progress-line-text {
    font-size: 12px;
    line-height: 8px;
}

.next-progress-line-large .next-progress-line-underlay {
    border-radius: 0;
    height: 16px;
}

.next-progress-line-large .next-progress-line-overlay {
    height: 16px;
    border-radius: 0;
    top: 50%;
    margin-top: -8px;
}

.next-progress-line-large .next-progress-line-text {
    font-size: 14px;
    line-height: 16px;
}

.next-progress-line-show-info .next-progress-line-container {
    padding-right: 60px;
    margin-right: -60px;
}

.next-progress-line-show-info .next-progress-line-text {
    width: 50px;
    text-align: left;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    color: #333;
}

.next-progress-circle {
    position: relative;
    display: inline-block;
}

.next-progress-circle-underlay {
    stroke: #ebecf0;
    stroke-width: 8px;
}

.next-progress-circle-overlay {
    -webkit-transition: all 1s cubic-bezier(0.65, 0.2, 0.35, 1);
    transition: all 1s cubic-bezier(0.65, 0.2, 0.35, 1);
    stroke-linecap: round;
    stroke-width: 8px;
}

.next-progress-circle-overlay-normal {
    stroke: #2192d9;
}

.next-progress-circle-overlay-success {
    stroke: #1dc11d;
}

.next-progress-circle-overlay-error,
.next-progress-circle-overlay-started {
    stroke: #f33;
}

.next-progress-circle-overlay-middle {
    stroke: #ffa033;
}

.next-progress-circle-overlay-almostfinished {
    stroke: #1dc11d;
}

.next-progress-circle-small {
    width: 100px;
    height: 100px;
    font-size: 20px;
}

.next-progress-circle-medium {
    width: 116px;
    height: 116px;
    font-size: 24px;
}

.next-progress-circle-large {
    width: 132px;
    height: 132px;
    font-size: 36px;
}

.next-progress-circle-text {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin: 0;
    text-align: center;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.2, 0.35, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.2, 0.35, 1);
    transition: transform 0.3s cubic-bezier(0.65, 0.2, 0.35, 1);
    transition: transform 0.3s cubic-bezier(0.65, 0.2, 0.35, 1),
        -webkit-transform 0.3s cubic-bezier(0.65, 0.2, 0.35, 1);
    color: #333;
}

.crazy-deal-details.pc {
    margin: 8px;
    height: 29px;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.crazy-deal-details.pc .crazy-deal-details-right {
    position: relative;
    margin-left: 140px;
    height: 100%;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.crazy-deal-details.pc .crazy-deal-details-process,
.crazy-deal-details.pc .crazy-deal-details-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
}

.crazy-deal-details.pc .crazy-deal-details-process {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: #999;
    font-weight: 700;
}

.crazy-deal-details.pc .crazy-deal-details-procressbar {
    width: 90px;
    height: 8px;
    background: #ffd1c2;
    border-radius: 4px;
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
}

.crazy-deal-details.pc .crazy-deal-details-procressbar-inner {
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(#ff8763),
            to(#ff330c));
    background: linear-gradient(90deg, #ff8763, #ff330c);
    border-radius: 4px;
    width: 0;
    height: 100%;
}

.crazy-deal-details.pc .crazy-deal-details-countdown {
    text-align: right;
}

.crazy-deal-details.pc .crazy-deal-details-countdown-time {
    color: #ff3d00;
}

.crazy-deal-details.pc .crazy-deal-details-notstart {
    text-align: right;
}

.crazy-deal-details.pc .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.crazy-deal-details.pc .right-img {
    height: 18px;
    position: relative;
    top: -0.5px;
    cursor: pointer;
}

.crazy-deal-details.msite {
    height: 50px;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.crazy-deal-details.msite .crazy-deal-details-right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin-right: 10px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.crazy-deal-details.msite .crazy-deal-details-process {
    text-align: right;
}

.crazy-deal-details.msite .crazy-deal-details-procressbar {
    width: 60px;
    height: 6px;
    background: #f2a491;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
}

.crazy-deal-details.msite .crazy-deal-details-procressbar-inner {
    background: #fff;
    border-radius: 3px;
    width: 0;
    height: 100%;
}

.crazy-deal-details.msite .crazy-deal-details-countdown {
    text-align: right;
}

.crazy-deal-details.msite .crazy-deal-details-countdown-time {
    font-weight: 700;
}

.crazy-deal-details.msite .crazy-deal-details-notstart {
    text-align: right;
}

.crazy-deal-details.msite .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.crazy-deal-details.msite .right-img {
    height: 18px;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.cdd-action-url {
    position: relative;
    top: -1px;
    cursor: pointer;
    color: #eb6e48;
}

.pdp-mod-qna .qna-icon-q,
.seller-container .seller-name .seller-im-wrapper .seller-im-content {
    color: #25a5d8;
}

.location-link,
.location-link:visited {
    color: #1a9cb7;
}

.location-link:active,
.location-link:focus,
.location-link:hover {
    color: #01839e;
    cursor: pointer;
    text-decoration: none;
}

.location-link_size_s {
    font-size: 12px;
}

.location-link_size_xs {
    font-size: 13px;
}

.location-link_size_m {
    font-size: 14px;
}

.location-overlay {
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 1px 2px 14px #ccc;
    box-shadow: 1px 2px 14px #ccc;
    z-index: 0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.location-overlay.overlay-with-arrow:before {
    position: absolute;
    top: -6px;
    right: 36px;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    -webkit-box-shadow: 2px 1px 14px #ccc;
    box-shadow: 2px 1px 14px #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.location-overlay .content-block {
    max-height: 400px;
    background-color: #fff;
}

.location-input.next-input {
    padding: 4px 1px;
    border-radius: 3px;
    width: 100%;
}

.location-input_theme_search.next-input-group {
    width: 100%;
}

.location-input_theme_search.next-input-group .next-input {
    padding: 4px 1px;
    border-radius: 3px 0 0 3px;
    border-right: none;
    -webkit-transition: unset;
    transition: unset;
}

.location-input_theme_search.next-input-group .next-input.next-input-single,
.location-input_theme_search.next-input-group .next-input.next-input-single:hover {
    border-color: #dadada;
}

.location-input_theme_search.next-input-group .next-input.next-input-single.focus,
.location-input_theme_search.next-input-group .next-input.next-input-single.focus+.next-input-addon {
    border-color: #1a9cb7;
}

.location-input_theme_search.next-input-group.medium .next-input-addon {
    background-color: #fff;
    border-radius: 0 3px 3px 0;
    font-size: 28px;
    padding-right: 5px;
    border-color: #dadada;
}

.location-input_theme_search.next-input-group.medium .next-input-addon .lazada-icon {
    font-size: 28px;
    line-height: 32px;
}

.location-button {
    padding: 0 24px;
    border-radius: 2px;
}

.location-button_size_s {
    height: 32px;
    font-size: 14px;
}

.location-button_size_m {
    height: 36px;
    font-size: 14px;
}

.location-button_size_l {
    height: 38px;
    font-size: 14px;
}

.location-button_size_xl {
    height: 44px;
    font-size: 16px;
    padding: 0 60px;
}

.location-button_theme_orange {
    border: 1px solid #f57224;
    background: #f57224;
    color: #fff;
}

.location-button_theme_white {
    border: 1px solid #1a9cb7;
    background: #fff;
    color: #1a9cb7;
}

.location-button_theme_blue {
    border: 1px solid #1a9cb7;
    background: #1a9cb7;
    color: #fff;
}

.p-yatra .location-button_theme_blue {
    border: 1px solid #25a5d8;
    background: #25a5d8;
}

.location-button_theme_gray {
    cursor: not-allowed;
    background: #d8d8d8;
    color: #757575;
}

.location-button_type_icon {
    width: 48px;
    padding: 0;
}

.location-button_type_icon .lazada-icon {
    font-size: 22px;
}

.location-postcode__form {
    width: 100%;
    display: table;
}

.location-postcode__input-wrap {
    display: table-cell;
    padding-right: 10px;
}

.location-postcode__input {
    margin-right: 11px;
}

.location-postcode__button-save {
    display: table-cell;
    width: 87px;
    text-align: right;
}

.location-postcode__button-save .location-button {
    text-transform: uppercase;
}

.location-postcode__message {
    color: #f44336;
    margin-top: 7px;
}

.location-nav {
    padding-right: 5px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    overflow: auto;
}

.location-nav__list {
    white-space: nowrap;
}

.location-nav__item,
.location-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.location-nav__icon {
    padding: 0 4px;
}

.location-nav__label {
    display: table-cell;
    color: #757575;
}

.location-list__item {
    font-weight: 300;
    padding: 12px 15px;
    border-bottom: 1px solid #eff0f5;
}

.location-list__item:hover {
    cursor: pointer;
}

.location-list__item:last-child {
    border-bottom: none;
}

.location-level {
    max-width: 300px;
    max-height: 374px;
    padding: 13px 0;
    font-size: 13px;
    color: #202020;
    line-height: 16px;
}

.location-level__nav {
    padding: 0 15px;
}

.location-level__search {
    margin-bottom: 10px;
    padding: 0 15px;
}

.location-level__main {
    max-height: 280px;
    overflow: scroll;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
}

.location-level_state_loading .location-level__main {
    padding: 15px;
    height: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.location-level__loader {
    width: 100%;
}

.location-level_state_saving {
    position: relative;
}

.location-level__block-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, 0.6);
}

.location__label {
    font-size: 14px;
    color: #9e9e9e;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 11px;
}

.location__body {
    display: table;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.location__icon .lazadaicon {
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
}

.location__address {
    display: table-cell;
    vertical-align: middle;
    color: #202020;
    padding-right: 15px;
}

.location__link-change {
    display: table-cell;
    vertical-align: middle;
    color: #009db4;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
}

.delivery {
    font-size: 14px;
    background-color: #fafafa;
    color: #212121;
}

.delivery_hide-all-options .delivery__header,
.delivery_no-content {
    border-bottom: none;
}

.delivery__header {
    margin-bottom: 8px;
    border-bottom: 1px solid #eff0f5;
}

.delivery_no-content .delivery__header {
    margin-bottom: 0;
    border-bottom: 0;
}

.delivery__location,
.delivery__option .delivery-option-item {
    padding: 10px 16px;
}

.delivery__location .location-postcode__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.delivery__location .location__address {
    max-width: 140px;
    word-break: break-word;
}

.delivery__location .location-postcode__input {
    margin-right: 10px;
}

.delivery__location .location__current {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.delivery__location .location__link-change {
    font-weight: 500;
}

.delivery__location .location-input.next-input {
    padding: 2px 1px;
}

.delivery__location .location-input.next-input input::-webkit-input-placeholder {
    color: #9e9e9e;
}

.delivery__location .location-input.next-input input::-moz-placeholder {
    color: #9e9e9e;
}

.delivery__location .location-input.next-input input:-ms-input-placeholder {
    color: #9e9e9e;
}

.delivery__location .location-input.next-input input::-ms-input-placeholder {
    color: #9e9e9e;
}

.delivery__location .location-input.next-input input::placeholder {
    color: #9e9e9e;
}

.delivery__location .location-input.next-input.focus {
    border-color: #1a9cb7;
}

.delivery__location .location-input.next-input.focus.error {
    border-color: #f44336;
}

.delivery__content {
    position: relative;
    padding-bottom: 4px;
}

.delivery__content .next-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background: hsla(0, 0%, 100%, 0.5);
}

.location-overlay {
    width: 300px;
}

.location-overlay .location-input_theme_search.next-input-group .next-input {
    padding: 2px 1px;
}

.pdp-groupbuy-tip {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 0 10px;
}

.pdp-groupbuy-tip,
.pdp-groupbuy-tip-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pdp-groupbuy-tip-content-img {
    height: 30px;
    width: 100px;
    margin-right: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.pdp-groupbuy-tip-text {
    margin: 0 10px;
}

.pdp-groupbuy-tip-bc {
    color: #26a96d;
}

.pdp-groupbuy-tip-close {
    color: #fff;
    cursor: pointer;
}

.mod-fusion-dialog {
    width: 388px;
}

.mod-fusion-dialog .next-dialog-body .next-feedback .next-feedback-title {
    font-size: 14px;
    color: #212121;
    padding: 0 16px 0 0;
    max-width: 356px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    max-height: 250px;
    overflow-y: auto;
    line-height: 24px;
}

.mod-fusion-dialog .next-dialog-body .next-dialog-header {
    padding-left: 0;
}

.mod-fusion-dialog .next-dialog-alert .next-icon,
.mod-fusion-dialog .next-dialog-confirm .next-icon {
    display: none !important;
}

.mod-fusion-dialog.right .next-dialog-footer:after {
    content: "";
    display: table;
    clear: both;
}

.mod-fusion-dialog.right .next-dialog-footer .next-btn-primary {
    float: right;
}

.mod-fusion-dialog .next-btn-primary {
    background: #1a9cb7;
}

.mod-fusion-dialog .next-btn-primary:hover {
    background: #16849b;
}

.p-yatra .mod-fusion-dialog .next-btn-primary {
    background: #2abbe8;
}

.pdp-mod-installment {
    padding-bottom: 10px;
}

.pdp-mod-installment .installment-item {
    color: #212121;
    cursor: pointer;
}

.pdp-mod-installment svg {
    margin-right: 4px;
    font-size: 20px;
}

.pdp-mod-installment .item-icon,
.pdp-mod-installment svg {
    float: left;
    line-height: 1;
}

.pdp-mod-installment .item-content {
    margin-left: 24px;
    margin-bottom: 0;
    font-size: 14px;
}

.installment-dialog {
    width: 788px;
}

.installment-dialog .next-dialog-body {
    padding-top: 40px;
    padding-bottom: 4px;
}

.installment-dialog .next-dialog-close {
    top: 14px;
}

.installment-iframe {
    border: 0;
    min-height: 348px;
    width: 100%;
}

.item-gallery__thumbnail {
    width: 52px;
    height: 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item-gallery__thumbnail:not(:last-child) {
    margin-right: 14px;
}

.item-gallery__thumbnail-video {
    border-radius: 2px;
    cursor: pointer;
}

.item-gallery__image-wrapper {
    width: 52px;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dadada;
    border-radius: 2px;
    text-align: center;
}

.item-gallery__thumbnail-image {
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 50px;
    margin: auto;
}

.item-gallery__thumbnail_state_active.item-gallery__image-wrapper,
.item-gallery__thumbnail_state_active .item-gallery__image-wrapper {
    border: 1px solid #f57224;
}

.item-gallery__video-icon {
    display: inline-block !important;
    width: 36px;
    height: 24px;
}

.item-gallery__video-error-msg {
    color: #9e9e9e;
    font-size: 14px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: calc(50% - 20px);
}

.item-gallery__video-player_hidden {
    visibility: hidden;
}

.item-gallery__video-dialog .next-dialog-body {
    padding: 38px 16px 16px;
}

.item-gallery__video-dialog .next-dialog-footer {
    display: none;
}

.item-gallery__video-dialog .next-dialog-close {
    top: 12px;
    right: 12px;
    color: #757575;
    width: 12px;
    height: 12px;
}

.item-gallery__video-dialog .next-dialog-close .next-icon {
    font-weight: 700;
}

.item-gallery__video-dialog .next-dialog-close .next-icon:before {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
}

.item-gallery__video-dialog_error .item-gallery__video-player {
    visibility: hidden;
}

.item-gallery .next-slick-track {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.gallery-preview-panel {
    border-bottom: 1px solid #eff0f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 9px;
    position: relative;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.gallery-preview-panel__content {
    position: relative;
    overflow: hidden;
    height: 330px;
    width: 330px;
    text-align: center;
    margin: 8px 0 10px 8px;
}

.gallery-preview-panel__content:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.gallery-preview-panel__content_video {
    cursor: default;
}

.gallery-preview-panel__video-player {
    position: absolute;
    width: 63px;
    height: 48px;
    font-size: 42px;
    top: calc(50% - 21px);
    left: calc(50% - 21px);
    color: #fff;
    cursor: pointer;
}

.gallery-preview-panel__hover-box {
    background: rgba(26, 156, 183, 0.09);
    border-radius: 2px;
    position: absolute;
    top: 0;
}

.gallery-preview-panel__image {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.gallery-preview-panel__zoom-box {
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16),
        0 4px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    width: 820px;
    height: 526px;
    overflow: hidden;
}

.gallery-preview-panel__zoom-box-image {
    position: absolute;
}

.shop-promotion-product-card {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 188px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    flex-direction: column;
    padding: 0;
    margin: 5px;
    background: #fff;
}

.shop-promotion-product-card,
.shop-promotion-product-card-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.shop-promotion-product-card-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.shop-promotion-product-card:hover {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.shop-promotion-product-card-header {
    position: relative;
    display: block;
    height: 188px;
}

.shop-promotion-product-card-header .image {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.shop-promotion-product-card-header-tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 28px;
}

.shop-promotion-product-card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 0 8px;
}

.shop-promotion-product-card-body-product-name {
    font-size: 12px;
    margin: 5px 0;
    color: #404040;
    font-family: Roboto-Regular;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.shop-promotion-product-card-body-product-rating-region {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4px 0 0;
    height: 16px;
    overflow: hidden;
}

.shop-promotion-product-card-body-product-rating-region .product-rating {
    float: left;
    overflow: hidden;
}

.shop-promotion-product-card-body-product-rating-region .rating-star {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
}

.shop-promotion-product-card-body-product-rating-region .sales-text {
    font-size: 12px;
    color: #9e9e9e;
}

.shop-promotion-product-card-body-product-rating-region .divide-line {
    display: inline-block;
    margin: 0 4px;
    width: 1px;
    height: 10px;
    background-color: #dadada;
}

.shop-promotion-product-card-body-price-tag .price-label {
    display: block;
}

.shop-promotion-product-card-body-price-tag .price-label-prim {
    color: #f57224;
    font-size: 18px;
}

.shop-promotion-product-card-body-price-tag .price-label-prev {
    color: #9e9e9e;
    font-size: 12px;
    margin: 4px 0;
}

.shop-promotion-product-card-body-price-tag .price-label-prev-line-through {
    text-decoration: line-through;
}

.shop-promotion-product-card-body-price-tag .price-label-prev-discount {
    color: #212121;
    margin-left: 5px;
}

.shop-promotion-product-card .product-info {
    color: #9e9e9e;
    font-size: 12px;
    margin-bottom: 5px;
    height: 13px;
}

.pdp-shop-promotion-page-filter {
    padding: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pdp-shop-promotion-page-filter-text {
    font-size: 14px;
    margin-right: 20px;
}

.pdp-shop-promotion-page-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.count-down {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
}

.sku-product-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sku-product-card-left {
    position: relative;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 200px 200px;
}

.sku-product-card-left-tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 22px;
}

.sku-product-card-right {
    height: 200px;
    width: 330px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sku-product-card-right-title {
    width: 100%;
    max-height: 32px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sku-product-card-right-variation {
    margin: 10px 0;
    color: #999;
}

.sku-product-card-right-price {
    font-size: 18px;
    color: #ff6700;
}

.sku-product-card-right-bottom p {
    margin: 5px 0;
    font-size: 14px;
}

.sku-product-card-right-bottom-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 60px;
    overflow: scroll;
}

.sku-product-card-right-bottom-product {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.sku-product-card-right-bottom-product .image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.sku-product-card-right-bottom-product.selected .image {
    border: 1px solid #ff6700;
}

.pdp-banner-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1a9cb7;
    cursor: pointer;
}

.pdp-banner-detail-tooltip {
    width: 580px;
    background-color: #fff;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
}

.pdp-banner-detail-tooltip.content-block {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
}

.pdp-banner-detail-tooltip__title {
    font-size: 18px;
    margin-bottom: 16px;
    color: #202020;
}

.pdp-banner-detail-tooltip__title__desc {
    padding-bottom: 16px;
    border-bottom: 1px solid #eff0f5;
}

.pdp-banner-detail-tooltip-terms-detail {
    font-size: 12px;
    color: #333;
}

.pdp-banner-detail-tooltip-terms-title {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
}

.pdp-banner-detail-tooltip-gift {
    border-bottom: 1px solid #ccc;
}

.pdp-banner-detail-tooltip-gift-title {
    color: #333;
    font-size: 18px;
}

.pdp-banner-detail-tooltip-gift-detail {
    font-size: 14px;
    color: #666;
}

.pdp-banner-detail-tooltip-gift-text {
    margin: 10px 0;
    font-size: 14px;
    color: #333;
}

.pdp-banner-detail-tooltip-gift-rolling {
    height: 24px;
    padding: 10px 0;
    font-size: 14px;
}

.pdp-banner-detail-tooltip-gift-rolling .pdp-banner-title .pdp-banner-title-marquee-item {
    color: #666;
    font-size: 14px;
}

.pdp-banner-detail span {
    margin-right: 10px;
}

.pdp-banner-detail-tooltip__icon {
    color: #1a9cb7;
    cursor: pointer;
}

#pdp-shop-promotion-banner {
    position: relative;
    width: 100%;
    height: 180px;
}

.pdp-banner {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 301;
}

.pdp-banner-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1188px;
    height: 60px;
    margin: auto;
}

.pdp-banner-content,
.pdp-banner-content-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pdp-banner-content-left-rolling {
    height: 24px;
    padding: 3px 0;
    margin-right: 20px;
    font-size: 18px;
}

.pdp-banner-content-left .lzd-multibuy-title-detail {
    display: none;
}

.pdp-banner-content-left .count-down {
    background: #fff;
    color: #000;
    font-size: 14px;
}

.pdp-banner-bg {
    display: none;
    width: 100%;
    height: 120px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pdp-banner-bg.visible {
    display: block;
}

.snackbar .snack {
    background-color: #4a4a4a;
    color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

.basket-bundle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.basket-bundle-group {
    position: relative;
}

.basket-bundle-cell {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #eff0f4;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 4px;
    margin-right: 10px;
}

.basket-bundle-cell:last-child {
    margin-right: 0;
}

.basket-bundle .basket-ic-plus {
    line-height: 1;
}

.basket-bundle .basket-ic-plus .lazada-icon {
    font-size: 32px;
}

.redmart-basket-list {
    position: relative;
}

.redmart-basket-list .basket-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px 0;
}

.redmart-basket-list .basket-content.has-addon {
    margin-right: 64px;
}

.redmart-basket-list .basket-content .basket-sep-v {
    border-right: 1px solid #999;
    margin: 0 10px;
}

.redmart-basket-list .basket-addon {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    right: 0;
    width: 64px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    padding: 0 5px;
    text-align: center;
}

.redmart-basket-list .basket-addon .pdp-link {
    font-size: 13px;
}

.pdp-multiple-buy {
    margin-bottom: 25px;
}

.pdp-multiple-buy .basket-section {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 20px 15px;
    margin-bottom: 20px;
}

.pdp-multiple-buy .basket-section-title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.pdp-multiple-buy .product-sections {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.pdp-multiple-buy .product-sections .product-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
}

.pdp-multiple-buy .product-sections .product-section-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.pdp-multiple-buy .product-sections .product-section.main-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pdp-multiple-buy .product-sections .product-section.attached-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 328px;
    -ms-flex: 0 0 328px;
    flex: 0 0 328px;
    background-color: #fafafa;
}

.pdp-multiple-buy .product-sections .product-section .redmart-product-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pdp-mod-store-icon {
    display: inline-block;
    vertical-align: top;
}

.pdp-mod-store-icon .lazada,
.pdp-mod-store-icon .lzd-svg-icon {
    font-size: 12px;
}

.pdp-mod-store-icon .store-text {
    display: inline-block;
    padding-left: 4px;
    font-size: 10px;
}

.lazada-color,
.taobao-color {
    color: #f57224;
}

.official-color {
    color: #a90b26;
}

.certified-color {
    color: #06a97f;
}

.shipping-details__overlay {
    padding: 16px;
}

.shipping-details__overlay-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.shipping-details__default-delivery {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
}

.shipping-details__default-delivery_only {
    cursor: default;
    padding-right: 0;
}

.shipping-details__default-delivery_only:after {
    display: none;
}

.shipping-details__default-delivery-text {
    display: inline-block;
}

.shipping-details__default-delivery-icon {
    display: inline-block;
    vertical-align: top;
    content: "";
    border-color: #9e9e9e transparent transparent;
    border-style: solid;
    border-width: 5px 4px;
    margin-left: -8px;
    margin-top: 3px;
    height: 0;
    width: 0;
}

.shipping-details__delivery {
    text-align: justify;
    display: table;
    width: 100%;
    font-size: 14px;
}

.shipping-details__delivery:not(:last-child) {
    margin-bottom: 16px;
}

.shipping-details__delivery_restricted {
    color: #f44336;
}

.shipping-details__delivery-main-info {
    display: table-cell;
}

.shipping-details__delivery-icon {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

.shipping-details__delivery-title {
    display: inline-block;
    color: #212121;
    margin-right: 4px;
}

.shipping-details__delivery-time {
    display: inline-block;
    color: #9e9e9e;
}

.shipping-details__delivery-fee {
    display: table-cell;
    text-align: right;
    padding-left: 16px;
    font-weight: 500;
    font-family: Roboto-Medium;
}

.shipping-details__service {
    font-size: 14px;
}

.shipping-details__service .delivery-option-item__info {
    vertical-align: middle;
}

.shipping-details__service .delivery-option-item__title {
    margin-bottom: 4px;
}

.shipping-details__show-icon {
    padding-right: 16px;
}

.ms-price {
    display: table;
    width: 100%;
}

.ms-price__add-to-cart,
.ms-price__content {
    display: table-cell;
    vertical-align: top;
}

.ms-price__add-to-cart-wrapper {
    text-align: right;
}

.ms-price__add-to-cart-wrapper .pdp-button {
    width: 46px;
    height: 34px;
}

.ms-price__shipping-fee {
    font-size: 12px;
    color: #9e9e9e;
    margin-top: 4px;
}

.ms-price__promotion {
    position: relative;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    border: 1px dashed #f57224;
    height: 20px;
    color: #424242;
    margin-top: 8px;
    margin-right: 16px;
    padding: 3px 26px 3px 3px;
    cursor: pointer;
}

.ms-price__promotion:after {
    position: absolute;
    top: 6px;
    right: 7px;
    content: "";
    border-color: #9e9e9e transparent transparent;
    border-style: solid;
    border-width: 5px 4px;
}

.ms-price__overlay {
    padding: 14px;
    max-width: 200px;
}

.pdp-msi {
    vertical-align: top;
}

.pdp-msi__seller-name-block {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}

.pdp-msi__seller-name {
    margin-right: 4px;
}

.pdp-msi__delivery-option-item {
    margin-bottom: 11px;
    font-size: 14px;
}

.pdp-msi__seller-rating {
    font-size: 12px;
    color: #9e9e9e;
    margin-bottom: 10px;
}

.pdp-ms {
    background: #fff;
    position: relative;
}

.pdp-ms .next-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background: hsla(0, 0%, 100%, 0.5);
}

.pdp-ms__content {
    padding: 0 24px 16px;
}

.pdp-ms__pagination {
    height: 60px;
    text-align: right;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pdp-ms__pagination .next-pagination-jump .next-input {
    vertical-align: middle;
}

.pdp-ms__pagination .next-pagination-jump .next-input input {
    vertical-align: top;
}

.pdp-ms__pagination .next-pagination-jump .next-pagination-go {
    vertical-align: middle;
}

.pdp-ms__title {
    padding: 0 16px;
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    font-family: Roboto-Medium;
    background: #fafafa;
    height: 52px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pdp-ms__title-promotion,
.pdp-ms__title-text {
    vertical-align: middle;
    display: table-cell;
}

.pdp-ms__title-promotion {
    color: #757575;
    font-size: 12px;
    text-align: right;
}

.pdp-ms__table {
    width: 100%;
}

.pdp-ms__table td {
    padding: 20px 8px;
    border-bottom: 1px solid #eff0f5;
}

.pdp-ms__table td:first-child {
    padding-left: 0;
}

.pdp-ms__table td:last-child {
    padding-right: 8px;
}

.pdp-ms__table thead td {
    height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}

.pdp-ms__table tbody td {
    width: 20%;
}

.pdp-ms__table-header {
    display: table;
}

.pdp-ms__table-header .pdp-ms__table-header-text {
    display: table-cell;
    vertical-align: middle;
    padding-right: 8px;
}

.pdp-ms__tooltip-icon .lazada-icon {
    color: #757575;
}

.pdp-ms__view-all {
    height: 76px;
    text-align: center;
    display: table;
    width: 100%;
}

.pdp-ms__view-all-button {
    display: table-cell;
    vertical-align: middle;
}

.pdp-ms__tooltip {
    padding: 24px 16px;
    width: 540px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 4200;
    background: rgba(32, 32, 32, 0.8);
}

.popup-dialog {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 388px;
    padding: 33px 24px 21px;
    background: #fafafa;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.4);
}

.popup-title {
    margin-bottom: 10px;
    font-family: Roboto-Medium;
    font-size: 18px;
    color: #202020;
    letter-spacing: 0;
    font-weight: 700;
}

.popup-message {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    white-space: pre-line;
}

.popup-dontaskagain {
    margin-top: 24px;
}

.popup-dontaskagain .popup-dontaskagain-label {
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    color: #424242;
    letter-spacing: 0;
    vertical-align: bottom;
}

.popup-dontaskagain .popup-dontaskagain-check {
    display: inline-block;
    cursor: pointer;
}

.popup-dontaskagain .popup-dontaskagain-check .age-checked-on {
    font-size: 18px;
    color: #f57224;
}

.popup-dontaskagain .popup-dontaskagain-check .age-checked-off {
    font-size: 18px;
    color: #9e9e9e;
}

.popup-btn-over {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 8px;
    padding: 9px;
    text-align: center;
    vertical-align: middle;
    background: #f57224;
    font-family: Roboto-Medium;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    border-radius: 2px;
}

.popup-btn-wrapper {
    margin-top: 32px;
    text-align: right;
}

.popup-btn-under {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 9px;
    background: #eff0f5;
    font-family: Roboto-Medium;
    font-size: 12px;
    color: #757575;
    letter-spacing: 0;
    border-radius: 2px;
}

.pricemask-detail.msite {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.pricemask-detail.msite .pricemask-detail-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 12px;
}

.pricemask-detail.msite .pricemask-detail-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}

.pricemask-detail.msite .pricemask-detail-text-price {
    margin-left: 5px;
}

.pricemask-detail.msite .pricemask-detail-timer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.pricemask-detail.msite .radius-bottom-bar {
    height: 6px;
    background: #fff;
    border-radius: 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.pricemask-detail.pc {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.pricemask-detail.pc .pricemask-detail-inner {
    background: hsla(0, 0%, 100%, 0) !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.pricemask-detail.pc .pricemask-detail-text {
    font-size: 24px;
}

.pricemask-detail.pc .pricemask-detail-text-price {
    font-weight: 700;
    margin-left: 5px;
}

.pricemask-detail.pc .pricemask-detail-timer {
    line-height: 25px;
    font-size: 14px;
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.pdp-mod-product-attrs {
    padding: 20px 0;
    margin-bottom: 12px;
    border-top: 1px solid #eff0f5;
    border-bottom: 1px solid #eff0f5;
}

.pdp-mod-product-attrs .product-attr-list .slick-arrow {
    position: absolute;
    background-color: #fff;
    border: none;
    outline: none;
    text-align: center;
    z-index: 1;
}

.pdp-mod-product-attrs .product-attr-list .slick-arrow:hover {
    background-color: #f0f0f0;
}

.pdp-mod-product-attrs .product-attr-list .slick-prev {
    top: 0;
    left: 0;
    bottom: 0;
    width: 48px;
}

.pdp-mod-product-attrs .product-attr-list .slick-next {
    top: 0;
    right: 0;
    bottom: 0;
    width: 48px;
}

.pdp-mod-product-attrs .product-attr-list .slick-disabled {
    visibility: hidden;
}

.pdp-mod-product-attrs .product-attr-list .slick-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent #757575;
    border-style: solid;
    border-width: 4px;
}

.pdp-mod-product-attrs .product-attr-list .slick-arrow.slick-prev:after {
    border-left: none;
    border-right-width: 5px;
}

.pdp-mod-product-attrs .product-attr-list .slick-arrow.slick-next:after {
    border-right: none;
    border-left-width: 5px;
}

.pdp-mod-product-attrs .product-attr-wrapper .product-attr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    border-right: 1px solid #eff0f5;
    padding-right: 10px;
    margin-right: 10px;
}

.pdp-mod-product-attrs .product-attr-wrapper .product-attr .attr-name {
    color: #9e9e9e;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pdp-mod-product-attrs .product-attr-wrapper .product-attr .attr-text {
    color: #333;
    font-weight: 700;
}

.pdp-product-brand {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #eff0f5;
    line-height: 20px;
}

.pdp-product-brand__name {
    color: #9e9e9e;
    font-size: 12px;
}

.pdp-product-brand__divider,
.pdp-product-brand__name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.pdp-product-brand__divider {
    height: 12px;
    width: 1px;
    background: #9e9e9e;
    margin-left: 7px;
}

.pdp-product-brand__brand-link,
.pdp-product-brand__suggestion-link {
    display: inline-block;
    vertical-align: middle;
}

.pdp-product-brand__suggestion-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdp-product-brand__tail-label {
    color: #9e9e9e;
    font-size: 12px;
    float: right;
    margin-top: 1px;
    margin-left: 4px;
}

.message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eff0f5;
}

.message__icon {
    color: #2196f3;
    padding-right: 7px;
    height: 16px;
}

.message__item {
    margin-bottom: 0.16rem;
    color: #9e9e9e;
    font-size: 12px;
    line-height: 16px;
}

.message_platform_pc {
    border: 1px solid #eff0f5;
    padding: 10px 10px 5px;
}

.message_platform_pc .message__item {
    margin-bottom: 4px;
}

.pdp-mod-specification {
    margin-top: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eff0f5;
    font-size: 14px;
}

.pdp-mod-specification .specification-keys {
    margin: 16px -15px 0;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

.pdp-mod-specification .specification-keys .key-li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 8px;
    vertical-align: top;
    line-height: 18px;
}

.pdp-mod-specification .specification-keys .key-li .key-title {
    display: inline-block;
    margin-right: 18px;
    width: 140px;
    vertical-align: top;
    color: #757575;
    word-break: break-word;
    font-size: 14px;
}

.pdp-mod-specification .specification-keys .key-li .key-value {
    display: inline-block;
    width: 306px;
    word-break: break-word;
}

.pdp-mod-specification .box-content {
    margin-top: 28px;
}

.pdp-mod-specification .box-content .key-title {
    display: table-cell;
    width: 140px;
    color: #757575;
    word-break: break-word;
    font-size: 14px;
}

.pdp-mod-specification .box-content .box-content-html {
    display: table-cell;
    padding-left: 18px;
    word-break: break-word;
}

.pdp-mod-specification .box-content .box-content-html li {
    display: inline-block;
}

.pdp-mod-redmart-attribute {
    padding: 2px 10px 2px 0;
    background: #fff;
}

.pdp-mod-redmart-attribute+.html-content.detail-content {
    margin-top: 0;
}

.pdp-mod-spec-item {
    margin-bottom: 20px;
}

.pdp-mod-spec-item-name {
    font-size: 16px;
    font-weight: 700;
    color: #212121;
    margin-top: 12px;
}

.pdp-mod-spec-item-value {
    padding-top: 18px;
    font-size: 14px;
    color: #212121;
}

.pdp-mod-spec-item-value .mark {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 3px;
    margin: 0 2px;
}

.pdp-mod-spec-item-note {
    margin-top: 16px;
    background: #fafafa;
    padding: 6px 10px 10px;
    color: #333;
    font-size: 14px;
    line-height: 17px;
}

.pdp-mod-spec-item-note a {
    color: #41a6b8;
    text-decoration: underline;
}

.pdp-mod-spec-item .pdp-square {
    float: left;
    width: 15px;
}

.pdp-mod-spec-item .pdp-square:before {
    content: "â€¢";
}

.pdp-product-detail {
    position: relative;
}

.pdp-product-detail .pdp-product-desc {
    height: auto;
    overflow-y: hidden;
    padding: 5px 14px 5px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.pdp-product-detail .pdp-product-highlights {
    padding: 11px 0 16px;
    border-bottom: 1px solid #eff0f5;
    overflow: hidden;
}

.pdp-product-detail .pdp-product-highlights>p {
    position: relative;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    list-style: none;
    word-break: break-word;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.pdp-product-detail .pdp-product-highlights>p:before {
    content: "â€¢";
    position: absolute;
    left: 0;
}

.pdp-product-detail .pdp-product-highlights ol,
.pdp-product-detail .pdp-product-highlights ul {
    list-style: none;
    overflow: hidden;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
}

.pdp-product-detail .pdp-product-highlights ol>li,
.pdp-product-detail .pdp-product-highlights ul>li {
    position: relative;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    list-style: none;
    word-break: break-word;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.pdp-product-detail .pdp-product-highlights ol>li:before,
.pdp-product-detail .pdp-product-highlights ul>li:before {
    content: "â€¢";
    position: absolute;
    left: 0;
}

.pdp-product-detail .pdp-product-highlights ol>li:only-child,
.pdp-product-detail .pdp-product-highlights ul>li:only-child {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}

.pdp-product-detail .detail-content {
    position: relative;
    height: auto;
    margin-top: 16px;
    padding-bottom: 16px;
    line-height: 19px;
    overflow-y: hidden;
    border-bottom: 1px solid #eff0f5;
}

.pdp-product-detail .detail-content:last-child {
    border-bottom: none;
}

.pdp-product-detail .detail-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.pdp-product-detail .detail-content p {
    font-size: 14px;
}

.pdp-product-detail .detail-content h2 {
    margin: 0 0 17px;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
}

.pdp-product-detail .height-limit {
    height: 780px;
}

.pdp-product-detail .height-limit:after {
    content: "";
    height: 100px;
    position: absolute;
    bottom: 66px;
    width: 100%;
    left: 0;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(6%, hsla(0, 0%, 100%, 0)),
            color-stop(83%, #fff));
    background: linear-gradient(-180deg, hsla(0, 0%, 100%, 0) 6%, #fff 83%);
}

.pdp-product-detail .expand-button {
    position: relative;
    bottom: 0;
    left: 0;
    background: #fff;
    font-size: 13px;
    line-height: 14px;
    padding: 12px 0 18px;
    text-align: center;
    width: 100%;
    margin: 0 !important;
}

.pdp-product-detail .expand-cursor {
    cursor: pointer;
}

.pdp-view-more-btn {
    display: inline-block;
    line-height: 36px;
}

.pdp-mod-product-price {
    position: relative;
}

.pdp-mod-product-price-topbanner {
    width: 100%;
}

.pdp-mod-product-price .promotion-banner-img {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 254px;
    height: 72px;
    margin-left: 12px;
}

.pdp-product-price {
    display: inline-block;
    padding: 16px 0 17px;
}

.pdp-product-price__with-banner {
    width: calc(100% - 266px);
    min-height: 39px;
}

.pdp-product-price__discount {
    font-size: 14px;
    color: #212121;
    margin-left: 6px;
}

.pdp-product-price .valid-date {
    margin-top: 4px;
    font-size: 14px;
    color: #000;
    word-wrap: break-word;
}

.pdp-review-summary__divider {
    width: 1px;
    background: #9e9e9e;
    margin-left: 7px;
    margin-right: 4px;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
}

.pdp-review-summary__stars {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.pdp-review-summary__stars .star {
    width: 12px;
    height: 12px;
}

.pdp-review-summary__link {
    display: inline-block;
    vertical-align: middle;
}

.pdp-product-title {
    margin-top: 13px;
    margin-bottom: 11px;
}

.pdp-product-title.is-redmart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pdp-product-title .pdp-mod-product-badge-wrapper {
    margin-top: 4px;
}

.pdp-product-title .pdp-mod-product-badge-wrapper img {
    vertical-align: baseline;
}

.pdp-product-title .pdp-mod-product-badge {
    max-height: 16px;
    margin-right: 8px;
}

.pdp-product-title .pdp-mod-product-badge-title {
    color: #212121;
    font-size: 22px;
    font-weight: 400;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pdp-product-title .pdp-mod-product-new-badge {
    display: inline-block;
    background-color: #009ebb;
    color: #fff;
    border-radius: 3px;
    padding: 2px 4px;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 500;
}

.pdp-mod-promotion-tags {
    padding-top: 4px;
}

.pdp-mod-promotion-tags .section-title {
    margin-top: 4px;
    height: 24px;
    line-height: 24px;
}

.pdp-mod-promotion-tags .promotion-tag-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 4px 15px 4px 0;
    max-width: 100%;
}

.pdp-mod-qna {
    overflow: hidden;
    padding: 0 24px 18px;
    background-color: #fff;
}

.qna-ask-box-container {
    margin: 20px 0;
}

.qna-login-tips {
    margin-top: 10px;
}

.qna-ask-box {
    position: relative;
}

.qna-ask-box .qna-ask-input {
    display: block;
    width: 100%;
    border-width: 0 0 1px;
    border-bottom-color: #f1f1f1;
}

.qna-ask-box input[placeholder] {
    color: #9e9e9e;
}

.qna-ask-box .qna-ask-btn {
    padding: 0 32px;
    height: 40px;
    line-height: 40px;
}

.qna-ask-box .qna-ask-btn.next-btn-medium.next-btn-loading {
    padding-left: 40px;
}

.qna-ask-box .qna-ask-box-tips {
    display: none;
}

.qna-ask-box.folded .qna-ask-input {
    height: 40px;
    line-height: 40px;
    border-width: 1px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.qna-ask-box.folded .qna-ask-btn {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.qna-ask-box.unfolded {
    padding: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 #f1f1f1;
    box-shadow: 0 2px 0 0 #f1f1f1;
    text-align: right;
}

.qna-ask-box.unfolded .qna-ask-input textarea {
    padding-left: 0;
}

.qna-ask-box.unfolded .qna-ask-btn {
    margin-top: 10px;
}

.qna-ask-box.unfolded .qna-ask-box-tips {
    display: block;
    position: absolute;
    margin-top: 16px;
    margin-right: 350px;
    text-align: left;
}

.qna-empty-icon .lazada-icon {
    display: block;
    margin: 30px auto 10px;
    text-align: center;
    font-size: 64px;
    color: #dadada;
}

.qna-empty-text {
    text-align: center;
    color: #757575;
    font-size: 14px;
}

.qna-custom-nav {
    margin-top: 15px;
}

.qna-section-title {
    margin-top: 15px;
    padding-bottom: 8px;
    font-size: 15px;
    color: #212121;
    border-bottom: 1px solid #eff0f5;
}

.qna-list {
    list-style: none;
}

.qna-item:not(:last-of-type) {
    border-bottom: 1px solid #eff0f5;
}

.qna-item-group {
    padding-left: 48px;
    margin: 25px 0;
}

.qna-icon {
    position: absolute;
    margin-left: -48px;
    font-size: 24px;
}

.qna-icon-q {
    color: #1a9cb7;
}

.qna-icon-a {
    color: #9e9e9e;
}

.qna-content {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 14px;
}

.qna-meta {
    margin-top: 5px;
    color: #9e9e9e;
}

.qna-pagination {
    margin-top: 20px;
    text-align: right;
}

.qna__chatnow .next-feedback.next-feedback-prompt .next-feedback-title {
    color: #212121;
}

.qna__chatnow .next-dialog-close {
    display: none;
}

.sku-select-promotion {
    margin-top: 16px;
    font-size: 14px;
    color: #424242;
}

.sku-select-total {
    color: #f77209;
    font-size: 14px;
}

.sku-select-discount,
.sku-select-total {
    font-weight: 500;
    font-family: Roboto-Medium;
}

.quantity-content-default {
    font-size: 12px;
    padding-left: 12px;
    color: #9e9e9e;
}

.quantity-content-warning {
    font-size: 12px;
    padding-left: 12px;
    color: #f44336;
}

.sku-quantity-selection {
    padding-top: 24px !important;
}

.sku-quantity-selection .section-title {
    padding-top: 7px;
}

.sku-quantity-selection .next-number-picker-input {
    border: none !important;
}

.sku-quantity-selection input {
    height: 32px !important;
}

.sku-quantity-selection .next-number-picker-handler-up-disabled {
    background: #fafafa !important;
    border-color: #fafafa !important;
    cursor: not-allowed;
    color: #dadada;
}

.sku-quantity-selection .next-number-picker-handler-up-disabled .next-number-picker-handler-up-inner {
    cursor: not-allowed;
}

.sku-quantity-selection .next-number-picker-handler-down-disabled {
    background: #fafafa !important;
    border-color: #fafafa !important;
    cursor: not-allowed;
    color: #dadada;
}

.sku-quantity-selection .next-number-picker-disabled,
.sku-quantity-selection .next-number-picker-handler-down-disabled .next-number-picker-handler-down-inner {
    cursor: not-allowed;
}

.sku-quantity-selection .next-number-picker-disabled .next-number-picker-input input[disabled] {
    background: #fafafa;
    cursor: not-allowed;
}

.pdp-recommend-bottom {
    margin-top: 12px;
}

.pdp-recommend-bottom-2 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.pdp-addon-label .addon-label-text {
    color: #9e9e9e;
    padding: 2px 5px;
}

.pdp-redmart-add-to-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}

.pdp-redmart-add-to-cart .redmart-cart-btn {
    width: 225px;
}

.pdp-redmart-add-to-cart .redmart-cart-btn .pdp-button_size_xl {
    height: 40px;
}

.pdp-redmart-add-to-cart .redmart-cart-btn .pdp-button {
    font-weight: 500;
    font-family: Roboto-Medium;
}

.pdp-redmart-add-to-cart .redmart-cart-btn .pdp-button,
.pdp-redmart-add-to-cart .redmart-cart-btn .redmart-cart-picker {
    border-radius: 3px;
}

.pdp-redmart-add-to-cart .pdp-addon-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}

.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler .next-icon:before {
    font-weight: 900;
}

.mixed-text .ic-liveup-inline-logo {
    height: 14px;
    max-width: 100px;
}

.delivery-days {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.delivery-days,
.delivery-days .delivery-day-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.delivery-days .delivery-day-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.delivery-days .delivery-day-item .lazada-icon {
    font-size: 18px;
}

.delivery-days .delivery-day-item .lazada-icon.lazada-ic-Check1 {
    color: #ff9800;
}

.delivery-days .delivery-day-item .lazada-icon.delete {
    color: #9e9e9e;
}

.delivery-days .delivery-day-item .delivery-day-name {
    margin-top: 5px;
    margin-bottom: 5px;
}

.delivery-days .delivery-day-item .delivery-day-date {
    color: #9e9e9e;
    margin-bottom: 5px;
}

.delivery-days .delivery-day-item .delivery-day-from {
    color: #9e9e9e;
    font-size: 10px;
}

.pdp-redmart-delivery {
    background-color: #fafafa;
    color: #212121;
}

.pdp-redmart-delivery .delivery-section {
    padding: 20px 16px;
    border-bottom: 1px solid #eff0f5;
}

.pdp-redmart-delivery .delivery-subtitle {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
    font-family: Roboto-Regular;
    margin-bottom: 20px;
}

.pdp-redmart-delivery .delivery-description {
    font-size: 14px;
}

.pdp-redmart-delivery .delivery-description .ic-liveup-inline-logo {
    position: relative;
    top: -1px;
}

.redmart-member-tags .member-tag {
    text-align: right;
}

.redmart-member-tags .member-tag .member-info {
    color: #212121;
}

.redmart-member-tags .member-tag .member-info .ic-liveup-inline-logo {
    position: relative;
    top: 1px;
    vertical-align: baseline;
}

.redmart-member-tags .member-tag .member-link {
    margin-top: 8px;
}

.pdp-redmart-product-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
}

.pdp-redmart-product-price .redmart-product-price-block {
    display: inline-block;
}

.pdp-redmart-product-price .redmart-product-price-block .pdp-price.pdp-price_color_orange {
    color: #ee4054;
}

.redmart-promotion-header {
    height: 52px;
    overflow: hidden;
    background: #fafafa;
}

.redmart-promotion-header:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.redmart-promotion-header .top-action-item {
    float: right;
    height: 100%;
    margin-right: 20px;
}

.redmart-promotion-header .top-action-item:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.redmart-promotion-header .promotion-tag-item {
    vertical-align: middle;
}

.redmart-promotion-header .saving-text {
    vertical-align: middle;
    margin-left: 15px;
    font-size: 14px;
    color: #f57224;
    line-height: 24px;
}

.redmart-promotion-header .link-view-all {
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pdp-redmart-promotion {
    background-color: #fff;
}

.pdp-redmart-promotion .redmart-promotion-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

.pdp-redmart-promotion .redmart-promotion-body .redmart-product-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.pdp-redmart-promotion .redmart-promotion-body .section-plus-sign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 165px;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
}

.pdp-redmart-promotion .redmart-promotion-body .section-plus-sign .plus-free {
    font-size: 20px;
    font-weight: 700;
}

body {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Helvetica Neue,
        Helvetica, sans-serif !important;
}

.pdp-redmart-seller {
    background-color: #fafafa;
    padding: 13px 16px 10px;
}

.pdp-redmart-seller .redmart-seller__name {
    color: #212121;
    margin-bottom: 4px;
}

.pdp-redmart-seller .redmart-seller__name-label {
    font-family: Roboto-Regular;
    color: #757575;
    font-size: 12px;
}

.pdp-redmart-seller .redmart-seller__name-text {
    font-size: 14px;
}

.pdp-redmart-seller .redmart-seller__logo {
    margin-bottom: 10px;
}

.pdp-redmart-seller .redmart-seller__logo img {
    max-width: 100px;
    max-height: 100px;
}

.pdp-redmart-seller .redmart-seller__link {
    padding: 5px 0;
    text-align: center;
    font-weight: 500;
    font-family: Roboto-Medium;
}

.pdp-redmart-service {
    background-color: #fafafa;
    color: #212121;
    border-bottom: 1px solid #eff0f5;
}

.pdp-redmart-service .redmart-service-header {
    padding: 20px 16px 0;
}

.pdp-redmart-service .redmart-service-header .redmart-service-subtitle {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
    font-family: Roboto-Regular;
}

.pdp-redmart-service .redmart-service-body .redmart-service-section {
    padding: 10px 16px;
}

.pdp-redmart-service .redmart-service-body .redmart-service-title {
    font-size: 14px;
}

.pdp-redmart-service .redmart-service-body .redmart-service-content {
    color: #9e9e9e;
    font-size: 12px;
    margin-top: 6px;
}

ul {
    list-style: none;
}

.next-overlay-backdrop {
    z-index: 1000;
}

.next-overlay-wrapper .next-overlay-inner {
    z-index: 1001;
}

.next-radio-group .next-radio-label {
    color: #212121;
}

.next-radio .next-radio-inner {
    position: absolute;
}

.dialog-report {
    background: #fafafa;
    border: none;
}

.dialog-report .next-dialog-body {
    padding: 24px;
}

.dialog-report .next-dialog-close {
    right: 24px;
}

.dialog-report .next-dialog-footer {
    padding: 0 24px 24px;
}

.dialog-report .next-dialog-footer .next-btn {
    border-radius: 2px;
    height: 44px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
}

.how-to-write-pop {
    position: relative;
    width: 352px;
    max-height: 300px;
    overflow: scroll;
    padding: 16px;
    font-size: 14px;
    color: #212121;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 1px 2px 14px #ccc;
    box-shadow: 1px 2px 14px #ccc;
}

.how-to-write-pop .title {
    margin-top: 16px;
}

.how-to-write-pop .dont-title {
    color: #757575;
}

.how-to-write-pop .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    background: url(//laz-img-cdn.alicdn.com/tfs/TB1I5j9hOqAXuNjy1XdXXaYcVXa-12-12.png) 0 0 no-repeat;
    cursor: pointer;
}

.how-to-write-pop .list-text-wrap {
    margin-top: 8px;
    list-style: disc;
    padding-left: 20px;
}

.how-to-write-pop .list-text-wrap li {
    margin-top: 5px;
}

.pdp-review-progress {
    display: inline-block;
    position: relative;
    width: 138px;
    height: 12px;
}

.pdp-review-progress .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pdp-review-progress .bg {
    background: #eff0f5;
}

.pdp-review-progress .fg {
    background: #faca51;
}

.report-container {
    width: 488px;
    font-size: 17px;
}

.report-container .report-title {
    color: #202020;
    font-size: 18px;
}

.report-container .report-reason-list {
    margin-top: 20px;
}

.report-container .report-radio-group label {
    display: block;
    margin-bottom: 14px;
}

.report-container .title-input {
    margin-top: 20px;
    font-size: 12px;
    color: #9e9e9e;
}

.report-container .report-comment-container {
    margin-top: 10px;
}

.report-container .txt-comment {
    width: 100%;
}

.pdp-mod-write-review {
    width: 560px;
}

.pdp-mod-write-review .title {
    color: #202020;
    font-size: 20px;
    margin-top: 20px;
}

.pdp-mod-write-review .deliver-time {
    color: #757575;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.pdp-mod-write-review .btn-how-to-write {
    color: #1a9cb7;
    font-size: 14px;
    float: right;
    margin-top: 14px;
    outline: none;
}

.submit-review-container {
    color: #212121;
    font-size: 14px;
}

.submit-review-container .switch-anonymous {
    margin-right: 8px;
    vertical-align: baseline;
    color: #9e9e9e;
}

.submit-review-container .review-as {
    color: #212121;
    margin-top: 15px;
}

.submit-review-container .reviewAsText {
    margin-right: 3px;
    margin-bottom: 8px;
}

.submit-review-container .switch-wrap {
    color: #9e9e9e;
}

.submit-review-container .submit {
    margin-top: 20px;
    width: 100%;
}

.submit-review-container .btn-submit {
    width: 238px;
    height: 44px;
    text-transform: uppercase;
}

.submit-review-container .btn-cancel-wrapper {
    float: right;
}

.submit-review-container .btn-cancel {
    background: none;
    border: none;
    font-size: 14px;
    color: #1a9cb7;
    line-height: 44px;
    height: 44px;
    text-transform: uppercase;
}

.item-rating-container:after,
.item-rating-container:before {
    content: "";
    display: table;
}

.item-rating-container:after {
    clear: both;
}

.item-rating-container .item-left {
    float: left;
}

.item-rating-container .item-left img {
    border-radius: 3px;
}

.item-rating-container .item-right {
    padding-left: 72px;
    color: #212121;
    font-size: 14px;
}

.item-rating-container .item-right .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-rating-container .item-right .sku {
    color: #757575;
    font-size: 12px;
    margin-top: 5px;
}

.item-rating-container .item-right .starWrap {
    margin-top: 10px;
}

.item-rating-container .item-right .starCls {
    cursor: pointer;
}

.item-rating-container .item-right .input-title {
    color: #9e9e9e;
    font-size: 12px;
    margin-top: 14px;
}

.item-rating-container .item-right .input-wrap {
    margin-top: 8px;
}

.item-rating-container .item-right .input-wrap .next-input {
    width: 100%;
}

.menu-wrap {
    border: 1px solid #eff0f5;
}

.review-section .menu-item {
    width: 100%;
    font-size: 12px;
    background: #fff;
    padding: 8px 18px;
    border-top: 1px solid #eff0f5;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-item.disabled {
    color: #eff0f5;
    cursor: default;
}

.oper-wrap {
    cursor: pointer;
}

.oper-wrap .oper-icon {
    font-size: 16px;
}

.oper-list {
    min-width: 180px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #c1c1c1;
}

.oper-list div {
    padding: 10px 20px;
    white-space: nowrap;
    cursor: pointer;
}

.pdp-mod-filterSort {
    height: 44px;
    padding-left: 24px;
    border-top: 1px solid #eff0f5;
    border-bottom: 1px solid #eff0f5;
}

.pdp-mod-filterSort .title {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #212121;
    font-weight: 500;
}

.pdp-mod-filterSort .oper {
    float: right;
    display: inline-block;
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
    border-left: 1px solid #eff0f5;
    font-size: 13px;
    color: #757575;
    cursor: pointer;
}

.pdp-mod-filterSort .oper .condition {
    color: #212121;
    margin-left: 5px;
    height: 97%;
}

.pdp-mod-filterSort .oper .oper-icon {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.pdp-mod-review .mod-rating {
    padding: 20px 24px;
}

.pdp-mod-review .mod-rating .content {
    margin-top: 18px;
}

.pdp-mod-review .mod-rating .content:after,
.pdp-mod-review .mod-rating .content:before {
    content: "";
    display: table;
}

.pdp-mod-review .mod-rating .content:after {
    clear: both;
}

.pdp-mod-review .mod-rating .item-title {
    font-weight: 700;
}

.pdp-mod-review .mod-rating .left {
    float: left;
}

.pdp-mod-review .mod-rating .left:after,
.pdp-mod-review .mod-rating .left:before {
    content: "";
    display: table;
}

.pdp-mod-review .mod-rating .left:after {
    clear: both;
}

.pdp-mod-review .mod-rating .right {
    float: right;
}

.pdp-mod-review .mod-rating .summary {
    float: left;
    margin-right: 90px;
}

.pdp-mod-review .mod-rating .detail {
    float: left;
}

.pdp-mod-review .mod-rating .detail li {
    margin-bottom: 8px;
    color: #757575;
    font-size: 10px;
    display: flex;
}

.pdp-mod-review .mod-rating .detail li .progress-wrap {
    margin-left: 17px;
    margin-right: 12px;
}

.pdp-mod-review .mod-rating .detail li .progress-title {
    display: inline-block;
}

.pdp-mod-review .mod-rating .detail li .percent {
    font-size: 12px;
    color: #212121;
}

.pdp-mod-review .mod-rating .detail li span.star-number {
    display: inline-block;
    width: 10px;
}

.pdp-mod-review .mod-rating .score {
    color: #212121;
}

.pdp-mod-review .mod-rating .score-average {
    font-size: 48px;
}

.pdp-mod-review .mod-rating .score-max {
    font-size: 32px;
    color: #9e9e9e;
    text-align: center;
    line-height: 40px;
}

.pdp-mod-review .mod-rating .average {
    margin-top: 7px;
}

.pdp-mod-review .mod-rating .count {
    margin-top: 9px;
    color: #757575;
}

.pdp-mod-review .mod-rating .btn-rate {
    width: 182px;
    height: 38px;
    border-radius: 3px;
}

.pdp-mod-review .mod-reviews .item {
    padding: 17px 21px;
    color: grey;
    font-size: 12px;
    border-bottom: 1px solid #eff0f5;
}

.pdp-mod-review .mod-reviews .item-content--seller-reply .item-title {
    color: #ff330c;
}

.pdp-mod-review .mod-reviews .item-title {
    font-size: 12px;
    color: #6a6a6a;
    line-height: 16px;
    margin-bottom: 8px;
    display: inline-block;
}

.pdp-mod-review .mod-reviews .item-title span {
    display: inline-block;
    vertical-align: bottom;
}

.pdp-mod-review .mod-reviews .left {
    float: left;
}

.pdp-mod-review .mod-reviews .right {
    float: right;
}

.pdp-mod-review .mod-reviews .top:after,
.pdp-mod-review .mod-reviews .top:before {
    content: "";
    display: table;
}

.pdp-mod-review .mod-reviews .top:after {
    clear: both;
}

.pdp-mod-review .mod-reviews .starCtn {
    margin-right: 6px;
}

.pdp-mod-review .mod-reviews .title {
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    word-break: break-word;
    color: #757575;
    float: right;
}

.pdp-mod-review .mod-reviews .verifyImg {
    margin-left: 0px;
    margin-right: 3px;
    vertical-align: sub;
}

.pdp-mod-review .mod-reviews .verify {
    color: #4caf50;
}

.pdp-mod-review .mod-reviews .middle {
    margin: 0px 0 6px;
}

.pdp-mod-review .mod-reviews .content {
    color: #212121;
    font-size: 14px;
    white-space: pre-wrap;
    word-break: break-word;
}

.pdp-mod-review .mod-reviews .skuInfo {
    font-size: 12px;
    margin-top: 8px;
}

.pdp-mod-review .mod-reviews .bottom {
    margin-top: 8px;
}

.pdp-mod-review .mod-reviews .bottom:after,
.pdp-mod-review .mod-reviews .bottom:before {
    content: "";
    display: table;
}

.pdp-mod-review .mod-reviews .bottom:after {
    clear: both;
}

.pdp-mod-review .mod-reviews .bottom .left {
    cursor: pointer;
}

.pdp-mod-review .mod-reviews .bottom .left-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pdp-mod-review .mod-reviews .bottom .left-content span {
    line-height: 16px;
    margin-left: 10px;
}

.pdp-mod-review .mod-reviews .bottom .like-icon {
    color: #bababa;
    margin-right: 7px;
    font-size: 16px;
}

.pdp-mod-review .mod-reviews .bottom .like-icon.liked,
.pdp-mod-review .mod-reviews .helpful-text-liked {
    color: #1a9cb7;
}

.pdp-mod-review .mod-empty {
    border-top: 1px solid #eff0f5;
    padding: 20px 0;
    text-align: center;
}

.pdp-mod-review .mod-empty .imgWrap {
    margin-bottom: 15px;
}

.pdp-mod-review .mod-empty p {
    color: #757575;
    font-size: 14px;
    margin-bottom: 0;
}

.pdp-mod-review .review-pagination {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    padding-right: 25px;
}

.submit-review-dialog {
    border: none;
}

.submit-review-dialog .next-dialog-body {
    padding: 24px 24px 30px;
}

.submit-review-dialog .pdp-mod-write-review .title {
    margin: 0;
}

.submit-review-dialog .next-dialog-close,
.submit-review-dialog .next-dialog-footer {
    display: none;
}

.seller-reply-wrapper {
    position: relative;
    background-color: #f8f8f8;
    padding: 15px 15px 15px 48px;
    margin-top: 20px;
}

.seller-reply-wrapper:before {
    content: " ";
    position: absolute;
    top: -15px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #f8f8f8;
}

.seller-reply-badge {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: bottom;
}

.follow-up-review-divider {
    height: 1px;
    width: 100%;
    background-color: #d8d8d8;
    margin: 16px 0;
}

.review-image {
    padding-top: 16px;
    padding-bottom: 8px;
}

.review-image__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2px;
}

.review-image__item {
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    display: block;
    width: auto;
    height: auto;
    text-align: initial;
}

.image-viewer__view {
    margin-top: 22px;
}

.review-image__item:not(:last-of-type) {
    margin-right: 14px;
}

.review-image__item--selected {
    border: 2px solid #1a9cb7 !important;
}

.review-image__item--selected:before {
    content: " ";
    position: absolute;
    bottom: -12px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #1a9cb7;
}

.review-image__item .image {
    width: 94px;
    height: 94px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #eee;
}

.review-image__image--enlarged {
    text-align: left;
}

.review-image__image--enlarged img.image {
    max-width: 500px;
    max-height: 500px;
}

.review-image__enlarged-wrapper {
    margin-top: 22px;
}

.seller-name {
    margin-top: 8px;
    background-color: #fafafa;
    padding: 13px 16px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.seller-name .seller-name__wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.seller-name .seller-im-wrapper {
    width: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
}

.seller-name .seller-im-wrapper .seller-im-content {
    cursor: pointer;
    color: #199cb7;
    font-size: 14px;
    font-family: Roboto-Medium;
}

.seller-name .seller-im-icon {
    margin-right: 4px;
}

.seller-name .seller-im-icon span {
    vertical-align: middle;
}

.seller-name__detail-name {
    margin-right: 14px;
}

.seller-name__title {
    color: #757575;
    font-size: 12px;
    margin-bottom: 4px;
}

.seller-name__detail {
    font-size: 16px;
}

.seller-name__detail .pdp-seller-badge {
    display: block;
    margin-top: 4px;
    max-height: 16px;
}

.seller-name-retail {
    margin-top: 8px;
    background-color: #fafafa;
    padding: 13px 16px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.seller-name-retail .seller-name__wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.seller-name-retail .seller-im-wrapper {
    width: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
}

.seller-name-retail .seller-im-wrapper .seller-im-content {
    cursor: pointer;
    color: #199cb7;
    font-size: 14px;
    font-family: Roboto-Medium;
}

.seller-name-retail .seller-im-icon {
    margin-right: 4px;
}

.seller-name-retail .seller-im-icon span {
    vertical-align: middle;
}

.seller-link {
    padding: 15px;
    text-align: center;
    font-weight: 500;
    font-family: Roboto-Medium;
    border-top: 1px solid #eff0f5;
}

.seller-link__text {
    text-transform: uppercase;
    text-decoration: none;
    color: #009db4;
}

.no-enough-data {
    font-size: 13px;
    font-weight: 300;
    padding: 0 0.18rem;
    text-align: center;
}

.seller-info-num {
    font-size: 28px;
    line-height: 1;
}

.rating-negative {
    color: #f44336;
}

.rating-neutral {
    color: #212121;
}

.rating-positive {
    color: #6abf67;
}

.seller-time {
    display: inline-block;
    text-align: center;
    line-height: 1;
}

.seller-time .left-main-time {
    display: inline-block;
    font-weight: 400;
    font-size: 30px;
}

.seller-time .right-time-unit {
    display: inline-block;
    font-weight: 300;
}

.seller-time .right-time-unit .time-plus,
.seller-time .right-time-unit .time-unit {
    display: block;
    text-align: left;
    line-height: 1;
    text-indent: 5px;
}

.seller-time .right-time-unit .time-plus {
    font-size: 18px;
}

.seller-time .right-time-unit .time-unit {
    font-size: 13px;
}

.seller-size_column_1 {
    height: 6.65px;
}

.seller-size_column_2 {
    height: 10px;
}

.seller-size_column_3 {
    height: 13.35px;
}

.seller-size_column_4 {
    height: 16.7px;
}

.seller-size_column_5 {
    height: 20.05px;
}

.seller-size_column {
    display: inline-block;
    width: 10px;
    margin-right: 3px;
    background-color: #dadada;
}

.seller-size_column:last-child {
    margin-right: 0;
}

.seller-size_column_active {
    background-color: #183545;
}

.pdp-seller-info-pc {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #eff0f5;
}

.pdp-seller-info-pc .info-content {
    padding: 8px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #eff0f5;
    font-size: 14px;
    text-align: left;
    display: table-cell;
    width: 33.3333333333%;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

.pdp-seller-info-pc .info-content:first-child {
    border-left: none;
    padding-left: 16px;
}

.pdp-seller-info-pc .info-content .seller-time {
    text-align: center;
    font-weight: 300;
    position: absolute;
    bottom: 8px;
    left: 10px;
}

.pdp-seller-info-pc .info-content .seller-info-title {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    color: #757575;
}

.pdp-seller-info-pc .info-content .seller-info-value {
    font-size: 26px;
    line-height: 30px;
}

.pdp-seller-info-pc .info-content .seller-info-value.gray-text {
    font-size: 12px;
    color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
}

.pdp-seller-info-pc .info-content .seller-info-value.rating-negative {
    color: #f44336;
}

.pdp-seller-info-pc .info-content .seller-info-value.rating-neutral,
.pdp-seller-info-pc .info-content .seller-info-value.rating-positive {
    color: #212121;
}

.pdp-seller-info-pc .info-content .seller-info-num {
    position: absolute;
    bottom: 8px;
}

.pdp-seller-info-pc .info-content .seller-size-icon {
    position: absolute;
    left: 10px;
}

.pdp-seller-info-pc .info-content .no-enough-data {
    position: absolute;
    bottom: 8px;
    padding: 0;
    text-align: left;
}

.pdp-seller-info-pc .info-cursor {
    cursor: pointer;
}

.seller-size-dialog {
    width: 508px;
    height: auto;
    padding: 23px 16px;
}

.seller-size-dialog .seller-dialog-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.seller-size-dialog .seller-size-desc {
    font-size: 14px;
}

.seller-size-dialog .seller-size-no {
    margin-top: 20px;
    overflow: hidden;
}

.seller-size-dialog .seller-size-no .seller-size-left {
    width: 80px;
    float: left;
}

.seller-size-dialog .seller-size-no .seller-size-right {
    font-size: 14px;
    float: left;
}

.seller-container {
    background-color: #fafafa;
    font-size: 12px;
    color: #212121;
    margin-top: 10px;
}

.pdp-redmart-seller-recommend {
    background-color: #fff;
    padding: 20px;
}

.pdp-redmart-seller-recommend .pdp-redmart-seller-recommend-block {
    margin-bottom: 10px;
}

.pdp-redmart-seller-recommend .pdp-redmart-seller-recommend-block:last-child {
    margin-bottom: 0;
}

.pdp-redmart-seller-recommend .pdp-redmart-seller-recommend-block .pdp-redmart-seller-recommend-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.facebook-share-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3px 20px;
    width: 25%;
    text-align: center;
    cursor: pointer;
}

.facebook-share-button__icon {
    text-align: center;
    line-height: 1;
    font-size: 50px;
}

.facebook-share-button__text {
    margin-top: 12px;
    color: #212121;
    font-size: 12px;
    line-height: 12px;
}

.facebook-share-button_pc {
    padding: 0;
    width: auto;
    margin-right: 8px;
}

.facebook-share-button_pc .facebook-share-button__icon {
    font-size: 28px;
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pdp-share__share-button {
    margin-right: 23px;
}

.pdp-share__share-button-icon {
    cursor: pointer;
}

.pdp-share__share-button-icon .lazada-icon {
    font-size: 22px;
    color: #757575;
}

.pdp-share__share-button:hover .lazada-icon {
    font-size: 22px;
    color: #f57224;
}

.pdp-share__dialog {
    display: inline-block;
    padding: 26px 28px;
    min-width: 255px;
}

.pdp-share__label {
    font-size: 13px;
    color: #202020;
    margin-right: 20px;
}

.pdp-share__label,
.pdp-share__share-icon {
    display: inline-block;
    vertical-align: middle;
}

.pdp-share__share-icon .lzd-svg-icon {
    font-size: 28px;
    line-height: 28px;
}

.pdp-share__share-icon:not(:last-child) {
    margin-right: 8px;
}

.pdp-share__facebook {
    display: inline-block;
    vertical-align: middle;
}

.pdp-shop-promotion .saving-text {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    color: #f57224;
    height: 24px;
}

.pdp-shop-promotion-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    overflow: hidden;
    background: #fafafa;
}

.pdp-shop-promotion-header:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.pdp-shop-promotion-header .top-action-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 20px;
}

.pdp-shop-promotion-header .top-action-item:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.pdp-shop-promotion-body {
    background: #fff;
}

.pdp-shop-promotion-body,
.pdp-shop-promotion-body-gift {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pdp-shop-promotion-body-gift {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.pdp-shop-promotion-body-gift-plus {
    margin: 0 30px;
    font-size: 40px;
}

.sku-prop-selection {
    padding-top: 25px;
    padding-bottom: 0;
}

.sku-prop-selection .section-title {
    line-height: 18px;
}

.sku-prop-content-header {
    position: relative;
    min-height: 18px;
    font-size: 14px;
    color: #212121;
    letter-spacing: 0;
    line-height: 18px;
}

.sku-prop-content-header .sku-name {
    position: absolute;
    bottom: 0;
    max-height: 36px;
    overflow: hidden;
}

.sku-prop-content-header .sku-name-warning {
    color: #f44336;
}

.sku-prop-content-header .sku-name-hint {
    color: #9e9e9e;
}

.sku-prop-content-header .sku-name-hover {
    margin-right: 14px;
}

.sku-prop-content-header .sku-size-drop {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #212121;
    margin-right: 16px;
}

.sku-prop-content-header .sku-size-drop .sku-prop-tab-item,
.sku-prop-content-header .sku-size-drop .sku-prop-tab-item-selected {
    display: inline-block;
    padding: 12px;
}

.sku-prop-content-header .sku-size-drop .sku-prop-tab-item-selected {
    border-bottom: 2px solid #f57224;
}

.sku-prop-content-header .sku-size-link {
    float: right;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1a9cb7;
}

.sku-prop-content-header .sku-size-link .sku-size-chart-icon {
    vertical-align: sub;
    margin-left: 7px;
    width: 24px;
    height: 10px;
}

.sku-prop-content-header .sku-size-link .sku-size-chart-icon span {
    font-size: 18px;
}

.sku-prop-content-header:after {
    display: block;
    content: "";
    clear: both;
}

.sku-prop-content {
    max-height: 168px;
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sku-prop-content .sku-variable-img-wrap,
.sku-prop-content .sku-variable-img-wrap-disabled,
.sku-prop-content .sku-variable-img-wrap-selected {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin-top: 8px;
    margin-right: 12px;
    overflow: hidden;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #eff0f5;
    border-radius: 2px;
    padding: 1px;
}

.sku-prop-content .sku-variable-img-wrap-disabled .sku-variable-img-icon,
.sku-prop-content .sku-variable-img-wrap-selected .sku-variable-img-icon,
.sku-prop-content .sku-variable-img-wrap .sku-variable-img-icon {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -2px;
    cursor: pointer;
}

.sku-prop-content .sku-variable-img-wrap-disabled:after,
.sku-prop-content .sku-variable-img-wrap-selected:after,
.sku-prop-content .sku-variable-img-wrap:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.sku-prop-content .sku-variable-img-wrap-disabled:hover,
.sku-prop-content .sku-variable-img-wrap-selected,
.sku-prop-content .sku-variable-img-wrap-selected:hover,
.sku-prop-content .sku-variable-img-wrap:hover {
    border-color: #f57224;
}

.sku-prop-content .sku-variable-img-wrap-disabled {
    opacity: 0.1;
    cursor: not-allowed;
    pointer-events: none;
}

.sku-prop-content .sku-variable-img-wrap-disabled:hover {
    border-color: #dadada;
}

.sku-prop-content .sku-variable-img,
.sku-prop-content .sku-variable-img-disabled,
.sku-prop-content .sku-variable-img-selected {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.sku-prop-content .sku-variable-img-disabled span,
.sku-prop-content .sku-variable-img-selected span,
.sku-prop-content .sku-variable-img span {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sku-prop-content .sku-variable-name,
.sku-prop-content .sku-variable-name-disabled,
.sku-prop-content .sku-variable-name-selected {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden;
    min-width: 48px;
    max-width: 388px;
    height: 32px;
    margin: 8px 8px 0 0;
    padding-right: 8px;
    padding-left: 8px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 2px;
    font-size: 12px;
    color: #212121;
    letter-spacing: 0;
}

.sku-prop-content .sku-variable-name-disabled .sku-variable-name-icon,
.sku-prop-content .sku-variable-name-selected .sku-variable-name-icon,
.sku-prop-content .sku-variable-name .sku-variable-name-icon {
    font-size: 12px;
    position: absolute;
    bottom: -2px;
    right: -1px;
}

.sku-prop-content .sku-variable-name-disabled .sku-variable-name-text,
.sku-prop-content .sku-variable-name-selected .sku-variable-name-text,
.sku-prop-content .sku-variable-name .sku-variable-name-text {
    display: inline-block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sku-prop-content .sku-variable-name-disabled:hover,
.sku-prop-content .sku-variable-name-selected:hover,
.sku-prop-content .sku-variable-name:hover {
    border-color: #f57224;
}

.sku-prop-content .sku-variable-name-selected {
    background: #fff;
    border: 1px solid #f36f21;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}

.sku-prop-content .sku-variable-name-disabled {
    background: #fafafa;
    color: #b8b8b8;
    border: 1px dashed #dadada;
    border-radius: 2px;
    cursor: not-allowed;
}

.sku-prop-content .sku-variable-name-disabled:hover {
    border-color: #dadada;
}

.sku-prop-content .sku-variable-size,
.sku-prop-content .sku-variable-size-disabled,
.sku-prop-content .sku-variable-size-selected {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    min-width: 48px;
    max-width: 388px;
    height: 32px;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 8px;
    margin-right: 8px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 2px;
}

.sku-prop-content .sku-variable-size-disabled:hover,
.sku-prop-content .sku-variable-size-selected:hover,
.sku-prop-content .sku-variable-size:hover {
    border-color: #f57224;
}

.sku-prop-content .sku-variable-size-selected {
    background: #fff;
    border: 1px solid #f36f21;
    color: #f57224;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}

.sku-prop-content .sku-variable-size-disabled {
    background: #fafafa;
    color: #b8b8b8;
    border: 1px dashed #dadada;
    border-radius: 2px;
    cursor: not-allowed;
}

.sku-prop-content .sku-variable-size-disabled:hover {
    border-color: #dadada;
}

.sku-sizechart-dialog {
    width: 788px;
    height: 445px !important;
}

.sku-sizechart-dialog .next-dialog-body {
    padding-top: 50px;
}

.pdp_center_target {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: -100;
}

.sku-tabpath-single {
    cursor: auto;
}

.sku-size-drop-single {
    cursor: auto !important;
}

.size-chart-iframe {
    border: 0;
    height: 350px;
    width: 100%;
}

.size-chart-overlay {
    width: 788px;
    height: 455px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    border-radius: 3px;
}

.sku-size-drop-triangle {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 0;
    height: 0;
    border-color: #757575 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
}

.sku-selector {
    border-top: 1px solid #eff0f5;
}

.pdp-mod-sms-phone-input {
    margin-top: 28px;
    margin-bottom: 16px;
}

.pdp-mod-sms-phone-input .phone-input-title {
    color: grey;
    font-size: 14px;
}

.warranty {
    font-size: 14px;
    background-color: #fafafa;
    color: #212121;
    border-top: 1px solid #eff0f5;
}

.warranty__option-item {
    padding: 10px 16px;
}

.pdp-mod-wishlist {
    display: inline-block;
    cursor: pointer;
}

.pdp-mod-wishlist .wishlist-icon {
    color: #757575;
    font-size: 24px;
    font-weight: 700;
}

.pdp-mod-wishlist .wishlist-icon.active {
    color: #f57224;
    font-weight: 400;
}

.pdp-mod-wishlist:hover .wishlist-icon {
    color: #f57224;
}

.review-section {
    background: #eff0f5;
}

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

.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.33333%;
    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%;
}

.site-nav {
    min-width: 1188px;
}

.site-nav * {
    box-sizing: content-box;
}

.lzd-header.lzd-header-lite {
    height: 100px;
}

.lzd-header.lzd-header-lite .lzd-logo-bar {
    height: 75px;
}

.yatra-header .lzd-header-lite .lzd-header-content-wrap._has-shadow {
    box-shadow: 0 -3px 12px 0 #000;
}

.yatra-header .lzd-header-lite .lzd-header-content-wrap._has-shadow.lzd-header-sticky {
    box-shadow: none;
}

.yatra-header .lzd-site-nav-menu {
    background: #fff;
}

.yatra-header .lzd-site-nav-menu .lzd-site-menu-nav-container .lzd-menu-labels .lzd-menu-labels-item .lzd-menu-labels-item-icon,
.yatra-header .lzd-site-nav-menu .lzd-site-menu-nav-container .lzd-menu-labels .lzd-menu-labels-item .lzd-menu-labels-item-text,
.yatra-header .lzd-site-nav-menu .lzd-site-menu-nav-container .lzd-site-menu-nav-category .lzd-site-menu-nav-category-text {
    color: #666;
}

.yatra-header .lzd-home-page-category .lzd-site-nav-menu-active {
    box-shadow: 0 -3px 12px 0 #000;
}

.yatra-header ._has-shadow .wrap-site-nav-menu:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 -3px 12px #000;
    width: 100%;
    left: 0;
    height: 6px;
    bottom: 0;
}

.lzd-header-full .wrap-site-nav-menu {
    height: 40px;
}

.lzd-header {
    width: 100%;
    height: 140px;
}

.lzd-header .lzd-header-content-wrap {
    width: 100%;
    position: fixed;
    z-index: 300;
}

.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(158, 158, 158, 0.2);
    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: #f85606;
    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%);
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .help-center {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -192px 0;
    width: 20px;
    height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .order-payment {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -168px 0;
    width: 24px;
    height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .shipping-delivery {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -168px -96px;
    width: 24px;
    height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .returns-refunds {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: 0 -156px;
    width: 20px;
    height: 25px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .chat {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -168px -72px;
    width: 24px;
    height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .phone {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -168px -24px;
    width: 24px;
    height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .help-question-mark {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -136px -96px;
    width: 24px;
    height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .refund-money {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -168px -48px;
    width: 24px;
    height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .purchase-protection {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -186px -151px;
    width: 24px;
    height: 24px;
}

.lzd-header .lzd-links-bar .lzd-customcare-popup .care-item .daraz-shop {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -165px -151px;
    width: 24px;
    height: 24px;
}

.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(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -192px -63px;
    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 {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: 0 -46px;
    width: 135px;
    height: 46px;
    display: inline-block;
    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 {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: 0 0;
    width: 136px;
    height: 46px;
    display: inline-block;
}

.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-ur {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -128px -124px;
    width: 32px;
    height: 32px;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content .currentSelected .lzd-switch-icon-my {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: 0 -124px;
    width: 32px;
    height: 32px;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content .currentSelected .lzd-switch-icon-bn {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -32px -92px;
    width: 32px;
    height: 32px;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content .currentSelected .lzd-switch-icon-si {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: 0 -92px;
    width: 32px;
    height: 32px;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content .currentSelected .lzd-switch-icon-ne {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -64px -124px;
    width: 32px;
    height: 32px;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content .currentSelected .lzd-switch-icon-en {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -96px -92px;
    width: 32px;
    height: 32px;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content .lzd-switch-icon {
    display: block;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    left: 25px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content .lzd-switch-icon-ur {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -96px -124px;
    width: 32px;
    height: 32px;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content .lzd-switch-icon-my {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -136px -32px;
    width: 32px;
    height: 32px;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content .lzd-switch-icon-bn {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -136px -64px;
    width: 32px;
    height: 32px;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content .lzd-switch-icon-si {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -136px 0;
    width: 32px;
    height: 32px;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content .lzd-switch-icon-ne {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -32px -124px;
    width: 32px;
    height: 32px;
}

.lzd-header .lzd-links-bar .lzd-switch-popup .lzd-switch-content .lzd-switch-icon-en {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -64px -92px;
    width: 32px;
    height: 32px;
}

.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(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -192px -63px;
    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: #f85606;
    text-decoration: underline;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .account-icon {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .logout {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -192px -44px;
    width: 20px;
    height: 19px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .manage-account {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -20px -156px;
    width: 22px;
    height: 22px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .my-reviews {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -168px -120px;
    width: 23px;
    height: 22px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .my-orders {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -192px -24px;
    width: 20px;
    height: 20px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .returns {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -42px -156px;
    width: 22px;
    height: 22px;
}

.lzd-header .lzd-links-bar .lzd-account-popup .account-item .wishlist {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1ukS.XvWG3KVjSZFgXXbTspXa-212-181.png);
    background-position: -64px -156px;
    width: 22px;
    height: 19px;
}

.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: #212121;
    -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: #37cfdd;
}

.lzd-header .lzd-links-bar .top-links-item .grey,
.lzd-header .lzd-links-bar .top-links-item.grey {
    color: #212121;
}

.lzd-header .lzd-links-bar .top-links-item .orange,
.lzd-header .lzd-links-bar .top-links-item.orange {
    color: #f85606;
}

.lzd-header .lzd-links-bar .top-links-item .purple,
.lzd-header .lzd-links-bar .top-links-item.purple {
    color: #2e2e54;
}

.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>a:hover,
.lzd-header .lzd-links-bar .top-links-item>span:hover {
    color: #f85606;
    text-decoration: underline;
    opacity: 0.8;
}

.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: #f85606;
    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 {
    height: 75px;
    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;
    vertical-align: top;
}

.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: 135px;
    height: 41px;
}

.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;
    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: #f85606;
    color: #fff;
    top: -4px;
    font-weight: 400;
    right: -4px;
    text-align: center;
    border: 3px solid #f85606;
    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 *,
.lzd-header .lzd-nav-search label span span:after {
    box-sizing: border-box;
}

.lzd-header .lzd-nav-search [class^="search-box__input"],
.lzd-header .lzd-nav-search [class^="search-box__tbc"] {
    background-color: #f5f5f5;
}

.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(//laz-g-cdn.alicdn.com/lzdfe/static-daraz/0.0.8/iconfont-hp.eot);
    src: url(//laz-g-cdn.alicdn.com/lzdfe/static-daraz/0.0.8/iconfont-hp.eot?#iefix) format("embedded-opentype"),
        url(//laz-g-cdn.alicdn.com/lzdfe/static-daraz/0.0.8/iconfont-hp.woff) format("woff"),
        url(//laz-g-cdn.alicdn.com/lzdfe/static-daraz/0.0.8/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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://laz-g-cdn.alicdn.com/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: #003e52;
    background-image: -webkit-linear-gradient(left,
            #003e52 50%,
            #0d6d85 87%,
            #5089a3 100%);
    background-image: linear-gradient(90deg,
            #003e52 50%,
            #0d6d85 87%,
            #5089a3 100%);
    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: #424242;
}

.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: #fff;
    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;
}

.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: rgba(255, 255, 255, 0.68);
}

.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.25/iconfont-hp.eot);
    src: url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.25/iconfont-hp.eot?#iefix) format("embedded-opentype"),
        url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.25/iconfont-hp.woff) format("woff"),
        url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.25/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: #1a9cb7;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-root-item>a.hover::after {
    margin-right: 4px;
    color: #1a9cb7;
    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: #1a9cb7;
}

.lzd-site-nav-menu-dropdown .lzd-site-menu-sub-item>a.hover::after {
    margin-right: 4px;
    color: #1a9cb7;
    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: #1a9cb7;
}

.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: #1a9cb7;
}

.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.25/iconfont-hp.eot);
    src: url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.25/iconfont-hp.eot?#iefix) format("embedded-opentype"),
        url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.25/iconfont-hp.woff) format("woff"),
        url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.25/iconfont-hp.ttf) format("truetype");
}

.pdp-mod-filterSort .sort {
    display: flex !important;
}

.pdp-mod-filterSort .oper img {
    width: 20px !important;
    height: 20px;
    margin-top: 12px;
    margin-right: 5px;
}



.dropdown-el {
    min-width: 12em;
    position: relative;
    display: inline-block;
    margin-right: 1em;
    min-height: 2em;
    max-height: 2em;
    overflow: hidden;
    top: 9px;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    color: #444;
    outline: none;
    border: 0.06em solid transparent;
    border-radius: 1em;
    background-color: #cde4f5;
    transition: 0.3s all ease-in-out;
    margin-left: 6px;
}

.dropdown-el input:focus+label {
    background: #def;
}

.dropdown-el input {
    width: 1px;
    height: 1px;
    display: inline-block;
    position: absolute;
    opacity: 0.01;
}

.dropdown-el label {
    border-top: 0.06em solid #d9d9d9;
    display: block;
    height: 2em;
    line-height: 2em;
    padding-left: 1em;
    padding-right: 3em;
    cursor: pointer;
    position: relative;
    transition: 0.3s color ease-in-out;
}

.dropdown-el label:nth-child(2) {
    margin-top: 2em;
    border-top: 0.06em solid #d9d9d9;
}

.dropdown-el input:checked+label {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.dropdown-el input:checked+label:nth-child(2) {
    margin-top: 0;
    position: relative;
}

.dropdown-el::after {
    content: "";
    position: absolute;
    right: 0.8em;
    top: 0.9em;
    border: 0.3em solid #3694d7;
    border-color: #3694d7 transparent transparent transparent;
    transition: 0.4s all ease-in-out;
}

.dropdown-el.expanded {
    border: 0.06em solid #3694d7;
    background: #fff;
    border-radius: 0.25em;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
    /* max-height: 15em; */
    position: relative;
    display: inline-table;
}

.dropdown-el.expanded label {
    border-top: 0.06em solid #d9d9d9;
}

.dropdown-el.expanded label:hover {
    color: #3694d7;
}

.dropdown-el.expanded input:checked+label {
    color: #3694d7;
}

.dropdown-el.expanded::after {
    transform: rotate(-180deg);
    top: 0.55em;
}

.pdp-mod-review .mod-reviews .verify-name {
    display: flex;
    margin-top: -3px;
}

.pdp-mod-review .mod-reviews .verify-name .verifyImg {
    height: 11px !important;
    width: 11px;
    margin-top: 6px;
}
