.small, small {
    font-size: unset;
}
.layout-user {
    background: #F3F3F7;
}
.page-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;        
    padding: 30px 0;
}
form#search {
    max-width: 794px;
    width: 100%;
    position: relative;
    border: 2px solid #254edb;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 32px;
}
.input_search {
    width: 100%;
    height: 52px;
    border: 0;
    padding: 0 115px 0 18px;
    font-size: 14px;
    font-weight: 700;
    color: #98A2B3;
}
button.search-button {
    position: absolute;
    background: #254edb;
    height: 52px;
    right: 0;
    top: 0;
    border: 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 0 18px;
    border-left: 2px solid #254edb;
    transition: .3s;
}
button.search-button:hover {
    background: #fff;
    color: #254edb;
}
form#search button.clear-search {
    position: absolute;
    border: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    right: 130px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.thoigian-nhanhang {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 16px;
    color: #434657;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    position: relative;
    margin: 0 0 64px;
    background: #fff;
}
.thoigian-dukien {
    margin: 0 0 50px;
}
.thoigian-dukien span {
    font-weight: 500;
    font-size: 13px;
}
.thoigian-nhanhang ul {
    display: flex;
    align-items: flex-start;
    list-style: none;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
}
.thoigian-nhanhang small {
    color: #82869E;
    font-size: 12px;
}
.thoigian-nhanhang ul:before {
    content: "";
    width: 84%;
    height: 4px;
    background: #e4e5f0;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}
.thoigian-nhanhang ul::after{
    content: "";
    width: 0;
    height: 4px;
    background: #FFD121;
    position: absolute;
    top: -22px;
    left: 7%;
}
.thoigian-nhanhang ul li {
    display: flex;
    flex-direction: column;
    width: calc(100%/6);
    position: relative;
}
.thoigian-nhanhang ul li span,.thoigian-nhanhang ul li small{
    max-width: 90%;
    display: block;
    margin:0 auto;
}
/* .thoigian-nhanhang ul li:last-child span {
    font-weight: 700;
} */
.thoigian-nhanhang ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e4e5f0;
    top: -25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 4px rgb(241 241 241 / 50%);
    z-index: 2;
}
.thoigian-nhanhang ul li.curent:before{
    background-color: #FFD121;
    box-shadow: 0 0 0 4px rgb(255 209 33 / 23%);
}
.thoigian-nhanhang ul li.active:before {
    width: 20px;
    height: 20px;
    top: -31px;
    box-shadow: 0 0 0 6px rgb(255 209 33 / 23%);
    background-color: #FFD121;
}
.thoigian-nhanhang ul li.curent{
    font-weight: bold;
}


/* Tra cuoc van chuyen */

table, tr, th, td {
    padding: 8px;
    border: 1px solid #E4E5F0;
    border-collapse: collapse;
}
table {
    padding: 0;
    width: 100%;
    background: #fff;
}
.page-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;        
    padding: 30px 0;
}
.gui-nhan-hang {
    display: flex;
    margin: 0 -17px 32px;
}
.gui-nhan-hang > div {
    padding: 0 17px;
    width: 50%;
}
.gui-nhan-hang select {
    width: 100%;
    padding: 6.5px 12px 6.5px 44px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    color: #111827;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
}
.gui-nhan-hang .nhan-hang select {
    padding: 6.5px 12px 6.5px 35px;
}
.icon-guihang img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}
.icon-guihang {
    position: relative;
}
.gui-nhan-hang [class*="title-"] {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #09101D;
    margin: 0 0 8px;
}
.chiphivanchuyen {
    box-shadow: 0 5px 35px 0px rgb(0 0 0 / 10%);
    border-radius: 8px;
    background: #fff;
    padding: 25px;
    margin: 0 0 45px;
}
.chiphivanchuyen table {
    border: 0;
}
.chitiet-tracuoc button {
    background: #254EDB;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 32px auto 0;
    display: table;
    transition: .3s;
    border: 1px solid #254EDB;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    min-width: 287px;
    letter-spacing: -0.325px;
}
.chitiet-tracuoc button:hover {
    background: #fff;
    color: #254EDB;
}
.chitiet-tracuoc {
    margin: 0 0 64px;
}
.chiphivanchuyen thead td {
    color: #09101D;
    font-weight: 500;
}
.chiphivanchuyen thead td .sub-title {
    color: #2C3A4B;
}
.chiphivanchuyen tbody > tr:first-child {
    color: #545D69;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #dadee3;
}
.chiphivanchuyen input[type*="number"] {
    border: 1px solid #E5E7EB;
    height: 48px;
    border-radius: 8px;
    outline: none;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111827;
}
.chiphivanchuyen input:focus {
    box-shadow: 0 0 0 2px #5E35E5;
}
.chiphivanchuyen input[type*="number"]:hover {
    box-shadow: 0 0 0 2px #5e35e5;
}
.chiphivanchuyen input {
    max-width: 174px;
}
.chiphivanchuyen td {
    width: 17%;
}
.chiphivanchuyen td:nth-child(2) {
    width: 10%;
}
.radio-ruler {
    display: flex;
    flex-direction: column;
}
.radio-ruler input {
    margin: 4px 4px 0 0;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    border: 1px solid #475467 !important;
    border-radius: 50%;
    box-shadow: none !important;
    -webkit-appearance: none;
}
.radio-ruler input:checked {
    border: 4px solid #254edb !important;
}
.radio-ruler span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
td.chieudai, td.chieurong {
    position: relative;
    padding-right: 17px;
}
td.chieudai:before, td.chieurong:before {
    content: "X";
    position: absolute;
    bottom: 19px;
    right: 5px;
    font-weight: 500;
    font-size: 16px;
}
.chiphivanchuyen tbody > tr:last-child td {
    padding-top: 32px;
}
.chiphivanchuyen tbody > tr:first-child td {
    padding-bottom: 12px;
}
.baogiavanchuyen td {
    padding: 20px 24px;
}
.baogiavanchuyen table {
    padding: 0 10px;
    border: 0;
}
.baogiavanchuyen tr {
    border-bottom: 1px solid #ebeef2;
}
.baogiavanchuyen thead tr {
    border-bottom: 1px solid #a5abb3;
    font-weight: 600;
}
.baogiavanchuyen {
    box-shadow: 0 5px 35px 0px rgb(0 0 0 / 10%);
    padding: 0 0 20px 0;
    border-radius: 8px;
}
.baogiavanchuyen td:last-child {
    font-weight: 600;
    color: #287D3C;
}
.baogiavanchuyen thead td:last-child {
    color: #212529;
}
.baogiavanchuyen thead td:not(:first-child) {
    padding-left: 45px;
}


