.container-shop {
    padding: 0;
}
.container-shop .container-shop-body {
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap;
}
.container-shop-section {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: var(--background-color);
    box-shadow: 2px 7px 5px var(--box-show);
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    text-decoration: none;
}
.container-shop-open {
    display: flex;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    background: var(--color-theme);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px var(--color-theme);
}
.container-shop-open .section_title {
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 18px;
}
.container-shop-section .section_title {
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 18px;
}
.container-shop-body .container-shop-theme {
    background: var(--background-color);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 7px 10px 0px #0000000d;
    width: calc(40.33% - 10px);
    margin: 3px;
    min-width: 80px;
    transition: box-shadow 0.3s ease-in-out;
}

.container-shop-body .container-shop-theme .container-shop-theme-home {
    width: 100%;
    max-height: 300px;
    position: relative;
    overflow: hidden; 
    border-radius: 6px;
}
.container-shop-body .container-shop-theme .container-shop-theme-footer {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}
.container-shop-body .container-shop-theme .container-shop-theme-footer a {
    color: var(--text-color);
    text-decoration: none;
}
.container-shop-body .container-shop-theme .container-shop-theme-footer .name-shop {
    text-decoration: none;
    font-family: 'Saira Semi Condensed', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}
.container-shop-game {
    width: 45px;
    height: auto;
    border-radius: 10px;
    margin-right: 10px;
}
.note-shop {
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 14px;
    margin: 0px;
    max-width: 300px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.giaban-card-shop-random {
    display: flex;
    padding: 2px 5px;
    background: var(--background-card-shop);
    border-radius: 5px;
    color: var(--text-color);
    box-shadow: inset -3px 2px 5px #18171726;
    font-size: 12px;
    margin-right: 4px;
}
.giaban-card-shop-random .gia-ban {
    margin-left: 5px;
    color: #129d35;;
    font-family: 'Saira Semi Condensed', sans-serif;
}
.image-shop-game {
    width: 100%;
    height: 100%;
    max-height: 100px;
    object-fit: fill;
    transition: transform 0.3s ease;
    border-radius: 6px;
}
.all-shop-theme {
    text-decoration: none;
    font-family: 'Saira Semi Condensed', sans-serif;
    color: var(--text-color);
    margin-left: auto;
}
.all-shop-theme:hover {
    color: var(--color-theme);
}
.all-shop-theme i {
    margin-left: 5px;
}
.container-shop-theme:hover {
    box-shadow: -1px 14px 10px 0px #0000001a;
}
.container-shop-theme:hover .image-shop-game,
.container-shop-theme-home:hover .image-shop-game {
    transform: scale(1.1);
}
.container-shop-theme:hover .name-shop,
.container-shop-theme-home:hover .name-shop {
    color: var(--color-theme);
}
.footer-card-shop-soluong {
    display: flex;
    font-size: 14px;
    align-items: center;
    /* max-width: 100%; */
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
}
.noti-card-shop,
.soluong-conlai {
    font-family: 'Saira Semi Condensed', sans-serif;
}
.noti-card-shop i {
    margin-right: 5px;
}
.soluong-conlai {
    margin-left: 5px;
    color: #ff0000;
}
.swiper_cate-container {
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.swiper_cate-image-chay {
    width: 100%;
    max-width: 400px;
}
.image-swiper_cate {
    width: 100%;
    height: 100%;
    cursor: grab;
    object-fit: fill;
    border-radius: 10px;
}
.swiper_cate-footer {
    display: flex;
    width: 100%;
    font-size: 20px;
    font-family: var(--font-mod);
    align-items: center;
    background: var(--background-color);
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
}
.button-card-buy-shoppe {
    padding: 0;
    background: #0000;
    margin-top: 8px;
    display: flex;
    gap: 10px;
}
.swiper_cate-footer-button .button-buy-all, .button-buy-shopee {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 5px;
    border: 2px solid var(--color-theme);
    background: linear-gradient(to right, var(--color-theme-phu), var(--color-theme));
    transition: background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    color: #fff;
    transition: all linear .3s;
    gap: 5px;
    transform: translateY(0);
}
.swiper_cate-footer-button .button-buy-all:hover, .button-buy-shopee:hover {
    transform: translateY(-2px);
}
.button-card-buy-shoppe .button-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 5px;
    border: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    color: var(--text-color);
    background-color: #0000;
    gap: 5px;
}
.button-card-buy-shoppe .button-buy.selected {
    color: #ff0000;
}

.button-card-buy-shoppe .button-buy.active {
    color: #ff0000;
}
.swiper_cate-footer-button .button-buy-all:hover {
    border: 2px solid var(--color-theme);
    cursor: pointer;
    color: #fff;
}
.name-sanpham-product {
    width: 100%;
    padding: 5px;
    background: var(--color-theme);
    color: #fff;
    margin: 0 5px;
    display: flex;
    font-family: var(--font-mod);
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
}
.note-sanpham-product {
    font-family: var(--font-mod);
    font-size: 15px;
}
.swiper_cate-footer-note {
    display: flex;
    margin: 10px;
    width: 100%;
    max-height: 200px;
    padding: 0 10px;
    overflow-y: auto;
    flex-direction: column;
    height: 100%;
}
#floating-cart {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background-color: #ff5722;
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: bold;
    display: none;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    z-index: 1001;
}

