.customer-address-form-panel__inner .form-group{
    margin-bottom: 15px;
}

.customer-order-card {
    background: #fff;
}

.customer-order-card .style1,
.customer-order-card .style2,
.customer-order-card .style3,
.customer-order-card .style4 {
    display: inline-block;
}

#js-customer-orders-table.is-loading,
#js-customer-orders-cards.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

.customer-order-item-thumb {
    height: 56px;
    object-fit: cover;
    width: 56px;
}

.customer-order-item-thumb--placeholder {
    background: #f3f4f6;
    height: 56px;
    width: 56px;
}

.customer-order-timeline__step {
    flex: 1 1 120px;
    min-width: 120px;
    position: relative;
}

.customer-order-timeline__dot {
    background: #dee2e6;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin-bottom: 8px;
    width: 12px;
}

.customer-order-timeline__step.is-completed .customer-order-timeline__dot {
    background: var(--thm-color, #86bc42);
}

.customer-order-timeline__step.is-current .customer-order-timeline__label {
    color: var(--thm-color, #86bc42);
    font-weight: 600;
}

.customer-order-tracking {
    border: 1px solid #e9ecef;
}

.auth-pass-inputgroup .password-addon {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 2.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    z-index: 2;
}

.auth-pass-inputgroup .password-addon-icon {
    font-size: 1rem;
    line-height: 1;
}

.auth-pass-inputgroup .form-control.password-input {
    padding-right: 2.75rem;
}

.customer-address-form-panel__inner .form-group .form-label {
    font-size: 14px;
    font-weight: 600;
}

.saved-address-body__lines p, .saved-address-body__contact p {
    font-size: 14px;
    font-weight: 500;
}

.saved-address-add-card {
    background: #fafafa;
    border: 2px dashed #dee2e6;
    border-radius: 0.375rem;
    cursor: pointer;
    min-height: 220px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.saved-address-add-card:hover,
.saved-address-add-card:focus {
    background: #f8fff0;
    border-color: var(--thm-color, #86bc42);
    outline: none;
}

.checkout_form.style2 .checkout_country_form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    padding-top: 16px;
}

/* Checkout — delivery address cards */
.checkout-address-section__head .title {
    color: #041e42;
}

.checkout-address-grid > .checkout-address-grid__cell {
    display: flex;
}

.checkout-address-card {
    cursor: pointer;
    display: flex;
    flex: 1 1 auto;
    width: 100%;
}

.checkout-address-card__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-address-card__surface {
    background: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 100%;
    padding: 1.25rem 1.25rem 1rem 3rem;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.checkout-address-card.selected .checkout-address-card__surface {
    border-color: var(--thm-color, #ffb829);
    box-shadow: 0 0 0 1px var(--thm-color, #ffb829);
}

.checkout-address-card--account {
    cursor: default;
}

.checkout-address-card--account .checkout-address-card__surface {
    padding-left: 1.25rem;
}

.checkout-address-card__radio {
    border: 2px solid #ced4da;
    border-radius: 50%;
    height: 1.125rem;
    left: 1.25rem;
    position: absolute;
    top: 1.35rem;
    width: 1.125rem;
}

.checkout-address-card.selected .checkout-address-card__radio {
    background: var(--thm-color, #ffb829);
    border-color: var(--thm-color, #ffb829);
    box-shadow: inset 0 0 0 3px #fff;
}

.checkout-address-card__head {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.checkout-address-card__name {
    color: #041e42;
    font-family: Jost, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
}

.checkout-address-card__type {
    background: #f4f6f8;
    border: 1px solid #e3e8ef;
    border-radius: 999px;
    color: #626974;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.2;
    margin-top: 0.35rem;
    padding: 0.15rem 0.65rem;
}

.checkout-address-card__default {
    background: var(--thm-color, #ffb829);
    border-radius: 4px;
    color: #041e42;
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0.2rem 0.55rem;
}

.checkout-address-card .saved-address-body__lines p:last-child {
    margin-bottom: 0;
}

.checkout-address-card__foot {
    border-top: 1px solid #eef1f4;
    margin-top: auto;
    padding-top: 0.75rem;
}

/* .checkout-address-card__edit {
    background: none;
    border: 0;
    color: #041e42;
    cursor: pointer;
    font-family: Jost, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
}

.checkout-address-card__edit:hover,
.checkout-address-card__edit:focus {
    color: var(--thm-color, #ffb829);
    outline: none;
    text-decoration: underline;
} */

.checkout-address-add-card {
    align-items: center;
    background: #fff;
    border: 1.5px dashed #cfd6df;
    border-radius: 8px;
    color: #041e42;
    cursor: pointer;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.65rem;
    justify-content: center;
    min-height: 100%;
    padding: 2rem 1.25rem;
    transition: border-color 0.2s ease, background 0.2s ease;
    width: 100%;
}

.checkout-address-add-card:hover,
.checkout-address-add-card:focus {
    background: #fffdf5;
    border-color: var(--thm-color, #ffb829);
    outline: none;
}

.checkout-address-add-card__icon {
    align-items: center;
    border: 1px solid #e3e8ef;
    border-radius: 50%;
    color: #041e42;
    display: inline-flex;
    font-size: 1.35rem;
    font-weight: 300;
    height: 2.5rem;
    justify-content: center;
    line-height: 1;
    width: 2.5rem;
}

.checkout-address-add-card__text {
    font-family: Jost, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
}

.checkout-address-empty {
    background: #fafbfc;
}

/* Shop listing — active filter chips */
.shop-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 0;
  padding-left: 0;
}

.shop-active-filters .list-inline-item {
  margin: 0;
}

.shop-active-filter {
  background: none;
  border: 0;
  color: #626974;
  cursor: pointer;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
  text-decoration: none;
}

.shop-active-filter:hover,
.shop-active-filter:focus {
  color: #041e42;
  outline: none;
  text-decoration: underline;
}

.shop-active-filter__icon {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-right: 0.35rem;
  vertical-align: middle;
}

/* Shop sidebar accordion — entire header row toggles collapse (+/− icon is outside the button) */
#shopSidebarAccordion .card-header {
  cursor: pointer;
}

#shopSidebarAccordion .card-header .btn-link {
  flex: 1 1 auto;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* Shop sidebar accordion — tighter spacing between filter sections */
#shopSidebarAccordion > .card {
  padding-bottom: 3px;
  padding-top: 3px;
}

#shopSidebarAccordion > .card > .card-header h4 {
  margin-bottom: 0;
  margin-top: 0;
}

#shopSidebarAccordion > .card > .card-header::before {
  line-height: 1px;
}

#shopSidebarAccordion > .card > .card-body {
  padding-bottom: 0;
  padding-top: 4px;
}

#shopSidebarAccordion .left_sidebar_department_widgets,
#shopSidebarAccordion .shop-category-tree {
  margin-bottom: 0;
}

#shopSidebarAccordion .shop-category-tree__children {
  margin-bottom: 0 !important;
}

#shopSidebarAccordion .shop-category-tree__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
    .container, .container-sm {
      max-width: 90%;
    }
}

/* Zeomart theme hides Bootstrap modal backdrop globally; restore when a modal is open */
body.modal-open .modal-backdrop.show {
    display: block;
    opacity: 0.5;
    z-index: 1055;
}

body.modal-open #emailChangeOtpModal {
    z-index: 1060;
}

/* ==========================================================================
   Premium marketplace header (desktop + mobile)
   ========================================================================== */
.rz-header-middle {
    padding-bottom: 8px !important;
    padding-top: 10px !important;
}

.rz-header-middle__row {
    align-items: center;
    min-height: 0;
}

.rz-header-logo-wrap {
    align-items: center;
    display: flex;
    min-height: 0;
    padding: 0 12px 0 0;
}

.rz-header-middle .header_top_logo_home1 .site-logo-img {
    display: block;
    height: 52px;
    max-height: none;
    max-width: 190px;
    object-fit: contain;
    width: auto;
}

.rz-header-middle .header_top_logo_home1 .logo {
    line-height: 0;
    margin-top: 0;
}

.rz-header-search {
    width: 100%;
}

.rz-header-middle .header_middle_advnc_search .search_form_wrapper {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    position: relative;
}

.rz-header-middle .header_middle_advnc_search .search_form_wrapper:focus-within > .row {
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.18);
}