/* Lien he */

.page-lienhe {
    padding: 64px 0 130px;
}
.lienhe-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #434657;
    margin: 0 0 10px;
}
.page-lienhe .page-title {
    padding-top: 0;
}
.list-contact-lienhe li {
    padding: 0 0 0 40px;
    margin: 0 0 20px;
    font-weight: 500;
    color: #434657;
    position: relative;
}
.top-lienhe {
    align-items: center;
}
.list-contact-lienhe {
    list-style: none;
    padding: 0 0 0 120px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.list-contact-lienhe li:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 0;
}

.list-contact-lienhe li a {
    color: #434657;
}

.list-contact-lienhe li a:hover {
    color: rgb(10, 88, 202);
}


.list-contact-lienhe li.email:before {
    background-image: url(/themes/order-theme/assets/images/email-lienhe.svg);
    top: 1px;
}
.list-contact-lienhe li.phone:before {
    background-image: url(/themes/order-theme/assets/images/mobi-lienhe.svg);
}
.list-contact-lienhe li.chat:before {
    background-image: url(/themes/order-theme/assets/images/chat-lienhe.svg);
}
.list-contact-lienhe li.andress:before {
    background-image: url(/themes/order-theme/assets/images/map-lienhe.svg);
    top: 1px;
}
.lienhe-map.row {
    --bs-gutter-x: 0;
    margin-top: 12px;
}
.map iframe {
    width: 100%;
}
.lienhe-map .snt-form input:not([type='submit'],[type='checkbox'])::placeholder {
    font-weight: 400;
}

/* tin tuc */

.page-tintuc {
    padding: 32px 0;
}
.page-tintuc .row > .col {
    padding: 0 16px;
    margin: 0 0 52px;
}
.page-tintuc .row {
    margin: 0 -16px;
}
[class*="content-"] .title a {
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #101828;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
    margin: 0 0 8px;
    transition: .3s;
}
[class*="content-"] .title a:hover {
    color: #056CF2;
}
[class*="content-"] .sub-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 60px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
}

.img-tintuc {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: 0 0 8px;
    padding-top: 60%;
}

.img-tintuc > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.img-tintuc .ngaydang {
    position: absolute;
    width: 43px;
    height: 40px;
    background: #056CF2;
    top: 4px;
    left: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 15px;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
.img-tintuc img {
    width: 100%;
}
[class*="inner-"] [class*="img-"] {
    overflow: hidden;
    border-radius: 8px;
}
[class*="inner-"] [class*="img-"] img:hover {
    transform: scale(1.1);
}
[class*="inner-"] [class*="img-"] img {
    transition: .3s;
}

.pagination {
    margin: 0 0 75px;
}
.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination ul li {
    padding: 0 4px;
}
.pagination ul li a {
    padding: 10px 16px;
    display: block;
    color: #101828;
    font-weight: 600;
    font-size: 14px;
    min-width: 40px;
}
.pagination ul li a:hover {
    background: #F2F4F7;
}
.pagination ul li a.active {
    background: #056CF2;
    color: #fff;
}
.layout-user .pagination ul li a.active {
    background: #FFD121;
    color: #101828;
}
.layout-user .pagination ul li a:hover {
    background: #fff;
}
li.first img {
    margin: 0 8px 0 0;
}
li.last img {
    margin: 0 0 0 8px;
}
.pagination ul li.last a, .pagination ul li.first a {
    font-weight: 400;
}

/* sidebar */

.sidebar > div {
    padding: 32px;
    border: 1px solid #EAECF0;
    border-radius: 4px;
    margin: 0 0 32px;
}
.caidatapp .title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #101828;
    line-height: 24px;
    margin: 0 0 16px;
}
.dangkytin .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 8px;
}
.caidatapp .des {
    font-size: 14px;
    line-height: 20px;
    color: #344054;
    margin: 0 0 16px;
}
.link-app {
    display: flex;
    justify-content: space-between;
}
.link-app img {
    max-width: 45%;
}
.dangkytin .des {
    font-size: 14px;
    margin: 0 0 16px;
}
.sidebar-form {
    display: flex;
    flex-direction: column;
    margin: 0 0 16px;
}
.sidebar-form input[type="email"] {
    height: 44px;
    border: 1px solid #EAECF0;
    border-radius: 4px;
    margin: 0 0 16px;
    padding: 6px 12px;
    outline: none;
}
.sidebar-form .submit {
    height: 44px;
    border-radius: 4px;
    background: #056CF2;
    border: 2px solid #056CF2;
    transition: .3s;
    color: #fff;
    font-weight: 500;
}
.sidebar-form .submit:hover {
    background: #fff;
    color: #056CF2;
}
.sidebar-form input[type="email"]::placeholder {
    color: #98A2B3;
}
.dieukhoan {
    font-size: 12px;
}
.dieukhoan a {
    color: #000;
    text-decoration: underline !important;
    transition: .3s;
}
.dieukhoan a:hover {
    color: #056CF2;
}

