@font-face {
    font-display: swap;
    font-family: "TikTokDisplay";
    src: url(../fonts/TikTokDisplay-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "TikTokDisplay";
    src: url(../fonts/TikTokDisplay-Medium.otf) format("opentype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "TikTokDisplay";
    src: url(../fonts/TikTokDisplay-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "TikTokText";
    src: url(../fonts/TikTokText-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "TikTokText";
    src: url(../fonts/TikTokText-Medium.otf) format("opentype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "TikTokText";
    src: url(../fonts/TikTokText-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal
}
body.framed, body.framed header, body.framed .header-wrapper, body.boxed, body.boxed header, body.boxed .header-wrapper, body.boxed .is-sticky-section {
    max-width: 500px !important;
}
body {
    background-color: #f5f5f5;
    font-family: "TikTokText",sans-serif !important;
}

h1,h2,h3,h4,h5,h6,.nav-tabs .nav-link,.price-current,.buy-now-btn,.shop-name {
    font-family: "TikTokDisplay",sans-serif !important;
}
#header .header-wrapper {
    padding: 1rem !important;
    margin-bottom: .5rem !important;
    background-color: #fff;
}
.flex-1 {
    flex: 1;
}

.flex-column {
    flex-flow: column;
}

#header .header-wrapper .flex-2 {
    gap: .5rem !important;
}

#header .header-wrapper button.btn {
    text-transform: initial;
    min-width: max-content;
    margin: 0;
    font-weight: 400 !important;
    min-width: 76px;
}

#header .header-wrapper button.btn.btn-danger.btn-sm.border {
    padding: 4px 8px;
    border: 1px solid rgb(222, 226, 230);
    line-height: 18px;
    background-color: rgb(255, 45, 85);
    color: #fff;
}

#header .header-wrapper button.btn.btn-light.border {
    padding: 6px 12px;
    border: 1px solid #dee2e6;
    background-color: rgb(248, 249, 250);
    line-height: 18px;
}
#header .header-wrapper .flex-1 a {
    width: 50px;
    height: 50px;
    margin-right: .5rem !important;
    display: flex;
    align-items: center;
}

img.header_logo.header-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

span.shop-name {
    font-weight: 700;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    margin-right: 5px;
}

#header .header-wrapper span.text-success {
    background-color: #d1e7dd !important;
    margin-right: .25rem !important;
    color: #198754 !important;
}
.wrap_shop {
    padding: 1rem !important;
    margin-bottom: .5rem !important;
    background: #fff;
}

button.btn.btn-sm {
    margin: 0;
    border: none;
    border-radius: 4px;
    padding: 5px 15px;
}

button {
    line-height: 18px !important;
    text-transform: inherit !important;
    font-weight: 400 !important;
}
.tab_product {
    background: #fff;
}

.tab_product ul.nav {
    border-bottom: 1px solid #dee2e6;
}

.tab_product ul.nav li a {
    border: none;
    width: 100%;
    justify-content: center;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    line-height: 18px;
    border-bottom: 2px solid transparent;
}

.tab_product ul.nav li {
    margin: 0;
    width: 50%;
}

.tab_product ul.nav li.active a {
    color: #000;
    border-bottom: 2px solid #000;
    background-color: #fff0;
}
.tab_product .tab-panels {
    padding: 15px;
    background-color: #fff;
}

.filter-buttons {
    display: flex;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    overflow-x: auto;
    white-space: nowrap;
}

.filter-buttons a.filter-button {
    border: none;
    background-color: #fff0;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    position: relative;
    margin-right: 10px;
    margin-top: 0;
}
.filter-buttons>.filter-button:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #ccc;
    transform: translateY(-50%);
}
.filter-buttons>.filter-button:not(:first-child) {
    padding-left: 10px;
}
.container-fluid {
    padding: .5rem !important;
}

.container-fluid ul.products {
    margin: 0;
}

.container-fluid ul.products a {
    margin-bottom: 1rem !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    display: block;
}

.container-fluid ul.products .col4 {
    min-width: calc(100% / 3);
    width: calc(100% / 3);
}
.p-2 {
    padding: .5rem !important;
}

.text-ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

