/* PART A: WEBSITE WHEN NOT LOGIN */
.header__notification__quantity,
.header__notification__popup--when-logged-in,
.header__user-account,
.chat-part {
    display: none;
} 

/* I.REGISTER-PAGE */
#register-page {
    display: none;
}
.register-page__header {
    width: 100%;
    height: 8.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 4rem;
    background-color: rgb(255, 255, 255);
    position: relative;
}
.register-page__header-shopee {
    height: 3.4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.8rem;
}
.register-page__header-shopee__link {
    display: flex;
    width: 17.2rem;
}
.register-page__header-shopee__link > svg {
    fill: #ee4d2d;
    width: 19rem;
    height: 4.2rem;
}
.register-page__header-shopee__text {
    color: #222;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin-left: -1rem;
}
.register-page__header-need-help-btn {
    color: #ee4d2d;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    margin-right: 0.8rem;
    cursor: pointer;
}

.register-page__content {
    width: 100%;
    height: 60rem;
    background-color: rgb(238, 77, 45);
    padding: 0px 11rem;
}
.register-page__content-part {
    width: 100%;
    height: 100%;
    background: url(../img/register-page/background-content.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.register-page__content-form {
    width: 39.8rem;
    height: 42.8rem;
    background-color: #fff;
    border-radius: 3px;
}
.register-page__content-form__heading {
    margin: 0.6rem 0;
    height: 6.8rem;
    padding: 0 3rem;
    color: #222;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
}
.register-page__content-form__part {
    width: 100%;
    height: 34.8rem;
    padding: 0 3rem 3rem 3rem;
    position: relative;
}
.register-page__content-form__input {
    width: 100%;
    height: 4rem;
    padding: 1.2rem;
    border: 0.2px solid rgba(0,0,0,.14);
    border-radius: 2px;
    box-shadow: inset 0 2px 0 rgb(0 0 0 / 2%);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: rgba(0, 0, 0, 0.8);
}
.register-page__content-form__input--invalid-phone-number {
    outline: #ff424f;
    border-color: #ff424f;
    background-color: #fff6f7;
} 
.register-page__content-form__input-text--invalid-phone-number {
    display: none;
    position: absolute;
    top: 4.4rem;
    left: 3rem;
    color: #ff424f;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.44rem;
}
.register-page__content-form__input-icon--valid-phone-number {
    display: none;
    height: 1.6rem;
    width: 1.6rem;
    position: absolute;
    top: 1.2rem;
    right: 4.7rem;
}
.register-page__content-form__next-btn {
    margin: 3rem 0;
    width: 100%;
    height: 4rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 9%);
    background-color: #ee4d2d;
    opacity: 0.7;   
    cursor: not-allowed;  
}
.register-page__content-form__separate-part {
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 1.5rem;
}
.register-page__content-form__separate-part > div:nth-child(1), 
.register-page__content-form__separate-part > div:nth-child(3) {
    width: 13.5rem;
    height: 0.5px;
    background-color: #dbdbdb;
}
.register-page__content-form__separate-part__text {
    color: #ccc;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.44rem;
}

.register-page__content-form__other-ways {
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.register-page__content-form__other-ways > button {
    cursor: pointer;
    padding: 0;
    border: 0;
}
.register-page__content-form__other-ways > button:hover {
    opacity: 0.9;
}
.register-page__content-form__other-ways__facebook {
    width: 11rem;
}
.register-page__content-form__other-ways__google,
.register-page__content-form__other-ways__apple {
    width: 10.4rem;
}
.register-page__content-form__other-ways > button > img {
    display: block;
    width: 100%;
    height: 100%;
}

.register-page__content-form__terms-and-policy {
    margin: 2.2rem 0 3rem 0;
    width: 100%;
    height: 2.8rem;
    padding: 0 3rem 0 2.5rem;
    text-align: center;
    font-size: 1.2rem;
    color: rgba(0,0,0,.87);
}
.register-page__content-form__terms-and-policy > span {
    display: block;
    text-align: center;
}
.register-page__content-form__terms-and-policy > a {
    color: #ee4d2d;
    font-weight: 500;
}

.register-page__content-form__ask-for-login {
    width: 100%;
    height: 1.66rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-page__content-form__ask-for-login__text {
    color: rgba(0, 0, 0, 0.2);
}
.register-page__content-form__ask-for-login__login-btn {
    color: #ee4d2d;
    font-weight: 500;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.register-page__content-form__terms-and-policy > a:hover,
.register-page__content-form__ask-for-login__login-btn:hover {
    opacity: 0.8;
}

/* REGISTER PAGE CONFIRMATION */
.register-page__confirmation {
    height: 87rem;
    width: 100%;
    padding-top: 8.4rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-page__confirmation-part {
    width: 51rem;
    height: calc(100% - 10rem);
}
.register-page__confirmation__step-list {
    width: 100%;
    height: 7.3rem;
    margin-bottom: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.register-page__confirmation__step-item {
    height: 100%;
    padding: 1rem 0.5rem;
    text-align: center;
}
.register-page__confirmation__step-item:nth-child(1) {
    width: 14rem;
}
.register-page__confirmation__step-item:nth-child(3) {
    width: 10rem;
}
.register-page__confirmation__step-item:nth-child(5) {
    width: 10rem;
}
.register-page__confirmation__step-item:nth-child(5) > div > svg {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    fill: rgba(0,0,0,.26);
}
.register-page__confirmation__step-item-number {
    width: 3.4rem;
    height: 3.4rem;
    border: 1px solid rgba(0,0,0,.26);
    border-radius: 50%;
    color: rgba(0,0,0,.26);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.register-page__confirmation__step-item-name {
    display: block;
    margin-top: 0.5rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.44rem;
    color: rgba(0, 0, 0, 0.26);
}
.register-page__confirmation__step-line {
    width: 8.5rem;
    height: 1px;
    position: relative;
}
.register-page__confirmation__step-line__line {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.26);
}
.register-page__confirmation__step-line__icon {
    position: absolute;
    right: -3px;
    transform: translateY(calc(-50%));
    color: rgba(0,0,0,.26);
}

/* 1. FIRST FORM */
.register-page__confirmation__first-form {
    width: 50rem;
    height: 49.4rem;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 14%);
    border-radius: 2px;
    margin: 0 auto;
}
.register-page__confirmation__first-form__header {
    width: 100%;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.register-page__confirmation__first-form__header__back-btn {
    position: absolute;
    left: 2rem;
    border: none;
    background: transparent;
    cursor: pointer;
}
.register-page__confirmation__first-form__header__back-btn > svg {
    display: block;
    width: 2.4rem;
    height: 2.8rem;
    fill: #ee4d2d;
}
.register-page__confirmation__first-form__header__text {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: rgb(34, 34, 34);
}
.register-page__confirmation__first-form__content {
    padding: 0 8rem 0 8rem;
}
.register-page__confirmation__first-form__content__notify-error {
    height: 4.26rem;
    padding: 0 1.5rem;
    background-color: #fff9fa;
    border: 1px solid rgba(255,66,79,.2);
    border-radius: 2px;
    display: none;
    /* display: flex;  -> it's true display*/    
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3rem;
}
.register-page__confirmation__first-form__content__notify-error__icon {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}
.register-page__confirmation__first-form__content__notify-error__icon > svg {
    color: #ff424f;
    width: 1.6rem;
    height: 1.6rem;
}
.register-page__confirmation__first-form__content__notify-error__text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: rgb(34, 34, 34);
}
.register-page__confirmation__first-form__content__notify {
    margin: 1.4rem 0 1rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
}
.register-page__confirmation__first-form__content__user-phone-number {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.92rem;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
}
.register-page__confirmation__first-form__content__input {
    display: flex;
    width: 100%;
    height: 3.5rem;
    margin: 5rem auto 0;
    border: none;
    outline: none;
    letter-spacing: 4rem;
    font-size: 2.8rem;
    font-weight: 500;
    color: rgb(0, 0, 0);
}
.register-page__confirmation__first-form__content__input-signal {
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-left: -1.8rem;
}
.register-page__confirmation__first-form__content__input-signal > div {
    width: 3.6rem;
    height: 0;
    border-top: 1px solid rgba(0,0,0,.26);
}
.register-page__confirmation__first-form__content__help {
    margin: 8rem 0 4.4rem 0;
    height: 4rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    color: rgba(0, 0, 0, 0.87);
}
.register-page__confirmation__first-form__content__help-question {
    display: block;
}
.register-page__confirmation__first-form__content__help-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-page__confirmation__first-form__content__help-btns > button {
    color: #ee4d2d;
    font-weight: 500;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}
.register-page__confirmation__first-form__content__help-btns > span {
    display: block;
    margin: 0 3px;
}
.register-page__confirmation__first-form__content__confirm-btn {
    width: 100%;
    height: 4rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 9%);
    background-color: #ee4d2d;
    opacity: 0.7;
    cursor: not-allowed;
}

/* 2. SECOND FORM */
.register-page__confirmation__second-form {
    width: 50rem;
    height: 42.8rem;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 14%);
    border-radius: 2px;
    margin: 0 auto;
}
.register-page__confirmation__second-form__header {
    width: 100%;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.register-page__confirmation__second-form__header__back-btn {
    position: absolute;
    left: 2rem;
    border: none;
    background: transparent;
    cursor: pointer;
}
.register-page__confirmation__second-form__header__back-btn > svg {
    display: block;
    width: 2.4rem;
    height: 2.8rem;
    fill: #ee4d2d;
}
.register-page__confirmation__second-form__header__text {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: rgb(34, 34, 34);
}
.register-page__confirmation__second-form__content {
    padding: 0 8rem 6.4rem 8rem;
}
.register-page__confirmation__second-form__content__notify {
    height: 4rem;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: rgba(0, 0, 0, 0.8);
    margin: 1rem 0 3rem 0;
}
.register-page__confirmation__second-form__content__input-part {
    height: 4rem;
    width: 100%;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 2px;
    box-shadow: inset 0 2px 0 rgb(0 0 0 / 2%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    position: relative;
}
.register-page__confirmation__second-form__content__input-part--wrong-value {
    border-color: #ff424f;
}
.register-page__confirmation__second-form__content__input {
    display: block;
    height: 100%;
    width: 100%;
    padding: 1.2rem;
    border: none;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: rgba(0, 0, 0, 0.8);
}
.register-page__confirmation__second-form__content__input--invalid {
    outline: #ff424f;
    background-color: #fff6f7;
}
.register-page__confirmation__second-form__content__input-status-btn {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 2px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}
.register-page__confirmation__second-form__content__input-status-btn__showing {
    width: 2rem;
    height: 1.2rem;
}
.register-page__confirmation__second-form__content__input-status-btn__hiding {
    display: none;
    width: 2rem;
    height: 1.6rem;
    padding-top: 5px;
}
.register-page__confirmation__second-form__content__check {
    height: 1.8rem;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.register-page__confirmation__second-form__content__check-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #6c0;
    margin-right: 4px;
}
.register-page__confirmation__second-form__content__check > svg {
    width: 1.4rem;
    height: 1.4rem;
}
.register-page__confirmation__second-form__content__check-correct-icon {
    display: block;
}
.register-page__confirmation__second-form__content__check-wrong-icon {
    display: none;
}
.register-page__confirmation__second-form__content__register-btn {
    margin-top: 3rem;
    width: 100%;
    height: 4rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 9%);
    background-color: #ee4d2d;
    opacity: 1;
    cursor: pointer;
}

/* 3. THIRD FORM */
.register-page__confirmation__third-form {
    width: 50rem;
    height: 40rem;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 14%);
    border-radius: 2px;
    margin: 0 auto;
}
.register-page__confirmation__third-form__header {
    width: 100%;
    height: 8rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: rgb(34, 34, 34);
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-page__confirmation__third-form__content {
    padding: 0 8rem 0 8rem;
}
.register-page__confirmation__third-form__content-success-icon {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
}
.register-page__confirmation__third-form__content-first-notify {
    margin-top: 2.2rem;
}
.register-page__confirmation__third-form__content-first-notify__text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
}
.register-page__confirmation__third-form__content-first-notify__user-phone-number {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.92rem;
    color: #ee4d2d;
    text-align: center;
}
.register-page__confirmation__third-form__content-second-notify {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
}
.register-page__confirmation__third-form__content-back-to-shopee-btn {
    width: 100%;
    height: 4rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 9%);
    background-color: #ee4d2d;
    cursor: pointer;
    margin-top: 5rem;
}
.register-page__confirmation__third-form__content-back-to-shopee-btn:hover {
    opacity: 0.92;
}


/* II.LOGIN-PAGE */
#login-page {
    display: none;
}
.login-page__header {
    width: 100%;
    height: 8.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4rem;
    background-color: #fff;
}
.login-page__header-shopee {
    height: 3.4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.8rem;
}
.login-page__header-shopee__link {
    display: flex;
    width: 17.2rem;
}
.login-page__header-shopee__link > svg {
    fill: #ee4d2d;
    width: 19rem;
    height: 4.2rem;
}
.login-page__header-shopee__text {
    color: #222;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin-left: -1rem;
}
.login-page__header-need-help-btn {
    color: #ee4d2d;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    margin-right: 0.8rem;
    cursor: pointer;
}

.login-page__content {
    width: 100%;
    height: 60rem;
    background-color: rgb(238, 77, 45);
    padding: 0 11rem 0 11rem;
}
.login-page__content-part {
    width: 100%;
    height: 100%;
    background: url(../img/register-page/background-content.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.login-page__content-form {
    width: 39.8rem;
    height: 48.2rem;
    background-color: #fff;
    border-radius: 3px;
}
.login-page__content-form__heading {
    margin: 0.6rem 0;
    height: 6.8rem;
    padding: 0 3rem;
    color: #222;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
}
.login-page__content-form__part {
    width: 100%;
    height: 34.8rem;
    padding: 0 3rem 3rem 3rem;
    position: relative;
}
.login-page__content-form__notify-error {
    height: 7.6rem;
    padding: 1.2rem 1.5rem;
    background-color: #fff9fa;
    border: 1px solid rgba(255,66,79,.2);
    border-radius: 2px;
    display: none;
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2.6rem;
}
.login-page__content-form__notify-error__icon {
    display: flex;
    align-items: flex-start;
    margin-right: 1rem;
    height: 5rem;
    width: 1.6rem;
}
.login-page__content-form__notify-error__icon > svg {
    color: #ff424f;
    width: 1.6rem;
    height: 1.6rem;
}
.login-page__content-form__notify-error__text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: rgb(34, 34, 34);
    height: 5rem;
    width: 27.4rem;
}

.login-page__content-form__first-input-part {
    height: 6rem;
    width: 100%;
}
.login-page__content-form__first-input {
    width: 100%;
    height: 4rem;
    padding: 1.2rem;
    border: 0.2px solid rgba(0,0,0,.14);
    border-radius: 2px;
    box-shadow: inset 0 2px 0 rgb(0 0 0 / 2%);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: rgba(0, 0, 0, 0.8);
}

.login-page__content-form__first-input-part--invalid,
.login-page__content-form__second-input-part--invalid {
    display: none;
    color: #ff424f;
    font-size: 12px;
    font-weight: 400;
    line-height: 2rem;
}
.login-page__content-form__first-input--invalid {
    outline: #ff424f;
    border-color: #ff424f;
    background-color: #fff6f7;
}
.login-page__content-form__second-input--invalid {
    outline: #ff424f;
    background-color: #fff6f7;
}
.login-page__content-form__second-input-main--invalid {
    border-color: #ff424f!important;
}
.login-page__content-form__second-input-part {
    height: 6rem;
    width: 100%;
}
.login-page__content-form__second-input-main {
    height: 4rem;
    width: 100%;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 2px;
    box-shadow: inset 0 2px 0 rgb(0 0 0 / 2%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    position: relative;
}
.login-page__content-form__second-input {
    display: block;
    height: 100%;
    width: 100%;
    padding: 1.2rem;
    border: none;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: rgba(0, 0, 0, 0.8);
}
.login-page__content-form__second-input-status-btn {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 2px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}
.login-page__content-form__second-input-status-btn__showing {
    display: none;
    width: 2rem;
    height: 1.2rem;
}
.login-page__content-form__second-input-status-btn__hiding {
    width: 2rem;
    height: 1.6rem;
    padding-top: 5px;
}
.login-page__content-form__login-btn {
    margin-top: 1.4rem;
    width: 100%;
    height: 4rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 9%);
    background-color: #ee4d2d;
    opacity: 0.7;
    cursor: not-allowed;
}

.login-page__content-form__under-login-btn {
    height: 1.4rem;
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-page__content-form__under-login-btn > button {
    color: #05a;
    font-size: 1.2rem;
    font-weight: 500;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.login-page__content-form__separate-part {
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 1.5rem;
}
.login-page__content-form__separate-part > div:nth-child(1),
.login-page__content-form__separate-part > div:nth-child(3) {
width: 13.5rem;
    height: 0.5px;
    background-color: #dbdbdb;
}
.login-page__content-form__separate-part__text {
    color: #ccc;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.44rem;
}
.login-page__content-form__other-ways {
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 3rem;
}
.login-page__content-form__other-ways > button {
    cursor: pointer;
    padding: 0;
    border: 0;
}
.login-page__content-form__other-ways__facebook {
    width: 11rem;
}
.login-page__content-form__other-ways__apple,
.login-page__content-form__other-ways__google {
    width: 10.4rem;
}
.login-page__content-form__other-ways > button > img {
    display: block;
    width: 100%;
    height: 100%;
}
.login-page__content-form__ask-for-register {
    width: 100%;
    height: 1.66rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-page__content-form__ask-for-register__text {
    color: rgba(0, 0, 0, 0.2);
}
.login-page__content-form__ask-for-register__register-btn {
    color: #ee4d2d;
    font-weight: 500;
    border: none;
    background-color: transparent;
    cursor: pointer;
}




/* PART B: WEBSITE WHEN LOGGED IN */

/* APP */
#app {
    position: absolute;
    inset: 0px;
}

/* I.HEADER */
#header {
    width: 100%;
    background-color: #f94f2f;
    padding: 0.8rem 3.4rem 1rem 3rem;
    position: fixed;
    top: 0;
    z-index: 15;
}

/* 1.HEADER-COMMON-INFO */
.header__common-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__notify-and-account {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__links > div > a,
.header__notify-and-account > div > a {
    color: #fff;
    font-size: 1.3rem;
}

.header__links span {
    color: #fff;
    font-size: 1.3rem;
    margin: 0 7px;
}

.header__links-seller-channel,
.header__links-become-a-shopee-seller,
.header__links-app-download,
.header__register {
    border-right: 2px solid #f86b5b;
}

.header__links-seller-channel > a,
.header__links-become-a-shopee-seller > a,
.header__links-app-download > a {
    padding: 0 8px;
}

.header__links-seller-channel:hover > a,
.header__links-become-a-shopee-seller:hover > a,
.header__links-app-download:hover > a,
.header__notify-and-account > div:hover > a {
    color: rgba(255,255,255,0.8);
}

.header__links-app-download {
    position: relative;
}

.header__links-app-download:hover .header__links-app-download-popup {
    display: block;
}

.header__links-app-download-popup {
    position: absolute;
    top: calc(100% + .625rem);
    left: 0.8rem;
    z-index: 1;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    -webkit-animation: fadeIn ease-in-out 0.2s;
            animation: fadeIn ease-in-out 0.2s;
    will-change: opacity;
    display: none;
}

.header__links-app-download-popup > a {
    display: block;
    padding: 0 1px 2px 1px;
}

.header__links-app-download-popup::before {
    content: "";
    width: calc(100% + 6px);
    height: 10px;
    position: absolute;
    left: -6px;
    transform: translateY(calc(-100% - 2px));
}

.header__app-download__qr-img {
    width: 18rem;
    height: 18rem;
}

.header__app-download__app-store-img {
    width: 7rem;
    height: 1.6rem;
    margin-right: 6px;
}

.header__app-download__google_play-img {
    width: 7rem;
    height: 1.6rem;
}

.header__app-download__app_gallery-img {
    width: 7rem;
    height: 1.6rem;
    margin-top: 6px;
}

.header__links-app-download-popup__box {
    padding: 0 0.5rem 0.5rem 1rem;
    margin-top: 6px;
}
    
.header__links-app-download-popup__box div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__notification {
    position: relative;
}
.header__notification__link-icon {
    display: block;
    width: 1.4rem;
    height: 1.8rem;
    fill: #fff;
    margin-right: 0.5rem;
}
.header__notification__quantity {
    border-radius: 44%;
    background-color: #fff;
    color: #f94f2f;
    padding: 0px 6px;
    position: absolute;
    top: -4px;
    left: 12px;
    font-size: 1.2rem;
}

.header__notification__popup {
    max-height: 51.5rem;
    width: 40.2rem;
    background-color: #fff;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    border-radius: 2px 2px 1px 1px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 1;
    transform-origin: calc(100% - 32px) top; 
    -webkit-animation: growth ease 0.2s; 
            animation: growth ease 0.2s;
    will-change: opacity, transform;
    display: none;
}
.header__notification__popup::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    transform: translateY(calc(-100%));
}
.header__notification__popup::after {
    content: "";
    position: absolute;
    top: -22px;
    right: 23px;
    border-style: solid;
    border-width: 12px 15px;
    border-color: transparent transparent #fff transparent;
}
.header__notification:hover .header__notification__quantity,
.header__notification__quantity:hover {
    display: none;
}
.header__notification:hover .header__notification__popup {
    display: block;
}


.header__notification__popup--when-not-login__main {
    width: 100%;
    margin: 8.67rem auto;
}
.header__notification__popup--when-not-login__main__img {
    display: block;
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
}
.header__notification__popup--when-not-login__main__text {
    display: block;
    text-align: center;
    color: rgba(0,0,0,.8);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    margin-top: 2rem;
}

.header__notification__popup--when-not-login__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 4rem;
}
.header__notification__popup--when-not-login__btn {
    border: none;
    background-color: #f5f5f5;
    width: 50%;
    height: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68rem;
    color: rgba(0,0,0,.8);
    cursor: pointer;
}
.header__notification__popup--when-not-login__btn:hover {
    color: #ee4d2d;
    background-color: #e8e8e8;
}

.header__notification__popup--when-logged-in__heading {
    color: rgb(183 180 180 / 80%);
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 12px;
}

.header__notification__popup--when-logged-in__heading:hover {
    cursor: default;
}
.header__notification__popup--when-logged-in__list {
    margin: 0;
    padding: 0;
}
.header__notification__popup--when-logged-in__link {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0 1.6rem 1rem;
    color: #f5f5f5;
}
.header__notification__popup--when-logged-in__item:hover,
.header__notification__popup--when-logged-in__view-all-btn:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}
.header__notification__popup--when-logged-in__item--unread {
    background-color: #fff2ee;
}
.header__notification__popup--when-logged-in__item__img {
    width: 40px;
    height: 40px;
}
.header__notification__popup--when-logged-in__item__img > img {
    width: 100%;
    height: 100%;
}
.header__notification__popup--when-logged-in__item__content {
    padding: 0 0.8rem;
    width: 35.2rem;
}
.header__notification__popup--when-logged-in__item__title {
    color: #5a5654;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 4px;
}   
.header__notification__popup--when-logged-in__item__description {
    color: #8b8b8b;
    font-size: 1.2rem;
    margin: 0;
}
.header__notification__popup--when-logged-in__view-all-btn {
    display: block;
    width: 100%;
    padding: 13px;
    font-size: 1.4rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    background-color: #fff;
}

.header__support__link-icon {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.5rem;
}

.header__login__btn, 
.header__register__btn {
    font-weight: 500;
    font-size: 1.4rem!important;
}

.header__notification__link, 
.header__support__link, 
.header__register__btn,
.header__login__btn, 
.header__user-account__link {
	display: flex;
    align-items: center;
	height: 100%;
	padding: 0 8px;
    cursor: pointer;
}

.header__user-account {
    position: relative;
    margin-right: -8px;
}
.header__user-account__link__icon {
    height: 2rem;
    width: 2rem;
    background-color: #f5f5f5;
    border-radius: 50%;
    margin-right: 0.5rem;
    position: relative;
}
.header__user-account__link__icon > svg {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1.5rem;
    stroke: #c6c6c6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header__user-account__username {
    font-size: 1.4rem;  
}

.header__user-account__popup {
    background-color: #fff;
    color: rgba(0,0,0,0.8);
    width: 15rem;
    position: absolute;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 1;
    top: calc(100% + 10px);
    left: 10px;
    transform-origin: 50% top;
    -webkit-animation: growth ease 0.3s;
            animation: growth ease 0.3s;
    will-change: opacity, transform;
    display: none;
}
.header__user-account:hover .header__user-account__popup {
    display: block;
}
.header__user-account__popup::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    transform: translateY(calc(-100%));
}
.header__user-account__popup::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 64px;
    border-style: solid;
    border-width: 10px 12px;
    border-color: transparent transparent #fff transparent;
}
.header__user-account__popup-list {
    margin: 0;
    padding: 0;
}
.header__user-account__popup-item > a {
    display: block;
    padding: 12px 15px;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.8);
}
.header__user-account__popup-item:hover > a {
    cursor: pointer;
    color: #26aa99;
    background-color: #fcf8f8;
}