/* Dich vu*/

.page-dichvu {
    padding: 32px 0;
}
.inner-dichvu {
    display: flex;
    align-items: center;
}
.img-dichvu {
    flex: 0 0 200px;
    margin: 0 32px 0 0;
}
.content-dichvu .title a {
    min-height: 48px;
}
.content-dichvu .sub-title {
    height: 60px;
    margin: 0 0 16px;
    color: #475467;
}
.content-dichvu .ngaydang {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #475467;
    margin: 0 -8px;
}
.content-dichvu .ngaydang > div {
    padding: 0 8px;
}
.page-dichvu .inner-dichvu {
    margin: 0 0 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #EAECF0;
}.page-dichvu .col-12:last-child .inner-dichvu {
    border: 0;
    margin: 0;
}

/* Chi tiet */

.content-chitiet {
    padding: 30px 0;
}
.content-chitiet .baogiavanchuyen {
    padding: 0;
}
.content-chitiet .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 24px;
}
.content-chitiet .sub-title {
    margin: 0 0 32px;
}
.img-detail {
    font-size: 14px;
    margin: 0 0 30px;
}
.content-chitiet img {
    margin: 0 0 15px;
}
.content-chitiet blockquote {
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 44px;
    padding: 0 0 0 24px;
    border-left: 2px solid #101828;
    margin: 0 0 32px;
}
.page-chitiet.chitiet-lienquan .block-post {
    padding: 0;
    margin: 16px 0;
}


/* Gio hang */

