.eIjtuN {
    display: none;
}

.mobile-menu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: #f1f1f1;
    border-radius: 10px 10px 0px 0px;
    -webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none
}

.mobile-menu>a,
.mobile-menu button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80px;
    padding: 8px 0px;
    border-radius: 0px;
    position: relative
}

.category-link {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    color: var(--text);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flow;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.mobile-menu a:hover,
.mobile-menu button:hover {
    background: var(--chalk)
}

.mobile-menu a:hover i,
.mobile-menu button:hover i {
    color: var(--primary)
}

.mobile-menu a:hover span,
.mobile-menu button:hover span {
    color: var(--primary)
}

.mobile-menu a i,
.mobile-menu button i {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--text);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

.mobile-menu a span,
.mobile-menu button span {
    font-size: 10px;
    line-height: 12px;
    color: var(--text);
    text-transform: uppercase
}

.mobile-menu a sup,
.mobile-menu button sup {
    position: absolute;
    top: -5px;
    left: 75%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--white);
    background: var(--primary);
    border: 2px solid var(--green-chalk);
    text-shadow: var(--primary-tshadow)
}

.mobile-menu a .fas fa-shopping-basket,
.mobile-menu button .fas fa-shopping-basket {
    font-size: 18px
}

.mobile-menu-active {
    background-color: #9e9e9e47;
    border-top: 2px solid var(--primary);
}

.logo-banner {
    flex-basis: 100%
}

@media (max-width: 1199px) {
    .chat-conversation-box {
        max-height: 550px;
        overflow-y: auto;
    }
    .logo-banner {
        flex-basis: 50%
    }
    .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .ta-categories .row {
        flex-wrap: nowrap !important;
        overflow: auto !important;
    }
    .eIjtuN {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        position: fixed;
        bottom: 0px;
        background: white;
        z-index: 200;
        border-top: 1px solid rgb(241, 241, 241);
        border-radius: 10px 10px 0px 0px;
        width: 100%;
    }
    .bLbLIa {
        width: 64px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        padding-top: 5px;
        padding-bottom: 6px;
        flex-direction: column;
        color: rgb(36, 36, 36);
        font-size: 10px;
        text-decoration: none;
        position: relative;
        z-index: 1;
    }
}

 ::-webkit-scrollbar {
    width: var(--scrollbar-width);
}

 ::-webkit-scrollbar-track {
    background: var(--scrollbar-track-color);
}

 ::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-color);
}

 ::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover-color);
}

.carousel-inner {
    border-radius: 12px;
}

.lasted-accounts .ta-account .fields {
    min-height: 135px
}

.ta-account .ta-account-dis {
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    padding: 5px 7px;
    position: absolute;
    right: 7px;
    /* Sá»­a giÃ¡ trá»‹ tá»« left thÃ nh right */
    line-height: 1;
    top: 7px;
    z-index: 1;
}

.fw-semibold {
    font-weight: 600!important;
}

.me-1 {
    margin-right: 0.25rem!important;
}

@media (max-width: 600px) {
    .ta-account .thumbnail img {
        height: 178px;
    }
}


/*
@media (m-width: 600px) {
    .ta-account-view .thumbnail-list img {
        height: 320px;
    }
} */


/*GOOGLE TRANS*/

.translate-wrapper {
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    cursor: pointer;
    border-radius: 4px
}

#button_translate span {
    display: none
}

#button_translate1 span {
    display: none
}

.goog-te-gadget {
    line-height: 2px!important;
    color: transparent!important
}

.goog-te-gadget select {
    display: block;
    padding: 6px 9px;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.grecaptcha-badge {
    display: none!important
}

.translated-ltr body {
    top: 0!important
}

.icon-middle {
    position: fixed;
    right: 15px;
    bottom: 200px;
    transition: all .2s;
    z-index: 3
}

.icon-middle .icon {
    margin-bottom: 10px;
    z-index: 1;
    width: 55px;
    height: 55px;
    background: #3697d7;
    color: #fff;
    display: inherit;
    text-align: center;
    line-height: 53px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
}

.icon-middle .icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
}

.icon-middle .icon:hover {
    box-shadow: 0 8px 25px -8px #071666
}

.icon-middle .icon img {
    width: auto;
    max-width: 100%
}

.icon-middle .icon img.icon-svg {
    width: calc(100% - 25px);
    vertical-align: middle
}

.mini-icons .icon-middle {
    right: -60px
}

