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

.lazy-load-placeholder .lazy-load-skeleton {
    width: 100%;
    height: 40px;
    animation: skeleton-animation 1.2s ease-in-out infinite;
    background-color: #eee;
    background-image: linear-gradient(90deg, #eee, #f5f5f5, #eee);
    background-repeat: no-repeat;
    background-size: 200px 100%
}

.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%;
    transform: translate(-50%, -50%);
    z-index: 999
}

.toast-text-loading {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, .65);
    background-image: url(../images/loading/spinner7.gif);
    background-position: 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    border-radius: 4px
}

.pdp-mod-product-info-section-v2 {
    display: flex
}

.pdp-mod-product-info-section-v2 .section-title-v2 {
    display: inline-block;
    width: 82px;
    color: #595f6d;
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    vertical-align: top;
    margin: 0 12px 0 0;
    white-space: wrap
}

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

.pdp-overlay-v2 {
    background-color: #fff;
    border: 1px solid #e3e7f1;
    box-shadow: 1px 2px 14px #ccc;
    z-index: 3 !important;
    border-radius: 6px;
    box-sizing: border-box
}

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

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

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

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

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

.delivery-option-v2-item__body {
    border-collapse: collapse;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #e3e7f1;
    display: flex
}

.delivery-option-v2-item__icon {
    display: table-cell;
    margin-right: 6px;
    width: 18px;
    box-sizing: border-box
}

.delivery-option-v2-item__icon .lzd-svg-icon {
    font-size: 18px;
    color: #2e3346
}

.delivery-option-v2-item__info {
    display: flex;
    flex: 1;
    flex-direction: column
}

.delivery-option-v2-item__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17.75px;
    color: #2e3346;
    display: flex;
    justify-content: space-between
}

.delivery-option-v2-item__subtitle, .delivery-option-v2-item__time {
    color: #858b9c;
    font-size: 12px;
    line-height: 15.22px;
    margin-top: 4px
}

.delivery-option-v2-item__shipping-fee {
    font-weight: 500;
    color: #2e3346;
    padding-left: 5px;
    display: table-cell;
    text-align: right;
    white-space: nowrap
}

.delivery-option-v2-item__shipping-fee.no-subtitle {
    vertical-align: middle
}

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

.delivery-header-v2 {
    width: 82px;
    white-space: wrap;
    margin-right: 12px;
    display: flex
}

.delivery-header-v2__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    color: #595f6d;
    word-break: break-word
}

.pdp-mod-section-title-v2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2e3346;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 16px 0
}

.pdp-mod-section-title-v2.outer-title-v2 {
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #e3e7f1;
    padding-bottom: 16px;
    margin: 0 0 16px
}

.pdp-button_theme_hallow {
    border: 1px solid #e3e7f1;
    background-color: #fff;
    color: #2e3346;
    border-radius: 6px !important
}

.pdp-link_theme_black_v2 {
    color: #595f6d;
    font-size: 14px;
    font-weight: 400;
    line-height: normal
}

.pdp-link_theme_black_v2:active, .pdp-link_theme_black_v2:focus, .pdp-link_theme_black_v2:hover, .pdp-link_theme_black_v2:visited {
    color: #595f6d;
    text-decoration: none
}

.pdp-link_theme_link_v2 {
    color: #1641b5;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px
}

.lzd-loader {
    display: inline-block
}

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

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

    to {
        transform: rotate(1turn)
    }
}

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

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

.summary-section {
    padding: 16px 12px 0;
    background: #fff
}

.summary-section-heading {
    font-size: 18px;
    color: #212121;
    margin-bottom: 14px;
    position: relative;
    font-weight: 500
}

.summary-section-content {
    border-bottom: 1px solid #eff0f5;
    padding-bottom: 16px
}

.summary-section-content:after {
    content: "";
    display: table;
    clear: both
}

.summary-section:last-child .summary-section-content {
    border-bottom: none
}

.summary-section-edit {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    font-size: 14px;
    color: #1a9cb7;
    cursor: pointer
}

.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-list-header, .bundle-list-header .slider-arrow {
    height: 25px
}

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

.mod-login {
    width: 810px;
    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: #136cff;
    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: flex;
    font-size: 12px
}

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

.mod-login-receive p {
    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: #136cff
}

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

.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: flex;
    flex-direction: row;
    align-items: center
}

.mod-third-party-login-in-two-lines .mod-third-party-login-btn {
    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
}

.i-rate {
    --star-size: var(--i-star-size);
    --star-padding: var(--i-star-padding);
    display: inline-flex
}

.i-rate-star {
    padding: var(--star-padding);
    text-align: center;
    overflow: hidden;
    cursor: pointer
}

.i-rate-star-item {
    display: flex;
    align-items: center;
    width: var(--star-size);
    height: var(--star-size)
}

.i-rate-star-half {
    padding-right: 0;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.i-rate-star-readonly {
    cursor: unset
}

.container-star-v3 .container-star-v3-rate {
    --star-size: 14px
}

.container-star-v3.pdp-stars_size_xs .container-star-v3-rate {
    --star-size: 12px
}

.container-star-v3.pdp-stars_size_s .container-star-v3-rate {
    --star-size: 14px
}

.container-star-v3.pdp-stars_size_m .container-star-v3-rate {
    --star-size: 18px
}

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

.pdp-product-card {
    position: relative;
    box-sizing: border-box;
    width: 186px;
    flex: none;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    border: 1px solid transparent
}

.pdp-product-card-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 16px
}

.pdp-product-card:hover {
    border: 1px solid #f06
}

.pdp-product-card-header {
    position: relative;
    display: block;
    height: 186px
}

.pdp-product-card-header .image {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 12px 12px 0 0
}

.pdp-product-card-header-tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 42px
}

.pdp-product-card-header-gift-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 20px;
    line-height: 20px;
    background-color: #f06;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.pdp-product-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 6px 12px 12px
}

.pdp-product-card-body-product-name {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 4px;
    color: #2e3346;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.pdp-product-card-body-product-name .bday-tag {
    margin-right: 4px;
    margin-top: 1px;
    vertical-align: top
}

.pdp-product-card-body-product-rating-region {
    display: flex;
    align-items: center;
    margin-top: 6px;
    color: #858b9c;
    font-size: 12px
}

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

.pdp-product-card-body-product-rating-region .rating-info {
    margin-left: 4px
}

.pdp-product-card-body-price-tag .preice-info {
    display: flex;
    align-items: center;
    color: #f06;
    font-weight: 700
}

.pdp-product-card-body-price-tag .preice-info .price-currency {
    font-size: 14px
}

.pdp-product-card-body-price-tag .preice-info .price-number {
    font-size: 20px
}

.pdp-product-card-body-price-tag .preice-info .price-discount {
    border-radius: 3px;
    padding: 2px;
    background-color: #ffe5f0;
    font-size: 12px;
    margin-left: 6px
}

.pdp-product-card-body-price-tag .price-original {
    color: #858b9c;
    font-size: 12px;
    text-decoration: line-through;
    min-height: 15px
}

.pdp-recommend-v2.has-products {
    padding: 18px;
    border-radius: 18px;
    background-color: #fff
}

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

.pdp-recommend-v2 .recommend-loading.lazada {
    background: url(../images/loading/spinner1.gif) no-repeat 50%
}

.pdp-recommend-v2 .recommend-loading.daraz {
    background: url(../images/loading/spinner2.gif) no-repeat 50%
}

.pdp-recommend-v2 .recommend-loading.mm {
    background: url(../images/loading/spinner3.gif) no-repeat 50%
}

.pdp-recommend-v2 .recommend-v2-loading {
    width: 100%;
    height: 300px;
    position: relative
}

.pdp-recommend-v2 .recommend-v2-loading .recommend-loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pdp-recommend-v2 .recommend-title {
    margin-bottom: 24px;
    color: #2e3346;
    font-size: 20px;
    font-weight: 500
}

.pdp-recommend-v2 .recommend-product-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px
}

.pdp-recommend-v2 .recommend-product-list .recommend-product-list-ad {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative
}

.pdp-recommend-v2 .recommend-product-list .recommend-product-list-ad-products {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px
}

.pdp-recommend-v2 .recommend-product-list .recommend-product-list-ad-arrows {
    position: absolute;
    top: 33%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none
}

.pdp-recommend-v2 .recommend-product-list .recommend-product-list-ad-arrows.flex-end {
    justify-content: flex-end
}

.pdp-recommend-v2 .recommend-product-list .recommend-product-list-ad-arrows .arrow {
    pointer-events: auto;
    background: #fff;
    border: 1px solid #e3e7f1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .3s
}

.pdp-recommend-v2 .recommend-product-list .recommend-product-list-ad-arrows .arrow-left {
    transform: translateX(-50%)
}

.pdp-recommend-v2 .recommend-product-list .recommend-product-list-ad-arrows .arrow-right {
    transform: translateX(50%)
}

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

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

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

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

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

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

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

.pdp-recommend-v2 .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-v2 .product-title .bday-tag {
    margin-right: 3px;
    margin-top: 1px;
    vertical-align: top
}

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

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

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

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

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

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

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

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

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

.iweb-loading-container .iweb-loading-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    touch-action: none;
    background-color: hsla(0, 0%, 100%, .55)
}

.iweb-loading-container .iweb-loading-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: opacity .2s;
    z-index: 999
}

.iweb-loading-container .iweb-loading-wrapper-text {
    margin-top: 12px
}

.iweb-loading-container .iweb-loading-wrapper-icon {
    width: 48px;
    height: 48px
}

.iweb-loading-container .iweb-loading-wrapper-enter {
    opacity: 0
}

.iweb-loading-container .iweb-loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.iweb-loading-container .iweb-loading-content .iweb-loading-svg-wrap {
    background-color: var(--iweb-colour_primary_background_page);
    border-radius: 100%;
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center
}

.iweb-loading-container .iweb-loading-content .iweb-loading-wrapper-transparent {
    background-color: transparent
}

.i-daraz-icon {
    width: 46px;
    height: 46px
}

.i-daraz-icon-small {
    width: 15px;
    height: 15px
}

.st0 {
    fill: #f57224
}

.st1 {
    fill: url(#lzd-loader-spinner_1_)
}

.st2 {
    clip-path: url(#SVGID_2_)
}

.st3 {
    clip-path: url(#SVGID_4_);
    fill: #fff
}

.st4 {
    clip-path: url(#SVGID_6_)
}

.st5 {
    clip-path: url(#SVGID_8_)
}

.st5, .st6 {
    fill: #fff
}

.loading-circle-daraz_normal {
    animation: spinner-rotate-daraz 1s ease-in-out infinite;
    transform-origin: center
}

.loading-circle-daraz {
    animation: spinner-rotate-daraz .6s linear infinite;
    transform-origin: center center;
    transform-box: fill-box
}

@keyframes spinner-rotate-daraz {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.iweb-lazada-icon {
    width: 46px;
    height: 46px
}

.iweb-lazada-icon-small {
    width: 15px;
    height: 15px
}

.loading-circle {
    animation: spinner-rotate 1.2s linear infinite;
    transform-origin: center center
}

@keyframes spinner-rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.loading-circle-small {
    animation: spinner-rotate .6s linear infinite;
    transform-origin: center center
}

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

.pdp-common-phone-input-v2 .phone-input {
    box-sizing: border-box;
    padding-left: 15px;
    width: 100%;
    height: 36px;
    color: #2e3346;
    font-size: 14px;
    border: 1px solid #e3e7f1;
    border-radius: 6px;
    outline: none
}

.pdp-common-phone-input-v2 .phone-input::-webkit-input-placeholder {
    color: #858b9c;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px
}

.pdp-common-phone-input-v2 .phone-input:-ms-input-placeholder {
    color: #858b9c !important
}

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

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

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

.pdp-rolling-marquee-item {
    white-space: nowrap
}

.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%;
    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: 25px;
    font-weight: 500;
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #212121
}

.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;
    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: #136cff
}

.mod-fusion-dialog .next-btn-primary:hover {
    background: #1e71ff
}

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

.pdp-a2c-business-dialog {
    box-sizing: border-box;
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, .1254901961);
    border: none !important
}

.pdp-a2c-business-dialog .next-dialog-close {
    display: none !important
}

.pdp-a2c-business-dialog .next-dialog-body {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-height: 100vh !important;
    padding: 0 !important
}

.pdp-a2c-business-dialog .next-dialog-body .lazada-business-iframe {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none !important
}

:root {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}

.i-plain-anchor {
    color: unset;
    transition: none
}

.i-plain-anchor:active {
    opacity: unset
}

body.i-overflow-hidden {
    overflow: hidden !important
}

:root {
    --iweb-font-family: "Euclid Circular A", "Avenir Next", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", helvetica, segoe ui, arial, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --iweb-font_size_large: 32px;
    --iweb-font_size_large02: 24px;
    --iweb-font_size_medium: 20px;
    --iweb-font_size_medium01: 16px;
    --iweb-font_size_medium02: 15px;
    --iweb-font_size_regular: 14px;
    --iweb-font_size_regular02: 13px;
    --iweb-font_size_regular03: 12px;
    --iweb-font_size_regular04: 11px;
    --iweb-font_size_small: 10px;
    --iweb-font_size_small02: 9px;
    --iweb-brand_blue: #1e71ff;
    --iweb-brand_pink: #f06;
    --iweb-brand_pink_shades: #ffe5f0;
    --iweb-brand_gradient_start: #fe8e00;
    --iweb-brand_gradient_mid: #fc5d4c;
    --iweb-brand_gradient_end: #fa2c99;
    --iweb-brand_gradient: var(--iweb-brand_pink);
    --iweb-presale_gradient_start: #9467ff;
    --iweb-presale_gradient_end: #6826ff;
    --iweb-presale_gradient: linear-gradient(90deg, #9467ff, #6826ff);
    --iweb-cb_presale: #6b2bff;
    --iweb-presale_shades: #efe9ff;
    --iweb-lazbonus_shades: #fcefff;
    --iweb-text_black: #2e3346;
    --iweb-text_gray_01: #595f6d;
    --iweb-text_gray_02: #858b9c;
    --iweb-text_gray_03: #c6cad2;
    --iweb-text_alert: #ba5300;
    --iweb-text_error: #d20b0b;
    --iweb-text_success: #018434;
    --iweb-text_white: #fff;
    --iweb-text_freeshipping: #00a89f;
    --iweb-line_gray_01: #cbced5;
    --iweb-line_gray_02: #e3e7f1;
    --iweb-line_white: #fff;
    --iweb-line_error: #d20b0b;
    --iweb-line_active: #1e71ff;
    --iweb-line_sm_error: #f38989;
    --iweb-line_sm_warning: #ffbf80;
    --iweb-line_sm_success: #96d9b0;
    --iweb-line_sm_notice: #8cb8ff;
    --iweb-bg_white: #fff;
    --iweb-bg_gray_01: #f8f8f8;
    --iweb-bg_gray_02: #f6f9ff;
    --iweb-bg_gray_03: #e6e8ea;
    --iweb-bg_mask: rgba(0, 0, 0, 0.7019607843137254);
    --iweb-bg_mask_60: rgba(0, 0, 0, 0.6);
    --iweb-bg_mask_light: rgba(0, 0, 0, 0.011764705882352941);
    --iweb-sm_notice: #1e71ff;
    --iweb-sm_alert: #ff7f00;
    --iweb-sm_success: #2cb360;
    --iweb-sm_error: #e61414;
    --iweb-bg_sm_notice: #e8f0ff;
    --iweb-bg_sm_alert: #fff2e5;
    --iweb-bg_sm_success: #e9f7ef;
    --iweb-bg_sm_error: #fce7e7;
    --iweb-cb_lazmall_primary: #c9060c;
    --iweb-cb_lazmall_secondary: #0b0a16;
    --iweb-cb_lazglobal: #aa3cff;
    --iweb-cb_taobao: #f50;
    --iweb-cb_flashsale: linear-gradient(90deg, #ff0060, #ff8d43);
    --iweb-cb_flashsale_begin: #ff0060;
    --iweb-cb_flashsale_end: #ff8d43;
    --iweb-cb_redmart: #ee4054;
    --iweb-cb_lazmart: #1aba36;
    --iweb-cb_freeshipping: #00bfa7;
    --iweb-cb_dealsnearby: #e42387;
    --iweb-cb_lazchoice: #c06;
    --iweb-cb_coins: #ce891c;
    --iweb-cb_cashback: #ff008f;
    --iweb-cb_lazbonus: #dc55cf;
    --iweb-radius_large: 24px;
    --iweb-radius_medium: 18px;
    --iweb-radius_regular: 12px;
    --iweb-radius_small: 6px;
    --iweb-radius_extrasmall: 4px;
    --iweb-radius-token-radius_regular: var(--iweb-radius_regular);
    --iweb-radius-token-radius_small: var(--iweb-radius_small);
    --iweb-radius-token-radius_extrasmall: var(--iweb-radius_extrasmall);
    --iweb-slide_01: 0.5px;
    --iweb-space_00: 0px;
    --iweb-space_01: 4px;
    --iweb-space_02: 6px;
    --iweb-space_03: 12px;
    --iweb-space_04: 18px;
    --iweb-space_05: 24px;
    --iweb-space_06: 30px;
    --iweb-space_07: 42px;
    --iweb-space_08: 48px;
    --iweb-fontsize_title_page_large: var(--iweb-font_size_large);
    --iweb-fontsize_title_page_medium: var(--iweb-font_size_medium);
    --iweb-fontsize_title_module_maximum: var(--iweb-font_size_large);
    --iweb-fontsize_title_module_huge: var(--iweb-font_size_large02);
    --iweb-fontsize_title_module_large: var(--iweb-font_size_medium);
    --iweb-fontsize_title_module_standard: 18px;
    --iweb-fontsize_title_module_medium: var(--iweb-font_size_medium02);
    --iweb-fontsize_subtitle_module_medium: 16px;
    --iweb-fontsize_content_larger: var(--iweb-font_size_medium01);
    --iweb-fontsize_content_large: 15px;
    --iweb-fontsize_content_medium: var(--iweb-font_size_regular);
    --iweb-fontsize_content_regular: 13px;
    --iweb-fontsize_support_medium: 12px;
    --iweb-fontsize_support_standard: 11px;
    --iweb-fontsize_support_regular: var(--iweb-font_size_regular03);
    --iweb-fontsize_support_special: var(--iweb-font_size_small);
    --iweb-fontsize_support_small: var(--iweb-font_size_small02);
    --iweb-colour_primary_info: var(--iweb-text_black);
    --iweb-colour_secondary_info: var(--iweb-text_gray_01);
    --iweb-colour_tertiary_info: var(--iweb-text_gray_02);
    --iweb-colour_quaternary_info: var(--iweb-text_gray_03);
    --iweb-colour_promotion_info: var(--iweb-brand_pink);
    --iweb-colour_link_info: var(--iweb-brand_blue);
    --iweb-colour_darkbackground_info: var(--iweb-text_white);
    --iweb-colour_badge_info: #204733;
    --iweb-colour_alert_info: var(--iweb-text_alert);
    --iweb-colour_error_info: var(--iweb-text_error);
    --iweb-colour_success_info: var(--iweb-text_success);
    --iweb-colour_primary_background_page: var(--iweb-bg_white);
    --iweb-colour_secondary_background_page: var(--iweb-bg_gray_01);
    --iweb-colour_mask: var(--iweb-bg_mask);
    --iweb-colour_mask_light: var(--iweb-bg_mask_light);
    --iweb-colour_fill_gradient: var(--iweb-brand_gradient);
    --iweb-colour_fill_dimmed: #f8f8f8;
    --iweb-colour_fill_promotion: var(--iweb-brand_pink);
    --iweb-colour_fill_brand: var(--iweb-brand_pink);
    --iweb-colour_fill_white: var(--iweb-bg_white);
    --iweb-colour_fill_module01: #272833;
    --iweb-colour_fill_module02: var(--iweb-bg_gray_02);
    --iweb-colour_fill_module03: var(--iweb-bg_gray_03);
    --iweb-colour_secondary_tertiary_page: #f5f5f5;
    --iweb-colour_fill_voucher01: #edebfd;
    --iweb-colour_fill_voucher02: #e1ddfb;
    --iweb-colour_fill_promotion_shades: var(--iweb-brand_pink_shades);
    --iweb-colour_fill_notice_shades: var(--iweb-bg_sm_notice);
    --iweb-colour_fill_alert_shades: var(--iweb-bg_sm_alert);
    --iweb-colour_fill_success_shades: var(--iweb-bg_sm_success);
    --iweb-colour_fill_error_shades: var(--iweb-bg_sm_error);
    --iweb-colour_fill_brand_blue: var(--iweb-brand_blue);
    --iweb-colour_primary_outline: var(--iweb-brand_pink);
    --iweb-colour_secondary_outline: var(--iweb-text_gray_02);
    --iweb-colour_tertiary_outline: var(--iweb-line_gray_01);
    --iweb-colour_slideline: var(--iweb-line_gray_02);
    --iweb-colour_white_outline: var(--iweb-line_white);
    --iweb-colour_disable_outline: var(--iweb-text_gray_03);
    --iweb-colour_voucher_outline: #6b5ff2;
    --iweb-colour_brand_outline: var(--iweb-brand_pink);
    --iweb-colour_quaternary_outline: var(--iweb-text_gray_03);
    --iweb-colour_error_outline: var(--iweb-line_error);
    --iweb-colour_active_outline: var(--iweb-line_active);
    --iweb-colour_sm_notice: var(--iweb-brand_blue);
    --iweb-colour_sm_alert: var(--iweb-sm_alert);
    --iweb-colour_sm_success: var(--iweb-sm_success);
    --iweb-colour_sm_error: var(--iweb-sm_error);
    --iweb-colour_cb_lazmall_primary: var(--iweb-cb_lazmall_primary);
    --iweb-colour_cb_lazmall_secondary: var(--iweb-cb_lazmall_secondary);
    --iweb-colour_cb_lazglobal: var(--iweb-cb_lazglobal);
    --iweb-colour_cb_taobao: var(--iweb-cb_taobao);
    --iweb-colour_cb_redmart: var(--iweb-cb_redmart);
    --iweb-colour_cb_lazmart: var(--iweb-cb_lazmart);
    --iweb-colour_cb_freeshipping: var(--iweb-cb_freeshipping);
    --iweb-colour_cb_liveup_01: var(--iweb-cb_liveup_01);
    --iweb-colour_cb_liveup_02: var(--iweb-cb_liveup_02);
    --iweb-colour_cb_lazchoice: var(--iweb-cb_lazchoice);
    --iweb-colour_cb_presale: var(--iweb-cb_presale);
    --iweb-colour_fill_gradient_presale_start: var(--iweb-presale_gradient_start);
    --iweb-colour_fill_gradient_presale_end: var(--iweb-presale_gradient_end);
    --iweb-colour_fill_presale_shades: var(--iweb-presale_shades);
    --iweb-margin_page_left: var(--iweb-space_05);
    --iweb-margin_page_right: var(--iweb-space_05);
    --iweb-gutter_module_top_medium: var(--iweb-space_06);
    --iweb-gutter_module_top_regular: var(--iweb-space_05);
    --iweb-gutter_module_top_light: var(--iweb-space_04);
    --iweb-gutter_module_top_thin: var(--iweb-space_03);
    --iweb-gutter_module_bottom_medium: var(--iweb-space_06);
    --iweb-gutter_module_bottom_regular: var(--iweb-space_05);
    --iweb-gutter_module_bottom_light: var(--iweb-space_04);
    --iweb-gutter_module_bottom_thin: var(--iweb-space_03);
    --iweb-gutter_module_left_medium: var(--iweb-space_06);
    --iweb-gutter_module_left_regular: var(--iweb-space_05);
    --iweb-gutter_module_left_light: var(--iweb-space_04);
    --iweb-gutter_module_left_thin: var(--iweb-space_03);
    --iweb-gutter_module_right_medium: var(--iweb-space_06);
    --iweb-gutter_module_right_regular: var(--iweb-space_05);
    --iweb-gutter_module_right_light: var(--iweb-space_04);
    --iweb-gutter_module_right_thin: var(--iweb-space_03);
    --iweb-margin_inside_module_top_medium: var(--iweb-space_06);
    --iweb-margin_inside_module_top_regular: var(--iweb-space_05);
    --iweb-margin_inside_module_top_light: var(--iweb-space_04);
    --iweb-margin_inside_module_top_thin: var(--iweb-space_03);
    --iweb-margin_inside_module_top_none: var(--iweb-space_00);
    --iweb-margin_inside_module_bottom_medium: var(--iweb-space_06);
    --iweb-margin_inside_module_bottom_regular: var(--iweb-space_05);
    --iweb-margin_inside_module_bottom_light: var(--iweb-space_04);
    --iweb-margin_inside_module_bottom_thin: var(--iweb-space_03);
    --iweb-padding_inside_module_horizontally_medium: var(--iweb-space_06);
    --iweb-padding_inside_module_horizontally_regular: var(--iweb-space_05);
    --iweb-padding_inside_module_horizontally_light: var(--iweb-space_04);
    --iweb-padding_inside_module_horizontally_thin: var(--iweb-space_03);
    --iweb-padding_inside_module_horizontally_extrathin: var(--iweb-space_02);
    --iweb-padding_inside_module_vertically_medium: var(--iweb-space_06);
    --iweb-padding_inside_module_vertically_regular: var(--iweb-space_05);
    --iweb-padding_inside_module_vertically_light: var(--iweb-space_04);
    --iweb-padding_inside_module_vertically_thin: var(--iweb-space_03);
    --iweb-padding_inside_module_vertically_extrathin: var(--iweb-space_02);
    --iweb-padding_inside_element_horizontally_medium: var(--iweb-space_05);
    --iweb-padding_inside_element_horizontally_regular: var(--iweb-space_04);
    --iweb-padding_inside_element_horizontally_light: var(--iweb-space_03);
    --iweb-padding_inside_element_horizontally_thin: var(--iweb-space_02);
    --iweb-padding_inside_element_horizontally_extrathin: var(--iweb-space_01);
    --iweb-padding_inside_element_vertically_medium: var(--iweb-space_05);
    --iweb-padding_inside_element_vertically_regular: var(--iweb-space_04);
    --iweb-padding_inside_element_vertically_light: var(--iweb-space_03);
    --iweb-padding_inside_element_vertically_thin: var(--iweb-space_02);
    --iweb-padding_inside_element_vertically_extrathin: var(--iweb-space_01);
    --iweb-color-primary-from: #ff933f;
    --iweb-color-primary-center: #f93782;
    --iweb-color-primary-end: #f93782;
    --iweb-color-weak: var(--iweb-text_gray_02);
    --iweb-color-light: #ccc;
    --iweb-border-color: var(--iweb-line_gray_02);
    --iweb-font-size-main: var(--iweb-font_size_regular);
    --iweb-color-text: #333;
    --iweb-bg-black: #000;
    --iweb-light-black: #3e3e3e;
    --iweb-text-black: #000;
    --iweb-text-grey: #b7b7b7;
    --iweb-slider-radius: 0;
    --iweb-info-radius: 0;
    --iweb-margin_page_top: var(--iweb-space_06);
    --iweb-page_title_margin_top: 18px;
    --iweb-page_title_margin_bottom: 12px;
    --iweb-z-index-mask: 1000;
    --iweb-z-index-popup: 1000;
    --iweb-z-index-popover: 1030;
    --iweb-z-index-floating-panel: 900;
    --iweb-colour_fill_brand_main: var(--iweb-brand_pink);
    --iweb-star_fill_color: #ffc83c;
    --iweb-star-size: 24px;
    --iweb-star-padding: 2px;
    --iweb-btn-height-large: 48px;
    --iweb-btn-height-default: 40px;
    --iweb-btn-height-small: 32px;
    --iweb-btn-height-xs: 24px;
    --iweb-tab-active-title-color: var(--iweb-colour_primary_info);
    --iweb-old_brand_yellow_bg: #f57224;
    --iwbeb-old_brand_yellow_text: #f57224;
    --iweb-old_brand_yellow_line: #f57224;
    --iweb-btn-secondary-disbled: var(--iweb-colour_tertiary_outline);
    --iweb-btn-border-width: 1px;
    --iweb-btn-secondary-hover-bg: var(--iweb-colour_fill_promotion_shades);
    --iweb-checbox-icon-size: 18px;
    --iweb-checkbox-border-color: var(--iweb-colour_secondary_outline);
    --iweb-checkbox-disabled-bg: var(--iweb-colour_secondary_background_page);
    --iweb-checkbox-disabled-checked-bg: var(--iweb-colour_fill_notice_shades);
    --iweb-checkbox-indeterminate-padding: 3px;
    --iweb-checkbox-indeterminate-border-width: 0px;
    --iweb-input-border-color: var(--iweb-colour_tertiary_outline);
    --iweb-input-focus-border-color-style: var(--iweb-colour_active_outline);
    --iweb-input-border-radius-style: var(--iweb-radius_small);
    --iweb-input-disabled-bg: var(--iweb-colour_fill_dimmed);
    --iweb-input-disabled-font-color: var(--iweb-colour_quaternary_info);
    --iweb-default-font-weight: 400;
    --iweb-bold-font-weight: 500;
    --iweb-default-color: var(--iweb-colour_primary_info);
    --iweb-quantity-height: 48px;
    --iweb-quantity-outer-border-width: 1px;
    --iweb-quantity-inner-border-width: 1px;
    --iweb-quantity-btn-width: 46px;
    --iweb-quantity-btn-small-width: 40px;
    --iweb-quantity-btn-color: var(--iweb-colour_primary_info);
    --iweb-quantity-font-size: var(--iweb-fontsize_title_module_huge);
    --iweb-mask-bg-dark: var(--iweb-bg_mask);
    --iweb-mask-bg-default: var(--iweb-bg_mask_60);
    --iweb-message-inner-padding: var(--iweb-padding_inside_module_vertically_thin);
    --iweb-message-inner-content-margin: var(--iweb-padding_inside_module_vertically_thin);
    --iweb-message-inner-content-padding: var(--iweb-padding_inside_module_vertically_extrathin);
    --iweb-message-inner-content-padding-extra: var(--iweb-padding_inside_module_vertically_extrathin-extra);
    --iweb-message-content-color: var(--iweb-colour_primary_info);
    --iweb-toast-mask-bg: var(--iweb-bg_mask);
    --iweb-select-border: var(--iweb-colour_tertiary_outline);
    --iweb-select-item-bg: var(--iweb-colour_fill_dimmed);
    --iweb-tooltip-padding: var(--iweb-gutter_module_top_thin) var(--iweb-gutter_module_right_thin) var(--iweb-gutter_module_bottom_thin) var(--iweb-gutter_module_left_thin);
    --iweb-tooltip-dark-bg: var(--iweb-bg_mask)
}

.pdp-cart-concern-v2 {
    border-radius: 2px;
    line-height: 44px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    display: flex
}

.pdp-cart-concern-v2 .pdp-cart-concern-btn {
    display: flex;
    flex-direction: row;
    flex: 1
}

.pdp-cart-concern-v2 .pdp-cart-concern-btn-mini {
    padding-right: 18px;
    margin-top: 12px
}

.pdp-cart-concern-v2 .pdp-cart-concern-btn .iweb-button-secondary {
    border: 1px solid #f06;
    color: #f06
}

.pdp-cart-concern-v2 .pdp-cart-concern-btn .iweb-button-primary {
    background-color: #f06
}

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

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

.pdp-cart-concern-v2 .btn-wishlist {
    background-color: #136cff
}

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

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

.pdp-cart-concern-v2 .pdp-button-text {
    display: flex;
    align-items: center;
    font-family: NotoSans-Regular
}

.pdp-cart-concern-v2 .add-to-cart-buy-now-btn {
    padding: 0;
    width: 291px;
    height: 48px;
    text-align: center;
    margin-right: 12px;
    border: 0;
    box-sizing: border-box
}

.pdp-cart-concern-v2 .add-to-cart-buy-now-btn.mini-cart-btn {
    width: auto !important;
    flex: 1
}

.pdp-cart-concern-v2 .add-to-cart-buy-now-btn.full-btn {
    width: 612px;
    flex: 1;
    margin-right: 0
}

.pdp-cart-concern-v2 .add-to-cart-buy-now-btn.long-btn {
    width: 480px
}

.pdp-cart-concern-v2 .add-to-cart-buy-now-btn:last-child {
    margin-right: 0
}

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

.iweb-button {
    --color: var(--iweb-colour_primary_info);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--iweb-btn-height-default);
    line-height: var(--iweb-btn-height-default);
    margin: 0;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500;
    min-width: 75px;
    text-align: center;
    border: none;
    border-radius: var(--iweb-radius-token-radius_small);
    cursor: pointer;
    transition: opacity .15s ease;
    user-select: none;
    text-decoration: none;
    box-sizing: border-box
}

.iweb-button:after {
    border-color: transparent;
    border-radius: 0
}

.iweb-button:focus {
    outline: 0
}

.iweb-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: var(--iweb-bg_white);
    border: inherit;
    border-color: var(--iweb-line_white);
    transform: translate(-50%, -50%);
    opacity: 0;
    content: " ";
    box-sizing: content-box
}

.iweb-button:active:before {
    opacity: .3
}

.iweb-button-default {
    color: var(--iweb-colour_primary_info)
}

.iweb-button-default:after {
    border-color: var(--iweb-border-color)
}

.iweb-button-default.iweb-button-fill-outline {
    background-color: transparent
}

.iweb-button-default.iweb-button-fill-outline:after {
    border-color: var(--iweb-colour_secondary_outline)
}

.iweb-button-default.iweb-button-fill-none {
    background-color: transparent
}

.iweb-button-default.iweb-button-fill-none:after {
    border-color: transparent
}

.iweb-button:not(.iweb-button-default).iweb-button-fill-outline {
    color: var(--color);
    background-color: transparent;
    background: 0 0
}

.iweb-button:not(.iweb-button-default).iweb-button-fill-outline:after {
    border-color: var(--iweb-colour_primary_info)
}

.iweb-button:not(.iweb-button-default).iweb-button-fill-none {
    color: var(--color);
    background-color: transparent;
    background: 0 0
}

.iweb-button:not(.iweb-button-default).iweb-button-fill-none:after {
    border-color: transparent
}

.iweb-button-primary {
    --color: var(--iweb-text_white);
    color: var(--iweb-text_white);
    padding: 0 var(--iweb-gutter_module_right_light) 0 var(--iweb-gutter_module_left_light);
    background: var(--iweb-old_brand_yellow_bg)
}

.iweb-button-primary .iweb-button-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--iweb-bg_white);
    opacity: 0
}

.iweb-button-primary .iweb-button-mask:hover {
    opacity: .1
}

.iweb-button-secondary {
    --color: var(--iweb-colour_primary_info);
    color: var(--iwbeb-old_brand_yellow_text);
    border: var(--iweb-btn-border-width) solid var(--iweb-old_brand_yellow_line);
    background: 0 0
}

.iweb-button-secondary .iweb-button-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--iweb-bg-black);
    opacity: 0
}