.title-congcu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
}
.giohang-page {
    margin: 5px 0 30px;
}
button, a {
    transition: .3s;
}
.title-congcu .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #434657;
}
.title-congcu button, .button-taodon button, .taodon, .title-congcu a {
    background: #ffd121;
    padding: 8px 16px;
    border: 1px solid #ffd121;
    color: #1B1D29;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}
.title-congcu button img, .button-taodon button img, .taodon img, .title-congcu a img {
    margin: 0 10px 0 0;
}
.title-congcu .action, .button-taodon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-congcu .taicongcu, .button-taodon .themlink {
    background: transparent;
    border: 1px solid #BCBFD6;
}
.title-congcu .taodon:hover, .button-taodon .themvaogio:hover, .taodon-header .taodon:hover {
    background: transparent;
}
.title-congcu .taicongcu:hover, .button-taodon .themlink:hover {
    background: #ffd121;
    border-color: #ffd121;
}

.giohang-table thead {
    font-size: 13px;
    line-height: 20px;
    color: #1B1D29;
    border-bottom: 1px solid #E4E5F0;
    padding: 15px 0;
    height: 56px;
    text-align: right;
}
tbody tr {
    border-bottom: 1px solid #E4E5F0;
    padding: 8px 0;
}
/* .giohang-table td:first-child {
    padding-left: 0;
}
.giohang-table td:last-child {
    padding-right: 0;
} */
.giohang-table td,
table.custom-table td {
    vertical-align: bottom;
}
.item-sanpham {
    display: flex;
    width: 100%;
    margin: 0 -25px 0 0;
    align-self: flex-end;
}
.item-sanpham > * {
    align-self: flex-end;
}
.item-soluong {
    margin: 0 -10px 0 0;
}
.item-sanpham .img {
    flex: 0 0 84px;
    margin: 0 12px 0 0;
}

.sp-header {
    border: none;
}
.giohang-table .sp-header td {
    padding-bottom: 0;
}

.thongso .ten,
.thongso .shop,
.thongso .code_transport_cn,
.info.sp-header div {
    font-size: 13px;
    line-height: 20px;
    color: #434657;
    margin: 0 0 8px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
}
.kt, .ms {
    font-size: 12px;
    line-height: 16px;
    color: #82869E;
    display: flex;
    align-items: center;
}
.thongso input {
    width: 100%;
    max-width: 144px;
    min-height: 24px;
    border: 1px solid #E4E5F0;
    border-radius: 4px;
    padding: 3px 8px;
    /* color: #A7ABC3; */
}
.item-soluong input {
    width: 100%;
    max-width: 80px;
    height: 40px;
    border: 1px solid #E4E5F0;
    border-radius: 4px;
    padding: 10px;
    /* color: #A7ABC3; */
    font-size: 13px;
}
.item-soluong input::placeholder {
    color: #A7ABC3;
}
.item-code-transport input {
    width: 100%;
    max-width: 120px;
    height: 40px;
    border: 1px solid #E4E5F0;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
}
.item-code-transport input::placeholder {
    color: #A7ABC3;
}
.dongia .vnd, .thanhtien .vnd {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #434657;
}
.dongia .yen, .thanhtien .yen {
    font-size: 12px;
    line-height: 16px;
    color: #82869E;
}
.dongia, .thanhtien {
    text-align: right;
}
.giohang-table thead td:first-child {
    text-align: left;
    font-weight: 500;
    font-size: 15px;
}
.ghichu textarea {
    border: 1px solid #E4E5F0;
    border-radius: 4px;
    display: flex;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    outline: none;
    max-height: 84px;
    padding: 5px 0 0 5px;
}
.ghichu textarea::placeholder {
    padding: 24px 0;
}
.action-cart {
    display: flex;
    flex-direction: column;
}
.action-cart button {
    border: 1px solid #FFD121;
    border-radius: 4px;
    background: #fff;
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 16px;
    min-height: 24px;
}

.action-cart label {
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 5px;
}

.action-cart button:last-child {
    margin: 0;
}
.action-cart .xoa {
    border: 1px solid #BCBFD6;
}
.action-cart .xoa:hover {
    background: red;
    color: #fff;
    border-color: red;
}
.action-cart .capnhat {
    background: #FFD121;
}
.action-cart .capnhat:hover {
    background: #fff;
}
.action-cart .muasau:hover {
    background: #FFD121;
}
.thongso span {
    min-width: 18px;
    display: inline-block;
    margin: 0 4px 0 0;
}
.kt {
    margin: 0 0 8px;
}
.thongso input::placeholder {
    color: #A7ABC3;
}
.giohang-table td {
    padding-top: 12px;
    padding-bottom: 12px;
    padding: 12px 8px;
}
.ghichu textarea::placeholder {
    color: #A7ABC3;
    vertical-align: middle;
}
.giohang-inner {
    background: #fff;
    border: 0;
    border-radius: 8px;
}
tbody tr:last-child {
    border: 0;
}
.giohang-table:first-child {
    margin: 0 0 32px;
}
.giohang-muasau .title {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #434657;
}

.sidebar-giohang > div {
    background: #fff;
    padding: 16px;
    margin: 0 0 16px;
    border-radius: 8px;
}
.sidebar-giohang label {
    font-weight: 500;
    color: #1B1D29;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 6px;
}
.sidebar-giohang .title {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #434657;
    margin: 0 0 10px;
}
.sidebar-giohang label span {
    color: red;
}
.tt-donhang input {
    border: 1px solid #E4E5F0;
    font-size: 13px;
    line-height: 20px;
    color: #A7ABC3;
}
.tt-donhang input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    color: #000;
    border-radius: 4px;
}
.tt-donhang > div {
    margin: 0 0 13px;
}
.tt-donhang input::placeholder {
    color: #A7ABC3;
}
.tt-bosung > div {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}
.tooltipp {
    position: relative;
}
.tooltipp span {
    position: absolute;
    width: 200px;
    background: #000;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    padding: 8px;
    text-align: center;
    bottom: 30px;
    transition: .3s;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
}
.tooltipp:hover span {
    opacity: 1;
}
.tooltipp span:before {
    content: "▼";
    position: absolute;
    bottom: -10px;
    color: #000;
    left: 50%;
    transform: translateX(-50%);
}
.title-small {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin: 0 6px 0 0px;
}
.tt-bosung label {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin: 0 6px 0 0;
}
.tt-bosung input {
    max-width: 58px;
    width: 100%;
    margin: 0 5px 0 0;
}
select#phibaohiem {
    max-width: 55px;
    margin: 0 8px 0 0;
    color: #A7ABC3;
    border: 1px solid #E4E5F0;
    width: 100%;
}
.tt-bosung .title {
    margin: 0 0 16px;
}
.tt-bosung .title {
    margin: 0 0 16px;
}
.thanhtoan > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 6px;
}
.thanhtoan .tenhang {
    color: #82869E;
    font-size: 13px;
    line-height: 20px;
}
.thanhtoan .gia {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #434657;
}
.thanhtoan .tong {
    flex-wrap: wrap;
    margin: 0 0 16px;
    position: relative;
}
.thanhtoan .tong span {
    width: 100%;
    text-align: right;
    color: #82869E;
    font-size: 12px;
    line-height: 16px;
}
.thanhtoan .tong .gia {
    color: #F83142;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
.tiencoc {
    border: 1px solid #D1E9FF;
    border-radius: 4px;
    background: #E8F4FF;
    color: #1473CC;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 13px;
    margin: 0 0 32px !important;
    position: relative;
}
input.button-thanhtoan {
    width: 100%;
    color: #1B1D29;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    background: #FFD121;
    border: 1px solid #FFD121;
    text-align: center;
    padding: 7px 10px;
    border-radius: 4px;
    transition: .3s;
}
.thanhtoan .tong:before {
    content: "";
    width: 100%;
}
.tiencoc:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -18px;
    left: 0;
    border-bottom: 2px dashed #e4e5f0;
}
input.button-thanhtoan:hover {
    background: #fff;
}
.giohang-page .row {
    --bs-gutter-x: 16px;
}
.layout-user .home-banner {
    background: #fff;
    min-height: unset;
}
.layout-user .navbar a, .layout-user .navbar a:visited {
    color: #434657;
}
.layout-user .snt.navbar {
    margin: 0;
    padding: 17px 0;
}
.layout-user .navbar a:hover {
    color: #056cf2;
}
.layout-user .banner-content {
    display: none;
}
.tiencoc img {
    margin: 0 8px 0 0;
}