#middle-control {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    z-index: 90;
    background: #3697d7;
    -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2);
    box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2);
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    padding: 9px
}

#middle-control i {
    font-size: 21px;
    color: #fff
}

.skiptranslate iframe {
    display: none!important
}

.embed-container iframe {
    max-width: 100%
}


/*GOOGLE TRANS*/

.chat-container {
    min-height: 500px
}

.chat-container .card {
    box-shadow: none
}

@media(min-width:768px) {
    .chat-container .chat-header {
        border-right: 1px solid hsla(0, 0%, 62%, .141)
    }
}

@media(max-width:768px) {
    .chat-container .chat-header {
        border-bottom: 1px solid hsla(0, 0%, 62%, .141)
    }
}

.nav-item .fit-size {
    height: 45px
}

.nav-item.counter {
    padding-right: .55rem
}

.nav-item.counter a {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 47px
}

.nav-item.counter .count {
    background: var(--bs-danger);
    border-radius: 10px;
    color: var(--bs-white);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    position: absolute;
    left: 70%;
    /* top: -6px; */
    z-index: 999;
}

.ta-footer-fit {
    margin-bottom: .7rem;
    padding: 0 11px
}

.ta-content-fit {
    padding: 8px 11px
}

.ta-footer-title {
    color: var(--bs-white);
    font-size: 20px
}

.ta-footer-link {
    border-radius: 8px;
    color: #d7d7d7!important;
    display: block;
    font-size: 13px
}

.ta-footer-link:hover {
    background: hsla(0, 0%, 55%, .18)
}

.ta-footer-link i {
    font-size: 14px;
    width: 20px
}

.ta-backto-top {
    bottom: 15px;
    position: fixed;
    right: 20px;
    z-index: 1200
}

.ta-backto-top i {
    line-height: 0
}

.check_smg {
    background: var(--bs-danger);
    border-radius: 10px;
    color: var(--bs-white);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    position: absolute;
    left: 90%;
    z-index: 999;
}

.chat-content .message {
    margin-bottom: .7rem
}

.chat-content .message p {
    border-radius: 12px;
    font-size: 13px;
    margin-bottom: 0;
    padding: 8px 12px
}

.chat-content .message p:not(.is-image) {
    max-width: 65%
}

@media(max-width:576px) {
    .chat-content .message p:not(.is-image) {
        max-width: 80%
    }
}

.chat-content .message .me {
    background: var(--bs-primary);
    color: var(--bs-white)
}

.chat-content .message .me a {
    color: var(--bs-white);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.chat-content .message .you {
    background: hsla(0, 0%, 62%, .141)
}

.chat-content .message .you a {
    color: var(--bs-primary)
}

.preview-image {
    display: inline-block;
    position: relative
}

.preview-image .remove {
    position: absolute;
    right: -10px;
    top: -7px
}

.ps {
    -ms-overflow-style: none;
    overflow: hidden!important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    bottom: 0;
    height: 15px
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    position: absolute;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear
}

.ps__rail-y {
    right: 0;
    width: 15px
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    background-color: transparent;
    display: block
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    bottom: 2px;
    height: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    right: 2px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto!important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto!important
    }
}

.ps {
    position: relative
}

.chat-users .user.active {
    background: hsla(0, 0%, 62%, .141);
    border-bottom: 0;
    border-radius: 10px;
}

.shop-context .avatar img {
    height: 160px
}

@media(max-width:576px) {
    .shop-context .avatar img {
        height: 140px
    }
}

.shop-context .social a {
    padding-right: 7px
}

.shop-context .social a:last-child {
    padding-right: 0
}

.shop-context .bio a:hover {
    color: var(--bs-primary)
}

.shop-context .name {
    font-size: 25px
}

@media(max-width:320px) {
    .shop-context .name {
        font-size: 14px
    }
}

@media(max-width:577px) {
    .shop-context .name {
        font-size: 23px
    }
}

.shop-context .shop-cover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    max-height: 270px;
    overflow: hidden
}

.shop-context .shop-cover img {
    -o-object-fit: contain;
    object-fit: contain
}

@media(min-width:577px) {
    .shop-context {
        align-items: center;
        justify-content: space-between
    }
}

@media(max-width:577px) {
    .shop-context {
        flex-direction: column
    }
    .shop-header {
        flex-direction: column!important;
        text-align: center
    }
    .shop-header.is-cover {
        margin-top: -90px
    }
}

.shop-navigation .profile-navigation {
    background: #d9d9d9;
    border-radius: 10px;
    margin-bottom: .5rem
}

