.thePigma-menu {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

.thePigma-item {
    position: relative;
    border-bottom: 1px solid #eee;
}

/* parent link + caret alignment */
.thePigma-item > a {
    display: flex;
    align-items: center;

    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.quick-view-left-image img {
    height: 500px;
    margin: auto;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.quick-view-popup .title-detail {
    font-size: 16px;
    padding-top: 15px;
}
div#quickViewModal {
    padding-right: 0px !important;
}
.btn.popup-btn {
    padding: 9px 20px;
}
.quick-view-popup {
    overflow: auto !important;
}
.quick-view-popup .modal-dialog {
    transform: unset !important;
}
.quick-view-popup .modal-dialog {
    max-width: 750px;
}

.quick-view-popup .product-detail-rating {
    padding-top: 0px;
}

.quick-view-popup .btn-close {
    top: 5px !important;
    right: 5px !important;
    position: absolute;
    z-index: 9;
}
.quick-view-popup .detail-info .product-price ins {
    font-size: 16px !important;
}

.categori-dropdown-wrap.categori-dropdown-active-large.open ul {
    padding-left: 0px;
}
.table-responsive.order_table.text-center td {
    display: table-cell;
}

.thePigma-caret {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    cursor: pointer;
    user-select: none;
    transition: transform 0.3s ease;
}

/* dropdown inside normal flow (pushes content down) */
.thePigma-dropdown {
    display: none;
    list-style: none;
    padding: 0 !important;
    margin: 0;
    background: #fff;
    border-top: 1px solid #eee;
}

.thePigma-dropdown li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
}

.thePigma-dropdown li a:hover {
    background: #f5f5f5;
}

/* Open state */
.thePigma-item.open > .thePigma-dropdown {
    display: block;
}

.thePigma-item.open > a .thePigma-caret i {
    transform: rotate(180deg);
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 14px;

    line-height: 20px !important;
    display: inline-block;
}
.cart-dropdown-wrap.cart-dropdown-hm2 .shopping-cart-img img {
    height: 70px;
    object-fit: cover;
}

.product-cart-wrap .product-action-1.show {
    bottom: 10px !important;
    right: 10px !important;
}
html {
    overflow-x: hidden !important;
}
body {
    overflow-x: hidden !important;
}
ol {
    padding-left: 20px !important;
}
ul {
    padding-left: 20px !important;
}
.detail-info .product-price ins {
    font-size: 20px !important;
}

.order-buttons .btn {
    padding: 8px !important;
    line-height: normal;
    margin: 2px;
}
.custom_select .select2-container {
    max-width: 100% !important;
    width: 100% !important;
}
#scrollUp {
    color: #ffffff;
    right: 20px;
    bottom: 10px;
}

.whatsapp-chat-icon {
    max-width: 50px;
    position: fixed;
    right: 10px;
    bottom: 55px;
    z-index: 9;
}
.row {
    --bs-gutter-x: 10px !important;
}

.product-cart-wrap .product-img-action-wrap {
    padding: 10px 5px !important;
}

.carausel-6-columns-cover .carausel-6-columns .card-1 {
    margin-right: 5px;
    margin-left: 5px;
}

