.bg-brand-gray {
  background-color: #f5f5f5;
}

.bg-brand-dark {
  background-color: #1a1a1a;
}

.font-display {
  font-family: Oswald, sans-serif;
}

.bg-brand-accent {
  background-color: #e11d48;
}

.header__hamburger {
  position: relative;
  z-index: 16;
  width: 24px;
  height: 24px;
  z-index: 1
}

.header__hamburger::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: .25s ease-in-out all;
  transition: .25s ease-in-out all;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  cursor: default
}

.header__hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 16px;
  background-color: #000;
  -webkit-transition: height 0s linear, -webkit-transform .6s ease-in-out;
  transition: height 0s linear, -webkit-transform .6s ease-in-out;
  transition: height 0s linear, transform .6s ease-in-out;
  transition: height 0s linear, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -webkit-transition-delay: .6s, 0s, 0s;
  transition-delay: .6s, 0s, 0s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}

.header__hamburger span:after {
  position: absolute;
  top: 5px;
  left: 0;
  height: 2px;
  width: 14px;
  background-color: inherit;
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: top .3s ease, width .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, width .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, width .3s ease, transform .3s ease;
  transition: top .3s ease, width .3s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-transition-delay: .9s, .9s, .6s, .6s;
  transition-delay: .9s, .9s, .6s, .6s
}

.header__hamburger span:before {
  position: absolute;
  top: -5px;
  left: 0;
  height: 2px;
  width: 18px;
  background-color: inherit;
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: top .3s ease, width .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, width .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, width .3s ease, transform .3s ease;
  transition: top .3s ease, width .3s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-transition-delay: .9s, .9s, .6s, .6s;
  transition-delay: .9s, .9s, .6s, .6s
}

.header__hamburger.is-active::before {
  opacity: 1;
  visibility: visible;
  pointer-events: all
}

.header__hamburger.is-active span {
  height: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: width 0s linear, -webkit-transform 0s ease;
  transition: width 0s linear, -webkit-transform 0s ease;
  transition: width 0s linear, transform 0s ease;
  transition: width 0s linear, transform 0s ease, -webkit-transform 0s ease;
  -webkit-transition-delay: .3s, .6s, .6s;
  transition-delay: .3s, .6s, .6s
}

.header__hamburger.is-active span:after {
  top: 0;
  width: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0s, .3s, .3s;
  transition-delay: 0s, 0s, .3s, .3s
}

.header__hamburger.is-active span:before {
  top: 0;
  width: 18px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0s, .3s, .3s;
  transition-delay: 0s, 0s, .3s, .3s
}

@media (max-width:1200px) {
  .header-nav {
    position: fixed;
    bottom: 0;
    top: 0;
    inset-inline-start: 0;
    background: #fff;
    color: #000;
    padding: 1.5rem 2rem;
    box-shadow: 0 0 10px rgba(51, 51, 51, .38);
    overflow: auto;
    text-align: inline-start;
    z-index: 3;
    max-width: 300px;
    width: 100%;
    transition: all 300ms ease 0s;
    transform: translate3d(-100%, 0px, 0px);
    opacity: 0;
    visibility: hidden;
  }

  .header-nav.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0%, 0px, 0px);
  }
}

a.post-edit-link {
  text-decoration: underline;
  font-weight: 600;
}

.dokan-dashboard .dokan-dash-sidebar,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background-color: #000 !important;
}

/*
.dokan-dashboard .dokan-dashboard-wrap {
  padding: 2rem;
} */

button {
  cursor: pointer;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
}

.columns-4:after,
.columns-4::before {
  display: none !important;
}