.shop-navigation .profile-navigation a {
    color: #231f20;
    display: block;
    font-size: 14px;
    padding: 9px 0;
    text-align: center
}

@media(max-width:425px) {
    .shop-navigation .profile-navigation a {
        font-size: 13px
    }
}

@media(max-width:375px) {
    .shop-navigation .profile-navigation a {
        font-size: 12px
    }
}

@media(max-width:320px) {
    .shop-navigation .profile-navigation a .text {
        display: none
    }
}

.shop-navigation .profile-navigation.active a {
    font-weight: 700
}

.shop-navigation .profile-navigation.active.home {
    background: #d7eaf9
}

.shop-navigation .profile-navigation.active.home a {
    color: var(--bs-primary)
}

.shop-navigation .profile-navigation.active.review {
    background: #fdf3da
}

.shop-navigation .profile-navigation.active.review a {
    color: #e7b10e
}

.shop-navigation .profile-navigation.active.community {
    background: #ddf2ff
}

.shop-navigation .profile-navigation.active.community a {
    color: var(--bs-info)
}

.slick-track[data-v-e4caeaf8] {
    display: block;
    left: 0;
    position: relative;
    top: 0;
    transform: translateZ(0)
}

.slick-track.slick-center[data-v-e4caeaf8] {
    margin-left: auto;
    margin-right: auto
}

.slick-track[data-v-e4caeaf8]:after,
.slick-track[data-v-e4caeaf8]:before {
    content: "";
    display: table
}

.slick-track[data-v-e4caeaf8]:after {
    clear: both
}

.slick-loading .slick-track[data-v-e4caeaf8] {
    visibility: hidden
}