section.popular-categories .card-1 figure img {
    border-radius: 10px;
    /* height: 200px; */
    object-fit: cover;
}
.my-account-data {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.my-account-data.active {
    max-height: 250px; /* adjust according to your content */
    opacity: 1;
}
.explore-more {
    color: #01c05f;
}
.black {
    color: #000;
}
.my-account-data {
    padding: 10px;
    border: 1px solid #ebebeb;
    border-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.my-account-toggle-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f8f9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 15px;
    border-radius: 5px;
}

.my-account-data {
    overflow-y: scroll;
}

.my-account-data::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.my-account-data::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.my-account-data::-webkit-scrollbar-thumb {
    background: #888;
}
.account-btns- {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
/* Handle on hover */
.my-account-data::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.my-account-toggle-wrap {
    display: none;
}

.cart-totals td.cart_total_label {
    font-weight: bold;
}

/* progress bar css  */
section.progress-bar-section {
    background-color: #f0f0f0;
    padding: 15px 0px;
}
.thePigma-container {
    width: 100%;
    max-width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.thePigma-text {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
}
.thePigma-progress-wrapper {
    flex: 1;
    position: relative;
    top: -4px;
}
.thePigma-progress-bar {
    position: relative;
    width: 100%;
    height: 8px;
    background: #bfbfbf;
    border-radius: 999px;
    overflow: hidden;
}
.thePigma-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #01c05f 0%, #01c05f 100%);
    width: 0%;
    border-radius: 999px;
    transition: width 0.6s ease;
}
.thePigma-milestone {
    position: absolute;
    top: -8px;
    transform: translateX(-50%);
    text-align: center;
}
.thePigma-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e2e2e2;
    border: 2px solid #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #111;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    margin: auto;
}
.thePigma-milestone.active .thePigma-circle {
    background: #01c05f;
    color: #ffffff;
    border-color: #01c05f;
    transform: scale(1.1);
}
.thePigma-milestone span {
    display: block;
    font-size: 11px;
    color: #000;
    white-space: nowrap;
    font-weight: 500;
    line-height: normal;
    margin-top: 2px;
}
/* === RESPONSIVE === */
@media (max-width: 768px) {
    .account-order-premium .kv {
        grid-template-columns: 120px 1fr !important;
        gap: 6px 10px;
        margin: 0;
    }
    .account-order-premium .vendor-chip {
        display: inline-block;
        margin: 4px;
    }
    .account-order-premium .attrs {
        justify-content: center;
    }
    .account-order-premium .thumb {
        margin: auto;
    }

    .quick-view-left-image img {
        height: 400px;
    }
    .account-order-premium .item {
        grid-template-columns: 1fr !important;
    }
    section.progress-bar-section {
        padding-bottom: 30px;
    }

    .quick-view-popup .modal-body {
        padding: 25px;
    }
    .quick-view-popup .modal-dialog {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .thePigma-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .thePigma-text {
        margin-bottom: 15px;
        white-space: normal;
        text-align: center;
        width: 100%;
        font-size: 13px;
        line-height: normal;
    }
    .thePigma-progress-wrapper {
        width: 100%;
        margin-left: 0;
    }
}
.offer-price {
    display: block !important;
    text-decoration: line-through;
    color: #888 !important;
    font-size: 13px !important;
}
.offer-price-reels {
    text-decoration: line-through;
    font-size: 8px !important;
}
/* progress bar css end */
/* mobile css  */
h5.mobile-category-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #3bb77e;
}
@media (max-width: 991px) {
    .mobile-menu-cat {
        padding-top: 10px;
    }

    .this-is-for-desktop.categori-button-active-2 {
        display: none !important;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    table.table.shopping-summery.text-center {
        min-width: 1000px;
    }
    table.table.shopping-summery.text-center.clean {
        min-width: 1000px;
    }
}

.account-order-premium .small {
    font-size: 14px !important;
}

@media (max-width: 768px) {
    .account-order-premium .op-card .body {
        padding: 15px;
    }

    .timeline.timeline_ .step {
        min-width: calc(50% - 30px);
    }
    .timeline.timeline_ {
        flex-wrap: wrap;
    }
    .my-account-data.active {
        margin-bottom: 10px;
    }
    .tab-content.dashboard-content .table {
        min-width: 800px;
    }
    .dashboard-menu-desktop {
        display: none;
    }
    .my-account-toggle-wrap {
        display: block;
    }
    .icon-box-icon {
        min-width: 40px !important;
        height: 40px !important;
    }
    .icon-box-content p {
        font-size: 10px;
        letter-spacing: 0.08em;
        color: #333;
    }
    .table-responsive.order_table.text-center td {
        min-width: 140px;
    }
    .product-cart-wrap .product-content-wrap .product-price span {
        font-size: 13px;
    }
    .icon-box {
        gap: 5px !important;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 10px 10px;
    }

    .detail-info .product-price ins {
        font-size: 18px !important;
    }

    .detail-info .title-detail {
        font-size: 20px;
    }
    .product-cart-wrap .product-content-wrap h2 {
        font-size: 13px;
        font-weight: 600;
    }
    .shop-product-fillter
        .sort-by-product-area
        .sort-by-product-wrap
        .sort-by
        span {
        font-size: 12px;
        font-weight: 500;
    }

    .shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
        padding: 6px 8px !important;
    }
    .currency-box .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {
    .table.shopping-summery.clean thead {
        display: none !important;
    }
    .thePigma-milestone {
        transform: translateX(-60%);
    }
    .thePigma-milestone span {
        font-size: 9px;
    }
    .table thead {
        display: table-header-group !important;
    }

    .tab-content.dashboard-content .table td {
        display: table-cell !important;
        width: auto !important;
    }
    .header-bottom {
        overflow: inherit;
    }
}

@media (max-width: 450px) {
    .logo.logo-width-1 a img {
        width: 100px;
        min-width: 100px;
    }
}

@media (min-width: 767px) {
    .product-detail.accordion-detail .detail-info {
        padding-left: 15px;
    }
}
/* mobile css end */