/* order link web */

.nhapthongtindonhang {
    background: #fff;
    padding: 16px;
    position: relative;
    border-radius: 8px;
    margin: 0 0 16px;
}
.title-big {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #1B1D29;
    margin: 0 0 16px;
}
.luu-y-box {
    padding: 12px 16px 20px 55px;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 20px;
    background: #FFFBF5;
    border-radius: 8px;
    border: 1px solid #FFF6EC;
}
.luu-y-box strong {
    font-weight: 600;
}
li.luu-y {
    position: relative;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFA940;
    margin: 0 0 7px 8px;
}
li.luu-y img {
    position: absolute;
    left: -32px;
}
.list-thongtin {
    display: flex;
    margin: 0 -4px;
    align-items: flex-end;
    margin: 0 0 16px !important;
    padding: 0 0 16px;
    position: relative;
}
.list-thongtin input {
    width: 100%;
    /* max-width: 120px; */
    border: 1px solid #E4E5F0;
    border-radius: 4px;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 0 12px;
    margin-bottom: 8px;
}
.list-thongtin > div {
    padding: 0 4px;
    display: flex;
    flex-direction: column;
}
.list-thongtin .ghichu {
    flex: 3;
}
.list-thongtin .xoa {
    flex: 0 0 48px;
    margin-bottom: 8px;
}
.list-thongtin .ghichu input {
    max-width: unset;
}
.list-thongtin input::placeholder {
    font-size: 13px;
    line-height: 20px;
    color: #A7ABC3;
}
.list-thongtin label {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 5px;
}
.list-thongtin:before {
    content: "";
}
.list-thongtin:before {
    content: "";
    width: calc(100% + 32px);
    height: 1px;
    background: #E4E5F0;
    left: -16px;
    bottom: 0;
    position: absolute;
}
.list-thongtin:last-child:before {
    display: none;
}
.list-thongtin .xoa button {
    border: 0;
    padding: 0;
    height: 40px;
    background-color: #0171bd;
    border-radius: 4px;
}
.list-thongtin .xoa button img {
    transition: .3s;
}
.list-thongtin .xoa button:hover img {
    transform: scale(1.2);
}
.list-thongtin:last-child {
    margin: 0;
    padding: 0;
}
.button-taodon {
    text-align: center;
    margin: 0 0 145px;
}
.list-thongtin label span {
    color: red;
}

/* danh sach don hang order*/

.layout-user .banner-content {
    display: none;
}
.sidebar-danhsachdonhang {
    background: #fff;
    border-radius: 8px;
    font-size: 13px;
    line-height: 20px;
    position: sticky;
    top: 20px;
}
.sodu-user {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.sodu-inner {
    display: flex;
    flex-direction: column;
}
.sotiendu {
    display: flex;
    font-size: 12px;
    line-height: 18px;
    color: #667085;
}
.sodu-user .avatar {
    flex: 0 0 32px;
    margin: 0 10px 0 0;
}
.sodu-inner .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
}
.sotiendu img {
    margin: 0 5px 0 0;
}
.sodu-sidebar .sodu-user:before {
    content: "";
    width: 16px;
    height: 17px;
    background: url(../../assets/images/arrow-right.svg);
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar-danhsachdonhang > div {
    padding: 12px 16px;
    border-bottom: 1px solid #e4e5f0;
    display: flex;
    align-items: center;
}
.icon1 {
    width: 26px;
    text-align: center;
    margin: 0 12px 0 0;
}
span.sothongbao {
    min-width: 18px;
    height: 18px;
    background: #FFD121;
    text-align: center;
    border-radius: 50%;
    margin: 0 0 0 7px;
    cursor: pointer;
    border: 1px solid #FFD121;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
span.sothongbao:hover {
    background: #fff;
}
.navtab-dsdonhang button {
    flex: 1;
    font-size: 13px;
    line-height: 20px;
    color: #82869E;
    padding: 9px 1px;
    border: 0 !important;
}
.navtab-dsdonhang button:hover {
    color: #FFD121;
}
.navtab-dsdonhang button.active {
    border-bottom: 2px solid #FFD121 !important;
    font-weight: 500;
}
.donhang-order .row {
    --bs-gutter-x: 16px;
}
.navtab-dsdonhang {
    border-radius: 4px;
    background: #fff;
    margin: 0 0 8px !important;
}
form.timkiemdon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 16px;
    border: 1px solid #E4E5F0;
    border-radius: 4px;
    column-gap: 8px;
    font-size: 13px;
    margin: 0 0 10px;
}
.madonhang {
    position: relative;
}
.madonhang button {
    position: absolute;
    right: 4px;
    border: 0;
    padding: 0;
    top: 4px;
    transition: .3s;
}
.madonhang input {
    border: 1px solid #E4E5F0;
    height: 40px;
    border-radius: 4px;
    padding: 5px 40px 5px 5px;
    width: 100%;
}
.madonhang button:hover {
    transform: scale(1.2);
}
form.timkiemdon input[type="submit"] {
    min-height: 32px;
    max-width: 87px;
    border: 1px solid #ffd121;
    transition: .3s;
    font-weight: 500;
    background: #fff;
    width: 100%;
    border-radius: 4px;
    color: #ffd121;
}
form.timkiemdon input[type="submit"]:hover {
    background: #ffd121;
    color: #fff;
}
form.timkiemdon input[type="date"] {
    flex: 1;
    max-width: 170px;
    width: 100%;
    border: 1px solid #BCBFD6;
    height: 40px;
    border-radius: 4px;
    padding: 5px;
    font-size: 13px;
}
form.timkiemdon .input-group img,
.input-group.date img {
    right: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    pointer-events: none;
}
form.timkiemdon > div {
    max-width: 170px;
    position: relative;
}
.layout-user input[type="checkbox"] {
    margin: 0 7px 0 0;
    color: #ffd121;
    box-shadow: none !important;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    border: 1px solid #BCBFD6;
    border-radius: 2px;
}
.layout-user input[type="checkbox"]:checked {
    background: #ffd121;
    border-color: #ffd121;
}
.layout-user input[type="checkbox"] ~ label:before {
    top: 3px;
    left: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    pointer-events: none;
}
.madonhang input::placeholder {
    color: #A7ABC3;
}
.line-forms .input-group,
.search-filter-form .timkiem-btn button.btn {
    height: 40px;
}
.header-user {
    display: flex;
    align-items: center;
}
.taodon-header .taodon {
    min-width: 114px;
    margin: 0 16px 0 0;
    font-size: 14px;
    color: #434657;
}
.taodon-header img {
    width: 12px;
    height: 12px;
    opacity: 0.8;
}

.layout-user .body-wrapper .container {
    max-width: 1400px !important;
}

#list-sp-table thead {
    font-size: 13px;
    line-height: 20px;
    color: #1B1D29;
    border-bottom: 1px solid #E4E5F0;
}
#list-sp-table tr:not(.child-order) td:nth-child(n+3) {
    text-align: right;
}
#list-sp-table tr.child-order td:nth-child(n+4) {
    text-align: right;
}
#list-sp-table thead td:first-child {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #434657;
}
#list-sp-table td:first-child {
    padding-left: 20px;
}
.tab-dsdonhang #list-sp-table tbody td:first-child {
    min-width: 280px;
}

