:root {
    --mt-bg: #f6f8fb;
    --mt-surface: #ffffff;
    --mt-surface-soft: #fbfcfe;
    --mt-border: #e7ecf3;
    --mt-border-strong: #d8e0ea;
    --mt-text: #111827;
    --mt-text-soft: #4b5563;
    --mt-text-muted: #6b7280;
    --mt-accent: #e5af1c;
    --mt-accent-dark: #c99000;
    --mt-success: #15803d;
    --mt-danger: #b91c1c;
    --mt-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.05);
    --mt-shadow-md: 0 18px 44px rgba(15, 23, 42, 0.08);
    --mt-radius-sm: 12px;
    --mt-radius-md: 18px;
    --mt-radius-lg: 24px;
    --mt-container: 1320px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--mt-bg);
    color: var(--mt-text);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    transition: color 0.22s ease, opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

img {
    max-width: 100%;
    height: auto;
}

#common-home,
#product-category,
#product-search,
#product-product,
#checkout-cart,
#checkout-checkout,
#account-account,
#account-order,
#account-address,
#account-edit,
#account-password,
#account-wishlist,
#account-download,
#account-return,
#account-newsletter,
#account-login,
#account-register,
#account-reward,
#account-transaction,
#account-forgotten,
#account-affiliate,
#account-recurring,
#account-tracking,
#account-voucher,
#account-reset,
#information-contact,
#information-sitemap {
    max-width: var(--mt-container);
    margin: 0 auto;
    padding: 20px 20px 28px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 0 16px;
    padding: 10px 16px;
    background: var(--mt-surface);
    border: 1px solid var(--mt-border);
    border-radius: 14px;
    box-shadow: var(--mt-shadow-sm);
    font-size: 13px;
}

.breadcrumb li {
    margin: 0;
    color: var(--mt-text-muted);
}

.breadcrumb li a {
    color: var(--mt-text-soft);
    text-decoration: none;
}

#content > h1,
#content .heading-title,
#content h2.page-title {
    margin: 0 0 16px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf1f5;
    color: var(--mt-text);
    font-weight: 700;
    line-height: 1.2;
}

/* Override Bootstrap .mb-4 on headings */
#content .heading-title.mb-4 {
    margin-bottom: 16px !important;
}

#content > h1,
#content .heading-title {
    font-size: 24px;
}

.alert {
    border: 0;
    border-radius: 16px;
    box-shadow: var(--mt-shadow-sm);
}

.form-box-wrapper,
.form-box,
.table-box,
.cart-total,
.address-box,
.account-content,
.well,
.panel,
.card,
.checkout-content,
.checkout-box,
.login-content,
.register-content,
.forgotten-content,
.contact-info,
.category-info,
.refine-search,
.product-info-main,
.product-tab-area,
.product-thumb,
.list-group,
.table-responsive,
#content .content {
    background: var(--mt-surface);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-lg);
    box-shadow: var(--mt-shadow-sm);
}

.form-box-wrapper,
.form-box,
.account-content,
.checkout-content,
.checkout-box,
.login-content,
.register-content,
.forgotten-content,
.contact-info,
.category-info,
.refine-search,
.product-info-main,
.product-tab-area,
#content .content {
    padding: 28px;
}

.list-group,
.table-responsive,
.table-box,
.cart-total,
.well,
.panel,
.card {
    overflow: hidden;
}

.form-control,
.form-select,
select,
textarea,
.input-group-text {
    min-height: 48px;
    border-radius: 14px !important;
    border-color: var(--mt-border-strong) !important;
    box-shadow: none !important;
}

.form-control:focus,
.form-select:focus,
select:focus,
textarea:focus {
    border-color: rgba(229, 175, 28, 0.65) !important;
    box-shadow: 0 0 0 4px rgba(229, 175, 28, 0.12) !important;
}

.btn,
.btn-primary,
.btn-secondary,
.btn-default,
.btn-danger,
.btn-info,
.btn-light,
.btn-main,
.base-color {
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 14px !important;
    font-weight: 700;
    box-shadow: none;
}

.btn-primary,
.btn-main,
.base-color {
    border-color: var(--mt-accent) !important;
}

.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-default:hover,
.btn-danger:hover,
.btn-info:hover,
.btn-light:hover,
.btn-main:hover,
.base-color:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.product-layout {
    margin-bottom: 24px;
}

.product-thumb {
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--mt-shadow-sm);
}

.product-thumb:hover {
    box-shadow: var(--mt-shadow-md);
    transform: translateY(-2px);
}

.product-thumb .image {
    padding: 18px 18px 0;
    background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.product-thumb .caption {
    padding: 18px;
}

.product-thumb h4,
.product-thumb .name,
.product-thumb .caption h4 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.product-thumb h4 a,
.product-thumb .name a,
.product-thumb .caption h4 a {
    color: var(--mt-text);
    text-decoration: none;
}

.product-thumb .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    color: var(--mt-text);
    font-weight: 700;
    font-size: 18px;
}

.product-thumb .price-old {
    color: var(--mt-text-muted);
    font-size: 14px;
    text-decoration: line-through;
}

.product-thumb .price-new {
    color: var(--mt-success);
}

.product-thumb .button-group,
.product-thumb .btn-group,
.product-thumb .button-group-buttons {
    display: flex;
    gap: 10px;
    padding: 0 18px 18px;
    flex-wrap: wrap;
}

.product-thumb .button-group .btn,
.product-thumb .btn-group .btn {
    flex: 1 1 auto;
}

.table,
.table-bordered,
.table > :not(caption) > * > * {
    border-color: #edf1f5 !important;
}

.table thead th,
.table thead td {
    padding: 16px 14px;
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.table tbody td {
    padding: 16px 14px;
    background: #ffffff;
    color: var(--mt-text);
    vertical-align: middle;
}

.table tbody tr:hover td {
    background: #fcfdff;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.pagination li {
    margin: 0;
}

.pagination a,
.pagination span,
.pagination li.active span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: var(--mt-surface);
    border: 1px solid var(--mt-border);
    border-radius: 12px;
    color: var(--mt-text-soft);
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.list-group-item,
.account-list > li > a,
.list-unstyled a {
    border-color: var(--mt-border);
}

.account-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
}

.account-list > li {
    margin: 0;
}

.account-list > li > a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 18px 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    border: 1px solid var(--mt-border);
    border-radius: 18px;
    color: var(--mt-text);
    text-decoration: none;
    font-weight: 600;
    box-shadow: var(--mt-shadow-sm);
}

.account-list > li > a:hover {
    border-color: rgba(229, 175, 28, 0.45);
    box-shadow: var(--mt-shadow-md);
}

#column-left > *,
#column-right > * {
    background: var(--mt-surface);
    border: 1px solid var(--mt-border);
    border-radius: 22px;
    padding: 18px;
    box-shadow: var(--mt-shadow-sm);
}

.cart-total table,
#checkout-cart .table-responsive,
#checkout-checkout .table-responsive {
    background: transparent;
    border-radius: 18px;
    overflow: hidden;
}

#product-product .thumbnails,
#product-product .image-additional,
#product-product .nav-tabs,
#product-product .tab-content {
    background: transparent;
}

#product-product .nav-tabs {
    gap: 8px;
    border-bottom: 1px solid var(--mt-border);
}

#product-product .nav-tabs > li,
#product-product .nav-tabs .nav-item {
    margin: 0 8px 0 0;
}

#product-product .nav-tabs > li > a,
#product-product .nav-tabs .nav-link {
    border: 1px solid var(--mt-border);
    border-radius: 14px 14px 0 0;
    background: #fff;
    color: var(--mt-text-soft);
    font-weight: 600;
}

#product-product .nav-tabs > li.active > a,
#product-product .nav-tabs .nav-link.active {
    color: var(--mt-text);
    border-color: var(--mt-border);
    background: #fff;
}

footer,
.footer,
#footer {
    margin-top: 32px;
}

@media (min-width: 992px) {
    #column-left > *,
    #column-right > * {
        position: sticky;
        top: 24px;
    }
}

@media (max-width: 1199.98px) {
    #common-home,
    #product-category,
    #product-search,
    #product-product,
    #checkout-cart,
    #checkout-checkout,
    #account-account,
    #account-order,
    #account-address,
    #account-edit,
    #account-password,
    #account-wishlist,
    #account-download,
    #account-return,
    #account-newsletter,
    #account-login,
    #account-register,
    #account-reward,
    #account-transaction,
    #account-forgotten,
    #account-affiliate,
    #account-recurring,
    #account-tracking,
    #account-voucher,
    #account-reset,
    #information-contact,
    #information-sitemap {
        padding: 16px 16px 24px;
    }

    .form-box-wrapper,
    .form-box,
    .account-content,
    .checkout-content,
    .checkout-box,
    .login-content,
    .register-content,
    .forgotten-content,
    .contact-info,
    .category-info,
    .refine-search,
    .product-info-main,
    .product-tab-area,
    #content .content {
        padding: 24px;
    }
}

@media (max-width: 991.98px) {
    #column-left > *,
    #column-right > * {
        position: static;
    }
}