.header__links-socials {    
    display: flex;
    align-items: center;
}

.header__links-socials i {    
    font-size: 1.6rem;
}

.header__notify-and-account i {
    font-size: 1.8rem;
}

.header__notify-and-account i {
    padding-right: 8px;
}

.header__links-socials__facebook {
    margin-right: 10px;
}

.header__links-socials__facebook:hover,
.header__links-socials__instagram:hover {
    opacity: 0.8;
}


.header__notification,
.header__support {
    margin-right: 4px;
}


/* 2.HEADER-SEARCH-PART */
.header__search-part {
    display: flex;
    justify-content: space-between;
    padding-top: 2.2rem;
    margin-right: 5.4rem;
}

.header__shopee-logo svg {
    width: 162px;
    height: 50px;
    fill: #fff;
}

.header__main-search {
    flex: 1;
    margin: 0 4.8rem;
}

.header__search-frame {
    position: relative;
}

.header__search-frame__input {
    width: 100%;
    padding: 12px 4px 12px 14px;
    outline: none;
    border: none;
    border-radius: 2px;
    font-size: 1.4rem;
}
.header__search-frame__btn {
    background-color: #f94f2f;
    padding: 0.867rem 2.3rem;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 2px;
}
.header__search-frame__btn:hover {
    background-color: #fb6445;
    cursor: pointer;
}
.header__search-frame__btn i {
    font-size: 1.4rem;
    color: #fff;
}