.rz-header-middle .header_middle_advnc_search .search_form_wrapper > .row {
    align-items: stretch;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.14);
    flex-wrap: nowrap;
    margin: 0;
    min-height: 42px;
    overflow: visible;
    transition: box-shadow 0.2s ease;
}

.rz-header-middle .header_middle_advnc_search .search_form_wrapper > .row > [class*="col"] {
    display: flex;
    padding: 0;
}

.rz-header-middle .header_middle_advnc_search .search_form_wrapper > .row > .col.p0 {
    flex: 1 1 auto;
    min-width: 0;
}

.rz-header-middle .header_middle_advnc_search .search_form_wrapper > .row > .col-auto.p0:last-child {
    height: 0;
    overflow: visible;
    padding: 0 !important;
    position: static;
    width: 0;
}

.rz-header-middle .header_middle_advnc_search .search_form_wrapper > .row > .col.p0 .top-search form.form-search .box-search input {
    padding-right: 52px;
    border-radius: 8px;
}

.rz-header-middle .header_middle_advnc_search .actegory {
    align-items: center;
    border-right: 1px solid #e8edf3;
    display: flex;
    height: 100%;
    min-height: 42px;
}

.rz-header-middle .header_middle_advnc_search .actegory .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    line-height: 42px;
    padding: 0 10px 0 12px;
    width: 168px;
}