@media (max-width: 767.98px) {
    #common-home,
    #product-category,
    #product-search,
    #product-product,
    #checkout-cart,
    #checkout-checkout,
    #account-account,
    #account-order,
    #account-address,
    #account-edit,
    #account-password,
    #account-wishlist,
    #account-download,
    #account-return,
    #account-newsletter,
    #account-login,
    #account-register,
    #account-reward,
    #account-transaction,
    #account-forgotten,
    #account-affiliate,
    #account-recurring,
    #account-tracking,
    #account-voucher,
    #account-reset,
    #information-contact,
    #information-sitemap {
        padding: 14px 12px 20px;
    }

    .breadcrumb {
        padding: 12px 14px;
        margin-bottom: 18px;
    }

    #content > h1,
    #content .heading-title,
    #content h2.page-title {
        font-size: 24px;
        margin-bottom: 18px !important;
        padding-bottom: 12px;
    }

    .form-box-wrapper,
    .form-box,
    .account-content,
    .checkout-content,
    .checkout-box,
    .login-content,
    .register-content,
    .forgotten-content,
    .contact-info,
    .category-info,
    .refine-search,
    .product-info-main,
    .product-tab-area,
    #content .content {
        padding: 20px;
        border-radius: 20px;
    }

    .account-list {
        grid-template-columns: 1fr;
    }

    .product-thumb .image {
        padding: 14px 14px 0;
    }

    .product-thumb .caption,
    .product-thumb .button-group,
    .product-thumb .btn-group,
    .product-thumb .button-group-buttons {
        padding-left: 14px;
        padding-right: 14px;
    }

    .table-responsive {
        border-radius: 18px;
    }
}

.ronixa-footer-collection-01 {
    margin-top: 40px;
    background: #ffffff;
    border-top: 1px solid #e8edf4;
}

.ronixa-footer-collection-01 > .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 48px 20px 18px;
}

.ronixa-footer-collection-01 .column-inner,
.ronixa-footer-collection-01 .box-wrapper {
    height: 100%;
}

.ronixa-footer-collection-01 .info-box-wrapper,
.ronixa-footer-collection-01 .box-wrapper {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.ronixa-footer-collection-01 .logo-footer {
    margin-bottom: 18px;
}

.ronixa-footer-collection-01 .logo-footer img {
    max-height: 42px;
    width: auto;
}

.ronixa-footer-collection-01 .ronixa-social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 20px;
}

.ronixa-footer-collection-01 .ronixa-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #e8edf4;
    border-radius: 14px;
    background: #ffffff;
    color: #374151;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.ronixa-footer-collection-01 .ronixa-social-icon:hover {
    color: #111827;
    border-color: rgba(229, 175, 28, 0.45);
    transform: translateY(-1px);
}

.ronixa-footer-collection-01 .adress-boxes {
    color: #4b5563;
    line-height: 1.8;
}

.ronixa-footer-collection-01 .footer-list-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ronixa-footer-collection-01 .footer-list-info > li > a,
.ronixa-footer-collection-01 .ronixa-footer-nav-link-text {
    display: inline-block;
    margin-bottom: 14px;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.ronixa-footer-collection-01 .footer-sub-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ronixa-footer-collection-01 .footer-sub-list li + li {
    margin-top: 10px;
}

.ronixa-footer-collection-01 .footer-sub-list a {
    color: #4b5563;
    text-decoration: none;
    line-height: 1.6;
}

.ronixa-footer-collection-01 .footer-sub-list a:hover {
    color: #111827;
}

#product-category .category-description,
#product-search .category-description,
#product-category .refine-search,
#product-search .refine-search {
    margin-bottom: 22px;
}

#product-category .product-list-options,
#product-search .product-list-options {
    margin-bottom: 22px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

#product-category .product-top-sorting,
#product-search .product-top-sorting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

#product-category .compare-box,
#product-search .compare-box {
    margin-right: auto;
}

#product-category .compare-total,
#product-search .compare-total {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 16px;
    border: 1px solid #e8edf4;
    border-radius: 14px;
    background: #f8fafc;
    color: #374151;
    text-decoration: none;
    font-weight: 600;
}

#product-category .orderby,
#product-category .perpage,
#product-search .orderby,
#product-search .perpage {
    min-width: 220px;
}

#product-category .all-product-wrapper,
#product-search .all-product-wrapper {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
    margin-bottom: 28px !important;
}

#product-category .all-product-wrapper > *,
#product-search .all-product-wrapper > * {
    margin-bottom: 0;
}

#product-category .row.align-items-center,
#product-search .row.align-items-center {
    margin-top: 6px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

#product-product.retrina-product-page-design-02 .product-detail-box {
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

#product-product.retrina-product-page-design-02 .property-images {
    padding: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
    border: 1px solid #edf1f5;
    border-radius: 24px;
}

#product-product.retrina-product-page-design-02 .gallery-top {
    margin-bottom: 14px;
    border-radius: 20px;
    overflow: hidden;
}

#product-product.retrina-product-page-design-02 .gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    background: #ffffff;
}

#product-product.retrina-product-page-design-02 .gallery-top .thumbnail,
#product-product.retrina-product-page-design-02 .gallery-thumbs .thumbnail {
    display: block;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}

#product-product.retrina-product-page-design-02 .gallery-top img {
    max-height: 430px;
    width: auto;
    object-fit: contain;
}

#product-product.retrina-product-page-design-02 .gallery-thumbs .swiper-slide {
    height: auto;
    padding: 6px;
    border: 1px solid #e8edf4;
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
}

#product-product.retrina-product-page-design-02 .gallery-thumbs img {
    width: 100%;
    height: 84px;
    object-fit: contain;
}

#product-product.retrina-product-page-design-02 .product-detail-list-box {
    height: 100%;
    padding: 8px 0 0 18px;
}

#product-product.retrina-product-page-design-02 .product-name-title {
    margin: 0 0 14px;
    color: #111827;
    font-size: 30px;
    line-height: 1.28;
    font-weight: 700;
}

#product-product.retrina-product-page-design-02 .rating {
    margin-bottom: 16px;
    color: #f59e0b;
}

#product-product.retrina-product-page-design-02 .rating .cursor-pointer {
    color: #4b5563;
    font-weight: 600;
}

#product-product.retrina-product-page-design-02 .price-info-wrapper {
    margin-bottom: 18px;
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #e8edf4;
    border-radius: 20px;
}

#product-product.retrina-product-page-design-02 .main-price {
    margin: 0;
    color: #111827;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
}

#product-product.retrina-product-page-design-02 .special-price-box {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

#product-product.retrina-product-page-design-02 .price-old {
    color: #6b7280;
    font-size: 18px;
    text-decoration: line-through;
}

#product-product.retrina-product-page-design-02 .price-description {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 10px 0 0;
}

#product-product.retrina-product-page-design-02 .product-status {
    margin: 0 0 18px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 20px;
}

#product-product.retrina-product-page-design-02 .product-status li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151;
    line-height: 1.6;
}

#product-product.retrina-product-page-design-02 .product-status li + li {
    margin-top: 10px;
}

#product-product.retrina-product-page-design-02 .product-status-title {
    color: #111827;
    font-weight: 700;
}

#product-product.retrina-product-page-design-02 .count-product {
    margin: 0 0 12px;
    padding: 12px 14px;
    background: #fffbeb;
    border: 1px solid #f6df9b;
    border-radius: 14px;
    color: #7c5a05;
    font-weight: 600;
}

#product-product.retrina-product-page-design-02 #product .option-wrapper {
    --bs-gutter-y: 14px;
    margin-bottom: 20px;
}

#product-product.retrina-product-page-design-02 #product .form-group {
    margin-bottom: 0;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 18px;
}

#product-product.retrina-product-page-design-02 .radio-wrappper,
#product-product.retrina-product-page-design-02 .checkbox-wrappper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#product-product.retrina-product-page-design-02 .radio-wrappper .radio,
#product-product.retrina-product-page-design-02 .checkbox-wrappper .checkbox {
    margin: 0;
}

#product-product.retrina-product-page-design-02 .radio-wrappper label,
#product-product.retrina-product-page-design-02 .checkbox-wrappper label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #e8edf4;
    border-radius: 14px;
    background: #fbfcfe;
    cursor: pointer;
}

#product-product.retrina-product-page-design-02 .product-link {
    display: flex;
    align-items: stretch;
    gap: 14px;
    margin-top: 20px;
}

#product-product.retrina-product-page-design-02 .quantity {
    display: inline-flex;
    align-items: center;
    min-width: 146px;
    padding: 6px;
    background: #ffffff;
    border: 1px solid #dbe3ec;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

#product-product.retrina-product-page-design-02 .quantity .minus,
#product-product.retrina-product-page-design-02 .quantity .plus {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: #f3f6fa;
    color: #111827;
    font-size: 20px;
    line-height: 1;
}

#product-product.retrina-product-page-design-02 .quantity .qty {
    width: 52px;
    border: 0;
    background: transparent;
    text-align: center;
    font-weight: 700;
    box-shadow: none;
}

#product-product.retrina-product-page-design-02 #button-cart {
    flex: 1 1 auto;
    min-height: 56px;
    border-radius: 16px !important;
    font-size: 16px;
}