.header__search-history {
    background-color: #fff;
    width: 76.7rem;
    font-size: 1.4rem;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 26%); /* searching... */
    border-radius: 2px;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    display: none;
}

.header__search-history-heading {
    margin: 0;
    padding: 10px 10px;
    color: rgba(0,0,0,0.26);
}
.header__search-history-heading:hover {
    cursor: default;
}

.header__search-history-list {
    margin: 0;
    padding: 0;
}
.header__search-history-item__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}
.header__search-history-item__link__dtth31k-img {
    display: block;
    width: 12rem;
    height: 2.4rem;
}
.header__search-history-item__link:hover {
    background-color: rgba(0,0,0,0.06)!important;
}

.header__search-history-item__link--hover {
    background-color: rgba(0,0,0,0.06)!important;
}

.header__search-history-keywords-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.header__search-history-keywords-item {
    color: #ffdfd6;
    font-size: 1.2rem;
}

.header__search-history-keywords-item:hover {
    opacity: 0.8;
}


.header__cart {
    position: relative;
    display: flex;
    align-items: center;
}

.header__cart__link {
    display: block;
    font-size: 2.2rem;
    color: #fff;
    padding: 10px 4px;
}

.header__cart:hover .header__cart-popup {
    display: block;
}

.header__cart-popup {
    width: 40.2rem;
    min-height: 26.2rem;
    background-color: #fff;
    position: absolute;
    top: calc(100%);
    right: -4px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transform-origin: calc(100% - 20px) top;
    -webkit-animation: growth ease-in 0.25s;
            animation: growth ease-in 0.25s;
    will-change: opacity, transform;
    display: none;
}