.rz-header-middle .header_middle_advnc_search .actegory .bootstrap-select > .dropdown-toggle {
    background: #f8fafc;
    border: 0;
    border-radius: 8px 0 0 8px;
    color: #334155;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    padding: 0;
}

.rz-header-middle .header_middle_advnc_search .top-search {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
}

.rz-header-middle .header_middle_advnc_search .top-search form.form-search,
.rz-header-middle .header_middle_advnc_search .top-search form.form-search .box-search {
    height: 100%;
    width: 100%;
}

.rz-header-middle .header_middle_advnc_search .top-search form.form-search .box-search.pre_line:before {
    display: none;
}

.rz-header-middle .header_middle_advnc_search .top-search form.form-search .box-search input,
.rz-header-middle .header_middle_advnc_search .search_form_wrapper.header-search-no-category-filter .top-search form.form-search .box-search input {
    background: #ffffff;
    border: 0;
    border-radius: 8px 0 0 8px;
    color: #0f172a;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    max-width: none;
    padding: 0 52px 0 14px;
    width: 100%;
}

.rz-header-middle .header_middle_advnc_search .top-search form.form-search .box-search input::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.rz-header-middle .header_middle_advnc_search .advscrh_frm_btn,
.rz-header-middle .header_middle_advnc_search .search_form_wrapper.header-search-no-category-filter .header-search-submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
}

.rz-header-middle .header_middle_advnc_search .advscrh_frm_btn .search-btn,
.rz-header-middle .header_middle_advnc_search .search_form_wrapper.header-search-no-category-filter .header-search-submit-btn .search-btn {
    align-items: center;
    background: linear-gradient(135deg, #f5c34b 0%, #fbbf24 100%);
    border: 0;
    border-radius: 0 8px 8px 0;
    color: #1e293b;
    cursor: pointer;
    display: inline-flex;
    font-size: 17px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    min-width: 48px;
    pointer-events: auto;
    transition: background 0.2s ease, transform 0.15s ease;
    width: 48px;
}

.rz-header-middle .header_middle_advnc_search .advscrh_frm_btn .search-btn:hover,
.rz-header-middle .header_middle_advnc_search .search_form_wrapper.header-search-no-category-filter .header-search-submit-btn .search-btn:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #0f172a;
    transform: translateY(-1px);
}

