/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.facetwp-facet-price {
  position: relative;
  margin-bottom: 10px;
}
.facetwp-facet-price .histogram {
  position: absolute;
  display: none !important;
  top: -16px;
  left: 0;
  right: 0;
  height: 75px;
  align-items: flex-end;
  padding: 0 44px;
  gap: 1px;
}
.facetwp-facet-price .histogram div {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  background: transparent;
  max-width: 8px;
  min-width: 2px;
}
.facetwp-facet-price .histogram div span {
  width: 100%;
  background: #6e6e75;
  border-radius: 1px 1px 0 0;
  transition: all 0.2s ease;
  min-height: 2px;
}
.facetwp-facet-price .histogram div span[style*="height: 0%"], .facetwp-facet-price .histogram div span[style*="height:0%"] {
  min-height: 0px;
  opacity: 0.3;
}
.facetwp-facet-price .histogram div:hover span {
  background: #6e6e75;
}
.facetwp-facet-price .histogram div.selected span {
  background: #ed6742;
}
.facetwp-facet-price .histogram div.selected span:hover {
  background: #ed6742;
}
.facetwp-facet-price .facetwp-slider-wrap {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
  display: none !important;
}
.facetwp-facet-price .facetwp-slider-wrap .noUi-horizontal {
  height: 4px;
  top: 22px;
  border-radius: 2px;
  margin: 0;
}
.facetwp-facet-price .facetwp-slider-wrap .noUi-handle {
  top: -14px !important;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.2s ease;
}
.facetwp-facet-price .facetwp-slider-wrap .noUi-handle:before, .facetwp-facet-price .facetwp-slider-wrap .noUi-handle:after {
  display: none;
}
.facetwp-facet-price .facetwp-slider-wrap .noUi-handle:focus {
  outline: none;
}
.facetwp-facet-price .facetwp-slider-wrap .noUi-handle-lower {
  transform: translateX(-5px);
}
.facetwp-facet-price .facetwp-slider-wrap .noUi-handle-upper {
  transform: translateX(5px);
}
.facetwp-facet-price .facetwp-slider-wrap .noUi-handle-lower:hover {
  transform: translateX(-5px) scale(1.1);
}
.facetwp-facet-price .facetwp-slider-wrap .noUi-handle-upper:hover {
  transform: translateX(5px) scale(1.1);
}
.facetwp-facet-price .facetwp-slider-wrap .noUi-target,
.facetwp-facet-price .facetwp-slider-wrap .noUi-connects {
  background: #e9ecef;
  border: 0;
  border-radius: 2px;
}
.facetwp-facet-price .facetwp-slider-wrap .noUi-connects {
  width: 100%;
}
.facetwp-facet-price .facetwp-slider-wrap .noUi-connect {
  background: #ed6742;
  border-radius: 2px;
}
.facetwp-facet-price .facetwp-slider-wrap .noUi-tooltip {
  display: none;
}
.facetwp-facet-price .facetwp-slider-label {
  display: none;
  font-size: 14px;
  color: #6e6e75;
  margin-top: 8px;
}
.facetwp-facet-price .price-labels {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 0 5px;
}
.facetwp-facet-price .min-price-label,
.facetwp-facet-price .max-price-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 4px;
  min-width: 0;
}
.facetwp-facet-price .min-price-label .price-label-text,
.facetwp-facet-price .max-price-label .price-label-text {
  font-size: 14px;
  color: #717171;
  letter-spacing: 0.5px;
}
.facetwp-facet-price .min-price-label .price-input-wrapper,
.facetwp-facet-price .max-price-label .price-input-wrapper {
  border: 1px solid #ddd;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #fff;
  width: auto;
  margin-inline: auto;
  padding: 10px 14px;
}
.facetwp-facet-price .min-price-label .price-input-wrapper .price-input-wrapper-inner,
.facetwp-facet-price .max-price-label .price-input-wrapper .price-input-wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  min-width: 5em;
}
.facetwp-facet-price .min-price-label .price-input-wrapper .price-input-wrapper-inner .dollar-sign,
.facetwp-facet-price .max-price-label .price-input-wrapper .price-input-wrapper-inner .dollar-sign {
  flex: none;
  color: #717171;
  font-weight: 400;
  pointer-events: none;
  margin: 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.facetwp-facet-price .min-price-label .price-input-wrapper .price-input-wrapper-inner input,
.facetwp-facet-price .max-price-label .price-input-wrapper .price-input-wrapper-inner input {
  height: auto;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-palette-color-3);
  padding: 0;
  text-align: left;
  flex: 0 1 auto;
  min-width: 0;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .facetwp-facet-price .price-labels {
    gap: 8px;
    padding: 0 2px;
  }
  .facetwp-facet-price .min-price-label .price-input-wrapper,
  .facetwp-facet-price .max-price-label .price-input-wrapper {
    max-width: 120px;
    min-width: 80px;
    padding: 12px 14px;
  }
  .facetwp-facet-price .min-price-label .price-label-text,
  .facetwp-facet-price .max-price-label .price-label-text {
    font-size: 14px;
  }
  .facetwp-facet-price .min-price-label .price-input-wrapper-inner,
  .facetwp-facet-price .max-price-label .price-input-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .facetwp-facet-price .min-price-label .price-input-wrapper-inner .dollar-sign,
  .facetwp-facet-price .max-price-label .price-input-wrapper-inner .dollar-sign {
    flex: none;
    line-height: 1.5;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .facetwp-facet-price .min-price-label .price-input-wrapper-inner input,
  .facetwp-facet-price .max-price-label .price-input-wrapper-inner input {
    text-align: left;
    flex: 0 1 auto;
    min-width: 0;
    line-height: 1.5;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .facetwp-facet-price .min-price-label .price-input-wrapper-inner,
  .facetwp-facet-price .max-price-label .price-input-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .facetwp-facet-price .min-price-label .price-input-wrapper-inner .dollar-sign,
  .facetwp-facet-price .max-price-label .price-input-wrapper-inner .dollar-sign {
    flex: none;
    line-height: 1.5;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .facetwp-facet-price .min-price-label .price-input-wrapper-inner input,
  .facetwp-facet-price .max-price-label .price-input-wrapper-inner input {
    text-align: left;
    flex: 0 1 auto;
    min-width: 0;
    line-height: 1.5;
  }
}

body.dokan-vendor-setup-wizard {
  max-width: 900px;
}
body.dokan-vendor-setup-wizard .wc-return-to-dashboard {
  display: none;
}
body.dokan-vendor-setup-wizard .wc-setup-steps {
  display: inline-flex !important;
}
body.dokan-vendor-setup-wizard .wc-setup-actions .button-primary {
  background: #ed6742 !important;
  border-color: #ed6742 !important;
  color: #fff !important;
}
body.dokan-vendor-setup-wizard .wc-setup-actions .button-primary:hover, body.dokan-vendor-setup-wizard .wc-setup-actions .button-primary:focus {
  background: #d85a35 !important;
  border-color: #d85a35 !important;
  color: #fff !important;
}
body.dokan-vendor-setup-wizard .wc-setup-content {
  padding: 0;
}
body.dokan-vendor-setup-wizard .wc-setup-content h1 {
  padding: 1em 1em 0;
}
body.dokan-vendor-setup-wizard .wc-setup-content p.pad {
  padding: 0 2em 2em;
}
body.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form,
body.dokan-vendor-setup-wizard .wc-setup-content #dokan-seller-payment-setup-form {
  padding: 0 2em 2em 2em;
}
body.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form label,
body.dokan-vendor-setup-wizard .wc-setup-content #dokan-seller-payment-setup-form label {
  display: flex;
  align-items: center;
  gap: 1em;
}
body.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-input-group span,
body.dokan-vendor-setup-wizard .wc-setup-content #dokan-seller-payment-setup-form .dokan-input-group span {
  display: none;
}
body.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-input-group .dokan-form-control,
body.dokan-vendor-setup-wizard .wc-setup-content #dokan-seller-payment-setup-form .dokan-input-group .dokan-form-control {
  margin-top: 0.5em;
}
body.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form select,
body.dokan-vendor-setup-wizard .wc-setup-content #dokan-seller-payment-setup-form select {
  height: auto !important;
  width: 100%;
  max-width: 100%;
}
body.dokan-vendor-setup-wizard .wc-setup-content .dokan-setup-done {
  padding-top: 2em;
}
body.dokan-vendor-setup-wizard .wc-setup-content .dokan-setup-done .dokan-setup-done-icon {
  width: 100%;
  font-size: 40px;
  color: #666;
  text-align: center;
  margin: 0 auto;
}
body.dokan-vendor-setup-wizard .wc-setup-content .dokan-setup-done p {
  text-align: center;
  margin-top: 1em;
  padding: 0 1em;
}
body.dokan-vendor-setup-wizard .wc-setup-content .dokan-setup-done-content {
  padding-bottom: 2em;
}
body.dokan-vendor-setup-wizard .onboarding-wrapper {
  background-image: url(images/banner.3edf0092.png);
  background-size: cover; /* Cover the entire area */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  background-position: center;
  padding-top: 0;
  width: 100%;
}
body.dokan-vendor-setup-wizard .onboarding-wrapper .onboarding-intro {
  height: 375px;
  background-color: white;
  width: 390px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  align-content: center;
}
@media (max-width: 768px) {
  body.dokan-vendor-setup-wizard .onboarding-wrapper .onboarding-intro {
    width: 65vw;
  }
}
body.dokan-vendor-setup-wizard .onboarding-wrapper .onboarding-intro .fancy {
  font-family: "ct_font_smoothly__pro";
  text-align: center;
  width: 100%;
  font-size: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .dokan-dashboard .ct-container-full,
  .dokan-theme-blocksy .ct-container-full {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }
}

.dokan-dashboard-wrap h1,
.dokan-dashboard-wrap h3 {
  color: var(--theme-palette-color-3);
}
.dokan-dashboard-wrap select {
  min-height: 50px;
  height: 50px;
  border-color: #efefef !important;
}
.dokan-dashboard-wrap input.hru-estimated-earnings {
  pointer-events: none;
}
.dokan-dashboard-wrap .dokan-btn,
.dokan-dashboard-wrap button.dokan-btn,
.dokan-dashboard-wrap input[type=submit].dokan-btn,
.dokan-dashboard-wrap input[type=button].dokan-btn,
.dokan-dashboard-wrap button[type=button].dokan-btn,
.dokan-dashboard-wrap button[type=submit].dokan-btn {
  border-radius: 50px !important;
  padding: 8px 16px !important;
  font-weight: 500 !important;
  border: 1px solid #e0e0e0 !important;
  font-size: 14px !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}