#list-sp-table tbody td:nth-child(n+3) {
    font-size: 13px;
}

#list-sp-table td:last-child {
    padding-right: 20px;
}
.list-donhang {
    display: flex;
}
.list-donhang .img {
    margin: 0 12px 0 0;
    padding: 4px;
    position: relative;
    border: 1px solid #E4E5F0;
    border-radius: 4px;
}
.list-donhang .img img{
    width: 84px;
    height: 84px;
    object-fit: contain;
}
.img .sl-item {
    position: absolute;
    background: #F3F3F7;
    width: 28px;
    height: 28px;
    bottom: 0;
    right: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #82869E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0px 4px;
}
.list-donhang img {
    border-radius: 4px;
}
.list-donhang .thongso {
    font-size: 12px;
}
.thongso .loaidon {
    color: #1B1D29;
    background: #F8F8FC;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 4px;
    margin: 0 0 8px;
}
.thongso .ma-sp {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #1990FF;
    margin: 0 0 4px;
}
.thongso .ngaygio {
    color: #82869E;
}
.thongso .ngaygio span:first-child:after {
    content: "";
    width: 1px;
    height: 8px;
    background: #E4E5F0;
    display: inline-block;
    margin: 0 3px 0 9px;
}
.phidonggo-table, .phikiemdem-table {
    font-size: 13px;
    line-height: 20px;
    color: #434657;
    position: relative;
}
.phidonggo-table {
    margin: 0 0 10px;
}
.phidonggo-table input[type="checkbox"], .phikiemdem-table input[type="checkbox"] {
    margin: 0px 5px 0 0;
}
#list-sp-table strong {
    font-weight: 700;
    font-size: 15px;
    color: #434657;
    line-height: 24px;
}
#list-sp-table .trangthai {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    background: #30CD60;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.tab-dsdonhang .tab-content {
    margin: 0 0 32px;
}
#list-sp-table tbody td {
    padding-top: 12px;
    padding-bottom: 12px;
    border-right: 1px solid #E4E5F0;
}
.sidebar {
    position: sticky;
    top: 25px;
}
input#file{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.title-big label {
    text-decoration-line: underline;
    font-size: 13px;
    line-height: 20px;
    color: #1990FF;
    cursor: pointer;
    position: relative;
    margin: 0 0 0 15px;
    font-weight: 400;
}
.title-big label:before {
    content: "";
    background: url(../../assets/images/icon-file.svg);
    width: 12px;
    height: 14px;
    position: absolute;
    right: -19px;
    top: 4px;
}
.upload-box {
    border-radius: 8px;
}

/* popup dat coc */