.rz-header-middle .header_middle_advnc_search .top-search form.form-search .box-search .search-suggestions,
.rz-header-middle .header_middle_advnc_search .search_form_wrapper.header-search-no-category-filter .top-search form.form-search .box-search .search-suggestions {
    left: 0;
    max-width: none;
    top: calc(100% + 6px);
    width: 100%;
    z-index: 220;
}

.rz-header-middle .header_middle_advnc_search .search_form_wrapper.header-search-no-category-filter .top-search form.form-search .box-search input {
    border-radius: 8px 0 0 8px;
    padding-right: 52px;
}

.rz-header-middle .header_middle_advnc_search .search_form_wrapper.header-search-no-category-filter > .row > .col-auto.p0 {
    height: 0;
    overflow: visible;
    padding: 0 !important;
    position: static;
    width: 0;
}

.rz-header-middle .header_middle_advnc_search .search_form_wrapper.header-search-no-category-filter .header-search-submit-btn .search-btn {
    border-radius: 0 8px 8px 0;
}

.rz-header-actions {
    padding-left: 0;
}

.rz-header-actions .wrapper ul {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.rz-header-actions .wrapper ul li {
    margin-right: 0 !important;
}

.rz-header-middle .rz-header-action-link {
    border-radius: 8px;
    display: block;
    padding: 2px 6px;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.rz-header-middle .rz-header-action-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.rz-header-middle .rz-header-action-link > .d-block,
.rz-header-middle .rz-header-action-link > .d-md-flex {
    align-items: center;
    display: flex !important;
    gap: 10px;
}

.rz-header-middle .header_top_iconbox .icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    display: inline-flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    line-height: 1;
    margin-right: 0;
    width: 40px;
}

.rz-header-middle .header_top_iconbox:hover .icon {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
}

.rz-header-middle .header_top_iconbox .icon span {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
}

.rz-header-middle .header_top_iconbox .icon span img {
    display: block;
    height: 22px;
    width: 22px;
}

.rz-header-middle .header_top_iconbox .icon span.badge {
    align-items: center;
    background: #ff3f6c;
    border: 2px solid #443297;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
    color: #ffffff;
    display: inline-flex;
    font-family: Jost, sans-serif;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    line-height: 1;
    min-width: 18px;
    padding: 0 4px;
    position: absolute;
    right: -6px;
    top: -5px;
    width: auto;
}

.rz-header-middle .header_top_iconbox .details {
    min-width: 0;
    text-align: left;
}

.rz-header-middle .header_top_iconbox .details .subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-family: Jost, sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin-bottom: 1px;
}

.rz-header-middle .header_top_iconbox .details .title {
    color: #ffffff;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin: 0;
}

/* Main navigation */
.rz-main-nav {
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
    overflow: visible;
}

.rz-main-nav nav {
    overflow: visible;
    padding-bottom: 2px;
    padding-top: 0;
}

.rz-main-nav nav .container {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    min-height: 0;
    overflow: visible;
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
}

.rz-main-nav .menu-toggle {
    display: none;
}

.rz-main-nav .logo1.home1_style {
    flex: 0 0 auto;
    margin: 0;
    min-height: 0;
    overflow: visible;
    position: relative;
    width: auto;
}

.rz-main-nav #mega-menu {
    height: auto;
    max-width: none;
    min-height: 0;
    overflow: visible;
    position: relative;
    top: 0;
    width: auto;
}

/* Dropdown panel must not expand nav bar height when hidden */
.rz-main-nav #mega-menu ul.menu {
    left: 0;
    margin: 0;
    position: absolute !important;
    top: calc(100% + 2px);
    width: 270px;
    z-index: 200;
}

.rz-main-nav #mega-menu:hover ul.menu {
    opacity: 1;
    top: calc(100% + 4px);
    visibility: visible;
}

.rz-main-nav .menu_bdrt1 {
    border-top-color: rgba(255, 255, 255, 0.12);
}