h6.card-title {
    line-height: 1.2;
    text-transform: inherit;
    font-weight: 500 !important;
}
.btn-ship-c {
    font-size: 10px;
    border-radius: 4px;
    padding: 4px 6px;
}
.bg-success-subtle {
    background-color: #d1e7dd !important;
}
.text-success {
    color: #198754 !important;
}
.me-1 {
    margin-right: .25rem !important;
}
.text-danger {
    color: #dc3545 !important;
}
.card-body span.badge {
    min-width: max-content;
    height: inherit;
    font-weight: 700;
}

.bg-danger-subtle {
    background-color: #f8d7da !important;
}
.text-warning {
    color: #ffc107 !important;
}
.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}
.list-group.list-group-flush {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.list-group a.list-group-item {
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.list-group a.list-group-item img {
    margin-right: 1rem !important;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
}

.list-group a.list-group-item h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.list-group a.list-group-item .count {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    line-height: 20px;
}

.list-group a.list-group-item:hover {
    background: #e4e4e4cc;
}
a.filter-button.active {
    color: #000;
    position: relative;
    font-weight: 500;
}
.card-body p.price {
    margin: 0;
    display: flex;
    flex-flow: column;
}

.card-body p.price span.sale-price * {
    color: #dc3545 !important;
    font-size: 16px;
    line-height: 24px;
}

.card-body p.price span.regular-price {
    color: #6c757d !important;
    font-size: 12px;
    font-weight: 400 !important;
}

.card-body p.price span.regular-price * {
    color: #6c757d !important;
    font-weight: 400;
}

.card-body .btn-shop-add {
    font-size: 12px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.card-body .btn-shop-add span:first-child {
    font-size: 12px;
    background-color: #ffe6eb;
    color: #ff2d55;
    border: none;
    border-radius: 4px 0 0 4px;
    padding: 6px 10px;
    margin-right: 0;
    display: inline-flex;
    height: 32px;
    align-items: center;
}

.card-body .btn-shop-add span:last-child {
    font-size: 12px;
    background-color: #ff2d55;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 6px 10px;
    width: 55px;
    display: inline-flex;
    height: 32px;
}

.container-fluid ul.products .col8 {
    flex: 1;
}

.card-body .btn-shop-add:hover span:first-child {
    background: #20c997;
    color: #fff;
}
.voucher-btn.claimed {
    background-color: rgb(255, 45, 85) !important;
}
.shop-container {
    background: #fff;
}

.seeding-products {
    background-color: #fff;
    padding: 8px 5px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.seeding-products .product-views {
    justify-content: center;
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
    font-weight: 500;
}

.gap-1 {
    gap: .25rem !important;
}

.product-views i {
    margin-right: 6px;
}

.number-shake {
    color: #ff4d4f;
    font-size: 18px;
    font-weight: 700;
    animation: shake-bounce 1.6s ease-in-out infinite;
    display: inline-block;
    transform-origin: center;
}
@keyframes shake-bounce {
    0%,100% {
        transform: translateY(0) scale(1)
    }

    25% {
        transform: translateY(-8px) rotate(-4deg) scale(1.1)
    }

    50% {
        transform: translateY(2px) rotate(0deg) scale(1.05)
    }

    75% {
        transform: translateY(-8px) rotate(4deg) scale(1.1)
    }

    95% {
        transform: translateY(-2px) rotate(1deg) scale(1.01)
    }
}
.limited-stock {
    display: flex
;
    align-items: center;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 6px;
    justify-content: center;
}
.remaining-count {
    margin: 0 3px;
}
.limited-stock-header {
    padding: 5px 10px;
    border-radius: 20px;
    background: #ff4d4f;
    color: #fff;
}

.gap-2 {
    gap: .5rem !important;
}
.progress-container {
    width: 100%;
    height: 8px;
    background-color: #ffd6d6;
    border-radius: 4px;
    margin-top: 6px;
    overflow: hidden;
}
.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ff4d4f, #ff7875);
    border-radius: 4px;
}
.product-header {
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.absolute.bottom.left.right {
    display: none;
}

.absolute.left.right {
    display: none;
}
.flash-sale-box {
    background: linear-gradient(to right, #ff1a75, #ff6a3c);
    color: #fff;
    padding: 8px 12px;
    z-index: 10;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.flash-sale-box .flash-sale-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flash-sale-price {
    flex: 1;
}

.flash-sale-price .current-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.flash-sale-price .current-price * {
    color: #fff;
}

.flash-sale-price .original-price {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.2;
    margin-top: 2px;
}

.flash-sale-price .original-price span.woocommerce-Price-amount.amount {
    color: #fff;
    font-weight: 400;
    text-decoration: line-through;
}
.flash-sale-timer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 120px
}

.flash-sale-label {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px
}

.flash-sale-label i {
    margin-right: 4px
}

.countdown {
    font-size: 12px;
    margin-top: 2px
}
i.fa-solid.fa-bolt-lightning {
    animation: lightning-flash 1s ease-in-out infinite;
    display: inline-block;
    color: gold
}
@keyframes lightning-flash {
    0% {
        transform: scale(1) rotate(0deg)
    }

    25% {
        transform: scale(1.6) rotate(-15deg)
    }

    50% {
        transform: scale(1) rotate(0deg)
    }

    75% {
        transform: scale(1.6) rotate(15deg)
    }

    100% {
        transform: scale(1) rotate(0deg)
    }
}
.ms-2 {
    margin-left: .5rem!important
}
.mt-2 {
    margin-top: .5rem!important;
}

.product_info span.price-current .woocommerce-Price-amount {
    color: #ff2d55;
    font-size: 24px;
    font-weight: 700;
}

span.price-original .woocommerce-Price-amount {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.discount-badge {
    background-color: #ff2d55;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 600;
}
.title-product-main {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 500;
}

.title-product-main span.mall-badge {
    background-color: #111;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    border-left: 2px solid #0dcaf0;
    border-right: 2px solid #ff2d55;
    transform: translateY(-3px);
    display: inline-flex
;
}
.product_info .rating-stars {
    color: #ffce3d;
    font-size: 14px;
}
.text-dark {
    color: #212529 !important;
}
.ms-1 {
    margin-left: .25rem !important;
}
.sold-count {
    color: #666;
    font-size: 14px;
}
.text-success {
    --bs-text-opacity: 1;
    color: #198754 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.freeship-badge {
    background-color: #00bfa5;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px
}

.promotion-badge {
    background-color: #ff9500;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block
}
.bottom-bar {
    max-width: 500px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 8px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 10px rgb(0 0 0 / .1);
    z-index: 999;
    border-top: 1px solid #eee
}

.bottom-bar .bottom-bar-btn {
    flex: 0 0 auto;
    text-align: center;
    font-size: 11px;
    color: #000;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom-bar-icon {
    font-size: 20px;
    margin-bottom: 2px
}

.buy-now-btn {
    background-color: #ff2d55;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 0;
    font-weight: 700;
    flex: 1;
    text-align: center;
    line-height: 1.2 !important;
    font-size: 13px;
    margin: 0 !important;
}

.freeship-text {
    font-size: 11px;
    font-weight: 400;
    opacity: .8
}

.add-cart-btn {
    background-color: #efefef;
    color: #333;
    border: none;
    border-radius: 4px;
    padding: 8px 0;
    font-weight: 400;
    flex: 1;
    margin-right: 8px;
    text-align: center;
    line-height: 1.2 !important;
    font-size: 13px;
    margin-bottom: 0 !important;
}
ul#productTabs {
    background-color: #fff;
    position: sticky;
    z-index: 100;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    top: 57px;
}

ul#productTabs li {
    flex: 1;
    display: flex;
    justify-content: center;
}

ul#productTabs li .nav-link {
    color: #666;
    border: none;
    padding: 15px 0;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
}

ul#productTabs li .nav-link.active {
    color: #000;
    border-bottom: 2px solid #000;
    background-color: #fff0;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
ul#productTabs {
    background-color: #fff;
    position: sticky;
    z-index: 100;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    top: 57px;
}

ul#productTabs li {
    flex: 1;
    display: flex;
    justify-content: center;
}

ul#productTabs li .nav-link {
    color: #666;
    border: none;
    padding: 15px 0;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
}