#floating-cart:hover {
    background-color: var(--color-theme);
    transform: scale(1.1);
}

.cart-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}
.cart-item span {
    font-size: 14px;
    font-family: 'Saira Semi Condensed', sans-serif;
}

.cart-item .delet-sanpham {
    background-color: #e11010;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}

button.delet-sanpham:hover {
    background-color: var(--color-theme);
}
.swiper_cate-giaban {
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 100%;
    gap: 5px;
    padding: 0 5px;
    height: 100%;
    background: linear-gradient(to right, var(--color-theme-phu), var(--color-theme));
    color: #fff;
    border-radius: 5px;
    justify-content: center;
    text-shadow: 0 0 5px #ff6600, 0 0 10px #ff3300, 0 0 20px #ff0000;

}
.swiper_cate-footer-button-giaban {
    display: flex;
    align-items: center;
    width: 100%;
}

.swiper_cate-giaban strong {
    color: #ffcc00;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 18px;
}

.swiper_cate-giaban span {
    color:rgb(255, 255, 255);
    text-decoration: line-through;
    font-size: 10px;
    font-family: 'Saira Semi Condensed', sans-serif;
}
@keyframes fire {
    0% {
        text-shadow: 0 0 5px #ff6600, 0 0 10px #ff3300, 0 0 20px #ff0000;
    }
    50% {
        text-shadow: 0 0 10px #ff3300, 0 0 20px #ff0000, 0 0 30px #cc0000;
    }
    100% {
        text-shadow: 0 0 5px #ff6600, 0 0 10px #ff3300, 0 0 20px #ff0000;
    }
}

.item-shoppe-mod .view-sanpham-meta p .label-text {
    font-size: 14px;
    padding: 2px 8px;
    line-height: 13px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    font-family: var(--font-mod);
    text-transform: uppercase;
}

.item-shoppe-mod .view-sanpham-meta p strong {
    margin-left: 5px;
}

.item-shoppe-mod .view-sanpham-meta p .label-text.feat {
    background-color: #38874f;
}

.item-shoppe-mod .view-sanpham-meta p .label-text.order {
    background-color: #3c3381;
}

.all-card-a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-card-a a {
    padding: 8px 18px;
    background: var(--background-color);
    color: var(--text-color);
    border-radius: 10px;
    font-size: 13px;
    border: 2px solid var(--color-theme);
    transition: all linear .3s;
}

.all-card-a a:hover {
    background: var(--color-theme);
    border: 2px solid var(--color-theme);
    color: #fff;
}

.name-sanpham-product {
    font-weight: bold;
    color: #ffcc00;
    text-transform: uppercase;
    text-shadow: 0 0 5px #ff6600, 0 0 10px #ff3300, 0 0 20px #ff0000;
    animation: fire 1.5s infinite alternate;
}

.note-tick-footer {
    display: flex;
    align-items: center;
    gap: 5px;
}

#tick-note-shopee {
    font-size: 14px;
    color: #137e44;
}
.swiper_cate-footer-button {
    display: flex;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    margin-top: auto;
    width: 100%;
    gap: 8px;
}