#product-product.retrina-product-page-design-02 .compare-wishlist-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin-top: 14px;
}

#product-product.retrina-product-page-design-02 .btn-compare-wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid #e8edf4;
    border-radius: 16px !important;
    background: #ffffff;
    color: #374151;
    font-weight: 600;
}

#product-product.retrina-product-page-design-02 .btn-compare-wishlist:hover {
    color: #111827;
    border-color: rgba(229, 175, 28, 0.45);
}

#product-product.retrina-product-page-design-02 .product-short-description {
    margin-top: 22px;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 20px;
    color: #374151;
    line-height: 1.8;
}

#checkout-cart .row > #content > .row {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 22px;
}

#checkout-cart .table-box {
    padding: 18px;
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

#checkout-cart .table-box table {
    margin-bottom: 0;
}

#checkout-cart .table tbody td img {
    max-width: 72px;
    border-radius: 12px;
    border: 1px solid #edf1f5;
    background: #ffffff;
    padding: 4px;
}

#checkout-cart .quantity-number {
    text-align: center;
    font-weight: 700;
}

#checkout-cart .remove-button {
    min-width: 44px;
    height: 44px;
    border-radius: 12px !important;
    padding: 0;
}

#checkout-cart .cart-total-box {
    position: sticky;
    top: 24px;
}

#checkout-cart .cart-total-box .table td {
    padding-top: 14px;
    padding-bottom: 14px;
}

#checkout-cart .accordion-boxes {
    margin-top: 22px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

#checkout-cart .buttons.clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

#checkout-cart .buttons.clearfix .float-start,
#checkout-cart .buttons.clearfix .float-end {
    float: none !important;
}

@media (max-width: 991.98px) {
    #checkout-cart .cart-total-box {
        position: static;
    }

    #product-product.retrina-product-page-design-02 .product-detail-list-box {
        padding-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .ronixa-footer-collection-01 > .container {
        padding: 36px 12px 14px;
    }

    #product-category .product-list-options,
    #product-search .product-list-options,
    #product-category .row.align-items-center,
    #product-search .row.align-items-center,
    #checkout-cart .table-box,
    #checkout-cart .accordion-boxes,
    #product-product.retrina-product-page-design-02 .product-detail-box,
    #product-product.retrina-product-page-design-02 .property-images,
    #product-product.retrina-product-page-design-02 .price-info-wrapper,
    #product-product.retrina-product-page-design-02 .product-status,
    #product-product.retrina-product-page-design-02 .product-short-description {
        padding: 16px;
        border-radius: 18px;
    }

    #product-category .product-top-sorting,
    #product-search .product-top-sorting,
    #product-product.retrina-product-page-design-02 .product-link {
        flex-direction: column;
        align-items: stretch;
    }

    #product-category .compare-box,
    #product-search .compare-box {
        margin-right: 0;
    }

    #product-category .orderby,
    #product-category .perpage,
    #product-search .orderby,
    #product-search .perpage {
        width: 100%;
        min-width: 0;
    }

    #product-product.retrina-product-page-design-02 .gallery-top .swiper-slide {
        min-height: 320px;
    }

    #product-product.retrina-product-page-design-02 .gallery-top img {
        max-height: 280px;
    }

    #product-product.retrina-product-page-design-02 .product-name-title {
        font-size: 24px;
    }

    #product-product.retrina-product-page-design-02 .main-price {
        font-size: 28px;
    }

    #product-product.retrina-product-page-design-02 .compare-wishlist-wrapper {
        grid-template-columns: 1fr;
    }

    #product-product.retrina-product-page-design-02 .quantity {
        width: 100%;
        justify-content: space-between;
    }

    #checkout-cart .buttons.clearfix > div {
        width: 100%;
    }

    #checkout-cart .buttons.clearfix a {
        width: 100%;
        justify-content: center;
    }
}

.misteretec-phase3-header-home {
    outline: 0;
}

body .ronixa-theme-general-header,
body .ronixa-header-collection-02 {
    background: #ffffff;
}

body .ronixa-theme-general-header .ronixa-header-row {
    border-bottom: 1px solid #edf2f7;
}

body .ronixa-theme-top-bar-inner,
body .ronixa-theme-general-header-inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

body .ronixa-theme-general-header a {
    transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body .ronixa-theme-general-header img {
    width: auto;
    height: auto;
    max-height: 54px;
}

body .ronixa-theme-general-header .menu-item > a,
body .ronixa-theme-general-header .nav > li > a,
body .ronixa-theme-general-header .navbar-nav > li > a,
body .ronixa-theme-general-header .dropdown-toggle,
body .ronixa-theme-general-header .ronixa-footer-nav-link-text {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 14px;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

body .ronixa-theme-general-header .menu-item > a:hover,
body .ronixa-theme-general-header .nav > li > a:hover,
body .ronixa-theme-general-header .navbar-nav > li > a:hover,
body .ronixa-theme-general-header .dropdown-toggle:hover,
body .ronixa-theme-general-header .menu-item.current > a,
body .ronixa-theme-general-header .active > a {
    color: #111827;
    background: #f8fafc;
}

body .ronixa-theme-general-header .form-control,
body .ronixa-theme-general-header .form-select,
body .ronixa-theme-general-header input[type="text"],
body .ronixa-theme-general-header input[type="search"],
body .ronixa-theme-general-header select {
    min-height: 48px;
    border: 1px solid #d8e0ea;
    border-radius: 14px !important;
    background: #ffffff;
    box-shadow: none !important;
}

body .ronixa-theme-general-header .form-control:focus,
body .ronixa-theme-general-header .form-select:focus,
body .ronixa-theme-general-header input[type="text"]:focus,
body .ronixa-theme-general-header input[type="search"]:focus,
body .ronixa-theme-general-header select:focus {
    border-color: rgba(229, 175, 28, 0.65);
    box-shadow: 0 0 0 4px rgba(229, 175, 28, 0.12) !important;
}

body .ronixa-theme-general-header .btn,
body .ronixa-theme-general-header button,
body .ronixa-theme-general-header .btn-main,
body .ronixa-theme-general-header .base-color {
    min-height: 46px;
    border-radius: 14px !important;
    font-weight: 700;
}

body .ronixa-theme-general-header .badge,
body .ronixa-theme-general-header .count,
body .ronixa-theme-general-header .cart-total,
body .ronixa-theme-general-header .wishlist-total,
body .ronixa-theme-general-header .compare-total {
    border-radius: 999px;
    font-weight: 700;
}

body .ronixa-theme-general-header .ronixa-header-not-sticky-row,
body .ronixa-theme-general-header .ronixa-header-sticky-row {
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

body .ronixa-theme-general-header .ronixa-theme-top-bar-inner {
    min-height: 42px;
}

body .ronixa-header-collection-02 .ronixa-header-row + .ronixa-header-row,
body .ronixa-theme-general-header .ronixa-header-row + .ronixa-header-row {
    border-top: 1px solid #f3f6fa;
}

#common-home {
    padding-top: 18px;
}

#common-home #content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#common-home #content > * {
    width: 100%;
}

#common-home .container,
#common-home .container-fluid {
    max-width: 1320px;
}

#common-home .row {
    --bs-gutter-y: 22px;
}

#common-home .box-heading,
#common-home .module-title,
#common-home h2,
#common-home .heading-title {
    margin: 0 0 18px;
    color: #111827;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

#common-home .swiper-container,
#common-home .owl-carousel,
#common-home .slideshow,
#common-home .banner-box,
#common-home .module,
#common-home .retrina-builder-section {
    border-radius: 24px;
}

#common-home .swiper-container,
#common-home .owl-carousel,
#common-home .slideshow,
#common-home .banner-box {
    overflow: hidden;
}

#common-home .swiper-button-next,
#common-home .swiper-button-prev,
#common-home .owl-next,
#common-home .owl-prev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #e8edf4;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

#common-home .swiper-button-next:hover,
#common-home .swiper-button-prev:hover,
#common-home .owl-next:hover,
#common-home .owl-prev:hover {
    transform: translateY(-1px);
}

#common-home .product-thumb {
    height: 100%;
}

#common-home .product-thumb .caption {
    min-height: 136px;
}

#common-home .product-thumb .button-group,
#common-home .product-thumb .btn-group,
#common-home .product-thumb .button-group-buttons {
    margin-top: auto;
}

#common-home .table-box,
#common-home .form-box-wrapper,
#common-home .content-element .box-wrapper {
    border-radius: 24px;
}