ul#productTabs li .nav-link.active {
    color: #000;
    border-bottom: 2px solid #000;
    background-color: #fff0;
}

div#productTabsContent {
    padding: 15px;
    background-color: #fff;
}

.tab-section {
    padding: 20px 0;
    background-color: #fff;
    border-radius: 8px;
}

.shop-info {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 10px;
}

.shop-info img.header_logo.header-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.flex-grow-1 {
    flex-grow: 1!important;
}

.shop-info .shop-name {
    font-weight: 700;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-info  .mall-badge {
    background-color: #111;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    border-left: 2px solid #0dcaf0;
    border-right: 2px solid #ff2d55;
    height: initial;
    
}

.shop-rating {
    padding: 0 5px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    background: #e0f1e9!important;
    border: 1px solid #e5e5e5;
    line-height: 1;
    gap: 3px;
}
a.shop-follow-btn {
    background-color: #fff;
    color: #434343;
    border: 1px solid #c7c7c7d1;
    border-radius: 4px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
}

.shop-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    align-items: start;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.shop-stat-item {
    text-align: center;
    font-size: 12px;
    flex: 1;
}

.shop-stat-value {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.shop-stat-label {
    color: #999;
}

.shop-stat-divider {
    width: 1px;
    height: 30px;
    background-color: #e5e5e5;
    margin: 0 5px;
}
.justify-content-between {
    justify-content: space-between !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}
.uppercase, h6, span.widget-title, th {
    text-transform: inherit !important;
}
.text-decoration-none {
    text-decoration: none !important;
}

.text-secondary {
    color: #6c757d !important;
}
.small, small {
    font-size: .875em;
}

.more-products a {
    min-width: fit-content;
}
.overflow-auto {
    overflow: auto !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.tab-pane-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}
.entry-content.single-page img {
    width: 100%;
    margin: 0;
}
.seeding-products.sticky .product-views {
    display: none !important;
}
/* popup */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.fade {
    transition: opacity .15s linear;
}

div#addToCartModal {
    font-size: 15px;
}

.fade:not(.show) {
    opacity: 0;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}
#addToCartModal .modal-content {
    border-radius: 10px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
}
.modal.show .modal-dialog {
    transform: none;
}