.rz-main-nav #mega-menu .btn-mega {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    gap: 6px;
    line-height: 1.2;
    min-height: 0;
    padding: 6px 12px 6px 2px;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.rz-main-nav #mega-menu .btn-mega:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.rz-main-nav #mega-menu .btn-mega:after {
    background-color: rgba(255, 255, 255, 0.18);
    height: 24px;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.rz-main-nav #mega-menu .btn-mega img {
    height: 18px;
    width: 18px;
}

.rz-main-nav #mega-menu .btn-mega .fw500 {
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
}

/* Compact multi-level category dropdown (Flipkart/Amazon style) */
.rz-main-nav #mega-menu ul.menu.rz-cat-menu {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    list-style: none;
    max-height: none;
    overflow: visible;
    padding: 8px 0;
    width: 260px;
}

.rz-main-nav #mega-menu .rz-cat-item {
    background: transparent;
    border-left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.rz-main-nav #mega-menu .rz-cat-item:hover {
    background: transparent;
    border-left: 0;
}

.rz-main-nav #mega-menu .rz-cat-link {
    align-items: center;
    border-bottom: 0 !important;
    border-left: 0 !important;
    color: #1e293b !important;
    display: flex !important;
    font-size: 14px !important;
    font-weight: 500;
    justify-content: space-between;
    line-height: 1.35 !important;
    padding: 10px 36px 10px 16px !important;
    position: relative;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

.rz-main-nav #mega-menu .rz-cat-link .menu-title {
    color: inherit !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rz-main-nav #mega-menu .rz-cat-link:hover,
.rz-main-nav #mega-menu .rz-cat-item:hover > .rz-cat-link {
    background: #f8fafc;
    color: #443297 !important;
}

.rz-main-nav #mega-menu .rz-cat-link--shop-all {
    color: #443297 !important;
    font-weight: 600;
}

/* Arrow only when the category has children (theme targets a.dropdown:after) */
.rz-main-nav #mega-menu .rz-cat-item.has-children > .rz-cat-link.dropdown::after {
    color: #94a3b8 !important;
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Pro", "FontAwesome" !important;
    font-size: 12px !important;
    font-weight: 900;
    position: absolute;
    right: 14px !important;
    top: 50%;
    transform: translateY(-50%);
}

.rz-main-nav #mega-menu .rz-cat-item:not(.has-children) > .rz-cat-link::after,
.rz-main-nav #mega-menu .rz-cat-link:not(.dropdown)::after {
    content: none !important;
    display: none !important;
}

.rz-main-nav #mega-menu .rz-cat-submenu {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    display: block;
    left: calc(100% - 4px);
    list-style: none;
    margin: 0;
    max-height: none;
    min-width: 230px;
    opacity: 0;
    overflow: visible;
    padding: 8px 0;
    position: absolute;
    top: -8px;
    visibility: hidden;
    z-index: 210;
}

.rz-main-nav #mega-menu .rz-cat-item:hover > .rz-cat-submenu {
    opacity: 1;
    visibility: visible;
}

.rz-main-nav #mega-menu .drop-menu {
    display: none !important;
}

.rz-main-nav #mega-menu .menu-icn,
.rz-main-nav #mega-menu .mega-menu-category-icon,
.rz-main-nav #mega-menu .mega-menu-category-thumb {
    display: none !important;
}

.rz-main-nav .rz-main-nav__links {
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    padding-left: 0 !important;
    width: auto !important;
}

.rz-main-nav .rz-main-nav__links > li {
    display: inline-block;
    vertical-align: middle;
}

.rz-main-nav .ace-responsive-menu > li > a,
.rz-main-nav .ace-responsive-menu li.list_c > a {
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding: 8px 12px;
    transition: color 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
}

.rz-main-nav .ace-responsive-menu li.list_c > a {
    padding: 8px 10px;
}

.rz-main-nav .ace-responsive-menu > li > a:hover,
.rz-main-nav .ace-responsive-menu li.list_c > a:hover,
.rz-main-nav .ace-responsive-menu > li.menu-active > a,
.rz-main-nav .ace-responsive-menu > li > a.active {
    color: #f5c34b;
}