.iweb-button-secondary .iweb-button-mask:hover {
    opacity: .05
}

.iweb-button-secondary:after {
    border-color: var(--iweb-colour_primary_outline)
}

.iweb-button-secondary-disabled {
    border-color: var(--iweb-btn-secondary-disbled)
}

.iweb-button-secondary:hover {
    opacity: .8;
    background: var(--iweb-btn-secondary-hover-bg)
}

.iweb-button-link-primary {
    color: var(--iweb-colour_link_info);
    background: 0 0;
    padding: 6px 0
}

.iweb-button-link-primary .iweb-button-mask {
    display: none
}

.iweb-button-link-primary:after {
    border: none
}

.iweb-button-link-secondary {
    color: var(--iweb-colour_primary_info);
    padding: 6px 0;
    border: none
}

.iweb-button-link-secondary .iweb-button-mask {
    display: none
}

.iweb-button-link-secondary:after {
    border: none
}

.iweb-button-disabled {
    cursor: not-allowed;
    background-color: var(--iweb-colour_fill_dimmed);
    color: var(--iweb-colour_quaternary_info)
}

.iweb-button-disabled:after {
    border: none
}

.iweb-button-disabled:active:before {
    display: none
}

.iweb-button-large {
    padding: 0 var(--iweb-gutter_module_right_light);
    height: var(--iweb-btn-height-large);
    line-height: var(--iweb-btn-height-large);
    font-size: var(--iweb-fontsize_content_larger);
    min-width: 90px
}

.iweb-button-small {
    height: var(--iweb-btn-height-small);
    line-height: var(--iweb-btn-height-small);
    min-width: 66px
}

.iweb-button-small, .iweb-button-xs {
    padding: 0 var(--iweb-gutter_module_right_light);
    font-size: var(--iweb-fontsize_content_medium)
}

.iweb-button-xs {
    height: var(--iweb-btn-height-xs);
    line-height: var(--iweb-btn-height-xs);
    min-width: 54px
}

.iweb-button-block {
    display: block;
    padding: 0 12px;
    font-size: 16px;
    height: var(--iweb-btn-height-large);
    line-height: var(--iweb-btn-height-large);
    width: 100%;
    max-width: 351px;
    margin: 0 auto
}

.iweb-button-content {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.iweb-button-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 7px
}

.iweb-button--icon-xs, .iweb-button-icon-large, .iweb-button-icon-medium, .iweb-button-icon-small {
    display: flex
}

.iweb-button-icon-large .iweb-button-icon {
    width: 21px;
    height: 21px;
    line-height: 21px
}

.iweb-button-icon-large .i-icon-large {
    font-size: 21px
}

.iweb-button-icon-medium .iweb-button-icon {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.iweb-button-icon-medium .i-icon-large {
    font-size: 18px
}

.iweb-button-icon-small .iweb-button-icon {
    width: 12px;
    height: 12px;
    line-height: 12px
}

.iweb-button-icon-small .i-icon-large {
    font-size: 12px
}

.iweb-button-icon-xs .iweb-button-icon {
    width: 10px;
    height: 10px;
    line-height: 10px
}

.iweb-button-icon-xs .i-icon-large {
    font-size: 10px
}

.iweb-button-arrow {
    width: 12px;
    margin-left: 6px;
    align-items: center;
    justify-content: center;
    display: flex
}

.pdp-sponsored-products {
    padding: 0 !important
}

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

.pdp-sponsored-products.ad-has-products {
    margin-bottom: 24px
}

.pdp-sponsored-products .recommend-content .recommend-title {
    margin-bottom: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #2e3346;
    font-size: 20px;
    font-weight: 500
}

.pdp-sponsored-products .recommend-product-list {
    margin: 0;
    display: flex;
    align-items: center
}

.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 {
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 548px;
    height: 180px;
    padding: 26px 24px 28px;
    background: #fafafa;
    box-shadow: 0 16px 32px 0 rgba(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;
    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;
    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: #212121
}

.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%;
    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-v2 {
    flex-direction: row;
    width: 420px;
    border: 2px solid #ffdae8;
    border-radius: 8.4px;
    background-color: #fdfdfd;
    margin-bottom: 16px
}

.pdp-mod-voucher-item-v2, .pdp-mod-voucher-item-v2-left {
    display: flex;
    position: relative;
    height: 100px;
    box-sizing: border-box
}

.pdp-mod-voucher-item-v2-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 112px;
    padding: 30px 10px
}

.pdp-mod-voucher-item-v2-left .voucher-left-discount {
    display: flex;
    align-items: baseline
}

.pdp-mod-voucher-item-v2-left .voucher-left-discount .voucher-left-discount-title {
    font-weight: 600;
    font-size: 16.8px;
    line-height: 21.3px;
    color: #f06
}

.pdp-mod-voucher-item-v2-left .voucher-left-discount .voucher-left-discount-value {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.43px;
    color: #f06
}

.pdp-mod-voucher-item-v2-left .voucher-left-condition {
    font-weight: 400;
    font-size: 10px;
    line-height: 12.43px;
    color: #595f6d;
    background-image: linear-gradient(0deg, #ffe5f0, #ffe5f0 5px, transparent 0);
    text-align: center
}

.pdp-mod-voucher-item-v2 .pdp-mod-voucher-item-v2-separetor {
    position: absolute;
    left: 112px;
    top: 16px;
    width: 1px;
    height: 66px;
    background-color: #ffd9e8
}

.pdp-mod-voucher-item-v2 .pdp-mod-voucher-item-v2-right {
    position: relative;
    width: 308px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    padding: 20px 10px 12px 12px;
    box-sizing: border-box
}

.pdp-mod-voucher-item-v2 .pdp-mod-voucher-item-v2-right .pdp-mod-voucher-item-v2-watermask {
    color: #fcecf6;
    position: absolute;
    top: -16px;
    left: 12px;
    font-size: 33.6px;
    line-height: 42.6px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden
}

.pdp-mod-voucher-item-v2 .pdp-mod-voucher-item-v2-right .pdp-mod-voucher-item-v2-right-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.29px;
    color: #2e3346
}

.pdp-mod-voucher-item-v2 .pdp-mod-voucher-item-v2-right .pdp-mod-voucher-item-v2-right-bottom {
    width: 100%
}

.pdp-mod-voucher-item-v2 .pdp-mod-voucher-item-v2-right .pdp-mod-voucher-item-v2-right-bottom .pdp-mod-voucher-item-v2-right-bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pdp-mod-voucher-item-v2 .pdp-mod-voucher-item-v2-right .pdp-mod-voucher-item-v2-right-bottom .pdp-mod-voucher-item-v2-right-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 12px
}

.pdp-mod-voucher-item-v2 .pdp-mod-voucher-item-v2-right .pdp-mod-voucher-item-v2-right-bottom .pdp-mod-voucher-item-v2-right-content .pdp-mod-voucher-item-v2-right-timeline {
    -webkit-line-clamp: 1;
    color: #595f6d;
    font-weight: 400;
    font-size: 10px;
    line-height: 15.22px
}

.pdp-mod-voucher-item-v2 .pdp-mod-voucher-item-v2-right .pdp-mod-voucher-item-v2-right-bottom .pdp-mod-voucher-item-v2-right-button {
    font-family: NotoSans-Regular;
    background-color: #f06;
    opacity: 1;
    outline: none;
    border: none;
    padding: 7px 16.55px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    height: 32px
}

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

.pdp-mod-voucher-item-v2 .vocher-name {
    color: #424242;
    font-weight: 500;
    font-family: Roboto-Medium
}

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

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

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

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

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

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

.pdp-mod-voucher-item-v2 .voucher-item-use-condition .condition a {
    color: #136cff;
    text-decoration: none
}

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

.pdp-mod-voucher-item-v2 .voucher-copy-success-tip {
    margin-top: 4px;
    font-size: 10px;
    line-height: 12.68px;
    color: #018434
}

.pdp-mod-voucher-item-v2 .voucher-copy-success-tip.tip-error {
    color: #d20b0b
}

.pdp-mod-voucher-item-v2.pdp-mod-voucher-item-v2-freeshipping {
    border: 2px solid #d7f5f2
}

.pdp-mod-voucher-item-v2.pdp-mod-voucher-item-v2-freeshipping .voucher-left-discount-title, .pdp-mod-voucher-item-v2.pdp-mod-voucher-item-v2-freeshipping .voucher-left-discount-value {
    color: #00a89f
}

.pdp-mod-voucher-item-v2.pdp-mod-voucher-item-v2-freeshipping .voucher-left-condition {
    background-image: linear-gradient(0deg, #e3f9f6, #e3f9f6 5px, transparent 0)
}

.pdp-mod-voucher-item-v2.pdp-mod-voucher-item-v2-freeshipping .pdp-mod-voucher-item-v2-watermask {
    color: #edf6f6
}

.pdp-mod-voucher-item-v2.pdp-mod-voucher-item-v2-freeshipping .pdp-mod-voucher-item-v2-separetor {
    background-color: #ace3df
}

.pdp-mod-voucher-item-v2.pdp-mod-voucher-item-v2-freeshipping .pdp-mod-voucher-item-v2-right-bottom .pdp-mod-voucher-item-v2-right-button {
    background-color: #00bfa7;
    color: #fff
}

.pdp-mod-voucher-list .pdp-mod-voucher-item-v2:last-child {
    padding-bottom: 0
}

.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-v2 {
    padding: 18px 12px;
    border: 2px solid #ffdae8;
    border-radius: 8.4px;
    background-color: #fdfdfd;
    display: flex;
    align-items: center
}

.pdp-mod-multibuy-item-v2 .multibuy-item-use-condition-left {
    flex: 1
}

.pdp-mod-multibuy-item-v2 .multibuy-item-use-condition-left .condition {
    font-size: 16px;
    line-height: 20.29px;
    font-weight: 500;
    color: #2e3346;
    word-break: break-word
}

.pdp-mod-multibuy-item-v2 .multibuy-item-use-condition-left .expiry-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.22px;
    color: #595f6d
}

.pdp-mod-multibuy-item-v2 .multibuy-item-use-condition-left .multibuy-item-left-detail {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.22px;
    color: #2e3346;
    margin-top: 12px
}

.pdp-mod-multibuy-item-v2 .multibuy-item-right {
    margin-left: 12px
}

.pdp-mod-multibuy-item-v2 .multibuy-item-right .link-more-v2 {
    height: 32px;
    background-color: #f06;
    border-radius: 6px;
    padding: 7px 18px;
    border-radius: 4.2px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap
}

.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;
    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: #136cff
}

.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-v2 {
    padding: 18px;
    width: 456px;
    max-height: 320px;
    min-height: 178px;
    box-sizing: border-box;
    border-radius: 6px
}

.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: #136cff
}

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

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

.pdp-mod-promotion-info .pdp-mod-promotion-title {
    height: 36px;
    width: 420px;
    color: #2e3346;
    font-size: 16px;
    line-height: 20.29px;
    border-bottom: 1px solid #e3e7f1;
    margin-bottom: 18px
}

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

.promotion-tag-item-v2 {
    display: inline-block;
    padding: 4px 6px;
    height: 26px;
    line-height: 17.75px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    background-color: #f06;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px
}

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

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

.promotion-tag-item-v2 .promotion-tag-icon {
    margin-left: 6px
}

.promotion-tag-item-v2.has-arrow {
    cursor: pointer
}

.iweb-toast-mask-enter {
    animation: mask-opacity .2s ease-in-out
}

.iweb-toast-mask-leave {
    animation: mask-opacity-hide .2s ease-in-out
}

.iweb-toast-mask .iweb-toast-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: fit-content;
    top: 60px;
    left: 50%;
    background: var(--iweb-toast-mask-bg);
    transform: translate(-50%);
    padding: 16px;
    min-width: 240px;
    max-width: 450px;
    max-height: 150px;
    line-height: 18px;
    font-weight: var(--iweb-default-font-weight);
    font-size: 14px;
    line-height: 20px
}

.iweb-toast-mask .iweb-toast-container-enter {
    animation: toast-show .2s ease-in-out 0s 1 normal forwards
}

.iweb-toast-mask .iweb-toast-container-leave {
    animation: toast-hide .2s ease-in-out 0s 1 normal forwards
}

.iweb-toast-mask .iweb-toast-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--iweb-colour_darkbackground_info);
    margin: 0;
    margin-bottom: var(--iweb-padding_inside_module_horizontally_thin);
    margin-right: auto
}

.iweb-toast-mask .iweb-toast-wrap {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0;
    color: var(--iweb-colour_darkbackground_info);
    word-break: break-word;
    pointer-events: all
}

.iweb-toast-mask .iweb-toast-icon-info {
    font-size: 30px;
    color: #2e71ff
}

.iweb-toast-mask .iweb-toast-icon-warning {
    font-size: 30px;
    color: #f67f04
}

.iweb-toast-mask .iweb-toast-icon-error {
    font-size: 30px;
    color: #e61413
}

.iweb-toast-mask .iweb-toast-icon-success {
    font-size: 30px;
    color: #36b360
}

.iweb-toast-mask .iweb-toast-container-lzd {
    min-width: 84px;
    max-width: 390px;
    padding: var(--iweb-gutter_module_top_thin) var(--iweb-gutter_module_right_thin) var(--iweb-gutter_module_bottom_thin) var(--iweb-gutter_module_left_thin);
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-radius: var(--iweb-radius-token-radius_small);
    min-height: 48px;
    box-sizing: border-box;
    max-height: 126px
}

