.campaign-listing-row .market-place-product-grid {
  border: 1px solid #efefef;
}
.campaign-counter-wrap {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.campaign-section-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.start-end-time {
  margin-bottom: 15px;
}
.timer-status strong {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
}
.campaign-timer {
  background-color: #000;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.campaign-btn-wrap.d-flex {
  gap: 5px;
}
.campaign-btn-wrap.d-flex {
  gap: 5px;
}
.campaign-btn-wrap .form-control {
  padding: 10px !important;
  min-height: 40px;
  height: 45px;
}
.campaign-btn-wrap .btn.btn-primary {
  min-height: 40px !important;
  height: 45px;
}
.footer-newsletter .btn {
  background-color: #333333;
  border-color: #333333;
}

.footer-newsletter .btn {
  background-color: #333333;
  border-color: #333333;
}
.footer-newsletter .btn:hover {
  background-color: #3c78b4;
  border-color: #3c78b4;
}

.social-login {
  display: flex;
  margin-top: 10px;
  gap: 10px;
  flex-wrap: wrap;
}
.social-login .google-login {
  padding: 5px !important;
  font-size: 12px !important;
}
.register-form-box {
  height: fit-content;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
  padding: 30px;
}

.btn-registration {
  border-color: #f99e1c;
  background-color: #f99e1c;
}

.btn-registration:hover {
  border-color: #f6624e;
  background-color: #f6624e;
}

.dropdown.cart-dropdown.cart-offcanvas.opened .product-name {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 4px;
}
.fix-bottom.product-sticky-content.sticky-content.fixed {
  display: none;
}
.CouponDiscount {
  display: flex;
  justify-content: space-between;
  padding: 6px 5px;
  line-height: normal;
  align-items: center;
  font-weight: bold;
}
.cart-dropdown.cart-offcanvas .cart-header span {
  font-size: 15px;
}
.bottom-cart- {
  position: sticky;
  bottom: 0px;
  width: 100%;
  right: 0px;
  left: 0px;
  background-color: #ffffff;
}

.dropdown.cart-dropdown.cart-offcanvas.opened .dropdown-box {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0;
  height: 100vh;
  overflow: hidden;
}
.dropdown.cart-dropdown.cart-offcanvas.opened .dropdown-box::-webkit-scrollbar {
  width: 2px;
}

/* width */
.cart-dropdown.cart-offcanvas .products::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.cart-dropdown.cart-offcanvas .products::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.cart-dropdown.cart-offcanvas .products::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* Handle on hover */
.cart-dropdown.cart-offcanvas .products::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.dropdown.cart-dropdown.cart-offcanvas.opened .btn-close {
  right: 10px;
}

.dropdown.cart-dropdown.cart-offcanvas.opened {
  z-index: 99999;
}

.cart-dropdown.cart-offcanvas .products {
  flex: 1 1 auto;
  padding: 0 !important;
  overflow-y: auto;
  overflow-x: hidden !important;
  max-height: none;
  min-height: 80px;
}

.product.product-cart .btn-close {
  padding: 0px;
}

.header a:not(.btn):hover {
  color: #000;
}
.header-middle {
  background: #fff;
}
.currency-dropdown {
  margin-right: 10px;
}

.megamenu-title-list {
  font-size: 12px !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
}
.megamenu-li {
  text-align: center;
}
.megamenu-li img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
}
.megamenu-li a {
  padding-bottom: 0px;
}

/*chat ui css */
/* Container */
.ondjangobay-chatbot-container {
  position: fixed;
  bottom: 20px;
  right: 10px;
  font-family: "Segoe UI", Arial, sans-serif;
  z-index: 9999;
}