.header__cart-popup::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
}

.header__cart-popup::after {
    content: "";
    border-style: solid;
    border-width: 11px 13px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -21px;
    right: 7px;
}

.header__cart-popup--no-goods {
    padding: 60px 0;
}

.header__cart-popup--no-goods div {
    display: flex;
    align-items: center;
    justify-content: center;
}   

.header__cart-popup__no-cart-img {
    height: 100px;
    width: 100px;
}

.header__cart-popup__no-cart-text {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 20px;
}


/* II.CONTAINER - CONTENT */
#container {
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 12rem;
    background-color: #f5f5f5;
}
#content {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    max-width: 100%;
    margin: 0 auto;
}

/* 1.SLIDER */
.slider {
    padding-top: 3rem;
    width: 100%;
    height: 39rem;
    background-color: #fff;
}
.slider__part {
    height: 100%;
    width: 120rem;
    margin: 0 auto;
}
.slider__main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.slider__main__motion-part {
    width: 80rem;
    height: 23.5rem;
    position: relative;
}

.slider__main a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider__main img {
    width: 100%;
    height: 100%;
}

.slider__main__motion-part__curent-img {
    display: block !important;
}


.slider__main__no-motion-part {
    width: 40rem;
    height: 23.5rem;
    padding-left: 5px;
}

.slider__main__no-motion-part > div {
    height: 11.5rem;
}

.slider__main__no-motion-part > div:first-child {
    margin-bottom: 5px;
}

.slider__main__motion-part__previous-btn, 
.slider__main__motion-part__next-btn {
    background-color: rgba(121, 78, 78, 0.18);
    opacity: 1;
    border: none;
    padding: 19px 10.63px;
    display: none;
}

.slider__main__motion-part:hover .slider__main__motion-part__previous-btn,
.slider__main__motion-part:hover .slider__main__motion-part__next-btn {
    display: block;
}

.slider__main__motion-part__previous-btn:hover, 
.slider__main__motion-part__next-btn:hover {
    background-color: rgba(0, 0, 0, 0.32);  
    cursor: pointer;
}