@media (max-width: 1199.98px) {
    body .ronixa-theme-top-bar-inner,
    body .ronixa-theme-general-header-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    #common-home .box-heading,
    #common-home .module-title,
    #common-home h2,
    #common-home .heading-title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    body .ronixa-theme-top-bar-inner,
    body .ronixa-theme-general-header-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    body .ronixa-theme-general-header img {
        max-height: 46px;
    }

    body .ronixa-theme-general-header .menu-item > a,
    body .ronixa-theme-general-header .nav > li > a,
    body .ronixa-theme-general-header .navbar-nav > li > a,
    body .ronixa-theme-general-header .dropdown-toggle {
        min-height: 42px;
        padding: 8px 12px;
    }

    #common-home {
        padding-top: 12px;
    }

    #common-home #content {
        gap: 20px;
    }

    #common-home .box-heading,
    #common-home .module-title,
    #common-home h2,
    #common-home .heading-title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    #common-home .swiper-container,
    #common-home .owl-carousel,
    #common-home .slideshow,
    #common-home .banner-box,
    #common-home .module,
    #common-home .retrina-builder-section,
    #common-home .table-box,
    #common-home .form-box-wrapper,
    #common-home .content-element .box-wrapper {
        border-radius: 18px;
    }

    #common-home .swiper-button-next,
    #common-home .swiper-button-prev,
    #common-home .owl-next,
    #common-home .owl-prev {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    #common-home .product-thumb .caption {
        min-height: 0;
    }
}

.misteretec-phase4-search-cart-category {
    outline: 0;
}

body .ronixa-header-searchform,
body .header-search,
body .ronixa-search-02,
body .ronixa-search-03,
body .ronixa-search-04 {
    position: relative;
}

body .ronixa-header-searchform,
body .ronixa-search-02,
body .ronixa-search-03,
body .ronixa-search-04,
body .search.search-mob.ronixa-header-searchform {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    background: #ffffff;
    border: 1px solid #dbe3ec;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

body .ronixa-header-searchform input[type="text"],
body .header-search input[type="text"],
body .ronixa-search-02 input[type="text"],
body .ronixa-search-03 input[type="text"],
body .ronixa-search-04 input[type="text"],
body .search.search-mob.ronixa-header-searchform input[type="text"] {
    flex: 1 1 auto;
    min-width: 0;
    height: 48px;
    padding: 10px 14px;
    border: 0 !important;
    background: transparent;
    color: #111827;
    box-shadow: none !important;
}

body .ronixa-header-searchform .searchsubmit,
body .header-search .btn-search .btn,
body .ronixa-search-02 .btn-search .btn,
body .ronixa-search-03 .btn-search .btn,
body .ronixa-search-04 .btn-search .btn,
body .search.search-mob.ronixa-header-searchform .searchsubmit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px !important;
    background: #111827;
    color: #ffffff;
    font-weight: 700;
}

body .ronixa-header-searchform .searchsubmit:hover,
body .header-search .btn-search .btn:hover,
body .ronixa-search-02 .btn-search .btn:hover,
body .ronixa-search-03 .btn-search .btn:hover,
body .ronixa-search-04 .btn-search .btn:hover,
body .search.search-mob.ronixa-header-searchform .searchsubmit:hover {
    background: #1f2937;
    transform: translateY(-1px);
}

body .ronixa-header-searchform .searchsubmit span,
body .search.search-mob.ronixa-header-searchform .searchsubmit span {
    line-height: 1;
}

/* Cart button — clean icon style (old boxy overrides removed) */
body .ronixa-header-cart .ronixa-header-tools-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

body .ronixa-header-cart .ronixa-cart-subtotal,
body .ronixa-header-cart .ronixa-price-amount.amount {
    color: #111827;
    font-weight: 700;
}

/* ============================================================
   MisterETec — Side Cart (Amazon/Flipkart Style Slide-in)
   ============================================================ */

/* Side cart panel — wider, no rounded corners on right edge */
body .ronixa-header-cart-widget-side.ronixa-side-hidden {
    width: 400px !important;
    background: #ffffff;
    border-left: 1px solid #e8edf4;
    border-radius: 0 !important;
    box-shadow: -8px 0 40px rgba(15, 23, 42, 0.12);
}

body .ronixa-header-dropdown-cart {
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}

/* Header bar — Shopping Cart title + close */
body .ronixa-header-cart-widget-side .widget-heading,
body .ronixa-header-dropdown-cart .widget-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    background: #f8fafc;
    border-bottom: 2px solid #edf1f5;
}

body .ronixa-header-cart-widget-side .widget-title,
body .ronixa-header-dropdown-cart .widget-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    font-size: 17px;
    font-weight: 700;
}

body .close-side-widget button {
    min-height: 36px;
    padding: 6px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

body .close-side-widget button:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

/* Cart content area */
body .ronixa-header-shopping-cart-content {
    padding: 0 20px 20px;
}

/* Cart items list */
body .ronixa-header-mini-cart {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Kill Ronixa alternate gray row */
body .ronixa-header-mini-cart > li:nth-child(2n):not(.shopping-cart-widget-footer-parent) {
    background-color: transparent !important;
}

/* Each cart item — clean card row */
body .ronixa-header-mini-cart-item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 32px;
    gap: 12px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
    background: transparent !important;
}

body .ronixa-header-mini-cart-item:last-child {
    border-bottom: 0;
}

/* Product image */
body .ronixa-header-mini-cart-item .cart-item-image {
    width: 68px;
    height: 68px;
    object-fit: contain;
    padding: 4px;
    background: #f8fafc;
    border: 1px solid #edf1f5;
    border-radius: 12px;
}

/* Product info */
body .ronixa-header-mini-cart-item .cart-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
}

body .ronixa-header-mini-cart-item .cart-info > span:first-child,
body .ronixa-header-mini-cart-item .cart-info > span:first-child a {
    color: #111827;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body .ronixa-header-mini-cart-item .cart-info small {
    color: #9ca3af;
    font-size: 11px;
    line-height: 1.4;
}

/* Qty control in side cart */
body .ronixa-header-mini-cart-item .ronixa-qty-control {
    gap: 4px !important;
    margin: 4px 0 !important;
}

body .ronixa-header-mini-cart-item .ronixa-qty-control .btn {
    width: 26px !important;
    height: 26px !important;
    min-height: 26px !important;
    padding: 0 !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    border-color: #e2e8f0 !important;
}

body .ronixa-header-mini-cart-item .ronixa-qty-control input {
    width: 36px !important;
    height: 26px !important;
    min-height: 26px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    border-color: #e2e8f0 !important;
}

/* Price */
body .ronixa-header-mini-cart-item .cart-info > span:last-child {
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

/* Remove button — small round X */
body .ronixa-header-mini-cart-item .btn-danger,
body .ronixa-header-cart-widget-side .btn-danger {
    min-width: 28px !important;
    width: 28px;
    height: 28px;
    min-height: 28px !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    background: transparent !important;
    border: 1px solid #e2e8f0 !important;
    color: #9ca3af !important;
    font-size: 12px;
    box-shadow: none !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

body .ronixa-header-mini-cart-item .btn-danger:hover,
body .ronixa-header-cart-widget-side .btn-danger:hover {
    background: #fef2f2 !important;
    border-color: #fecaca !important;
    color: #dc2626 !important;
}

/* Footer — totals + buttons (fixed at bottom) */
body .shopping-cart-widget-footer-parent {
    padding-top: 0;
    border-top: 0;
}

body .ronixa-header-cart-widget-side .shopping-cart-widget-body .shopping-cart-widget-footer-parent {
    width: 400px !important;
    left: auto !important;
    right: 0 !important;
    background: #ffffff !important;
    border-top: 2px solid #edf1f5 !important;
    padding: 14px 20px 18px !important;
    box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.06);
}

body .shopping-cart-widget-footer {
    padding-top: 0;
    border-top: 0;
}

/* Totals rows */
body .ronixa-header-mini-cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 6px 0;
    color: #111827;
    font-size: 13px;
}

body .ronixa-header-mini-cart-total:not(:first-child) {
    border-top: 1px solid #f3f4f6 !important;
}

body .ronixa-header-mini-cart-total strong {
    color: #374151 !important;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
}

body .ronixa-header-mini-cart-total:last-of-type strong {
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 700;
}

body .ronixa-header-mini-cart-total:last-of-type span {
    font-size: 16px;
    font-weight: 800;
    color: #111827;
}

/* Action buttons */
body .ronixa-header-mini-cart-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 14px 0 0;
}

body .ronixa-header-mini-cart-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 12px !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.2s, transform 0.18s, box-shadow 0.2s;
}

body .ronixa-header-mini-cart-buttons a:hover {
    transform: translateY(-1px);
}

body .ronixa-header-mini-cart-buttons .btn-cart {
    background: #ffffff !important;
    color: #111827 !important;
    border: 1px solid #d1d5db !important;
}

body .ronixa-header-mini-cart-buttons .btn-cart:hover {
    background: #f8fafc !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

body .ronixa-header-mini-cart-buttons .checkout {
    background: var(--mt-accent) !important;
    color: #ffffff !important;
    border: 1px solid var(--mt-accent) !important;
}

body .ronixa-header-mini-cart-buttons .checkout:hover {
    background: var(--mt-accent-dark) !important;
    box-shadow: 0 6px 18px rgba(229, 175, 28, 0.3);
}

/* Empty cart message */
body .ronixa-header-mini-cart > li > p.text-center {
    padding: 40px 16px;
    color: #9ca3af;
    font-size: 14px;
    font-weight: 500;
}

/* Side cart on mobile — slightly narrower */
@media (max-width: 991px) {
    body .ronixa-header-cart-widget-side.ronixa-side-hidden {
        width: 320px !important;
    }
    body .ronixa-header-cart-widget-side .shopping-cart-widget-body .shopping-cart-widget-footer-parent {
        width: 320px !important;
    }
}

#product-category .description-box,
#product-search .search-page-filters {
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

#product-category .description-box {
    color: #4b5563;
    line-height: 1.8;
}