.slick-slide[data-v-e4caeaf8] {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide[data-v-e4caeaf8] {
    float: right
}

.slick-slide img[data-v-e4caeaf8] {
    display: block
}

.slick-slide.slick-loading img[data-v-e4caeaf8] {
    display: none
}

.slick-slide.dragging img[data-v-e4caeaf8] {
    pointer-events: none
}

.slick-initialized .slick-slide[data-v-e4caeaf8] {
    display: block
}

.slick-loading .slick-slide[data-v-e4caeaf8] {
    visibility: hidden
}

.slick-vertical .slick-slide[data-v-e4caeaf8] {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden[data-v-21137603] {
    display: none
}

.slick-slider[data-v-3d1a4f76] {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    display: block;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list[data-v-3d1a4f76] {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transform: translateZ(0)
}

.slick-list[data-v-3d1a4f76]:focus {
    outline: none
}

.slick-list.dragging[data-v-3d1a4f76] {
    cursor: pointer;
    cursor: hand
}

@font-face {
    font-family: slick;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA0AAAAAB2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE0AAAABoAAAAcdIcYB0dERUYAAAS0AAAAHAAAAB4AJwANT1MvMgAAAZwAAABRAAAAYFAQ/45jbWFwAAACAAAAAFcAAAFiIhFFt2dhc3AAAASsAAAACAAAAAj//wADZ2x5ZgAAAmgAAAE1AAACLD+btmBoZWFkAAABMAAAAC8AAAA2AAEx+2hoZWEAAAFgAAAAHAAAACQD5QIFaG10eAAAAfAAAAAQAAAAFgZKAEpsb2NhAAACWAAAABAAAAAQATYBoG1heHAAAAF8AAAAHQAAACAASwBHbmFtZQAAA6AAAADcAAABbgUngcJwb3N0AAAEfAAAAC4AAABFOXjBpHjaY2BkYGAA4vMGfuHx/DZfGbiZGEDgfGFFPZxWZVBlvM14G8jlYABLAwAT1QnNAHjaY2BkYGC8zcDAoMfEAAJANiMDKmABADBkAe942mNgZGBgYGdwYWBiAAEQycgAEnMA8xkACcgAkwAAAHjaY2BmYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjKAQQNQCZBSYICCgDTXFAYHhkTFSYwP/j9g0GO8/f82A0QNA+NtsBIFBkYANHMN4wAAAHjaY2KAACYIVoVAAALCAJt42mNgYGBmgGAZBkYGEIgB8hjBfBYGByDNw8DBwARkMzAkKigpTlCc9P8/WB0S7/+i+4/uld4rgZoAB4xsDHAhRiYgwcSApoCBcsBMBTNYGGgGAEdEDyUAAAAAAAAAAAAAZgCKANABFnjadZBdToNAEMd3CrtAl5TQLtS0LCoN0A8SGkBI+mAfPET75B1896HppfQcvnII4w3cLYpW6k4ymdn9z8xvBwEKUQg11OgBIXAYWUEQR1uIZoFGpLGxKy3PqrIq8+waXIfJ+5mQSSvkvXwRqqocu1D39QMl2JgvN9zzhsyk1GRDz+OBfzMioCqx0rtdLYo0SiZTZttsOkmidBkveKibFF4Oep9SI46bqk3Twhp4iihUemrMWFPy2NRbthfqKkHi/PxlJLITZdAiSj6ouZ+tn9eZz78DuD9LZYB6bZ8rlCAUVuVdkULjxV4sIEysIc/KSyPmnJDdjhCOdQ0fCTliTX/tjH3ysWao+71qaNjHQjcQwrcuyl+WLZQthCMotJP/h+Xjazz+hfTeRWmG4zOiSyif/q1OtAAAAHjabY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV42mNgYkAGjAzogB0sysTgwtDOyMTIzJlYVJRfnpOaVsIFZhVlpmeUAABuKQkSAAAAAAAB//8AAnjaY2BkYGDgAWIxIGZiYARCNiBmAfMYAAPgADV42mNgYGBkAIKrS9Q5QPT5wop6GA0APf8GGAAA) format("woff")
}

.slick-next,
.slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-next,
.slick-prev {
    z-index: 10
}

.slick-next:before,
.slick-prev:before {
    font-family: Font Awesome\ 5 Pro;
    opacity: 1
}

.slick-prev:before {
    content: ""
}

.slick-next:before {
    content: ""
}

.bg-profile {
    background: hsla(240, 3%, 53%, .06);
    border: 1px dashed rgba(68, 68, 68, .33)
}

.ta-account-view table tr {
    border-style: dashed;
    border-width: 1px
}

.ta-account-view .slick-account-images .slick-slide,
.ta-account-view .slick-account-images .slick-slider {
    padding-right: 7px
}

.ta-account-view .slick-next,
.ta-account-view .slick-prev {
    z-index: 10
}

.ta-account-view .slick-next:before,
.ta-account-view .slick-prev:before {
    background: hsla(0, 0%, 100%, .32);
    border-radius: 5px;
    color: #fff;
    padding: 7px
}

.ta-account-view .slick-prev {
    left: 10px
}

.ta-account-view .slick-next {
    right: 10px
}

.ta-account-view .slide-footer {
    bottom: 20px;
    position: absolute;
    width: 100%;
    z-index: 10
}

@media(max-width:576px) {
    .ta-account-view .slide-footer {
        bottom: 15px
    }
}

.ta-account-view .slick-index {
    border-radius: 3px;
    padding: 0 7px;
    position: absolute;
    right: 4px;
    top: 4px
}

.ta-account-view .slide-zoom {
    background: hsla(0, 1%, 80%, .549);
    border-radius: 5px;
    padding: 0 .5rem
}

.loader {
    background-color: #fff;
    border-radius: 8px;
    height: 130px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    width: 100%;
}

.loader:after {
    animation: gradient-animation_2 1.2s linear infinite;
    background: linear-gradient(110deg, hsla(0, 0%, 89%, 0), hsla(0, 0%, 89%, 0) 40%, hsla(0, 0%, 89%, .5) 50%, hsla(0, 0%, 89%, 0) 60%, hsla(0, 0%, 89%, 0));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.loader .wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.loader .wrapper>div {
    background-color: hsla(0, 0%, 62%, .141)
}

.loader .line-1 {
    top: 11px
}

.loader .line-1,
.loader .line-2 {
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%
}

.loader .line-2 {
    top: 34px
}

.loader .line-3 {
    top: 57px
}

.loader .line-3,
.loader .line-4 {
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%
}

.loader .line-4 {
    top: 80px
}

@keyframes gradient-animation_2 {
    0% {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(100%)
    }
}

.ta-account {
    border-radius: 5px
}

.ta-account .carousel-control-next,
.ta-account .carousel-control-prev {
    width: 12%
}

.ta-account .thumbnail img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

@media(min-width:576px) {
    .ta-account .thumbnail img {
        height: 178px
    }
}

.ta-account .view-account {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.ta-account .seller {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.ta-account .seller .avatar img {
    height: 25px
}

.ta-account .seller .name {
    line-height: 0;
    padding-left: 6px
}

.ta-account .description {
    background: hsla(0, 0%, 81%, .26);
    bottom: 0;
    color: #f9f9f9;
    font-size: 12px;
    line-height: 1.4;
    padding: 8px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.ta-account .ta-account-id {
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    left: 7px;
    line-height: 1;
    padding: 5px 7px;
    position: absolute;
    text-align: center;
    top: 7px;
    z-index: 1
}

.ta-account .fields {
    padding: 11px 0 6px
}

.ta-account .fields li {
    color: #231f20;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    padding-bottom: 5px
}

.ta-account .fields li:last-child {
    padding-bottom: 0
}

.ta-account .fields .value {
    font-weight: 700
}

.seller-menu {
    min-height: 300px
}

.seller-menu .item {
    margin-bottom: .5rem
}

.seller-menu .item.text {
    margin-bottom: .4rem
}

.seller-menu .item:last-child {
    margin-bottom: 0
}

.seller-menu .item a {
    background: hsla(0, 0%, 56%, .188);
    border-radius: 12px;
    color: #231f20;
    display: block;
    font-size: 13px;
    padding: .5rem 1.2rem
}

.seller-menu .item a.active,
.seller-menu .item a.nuxt-link-exact-active {
    background: #0A6AFF;
    color: #fff
}

.seller-menu .item a i {
    padding-right: 5px;
    text-align: center;
    width: 23px
}

.seller-menu .item span.text {
    color: var(--bs-gray-700);
    font-size: 12px;
    padding-left: 3px
}

.carousel-inner {
    border-radius: 12px;
}

.ta-account .ta-account-dis {
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    padding: 5px 7px;
    position: absolute;
    right: 7px;
    /* Sá»­a giÃ¡ trá»‹ tá»« left thÃ nh right */
    line-height: 1;
    top: 7px;
    z-index: 1;
}

.fw-semibold {
    font-weight: 600!important;
}

.me-1 {
    margin-right: 0.25rem!important;
}

@media (max-width: 600px) {
    .ta-account .thumbnail img {
        height: 178px;
    }
}


/*
@media (m-width: 600px) {
    .ta-account-view .thumbnail-list img {
        height: 320px;
    }
} */


/*GOOGLE TRANS*/

.translate-wrapper {
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    cursor: pointer;
    border-radius: 4px
}

#button_translate span {
    display: none
}

#button_translate1 span {
    display: none
}

.goog-te-gadget {
    line-height: 2px!important;
    color: transparent!important
}

.goog-te-gadget select {
    display: block;
    padding: 6px 9px;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.grecaptcha-badge {
    display: none!important
}

.translated-ltr body {
    top: 0!important
}

.icon-middle {
    position: fixed;
    right: 15px;
    bottom: 200px;
    transition: all .2s;
    z-index: 3
}

.icon-middle .icon {
    margin-bottom: 10px;
    z-index: 1;
    width: 55px;
    height: 55px;
    background: #3697d7;
    color: #fff;
    display: inherit;
    text-align: center;
    line-height: 53px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
}

.icon-middle .icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
}

.icon-middle .icon:hover {
    box-shadow: 0 8px 25px -8px #071666
}

.icon-middle .icon img {
    width: auto;
    max-width: 100%
}

.icon-middle .icon img.icon-svg {
    width: calc(100% - 25px);
    vertical-align: middle
}

.mini-icons .icon-middle {
    right: -60px
}

#middle-control {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    z-index: 90;
    background: #3697d7;
    -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2);
    box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2);
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    padding: 9px
}

#middle-control i {
    font-size: 21px;
    color: #fff
}

.skiptranslate iframe {
    display: none!important
}

.embed-container iframe {
    max-width: 100%
}


/*GOOGLE TRANS*/

.chat-container {
    min-height: 500px
}

.chat-container .card {
    box-shadow: none
}

@media(min-width:768px) {
    .chat-container .chat-header {
        border-right: 1px solid hsla(0, 0%, 62%, .141)
    }
}

@media(max-width:768px) {
    .chat-container .chat-header {
        border-bottom: 1px solid hsla(0, 0%, 62%, .141)
    }
}

.nav-item .fit-size {
    height: 45px
}

.nav-item.counter {
    padding-right: .55rem
}

.nav-item.counter a {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 47px
}

.nav-item.counter .count {
    background: var(--bs-danger);
    border-radius: 10px;
    color: var(--bs-white);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    position: absolute;
    left: 70%;
    /* top: -6px; */
    z-index: 999;
}

.ta-footer-fit {
    margin-bottom: .7rem;
    padding: 0 11px
}

.ta-content-fit {
    padding: 8px 11px
}

.ta-footer-title {
    color: var(--bs-white);
    font-size: 20px
}

.ta-footer-link {
    border-radius: 8px;
    color: #d7d7d7!important;
    display: block;
    font-size: 13px
}

.ta-footer-link:hover {
    background: hsla(0, 0%, 55%, .18)
}

.ta-footer-link i {
    font-size: 14px;
    width: 20px
}

.ta-backto-top {
    bottom: 15px;
    position: fixed;
    right: 20px;
    z-index: 1200
}

.ta-backto-top i {
    line-height: 0
}

.check_smg {
    background: var(--bs-danger);
    border-radius: 10px;
    color: var(--bs-white);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    position: absolute;
    left: 90%;
    z-index: 999;
}

.chat-content .message {
    margin-bottom: .7rem
}

.chat-content .message p {
    border-radius: 12px;
    font-size: 13px;
    margin-bottom: 0;
    padding: 8px 12px
}

.chat-content .message p:not(.is-image) {
    max-width: 65%
}

@media(max-width:576px) {
    .chat-content .message p:not(.is-image) {
        max-width: 80%
    }
}

.chat-content .message .me {
    background: var(--bs-primary);
    color: var(--bs-white)
}

.chat-content .message .me a {
    color: var(--bs-white);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.chat-content .message .you {
    background: hsla(0, 0%, 62%, .141)
}

.chat-content .message .you a {
    color: var(--bs-primary)
}

.preview-image {
    display: inline-block;
    position: relative
}

.preview-image .remove {
    position: absolute;
    right: -10px;
    top: -7px
}

.ps {
    -ms-overflow-style: none;
    overflow: hidden!important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    bottom: 0;
    height: 15px
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    position: absolute;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear
}

.ps__rail-y {
    right: 0;
    width: 15px
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    background-color: transparent;
    display: block
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    bottom: 2px;
    height: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    right: 2px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto!important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto!important
    }
}

.ps {
    position: relative
}

.chat-users .user.active {
    background: hsla(0, 0%, 62%, .141);
    border-bottom: 0;
    border-radius: 10px;
}

.shop-context .avatar img {
    height: 160px
}

@media(max-width:576px) {
    .shop-context .avatar img {
        height: 140px
    }
}

.shop-context .social a {
    padding-right: 7px
}

.shop-context .social a:last-child {
    padding-right: 0
}

.shop-context .bio a:hover {
    color: var(--bs-primary)
}

.shop-context .name {
    font-size: 25px
}

@media(max-width:320px) {
    .shop-context .name {
        font-size: 14px
    }
}

@media(max-width:577px) {
    .shop-context .name {
        font-size: 23px
    }
}

.shop-context .shop-cover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    max-height: 270px;
    overflow: hidden
}