.container-shop-type {
    display: flex;
    padding: 5px;
    width: 100%;
    background: var(--background-color);
    box-shadow: 0 0 5px #0000003d;
    margin-top: 50px;
    border-radius: 10px;
    
}
.shoppe_buy_shoppe_buy {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0); 
    background-color: var(--dialog-color, #ffffff);
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 90%;
    max-width: 600px;
    overflow: hidden;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    overflow-y: auto;
    max-height: 80vh;
}
#toggleIcon1, #toggleIcon2 {
    cursor: pointer;
}
.shoppe_buy_shoppe_buy.closed {
    height: 60px;
    opacity: 0.8;
}

.shoppe_buy_shoppe_buy.open {
    transform: translate(-50%, -50%) scaleY(1);
    height: auto;
    opacity: 1;
}

.id-overlay {
    position: absolute;
    /* top: 0px; */
    right: 0;
    bottom: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    background: rgb(124 68 248);
    color: white;
    padding: 3px 10px;
    border-radius: 360px;
    font-weight: bold;
    font-size: 12px;
}
.id-overlay.hethang {
    background: rgb(255, 0, 0);
}
.id-overlay.conhang {
    background: rgb(0, 184, 49);
}
.id-overlay span {
    margin-left: 5px;
}
.container-shop-theme-home {
    position: relative;
}

.shoppe_buy-theme-header {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: var(--header-bg-color);
    border-bottom: 1px solid #ddd;
    position: sticky;
    z-index: 1;
}

.shoppe_buy-theme-header-a1 {
    display: flex;
    align-items: center;
}

.shoppe_buy-theme-header-a1 #the-a1 {
    padding: 0;
    margin: 0;
    margin-left: 3px;
    font-size: 15px;
    color:  var(--color-theme);
    cursor: pointer;
}

.shoppe_buy-theme-header-a1 #the-a2 {
    padding: 0;
    margin: 0;
    margin-left: 3px;
    font-size: 13px;
    color: var(--text-color, #333);
    cursor: pointer;
}

.shoppe_buy-theme-header-a1 #the-a0 {
    font-size: 13px;
    margin: 0 0 0 3px;
}

.shoppe_buy_shoppe_buy .close_mods {
    width: 30px;
    height: 30px;
    background-color: #ff4d4d;
    color: #fff;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    font-size: 14px;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.shoppe_buy_shoppe_buy .close_mods:hover {
    background-color: #e63939;
    transform: rotate(180deg);
}