/* Floating Button */
.ondjangobay-chatbot-toggle {
  background: linear-gradient(135deg, #f99e1c, #f99e1c);
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.ondjangobay-chatbot-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
}

/* Chatbot Box */
.ondjangobay-chatbot-box {
  display: none;
  flex-direction: column;
  width: 320px;
  height: 460px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  margin-bottom: 12px;
  overflow: hidden;
  animation: ondjangobay-fadeIn 0.3s ease;
}

/* Header */
.ondjangobay-chatbot-header {
  background: linear-gradient(135deg, #f99e1c, #000000);
  color: #fff;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.ondjangobay-chatbot-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 22px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: background 0.3s;
}
.ondjangobay-chatbot-close:hover {
  background: rgba(255, 255, 255, 0.4);
}

/* Messages */
.ondjangobay-chatbot-messages {
  flex: 1;
  padding: 12px;
  overflow-y: auto;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #f9f9f9;
}

.ondjangobay-bot-message,
.ondjangobay-user-message {
  padding: 10px 14px;
  border-radius: 15px;
  max-width: 80%;
  line-height: 1.4;
  animation: ondjangobay-slideIn 0.3s ease;
}

.ondjangobay-bot-message {
  background: #e9f3ff;
  color: #333;
  align-self: flex-start;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.ondjangobay-user-message {
  background: linear-gradient(135deg, #0073e6, #00c6ff);
  color: #fff;
  align-self: flex-end;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Input */
.clear-vendor {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  color: #000;
  text-decoration: underline;
}
.ondjangobay-chatbot-input {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 8px;
  background: #fff;
}

.ondjangobay-user-input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 12px;
  background: #f1f1f1;
  margin-right: 8px;
  outline: none;
}

.ondjangobay-send-btn {
  background: linear-gradient(135deg, #f99e1c, #f99e1c);
  color: white;
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  cursor: pointer;
  font-size: 18px;
  transition: transform 0.2s ease;
}
.ondjangobay-send-btn:hover {
  transform: scale(1.1);
}

/* Animations */
@keyframes ondjangobay-fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ondjangobay-slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*chat ui css  end */

/*popup css */
.login-wrap .social-icon {
  line-height: 32px;
}
.form-links a {
  color: #4a5462 !important;
  padding: 5px;
  text-decoration: underline;
}
.form-links {
  text-align: center;
  margin-bottom: 15px;
}

.login-btn .btn {
  width: 100%;
}
.popup-heading {
  text-align: center;
}
.login-btn {
  margin-bottom: 15px;
  text-align: center;
}

.download-app-icon i {
  font-weight: 600;
}
.login-icon-box i {
  font-weight: 600;
}
.remember-me label {
  margin: 0px !important;
}
.remember-me {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
/* Common modal (background) */
.modalsMarketPlaceSearch {
  display: none;
  position: fixed;
  z-index: 99999999;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal content */
.modalsMarketPlaceSearch-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  max-width: 400px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0px;
}

/* Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* Close button */
.search_closesMarketPlace {
  color: black;
  float: right;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
.search_closesMarketPlace:hover {
  color: red;
}

/* Modal body */
.modalsMarketPlaceSearch-body {
  padding: 20px;
  font-family: Arial, sans-serif;
}

/* Buttons */
.popup-btn {
  padding: 10px 20px;
  margin: 10px;
  background: #007bff;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.popup-btn:hover {
  background: #0056b3;
}
/*popup css end*/

/*login css */

.bay-dropdown:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6px; /* position above the dropdown */
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #ffffff; /* triangle color */
  pointer-events: none;
  z-index: 10;
}

.login-register-btn {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.marketplace-login-btn {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 8px 10px;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 30px;
}
/* ensure wrapper allows absolute child placement */
.bay-user-menu {
  position: relative; /* REQUIRED */
  display: inline-block;
}

/* the button area (click target) */
.login-icon-wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 25px;
}
.marketplace-register-btn {
  text-align: center;
  width: 100%;
  border: 0px;
  padding: 0px;
  background-color: transparent;
}

.marketplace-btn {
  cursor: pointer;
}
.login-dropdown-card a {
  color: #000 !important;
  padding: 4px 8px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}
.login-dropdown-card ul {
  padding: 0px;
  margin: 0px;
}
.login-dropdown-card {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* dropdown default (hidden) */
.bay-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) !important;
  min-width: 220px;
  background: #fff;
  border-radius: 15px;
  box-shadow:
    0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  padding: 15px;
  z-index: 9999;

  /* hidden state */
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

/* visible state */
.bay-dropdown.bay-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.login-dropdown-card li:hover {
  background-color: #f5f5f5;
  border-radius: 8px;
}
/* small helpers */
.bay-divider {
  height: 1px;
  background: #eee;
  margin: 10px 0;
}

/* optional: slightly larger click area on mobile */
@media (max-width: 767px) {
    .product-single .product-title {
    font-size: 18px;
}
  .login-icon-wrapper {
    padding: 6px;
  }
}

.welcome-login {
  margin: 0px;
  line-height: 12px;
  font-size: 10px;
}
.login-dropdown-card i {
  font-size: 15px;
  margin-right: 10px;
}

.login-or-register {
  margin: 0px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}
.after-login-details {
  color: #000;
  font-size: 12px;
}

.after-login-details {
  color: #000;
  font-size: 12px;
}
.after-login-avtr {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 100%;
}
.after-login-div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
/*login css end */

a.google-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 5px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}

a.facebook-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}

.form-group {
  margin-bottom: 15px;
}
.login-wrap label {
  color: #000;
  margin-bottom: 5px;
  display: block;
}

.hide-it {
  display: none;
}

.download-app-text span {
  font-size: 10px;
}
.download-apps {
  display: flex;
  gap: 4px;
  cursor: pointer;
  margin-right: 25px;
}
.download-app-text span {
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
}

.download-app-wraps {
  background: #fff;
  border-radius: 15px;
  box-shadow:
    0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  padding: 15px;
  position: absolute;
  width: 315px;
  z-index: 999;
  top: 30px;
}
.download-app-buttons {
  display: flex;
  flex-wrap: wrap;
}
.download-app-qr {
  width: 25%;
}

.download-app-details {
  width: calc(75% - 10px);
  margin-left: 10px;
}
.download-apps-btn-design {
  display: flex;
}
.download-btn-style {
  display: block;
  background-color: #000;
  padding: 5px 10px;
  border-radius: 50px;
  width: calc(50% - 6px);
  margin: 3px;
}

.download-app-title {
  font-size: 12px;
  color: #000;
  margin-bottom: 5px;
}
p.download-app-subtitle {
  color: #000;
  line-height: 15px;
  font-size: 12px;
  margin-bottom: 8px;
}
.download-app-icon {
  font-size: 16px;
}

.download-app-wraps:before {
  content: "";
  position: absolute;
  left: 10%;
  transform: translateX(-10%);
  top: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #ffffff;
  pointer-events: none;
  z-index: 10;
}
.download-apps-main {
  position: relative;
}

/* Login Popup Css Start */
a.google-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}

/* Login Popup Css End */

/* Language translate css start */

iframe.skiptranslate {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  pointer-events: none !important;
  z-index: -9999 !important;
}

body {
  top: 0 !important;
}

#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight {
  display: none !important;
}

body > .goog-te-balloon-frame {
  display: none !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Language translate css end */

/* Desktop hover */

.download-app-wraps.togglable-div {
  transform: translateY(-20px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

/* Class to show the div */
.download-app-wraps.togglable-div {
  transform: translateY(0);
}

/* Optional: cursor for the trigger */
.download-apps.da-toggle-btn {
  cursor: pointer;
}
.product-listing-row {
  padding-top: 5px;
}

/* keep namespaced so no conflicts */
.download-apps-main .togglable-div {
  max-height: 0;

  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 260ms ease,
    opacity 200ms ease,
    transform 220ms ease;
  /* ensure it's visually hidden but still accessible for animations */
  pointer-events: none;
}

.download-apps-main .togglable-div.da-active {
  max-height: 800px; /* large enough to fit content */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.download-app-wraps {
  z-index: 999;
}
.download-app-wraps.da-open {
}

/* Mobile active state */

/*marketplace new desktop menu */

.marketplace-scrollbar-wrapper {
  width: 100%;
}

.marketplace-scrollbar-arrows {
  display: flex;
  gap: 5px;
}

/* Optional: hide scrollbar but still scrollable */
.marketplace-scrollbar-horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.marketplace-scrollbar-btn {
  padding: 0px;
  border: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #eaeef2;
  cursor: pointer;
  background-color: transparent;
}

.marketplace-scrollbar-btn:hover {
  color: #f99e1c;
}

.market-place-navbar ul li a:hover {
  color: #f99e1c !important;
}
/* Top Nav */
.market-place-navbar {
  background: #111;
  padding: 5px 30px;
  display: flex;
  justify-content: center;
  position: relative;
  gap: 20px;
  align-items: center;
}
.market-place-navbar ul {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0px;
  padding: 0px;

  overflow-x: auto;
  scroll-behavior: smooth;

  -webkit-overflow-scrolling: touch; /* smooth on iOS */
}
.market-place-navbar ul li {
  position: relative;
  cursor: pointer;
  min-width: fit-content;
}
.market-place-navbar ul li a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 0;
  transition: all 0.3s ease;
}
.market-place-navbar ul li:hover a {
  color: #ff9800;
}

/* Active underline */
.market-place-navbar ul li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #ff9800;
  transition: width 0.3s ease;
}
.market-place-navbar ul li:hover::after {
  width: 100%;
}

/* Mega Menu */
.market-place-mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  grid-template-columns: 250px 1fr;
  height: 420px;
  z-index: 150;
  border-radius: 0 0 10px 10px;

  /* default hidden */
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.market-place-mega-menu.show {
  display: grid;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Arrow pointer */
.market-place-mega-menu::before {
  content: "";
  position: absolute;
  top: -0px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

/* Left Sidebar */
.market-place-mega-left {
  background: #fafafa;
  padding: 10px 10px;
  overflow-y: auto;
  border-right: 1px solid #eee;
}
.market-place-mega-left::-webkit-scrollbar {
  width: 2px;
}
.market-place-mega-left::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.market-place-mega-right::-webkit-scrollbar {
  width: 2px;
}
.market-place-mega-right::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.market-place-mega-left ul {
  list-style: none;
}
.market-place-mega-left ul li {
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #333;
}
.market-place-mega-left ul li:hover {
  background: #f0f0f0;
}
.market-place-mega-left ul li.active {
  background: #eaeaea;
  font-weight: 600;
  color: #000;
}

/* Right Content */
.market-place-mega-right {
  padding: 15px;
  display: none;
  overflow-y: auto;
  animation: fadeIn 0.3s ease;
}
.market-place-mega-left ul {
  padding: 0px;
  margin: 0px;
}

.menu-left-panel-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100vh;
  right: 0px;
  background-color: #eee;
}
.menu-left-panel-box {
  padding-right: 20px;
  margin-right: 20px;
  height: 100%;
  position: relative;
}

.market-place-mega-right.active {
  display: block;
}

.market-place-mega-right h3 {
  margin-bottom: 14px;
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: normal !important;
}
.market-place-sub-grid {
  display: flex;
  flex-wrap: wrap;
}
span.download-app- {
  display: block;
}

.category-with-subcategory {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.menu-left-panel {
  width: 45%;
  height: 100%;
}
.menu-right-panel {
  width: 55%;
  height: 100%;
}
.subcategory-group {
  margin-bottom: 20px;
}

.main-category-group {
  margin-bottom: 20px;
}
.menu-right-panel-box .market-place-sub-grid div {
  width: calc(20% - 20px);
}
.right-panel-heading {
  font-size: 10px !important;
  color: #f99e1c !important;
}
.market-place-sub-grid {
  display: flex;
  flex-wrap: wrap;
}
.market-place-sub-grid div {
  text-align: center;
  margin: 10px;
  transition: all 0.3s ease;
  width: calc(33.33% - 20px);
}
.market-place-sub-grid div:hover {
  transform: translateY(-3px);
}
.market-place-sub-grid img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  margin-bottom: 5px;
}
.market-place-sub-grid p {
  font-size: 11px !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
  margin: 0px;
  line-height: 16px;
}

.market-place-new-desktop-menu {
  position: relative;
  z-index: 9;
}
/*marketplace new desktop menu end */

.product-cols .product-media img {
  height: 130px;
  object-fit: cover;
}
.product-cols .product-media {
  max-width: 90%;
  margin: auto;
}

.category-section-title {
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.product-sections .breadcrumb {
  padding-top: 5px;
}

.dropdown-box.listed-menu {
  display: none;
}
.listed-menu-parent {
  display: none;
}

.select-box > select option:disabled {
  font-weight: bold;
  color: #495057;
}

.header-search input.form-control {
  height: 100% !important;
  min-height: auto;
}
.daily-deals a {
  color: #fff !important;
}

.daily-deals i {
  color: #fff !important;
}

.mobile-menu li.active > a {
  color: #336699;
}

.mobile-menu .has-submenu .submenu {
  display: none;
}

.mobile-menu .has-submenu.open > .submenu {
  display: block;
}

.mobile-menu .has-submenu.open > a .toggle-icon-menu {
  transform: rotate(90deg);
}

.mobile-menu .toggle-icon-menu {
  float: right;
  transition: transform 0.3s ease;
  display: nonel;
}

.gray-bg {
  background-color: #f8f8f8;
}

.product-cols .product {
  padding: 15px;
  background-color: #fff;
}

.product-cols .product:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.shop-product-wrapper .product-wrap .product {
  padding: 15px;
  background-color: #fff;
}
.shop-product-wrapper .product-wrap .product:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.vendor-multiple-product-list .product {
  padding: 15px;
  background-color: #fff;
}

.vendor-multiple-product-list .product:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.product-sections {
  padding: 40px 0px;
}
.multiple-category {
  padding: 50px 0px;
}
.multiple-category-card {
  background-color: #fff;
  padding: 15px;
  box-shadow: rgb(149 157 165 / 2%) 0px 4px 15px;
}
.inner-category-image {
  margin-bottom: 5px;
}
.inner-category-title {
  margin: 0px;
  font-size: 14px;
}
.inner-category-wrapper {
  display: inline-block;
  margin-bottom: 15px;
}
.multiple-category-card:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.inner-cat-row {
  margin-bottom: 5px;
}
.inner-category-wrapper:hover h5 {
  color: #f99e1c !important;
}
.widget.widget-collapsible .category-item {
  position: relative;
}
.widget.widget-collapsible .category-item .toggle-category {
  position: absolute;
  right: 10px;
  top: 0px;
}

.variant-option:hover {
  color: #336699;
  border-color: #336699 !important;
}

.order-table .product-name {
  white-space: normal;
}
.product-name .product-quantity {
  font-weight: bold;
}
.variant-option {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  padding: 0.6rem 0.8rem;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem !important;
  color: #666;
  -webkit-transition:
    border-color 0.35s,
    color 0.35s;
  transition:
    border-color 0.35s,
    color 0.35s;
}

.variant-option.active {
  color: #336699;
  border-color: #336699 !important;
}

.market-place-new-desktop-menu.scrolled {
  position: fixed;
  top: 51px;
  -webkit-animation: fixedTopContent 0.4s;
  animation: fixedTopContent 0.4s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  left: 0px;
  right: 0px;
}

figure.product-media img {
  height: 130px;
  object-fit: contain !important;
}

.market-place-product-grid:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.new-latest-product {
  padding: 50px 0px;
}

figure.product-media {
  max-width: 90%;
  margin: auto;
}
/* Stock status is shown as a small inline label near the content, NOT as an
   overlay covering the product image (client request 2026-07-20). */
.out-of-stock {
  display: inline-block;
  font-size: 11px;
  margin: 4px 0 0;
  font-weight: 600;
  color: #fe1f62;
  background: transparent;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: .02em;
}
/* Product-card stock label (shown in the price row instead of an image badge). */
.odb-stock-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .02em;
  white-space: nowrap;
}
.odb-stock-out { color: #fe1f62; }
/* Legacy image-overlay badge — neutralised so it never covers the image. */
.odb-out-of-stock-badge { display: none !important; }

/* ===== Product purchase-panel redesign (client 2026-07-20) =====
   Single primary CTA (Add to cart = only solid/filled), secondary outline for
   Talk to the seller, neutral outline share buttons (brand icon, no colour). */
.pd-cta-primary {
  display: flex; align-items: center; justify-content: center;
  width: 100%; gap: 8px; margin-bottom: 10px;
  background: #111 !important; color: #fff !important; border: 1px solid #111 !important;
  font-weight: 600; border-radius: 8px; padding: 13px 16px; text-transform: none;
}
.pd-cta-primary:hover, .pd-cta-primary:focus { background: #000 !important; color: #fff !important; }
.pd-cta-secondary {
  display: flex; align-items: center; justify-content: center;
  width: 100%; gap: 6px;
  background: transparent !important; color: #111 !important; border: 1px solid #111 !important;
  font-weight: 600; border-radius: 8px; padding: 12px 16px; text-decoration: none;
}
.pd-cta-secondary:hover, .pd-cta-secondary:focus { background: #f4f4f4 !important; color: #111 !important; }
.pd-share-btn {
  display: inline-flex; align-items: center; gap: 6px; line-height: 1.2;
  background: #fff !important; color: #333 !important; border: 1px solid #ddd !important;
  border-radius: 8px; padding: 8px 14px; font-weight: 500; font-size: 13px; text-decoration: none;
}
.pd-share-btn:hover, .pd-share-btn:focus { background: #f6f6f6 !important; color: #111 !important; border-color: #bbb !important; }
.pd-share-btn i { font-size: 14px; }
.pd-control-label { display: block; font-weight: 600; font-size: 13px; color: #333; margin: 12px 0 6px; }
.update-btn {
  padding: 5px 10px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
}
.store-filter-title {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.filter-list-items {
  padding: 0px;
  margin: 0px;
}
.update-wrapper {
  text-align: right;
}
.login-dropdown-card li {
  list-style-type: none;
}
.filter-list-items li {
  list-style-type: none;
}
.filter-list-items a {
  color: #000;
  border-bottom: 1px solid #efefef;
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
}

.filter-list-items a:hover {
  color: #336699;
}
.store-short-description-text {
  line-height: 20px;
  min-height: 40px;
}
.filter-list-items .active a {
  color: #336699;
}

.store-grids {
  box-shadow:
    0 2rem 3rem rgba(0, 0, 0, 0.05),
    0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  padding: 15px;
  margin-bottom: 20px;
}
.store-image {
  height: 100px;
  object-fit: cover;
}
.store-image {
  margin-bottom: 15px;
}
.shop-scrollbar {
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.store-name {
  margin-bottom: 5px;
}
.visit-store-btn {
  padding: 8px 16px !important;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 12px;
}
/* width */
.shop-scrollbar::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.shop-scrollbar::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.shop-scrollbar::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 5px;
}

/* Handle on hover */
.shop-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*vendor single css */
.vendor-header {
  background: #f5f5f5;
  color: #fff;
  padding: 0px 18px;
  display: flex;
  justify-content: center;
  position: relative;
}

/* Hamburger / Cross */
.vendor-menu-toggle {
  background: none;
  border: none;
  color: #000;
  font-size: 26px;
  cursor: pointer;
  display: none;
  line-height: 1;
  padding: 6px;
}

/* Desktop Nav */
.vendor-nav ul {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0px;
  padding: 0px;
}
.vendor-nav ul li {
  position: relative;
}
.vendor-nav a {
  text-decoration: none;
  color: #000;
  padding: 10px 10px;
  display: block;
}
.vendor-dropdown {
  display: block !important;
}
.vendor-nav ul li ul li a:hover {
  color: #ff9800;
}

.vendor-nav a:hover {
  color: #ff9800;
}
.vendor-nav a:hover {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
}

/* Dropdown (hidden by default) */
.vendor-nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5f5f5;
  min-width: 170px;
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  overflow: hidden;
  transition: all 0.3s ease;
}
.vendor-nav ul li.vendor-open > ul {
  max-height: 500px;
  opacity: 1;
  transform: scaleY(1);
}
.vendor-nav ul li ul li a {
  padding: 5px 12px;
}

/* caret style */
.vendor-caret {
  margin-left: 6px;
  font-size: 12px;
  transition: transform 0.3s ease;
}
.vendor-open > .vendor-parent-link .vendor-caret {
  transform: rotate(180deg);
}
.vendor-menu-wrappers.scrolleds {
  position: fixed;
  top: 84px;
  width: 100%;
  left: 0px;
  right: 0px;
  z-index: 9;
}
.category-wrap- {
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
}
.category-wrap- .category-media img {
  height: 120px;
  width: auto;
  object-fit: cover;
  border-radius: 10px;
}
.category-name a {
  color: #000 !important;
  font-size: 16px;
}

.sticky-sidebar .widget-title {
  margin-bottom: 10px !important;
}
.rating-filter .form-check {
  display: flex;
  gap: 10px;
  margin-bottom: 15px !important;
}

.rating-filter .rating-stars {
  margin-left: 0px;
}

.rating-filter i {
  color: #fdbe2b;
}

/* Mobile styles */
@media (max-width: 768px) {
  .vendor-header {
    justify-content: end;
  }
  .vendor-menu-toggle {
    display: block;
  }

  .vendor-nav {
    position: fixed;
    left: -280px;
    top: 0;
    height: 100%;
    width: 260px;
    background: #f5f5f5;
    z-index: 99;
    padding-top: 60px;
    transition: left 0.3s ease;
  }
  .vendor-nav.vendor-active {
    left: 0;
  }

  .vendor-nav ul {
    display: block;
  }
  .vendor-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .vendor-nav a {
    padding: 10px 18px;
  }

  /* collapse dropdowns smoothly */
  .vendor-nav ul li ul {
    position: static;
  }
  .vendor-nav ul li ul li a {
    padding-left: 28px;
  }
}

.product-cols .product {
  margin-bottom: 20px;
}

.store-list-left {
  max-height: 500px;
  overflow-y: scroll;
  padding: 10px;
}

/* width */
.store-list-left::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.store-list-left::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.store-list-left::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 5px;
}

/* Handle on hover */
.store-list-left::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.campaign-listing-row .market-place-product-grid {
  border: 1px solid #efefef;
}
.campaign-counter-wrap {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.campaign-section-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.start-end-time {
  margin-bottom: 15px;
}
.timer-status strong {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
}
.campaign-timer {
  background-color: #000;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.campaign-btn-wrap.d-flex {
  gap: 5px;
}
.campaign-btn-wrap.d-flex {
  gap: 5px;
}
.campaign-btn-wrap .form-control {
  padding: 10px !important;
  min-height: 40px;
  height: 45px;
}
.campaign-btn-wrap .btn.btn-primary {
  min-height: 40px !important;
  height: 45px;
}
.campaign-section-shop {
  margin-bottom: 30px;
}

.intro-slide-wrapper h4.banner-subtitle {
  text-shadow: 1px 2px #fff;
  letter-spacing: 2px !important;
  color: #000 !important;
}

.privacy-wrap h3 {
  font-size: 20px;
  color: #000;
}
.privacy-wrap ul li {
  padding-bottom: 5px;
}
.privacy-wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
.privacy-wrap ul li {
  padding-bottom: 5px;
}

.privacy-wrap p:last-child {
  margin: 0px;
}

.privacy-wrap p {
  margin-bottom: 6px;
}
.privacy-wrap ul {
  margin-bottom: 25px;
}
.filter-actions-title {
  border-bottom: 1px solid #111111;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/*mobile media css */

@media (max-width: 1024px) {
  .header-middle .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 991px) {
        .header .header-middle {
    padding-left: 4px;
    padding-right: 4px;
}
    .footer .icon-box.icon-box-side.text-white {
    justify-content: center !important;
}
  .campaign-section .row .col-sm-4.col-md-3.mb-4 {
    max-width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }

  .campaign-listing-row .product-cols {
    max-width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }

  .shop-scrollbar {
    height: auto;
  }
  .vendor-menu-wrappers.scrolleds {
    top: 0px;
  }
  .inner-page-search {
    display: none !important;
  }
  .multiple-category-row .col-lg-3.col-md-6 {
    margin-bottom: 20px;
  }
  .product-cols {
    margin-bottom: 20px;
  }

  .market-place-new-desktop-menu {
    display: none;
  }
  .market-place-sub-grid div {
    width: calc(50% - 20px);
  }

  .menu-right-panel-box .market-place-sub-grid div {
    width: calc(33.333% - 20px);
  }
}

@media (max-width: 767px) {

    .toolbox select {
    max-width: 160px;
}
 .dropdown-box .cart-action {
    padding: 0px;
    gap: 0px;
}
    .cart-dropdown .cart-action .btn {
    text-transform: capitalize;
    padding: 5px !important;
}
    
  .category-cart-box h3 {
    font-size: 17px !important;
    font-weight: 700;
    margin: 0;
  }
  .timer-badge {
    padding: 5px 8px;

    font-size: 13px;

    min-width: 110px;
  }

  .campaign-section {
    padding: 15px !important;
  }

  .campaign-section .row .col-sm-4.col-md-3.mb-4 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .banner.banner-fixed {
    background-position: right;
  }

  .campaign-listing-row .product-cols {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .login-icon-wrapper {
    margin-right: 15px;
  }

  .download-apps {
    margin-right: 15px;
  }
  .menu-right-panel-box .market-place-sub-grid div {
    width: calc(50% - 20px);
  }

  .market-place-mega-menu {
    grid-template-columns: 200px 1fr;
  }
}

@media (max-width: 500px) {
  .campaign-section .row .col-sm-4.col-md-3.mb-4 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 450px) {
  .campaign-listing-row .product-cols {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .product-cols {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 50%;
  }
}

@media (max-width: 551px) {
  .bay-dropdown:before {
    left: 50%;
    transform: translateX(-50%);

    right: 0px;
  }
  .bay-dropdown {
    right: auto !important;
    transform: translateX(-50%) !important;
    left: 50%;
  }
  .download-app-wraps:before {
    left: 50%;
  }
  .download-app-wraps {
    padding: 10px;

    width: 290px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 33px;
  }
  .download-app-icon {
    font-size: 13px;
  }
  .cart-dropdown > a i {
    font-size: 16px;
    color: inherit;
  }
  .cart-dropdown .cart-count {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-style: normal;
    z-index: 1;
    right: -8px;
    top: -5px;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    background: #f99e1c;
    color: #fff;
    text-align: center;
  }
  .logo {
    max-width: 130px;
    margin-right: auto !important;
    margin-left: 0px !important;
    min-width: auto;
  }
  span.download-app- {
    display: none;
  }
  .dropdown.language-dropdown a {
    font-size: 10px !important;
  }
  .header-right .dropdown.currency-dropdown a {
    font-size: 10px !important;
  }
  .login-welcome {
    display: none;
  }

  .login-icon-wrapper {
    margin-right: 10px;
  }

  .download-apps {
    margin-right: 10px;
  }
  .header-middle .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 410px) {
  .logo {
    max-width: 110px;
  }
  .header-middle .container {
    padding-left: 1px;
  }

  .login-icon-wrapper {
    padding: 0px;
  }
  .mobile-menu-toggle {
    font-size: 1.4rem;
  }
}
@media (max-width: 479px) {
}

@media (max-width: 450px) {
  .category-cart-box {
    padding: 10px;
  }
  .modalsMarketPlaceSearch-content {
    max-width: 90%;
    margin: auto;
  }
}

/*max container css */
@media (min-width: 1280px) {
  .max-container {
    max-width: 2000px;
  }

  .shop-product-wrapper .product-wrap {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1600px) {
  .shop-product-wrapper .product-wrap {
    max-width: 16.6666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
  }
}

@media (min-width: 2000px) {
  .max-container {
    max-width: 2400px;
  }

  .shop-product-wrapper .product-wrap {
    max-width: 14.2857143%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857143%;
    flex: 0 0 14.2857143%;
  }
}

/*max container css end */

/* new css add  */

.toolbox select {
  width: 16rem;
}
/* foter social meida icon svg img style  */
.linkedin-icon svg {
  width: 20px;
  height: 20px;
  fill: #0077b5;
  /* LinkedIn official color */
  display: inline-block;
  vertical-align: middle;
}
.tiktok-icon svg {
  width: 22px;
  height: 22px;
  fill: #000;
  display: inline-block;
  position: relative;
  top: 4px;
  left: -1px;
}

/* order traking css start  */

/* Main Box */
    .track-wrapper {
        background: #fff;
        padding: 35px;
        border-radius: 10px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }

    /* Button */
    .track-btn {
        background: #F99E1C;
        border: none;
        font-weight: 600;
        padding: 12px;
    }

    .track-btn:hover {
        background: #e48d12;
    }

    /* Progress Steps */
    .progress-steps {
        display: flex;
        justify-content: space-between;
        margin-top: 35px;
        position: relative;
    }

    .progress-steps::before {
        content: "";
        position: absolute;
        top: 18px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #ddd;
    }

    .step {
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .step-circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ddd;
        line-height: 40px;
        color: #fff;
        margin: auto;
        font-weight: 600;
    }

    .step.active .step-circle {
        background: #F99E1C;
    }

    .step-title {
        font-size: 14px;
        margin-top: 8px;
    }

    /* Tracking Timeline */
    .tracking-list {
        list-style: none;
        padding-left: 0;
    }

    .tracking-list li {
        padding: 10px 0;
        border-left: 3px solid #ddd;
        padding-left: 15px;
        position: relative;
    }

    .tracking-list li::before {
        content: "";
        width: 12px;
        height: 12px;
        background: #ddd;
        border-radius: 50%;
        position: absolute;
        left: -7px;
        top: 14px;
    }

    .tracking-list li.active {
        border-color: #F99E1C;
        font-weight: 600;
    }

    .tracking-list li.active::before {
        background: #F99E1C;
    }

    /* Summary Box */
    .summary-box {
        background: #fafafa;
        padding: 20px;
        border-radius: 8px;
    }

    /* Plane Animation */
    .plane-animation {
        animation: fly 2s infinite alternate ease-in-out;
    }

    @keyframes fly {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(25px);
        }
    }

    .fa-plane {
        color: #F99E1C;
    }
    
    
    .contact-grid .icon-box-icon i {
    color: #336699 !important;
    font-size: 40px;
}
.contact-grid {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
        margin-bottom: 20px;
}
.contact-grid:hover{
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}.shipping-methods .custom-control-label {
    line-height: 20px;
}
.shipping-methods .custom-radio {
    margin: 10px 0px;
}
    .variant-option.options.selected {
    background-color: #111111;
    color: #fff;
    border-color: #111111 !important;
}
 .dropdown.cart-dropdown .cart-action {
    gap: 0px;
}   

table.shop-table.account-orders-table td {
    border: 1px solid #efefef;
    padding: 15px;
    line-height: normal;
}table.shop-table.account-orders-table th {
    border: 1px solid #efefef;
    padding: 15px;
    line-height: normal;
}
.wallet-table {
    overflow-x: scroll;
} 


 
    .product-gallery.product-gallery-sticky .product-single-swiper img {
    height: 500px !important;
    object-fit: contain !important;
    object-position: top !important;
    background-color: #f0efeb;
}

.product-gallery.product-gallery-sticky .product-thumbs-wrap img {
    height: 100px;
    object-fit: cover;
}

/* accordion css code  */
 /* container */
        .accordion-pro .acc-item {
            border: 1px solid #e9ecef;
            border-radius: 12px;
            margin-bottom: 12px;
            background: #fff;
            overflow: hidden;
            transition: all .3s ease;
        }

        /* header */
        .accordion-pro .acc-header {
            position: relative;
            padding: 18px 60px 18px 20px;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            color: #222;
        }

        /* hover */
        .accordion-pro .acc-item:hover {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
        }

        /* body animation */
        .accordion-pro .acc-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
            padding: 0 20px;
            color: #666;
        }

        /* active body */
        .accordion-pro .acc-item.active .acc-body {
            max-height: 300px;
            padding: 0 20px 18px;
        }

        /* ===== PREMIUM ICON ===== */
        .acc-icon {
            position: absolute;
            right: 18px;
            top: 50%;
            width: 28px;
            height: 28px;
            transform: translateY(-50%);
            border-radius: 50%;
            background: #f1f8f5;
        }

        /* plus lines */
        .acc-icon::before,
        .acc-icon::after {
            content: "";
            position: absolute;
            background: #343736;
            transition: all .3s ease;
        }

        /* horizontal */
        .acc-icon::before {
            width: 14px;
            height: 2px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        /* vertical */
        .acc-icon::after {
            width: 2px;
            height: 14px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        /* ACTIVE → minus */
        .accordion-pro .acc-item.active .acc-icon::after {
            height: 0;
            opacity: 0;
        }

        /* ACTIVE header color */
        .accordion-pro .acc-item.active .acc-header {
            color: #336699;
        }
 

         /* shop page subcategory css */

         .subcategoryFilterTree {
        display: none;
    }

    .subcategoryFilterTree.show {
        display: block;
    }

    .category-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .toggle-category {
        padding-left: 8px;
        text-decoration: none;
    }

    .toggle-icon {
        font-size: 18px;
        font-weight: bold;
        width: 18px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }
   /* smooth accordion */
.widget-collapsible .widget-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease;
}

/* open state */
.widget-collapsible.open .widget-body {
    max-height: 2000px; /* large value */
    opacity: 1;
}

/* title clickable */
.toggle-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* plus icon */
.widget-toggle-icon {
    font-size: 18px;
    font-weight: 700;
    background: #eee;
    border-radius: 4px;
    padding: 2px 6px;
}
/* remove unwanted gap */
.widget-collapsible {
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

/* title spacing tight */
.widget-title.toggle-widget {
    padding: 14px 0;
    margin: 0;
}

/* BODY — fully collapse */
.widget-collapsible .widget-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    transition: all .25s ease;
}

/* OPEN STATE */
.widget-collapsible.open .widget-body {
    max-height: 2000px;
    opacity: 1;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* whatsapp icon css  */

	/* ===============================
   WhatsApp Floating Button
================================*/
.wa-float{
    position: fixed;
    left: 10px;
    bottom: 20px; /* 👈 adjust kar sakte ho */
    width: 40px;
    height: 40px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    transition: all .3s ease;
    animation: wa-pulse 2s infinite;
}

/* hover effect */
.wa-float:hover{
    transform: scale(1.08);
}

/* ===============================
   Attention Ring
================================*/
.wa-float::before{
    content:"";
    position:absolute;
    inset:-6px;
    border-radius:50%;
    border:2px solid #25d366;
    animation: wa-ring 2s infinite;
    opacity:.6;
}

/* ===============================
   Tooltip
================================*/
.wa-tooltip{
    position:absolute;
    right:75px;
    background:#222;
    color:#fff;
    padding:6px 12px;
    border-radius:6px;
    font-size:13px;
    white-space:nowrap;
    opacity:0;
    pointer-events:none;
    transform:translateY(5px);
    transition:.25s ease;
}

.wa-float:hover .wa-tooltip{
    opacity:1;
    transform:translateY(0);
}

/* ===============================
   Pulse Animation
================================*/
@keyframes wa-pulse{
    0%{ box-shadow:0 0 0 0 rgba(37,211,102,.6);}
    70%{ box-shadow:0 0 0 18px rgba(37,211,102,0);}
    100%{ box-shadow:0 0 0 0 rgba(37,211,102,0);}
}

/* ===============================
   Ring Animation
================================*/
@keyframes wa-ring{
    0%{ transform:scale(.9); opacity:.7;}
    70%{ transform:scale(1.15); opacity:0;}
    100%{ transform:scale(.9); opacity:0;}
}

/* ===============================
   Mobile Optimization
================================*/


/* ===============================
   Extra Small Devices
================================*/
@media (max-width:480px){
    .wa-float{ 
        bottom: 60px;
    }
}

/* cart dropdown css  */

@media (max-width: 770px){
    .cart-total{
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between;
        align-items: center;
    }
}

/* product compare css  */





.compare-table {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #fff;
}

/* Rows */
.compare-row {
    display: flex;
    border-bottom: 1px solid #eef1f4;
}

.compare-row:last-child {
    border-bottom: none;
}

/* Columns */
.compare-col {
    padding: 18px 14px;
    min-width: 220px;
    text-align: center;
}

/* First column (field names) */
.compare-field {
    background: #f8fafc;
    font-weight: 600;
    text-align: left;
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 180px;
    border-right: 1px solid #e5e7eb;
}

/* Product Card */
.compare-product .product {
    padding: 10px;
}

.compare-product .product-media {
    border-radius: 12px;
    overflow: hidden;
    background: #f8fafc;
}

/* Remove button */
.remove-product {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.remove-product:hover {
    background: #ff4d4f;
    color: #fff;
}

/* Price */


.product-price .old-price {
    color: #9ca3af;
    font-size: 13px;
}

/* Availability badge */
.badge-success {
    background: #e6f7ee;
    color: #ffa800;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.badge-danger {
    background: #ffeaea;
    color: #dc2626;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
}

/* Empty slot */
.empty-slot .empty-product {
    border-radius: 12px;
    border: 2px dashed #e5e7eb;
}

/* ===============================
   MOBILE RESPONSIVE
==================================*/

@media (max-width: 768px) {
    .compare-col {
        min-width: 180px;
        padding: 14px 10px;
    }

    .compare-field {
        min-width: 140px;
        font-size: 14px;
    }

    .compare-header {
        flex-direction: column;
        gap: 10px;
    }
}
/* product name and catagery name css  */
 .product-cat-wrapper {
        position: relative;
    }

    .product-cat {
        font-size: 13px;
        color: #888;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    /* Tooltip */
    .category-tooltip {
        position: absolute;
        bottom: 120%;
        left: 50%;
    transform: translateX(-50%);
        background: #fff;
        border-radius: 6px;
        padding: 10px;
        border: 1px solid #eee;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        width: 220px;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 20;
    }

    .category-tooltip span {
        background: #f5f5f5;
        padding: 4px 8px;
        border-radius: 3px;
        font-size: 12px;
    }

    /* Desktop hover */
    .product-cat-wrapper:hover .category-tooltip {
      opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
    }

    /* Tablet */
    @media (max-width:768px) {

        .product-cat {
            white-space: normal;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .product-cat-wrapper.active .category-tooltip {
            opacity: 1;
            visibility: visible;
        }

    }

    /* 📱 Small Mobile Fix */
    @media (max-width:500px) {

        .category-tooltip {
            width: 180px;
            left: 50%;
            transform: translateX(-50%);
        }

        .product-cat-wrapper:hover .category-tooltip {
            transform: translateX(-50%);
        }

        .product-cat-wrapper.active .category-tooltip {
            transform: translateX(-50%);
        }

    }

    .product-name-wrapper {
        position: relative;
    }

    /* product name */

    .product-name {
        font-size: 16px;
        line-height: 1.4;
        margin: 5px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* tooltip */

    .name-tooltip {
        position: absolute;
        bottom: 120%;
       left: 50%;
    transform: translateX(-50%);
        background: #fff;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid #eee;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        font-size: 14px;
        width: 240px;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 9999;
    }

    /* desktop hover */

    .product-name-wrapper:hover .name-tooltip {
       opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
    }

    /* right side product fix */

   .product-card:nth-child(6n) .category-tooltip,
.product-card:nth-child(6n) .name-tooltip {
    left: auto;
    right: 0;
    transform: none; 
}
.product-card:nth-child(6n):hover .category-tooltip,
.product-card:nth-child(6n):hover .name-tooltip {
    transform: none;
}
    /* mobile */

    @media(max-width:768px) {

        .name-tooltip {
            left: 50%;
            transform: translateX(-50%);
            width: 200px;
        }

        .product-name-wrapper.active .name-tooltip {
            opacity: 1;
            visibility: visible;
        }

    }

/* Cart modal - match cart page functionality */
.cart-dropdown.cart-offcanvas .cart-header {
    flex-shrink: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.cart-dropdown.cart-offcanvas .cart-header a.cart-modal-close {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

.cart-dropdown.cart-offcanvas .cart-header a.cart-modal-close i {
    margin-left: 0;
    line-height: 1;
}

.cart-modal-select-all {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 0 12px;
    flex-shrink: 0;
}

.cart-modal-select-all input {
    margin: 0;
    width: 16px;
    height: 16px;
}

.cart-modal-select-all label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
}

.cart-modal-actions {
    display: flex;
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0;
    flex-shrink: 0;
}

.cart-modal-actions .btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    padding: 10px 12px;
    white-space: nowrap;
    line-height: 1.2;
}

.cart-modal-actions .btn i {
    line-height: 1;
    margin: 0;
}

.bottom-cart- {
    flex-shrink: 0;
    margin-top: auto;
}

.modal-cart-summary {
    padding: 14px 0 16px;
}

.modal-cart-summary .cart-title {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.modal-cart-summary .cart-subtotal,
.modal-cart-summary .order-total {
    font-size: 14px;
    line-height: 1.4;
}

.modal-cart-summary .divider {
    margin: 10px 0;
}

.modal-cart-summary .shipping-methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-cart-summary .shipping-methods .custom-control-label {
    font-size: 12px;
    line-height: 1.45;
}

.cart-modal-footer-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.cart-modal-footer-actions .btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    padding: 11px 14px;
    line-height: 1.2;
    white-space: nowrap;
}

.cart-modal-footer-actions .btn i {
    line-height: 1;
    margin: 0;
}

.cart-modal-footer-actions .btn-view-cart:hover,
.cart-modal-footer-actions .btn-view-cart:focus {
    border-color: #336699;
    background-color: #336699;
    color: #fff;
}

.cart-dropdown.cart-offcanvas .product.product-cart.modal-cart-item {
    display: grid !important;
    grid-template-columns: 18px 72px minmax(0, 1fr);
    gap: 10px;
    align-items: start !important;
    position: relative;
    padding: 14px 30px 14px 0 !important;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.modal-cart-item .modal-cart-checkbox {
    align-self: center;
    margin: 0;
    width: 16px;
    height: 16px;
}

.modal-cart-item .product-media {
    margin: 0 !important;
    max-width: 72px !important;
    flex: none !important;
}

.modal-cart-item .product-media img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.modal-cart-item .product-detail {
    min-width: 0;
    flex: none !important;
}

.modal-cart-item .product-name {
    display: block;
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 4px !important;
    padding: 0 !important;
    white-space: normal;
}

.modal-cart-variant,
.modal-cart-vendor {
    font-size: 11px !important;
    margin-bottom: 4px;
    line-height: 1.35;
}

.modal-cart-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
    font-size: 13px;
    font-weight: 600;
}

.modal-cart-qty {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.modal-qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    height: 34px;
    background: #fff;
}

.modal-qty-control .quantity-input {
    width: 42px;
    height: 34px;
    border: 0;
    text-align: center;
    font-size: 13px;
    padding: 0;
    min-height: auto;
    box-shadow: none;
    -moz-appearance: textfield;
}

.modal-qty-control .quantity-input::-webkit-outer-spin-button,
.modal-qty-control .quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-qty-btn {
    width: 30px;
    height: 34px;
    border: 0;
    background: #f5f5f5;
    color: #333;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.modal-qty-btn:hover {
    background: #ebebeb;
}

.modal-cart-qty .btn-update-qty {
    font-size: 11px;
    padding: 7px 12px;
    line-height: 1.2;
    height: 34px;
}

.modal-cart-item > .btn-close {
    position: absolute !important;
    top: 10px !important;
    right: 0 !important;
    width: 22px !important;
    height: 22px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.modal-cart-item > .btn-close i {
    line-height: 1;
    font-size: 11px;
    margin: 0;
}

.cart-empty-msg {
    padding: 24px 0;
    margin: 0;
    text-align: center;
    color: #777;
}

@media (max-width: 768px) {
    .cart-modal-actions,
    .cart-modal-footer-actions {
        flex-direction: column;
    }

    .cart-modal-actions .btn,
    .cart-modal-footer-actions .btn {
        width: 100%;
    }
}

/* Client doc v3 - platform UI changes */

/* 1. Narrower shop/search filter sidebar */
@media (min-width: 992px) {
    .shop-content .shop-sidebar.sidebar-fixed {
        flex: 0 0 22rem;
        max-width: 22rem;
    }

    .shop-content .shop-sidebar .sidebar-content {
        width: 22rem;
        padding: 1.5rem 1rem 2rem;
    }

    .shop-content .main-content {
        max-width: calc(100% - 22rem);
    }

    .shop-sidebar .widget-title {
        font-size: 1.4rem;
    }

    .shop-sidebar .widget-body,
    .shop-sidebar .filter-items a {
        font-size: 1.25rem;
    }
}

/* 2. Store products page */
.store-page .store-page-container,
.store-page-container {
    max-width: min(1680px, 96vw);
    width: 100%;
}

.store-page-content {
    width: 100%;
}

.store-hero {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.store-hero-banner {
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.store-hero-banner--default {
    background: linear-gradient(135deg, #1f4f82 0%, #336699 45%, #5f8fbe 100%);
}

.store-hero-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 0 28px 24px;
    margin-top: -56px;
    position: relative;
}

.store-hero-main {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.store-hero-logo {
    flex: 0 0 132px;
    width: 132px;
    height: 132px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.store-hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.store-hero-info {
    flex: 1;
    min-width: 0;
    padding-top: 64px;
}

.store-hero-title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.store-hero-title {
    font-size: 32px;
    line-height: 1.15;
    margin: 0;
    color: #222;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.store-badge-verified {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #b7dfbc;
}

.store-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 14px 0;
}

.store-stat {
    min-width: 110px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #f7f9fc;
    border: 1px solid #e8edf3;
}

.store-stat-label {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.store-stat strong {
    font-size: 18px;
    color: #222;
}

.store-hero-description {
    margin: 0 0 10px;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    max-width: 900px;
}

.store-hero-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.store-hero-contact li {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}

.store-hero-actions {
    padding-top: 72px;
    flex-shrink: 0;
}

.store-hero-actions .btn {
    min-width: 150px;
}

.store-page-header {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.store-page-header-inner {
    display: flex;
    gap: 20px;
    align-items: center;
}

.store-page-logo {
    flex: 0 0 110px;
    width: 110px;
    height: 110px;
    border-radius: 12px;
    overflow: hidden;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.store-page-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.store-page-info {
    flex: 1;
    min-width: 0;
}

.store-page-title {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #222;
}

.store-hero-meta,
.store-page-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.store-hero-meta li,
.store-page-meta li {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
    line-height: 1.4;
}

.store-hero-meta li i,
.store-page-meta li i {
    margin-right: 6px;
    color: #888;
}

.store-page-meta li span {
    font-weight: 600;
    color: #333;
}

.store-page-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.store-page-description {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.store-category-bar {
    margin-bottom: 20px !important;
}

.store-category-header {
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 10px;
    min-height: 52px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.store-category-header .vendor-nav {
    flex: 1;
}

.store-clear-filters {
    position: static;
    transform: none;
    margin-left: auto;
    padding: 8px 12px;
    font-size: 13px;
    color: #336699;
    text-decoration: none;
    white-space: nowrap;
}

.store-clear-filters:hover {
    text-decoration: underline;
}

.store-category-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
}

.store-products-section {
    margin-top: 8px;
}

.store-products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.store-products-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    color: #222;
}

.store-products-count {
    font-size: 14px;
    color: #777;
}

.store-product-grid .product-wrap {
    margin-bottom: 24px;
}

.store-product-grid .store-product-card {
    height: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.store-product-grid .store-product-card:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.store-product-grid .store-product-media {
    position: relative;
    margin: 0;
    background: #f7f7f7;
}

.store-product-grid .store-product-image-link {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.store-product-grid .store-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.store-product-grid .store-product-card:hover .store-product-image {
    transform: scale(1.03);
}

.store-product-grid .store-product-details {
    padding: 14px 14px 16px;
    text-align: left;
}

.store-product-grid .product-cat {
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-product-grid .product-name {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 8px;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-product-grid .product-name a {
    color: #222;
}

.store-product-grid .product-name a:hover {
    color: #336699;
}

.store-product-grid .ratings-container {
    margin-bottom: 8px;
    justify-content: flex-start;
}

.store-product-grid .rating-reviews {
    font-size: 12px;
    color: #888;
}

.store-product-grid .product-price {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.store-product-grid .out-of-stock {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 4px;
}

.store-no-products {
    padding: 30px 0;
    text-align: center;
    color: #777;
}

.store-products-pagination {
    margin-top: 10px;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .store-hero-body {
        flex-direction: column;
        padding: 0 18px 18px;
    }

    .store-hero-actions {
        padding-top: 0;
        width: 100%;
    }

    .store-hero-info {
        padding-top: 12px;
    }

    .store-hero-main {
        flex-direction: column;
        align-items: flex-start;
    }

    .store-hero-logo {
        width: 96px;
        height: 96px;
        flex-basis: 96px;
    }

    .store-hero-title {
        font-size: 24px;
    }

    .store-hero-banner {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .store-page-header-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .store-page-logo {
        width: 90px;
        height: 90px;
        flex-basis: 90px;
    }

    .store-page-title {
        font-size: 20px;
    }

    .store-hero-stats {
        gap: 8px;
    }

    .store-stat {
        min-width: calc(50% - 8px);
        flex: 1 1 calc(50% - 8px);
    }

    .store-products-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-category-header {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .store-clear-filters {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
}

/* 3. Stores listing - more cards, tighter grid */
.store-listing .store-grid-row {
    row-gap: 16px;
}

.store-listing .store-grids {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.store-listing .store-images-wrapper {
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 8px;
    background: #f7f7f7;
}

.store-listing .store-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin-bottom: 0;
    display: block;
}

.store-listing .store-short-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.store-listing .store-name {
    font-size: 15px;
    line-height: 1.3;
}

.store-listing .store-short-description-text {
    font-size: 13px;
    min-height: 36px;
    margin-bottom: 10px;
}

.store-listing .visit-store-btn {
    margin-top: auto;
}

.store-list-left {
    max-height: none;
    overflow-y: visible;
    padding: 0 8px 0 0;
}

@media (min-width: 992px) {
    .store-listing .store-list-left {
        max-width: 200px;
    }
}

/* Legal documents */
.legal-doc-link {
    color: #1F6FB4;
    text-decoration: underline;
}

.legal-doc-link:visited {
    color: #155185;
}

.legal-doc-link:hover {
    color: #155185;
}

.legal-document-body {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 2rem;
}

.legal-document-body h2 {
    font-size: 1.35rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal-document-body p,
.legal-document-body li {
    line-height: 1.7;
    color: #333;
}

.legal-document-disclaimer {
    border-left: 4px solid #EBB83F;
    padding-left: 1rem;
    background: #fffdf5;
}

.legal-acceptance-check {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.legal-acceptance-check .form-check-input {
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.legal-acceptance-check .form-check-label {
    line-height: 1.5;
}

.legal-data-collection-notice {
    background: #f8f9fa;
    border-left: 3px solid #dee2e6;
    padding: 0.75rem 1rem;
    border-radius: 4px;
}

/* ── ODB compact product grid (SHEIN-style: 5 cols, portrait image, price + cart) ── */
.odb-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
    width: 100%;
    margin: 0;
}

@media (min-width: 576px) {
    .odb-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px 10px;
    }
}

@media (min-width: 768px) {
    .odb-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .odb-product-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 16px 12px;
    }
}

.odb-product-grid.row,
.product-wrapper.odb-product-grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.odb-product-col,
.odb-product-grid .product-wrap,
.odb-product-grid .grid-item {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.odb-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}

.odb-product-card:hover {
    box-shadow: none;
    transform: none;
}

.odb-product-media {
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 6px;
}

.odb-product-image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    padding: 12px;
    background: #ffffff;
}

.odb-product-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.25s ease;
}

.odb-product-card:hover .odb-product-image {
    transform: scale(1.02);
}

.odb-out-of-stock-badge {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    padding: 6px 4px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.odb-product-details {
    padding: 8px 2px 4px;
    text-align: left;
}

.odb-product-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 6px;
    color: #222;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.odb-product-name a {
    color: inherit;
    text-decoration: none;
}

.odb-product-name a:hover {
    color: #e5453c;
}

.odb-product-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 28px;
}

.odb-product-price {
    font-size: 14px;
    font-weight: 700;
    color: #e5453c;
    line-height: 1.2;
    white-space: nowrap;
}

.odb-product-cart-btn {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 15px;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.odb-product-cart-btn:hover {
    border-color: #e5453c;
    color: #e5453c;
}

/* Swiper carousels: same card inside slides */
.swiper-slide .odb-product-card {
    width: 100%;
}

/* Legacy wrappers: hide old hover actions when new card is used */
.odb-product-card .product-action-horizontal {
    display: none !important;
}

/* Override old small image rules inside new grid */
.odb-product-grid .product-cols .product-media img,
.odb-product-grid .product-media img {
    height: auto;
    max-width: 100%;
}

.odb-product-grid .product-cols .product,
.odb-product-grid .product-wrap .product,
.shop-product-wrapper.odb-product-grid .product-wrap .product {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.odb-product-grid .product-cols .product:hover,
.odb-product-grid .product-wrap .product:hover,
.shop-product-wrapper.odb-product-grid .product-wrap .product:hover {
    box-shadow: none;
}

.odb-product-empty,
.store-no-products.odb-product-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 24px 12px;
    color: #666;
}

.odb-wishlist-item {
    position: relative;
}

.odb-wishlist-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 3;
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #e5453c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.odb-wishlist-card-wrap {
    width: 100%;
}

/* ============================================================
   Client typography spec — Poppins as the single functional UI font
   (headers, nav, buttons, forms, prices, notifications). Icons are
   <i class="fa/icofont/w-icon"> with their own font-family, so the
   html/body inheritance rule below never affects them. "Sequel Sans"
   stays reserved for the logo asset + large marketing headlines only.
   ============================================================ */
html, body {
    font-family: 'Poppins', sans-serif !important;
}
button, input, select, textarea, optgroup,
.btn, .form-control, .form-select, .form-check-label,
h1, h2, h3, h4, h5, h6,
.nav-link, .navbar, .menu, label, .card-title,
.toast, .alert, .swal2-popup, .swal2-title, .swal2-html-container {
    font-family: 'Poppins', sans-serif !important;
}
/* Platform-wide: force Poppins on EVERY text element on EVERY page (client: not
   only home/shop). Icon fonts (Font Awesome, Wolmart w-icon) are excluded so
   glyphs keep rendering. <i> is icon-only in this theme, so it's excluded too. */
body *:not(i):not(script):not(style):not([class*="w-icon"]):not([class*="icon"]):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.icofont) {
    font-family: 'Poppins', sans-serif !important;
}
/* Belt-and-braces: re-assert the icon fonts in case the rule above is inherited. */
i[class*="w-icon"], [class*="w-icon"], [class*="w-icon"]::before {
    font-family: 'Wolmart' !important;
}
.fa, .fas, .far, .fal, .fab,
.fa::before, .fas::before, .far::before, .fal::before, .fab::before {
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands' !important;
}
/* Tabular / lining figures so prices & numbers align in lists, carts, tables */
.price, .product-price, .cart-total, .order-total, .cart-subtotal,
[class*="price"], [class*="total"], [class*="amount"], td.product-total {
    font-variant-numeric: tabular-nums;
    font-feature-settings: 'tnum';
}

/* ---------------------------------------------------------------------------
   Footer social icons — consistent filled circles
   ---------------------------------------------------------------------------
   Facebook, Instagram and Pinterest use the theme's brand classes, which paint
   the whole circle. TikTok and LinkedIn are inline SVGs with NO brand class, so
   they were the only two left as a grey outline on a transparent circle — the
   glyph appeared to float inside a bigger ring. X carried the theme's old
   Twitter blue; the brand is black now.
   Every circle in that row is therefore filled, with a white glyph. */
.social-icons-colored .social-icon.social-twitter {
    border-color: #000;
    background-color: #000;
}
.social-icons-colored .social-icon.linkedin-icon {
    border-color: #0077b5;
    background-color: #0077b5;
}
.social-icons-colored .social-icon.tiktok-icon {
    border-color: #000;
    background-color: #000;
}

/* The three inline-SVG icons: same size as the icon-font ones, centred, white.
   Overrides the earlier .linkedin-icon svg / .tiktok-icon svg rules, which set
   a brand-coloured fill and nudged TikTok off-centre with position offsets. */
.social-icons-colored .social-icon.social-twitter,
.social-icons-colored .social-icon.linkedin-icon,
.social-icons-colored .social-icon.tiktok-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
}
.social-icons-colored .social-icon.social-twitter svg,
.social-icons-colored .social-icon.linkedin-icon svg,
.social-icons-colored .social-icon.tiktok-icon svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    position: static;
    top: auto;
    left: auto;
    display: block;
}