.iweb-toast-mask .iweb-toast-container-lzd .iweb-toast-icon {
    margin-right: var(--iweb-padding_inside_module_horizontally_thin)
}

.iweb-toast-mask .iweb-toast-container-lzd .iweb-toast-text-wrap {
    display: flex;
    flex-direction: column
}

.iweb-toast-mask .iweb-toast-container-lzd .iweb-toast-title {
    margin-right: 0
}

.iweb-toast-mask .iweb-toast-container-lzd .iweb-toast-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: var(--iweb-fontsize_content_medium)
}

@keyframes toast-show {
    0% {
        transform: translate(-50%, -50%)
    }

    to {
        transform: translate(-50%, calc(24px - 50%))
    }
}

@keyframes toast-hide {
    0% {
        transform: translate(-50%, calc(24px - 50%))
    }

    to {
        transform: translate(-50%, -50%)
    }
}

.iweb-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--iweb-z-index-mask);
    display: block;
    width: 100%;
    height: 100%
}

.iweb-mask-hidden {
    display: none
}

.iweb-mask-enter {
    opacity: 0
}

.iweb-mask-enter-active {
    opacity: 1;
    transition: opacity .2s ease-out
}

.iweb-mask-exit {
    display: block;
    opacity: 1
}

.iweb-mask-exit-active {
    opacity: 0;
    transition: opacity .2s ease-in
}

.iweb-mask-dark {
    background-color: var(--iweb-mask-bg-dark)
}

.iweb-mask-default {
    background-color: var(--iweb-mask-bg-default)
}

.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;
    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: #136cff;
    font-size: 14px;
    font-weight: bolder
}

.pdp-block_mini-sku {
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    position: fixed;
    left: calc(50% + 231px);
    top: 190px;
    transform: translate(20px);
    transition: opacity .4s ease-out, visibility 0s
}

.pdp-block_mini-sku.mini-sku-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transition: opacity .4s ease-out, transform .4s ease-out, visibility 0s
}

.pdp-block_mini-sku-container {
    box-sizing: border-box;
    width: 355px;
    max-height: calc(100vh - 200px);
    padding: 18px 0 18px 18px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .0509803922)
}

.pdp-block_mini-sku-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 12px;
    padding-right: 18px
}

.pdp-block_mini-sku-scrollview {
    overflow: hidden auto;
    max-height: 297px;
    box-sizing: border-box;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px
}

@keyframes minipanelShow {
    0% {
        opacity: 0;
        transform: translateY(60px)
    }

    to {
        opacity: 1;
        transform: translate(-80px)
    }
}

.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;
    box-sizing: border-box
}

.next-progress-circle *, .next-progress-circle :after, .next-progress-circle :before, .next-progress-line *, .next-progress-line :after, .next-progress-line :before {
    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;
    transition: all 1s cubic-bezier(.65, .2, .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 {
    transition: all 1s cubic-bezier(.65, .2, .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%);
    transition: transform .3s cubic-bezier(.65, .2, .35, 1);
    color: #333
}

.crazy-deal-details-v2.pc {
    height: 48px;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 8px
}

.crazy-deal-details-v2.pc .crazy-deal-details-v2-right {
    position: relative;
    margin-left: 188px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

.crazy-deal-details-v2.pc .crazy-deal-details-v2-right .crazy-deal-details-v2-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.crazy-deal-details-v2.pc .crazy-deal-details-v2-right .crazy-deal-details-v2-countdown {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.crazy-deal-details-v2.pc .crazy-deal-details-v2-process {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 65%;
    margin-right: 18px;
    color: #999;
    font-weight: 700
}

.crazy-deal-details-v2.pc .crazy-deal-details-v2-process .crazy-deal-details-v2-soldtext {
    flex: 1;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px;
    color: #fff
}

.crazy-deal-details-v2.pc .crazy-deal-details-v2-procressbar-wrapper {
    position: relative;
    width: 90px;
    height: 8px;
    border-radius: 4px;
    margin-right: 6px;
    margin-left: 6px
}

.crazy-deal-details-v2.pc .crazy-deal-details-v2-procressbar {
    width: 100%;
    height: 100%;
    background: #ffd1c2;
    opacity: .7;
    border-radius: 4px
}

.crazy-deal-details-v2.pc .crazy-deal-details-v2-procressbar-inner {
    background: #fff;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: 2
}

.crazy-deal-details-v2.pc .crazy-deal-details-v2-countdown {
    flex: 1;
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px
}

.crazy-deal-details-v2.pc .crazy-deal-details-v2-countdown-time {
    font-weight: 600;
    color: #fff
}

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

.crazy-deal-details-v2.pc .content-wrapper {
    display: flex;
    align-items: center
}

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

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

.crazy-deal-details-v2.msite .crazy-deal-details-v2-right {
    position: relative;
    display: flex;
    color: #fff;
    margin-right: 10px;
    height: 100%;
    flex-direction: column;
    justify-content: center
}

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

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

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

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

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

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

.crazy-deal-details-v2.msite .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

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

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

.crazy-detail-v2 {
    margin-top: 18px
}

.seller-container .seller-name .seller-im-wrapper .seller-im-content {
    color: #136cff
}

.location-link-v2, .location-link-v2:visited {
    color: #1641b5
}

.location-link-v2:active, .location-link-v2:focus, .location-link-v2:hover {
    color: #1e71ff;
    cursor: pointer;
    text-decoration: none
}

.location-link-v2_size_s {
    font-size: 12px
}

.location-link-v2_size_xs {
    font-size: 13px
}

.location-link-v2_size_m {
    font-size: 14px
}

.location-overlay {
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 1px 2px 14px #ccc;
    z-index: 0;
    border-radius: 3px;
    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;
    box-shadow: 2px 1px 14px #ccc;
    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;
    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: #136cff
}

.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 #136cff;
    background: #fff;
    color: #136cff
}

.location-button_theme_blue {
    border: 1px solid #136cff;
    background: #136cff;
    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-v2__form {
    width: 100%;
    display: table
}

.location-postcode-v2__input-wrap {
    display: table-cell;
    padding-right: 6px
}

.location-postcode-v2__input.next-input {
    width: 240px;
    height: 36px;
    border-radius: 6px;
    color: #e3e7f1
}

.location-postcode-v2__input.next-input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px;
    color: #858b9c
}

.location-postcode-v2__input.next-input>input {
    height: 100%
}

.location-postcode-v2__button-save {
    width: 94px;
    text-align: right;
    cursor: pointer
}

.location-postcode-v2__button-save .location-button {
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px
}

.location-postcode-v2__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: flex;
    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;
    transition: height .2s linear
}

.location-level_state_loading .location-level__main {
    padding: 15px;
    height: 280px;
    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%, .6)
}

.location-v2 {
    display: flex;
    align-items: center
}

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

.location-v2__body {
    display: flex;
    align-items: center
}

.location-v2__icon {
    margin-right: 6px;
    width: 24px;
    height: 24px
}

.location-v2__address {
    color: #2e3346
}

.location-v2__address, .location-v2__link-change {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px
}

.location-v2__link-change {
    color: #1641b5;
    margin-left: 6px
}

.location-v2-postcode-con {
    display: flex
}

.delivery-tooltip-item-v2 {
    margin-bottom: 24px;
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #e3e7f1
}

.delivery-tooltip-item-v2.delivery-tooltip-item-v2_no-content {
    display: none
}

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

.delivery-tooltip-item-v2_no-content .delivery-tooltip-item-v2__info {
    vertical-align: middle
}

.delivery-tooltip-item-v2 .lazada-icon {
    font-size: 18px;
    color: #2e3346
}

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

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

.delivery-tooltip-item-v2__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2e3346;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.75px
}

.delivery-tooltip-item-v2__fee {
    color: #2e3346
}

.delivery-tooltip-item-v2__time {
    color: #00a89f;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.22px;
    margin-top: 4px
}

.delivery-tooltip-item-v2__colon {
    margin-right: 4px
}

.delivery-tooltip-item-v2__description {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.22px;
    color: #858b9c;
    margin-top: 4px
}

.delivery-tooltip-item-v2__description .html-content {
    display: inline;
    line-height: 12px
}

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

.delivery-tooltip-item-v2__description .html-content a {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.22px;
    color: #1641b5
}

.delivery__options-v2-contet .delivery-option-v2-item-container:last-child .delivery-tooltip-item-v2 {
    border-bottom: none;
    padding-bottom: 0
}

.delivery-v2 {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    margin-top: 18px
}

.delivery-v2_hide-all-options .delivery__header, .delivery-v2_no-content {
    border-bottom: none
}

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

.delivery-v2__option .delivery-option-item {
    padding: 10px 16px
}

.delivery-v2__location .location-postcode__form {
    display: flex;
    align-items: center
}

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

.delivery-v2__location .location-postcode__input {
    margin-right: 10px
}

.delivery-v2__location .location__current {
    box-sizing: border-box
}

.delivery-v2__location .location__link-change {
    font-weight: 500
}

.delivery-v2__location .location-input.next-input {
    padding: 2px 1px
}

.delivery-v2__location .location-input.next-input input::placeholder {
    color: #9e9e9e
}

.delivery-v2__location .location-input.next-input.focus {
    border-color: #136cff
}

.delivery-v2__location .location-input.next-input.focus.error {
    border-color: #f44336
}

.delivery-v2__content {
    position: relative
}

.delivery-v2__content .delivery__remain {
    display: flex;
    align-items: center;
    cursor: pointer
}

.delivery-v2__content .delivery__remain .delivery__remain-icon {
    width: 24px;
    height: 24px;
    margin-right: 6px
}

.delivery-v2__content .delivery__remain .delivery__remain-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    color: #2e3346
}

.delivery-v2__content .delivery__remain .delivery__remain-text-restricted {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    color: #d20b0b;
    margin-top: -6px;
    cursor: auto
}

.delivery-v2__content .delivery__remain .arrow-right {
    margin-left: 6px
}

.delivery-v2__content .pdp-mod-promotion-dialog-v2 {
    max-height: 400px;
    overflow-y: auto;
    border-radius: 6px
}

.delivery-v2 .delivery__option-desc, .delivery-v2 .delivery__promotion-message {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px;
    color: #858b9c;
    margin-top: 5px;
    padding-left: 30px
}

.delivery-v2 .delivery__promotion-message>a {
    font-weight: 500;
    color: #1641b5
}

.delivery-v2__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.delivery__options-v2 {
    width: 456px;
    padding-top: 18px;
    padding-bottom: 18px
}

.delivery__options-v2 .delivery__options-v2-header {
    padding: 0 18px 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.29px;
    color: #2e3346;
    border-bottom: 1px solid #e3e7f1
}

.delivery__options-v2 .delivery__options-v2-contet {
    padding: 6px 18px 0
}

.location-overlay {
    width: 300px
}

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

.delivery__options-v2-contet .delivery-option-v2-item-container:last-child .delivery-option-v2-item__body {
    border-bottom: none;
    padding-bottom: 0
}

.flash-sale-v2 {
    margin-top: 18px
}

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

.pdp-groupbuy-tip, .pdp-groupbuy-tip-content {
    display: flex;
    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
}

.guideApp-v2 {
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.guideApp-v2-qrcode-icon {
    width: 100%;
    height: 30px;
    color: #858b9c
}

.guideApp-v2-qrcode-text {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.22px;
    color: #858b9c;
    text-align: center
}

.guideApp-v2-qrcode-slip {
    padding: 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 229px;
    min-height: 114px;
    border: 1px solid #e3e7f1;
    border-radius: 6px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06);
    box-sizing: border-box
}

.guideApp-v2-qrcode-desciption {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px;
    color: #2e3346;
    margin-left: 12px
}

.wrap-guideApp {
    padding: 9px 16px 10px;
    width: 170px;
    align-items: center;
    cursor: pointer;
    background: #fff;
    position: relative;
    margin-left: 10px;
    box-shadow: 1px 2px 14px #ccc;
    border-radius: 5px
}

.wrap-guideApp p {
    color: #9e9e9e;
    font-size: 12px;
    margin-top: 4px
}

.wrap-guideApp img {
    width: 43px
}

.wrap-guideApp:before {
    position: absolute;
    top: calc(50% - 4px);
    left: -4px;
    display: block;
    z-index: 1;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.inner-link-com-container-v2 {
    background-color: #fff;
    border-radius: 18px;
    overflow: hidden
}

.inner-link-com-container-v2 .inner-link-title {
    padding: 18px;
    font-size: 20px;
    font-weight: 500;
    color: #2e3346
}

.inner-link-com-container-v2 .inner-link-container {
    padding: 0 18px 18px;
    display: flex;
    flex-wrap: wrap
}

.inner-link-com-container-v2 .inner-link-container a {
    display: inline-block;
    color: #1641b5;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    width: calc(33.333% - 16px);
    margin-right: 24px;
    margin-bottom: 12px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inner-link-com-container-v2 .inner-link-container a:nth-child(3n) {
    margin-right: 0
}

.pdp-installment-dialog {
    width: 600px !important;
    height: 600px !important
}

.pdp-installment-dialog .next-dialog-body {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 !important
}

.pdp-installment-dialog .next-dialog-body .pdp-installment-iframe {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none !important
}

.pdp-mod-installment-v2 {
    margin-top: 18px;
    display: flex;
    align-items: center
}

.pdp-mod-installment-v2 .installment-item {
    color: #2e3346;
    cursor: pointer;
    display: flex;
    align-items: center
}

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

.pdp-mod-installment-v2 .item-icon, .pdp-mod-installment-v2 svg {
    float: left;
    margin-left: 2px
}

.pdp-mod-installment-v2 .item-content {
    margin-left: 4px;
    margin-bottom: 0;
    font-size: 14px;
    color: #2e3346
}

.item-gallery-v2__thumbnail {
    width: 60px;
    height: 60px;
    box-sizing: border-box
}

.item-gallery-v2__thumbnail:not(:last-child) {
    margin-right: 14px
}

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

.item-gallery-v2__image-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 6px;
    text-align: center
}

.item-gallery-v2__thumbnail-image {
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    z-index: -1
}

.item-gallery-v2__thumbnail_state_active.item-gallery-v2__image-wrapper, .item-gallery-v2__thumbnail_state_active .item-gallery-v2__image-wrapper {
    border: 1px solid #f06
}

.item-gallery-v2__video-icon {
    display: flex;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    justify-content: center;
    align-items: center
}

.item-gallery-v2_video-icon-svg {
    width: 12px;
    height: 12px;
    margin-left: 2px
}

.item-gallery-v2_video-content {
    position: relative;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    z-index: -1
}

.item-gallery-v2_video-image {
    width: 100%;
    height: 100%
}

.item-gallery-v2_video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .4);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

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

.item-gallery-v2__video-player_hidden {
    visibility: hidden
}

.item-gallery-v2__video-dialog .next-dialog-body {
    padding: 38px 16px 16px
}

.item-gallery-v2__video-dialog .next-dialog-footer {
    display: none
}

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

.item-gallery-v2__video-dialog .next-dialog-close .next-icon {
    font-weight: 700
}

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

.item-gallery-v2__video-dialog_error .item-gallery__video-player {
    visibility: hidden
}

.item-gallery-v2__video-dialog .loading-icon .iweb-loading-svg-wrap, .item-gallery-v2__video-dialog .loading-icon .iweb-loading-wrapper, .item-gallery-v2__video-dialog .loading-icon .iweb-loading-wrapper-icon {
    width: 100px;
    height: 100px
}

.item-gallery-v2 .next-slick-track {
    height: 62px;
    overflow: hidden;
    width: 360px;
    transition: transform .5s ease
}

.item-gallery-v2-mini {
    width: 90px;
    height: 90px;
    border-radius: 5px
}

.pdp-block__gallery {
    width: 450px
}

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

.gallery-preview-panel-v2__content {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 450px;
    width: 450px;
    border-radius: 11.56px
}

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

.gallery-preview-panel-v2__content_video {
    cursor: default
}

.gallery-preview-panel-v2__video-player {
    position: absolute;
    width: 72px;
    height: 72px;
    font-size: 42px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.gallery-preview-panel-v2__video-player .video-player-icon-svg {
    width: 24px;
    height: 26px;
    margin-left: 6px
}

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

.gallery-preview-panel-v2__image {
    display: inline-block;
    height: 450px;
    width: 450px;
    object-fit: contain;
    vertical-align: middle
}

.gallery-preview-panel-v2__image_mini {
    height: 90px;
    width: 90px
}

.gallery-preview-panel-v2__zoom-box {
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    width: 752px;
    height: 482px;
    overflow: hidden
}

.gallery-preview-panel-v2__zoom-box-image {
    position: absolute
}

.shop-promotion-product-card {
    position: relative;
    box-sizing: border-box;
    width: 186px;
    flex: none;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px
}

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

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

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

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

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

.shop-promotion-product-card-header-gift-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 20px;
    line-height: 20px;
    background-color: #f06;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.shop-promotion-product-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 6px 12px 12px
}

.shop-promotion-product-card-body-product-name {
    font-size: 14px;
    margin-bottom: 4px;
    color: #2e3346;
    line-height: 18px;
    height: 36px;
    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: flex;
    align-items: center;
    margin-top: 6px;
    color: #858b9c;
    font-size: 12px
}

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

.shop-promotion-product-card-body-product-rating-region .rating-info {
    margin-left: 4px
}

.shop-promotion-product-card-body-price-tag .price-info {
    display: flex;
    align-items: center;
    color: #f06;
    font-weight: 700
}

.shop-promotion-product-card-body-price-tag .price-info .price-currency {
    font-size: 14px
}

.shop-promotion-product-card-body-price-tag .price-info .price-number {
    font-size: 20px
}

.shop-promotion-product-card-body-price-tag .price-info .price-discount {
    border-radius: 3px;
    padding: 2px;
    background-color: #ffe5f0;
    font-size: 12px;
    margin-left: 6px
}

.shop-promotion-product-card-body-price-tag .price-original {
    color: #858b9c;
    font-size: 12px;
    text-decoration: line-through;
    min-height: 15px
}

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

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

.pdp-shop-promotion-page-products {
    display: flex;
    flex-wrap: wrap
}

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