.datcoc-radio {
    display: flex;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #434657;
}
.datcoc-radio .left {
    margin: 0 12px 0 0;
}
.thanhtoan-datcoc {
    padding: 16px;
    border: 1px solid #E4E5F0;
    border-radius: 8px;
}
.datcoc-radio .right {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.datcoc-radio select {
    width: 100%;
    border-color: #E4E5F0;
    border-radius: 4px;
    height: 40px;
    color: #434657;
    padding: 0 5px;
}
.datcoc-radio label {
    margin: 0 0 5px;
}
.datcoc-radio:first-child {
    margin: 0 0 10px;
}
.datcoc-radio input[type="number"],.datcoc-radio input[type="text"] {
    border: 1px solid #E4E5F0;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
}
.datcoc-radio input[type=number]::-webkit-inner-spin-button, 
.datcoc-radio input[type=number]::-webkit-outer-spin-button {  
   display:none;
}
.datcoc-radio:last-child .right:before {
    content: "đ";
    position: absolute;
    right: 10px;
    top: 38px;
    color: #A7ABC3;
}
.datcoc-radio input[type="number"]::placeholder {
    color: #A7ABC3;
}
.modal-datcoc .modal-dialog {
    max-width: 440px;
}
.modal-datcoc .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    border: 0;
    margin: 0;
    column-gap: 12px;
}
.modal-datcoc .modal-footer button {
    flex: 1;
    border: 1px solid #BCBFD6;
    font-weight: 500;
    font-size: 15px;
    transition: .3s;
    min-height: 40px;
    margin: 0;
}
.modal-datcoc .modal-footer button:hover {
    background: #ffd121;
    border-color: #ffd121;
}
.modal-datcoc .modal-footer .btn-datcoc {
    background: #ffd121;
    border-color: #ffd121;
}
.modal-datcoc .modal-footer .btn-datcoc:hover {
    background: #fff;
}
.tong-datcoc {
    font-size: 13px;
    line-height: 20px;
    margin: 30px 0 12px;
}
.tong-datcoc > div {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 0;
}
.tong-datcoc .tenhang {
    color: #82869E;
}
.tong-datcoc .gia {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}
.can-tt .gia {
    color: #F83142;
}
.modal-datcoc .modal-header {
    border: 0;
    padding: 0 0 10px;
}
.modal-datcoc .modal-body {
    padding: 0;
}
.modal-datcoc .modal-content {
    padding: 24px;
}
.userpage input[type*="radio"] {
    width: 14px;
    height: 14px;
    color: #ffd121;
    border-radius: 50%;
    box-shadow: 0 0 0 1px;
    -webkit-appearance: none;
    border: 3px solid #fff;
}
.userpage input[type*="radio"]:checked {
    background: #ffd121;
}


.info.sp-header input {
    max-width: 140px;
    height: 26px;
    margin-left: 5px;
}
.info.sp-header div {
    display: flex;
    justify-content: space-between;
}
.info.sp-header div > * {
    display: inline-flex;
    text-align: right;
}