.shoppe_buy-theme-body {
    padding: 15px;
    gap: 6px;
}
.shoppe_buy-theme-footer {
    padding: 10px 15px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.checkbox-label {
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.checkbox-label #checkboxtext {
    font-size: 13px;
    margin-left: 4px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -55%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
.shoppe_buy-theme-body {
    padding: 15px;
}
.shoppe_buy-theme-body {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(1);
    opacity: 1;
    max-height: 400px;
    overflow-y: auto;
}

.shoppe_buy-theme-body.closing {
    transform: scale(0.8);
    opacity: 0;
}

.shoppe_buy-theme-body.opening {
    transform: scale(1.1);
    opacity: 1;
}

#theme-shoppe_buy-as2 {
    display: none;
}
.shoppe_buy-theme-input {
    display: flex;
    align-items: center;
    background-color: var(--in-bg-color);
    border-radius: 7px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.48);
    margin: 9px 0px;
}
.shoppe_buy-theme-icon i {
    font-size: 15px;
}
.shoppe_buy-theme-icon {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    background:  var(--color-theme);
    color: #ffff;
    border-radius: 7px 0 0 7px;
    width: 45px;
}
.shoppe_buy-theme-input-a {
    display: flex;
    flex-grow: 1;
}
.shoppe_buy-theme-button {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    background:  var(--color-theme);
    color: #ffff;
    border-radius: 0 7px 7px 0;
    width: 45px;
}
#shoppe_buy-avatar-user {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    border: 1px dashed var(--text-color);
    padding: 3px;
}
.shoppe_buy-theme-user {
    display: flex;
    gap: 5px;
}
.username-shoppe_buy-a-tvn {
    font-size: 22px;
    color: var(--text-color);
    font-weight: bold;
}
.balance-shoppe_buy-a-tvn {
    color: #beffc8;
    font-weight: bold;
    font-size: 17px;
    text-shadow: 1px 1px 0 #268308, 1px 2px 0 #000000, 1px 1px 6px #05c225, 1px 1px 9px #06a635;
}
.vaitro-theme-tvn {
    padding-top: 4px;
    display: flex;
    GAP: 5PX;
}
.admin-shoppe_buy-a-tvn, .ctv-shoppe_buy-a-tvn, .thanhvien-shoppe_buy-a-tvn {
    font-size: 10px;
    position: relative;
    padding: 2px 9px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
    background: linear-gradient(45deg, #ff5722, #ff9800);
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(255, 87, 34, 0.7), 0 0 40px rgba(255, 152, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    animation: hotColorChange 3s linear infinite;
}
.ctv-shoppe_buy-a-tvn {
    background: linear-gradient(45deg, #7222ff, #1f3050);
    box-shadow: 0 0 5px rgb(15 40 165 / 70%), 0 0 40px rgb(10 106 154 / 50%);
}
.thanhvien-shoppe_buy-a-tvn {
    background: linear-gradient(45deg, #48ff22, #0ac350);
    box-shadow: 0 0 5px rgb(15 165 109 / 70%), 0 0 40px rgb(23 177 49 / 50%);
}
.shoppe_buy-theme-input {
    display: flex;
    align-items: center;
    background-color: var(--in-bg-color);
    border-radius: 7px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.48);
    margin: 9px 0px;
}
input[type="text"], input[type="email"], input[type="password"] {
    border: none;
    width: 100%;
    padding: 14px 7px;
    background: #0000;
    color: var(--text-color);
}
input[type="text"], input[type="email"], input[type="password"]:focus {
    outline: none;
}
.shoppe_buy-theme-icon i {
    font-size: 15px;
}
.shoppe_buy-theme-icon {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    background:  var(--color-theme);
    color: #ffff;
    border-radius: 7px 0 0 7px;
    width: 45px;
}
.shoppe_buy-theme-input-a {
    display: flex;
    flex-grow: 1;
}
.shoppe_buy-theme-button {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    background:  var(--color-theme);
    color: #ffff;
    border-radius: 0 7px 7px 0;
    width: 45px;
}

.liner-theme-shoppe_buy-tvn {
    display: flex;
    align-items: center;
}
.shoppe_buy-ghichu-noidung-thongtin {
    display: flex;
    gap: 5px;
    align-items: center;
    color: var(--text-color);
    margin-left: 5px;
    padding: 5px 0;
}
.shoppe_buy-ghichu-noidung-thongtin .shoppe_buy-ghichu {
    font-family: 'Saira Semi Condensed', sans-serif;
}
#mode_selector {
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    background: var(--background-mode);
    border-radius: 5px;
    color: var(--text-color);
}
#mode_selector:focus {
    outline: none;
}
#mode_selector option {
    border: none;
    outline: none;
}
.shoppe_buy-theme-body .table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--background-table-tbody);
    color: var(---text-color);
    font-family: Arial, sans-serif;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
}

.shoppe_buy-theme-body .table thead {
    background-color: var(--background-table-thead);
}

.shoppe_buy-theme-body .table th,
.shoppe_buy-theme-body .table td {
    padding: 5px;
    border: 1px solid var(--background-table-th);
    font-family: var(--font-mod);
    font-size: 14px;
}