#product-category .category-refine-box {
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 18px 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    border: 1px solid #e8edf4;
    border-radius: 18px;
    color: #111827;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

#product-category .category-refine-box:hover {
    border-color: rgba(229, 175, 28, 0.45);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

#product-search .search-page-filters .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

#product-search .search-page-filters .form-group {
    margin-bottom: 0;
}

#product-search .search-page-filters .checkbox-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    width: 100%;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid #e8edf4;
    border-radius: 14px;
    color: #374151;
    font-weight: 600;
}

#product-search .search-page-filters .checkbox-inline input {
    margin: 0;
    flex: 0 0 auto;
}

#product-search .search-page-filters #button-search {
    min-height: 52px;
    border-radius: 16px !important;
    font-size: 15px;
}

#product-category .aside-toggler,
#product-search .aside-toggler {
    position: fixed;
    right: 14px;
    bottom: 18px;
    z-index: 99;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #111827;
    color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.16);
}

@media (max-width: 991.98px) {
    body .ronixa-header-cart .ronixa-header-tools-text {
        display: none;
    }

    body .ronixa-header-cart > button,
    body .cart-widget-opener > button,
    body .ronixa-header-cart-widget-side > button {
        min-width: 0;
        padding: 6px 8px;
        justify-content: center;
        background: transparent;
        border: 0;
        box-shadow: none;
    }
}

@media (max-width: 767.98px) {
    body .ronixa-header-searchform,
    body .ronixa-search-02,
    body .ronixa-search-03,
    body .ronixa-search-04,
    body .search.search-mob.ronixa-header-searchform {
        padding: 5px;
        border-radius: 16px;
    }

    body .ronixa-header-searchform input[type="text"],
    body .header-search input[type="text"],
    body .ronixa-search-02 input[type="text"],
    body .ronixa-search-03 input[type="text"],
    body .ronixa-search-04 input[type="text"],
    body .search.search-mob.ronixa-header-searchform input[type="text"] {
        height: 44px;
        padding: 10px 12px;
    }

    body .ronixa-header-searchform .searchsubmit,
    body .header-search .btn-search .btn,
    body .ronixa-search-02 .btn-search .btn,
    body .ronixa-search-03 .btn-search .btn,
    body .ronixa-search-04 .btn-search .btn,
    body .search.search-mob.ronixa-header-searchform .searchsubmit {
        min-width: 44px;
        height: 44px;
        padding: 0 14px;
        border-radius: 12px !important;
    }

    body .ronixa-header-shopping-cart-content {
        padding: 0 16px 16px;
    }

    body .ronixa-header-cart-widget-side .widget-heading,
    body .ronixa-header-dropdown-cart .widget-heading {
        padding: 16px;
    }

    body .ronixa-header-mini-cart-item {
        grid-template-columns: 56px minmax(0, 1fr) 28px;
        gap: 10px;
        padding: 12px 0;
    }

    body .ronixa-header-mini-cart-item .cart-item-image {
        width: 56px;
        height: 56px;
    }

    body .ronixa-header-mini-cart-buttons {
        grid-template-columns: 1fr 1fr;
    }

    #product-category .description-box,
    #product-search .search-page-filters {
        padding: 16px;
        border-radius: 18px;
    }

    #product-category .category-refine-box {
        min-height: 64px;
        padding: 16px;
        border-radius: 16px;
    }

    #product-search .search-page-filters .checkbox-inline {
        min-height: 44px;
        padding: 10px 12px;
    }

    #product-category .aside-toggler,
    #product-search .aside-toggler {
        width: 48px;
        height: 48px;
        right: 12px;
        bottom: 14px;
        border-radius: 14px;
    }
}

#common-home {
    padding: 0 0 56px;
    background: #f8fafc;
}

#common-home > .row {
    margin: 0;
}

#common-home #content {
    padding: 0;
    margin-top: 0 !important;
}

#common-home .home-main-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#common-home .module,
#common-home .swiper-viewport,
#common-home .banner,
#common-home .product-layout,
#common-home .product-thumb {
    box-sizing: border-box;
}

#common-home .swiper-viewport,
#common-home .banner {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

#common-home .swiper-pagination {
    bottom: 18px;
}

#common-home .swiper-pager,
#common-home .swiper-button-next,
#common-home .swiper-button-prev {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

#common-home .swiper-button-next,
#common-home .swiper-button-prev {
    opacity: 0.9;
}

#common-home .swiper-button-next:hover,
#common-home .swiper-button-prev:hover {
    opacity: 1;
    transform: scale(1.04);
}

#common-home .module + .module,
#common-home .swiper-viewport + .module,
#common-home .banner + .module,
#common-home .module + .swiper-viewport,
#common-home .banner + .swiper-viewport {
    margin-top: 36px;
}

#common-home .box-heading,
#common-home .module-title,
#common-home h2:not(.home-main-title) {
    margin: 0 0 20px;
    color: #0f172a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

#common-home .box-heading::after,
#common-home .module-title::after,
#common-home h2:not(.home-main-title)::after {
    display: none;
    content: none;
}
#common-home .text-center .box-heading,
#common-home .text-center .module-title,
#common-home .text-center h2:not(.home-main-title) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
}

#common-home .product-layout {
    margin-bottom: 24px;
}

#common-home .product-thumb {
    height: 100%;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#common-home .product-thumb:hover {
    transform: translateY(-4px);
    border-color: #cbd5e1;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

#common-home .product-thumb .image {
    margin-bottom: 16px;
    padding: 14px;
    border-radius: 14px;
    background: #f8fafc;
}

#common-home .product-thumb .image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#common-home .product-thumb .caption {
    padding: 0;
}

#common-home .product-thumb .caption a,
#common-home .product-thumb h4 a,
#common-home .product-thumb .name a {
    color: #0f172a;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
}

#common-home .product-thumb .caption a:hover,
#common-home .product-thumb h4 a:hover,
#common-home .product-thumb .name a:hover {
    color: #2563eb;
}

#common-home .price {
    margin-top: 10px;
    color: #111827;
    font-weight: 700;
    font-size: 18px;
}

#common-home .price-old {
    color: #94a3b8;
    font-weight: 500;
    margin-left: 8px;
}

#common-home .button-group,
#common-home .product-thumb .button-group {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

#common-home .button-group button,
#common-home .product-thumb .button-group button,
#common-home .button-group .btn,
#common-home .product-thumb .button-group .btn {
    flex: 1 1 auto;
    min-height: 42px;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: #ffffff;
    color: #0f172a;
    font-weight: 600;
    transition: all 0.25s ease;
}

#common-home .button-group button:hover,
#common-home .product-thumb .button-group button:hover,
#common-home .button-group .btn:hover,
#common-home .product-thumb .button-group .btn:hover {
    border-color: #2563eb;
    background: #2563eb;
    color: #ffffff;
}

@media (min-width: 1200px) {
    #common-home {
        padding-left: 20px;
        padding-right: 20px;
    }

    #common-home #content {
        max-width: 1440px;
        margin: 0 auto;
    }
}

@media (max-width: 991.98px) {
    #common-home {
        padding-bottom: 40px;
    }

    #common-home .module + .module,
    #common-home .swiper-viewport + .module,
    #common-home .banner + .module,
    #common-home .module + .swiper-viewport,
    #common-home .banner + .swiper-viewport {
        margin-top: 28px;
    }

    #common-home .box-heading,
    #common-home .module-title,
    #common-home h2:not(.home-main-title) {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    #common-home {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 32px;
    }

    #common-home .swiper-viewport,
    #common-home .banner,
    #common-home .product-thumb {
        border-radius: 14px;
    }

    #common-home .product-thumb {
        padding: 14px;
    }

    #common-home .box-heading,
    #common-home .module-title,
    #common-home h2:not(.home-main-title) {
        font-size: 21px;
    }

    #common-home .button-group,
    #common-home .product-thumb .button-group {
        gap: 8px;
    }
}

#common-home {
    padding-top: 0 !important;
}

#common-home #content > *:nth-child(2) {
    margin-top: 0 !important;
}

#common-home #content > *:nth-child(2) .swiper-viewport,
#common-home #content > *:nth-child(2) .banner,
#common-home #content > .swiper-viewport:first-child,
#common-home #content > .banner:first-child {
    margin-top: 0 !important;
}

@media (min-width: 1200px) {
    #common-home {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    #common-home #content {
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    #common-home #content > *:nth-child(2) {
        width: 100% !important;
        max-width: 100% !important;
    }

    #common-home #content > *:nth-child(2) .swiper-viewport,
    #common-home #content > *:nth-child(2) .banner,
    #common-home #content > .swiper-viewport:first-child,
    #common-home #content > .banner:first-child {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 1199.98px) {
    #common-home {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #common-home #content {
        max-width: 100% !important;
    }

    #common-home #content > *:nth-child(2) .swiper-viewport,
    #common-home #content > *:nth-child(2) .banner,
    #common-home #content > .swiper-viewport:first-child,
    #common-home #content > .banner:first-child {
        border-radius: 0 !important;
    }
}