.dokan-dashboard-wrap .dokan-btn:hover,
.dokan-dashboard-wrap button.dokan-btn:hover,
.dokan-dashboard-wrap input[type=submit].dokan-btn:hover,
.dokan-dashboard-wrap input[type=button].dokan-btn:hover,
.dokan-dashboard-wrap button[type=button].dokan-btn:hover,
.dokan-dashboard-wrap button[type=submit].dokan-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}
.dokan-dashboard-wrap .dokan-btn:active,
.dokan-dashboard-wrap button.dokan-btn:active,
.dokan-dashboard-wrap input[type=submit].dokan-btn:active,
.dokan-dashboard-wrap input[type=button].dokan-btn:active,
.dokan-dashboard-wrap button[type=button].dokan-btn:active,
.dokan-dashboard-wrap button[type=submit].dokan-btn:active {
  transform: translateY(0);
}
.dokan-dashboard-wrap .dokan-btn-danger {
  background-color: #dc3545 !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 8px 16px !important;
  font-weight: 500 !important;
  border: 1px solid #c82333 !important;
}
.dokan-dashboard-wrap .dokan-btn-danger:hover {
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}
.dokan-dashboard-wrap .dokan-btn-sm.active {
  background-color: #ed6742;
  color: #fff !important;
  border-color: #ed6742 !important;
  border-radius: 50px !important;
}
.dokan-dashboard-wrap .dokan-label-info {
  background-color: #777777;
}
.dokan-dashboard-wrap .dokan-label-success {
  background-color: #777777;
}
@media (max-width: 1024px) {
  .dokan-dashboard-wrap .dokan-dashboard-content {
    width: 100% !important;
    padding: 0 5px !important;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-panel-heading {
  color: var(--theme-palette-color-3);
}
.dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-message form {
  margin-left: auto;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-message form {
    margin-left: 0;
  }
}
.dokan-dashboard-wrap .price-input-wrapper {
  display: inline-flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 0;
  position: relative;
}
.dokan-dashboard-wrap .price-input-wrapper .price-input-wrapper-inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1px;
  padding: 4px 6px;
}
.dokan-dashboard-wrap .price-input-wrapper .price-input-wrapper-inner .dollar-sign {
  flex: none;
  color: #555555;
  font-weight: 400;
  font-size: 14px;
  pointer-events: none;
  margin: 0;
  padding-left: 4px;
}
.dokan-dashboard-wrap .price-input-wrapper .price-input-wrapper-inner input {
  flex: 1;
  height: auto;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #555555;
  min-height: 40px;
  width: 100%;
}
.dokan-dashboard-wrap .dokan-dash-sidebar .hru-menu-star:hover {
  color: #fff !important;
}
.dokan-dashboard-wrap .dokan-dash-sidebar.tablet {
  display: none;
}
@media (max-width: 1024px) {
  .dokan-dashboard-wrap .dokan-dash-sidebar.tablet {
    width: 100%;
    display: block;
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar.tablet #hru-mobile-menu-icon {
    float: left;
    padding: 1em;
    margin-left: 3%;
    display: block;
    color: var(--theme-selection-text-color) !important;
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar.tablet #hru-mobile-menu-icon svg {
    --theme-icon-size: 22px;
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar.tablet #hru-mobile-menu-icon svg rect {
    transform-origin: 50% 50%;
    transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar.tablet #hru-mobile-menu-icon svg rect:nth-child(1),
  .dokan-dashboard-wrap .dokan-dash-sidebar.tablet #hru-mobile-menu-icon svg rect:nth-child(3) {
    width: 12px;
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar.tablet #hru-mobile-menu-icon svg rect:nth-child(1) {
    x: 6px;
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar.tablet li.active:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .dokan-dashboard-wrap .dokan-dash-sidebar.desktop {
    display: none;
  }
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel #mobile-menu-icon {
  color: var(--theme-selection-text-color) !important;
}
@media (max-width: 1024px) {
  .dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .ct-panel,
  .dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .ct-panel {
    background-color: rgba(18, 21, 25, 0.2);
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .ct-panel .ct-panel-inner,
  .dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .ct-panel .ct-panel-inner {
    --side-panel-width: 85vw;
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .ct-panel .ct-panel-actions,
  .dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .ct-panel .ct-panel-actions {
    height: 20px;
    padding: 2em 1em 0 1em;
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .ct-panel .ct-panel-actions .ct-toggle-close,
  .dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .ct-panel .ct-panel-actions .ct-toggle-close {
    color: var(--theme-palette-color-3) !important;
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .ct-panel .ct-panel-actions .ct-toggle-close:before,
  .dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .ct-panel .ct-panel-actions .ct-toggle-close:before {
    font-family: "fontAwesome";
    content: "\f00d";
    font-size: 20px;
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .ct-panel .dokan-dashboard-menu,
  .dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .ct-panel .dokan-dashboard-menu {
    margin-top: -35px;
    padding-top: 0 !important;
    display: contents;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .ct-panel .dokan-dashboard-menu,
  .dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .ct-panel .dokan-dashboard-menu {
    background-color: transparent !important;
  }
}
@media (max-width: 1024px) {
  .dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .ct-panel .dokan-dashboard-menu li.dokan-dashboard-menu-heading,
  .dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .ct-panel .dokan-dashboard-menu li.dokan-dashboard-menu-heading {
    cursor: default !important;
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .ct-panel .dokan-dashboard-menu li.dokan-dashboard-menu-heading:hover,
  .dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .ct-panel .dokan-dashboard-menu li.dokan-dashboard-menu-heading:hover {
    background-color: transparent !important;
    color: #6e6e75 !important;
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .ct-panel .dokan-dashboard-menu li.dokan-dashboard-menu-heading span,
  .dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .ct-panel .dokan-dashboard-menu li.dokan-dashboard-menu-heading span {
    font-weight: bold !important;
    padding: 12px 18px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
  }
  .dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .ct-panel .dokan-dashboard-menu li,
  .dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .ct-panel .dokan-dashboard-menu li {
    border-right: 0;
  }
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu li.dokan-dashboard-menu-heading,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu li.dokan-dashboard-menu-heading {
  cursor: default !important;
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu li.dokan-dashboard-menu-heading:hover,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu li.dokan-dashboard-menu-heading:hover {
  background-color: transparent !important;
  color: #6e6e75 !important;
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu li.dokan-dashboard-menu-heading span,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu li.dokan-dashboard-menu-heading span {
  font-weight: bold !important;
  padding: 10px 0 10px 18px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu li i,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu li i {
  width: 32px;
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu li .hru-menu-star,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu li .hru-menu-star {
  color: #ed6742;
  margin-left: 8px;
  padding-right: 0;
  width: auto;
  display: inline-block;
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu li:hover .hru-menu-star,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu li:hover .hru-menu-star {
  color: #ededed;
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu li.active a,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu li.active a {
  color: #ededed;
  font-weight: normal !important;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu li.active i.hru-menu-star,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu li.active i.hru-menu-star {
  color: #ededed;
  width: auto;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 1;
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu ul.navigation-submenu,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu ul.navigation-submenu {
  width: 100%;
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu ul.navigation-submenu li.current a,
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu ul.navigation-submenu li:hover a,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu ul.navigation-submenu li.current a,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu ul.navigation-submenu li:hover a {
  color: #ed6742 !important;
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu ul.navigation-submenu .submenu-link i,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu ul.navigation-submenu .submenu-link i {
  width: 30px;
}
.dokan-dashboard-wrap .dokan-dash-sidebar #dokan-navigation .dokan-dashboard-menu li.dashboard.submenu-hovered .navigation-submenu.dashboard,
.dokan-dashboard-wrap .dokan-dash-sidebar #woo-filters-panel .dokan-dashboard-menu li.dashboard.submenu-hovered .navigation-submenu.dashboard {
  top: 0 !important;
  bottom: unset !important;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content h1,
  .dokan-dashboard-wrap .dokan-dashboard-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content ul {
    padding-inline-start: 0;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.dokan-dashboard-wrap .dokan-dashboard-content input[type=checkbox] {
  border: none !important;
  border-width: 0 !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content input[type=checkbox]:checked {
  background-color: #ed6742 !important;
  border-color: #ed6742 !important;
  border-width: 0 !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content input[type=checkbox]:checked:before {
  border-color: #fff !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content input[type=submit] {
  border-radius: 50px !important;
  padding: 8px 16px !important;
  font-weight: 500 !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-message {
  border-top: 3px solid var(--theme-palette-color-1);
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-message::before {
  background-color: var(--theme-palette-color-1);
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-message a {
  color: #ed6742;
  text-decoration: underline;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-message a:hover {
  color: #d63638;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-message.hru-payment-method-alert {
  background-color: #fff;
  border: 1px solid #ededed;
  border-top: 3px solid #6e6e75;
  padding: 15px 40px 15px 50px;
  margin: 5px 0 15px 0;
  position: relative;
  border-radius: 4px;
  color: #6e6e75;
  font-weight: normal;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-message.hru-payment-method-alert::before {
  position: absolute;
  top: 0;
  left: 15px;
  padding-top: 15px;
  font-family: sans-serif;
  color: #fff;
  width: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  content: "✓";
  background-color: #6e6e75;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-message.hru-payment-method-alert strong {
  color: #6e6e75;
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-message.hru-payment-method-alert a {
  color: #ed6742;
  text-decoration: underline;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-message.hru-payment-method-alert a:hover {
  color: #d63638;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-message.hru-payment-method-alert .dokan-close {
  float: right;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 18px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-message.hru-payment-method-alert .dokan-close:hover, .dokan-dashboard-wrap .dokan-dashboard-content .dokan-message.hru-payment-method-alert .dokan-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-withdraw-content .dokan-message.hru-payment-method-alert {
  clear: both;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-info {
  width: 100%;
}
.dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f0f1f3;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
  color: var(--theme-palette-color-3);
  font-size: 15px;
  position: relative;
  padding-left: 55px;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    padding: 4px 12px !important;
    justify-content: center;
    gap: 0;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info:before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f0f3";
  font-weight: 900;
  font-size: 18px;
  color: var(--theme-palette-color-1);
  opacity: 0.9;
}
.dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button,
.dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info .dokan-btn {
  margin-left: auto;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-top: 50px;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info:before {
    top: 20px;
    transform: none;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button,
  .dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info .dokan-btn {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-error {
  background-color: transparent;
  border: 2px solid var(--theme-palette-color-1);
  color: var(--theme-palette-color-3);
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-profile-completeness {
  display: none !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: end;
  align-items: center;
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container .dokan-btn {
  width: 90%;
}
@media (min-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .submit-container .dokan-btn {
    width: 60%;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container .dokan-btn[type=submit],
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container .dokan-btn.submit,
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container button[type=submit] {
  margin: 0 auto;
  display: block;
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container .woocommerce-terms-and-conditions-checkbox-text a {
  display: block;
  clear: both;
  color: #ed6742;
  text-decoration: underline;
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container .required {
  display: none;
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container .hru-terms-and-conditions-alert {
  color: #ed6742;
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container .hru-canada-post-payment-notice {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 14px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container .hru-canada-post-payment-notice p {
  margin-bottom: 0 !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container .hru-canada-post-payment-notice-checkbox .hru-canada-post-payment-notice-checkbox-text {
  color: #ed6742;
  text-decoration: underline;
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container .hru-canada-post-payment-notice-checkbox .hru-canada-post-payment-notice-alert {
  color: #ed6742;
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container input[type=checkbox] {
  border: none !important;
  border-width: 0 !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container input[type=checkbox]:checked {
  background: #ed6742 !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .submit-container input[type=checkbox]:checked:before {
  border-color: #fff !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .order-statuses-filter {
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .order-statuses-filter {
    justify-content: start;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .order-statuses-filter li {
  border-right: 0 !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content ul.subsubsub {
  padding-inline-start: 0;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.5em;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content ul.subsubsub {
    justify-content: start;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content ul.subsubsub li {
  border-right: 0;
}
.dokan-dashboard-wrap .dokan-dashboard-content table th,
.dokan-dashboard-wrap .dokan-dashboard-content table td,
.dokan-dashboard-wrap .dokan-dashboard-content .shop_table th,
.dokan-dashboard-wrap .dokan-dashboard-content .shop_table td,
.dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-orders-table th,
.dokan-dashboard-wrap .dokan-dashboard-content .woocommerce-orders-table td {
  border-left: none;
  border-right: none;
  border-inline-start: none;
  border-inline-end: none;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-payment-methods-area th {
  color: var(--theme-palette-color-3);
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-payment-methods-area .woocommerce-PaymentMethods {
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-payment-methods-area .woocommerce-PaymentMethods li {
  border: none !important;
  padding: 0;
  margin-bottom: 20px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-payment-methods-area .woocommerce-PaymentMethods li label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  cursor: pointer;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-payment-methods-area .woocommerce-PaymentMethods li label img {
  max-height: 24px;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-payment-methods-area .woocommerce-PaymentMethods li input[type=radio] {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-payment-methods-area .hru-actions-container {
    text-align: center;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-payment-methods-area .hru-actions-container .button {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent h3 {
    font-size: 24px;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent.hru-welcome-info {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent.hru-welcome-info {
    flex-direction: column;
    align-items: center;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent.hru-welcome-info .hru-avatar {
  position: relative;
  display: inline-block;
  min-width: 100px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent.hru-welcome-info .hru-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50% !important;
  display: block;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent.hru-welcome-info .hru-avatar i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  color: #fff;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent.hru-welcome-info .hru-welcome-info-text {
    text-align: center;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent.hru-welcome-info .hru-welcome-info-text span {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent.hru-welcome-info .hru-welcome-info-text span a {
  color: var(--theme-palette-color-3);
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent .hru-shop-engagement-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent .hru-shop-engagement-cards {
    justify-content: space-around;
    gap: 1em 0.5em;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent .hru-shop-engagement-cards .hru-sell-your-textbooks-button {
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-color: transparent;
  border: 4px solid #ededed;
  flex: 0 1 200px;
  max-width: 200px;
  margin: 0;
  justify-items: center;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 10px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent .hru-shop-engagement-cards .hru-shop-engagement-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em;
  background-color: #f0f0f0;
  flex: 0 1 200px;
  justify-items: center;
  align-items: center;
  padding: 1em;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent .hru-shop-engagement-cards .hru-shop-engagement-card {
    flex: 0 0 50%;
    max-width: 47%;
    font-size: 0.8em;
    flex-wrap: nowrap;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent .hru-shop-engagement-cards .hru-shop-engagement-card h4 {
  margin-block-end: 0;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent .hru-shop-engagement-cards .hru-shop-engagement-card .hru-shop-engagement-card-count {
  font-size: 2em;
  font-weight: bold;
  margin-block-end: 0;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent .hru-shop-engagement-cards .hru-shop-engagement-card a {
  color: #ed6742;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent .dokan-reports-area .chart-legend {
  display: flex;
  flex-direction: row;
  gap: 1em;
  border: none;
  margin-bottom: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent .dokan-reports-area .chart-legend li {
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-color: #f0f0f0;
  flex: 0 1 200px;
  justify-items: center;
  align-items: center;
  padding: 1em;
  border-radius: 10px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dashboard-content-area div.parent .dokan-reports-area .chart-legend li strong {
  font-size: 2em;
  font-weight: bold;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area {
  padding: 0;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .column-primary,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .column-primary,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area .column-primary,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area .column-primary {
    padding-right: 6px;
    width: 100% !important;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 1em;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .column-primary .row-actions,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .column-primary .row-actions,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area .column-primary .row-actions,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area .column-primary .row-actions {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .column-primary .toggle-row,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .column-primary .toggle-row,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area .column-primary .toggle-row,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area .column-primary .toggle-row {
    display: none;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .product-listing-top,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .product-listing-top,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area .product-listing-top,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area .product-listing-top {
  margin-bottom: 1em;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .hru-draft-badge,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .hru-draft-badge,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area .hru-draft-badge,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area .hru-draft-badge {
  font-size: 0.85em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table {
  border: 0px;
  width: 98% !important;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table {
    border-spacing: 0 8px;
    border-collapse: separate;
    overflow: visible;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table thead th,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table thead th,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table thead th,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table thead th {
  border: 0;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table thead th.name,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table thead th.name,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table thead th.name,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table thead th.name {
  text-align: left;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody {
  overflow: visible;
  margin-bottom: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody tr,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody tr,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody tr,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody tr {
  overflow: visible;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody tr td,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody tr td,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody tr td,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody tr td {
  overflow: visible;
  position: relative;
  margin-bottom: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody tr td [class*=ct-dynamic-count],
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody tr td [class*=ct-dynamic-count],
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody tr td [class*=ct-dynamic-count],
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody tr td [class*=ct-dynamic-count] {
  font-size: 20px;
  min-width: 30px;
  height: 30px;
  border-radius: 15px;
  top: -15px;
  right: -10px;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody tr td [class*=ct-dynamic-count],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody tr td [class*=ct-dynamic-count],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody tr td [class*=ct-dynamic-count],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody tr td [class*=ct-dynamic-count] {
    inset-inline-end: -3px;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody tr td.dokan-order-id [class*=ct-dynamic-count],
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody tr td.dokan-order-id [class*=ct-dynamic-count],
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody tr td.dokan-order-id [class*=ct-dynamic-count],
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody tr td.dokan-order-id [class*=ct-dynamic-count] {
  display: none;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody tr td.dokan-order-id [class*=ct-dynamic-count],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody tr td.dokan-order-id [class*=ct-dynamic-count],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody tr td.dokan-order-id [class*=ct-dynamic-count],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody tr td.dokan-order-id [class*=ct-dynamic-count] {
    display: flex;
  }
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody tr td.dokan-order-date [class*=ct-dynamic-count],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody tr td.dokan-order-date [class*=ct-dynamic-count],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody tr td.dokan-order-date [class*=ct-dynamic-count],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody tr td.dokan-order-date [class*=ct-dynamic-count] {
    display: none;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody td:first-child,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody td:first-child,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody td:first-child,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody td:first-child {
  border-left: 1px solid #ededed;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody td:first-child,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody td:first-child,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody td:first-child,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody td:first-child {
    border-right: 1px solid #ededed;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody td:first-child.check-column,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody td:first-child.check-column,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody td:first-child.check-column,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody td:first-child.check-column {
    border: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody td:last-child,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody td:last-child,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody td:last-child,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody td:last-child {
  border-right: 1px solid #ededed;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table tbody .status img,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table tbody .status img,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area table tbody .status img,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area table tbody .status img {
  transform: rotate(12deg);
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .row-actions,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .row-actions,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area .row-actions,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area .row-actions {
  margin-top: 0.5em;
  display: flex;
  gap: 1em;
  visibility: visible;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .row-actions .dokan-btn,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .row-actions .dokan-btn,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area .row-actions .dokan-btn,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area .row-actions .dokan-btn {
  background-color: #fff !important;
  color: #6d6d6d !important;
  border-color: #eee !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .row-actions .dokan-btn:hover a,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .row-actions .dokan-btn:hover a,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area .row-actions .dokan-btn:hover a,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area .row-actions .dokan-btn:hover a {
  color: #fff !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .row-actions .dokan-btn a,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .row-actions .dokan-btn a,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area .row-actions .dokan-btn a,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area .row-actions .dokan-btn a {
  color: #6d6d6d !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .row-actions .added_to_cart,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .row-actions .added_to_cart,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area .row-actions .added_to_cart,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area .row-actions .added_to_cart {
  display: none !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image {
  grid-column: 1/-1;
  display: flex;
  gap: 1em;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image {
    gap: 10px;
    align-items: flex-start;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image img,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image img,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image img,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image img {
  max-width: 48px;
  max-height: 48px;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image img,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image img,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image img,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image img {
    max-width: 70px;
    max-height: 70px;
    flex-shrink: 0;
    border-radius: 4px;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .last-column,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .last-column,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .last-column,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .last-column {
  width: 100%;
  min-width: 0;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .last-column,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .last-column,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .last-column,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .last-column {
    flex: 1;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .last-column strong,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .last-column strong,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .last-column strong,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .last-column strong {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .last-column strong a,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .last-column strong a,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .last-column strong a,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .last-column strong a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--theme-palette-color-3);
    text-decoration: none;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .last-column strong a:hover,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .last-column strong a:hover,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .last-column strong a:hover,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .last-column strong a:hover {
    color: var(--theme-palette-color-1);
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .mobile-data,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .mobile-data {
  display: none;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .mobile-data,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .mobile-data {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-size: 12px;
    margin-top: 4px;
    flex-wrap: wrap;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .mobile-data div,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .mobile-data div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div label,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div label,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .mobile-data div label,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .mobile-data div label {
    padding: 0;
    font-weight: 600;
    margin: 0;
    font-size: 12px;
    color: #666;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div.price,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div.price,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .mobile-data div.price,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .mobile-data div.price {
    font-weight: 600;
    color: var(--theme-palette-color-3);
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div.views, .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div.wishlists,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div.views,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div.wishlists,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .mobile-data div.views,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .mobile-data div.wishlists,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .mobile-data div.views,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .mobile-data div.wishlists {
    color: #666;
    font-size: 12px;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div.status,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div.status,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .mobile-data div.status,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .mobile-data div.status {
    margin-left: auto;
    margin-top: 0;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div.status img,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image .mobile-data div.status img,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.column-primary .dokan-product-listing-row-image .mobile-data div.status img,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.column-primary .dokan-product-listing-row-image .mobile-data div.status img {
    width: auto;
    height: 36px;
    max-width: none;
    max-height: 36px;
    border-radius: 0;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.views,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.wishlists,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.price,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.views,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.wishlists,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.price,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.views,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.wishlists,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area td.price,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.views,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.wishlists,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area td.price {
  text-align: center;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area thead th.price,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area thead th.views,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area thead th.wishlists,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area thead th.status:not(.check-column),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area tbody td.price,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area tbody td.views,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area tbody td.wishlists,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area tbody td.status:not(.check-column),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area thead th.price,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area thead th.views,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area thead th.wishlists,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area thead th.status:not(.check-column),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area tbody td.price,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area tbody td.views,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area tbody td.wishlists,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area tbody td.status:not(.check-column),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area thead th.price,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area thead th.views,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area thead th.wishlists,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area thead th.status:not(.check-column),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area tbody td.price,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area tbody td.views,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area tbody td.wishlists,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area tbody td.status:not(.check-column),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area thead th.price,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area thead th.views,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area thead th.wishlists,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area thead th.status:not(.check-column),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area tbody td.price,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area tbody td.views,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area tbody td.wishlists,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area tbody td.status:not(.check-column) {
    display: none !important;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area tbody tr.dokan-product-list-inline-edit-form,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area tbody tr.dokan-product-list-inline-edit-form,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area tbody tr.dokan-product-list-inline-edit-form,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area tbody tr.dokan-product-list-inline-edit-form {
    display: none !important;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area tbody tr td[colspan],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area tbody tr td[colspan],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area tbody tr td[colspan],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area tbody tr td[colspan] {
    display: none !important;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area tbody tr td[colspan="6"],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area tbody tr td[colspan="7"],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area tbody tr td[colspan="6"],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area tbody tr td[colspan="7"],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area tbody tr td[colspan="6"],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-product-listing-area tbody tr td[colspan="7"],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area tbody tr td[colspan="6"],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area tbody tr td[colspan="7"] {
    display: none !important;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-dashboard-header h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-dashboard-header h1 .dokan-product-status-label {
  display: none;
}
.dokan-dashboard-wrap .dokan-dashboard-content .show_if_virtual {
  display: none;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-shipping-class-options {
  display: flex;
  flex-wrap: wrap;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-shipping-class-options label {
  font-weight: bold;
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-shipping-class-options label p {
  margin: 0 0 0 2em;
  font-weight: normal;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-shipping-class-options .hru-product-flat-rate-cost {
  display: none;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-shipping-class-options .hru-product-flat-rate-cost.active {
  display: table;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-reports-area .dokan_tabs {
  display: none;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area {
  /* Orders table – align like Listings and standardize thumbnail */
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .dokan-btn,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .dokan-btn {
  position: relative;
  margin-bottom: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area [class*=ct-dynamic-count],
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area [class*=ct-dynamic-count] {
  display: flex;
  min-width: 16px;
  height: 16px;
  border-radius: 15px;
  top: -8px;
  right: -4px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area [class*=ct-dynamic-count] i::before,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area [class*=ct-dynamic-count] i::before {
  border: 1px solid #fff;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area [class*=ct-dynamic-count],
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area [class*=ct-dynamic-count] {
    inset-inline-end: -3px;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .dokan-btn.active [class*=ct-dynamic-count],
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .dokan-btn.dokan-btn-active [class*=ct-dynamic-count],
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .dokan-btn.active [class*=ct-dynamic-count],
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .dokan-btn.dokan-btn-active [class*=ct-dynamic-count] {
  border: 1px solid #fff;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .shippments-tracking-status,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .shippments-tracking-status {
  margin-block-end: 0;
  color: var(--theme-palette-color-1);
  float: right;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .return-conversation h3,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .return-conversation h3 {
  display: none;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .return-conversation .dokan-rma-request-conversations ul,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .return-conversation .dokan-rma-request-conversations ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding: 0px 15px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .return-conversation .dokan-rma-request-conversations ul li,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .return-conversation .dokan-rma-request-conversations ul li {
  width: 85%;
  position: relative;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .return-conversation .dokan-rma-request-conversations ul li.left .message:after,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .return-conversation .dokan-rma-request-conversations ul li.left .message:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: -15px;
  width: 0;
  height: 0;
  border-width: 0px 0px 25px 21px;
  border-style: solid;
  border-color: #efefef transparent;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .return-conversation .dokan-rma-request-conversations ul li.right .message:after,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .return-conversation .dokan-rma-request-conversations ul li.right .message:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: -15px;
  width: 0;
  height: 0;
  border-width: 0px 21px 25px 0px;
  border-style: solid;
  border-color: #efefef transparent;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .return-conversation .dokan-rma-request-conversations ul li.left,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .return-conversation .dokan-rma-request-conversations ul li.left {
  float: left;
  padding: 10px !important;
  background: rgba(238, 238, 238, 0.9333333333);
  margin: 10px 0px !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .return-conversation .dokan-rma-request-conversations ul li.right,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .return-conversation .dokan-rma-request-conversations ul li.right {
  float: right;
  padding: 10px !important;
  background: rgba(238, 238, 238, 0.9333333333);
  margin: 10px 0px !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .return-conversation .hru-returns-image-upload,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .return-conversation .hru-returns-image-upload {
  margin-bottom: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area #hru-create-tracking-status-action,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area #hru-create-tracking-status-action {
  font-size: 1.2em;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table {
    border-collapse: separate;
    border-spacing: 0 1em;
  }
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table .dokan-order-actions,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table .dokan-order-actions {
    display: flex !important;
    grid-column: 1/-1 !important;
    justify-content: center !important;
    gap: 1em !important;
    padding: 0 !important;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table .dokan-order-actions::before,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table .dokan-order-actions::before {
    display: none !important;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table .dokan-order-actions .dokan-btn,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table .dokan-order-actions .dokan-btn {
    margin: 1em 0 !important;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area .dokan-order-status .dokan-label-danger,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area .dokan-order-status .dokan-label-danger {
  background-color: var(--theme-palette-color-3);
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary {
  padding-right: 0;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary {
    padding-right: 10px !important;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image {
  grid-column: 1/-1;
  display: flex;
  width: 100%;
  gap: 1em;
  margin-bottom: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary .dokan-product-listing-row-image-text,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary .dokan-product-listing-row-image-text {
  font-weight: bold;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary img,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary img {
  max-width: 48px;
  max-height: 48px;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area td.column-primary img,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area td.column-primary img {
    max-width: 85px;
    max-height: 85px;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table {
  /* first column behaves like Listings image cell */
  /* enforce consistent column widths to align tds with headers on desktop */
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table thead th,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table thead th {
  /* match spacing with Listings */
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table tbody td,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table tbody td {
  vertical-align: top;
  padding-top: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table td.thumb,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table td.column-primary .dokan-product-listing-row-image img,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table td.thumb,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table td.column-primary .dokan-product-listing-row-image img {
  max-width: 48px;
  max-height: 48px;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table td.thumb,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table td.thumb {
  text-align: left;
  width: 80px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table td:not(.column-primary),
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table td:not(.column-primary) {
  text-align: center !important;
}
@media (min-width: 1025px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table {
    table-layout: fixed;
    width: 100%;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table th:nth-child(1),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table td:nth-child(1),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table th:nth-child(1),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table td:nth-child(1) {
    width: 40%;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table th:nth-child(2),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table td:nth-child(2),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table th:nth-child(2),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table td:nth-child(2) {
    width: 12%;
    text-align: right;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table th:nth-child(3),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table td:nth-child(3),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table th:nth-child(3),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table td:nth-child(3) {
    width: 12%;
    text-align: right;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table th:nth-child(4),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table td:nth-child(4),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table th:nth-child(4),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table td:nth-child(4) {
    width: 12%;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table th:nth-child(5),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table td:nth-child(5),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table th:nth-child(5),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table td:nth-child(5) {
    width: 12%;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table th:nth-child(6),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-orders-area table.dokan-table td:nth-child(6),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table th:nth-child(6),
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-orders-area table.dokan-table td:nth-child(6) {
    width: 12%;
    text-align: right;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content table.dokan-table {
  border-collapse: separate;
  border-spacing: 0 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content table.dokan-table th,
.dokan-dashboard-wrap .dokan-dashboard-content table.dokan-table td {
  vertical-align: top;
}
.dokan-dashboard-wrap .dokan-dashboard-content table.dokan-table th:first-child,
.dokan-dashboard-wrap .dokan-dashboard-content table.dokan-table td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content table.dokan-table th:first-child,
  .dokan-dashboard-wrap .dokan-dashboard-content table.dokan-table td:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content table.dokan-table th:last-child,
.dokan-dashboard-wrap .dokan-dashboard-content table.dokan-table td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header {
  background-color: var(--theme-selection-background-color) !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-settings-area .dokan-btn-sm {
  border-radius: 25px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-settings-area .dokan-update-setting-top {
  display: none;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-settings-area .dokan-remove-banner-image,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-settings-area .dokan-remove-gravatar-image {
  background: #fff;
  color: var(--theme-palette-color-3);
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-settings-area .dokan_payment_disconnect_btn {
  background-color: var(--theme-palette-color-1) !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-settings-area .dokan-gravatar {
  width: 80px;
}
@media (hover: none) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-settings-area .dokan-banner .dokan-remove-banner-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 90vw;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    width: 20px;
    padding-top: 0;
    font-size: 21px;
    border-radius: 100%;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-settings-area .dokan-gravatar .dokan-remove-gravatar-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1vh;
    left: 55vw;
    cursor: pointer;
    height: 25px;
    width: 25px;
    padding-top: 0;
    font-size: 20px;
    text-shadow: none;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content #dokan_comments-form .dokan-form-group {
  display: flex;
  gap: 1em;
  padding-right: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container .dokan-form-top-area {
  flex-direction: column;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #publish {
  margin-top: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container .hru-product-category {
  margin-top: 15px;
  display: flex;
  gap: 1em;
  align-items: center;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container .hru-product-category .dokan-btn {
  color: #888;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container .dokan-featured-image-alert,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container .dokan-product-category-alert {
  color: #f05025;
  font-style: italic;
  margin-top: 5px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container .content-half-part .align-right {
  float: right;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-item-container {
  height: auto;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  overflow: visible !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item::before, .dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-info::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-info::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
  box-shadow: none !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item:hover::before, .dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item:hover::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::after {
  display: none !important;
  opacity: 0 !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions::before, .dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .anticon-eye,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .anticon-eye + span,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn:has(.anticon-eye),
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button:has(.anticon-eye),
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions a:has(.anticon-eye) {
  display: none !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove],
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  left: auto !important;
  background: #ed6742 !important;
  border: none !important;
  border-radius: 50% !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  z-index: 10 !important;
  transition: transform 0.2s ease !important;
  outline: none !important;
  line-height: 1 !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn::before, .dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove]::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove]::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn:hover,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button:hover,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove]:hover,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child:hover {
  background: #ed6742 !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
  transform: scale(1.1);
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn:hover::before, .dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn:hover::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button:hover::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button:hover::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove]:hover::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove]:hover::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child:hover::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child:hover::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn:hover *,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button:hover *,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove]:hover *,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child:hover * {
  background: transparent !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn:hover *::before, .dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn:hover *::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button:hover *::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button:hover *::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove]:hover *::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove]:hover *::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child:hover *::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child:hover *::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn .anticon,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn span,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button .anticon,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button span,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] .anticon,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] span,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child .anticon,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child span {
  position: static !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: bold !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn .anticon::before, .dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn .anticon::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn span::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn span::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button .anticon::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button .anticon::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button span::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button span::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] .anticon::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] .anticon::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] span::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] span::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child .anticon::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child .anticon::after,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child span::before,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child span::after {
  display: none !important;
  content: none !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn .anticon svg,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn span svg,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button .anticon svg,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button span svg,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] .anticon svg,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] span svg,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child .anticon svg,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child span svg {
  display: block !important;
  background: transparent !important;
  width: 12px !important;
  height: 12px !important;
  fill: currentColor !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn .anticon svg path,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn .anticon svg circle,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn .anticon svg rect,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn span svg path,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn span svg circle,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn span svg rect,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button .anticon svg path,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button .anticon svg circle,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button .anticon svg rect,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button span svg path,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button span svg circle,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button span svg rect,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] .anticon svg path,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] .anticon svg circle,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] .anticon svg rect,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] span svg path,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] span svg circle,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove] span svg rect,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child .anticon svg path,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child .anticon svg circle,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child .anticon svg rect,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child span svg path,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child span svg circle,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child span svg rect {
  fill: currentColor !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-actions {
  opacity: 1 !important;
  visibility: visible !important;
  background: transparent !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .ant-btn,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions button,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions span[aria-label*=remove],
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions > span:last-child,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions a,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-actions .ant-btn,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-actions button,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-actions span[aria-label*=remove],
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-actions > span:last-child,
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-actions a {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .hru-image-upload-item {
  transition: all 0.2s ease;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .hru-image-upload-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: grab;
}
.dokan-dashboard-wrap .dokan-dashboard-content .product-edit-container #hru-image-upload-container .hru-image-upload-item:active {
  cursor: grabbing;
}
.dokan-dashboard-wrap .dokan-dashboard-content .hru-sell-your-textbooks-button {
  padding: 1em;
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
.dokan-dashboard-wrap .dokan-dashboard-content .hru-badge-widget .badge-status-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  justify-content: center;
}
.dokan-dashboard-wrap .dokan-dashboard-content .hru-badge-widget .badge-status-content .badge-item {
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
  text-align: center;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-warranty-request-wrap .product-info {
  max-width: 200px;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-warranty-request-wrap .product-info {
    max-width: 100%;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-warranty-request-wrap .product-info a {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-warranty-request-wrap .product-info a img {
  flex: 0 0 100%;
  margin-right: 10px;
  vertical-align: middle;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-warranty-request-wrap .warranty-form-row {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area .wishlist-product-thumbnail {
    max-width: 25%;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-wishlists-area tr {
  vertical-align: top;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-addresses-area h2 {
  color: var(--theme-palette-color-3);
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-addresses-area h2 {
    font-size: 18px;
    margin: 0;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-woocommerce-addresses-area header {
  align-content: center;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-filters {
  flex: 0 0 100%;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-filters ul {
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-filters ul {
    justify-content: center;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-filters ul a.dokan-btn-active {
  background-color: var(--theme-palette-color-1);
  color: #fff;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-filters [class*=ct-dynamic-count] {
  border: 1px solid #fff;
  right: -5px;
  top: -7px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item {
  flex: 0 0 100%;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 1em;
  position: relative;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item {
    padding: 10px;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .message-type-container {
  position: absolute;
  top: 1em;
  right: 1em;
  flex: none !important;
  max-width: none !important;
  transform: rotate(12deg);
  z-index: 10;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .message-type-container {
    top: 10px;
    right: 10px;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .message-type-container img.message-type {
  width: 75px;
  height: auto;
  max-width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .message-type-container img.message-type {
    width: 75px;
    max-width: 75px;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item [class*=ct-dynamic-count] {
  font-size: 20px;
  min-width: 30px;
  height: 30px;
  border-radius: 15px;
  top: -15px;
  right: -10px;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item [class*=ct-dynamic-count] {
    inset-inline-end: -3px;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item.offer .offer-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  align-items: center;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item.offer .offer-overview .offer-overview-header {
  flex: 0 0 82%;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item.offer .offer-overview .offer-overview-header a {
  font-weight: bold;
  color: var(--theme-palette-color-3) !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item.offer .offer-overview .offer-price {
  flex: 0 0 100%;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item.offer .offer-overview p {
  margin-bottom: 0;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item.support .message-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .product-details,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .offer-overview {
  margin: 1em;
  display: flex;
  gap: 1em;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .product-details,
  .dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .offer-overview {
    flex-wrap: wrap;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .product-details .product-image,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .offer-overview .product-image {
  flex: 0 0 25%;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .product-details .product-details-info,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .offer-overview .product-details-info {
  flex: 0 0 70%;
  display: flex;
  flex-wrap: wrap;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .product-details .product-title,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .offer-overview .product-title {
  color: var(--theme-palette-color-3) !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .product-details .listing-details,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .offer-overview .listing-details {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .product-details .listing-details .listing-details-btn,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .offer-overview .listing-details .listing-details-btn {
  background-color: var(--theme-palette-color-5) !important;
  color: var(--theme-palette-color-3) !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .product-details .listing-details .listing-details-content,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item .offer-overview .listing-details .listing-details-content {
  display: none;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-support-topics-list .hru-topic-item h4 {
  flex: 0 0 100%;
  margin-bottom: 0;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper {
  padding: 0 25px;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-dss-chat-header .dokan-chat-title-box {
    width: 100%;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-dss-chat-header .dokan-chat-title-box .dokan-chat-title {
    padding: 1em;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .hru-topic-product-details {
  display: flex;
  gap: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .hru-topic-product-details .hru-topic-product-image {
  flex: 0 0 10%;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-dss-chat-box .dokan-chat-info-box {
  width: 100%;
  display: flex;
  gap: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-dss-chat-box .dokan-chat-info-box .user-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-content: start;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-dss-chat-box .dokan-chat-info-box .dokan-chat-image-box,
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-dss-chat-box .dokan-chat-info-box .chat-text-wrapper {
  width: 100%;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-dss-chat-box.my-message .dokan-chat-info-box .user-wrapper {
  order: 2;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-dss-chat-box.my-message .dokan-chat-info-box .dokan-chat-text {
  border-radius: 10px 0 10px 10px;
  border: 3px solid #ed6742 !important;
  background: #fff !important;
  color: #717171 !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-support-commentlist {
  max-height: 10000px;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-support-commentlist::-webkit-scrollbar {
  display: none;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-chat-text {
  border: 3px solid #eee !important;
  background: #fff !important;
  color: #717171 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-chat-text p {
  width: 100%;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-chat-text .buyer-view-order {
  margin-top: 1em;
  background: var(--theme-palette-color-1) !important;
  color: #fff;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-chat-text .offer-actions-container {
    width: 100%;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-chat-text .offer-actions-container ul {
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media (max-width: 768px) {
  .dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-chat-text .offer-actions-container ul li {
    flex: 0 0 100%;
  }
  .dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-chat-text .offer-actions-container ul li button {
    width: 100%;
  }
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-dss-panel-default {
  padding: 1em;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .dokan-dss-panel-default .dokan-dss-panel-body .comment-respond .comment-form .form-submit .submit {
  background: #ed6742 !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content.dokan-support-topic-wrapper .clear-bottom {
  margin-bottom: 100px;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-order-action,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-order-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-order-action::before,
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-order-actions::before {
  display: none;
}
.dokan-dashboard-wrap .dokan-dashboard-content .my_account_orders tbody tr {
  border-bottom: 1px solid #ededed;
}
.dokan-dashboard-wrap .dokan-dashboard-content .dokan-settings-area .dokan-banner {
  border: 0 !important;
}
.dokan-dashboard-wrap .dokan-rma-requests .hru-returns-image-upload {
  height: 100%;
  clear: both;
  margin-bottom: 1em;
}
.dokan-dashboard-wrap .dokan-rma-requests .request-photos img,
.dokan-dashboard-wrap .dokan-rma-requests .convo-photos img {
  width: 100px;
  margin: 0 5px 5px 0;
}

.hru-progress-label {
  white-space: nowrap;
}

@media (max-width: 480px) {
  .hru-order-card .hru-delivery-info,
  .hru-suborder-card .hru-delivery-info {
    text-align: center;
  }
  .hru-order-card .hru-delivery-info .hru-delivery-details,
  .hru-suborder-card .hru-delivery-info .hru-delivery-details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .hru-order-card .hru-delivery-info .hru-shipping-address,
  .hru-suborder-card .hru-delivery-info .hru-shipping-address {
    margin-top: 4px;
  }
  .hru-order-card .hru-delivery-info h5,
  .hru-suborder-card .hru-delivery-info h5 {
    margin: 6px 0;
  }
}
.hru-card {
  background: #fff;
  border: 1px solid #ededed;
  border-left: 2px solid #ededed;
  border-right: 2px solid #ededed;
  border-radius: 8px;
  margin-bottom: 1em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
}
@media (max-width: 768px) {
  .hru-card {
    flex-direction: column;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
  }
}

.hru-order-card {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fff;
  margin: 18px 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
@media (max-width: 480px) {
  .hru-order-card {
    padding: 12px;
    margin: 12px 0;
  }
}

.hru-suborders {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 12px;
}
.hru-suborders .hru-suborder-card {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin: 0 12px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
@media (max-width: 480px) {
  .hru-suborders .hru-suborder-card {
    padding: 12px;
  }
}
.hru-suborders .hru-suborder-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  margin-bottom: 10px;
  background: #fafafa;
  border-bottom: 1px solid #eeeeee;
  padding: 12px 16px;
  margin-left: -18px;
  margin-right: -18px;
}
@media (max-width: 480px) {
  .hru-suborders .hru-suborder-header {
    padding: 10px 12px;
    margin-left: -12px;
    margin-right: -12px;
  }
}
.hru-suborders .hru-suborder-header .hru-suborder-number {
  font-weight: 600;
  color: var(--theme-palette-color-3);
}
.hru-suborders .hru-suborder-header .hru-suborder-status {
  color: #8a8a8a;
}
.hru-suborders .hru-suborder-header .hru-suborder-date {
  color: #8a8a8a;
}
.hru-suborders .hru-suborder-actions {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.hru-suborders .hru-suborder-items {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
}
@media (max-width: 480px) {
  .hru-suborders .hru-suborder-items {
    gap: 10px;
  }
}
.hru-suborders .hru-suborder-items .hru-order-item {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #f1f1f1;
}
.hru-suborders .hru-suborder-items .hru-order-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.hru-suborders .hru-suborder-items .hru-order-item {
  display: contents;
}
.hru-suborders .hru-suborder-items .hru-order-item .hru-item-image img {
  width: 60px;
  height: auto;
  border-radius: 6px;
}
.hru-suborders .hru-suborder-items .hru-order-item .hru-item-details {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6px 10px;
}
.hru-suborders .hru-suborder-items .hru-order-item .hru-item-details .hru-item-name {
  margin: 0;
  font-size: 14px;
}
.hru-suborders .hru-suborder-items .hru-order-item .hru-item-details .hru-item-meta {
  justify-self: end;
}
.hru-suborders .hru-suborder-progress {
  margin: 0 0 8px;
}

.hru-product-cards,
.hru-order-cards,
.hru-wc-orders-cards {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 0 1em;
}

.ct-comments-container {
  display: none !important;
}

.hru-write-review-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.dokan-add-review-wrapper .success-msg {
  background: #d4edda;
  color: #155724;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}
.dokan-add-review-wrapper .dokan-seller-rating-intro-text {
  margin-bottom: 1rem;
}
.dokan-add-review-wrapper .dokan-seller-rating-intro-text a {
  color: var(--theme-palette-color-1);
  text-decoration: none;
}
.dokan-add-review-wrapper .dokan-seller-rating-intro-text a:hover {
  text-decoration: underline;
}
.dokan-add-review-wrapper #dokan-seller-rating {
  margin-bottom: 1rem;
}
.dokan-add-review-wrapper #dokan-seller-rating .dokan-simple-rating {
  text-align: center;
}
.dokan-add-review-wrapper #dokan-seller-rating .dokan-simple-rating .dokan-star {
  font-size: 2rem;
  color: var(--theme-palette-color-3);
  cursor: pointer;
  margin: 0 0.25rem;
  transition: color 0.2s ease;
}
.dokan-add-review-wrapper #dokan-seller-rating .dokan-simple-rating .dokan-star:hover {
  color: var(--theme-palette-color-1);
}
.dokan-add-review-wrapper #dokan-seller-rating .dokan-simple-rating .dokan-star.active {
  color: var(--theme-palette-color-1);
}
.dokan-add-review-wrapper #dokan-seller-rating .dokan-simple-rating .dokan-rating-text {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}
.dokan-add-review-wrapper .dokan-form-group {
  margin-bottom: 1rem;
}
.dokan-add-review-wrapper .dokan-form-group .dokan-form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.dokan-add-review-wrapper .dokan-form-group .dokan-form-control {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid var(--theme-palette-color-3);
  border-radius: 4px;
}
.dokan-add-review-wrapper .dokan-form-group .dokan-form-control:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}
.dokan-add-review-wrapper .dokan-form-group textarea.dokan-form-control {
  resize: vertical;
  min-height: 100px;
}
.dokan-add-review-wrapper .actions {
  text-align: center;
  margin-top: 1.5rem;
}
.dokan-add-review-wrapper .actions .dokan-btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hru-tracking-form-wrapper h3 {
  margin-bottom: 1rem;
  color: var(--theme-palette-color-3);
  text-align: center;
}
.hru-tracking-form-wrapper .order-info {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  border-left: 4px solid var(--theme-palette-color-1);
}
.hru-tracking-form-wrapper .order-info p {
  margin: 0.25rem 0;
  font-size: 0.9rem;
}
.hru-tracking-form-wrapper .hru-form-group {
  margin-bottom: 1rem;
}
.hru-tracking-form-wrapper .hru-form-group .hru-form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: var(--theme-palette-color-3);
}
.hru-tracking-form-wrapper .hru-form-group .hru-form-control {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hru-tracking-form-wrapper .hru-form-group .hru-form-control:focus {
  outline: none;
  border-color: var(--theme-palette-color-1);
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}
.hru-tracking-form-wrapper .hru-form-group .hru-form-control::-moz-placeholder {
  color: #999;
}
.hru-tracking-form-wrapper .hru-form-group .hru-form-control::placeholder {
  color: #999;
}
.hru-tracking-form-wrapper .hru-form-group select.hru-form-control {
  cursor: pointer;
}
.hru-tracking-form-wrapper .hru-form-group textarea.hru-form-control {
  resize: vertical;
  min-height: 80px;
}
.hru-tracking-form-wrapper .hru-form-actions {
  text-align: center;
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.hru-tracking-form-wrapper .hru-form-actions .dokan-btn {
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  border-radius: 50px !important;
  transition: all 0.2s ease;
}
.hru-tracking-form-wrapper .hru-form-actions .dokan-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.hru-tracking-form-wrapper .hru-form-actions .dokan-btn-theme {
  background-color: var(--theme-palette-color-1);
  border-color: var(--theme-palette-color-1);
  color: #fff;
  border-radius: 50px !important;
  padding: 8px 16px !important;
  font-weight: 500 !important;
}
.hru-tracking-form-wrapper .hru-form-actions .dokan-btn-theme:hover:not(:disabled) {
  background-color: var(--theme-palette-color-2);
  border-color: var(--theme-palette-color-2);
}
.hru-tracking-form-wrapper .hru-form-actions .dokan-btn-default {
  background-color: #f8f9fa;
  border-color: #ddd;
  color: var(--theme-palette-color-3);
}
.hru-tracking-form-wrapper .hru-form-actions .dokan-btn-default:hover:not(:disabled) {
  background-color: #e9ecef;
  border-color: #adb5bd;
}
@media (max-width: 768px) {
  .hru-tracking-form-wrapper .hru-form-actions {
    flex-direction: column;
    align-items: center;
  }
  .hru-tracking-form-wrapper .hru-form-actions .dokan-btn {
    width: 100%;
    max-width: 200px;
  }
}

#dokan-seller-rating .raty .star.on,
#dokan-seller-rating .raty i.on,
#dokan-seller-rating .raty .raty-star.on {
  color: var(--theme-palette-color-1) !important;
}
#dokan-seller-rating .raty .star.off,
#dokan-seller-rating .raty i.off,
#dokan-seller-rating .raty .raty-star.off {
  color: var(--theme-palette-color-3) !important;
}

#dokan-seller-rating {
  margin-bottom: 1rem;
}
#dokan-seller-rating .dokan-simple-rating {
  text-align: center;
}
#dokan-seller-rating .dokan-simple-rating .dokan-star {
  font-size: 2rem;
  color: var(--theme-palette-color-3);
  cursor: pointer;
  margin: 0 0.25rem;
  transition: color 0.2s ease;
}
#dokan-seller-rating .dokan-simple-rating .dokan-star:hover {
  color: var(--theme-palette-color-1);
}
#dokan-seller-rating .dokan-simple-rating .dokan-star.active {
  color: var(--theme-palette-color-1);
}
#dokan-seller-rating .dokan-simple-rating .dokan-rating-text {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}

.dokan-orders-area {
  padding: 0 !important;
  margin: 0 !important;
}
.dokan-orders-area .dokan-order-details-wrap {
  display: grid !important;
  grid-template-columns: 1fr 320px !important;
  gap: 24px;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  clear: both !important;
  overflow: visible !important;
}
.dokan-orders-area .dokan-order-details-wrap::before, .dokan-orders-area .dokan-order-details-wrap::after {
  display: none !important;
  content: none !important;
}
.dokan-orders-area .dokan-order-details-wrap .dokan-w8.dokan-order-left-content,
.dokan-orders-area .dokan-order-details-wrap .dokan-order-left-content.dokan-w8 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  grid-column: 1;
}
.dokan-orders-area .dokan-order-details-wrap .dokan-w4.dokan-order-right-content,
.dokan-orders-area .dokan-order-details-wrap .dokan-order-right-content.dokan-w4 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  grid-column: 2;
}
.dokan-orders-area .dokan-order-details-wrap .dokan-w8 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
}
.dokan-orders-area .dokan-order-details-wrap .dokan-w4 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
}
.dokan-orders-area .dokan-order-details-wrap .dokan-order-left-content {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
}
.dokan-orders-area .dokan-order-details-wrap .dokan-order-right-content {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
}
.dokan-orders-area .dokan-order-details-wrap > * {
  min-width: 0;
}
@media (max-width: 768px) {
  .dokan-orders-area .dokan-order-details-wrap {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  .dokan-orders-area .dokan-order-details-wrap .dokan-w8,
  .dokan-orders-area .dokan-order-details-wrap .dokan-w4,
  .dokan-orders-area .dokan-order-details-wrap .dokan-order-left-content,
  .dokan-orders-area .dokan-order-details-wrap .dokan-order-right-content {
    width: 100% !important;
    max-width: 100% !important;
    grid-column: 1 !important;
  }
}

.hru-vendor-order-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.hru-vendor-order-card .hru-order-header {
  background: #f8f9fa;
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.hru-vendor-order-card .hru-order-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hru-vendor-order-card .hru-order-label {
  font-size: 14px;
  color: #666;
}

.hru-vendor-order-card .hru-order-date {
  font-size: 14px;
  color: var(--theme-palette-color-3);
  font-weight: 500;
}

.hru-vendor-order-card .hru-order-progress {
  margin: 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
}

.hru-vendor-order-card .hru-progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.hru-vendor-order-card .hru-progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
}

.hru-vendor-order-card .hru-progress-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid #dee2e6;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.hru-vendor-order-card .hru-progress-step.active .hru-progress-icon {
  background: var(--theme-palette-color-1);
  border-color: var(--theme-palette-color-1);
  color: #ffffff;
}

.hru-vendor-order-card .hru-progress-step.completed .hru-progress-icon {
  background: var(--theme-palette-color-3);
  border-color: var(--theme-palette-color-3);
}

.hru-vendor-order-card .hru-progress-step.completed .hru-progress-icon::after {
  content: "✓";
  color: white;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
}

.hru-vendor-order-card .hru-progress-step.completed .hru-icon {
  display: none;
}

.hru-vendor-order-card .hru-icon {
  font-size: 18px;
  line-height: 1;
  font-family: "fontAwesome";
}

.hru-vendor-order-card .hru-progress-label {
  font-size: 12px;
  font-weight: 500;
  color: #6c757d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hru-vendor-order-card .hru-progress-step.active .hru-progress-label {
  color: var(--theme-palette-color-1);
  font-weight: 600;
}

.hru-vendor-order-card .hru-progress-step.completed .hru-progress-label {
  color: var(--theme-palette-color-3);
  font-weight: 600;
}

.hru-vendor-order-card .hru-progress-connector {
  height: 2px;
  background: #dee2e6;
  flex: 1;
  margin: 0 10px;
  margin-bottom: 32px;
  transition: background-color 0.3s ease;
}

.hru-vendor-order-card .hru-progress-connector.completed {
  background: var(--theme-palette-color-3);
}

.hru-vendor-order-card .hru-order-details {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.hru-vendor-order-card .hru-order-number-section {
  flex: 1;
}

.hru-vendor-order-card .hru-order-status {
  margin-bottom: 8px;
}

.hru-vendor-order-card .hru-order-number {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-palette-color-3);
}

.hru-vendor-order-card .hru-delivery-status {
  font-size: 16px;
  color: var(--theme-palette-color-1);
  font-weight: 500;
}

.hru-vendor-order-card .hru-order-items {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.hru-vendor-order-card .hru-order-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
.hru-vendor-order-card .hru-order-item:last-child {
  margin-bottom: 0;
}

.hru-vendor-order-card .hru-item-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.hru-vendor-order-card .hru-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.hru-vendor-order-card .hru-item-details {
  flex: 1;
}

.hru-vendor-order-card .hru-item-name {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-palette-color-3);
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.hru-vendor-order-card .hru-item-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

.hru-vendor-order-card .hru-item-qty,
.hru-vendor-order-card .hru-item-price {
  font-size: 14px;
  color: #666;
}

.hru-vendor-order-card .hru-item-price {
  font-weight: 600;
  color: var(--theme-palette-color-3);
}

.hru-vendor-order-card .hru-order-totals {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.hru-vendor-order-card .hru-total-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: none;
}
.hru-vendor-order-card .hru-total-row:last-child {
  border-bottom: none;
  font-weight: 600;
  font-size: 18px;
  padding-top: 12px;
  margin-top: 8px;
  border-top: 1px solid #e0e0e0;
}

.hru-vendor-order-card .hru-total-label {
  color: #666;
}

.hru-vendor-order-card .hru-total-value {
  color: var(--theme-palette-color-3);
  font-weight: 500;
}

.hru-vendor-order-card .hru-order-coupons {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.hru-vendor-order-card .hru-order-coupons h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-palette-color-3);
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hru-vendor-order-card .hru-coupon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hru-vendor-order-card .hru-coupon-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.hru-vendor-order-card .hru-coupon-list li:last-child {
  border-bottom: none;
}
.hru-vendor-order-card .hru-coupon-list li a {
  color: var(--theme-palette-color-1);
  text-decoration: none;
  font-weight: 500;
}
.hru-vendor-order-card .hru-coupon-list li a:hover {
  text-decoration: underline;
}

.hru-vendor-order-card .hru-coupon-discount {
  color: var(--theme-palette-color-3);
  font-weight: 600;
}

.hru-vendor-order-card .hru-delivery-info {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .hru-vendor-order-card .hru-delivery-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.hru-vendor-order-card .hru-delivery-method h5,
.hru-vendor-order-card .hru-shipping-info h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-palette-color-3);
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hru-vendor-order-card .hru-delivery-details {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.hru-vendor-order-card .hru-delivery-text strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-palette-color-3);
  display: block;
  margin-bottom: 4px;
}

.hru-vendor-order-card .hru-shipping-address {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .dokan-orders-area h1 {
    font-size: 24px;
    margin-bottom: 16px;
    padding: 0 16px;
  }
  .dokan-orders-area .dokan-btn.back-to-orders, .dokan-orders-area .dokan-btn[href*=orders],
  .dokan-orders-area .button.back-to-orders,
  .dokan-orders-area .button[href*=orders] {
    font-size: 14px;
    padding: 8px 16px;
    margin-bottom: 16px;
    margin-left: 16px;
  }
  .dokan-order-details-wrap {
    margin: 16px 0 0 0 !important;
    padding: 0 !important;
  }
  .hru-vendor-order-card {
    border-radius: 8px;
    overflow: hidden;
  }
  .hru-vendor-order-card .hru-order-header {
    padding: 12px 16px;
  }
  .hru-vendor-order-card .hru-order-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .hru-vendor-order-card .hru-order-label,
  .hru-vendor-order-card .hru-order-date {
    font-size: 13px;
  }
  .hru-vendor-order-card .hru-order-progress {
    padding: 16px 12px;
  }
  .hru-vendor-order-card .hru-progress-bar {
    gap: 4px;
  }
  .hru-vendor-order-card .hru-progress-step {
    flex: 1;
    min-width: 0;
  }
  .hru-vendor-order-card .hru-progress-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
  }
  .hru-vendor-order-card .hru-progress-label {
    font-size: 10px;
    line-height: 1.2;
  }
  .hru-vendor-order-card .hru-progress-connector {
    margin: 0 4px;
    margin-bottom: 24px;
  }
  .hru-vendor-order-card .hru-order-details {
    padding: 16px;
  }
  .hru-vendor-order-card .hru-order-number,
  .hru-vendor-order-card .hru-delivery-status {
    font-size: 15px;
    word-break: break-word;
  }
  .hru-vendor-order-card .hru-order-items {
    padding: 16px;
  }
  .hru-vendor-order-card .hru-order-item {
    flex-direction: row;
    gap: 12px;
    margin-bottom: 16px;
    align-items: flex-start;
  }
  .hru-vendor-order-card .hru-item-image {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
  }
  .hru-vendor-order-card .hru-item-details {
    flex: 1;
    min-width: 0;
  }
  .hru-vendor-order-card .hru-item-name {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .hru-vendor-order-card .hru-item-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .hru-vendor-order-card .hru-item-qty,
  .hru-vendor-order-card .hru-item-price {
    font-size: 13px;
  }
  .hru-vendor-order-card .hru-order-totals {
    padding: 16px;
  }
  .hru-vendor-order-card .hru-total-row {
    font-size: 14px;
    padding: 10px 0;
  }
  .hru-vendor-order-card .hru-total-row:last-child {
    font-size: 16px;
    padding-top: 12px;
    margin-top: 8px;
  }
  .hru-vendor-order-card .hru-total-label,
  .hru-vendor-order-card .hru-total-value {
    word-break: break-word;
  }
  .hru-vendor-order-card .hru-order-coupons {
    padding: 16px;
  }
  .hru-vendor-order-card .hru-coupon-list li {
    flex-wrap: wrap;
    gap: 8px;
  }
  .hru-vendor-order-sidebar .hru-order-sidebar-card,
  .hru-vendor-order-sidebar .dokan-panel {
    margin-bottom: 16px;
  }
  .hru-vendor-order-sidebar .hru-sidebar-heading,
  .hru-vendor-order-sidebar .dokan-panel-heading {
    padding: 12px 16px;
  }
  .hru-vendor-order-sidebar .hru-sidebar-heading strong,
  .hru-vendor-order-sidebar .dokan-panel-heading strong {
    font-size: 15px;
  }
  .hru-vendor-order-sidebar .hru-sidebar-body,
  .hru-vendor-order-sidebar .dokan-panel-body {
    padding: 16px;
  }
  .hru-vendor-order-sidebar .hru-sidebar-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 0;
  }
  .hru-vendor-order-sidebar .hru-sidebar-list li span {
    font-size: 13px;
    color: #666;
  }
  .hru-vendor-order-sidebar .hru-sidebar-list li label,
  .hru-vendor-order-sidebar .hru-sidebar-list li .earning-from-order {
    font-size: 14px;
    word-break: break-word;
  }
  .hru-vendor-order-sidebar .hru-customer-details li {
    padding: 12px 0;
  }
  .hru-vendor-order-sidebar .hru-customer-details span {
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
  }
  .hru-vendor-order-sidebar .hru-shipping-address {
    font-size: 13px;
    line-height: 1.6;
    word-break: break-word;
  }
  .hru-vendor-order-sidebar .hru-customer-note {
    font-size: 13px;
    line-height: 1.6;
    word-break: break-word;
  }
  .hru-vendor-order-sidebar .hru-customer-note strong {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .hru-vendor-order-sidebar {
    grid-column: 1;
  }
}

.hru-order-sidebar-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  overflow: hidden;
}
.hru-order-sidebar-card:last-child {
  margin-bottom: 0;
}

.hru-vendor-order-sidebar .dokan-panel {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  overflow: hidden;
}
.hru-vendor-order-sidebar .dokan-panel:last-child {
  margin-bottom: 0;
}
.hru-vendor-order-sidebar .dokan-panel .dokan-panel-heading {
  background: #f8f9fa;
  padding: 12px 20px;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  margin: 0;
}
.hru-vendor-order-sidebar .dokan-panel .dokan-panel-heading strong {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-palette-color-3);
}
.hru-vendor-order-sidebar .dokan-panel .dokan-panel-body {
  padding: 16px 20px;
}

.dokan-dashboard-content .dokan-panel.dokan-panel-default {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  overflow: hidden;
}
.dokan-dashboard-content .dokan-panel.dokan-panel-default:last-child {
  margin-bottom: 0;
}
.dokan-dashboard-content .dokan-panel.dokan-panel-default .dokan-panel-heading {
  background: #f8f9fa;
  padding: 12px 20px;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  margin: 0;
}
.dokan-dashboard-content .dokan-panel.dokan-panel-default .dokan-panel-heading strong {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-palette-color-3);
}
.dokan-dashboard-content .dokan-panel.dokan-panel-default .dokan-panel-body {
  padding: 16px 20px;
}

.hru-payment-methods-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  overflow: hidden;
}

.hru-payment-methods-header {
  background: #f8f9fa;
  padding: 12px 20px;
  border-bottom: none !important;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-palette-color-3);
  margin-bottom: 0;
}

.hru-payment-methods-body {
  padding: 12px 20px 12px 20px;
}
.hru-payment-methods-body #vendor-dashboard-payment-settings-error {
  margin: 0 0 12px 0;
  font-size: 14px;
}
.hru-payment-methods-body .payment-methods-listing-header {
  display: none;
}
.hru-payment-methods-body .dokan-payment-settings-summary {
  margin: 0;
  padding: 0;
}

.hru-payment-methods-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hru-payment-methods-list li {
  padding: 8px 0;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hru-payment-methods-list li:last-child {
  padding-bottom: 0;
}
.hru-payment-methods-list li > div {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}
.hru-payment-methods-list li > div > div:first-child {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}
.hru-payment-methods-list li > div img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hru-payment-methods-list li > div span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--theme-palette-color-3);
  font-weight: 500;
}
.hru-payment-methods-list li > div span small {
  color: #666;
  font-size: 13px;
  font-weight: normal;
}
.hru-payment-methods-list li a {
  text-decoration: none;
  color: inherit;
}
.hru-payment-methods-list li a:hover {
  opacity: 0.8;
}

.hru-no-payment-methods h4 {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-palette-color-3);
}
.hru-no-payment-methods .no-content {
  color: #666;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}

.hru-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 16px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.hru-back-link:hover {
  color: var(--theme-palette-color-3);
  text-decoration: none;
  border-color: #ccc;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hru-notice-banner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  margin-bottom: 24px;
  border-radius: 8px;
  border-top: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.hru-notice-banner.hru-notice-error {
  border-top-color: #ed6742;
}
.hru-notice-banner.hru-notice-error .hru-notice-icon {
  background: #ed6742;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hru-notice-banner.hru-notice-error .hru-notice-icon svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.hru-notice-banner.hru-notice-error .hru-notice-link {
  color: #ed6742;
  border-color: #ed6742;
}
.hru-notice-banner.hru-notice-error .hru-notice-link:hover {
  background: #ed6742;
  color: #fff;
}
.hru-notice-banner.hru-notice-info, .hru-notice-banner.hru-notice-success {
  border-top-color: #ed6742;
}
.hru-notice-banner.hru-notice-info .hru-notice-icon, .hru-notice-banner.hru-notice-success .hru-notice-icon {
  background: #ed6742;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hru-notice-banner.hru-notice-info .hru-notice-icon svg, .hru-notice-banner.hru-notice-success .hru-notice-icon svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.hru-notice-banner.hru-notice-info .hru-notice-link, .hru-notice-banner.hru-notice-success .hru-notice-link {
  color: #ed6742;
  border-color: #ed6742;
}
.hru-notice-banner.hru-notice-info .hru-notice-link:hover, .hru-notice-banner.hru-notice-success .hru-notice-link:hover {
  background: #ed6742;
  color: #fff;
}
.hru-notice-banner .hru-notice-icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.hru-notice-banner .hru-notice-content {
  flex: 1;
}
.hru-notice-banner .hru-notice-content strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--theme-palette-color-3);
}
.hru-notice-banner .hru-notice-content p {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.hru-notice-banner .hru-notice-content .hru-notice-link {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.hru-notice-banner .hru-notice-content .hru-notice-link:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.hru-notice-banner .hru-notice-dismiss {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #787c82;
  font-size: 20px;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.hru-notice-banner .hru-notice-dismiss:hover {
  opacity: 1;
}
.hru-notice-banner .hru-notice-dismiss:focus {
  outline: 2px solid #ed6742;
  outline-offset: 2px;
}

.hru-bulk-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 16px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.hru-bulk-actions-wrapper.hru-hidden {
  display: none;
}
.hru-bulk-actions-wrapper .hru-selected-count {
  font-weight: 500;
  color: var(--theme-palette-color-3);
}
.hru-bulk-actions-wrapper .hru-bulk-action-btn {
  padding: 8px 16px;
  border-radius: 25px;
  border: 1px solid #ed6742;
  background: #fff;
  color: #ed6742;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.hru-bulk-actions-wrapper .hru-bulk-action-btn:hover {
  background: #ed6742;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.hru-bulk-actions-wrapper .hru-bulk-action-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.hru-toggle-check-column-mobile {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}

@media (max-width: 768px) {
  .hru-toggle-check-column-mobile {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    width: auto !important;
    position: static !important;
    left: auto !important;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-bottom: 12px;
    background: transparent !important;
    border: solid 1px var(--theme-palette-color-1) !important;
    border-radius: 25px;
    color: var(--theme-palette-color-1);
    cursor: pointer;
    transition: color 0.2s ease;
    min-width: 44px;
    min-height: 44px;
    margin-left: 10px !important;
  }
  .hru-toggle-check-column-mobile:hover, .hru-toggle-check-column-mobile:active {
    color: var(--theme-palette-color-1);
  }
  .hru-toggle-check-column-mobile:focus {
    outline: 2px solid var(--theme-palette-color-1);
    outline-offset: 2px;
  }
  .hru-toggle-check-column-mobile i {
    font-size: 18px;
  }
  .hru-toggle-check-column-mobile span {
    display: none;
  }
  .hru-bulk-actions-wrapper,
  .dokan-message.hru-bulk-actions-wrapper {
    justify-content: center;
    text-align: center;
    padding: 15px 20px;
  }
  .hru-bulk-actions-wrapper .hru-bulk-actions-content,
  .dokan-message.hru-bulk-actions-wrapper .hru-bulk-actions-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  .hru-bulk-actions-wrapper .hru-bulk-actions-content .hru-selected-count,
  .dokan-message.hru-bulk-actions-wrapper .hru-bulk-actions-content .hru-selected-count {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8px;
    flex-shrink: 0;
  }
  .hru-bulk-actions-wrapper .hru-bulk-actions-content .hru-exit-selection,
  .dokan-message.hru-bulk-actions-wrapper .hru-bulk-actions-content .hru-exit-selection {
    order: -1;
    margin-right: 0;
    margin-bottom: 0;
  }
  .hru-bulk-actions-wrapper .hru-bulk-actions-content select,
  .hru-bulk-actions-wrapper .hru-bulk-actions-content #hru-bulk-action-select,
  .dokan-message.hru-bulk-actions-wrapper .hru-bulk-actions-content select,
  .dokan-message.hru-bulk-actions-wrapper .hru-bulk-actions-content #hru-bulk-action-select {
    width: 90%;
    max-width: 90%;
    flex: none;
    min-width: auto;
    margin: 0 auto;
  }
  .hru-bulk-actions-wrapper .hru-bulk-actions-content #hru-bulk-action-apply,
  .dokan-message.hru-bulk-actions-wrapper .hru-bulk-actions-content #hru-bulk-action-apply {
    width: 90%;
    max-width: 90%;
    flex: none;
    min-width: auto;
    margin: 0 auto;
  }
}
.product-listing-table th.check-column,
.product-listing-table td.check-column {
  width: 40px;
  text-align: center;
  padding: 11px 0 11px 10px;
  overflow: hidden;
  transition: width 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}
.product-listing-table th.check-column input[type=checkbox],
.product-listing-table td.check-column input[type=checkbox] {
  margin: 0;
  cursor: pointer;
  accent-color: var(--theme-palette-color-1);
}
.product-listing-table th.check-column {
  padding-left: 10px;
}
.product-listing-table.hru-check-column-collapsed th.check-column,
.product-listing-table.hru-check-column-collapsed td.check-column {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
  visibility: hidden;
}
.product-listing-table.hru-check-column-collapsed th.name {
  border-left: 1px solid #e0e0e0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product-listing-table.hru-check-column-collapsed td.column-primary {
  border-left: 1px solid #e0e0e0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product-listing-table.hru-check-column-collapsed tbody tr:first-child td.column-primary {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product-listing-table.hru-check-column-collapsed tbody tr:last-child td.column-primary {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.product-listing-table:not(.hru-check-column-collapsed) th.check-column,
.product-listing-table:not(.hru-check-column-collapsed) td.check-column {
  width: 40px;
  padding-left: 10px;
  opacity: 1;
  visibility: visible;
}
.product-listing-table .hru-toggle-check-column {
  background: transparent;
  border: solid 1px var(--theme-palette-color-1);
  border-radius: 25px;
  cursor: pointer;
  padding: 5px 8px;
  margin-left: 8px;
  color: var(--theme-palette-color-1);
  transition: color 0.2s ease;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
.product-listing-table .hru-toggle-check-column:hover {
  color: var(--theme-palette-color-1);
}
.product-listing-table .hru-toggle-check-column:focus {
  outline: 2px solid var(--theme-palette-color-1);
  outline-offset: 2px;
}
.product-listing-table .hru-toggle-check-column i {
  transition: transform 0.3s ease;
  display: inline-block;
}
@media (max-width: 768px) {
  .product-listing-table {
    /*
    td.column-primary {
    	.dokan-product-listing-row-image {
    		position: relative;

    		.status {
    			position: absolute;
    			top: 4px;
    			right: 4px;
    			z-index: 2;

    			img {
    				width: 24px;
    				height: 24px;
    				border-radius: 50%;
    				box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    			}
    		}
    	}
    }
    */
    /*
    td.column-primary {
    	.last-column {
    		strong {
    			display: flex;
    			align-items: center;
    			gap: 8px;

    			.status {
    				margin-left: auto;

    				img {
    					width: 16px;
    					height: 16px;
    				}
    			}
    		}
    	}
    }
    */
    /*
    td.column-primary {
    	.mobile-data {
    		.status {
    			label {
    				display: none;
    			}

    			&::after {
    				content: attr(data-status);
    				display: inline-block;
    				padding: 2px 8px;
    				border-radius: 12px;
    				font-size: 10px;
    				font-weight: 600;
    				text-transform: uppercase;
    				letter-spacing: 0.5px;
    			}

    			&[data-status="draft"]::after {
    				background-color: #FFF3CD;
    				color: #856404;
    			}

    			&[data-status="publish"]::after {
    				background-color: #D1ECF1;
    				color: #0C5460;
    			}

    			&[data-status="outofstock"]::after {
    				background-color: #F8D7DA;
    				color: #721C24;
    			}

    			img {
    				display: none;
    			}
    		}
    	}
    }
    */
  }
  .product-listing-table .hru-toggle-check-column {
    display: none !important;
  }
  .product-listing-table th.name {
    padding: 10px 8px;
    text-align: left;
  }
  .product-listing-table:not(.hru-check-column-collapsed) th.check-column,
  .product-listing-table:not(.hru-check-column-collapsed) td.check-column {
    width: 44px;
    text-align: left;
    padding: 0;
    border: none !important;
    border-right: none !important;
    border-left: none !important;
    background: transparent !important;
    vertical-align: top;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .product-listing-table:not(.hru-check-column-collapsed) th.check-column input[type=checkbox],
  .product-listing-table:not(.hru-check-column-collapsed) td.check-column input[type=checkbox] {
    margin: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    accent-color: var(--theme-palette-color-1);
    -webkit-tap-highlight-color: transparent;
    opacity: 1;
    transition: transform 0.1s ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .product-listing-table:not(.hru-check-column-collapsed) th.check-column input[type=checkbox]:active,
  .product-listing-table:not(.hru-check-column-collapsed) td.check-column input[type=checkbox]:active {
    transform: scale(1.1);
  }
  .product-listing-table.hru-check-column-collapsed thead th.check-column,
  .product-listing-table.hru-check-column-collapsed tbody td.check-column {
    display: none;
  }
  .product-listing-table.hru-check-column-collapsed th.name {
    border-left: 1px solid #e0e0e0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .product-listing-table.hru-check-column-collapsed td.column-primary {
    border-left: 1px solid #e0e0e0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .product-listing-table.hru-check-column-collapsed tbody tr:first-child td.column-primary {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .product-listing-table.hru-check-column-collapsed tbody tr:last-child td.column-primary {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .product-listing-table body.hru-selection-mode .product-listing-table tbody tr {
    cursor: pointer;
  }
  .product-listing-table body.hru-selection-mode .product-listing-table tbody tr td.check-column input[type=checkbox] {
    opacity: 1;
  }
  .product-listing-table body.hru-selection-mode .product-listing-table tbody tr.hru-row-selected {
    background-color: #fff5f0 !important;
    position: relative;
  }
  .product-listing-table body.hru-selection-mode .product-listing-table tbody tr.hru-row-selected::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--theme-palette-color-1);
  }
  .product-listing-table body.hru-selection-mode .product-listing-table tbody tr.hru-row-selected td.check-column input[type=checkbox] {
    opacity: 1;
  }
  .product-listing-table body.hru-selection-mode .product-listing-table tbody tr a {
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .product-listing-table tbody tr {
    display: table-row;
  }
  .product-listing-table tbody tr td {
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .product-listing-table tbody tr.dokan-product-list-inline-edit-form {
    display: none !important;
  }
  .product-listing-table tbody tr td.check-column {
    padding-top: 12px;
    padding-left: 12px;
    border: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
  }
  .product-listing-table tbody tr td.name,
  .product-listing-table tbody tr td.column-primary {
    border-left: none !important;
    padding-left: 0 !important;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    width: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .product-listing-table table.product-listing-table {
    width: 100% !important;
    table-layout: auto;
    display: table;
  }
  .product-listing-table table.product-listing-table thead {
    display: none;
  }
  .product-listing-table table.product-listing-table tbody {
    display: table-row-group;
  }
  .product-listing-table table.product-listing-table tbody tr {
    display: table-row;
  }
  .product-listing-table table.product-listing-table tbody tr td {
    display: table-cell;
  }
}
@media (max-width: 768px) {
  .product-listing-table .hru-bulk-actions-wrapper .hru-exit-selection {
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #444;
    cursor: pointer;
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    margin-right: 8px;
    flex-shrink: 0;
  }
  .product-listing-table .hru-bulk-actions-wrapper .hru-exit-selection:hover, .product-listing-table .hru-bulk-actions-wrapper .hru-exit-selection:active {
    background-color: rgba(0, 0, 0, 0.08);
    transform: scale(1.1);
  }
}

.dokan-message.hru-bulk-actions-wrapper {
  background-color: #fff;
  border: 1px solid #ededed;
  border-top: 3px solid #6e6e75;
  padding: 15px 40px 15px 50px;
  margin: 5px 0 15px 0;
  position: relative;
  border-radius: 4px;
}
.dokan-message.hru-bulk-actions-wrapper::before {
  position: absolute;
  top: 0;
  left: 15px;
  padding-top: 15px;
  font-family: sans-serif;
  color: #fff;
  width: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  content: "✓";
  background-color: #6e6e75;
}
.dokan-message.hru-bulk-actions-wrapper .hru-bulk-actions-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.dokan-message.hru-bulk-actions-wrapper .hru-bulk-actions-content .hru-selected-count {
  font-weight: 500;
  color: #444444;
  margin-right: 4px;
}
.dokan-message.hru-bulk-actions-wrapper .hru-bulk-actions-content select {
  min-height: 36px;
  height: 36px;
  margin: 0;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
}
.dokan-message.hru-bulk-actions-wrapper .hru-bulk-actions-content #hru-bulk-action-apply {
  min-height: 36px;
  height: 36px;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 50px;
  margin: 0;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}
.dokan-message.hru-bulk-actions-wrapper .hru-bulk-actions-content #hru-bulk-action-apply:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.dokan-message.hru-bulk-actions-wrapper .hru-bulk-actions-content #hru-bulk-action-apply:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

#payment-form {
  margin: 0;
}
#payment-form .dokan-form-group {
  margin-bottom: 24px;
}
#payment-form .dokan-form-group:last-child {
  margin-bottom: 0;
}
#payment-form .dokan-form-group .dokan-w12 {
  width: 100%;
}
#payment-form .dokan-control-label {
  font-weight: 500;
  color: var(--theme-palette-color-3);
  margin-bottom: 8px;
  display: block;
}
#payment-form .dokan-w8 {
  width: 100%;
  max-width: 500px;
}
#payment-form .hru-submit-group {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 12px;
}
#payment-form .hru-submit-group .dokan-btn {
  margin: 0;
}
#payment-form .payment-field-paypal .form-row {
  margin-bottom: 24px;
  text-align: left;
  position: relative;
}
#payment-form .payment-field-paypal .form-row:last-of-type {
  margin-bottom: 24px;
}
#payment-form .payment-field-paypal .form-row label {
  display: block;
  margin-bottom: 7.5px;
  font-size: 15px;
  font-weight: 500;
  color: rgb(110, 110, 117);
  line-height: 1.5;
  text-align: left !important;
  width: 100%;
}
#payment-form .payment-field-paypal .form-row .input-text {
  width: 100%;
  border: 2px solid #f4f4f5;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 14px;
  background: #fff;
  transition: all 0.2s ease;
  height: 45px;
  min-height: 45px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#payment-form .payment-field-paypal .form-row .input-text:focus {
  border-color: var(--theme-palette-color-1);
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--theme-palette-color-1-rgb, 255, 0, 0), 0.1);
}
#payment-form .payment-field-paypal .form-row .input-text:not(.wc-ppcp-hosted-field-ready)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 100%;
  animation: hru-shimmer 1.5s infinite linear;
  z-index: 1;
}
#payment-form .payment-field-paypal .form-row .input-text.wc-ppcp-hosted-field-ready::before {
  display: none;
}
#payment-form .payment-field-paypal .form-row .input-text iframe {
  min-height: 45px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
#payment-form .payment-field-paypal .form-row .input-text iframe.wc-ppcp-hosted-field-ready {
  opacity: 1;
}
#payment-form .payment-field-paypal .form-row button.dokan-btn-danger {
  margin-top: 0;
  margin-bottom: 24px;
  display: inline-block;
}
@keyframes hru-shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
#payment-form .submit-container {
  margin-top: 16px;
  text-align: center;
}
#payment-form .submit-container .dokan-btn,
#payment-form .submit-container input[type=submit] {
  margin: 0 auto;
  display: block;
  min-width: 200px;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 600;
}
#payment-form .dokan-input-group:not(.payment-field-paypal .dokan-input-group) {
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 0;
  position: relative;
}
#payment-form .dokan-input-group:not(.payment-field-paypal .dokan-input-group) .dokan-input-group-addon {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 14px;
  color: #555555;
  white-space: nowrap;
  display: flex;
  align-items: center;
  min-width: auto;
  width: auto;
  flex-shrink: 0;
  margin: 0;
  padding-left: 10px;
  pointer-events: none;
}
#payment-form .dokan-input-group:not(.payment-field-paypal .dokan-input-group) .dokan-form-control,
#payment-form .dokan-input-group:not(.payment-field-paypal .dokan-input-group) input[type=number],
#payment-form .dokan-input-group:not(.payment-field-paypal .dokan-input-group) input[type=text] {
  flex: 1;
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  padding-left: 4px;
  font-size: 14px;
  min-width: 0;
  background-color: transparent;
  outline: none;
}
#payment-form .dokan-input-group:not(.payment-field-paypal .dokan-input-group) .dokan-form-control:focus,
#payment-form .dokan-input-group:not(.payment-field-paypal .dokan-input-group) input[type=number]:focus,
#payment-form .dokan-input-group:not(.payment-field-paypal .dokan-input-group) input[type=text]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
#payment-form .dokan-input-group:not(.payment-field-paypal .dokan-input-group):focus-within {
  border-color: var(--theme-palette-color-1);
  box-shadow: 0 0 0 3px rgba(var(--theme-palette-color-1-rgb, 255, 0, 0), 0.1);
}
#payment-form .dokan-btn,
#payment-form button.dokan-btn,
#payment-form input[type=submit].dokan-btn {
  border-radius: 50px !important;
  padding: 8px 16px !important;
  font-weight: 500 !important;
  border: 1px solid #e0e0e0 !important;
  font-size: 14px !important;
  transition: all 0.2s ease !important;
}
#payment-form .dokan-btn-danger {
  background-color: var(--theme-palette-color-1) !important;
  color: #fff !important;
  border: 1px solid var(--theme-palette-color-1) !important;
  border-radius: 50px !important;
  padding: 8px 16px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.2s ease !important;
}
#payment-form .dokan-btn-danger:hover {
  background-color: var(--theme-palette-color-2) !important;
  border-color: var(--theme-palette-color-2) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}
#payment-form .dokan-btn-theme {
  background-color: var(--theme-palette-color-1) !important;
  color: #fff !important;
  border: 1px solid var(--theme-palette-color-1) !important;
  border-radius: 50px !important;
  padding: 12px 32px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}
#payment-form .dokan-btn-theme:hover {
  background-color: var(--theme-palette-color-2) !important;
  border-color: var(--theme-palette-color-2) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}
#payment-form .hru-submit-group {
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 0;
  border-top: none;
  text-align: center;
}
#payment-form .hru-submit-group .dokan-btn {
  margin: 0 auto;
  display: block;
}
#payment-form .ajax_prev.save {
  margin-top: 0;
  text-align: center;
}
#payment-form .ajax_prev.save .dokan-btn {
  margin: 0 auto;
  display: block;
  min-width: 200px;
  padding: 14px 40px !important;
  font-size: 15px !important;
}
#payment-form .ajax_prev.disconnect {
  margin-top: 0;
  margin-bottom: 0;
}
#payment-form .payment-field-paypal .dokan-form-group:last-of-type {
  margin-bottom: 24px;
}
#payment-form .payment-field-paypal .ajax_prev.disconnect {
  margin-top: 0;
  margin-bottom: 0;
}

.hru-withdraw-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 20px;
  flex-wrap: wrap;
}
.hru-withdraw-filters .hru-filter-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.hru-withdraw-filters .hru-withdraw-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-left: auto;
  align-items: center;
}
@media (max-width: 768px) {
  .hru-withdraw-filters .hru-withdraw-actions {
    margin-left: 0;
    width: 100%;
  }
  .hru-withdraw-filters .hru-withdraw-actions .dokan-btn {
    flex: 1;
  }
}
.hru-withdraw-filters .dokan-btn {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.hru-withdraw-filters .dokan-btn-default {
  background: white !important;
  color: var(--theme-palette-color-3) !important;
  border: 1px solid #e0e0e0 !important;
}
.hru-withdraw-filters .dokan-btn-default:hover {
  background: #f8f9fa !important;
  border-color: var(--theme-palette-color-1) !important;
  color: var(--theme-palette-color-1) !important;
}

.hru-withdraw-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  overflow: hidden;
}

.hru-withdraw-header {
  background: #f8f9fa;
  padding: 12px 20px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-palette-color-3);
}
.hru-withdraw-header strong {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-palette-color-3);
}

.hru-withdraw-body {
  padding: 20px;
}
.hru-withdraw-body .dokan-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  border: none;
  background: transparent;
}
.hru-withdraw-body .dokan-table thead {
  background: transparent;
}
.hru-withdraw-body .dokan-table thead th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: var(--theme-palette-color-3);
  border-bottom: 1px solid #e0e0e0;
  border-top: none;
  background: transparent;
}
.hru-withdraw-body .dokan-table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
  background: transparent;
}
.hru-withdraw-body .dokan-table tbody tr:last-child {
  border-bottom: none;
}
.hru-withdraw-body .dokan-table tbody tr:hover {
  background: #f8f9fa;
}
.hru-withdraw-body .dokan-table tbody tr:nth-child(even) {
  background: transparent;
}
.hru-withdraw-body .dokan-table tbody td {
  padding: 12px 16px;
  font-size: 14px;
  color: var(--theme-palette-color-3);
  vertical-align: middle;
  background: transparent;
}
.hru-withdraw-body .dokan-table tbody td a {
  color: var(--theme-palette-color-1);
  text-decoration: none;
  font-weight: 500;
}
.hru-withdraw-body .dokan-table tbody td a:hover {
  text-decoration: underline;
}
.hru-withdraw-body .dokan-table tbody td .label {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.hru-withdraw-body .dokan-table tbody td .label-danger {
  background: #dc3545;
  color: #fff;
}
.hru-withdraw-body .dokan-table tbody td .label-warning {
  background: #ffc107;
  color: #000;
}
.hru-withdraw-body .dokan-table tr th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: var(--theme-palette-color-3);
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
}
.hru-withdraw-body .dokan-table-striped tbody tr:nth-child(even) {
  background: transparent;
}
.hru-withdraw-body .dokan-table-striped tbody tr:hover {
  background: #f8f9fa;
}

.hru-sidebar-heading {
  background: #f8f9fa;
  padding: 12px 20px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-palette-color-3);
}

.hru-sidebar-body {
  padding: 16px 20px;
}

.hru-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
.hru-sidebar-list li {
  padding: 8px 0;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.hru-sidebar-list li span {
  color: #666;
  font-size: 13px;
}
.hru-sidebar-list li .hru-order-date-value {
  font-size: 12px;
  color: #777;
}
.hru-sidebar-list li .dokan-label {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
}
.hru-sidebar-list li .dokan-edit-status {
  color: var(--theme-palette-color-1);
  text-decoration: none;
  font-size: 12px;
  margin-left: auto;
}
.hru-sidebar-list li .dokan-edit-status:hover {
  text-decoration: underline;
}

.hru-customer-details {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  border-top: 1px solid #e0e0e0;
  padding-top: 12px;
}
.hru-customer-details li {
  padding: 0;
  color: #666;
  font-size: 14px;
}
.hru-customer-details li span {
  font-weight: 500;
  color: var(--theme-palette-color-3);
  display: block;
  margin-bottom: 6px;
}
.hru-customer-details li .hru-shipping-address {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0;
}

.hru-customer-note {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 6px;
  border-left: 3px solid var(--theme-palette-color-1);
  margin-top: 12px;
}
.hru-customer-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--theme-palette-color-3);
  font-size: 14px;
}
.hru-customer-note p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .hru-vendor-order-card .hru-order-progress {
    margin: 0;
    padding: 15px;
  }
  .hru-vendor-order-card .hru-progress-bar {
    max-width: 100%;
  }
  .hru-vendor-order-card .hru-progress-icon {
    width: 35px;
    height: 35px;
  }
  .hru-vendor-order-card .hru-icon {
    font-size: 16px;
  }
  .hru-vendor-order-card .hru-progress-label {
    font-size: 11px;
  }
  .hru-vendor-order-card .hru-progress-connector {
    margin: 0 5px;
    margin-bottom: 27px;
  }
}
.hru-store-settings-card {
  background: white;
  border: none;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: none;
}
.hru-store-settings-card #store-form {
  margin: 0;
}
.hru-store-settings-card #store-form .dokan-form-group {
  margin-bottom: 24px;
}
.hru-store-settings-card #store-form .dokan-form-group:last-child {
  margin-bottom: 0;
}
.hru-store-settings-card #store-form .dokan-control-label {
  font-weight: 500;
  color: var(--theme-palette-color-3);
  margin-bottom: 8px;
  display: block;
}
.hru-store-settings-card #store-form .dokan-form-control {
  width: 100%;
  max-width: 500px;
  border: 2px solid #f4f4f5;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 14px;
  background: #fff;
  transition: all 0.2s ease;
  height: auto;
  min-height: 40px;
  box-sizing: border-box;
}
.hru-store-settings-card #store-form .dokan-form-control:focus {
  border-color: var(--theme-palette-color-1);
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--theme-palette-color-1-rgb, 255, 0, 0), 0.1);
}
.hru-store-settings-card #store-form .dokan-banner {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}
.hru-store-settings-card #store-form .dokan-gravatar {
  margin-bottom: 24px;
}
.hru-store-settings-card #store-form .submit-container {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
  text-align: left;
}
.hru-store-settings-card #store-form .submit-container .dokan-btn {
  margin: 0;
  display: inline-block;
  min-width: 200px;
  padding: 14px 40px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.hru-store-settings-card #store-form .checkbox label {
  font-weight: normal;
  color: var(--theme-palette-color-3);
}

#dokan-seller-listing-wrap.grid-view .store-content {
  background: transparent !important;
}

.wp-core-ui .button-primary,
.wp-core-ui .button.button-primary,
input[type=button].button.button-primary,
input[type=submit].button.button-primary,
button.button.button-primary,
.button-primary,
.ui-dialog .ui-button.ui-button-primary,
.ui-dialog .ui-button-primary,
.ui-dialog-buttonpane .ui-button-primary {
  background: #ed6742 !important;
  border-color: #ed6742 !important;
  color: #fff !important;
}
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus,
.wp-core-ui .button.button-primary:hover,
.wp-core-ui .button.button-primary:focus,
input[type=button].button.button-primary:hover,
input[type=button].button.button-primary:focus,
input[type=submit].button.button-primary:hover,
input[type=submit].button.button-primary:focus,
button.button.button-primary:hover,
button.button.button-primary:focus,
.button-primary:hover,
.button-primary:focus,
.ui-dialog .ui-button.ui-button-primary:hover,
.ui-dialog .ui-button.ui-button-primary:focus,
.ui-dialog .ui-button-primary:hover,
.ui-dialog .ui-button-primary:focus,
.ui-dialog-buttonpane .ui-button-primary:hover,
.ui-dialog-buttonpane .ui-button-primary:focus {
  background: #d85a35 !important;
  border-color: #d85a35 !important;
  color: #fff !important;
}
.wp-core-ui .button-primary:focus,
.wp-core-ui .button.button-primary:focus,
input[type=button].button.button-primary:focus,
input[type=submit].button.button-primary:focus,
button.button.button-primary:focus,
.button-primary:focus,
.ui-dialog .ui-button.ui-button-primary:focus,
.ui-dialog .ui-button-primary:focus,
.ui-dialog-buttonpane .ui-button-primary:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ed6742 !important;
}
.wp-core-ui .button-primary:active,
.wp-core-ui .button.button-primary:active,
input[type=button].button.button-primary:active,
input[type=submit].button.button-primary:active,
button.button.button-primary:active,
.button-primary:active,
.ui-dialog .ui-button.ui-button-primary:active,
.ui-dialog .ui-button-primary:active,
.ui-dialog-buttonpane .ui-button-primary:active {
  background: #c8502e !important;
  border-color: #c8502e !important;
  color: #fff !important;
}

.ui-dialog-buttonpane .ui-button.ui-button-primary {
  background: #ed6742 !important;
  border-color: #ed6742 !important;
  color: #fff !important;
}
.ui-dialog-buttonpane .ui-button.ui-button-primary:hover, .ui-dialog-buttonpane .ui-button.ui-button-primary:focus {
  background: #d85a35 !important;
  border-color: #d85a35 !important;
}

.media-modal .button-primary,
.media-modal .button.button-primary {
  background: #ed6742 !important;
  border-color: #ed6742 !important;
  color: #fff !important;
}
.media-modal .button-primary:hover, .media-modal .button-primary:focus,
.media-modal .button.button-primary:hover,
.media-modal .button.button-primary:focus {
  background: #d85a35 !important;
  border-color: #d85a35 !important;
}

.dokan-single-store .hru-no-products-vendor-message {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.dokan-single-store .hru-no-products-vendor-message .hru-sell-your-textbooks-link {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  max-width: 250px;
}
.dokan-single-store .hru-no-products-vendor-message .hru-sell-your-textbooks-link:hover, .dokan-single-store .hru-no-products-vendor-message .hru-sell-your-textbooks-link:focus {
  transform: scale(1.05);
  opacity: 0.9;
}
.dokan-single-store .hru-no-products-vendor-message .hru-sell-your-textbooks-link img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.wp-child-theme-honor-roll-u #woo-cart-panel .ct-panel-actions {
  padding: 1em;
  margin: 0 1em;
  border-bottom: 1px solid #6e6e75;
}
.wp-child-theme-honor-roll-u #woo-cart-panel .ct-panel-actions .ct-panel-heading {
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 768px) {
  .wp-child-theme-honor-roll-u #woo-cart-panel .ct-panel-actions .ct-panel-heading {
    font-size: 14px;
  }
}
.wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart__empty-message {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
.wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart .mini_cart_item {
  display: grid;
  grid-template-columns: 35% 1fr;
  font-size: 12px;
  align-items: start;
  grid-column-gap: 1em;
}
@media (max-width: 768px) {
  .wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart .mini_cart_item {
    grid-template-columns: 25% 1fr;
    grid-column-gap: 0.5em;
  }
}
.wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart .mini_cart_item a {
  color: #6e6e75;
  background: transparent;
  font-size: 12px;
}
.wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart .mini_cart_item .product-data .product-data-top {
  display: flex;
  justify-content: space-between;
}
.wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart .mini_cart_item .product-data .product-data-top .product-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart .mini_cart_item .product-data .product-data-top .product-title,
.wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart .mini_cart_item .product-data .product-data-top .woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 15px !important;
}
@media (max-width: 768px) {
  .wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart .mini_cart_item .product-data .product-data-top .product-title,
  .wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart .mini_cart_item .product-data .product-data-top .woocommerce-Price-amount {
    font-size: 12px !important;
  }
}
.wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart .mini_cart_item .remove {
  position: unset;
  font-size: 12px !important;
}
.wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart__total,
.wp-child-theme-honor-roll-u #woo-cart-panel .woocommerce-mini-cart__buttons,
.wp-child-theme-honor-roll-u #woo-cart-panel .ct-suggested-products--mini-cart {
  grid-template-columns: 1fr;
  border-top: 0;
  font-size: 14px;
}

.wp-child-theme-honor-roll-u.woocommerce-checkout .required, .wp-child-theme-honor-roll-u.woocommerce-order-pay .required {
  color: #6e6e75;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout header.entry-header, .wp-child-theme-honor-roll-u.woocommerce-order-pay header.entry-header {
  padding: 1.5em 0;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout h2, .wp-child-theme-honor-roll-u.woocommerce-order-pay h2 {
  color: var(--theme-palette-color-3);
  margin-bottom: 0;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout h3, .wp-child-theme-honor-roll-u.woocommerce-order-pay h3 {
  color: var(--theme-palette-color-3);
  font-size: 21px;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout h3#ship-to-different-address label, .wp-child-theme-honor-roll-u.woocommerce-order-pay h3#ship-to-different-address label {
  font-size: 21px;
  font-weight: normal;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout label, .wp-child-theme-honor-roll-u.woocommerce-order-pay label {
  text-transform: capitalize;
  font-size: 14px;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .address-field, .wp-child-theme-honor-roll-u.woocommerce-order-pay .address-field {
  display: none;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-shipping-fields, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-shipping-fields {
  margin-bottom: 1em;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: space-between;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .place-order p, .wp-child-theme-honor-roll-u.woocommerce-order-pay .place-order p {
  margin-bottom: 0 !important;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .place-order div, .wp-child-theme-honor-roll-u.woocommerce-order-pay .place-order div {
  margin-bottom: 1em !important;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .place-order button[type=submit],
.wp-child-theme-honor-roll-u.woocommerce-checkout .place-order #place_order, .wp-child-theme-honor-roll-u.woocommerce-order-pay .place-order button[type=submit],
.wp-child-theme-honor-roll-u.woocommerce-order-pay .place-order #place_order {
  margin-top: 1.5em !important;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-terms-and-conditions-wrapper {
  margin-top: 1.5em;
  margin-bottom: 1.5em !important;
  text-align: center;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  margin-bottom: 1.5em;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-terms-and-conditions-wrapper label {
  text-align: center;
  margin-bottom: 0 !important;
  display: block;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label input.input-checkbox, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-terms-and-conditions-wrapper label input.input-checkbox {
  float: none;
  margin: 0 auto;
  display: block;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  display: block;
  margin-bottom: 10px;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a {
  display: block;
  clear: both;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .hru-canada-post-delivery-notice, .wp-child-theme-honor-roll-u.woocommerce-order-pay .hru-canada-post-delivery-notice {
  text-align: center;
  margin-top: 1.5em !important;
  margin-bottom: 1.5em;
  font-size: 14px;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .hru-canada-post-delivery-notice .hru-canada-post-notice-text, .wp-child-theme-honor-roll-u.woocommerce-order-pay .hru-canada-post-delivery-notice .hru-canada-post-notice-text {
  display: block;
  margin-bottom: 10px;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .hru-canada-post-delivery-notice label, .wp-child-theme-honor-roll-u.woocommerce-order-pay .hru-canada-post-delivery-notice label {
  text-align: center;
  display: block;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .hru-canada-post-delivery-notice label input.input-checkbox, .wp-child-theme-honor-roll-u.woocommerce-order-pay .hru-canada-post-delivery-notice label input.input-checkbox {
  float: none;
  margin: 0 auto;
  display: block;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-checkout-review-order-table tbody, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-review-order-table tbody {
  margin-bottom: 1em;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-checkout-review-order-table tr th,
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-checkout-review-order-table tr td, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-review-order-table tr th,
.wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-review-order-table tr td {
  padding: 0.5em 0 0;
  border-bottom: 0;
  font-weight: normal;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-review-order-table tr.order-total {
  margin-top: 1em;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th,
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-review-order-table tr.order-total th,
.wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-review-order-table tr.order-total td {
  font-weight: bold;
  font-size: 1.5em;
  border: 0;
  border-top: 1px solid #e9ecef;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-review-order-table .cart_item {
  border-bottom: 1px solid #e9ecef;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-review-order-table .cart_item td {
  padding: 0.5em 0;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td.product-total, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-review-order-table .cart_item td.product-total {
  display: flex;
  align-items: start;
  justify-content: end;
}
.wp-child-theme-honor-roll-u.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td .ct-checkout-cart-item, .wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-review-order-table .cart_item td .ct-checkout-cart-item {
  grid-template-columns: 64px 1fr;
  align-items: start;
}
.wp-child-theme-honor-roll-u.woocommerce-order-pay .ct-woocommerce-checkout {
  display: grid;
  gap: 35px;
}
@media (max-width: 768px) {
  .wp-child-theme-honor-roll-u.woocommerce-order-pay .ct-woocommerce-checkout {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (min-width: 769px) {
  .wp-child-theme-honor-roll-u.woocommerce-order-pay .ct-woocommerce-checkout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wp-child-theme-honor-roll-u.woocommerce-order-pay .ct-customer-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wp-child-theme-honor-roll-u.woocommerce-order-pay .ct-customer-details .col-1,
.wp-child-theme-honor-roll-u.woocommerce-order-pay .ct-customer-details .col-2 {
  width: 100%;
}
.wp-child-theme-honor-roll-u.woocommerce-order-pay .ct-customer-details .col-2 {
  margin-top: 40px;
}
.wp-child-theme-honor-roll-u.woocommerce-order-pay .ct-order-review {
  padding: 30px;
  border: 2px solid #e9ecef;
}
@media (max-width: 768px) {
  .wp-child-theme-honor-roll-u.woocommerce-order-pay .ct-order-review {
    padding: 20px;
  }
}
.wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-payment {
  margin-top: 30px;
}
.wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-payment .place-order {
  margin-top: 30px;
}
.wp-child-theme-honor-roll-u.woocommerce-order-pay .woocommerce-checkout-payment button[type=submit] {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
}
.wp-child-theme-honor-roll-u.woocommerce-order-pay #payment ul.payment_methods > li.wc_payment_method {
  border: 1px solid var(--theme-palette-color-6);
  border-radius: 0;
  margin-bottom: 0;
}
.wp-child-theme-honor-roll-u.woocommerce-order-pay #payment ul.payment_methods > li.wc_payment_method > label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
.wp-child-theme-honor-roll-u .woocommerce-order {
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wp-child-theme-honor-roll-u .woocommerce-order {
    max-width: 100%;
  }
}
.wp-child-theme-honor-roll-u .woocommerce-order .hru-thank-you-message {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}
.wp-child-theme-honor-roll-u .woocommerce-order .order_details {
  color: var(--hru-color-primary);
}
.wp-child-theme-honor-roll-u .woocommerce-order .order_details th,
.wp-child-theme-honor-roll-u .woocommerce-order .order_details td {
  border: none;
}
.wp-child-theme-honor-roll-u .woocommerce-order .order_details thead {
  display: none;
}
.wp-child-theme-honor-roll-u .woocommerce-order .woocommerce-customer-details h2 {
  text-transform: capitalize;
}
.wp-child-theme-honor-roll-u .woocommerce-order .woocommerce-customer-details .woocommerce-columns--2 {
  grid-template-columns: 1fr 1fr;
}
.wp-child-theme-honor-roll-u .woocommerce-order .woocommerce-customer-details .woocommerce-columns--2 .woocommerce-column__title,
.wp-child-theme-honor-roll-u .woocommerce-order .woocommerce-customer-details .woocommerce-columns--2 address {
  text-align: center;
}
.wp-child-theme-honor-roll-u .woocommerce-form label {
  text-transform: capitalize;
}
.wp-child-theme-honor-roll-u .woocommerce-form label .required {
  display: none;
}

.woocommerce-order .woocommerce-order-overview {
  border: none !important;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
.woocommerce-order .woocommerce-order-overview li {
  border-bottom: none !important;
  border-inline-end: none !important;
  padding: 16px 0;
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: center;
  font-size: 16px;
}
.woocommerce-order .woocommerce-order-overview li:last-child {
  border-bottom: none;
}
.woocommerce-order .woocommerce-order-overview li strong {
  color: var(--theme-palette-color-3);
  font-weight: 600;
}
.woocommerce-order table {
  border-width: 0 !important;
  border-color: transparent !important;
  color: var(--theme-palette-color-3);
  width: 100%;
}
.woocommerce-order table td {
  border: 0 !important;
  padding: 16px !important;
}
.woocommerce-order .dokan-message {
  border-top: 3px solid var(--theme-palette-color-1);
}
.woocommerce-order .dokan-message::before {
  background-color: var(--theme-palette-color-1);
}
.woocommerce-order .order_details {
  background: #fff;
  overflow: hidden;
}
.woocommerce-order .order_details tr {
  border-bottom: 1px solid #f0f0f0 !important;
}
.woocommerce-order .order_details tr td {
  padding: 10px 20px !important;
  font-size: 15px;
  vertical-align: middle;
  vertical-align: top;
}
.woocommerce-order .order_details tr td.product-name {
  color: var(--theme-palette-color-3);
}
.woocommerce-order .order_details tr td.product-name .product-name-inner {
  display: flex;
  justify-content: start;
  align-items: start;
}
.woocommerce-order .order_details tr td.product-name .product-name-inner img {
  max-width: 60px;
  height: auto;
}
.woocommerce-order .order_details tr td.product-total {
  text-align: right;
  color: var(--theme-palette-color-3);
}
.woocommerce-order .order_details tr td.product-total .product-total-inner {
  display: flex;
  justify-content: end;
  align-items: start;
}
.woocommerce-order .order_details tr td img {
  border-radius: 8px;
  max-width: 60px;
  height: auto;
}
.woocommerce-order .order_details thead {
  background: #f8f9fa;
}
.woocommerce-order .order_details thead th {
  padding: 16px 20px !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  border: none !important;
}
.woocommerce-order .order-totals,
.woocommerce-order .order-total {
  background: #fff;
  overflow: hidden;
}
.woocommerce-order .order-totals td,
.woocommerce-order .order-total td {
  padding: 5px 10px 5px 0 !important;
  border: none !important;
  font-size: 15px;
}
.woocommerce-order .order-totals td.first,
.woocommerce-order .order-total td.first {
  color: #6c757d;
}
.woocommerce-order .order-totals td.totals,
.woocommerce-order .order-total td.totals {
  text-align: right;
  color: var(--theme-palette-color-3);
}
.woocommerce-order .order-total-inner {
  background: #fff;
}
.woocommerce-order .order-total-inner tr td {
  border-top: 1px solid #e9ecef !important;
  padding: 10px 10px 0 0 !important;
  font-weight: bold;
  font-size: 1.5em;
  color: var(--theme-palette-color-3);
}
.woocommerce-order .order-total-inner tr td.totals {
  color: var(--theme-palette-color-3);
}
.woocommerce-order address {
  border: none !important;
  background: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  font-style: normal;
  line-height: 1.6;
  color: var(--theme-palette-color-3);
}

.woocommerce-order .button,
.woocommerce-order .dokan-btn,
.woocommerce-order .hru-product-support-btn {
  background: var(--theme-palette-color-1, #667eea) !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 24px !important;
  border-radius: 25px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  display: inline-block;
  text-transform: uppercase !important;
}
.woocommerce-order .button:hover,
.woocommerce-order .dokan-btn:hover,
.woocommerce-order .hru-product-support-btn:hover {
  background: var(--theme-palette-color-2, #5a67d8) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.woocommerce-order .hru-product-support-btn {
  background: #f8f9fa !important;
  color: var(--theme-palette-color-3) !important;
  border: 1px solid #dee2e6 !important;
  padding: 8px 16px !important;
  font-size: 12px !important;
  text-transform: none !important;
}
.woocommerce-order .hru-product-support-btn:hover {
  background: #e9ecef !important;
  color: var(--theme-palette-color-1) !important;
  border-color: var(--theme-palette-color-1) !important;
}

.dokan-product-edit-form .hru-image-upload-item {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
.dokan-product-edit-form .hru-image-upload-item .actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5em;
  padding: 0 0.5em 0 0.25em;
}
.dokan-product-edit-form .hru-image-upload-item .hru-image-upload-item-image {
  padding: 0 0.5em 0.5em 0.5em;
}

.wp-child-theme-honor-roll-u .ct-woocommerce-wishlist-table table td.column-primary {
  border-left: 1px solid #ededed;
}
.wp-child-theme-honor-roll-u .ct-woocommerce-wishlist-table table td:last-child {
  border-right: 1px solid #ededed;
}

.woocommerce-page.woocommerce-lost-password form.lost_reset_password {
  background-image: url(images/bg-dashboard-2.802abd39.jpg);
  background-size: cover;
  border-radius: 25px;
  padding: 25px;
  max-width: 500px;
  margin: 0 auto;
}
.woocommerce-page.woocommerce-lost-password form.lost_reset_password h1 {
  text-align: center;
}
.woocommerce-page #ppcp-credit-card-gateway-card-number,
.woocommerce-page #ppcp-credit-card-gateway-card-expiry,
.woocommerce-page #ppcp-credit-card-gateway-card-cvc {
  background-color: #ffffff !important;
  border: 1px solid #bbbbbb !important;
  border-radius: 5px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
  height: 40px !important;
  padding: 0 10px !important;
}

#hru-offer-form .price-input-wrapper,
#hru-counter-offer-form .price-input-wrapper {
  display: inline-flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 0;
  position: relative;
}
#hru-offer-form .price-input-wrapper .price-input-wrapper-inner,
#hru-counter-offer-form .price-input-wrapper .price-input-wrapper-inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1px;
  padding: 4px 6px;
}
#hru-offer-form .price-input-wrapper .price-input-wrapper-inner .dollar-sign,
#hru-counter-offer-form .price-input-wrapper .price-input-wrapper-inner .dollar-sign {
  flex: none;
  color: #555555;
  font-weight: 400;
  font-size: 14px;
  pointer-events: none;
  margin: 0;
  padding-left: 4px;
}
#hru-offer-form .price-input-wrapper .price-input-wrapper-inner input,
#hru-counter-offer-form .price-input-wrapper .price-input-wrapper-inner input {
  flex: 1;
  height: auto;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #555555;
  min-height: 40px;
  width: 100%;
}

body [class*=ct-dynamic-count] .bi {
  color: var(--theme-palette-color-1);
  font-size: 1.5em;
}
body .bi {
  fill: var(--theme-palette-color-1);
  color: var(--theme-palette-color-1);
}

.hru-rma-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.hru-rma-header .hru-rma-seller-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--theme-palette-color-3);
}
.hru-rma-header .hru-rma-seller-title .hru-rma-seller-link {
  color: var(--theme-palette-color-1);
  text-decoration: none;
}
.hru-rma-header .hru-rma-seller-title .hru-rma-seller-link:hover {
  text-decoration: underline;
}
.hru-rma-header .hru-rma-instruction {
  color: #6c757d;
  font-size: 16px;
  margin: 0;
}

.hru-rma-table {
  margin-bottom: 30px !important;
  border: none !important;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.hru-rma-table thead th {
  background: #f8f9fa;
  color: #6c757d;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 15px 20px !important;
  border: none !important;
}
.hru-rma-table tbody td {
  padding: 20px !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.hru-rma-table .hru-rma-check-column {
  width: 40px;
  text-align: center;
}
.hru-rma-table .hru-rma-check-column input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--theme-palette-color-1);
}
.hru-rma-table .product-info .hru-rma-item-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: var(--theme-palette-color-3);
}
.hru-rma-table .product-info .hru-rma-item-link:hover {
  color: var(--theme-palette-color-1);
}
.hru-rma-table .product-info .hru-rma-item-link:hover .hru-rma-item-title {
  text-decoration: underline;
}
.hru-rma-table .product-info .hru-rma-item-image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
}
.hru-rma-table .product-info .hru-rma-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hru-rma-table .product-info .hru-rma-item-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}
.hru-rma-table .hru-rma-price-column {
  font-weight: 600;
  color: var(--theme-palette-color-3);
}
.hru-rma-table .hru-rma-seller-column a {
  color: var(--theme-palette-color-1);
  text-decoration: none;
  font-weight: 500;
}
.hru-rma-table .hru-rma-seller-column a:hover {
  text-decoration: underline;
}
.hru-rma-table .hru-rma-qty-column .hru-rma-qty-select {
  min-width: 70px;
  border-radius: 8px !important;
  border: 1px solid #ddd !important;
  padding: 5px 10px !important;
  height: auto !important;
}

.hru-rma-form {
  max-width: 800px;
  margin: 0 auto;
}
.hru-rma-form .hru-rma-form-row {
  margin-bottom: 25px;
}
.hru-rma-form .hru-rma-form-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--theme-palette-color-3);
  font-size: 15px;
}
.hru-rma-form .hru-rma-form-row .hru-rma-select,
.hru-rma-form .hru-rma-form-row .hru-rma-textarea {
  width: 100%;
  border-radius: 10px !important;
  border: 1px solid #ededed !important;
  background: #fdfdfd;
  padding: 12px 15px !important;
  font-size: 14px;
  transition: all 0.2s ease;
}
.hru-rma-form .hru-rma-form-row .hru-rma-select:focus,
.hru-rma-form .hru-rma-form-row .hru-rma-textarea:focus {
  border-color: var(--theme-palette-color-1) !important;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(var(--theme-palette-color-1-rgb), 0.1);
  outline: none;
}
.hru-rma-form .hru-rma-form-row .hru-rma-textarea {
  min-height: 120px;
  resize: vertical;
}
.hru-rma-form .hru-rma-submit-row {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
}
.hru-rma-form .hru-rma-submit-row .hru-rma-submit-btn {
  min-width: 250px;
  padding: 15px 40px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase !important;
}

@media (max-width: 768px) {
  .hru-rma-table thead {
    display: none;
  }
  .hru-rma-table tbody tr {
    display: block;
    padding: 15px;
    border-bottom: 10px solid #f8f9fa !important;
    position: relative;
  }
  .hru-rma-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 !important;
    border: none !important;
    text-align: right;
  }
  .hru-rma-table tbody td::before {
    content: attr(data-title);
    font-weight: 600;
    text-align: left;
    color: #6c757d;
    font-size: 13px;
    text-transform: uppercase;
  }
  .hru-rma-table tbody td.hru-rma-check-column {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 !important;
    z-index: 10;
  }
  .hru-rma-table tbody td.hru-rma-check-column::before {
    display: none;
  }
  .hru-rma-table tbody td.product-info {
    display: block;
    text-align: center;
    padding-top: 0 !important;
  }
  .hru-rma-table tbody td.product-info::before {
    display: none;
  }
  .hru-rma-table tbody td.product-info .hru-rma-item-link {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hru-rma-table tbody td.product-info .hru-rma-item-image {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
}
.hru-rma-info-section {
  margin: 5px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 20px !important;
}
.hru-rma-info-section .hru-rma-status-details h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  display: flex;
  align-items: center;
  line-height: 1.1;
}
.hru-rma-info-section .hru-rma-status-details .hru-rma-status {
  background: #f0f0f0;
  color: #ef6b4d;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  margin-left: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  border: 1px solid #ddd;
}
.hru-rma-info-section .hru-rma-status-details .hru-rma-date {
  font-size: 13px;
  color: #777;
}
.hru-rma-info-section .hru-rma-actions .hru-view-rma-btn.button {
  background: #ef6b4d !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  border-radius: 30px !important;
  margin-bottom: 0 !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  display: inline-block !important;
  height: auto !important;
}
.hru-rma-info-section .hru-rma-actions .hru-view-rma-btn.button:hover {
  opacity: 0.9 !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.dokan-label.dokan-label-warning, .dokan-label.on-hold, .dokan-label.pending,
.hru-rma-status.dokan-label-warning,
.hru-rma-status.on-hold,
.hru-rma-status.pending {
  background: #f0f0f0 !important;
  color: #ef6b4d !important;
  border: 1px solid #ddd !important;
}

.hru-hide {
  display: none !important;
}

.hru-off-screen {
  position: absolute;
  left: -9999px;
}

body {
  touch-action: pan-x pan-y;
  -ms-touch-action: pan-x pan-y;
}
body * {
  outline-color: transparent !important;
  --tw-ring-color: var(--theme-palette-color-1) !important;
}
body [type=text]:focus,
body input:where(:not([type])):focus,
body [type=email]:focus,
body [type=url]:focus,
body [type=password]:focus,
body [type=number]:focus,
body [type=date]:focus,
body [type=datetime-local]:focus,
body [type=month]:focus,
body [type=search]:focus,
body [type=tel]:focus,
body [type=time]:focus,
body [type=week]:focus,
body [multiple]:focus,
body textarea:focus,
body select:focus {
  --tw-ring-color: #fff !important;
}
body .button,
body .wp-element-button,
body .add_to_cart_button,
body .dokan-btn,
body .added_to_cart,
body .ct-button {
  border-radius: 25px !important;
  position: relative;
  text-transform: capitalize !important;
  color: var(--theme-palette-color-3);
}
body input:not([type=checkbox]):not([type=submit]):not([type=search]),
body textarea,
body select {
  border-radius: 10px !important;
}
body input[type=search] {
  border-radius: 10px 0 0 10px !important;
}
body [type=checkbox]:checked,
body [type=radio]:checked {
  background-color: var(--theme-palette-color-1) !important;
}
body img:not(.square) {
  border-radius: 10px !important;
}
body .seller-avatar img,
body .profile-img-circle img,
body .gravatar-wrap img {
  border-radius: 50% !important;
}
body .square img {
  border-radius: 0 !important;
}
body .ct-search-form-controls button {
  border-radius: 0px !important;
}
body .ct-search-box input {
  margin-right: -10px;
  z-index: 100;
}
body .ct-search-box .ct-search-form-controls button {
  border-radius: 0 10px 10px 0 !important;
}
body .ct-search-form-controls button {
  border-radius: 0 10px 10px 0 !important;
}
body .hero-section[data-type=type-1] {
  margin-bottom: 20px;
}
body .ct-newsletter-subscribe-form-elements button {
  color: #fff !important;
}
body .ct-account-item {
  position: relative;
}
body .ct-account-item .ct-dynamic-count-notifications,
body .ct-account-item .hru-setup-notification {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  background: #ed6742 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: bold !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  z-index: 10 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}
body [class*=ct-dynamic-count-][data-count="0"], body [class*=ct-dynamic-count-]:empty {
  display: none !important;
}
body [class*=ct-dynamic-count-]:not(.ct-dynamic-count-notifications) {
  background: #ed6742;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
}
@media (max-width: 768px) {
  body .select2-container--default .select2-results > .select2-results__options {
    max-height: 50vh !important;
  }
}
body .profile-frame {
  border-radius: 10px 10px 0 0 !important;
}
body .profile-info-box .profile-info-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 10px 10px 0 0 !important;
}
@media (min-width: 1025px) {
  body .profile-info-box .profile-info-img {
    height: 320px;
  }
}
body .profile-info-box img {
  max-height: 200px;
}
@media (min-width: 1025px) {
  body .profile-info-box .profile-info-summery-wrapper {
    margin-top: 0;
  }
}
body .profile-info-box .profile-img img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
}
@media (max-width: 768px) {
  body .profile-info-box .profile-info-head {
    margin-top: -50px;
  }
}
body .ct-account-modal,
body .iziModal,
body .iziModal-content,
body .dokan-izimodal-wraper,
body .dokan-product-category-modal-content,
body .dokan-store-review-iziModal,
body .ct-header-account-dropdown,
body #menu-primary-menu .sub-menu {
  border-radius: 25px !important;
  background-color: transparent !important;
  background-image: url(images/bg-dashboard-2-scaled.3f8ff59a.jpg) !important;
  background-size: cover;
  background-position: 0% 70%;
}
body .ct-account-modal h2,
body .iziModal h2,
body .iziModal-content h2,
body .dokan-izimodal-wraper h2,
body .dokan-product-category-modal-content h2,
body .dokan-store-review-iziModal h2,
body .ct-header-account-dropdown h2,
body #menu-primary-menu .sub-menu h2 {
  padding: 10px 0px;
  font-size: 1.5em;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  color: #6e6e75;
}
body .ct-account-modal .dokan-popup-create-an-account .dokan-btn,
body .iziModal .dokan-popup-create-an-account .dokan-btn,
body .iziModal-content .dokan-popup-create-an-account .dokan-btn,
body .dokan-izimodal-wraper .dokan-popup-create-an-account .dokan-btn,
body .dokan-product-category-modal-content .dokan-popup-create-an-account .dokan-btn,
body .dokan-store-review-iziModal .dokan-popup-create-an-account .dokan-btn,
body .ct-header-account-dropdown .dokan-popup-create-an-account .dokan-btn,
body #menu-primary-menu .sub-menu .dokan-popup-create-an-account .dokan-btn {
  padding: 6px 12px;
  min-height: var(--theme-button-min-height);
}
body .ct-account-modal .dokan-single-des,
body .iziModal .dokan-single-des,
body .iziModal-content .dokan-single-des,
body .dokan-izimodal-wraper .dokan-single-des,
body .dokan-product-category-modal-content .dokan-single-des,
body .dokan-store-review-iziModal .dokan-single-des,
body .ct-header-account-dropdown .dokan-single-des,
body #menu-primary-menu .sub-menu .dokan-single-des {
  display: none;
}
body .ct-account-modal .dokan-cat-search-box,
body .iziModal .dokan-cat-search-box,
body .iziModal-content .dokan-cat-search-box,
body .dokan-izimodal-wraper .dokan-cat-search-box,
body .dokan-product-category-modal-content .dokan-cat-search-box,
body .dokan-store-review-iziModal .dokan-cat-search-box,
body .ct-header-account-dropdown .dokan-cat-search-box,
body #menu-primary-menu .sub-menu .dokan-cat-search-box {
  align-items: center;
}
body .ct-account-modal .dokan-single-title,
body .iziModal .dokan-single-title,
body .iziModal-content .dokan-single-title,
body .dokan-izimodal-wraper .dokan-single-title,
body .dokan-product-category-modal-content .dokan-single-title,
body .dokan-store-review-iziModal .dokan-single-title,
body .ct-header-account-dropdown .dokan-single-title,
body #menu-primary-menu .sub-menu .dokan-single-title {
  display: none !important;
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li,
body .iziModal .dokan-single-categories .dokan-product-category-li,
body .iziModal-content .dokan-single-categories .dokan-product-category-li,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--items-vertical-spacing, 5px) 0;
  color: rgb(110, 110, 117);
  cursor: pointer;
  font-size: 20px;
  font-family: var(--theme-font-family, inherit);
  position: relative;
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper,
body .iziModal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper,
body .iziModal-content .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  justify-content: space-between;
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category,
body .iziModal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category,
body .iziModal-content .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category {
  flex: 1;
  text-align: left;
  cursor: pointer;
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category-icon,
body .iziModal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category-icon,
body .iziModal-content .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category-icon,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category-icon,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category-icon,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category-icon,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category-icon,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .dokan-product-category-icon {
  display: none;
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon,
body .iziModal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon,
body .iziModal-content .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon {
  flex: 0 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-link-initial-color, rgb(110, 110, 117));
  transition: transform 0.3s ease;
  cursor: pointer;
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon i,
body .iziModal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon i,
body .iziModal-content .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon i,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon i,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon i,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon i,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon i,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li .hru-category-link-wrapper .hru-category-toggle-icon i {
  font-size: 14px;
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li.dropdown-active,
body .iziModal .dokan-single-categories .dokan-product-category-li.dropdown-active,
body .iziModal-content .dokan-single-categories .dokan-product-category-li.dropdown-active,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li.dropdown-active,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li.dropdown-active,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li.dropdown-active,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li.dropdown-active,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li.dropdown-active {
  color: var(--theme-link-hover-color, #ed6742);
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper .hru-category-toggle-icon,
body .iziModal .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper .hru-category-toggle-icon,
body .iziModal-content .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper .hru-category-toggle-icon,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper .hru-category-toggle-icon,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper .hru-category-toggle-icon,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper .hru-category-toggle-icon,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper .hru-category-toggle-icon,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper .hru-category-toggle-icon {
  transform: rotate(-180deg);
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper,
body .iziModal .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper,
body .iziModal-content .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li.dropdown-active .hru-category-link-wrapper {
  color: var(--theme-link-hover-color, #ed6742);
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li:hover .hru-category-link-wrapper,
body .iziModal .dokan-single-categories .dokan-product-category-li:hover .hru-category-link-wrapper,
body .iziModal-content .dokan-single-categories .dokan-product-category-li:hover .hru-category-link-wrapper,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li:hover .hru-category-link-wrapper,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li:hover .hru-category-link-wrapper,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li:hover .hru-category-link-wrapper,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li:hover .hru-category-link-wrapper,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li:hover .hru-category-link-wrapper {
  color: var(--theme-link-hover-color, #ed6742);
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active,
body .iziModal .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active,
body .iziModal-content .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active {
  color: #ed6742 !important;
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active .hru-category-link-wrapper,
body .iziModal .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active .hru-category-link-wrapper,
body .iziModal-content .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active .hru-category-link-wrapper,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active .hru-category-link-wrapper,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active .hru-category-link-wrapper,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active .hru-category-link-wrapper,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active .hru-category-link-wrapper,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li.dokan-product-category-li-active .hru-category-link-wrapper {
  color: #ed6742 !important;
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li .hru-category-children,
body .iziModal .dokan-single-categories .dokan-product-category-li .hru-category-children,
body .iziModal-content .dokan-single-categories .dokan-product-category-li .hru-category-children,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li .hru-category-children,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li .hru-category-children,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li .hru-category-children,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li .hru-category-children,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li .hru-category-children {
  width: 100%;
  padding-left: 20px;
  margin-top: 5px;
  list-style: none;
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li,
body .iziModal .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li,
body .iziModal-content .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li {
  font-size: 18px;
  padding: 3px 0;
}
body .ct-account-modal .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li.hru-category-child-item,
body .iziModal .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li.hru-category-child-item,
body .iziModal-content .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li.hru-category-child-item,
body .dokan-izimodal-wraper .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li.hru-category-child-item,
body .dokan-product-category-modal-content .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li.hru-category-child-item,
body .dokan-store-review-iziModal .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li.hru-category-child-item,
body .ct-header-account-dropdown .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li.hru-category-child-item,
body #menu-primary-menu .sub-menu .dokan-single-categories .dokan-product-category-li .hru-category-children .dokan-product-category-li.hru-category-child-item {
  padding-left: 0;
}
@media (max-width: 768px) {
  body .ct-account-modal .dokan-product-category-modal-body,
  body .iziModal .dokan-product-category-modal-body,
  body .iziModal-content .dokan-product-category-modal-body,
  body .dokan-izimodal-wraper .dokan-product-category-modal-body,
  body .dokan-product-category-modal-content .dokan-product-category-modal-body,
  body .dokan-store-review-iziModal .dokan-product-category-modal-body,
  body .ct-header-account-dropdown .dokan-product-category-modal-body,
  body #menu-primary-menu .sub-menu .dokan-product-category-modal-body {
    height: 44vh !important;
    overflow-y: scroll;
  }
}
body .ct-account-modal .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active,
body .iziModal .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active,
body .iziModal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active,
body .dokan-izimodal-wraper .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active,
body .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active,
body .dokan-store-review-iziModal .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active,
body .ct-header-account-dropdown .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active,
body #menu-primary-menu .sub-menu .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active {
  color: #ed6742 !important;
}
body .ct-account-modal .dokan-product-category-modal-footer,
body .iziModal .dokan-product-category-modal-footer,
body .iziModal-content .dokan-product-category-modal-footer,
body .dokan-izimodal-wraper .dokan-product-category-modal-footer,
body .dokan-product-category-modal-content .dokan-product-category-modal-footer,
body .dokan-store-review-iziModal .dokan-product-category-modal-footer,
body .ct-header-account-dropdown .dokan-product-category-modal-footer,
body #menu-primary-menu .sub-menu .dokan-product-category-modal-footer {
  font-size: 12px !important;
}
body .ct-account-modal .dokan-product-category-modal-footer .dokan-selected-category-label-container,
body .iziModal .dokan-product-category-modal-footer .dokan-selected-category-label-container,
body .iziModal-content .dokan-product-category-modal-footer .dokan-selected-category-label-container,
body .dokan-izimodal-wraper .dokan-product-category-modal-footer .dokan-selected-category-label-container,
body .dokan-product-category-modal-content .dokan-product-category-modal-footer .dokan-selected-category-label-container,
body .dokan-store-review-iziModal .dokan-product-category-modal-footer .dokan-selected-category-label-container,
body .ct-header-account-dropdown .dokan-product-category-modal-footer .dokan-selected-category-label-container,
body #menu-primary-menu .sub-menu .dokan-product-category-modal-footer .dokan-selected-category-label-container {
  display: none;
}
@media (max-width: 768px) {
  body .dokan-product-category-modal .dokan-product-category-modal-content {
    width: 90% !important;
  }
}
body.home .dokan-seller-search-form {
  display: none;
}
body .ct-header-account-content-block .menu-item {
  margin-block-end: 0;
}
body .ct-header-account-content-block .ct-dynamic-count-offers-messages {
  top: 9px;
  inset-inline-end: 37%;
}
body .ct-header-account-content-block .ct-dynamic-count-purchases {
  top: 9px;
  inset-inline-end: 48%;
}
body .ct-header-account-content-block .ct-dynamic-count-orders {
  top: 9px;
  inset-inline-end: 54%;
}

.hru-coupon-copied {
  color: #ed6742;
}
.hru-coupon-copied::after {
  content: "Copied!";
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  font-family: "ct_font_smoothly__pro";
}

@media (min-width: 1025px) {
  .dokan-store-wrap .dokan-profile-frame-wrapper {
    border-radius: 12px;
    overflow: hidden;
  }
  .dokan-store-wrap .dokan-store-tabs {
    padding: 10px 0 0;
  }
  .dokan-store-wrap .profile-img {
    margin-right: 12px;
  }
  .dokan-store-wrap .profile-info {
    margin-top: 6px;
  }
}
.dokan-store-wrap .dokan-message {
  border-top: 3px solid var(--theme-palette-color-1);
}
.dokan-store-wrap .dokan-message::before {
  background-color: var(--theme-palette-color-1);
}

.dokan-follow-store-buttons-wrapper,
.dokan-follow-store-button {
  position: relative;
}

.dokan-follow-store-button-label-unfollow {
  display: none;
}

.dokan-follow-store-button[data-status=following]:hover .dokan-follow-store-button-label-current {
  display: none;
}

.dokan-follow-store-button[data-status=following]:hover .dokan-follow-store-button-label-unfollow {
  display: inline;
}

.woocommerce .wc_payment_methods input {
  padding: 1em;
}
.woocommerce .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 14px !important;
}
.woocommerce .ppcp-button-applepay {
  display: none;
}
.woocommerce .wc-saved-payment-methods {
  list-style: none;
}
.woocommerce .woocommerce-order .woocommerce-order-details .product-name img {
  margin-right: 1em;
}

.ct-panel .ct-button,
.ct-panel .button {
  color: #fff !important;
}

#woo-filters-panel .ct-panel-heading {
  font-family: "ct_font_smoothly__pro";
}
#woo-filters-panel .ct-panel-inner .ct-panel-actions {
  background-color: transparent !important;
}
@media (max-width: 768px) {
  #woo-filters-panel .ct-panel-inner {
    background-color: transparent !important;
    background-image: url(images/bg-dashboard-2.802abd39.jpg) !important;
    background-size: cover;
    background-position: 76% 70%;
  }
}
#woo-filters-panel .wp-block-group h6 {
  margin: 0.5em 0;
  font-size: 1.1em;
  color: #6e6e75;
  text-transform: capitalize;
}
#woo-filters-panel .wp-block-group p {
  display: none;
}
#woo-filters-panel .wp-block-group .fs-wrap {
  height: 40px;
  width: 100%;
  line-height: var(--theme-line-height);
  letter-spacing: var(--theme-letter-spacing);
}
#woo-filters-panel .wp-block-group .facetwp-facet {
  margin-bottom: 1em;
  position: relative;
}
#woo-filters-panel .wp-block-group .facetwp-facet select {
  border-radius: 10px;
}
#woo-filters-panel .wp-block-group select .fs-label-wrap,
#woo-filters-panel .wp-block-group .facetwp-type-fselect .fs-label-wrap {
  border-radius: 10px;
  padding: 0 1em;
  width: 100%;
}
#woo-filters-panel .wp-block-group select .fs-label-wrap .fs-arrow,
#woo-filters-panel .wp-block-group .facetwp-type-fselect .fs-label-wrap .fs-arrow {
  position: absolute;
  right: 16px;
  top: 5px;
  border-top: 8px solid #6e6e75;
  color: var(--theme-palette-color-3);
}
#woo-filters-panel .wp-block-group input.facetwp-autocomplete {
  padding: 0 1em;
  border-radius: 10px;
}
#woo-filters-panel .wp-block-group .facetwp-type-autocomplete input[type=text] {
  width: 100%;
  height: 40px;
  color: var(--theme-palette-color-3);
}
#woo-filters-panel .wp-block-group .facetwp-type-autocomplete input[type=text]::-moz-placeholder {
  color: #6e6e75;
  opacity: 1;
}
#woo-filters-panel .wp-block-group .facetwp-type-autocomplete input[type=text]::placeholder {
  color: #6e6e75;
  opacity: 1;
}
#woo-filters-panel .wp-block-group .facetwp-type-autocomplete input[type=button] {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%236E6E75\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"11\" cy=\"11\" r=\"8\"/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"/></svg>") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  font-size: 0;
}
#woo-filters-panel .wp-block-group .facetwp-type-autocomplete .fcomplete-wrap {
  z-index: 1000;
}
#woo-filters-panel .wp-block-group .facetwp-type-slider .facetwp-slider-reset {
  display: none !important;
}
#woo-filters-panel .wp-block-group .facetwp-facet-reset {
  display: flex;
  justify-content: center;
}
#woo-filters-panel .wp-block-group .facetwp-facet-reset button,
#woo-filters-panel .wp-block-group .facetwp-facet-reset a {
  font-size: 1.1em;
  font-family: "ct_font_smoothly__pro";
  width: 60%;
  text-align: center;
  background-color: #ddd;
  color: #6e6e75;
  border-radius: 10px;
  padding: 0.5em 1em;
}
.hru-seller-vacation-message {
  flex: 0 0 100%;
  width: 100%;
  background-color: #ffefe5;
  border-color: #ffefe5;
  text-align: center;
}
.hru-seller-vacation-message a {
  min-width: 50%;
}
.hru-seller-vacation-message .ct-wishlist-button-single {
  display: inline-block;
  padding: 8px 15px;
  background-color: var(--theme-button-background-initial);
  color: var(--theme-button-text-initial);
  border-radius: 3px;
  margin-top: 10px;
  transition: all 0.2s;
}
.hru-seller-vacation-message .ct-wishlist-button-single:hover {
  background-color: var(--theme-button-background-hover);
  color: var(--theme-button-text-hover);
}
.hru-seller-vacation-message .ct-wishlist-button-single .ct-icon {
  margin-right: 5px;
}
.hru-seller-vacation-message .ct-wishlist-button-single .ct-label {
  font-size: 14px;
  font-weight: 600;
}

.single-product .ct-product-gallery-container .ct-wishlist-button-archive {
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 50px;
}
.single-product .ct-product-gallery-container .ct-wishlist-button-archive svg {
  fill: var(--theme-palette-color-1) !important;
  width: 30px;
  height: 30px;
}
.single-product .ct-product-gallery-container .ct-wishlist-button-archive .ct-label {
  display: none;
}
.single-product .product .warranty_info,
.single-product .product p.stock {
  display: none;
}
.single-product .product .ct-button {
  color: #fff;
}
.single-product .product .hru-shop-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
}
.single-product .product .hru-shop-info .hru-shop-info-icon {
  flex: 0 0 10%;
  border-radius: 50%;
  max-width: 50px;
}
.single-product .product .hru-shop-info .hru-shop-info-name-rating,
.single-product .product .hru-shop-info .hru-shop-info-location {
  flex: 0 0 80%;
  display: flex;
  flex-wrap: wrap;
}
.single-product .product .hru-shop-info .hru-shop-info-name-rating > *,
.single-product .product .hru-shop-info .hru-shop-info-location > * {
  float: left;
  margin-right: 10px;
}
.single-product .product .hru-shop-info .hru-shop-info-name-rating .hru-shop-info-name,
.single-product .product .hru-shop-info .hru-shop-info-location .hru-shop-info-name {
  font-weight: bold;
}
.single-product .product .hru-shop-info .hru-shop-info-name-rating .hru-shop-info-rating a:before,
.single-product .product .hru-shop-info .hru-shop-info-location .hru-shop-info-rating a:before {
  font-family: "star";
  content: "s";
}
.single-product .product .hru-shop-info .hru-star-rating span {
  color: #fda256;
}
.single-product .product .single_add_to_cart_button.added {
  display: none;
}
.single-product .product .added_to_cart {
  height: 58px;
  width: 50%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .single-product .product .added_to_cart {
    width: 47%;
  }
}

.ct-cart-actions {
  align-items: baseline;
}
.ct-cart-actions button {
  width: 50% !important;
  max-width: 100% !important;
  height: 58px;
  padding: 5px 20px;
}
.ct-cart-actions button.added {
  display: none;
}
.ct-cart-actions .dokan-store-support-btn,
.ct-cart-actions .hru-large {
  width: 100% !important;
}

.ct-popup-inner .dokan-support-intro-text,
.hru-make-an-offer-modals .dokan-support-intro-text,
.hru-offer-actions-modals .dokan-support-intro-text {
  margin-block-end: 0;
}
.ct-popup-inner .product-details,
.hru-make-an-offer-modals .product-details,
.hru-offer-actions-modals .product-details {
  display: flex;
  gap: 1em;
}
.ct-popup-inner .product-details .product-image img,
.hru-make-an-offer-modals .product-details .product-image img,
.hru-offer-actions-modals .product-details .product-image img {
  width: 100px;
}
.ct-popup-inner .product-details .product-price,
.hru-make-an-offer-modals .product-details .product-price,
.hru-offer-actions-modals .product-details .product-price {
  margin-bottom: 0;
}
.ct-popup-inner .success-msg,
.hru-make-an-offer-modals .success-msg,
.hru-offer-actions-modals .success-msg {
  font-family: "ct_font_smoothly__pro";
  font-size: 20px;
  color: var(--theme-palette-color-3) !important;
  text-align: center;
  border: 0 !important;
  padding: 2em 0 !important;
}
.ct-popup-inner .actions div,
.hru-make-an-offer-modals .actions div,
.hru-offer-actions-modals .actions div {
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
}
.ct-popup-inner .actions div input,
.ct-popup-inner .actions div a,
.hru-make-an-offer-modals .actions div input,
.hru-make-an-offer-modals .actions div a,
.hru-offer-actions-modals .actions div input,
.hru-offer-actions-modals .actions div a {
  padding: 6px 12px;
  width: 40%;
}
@media (max-width: 768px) {
  .ct-popup-inner .actions div input,
  .ct-popup-inner .actions div a,
  .hru-make-an-offer-modals .actions div input,
  .hru-make-an-offer-modals .actions div a,
  .hru-offer-actions-modals .actions div input,
  .hru-offer-actions-modals .actions div a {
    width: 100%;
  }
}

#dokan-support-form select[name=order_id] {
  display: none;
}

.iziModal-wrap {
  border-radius: 25px;
  min-height: auto;
}
@media (max-width: 768px) {
  .iziModal-wrap .dokan-izimodal-wraper {
    width: 90vw !important;
  }
}
.iziModal-wrap .dokan-alert-success {
  font-family: "ct_font_smoothly__pro";
  font-size: 20px;
  color: #000 !important;
  text-align: center;
  border: 0 !important;
}
.iziModal-wrap .dokan-alert-success .success-msg {
  padding-bottom: 2em !important;
}
.iziModal-wrap .dokan-alert-success .dokan-support-intro-text {
  text-align: center;
}
.iziModal-wrap .dokan-izimodal-close-btn {
  text-align: right;
  font-size: 20px;
}
.iziModal-wrap .dokan-izimodal-close-btn .icon-close {
  background-color: transparent !important;
}

.cart_item .variation-RefundWarranty,
.mini_cart_item .variation-RefundWarranty {
  display: none;
}

.hru-return-requests-filter-form {
  display: block;
}

.dokan-rma-single-request-area .dokan-row {
  margin-right: -15px;
  margin-left: -15px;
}
.dokan-rma-single-request-area .dokan-w1 {
  width: 8.33333333%;
  float: left;
}
.dokan-rma-single-request-area .dokan-w2 {
  width: 16.66666667%;
  float: left;
}
.dokan-rma-single-request-area .dokan-w3 {
  width: 25%;
  float: left;
}
.dokan-rma-single-request-area .dokan-w4 {
  width: 33.33333333%;
  float: left;
}
.dokan-rma-single-request-area .dokan-w5 {
  width: 41.66666667%;
  float: left;
}
.dokan-rma-single-request-area .dokan-w6 {
  width: 50%;
  float: left;
}
.dokan-rma-single-request-area .dokan-w7 {
  width: 63%;
  float: left;
}
.dokan-rma-single-request-area .dokan-w8 {
  width: 58.33333333%;
  float: left;
}
.dokan-rma-single-request-area .dokan-w9 {
  width: 75%;
  float: left;
}
.dokan-rma-single-request-area .dokan-w10 {
  width: 83.33333333%;
  float: left;
}
.dokan-rma-single-request-area .dokan-w11 {
  width: 91.66666667%;
  float: left;
}
.dokan-rma-single-request-area .dokan-w12 {
  width: 100%;
  float: left;
}
.dokan-rma-single-request-area .dokan-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .dokan-rma-single-request-area .dokan-panel {
    margin: 0 5px !important;
  }
}
.dokan-rma-single-request-area .dokan-panel-body {
  padding: 15px;
}
.dokan-rma-single-request-area .dokan-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dokan-rma-single-request-area .dokan-panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.dokan-rma-single-request-area .dokan-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.dokan-rma-single-request-area .dokan-panel-title > a {
  color: inherit;
}
.dokan-rma-single-request-area .dokan-panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dokan-rma-single-request-area .dokan-panel-default {
  border-color: #ddd;
}
.dokan-rma-single-request-area .dokan-panel-default > .dokan-panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.dokan-rma-single-request-area .dokan-panel-default > .dokan-panel-heading + .dokan-panel-collapse > .dokan-panel-body {
  border-top-color: #ddd;
}
.dokan-rma-single-request-area .dokan-panel-default > .dokan-panel-heading .dokan-badge {
  color: #f5f5f5;
  background-color: #333;
}
.dokan-rma-single-request-area .dokan-panel-default > .dokan-panel-footer + .dokan-panel-collapse > .dokan-panel-body {
  border-bottom-color: #ddd;
}
.dokan-rma-single-request-area .dokan-clearfix:before,
.dokan-rma-single-request-area .dokan-clearfix:after {
  display: table;
  content: " ";
}
.dokan-rma-single-request-area .dokan-clearfix:after {
  clear: both;
}
.dokan-rma-single-request-area .dokan-right {
  float: right !important;
}
.dokan-rma-single-request-area .dokan-left {
  float: left !important;
}
.dokan-rma-single-request-area .dokan-hide {
  display: none;
}
.dokan-rma-single-request-area .content-half-part {
  width: 50%;
  float: left;
}
.dokan-rma-single-request-area .content-half-part:first-child {
  padding-right: 10px;
}
.dokan-rma-single-request-area .content-half-part:last-child {
  padding-left: 10px;
}
.dokan-rma-single-request-area header span.left-header-content {
  font-size: 14px;
  top: 10px;
  position: relative;
}
.dokan-rma-single-request-area .dokan-rma-single-request-left-content {
  margin-right: 3%;
}
.dokan-rma-single-request-area .dokan-rma-single-request-left-content table.dokan-table tr {
  border-bottom: 1px solid #ddd;
}
.dokan-rma-single-request-area .dokan-rma-single-request-left-content table.dokan-table tr:last-child {
  border-bottom: none;
}
.dokan-rma-single-request-area .dokan-rma-single-request-left-content table.dokan-table tr td {
  padding: 10px;
  border-top: none;
}
.dokan-rma-single-request-area .dokan-rma-single-request-left-content .additional-details {
  padding: 10px;
}
.dokan-rma-single-request-area .dokan-rma-single-request-left-content .additional-details .details-row {
  margin: 15px 0px;
}
.dokan-rma-single-request-area .dokan-rma-single-request-left-content .additional-details .details-row p.details-label {
  font-weight: bold;
}
.dokan-rma-single-request-area .dokan-rma-request-conversations ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding: 0px 15px;
}
.dokan-rma-single-request-area .dokan-rma-request-conversations ul li {
  width: 85%;
  position: relative;
}
.dokan-rma-single-request-area .dokan-rma-request-conversations ul li.left .message:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: -15px;
  width: 0;
  height: 0;
  border-width: 0px 0px 25px 21px;
  border-style: solid;
  border-color: #efefef transparent;
}
.dokan-rma-single-request-area .dokan-rma-request-conversations ul li.right .message:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: -15px;
  width: 0;
  height: 0;
  border-width: 0px 21px 25px 0px;
  border-style: solid;
  border-color: #efefef transparent;
}
.dokan-rma-single-request-area .dokan-rma-request-conversations ul li.left {
  float: left;
  padding: 10px !important;
  background: rgba(238, 238, 238, 0.9333333333);
  margin: 10px 0px !important;
}
.dokan-rma-single-request-area .dokan-rma-request-conversations ul li.right {
  float: right;
  padding: 10px !important;
  background: rgba(238, 238, 238, 0.9333333333);
  margin: 10px 0px !important;
}
.dokan-rma-single-request-area .dokan-rma-popup-form h2 {
  font-size: 17px;
  padding: 15px 0px 10px;
  margin: 0px;
  border-bottom: 1px solid #eee;
}
.dokan-rma-single-request-area h2.dokan-rma-popup-title {
  margin-left: 20px;
}
.dokan-rma-single-request-area .dokan-rma-popup-form .rma-popup-content {
  padding: 20px;
}
.dokan-rma-single-request-area .dokan-rma-popup-form .rma-popup-action {
  padding: 10px 20px;
  text-align: right;
  border-top: 1px solid #eee;
}
.dokan-rma-single-request-area .dokan-rma-popup-form .rma-popup-content .dokan-popup-total-refund-amount {
  padding: 0px 10px;
}
.dokan-rma-single-request-area .hru-save-tracking-number-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.ct-header-search {
  margin: 0px 0px 0px 25px !important;
}

.ct-header-content-block .add-new-product {
  width: 75px;
}

.ct-widget .add-new-product {
  width: 88px;
}

.ct-floating-bar .stock {
  display: none;
}

#woo-filters-panel .ct-panel-actions span.ct-panel-heading {
  display: none;
}

.page ul.products article.product,
.page ul.wc-block-product-template article.product,
.page .entries article.product,
.woocommerce-page ul.products article.product,
.woocommerce-page ul.wc-block-product-template article.product,
.woocommerce-page .entries article.product,
.dokan-store-wrap ul.products article.product,
.dokan-store-wrap ul.wc-block-product-template article.product,
.dokan-store-wrap .entries article.product,
.search-results ul.products article.product,
.search-results ul.wc-block-product-template article.product,
.search-results .entries article.product {
  margin-bottom: 1em;
}
.page ul.products li.product .ct-entry-content-block,
.page ul.products .type-product .ct-entry-content-block,
.page ul.wc-block-product-template li.product .ct-entry-content-block,
.page ul.wc-block-product-template .type-product .ct-entry-content-block,
.page .entries li.product .ct-entry-content-block,
.page .entries .type-product .ct-entry-content-block,
.woocommerce-page ul.products li.product .ct-entry-content-block,
.woocommerce-page ul.products .type-product .ct-entry-content-block,
.woocommerce-page ul.wc-block-product-template li.product .ct-entry-content-block,
.woocommerce-page ul.wc-block-product-template .type-product .ct-entry-content-block,
.woocommerce-page .entries li.product .ct-entry-content-block,
.woocommerce-page .entries .type-product .ct-entry-content-block,
.dokan-store-wrap ul.products li.product .ct-entry-content-block,
.dokan-store-wrap ul.products .type-product .ct-entry-content-block,
.dokan-store-wrap ul.wc-block-product-template li.product .ct-entry-content-block,
.dokan-store-wrap ul.wc-block-product-template .type-product .ct-entry-content-block,
.dokan-store-wrap .entries li.product .ct-entry-content-block,
.dokan-store-wrap .entries .type-product .ct-entry-content-block,
.search-results ul.products li.product .ct-entry-content-block,
.search-results ul.products .type-product .ct-entry-content-block,
.search-results ul.wc-block-product-template li.product .ct-entry-content-block,
.search-results ul.wc-block-product-template .type-product .ct-entry-content-block,
.search-results .entries li.product .ct-entry-content-block,
.search-results .entries .type-product .ct-entry-content-block {
  height: 0;
}
.page ul.products li.product .ct-woo-card-extra,
.page ul.products .type-product .ct-woo-card-extra,
.page ul.wc-block-product-template li.product .ct-woo-card-extra,
.page ul.wc-block-product-template .type-product .ct-woo-card-extra,
.page .entries li.product .ct-woo-card-extra,
.page .entries .type-product .ct-woo-card-extra,
.woocommerce-page ul.products li.product .ct-woo-card-extra,
.woocommerce-page ul.products .type-product .ct-woo-card-extra,
.woocommerce-page ul.wc-block-product-template li.product .ct-woo-card-extra,
.woocommerce-page ul.wc-block-product-template .type-product .ct-woo-card-extra,
.woocommerce-page .entries li.product .ct-woo-card-extra,
.woocommerce-page .entries .type-product .ct-woo-card-extra,
.dokan-store-wrap ul.products li.product .ct-woo-card-extra,
.dokan-store-wrap ul.products .type-product .ct-woo-card-extra,
.dokan-store-wrap ul.wc-block-product-template li.product .ct-woo-card-extra,
.dokan-store-wrap ul.wc-block-product-template .type-product .ct-woo-card-extra,
.dokan-store-wrap .entries li.product .ct-woo-card-extra,
.dokan-store-wrap .entries .type-product .ct-woo-card-extra,
.search-results ul.products li.product .ct-woo-card-extra,
.search-results ul.products .type-product .ct-woo-card-extra,
.search-results ul.wc-block-product-template li.product .ct-woo-card-extra,
.search-results ul.wc-block-product-template .type-product .ct-woo-card-extra,
.search-results .entries li.product .ct-woo-card-extra,
.search-results .entries .type-product .ct-woo-card-extra {
  display: none !important;
}
.page ul.products li.product .hru-wishlist-button-archive,
.page ul.products .type-product .hru-wishlist-button-archive,
.page ul.wc-block-product-template li.product .hru-wishlist-button-archive,
.page ul.wc-block-product-template .type-product .hru-wishlist-button-archive,
.page .entries li.product .hru-wishlist-button-archive,
.page .entries .type-product .hru-wishlist-button-archive,
.woocommerce-page ul.products li.product .hru-wishlist-button-archive,
.woocommerce-page ul.products .type-product .hru-wishlist-button-archive,
.woocommerce-page ul.wc-block-product-template li.product .hru-wishlist-button-archive,
.woocommerce-page ul.wc-block-product-template .type-product .hru-wishlist-button-archive,
.woocommerce-page .entries li.product .hru-wishlist-button-archive,
.woocommerce-page .entries .type-product .hru-wishlist-button-archive,
.dokan-store-wrap ul.products li.product .hru-wishlist-button-archive,
.dokan-store-wrap ul.products .type-product .hru-wishlist-button-archive,
.dokan-store-wrap ul.wc-block-product-template li.product .hru-wishlist-button-archive,
.dokan-store-wrap ul.wc-block-product-template .type-product .hru-wishlist-button-archive,
.dokan-store-wrap .entries li.product .hru-wishlist-button-archive,
.dokan-store-wrap .entries .type-product .hru-wishlist-button-archive,
.search-results ul.products li.product .hru-wishlist-button-archive,
.search-results ul.products .type-product .hru-wishlist-button-archive,
.search-results ul.wc-block-product-template li.product .hru-wishlist-button-archive,
.search-results ul.wc-block-product-template .type-product .hru-wishlist-button-archive,
.search-results .entries li.product .hru-wishlist-button-archive,
.search-results .entries .type-product .hru-wishlist-button-archive {
  display: block;
  position: relative;
}
.page ul.products li.product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.page ul.products .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.page ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.page ul.wc-block-product-template .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.page .entries li.product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.page .entries .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.woocommerce-page ul.products li.product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.woocommerce-page ul.products .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.woocommerce-page ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.woocommerce-page ul.wc-block-product-template .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.woocommerce-page .entries li.product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.woocommerce-page .entries .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.dokan-store-wrap ul.products li.product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.dokan-store-wrap ul.products .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.dokan-store-wrap ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.dokan-store-wrap ul.wc-block-product-template .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.dokan-store-wrap .entries li.product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.dokan-store-wrap .entries .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.search-results ul.products li.product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.search-results ul.products .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.search-results ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.search-results ul.wc-block-product-template .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.search-results .entries li.product .hru-wishlist-button-archive .ct-wishlist-button-archive,
.search-results .entries .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive {
  background-color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  width: 50px;
  scale: 0.8;
}
.page ul.products li.product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.page ul.products .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.page ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.page ul.wc-block-product-template .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.page .entries li.product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.page .entries .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.woocommerce-page ul.products li.product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.woocommerce-page ul.products .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.woocommerce-page ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.woocommerce-page ul.wc-block-product-template .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.woocommerce-page .entries li.product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.woocommerce-page .entries .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.dokan-store-wrap ul.products li.product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.dokan-store-wrap ul.products .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.dokan-store-wrap ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.dokan-store-wrap ul.wc-block-product-template .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.dokan-store-wrap .entries li.product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.dokan-store-wrap .entries .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.search-results ul.products li.product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.search-results ul.products .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.search-results ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.search-results ul.wc-block-product-template .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.search-results .entries li.product .hru-wishlist-button-archive .ct-wishlist-button-archive svg,
.search-results .entries .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive svg {
  fill: var(--theme-palette-color-1) !important;
  width: 35px;
  height: 35px;
}
.page ul.products li.product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.page ul.products .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.page ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.page ul.wc-block-product-template .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.page .entries li.product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.page .entries .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.woocommerce-page ul.products li.product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.woocommerce-page ul.products .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.woocommerce-page ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.woocommerce-page ul.wc-block-product-template .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.woocommerce-page .entries li.product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.woocommerce-page .entries .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.dokan-store-wrap ul.products li.product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.dokan-store-wrap ul.products .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.dokan-store-wrap ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.dokan-store-wrap ul.wc-block-product-template .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.dokan-store-wrap .entries li.product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.dokan-store-wrap .entries .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.search-results ul.products li.product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.search-results ul.products .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.search-results ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.search-results ul.wc-block-product-template .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.search-results .entries li.product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label,
.search-results .entries .type-product .hru-wishlist-button-archive .ct-wishlist-button-archive .ct-label {
  display: none;
}

.page ul.wc-block-product-template li.product .hru-wishlist-button-archive .ct-wishlist-button-archive {
  top: 30px !important;
}

.facetwp-slider-wrap .noUi-handle {
  width: 30px !important;
  height: 30px !important;
  top: -8px !important;
  border-radius: 50% !important;
}

.css-dev-only-do-not-override-161f05s .ant-btn {
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  color: #6e6e75 !important;
  border-radius: 50px !important;
  padding: 8px 16px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  transition: all 0.2s ease !important;
  box-shadow: none !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn:hover, .css-dev-only-do-not-override-161f05s .ant-btn:focus {
  background: #ed6742 !important;
  border-color: #ed6742 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn:active {
  transform: translateY(0);
}
.css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-primary {
  background: #ed6742 !important;
  border-color: #ed6742 !important;
  color: #fff !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-primary:hover, .css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-primary:focus {
  background: #d85a35 !important;
  border-color: #d85a35 !important;
  color: #fff !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-ghost {
  background: transparent !important;
  border-color: #e0e0e0 !important;
  color: #6e6e75 !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-ghost:hover, .css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-ghost:focus {
  background: #ed6742 !important;
  border-color: #ed6742 !important;
  color: #fff !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-dashed {
  border-style: dashed !important;
  border-color: #e0e0e0 !important;
  color: #6e6e75 !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-dashed:hover, .css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-dashed:focus {
  border-color: #ed6742 !important;
  color: #ed6742 !important;
  background: #fff5f0 !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-link {
  background: transparent !important;
  border: none !important;
  color: #6e6e75 !important;
  box-shadow: none !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-link:hover, .css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-link:focus {
  background: transparent !important;
  color: #ed6742 !important;
  transform: none !important;
  box-shadow: none !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-text {
  background: transparent !important;
  border: none !important;
  color: #6e6e75 !important;
  box-shadow: none !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-text:hover, .css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-text:focus {
  background: #fff5f0 !important;
  color: #ed6742 !important;
  transform: none !important;
  box-shadow: none !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn:disabled, .css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-disabled {
  background: #f8f9fa !important;
  border-color: #e0e0e0 !important;
  color: #adb5bd !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
.css-dev-only-do-not-override-161f05s .ant-btn:disabled:hover, .css-dev-only-do-not-override-161f05s .ant-btn.ant-btn-disabled:hover {
  background: #f8f9fa !important;
  border-color: #e0e0e0 !important;
  color: #adb5bd !important;
  transform: none !important;
  box-shadow: none !important;
}
.css-dev-only-do-not-override-161f05s .ant-upload-drag,
.css-dev-only-do-not-override-161f05s .ant-upload {
  border-color: #e0e0e0 !important;
  color: #6e6e75 !important;
}
.css-dev-only-do-not-override-161f05s .ant-upload-drag:hover,
.css-dev-only-do-not-override-161f05s .ant-upload:hover {
  border-color: #ed6742 !important;
  color: #ed6742 !important;
}
.css-dev-only-do-not-override-161f05s .anticon {
  color: #6e6e75 !important;
}
.css-dev-only-do-not-override-161f05s .anticon:hover {
  color: #ed6742 !important;
}
.css-dev-only-do-not-override-161f05s button {
  border-color: #fff !important;
  border: none !important;
  color: #ed6742 !important;
}
.css-dev-only-do-not-override-161f05s .ant-upload-list-item {
  position: relative;
}
.css-dev-only-do-not-override-161f05s button.ant-upload-list-item-action {
  position: absolute;
  background: transparent !important;
  border: 0px !important;
  top: 0px;
  right: 0px;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2;
  transform: none !important;
}
.css-dev-only-do-not-override-161f05s button.ant-upload-list-item-action:hover {
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.css-dev-only-do-not-override-161f05s button.ant-upload-list-item-action svg {
  background: transparent !important;
  border-radius: 0 !important;
}

.dokan-alert.hru-notice,
.dokan-alert-success {
  border-color: #ed6742 !important;
  background-color: #ed6742 !important;
  color: var(--theme-palette-color-3) !important;
}

.swal2-container .swal2-icon {
  border-color: #ed6742 !important;
  color: #ed6742 !important;
}
.swal2-container .swal2-confirm,
.swal2-container .swal2-cancel {
  background-color: #ed6742 !important;
  border-radius: 25px !important;
}

.woocommerce-form__input-checkbox {
  border-color: #ed6742 !important;
}

.ct-popup-inner {
  /* WooCommerce Product Categories Dropdown Styles */
  /* Hide subcategories by default */
}
.ct-popup-inner .woo-categories-dropdown {
  font-size: 20px;
  color: rgb(110, 110, 117);
  font-family: var(--theme-font-family, inherit);
}
.ct-popup-inner .category-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 5px 0;
  color: rgb(110, 110, 117);
  cursor: pointer;
  font-size: 20px;
  font-family: var(--theme-font-family, inherit);
  position: relative;
  width: 100%;
}
.ct-popup-inner .category-item.active a.current {
  color: #ed6742;
}
.ct-popup-inner .category-item.has-children.dropdown-active {
  color: var(--theme-link-hover-color, #ed6742);
}
.ct-popup-inner .category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ct-popup-inner .category-header a {
  text-decoration: none;
  color: rgb(110, 110, 117);
  flex: 1 1 auto;
  min-width: 0;
  font-size: 20px;
  font-family: var(--theme-font-family, inherit);
}
.ct-popup-inner .dropdown-icon {
  transition: transform 0.3s ease;
  font-size: 22px;
  color: rgb(110, 110, 117);
  flex: 0 0 auto;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
}
.ct-popup-inner .category-item.dropdown-active > .category-header > .dropdown-icon {
  transform: rotate(-180deg);
}
.ct-popup-inner .subcategories {
  display: none;
  padding-left: 15px;
  width: 100%;
  box-sizing: border-box;
}
.ct-popup-inner .subcategories .subcategories {
  padding-left: 15px;
}
.ct-popup-inner .subcategory-item {
  padding: 5px 15px;
  position: relative;
  color: rgb(110, 110, 117);
  font-size: 20px;
  font-family: var(--theme-font-family, inherit);
}
.ct-popup-inner .subcategory-item:before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgb(110, 110, 117);
}
.ct-popup-inner .subcategory-item a {
  text-decoration: none;
  color: rgb(110, 110, 117);
  font-size: 20px;
  font-family: var(--theme-font-family, inherit);
}
.ct-popup-inner .subcategories.active {
  display: block;
}

.global-modal-action {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

section.wp-block-group .ct-woo-card-extra {
  width: 90%;
  margin-bottom: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-moz-inner-spin-button, input[type=number]::-moz-outer-spin-button {
  -moz-appearance: none;
  margin: 0;
}

.hru-search-stores__section {
  margin-block: 1rem 2rem;
}
.hru-search-stores h3 {
  color: var(--theme-palette-color-3);
}
@media (max-width: 768px) {
  .hru-search-stores h3 {
    font-size: 20px;
  }
}
.hru-search-stores .hru-store-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.hru-search-stores .hru-store-list__item {
  margin: 0;
}
.hru-search-stores .hru-store-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid var(--theme-border-color, #e6e6e6);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.hru-search-stores .hru-store-card:hover {
  transform: translateY(-1px);
  border-color: var(--theme-palette-color-1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.hru-search-stores .hru-store-card:focus-visible {
  outline: 2px solid var(--theme-palette-color-1);
  outline-offset: 2px;
}
.hru-search-stores .hru-store-card__avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f3f4f6;
  flex: 0 0 auto;
}
.hru-search-stores .hru-store-card__name {
  font-weight: 600;
  color: var(--theme-text-color, #2d2d2d);
}
@media (min-width: 768px) {
  .hru-search-stores .hru-store-card__avatar {
    width: 3.5rem;
    height: 3.5rem;
  }
  .hru-search-stores .hru-store-list {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

/*# sourceMappingURL=index.css.map*/