.slider__main__motion-part__previous-btn {
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.slider__main__motion-part__next-btn {
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    right: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.slider__main__motion-part__previous-btn > i,
.slider__main__motion-part__next-btn > i {
    font-size: 2.2rem;
    color: #fff;
}


.slider__main__motion-part__queue {
    position: absolute;
    bottom: 1.6rem;
    height: 1rem;
    width: 100%;
    text-align: center;
}

.slider__main__motion-part__queue-item.slider__main__motion-part__queue-item--current {
    background-color: #ee4d2d;
    border: none;
}

.slider__main__motion-part__queue-item {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid hsla(0,0%,53.7%,.4);
    background-color: hsla(0,0%,100%,.4);
}
.slider__main__motion-part__queue-item:not(:first-child) {
    margin-left: 0.8rem;
}
.slider__favourite-selections {
    margin-top: 3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.slider__favourite-selections__link {
    width: 100px;
    height: 108px;
}

.slider__favourite-selections__link:hover {
    transform: translateY(-0.0625rem);
    -webkit-transform: translateY(-.0625rem);
}

.slider__favourite-selections__link-img {
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    margin: 0 auto;
}

.slider__favourite-selections__link-text {
    display: block;
    color: #222;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 1rem;
    padding: 0 2px;
    line-height: 1.4rem;
    display: -webkit-box;
    height: 2.8rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 2.GIFT-BANNER */
.gift-banner {
    width: 120rem;
    height: 11rem;
    margin: 2rem auto 0;
}
.gift-banner__part {
    width: 100%;
    height: 100%;
}
.gift-banner__part__img {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}


/* 3.OUTSTANDING */
.outstanding {
    height: 44.7rem; 
    background-color: #f03232; 
    width: 120rem;
    margin: 2rem auto 0;
}

.outstanding__picture-header {
    display: block;
}

.outstanding__body {
    background: url(../img/container/outstanding/picture_body.png) no-repeat center/ cover;
    height: 29.7rem;
    padding: 0 1.5rem;
}

.outstanding__body > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.outstanding__hot-selling-products__list, 
.outstanding__hot-brands__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 23.7rem;
}

.outstanding__hot-selling-products__item {
    display: block;
    width: 19.2rem;
    height: 100%;
    padding: 1.5rem 1.5rem 0 1.5rem;
    background-color: #fff;
    position: relative;
}

.outstanding__hot-selling-products__img {
    display: block;
    width: 16.2rem;
    height: 16.2rem;
}

.outstanding__hot-selling-products__price {
    display: block;
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1.8rem;
    color: rgb(238, 77, 46);
}

.outstanding__hot-selling-products__sale-off-label {
    width: 5rem;
    height: 4.4rem;
    padding: 0.4rem 0 0.3rem 0;
    background-color: rgba(255, 212, 36, 0.9);
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}

.outstanding__hot-selling-products__sale-off-label::after {
    content: "";
    border-width: 0 2.5rem 0.66rem;
    border-style: solid;
    border-color: transparent rgba(255, 212, 36, 0.9) transparent rgba(255, 212, 36, 0.9);
    position: absolute;
    left: 0;
    top: 100%;
}   

.outstanding__hot-selling-products__sale-off-label__percent {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    color: #ee4d2d;
    margin-bottom: 0.4rem;
}

.outstanding__hot-selling-products__sale-off-label__text {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
}

.outstanding__hot-selling-products,
.outstanding__hot-brands {
    height: 100%;
}

.outstanding__hot-selling-products__info,
.outstanding__hot-brands__info {
    padding: 0 1.35rem 0 1.5rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.outstanding__hot-selling-products__info__heading, 
.outstanding__hot-brands__info__heading {
    margin: 0;
    font-size: 1.62rem;
    font-weight: 400;
    color: rgb(238, 77, 46);
}

.outstanding__hot-selling-products__info__view-more-btn,
.outstanding__hot-brands__info__view-more-btn {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ee4d2d;
    padding: 4px;
}

.outstanding__hot-selling-products__info__view-more-btn:hover, 
.outstanding__hot-brands__info__view-more-btn:hover {
    opacity: 0.8;
}

.outstanding__hot-brands__item {
    display: block;
    width: 19.2rem;
    height: 100%;
    padding: 0 1.5rem;
    background-color: #fff;
    position: relative;
}

.outstanding__hot-selling-products__item:hover,
.outstanding__hot-brands__item:hover {
    transform: translateY(-1px);
    border-color: rgba(0,0,0,.12);
    box-shadow: 0 0 0.8125rem 0 rgb(0 0 0 / 5%);
}

.outstanding__hot-selling-products__item:not(:last-child),
.outstanding__hot-brands__item:not(:last-child) {
    margin-right: 1px;
}

.outstanding__hot-brands__item > div {
    width: 14rem;
    height: 5.6rem;
    border-radius: 3rem;
    background-color: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 14%);
    position: absolute;
    top: 13.2rem;
    left: 50%;
    transform: translateX(calc(-50%));
}

.outstanding__hot-brands__img {
    display: block;
    width: 16.2rem;
    height: 16.2rem;
    position: relative;
}

.outstanding__hot-brands__sub-img {
    width: 4.6rem;
    height: 4.6rem;
    margin: 0.5rem 4.7rem 0;
}

.outstanding__hot-brands__text {
    display: block;
    text-align: center;
    margin-top: 3rem;
    color: rgb(238, 77, 46);
    font-size: 1.8rem;
    line-height: 2.6rem;
    height: 2.6rem;
    overflow: hidden;
    /** Limit line number from lines and limit by ... **/
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 1; */
    
    /** Limit 1 line from itseft and limit by ... **/
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 4.DIRECTORY */
.directory {
    height: 36.2rem;
    width: 120rem;
    margin: 2rem auto 0;
}
.directory__heading {
    height: 6.2rem;
    padding: 0 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0,0,0,.54);
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
}
.directory__main {
    height: 30rem;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.directory__main__part {
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y;
}
.directory__main__list {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    will-change: transition;
    position: relative;
    width: 130%;
    transform: translate(0px, 0px);  
}

.directory__main__item {
    display: block;
    /* width: 10%; */
    width: 12rem;
    height: 30rem;
}
.directory__main__item__link {
    display: block;
    width: 100%;
    height: 15rem;
    padding-top: 1.2rem;
    border: 1px solid rgba(0,0,0,.05);
}

.directory__main__item__link:hover {
    transform: translateY(-1px);
    border-color: rgba(0,0,0,.12);
    box-shadow: 0 0 0.8125rem 0 rgb(0 0 0 / 5%);
}

.directory__main__item__img {
    display: block;
    width: 8.3rem;
    height: 8.8rem;
    margin: 0 auto;
}

.directory__main__item__title {
    width: 10.7rem;
    height: 4rem;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.directory__main__previous-btn {
    display: none;
}

.directory__main__next-btn {
    display: block;
}

/* hover vao danh muc & previous button */
.directory__main:hover .navigation-btn__previous,
.directory__main__previous-btn:hover {
    width: 5rem;
    height: 5rem;
    margin-left: calc(-2.5rem);
}

/* hover vao danh muc & next button */
.directory__main:hover .navigation-btn__next,
.directory__main__next-btn:hover {
    width: 5rem;
    height: 5rem;
    margin-right: calc(-2.5rem);
}

.directory__main:hover .navigation-btn__icon,
.directory__main__previous-btn:hover .navigation-btn__icon,
.directory__main__next-btn:hover .navigation-btn__icon {
    font-size: 2rem;
    font-weight: 600;
}


/* 5.FLASH-SALE */
.flash-sale {
    height: 30.1rem;
    width: 120rem;
    margin: 2rem auto 0;
}
.flash-sale__heading {
    height: 6rem;
    padding: 0 2rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1px;
}

.flash-sale__heading__img {
    display: block;
    width: 13rem;
    height: 2.4rem;
}
.flash-sale__heading__countdown {
    
}
.flash-sale__heading__btn {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ee4d2d;
    padding: 0.4rem;
    cursor: pointer;
}
.flash-sale__heading__btn:hover {
    opacity: 0.8;
}

.flash-sale__main {
    width: 100%;
    margin-left: -0.2rem;
    margin-right: -0.3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flash-sale__main__part {
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y;
}
.flash-sale__main__list {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    will-change: transition;
    position: relative;
    width: 100%;
    transform: translate(0px, 0px);
}
.flash-sale__main__link {
    display: block;
    height: 24rem;
    padding: 0.5rem 1.35rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    position: relative;
    width: 20rem;
}
.flash-sale__main__link:not(:nth-child(6), :nth-child(12), :nth-child(18)) {
    border-right: 1px solid rgba(0,0,0,.05);
}
.flash-sale__main__link:hover {
    transform: translateY(-1px);
    border-color: rgba(0,0,0,.12);
    box-shadow: 0 0 0.8125rem 0 rgb(0 0 0 / 5%);
}

.flash-sale__main__bubble-img {
    display: block;
    width: 17.3rem;
    height: 17.3rem;
}

.flash-sale__main__frame-img {
    display: block;
    width: 17.3rem;
    height: 17.3rem;
    position: absolute;
    top: 0.5rem;
}

.flash-sale__main__price {
    display: block;
    text-align: center;
    font-size: 2.1rem;
    max-width: 13rem;
    line-height: 2.4rem;
    margin: 0.6rem auto 0 auto;
    color: #ee4d2d;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flash-sale__main__percent-bar {
    height: 1.6rem;
    margin: 0.4rem 0.8rem 0;
    position: relative;
}

.flash-sale__main__percent-bar__total-part {
    width: 100%;
    height: 100%;
    background-color: #ffbda6;
    border-radius: 0.8rem;
}

.flash-sale__main__percent-bar__selled-part {
    height: 100%;
    background: url("../img/container/flash-sale/selled-bar.png") no-repeat center / cover;
    text-align: center;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    position: absolute;
    top: 0;
    left: 0;
}

.flash-sale__main__percent-bar--hot {
    background: url("../img/container/flash-sale/hot.png") no-repeat center / contain;
    width: 1.8rem;
    height: 2.1rem;
    position: absolute;
    top: -0.6rem;
    left: 0.3rem;
}

.flash-sale__main__percent-bar__text {
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50%));
    z-index: 1;
}

.flash-sale__main__sale-off-label {
    width: 5rem;
    height: 4.4rem;
    padding: 0.4rem 0 0.3rem 0;
    background-color: rgba(255, 212, 36, 0.9);
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}

.flash-sale__main__sale-off-label::after {
    content: "";
    border-width: 0 2.5rem 0.66rem;
    border-style: solid;
    border-color: transparent rgba(255, 212, 36, 0.9) transparent rgba(255, 212, 36, 0.9);
    position: absolute;
    left: 0;
    top: 100%;
}

.flash-sale__main__sale-off-label__percent {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    color: #ee4d2d;
    margin-bottom: 0.4rem;
}

.flash-sale__main__sale-off-label__text {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
}

.flash-sale__main__previous-btn {
    display: none;
}

.flash-sale__main__next-btn {
    display: block;
}

.flash-sale__main:hover .navigation-btn__previous,
.flash-sale__main__previous-btn:hover {
    width: 5rem;
    height: 5rem;
    margin-left: calc(-2.5rem);
}

.flash-sale__main:hover .navigation-btn__next,
.flash-sale__main__next-btn:hover {
    width: 5rem;
    height: 5rem;
    margin-right: calc(-2.5rem);
}

.flash-sale__main:hover .navigation-btn__icon,
.flash-sale__main__previous-btn:hover .navigation-btn__icon,
.flash-sale__main__next-btn:hover .navigation-btn__icon {
    font-size: 2rem;
    font-weight: 600;
} 


/* 6.UNDER-FLASH-SALE */
.under-flash-sale {
    height: 11rem;
    width: 1200px;
    margin: 2rem auto 0;
}
.under-flash-sale__part {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.under-flash-sale__link {
    display: block;
    height: 100%;
}
.under-flash-sale__img {
    display: block;
    height: 100%;
    width: 100%;
}


/* 7.SHOPEE-MALL*/
.shopee-mall {
    height: 53.6rem;
    width: 1200px;
    margin: 2rem auto 0;
}
.shopee-mall__heading {
    height: 6rem;
    padding: 1.6rem 2rem 1.6rem 1.4rem;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.shopee-mall__heading__part {
    display: block;
    height: 100%;
    width: 14rem;
    padding-right: 1.5rem;
    border-right: 1px solid #ccc;
}

.shopee-mall__heading__link {
    display: block;
    height: 100%;
    width: 100%;
}

.shopee-mall__heading__img {
    display: block;
    width: 100%;
    height: 100%;
}

.shopee-mall__heading__text {
    height: 100%;
    width: 89rem;
    margin-left: -1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.shopee-mall__heading__text > div {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: #333;
}

.shopee-mall__heading__text__icon {
    height: 2rem;
    width: 2rem;
}

.shopee-mall__heading__text__title {
    font-size: 1.6rem;
    margin-left: 0.6rem;
}

.shopee-mall__heading__view-all-btn {
    display: flex;
    align-items: center;
    height: 2.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #d51e35;
    padding: 0.4rem;
    cursor: pointer;
}

.shopee-mall__heading__view-all-btn:hover {
    opacity: 0.8;
}

.shopee-mall__heading__view-all-btn i {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
}
.shopee-mall__heading__view-all-btn > div {
    background-color: #d51e35;
    margin-left: 4px;
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 50%;
    position: relative;
}

.shopee-mall__main {
    height: 47.5rem;
    padding: 1rem;
    margin-top: 1px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
}
.shopee-mall__main__motion {
    width: 39rem;
    height: 45.2rem;
    position: relative;
}

.shopee-mall__main__motion__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0.5rem;
}

.shopee-mall__main__motion__queue {
    position: absolute;
    bottom: 1.6rem;
    height: 1rem;
    width: 100%;
    text-align: center;
}

.shopee-mall__main__motion__queue-item.shopee-mall__main__motion__queue-item--current {
    background-color: #ee4d2d;
    border: none;
}

.shopee-mall__main__motion__queue-item {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid hsla(0,0%,53.7%,.4);
    background-color: hsla(0,0%,100%,.4);
}

.shopee-mall__main__motion__queue-item:not(:first-child) {
    margin-left: 0.8rem;
}

.shopee-mall__main__product {
    display: block;
    width: 80rem;
    position: relative;
}
.shopee-mall__main__product-part {
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y;
}
.shopee-mall__main__product-list {
    padding: 0;
    margin: 0;
    display: flex;
    height: 100%;
    width: 100%;
}
.shopee-mall__main__product-item__link__exception {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
}
.shopee-mall__main__product-item {
    display: block;
    height: 100%;
    width: 20rem;
}
.shopee-mall__main__product-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 50%;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    border: 1px solid rgba(0,0,0,.05);
    position: relative;
}

.shopee-mall__main__product-item__link:hover {
    transform: translateY(-1px);
    border-color: rgba(0,0,0,.12);
    box-shadow: 0 0 0.8125rem 0 rgb(0 0 0 / 5%);
}
.shopee-mall__main__product-item__link__img {
    display: block;
    width: 18rem;
    height: 21.6rem;
}
.shopee-mall__main__product-item__link__text {
    display: block;
    width: 17.2rem;
    font-size: 1.8rem;
    color: #d0011b;
    text-align: center;
    position: absolute;
    bottom: 1rem;
    height: 2.7rem;
    line-height: 2.7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.shopee-mall__main__product__previous-btn {
    display: none;    
}

.shopee-mall__main__product__next-btn {
    display: block;
}

/* hover vao shopee-mall__main__product & previous button */
.shopee-mall__main__product:hover .navigation-btn__previous,
.shopee-mall__main__product__previous-btn:hover {
    width: 5rem;
    height: 5rem;
    margin-left: calc(-2.5rem);
}

/* hover vao shopee-mall__main__product & next button */
.shopee-mall__main__product:hover .navigation-btn__next,
.shopee-mall__main__product__next-btn:hover {
    width: 5rem;
    height: 5rem;
    margin-right: calc(-2.5rem);
}

.shopee-mall__main__product:hover .navigation-btn__icon,
.shopee-mall__main__product__previous-btn:hover .navigation-btn__icon,
.shopee-mall__main__product__next-btn:hover .navigation-btn__icon {
    font-size: 2rem;
    font-weight: 600;
}


/* 8.SEARCH-TRENDING */
.search-trending {
    height: 16.1rem;
    width: 1200px;
    margin: 2rem auto 0;
}

.search-trending__heading {
    height: 6rem;
    padding: 0 2rem;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1px;
}

.search-trending__heading__title {
    font-size: 1.6rem;
    color: #868686;
    width: 16.5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-weight: 400;
}

.search-trending__heading__view-more-btn {
    font-size: 1.4rem;
    color: #ee4d2d;
    width: 10rem;
    height: 2.4rem;
    padding: 0.5rem 0.7rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.search-trending__heading__view-more-btn:hover {
    opacity: 0.8;
}

.search-trending__heading__view-more-btn__svg {
    display: block;
    height: 1.4rem;
    width: 1.4rem;
    margin-right: 4px;
    fill: currentColor;
}


.search-trending__main {
    height: 10rem;
    margin-top: 1px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.search-trending__main__list {
    height: 100%;
    width: 100%;
    display: flex;
}

.search-trending__main__list:nth-child(2),
.search-trending__main__list:nth-child(3) {
    display: none;
}

.search-trending__main__item {
    display: flex;
    justify-content: space-between;
    width: 20%;
    height: 100%;
    padding-right: 1rem;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    border-right: 1px solid rgba(0,0,0,.05);
}

.search-trending__main__item:hover {
    transform: translateY(-1px);
    border-color: rgba(0,0,0,.12);
    box-shadow: 0 0 0.8125rem 0 rgb(0 0 0 / 5%);
}

.search-trending__main__text {
    padding: 2rem 1rem 4.3rem 2rem;
}

.search-trending__main__text__name {
    display: block;
    text-align: left;
    width: 10rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #222;
    font-size: 1.4rem;
}

.search-trending__main__text__description {
    display: block;
    text-align: left;
    width: 10rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #757575;
    margin-top: 5px;
    font-size: 1.3rem;
}

.search-trending__img {
    display: block;
    width: 10rem;
    height: 10rem;
}


/* 9.TOP-SEARCH */
.top-search {
    height: 35.1rem;
    width: 120rem;
    margin: 2rem auto 0;
}

.top-search__heading {
    height: 6.1rem;
    padding: 0 2rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5px;
}

.top-search__heading__title {
    display: block;
    width: 16rem;
    height: 1.8rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #ee4d2d;
}

.top-search__heading__view-all-btn {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ee4d2d;
    padding: 0.4rem;
    cursor: pointer;
}

.top-search__heading__view-all-btn:hover {
    opacity: 0.8;
}

.top-search__main {
    width: 100%;
    height: 29rem;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-search__main-part {
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y;
}
.top-search__main__list {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    will-change: transition;
    position: relative;
    width: 100%;
    transform: translate(0px, 0px);
}
.top-search__main__link {
    display: block;
    height: 100%;
    width: 20rem;
    padding: 2rem 1rem;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    border: 1px solid rgba(0,0,0,.05);
    position: relative;
}

.top-search__main__link:hover {
    transform: translateY(-1px);
    border-color: rgba(0,0,0,.12);
    box-shadow: 0 0 0.8125rem 0 rgb(0 0 0 / 5%);
}

.top-search__main__product {
    height: 18rem;
    width: 18rem;
    position: relative;
}

.top-search__main__product__img {
    display: block;
    height: 18rem;
    width: 18rem;
}

.top-search__main__product__top-label-img {
    display: block;
    width: 3.2rem;
    height: 4rem;
    position: absolute;
    top: 0;
    left: 0;
}

.top-search__main__product__statistic {
    height: 2.5rem;
    width: 100%;
    background-color: rgba(0,0,0,.26);
    color: #fff;
    line-height: 2.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-search__main__footer {
    height: 5rem;
    width: 18rem;
}

.top-search__main__footer__text {
    margin-top: 2rem;
    color: #555;
    font-size: 1.8rem;
    text-align: left;
    line-height: 2.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.top-search__main__previous-btn {
    display: none;    
}

.top-search__main__next-btn {
    display: block;
}

/* hover vao top-search__main & previous button */
.top-search__main:hover .navigation-btn__previous,
.top-search__main__previous-btn:hover {
    width: 5rem;
    height: 5rem;
    margin-left: calc(-2.5rem);
}

/* hover vao top-search__main & next button */
.top-search__main:hover .navigation-btn__next,
.top-search__main__next-btn:hover {
    width: 5rem;
    height: 5rem;
    margin-right: calc(-2.5rem);
}

.top-search__main:hover .navigation-btn__icon,
.top-search__main__previous-btn:hover .navigation-btn__icon,
.top-search__main__next-btn:hover .navigation-btn__icon {
    font-size: 2rem;
    font-weight: 600;
}



/* 10.TODAY-SUGGESTION */
.today-suggestion {
    height: 254rem;
    width: 120rem;
    margin: 2rem auto 0;
}
.today-suggestion__heading {
    width: 100%;
    height: 6rem;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    position: -webkit-sticky;
    position: sticky;
    top: 11.95rem;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.today-suggestion__heading-tab-main {
    width: 21.6rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.today-suggestion__heading-tab-main > span {
    display: block;
    color: #ee4d2d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.92rem;
}
.today-suggestion__heading-tab-super-sale-8-8 {
    width: 25.2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.today-suggestion__heading-tab-super-sale-8-8 > img {
    display: block;
    width: 16rem;
    height: 2rem;
}
.today-suggestion__heading-tab--active {
    border-bottom: 4px solid #ee4d2d;
}
.today-suggestion__heading-tab-main:hover,
.today-suggestion__heading-tab-super-sale-8-8:hover { 
    cursor: pointer;
}

.today-suggestion__main { 
    position: relative;
}


/* part1 */
.today-suggestion__main__tab-main {
    display: block;
    margin-top: 6px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

/* part2 */
.today-suggestion__main__tab-super-sale-8-8 {
    display: none;
    margin-top: 6px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

/* common of two parts */
.today-suggestion__main-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.today-suggestion__main-item {
    display: block;
    width: 19rem;
    height: 29.8rem;
    margin: 0 5px;
    position: relative;
    z-index: 1;
}
.today-suggestion__main-item:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    z-index: 2;
}
.today-suggestion__main-product {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1px;
    background-color: #fff;
    box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    overflow: hidden;
}
.today-suggestion__main-item:hover .today-suggestion__main-product {
    border: 1px solid #ee4d2d;
    padding: 0;
}
.today-suggestion__main-product > div:first-child {
    width: 100%;
}
.today-suggestion__main-product__product-img {
    display: block;
    width: 18.8rem;
    height: 18.8rem;
} 
.today-suggestion__main-product__frame-img {
    display: block;
    width: 18.8rem;
    height: 18.8rem;
    position: absolute;
    top: 1px;
    left: 1px;
}

.today-suggestion__main-product__part {
    width: 100%;
    padding: 1rem;
}
.today-suggestion__main-product__name {
    color: rgba(0,0,0,.8);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.today-suggestion__main-product__sale-off {
    max-width: 6.8rem;
    height: 1.6rem;
    margin-top: 0.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.today-suggestion__main-product__sale-off__text {
    display: block;
    background-color: rgb(246, 145, 19);
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6rem;
    width: calc(100% - 0.8rem);
    margin: 0 auto;
}
.today-suggestion__main-product__sale-off__left-serrated {
    display: block;
    width: 0.4rem;
    height: 1.6rem;
    position: absolute;
    top: 0;
    left: 0.4px;
}
.today-suggestion__main-product__sale-off__right-serrated {
    display: block;
    width: 0.4rem;
    height: 1.6rem;
    position: absolute;
    top: 0;
    right: 0.4px;
}
.today-suggestion__main-product__price-and-selled-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}
.today-suggestion__main-product__price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ee4d2d;
}
.today-suggestion__main-product__selled-quantity {
    color: rgba(0,0,0,.54);
    font-size: 1.2rem;
    line-height: 2.4rem;
}

.today-suggestion__main-product__hover-label {
    display: none;
    width: 100%;
    height: 3.2rem;
    color: #fff;
    background-color: #ee4d2d;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3rem;
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    top: calc(100% - 1.4rem);
    left: 0;
    z-index: 2;
}
.today-suggestion__main-item:hover .today-suggestion__main-product__hover-label {
    display: block;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

/* .today-suggestion__main-item:hover .today-suggestion__main-product__sale-off > svg:first-child,
.today-suggestion__main-item:hover .today-suggestion__main-product__sale-off > svg:last-child {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    z-index: 2;
} */


.today-suggestion__main-product__favourite-label {
    height: 1.6rem;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: absolute;
    top: 1rem;
    left: -2px;
}

.today-suggestion__main-product__favourite-label--yeuthich {
    width: 5.88rem;
    background-color: rgb(242, 82, 32);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
    color: #fff;
}
.today-suggestion__main-product__favourite-label--yeuthich::before {
    content: "";
    border-top: 3px solid rgb(242, 82, 32);
    border-left: 3px solid transparent;
    -webkit-filter: brightness(60%);
            filter: brightness(60%);     /* giảm độ sáng của màu hiện tại */
    position: absolute;
    top: 100%;
    left: 0;
}


.today-suggestion__main-product__favourite-label--yeuthichplus {
    width: 6.3rem;
    background-color: rgb(242, 82, 32);
    display: flex;
    align-items: center;
    justify-content: center;
}
.today-suggestion__main-product__favourite-label--yeuthichplus::before {
    content: "";
    border-top: 3px solid rgb(242, 82, 32);
    border-left: 3px solid transparent;
    -webkit-filter: brightness(60%);
            filter: brightness(60%);
    position: absolute;
    top: 100%;
    left: 0;
}
.today-suggestion__main-product__favourite-label--yeuthichplus__img {
    display: block;
    width: 5.5rem;
    height: 1.2rem;
}


.today-suggestion__main-product__favourite-label--mall {
    width: 2.8rem;
    background-color: rgb(208, 1, 27);
    display: flex;
    align-items: center;
    justify-content: center;
}
.today-suggestion__main-product__favourite-label--mall::before {
    content: "";
    border-top: 3px solid rgb(208, 1, 27);
    border-left: 3px solid transparent;
    -webkit-filter: brightness(60%);
            filter: brightness(60%);
    position: absolute;
    top: 100%;
    left: 0;
}
.today-suggestion__main-product__favourite-label--mall__img {
    display: block;
    width: 2rem;
    height: 0.8rem;
}


.today-suggestion__main-product__sale-off-label {
    width: 3.6rem;
    height: 3.2rem;
    padding: 0.4rem 0 0.3rem 0;
    background-color: rgba(255, 212, 36, 0.9);
    position: absolute;
    right: 1px;
    top: 1px;
    border-top-right-radius: 1px;
}
.today-suggestion__main-product__sale-off-label::after {
    content: "";
    border-width: 0 1.8rem 0.4rem;
    border-style: solid;
    border-color: transparent rgba(255, 212, 36, 0.9) transparent rgba(255, 212, 36, 0.9);
    position: absolute;
    left: 0;
    top: 100%;
}
.today-suggestion__main-product__sale-off-label__percent {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3rem;
    color: #ee4d2d;
    margin-bottom: 0.2rem;
}
.today-suggestion__main-product__sale-off-label__text {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3rem;
    color: #fff;
    text-transform: uppercase;
}
.today-suggestion__main-product__sponsor-label {
    width: 4.65rem;
    height: 1.8rem;
    padding: 0.2rem 0.4rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.44rem;
    border-radius: 2px;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 16rem;
    right: 1rem;
}


/* view all button */
.today-suggestion__main__view-all-btn {
    display: block;
    width: 39rem;
    height: 4rem;
    margin: 1.6rem auto 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 4rem;
    background-color: #fff;
    color: #555;
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 3%);
}
.today-suggestion__main__view-all-btn:hover {
    background-color: rgba(0,0,0,.02);
}


/* III.FOOTER */
#footer {
    border-top: 4px solid #ee4d2d;
}

/* 1.FOOTER__TEXT */
.footer__text {
    padding: 6rem 0 3rem;
    margin: 0 3.2rem;
}
.footer__text__item {
    margin-bottom: 1.6rem;
}
.footer__text__item__title {
    margin: 0;
    display: block;
    width: 100%;
    line-height: 3.4rem;
}
.footer__text__item__description {
    display: block;
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.8rem;
}
.footer__text__item__description > a {
    color: #1155cc;
}
.footer__text__item__description__thuongmaidientu {
    font-weight: 700;
}
.footer__text__item__description__shopeemall {
    font-weight: 700;
}
.footer__text a {
    text-decoration: underline;
}

/* 2.FOOTER__DICRECTORY */
.footer__directory {
    background-color: #fff;
    width: calc(100% - 5.6rem);
    height: 104.8rem;
    padding: 6rem 0 1rem;
    margin: 0 2.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.footer__directory__heading {
    display: block;
    color: rgba(0,0,0,.54);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7rem;
    text-align: left;
    margin: 0 0 2rem 0.4rem;
}
.footer__directory__list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.footer__directory__item {
    width: 24.2rem;
    padding-right: 0.5rem;
}
.footer__directory__item__part:not(:first-child) {
    margin-top: 1rem;
}
.footer__directory__item__part__heading {
    color: rgba(0,0,0,.54);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4rem;
    padding: 0 0.4rem;
}
.footer__directory__item__part__heading:hover {
    color: rgb(238, 77, 45);
}
.footer__directory__item__part__list {
    margin-top: 0.4rem;
}
.footer__directory__item__part__item {
    display: inline-block;
    color: rgba(0,0,0,.54);
    padding: 0 0.4rem;
    line-height: 1.4rem;
    font-size: 1.2rem;
    font-weight: 400;
    max-height: 1.4rem;
    max-width: calc(100% - 0.5rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer__directory__item__part__item:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,.54);
}
.footer__directory__item__part__item:hover {
    color: rgb(238, 77, 45);
}


/* 3.FOOTER__LINK */
.footer__link {
    background-color: rgb(251, 251, 251);
    width: 100%;
    padding: 4.8rem 3.2rem 0;
}
.footer__link__about {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.footer__link__about__part {
    width: 24rem;
}
.footer__link__about__item > div:nth-child(2) {
    margin-top: 2rem;
}
.footer__link__about__heading {
    color: rgba(0,0,0,.54);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4rem;
}
.footer__link__about-text-CSKH > div,
.footer__link__about-text-VeShopee > div {
    margin-bottom: 1.2rem;
}
.footer__link__about-text-CSKH__link, 
.footer__link__about-text-VeShopee__link {
    color: rgba(0,0,0,.54);
    line-height: 1.4rem;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1.2rem;
}
.footer__link__about-payment,
.footer__link__about-transport {
    margin-top: 1.2rem!important;
}
.footer__link__about-payment__img {
    display: block;
    width: 19rem;
    height: 11rem;
    margin-bottom: 2rem;
}
.footer__link__about-transport__img {
    display: block;
    width: 19rem;
    height: 14.8rem;
    margin-bottom: 2rem;
}
.footer__link__about-social__link {
    width: 8rem;
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(0,0,0,.54);
    display: flex;
    align-items: center;
}
.footer__link__about-social__icon {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.6rem;
}
.footer__link__about-download {
    height: 8.6rem;
}
.footer__link__about-download__link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}
.footer__link__about-download__qr {
    margin-right: 1.5rem;
    border: 1px solid rgba(0,0,0,.09);
}
.footer__link__about-download__another-apps {
    height: 100%;
    width: 8rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.footer__link__about-download__another-apps > img {
    display: block;
    width: 100%;
}
.footer__link__copyright {
    height: 9.8rem;
    padding: 4rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__link__copyright__text {
    color: rgba(0,0,0,.54);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
}
.footer__link__copyright__country-and-area {
    display: flex;
    justify-content: space-between;
}
.footer__link__copyright__country-and-area__text {
    color: rgba(0,0,0,.54);
    line-height: 1.8rem;
    font-size: 1.4rem;
    font-weight: 400;
}
.footer__link__copyright__country-and-area__link {
    color: rgba(0,0,0,.54);
    font-weight: 400;
    padding: 0 0.5rem;
    line-height: 1.8rem;
    font-size: 1.4rem;
}
.footer__link__about-text-CSKH__link:hover,
.footer__link__about-text-VeShopee__link:hover,
.footer__link__copyright__country-and-area__link:hover,
.footer__link__about-social__link:hover {
    color: rgb(238, 77, 45);
}
.footer__link__copyright__country-and-area__link:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,.2);
}


/* 4.FOOTER__POLICY-TERMS */
.footer__policy-terms {
    color: rgba(0,0,0,.65);
    padding: 4.2rem 2rem 3.8rem;
    background: #f5f5f5;
}
.footer__policy-terms__part__title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}
.footer__policy-terms__part__title__part {
    padding: 0 2.5rem;
}
.footer__policy-terms__part__title__part:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,.2);
}
.footer__policy-terms__part__title__link {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.54);
}
.footer__policy-terms__part__certificate {
    display: flex;
    justify-content: center;
}
.footer__policy-terms__part__certificate__link:nth-child(1),
.footer__policy-terms__part__certificate__link:nth-child(2) {
    display: block;
    width: 15rem;
    height: 5rem;
}
.footer__policy-terms__part__certificate__link:nth-child(3) {
    display: block;
    width: 8rem;
    height: 5rem;
}
.footer__policy-terms__part__certificate__link > img {
    display: block;
    width: 100%;
    height: 100%;
}
.footer__policy-terms__part__company-info__text {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 0.8rem;
}
.footer__policy-terms__part__company-info__text:first-child {
    margin-bottom: 2.5rem;
}



/* IV.MOTION-PART */
/* 1.SUB-BANNER */
.motion-part__sub-banner {
    width: 8.2rem;
    height: 8.2rem;
    position: fixed;
    bottom: 7.8rem;
    right: 3rem;
    z-index: 20;
}
.motion-part__sub-banner__link {
    display: block;
    width: 100%;
    height: 100%;
}
.motion-part__sub-banner__img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 2.CHAT-PART */
.motion-part__chat {
    width: 10rem;
    height: 4.8rem;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    z-index: 25;
    position: fixed;
    bottom: 0;
    right: 0.8rem;
}
.motion-part__chat__main {
    width: 100%;
    height: 100%;
    padding: 1.2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.motion-part__chat__main__icon {
    fill: #ee4d2d;
    width: 2.4rem;
    height: 2.4rem;
}
.motion-part__chat__main__text {
    fill: #ee4d2d;
    width: 4.4rem;
    height: 2.2rem;
}

.motion-part__chat__popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0.8rem;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 4px 20px 0 rgb(74 74 78 / 16%);
    width: 22.2rem;
    height: 38.6rem;
}
.motion-part__chat__popup__header {
    height: 4rem;
    padding: 0 1.2rem;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 8%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.motion-part__chat__popup__header__right-icons {	
    display: flex;
    align-items: center;
}
.motion-part__chat__popup__header__right-icons > svg:nth-child(1) {	
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 1.6rem;
    cursor: pointer;
}
.motion-part__chat__popup__header__right-icons > svg:nth-child(2) {	
    display: none;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 1.6rem;
    cursor: pointer;
}
.motion-part__chat__popup__header__right-icons > svg:nth-child(3) {	
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
}
.motion-part__chat__popup__container {
    display: flex;
    justify-content: space-between;
    height: 34.4rem;
}
.motion-part__chat__popup__expanded {
    display: none;
    height: 100%;
    width: 28.5rem;
    border-right: 1px solid #e4e6e8;
}
.motion-part__chat__popup__expanded__img {
    display: block;
    width: 16rem;
    height: 14.2rem;
    margin: 8.4rem auto 0;
}
.motion-part__chat__popup__expanded__text  {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    text-align: center;
    margin-top: 0.8rem;
}
.motion-part__chat__popup__main {
    height: calc(100% - 4rem);
    width: 22.2rem;
}
.motion-part__chat__popup__main__search-and-options {
    height: 4rem;
    padding: 0.8rem 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.motion-part__chat__popup__main__search-and-options > input {
    border: none;
    width: 13.2rem;
    height: 100%;
    padding-left: 2.4rem;
    color: #333;
    font-size: 1.2rem;
    background-color: #f4f4f6;
    border-radius: 2px;
    outline: none;
}
.motion-part__chat__popup__main__search-and-options > svg {
    display: block;
    width: 14px;
    height: 14px;
    color: #bbb;
    fill: #bbb;
    position: absolute;
    top: 5.4rem;
    right: 19rem;
}
.motion-part__chat__popup__main__search-and-options__part {
    display: flex;
    align-items: center;
}
.motion-part__chat__popup__main__search-and-options__text {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.motion-part__chat__popup__main__search-and-options__part > svg {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    color: #333;
}
.motion-part__chat__popup__main__search-and-options__part:hover {
    cursor: pointer;
}
.motion-part__chat__popup__main__search-and-options__popup {
    display: none;
    width: 8.4rem;
    height: 9.8rem;
    position: absolute;
    top: 7.2rem;
    right: 1rem;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 10%);
}
.motion-part__chat__popup__main__search-and-options__popup > div {
    width: 100%;
    height: 3.3rem;
    padding: 0.8rem 1.6rem;
    color: #555;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
.motion-part__chat__popup__main__search-and-options__popup > div:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
.motion-part__chat__popup__main__content {
    height: calc(100% - 4rem);
}
.motion-part__chat__popup__main__content--all {
    height: 4.8rem;
    padding: 0.8rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.motion-part__chat__popup__main__content--all:hover {
    background-color: #ebedf1;
    cursor: pointer;
}
.motion-part__chat__popup__main__content--all__img {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 2px;
}
.motion-part__chat__popup__main__content--all__content {
    height: 100%;
    width: 15.6rem;
    margin-left: 1rem;
}
.motion-part__chat__popup__main__content--all__name {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.motion-part__chat__popup__main__content--all__message {
    height: 1.4rem;
    color: #bbb;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 0.3rem;
    display: flex;
}
.motion-part__chat__popup__main__content--all__message > span:nth-child(1) {
    display: block;
    width: 10.8rem;
    color: #888;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-right: 0.4rem;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.motion-part__chat__popup__main__content--all__message > span:nth-child(2) {
    height: 100%;
    color: #bbb;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.motion-part__chat__popup__main__content--unread {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 10.2rem;
    margin-top: 8rem;
}
.motion-part__chat__popup__main__content--unread > img {
    display: block;
    width: 12rem;
    height: 8rem;
    margin: 0 auto 0.8rem;
}
.motion-part__chat__popup__main__content--unread > span {
    height: 1.4rem;
    color: #333;
    font-size: 12px;
    line-height: 1.4rem;
}
.motion-part__chat__popup__main__content--pinned {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 10.2rem;
    margin-top: 8rem;
}
.motion-part__chat__popup__main__content--pinned > img {
    display: block;
    width: 12rem;
    height: 8rem;
    margin: 0 auto 0.8rem;
}
.motion-part__chat__popup__main__content--pinned > span {
    height: 1.4rem;
    color: #333;
    font-size: 12px;
    line-height: 1.4rem;
}


/* MODAL */
#modal {
    display: none;
    z-index: 20;
    overflow: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.modal__overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.modal__body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 1.PAGE-LOAD-BANNER */
.page-load-banner {
    display: none;
}
.page-load-banner__close-btn > i {
    color: #fff;
    font-size: 1.8rem;
}
.page-load-banner__link {
    display: block;
    width: 34.8rem;
    height: 43.2rem;
}
.page-load-banner__img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 2.MODAL__BODY--GIFT-BANNER__POPUP */ 
.gift-banner__popup {
    display: none;
    position: relative;
    width: 61rem;
    height: 24rem;
    padding: 3rem 3rem 2rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0.1875rem 0.625rem 0 rgb(0 0 0 / 14%);
}
.gift-banner__popup__label {
    display: block;
    width: 5.8rem;
    height: 5.3rem;
    position: absolute;
    top: 0;
    left: 0;
}
.page-load-banner__close-btn,
.gift-banner__popup__close-btn {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(1rem, -1rem);
    border: 3px solid #fff;
    background-color: #5a5a5a;
    border-radius: 50%;
    cursor: pointer;
}

.page-load-banner__close-btn > i,
.gift-banner__popup__close-btn > i {
    color: #fff;
    font-size: 1.8rem;
}

.gift-banner__popup__main {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.gift-banner__popup__main-left-part {
    width: 36rem;
    height: 100%;
}
.gift-banner__popup__main-left-part__heading1 {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.6rem;
    color: #333;
}
.gift-banner__popup__main-left-part__heading2 {
    margin-bottom: 1.4rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #333;
}
.gift-banner__popup__main-left-part__downloads {
    display: flex;
    align-items: center;
}
.gift-banner__popup__main-left-part__link:first-child { 
    display: block;
    width: 15.4rem;
    height: 5.1rem;
}
.gift-banner__popup__main-left-part__img {
    display: block;
    width: 100%;
    height: 100%;
}
.gift-banner__popup__main-left-part__link:last-child {
    display: block;
    width: 17.4rem;
    height: 7.4rem;
}
.gift-banner__popup__main-right-part {
    width: 16rem;
    height: 100%;
}
.gift-banner__popup__main-right-part__qr-img {
    display: block;
    width: 16rem;
    height: 16rem;
}
.gift-banner__popup__main-right-part__others-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gift-banner__popup__main-right-part__google-play-img {
    display: block;
    width: 8.1rem;
    height: 2.2rem;
    padding: 0.3rem;
}
.gift-banner__popup__main-right-part__app-store-img {
    display: block;
    width: 7rem;
    height: 2.2rem;
    padding: 0.3rem;
}