/* ============================================================
   MisterETec Header — Amazon/Flipkart Layout + Fixes
   ============================================================ */

/* --- Middle Header: 3-Column Grid Layout --- */
@media (min-width: 992px) {
    .me-mid-header {
        display: flex !important;
        align-items: center;
        gap: 16px;
        height: 68px !important;
        max-height: 68px !important;
    }

    .me-mid-header__left {
        display: flex;
        align-items: center;
        gap: 0;
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .me-mid-header__center {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .me-mid-header__right {
        display: flex;
        align-items: center;
        gap: 4px;
        flex: 0 0 auto;
        justify-content: flex-end;
    }
}

/* --- Always-Visible Search Box (Wide) --- */
.me-header-search {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 560px;
    padding: 0;
}

.me-header-search__inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    background: #f8fafc;
    border: 1.5px solid #dbe3ec;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.me-header-search__inner:focus-within {
    border-color: #e5af1c;
    box-shadow: 0 0 0 3px rgba(229, 175, 28, 0.12);
    background: #fff;
}

.me-header-search__input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100% !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
    min-height: 0 !important;
}

.me-header-search__input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.me-header-search__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 34px;
    margin-right: 4px;
    border: 0 !important;
    border-radius: 10px !important;
    background: #e5af1c !important;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    min-height: 0 !important;
}

.me-header-search__btn:hover {
    background: #c99000 !important;
    transform: translateY(-1px);
}

/* --- Account Dropdown --- */
.me-header-account {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 2px;
}

.me-header-account__toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 10px;
    color: #111827;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.me-header-account__toggle:hover {
    background: #f3f4f6;
    color: #111827;
    text-decoration: none;
}

.me-header-account__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #374151;
    font-size: 15px;
    transition: background 0.2s ease;
}

.me-header-account__toggle:hover .me-header-account__icon {
    background: #e5e7eb;
}

.me-header-account__label {
    display: inline-block;
}

.me-header-account__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    padding: 8px 0;
    margin-top: 4px;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 99999;
}

.me-header-account:hover .me-header-account__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.me-header-account__dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.me-header-account__dropdown ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
    min-height: 0 !important;
    border-radius: 0 !important;
}

.me-header-account__dropdown ul li a:hover {
    background: #f8fafc;
    color: #111827;
}

.me-header-account__dropdown ul li a i {
    font-size: 15px;
    color: #6b7280;
    width: 18px;
    text-align: center;
}

.me-header-account__divider {
    height: 1px;
    margin: 6px 14px;
    background: #edf1f5;
}

/* --- Cart Icon Fix: Remove black box, clean badge --- */
body .ronixa-header-cart > button,
body .cart-widget-opener > button,
body .ronixa-header-cart-widget-side > button {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important;
    padding: 6px 8px !important;
    border-radius: 10px !important;
}

body .ronixa-header-cart > button:hover,
body .cart-widget-opener > button:hover,
body .ronixa-header-cart-widget-side > button:hover {
    background: #f3f4f6 !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none;
}

body .ronixa-header-cart .cart-total,
body .ronixa-header-cart .ronixa-cart-number.ronixa-tools-count {
    min-width: 16px !important;
    min-height: 16px !important;
    width: auto;
    height: auto;
    padding: 1px 5px !important;
    border-radius: 999px;
    background: #e5af1c !important;
    color: #ffffff !important;
    font-size: 9px !important;
    font-weight: 700;
    line-height: 14px !important;
}

body .ronixa-header-cart .ronixa-header-tools-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #374151;
}

/* --- Sticky Header — Same Amazon/Flipkart layout as main header --- */
.ronixa-sticky-header .me-mid-header {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 58px;
    max-height: 58px;
}

.ronixa-sticky-header .me-mid-header__left {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.ronixa-sticky-header .me-mid-header__center {
    flex: 1 1 auto;
}

.ronixa-sticky-header .me-mid-header__right {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
}

.ronixa-sticky-header .ronixa-header-theme-logo img {
    max-height: inherit;
    width: auto;
}

.ronixa-sticky-header .me-header-search__inner {
    height: 38px;
}

.ronixa-sticky-header .me-header-search__input {
    font-size: 13px;
}

.ronixa-sticky-header .me-header-search__btn {
    width: 42px;
    font-size: 13px;
}

.ronixa-sticky-header .me-header-account__label {
    font-size: 12px;
}

/* Sticky header white background */
.ronixa-header-clone.ronixa-header-sticked .ronixa-header-row {
    background: #ffffff;
}

@media (max-width: 991px) {
    .me-header-search,
    .me-header-account,
    .me-mid-header__left,
    .me-mid-header__center,
    .me-mid-header__right {
        display: none !important;
    }

    /* But show mobile elements in sticky */
    .ronixa-sticky-header .ronixa-header-mobile-left,
    .ronixa-sticky-header .ronixa-theme-mobile-center,
    .ronixa-sticky-header .ronixa-header-mobile-right {
        display: flex !important;
    }
}

/* ============================================================
   MisterETec — My Account Dashboard (Amazon/Flipkart Style)
   ============================================================ */

.me-account-dashboard {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.me-account-section {
    padding: 28px;
    border-bottom: 1px solid var(--mt-border);
}

.me-account-section:last-child {
    border-bottom: 0;
}

.me-account-section__title {
    margin: 0 0 20px;
    padding: 0;
    border: 0 !important;
    color: var(--mt-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.me-account-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 14px;
}

.me-account-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    background: var(--mt-surface);
    border: 1px solid var(--mt-border);
    border-radius: 16px;
    text-decoration: none;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.18s ease;
    cursor: pointer;
}

.me-account-card:hover {
    border-color: rgba(229, 175, 28, 0.5);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
    text-decoration: none;
}

.me-account-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
    font-size: 20px;
    flex-shrink: 0;
}

.me-account-card__icon--blue {
    background: #eff6ff;
    color: #2563eb;
}

.me-account-card__icon--amber {
    background: #fffbeb;
    color: #d97706;
}

.me-account-card__icon--green {
    background: #f0fdf4;
    color: #16a34a;
}

.me-account-card__icon--rose {
    background: #fff1f2;
    color: #e11d48;
}

.me-account-card__icon--indigo {
    background: #eef2ff;
    color: #4f46e5;
}

.me-account-card__icon--cyan {
    background: #ecfeff;
    color: #0891b2;
}

.me-account-card__icon--orange {
    background: #fff7ed;
    color: #ea580c;
}

.me-account-card__icon--teal {
    background: #f0fdfa;
    color: #0d9488;
}

.me-account-card__icon--purple {
    background: #faf5ff;
    color: #9333ea;
}

.me-account-card__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.me-account-card__title {
    color: var(--mt-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.me-account-card__desc {
    color: var(--mt-text-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.me-account-card:hover .me-account-card__title {
    color: #111827;
}

#account-account #content {
    background: var(--mt-surface);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-lg);
    box-shadow: var(--mt-shadow-sm);
    padding: 0 !important;
    overflow: hidden;
}

#account-account .form-box-wrapper {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

@media (max-width: 767.98px) {
    .me-account-section {
        padding: 20px 16px;
    }

    .me-account-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .me-account-card {
        padding: 14px 14px;
    }

    .me-account-card__icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 12px;
        font-size: 18px;
    }

    .me-account-section__title {
        font-size: 18px;
        margin-bottom: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .me-account-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================================
   MisterETec — Account Inner Pages (Unified Styling)
   All account forms, tables, buttons, cards — Amazon/Flipkart style
   ============================================================ */

/* --- Page-level containers --- */
#account-edit,
#account-password,
#account-address,
#account-order,
#account-wishlist,
#account-download,
#account-return,
#account-newsletter,
#account-login,
#account-register,
#account-reward,
#account-transaction,
#account-forgotten,
#account-affiliate,
#account-recurring,
#account-tracking,
#account-voucher,
#account-reset {
    max-width: var(--mt-container);
    margin: 0 auto !important;
    padding: 20px 20px 28px !important;
}

/* --- Kill Bootstrap spacing utilities on account pages (root cause of extra height) --- */
#account-order.my-5,
#account-address.mb-5,
#account-return.mb-5,
#account-newsletter.mb-5,
#account-login.pb-5,
#account-return.mb-5 {
    margin: 0 auto !important;
    padding-top: 20px !important;
    padding-bottom: 28px !important;
}

/* pb-5 wrapper inside wishlist */
#account-wishlist > .pb-5 {
    padding-bottom: 0 !important;
}

/* --- Form Box Wrapper — main content card --- */
#account-edit .form-box-wrapper,
#account-password .form-box-wrapper,
#account-address .form-box-wrapper,
#account-order .form-box-wrapper,
#account-wishlist .form-box-wrapper,
#account-download .form-box-wrapper,
#account-return .form-box-wrapper,
#account-newsletter .form-box-wrapper,
#account-login .form-box-wrapper,
#account-register .form-box-wrapper,
#account-reward .form-box-wrapper,
#account-transaction .form-box-wrapper,
#account-forgotten .form-box-wrapper,
#account-affiliate .form-box-wrapper,
#account-recurring .form-box-wrapper,
#account-tracking .form-box-wrapper,
#account-voucher .form-box-wrapper,
#account-reset .form-box-wrapper,
#account-login .card,
#account-register .card {
    background: var(--mt-surface);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-lg);
    box-shadow: var(--mt-shadow-sm);
    padding: 24px;
    margin-bottom: 16px;
}