.modal-backdrop.fade {
    opacity: 0;
    visibility: hidden;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.show {
    opacity: 0.5;
    visibility: visible;
}
.modal-dialog {
    display: flex;
    background: transparent;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    align-items: center;
}
.position-relative {
    position: relative !important;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.btn-close-form {
    position: absolute;
    top: -5px;
    right: 10px;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: #fff0 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: 0.5;
}
.ps-2 {
    padding-left: .5rem !important;
}
#addToCartModal .modal-title {
    font-size: 15px;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.text-primary {
    color: #6f42c1 !important;
}
button.btn-close.btn-close-form {
    margin: 0;
}

div#addToCartModal img.attachment-post-thumbnail {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
}
#addToCartModal .text-info {
    color: #198754 !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
#addToCartModal .alert-info {
    background-color: #e7f5fc;
    border-color: #e7f5fc;
    color: #ff4d4f;
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
#addToCartModal .current-price {
    display: flex;
    flex-flow: column;
}

#addToCartModal .current-price span.price-original {
    margin: 0 !important;
}

#addToCartModal .current-price span.price-current span {
    font-size: 20px;
    color: #dc3545;
}

#addToCartModal .current-price span.price-original {
    line-height: 1;
}

#addToCartModal .form_group {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}

#addToCartModal .form_group .form-group {
    width: calc(50% - 5px);
}

#addToCartModal .form_group .form-group.mb-3 {
    width: 100%;
}

#addToCartModal .form_group input {
    border-color: #ffc107;
    padding: 10px 12px;
    border-radius: 4px;
    box-shadow: none;
    height: 40px;
    margin: 0;
}
#addToCartModal .btn-danger {
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
}
.btn-danger {
    background: #ff2d55 !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
#addToCartModal .payment-method {
    color: #6c757d;
    font-size: 14px;
}
#addToCartModal .cod-badge {
    background-color: #198754 !important;
}
.rounded-1 {
    border-radius: 0.25rem;
}

.w-100 {
    width: 100% !important;
}
.d-block {
    display: block !important;
}
.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}
.justify-content-center {
    justify-content: center;
}