.shoppe_buy-theme-body .table th {
    font-family: var(--font-mod);
    text-align: left;
    font-size: 13px;
}

.shoppe_buy-theme-body .table tbody tr:nth-child(even) {
    background-color: var(--background-table-tr);
}

.text-center {
    text-align: center;
}
.shoppe_buy-theme-body .table-body {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}
.tr-body-thaotac-type {
    display: flex;
    gap: 8px;
    align-items: center;
}
.tr-body-thaotac-type button {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 5px 8px;
    cursor: pointer;
}
.tr-body-thaotac-type button p {
    font-family: var(--font-mod);
}
.tr-body-thaotac-type .shoppe {
    border: none;
    background: #0c9344;
    color: #fff;
    border-radius: 3px;
}
.tr-body-thaotac-type .delet {
    border: none;
    background:rgb(222 17 17);
    color: #fff;
    border-radius: 3px;
}
.tr-body-thaotac-type .delet-all {
    border: none;
    background:rgb(22 25 97);
    color: #fff;
    border-radius: 3px;
}
.shoppe_buy-theme-body .table::-webkit-scrollbar {
    width: 8px;
}

.shoppe_buy-theme-body .table::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.shoppe_buy-theme-body .table::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.shoppe_buy-theme-body .table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.payment-framework-dialog {
    position: fixed;
    visibility: hidden;
    top: -2%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
    z-index: 1001;
    transition: all linear .2s;
    max-height: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
}

.payment-framework-dialog.open {
    top: 5%;
    opacity: 1;
    visibility: visible;
}

.payment-framework-dialog-content-header .close-btn-paymet {
	color: var(--text-color);
	border: none;
	padding: 10px;
	background: var(--background-card-framework);
	box-shadow: 0 0 2px rgba(0, 0, 0, .33);
	display: flex;
	align-items: center;
	font-size: 18px;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	line-height: 35px;
	cursor: pointer;
	transition: transform .3s ease;
}
.payment-framework-dialog-content-header .close-btn-paymet:hover {
	background: var(--color-theme);
	color: #fff;
	transform: rotate(180deg);
}
@media (min-width: 600px) {
	.payment-framework-dialog-content-header .close-btn-paymet {
		/*position: absolute;*/
		margin-right: auto;
		right: -20px;
		top: -4px;
		box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
	}
}

.payment-framework-dialog-content-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.payment-framework-dialog-content-home {
    background: var(--background-card-framework);
    color: var(--text-color);
    text-align: center;
    padding: 15px;
    display: flex;
    flex-direction: row;
    transition: bottom .3s ease-in-out, right .3s ease-in-out;
    border-radius: 8px;
    height: 100%;
}

h2 {
    margin-top: 0;
    font-size: 24px;
}
.payment-framework-dialog-content-home-a.trang0 {
    flex-direction: column;
    width: 100%;
    background: #0000;
    padding: 10px;
    gap: 8px;
    display: none;
}
.payment-framework-dialog-content-home-a.trang1 {
    flex-direction: column;
    width: 100%;
    background: #0000;
    padding: 10px;
    gap: 8px;
}
.payment-framework-dialog-content-home-a.trang2 {
    width: 100%;
    flex-direction: column;
    gap: 8px;
}
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-name {
    display: flex;
}
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-name .name-sanpham-payment-framework {
    font-family: var(--font-mod);
    font-size: 22px;
    text-transform: uppercase;
    text-align: start;
}
.button-card-buy-shoppe.true {
    opacity: 1;
}
.button-card-buy-shoppe.false {
    opacity: 0.5;
}
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-meta {
    display: flex;
}
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-meta p .label-text.feat,
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-meta p .label-text.order {
    font-size: 14px;
    padding: 2px 8px;
    line-height: 13px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    font-family: var(--font-mod);
    text-transform: uppercase;
}
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-meta p .label-text.feat strong,
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-meta p .label-text.order strong {
    font-family: var(--font-mod);
    margin-left: 5px;
}
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-meta p .label-text.feat {
    background: #235a81;
}
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-meta p .label-text.order {
    background: #9c1212;
}
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-price {
    display: flex;
    padding: 10px 0;
    gap: 8px;
}
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-price span,
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-price strong {
    font-family: var(--font-mod);
    font-size: 20px;
}
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-price span {
    text-decoration: line-through;
    color:rgb(255, 0, 0);
}
.payment-framework-dialog-content-home-a.trang1 .view-sanpham-price strong {
    color:rgb(255 235 0);
    text-shadow: 0 0 5px #ff6600, 0 0 10px #ff3300, 0 0 20px #ff0000;
}
.payment-framework-dialog-content-home-a.trang1 .note-sanpham-payment-framework {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.payment-framework-dialog-content-home-a.trang2  .table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--background-table-tbody);
    color: var(---text-color);
    font-family: Arial, sans-serif;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
}