.shop-context .shop-cover img {
    -o-object-fit: contain;
    object-fit: contain
}

@media(min-width:577px) {
    .shop-context {
        align-items: center;
        justify-content: space-between
    }
}

@media(max-width:577px) {
    .shop-context {
        flex-direction: column
    }
    .shop-header {
        flex-direction: column!important;
        text-align: center
    }
    .shop-header.is-cover {
        margin-top: -90px
    }
}

.shop-navigation .profile-navigation {
    background: #d9d9d9;
    border-radius: 10px;
    margin-bottom: .5rem
}

.shop-navigation .profile-navigation a {
    color: #231f20;
    display: block;
    font-size: 14px;
    padding: 9px 0;
    text-align: center
}

@media(max-width:425px) {
    .shop-navigation .profile-navigation a {
        font-size: 13px
    }
}

@media(max-width:375px) {
    .shop-navigation .profile-navigation a {
        font-size: 12px
    }
}

@media(max-width:320px) {
    .shop-navigation .profile-navigation a .text {
        display: none
    }
}

.shop-navigation .profile-navigation.active a {
    font-weight: 700
}

.shop-navigation .profile-navigation.active.home {
    background: #d7eaf9
}

.shop-navigation .profile-navigation.active.home a {
    color: var(--bs-primary)
}

.shop-navigation .profile-navigation.active.review {
    background: #fdf3da
}

.shop-navigation .profile-navigation.active.review a {
    color: #e7b10e
}

.shop-navigation .profile-navigation.active.community {
    background: #ddf2ff
}

.shop-navigation .profile-navigation.active.community a {
    color: var(--bs-info)
}