.text-white {
    color: #fff;
}

    .order-success-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .order-success-popup.show {
        opacity: 1;
        visibility: visible;
    }
    
    .popup-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
    }
    
    .popup-content {
        position: relative;
        background: white;
        height: 500px;
        border-radius: 16px;
        text-align: left;
        max-width: 90%;
        width: 450px;
        transform: translateY(20px);
        transition: transform 0.3s ease;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }
    
    .popup-close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        border: none;
        background: rgba(0, 0, 0, 0.05);
        font-size: 24px;
        line-height: 1;
        color: #666;
        cursor: pointer;
        z-index: 1;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.2s;
        margin: 0;
    min-height: 32px;
    }
    
    .popup-close:hover {
        background: rgba(0, 0, 0, 0.1);
        color: #333;
    }
    
    .success-message {
        display: flex;
        flex-direction: column;
        padding: 20px;
        height: 100%;
    }
    
    .header-section {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 25px;
        padding: 10px;
    }
    
    .success-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background: rgba(40, 167, 69, 0.1);
        border-radius: 50%;
        font-size: 28px;
        color: #28a745;
        flex-shrink: 0;
    }
    
    .success-icon i {
        margin-top: 2px;
    }
    
    .popup-title {
        color: #333;
        font-size: 22px;
        margin: 0;
        font-weight: 600;
        flex-grow: 1;
    }
    .info-row.order-amount bdi {
        color: #28a745;
    }
    .message-content {
        flex: 1;
        width: 100%;
    }
    
    .order-info {
        background: #f8f9fa;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .info-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 12px 0;
        border-bottom: 1px solid #e9ecef;
    }
    
    .info-row:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .info-row:first-child {
        padding-top: 0;
    }
    
    .customer-address {
        flex-direction: column;
        gap: 8px;
    }
    
    .customer-address .value {
        width: 100%;
        word-break: break-word;
    }
    
    .label {
        color: #666;
        font-size: 14px;
        font-weight: 500;
    }
    
    .value {
        font-weight: 600;
        color: #333;
        font-size: 15px;
        text-align: right;
    }
    
    .order-id .value {
        font-family: monospace;
        font-size: 16px;
        letter-spacing: 0.5px;
        color: #2b5797;
    }
    
    .order-amount .value {
        color: #28a745;
        font-size: 16px;
    }
    
    .popup-message {
        color: #666;
        font-size: 15px;
        margin: 0;
        line-height: 1.6;
        padding: 0 5px;
    }
    
    .order-success-popup.show .popup-content {
        transform: translateY(0);
    }
    
    @media (max-width: 480px) {
        .popup-content {
            width: 340px;
            margin: 0 15px;
        }
        
        .success-message {
            padding: 15px;
        }
        
        .header-section {
            margin-bottom: 20px;
        }
        
        .success-icon {
            width: 40px;
            height: 40px;
            font-size: 24px;
        }
        
        .popup-title {
            font-size: 20px;
        }
        
        .order-info {
            padding: 15px;
        }
    }
    .progress-wrap.active-progress {
        display: none !important;
    }
    div#overview a.card {
        min-width: 100px;
        margin-right: 10px !important;
        width: 100px !important;
    }
    a.shop-cart {
        background-color: #ff2d55;
        color: #ffffff;
        border-radius: 4px;
        padding: 5px 15px;
        font-weight: 500;
        font-size: 14px;
        margin-right: 5px;
    }
    .woocommerce-cart .woocommerce > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    
    .woocommerce-cart main#main,.woocommerce-checkout main#main{
        background: #fff;
    }
form.woocommerce-cart-form th.product-subtotal {
    display: none;
}

form.woocommerce-cart-form td.product-subtotal {
    display: none;
}

form.woocommerce-cart-form .shop_table th {border-bottom: 1px solid #ff4d4f;}

form.woocommerce-cart-form .shop_table td.product-thumbnail {
    max-width: 60px;
}

form.woocommerce-cart-form a.button-continue-shopping,form.woocommerce-cart-form button.button {
    border-radius: 4px;
    text-transform: inherit;
}

.cart-collaterals .cart_totals th.product-name {
    border: none;
    background: #20c997;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

a.checkout-button.button.alt.wc-forward {
    text-transform: inherit;
    border-radius: 4px;
    font-size: 14px;
}
.shop_table .ux-quantity input.ux-quantity__button {
    border-radius: 4px;
    background: #d1e7dd;
}
form.checkout.woocommerce-checkout > .row > .col {
    flex-basis: 100%;
    max-width: 100%;
}
span.price_vari span.woocommerce-Price-amount.amount bdi {
    color: #dc3545 !important;
    font-size: 16px;
    line-height: 24px;
}
.product-options input {margin: 0;}