/* --- Fieldset & Legend — section dividers --- */
#content fieldset {
    margin-bottom: 18px;
    padding: 0;
    border: 0;
}

#content fieldset legend {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #edf1f5;
    color: var(--mt-text);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    float: none;
}

/* --- Form Groups — label + input rows --- */
#content .form-group {
    margin-bottom: 14px;
}

#content .form-group .col-form-label,
#content .form-group label.col-form-label {
    color: var(--mt-text);
    font-size: 14px;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 6px;
    line-height: 1.4;
}

#content .form-group .col-form-label .text-danger {
    color: #dc2626 !important;
    margin-left: 2px;
}

/* --- Form Controls — inputs, selects, textareas --- */
#content .form-control,
#content .form-select,
#content select,
#content textarea {
    min-height: 48px;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid var(--mt-border-strong);
    border-radius: 14px;
    color: var(--mt-text);
    font-size: 14px;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

#content textarea {
    min-height: 120px;
    resize: vertical;
}

#content .form-control:focus,
#content .form-select:focus,
#content select:focus,
#content textarea:focus {
    border-color: rgba(229, 175, 28, 0.65) !important;
    box-shadow: 0 0 0 4px rgba(229, 175, 28, 0.12) !important;
    outline: 0;
}

#content .form-control.bg-light,
#content .form-control[readonly] {
    background: #f8fafc !important;
    color: var(--mt-text-soft);
    border-color: var(--mt-border) !important;
}

/* --- Input Groups (date, time pickers etc.) --- */
#content .input-group {
    border-radius: 14px;
    overflow: hidden;
}

#content .input-group .form-control {
    border-radius: 14px 0 0 14px !important;
}

#content .input-group .input-group-btn .btn,
#content .input-group-text {
    min-height: 48px;
    border-radius: 0 14px 14px 0 !important;
    border-color: var(--mt-border-strong);
}

/* --- Radio & Checkbox Inputs --- */
#content .radio-input-boxes {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 6px;
}

#content .radio-input-boxes .form-check-label,
#content .form-check-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #f8fafc;
    border: 1px solid var(--mt-border);
    border-radius: 12px;
    color: var(--mt-text);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.22s ease, background 0.22s ease;
}

#content .radio-input-boxes .form-check-label:hover,
#content .form-check-label:hover {
    border-color: rgba(229, 175, 28, 0.45);
    background: #fffdf5;
}

#content .form-check-input:checked + .form-check-label,
#content .form-check-input:checked ~ .form-check-label {
    border-color: var(--mt-accent);
    background: #fffbeb;
    color: #92400e;
    font-weight: 600;
}

#content .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0;
    border-color: var(--mt-border-strong);
    cursor: pointer;
}

#content .form-check-input:checked {
    background-color: var(--mt-accent);
    border-color: var(--mt-accent);
}

#content .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(229, 175, 28, 0.2);
}

/* --- Error Messages --- */
#content .text-danger {
    color: #dc2626;
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
}

/* --- Buttons — Primary (Gold), Secondary (Outline) --- */
#content .buttons,
#content .buttons.clearfix {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #edf1f5;
}

#content .buttons .btn-main,
#content .buttons .btn-primary,
#content .buttons .base-color,
#content .buttons button[type="submit"] {
    min-height: 48px;
    padding: 12px 28px;
    background: var(--mt-accent) !important;
    border: 1px solid var(--mt-accent) !important;
    border-radius: 14px !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.22s ease, transform 0.18s ease, box-shadow 0.22s ease;
}

#content .buttons .btn-main:hover,
#content .buttons .btn-primary:hover,
#content .buttons .base-color:hover,
#content .buttons button[type="submit"]:hover {
    background: var(--mt-accent-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(229, 175, 28, 0.25);
}

#content .buttons .secondry-button,
#content .buttons .btn-light,
#content .buttons .btn-default,
#content .buttons a.btn {
    min-height: 48px;
    padding: 12px 24px;
    background: #ffffff !important;
    border: 1px solid var(--mt-border-strong) !important;
    border-radius: 14px !important;
    color: var(--mt-text) !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.22s ease, background 0.22s ease, transform 0.18s ease;
}

#content .buttons .secondry-button:hover,
#content .buttons .btn-light:hover,
#content .buttons .btn-default:hover,
#content .buttons a.btn:hover {
    background: #f8fafc !important;
    border-color: var(--mt-text-muted) !important;
    transform: translateY(-1px);
}

/* Continue button (float-end) stays right, back button (float-start) stays left */
#content .buttons .float-start {
    margin-right: auto;
}

/* --- Tables — Orders, Downloads, Returns, Transactions, Rewards, Wishlist --- */
#content .table-responsive {
    border-radius: var(--mt-radius-md);
    border: 1px solid var(--mt-border);
    overflow: hidden;
    box-shadow: var(--mt-shadow-sm);
    margin-bottom: 14px;
}

#content .table-responsive .table {
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
}

#content .table thead th,
#content .table thead td {
    padding: 10px 14px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #e2e8f0;
    white-space: nowrap;
}

#content .table tbody td {
    padding: 10px 14px;
    color: var(--mt-text);
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
}

#content .table tbody tr:last-child td {
    border-bottom: 0;
}

#content .table tbody tr:hover td {
    background: #fafbfd;
}

/* Table action buttons */
#content .table .btn {
    min-height: 36px;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 10px !important;
}

#content .table .btn-main,
#content .table .btn-primary,
#content .table .base-color {
    background: var(--mt-accent) !important;
    border-color: var(--mt-accent) !important;
    color: #fff !important;
    min-height: 36px;
    padding: 6px 14px;
}

/* Table empty state */
#content .table tbody td[colspan] {
    padding: 48px 18px;
    text-align: center;
    color: var(--mt-text-muted);
    font-size: 15px;
    font-weight: 500;
    background: #fafbfd;
}

/* --- Pagination & Results --- */
#content .pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
}

#content .results {
    color: var(--mt-text-muted);
    font-size: 13px;
    font-weight: 500;
    margin-top: 4px;
}

#content .pagination li.active span,
#content .pagination li.active a {
    background: var(--mt-accent) !important;
    border-color: var(--mt-accent) !important;
    color: #ffffff !important;
}

#content .pagination a:hover {
    border-color: var(--mt-accent);
    color: var(--mt-accent);
    background: #fffdf5;
}

/* --- Address List Cards --- */
#account-address .table tbody td {
    padding: 20px;
}

#account-address .table .btn-danger {
    background: #fee2e2 !important;
    border-color: #fecaca !important;
    color: #dc2626 !important;
}

#account-address .table .btn-danger:hover {
    background: #fca5a5 !important;
    border-color: #fca5a5 !important;
    color: #ffffff !important;
}

/* Address detail styling */
.customer-address-detail,
.receiver-box {
    padding: 18px;
    background: #f8fafc;
    border: 1px solid var(--mt-border);
    border-radius: 16px;
    margin-bottom: 14px;
}

.address-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

/* --- Wishlist Page Specific --- */
#account-wishlist .table .image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--mt-border);
    padding: 4px;
    background: #ffffff;
}

#account-wishlist .table .btn-danger {
    background: transparent !important;
    border: 1px solid #fecaca !important;
    color: #dc2626 !important;
    min-height: 36px;
    padding: 6px 12px;
}

#account-wishlist .table .btn-danger:hover {
    background: #fee2e2 !important;
}

/* --- Order Detail Page --- */
#account-order .table.list td,
#account-order .table.list th {
    padding: 12px 16px;
}

#account-order .table.list {
    border: 1px solid var(--mt-border);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

/* Order info — payment/shipping address side by side */
#account-order .row > .col-sm-6 {
    margin-bottom: 20px;
}

#account-order .row > .col-sm-6 table {
    border: 1px solid var(--mt-border);
    border-radius: 16px;
    overflow: hidden;
}

/* Order status/history section */
#account-order h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--mt-text);
    margin: 24px 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf1f5;
}

/* --- Login Page --- */
#account-login #content {
    max-width: 960px;
    margin: 0 auto;
}

#account-login .card {
    padding: 32px;
    margin-bottom: 24px;
}

#account-login .card h2,
#account-login .heading-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--mt-text);
    margin-bottom: 8px;
}

#account-login .card p {
    color: var(--mt-text-soft);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#account-login .card .btn-main,
#account-login .card .btn-primary {
    width: 100%;
    min-height: 50px;
    background: var(--mt-accent) !important;
    border-color: var(--mt-accent) !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 14px !important;
}

#account-login .card .btn-main:hover,
#account-login .card .btn-primary:hover {
    background: var(--mt-accent-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(229, 175, 28, 0.25);
}

#account-login .forgotten-password {
    display: inline-block;
    margin-top: 8px;
    color: var(--mt-accent-dark);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

#account-login .forgotten-password:hover {
    text-decoration: underline;
}

