html {
    scroll-behavior: smooth;
    /*Adds smooth scrolling instead of snapping to element*/
}

body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #ffffff;
}

.sticky {
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 1020;
    width: 100%;
    background-color: #ffffff;
}

.content-tiktok {
    width: 100%;
    max-width: 600px;
}

.content-tiktok.fixed {
    height: 90vh;
    overflow: hidden;
}

.headerWrapper_f8197 {
    align-items: center;
    /* background-color: var(--BGPrimary); */
    /* box-sizing: border-box; */
    display: flex;
    height: 52px;
    justify-content: space-between;
    padding: 8px;
    width: 100%;
}

.search-group {
    width: 50%;
}

.tts-logo_f8197 {
    display: block;
    height: 31px;
    width: 80px;
}

.text-color-UIText1 {
    color: #000;
    color: #000;
    ;
}

.searchWrapper_f8197 {
    align-items: center;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: rgb(125, 125, 125);
    display: flex;
    flex: 1 1;
    gap: 0;
    height: 36px;
    justify-content: space-between;
    padding: 0 8px;
}

.headerWrapper_f8197 .searchWrapper_f8197 {
    align-items: center;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: rgb(125, 125, 125);
    display: flex;
    flex: 1 1;
    gap: 0;
    height: 30px;
    justify-content: left;
    padding: 0 8px;
    background-color: rgb(241, 241, 243);
    font-size: 14px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-16 {
    margin-right: 16px;
}

.w-32 {
    width: 32px;
}

.w-24 {
    width: 24px;
}

.pagination-TwbYGm {
    align-items: center;
    background-color: rgba(37, 37, 37, .6);
    border-radius: 2px;
    bottom: 16px;
    color: hsla(0, 0%, 100%, .9);
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    line-height: 17px;
    padding: 2px 7px;
    position: absolute;
    right: 16px;
}

.mx-16 {
    margin-left: 16px;
    margin-right: 16px;
}

.container-snheHd {
    padding: 16px 0;
}

.price-w1xvrw {
    color: #161823;
    display: -webkit-box;
    font-size: 20px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}

.original-price-r8Oe_Y {
    color: rgba(22, 24, 35, .5);
    font-size: 13px;
    line-height: 17px;
    text-decoration: line-through;
}

.original-discount-huQuy9 {
    background: rgba(254, 44, 85, .06);
    border-radius: 2px;
    color: #fe2c55;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    margin-left: 4px;
    padding: 0 5px;
}

.title-v0v6fK {
    display: -webkit-box;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
    word-break: break-word;
}

.promotion-cashback-WzgMIH {
    background: linear-gradient(270deg, #fd5179, #fd6c62), #ffffff;
    color: #ffffff;
}

.nav-link {
    font-size: 14px;
    line-height: 1.6;
    color: rgb(138, 138, 145);
    text-align: center;
}

.nav-link.active {
    color: #000;
    font-weight: 900;
    border-bottom: 3px solid #000;
}

.content-body {
    margin-top: 90px;
}

.cart {
    position: relative;
}

.numberProduct {
    position: absolute;
    top: -5px;
    right: 12px;
    border: none;
    border-radius: 50px;
    background-color: rgb(223, 38, 52);
    color: #ffffff;
    text-align: center;
    width: 15px;
    height: 15px;
    font-size: 11px;
    align-items: center;
}

.ttkhuyenmai {
    background-image: url("images/bgcolor01.jpg");
    background-size: 100% 100%;
}

.ttkhuyenmai p {
    color: #ffffff;
    font-size: 18px;
}

.ttkhuyenmai img {
    display: inline-block;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    margin-top: -4px;
}

.font-weight-bold {
    font-weight: bold;
}

.ttkhuyenmai span {
    color: #ffffff;
    font-size: 13px;
    line-height: 17px;
}

.text-right {
    text-align: right;
}

.promotions-inner-wsLbVH {
    height: auto;
}

.promotions-inner-wsLbVH div {
    background-color: #ffe4e9;
    color: #ac3e5b;
    border-radius: 5px;
    font-size: 13px;
    line-height: 17px;
}

.titleicon {
    font-size: 12px;
    line-height: 15px;
    background-color: #ffe4b9;
    border-radius: 10px;
    padding: 5px;
    font-weight: 600;
}

.titletext {
    font-size: 16px;
    line-height: 20px;
    font-weight: 550;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color-grey {
    color: #8c8c8e;
}

.color-blue {
    color: #1e4797;
}

.pr-0 {
    padding-right: 0px;
}

.scpr {
    width: 100%;
    height: 5px;
    background-color: #f7f7f7;
}

.img-secle img {
    width: 40px;
    margin-left: 8px;
    border-radius: 3px;
}

.row {
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}

.comment .img-sad {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.comment p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 550;
    margin: 9px;
}

.mhaa span {
    font-size: 12px;
    line-height: 17px;
}

.mhaa h6 {
    font-size: 14px;
    line-height: 20px;
}

.mhaa img {
    width: 100px;
    height: 100px;
}

.sticky-bottom {
    border-top: 0.1px solid #ebe5e5;
}

button {
    padding: 5px;
    border-radius: 10px;
    min-width: 100%;
}

.btn-muangay {
    background-color: #fd5179;
    color: #ffffff;
}

@media screen and (min-width: 800px) {
    html body {
        height: 100%;
        margin: 0 auto;
        overflow-y: scroll;
        transform: translateX(0);
        width: 375px;
    }
}

@media screen and (max-width: 799px) {
    button {
        padding: 5px;
        border-radius: 10px;
        min-width: 100%;
    }
}

.bg-opacity {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
    border-radius: 15px;
}

.popupSelect {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 75%;
    z-index: 1040;
    background-color: #ffffff;
    border-radius: 15px;
}

@media screen and (max-height: 700px) {
    .popupSelect {
        height: 80%;
    }
}

.img-select {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
}

.specifications-vkOVJ_ {
    position: absolute;
    bottom: 0;
}

.Left-head {
    position: relative;
}

.select-item {
    width: 100%;
    height: 100%;
    /* max-width: 85px; */
    max-height: 85px;
    /* border-radius: 10px; */
}

.card-item {
    border-radius: 10px;
    border: 1px solid #8c8c8e;
    overflow: hidden;
}

.popupSelect .active .card-item {
    border: 1.2px solid #fd5179;
}

.popupSelect .active p {
    color: #fd5179;
}

.item-size {
    border: 1px solid rgba(22, 24, 35, .12);
    border-radius: 5px;
    padding: 4px 3px;
    font-size: 14px;
    margin-right: 5px;
}

.item-size.active {
    color: #fd5179;
    border: 1px solid #fd5179;
}

.quantity {
    border: 1px solid rgba(22, 24, 35, .12);
    ;
    /* padding: 10px; */
    font-size: 13px;
}

.quantity div {
    font-size: 20px;
    padding: 10px;
    display: inline-flex;
    line-height: 13px;
}

.quantity .left {
    border-right: 1px solid rgba(22, 24, 35, .12);
}

.quantity .right {
    border-left: 1px solid rgba(22, 24, 35, .12);
}

.quantity input {
    width: 50px;
    text-align: center;
    color: #161823;
    font-size: 13px;
    line-height: 30px;
}

.background-color-Primary {
    background-color: #fe2c55;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.updateThongTin {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1030;
    overflow: scroll;
    background-color: #f5f5f5;
    z-index: 1035;
}

.updateThongTin .title {
    color: #7b7b7b
}

.updateThongTin .form-control,
.updateThongTin .form-select {
    border: none;
}

#flexSwitchCheckDefault {
    height: 30px;
    width: 60px;
    /* background: #dfdfdf; */
}

.ShowCart {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 1030;
    overflow: scroll;
}

.TenSDt {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
}

.ml-auto {
    margin-left: auto;
}

.add2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: sans-serif;
    padding: 0px 18px;
}

.bg-line {
    background-image: url('images/line.png');
    background-position: bottom;
    background-size: 40px 10px;
    background-repeat: repeat;
    height: 10px;
    width: 100%;
}

.img-cart img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.text-aaa {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding: 5px 7px;
}

.bor-5 {
    border-radius: 5px;
}

.color-pink {
    color: #e52d51;
}

.color-white {
    color: #ffffff;
}

.ticket-pink {
    display: inline-flex;
    width: 20px;
    height: 18px;
    margin-left: 5px;
}

.tincay span {
    background-color: #f8f8f8;
    font-size: 10px;
    line-height: 18px;
    padding: 8px;
}

.bg-blue {
    background-color: #f2fafc;
}

.sunmitdathang {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1030;
    border-top: 1px solid #ebe9ea;
}

.border-alert {
    border: 1px solid #ac3e5b !important;
}

.alrtGiohang {
    position: fixed;
    bottom: 50%;
    left: 15%;
    width: 250px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.fade-out {
    opacity: 1;
    animation-name: fadeOutOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}