.rz-main-nav .ace-responsive-menu > li > a.active span,
.rz-main-nav .ace-responsive-menu > li.menu-active > a span {
    color: #f5c34b;
}

.rz-main-nav .rz-main-nav__widgets {
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: auto !important;
}

.rz-main-nav .rz-main-nav__widgets > li {
    display: inline-block;
    vertical-align: middle;
}

.rz-main-nav .rz-main-nav__widgets li.list_c > a {
    border-radius: 6px;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 10px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.rz-main-nav .rz-main-nav__widgets li.list_c > a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #f5c34b;
}

/* Mobile header */
.rz-mobile-header {
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.rz-mobile-header .mobile_menu_bar a.mobile_logo {
    margin-top: 14px;
}

.rz-mobile-header .mobile-site-logo-img {
    max-height: 40px !important;
}

.rz-mobile-header .mobile_menu_widget_icons a.cart_btn {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    line-height: 1;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    width: 44px;
}

.rz-mobile-header .mobile_menu_widget_icons a.cart_btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.28);
}

.rz-mobile-header .mobile_menu_widget_icons a.cart_btn .icon {
    font-size: 20px;
    line-height: 1;
}

.rz-mobile-header .mobile_menu_widget_icons a.cart_btn .icon img {
    height: 22px;
    width: 22px;
}

.rz-mobile-header .mobile_menu_widget_icons a.cart_btn .badge {
    align-items: center;
    background: #ff3f6c;
    border: 2px solid #443297;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    line-height: 1;
    min-width: 18px;
    padding: 0 4px;
    right: -4px;
    top: -4px;
    width: auto;
}

.rz-mobile-header .mobile_menu_search_widget .search_form_wrapper {
    background: #ffffff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.14);
    overflow: visible;
    position: relative;
}

.rz-mobile-header .mobile_menu_search_widget .top-search form.form-search .box-search input {
    background: #ffffff;
    border: 0;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    height: 44px;
    padding: 0 52px 0 14px;
    width: 100%;
}

.rz-mobile-header .mobile_menu_search_widget .top-search form.form-search .box-search input::placeholder {
    color: #94a3b8;
}

.rz-mobile-header .mobile_menu_search_widget .advscrh_frm_btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
}

.rz-mobile-header .mobile_menu_search_widget .advscrh_frm_btn .search-btn {
    align-items: center;
    background: linear-gradient(135deg, #f5c34b 0%, #fbbf24 100%);
    border: 0;
    border-radius: 0 10px 10px 0;
    color: #1e293b;
    cursor: pointer;
    display: inline-flex;
    font-size: 17px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    min-width: 48px;
    pointer-events: auto;
    width: 48px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .rz-header-middle .header_middle_advnc_search .actegory .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 148px;
    }

    .rz-main-nav .rz-main-nav__links {
        padding-left: 0 !important;
    }

    .rz-header-actions .wrapper ul {
        gap: 6px;
    }

    .rz-header-middle .rz-header-action-link {
        padding: 4px 4px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .rz-header-middle .header_top_logo_home1 .site-logo-img {
        height: 48px;
    }

    .rz-header-middle .header_middle_advnc_search .actegory .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 132px;
    }

    .rz-header-middle .header_top_iconbox .details .title {
        font-size: 12px;
    }

    .rz-header-middle .header_top_iconbox .details .subtitle {
        font-size: 10px;
    }

    .rz-main-nav .rz-main-nav__links {
        padding-left: 0 !important;
    }

    .rz-main-nav .ace-responsive-menu > li > a,
    .rz-main-nav .ace-responsive-menu li.list_c > a {
        padding: 8px 8px;
    }
}

@media (max-width: 991.98px) {
    .rz-mobile-header {
        height: auto;
        min-height: 132px;
        padding-bottom: 14px;
    }

    .rz-mobile-header .mobile_menu_search_widget {
        bottom: 12px;
        left: 12px;
        right: 12px;
    }
}