.payment-framework-dialog-content-home-a.trang2  .table thead {
    background-color: var(--background-table-thead);
}

.payment-framework-dialog-content-home-a.trang2  .table th,
.payment-framework-dialog-content-home-a.trang2  .table td {
    padding: 5px;
    border: 1px solid var(--background-table-th);
    font-family: var(--font-mod);
    font-size: 14px;
}

.payment-framework-dialog-content-home-a.trang2  .table th {
    font-family: var(--font-mod);
    text-align: left;
    font-size: 14px;
    text-align: center;
}

.text-center {
    text-align: center;
}
.payment-framework-dialog-content-home-a.trang2  .table-body {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

#payment-trang0 {
    align-content: center;
    align-items: center;
}

.payment-framework-dialog-content-home-a.off {
    display: none;
}
.payment-framework-dialog-content-home-a.on {
    display: flex;
}

.tr-body-thaotac-type {
    display: flex;
    gap: 8px;
    align-items: center;
}
.tr-body-thaotac-type button {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 5px 8px;
    cursor: pointer;
}
.tr-body-thaotac-type button p {
    font-family: var(--font-mod);
}
.tr-body-thaotac-type .shoppe {
    border: none;
    background: #0c9344;
    color: #fff;
    border-radius: 3px;
}
.tr-body-thaotac-type .delet {
    border: none;
    background:rgb(222 17 17);
    color: #fff;
    border-radius: 3px;
}
.tr-body-thaotac-type .delet-all {
    border: none;
    background:rgb(22 25 97);
    color: #fff;
    border-radius: 3px;
}
.thongtin-sanpham-thanhtien p,
.thongtin-sanpham-chieckhau p,
.thongtin-sanpham-soluong-mua p,
.thongtin-sanpham-sodu-user p,
.thongtin-sanpham-magiamgia p {
    font-family: var(--font-mod);
}
.thongtin-sanpham-sodu-user .sodu-user {
    color: #c7e4cf;
    font-weight: bold;
    font-size: 17px;
    text-shadow: 1px 1px 0 #268308, 1px 1px 0 #000000, 1px 1px 6px #05c225, 1px 1px 9px #06a635;
    font-family: var(--font-mod);
}
.thongtin-sanpham-thanhtien .tongthanhtoan-tien {
    color: #ff0000;
    font-weight: bold;
    font-size: 17px;
    font-family: var(--font-mod);
}
.thongtin-sanpham-chieckhau .chieckhau-tien {
    color: #1f17d6;
    font-weight: bold;
    font-size: 17px;
    font-family: var(--font-mod);
}
.thongtin-sanpham-thanhtien,
.thongtin-sanpham-chieckhau,
.thongtin-sanpham-sodu-user,
.thongtin-sanpham-soluong-mua,
.thongtin-sanpham-magiamgia {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.note-sanpham-payment-framework-p {
    font-family: var(--font-mod);
    text-align: start;
}
#soluong_sanpham {
    border: none;
    font-size: 20px;
    margin: 0px 5px;
    padding: 6px 0px;
    border-radius: 6px;
    text-align: center;
    color: #ffffff;
    width: 90px;
    background: #323232;
    font-family: var(--font-mod);
}
#magiamgia_sanpham {
    transition: all linear .3s;
    background: var(--background-card-framework);
    border-radius: 8px;
    font-family: var(--font-mod);
    padding: 8px;
    margin-left: 5px;
    border: 2px solid var(--color-border);
}
#magiamgia_sanpham:focus {
    border: 2px solid var(--color-theme);
}
.minus-soluong-shoppe, .plus-soluong-shoppe {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    transition: all linear .3s;
    cursor: pointer;
}
.minus-soluong-shoppe:hover, .plus-soluong-shoppe:hover {
    background-color: var(--color-theme);
    color: #fff;
}
.view-soluong-sanpham p {
    display: flex;
    align-items: center;
}
.buy-shopppe-framework {
    border: none;
    padding: 8px 5px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 8px;
    border-radius: 6px;
    color: #ffff;
    transition: all linear .2s;
    background: #ffffff linear-gradient(181deg, var(--color-theme) 0, var(--color-theme-phu) 100%) !important;
    transform: translateY(0);
}
.buy-shopppe-framework:hover {
    transform: translateY(-3px);
}
.buy-shopppe-framework strong {
    font-family: var(--font-mod);
}