.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 1200px) {
  .columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:767px) {
  .columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.content-area {
  padding: 20px;
}

.woocommerce-products-header {
  padding: 1.25rem;
  text-align: center;
  background-color: #f0f0f0;
  margin-bottom: 1rem;
  border-radius: .625rem;
}

@media only screen and (min-width: 1168px) {
  .woocommerce .content-area {
    max-width: 1600px;
    margin: 0 auto;
    padding: 2rem 6vw;
  }
}

.woocommerce-products-header__title {
  font-weight: 700;
  font-size: 1.5rem;
}

/* ===============================
   WooCommerce My Account Layout
================================ */

body.woocommerce-account .woocommerce {
  display: flex;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 280px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 6px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 16px;
  border-radius: 10px;
  color: #111827;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #f4f4f5;
  color: #000;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: linear-gradient(135deg, #F4F3D4, #F1E7FF);
  color: #000;
  font-weight: 600;
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #dc2626;
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #fee2e2;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

body.woocommerce-account .woocommerce-MyAccount-content h2 {
  margin-bottom: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 12px;
}

/* ===============================
   Addresses Wrapper
================================ */

body.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

body.woocommerce-account .woocommerce-Addresses::before,
body.woocommerce-account .woocommerce-Addresses:after {
  display: none !important;
}

body.woocommerce-account .woocommerce-Address {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  width: 100% !important;
  border: 1px solid #ddd;
}


body.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

body.woocommerce-account .woocommerce-Address-title:after,
body.woocommerce-account .woocommerce-Address-title::before {
  display: none !important;
}

body.woocommerce-account .woocommerce-Address-title h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* Edit / Add address link */
/* ===============================
   Account Content Container
================================ */

body.woocommerce-account .woocommerce-MyAccount-content {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

/* Top info text */
body.woocommerce-account .woocommerce-MyAccount-content>p {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 28px;
}

/* ===============================
   Address Cards Layout
================================ */

body.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* ===============================
   Address Card
================================ */

body.woocommerce-account .woocommerce-Address {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-account .woocommerce-Address:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
}

/* ===============================
   Address Header
================================ */

body.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

body.woocommerce-account .woocommerce-Address-title h2 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  color: #111827;
}

/* Add address link */
body.woocommerce-account .woocommerce-Address-title .edit {
  font-size: 14px;
  font-weight: 500;
  color: #2563eb;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-Address-title .edit:hover {
  text-decoration: underline;
}

/* ===============================
   Address Content
================================ */

body.woocommerce-account .woocommerce-Address address {
  font-style: normal;
  font-size: 14.5px;
  color: #6b7280;
  line-height: 1.6;
}

/* ===============================
   Sidebar Active Link polish
================================ */

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: linear-gradient(135deg, #F4F3D4, #F1E7FF);
  border-radius: 10px;
}

/* ===============================
   Mobile Responsive
================================ */

@media (max-width: 768px) {
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 24px;
  }

  body.woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}

/* NEW */

ul.subsubsub {
    display: flex;
    margin-top: 10px!important;
}
.dokan-w12{
    margin-top:10px;
}
span.dokan-add-product-link {
    margin-left: 10px;
}
.dokan-product-listing-table td.column-thumb img,
.dokan-dashboard table td.column-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.column-primary {
    font-size: 14px;
}
.post-date {
    font-size: 14px;
}
/* Search Orders input */
.dokan-dashboard input[name="search"] {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    min-height: 43px;
    padding: 8px 12px;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
}

/* Placeholder color */
.dokan-dashboard input[name="search"]::placeholder {
    color: #9ca3af;
}

/* Focus state (matches Select2 focus) */
.dokan-dashboard input[name="search"]:focus {
    border-color: #ef4444; /* your red theme */
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}
.select2-container--default .select2-selection--single {
    min-height: 43px;
}
.dokan-form-group {
    display: flex;
    gap: 6px;
}
aside#sidebar {
    font-optical-sizing: auto;
    font-family: "Inter",sans-serif;
    color: #111;
}
div#dokan-banner-wrapper {
    margin-top: 62px;
}

/*ram style*/
a.dokan-btn-theme, .dokan-btn-theme {
    color: #fff;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
    border-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}

.dokan-label-success {
    color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)) !important;
    font-weight: 400;
    border-radius: 10px;
}

.dokan-label-info {
    color: rgb(133 77 14 / var(--tw-text-opacity, 1)) !important;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1)) !important;
    font-weight: 400;
    border-radius: 5px;
}
.my-account-container {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    align-items: flex-start;
}

/* Sidebar */
.my-account-sidebar {
    width: 300px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Content */
.my-account-content {
    flex: 1;
    min-width: 0;
}

/* ==============================
   ENTRY STATS BOX
================================= */

.entry-stats-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
}

.entry-stats-box:hover {
    transform: translateY(-2px);
}

.entry-stats-box h3 {
    margin: 0 0 15px;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 8px;
}

/* Total entries highlight */
.total-entries {
    font-size: 36px;
    font-weight: 700;
    color: #0073aa;
    text-align: center;
    margin: 15px 0;
}

/* ==============================
   ENTRY LIST
================================= */

.entry-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.entry-item:last-child {
    border-bottom: none;
}

/* Product name with truncation */
.product-name {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Entry count badge */
.entry-count {
    background: #0073aa;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* ==============================
   ENTRIES TABLE
================================= */

.entries-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.entries-table th {
    background: #0073aa;
    color: #ffffff;
    padding: 14px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.entries-table td {
    padding: 12px;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.entries-table tr:last-child td {
    border-bottom: none;
}

.entries-table tr:nth-child(even) {
    background: #f9fbfc;
}

.entries-table tr:hover {
    background: #f1f7fb;
}

/* ==============================
   EMPTY STATE
================================= */

.no-entries {
    text-align: center;
    padding: 50px 20px;
    color: #777;
    font-style: italic;
}

/* ==============================
   RESPONSIVE DESIGN
================================= */

@media (max-width: 992px) {

    .my-account-container {
        flex-direction: column;
    }

    .my-account-sidebar {
        width: 100%;
    }

    .product-name {
        max-width: 100%;
    }

    .entries-table th,
    .entries-table td {
        padding: 10px;
        font-size: 13px;
    }
}



.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
    border-radius: 5px;
}