.sku-product-card {
    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;
    flex: 1;
    display: flex;
    flex-direction: column;
    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: flex;
    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 {
    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: flex;
    align-items: center;
    color: #136cff;
    cursor: pointer
}

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

.pdp-banner-detail-tooltip.content-block {
    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-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-tooltip-gift {
    border-bottom: 1px solid #ccc
}

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

.pdp-banner-detail-tooltip__icon {
    color: #136cff;
    cursor: pointer
}

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

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

.pdp-banner-content {
    justify-content: space-between;
    height: 60px;
    margin: auto
}

.pdp-banner-content, .pdp-banner-content-left {
    display: flex;
    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
}

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

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

.iweb-dialog-wrap.pdp-pc-notice-dialog-wrap-redmart .iweb-dialog-header-lzd .iweb-dialog-header-icon-lzd, .iweb-dialog-wrap.pdp-pc-notice-dialog-wrap-v2 .iweb-dialog-header-lzd .iweb-dialog-header-icon-lzd, .iweb-dialog-wrap.pdp-pc-notice-dialog-wrap .iweb-dialog-header-lzd .iweb-dialog-header-icon-lzd {
    cursor: pointer
}

.iweb-dialog-wrap.pdp-pc-notice-dialog-wrap-redmart .iweb-dialog-body.pdp-pc-notice-dialog-body-redmart .iweb-dialog-body-content-wrapper .iweb-dialog-body-content, .iweb-dialog-wrap.pdp-pc-notice-dialog-wrap-v2 .iweb-dialog-body.pdp-pc-notice-dialog-body-v2 .iweb-dialog-body-content-wrapper .iweb-dialog-body-content, .iweb-dialog-wrap.pdp-pc-notice-dialog-wrap .iweb-dialog-body.pdp-pc-notice-dialog-body .iweb-dialog-body-content-wrapper .iweb-dialog-body-content {
    text-align: left;
    color: #2e3346
}

.pdp-pc-notice-dialog-content, .pdp-pc-notice-dialog-content-redmart, .pdp-pc-notice-dialog-content-v2 {
    white-space: pre-line;
    line-height: 1.5
}

.pdp-pc-notice-dialog-content-redmart p, .pdp-pc-notice-dialog-content-v2 p, .pdp-pc-notice-dialog-content p {
    padding: 0
}

.pdp-pc-notice-dialog-content-redmart p:empty, .pdp-pc-notice-dialog-content-v2 p:empty, .pdp-pc-notice-dialog-content p:empty {
    margin: 0 0 18px;
    min-height: 0
}

.pdp-pc-notice-dialog-content-redmart a:link, .pdp-pc-notice-dialog-content-redmart a:visited, .pdp-pc-notice-dialog-content-v2 a:link, .pdp-pc-notice-dialog-content-v2 a:visited, .pdp-pc-notice-dialog-content a:link, .pdp-pc-notice-dialog-content a:visited {
    color: #2e3346;
    text-decoration: underline
}

.iweb-dialog-wrap.pdp-pc-notice-dialog-wrap-v2 .iweb-dialog-footer-lzd .iweb-dialog-action-row .iweb-button-primary {
    background: #f06
}

.iweb-dialog-wrap.pdp-pc-notice-dialog-wrap-redmart .iweb-dialog-footer-lzd .iweb-dialog-action-row .iweb-button-primary {
    background: #ee4054
}

.iweb-dialog-mask-enter {
    animation: mask-opacity .2s ease-in-out
}

.iweb-dialog-mask-leave {
    animation: mask-opacity-hide .2s ease-in-out
}

.iweb-dialog-mask .iweb-dialog-container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
    max-width: 648px;
    min-height: 320px;
    font-size: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center
}

.iweb-dialog-mask .iweb-dialog-container .iweb-dialog-close {
    height: 64px;
    display: flex;
    align-items: center
}

.iweb-dialog-mask .iweb-dialog-container .iweb-dialog-close-icon {
    margin-left: auto;
    margin-right: 24px;
    cursor: pointer
}

.iweb-dialog-mask .iweb-dialog-container-enter {
    animation: dialog-show .2s ease-in-out 0s 1 normal forwards
}

.iweb-dialog-mask .iweb-dialog-container-leave {
    animation: dialog-hide .2s ease-in-out 0s 1 normal forwards
}

.iweb-dialog-mask .iweb-dialog-wrap {
    width: 100%;
    max-width: 648px;
    min-height: 320px;
    max-height: calc(100vh - 120px);
    position: relative;
    font-size: 14px;
    background-color: var(--iweb-bg_white);
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-body {
    padding: 0 24px 24px;
    flex: 1
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-body-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: var(--iweb-page_title_margin_bottom);
    text-align: center;
    max-width: 648px
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-body-desc {
    font-size: 13px;
    color: var(--iweb-text_gray_01);
    margin-bottom: 15px
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-body-content-wrapper {
    display: flex;
    justify-content: center
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-body-content {
    text-align: center;
    max-height: calc(100vh - 313px);
    min-height: 125px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: var(--iweb-font-size-main);
    line-height: 1.2;
    color: var(--iweb-color-text)
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-footer {
    user-select: none;
    margin: 0 24px 24px;
    justify-content: center
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-footer .iweb-dialog-action-row {
    display: flex;
    align-items: stretch;
    justify-content: center
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-footer .iweb-dialog-action-row .iweb-button-secondary {
    margin-right: 16px
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-footer .iweb-dialog-action-row>.iweb-dialog-button {
    padding: 10px;
    font-size: 18px;
    line-height: 25px;
    border-radius: 0;
    border-right: .5px solid var(--iweb-border-color)
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-footer .iweb-dialog-action-row>.iweb-dialog-button-bold {
    font-weight: 700
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-footer .iweb-dialog-action-row>.iweb-dialog-button :last-child {
    border-right: none
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-footer .iweb-dialog-action-row:nth-child(2) .iweb-button-secondary {
    margin-right: 0
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-footer-campaign {
    margin-top: auto
}

.iweb-dialog-mask .iweb-dialog-wrap .iweb-dialog-footer-lzd {
    padding: var(--iweb-gutter_module_top_thin) var(--iweb-gutter_module_right_regular) var(--iweb-gutter_module_bottom_regular) var(--iweb-gutter_module_left_regular);
    margin: 0
}

.iweb-dialog-mask .iweb-dialog-lzd .iweb-dialog-wrap {
    border-radius: var(--iweb-radius-token-radius_small)
}

.iweb-dialog-mask .iweb-dialog-lzd .iweb-dialog-header-lzd {
    padding: var(--iweb-gutter_module_top_regular) var(--iweb-gutter_module_right_regular) var(--iweb-gutter_module_bottom_thin) var(--gutter_module_left_regular, 24px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.iweb-dialog-mask .iweb-dialog-lzd .iweb-dialog-header-lzd .iweb-dialog-header-title {
    color: var(--iweb-colour_primary_info);
    font-size: var(--iweb-fontsize_content_larger);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.iweb-dialog-mask .iweb-dialog-lzd .iweb-dialog-header-lzd .iweb-dialog-header-icon {
    stroke: var(--iweb-colour_tertiary_info);
    margin: var(--iweb-margin_page_right)
}

.iweb-dialog-mask .iweb-dialog-lzd .iweb-dialog-header-lzd .iweb-dialog-header-icon-lzd {
    stroke: var(--iweb-colour_tertiary_info)
}

.iweb-dialog-mask .iweb-dialog-lzd .iweb-dialog-body {
    padding: var(--iweb-gutter_module_top_regular) var(--iweb-gutter_module_left_regular) var(--iweb-gutter_module_bottom_regular) var(--iweb-gutter_module_left_regular)
}

.iweb-dialog-mask .iweb-dialog-lzd .iweb-dialog-footer .btn-right-float {
    float: right
}

.iweb-dialog-mask .iweb-dialog-lzd .iweb-dialog-footer .iweb-button:not(:last-child) {
    margin-right: var(--iweb-padding_inside_module_horizontally_extrathin)
}

@keyframes dialog-show {
    0% {
        transform: translate(-50%, calc(48px - 50%))
    }

    to {
        transform: translate(-50%, -50%)
    }
}

@keyframes dialog-hide {
    0% {
        transform: translate(-50%, -50%)
    }

    to {
        transform: translate(-50%, calc(48px - 50%))
    }
}

@keyframes mask-opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mask-opacity-hide {
    0% {
        opacity: 1;
        display: unset
    }

    to {
        opacity: 0;
        display: none
    }
}

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

.basket-bundle {
    display: flex;
    align-items: center;
    height: 48px;
    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: flex;
    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;
    box-sizing: border-box;
    top: 50%;
    right: 0;
    width: 64px;
    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: flex;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden
}

.pdp-multiple-buy .product-sections .product-section {
    display: flex;
    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 {
    flex: 1
}

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

.pdp-multiple-buy .product-sections .product-section .redmart-product-list {
    flex: 1
}

.pdp-rm-mb-freegift-tag {
    display: inline-block;
    width: 61px;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center
}

.pdp-rm-mb-freegift-item {
    display: flex;
    cursor: pointer
}

.pdp-rm-mb-freegift-item-checkbox-wrapper {
    display: flex;
    padding: 0 22px 0 15px
}

.pdp-rm-mb-freegift-item-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 9px;
    margin: auto 0;
    padding: 3px
}

.pdp-rm-mb-freegift-item-checkbox-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.pdp-rm-mb-freegift-item-checkbox-checked {
    border: 1px solid #1b5ee2
}

.pdp-rm-mb-freegift-item-checkbox-checked .pdp-rm-mb-freegift-item-checkbox-inner {
    background-color: #1b5ee2
}

.pdp-rm-mb-freegift-item-checkbox-disabled {
    opacity: .3
}

.pdp-rm-mb-freegift-item-checkbox-disabled.pdp-rm-mb-freegift-item-checkbox-checked {
    border: 1px solid #999
}

.pdp-rm-mb-freegift-item-checkbox-disabled.pdp-rm-mb-freegift-item-checkbox-checked .pdp-rm-mb-freegift-item-checkbox-inner {
    background-color: #999
}

.pdp-rm-mb-freegift-item-content {
    display: flex
}

.pdp-rm-mb-freegift-item-img {
    width: 60px;
    margin: auto 0
}

.pdp-rm-mb-freegift-item-img>img {
    width: 60px;
    height: 60px
}

.pdp-rm-mb-freegift-item-img>img:not([src]), .pdp-rm-mb-freegift-item-img>img[src=""] {
    opacity: 0
}

.pdp-rm-mb-freegift-item-detail {
    flex: 1;
    padding-left: 15px;
    display: flex;
    align-items: center
}

.pdp-rm-mb-freegift-item-detail-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #111;
    font-size: 13px
}

.pdp-rm-mb-freegift-item-detail-desc {
    padding: 2px 0 6px;
    font-size: 12px;
    color: #858b9c
}

.pdp-rm-mb-freegift-item-detail-price-current {
    margin-right: 4px;
    color: #ee4054;
    font-size: 15px;
    font-weight: 700
}

.pdp-rm-mb-freegift-item-detail-price-origin {
    color: #999;
    text-decoration: line-through;
    font-size: 12px
}

.pdp-rm-mb-freegift-modal {
    border-radius: 8px;
    width: 405px
}

.pdp-rm-mb-freegift-modal .next-dialog-header {
    padding: 18px 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 700
}

.pdp-rm-mb-freegift-modal .next-dialog-body {
    padding-bottom: 0
}

.pdp-rm-mb-freegift-modal .next-dialog-close {
    position: absolute;
    top: auto;
    bottom: -72px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 19px
}

.pdp-rm-mb-freegift-modal .next-dialog-close:hover {
    color: #fff
}

.pdp-rm-mb-freegift-modal .next-dialog-close .next-icon-close {
    font-weight: 700
}

.pdp-rm-mb-freegift-modal .next-dialog-footer {
    padding: 15px 11px 11px
}

.pdp-rm-mb-freegift-modal-content {
    padding: 3px 3px 0
}

.pdp-rm-mb-freegift-modal-button {
    height: 38px;
    width: 100%;
    border-radius: 19px;
    color: #fff;
    background-color: #ee4054;
    cursor: pointer;
    text-align: center
}

.pdp-rm-mb-freegift-modal-button>span {
    line-height: 38px
}

.pdp-rm-mb-freegift-modal-button-loading .next-icon-loading {
    top: 5px;
    left: -10px
}

.pdp-rm-mb-freegift-modal-button-loading .next-icon-loading:before {
    font-size: 20px !important;
    width: 20px !important
}

.pdp-rm-mb-freegift-modal-list {
    padding-right: 15px
}

.pdp-rm-mb-freegift-modal-list>li {
    padding-bottom: 24px
}

.pdp-rm-mb-gwp-gift {
    margin: 15px 0;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 8px
}

.pdp-rm-mb-gwp-gift-title {
    padding: 15px 0;
    font-size: 15px;
    color: #424242;
    font-weight: 700
}

.pdp-rm-mb-gwp-gift-desc {
    font-size: 13px;
    color: #333
}

.pdp-rm-mb-gwp-gift-list {
    padding-top: 15px
}

.pdp-rm-mb-gwp-gift-list li {
    display: inline-block;
    padding-bottom: 24px;
    width: 24.6%;
    margin-right: .4%
}

.pdp-rm-mb-gwp-pc-promotion-group {
    display: flex;
    border-left: 2px solid #d8d8d8;
    padding-left: 15px;
    padding-right: 15px
}

.pdp-rm-mb-gwp-pc-promotion-group.giftPromo {
    flex-direction: column
}

.pdp-rm-mb-gwp-pc-promotion-group:first-child {
    border-left: none
}

.pdp-rm-mb-gwp-pc-section-bundle {
    display: flex
}

.pdp-rm-mb-gwp-pc-section-bundle.gwp-promo.gift {
    margin-top: 20px
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-item {
    height: 54px;
    width: 54px;
    margin-right: 10px;
    position: relative;
    display: flex
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-item-image {
    height: 42px;
    width: 42px;
    border-radius: 5px;
    object-fit: cover;
    margin: 6px
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-free-gift {
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    position: relative;
    white-space: nowrap
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-free-gift .pdp-rm-mb-pc-gift-text {
    display: flex;
    flex-direction: column;
    padding: 5px 10px 5px 5px;
    justify-content: center;
    position: relative;
    z-index: 1
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-free-gift .pdp-rm-mb-pc-gift-soldout {
    margin-bottom: 6px
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-free-gift .pdp-rm-mb-pc-gift-select-option {
    color: #ee4054;
    font-weight: 700;
    cursor: pointer
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-grey-overlay {
    height: 54px;
    width: 100%;
    border-radius: 6px;
    background: #999;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-basket-ic-plus {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-right: 10px
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-basket-ic-plus .lazada-icon {
    font-size: 36px
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-placeholder {
    border-radius: 6px;
    background-color: #999;
    opacity: .1
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-placeholder.item {
    height: 54px;
    width: 54px;
    margin-right: 10px
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-placeholder.gift {
    height: 54px;
    width: 200px
}

.pdp-rm-mb-gwp-pc-section-bundle .pdp-rm-mb-pc-placeholder.gift:not(:first-child) {
    margin-left: 10px
}

.pdp-rm-mb-gwp-pc-bundles-container {
    padding-bottom: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    position: relative
}

.pdp-rm-mb-gwp-pc-bundles-container .pdp-rm-mb-gwp-title {
    margin: 0 0 6px 10px;
    color: #424242;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 8px;
    padding-top: 15px
}

.pdp-rm-mb-gwp-pc-bundles-container .pdp-rm-mb-gwp-pc-bundles {
    display: flex;
    padding-bottom: 10px;
    overflow: hidden
}

.pdp-rm-mb-gwp-pc-bundles-container .pdp-rm-mb-gwp-pc-button {
    width: 36px;
    height: 36px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    top: 50%
}

.pdp-rm-mb-gwp-pc-bundles-container .pdp-rm-mb-gwp-pc-button.right-wrapper {
    right: -18px
}

.pdp-rm-mb-gwp-pc-bundles-container .pdp-rm-mb-gwp-pc-button.left-wrapper {
    left: -18px
}

.pdp-rm-mb-gwp-pc-bundles-container .pdp-rm-mb-gwp-pc-button.left-wrapper .pc-bundle-button, .pdp-rm-mb-gwp-pc-bundles-container .pdp-rm-mb-gwp-pc-button.right-wrapper .pc-bundle-button {
    border-color: #000;
    border-style: solid;
    border-width: 0 2px 2px 0;
    display: table;
    padding: 3px
}

.pdp-rm-mb-gwp-pc-bundles-container .pdp-rm-mb-gwp-pc-button.left-wrapper .pc-bundle-button.right, .pdp-rm-mb-gwp-pc-bundles-container .pdp-rm-mb-gwp-pc-button.right-wrapper .pc-bundle-button.right {
    transform: rotate(-45deg)
}

.pdp-rm-mb-gwp-pc-bundles-container .pdp-rm-mb-gwp-pc-button.left-wrapper .pc-bundle-button.left, .pdp-rm-mb-gwp-pc-bundles-container .pdp-rm-mb-gwp-pc-button.right-wrapper .pc-bundle-button.left {
    transform: rotate(135deg)
}

.pdp-rm-mb-gwp-promotion-display-container {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    padding-top: 20px;
    flex-wrap: wrap;
    border-radius: 8px
}

.pdp-rm-mb-gwp-promotion-display-container .product-row-container {
    padding-left: 20px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column
}

.pdp-rm-mb-gwp-promotion-display-container .multi {
    width: 48%
}

.pdp-rm-mb-gwp-promotion-display-container .title {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 700
}

.pdp-rm-mb-gwp-promotion-display-container .product-row-container.multi {
    padding-bottom: 42px
}

.pdp-rm-mb-gwp-promotion-display-container .product-card .product-tags img {
    margin-right: 2px
}

.pdp-rm-mb-gwp-error-container {
    width: 100%;
    min-height: calc(100vh - 470px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.pdp-rm-mb-gwp-error-card {
    width: 600px;
    display: flex;
    font-family: Lato-Regular, sans-serif;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.pdp-rm-mb-gwp-error-card .pdp-rm-mb-gwp-error-image {
    height: 150px;
    margin-bottom: 16px
}

.pdp-rm-mb-gwp-error-card .pdp-rm-mb-gwp-error-title {
    color: #111;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px
}

.pdp-rm-mb-gwp-error-card .pdp-rm-mb-gwp-error-decription {
    color: #595f6d;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px
}

.pdp-rm-mb-gwp-error-card .pdp-rm-mb-gwp-error-refresh-button {
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 24px;
    padding: 14px 28px;
    text-align: center;
    background-image: linear-gradient(90deg, #ff933f, #f93782);
    color: #fff;
    border: none;
    cursor: pointer
}

#container.rm-pdp-multibuy-pc #root.pdp-block {
    overflow: visible
}

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

.warranty-tooltip-item-v2 {
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 1px solid #e3e7f1
}

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

.warranty-tooltip-item-v2_no-content .delivery-tooltip-item__info {
    vertical-align: middle
}

.warranty-tooltip-item-v2 .lazada-icon {
    font-size: 18px;
    color: #2e3346
}

.warranty-tooltip-item-v2__header {
    display: flex;
    align-items: center
}

.warranty-tooltip-item-v2__description {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.22px;
    color: #858b9c;
    margin-top: 4px;
    margin-left: 24px
}

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

.warranty-tooltip-item-v2__description .html-content a {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.22px;
    color: #1641b5
}

.warranty-tooltip-item-v2__icon {
    margin-right: 6px;
    width: 18px;
    height: 18px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle
}

.warranty-tooltip-item-v2__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px;
    color: #2e3346
}

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

.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;
    box-shadow: 1px 2px 14px #ccc;
    z-index: 0;
    border-radius: 3px;
    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;
    box-shadow: 2px 1px 14px #ccc;
    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;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 4px 16px 0 rgba(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: #136cff
}

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

.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;
    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__shipping-fee.no-subtitle {
    vertical-align: middle
}

.delivery-option-item__promotion {
    font-size: 13px;
    background-color: #fff;
    padding: 8px;
    margin: 8px 0 0 35px;
    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;
    align-items: center;
    width: 100%;
    box-sizing: border-box
}

.delivery-header__title {
    display: table-cell;
    font-size: 12px;
    line-height: 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;
    transition: all .3s ease-out;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    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_lazBusiness {
    border: 1px solid #1e71ff;
    background: #1e71ff;
    color: #fff
}

.pdp-button_theme_lazBusiness:hover {
    border-color: #1e71ff;
    background: #1e71ff
}

.pdp-button_theme_disabled {
    border: 1px solid #cbced5 !important;
    background: #f2f3f7;
    color: #c6cad2;
    cursor: not-allowed
}

.pdp-button_theme_disabled .pdp-button-text {
    color: #c6cad2
}

.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 #136cff;
    background: #fff;
    color: #136cff
}

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

.pdp-button_theme_blue {
    border: 1px solid #136cff;
    background: #136cff;
    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: #136cff
}

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

.pdp-link:hover {
    color: #1e71ff;
    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
}

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

.recommend .recommend-loading {
    width: 100%;
    min-height: 389px;
    background: url(https://img.lazcdn.com/g/tps/tfs/TB1ZXn5kh6I8KJjy0FgXXXXzVXa-206-205.gif) no-repeat 50%;
    background-size: 80px
}

.recommend .recommend-loading.icon-d {
    background-image: url(https://img.lazcdn.com/g/tps/tfs/TB151WdoH3nBKNjSZFMXXaUSFXa-200-200.gif)
}

.recommend .recommend-loading.icon-s {
    background-image: url(https://img.lazcdn.com/g/tps/tfs/TB1thRDoFkoBKNjSZFkXXb4tFXa-200-200.gif)
}

.recommend .recommend-title {
    margin-bottom: 16px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

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

.recommend .recommend-product-item {
    display: inline-block;
    margin: 0 6px 20px;
    width: 188px;
    background-color: #fff;
    vertical-align: top;
    position: relative
}

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

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

.recommend .recommend-product-item-add-cart {
    background-image: url(//img.lazcdn.com/g/tps/tfs/TB1AlncDwDqK1RjSZSyXXaxEVXa-80-64.png);
    background-size: cover;
    width: 38px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 35px;
    right: 10px;
    cursor: pointer
}

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

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

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

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

.recommend .store-tag {
    height: 16px;
    line-height: 1;
    font-size: 0;
    display: block
}

.recommend .store-tag .tag-icon {
    display: inline-block;
    min-width: 12px;
    height: 12px;
    vertical-align: middle
}

.recommend .store-tag .tag-text {
    display: inline-block;
    margin-left: 4px;
    font-size: 12px;
    height: 16px;
    width: calc(100% - 17px);
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.p-yatra .recommend .store-tag .tag-text {
    display: none
}

.recommend .product-title {
    margin: 2px 0 0;
    height: 28px;
    color: #404040;
    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
}

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

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

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

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

.recommend .product-installment {
    margin: 4px 0 0;
    color: #9e9e9e;
    font-size: 12px;
    height: 12px;
    line-height: 1
}

.recommend .product-service-list {
    margin: 4px 0 0;
    height: 16px
}

.recommend .product-service-list .service-item {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    vertical-align: top
}

.recommend .product-service-list .service-item:last-child {
    margin-right: 0
}

.recommend .product-rating-region {
    margin: 6px 0 0;
    height: 14px;
    overflow: hidden
}

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

.recommend .product-rating-region .rating-star {
    float: left
}

.recommend .product-rating-region .rating-total {
    float: left;
    margin-left: 4px;
    color: #9e9e9e;
    font-size: 10px;
    line-height: 14px
}

.recommend .product-rating-region .product-region {
    float: right;
    max-width: 70px;
    font-size: 10px;
    line-height: 14px;
    color: #9e9e9e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.recommend .product-rating-region.no-rating .product-region {
    max-width: 100%
}

.recommend.simple .product-info {
    padding-top: 6px
}

.recommend.addtocart {
    margin: 18px auto 30px;
    width: 992px
}

.recommend.addtocart .recommend-products-wrap {
    padding: 2px 2px 3px;
    overflow-x: auto;
    overflow-y: hidden
}

.recommend.addtocart .recommend-product-list {
    margin: 0;
    white-space: nowrap
}

.recommend.addtocart .recommend-product-list .recommend-product-item {
    margin-bottom: 0;
    white-space: normal
}

.recommend.addtocart .recommend-product-list .recommend-product-item:first-child {
    margin-left: 0
}

.recommend.addtocart .recommend-product-list .recommend-product-item:last-child {
    margin-right: 0
}

.cart-dialog-wrapper .next-overlay-backdrop {
    z-index: 30003
}

.cart-dialog-wrapper .next-dialog.cart-dialog {
    border-radius: 3px;
    border-width: 0;
    z-index: 30003
}

.cart-dialog-wrapper .next-dialog.cart-dialog .next-dialog-body {
    padding: 48px 0 0
}

.cart-dialog-wrapper .next-dialog.cart-dialog .next-dialog-close {
    color: grey;
    width: 18px;
    height: 18px;
    right: 16px;
    top: 16px;
    display: inline-block
}

.cart-dialog-wrapper .next-dialog.cart-dialog .next-dialog-close .next-icon {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.cart-dialog-wrapper .next-dialog.cart-dialog .next-dialog-close .next-icon:before {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px
}

.checkout-summary-heading {
    margin-bottom: 14px;
    position: relative
}

.checkout-summary-icon {
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer
}

.checkout-summary-title {
    font-size: 18px;
    line-height: 24px;
    color: #212121;
    font-weight: 500
}

.checkout-summary-rows {
    margin-bottom: 15px
}

.checkout-summary-rows:last-child {
    margin-bottom: 0
}

.checkout-summary-main {
    display: flex
}

.checkout-summary-sub {
    margin-left: 0;
    margin-top: 10px;
    text-align: left
}

.checkout-summary-row {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    flex-direction: column
}

.checkout-summary-row:last-child {
    margin-bottom: 0
}

.checkout-summary-label {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    color: #757575;
    letter-spacing: 0;
    line-height: 21px
}

.checkout-addon-icon {
    vertical-align: middle
}

.checkout-summary-value {
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #202020;
    letter-spacing: -.44px;
    vertical-align: middle
}

.checkout-summary-line-value, .checkout-summary-value .text-through {
    margin-right: 5px;
    text-decoration: line-through
}

.checkout-summary-noline-value {
    margin-right: 5px
}

.checkout-summary-label-collapse {
    display: table-cell;
    width: 50%;
    font-size: 18px;
    line-height: 24px;
    color: #212121;
    font-weight: 500
}

.checkout-summary-value-collapse {
    display: table-cell;
    text-align: right;
    padding-right: 20px
}

.checkout-summary-more-info {
    text-align: right
}

.checkout-summary-count {
    font-size: 12px;
    color: #757575;
    letter-spacing: 0;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px
}

.checkout-order-total {
    margin-top: 10px
}

.checkout-order-total-row {
    display: table;
    width: 100%;
    margin-bottom: 16px
}

.checkout-order-total-row:last-child {
    margin-bottom: 0
}

.checkout-order-total-title {
    display: table-cell;
    font-size: 14px;
    color: #202020;
    line-height: 16px
}

.checkout-order-total-fee {
    display: table-cell;
    font-size: 18px;
    color: #f57224;
    text-align: right
}

.checkout-order-total-fee-tip {
    font-size: 12px;
    color: #424242;
    letter-spacing: 0;
    line-height: 16px;
    display: block;
    text-align: right;
    margin-top: 5px
}

.checkout-order-total-button.next-btn {
    width: 100%;
    height: 40px;
    line-height: 14px;
    position: absolute;
    bottom: 12px;
    right: 40px
}

.cart-item {
    width: 100%;
    padding: 16px 0;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: left
}

.cart-item-inner {
    width: 100%;
    display: table
}

.cart-item-left {
    display: table-cell;
    vertical-align: top
}

.cart-item-left.cart-item-left-img-wrap {
    width: 100px;
    padding-left: 12px;
    padding-right: 10px
}

.cart-item-right {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 40px
}

.cart-item-right .cart-item-right {
    padding-right: 0
}

.cart-item-promoted-icon {
    height: 12px
}

.cart-item-invalid-tip {
    margin-top: 8px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #f44336
}

.cart-item-stock-tip {
    font-size: 12px;
    line-height: 14px;
    color: #1e1e1e;
    margin-top: 4px
}

.cart-item-quantity {
    text-align: right;
    vertical-align: middle
}

.cart-item-quantity-icon {
    font-size: 14px;
    line-height: 28px;
    color: #c9c9c9;
    margin-right: 5px
}

.cart-item-quantity-prefix {
    font-size: 14px;
    color: #757575;
    vertical-align: middle
}

.cart-item-quantity-value {
    font-size: 16px;
    line-height: 28px;
    color: #212121;
    vertical-align: middle
}

.cart-item-img-wrap {
    position: relative;
    float: left;
    outline: none
}

.cart-item-img, .cart-item-img-wrap {
    width: 80px;
    height: 80px
}

.cart-item-content {
    display: inline-block
}

.cart-item-title {
    padding-left: 0;
    font-size: 14px;
    line-height: 16px;
    color: #212121;
    outline: none
}

.cart-item-title, .cart-item-title:hover {
    text-decoration: none
}

.cart-item-title:link, .cart-item-title:visited {
    color: #212121
}

.cart-item-sku {
    margin: 16px 0 8px;
    font-size: 12px;
    line-height: 16px;
    color: #757575
}

.cart-item-current-price {
    font-size: 18px;
    line-height: 28px;
    color: #f57224;
    font-weight: 500;
    margin-bottom: 4px
}

.cart-item-origin-price {
    color: #757575;
    margin-bottom: 8px;
    text-decoration: line-through;
    margin-right: 5px
}

.cart-item-origin-price, .cart-item-promotion-ratio {
    font-size: 14px;
    line-height: 16px;
    display: inline-block
}

.cart-item-promotion-ratio {
    color: #212121;
    font-weight: 500
}

.cart {
    background: #fff;
    width: 1012px;
    display: table;
    border-top: 1px solid #eff0f5;
    border-bottom: 1px solid #eff0f5
}

.cart .lazadaicon {
    font-size: 16px
}

.cart-message {
    padding-left: 12px;
    padding-top: 14px;
    padding-bottom: 2px
}

.cart-message-icon {
    line-height: 18px;
    margin-right: 4px
}

.cart-message-icon, .cart-message-text {
    font-size: 18px;
    color: #4caf50;
    vertical-align: middle
}

.cart-message-text {
    font-weight: 400;
    line-height: 22px
}

.cart-panel {
    display: table-cell;
    vertical-align: top
}

.cart-panel-left {
    max-width: 598px
}

.cart-panel-right {
    position: relative;
    min-width: 280px
}

.cart-panel-right .checkout-order-total-row {
    margin-bottom: 0
}

.cart-panel-right .checkout-order-total .next-btn {
    width: auto;
    margin-top: 16px
}

.cart-panel-right .checkout-order-total .next-btn.next-btn-secondary {
    background: #fff;
    color: #f57224;
    border-color: #f57224
}

.cart-list {
    max-height: 277px;
    overflow: auto
}

.cart-list-item {
    margin-bottom: 20px
}

.cart-list-item:last-child {
    margin-bottom: 0
}

.cart-checkout-summary {
    padding: 8px 0 0 12px
}

.cart-checkout-summary .checkout-summary-title {
    font-weight: 400
}

.cart-checkout-summary .checkout-summary-label {
    font-size: 12px;
    color: #757575;
    letter-spacing: 0;
    line-height: 16px
}

.cart-checkout-summary .checkout-summary-value {
    font-size: 14px;
    color: #424242;
    letter-spacing: -.44px
}

.cart-order-total .checkout-order-total-fee-tip {
    color: #212121
}

.cart-order-total .checkout-order-total-title {
    font-weight: 400;
    font-size: 16px
}

.cart-error {
    height: 310px;
    background: #fff;
    width: 1012px;
    display: table;
    border-top: 1px solid #eff0f5;
    border-bottom: 1px solid #eff0f5
}

.cart-error .cart-error-feedback {
    width: 388px;
    margin: 0 auto
}

.cart-error-body {
    margin-top: 50px;
    text-align: center
}

.cart-error-body .cart-error-content {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500
}

.cart-error-body .cart-error-btn {
    cursor: pointer;
    display: inline-block;
    margin-top: 27px;
    padding: 9px 15px;
    background-color: #fff;
    border: 1px solid #f57224;
    border-radius: 2px;
    font-size: 12px;
    color: #f57224;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    outline: none
}

.bundle-product {
    margin: 0 0 16px;
    width: 122px;
    background-color: #fff;
    display: inline-block;
    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;
    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;
    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;
    display: flex;
    align-items: center
}

.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 {
    font-size: 16px;
    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
}

.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-picker.editable .next-number-picker-input input:hover {
    background-color: #de142b;
    border-color: #de142b
}

.redmart-cart-btn {
    display: flex;
    min-width: 152px
}

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

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

.mixed-text {
    line-height: normal
}

.mixed-text.mixed-text-liveupplus {
    display: inline-block;
    background-color: #003298;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    padding: 4px 7px 4px 6px;
    margin: 4px 10px 4px 0
}

.mixed-text .ic-caret-inline {
    height: 10px;
    padding-left: 3px;
    vertical-align: middle
}

.mixed-text .ic-liveup-logo {
    height: 14px;
    max-width: 100px
}

.mixed-text .ic-liveup-inline-logo {
    height: 14px;
    max-width: 100px;
    padding-left: 5px;
    margin-bottom: -1px;
    vertical-align: baseline
}

.mixed-text .ic-liveup-small-logo {
    height: 12px;
    margin-bottom: -1px;
    vertical-align: baseline
}

.mixed-text .ic-liveupplus-inline-logo {
    height: 10px;
    max-width: 100px;
    padding-left: 5px;
    margin-bottom: -1px;
    vertical-align: baseline
}

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

.product-card:hover {
    box-shadow: 0 1px 6px rgba(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;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-card .product-card-header .product-badge.soldOut {
    background-color: #4a4a4a
}

.product-card .product-card-body {
    flex: 1;
    display: flex;
    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 {
    flex: 1;
    display: flex;
    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 {
    transform: scale(.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;
    box-sizing: border-box;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.redmart-product-list {
    display: flex;
    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
}

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

.pdp-recommend .recommend-loading.lazada {
    background: url(../images/loading/spinner1.gif) no-repeat 50%
}

.pdp-recommend .recommend-loading.daraz {
    background: url(../images/loading/spinner2.gif) no-repeat 50%
}

.pdp-recommend .recommend-loading.mm {
    background: url(../images/loading/spinner3.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;
    box-shadow: 0 1px 2px 0 transparent
}

.pdp-recommend .product-item-link:hover {
    text-decoration: none;
    box-shadow: 0 1px 2px 0 rgba(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-common-phone-input .phone-input-wrap {
    margin: 10px 0 0;
    width: 335px
}

.pdp-common-phone-input .phone-input {
    box-sizing: border-box;
    padding-left: 15px;
    width: 100%;
    height: 40px;
    color: #212121;
    font-size: 14px;
    border: 1px solid #9e9e9e;
    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;
    box-shadow: none
}

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

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

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

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

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

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

.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%, .5)
}

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

.pdp-ms__pagination {
    height: 60px;
    text-align: right;
    padding: 16px 0;
    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: 25px;
    display: table;
    width: 100%;
    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:first-child {
    padding-left: 0
}

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

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

.pdp-ms__table thead td {
    height: 55px;
    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;
    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, .8)
}

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

.pre-order-tag-v2 {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 7px;
    background: #e8f0ff;
    border-radius: 6px;
    margin-top: 12px
}

.pre-order-tag-v2 .icon {
    width: 16px;
    height: 16px;
    margin-right: 7px
}

.pre-order-tag-v2 .content {
    color: #1a71ff;
    font-size: 12px
}

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

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

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

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

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

.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: flex;
    flex-direction: column;
    padding: 12px;
    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
}

.pricemask-detail.pc.pricemask-detail-v2 {
    width: 480px;
    height: 72px;
    background-size: cover;
    background-position: 50%;
    border-radius: 12px;
    margin-top: 18px
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-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);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-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
}

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

.slick-slide img {
    display: block
}

.slick-slide, .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 {
    margin-top: 12px;
    margin-bottom: 12px
}

.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: flex;
    flex-direction: column;
    font-size: 14px;
    margin-right: 50px
}

.pdp-mod-product-attrs .product-attr-wrapper .product-attr .attr-name {
    color: #2e3346;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500
}

.pdp-mod-product-attrs .product-attr-wrapper .product-attr .attr-text {
    color: #595f6d;
    font-weight: 400
}

.pdp-product-brand-v2 {
    display: inline-block;
    width: 100%;
    height: 18px
}

.pdp-product-brand-v2.redmart {
    border-bottom: none
}

.pdp-product-brand-v2__name {
    display: inline-block;
    vertical-align: middle;
    color: #595f6d;
    margin-right: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px
}

.pdp-product-brand-v2__divider {
    height: 12px;
    width: 1px;
    background: #9e9e9e;
    margin-left: 6px;
    margin-right: 6px
}

.pdp-product-brand-v2__brand, .pdp-product-brand-v2__brand-link, .pdp-product-brand-v2__divider {
    display: inline-block;
    vertical-align: middle
}

.pdp-product-brand-v2__suggestion, .pdp-product-brand-v2__suggestion-link {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pdp-product-brand-v2__tail-label {
    color: #858b9c;
    font-size: 12px;
    float: right;
    margin-top: 1px;
    margin-left: 4px
}

.pdp-product-brand-v2--empty {
    display: none
}

.pdp-v2-block__brand:has(.pdp-product-brand-v2--empty) {
    display: none
}

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

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

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

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

.message_platform_pc-redmart .message__item, .message_platform_pc .message__item {
    margin-bottom: 4px
}

.pdp-mod-specification {
    margin-top: 16px;
    font-size: 14px
}

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

.pdp-mod-specification .specification-keys .key-li {
    display: inline-block;
    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-mod-qualification .pdp-mod-qualification-items {
    display: flex;
    row-gap: 16px;
    flex-wrap: wrap
}

.pdp-mod-qualification .pdp-mod-qualification-items .row {
    flex: 1 0 100%;
    display: flex;
    column-gap: 18px
}

.pdp-mod-qualification .pdp-mod-qualification-items .row .col {
    background-color: #f0f1f6;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    width: 50%;
    box-sizing: border-box
}

.pdp-mod-qualification .pdp-mod-qualification-items .row .col:nth-child(2) {
    opacity: 0
}

.pdp-mod-qualification .pdp-mod-qualification-items .row .col:nth-child(2).display {
    opacity: 1
}

.pdp-mod-qualification .pdp-mod-qualification-items .row .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #595f6d;
    flex-shrink: 0
}

.pdp-mod-qualification .pdp-mod-qualification-items .row .content {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #121212;
    text-align: right
}

.pdp-mod-qualification .pdp-mod-qualification-items .row .content.view-more {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 6px;
    cursor: pointer;
    color: #1641b5
}

.pdp-mod-qualification .pdp-mod-qualification-items .row .images {
    display: none
}

.pdp-mod-qualification .pdp-mod-qualification-bottom-tip {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #2e3346;
    margin-top: 8px;
    line-break: anywhere
}

.pdp-mod-qualification .pdp-mod-qualification-bottom-tip a {
    color: var(--i-brand_blue, #1641b5)
}

.view-more-dialog .iweb-dialog-body img {
    width: 100%
}

.view-more-dialog .iweb-dialog-body span {
    font-weight: 400;
    font-size: 14px;
    color: #2e3346
}

.view-more-dialog .iweb-button-secondary {
    border: 1px solid #f06;
    color: #f06
}

.view-more-dialog .iweb-button-primary {
    background-color: #f06
}

.pdp-common-seo-highlights {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    background: linear-gradient(150.87deg, #f2f8ff 21.92%, #f7f1ff 54.15%, #f0f8ff 78.46%)
}

.pdp-common-seo-highlights>div {
    margin-top: 6px
}

.pdp-common-seo-highlights:first-child {
    margin-top: 0
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-list {
    font-size: 12px;
    color: #2e3346
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-list .pdp-common-seo-highlights-item {
    position: relative;
    padding-left: 12px;
    margin-top: 6px
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-list .pdp-common-seo-highlights-item:first-child {
    margin-top: 0
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-list .pdp-common-seo-highlights-item:before {
    content: "·";
    position: absolute;
    top: -4px;
    left: 0;
    font-weight: 700;
    font-size: 16px
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-list .tips-icon {
    width: 10px;
    padding: 10px 10px 0;
    cursor: pointer
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-list .tips-icon-img {
    width: 10px;
    height: 10px
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-list .tips-icon-toast {
    z-index: 999;
    position: absolute;
    background: #000;
    opacity: .7;
    font-size: 10px;
    color: #fff;
    padding: 12px 10px;
    border-radius: 6px;
    margin-top: 10px
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-list .tips-icon-toast:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: -4px;
    left: 6px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-list .tips-icon-toast-pc {
    z-index: 1000;
    border: 1px solid #cbced5;
    position: absolute;
    isolation: isolate;
    opacity: 1;
    background-color: #fff;
    background-image: none;
    font-size: 10px;
    color: #000;
    padding: 12px 10px;
    border-radius: 6px;
    margin-top: 10px
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-list .tips-icon-toast-pc-triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: -4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #cbced5
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-list .tips-icon-toast-pc-triangle:after {
    z-index: 99;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: 1px;
    left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-tips {
    padding-left: 12px
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-tips .pdp-common-seo-highlights-tips-text {
    font-size: 10px;
    color: #858b9c
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-link {
    display: flex
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-link .pdp-common-seo-highlights-link-item {
    display: flex;
    padding: 6px;
    border-radius: 6px
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-link .pdp-common-seo-highlights-link-item .pdp-common-seo-highlights-link-icon {
    width: 15px;
    height: 15px
}

.pdp-common-seo-highlights .pdp-common-seo-highlights-link .pdp-common-seo-highlights-link-item .pdp-common-seo-highlights-link-text {
    background: linear-gradient(6deg, #6ca2f6, #bb7bf3);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 12px;
    font-weight: 600
}

.pdp-product-detail-v2 {
    position: relative
}

.pdp-product-detail-v2 .pdp-product-desc-v2 {
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff
}

.pdp-product-detail-v2 .pdp-product-highlights {
    overflow: hidden;
    font-size: 14px;
    line-height: 18px
}

.pdp-product-detail-v2 .pdp-product-highlights>p {
    position: relative;
    padding-left: 15px;
    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;
    break-inside: avoid
}

.pdp-product-detail-v2 .pdp-product-highlights>p:before {
    content: "•";
    position: absolute;
    left: 0
}

.pdp-product-detail-v2 .pdp-product-highlights ol, .pdp-product-detail-v2 .pdp-product-highlights ul {
    list-style: none;
    overflow: hidden
}

.pdp-product-detail-v2 .pdp-product-highlights ol>li, .pdp-product-detail-v2 .pdp-product-highlights ul>li {
    position: relative;
    padding-left: 15px;
    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;
    break-inside: avoid
}

.pdp-product-detail-v2 .pdp-product-highlights ol>li:before, .pdp-product-detail-v2 .pdp-product-highlights ul>li:before {
    content: "•";
    position: absolute;
    left: 0
}

.pdp-product-detail-v2 .pdp-product-highlights ol>li:only-child, .pdp-product-detail-v2 .pdp-product-highlights ul>li:only-child {
    column-span: all
}

.pdp-product-detail-v2 .detail-content {
    position: relative;
    height: auto;
    margin-top: 16px;
    padding-bottom: 16px;
    line-height: 1.3
}

.pdp-product-detail-v2 .detail-content>div {
    width: 100% !important;
    height: auto !important
}

.pdp-product-detail-v2 .detail-content:last-child {
    border-bottom: none
}

.pdp-product-detail-v2 .detail-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block
}

.pdp-product-detail-v2 .detail-content p {
    font-size: 14px
}

.pdp-product-detail-v2 .detail-content h2 {
    margin: 0 0 17px;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px
}

.pdp-product-detail-v2 .height-limit {
    height: 780px
}

.pdp-product-detail-v2 .height-limit:after {
    content: "";
    height: 100px;
    position: absolute;
    bottom: 54px;
    width: 100%;
    left: 0;
    background: linear-gradient(-180deg, hsla(0, 0%, 100%, 0) 6%, #fff 83%)
}

.pdp-product-detail-v2 .expand-button {
    position: relative;
    bottom: 0;
    left: 0;
    background: #fff;
    font-size: 13px;
    line-height: 14px;
    padding-top: 24px;
    text-align: center;
    width: 100%;
    margin: 0 !important
}

.pdp-product-detail-v2 .expand-cursor {
    cursor: pointer
}

.pdp-product-detail-v2 .detail-content+.pdp-product-report {
    margin-top: 0
}

.pdp-product-detail-v2 .pdp-product-report {
    font-weight: 400;
    font-size: 14px;
    color: #2e3346;
    line-height: 18px;
    margin-top: 16px
}

.pdp-product-detail-v2 .pdp-product-report .report-link {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0
}

.pdp-view-more-btn {
    display: inline-block
}

.pdp-view-more-btn-text {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: NotoSans-Regular
}

.pdp-view-more-btn-icon {
    margin-left: 4px
}

.pdp-view-more-btn-icon-expand {
    margin-left: 4px;
    transform: rotate(180deg)
}

.pdp-product-detail-v2 .pdp-product-desc-v2 * {
    transform: scale(1) !important
}

.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-mod-product-price .e-tickets-wrapper {
    background-color: #fff2e4;
    padding: 6px 5px;
    display: flex;
    align-items: center
}

.pdp-mod-product-price .e-tickets-wrapper .icon {
    width: 24px;
    height: 20px;
    background: url(//img.lazcdn.com/g/tps/imgextra/i1/O1CN01iJtsUu1NXE8umH7rT_!!6000000001579-2-tps-40-40.png) no-repeat;
    background-size: contain;
    margin-right: 6px
}

.pdp-mod-product-price .e-tickets-wrapper .text {
    line-height: 16px;
    font-size: 12px;
    color: #f36003
}

.pdp-mod-product-price .e-tickets-wrapper .text span {
    color: #1871ff
}

.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-mod-product-price-v2 {
    position: relative;
    margin-top: 18px
}

.pdp-mod-product-price-v2 .pdp-v2-product-price-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 41px
}

.pdp-mod-product-price-v2 .pdp-v2-product-price-content .pdp-v2-product-price-content-salePrice {
    display: inline-block
}

.pdp-mod-product-price-v2 .pdp-v2-product-price-content .pdp-v2-product-price-content-salePrice .pdp-v2-product-price-content-salePrice-symbol {
    color: #f06;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.pdp-mod-product-price-v2 .pdp-v2-product-price-content .pdp-v2-product-price-content-salePrice .pdp-v2-product-price-content-salePrice-amount {
    color: #f06;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.pdp-mod-product-price-v2 .pdp-v2-product-price-content .pdp-v2-product-price-content-salePrice .pdp-v2-product-price-content-salePrice-sign {
    color: #f06;
    font-size: 19.2px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.pdp-mod-product-price-v2 .pdp-v2-product-price-content .pdp-v2-product-price-content-originalPrice {
    display: inline-block;
    padding-left: 6px
}

.pdp-mod-product-price-v2 .pdp-v2-product-price-content .pdp-v2-product-price-content-originalPrice .pdp-v2-product-price-content-originalPrice-amount {
    color: #858b9c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through
}

.pdp-mod-product-price-v2 .pdp-v2-product-price-content .pdp-v2-product-price-content-originalPrice .pdp-v2-product-price-content-originalPrice-discount {
    margin-left: 8px;
    padding: 2px;
    background-color: #ffe5f0;
    border-radius: 3px;
    color: #f06;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.pdp-mod-product-price-v2 .pdp-v2-product-price-tips {
    color: #858b9c;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4px
}

.pdp-mod-product-price-v2-topbanner {
    width: 480px;
    height: 72px;
    border-radius: 8px;
    margin-bottom: 18px
}

.pdp-mod-product-price-v2 .promotion-banner-img {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 254px;
    height: 72px;
    margin-left: 12px
}

.pdp-mod-product-price-v2 .e-tickets-wrapper-v2 {
    background-color: #fff2e4;
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin-bottom: 18px
}

.pdp-mod-product-price-v2 .e-tickets-wrapper-v2 .iweb-message {
    padding: 12px
}

.pdp-mod-product-price-v2 .e-tickets-wrapper-v2 .iweb-message-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px;
    color: #2e3346
}

.pdp-mod-product-price-v2 .e-tickets-wrapper-v2 .iweb-message-icon .iweb-message-icon-warning {
    width: 18px !important;
    height: 18px !important
}

.pdp-mod-product-price-v2 .e-tickets-wrapper-v2 .e-tickets-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    color: #2e3346
}

.pdp-mod-product-price-v2 .e-tickets-wrapper-v2 .e-tickets-text span {
    color: #1641b5
}

.pdp-mod-product-price-v2-mini {
    margin-top: 0;
    margin-left: 12px
}

.pdp-mod-product-price-v2-mini .pdp-v2-product-price-content {
    flex-direction: column;
    align-items: flex-start;
    height: auto
}

.pdp-mod-product-price-v2-mini .pdp-v2-product-price-content .pdp-v2-product-price-content-salePrice .pdp-v2-product-price-content-salePrice-amount {
    line-height: 41px
}

.pdp-mod-product-price-v2-mini .pdp-v2-product-price-content .pdp-v2-product-price-content-originalPrice {
    padding-left: 0
}

.iweb-message {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    box-sizing: border-box
}

.iweb-message-default {
    background-color: var(--iweb-colour_fill_notice_shades)
}

.iweb-message-warning {
    background-color: var(--iweb-colour_fill_alert_shades)
}

.iweb-message-error {
    background-color: var(--iweb-colour_fill_error_shades)
}

.iweb-message-success {
    background-color: var(--iweb-colour_fill_success_shades)
}

.iweb-message-icon {
    margin-right: var(--iweb-message-inner-padding)
}

.iweb-message-close {
    cursor: pointer;
    margin-right: 4px;
    margin-top: 4px
}

.iweb-message-wrap {
    flex: 1;
    max-width: 100%;
    margin-right: var(--iweb-message-inner-content-margin)
}

.iweb-message-title {
    padding-bottom: var(--iweb-message-inner-content-padding);
    font-weight: var(--iweb-bold-font-weight);
    font-size: 20px;
    line-height: 28px
}

.iweb-message-content, .iweb-message-title {
    margin: 0;
    color: var(--iweb-message-content-color)
}

.iweb-message-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: var(--iweb-default-font-weight);
    font-size: 16px;
    line-height: 22px
}

.iweb-message-extra {
    margin-top: var(--iweb-message-inner-content-padding-extra);
    font-size: 16px;
    color: var(--iweb-colour_link_info)
}

.iweb-message-closeable {
    padding: 15px 18px 15px 12px
}

.iweb-message-closeable .iweb-message-content {
    margin-right: 14px
}

.iweb-message-assert-wrap {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 100;
    width: 100%
}

.iweb-message-lazadaStyle {
    border-radius: var(--iweb-radius-token-radius_small);
    padding: var(--iweb-gutter_module_top_thin) var(--iweb-gutter_module_right_thin) var(--iweb-gutter_module_bottom_thin) var(--iweb-gutter_module_left_thin);
    width: fit-content;
    display: flex;
    flex-direction: row
}

.iweb-message-lazadaStyle .iweb-message-close {
    margin: 0
}

.iweb-message-lazadaStyle .iweb-message-wrap {
    align-self: center
}

.iweb-message-lazadaStyle .iweb-message-title {
    font-size: var(--iweb-fontsize_content_larger);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal
}

.iweb-message-lazadaStyle .iweb-message-content {
    font-size: var(--iweb-fontsize_content_medium);
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    line-height: normal
}

.iweb-message-lazadaStyle .iweb-message-extra {
    font-size: var(--iweb-fontsize_content_medium);
    line-height: normal;
    font-weight: 500;
    display: flex;
    flex-direction: row
}

.iweb-message-lazadaStyle .iweb-message-extra-icon {
    margin-left: var(--iweb-padding_inside_element_horizontally_extrathin);
    stroke: var(--iweb-colour_link_info)
}

.iweb-message-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 var(--iweb-gutter_module_right_light) 0 var(--iweb-gutter_module_left_light);
    border-radius: 0
}

.iweb-message-block .iweb-message-icon {
    margin-right: var(--iweb-padding_inside_element_vertically_thin)
}

.iweb-message-block .iweb-message-wrap {
    flex: unset;
    display: flex;
    flex-direction: row;
    align-items: center
}

.iweb-message-block .iweb-message-wrap .iweb-message-extra {
    margin: 0 0 0 var(--iweb-padding_inside_module_vertically_regular)
}

.iweb-message-block .iweb-message-close {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%)
}

.pdp-mod-product-step-pricing {
    display: flex;
    width: 100%;
    padding: 5px 0
}

.pdp-mod-product-step-pricing .step-pricing-col {
    flex: 1
}

.pdp-mod-product-step-pricing .step-pricing-col .step-pricing-col-item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 5px 0
}

.pdp-mod-product-step-pricing .step-pricing-col .step-pricing-col-price {
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 700;
    color: #2e3346
}

.pdp-mod-product-step-pricing .step-pricing-col .step-pricing-col-quantity {
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 500;
    color: #595f6d
}

.pdp-mod-product-step-pricing .step-pricing-col-active .step-pricing-col-price {
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 700;
    color: #fe4960
}

.pdp-mod-product-step-pricing .label {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 82px;
    font-size: 14px;
    line-height: 17.75px;
    color: #858b9c
}

.pdp-mod-product-step-pricing .label .price {
    height: 36px;
    line-height: 36px
}

.pdp-mod-product-step-pricing .label .quantity {
    height: 24px;
    line-height: 24px
}

.e-tickets-wrapper-v2-mini {
    margin-bottom: 24px
}

.container-star-v2 {
    display: flex;
    align-items: center
}

.container-star-v2 .container-star-v2-rate {
    --star-size: 14px
}

.container-star-v2 .pdp-stars {
    position: relative
}

.container-star-v2 .pdp-stars_size_xs .container-star-v2-rate {
    --star-size: 12px
}

.container-star-v2 .pdp-stars_size_s .container-star-v2-rate {
    --star-size: 14px
}

.container-star-v2 .pdp-stars_size_m .container-star-v2-rate {
    --star-size: 18px
}

.container-star-v2-score {
    margin-left: 4px
}

.container-star-v2-count, .container-star-v2-score {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #2e3346
}

.pdp-review-summary-v2 {
    display: flex;
    align-items: center
}

.pdp-review-summary-v2__divider {
    width: 1px;
    background: #9e9e9e;
    margin-left: 7px;
    margin-right: 4px;
    display: inline-block;
    height: 14px;
    vertical-align: middle
}

.pdp-review-summary-v2__stars {
    display: flex;
    align-items: center
}

.pdp-review-summary-v2__stars .star {
    width: 12px;
    height: 12px
}

.pdp-review-summary-v2__line {
    width: 1px;
    height: 12px;
    margin: 0 12px;
    background-color: #cbced5
}

.pdp-review-summary-v2__line, .pdp-review-summary-v2__link {
    display: inline-block;
    vertical-align: middle
}

.pdp-product-title.is-redmart {
    display: flex;
    justify-content: space-between
}

.pdp-product-title .pdp-mod-product-badge-wrapper {
    display: flex
}

.pdp-product-title .pdp-mod-product-badge-wrapper img {
    vertical-align: baseline
}

.pdp-product-title .pdp-mod-product-badge {
    max-height: 16px;
    margin-right: 6px
}

.pdp-product-title .pdp-mod-product-badge-title-v2 {
    color: #2e3346;
    font-size: 20px;
    line-height: 25.36px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.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-v2 {
    margin-top: 18px
}

.pdp-mod-promotion-tags-v2 .section-title {
    margin-top: 4px;
    height: 24px;
    line-height: 24px;
    color: #595f6d;
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px
}

.pdp-mod-promotion-tags-v2 .promotion-tag-item-v2 {
    box-sizing: border-box;
    margin-right: 12px;
    display: flex;
    max-width: 200px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.pdp-mod-promotion-tags-v2 .promotion-tag-item-v2:last-child {
    margin-right: 0
}

.pdp-mod-promotion-tags-v2 .promotion-tag-item-v2-flexicombo {
    background-color: #ffe5f0;
    color: #f06;
    max-width: 370px
}

.pdp-mod-promotion-tags-v2 .tag-list {
    display: flex;
    align-items: flex-end
}

.lu-promo-tag {
    background-color: #009db2;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    padding: 4px 7px 4px 6px;
    margin: 4px 10px 4px 0
}

.pdp-laz-buiness-tag {
    display: flex;
    justify-content: start;
    width: 100%;
    height: 24px;
    margin-top: 8px
}

.pdp-laz-buiness-tag .pdp-laz-buiness-tag-img {
    width: 20px;
    height: 17px;
    margin-right: 4px
}

.pdp-laz-buiness-tag .pdp-laz-buiness-tag-name {
    font-size: 14px;
    color: #858b9c
}

.pdp-mod-qna {
    overflow: hidden;
    padding: 0 24px 18px;
    background-color: #fff
}

.pdp-mod-qna .qna-ask-box-container {
    margin: 20px 0
}

.pdp-mod-qna .qna-login-tips {
    margin-top: 10px
}

.pdp-mod-qna .qna-ask-box {
    position: relative
}

.pdp-mod-qna .qna-ask-box .qna-ask-input {
    display: block;
    width: 100%;
    border-width: 0 0 1px;
    border-bottom-color: #f1f1f1
}

.pdp-mod-qna .qna-ask-box input[placeholder] {
    color: #9e9e9e
}

.pdp-mod-qna .qna-ask-box .qna-ask-btn {
    padding: 0 32px;
    height: 40px;
    line-height: 40px
}

.pdp-mod-qna .qna-ask-box .qna-ask-btn.next-btn-medium.next-btn-loading {
    padding-left: 40px
}

.pdp-mod-qna .qna-ask-box .qna-ask-box-tips {
    display: none
}

.pdp-mod-qna .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
}

.pdp-mod-qna .qna-ask-box.folded .qna-ask-btn {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pdp-mod-qna .qna-ask-box.unfolded {
    padding: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 #f1f1f1;
    text-align: right
}

.pdp-mod-qna .qna-ask-box.unfolded .qna-ask-input textarea {
    padding-left: 0
}

.pdp-mod-qna .qna-ask-box.unfolded .qna-ask-btn {
    margin-top: 10px
}

.pdp-mod-qna .qna-ask-box.unfolded .qna-ask-box-tips {
    display: block;
    position: absolute;
    margin-top: 16px;
    margin-right: 350px;
    text-align: left
}

.pdp-mod-qna .qna-empty-icon.lazada-icon {
    display: block;
    margin: 30px auto 10px;
    text-align: center;
    font-size: 64px;
    color: #dadada
}

.pdp-mod-qna .qna-empty-text {
    text-align: center;
    color: #757575;
    font-size: 14px
}

.pdp-mod-qna .qna-custom-nav {
    margin-top: 15px
}

.pdp-mod-qna .qna-section-title {
    margin-top: 15px;
    padding-bottom: 8px;
    font-size: 15px;
    color: #212121;
    border-bottom: 1px solid #eff0f5
}

.pdp-mod-qna .qna-list {
    list-style: none
}

.pdp-mod-qna .qna-item:not(:last-of-type) {
    border-bottom: 1px solid #eff0f5
}

.pdp-mod-qna .qna-item-group {
    padding-left: 48px;
    margin: 25px 0
}

.pdp-mod-qna .qna-icon {
    position: absolute;
    margin-left: -48px;
    font-size: 24px
}

.pdp-mod-qna .qna-icon-q {
    color: #136cff
}

.pdp-mod-qna .qna-icon-a {
    color: #9e9e9e
}

.pdp-mod-qna .qna-content {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 14px
}

.pdp-mod-qna .qna-meta {
    margin-top: 5px;
    color: #9e9e9e
}

.pdp-mod-qna .qna-pagination {
    margin-top: 20px;
    text-align: right
}

.pdp-mod-qna .qna__chatnow .next-feedback.next-feedback-prompt .next-feedback-title {
    color: #212121
}

.pdp-mod-qna .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: 14px;
    padding-left: 12px;
    color: #f06
}

.quantity-content-mini {
    padding-left: 6px
}

.sku-quantity-selection-v2 .next-number-picker.next-number-picker-inline *, .sku-quantity-selection-v2 .next-number-picker.next-number-picker-inline .next-number-picker-handler-wrap, .sku-quantity-selection-v2 .next-number-picker.next-number-picker-inline .next-number-picker-input, .sku-quantity-selection-v2 .next-number-picker.next-number-picker-inline .next-number-picker-input input {
    transition: none !important
}

.sku-quantity-selection-v2 .next-number-picker.next-number-picker-inline .next-number-picker-handler-wrap {
    width: 120px;
    border: 1px solid #e3e7f1;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
}

.sku-quantity-selection-v2 .next-number-picker.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler-down {
    width: 34px;
    border-right: 1px solid #e3e7f1;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sku-quantity-selection-v2 .next-number-picker.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler-down .next-number-picker-handler-down-inner {
    color: #2e3346
}

.sku-quantity-selection-v2 .next-number-picker.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler-up {
    width: 34px;
    border-left: 1px solid #e3e7f1;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sku-quantity-selection-v2 .next-number-picker.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler-up .next-number-picker-handler-up-inner {
    color: #2e3346
}

.sku-quantity-selection-v2 .next-number-picker.next-number-picker-inline .next-number-picker-input-wrap {
    margin-top: 1px;
    margin-left: -82px
}

.sku-quantity-selection-v2 {
    padding-top: 18px !important;
    display: flex;
    align-items: center
}

.sku-quantity-selection-v2 .next-number-picker-input {
    border: none !important;
    background: transparent
}

.sku-quantity-selection-v2 input {
    height: 32px !important
}

.sku-quantity-selection-v2 .next-number-picker-handler-up-disabled {
    cursor: not-allowed;
    color: #dadada
}

.sku-quantity-selection-v2 .next-number-picker-handler-up-disabled .next-number-picker-handler-up-inner {
    cursor: not-allowed;
    color: #c6cad2 !important
}

.sku-quantity-selection-v2 .next-number-picker-handler-down-disabled {
    cursor: not-allowed
}

.sku-quantity-selection-v2 .next-number-picker-handler-down-disabled .next-number-picker-handler-down-inner {
    cursor: not-allowed;
    color: #c6cad2 !important
}

.sku-quantity-selection-v2 .next-number-picker-disabled {
    cursor: not-allowed
}

.sku-quantity-selection-v2 .next-number-picker-disabled .next-number-picker-input input[disabled] {
    background: #fff;
    cursor: not-allowed
}

.tab-list {
    position: relative
}

.tab-list::-webkit-scrollbar {
    display: none
}

.tab-list {
    scrollbar-width: none
}

.tab-list-main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px
}

.tab-list-main-item {
    padding: 0 0 24px
}

.tab-list-main-item.fixed-item {
    padding: 12px 0 14px
}

.tab-list-main-item-content {
    white-space: nowrap;
    padding: 0 0 16px;
    width: min-content;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #2e3346;
    font-weight: 400;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tab-list-main-item-content:hover {
    color: #f06
}

.tab-list-main-item-content.item-active {
    color: #f06;
    font-weight: 500
}

.tab-list-highlight {
    position: absolute;
    bottom: 24px;
    width: 36px;
    height: 4px;
    background-color: #f06;
    border-radius: 12px;
    transition: transform .3s ease, width .3s ease
}

.tab-list-highlight.fixed-highlight {
    bottom: 14px
}

.quick-navigation {
    position: relative;
    margin-bottom: 24px
}

.quick-navigation-wrapper {
    background-color: #fff;
    z-index: 200
}

.quick-navigation-wrapper.fixed {
    position: fixed;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e3e7f1
}

.quick-navigation-wrapper-main {
    width: auto
}

.quick-navigation-wrapper-main.centered {
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box
}

.pdp-addon-label .addon-label-text {
    color: #9e9e9e;
    padding: 2px 5px
}

.pdp-redmart-atc-onboarding-popover {
    position: absolute;
    top: 33px;
    left: 0;
    white-space: normal;
    text-align: left;
    cursor: auto;
    -webkit-user-select: text;
    user-select: text;
    animation: none;
    pointer-events: none;
    transform: translateX(calc(-50% + 76px))
}

.pdp-redmart-atc-onboarding-popover-top-arrow {
    margin-bottom: -3px;
    margin-left: calc(50% - 4.5px)
}

.pdp-redmart-atc-onboarding-popover-content {
    width: 255px;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    padding: 12px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 9px;
    overflow: hidden;
    flex-shrink: 0
}

.pdp-redmart-atc-onboarding-popover-content .pdp-redmart-atc-onboarding-popover-icon {
    width: 62px;
    height: 61px
}

.pdp-redmart-atc-onboarding-popover-content .pdp-redmart-atc-onboarding-popover-text {
    font-size: 13px;
    font-weight: 500
}

.pdp-redmart-add-to-cart {
    display: flex;
    margin-top: 8px
}

.pdp-redmart-add-to-cart .pdp-redmart-add-to-cart-button-wrapper {
    position: relative
}

.pdp-redmart-add-to-cart .redmart-cart-btn .pdp-button_size_xl {
    height: 40px
}

.pdp-redmart-add-to-cart .redmart-cart-btn .pdp-button {
    padding-left: 36px;
    padding-right: 36px;
    font-weight: 500;
    font-family: Roboto-Medium;
    font-size: 16px
}

.pdp-redmart-add-to-cart .redmart-cart-btn .pdp-button, .pdp-redmart-add-to-cart .redmart-cart-btn .redmart-cart-picker {
    border-radius: 6px
}

.pdp-redmart-add-to-cart .pdp-addon-label {
    display: flex;
    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
}

.delivery-days {
    display: flex;
    justify-content: space-between
}

.delivery-days .delivery-day-item {
    display: flex;
    flex-direction: column;
    text-align: center
}

.delivery-days .delivery-day-item .icon {
    font-size: 18px
}

.delivery-days .delivery-day-item .icon.check {
    color: #ff9800
}

.delivery-days .delivery-day-item .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
}

.delivery-module {
    padding: 10px;
    background-color: #fafafa;
    font-size: 13px;
    font-family: Roboto-Regular
}

.delivery-module .delivery-title {
    font-weight: 600;
    color: #000;
    font-size: 15px;
    margin-bottom: 12px
}

.delivery-module .delivery-section {
    margin-bottom: 20px
}

.delivery-module .delivery-section .delivery-subtitle {
    margin-bottom: 8px
}

.delivery-module .delivery-section .delivery-subtitle-note {
    color: #858b9c;
    margin-bottom: 8px
}

.delivery-module .delivery-section .delivery-options .delivery-option {
    margin-bottom: 6px
}

.delivery-module .delivery-section .delivery-options .delivery-option:before {
    content: "•";
    margin-right: 6px;
    color: rgba(0, 0, 0, .3)
}

.delivery-module .delivery-section .delivery-options .delivery-option .option-shipping {
    margin-left: 4px
}

.delivery-module .delivery-section .delivery-options .delivery-option .option-name {
    font-weight: 600
}

.delivery-module .delivery-days {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.delivery-module .delivery-days .delivery-day-item {
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    width: 85px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start
}

.delivery-module .delivery-days .delivery-day-item .delivery-day-title {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #000
}

.delivery-module .delivery-days .delivery-day-item .delivery-day-subtitle {
    font-size: 12px;
    height: 30px
}

.delivery-module .delivery-days .delivery-day-item .delivery-day-mixed-text img {
    padding: 0
}

.delivery-module .delivery-days .delivery-day-item.unavailableSlot {
    color: #9e9e9e
}

.delivery-module .delivery-days .delivery-day-item.afterSlot, .delivery-module .delivery-days .delivery-day-item.availableSlot {
    color: #ff9800
}

.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-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 .lu-saving-text {
    vertical-align: middle;
    margin-left: 15px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: 450
}

.redmart-promotion-header .link-view-all {
    vertical-align: middle;
    display: inline-flex
}

.pdp-redmart-promotion {
    background-color: #fff;
    margin-top: 12px
}

.pdp-redmart-promotion .redmart-promotion-body {
    display: flex;
    padding: 15px
}

.pdp-redmart-promotion .redmart-promotion-body .redmart-product-list {
    flex-wrap: nowrap
}

.pdp-redmart-promotion .redmart-promotion-body .redmart-product-list .product-tags {
    min-height: 18px
}

.pdp-redmart-promotion .redmart-promotion-body .section-plus-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 165px
}

.pdp-redmart-promotion .redmart-promotion-body .section-plus-sign .plus-free {
    font-size: 20px;
    font-weight: 700
}

.pdp-redmart-promotion .redmart-promotion-body-section {
    flex: 1
}

.pdp-redmart-promotion .redmart-promotion-body-section:not(:first-child) {
    border-left: 1px solid #ddd
}

.pdp-redmart-promotion .redmart-promotion-body-section-title, .pdp-redmart-promotion .redmart-promotion-body-title {
    margin-left: 12px;
    font-size: 13px;
    font-weight: 700
}

.pdp-redmart-promotion .redmart-promotion-body-title {
    margin-left: 27px;
    padding-top: 15px
}

.pdp-redmart-promotion .redmart-promotion-body-link {
    display: flex;
    align-items: center;
    width: 100px;
    padding-left: 68px
}

.pdp-redmart-promotion .redmart-promotion-body-link>a {
    display: flex;
    align-items: center;
    color: #ee4054;
    font-size: 15px
}

.pdp-redmart-promotion .redmart-promotion-body-link>a>span {
    display: flex;
    align-items: center;
    font-size: 12px
}

.pdp-redmart-promotion .redmart-promotion-body-gift {
    flex: 1;
    margin: 15px 0;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 8px
}

.pdp-redmart-promotion .redmart-promotion-body-gift-desc {
    font-size: 13px;
    color: #333
}

.pdp-redmart-promotion .redmart-promotion-body-gift-list {
    padding-top: 15px
}

.pdp-redmart-promotion .redmart-promotion-body-gift-list li {
    display: inline-block;
    padding-bottom: 24px;
    width: 276px;
    margin-right: 4px
}

.redmart-member-tags .member-tag {
    text-align: right
}

.redmart-member-tags .member-tag .member-info {
    color: #2e3346
}

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

.redmart-member-tags.redmart-member-tags-horizontal {
    display: flex;
    flex-wrap: wrap;
    margin-left: 8px
}

.redmart-incentive-tags .incentive-tag {
    font-size: 14px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #2e3346
}

.redmart-incentive-tags .incentive-tag .icon {
    width: 16px;
    height: 16px;
    margin-right: 4px
}

.redmart-incentive-tags .incentive-tag .red {
    color: #fe4960
}

.redmart-incentive-tags .incentive-tag b {
    font-weight: 700;
    margin-right: 4px
}

.redmart-incentive-tags .incentive-tag .fs1 {
    font-size: 16px
}

.pdp-redmart-product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0
}

.pdp-redmart-product-price .redmart-product-price-container {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.pdp-redmart-product-price .redmart-product-price-container .redmart-product-price-tags {
    padding-bottom: 5px
}

.pdp-redmart-product-price .redmart-product-price-container .redmart-product-discount {
    display: flex;
    padding: 4px 6px;
    align-items: baseline;
    border-radius: 6px;
    background: #feecef;
    color: #fe4960;
    font-size: 12px;
    font-weight: 500
}

.pdp-redmart-product-price .redmart-product-price-container .redmart-product-discount-b2b {
    display: flex;
    padding: 4px 6px;
    align-items: baseline;
    border-radius: 6px;
    background: #12355b;
    color: #fff;
    font-size: 12px;
    font-weight: 500
}

.pdp-redmart-product-price .redmart-product-price-block {
    display: inline-block
}

.pdp-redmart-product-price .redmart-product-price-block .pdp-price.pdp-price_color_red {
    color: #fe4960;
    font-weight: 700
}

.pdp-redmart-product-price .redmart-product-price-block .redmart-product-origin-price {
    display: flex;
    gap: 8px;
    align-items: flex-end
}

.pdp-redmart-product-price .redmart-product-price-block .redmart-product-origin-price .redmart-product-origin-price-with-tags {
    margin-top: 8px
}

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

.redmart-top-promo-banner {
    margin-top: 8px
}

.redmart-top-promo-banner-img {
    width: 100%
}

.container-star {
    display: inline-block
}

.container-star .i-rate {
    --star-size: var(--i-star-size);
    --star-padding: var(--i-star-padding);
    display: inline-flex
}

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

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

.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;
    width: 145px;
    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
}

.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: 8px;
    margin-right: 3px;
    vertical-align: sub
}

.pdp-mod-review .mod-reviews .verify {
    color: #4caf50
}

.pdp-mod-review .mod-reviews .middle {
    margin: 5px 0 15px
}

.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: flex;
    align-items: center
}

.pdp-mod-review .mod-reviews .bottom .left-content span {
    line-height: 16px
}

.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: #136cff
}

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

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

.iweb-media-viewer-content {
    width: 100vw;
    height: 100vh;
    touch-action: none;
    user-select: none;
    position: relative
}

.iweb-media-viewer-footer {
    z-index: 1
}

.iweb-media-viewer-slides {
    height: 100%;
    z-index: 1;
    touch-action: none;
    overflow: visible;
    position: relative;
    display: flex;
    flex-wrap: nowrap
}

.iweb-media-viewer-slides-inner {
    height: 100%;
    white-space: nowrap
}

.iweb-media-viewer-slide {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    white-space: unset;
    flex: none
}

.iweb-media-viewer-control {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    max-width: 80vw;
    width: 100%;
    height: 100%;
    touch-action: none;
    transform: translate(-50%, -50%)
}

.iweb-media-viewer-control--zoomed {
    cursor: grab
}

.iweb-media-viewer-image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    touch-action: none;
    perspective: 1000px
}

.iweb-media-viewer-image-wrapper img {
    max-width: 100%;
    max-height: 100%
}

.iweb-media-viewer-image-wrapper--zoomed img {
    max-width: none
}

.iweb-media-viewer-indicator {
    position: absolute;
    z-index: 2;
    right: 38px;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    top: calc(50% + 50px)
}

.iweb-media-viewer-low-res-img {
    position: absolute;
    opacity: 1;
    display: block
}

.iweb-media-viewer-low-res-img-error {
    display: none
}

.iweb-media-viewer-low-res-img-zoomable {
    cursor: zoom-in
}

.iweb-media-viewer-hi-res-img {
    position: absolute;
    opacity: 0;
    transform: translateZ(200px);
    display: block
}

.iweb-media-viewer-hi-res-img-error {
    display: none
}

.iweb-media-viewer-window {
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 80vw
}

.iweb-media-viewer-window--zoomed {
    width: 100vh
}

.iweb-media-viewer-controls {
    position: absolute;
    width: 36px;
    height: 36px;
    background: hsla(0, 0%, 100%, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 18px;
    cursor: pointer;
    z-index: 2;
    border: none
}

.iweb-media-viewer-controls-left {
    left: 60px
}

.iweb-media-viewer-controls-right {
    right: 60px
}

.iweb-media-viewer-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: none;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: pointer
}

.iweb-media-viewer-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(1turn, rgba(0, 0, 0, .4), transparent)
}

.iweb-media-viewer-number {
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: 48px;
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff
}

.iweb-media-viewer-video-holder {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    max-width: 80vw;
    min-width: 800px;
    height: auto;
    touch-action: none;
    transform: translate(-50%, -50%)
}

.iweb-media-viewer-video-footer {
    position: absolute;
    bottom: 72px;
    width: 100%;
    z-index: 10
}

.error-img {
    width: 900px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.iweb-video, .video-wrapper {
    width: 100%;
    height: 100%
}

.video-wrapper {
    position: relative;
    background-image: linear-gradient(180deg, rgba(40, 40, 40, 0), #000);
    overflow: hidden
}

.video-wrapper video {
    width: 100%;
    height: 100%
}

.video-wrapper .video-loading {
    width: 100%;
    z-index: 100;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100%
}

.video-wrapper .loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: opacity .2s;
    background-color: #fff
}

.video-wrapper .video-error {
    background: #262626;
    opacity: .6;
    width: 100%;
    z-index: 100;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100%
}

.video-wrapper .video-error p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff
}

.video-poster {
    z-index: 9;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.play-btn-mask, .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.play-btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    width: 12.5%;
    max-width: 96px;
    opacity: 0;
    transition: opacity .3s ease-in
}

.play-btn-wrapper--shown {
    opacity: 1
}

.play-btn-wrapper:hover {
    cursor: pointer
}

.video-progress {
    position: relative;
    margin: -2px 8px 0
}

.video-progress input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 4px;
    background: 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    margin: 0
}

.video-progress input[type=range]::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    appearance: none
}

.iweb-video-controls-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .3));
    transition: all .3s linear;
    color: #fff;
    z-index: 102;
    padding: 16px;
    opacity: 0;
    box-sizing: border-box
}

.iweb-video-controls-wrapper--shown {
    opacity: 1
}

.iweb-video .bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.iweb-video .middle {
    flex: 1
}

.iweb-video .controls-btn-wrapper {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px
}

.iweb-video .controls-btn-wrapper svg:hover {
    cursor: pointer
}

.iweb-video .volume-btn-wrapper svg:hover {
    width: 40px;
    cursor: pointer
}

.iweb-video .left, .iweb-video .right {
    display: flex;
    justify-content: flex-start
}

.iweb-video .volume-btn-wrapper {
    margin-right: 16px
}

.iweb-video .run-time-wrapper {
    align-self: center
}

.iweb-video .fullscreen-wrapper {
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.iweb-video .volume-btn-wrapper {
    position: relative;
    width: 40px
}

.iweb-video .video-volume {
    position: absolute;
    top: 0;
    transform: translateY(-160px)
}

.iweb-video .video-volume input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 4px;
    width: 144px;
    background: 0 0;
    position: absolute;
    cursor: pointer;
    margin: 0;
    bottom: 40px;
    left: 20px;
    transform: rotate(-90deg);
    transform-origin: left
}

.iweb-video .video-volume input[type=range]::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #d8d8d8;
    cursor: pointer;
    appearance: none
}

.time-wrapper {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #fff
}

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;
    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(//img.lazcdn.com/g/tps/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: #136cff;
    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: #136cff;
    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
}

.menu-item {
    width: 100%;
    font-size: 12px;
    background: #fff;
    padding: 8px 18px;
    border-top: 1px solid #eff0f5;
    cursor: pointer;
    box-sizing: border-box
}

.menu-item.disabled {
    color: #eff0f5;
    cursor: default
}

.oper-wrap {
    cursor: pointer
}

.oper-wrap .oper-icon {
    font-size: 16px
}

.operation-list {
    min-width: 145px;
    background: #fff;
    border: 1px solid #e3e7f1;
    border-radius: 6px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .0588235294)
}

.operation-list div {
    white-space: nowrap;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    color: #2e3346;
    padding: 0 12px;
    position: relative
}

.operation-list div:hover {
    background-color: #eff0f5
}

.operation-list div:after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 1px;
    background-color: #e3e7f1
}

.operation-list div:last-child:after {
    display: none
}

.pdp-mod-filterSort-v2 {
    display: flex;
    align-items: center;
    gap: 12px
}

.pdp-mod-filterSort-v2 .oper {
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 32px;
    border: 1px solid #e3e7f1;
    border-radius: 6px;
    font-size: 14px;
    color: #2e3346;
    cursor: pointer
}

.pdp-mod-filterSort-v2 .oper .condition {
    margin-left: 4px
}

.pdp-mod-filterSort-v2 .oper .oper-icon {
    font-size: 24px;
    margin-right: 4px;
    color: #595f6d
}

.pdp-mod-review-first-render {
    position: relative;
    height: 200px
}

.pdp-mod-review-first-render .first-review-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pdp-mod-review-main {
    position: relative
}

.pdp-mod-review-main .review-loading {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%)
}

.pdp-mod-review-v2 {
    margin-bottom: 42px
}

.pdp-mod-review-v2 .mod-title {
    display: flex;
    justify-content: space-between
}

.pdp-mod-review-v2 .mod-title .title-text {
    font-size: 20px;
    font-weight: 500;
    color: #2e3346;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 370px;
    margin-right: 6px;
    height: 32px;
    line-height: 32px
}

.pdp-mod-review-v2 .mod-rating {
    padding: 18px 24px;
    background-color: #fffbfd;
    border: 1px solid #ffe7f0;
    border-radius: 6px;
    margin-top: 24px;
    margin-bottom: 42px
}

.pdp-mod-review-v2 .mod-rating .content {
    display: flex;
    align-items: center
}

.pdp-mod-review-v2 .mod-rating .content .summary {
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.pdp-mod-review-v2 .mod-rating .content .summary .score .score-average {
    color: #2e3346;
    font-size: 30px;
    font-weight: 600
}

.pdp-mod-review-v2 .mod-rating .content .summary .score .score-max {
    color: #858b9c;
    font-size: 20px;
    font-weight: 400
}

.pdp-mod-review-v2 .mod-rating .content .summary .average {
    margin-top: 6px
}

.pdp-mod-review-v2 .mod-rating .content .summary .count {
    margin-top: 6px;
    color: #595f6d;
    font-size: 14px;
    font-weight: 400
}

.pdp-mod-review-v2 .mod-rating .content .tags {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.pdp-mod-review-v2 .mod-rating .content .tags .tag-button {
    height: 32px;
    font-family: NotoSans-Regular;
    font-size: 14px
}

.pdp-mod-review-v2 .mod-rating .content .tags .tag-button.unselected {
    color: #2e3346;
    border: 1px solid #e3e7f1;
    font-weight: 400
}

.pdp-mod-review-v2 .mod-rating .content .tags .tag-button.unselected:hover {
    background: #fff
}

.pdp-mod-review-v2 .mod-rating .content .tags .iweb-button-secondary {
    border: 1px solid #f06;
    color: #f06
}

.pdp-mod-review-v2 .mod-reviews {
    padding: 18px 0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.pdp-mod-review-v2 .mod-reviews .item {
    border-bottom: 1px solid #e3e7f1;
    padding-bottom: 24px
}

.pdp-mod-review-v2 .mod-reviews .item-top {
    display: flex;
    justify-content: space-between
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info {
    display: flex;
    align-items: center
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info .avatar {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info .infos p {
    display: flex;
    margin-bottom: 2px
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info .infos p:last-child {
    margin-bottom: 0
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info .infos .reviewer {
    font-size: 14px;
    font-weight: 500;
    color: #2e3346
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info .infos .verify-info {
    margin-left: 6px;
    padding: 2px 4px;
    background-color: #e9f7ef;
    border-radius: 4px;
    display: flex;
    align-items: center
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info .infos .verify-info .verify-img {
    width: 12px;
    height: 12px;
    margin-right: 2px
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info .infos .verify-info .verify-text {
    font-size: 10px;
    font-weight: 500;
    color: #2cb360
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info .infos .seller-info {
    margin-left: 6px;
    font-size: 12px;
    color: #595f6d
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info .infos .time {
    font-size: 12px;
    color: #595f6d
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info .infos .legal-info, .pdp-mod-review-v2 .mod-reviews .item-top .user-info .infos .legal-source {
    margin-left: 6px;
    padding-left: 6px;
    font-size: 12px;
    color: #595f6d;
    border-left: 1px solid #cbced5
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info .infos .legal-source {
    display: flex;
    align-items: center
}

.pdp-mod-review-v2 .mod-reviews .item-top .user-info .infos .legal-source-icon {
    margin-left: 5px
}

.pdp-mod-review-v2 .mod-reviews .item-top .more-action {
    cursor: pointer
}

.pdp-mod-review-v2 .mod-reviews .item-content, .pdp-mod-review-v2 .mod-reviews .item-middle {
    margin-top: 12px
}

.pdp-mod-review-v2 .mod-reviews .item-content-main {
    display: flex;
    justify-content: space-between
}

.pdp-mod-review-v2 .mod-reviews .item-content-main.no-review-content {
    display: block
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content {
    margin-right: 18px
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content.no-review-main-content {
    margin-right: 0;
    margin-bottom: 12px
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content.review-no-content {
    margin-right: 0;
    margin-bottom: 0
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content-source {
    font-size: 14px;
    color: #858b9c;
    margin-bottom: 12px;
    display: flex;
    align-items: center
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content-source-icon {
    width: 14px;
    height: 14px;
    margin-left: 4px
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content-skuInfo {
    font-size: 14px;
    color: #858b9c
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content-skuInfo .skuInfo-item {
    margin-bottom: 4px
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content-skuInfo .skuInfo-item:last-child {
    margin-bottom: 0
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content-skuInfo .skuInfo-item .skuInfo-value {
    color: #2e3346
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content-reviews {
    margin-top: 12px
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content-reviews-item {
    color: #2e3346;
    font-size: 14px;
    margin-bottom: 4px
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content-reviews-item:last-child {
    margin-bottom: 0
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-content-reviews-item .review-attribute {
    color: #858b9c;
    margin-right: 4px
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-imgs {
    display: flex;
    gap: 8px
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-imgs .img-wrapper {
    width: 90px;
    height: 90px;
    position: relative;
    cursor: pointer;
    background-color: #eee;
    border-radius: 6px
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-imgs .img-wrapper .img-item {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-imgs .img-wrapper .img-more-text, .pdp-mod-review-v2 .mod-reviews .item-content-main-imgs .img-wrapper .video-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 6px;
    right: 6px;
    background-color: rgba(0, 0, 0, .4)
}

.pdp-mod-review-v2 .mod-reviews .item-content-main-imgs .img-wrapper .video-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.pdp-mod-review-v2 .mod-reviews .item-content-like {
    margin-top: 12px
}

.pdp-mod-review-v2 .mod-reviews .item-content-like-content {
    display: flex;
    align-items: center;
    cursor: pointer
}

.pdp-mod-review-v2 .mod-reviews .item-content-like-content-text {
    color: #595f6d;
    margin-left: 4px;
    font-size: 12px
}

.pdp-mod-review-v2 .mod-reviews .item-content-like-content-text.liked {
    color: #f06
}

.pdp-mod-review-v2 .mod-reviews .item-content--seller-reply .item-title {
    color: #ff330c
}

.pdp-mod-review-v2 .mod-reviews .item-title {
    font-size: 12px;
    color: #6a6a6a;
    line-height: 16px;
    margin-bottom: 8px;
    display: inline-block
}

.pdp-mod-review-v2 .mod-reviews .item-title span {
    display: inline-block;
    vertical-align: bottom
}

.pdp-mod-review-v2 .mod-reviews .left {
    float: left
}

.pdp-mod-review-v2 .mod-reviews .right {
    float: right
}

.pdp-mod-review-v2 .mod-reviews .top:after, .pdp-mod-review-v2 .mod-reviews .top:before {
    content: "";
    display: table
}

.pdp-mod-review-v2 .mod-reviews .top:after {
    clear: both
}

.pdp-mod-review-v2 .mod-reviews .starCtn {
    margin-right: 6px
}

.pdp-mod-review-v2 .mod-reviews .title {
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    word-break: break-word;
    color: #757575;
    float: right
}

.pdp-mod-review-v2 .mod-reviews .verifyImg {
    margin-left: 8px;
    margin-right: 3px;
    vertical-align: sub
}

.pdp-mod-review-v2 .mod-reviews .verify {
    color: #4caf50
}

.pdp-mod-review-v2 .mod-reviews .middle {
    margin: 5px 0 15px
}

.pdp-mod-review-v2 .mod-reviews .content {
    color: #212121;
    font-size: 14px;
    white-space: pre-wrap;
    word-break: break-word
}

.pdp-mod-review-v2 .mod-reviews .skuInfo {
    font-size: 12px;
    margin-top: 8px
}

.pdp-mod-review-v2 .mod-reviews .bottom {
    margin-top: 8px
}

.pdp-mod-review-v2 .mod-reviews .bottom:after, .pdp-mod-review-v2 .mod-reviews .bottom:before {
    content: "";
    display: table
}

.pdp-mod-review-v2 .mod-reviews .bottom:after {
    clear: both
}

.pdp-mod-review-v2 .mod-reviews .bottom .left {
    cursor: pointer
}

.pdp-mod-review-v2 .mod-reviews .bottom .left-content {
    display: flex;
    align-items: center
}

.pdp-mod-review-v2 .mod-reviews .bottom .left-content span {
    line-height: 16px
}

.pdp-mod-review-v2 .mod-reviews .bottom .like-icon {
    color: #bababa;
    margin-right: 7px;
    font-size: 16px
}

.pdp-mod-review-v2 .mod-reviews .bottom .like-icon.liked, .pdp-mod-review-v2 .mod-reviews .helpful-text-liked {
    color: #136cff
}

.pdp-mod-review-v2 .mod-empty {
    text-align: left
}

.pdp-mod-review-v2 .mod-empty .imgWrap {
    margin-bottom: 12px
}

.pdp-mod-review-v2 .mod-empty .imgWrap img {
    height: 180px
}

.pdp-mod-review-v2 .mod-empty p {
    color: #858b9c;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.pdp-mod-review-v2 .mod-empty .empty-title {
    color: #2e3346;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px
}

.pdp-mod-review-v2 .review-pagination {
    padding-top: 24px;
    text-align: right
}

.pdp-mod-review-v2 .review-pagination.iweb-pagination.iweb-pagination-mini .iweb-pagination-total-text {
    font-size: 16px;
    margin-right: 12px;
    color: #2e3346
}

.pdp-mod-review-v2 .review-pagination.iweb-pagination.iweb-pagination-mini .iweb-pagination-item.iweb-pagination-item-active:hover a, .pdp-mod-review-v2 .review-pagination.iweb-pagination.iweb-pagination-mini .iweb-pagination-item.iweb-pagination-item-active a {
    color: #2e3346
}

.pdp-mod-review-v2 .review-pagination.iweb-pagination.iweb-pagination-mini .iweb-pagination-next .iweb-pagination-item-link svg, .pdp-mod-review-v2 .review-pagination.iweb-pagination.iweb-pagination-mini .iweb-pagination-prev .iweb-pagination-item-link svg {
    fill: #2e3346
}

.pdp-mod-review-v2 .review-pagination.iweb-pagination.iweb-pagination-mini .iweb-pagination-disabled .iweb-pagination-item-link svg {
    fill: #c6cad2
}

.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-v2 {
    background-color: #f8f8f8;
    padding: 18px;
    border-radius: 12px;
    margin-top: 12px
}

.seller-reply-wrapper-v2 .seller-reply-info {
    display: flex;
    align-items: center
}

.seller-reply-wrapper-v2 .seller-reply-info .seller-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #e8ecf8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px
}

.seller-reply-wrapper-v2 .seller-reply-info .seller-avatar img {
    width: 21.6px;
    height: 21.6px
}

.seller-reply-wrapper-v2 .seller-reply-info .seller-info {
    font-size: 12px;
    font-weight: 400;
    color: #595f6d
}

.seller-reply-wrapper-v2 .seller-reply-info .seller-info .seller-name {
    font-size: 14px;
    font-weight: 500;
    color: #1641b5;
    margin-bottom: 2px
}

.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: flex;
    margin-left: -2px
}

.review-image__item {
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .3s cubic-bezier(.46, .03, .52, .96);
    display: block;
    width: auto;
    height: auto;
    text-align: initial
}

.review-image__item:not(:last-of-type) {
    margin-right: 14px
}

.review-image__item--selected {
    border: 2px solid #136cff
}

.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 #136cff
}

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

.next-overlay-wrapper .next-menu {
    border: 1px solid #e3e7f1;
    border-radius: 6px;
    margin-top: 6px;
    padding: 0;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06)
}

.next-overlay-wrapper .next-menu .next-menu-content .next-menu-item {
    height: 52px;
    line-height: 52px;
    padding: 0 12px;
    position: relative;
    color: #2e3346;
    font-family: NotoSans-Regular
}

.next-overlay-wrapper .next-menu .next-menu-content .next-menu-item:after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 1px;
    background-color: #e3e7f1
}

.next-overlay-wrapper .next-menu .next-menu-content .next-menu-item:last-child:after {
    display: none
}

.next-overlay-wrapper .next-menu .next-menu-content .next-menu-item.disabled {
    color: #9e9e9e
}

.iweb-dialog-wrap .report-dialog-body .iweb-dialog-body-content-wrapper .iweb-dialog-body-content {
    text-align: left
}

.iweb-media-viewer-mask .iweb-media-viewer-container .iweb-media-viewer-control {
    height: 700px !important
}

.iweb-media-viewer-mask .iweb-media-viewer-container .iweb-media-viewer-video-holder {
    height: 680px !important;
    min-width: 360px !important
}

.iweb-media-viewer-mask .iweb-media-viewer-container .iweb-media-viewer-video-holder .video-wrapper .video-poster {
    width: auto !important
}

.iweb-media-viewer-mask .iweb-media-viewer-container .iweb-media-viewer-video-holder .video-wrapper>div:first-of-type, .iweb-media-viewer-mask .iweb-media-viewer-container .iweb-media-viewer-video-holder .video-wrapper>div:nth-of-type(2) {
    height: 100%;
    display: flex;
    justify-content: center
}

.iweb-pagination {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none
}

.iweb-pagination a {
    text-decoration: none;
    cursor: pointer
}

.iweb-pagination ol, .iweb-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.iweb-pagination:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: " "
}

.iweb-pagination-total-text {
    margin-right: 30px
}

.iweb-pagination-item, .iweb-pagination-total-text {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    vertical-align: middle
}

.iweb-pagination-item {
    min-width: 32px;
    margin-right: 8px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    outline: 0;
    cursor: pointer;
    user-select: none
}

.iweb-pagination-item a {
    display: block;
    padding: 0 8px;
    color: var(--iweb-text_gray_02);
    transition: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px
}

.iweb-pagination-item:focus-visible a, .iweb-pagination-item a:hover {
    text-decoration: underline
}

.iweb-pagination-item-active {
    font-weight: 600;
    background: #fff
}

.iweb-pagination-item-active:focus-visible a, .iweb-pagination-item-active:hover a, .iweb-pagination-item-active a {
    color: var(--iweb-brand_gradient)
}

.iweb-pagination-jump-next, .iweb-pagination-jump-prev {
    outline: 0
}

.iweb-pagination-jump-next .iweb-pagination-item-container, .iweb-pagination-jump-prev .iweb-pagination-item-container {
    position: relative
}

.iweb-pagination-jump-next .iweb-pagination-item-container .iweb-pagination-item-link-icon, .iweb-pagination-jump-prev .iweb-pagination-item-container .iweb-pagination-item-link-icon {
    color: var(--iweb-brand_gradient);
    font-size: 12px;
    letter-spacing: -1px;
    opacity: 0;
    transition: all .2s
}

.iweb-pagination-jump-next .iweb-pagination-item-container .iweb-pagination-item-link-icon-svg, .iweb-pagination-jump-prev .iweb-pagination-item-container .iweb-pagination-item-link-icon-svg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.iweb-pagination-jump-next .iweb-pagination-item-container .iweb-pagination-item-ellipsis, .iweb-pagination-jump-prev .iweb-pagination-item-container .iweb-pagination-item-ellipsis {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    color: var(--iweb-colour_quaternary_info);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    text-indent: .13em;
    opacity: 1;
    transition: all .2s
}

.iweb-pagination-jump-next:focus-visible .iweb-pagination-item-link-icon, .iweb-pagination-jump-prev:focus-visible .iweb-pagination-item-link-icon {
    opacity: 1
}

.iweb-pagination-jump-next:focus-visible .iweb-pagination-item-ellipsis, .iweb-pagination-jump-prev:focus-visible .iweb-pagination-item-ellipsis {
    opacity: 0
}

.iweb-pagination-jump-next, .iweb-pagination-jump-prev, .iweb-pagination-prev {
    margin-right: 8px
}

.iweb-pagination-jump-next, .iweb-pagination-jump-prev, .iweb-pagination-next, .iweb-pagination-prev {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    color: var(--iweb-text_gray_01);
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    border-radius: 1px;
    cursor: pointer;
    transition: all .3s
}

.iweb-pagination-next, .iweb-pagination-prev {
    font-family: Arial, Helvetica, sans-serif;
    outline: 0
}

.iweb-pagination-next button, .iweb-pagination-prev button {
    color: var(--iweb-text_gray_01);
    cursor: pointer;
    user-select: none
}

.iweb-pagination-next:hover button, .iweb-pagination-prev:hover button {
    border-color: currentColor
}

.iweb-pagination-next .iweb-pagination-item-link, .iweb-pagination-prev .iweb-pagination-item-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    outline: 0;
    transition: all .3s
}

.iweb-pagination-next:focus-visible .iweb-pagination-item-link, .iweb-pagination-next:hover .iweb-pagination-item-link, .iweb-pagination-prev:focus-visible .iweb-pagination-item-link, .iweb-pagination-prev:hover .iweb-pagination-item-link {
    color: var(--iweb-brand_gradient)
}

.iweb-pagination-disabled, .iweb-pagination-disabled:hover {
    cursor: not-allowed
}

.iweb-pagination-disabled .iweb-pagination-item-link, .iweb-pagination-disabled .iweb-pagination-jump-next, .iweb-pagination-disabled .iweb-pagination-jump-prev, .iweb-pagination-disabled:hover .iweb-pagination-item-link, .iweb-pagination-disabled:hover .iweb-pagination-jump-next, .iweb-pagination-disabled:hover .iweb-pagination-jump-prev {
    color: var(--iweb-colour_quaternary_info);
    border-color: var(--iweb-border-color);
    cursor: not-allowed
}

.iweb-pagination-disabled:focus-visible {
    cursor: not-allowed
}

.iweb-pagination-disabled:focus-visible .iweb-pagination-item-link {
    color: var(--iweb-colour_quaternary_info);
    border-color: var(--iweb-border-color);
    cursor: not-allowed
}

.iweb-pagination-slash {
    margin: 0 10px 0 5px
}

.iweb-pagination-options {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle
}

@media (-ms-high-contrast:none) {
    .iweb-pagination-options, .iweb-pagination-options ::-ms-backdrop {
        vertical-align: top
    }
}

.iweb-pagination-options-size-changer.iweb-select {
    display: inline-block;
    width: auto
}

.iweb-pagination-options-quick-jumper {
    display: inline-block;
    height: 32px;
    margin-left: 8px;
    line-height: 32px;
    vertical-align: top
}

.iweb-pagination-options-quick-jumper input {
    width: 50px;
    height: 32px;
    margin: 0 8px
}

.iweb-pagination-simple .iweb-pagination-next, .iweb-pagination-simple .iweb-pagination-prev {
    height: 24px;
    line-height: 24px;
    vertical-align: top
}

.iweb-pagination-simple .iweb-pagination-next .iweb-pagination-item-link, .iweb-pagination-simple .iweb-pagination-prev .iweb-pagination-item-link {
    height: 24px;
    background-color: transparent;
    border: 0
}

.iweb-pagination-simple .iweb-pagination-next .iweb-pagination-item-link:after, .iweb-pagination-simple .iweb-pagination-prev .iweb-pagination-item-link:after {
    height: 24px;
    line-height: 24px
}

.iweb-pagination-simple .iweb-pagination-simple-pager {
    display: inline-block;
    height: 24px;
    margin-right: 8px
}

.iweb-pagination-simple .iweb-pagination-simple-pager input {
    box-sizing: border-box;
    height: 100%;
    margin-right: 8px;
    padding: 0 6px;
    text-align: center;
    background-color: #fff;
    border: 1px solid var(--iweb-border-color);
    border-radius: 1px;
    outline: 0;
    transition: border-color .3s
}

.iweb-pagination-simple .iweb-pagination-simple-pager input:focus {
    box-shadow: 0 0 0 2px var(--iweb-colour_primary_outline)
}

.iweb-pagination-simple .iweb-pagination-simple-pager input[disabled] {
    color: var(--iweb-colour_quaternary_info);
    background: var(--iweb-colour_fill_dimmed);
    border-color: var(--iweb-border-color);
    cursor: not-allowed
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-simple-pager, .iweb-pagination.iweb-pagination-mini .iweb-pagination-total-text {
    height: 24px;
    line-height: 24px
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-item {
    min-width: 24px;
    height: 24px;
    margin: 0;
    line-height: 22px
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-item:not(.iweb-pagination-item-active) {
    background: 0 0;
    border-color: transparent
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-next, .iweb-pagination.iweb-pagination-mini .iweb-pagination-prev {
    min-width: 24px;
    height: 24px;
    margin: 0;
    line-height: 24px
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-next .iweb-pagination-item-link, .iweb-pagination.iweb-pagination-mini .iweb-pagination-prev .iweb-pagination-item-link {
    background: 0 0;
    border-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-next .iweb-pagination-item-link:after, .iweb-pagination.iweb-pagination-mini .iweb-pagination-prev .iweb-pagination-item-link:after {
    height: 24px;
    line-height: 24px
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-next .iweb-pagination-item-link svg, .iweb-pagination.iweb-pagination-mini .iweb-pagination-prev .iweb-pagination-item-link svg {
    fill: var(--iweb-brand_gradient)
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-disabled .iweb-pagination-item-link svg {
    fill: var(--iweb-colour_quaternary_info)
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-jump-next, .iweb-pagination.iweb-pagination-mini .iweb-pagination-jump-prev {
    height: 24px;
    margin-right: 0;
    line-height: 24px
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-options {
    margin-left: 2px
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-options-size-changer {
    top: 0
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-options-quick-jumper {
    height: 24px;
    line-height: 24px
}

.iweb-pagination.iweb-pagination-mini .iweb-pagination-options-quick-jumper input {
    width: 44px;
    height: 24px
}

.iweb-pagination.iweb-pagination-disabled {
    cursor: not-allowed
}

.iweb-pagination.iweb-pagination-disabled .iweb-pagination-item {
    background: var(--iweb-colour_fill_dimmed);
    border-color: var(--iweb-border-color);
    cursor: not-allowed
}

.iweb-pagination.iweb-pagination-disabled .iweb-pagination-item a {
    color: var(--iweb-colour_quaternary_info);
    background: 0 0;
    border: none;
    cursor: not-allowed
}

.iweb-pagination.iweb-pagination-disabled .iweb-pagination-item-active {
    background: var(--iweb-colour_fill_dimmed)
}

.iweb-pagination.iweb-pagination-disabled .iweb-pagination-item-active a {
    color: var(--iweb-colour_quaternary_info)
}

.iweb-pagination.iweb-pagination-disabled .iweb-pagination-item-link {
    color: var(--iweb-colour_quaternary_info);
    cursor: not-allowed
}

.iweb-pagination-simple.iweb-pagination.iweb-pagination-disabled .iweb-pagination-item-link {
    background: 0 0
}

.iweb-pagination.iweb-pagination-disabled .iweb-pagination-next .iweb-pagination-item-link svg, .iweb-pagination.iweb-pagination-disabled .iweb-pagination-prev .iweb-pagination-item-link svg {
    fill: var(--iweb-colour_quaternary_info)
}

.iweb-pagination.iweb-pagination-disabled .iweb-pagination-item-link-icon {
    opacity: 0
}

.iweb-pagination.iweb-pagination-disabled .iweb-pagination-simple-pager {
    color: var(--iweb-colour_quaternary_info)
}

@media only screen and (max-width:992px) {
    .iweb-pagination-item-after-jump-prev, .iweb-pagination-item-before-jump-next {
        display: none
    }
}

@media only screen and (max-width:576px) {
    .iweb-pagination-options {
        display: none
    }
}

.seller-name-retail-v2, .seller-name-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.seller-name-retail-v2__wrapper, .seller-name-v2__wrapper {
    display: flex
}

.seller-name-retail-v2_seller_icon, .seller-name-v2_seller_icon {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    margin-right: 12px
}

.seller-name-retail-v2_seller_icon_url, .seller-name-v2_seller_icon_url {
    width: 100%;
    height: 100%;
    display: block
}

.seller-name-retail-v2_seller_icon_url>.seller_icon_img, .seller-name-v2_seller_icon_url>.seller_icon_img {
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.seller-name-retail-v2__top, .seller-name-v2__top {
    display: flex;
    align-items: center;
    height: 20px
}

.seller-name-retail-v2__bottom, .seller-name-v2__bottom {
    display: flex;
    align-items: center;
    height: 17px;
    margin-top: 6px;
    max-width: 900px
}

.seller-name-retail-v2__ratings, .seller-name-v2__ratings {
    display: flex;
    align-items: center
}

.seller-name-retail-v2__selling, .seller-name-v2__selling {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.seller-name-retail-v2 .ratings-tag, .seller-name-v2 .ratings-tag {
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    color: #595f6d;
    background-color: #f0f1f6;
    padding: 2px 6px;
    box-sizing: border-box;
    margin-right: 6px
}

.seller-name-retail-v2 .selling-tag, .seller-name-v2 .selling-tag {
    color: #936952;
    background-color: #ffefe4
}

.seller-name-retail-v2 .selling-tag .selling-tag-icon, .seller-name-v2 .selling-tag .selling-tag-icon {
    width: 12px;
    height: 12px;
    margin-right: 4px
}

.seller-name-retail-v2 .selling-tag-text, .seller-name-v2 .selling-tag-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    font-size: 12px
}

.seller-name-retail-v2 .selling-tag:last-child, .seller-name-v2 .selling-tag:last-child {
    flex: 1
}

.seller-name-retail-v2 .selling-tag:last-child .selling-tag-text, .seller-name-v2 .selling-tag:last-child .selling-tag-text {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box
}

.seller-name-retail-v2 .pdp-seller-badge-href, .seller-name-v2 .pdp-seller-badge-href {
    height: 14px
}

.seller-name-retail-v2 .pdp-seller-badge, .seller-name-v2 .pdp-seller-badge {
    height: 14px;
    margin-left: 6px
}

.seller-name-retail-v2__detail-name, .seller-name-v2__detail-name {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.29px;
    color: #2e3346
}

.seller-name-retail-v2__chat_container, .seller-name-v2__chat_container {
    display: flex;
    height: 40px;
    align-items: center
}

.seller-name-retail-v2 .chat_block, .seller-name-v2 .chat_block {
    height: 40px;
    border: 1px solid #e3e7f1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 11px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    color: #595f6d;
    box-sizing: border-box;
    margin-left: 12px;
    cursor: pointer
}

.seller-name-retail-v2 .chat_block .seller-im-content, .seller-name-v2 .chat_block .seller-im-content {
    display: flex;
    align-items: center
}

.seller-name-retail-v2 .chat_block .seller-im-icon, .seller-name-v2 .chat_block .seller-im-icon {
    width: 18px;
    height: 18px;
    color: #f06;
    margin-right: 4px
}

.seller-name-retail-v2 .chat_block a, .seller-name-v2 .chat_block a {
    text-decoration: none;
    color: #595f6d
}

.seller-name-retail-v2 .seller-link, .seller-name-v2 .seller-link {
    text-decoration: none
}

.seller-name-retail-v2 {
    display: flex
}

.seller-container-v2 {
    height: 84px;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 18px;
    padding: 18px;
    box-sizing: border-box
}

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

.selling-point {
    font-size: 14px;
    background-color: #fafafa;
    color: #212121;
    border-top: 1px solid #eff0f5
}

.selling-point .selling-point-header {
    display: table;
    padding: 20px 16px 2px;
    align-items: center;
    width: 100%;
    box-sizing: border-box
}

.selling-point .selling-point-header .selling-point-header-title {
    display: table-cell;
    font-size: 12px;
    line-height: 12px;
    color: #757575;
    font-weight: 500;
    font-family: Roboto-Medium
}

.selling-point .selling-point-subtitles {
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px 0 12px
}

.selling-point .selling-point-subtitles .selling-point-subtitles-item {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 10px 0
}

.selling-point .selling-point-subtitles .selling-point-subtitles-item .selling-point-subtitles-item-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px
}

.selling-point .selling-point-subtitles .selling-point-subtitles-item .selling-point-subtitles-item-text {
    font-size: 14px;
    line-height: 14px;
    color: #2e3346
}

.lazada-pdp-share-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.facebook-share-button {
    display: flex;
    flex-direction: column;
    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: 12px
}

.facebook-share-button_pc .facebook-share-button__icon {
    font-size: 30px;
    line-height: normal;
    display: flex
}

.pdp-share-v2__share-button {
    display: flex;
    height: 39px;
    min-width: 36px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.pdp-share-v2__share-button-icon {
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    color: #858b9c
}

.pdp-share-v2__share-button-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.22px;
    color: #858b9c
}

.pdp-share-v2__share-button:hover .lazada-icon {
    font-size: 22px;
    color: #f57224
}

.pdp-share-v2__dialog {
    display: inline-block;
    padding: 15px 12px
}

.pdp-share-v2__content {
    display: flex;
    align-items: center
}

.pdp-share-v2__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    color: #2e3346
}

.pdp-share-v2__share-icon-box {
    margin-left: 12px
}

.pdp-share-v2__share-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
    height: 24px
}

.pdp-share-v2__share-icon .lzd-svg-icon {
    display: flex;
    font-size: 24px;
    line-height: 24px
}

.pdp-share-v2__share-icon:not(:last-child) {
    margin-right: 12px
}

.pdp-share-v2__facebook {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px
}

.pdp-share-v2__facebook .facebook-share-button__icon {
    width: 24px;
    height: 24px
}

.pdp-shop-promotion {
    margin-bottom: 24px
}

.pdp-shop-promotion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px
}

.pdp-shop-promotion-header .top-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #2e3346
}

.pdp-shop-promotion-header .top-title .title {
    white-space: nowrap
}

.pdp-shop-promotion-header .top-title .title-with-line {
    margin: 0 4px
}

.pdp-shop-promotion-header .top-title .saving-text {
    height: 25px;
    flex-shrink: 0
}

.pdp-shop-promotion-header .top-action-item {
    display: flex;
    align-items: center;
    color: #595f6d;
    font-size: 14px;
    cursor: pointer
}

.pdp-shop-promotion-body {
    display: flex;
    align-items: center;
    background: #fff;
    position: relative
}

.pdp-shop-promotion-body-products {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px
}

.pdp-shop-promotion-body-more {
    width: 132px;
    height: 300px;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8f8f8 47.7%, hsla(0, 0%, 97.3%, 0));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #2e3346;
    margin: 0 0 0 18px;
    cursor: pointer
}

.pdp-shop-promotion-body-more .more-img-wrapper {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.pdp-shop-promotion-body-more .more-img-wrapper .img {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 2px solid #f8f8f8;
    border-radius: 50%;
    object-fit: cover;
    z-index: 1;
    margin-left: -12px;
    position: relative;
    overflow: hidden
}

.pdp-shop-promotion-body-more .more-img-wrapper .img:first-child {
    z-index: 3;
    margin-left: 0
}

.pdp-shop-promotion-body-more .more-img-wrapper .img:nth-child(2) {
    z-index: 2
}

.pdp-shop-promotion-body-more .more-img-wrapper .img:nth-child(3) {
    z-index: 1
}

.pdp-shop-promotion-body-more .more-img-wrapper .img img {
    width: 100%
}

.pdp-shop-promotion-body-arrows {
    position: absolute;
    top: 33%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none
}

.pdp-shop-promotion-body-arrows.flex-end {
    justify-content: flex-end
}

.pdp-shop-promotion-body-arrows .arrow {
    pointer-events: auto;
    background: #fff;
    border: 1px solid #e3e7f1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .3s
}

.pdp-shop-promotion-body-arrows .arrow-left {
    transform: translateX(-50%)
}

.pdp-shop-promotion-body-arrows .arrow-right {
    transform: translateX(50%)
}

.pdp-shop-promotion-body-gift {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 18px
}

.pdp-shop-promotion-body-gift-plus {
    font-size: 30px;
    color: #595f6d;
    margin-right: 18px
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 66px;
    padding: 16px 0 8px
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-disabled, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-selected {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    padding: 0 10px 0 8px;
    border: 1px solid #e3e7f1;
    border-radius: 2px
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-disabled:hover, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-selected:hover, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info:hover {
    border-color: #1e71ff
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-disabled .bulk-purchase-item-info-quantity, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-selected .bulk-purchase-item-info-quantity, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info .bulk-purchase-item-info-quantity {
    position: absolute;
    top: 0;
    left: 0
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-disabled .bulk-purchase-item-info-img, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-selected .bulk-purchase-item-info-img, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info .bulk-purchase-item-info-img {
    width: 34px;
    height: 34px;
    margin-right: 9px
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-disabled .bulk-purchase-item-info-name-and-price, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-selected .bulk-purchase-item-info-name-and-price, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info .bulk-purchase-item-info-name-and-price {
    display: flex;
    flex: 1;
    width: 0
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-disabled .bulk-purchase-item-info-name-and-price .bulk-purchase-item-info-name, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-selected .bulk-purchase-item-info-name-and-price .bulk-purchase-item-info-name, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info .bulk-purchase-item-info-name-and-price .bulk-purchase-item-info-name {
    flex-shrink: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    color: #2e3346;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-disabled .bulk-purchase-item-info-name-and-price .bulk-purchase-item-info-price, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-selected .bulk-purchase-item-info-name-and-price .bulk-purchase-item-info-price, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info .bulk-purchase-item-info-name-and-price .bulk-purchase-item-info-price {
    flex-shrink: 0;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    color: #858b9c
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-selected {
    background: #fff;
    border: 1px solid #1e71ff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .08)
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-disabled {
    color: #b8b8b8;
    border: 1px solid rgba(133, 139, 156, .3137254902);
    cursor: not-allowed
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-disabled:hover {
    border-color: rgba(133, 139, 156, .3137254902)
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-disabled .bulk-purchase-item-info-name {
    color: rgba(46, 51, 70, .3137254902) !important
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-info-disabled .bulk-purchase-item-info-price {
    color: rgba(133, 139, 156, .3137254902) !important
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-quantity {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: 14px
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-quantity .next-input {
    border: none;
    height: 32px;
    background-color: transparent
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-quantity .next-input input {
    background-color: transparent
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-quantity .next-number-picker-disabled, .pdp-mod-product-sku-bulk-purchase .bulk-purchase-item .bulk-purchase-item-quantity .next-number-picker-disabled .next-number-picker-input input[disabled] {
    cursor: not-allowed
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-see-all {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px
}

.pdp-mod-product-sku-bulk-purchase .bulk-purchase-see-all .bulk-purchase-see-all-btn {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.75px;
    color: #1e71ff
}

.bulk-purchase-item-info-name-balloon {
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.bulk-purchase-item-info-name-balloon:after {
    background-color: #4f4f4f !important
}

.sku-prop-v2 .sku-prop-selection {
    padding-bottom: 0
}

.sku-prop-v2 .sku-prop-selection .section-title {
    line-height: 18px
}

.sku-prop-v2:nth-child(n+2) {
    margin-top: 18px
}

.sku-prop-v2 .sku-prop-content-header {
    position: relative;
    font-size: 14px;
    color: #2e3346;
    letter-spacing: 0;
    display: flex;
    align-items: center
}

.sku-prop-v2 .sku-prop-content-header .sku-name {
    max-height: 36px;
    overflow: hidden;
    display: inline-block;
    min-height: 18px;
    line-height: 18px;
    margin-bottom: 6px;
    margin-right: 14px
}

.sku-prop-v2 .sku-prop-content-header .sku-name-hover {
    margin-right: 14px
}

.sku-prop-v2 .sku-prop-content-header .sku-size-drop {
    display: block;
    cursor: pointer;
    height: 16px;
    font-size: 14px;
    color: #212121;
    margin-right: 16px;
    margin-bottom: 6px
}

.sku-prop-v2 .sku-prop-content-header .sku-size-drop .sku-prop-tab-item, .sku-prop-v2 .sku-prop-content-header .sku-size-drop .sku-prop-tab-item-selected {
    display: inline-block;
    padding: 12px
}

.sku-prop-v2 .sku-prop-content-header .sku-size-drop .sku-prop-tab-item-selected {
    border-bottom: 2px solid #f57224
}

.sku-prop-v2 .sku-prop-content-header .sku-size-link {
    cursor: pointer;
    color: #1641b5;
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 6px
}

.sku-prop-v2 .sku-prop-content-header .sku-size-link .sku-size-chart-icon {
    vertical-align: sub;
    margin-left: 7px;
    width: 14px;
    height: 10px;
    font-size: 12px
}

.sku-prop-v2 .sku-prop-content-header:after {
    display: block;
    content: "";
    clear: both
}

.sku-prop-v2 .sku-prop-content {
    max-height: 210px;
    overflow-y: scroll;
    font-size: 0;
    user-select: none;
    display: flex;
    flex-wrap: wrap
}

.sku-prop-v2 .sku-prop-content-mini {
    overflow-y: auto;
    max-height: none
}

.sku-prop-v2 .sku-prop-content-selected {
    margin-bottom: -6px
}

.sku-prop-v2 .sku-prop-content::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
    background-color: transparent
}

.sku-prop-v2 .sku-prop-content::-webkit-scrollbar-track {
    background-color: transparent
}

.sku-prop-v2 .sku-prop-content::-webkit-scrollbar-thumb {
    background-color: #e6e8ea;
    border-radius: 20px
}

.sku-prop-v2 .sku-prop-content .sku-variable-img-wrap, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-disabled, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-selected {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-right: 6px;
    border: 1px solid #e3e7f1;
    min-height: 36px;
    overflow: hidden;
    border-radius: 6px;
    padding: 6px;
    cursor: pointer;
    margin-bottom: 6px;
    max-width: 548px;
    user-select: text
}

.sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-disabled .sku-variable-img, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-disabled .sku-variable-img-disabled, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-disabled .sku-variable-img-selected, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-selected .sku-variable-img, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-selected .sku-variable-img-disabled, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-selected .sku-variable-img-selected, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap .sku-variable-img, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap .sku-variable-img-disabled, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap .sku-variable-img-selected {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    pointer-events: none
}

.sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-disabled .sku-variable-img-name, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-selected .sku-variable-img-name, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap .sku-variable-img-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px;
    color: #2e3346;
    pointer-events: none;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-disabled:hover, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-selected:hover, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap:hover {
    border-color: #f06
}

.sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-disabled:last-child, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-selected:last-child, .sku-prop-v2 .sku-prop-content .sku-variable-img-wrap:last-child {
    margin-right: 0
}

.sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-selected {
    border-color: #f06
}

.sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-disabled {
    opacity: .1;
    cursor: not-allowed;
    pointer-events: none
}

.sku-prop-v2 .sku-prop-content .sku-variable-img-wrap-disabled:hover {
    border-color: #dadada
}

.sku-prop-v2 .sku-prop-content .sku-variable-img, .sku-prop-v2 .sku-prop-content .sku-variable-img-disabled, .sku-prop-v2 .sku-prop-content .sku-variable-img-selected {
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.sku-prop-v2 .sku-prop-content .sku-variable-img-disabled span, .sku-prop-v2 .sku-prop-content .sku-variable-img-selected span, .sku-prop-v2 .sku-prop-content .sku-variable-img span {
    display: inline-block;
    width: 100%;
    height: 100%
}

.sku-prop-v2 .sku-prop-content .sku-variable-name, .sku-prop-v2 .sku-prop-content .sku-variable-name-disabled, .sku-prop-v2 .sku-prop-content .sku-variable-name-selected {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: text;
    position: relative;
    overflow: hidden;
    min-width: 60px;
    max-width: 388px;
    height: 36px;
    padding: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    background: #fff;
    border: 1px solid #e3e7f1;
    border-radius: 6px
}

.sku-prop-v2 .sku-prop-content .sku-variable-name-disabled .sku-variable-name-text, .sku-prop-v2 .sku-prop-content .sku-variable-name-selected .sku-variable-name-text, .sku-prop-v2 .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-v2 .sku-prop-content .sku-variable-name, .sku-prop-v2 .sku-prop-content .sku-variable-name-disabled, .sku-prop-v2 .sku-prop-content .sku-variable-name-selected {
    font-size: 14px;
    color: #2e3346;
    font-weight: 400;
    line-height: 17.75px;
    letter-spacing: 0
}

.sku-prop-v2 .sku-prop-content .sku-variable-name-disabled:hover, .sku-prop-v2 .sku-prop-content .sku-variable-name-selected:hover, .sku-prop-v2 .sku-prop-content .sku-variable-name:hover {
    border-color: #f06
}

.sku-prop-v2 .sku-prop-content .sku-variable-name-selected {
    background: #fff;
    border: 1px solid #f06;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .08);
    border-radius: 6px
}

.sku-prop-v2 .sku-prop-content .sku-variable-name-disabled {
    background: #fff;
    color: #c6cad2;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px;
    border: 1px dashed #e3e7f1;
    border-radius: 6px;
    cursor: not-allowed
}

.sku-prop-v2 .sku-prop-content .sku-variable-name-disabled:hover {
    border-color: #e3e7f1
}

.sku-prop-v2 .sku-prop-content .sku-variable-size, .sku-prop-v2 .sku-prop-content .sku-variable-size-disabled, .sku-prop-v2 .sku-prop-content .sku-variable-size-selected {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: text;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    min-width: 48px;
    max-width: 388px;
    height: 32px;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 12px;
    margin-bottom: 6px;
    background: #fff;
    border: 1px solid #e3e7f1;
    border-radius: 6px;
    line-height: normal
}

.sku-prop-v2 .sku-prop-content .sku-variable-size-disabled:hover, .sku-prop-v2 .sku-prop-content .sku-variable-size-selected:hover, .sku-prop-v2 .sku-prop-content .sku-variable-size:hover {
    border-color: #f06
}

.sku-prop-v2 .sku-prop-content .sku-variable-size-selected {
    background: #fff;
    border: 1px solid #f06;
    color: #2e3346;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .08);
    border-radius: 6px
}

.sku-prop-v2 .sku-prop-content .sku-variable-size-disabled {
    background: #fafafa;
    color: #b8b8b8;
    border: 1px dashed #dadada;
    border-radius: 2px;
    cursor: not-allowed
}

.sku-prop-v2 .sku-prop-content .sku-variable-size-disabled:hover {
    border-color: #dadada
}

.sku-prop-v2 .sku-sizechart-dialog {
    width: 788px;
    height: 445px !important
}

.sku-prop-v2 .sku-sizechart-dialog .next-dialog-body {
    padding-top: 50px
}

.sku-prop-v2 .pdp_center_target {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: -100
}

.sku-prop-v2 .sku-tabpath-single {
    cursor: auto
}

.sku-prop-v2 .sku-size-drop-single {
    cursor: auto !important;
    line-height: normal
}

.sku-prop-v2 .sku-prop-content-lazBusiness .sku-prop-content .sku-variable-img-wrap-disabled:hover, .sku-prop-v2 .sku-prop-content-lazBusiness .sku-prop-content .sku-variable-img-wrap-selected:hover, .sku-prop-v2 .sku-prop-content-lazBusiness .sku-variable-img-wrap-selected, .sku-prop-v2 .sku-prop-content-lazBusiness .sku-variable-img-wrap:hover, .sku-prop-v2 .sku-prop-content .sku-prop-content-lazBusiness .sku-variable-img-wrap-disabled:hover, .sku-prop-v2 .sku-prop-content .sku-prop-content-lazBusiness .sku-variable-img-wrap-selected:hover {
    border-color: #1e71ff !important
}

.sku-prop-v2 .sku-prop-content-lazBusiness .sku-variable-img-lazBusiness {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 15px;
    height: 15px
}

.sku-prop-v2 .sku-name-hint, .sku-prop-v2 .sku-name-warning {
    font-weight: 400;
    line-height: 17.75px;
    font-size: 14px;
    color: #d20b0b;
    display: inline-block
}

.size-chart-iframe {
    border: 0;
    height: 350px;
    width: 100%
}

.sku-sizechart-dialog .next-dialog-body {
    width: 100%
}

.size-chart-overlay {
    width: 788px;
    height: 455px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(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-v2 {
    margin-top: 18px
}

.sku-selector-v2-mini {
    margin-top: 0
}

.pdp-mod-sms-phone-input-v2 {
    margin-top: 18px
}

.pdp-mod-sms-phone-input-v2 .phone-input-title, .warranty-v2 {
    color: #595f6d;
    font-size: 14px
}

.warranty-v2 {
    display: flex;
    align-items: center;
    margin-top: 18px
}

.warranty-v2__option-item {
    padding: 10px 16px
}

.warranty-v2 .warranty-v2-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex: 1
}

.warranty-v2 .warranty-v2-label .warranty-v2-label-icon {
    width: 24px;
    height: 24px;
    margin-right: 6px
}

.warranty-v2 .warranty-v2-label .warranty-v2-label-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.75px;
    color: #2e3346;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.warranty-v2 .warranty-v2-label .arrow-right {
    width: 16px;
    height: 16px;
    margin-left: 12px
}

.warranty-v2 .pdp-mod-promotion-dialog-v2 {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 6px
}

.warranty__options-v2 {
    width: 456px;
    padding-top: 18px;
    padding-bottom: 18px
}

.warranty__options-v2 .warranty__options-v2-header {
    padding: 0 18px 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.29px;
    color: #2e3346;
    border-bottom: 1px solid #e3e7f1
}

.warranty__options-v2 .warranty__options-v2-contet {
    padding: 6px 18px 0
}

.warranty__options-v2-contet .warranty__options-v2-item-container:last-child .warranty-tooltip-item-v2 {
    padding-bottom: 0;
    border-bottom: none
}

.pdp-mod-wishlist-v2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    min-width: 36px;
    height: 39px
}

.pdp-mod-wishlist-v2-button-icon {
    width: 24px;
    height: 24px;
    color: #858b9c
}

.pdp-mod-wishlist-v2-button-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.22px;
    color: #858b9c
}

.pdp-mod-wishlist-v2:hover .wishlist-icon {
    color: #f57224
}