/* */

.typelogin {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.typelogin img {
    width: 15px;
    height: 15px;
    border-radius: 5px;
}

.typelogin-text {
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 3px;
}

.typelogin-text strong {
    font-size: 13px;
    text-transform: uppercase;
}


.garena {
    background: #000000;
    color: #fff;
}

.roblox {
    background: #0c0c0c;
    color: #fff;
}

.facebook {
    background: #2781e0;
    color: #fff;
}

.vk {
    background: #0078ff;
    color: #fff;
}

.tiktok {
    background: #1b0c1b;
    color: #fff;
}

.google {
    background: #000000;
    color: #fff;
}

.twitter {
    background: #4c9ad0;
    color: #fff;
}

.container-shop-body.swiper-contion {
    margin-top: 20px;
    justify-content: center;
    background: var(--background-color);
    box-shadow: -3px 13px 9px #00000030;
    border-radius: 10px;
    padding: 10px;
    gap: 5px;
}

/* */

.footer-body-item-shop {
	width: 100%;
}

.item-shop-noti-s {
	display: flex;
	gap: 3px;
	align-items: center;
	padding: 0px;
}

.item-title-shop {
	font-size: 15px;
	color: var(--text-color);
}

.item-title-shop.nho {
	font-size: 14px;
    
}

.item-title-shop.lon {
	font-size: 16px;
    font-weight: bold;
}

.item-title-shop.do {
	color: #ff0000;
}

.item-title-shop.xanhla {
	color: #23b074
}

.item-title-shop.xam {
	color: #484d4ba3;
}

/* */

@media (max-width:740px) {   
.payment-framework-dialog-content-home {
    flex-direction: column;
}
}

@media (max-width:400px) {
    .swiper_cate-footer-button {
        display: flex;
        padding: 10px;
        border-radius: 0 0 10px 10px;
        margin-top: auto;
        width: 100%;
        gap: 8px;
        flex-direction: column;
    }
    .swiper_cate-giaban {
        padding: 5px 5px;
    }
}
@media (min-width:800px) {
.swiper_cate-container {
    flex-direction: row;
    gap: 10px;
}
.swiper_cate-footer {
    display: flex;
    width: 50%;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}
}

@media (max-width: 500px) {
.container-shop-body .container-shop-theme {
    width: calc(50% - 10px);
}
}

@media (max-width: 350px) {
.container-shop-body .container-shop-theme {
    width: calc(100% - 10px);
}
}

@media (min-width:992px) {
.container-shop-body .container-shop-theme {
    width: calc(30% - 10px);
}
}

@media (min-width:1200px) {
.container-shop-body .container-shop-theme {
    width: calc(20% - 10px);
}
}