/* --- Register Page --- */
#account-register .form-box-wrapper {
    max-width: 860px;
    margin: 0 auto 24px;
}

/* --- Newsletter Page --- */
#account-newsletter .form-box-wrapper {
    max-width: 640px;
    margin: 0 auto 24px;
}

#account-newsletter fieldset {
    text-align: center;
    padding: 20px 0;
}

#account-newsletter .radio-input-boxes {
    justify-content: center;
}

/* --- Password Page --- */
#account-password .form-box-wrapper {
    max-width: 560px;
    margin: 0 auto 24px;
}

/* --- Download Page --- */
#account-download .table .btn-main,
#account-download .table .btn-primary {
    background: var(--mt-accent) !important;
    border-color: var(--mt-accent) !important;
    color: #fff !important;
}

/* --- Return Form Specific --- */
#account-return .form-group .radio-inline {
    margin-right: 12px;
}

#account-return .form-group .radio-inline label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #f8fafc;
    border: 1px solid var(--mt-border);
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
}

/* --- Reward / Transaction Pages --- */
#account-reward .table tfoot td,
#account-transaction .table tfoot td {
    padding: 16px 18px;
    background: #f8fafc;
    font-weight: 700;
    color: var(--mt-text);
    border-top: 2px solid #e2e8f0;
}

/* --- Empty state (p in content when no data) --- */
#content > p:only-of-type {
    padding: 28px 20px;
    text-align: center;
    color: var(--mt-text-muted);
    font-size: 14px;
    background: #fafbfd;
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-md);
}

/* --- Alert improvements on account pages --- */
#content .alert {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    border: 0;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

#content .alert-success {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

#content .alert-danger {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

#content .alert-warning {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
}

#content .alert i {
    font-size: 18px;
}

/* --- 2-column form layout on desktop --- */
@media (min-width: 768px) {
    #account-edit .form-horizontal .form-group,
    #account-register .form-horizontal .form-group,
    #account-return .form-horizontal .form-group {
        display: flex;
        align-items: flex-start;
        gap: 0;
    }

    #account-edit .form-horizontal .col-form-label,
    #account-register .form-horizontal .col-form-label,
    #account-return .form-horizontal .col-form-label {
        flex: 0 0 200px;
        max-width: 200px;
        padding-top: 12px;
        text-align: right;
        padding-right: 16px;
    }

    #account-edit .form-horizontal .form-group > div:not(.col-form-label),
    #account-register .form-horizontal .form-group > div:not(.col-form-label) {
        flex: 1;
    }
}

/* --- Responsive: Tablet --- */
@media (max-width: 991.98px) {
    #account-edit,
    #account-password,
    #account-address,
    #account-order,
    #account-wishlist,
    #account-download,
    #account-return,
    #account-newsletter,
    #account-login,
    #account-register,
    #account-reward,
    #account-transaction,
    #account-forgotten,
    #account-affiliate,
    #account-recurring,
    #account-tracking,
    #account-voucher,
    #account-reset {
        padding: 16px 14px 22px;
    }
}

/* --- Responsive: Mobile --- */
@media (max-width: 767.98px) {
    #account-edit,
    #account-password,
    #account-address,
    #account-order,
    #account-wishlist,
    #account-download,
    #account-return,
    #account-newsletter,
    #account-login,
    #account-register,
    #account-reward,
    #account-transaction,
    #account-forgotten,
    #account-affiliate,
    #account-recurring,
    #account-tracking,
    #account-voucher,
    #account-reset {
        padding: 14px 12px 20px;
    }

    #account-edit .form-box-wrapper,
    #account-password .form-box-wrapper,
    #account-address .form-box-wrapper,
    #account-order .form-box-wrapper,
    #account-wishlist .form-box-wrapper,
    #account-download .form-box-wrapper,
    #account-return .form-box-wrapper,
    #account-newsletter .form-box-wrapper,
    #account-login .form-box-wrapper,
    #account-register .form-box-wrapper,
    #account-reward .form-box-wrapper,
    #account-transaction .form-box-wrapper,
    #account-affiliate .form-box-wrapper,
    #account-recurring .form-box-wrapper,
    #account-tracking .form-box-wrapper,
    #account-voucher .form-box-wrapper,
    #account-reset .form-box-wrapper,
    #account-login .card {
        padding: 20px 16px;
        border-radius: 20px;
    }

    #content fieldset legend {
        font-size: 16px;
    }

    #content .buttons {
        flex-direction: column-reverse;
        gap: 10px;
    }

    #content .buttons .btn-main,
    #content .buttons .btn-primary,
    #content .buttons .base-color,
    #content .buttons button[type="submit"],
    #content .buttons .secondry-button,
    #content .buttons .btn-light,
    #content .buttons .btn-default,
    #content .buttons a.btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    #content .buttons .float-start,
    #content .buttons .float-end {
        float: none !important;
        width: 100%;
    }

    #content .table thead {
        display: none;
    }

    #content .table tbody tr {
        display: block;
        padding: 16px;
        margin-bottom: 12px;
        border: 1px solid var(--mt-border);
        border-radius: 16px;
        background: #ffffff;
    }

    #content .table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid #f3f4f6;
        font-size: 13px;
    }

    #content .table tbody td:last-child {
        border-bottom: 0;
    }

    #content .table tbody td::before {
        content: attr(data-title);
        font-weight: 700;
        color: var(--mt-text-soft);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        flex-shrink: 0;
        margin-right: 12px;
    }

    #content .table tbody td .btn {
        width: 100%;
        margin-top: 4px;
    }

    /* Wishlist image on mobile */
    #account-wishlist .table tbody td.image {
        justify-content: center;
    }

    #account-wishlist .table .image img {
        width: 64px;
        height: 64px;
    }

    /* Login 2-column to stack */
    #account-login .row > .col-lg-6 {
        margin-bottom: 20px;
    }

    /* 2-column form back to stacked */
    #account-edit .form-horizontal .col-form-label,
    #account-register .form-horizontal .col-form-label,
    #account-return .form-horizontal .col-form-label {
        text-align: left;
        padding-right: 0;
    }
}

/* ============================================================
   MisterETec — Kill Bootstrap .mb-4 on legends + extra spacing
   ============================================================ */
#content fieldset legend.mb-4,
#content .heading-title.mb-4,
#content h1.mb-4,
#content h2.mb-4 {
    margin-bottom: 14px !important;
}

#content .form-group .col-form-label.mb-4 {
    margin-bottom: 8px !important;
}

/* Description paragraphs inside form-box-wrapper */
#content .form-box-wrapper > p,
#content .form-box-wrapper .form-horizontal ~ p {
    margin-bottom: 14px;
    color: var(--mt-text-soft);
    font-size: 14px;
    line-height: 1.6;
}

/* ============================================================
   MisterETec — Tracking Page (Amazon/Flipkart Style)
   ============================================================ */
.me-tracking-page {
    max-width: 720px;
    margin: 0 auto;
}

.me-tracking-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 2px solid #edf1f5;
}

.me-tracking-header__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 22px;
    flex-shrink: 0;
}

.me-tracking-header__title {
    margin: 0 0 4px !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 20px !important;
    font-weight: 700;
    color: var(--mt-text);
    line-height: 1.3;
}

.me-tracking-header__desc {
    margin: 0;
    color: var(--mt-text-muted);
    font-size: 13px;
    line-height: 1.5;
}

/* Tracking steps with numbered circles */
.me-tracking-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid #f3f6fa;
}

.me-tracking-step:last-of-type {
    border-bottom: 0;
}

.me-tracking-step__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: var(--mt-accent);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 2px;
}

.me-tracking-step__content {
    flex: 1;
    min-width: 0;
}

.me-tracking-step__label {
    display: block;
    margin-bottom: 8px;
    color: var(--mt-text);
    font-size: 14px;
    font-weight: 700;
}

.me-tracking-step__content .form-control {
    min-height: 46px;
}

.me-tracking-step__content textarea.form-control {
    min-height: 80px;
}

/* ============================================================
   MisterETec — Affiliate Page Tighten
   ============================================================ */
#account-affiliate .form-box-wrapper {
    max-width: 760px;
    margin: 0 auto;
}

#account-affiliate .payment {
    margin-top: 10px;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid var(--mt-border);
    border-radius: 14px;
}

#account-affiliate .radio {
    margin-bottom: 6px;
}

/* ============================================================
   MisterETec — Global Extra Space Killers
   ============================================================ */

/* Kill .mt-3, .mt-4 on buttons inside form-box-wrapper */
#content .buttons .mt-3,
#content .buttons .mt-4 {
    margin-top: 0 !important;
}

/* Tighten row gap in pagination area */
#content .form-box-wrapper > .row {
    margin-top: 10px;
    margin-bottom: 0;
}

/* Tighter .col-12 form-group spacing */
#content .col-12.form-group {
    margin-bottom: 12px;
}

@media (max-width: 767.98px) {
    .me-tracking-header {
        flex-direction: column;
        gap: 10px;
    }

    .me-tracking-header__icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 18px;
    }

    .me-tracking-step {
        padding: 14px 0;
    }

    .me-tracking-step__num {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 12px;
    }
}