@media (max-width:1200px) {
    td.chieudai, td.chieurong {
        position: relative;
        padding-right: 24px;
    }
    .list-contact-lienhe {
        padding: 0;
    }
    .tooltipp span {
        left: auto;
        right: -20px;
        transform: none;
    }
    .tooltipp span:before {
        left: auto;
        right: 20px;
        transform: none;
    }
    .layout-user ul.navbar-nav li {
        margin: 0 3px;
    }
    .layout-user ul.navbar-nav {
        margin: 0;
    }
}
@media (max-width: 1024px) {
    .thoigian-dukien {
        margin: 0 0 30px;
    }
    .thoigian-nhanhang ul {
        flex-direction: column;
    }
    .thoigian-nhanhang ul:before {
        content: "";
        height: 85%;
        width: 4px;
        left: 3px;
        top: 47%;
        transform: translateY(-50%);
    }
    .thoigian-nhanhang ul::after {
        content: "";
        height: 0;
        width: 4px;
        left: 3px;
        top: 5%;
    }
    .thoigian-nhanhang ul li {
        padding: 0 0 0 30px;
        width: 100%;
        text-align: left;
        margin: 0 0 40px;    
    }
    .thoigian-nhanhang ul li:before {
        top: 50%;
        position: absolute;
        left: 0;
        transform: translateY(-50%);
    }
    .thoigian-nhanhang ul li.active:last-child:before {
        top: 50%;
        left: -5px;
    }
    .thoigian-nhanhang ul li.active::before{
        top: 50%;
        left: -5px;
    }
    .list-thongtin .ghichu {
        flex: unset;
        width: calc(100% - 48px);
    }
    .list-thongtin > div {
        flex-grow: 1;
        margin: 0 0 5px;
    }
    .list-thongtin {
        flex-wrap: wrap;
    }
    .list-thongtin input {
        max-width: unset;
    }
    .nhapthongtindonhang ul {
        padding: 0 0 0 20px;
        margin: 0 0 25px;
    }
    .layout-user .navbar-toggler {
        border: 1px solid #333;
    }
    .layout-user .navbar-toggler-icon {
        filter: brightness(0) saturate(100%);
    }
    .giohang-muasau, .giohang-table {
        margin: 0 0 16px;
    }
    .snt-sidebar {
        margin: 0 0 16px;
    }
    #list-sp-table .trangthai {
        text-align: center;
        padding: 1px;
        line-height: 1.3;
    }
    .list-donhang {
        align-items: center;
    }
    .phidonggo-table, .phikiemdem-table {
        white-space: nowrap;
        font-size: 12px;
        letter-spacing: -0.5px;
    }
}
@media (max-width: 767px) {
    .page-lienhe {
        padding: 64px 0 0;
    }
    .page-lienhe .page-title {
        font-size: 30px;
    }
    .page-tintuc .row {
        margin: 0 -6px;
    }
    .page-tintuc .row > .col {
        padding: 0 8px;
        margin: 0 0 16px;
    }
    .pagination ul li.last a, .pagination ul li.first a {
        font-size: 0;
    }
    .pagination ul li a {
        padding: 10px;
        min-width: 30px;
    }
    .baogiavanchuyen td, .baogiavanchuyen thead td:not(:first-child) {
        padding: 8px;
    }
    .title-congcu {
        flex-direction: column;
        align-items: flex-start;
    }
    .title-congcu .title {
        margin: 0 0 13px;
    }
    .giohang-inner {
        background: #fff;
        border: 0;
        border-radius: 8px;
        width: 767px;
    }
    .thanhtoan .tiencoc {
        justify-content: center;
    }
    .luu-y-box {
        padding: 16px 16px 16px 35px;
        margin: 0;
    }
    .tab-dsdonhang .tab-content, .tab-dsdonhang > nav {
        width: 767px;
    }
}
@media (max-width: 480px) {
    .page-dichvu .inner-dichvu {
        flex-direction: column;
    }
    .img-dichvu {
        flex: unset;
        margin: 0 0 10px;
        width: 100%;
    }
    .img-dichvu img {
        width: 100%;
    }
    .modal-datcoc .modal-content {
        padding: 15px;
    }
}
#search-result{
    position: absolute;
    background: white;
    top: 52px;
    width: 100%;
    z-index: 2
}
#search-result ul li{
    cursor: pointer;
}
#list-sp-table .order-child{
    border-right: none;
}
#popup-discuss{
    width: 400px;
    border-radius: 8px;
    background: #FCFCFD;
    position: fixed;
    bottom: 90px;
    z-index: 999;
    right: 40px;
    padding: 0;
    /* display: none; */
}
#popup-discuss .welcome .heading-discuss, #popup-discuss .discuss-content .heading-discuss{
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), linear-gradient(0deg, rgba(255, 209, 33, 0.2), rgba(255, 209, 33, 0.2)), url(.jpg);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 20px;
    color: #fff;
    background-image: url(../images/bg-heading-chat-popup.png);
    background-size: cover;
}
#popup-discuss .welcome .heading-discuss .title img{
    margin-right: 10px;
}
#popup-discuss .welcome .start-discuss, #popup-discuss .welcome .hint-discuss {
    background: #fff;
    width: 90%;
    margin: -18px auto 0;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
    border-radius: 8px;
}
#popup-discuss .welcome .start-discuss .title, #popup-discuss .welcome .hint-discuss .title{
    font-weight: bold;
    margin-bottom: 8px;
}
#popup-discuss .welcome .hint-discuss{
    margin-top: 24px;
}
#popup-discuss .discuss-content {
    padding: 10px;
}
#popup-discuss .coppy-right{
    text-align: center;
    margin-top: 32px;
    margin-bottom: 10px;
    font-size: 12px;
}
#icon-chat{
    background: #FFD121;
    z-index: 9999;
    position: fixed;
    bottom:20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.06);
}
#icon-chat.close{
    top: 15px;
    bottom: auto;
    right: 2px;
    position: relative;
    border-radius: 6px;
    height: 38px;
    width: 170px;
    color: #fff;
    display: inline-flex;
    line-height: 37px;
    z-index: 1;
}
#icon-chat .close{
    display: block;
    width: 13px;
    height: 14px;
    margin: 0 auto;
}

#icon-chat.close .close{
    display: none;
}
#icon-chat.close .chat{
    display: block;
    width: 36px;
    margin-right: 5px;
}

#icon-chat.close span.chat {
    width: auto;
}

#icon-chat .chat{
    display: none;
}
#popup-discuss .discuss-content .heading-discuss{
    height: 68px;
}
.discuss-content .body-discuss{
    height: 350px;
    overflow-y: scroll;
}
#popup-discuss .input-discuss textarea{
    margin-right: 8px
}
#popup-discuss .input-discuss button{
    height: 38px;
}
#popup-discuss .input-discuss button img{
    filter: invert(1);
}
#popup-discuss .item-discuss span{
    display: inline-block;
    background: #fff;
    padding: 8px;
    border-radius: 9px;
    box-shadow: 1px 1px 5px 1px #9e9e9e1f;
}
#popup-discuss .item-discuss{
    margin-bottom: 4px;
}
#popup-discuss .item-discuss img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
#popup-discuss .item-discuss.text-left{
    text-align: left;
}
#popup-discuss .item-discuss.text-right{
    text-align: right;
}
#popup-discuss .item-discuss.text-left img{
    margin-right: 8px;
}
#popup-discuss .item-discuss.text-right img{
    margin-left: 8px;
}
.table-v2 tbody td.product .thumb,.giohang-inner tbody td .img{
    position: relative;
}
.giohang-inner tbody td .img {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}
.table-v2 tbody td.product .thumb a img{
    width: 84px;
    height: 84px;
    object-fit: fill;
}
.table-v2 tbody td.product .thumb button,.giohang-inner tbody td .img button{
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 24px;
    padding: 0;
    display: block;
    background: none;
    border: none;
}
.table-v2 tbody td.product .thumb button img, .giohang-inner tbody td .img button img{
    border: none;
    background-color: white;
}