/* === BASE COMPONENTS (from style.css) === */
/* Spinner, close, alerts, tooltips, forms, grid, buttons, tables, labels, panels, utilities */

.sk-spinner {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../js/../images/spinner-2x.gif) center center no-repeat;
  z-index: 99;
  background-size: 20px;
}
.sk-close {
  float: right;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.sk-close:hover,
.sk-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.sk-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.sk-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.sk-alert h4 {
  margin-top: 0;
  color: inherit;
}
.sk-alert .sk-alert-link {
  font-weight: bold;
}
.sk-alert > p,
.sk-alert > ul {
  margin-bottom: 0 !important;
}
.sk-alert > p + p {
  margin-top: 5px;
}
.sk-alert-dismissable,
.sk-alert-dismissible {
  padding-right: 35px;
}
.sk-alert-dismissable .close,
.sk-alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.sk-alert-success {
  background-color: #DAF8E6;
  border-color: #c5f4d0;
  color: #004434;
}
.sk-alert-success hr {
  border-top-color: #aff0be;
}
.sk-alert-success .sk-alert-link {
  color: #00110d;
}
.sk-alert-info {
  background-color: #E9F9FF;
  border-color: #c5f9ff;
  color: #0B76B7;
}
.sk-alert-info hr {
  border-top-color: #acf6ff;
}
.sk-alert-info .sk-alert-link {
  color: #085787;
}
.sk-alert-warning {
  background-color: #FFFBEB;
  border-color: #ffeed1;
  color: #9D5425;
}
.sk-alert-warning hr {
  border-top-color: #ffe5b8;
}
.sk-alert-warning .sk-alert-link {
  color: #743e1b;
}
.sk-alert-danger {
  background-color: #FEF3F3;
  border-color: #fcdbe1;
  color: #BC1C21;
}
.sk-alert-danger hr {
  border-top-color: #fac4cd;
}
.sk-alert-danger .sk-alert-link {
  color: #901519;
}
.tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  visibility: visible;
  line-height: 1.3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 10px !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  font-weight: normal !important;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.sk-form-container label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.sk-form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #EDEDED;
  padding: 4px 6px;
  border-radius: 0;
  color: #555555;
  display: block;
  font-size: 14px;
  min-height: 26px;
  line-height: 20px;
  vertical-align: middle;
  width: 100%;
  margin: 0;
}
.sk-form-control p {
  margin-bottom: 0;
}
textarea.sk-form-control {
  height: auto;
}
select.sk-form-control {
  height: 35px;
}
.sk-radio-inline + .sk-radio-inline,
.sk-checkbox-inline + .sk-checkbox-inline {
  margin-left: 10px;
  margin-top: 0;
}
.sk-form-group {
  margin-bottom: 15px;
}
.sk-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.sk-input-group[class*='col-'] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.sk-input-group .sk-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.sk-input-group-addon,
.sk-input-group-btn,
.sk-input-group .form-control {
  display: table-cell;
}
.sk-input-group-addon:not(:first-child):not(:last-child),
.sk-input-group-btn:not(:first-child):not(:last-child),
.sk-input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.sk-input-group-addon,
.sk-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.sk-input-group-addon {
  padding: 6px 12px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #EDEDED;
  border-radius: 4px;
}
.sk-input-group-addon input[type='radio'],
.sk-input-group-addon input[type='checkbox'] {
  margin-top: 0;
}
.sk-input-group .sk-form-control:first-child,
.sk-input-group-addon:first-child,
.sk-input-group-btn:first-child > .btn,
.sk-input-group-btn:first-child > .btn-group > .btn,
.sk-input-group-btn:first-child > .dropdown-toggle,
.sk-input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.sk-input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.sk-input-group-addon:first-child {
  border-right: 0;
}
.sk-input-group .sk-form-control:last-child,
.sk-input-group-addon:last-child,
.sk-input-group-btn:last-child > .btn,
.sk-input-group-btn:last-child > .btn-group > .btn,
.sk-input-group-btn:last-child > .dropdown-toggle,
.sk-input-group-btn:first-child > .btn:not(:first-child),
.sk-input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.sk-input-group-addon:last-child {
  border-left: 0;
}
.sk-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.sk-input-group-btn > .btn {
  position: relative;
}
.sk-input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.sk-input-group-btn > .btn:hover,
.sk-input-group-btn > .btn:focus,
.sk-input-group-btn > .btn:active {
  z-index: 2;
}
.sk-input-group-btn:first-child > .btn,
.sk-input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.sk-input-group-btn:last-child > .btn,
.sk-input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.sk-form-horizontal {
  text-align: center;
}
.sk-form-horizontal label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.sk-form-horizontal .sk-form-group:before,
.sk-form-horizontal .sk-form-group:after {
  display: table;
  content: ' ';
}
.sk-form-horizontal .sk-form-group:after {
  clear: both;
}
.sk-form-horizontal .sk-control-label {
  text-align: right;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 15px;
  font-weight: bold;
}
@media (max-width: 430px) {
  .sk-form-horizontal .sk-control-label {
    text-align: left;
  }
}
.sk-row {
  margin-right: -15px;
  margin-left: -15px;
}
.sk-w1 {
  width: 8.33333333%;
  float: left;
}
.sk-w2 {
  width: 16.66666667%;
  float: left;
}
.sk-w3 {
  width: 25%;
  float: left;
}
.sk-w4 {
  width: 33.33333333%;
  float: left;
}
.sk-w5 {
  width: 41.66666667%;
  float: left;
}
.sk-w6 {
  width: 50%;
  float: left;
}
.sk-w7 {
  width: 63%;
  float: left;
}
.sk-w8 {
  width: 58.33333333%;
  float: left;
}
.sk-w9 {
  width: 75%;
  float: left;
}
.sk-w10 {
  width: 83.33333333%;
  float: left;
}
.sk-w11 {
  width: 91.66666667%;
  float: left;
}
.sk-w12 {
  width: 100%;
  float: left;
}
.sk-text-left {
  text-align: left;
}
.sk-text-right {
  text-align: right;
}
@media (max-width: 430px) {
  .sk-w3,
  .sk-w4,
  .sk-w5,
  .sk-w6,
  .sk-w7,
  .sk-w8,
  .sk-w9,
  .sk-w10,
  .sk-w11 {
    width: 100% !important;
  }
}
.woocommerce .form-row.has-error {
  background-color: #ffe5e5;
  padding: 10px;
  border-radius: 3px;
}
.woocommerce form.register.sk-vendor-register {
  border: none;
  padding: 0;
}
.woocommerce form.register.sk-vendor-register .name-field {
  display: flex;
  justify-content: space-between;
}
.woocommerce form.register.sk-vendor-register .name-field p {
  width: 48%;
}
.wp-editor-wrap {
  border: 1px solid #EDEDED;
}
.sk-message,
.sk-info,
.sk-error {
  padding: 15px 15px 15px 50px;
  margin: 5px 0 15px 0;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sk-message:before,
.sk-info:before,
.sk-error: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;
}
.sk-message {
  border-top: 3px solid #8fae1b;
}
.sk-message:before {
  background-color: #8fae1b;
  content: '\2713';
}
.sk-info {
  border-top: 3px solid #109ae7;
}
.sk-info:before {
  background-color: #109ae7;
  content: '\2713';
  content: 'i';
  font-family: Times, Georgia, serif;
  font-style: italic;
}
.sk-error {
  border-top: 3px solid #b81c23;
}
.sk-error:before {
  background-color: #b81c23;
  content: '\00d7';
  font-weight: 700;
}
ul.sk_tabs {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 20px;
  line-height: 24px;
  margin-left: 0;
}
ul.sk_tabs > li {
  margin-bottom: -1px !important;
}
ul.sk_tabs li {
  display: inline-block;
  margin-right: 5px !important;
  border: 1px solid #EDEDED;
  border-bottom: none;
}
ul.sk_tabs li:first-child {
  margin-left: 10px;
}
ul.sk_tabs li a {
  display: block;
  padding: 6px 8px !important;
}
ul.sk_tabs li a:hover {
  background-color: #eee;
}
ul.sk_tabs li.sk-hide {
  display: none;
}
ul.sk_tabs li.active {
  border-bottom: 1px solid #fff !important;
}
.sk-pagination-container {
  text-align: center;
}
.sk-pagination-container .sk-pagination {
  display: inline-block;
  padding-left: 0;
}
.sk-pagination-container .sk-pagination li {
  display: inline;
}
.sk-pagination-container .sk-pagination li a {
  padding: 3px 10px;
  border: 1px solid #EDEDED;
  margin-right: 3px;
  text-decoration: none;
}
.sk-pagination-container .sk-pagination li.active a {
  background: #eee;
}
.sk-pagination-container .sk-pagination li.disabled a {
  cursor: not-allowed;
  color: #ccc;
}
input[type='submit'].sk-btn,
a.sk-btn,
.sk-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #f7931a;
  white-space: nowrap;
  background-color: #f7931a;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: background-color 0.2s, border-color 0.2s;
}
input[type='submit'].sk-btn:hover,
a.sk-btn:hover,
.sk-btn:hover,
input[type='submit'].sk-btn:focus,
a.sk-btn:focus,
.sk-btn:focus,
input[type='submit'].sk-btn.focus,
a.sk-btn.focus,
.sk-btn.focus {
  color: #fff;
  border-color: #e07f0e;
  text-decoration: none;
  background-color: #e07f0e;
}
input[type='submit'].sk-btn:active,
a.sk-btn:active,
.sk-btn:active,
input[type='submit'].sk-btn.active,
a.sk-btn.active,
.sk-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input[type='submit'].sk-btn-theme,
a.sk-btn-theme,
.sk-btn-theme {
  color: #fff;
  background-color: #f7931a;
  border-color: #f7931a;
}
input[type='submit'].sk-btn-theme:hover,
a.sk-btn-theme:hover,
.sk-btn-theme:hover,
input[type='submit'].sk-btn-theme:focus,
a.sk-btn-theme:focus,
.sk-btn-theme:focus,
input[type='submit'].sk-btn-theme:active,
a.sk-btn-theme:active,
.sk-btn-theme:active,
input[type='submit'].sk-btn-theme.active,
a.sk-btn-theme.active,
.sk-btn-theme.active,
.open .dropdown-toggleinput[type='submit'].sk-btn-theme,
.open .dropdown-togglea.sk-btn-theme,
.open .dropdown-toggle.sk-btn-theme {
  color: #fff;
  background-color: #5322e7;
  border-color: #4918dd;
}
input[type='submit'].sk-btn-theme:active,
a.sk-btn-theme:active,
.sk-btn-theme:active,
input[type='submit'].sk-btn-theme.active,
a.sk-btn-theme.active,
.sk-btn-theme.active,
.open .dropdown-toggleinput[type='submit'].sk-btn-theme,
.open .dropdown-togglea.sk-btn-theme,
.open .dropdown-toggle.sk-btn-theme {
  background-image: none;
}
input[type='submit'].sk-btn-theme.disabled,
a.sk-btn-theme.disabled,
.sk-btn-theme.disabled,
input[type='submit'].sk-btn-theme[disabled],
a.sk-btn-theme[disabled],
.sk-btn-theme[disabled],
fieldset[disabled] input[type='submit'].sk-btn-theme,
fieldset[disabled] a.sk-btn-theme,
fieldset[disabled] .sk-btn-theme,
input[type='submit'].sk-btn-theme.disabled:hover,
a.sk-btn-theme.disabled:hover,
.sk-btn-theme.disabled:hover,
input[type='submit'].sk-btn-theme[disabled]:hover,
a.sk-btn-theme[disabled]:hover,
.sk-btn-theme[disabled]:hover,
fieldset[disabled] input[type='submit'].sk-btn-theme:hover,
fieldset[disabled] a.sk-btn-theme:hover,
fieldset[disabled] .sk-btn-theme:hover,
input[type='submit'].sk-btn-theme.disabled:focus,
a.sk-btn-theme.disabled:focus,
.sk-btn-theme.disabled:focus,
input[type='submit'].sk-btn-theme[disabled]:focus,
a.sk-btn-theme[disabled]:focus,
.sk-btn-theme[disabled]:focus,
fieldset[disabled] input[type='submit'].sk-btn-theme:focus,
fieldset[disabled] a.sk-btn-theme:focus,
fieldset[disabled] .sk-btn-theme:focus,
input[type='submit'].sk-btn-theme.disabled:active,
a.sk-btn-theme.disabled:active,
.sk-btn-theme.disabled:active,
input[type='submit'].sk-btn-theme[disabled]:active,
a.sk-btn-theme[disabled]:active,
.sk-btn-theme[disabled]:active,
fieldset[disabled] input[type='submit'].sk-btn-theme:active,
fieldset[disabled] a.sk-btn-theme:active,
fieldset[disabled] .sk-btn-theme:active,
input[type='submit'].sk-btn-theme.disabled.active,
a.sk-btn-theme.disabled.active,
.sk-btn-theme.disabled.active,
input[type='submit'].sk-btn-theme[disabled].active,
a.sk-btn-theme[disabled].active,
.sk-btn-theme[disabled].active,
fieldset[disabled] input[type='submit'].sk-btn-theme.active,
fieldset[disabled] a.sk-btn-theme.active,
fieldset[disabled] .sk-btn-theme.active {
  background-color: #9475f0;
  border-color: #9475f0;
}
input[type='submit'].sk-btn-theme .badge,
a.sk-btn-theme .badge,
.sk-btn-theme .badge {
  color: #f7931a;
  background-color: #fff;
}
input[type='submit'].sk-btn-success,
a.sk-btn-success,
.sk-btn-success {
  color: #fff !important;
  background-color: #22AD5C !important;
  border-color: #1e9851 !important;
}
input[type='submit'].sk-btn-success:hover,
a.sk-btn-success:hover,
.sk-btn-success:hover,
input[type='submit'].sk-btn-success:focus,
a.sk-btn-success:focus,
.sk-btn-success:focus,
input[type='submit'].sk-btn-success:active,
a.sk-btn-success:active,
.sk-btn-success:active,
input[type='submit'].sk-btn-success.active,
a.sk-btn-success.active,
.sk-btn-success.active,
.open .dropdown-toggleinput[type='submit'].sk-btn-success,
.open .dropdown-togglea.sk-btn-success,
.open .dropdown-toggle.sk-btn-success {
  color: #fff !important;
  background-color: #1b8b4a !important;
  border-color: #146535 !important;
}
input[type='submit'].sk-btn-success:active,
a.sk-btn-success:active,
.sk-btn-success:active,
input[type='submit'].sk-btn-success.active,
a.sk-btn-success.active,
.sk-btn-success.active,
.open .dropdown-toggleinput[type='submit'].sk-btn-success,
.open .dropdown-togglea.sk-btn-success,
.open .dropdown-toggle.sk-btn-success {
  background-image: none !important;
}
input[type='submit'].sk-btn-success.disabled,
a.sk-btn-success.disabled,
.sk-btn-success.disabled,
input[type='submit'].sk-btn-success[disabled],
a.sk-btn-success[disabled],
.sk-btn-success[disabled],
fieldset[disabled] input[type='submit'].sk-btn-success,
fieldset[disabled] a.sk-btn-success,
fieldset[disabled] .sk-btn-success,
input[type='submit'].sk-btn-success.disabled:hover,
a.sk-btn-success.disabled:hover,
.sk-btn-success.disabled:hover,
input[type='submit'].sk-btn-success[disabled]:hover,
a.sk-btn-success[disabled]:hover,
.sk-btn-success[disabled]:hover,
fieldset[disabled] input[type='submit'].sk-btn-success:hover,
fieldset[disabled] a.sk-btn-success:hover,
fieldset[disabled] .sk-btn-success:hover,
input[type='submit'].sk-btn-success.disabled:focus,
a.sk-btn-success.disabled:focus,
.sk-btn-success.disabled:focus,
input[type='submit'].sk-btn-success[disabled]:focus,
a.sk-btn-success[disabled]:focus,
.sk-btn-success[disabled]:focus,
fieldset[disabled] input[type='submit'].sk-btn-success:focus,
fieldset[disabled] a.sk-btn-success:focus,
fieldset[disabled] .sk-btn-success:focus,
input[type='submit'].sk-btn-success.disabled:active,
a.sk-btn-success.disabled:active,
.sk-btn-success.disabled:active,
input[type='submit'].sk-btn-success[disabled]:active,
a.sk-btn-success[disabled]:active,
.sk-btn-success[disabled]:active,
fieldset[disabled] input[type='submit'].sk-btn-success:active,
fieldset[disabled] a.sk-btn-success:active,
fieldset[disabled] .sk-btn-success:active,
input[type='submit'].sk-btn-success.disabled.active,
a.sk-btn-success.disabled.active,
.sk-btn-success.disabled.active,
input[type='submit'].sk-btn-success[disabled].active,
a.sk-btn-success[disabled].active,
.sk-btn-success[disabled].active,
fieldset[disabled] input[type='submit'].sk-btn-success.active,
fieldset[disabled] a.sk-btn-success.active,
fieldset[disabled] .sk-btn-success.active {
  background-color: #2cd673 !important;
  border-color: #26c267 !important;
}
input[type='submit'].sk-btn-success .badge,
a.sk-btn-success .badge,
.sk-btn-success .badge {
  color: #22AD5C !important;
  background-color: #fff !important;
}
input[type='submit'].sk-btn-default,
a.sk-btn-default,
.sk-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
input[type='submit'].sk-btn-default:hover,
a.sk-btn-default:hover,
.sk-btn-default:hover,
input[type='submit'].sk-btn-default:focus,
a.sk-btn-default:focus,
.sk-btn-default:focus,
input[type='submit'].sk-btn-default:active,
a.sk-btn-default:active,
.sk-btn-default:active,
input[type='submit'].sk-btn-default.active,
a.sk-btn-default.active,
.sk-btn-default.active,
.open .dropdown-toggleinput[type='submit'].sk-btn-default,
.open .dropdown-togglea.sk-btn-default,
.open .dropdown-toggle.sk-btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
input[type='submit'].sk-btn-default:active,
a.sk-btn-default:active,
.sk-btn-default:active,
input[type='submit'].sk-btn-default.active,
a.sk-btn-default.active,
.sk-btn-default.active,
.open .dropdown-toggleinput[type='submit'].sk-btn-default,
.open .dropdown-togglea.sk-btn-default,
.open .dropdown-toggle.sk-btn-default {
  background-image: none;
}
input[type='submit'].sk-btn-default.disabled,
a.sk-btn-default.disabled,
.sk-btn-default.disabled,
input[type='submit'].sk-btn-default[disabled],
a.sk-btn-default[disabled],
.sk-btn-default[disabled],
fieldset[disabled] input[type='submit'].sk-btn-default,
fieldset[disabled] a.sk-btn-default,
fieldset[disabled] .sk-btn-default,
input[type='submit'].sk-btn-default.disabled:hover,
a.sk-btn-default.disabled:hover,
.sk-btn-default.disabled:hover,
input[type='submit'].sk-btn-default[disabled]:hover,
a.sk-btn-default[disabled]:hover,
.sk-btn-default[disabled]:hover,
fieldset[disabled] input[type='submit'].sk-btn-default:hover,
fieldset[disabled] a.sk-btn-default:hover,
fieldset[disabled] .sk-btn-default:hover,
input[type='submit'].sk-btn-default.disabled:focus,
a.sk-btn-default.disabled:focus,
.sk-btn-default.disabled:focus,
input[type='submit'].sk-btn-default[disabled]:focus,
a.sk-btn-default[disabled]:focus,
.sk-btn-default[disabled]:focus,
fieldset[disabled] input[type='submit'].sk-btn-default:focus,
fieldset[disabled] a.sk-btn-default:focus,
fieldset[disabled] .sk-btn-default:focus,
input[type='submit'].sk-btn-default.disabled:active,
a.sk-btn-default.disabled:active,
.sk-btn-default.disabled:active,
input[type='submit'].sk-btn-default[disabled]:active,
a.sk-btn-default[disabled]:active,
.sk-btn-default[disabled]:active,
fieldset[disabled] input[type='submit'].sk-btn-default:active,
fieldset[disabled] a.sk-btn-default:active,
fieldset[disabled] .sk-btn-default:active,
input[type='submit'].sk-btn-default.disabled.active,
a.sk-btn-default.disabled.active,
.sk-btn-default.disabled.active,
input[type='submit'].sk-btn-default[disabled].active,
a.sk-btn-default[disabled].active,
.sk-btn-default[disabled].active,
fieldset[disabled] input[type='submit'].sk-btn-default.active,
fieldset[disabled] a.sk-btn-default.active,
fieldset[disabled] .sk-btn-default.active {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
input[type='submit'].sk-btn-default .badge,
a.sk-btn-default .badge,
.sk-btn-default .badge {
  color: #fff;
  background-color: #fff;
}
input[type='submit'].sk-btn-danger,
a.sk-btn-danger,
.sk-btn-danger {
  color: #fff !important;
  background-color: #F23030 !important;
  border-color: #f01818 !important;
}
input[type='submit'].sk-btn-danger:hover,
a.sk-btn-danger:hover,
.sk-btn-danger:hover,
input[type='submit'].sk-btn-danger:focus,
a.sk-btn-danger:focus,
.sk-btn-danger:focus,
input[type='submit'].sk-btn-danger:active,
a.sk-btn-danger:active,
.sk-btn-danger:active,
input[type='submit'].sk-btn-danger.active,
a.sk-btn-danger.active,
.sk-btn-danger.active,
.open .dropdown-toggleinput[type='submit'].sk-btn-danger,
.open .dropdown-togglea.sk-btn-danger,
.open .dropdown-toggle.sk-btn-danger {
  color: #fff !important;
  background-color: #ea0f0f !important;
  border-color: #bf0c0c !important;
}
input[type='submit'].sk-btn-danger:active,
a.sk-btn-danger:active,
.sk-btn-danger:active,
input[type='submit'].sk-btn-danger.active,
a.sk-btn-danger.active,
.sk-btn-danger.active,
.open .dropdown-toggleinput[type='submit'].sk-btn-danger,
.open .dropdown-togglea.sk-btn-danger,
.open .dropdown-toggle.sk-btn-danger {
  background-image: none !important;
}
input[type='submit'].sk-btn-danger.disabled,
a.sk-btn-danger.disabled,
.sk-btn-danger.disabled,
input[type='submit'].sk-btn-danger[disabled],
a.sk-btn-danger[disabled],
.sk-btn-danger[disabled],
fieldset[disabled] input[type='submit'].sk-btn-danger,
fieldset[disabled] a.sk-btn-danger,
fieldset[disabled] .sk-btn-danger,
input[type='submit'].sk-btn-danger.disabled:hover,
a.sk-btn-danger.disabled:hover,
.sk-btn-danger.disabled:hover,
input[type='submit'].sk-btn-danger[disabled]:hover,
a.sk-btn-danger[disabled]:hover,
.sk-btn-danger[disabled]:hover,
fieldset[disabled] input[type='submit'].sk-btn-danger:hover,
fieldset[disabled] a.sk-btn-danger:hover,
fieldset[disabled] .sk-btn-danger:hover,
input[type='submit'].sk-btn-danger.disabled:focus,
a.sk-btn-danger.disabled:focus,
.sk-btn-danger.disabled:focus,
input[type='submit'].sk-btn-danger[disabled]:focus,
a.sk-btn-danger[disabled]:focus,
.sk-btn-danger[disabled]:focus,
fieldset[disabled] input[type='submit'].sk-btn-danger:focus,
fieldset[disabled] a.sk-btn-danger:focus,
fieldset[disabled] .sk-btn-danger:focus,
input[type='submit'].sk-btn-danger.disabled:active,
a.sk-btn-danger.disabled:active,
.sk-btn-danger.disabled:active,
input[type='submit'].sk-btn-danger[disabled]:active,
a.sk-btn-danger[disabled]:active,
.sk-btn-danger[disabled]:active,
fieldset[disabled] input[type='submit'].sk-btn-danger:active,
fieldset[disabled] a.sk-btn-danger:active,
fieldset[disabled] .sk-btn-danger:active,
input[type='submit'].sk-btn-danger.disabled.active,
a.sk-btn-danger.disabled.active,
.sk-btn-danger.disabled.active,
input[type='submit'].sk-btn-danger[disabled].active,
a.sk-btn-danger[disabled].active,
.sk-btn-danger[disabled].active,
fieldset[disabled] input[type='submit'].sk-btn-danger.active,
fieldset[disabled] a.sk-btn-danger.active,
fieldset[disabled] .sk-btn-danger.active {
  background-color: #f56060 !important;
  border-color: #f44848 !important;
}
input[type='submit'].sk-btn-danger .badge,
a.sk-btn-danger .badge,
.sk-btn-danger .badge {
  color: #F23030 !important;
  background-color: #fff !important;
}
input[type='submit'].sk-btn-info,
a.sk-btn-info,
.sk-btn-info {
  color: #fff;
  background-color: #0B76B7;
  border-color: #0a669f;
}
input[type='submit'].sk-btn-info:hover,
a.sk-btn-info:hover,
.sk-btn-info:hover,
input[type='submit'].sk-btn-info:focus,
a.sk-btn-info:focus,
.sk-btn-info:focus,
input[type='submit'].sk-btn-info:active,
a.sk-btn-info:active,
.sk-btn-info:active,
input[type='submit'].sk-btn-info.active,
a.sk-btn-info.active,
.sk-btn-info.active,
.open .dropdown-toggleinput[type='submit'].sk-btn-info,
.open .dropdown-togglea.sk-btn-info,
.open .dropdown-toggle.sk-btn-info {
  color: #fff;
  background-color: #095d91;
  border-color: #064165;
}
input[type='submit'].sk-btn-info:active,
a.sk-btn-info:active,
.sk-btn-info:active,
input[type='submit'].sk-btn-info.active,
a.sk-btn-info.active,
.sk-btn-info.active,
.open .dropdown-toggleinput[type='submit'].sk-btn-info,
.open .dropdown-togglea.sk-btn-info,
.open .dropdown-toggle.sk-btn-info {
  background-image: none;
}
input[type='submit'].sk-btn-info.disabled,
a.sk-btn-info.disabled,
.sk-btn-info.disabled,
input[type='submit'].sk-btn-info[disabled],
a.sk-btn-info[disabled],
.sk-btn-info[disabled],
fieldset[disabled] input[type='submit'].sk-btn-info,
fieldset[disabled] a.sk-btn-info,
fieldset[disabled] .sk-btn-info,
input[type='submit'].sk-btn-info.disabled:hover,
a.sk-btn-info.disabled:hover,
.sk-btn-info.disabled:hover,
input[type='submit'].sk-btn-info[disabled]:hover,
a.sk-btn-info[disabled]:hover,
.sk-btn-info[disabled]:hover,
fieldset[disabled] input[type='submit'].sk-btn-info:hover,
fieldset[disabled] a.sk-btn-info:hover,
fieldset[disabled] .sk-btn-info:hover,
input[type='submit'].sk-btn-info.disabled:focus,
a.sk-btn-info.disabled:focus,
.sk-btn-info.disabled:focus,
input[type='submit'].sk-btn-info[disabled]:focus,
a.sk-btn-info[disabled]:focus,
.sk-btn-info[disabled]:focus,
fieldset[disabled] input[type='submit'].sk-btn-info:focus,
fieldset[disabled] a.sk-btn-info:focus,
fieldset[disabled] .sk-btn-info:focus,
input[type='submit'].sk-btn-info.disabled:active,
a.sk-btn-info.disabled:active,
.sk-btn-info.disabled:active,
input[type='submit'].sk-btn-info[disabled]:active,
a.sk-btn-info[disabled]:active,
.sk-btn-info[disabled]:active,
fieldset[disabled] input[type='submit'].sk-btn-info:active,
fieldset[disabled] a.sk-btn-info:active,
fieldset[disabled] .sk-btn-info:active,
input[type='submit'].sk-btn-info.disabled.active,
a.sk-btn-info.disabled.active,
.sk-btn-info.disabled.active,
input[type='submit'].sk-btn-info[disabled].active,
a.sk-btn-info[disabled].active,
.sk-btn-info[disabled].active,
fieldset[disabled] input[type='submit'].sk-btn-info.active,
fieldset[disabled] a.sk-btn-info.active,
fieldset[disabled] .sk-btn-info.active {
  background-color: #0e95e7;
  border-color: #0c86cf;
}
input[type='submit'].sk-btn-info .badge,
a.sk-btn-info .badge,
.sk-btn-info .badge {
  color: #0B76B7;
  background-color: #fff;
}
input[type='submit'].sk-btn-lg,
a.sk-btn-lg,
.sk-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
input[type='submit'].sk-btn-sm,
a.sk-btn-sm,
.sk-btn-sm {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428;
  border-radius: 3px;
}
.sk-btn-round[class] {
  border-radius: 50%;
  width: 35px;
  height: 34px;
  font-size: 25px;
  line-height: 34px;
}
.sk-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.sk-table > thead > tr > th,
.sk-table > tbody > tr > th,
.sk-table > tfoot > tr > th,
.sk-table > thead > tr > td,
.sk-table > tbody > tr > td,
.sk-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42;
  vertical-align: top;
  border-top: 1px solid #EDEDED;
}
.sk-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #EDEDED;
}
.sk-table > caption + thead > tr:first-child > th,
.sk-table > colgroup + thead > tr:first-child > th,
.sk-table > thead:first-child > tr:first-child > th,
.sk-table > caption + thead > tr:first-child > td,
.sk-table > colgroup + thead > tr:first-child > td,
.sk-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.sk-table > tbody + tbody {
  border-top: 2px solid #EDEDED;
}
.sk-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.sk-table > thead > tr > td.active,
.sk-table > tbody > tr > td.active,
.sk-table > tfoot > tr > td.active,
.sk-table > thead > tr > th.active,
.sk-table > tbody > tr > th.active,
.sk-table > tfoot > tr > th.active,
.sk-table > thead > tr.active > td,
.sk-table > tbody > tr.active > td,
.sk-table > tfoot > tr.active > td,
.sk-table > thead > tr.active > th,
.sk-table > tbody > tr.active > th,
.sk-table > tfoot > tr.active > th {
  background-color: #f5f5f5 !important;
}
.sk-table-hover > tbody > tr > td.active:hover,
.sk-table-hover > tbody > tr > th.active:hover,
.sk-table-hover > tbody > tr.active:hover > td,
.sk-table-hover > tbody > tr:hover > .active,
.sk-table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.sk-table > thead > tr > td.success,
.sk-table > tbody > tr > td.success,
.sk-table > tfoot > tr > td.success,
.sk-table > thead > tr > th.success,
.sk-table > tbody > tr > th.success,
.sk-table > tfoot > tr > th.success,
.sk-table > thead > tr.success > td,
.sk-table > tbody > tr.success > td,
.sk-table > tfoot > tr.success > td,
.sk-table > thead > tr.success > th,
.sk-table > tbody > tr.success > th,
.sk-table > tfoot > tr.success > th {
  background-color: #dff0d8 !important;
}
.sk-table-hover > tbody > tr > td.success:hover,
.sk-table-hover > tbody > tr > th.success:hover,
.sk-table-hover > tbody > tr.success:hover > td,
.sk-table-hover > tbody > tr:hover > .success,
.sk-table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .info,
.table > tbody > tr > .info,
.table > tfoot > tr > .info,
.table > thead > .info > td,
.table > tbody > .info > td,
.table > tfoot > .info > td,
.table > thead > .info > th,
.table > tbody > .info > th,
.table > tfoot > .info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > .info:hover,
.table-hover > tbody > .info:hover > td,
.table-hover > tbody > .info:hover > th {
  background-color: #c4e3f3;
}
.sk-table > thead > tr > td.info,
.sk-table > tbody > tr > td.info,
.sk-table > tfoot > tr > td.info,
.sk-table > thead > tr > th.info,
.sk-table > tbody > tr > th.info,
.sk-table > tfoot > tr > th.info,
.sk-table > thead > tr.info > td,
.sk-table > tbody > tr.info > td,
.sk-table > tfoot > tr.info > td,
.sk-table > thead > tr.info > th,
.sk-table > tbody > tr.info > th,
.sk-table > tfoot > tr.info > th {
  background-color: #d9edf7 !important;
}
.sk-table-hover > tbody > tr > td.info:hover,
.sk-table-hover > tbody > tr > th.info:hover,
.sk-table-hover > tbody > tr.info:hover > td,
.sk-table-hover > tbody > tr:hover > .info,
.sk-table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
.sk-table > thead > tr > td.warning,
.sk-table > tbody > tr > td.warning,
.sk-table > tfoot > tr > td.warning,
.sk-table > thead > tr > th.warning,
.sk-table > tbody > tr > th.warning,
.sk-table > tfoot > tr > th.warning,
.sk-table > thead > tr.warning > td,
.sk-table > tbody > tr.warning > td,
.sk-table > tfoot > tr.warning > td,
.sk-table > thead > tr.warning > th,
.sk-table > tbody > tr.warning > th,
.sk-table > tfoot > tr.warning > th {
  background-color: #fcf8e3 !important;
}
.sk-table-hover > tbody > tr > td.warning:hover,
.sk-table-hover > tbody > tr > th.warning:hover,
.sk-table-hover > tbody > tr.warning:hover > td,
.sk-table-hover > tbody > tr:hover > .warning,
.sk-table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.sk-table > thead > tr > td.danger,
.sk-table > tbody > tr > td.danger,
.sk-table > tfoot > tr > td.danger,
.sk-table > thead > tr > th.danger,
.sk-table > tbody > tr > th.danger,
.sk-table > tfoot > tr > th.danger,
.sk-table > thead > tr.danger > td,
.sk-table > tbody > tr.danger > td,
.sk-table > tfoot > tr.danger > td,
.sk-table > thead > tr.danger > th,
.sk-table > tbody > tr.danger > th,
.sk-table > tfoot > tr.danger > th {
  background-color: #f2dede !important;
}
.sk-table-hover > tbody > tr > td.danger:hover,
.sk-table-hover > tbody > tr > th.danger:hover,
.sk-table-hover > tbody > tr.danger:hover > td,
.sk-table-hover > tbody > tr:hover > .danger,
.sk-table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.chart-tooltip {
  position: absolute;
  display: none;
  line-height: 1;
  background: #333;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
}
.sk-tooltips-help {
  margin-left: 7px;
}
.sk-tooltips-help i {
  color: #ccc;
}
.tooltip-inner {
  font-size: 12px;
}
/**
 * Media Popup style
 */
.media-modal .screen-reader-text {
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  height: 28px;
}
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
}
.sk-blur-effect {
  background-color: #eee;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.sk-right-margin-30 {
  margin-right: 30px;
}
.sk_tock_check {
  width: auto;
}
table.my_account_orders tbody tr td.order-actions a.button {
  margin-right: 10px;
}
.sk-dashboard-content ul.sk_tabs {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 20px;
  line-height: 24px;
}
.sk-dashboard-content ul.sk_tabs > li {
  margin-bottom: -1px !important;
}
.sk-dashboard-content ul.sk_tabs li {
  display: inline-block;
  margin-right: 5px !important;
  border: 1px solid #EDEDED;
  border-bottom: none;
}
.sk-dashboard-content ul.sk_tabs li:first-child {
  margin-left: 10px;
}
.sk-dashboard-content ul.sk_tabs li a {
  color: #6d6d6d;
  display: block;
  padding: 6px 8px !important;
}
.sk-dashboard-content ul.sk_tabs li a:hover {
  color: #000;
  background-color: #eee;
}
.sk-dashboard-content ul.sk_tabs li.sk-hide {
  display: none;
}
.sk-dashboard-content ul.sk_tabs li.active {
  border-bottom: 1px solid #fff !important;
}
.sk-dashboard-content ul.sk_tabs li.active a {
  color: #000;
}
.wc_error_tip {
  max-width: 20em;
  line-height: 1.8em;
  position: absolute;
  white-space: normal;
  background: #d82223;
  margin: 2em 1px 0 -1em;
  z-index: 9999999;
  color: #fff;
  font-size: 12px;
  padding: 8px;
}
.wc_error_tip:after {
  content: '';
  display: block;
  border: 8px solid #d82223;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -3px;
  left: 50%;
  margin: -1em 0 0 -3px;
}
.sk-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.sk-label:hover,
a.sk-label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.sk-label:empty {
  display: none;
}
.btn .sk-label {
  position: relative;
  top: -1px;
}
.sk-label-default {
  color: #fff;
  background-color: #777777;
}
.sk-label-default[href]:hover,
.sk-label-default[href]:focus {
  background-color: #5e5e5e;
}
.sk-label-default[href]:hover,
.sk-label-default[href]:focus {
  background-color: #5e5e5e;
}
.sk-label-primary {
  color: #fff;
  background-color: #428bca;
}
.sk-label-primary[href]:hover,
.sk-label-primary[href]:focus {
  background-color: #3071a9;
}
.sk-label-primary[href]:hover,
.sk-label-primary[href]:focus {
  background-color: #3071a9;
}
.sk-label-success {
  color: #fff;
  background-color: #22AD5C;
}
.sk-label-success[href]:hover,
.sk-label-success[href]:focus {
  background-color: #1a8245;
}
.sk-label-success[href]:hover,
.sk-label-success[href]:focus {
  background-color: #1a8245;
}
.sk-label-info {
  color: #fff;
  background-color: #0B76B7;
}
.sk-label-info[href]:hover,
.sk-label-info[href]:focus {
  background-color: #085787;
}
.sk-label-info[href]:hover,
.sk-label-info[href]:focus {
  background-color: #085787;
}
.sk-label-warning {
  color: #fff;
  background-color: #FBBF24;
}
.sk-label-warning[href]:hover,
.sk-label-warning[href]:focus {
  background-color: #e8a804;
}
.sk-label-warning[href]:hover,
.sk-label-warning[href]:focus {
  background-color: #e8a804;
}
.sk-label-danger {
  color: #fff;
  background-color: #F23030;
}
.sk-label-danger[href]:hover,
.sk-label-danger[href]:focus {
  background-color: #e10e0e;
}
.sk-label-danger[href]:hover,
.sk-label-danger[href]:focus {
  background-color: #e10e0e;
}
.sk-success {
  color: #fff;
  background-color: #22AD5C;
}
.sk-success[href]:hover,
.sk-success[href]:focus {
  background-color: #1a8245;
}
.sk-success[href]:hover,
.sk-success[href]:focus {
  background-color: #1a8245;
}
.sk-info {
  color: #fff;
  background-color: #0B76B7;
}
.sk-info[href]:hover,
.sk-info[href]:focus {
  background-color: #085787;
}
.sk-info[href]:hover,
.sk-info[href]:focus {
  background-color: #085787;
}
.sk-warning {
  color: #fff;
  background-color: #FBBF24;
}
.sk-warning[href]:hover,
.sk-warning[href]:focus {
  background-color: #e8a804;
}
.sk-warning[href]:hover,
.sk-warning[href]:focus {
  background-color: #e8a804;
}
.sk-danger {
  color: #fff;
  background-color: #F23030;
}
.sk-danger[href]:hover,
.sk-danger[href]:focus {
  background-color: #e10e0e;
}
.sk-danger[href]:hover,
.sk-danger[href]:focus {
  background-color: #e10e0e;
}
.sk-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.sk-panel-body {
  padding: 15px;
}
.sk-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.sk-panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.sk-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.sk-panel-title > a {
  color: inherit;
}
.sk-panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.sk-panel-default {
  border-color: #ddd;
}
.sk-panel-default > .sk-panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.sk-panel-default > .sk-panel-heading + .sk-panel-collapse > .sk-panel-body {
  border-top-color: #ddd;
}
.sk-panel-default > .sk-panel-heading .sk-badge {
  color: #f5f5f5;
  background-color: #333;
}
.sk-panel-default > .sk-panel-footer + .sk-panel-collapse > .sk-panel-body {
  border-bottom-color: #ddd;
}
.sk-clearfix:before,
.sk-clearfix:after {
  display: table;
  content: ' ';
}
.sk-clearfix:after {
  clear: both;
}
.sk-right {
  float: right !important;
}
.sk-left {
  float: left !important;
}
.sk-hide {
  display: none;
}
.content-half-part {
  width: 50%;
  float: left;
}
.content-half-part:first-child {
  padding-right: 10px;
}
.content-half-part:last-child {
  padding-left: 10px;
}
p.help-block {
  color: #aaa;
  padding-top: 8px;
  line-height: 1.42;
}

/* === END BASE COMPONENTS === */

/* === DASHBOARD & STORE LAYOUT (from style.css) === */
/* Dashboard tabs, form inline, toggle rows, link styling, responsive, seller registration, store listing filters */

ul.subsubsub {
  font-size: 12px;
  color: #EDEDED;
  margin: 0 0 10px 0;
  padding: 0;
}
ul.subsubsub li {
  padding: 0 5px;
  line-height: 13px;
  border-right: 1px solid #EDEDED;
}
ul.subsubsub li a {
  color: #6d6d6d;
  transition: 0.2s linear;
}
ul.subsubsub li a:hover {
  color: #000;
}
ul.subsubsub li:last-child {
  border-right: none;
}
ul.subsubsub li.active a {
  color: #000;
}
.pagination-wrap ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination-wrap ul.pagination > li {
  display: inline;
}
.pagination-wrap ul.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination-wrap ul.pagination > li > span.current {
  background-color: #eee;
  color: #999;
}
.pagination-wrap ul.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination-wrap ul.pagination > li > a:hover {
  background-color: #eee;
  color: #999;
}
.sk-form-inline .sk-form-group {
  float: left;
  margin-right: 5px;
}
table.sk-table .toggle-row {
  position: absolute;
  right: 8px;
  top: 0;
  display: none;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  outline: 0;
  background: 0 0;
  color: #444;
}
table.sk-table .toggle-row::before {
  content: '\f0d7';
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
}
table.sk-table td a {
  color: #6d6d6d;
}
table.sk-table td a:hover {
  color: #000;
}
table.sk-table .is-expanded .toggle-row::before {
  content: '\f0d8';
}
@media (max-width: 430px) {
  table.sk-table thead {
    display: none;
  }
  table.sk-table thead.sk-show-thead {
    display: contents;
  }
  table.sk-table td.column-thumb,
  table.sk-table td.column-primary ~ td:not(.check-column) {
    display: none;
  }
  table.sk-table .is-expanded td:not(.hidden) {
    display: block !important;
    overflow: hidden;
  }
  table.sk-table td.column-primary {
    padding-right: 50px;
  }
  table.sk-table td.column-primary strong {
    display: block;
    margin-bottom: 0.5em;
  }
  table.sk-table td:not(.check-column) {
    position: relative;
    width: auto !important;
    clear: both;
  }
  table.sk-table .is-expanded td.column-thumb,
  table.sk-table td.column-primary ~ :not(.check-column) {
    display: block;
    text-align: right;
    padding: 3px 8px 3px 35%;
  }
  table.sk-table td:not(.column-primary)::before {
    content: attr(data-title);
    position: absolute;
    left: 10px;
    width: 32%;
    white-space: nowrap;
    text-align: left;
    display: block;
  }
  table.sk-table .toggle-row {
    display: block;
  }
  table.sk-table .row-actions {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}
span.sk-loading {
  background: url(../js/../images/wpspin_light.gif) no-repeat;
  float: right;
  height: 16px;
  margin: 5px 5px 0;
  width: 16px;
}
span.error {
  color: #bb0000;
  display: inline-block;
}
.sk-seller-search {
  box-sizing: border-box !important;
  border: 2px solid #ccc !important;
  border-radius: 4px !important;
  background-color: white !important;
  background-image: url(../js/../images/searchicon.png) !important;
  background-position: 8px 8px !important;
  background-repeat: no-repeat !important;
  padding: 5px 0 5px 36px !important;
  -webkit-transition: width 0.4s ease-in-out !important;
  transition: width 0.4s ease-in-out !important;
  background-size: 16px !important;
}
.sk-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.sk-ajax-loader {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOTEuMyA5MS4xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5MS4zIDkxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBjeD0iNDUuNyIgY3k9IjQ1LjciIHI9IjQ1LjciLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjQ1LjciIGN5PSIyNC40IiByPSIxMi41Ii8+DQo8L3N2Zz4NCg==) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.sk-category-menu {
  padding: 0;
  border: 1px solid #ece7e7;
}
.sk-category-menu h3.widget-title {
  margin: 0;
  padding: 10px 10px 10px 15px;
  background: #eee;
  border: 1px solid #eee;
  color: #444;
}
.sk-category-menu ul li {
  border-bottom: none;
}
.sk-category-menu .cat-drop-stack ul .children {
  display: none;
}
.sk-category-menu .cat-drop-stack ul li:last-child a {
  border-bottom: none !important;
}
.sk-category-menu .cat-drop-stack ul li:last-child.has-children a {
  border-bottom: 1px solid #eee !important;
}
.sk-category-menu .cat-drop-stack > ul {
  padding: 0px;
  margin: 0px;
}
.sk-category-menu .cat-drop-stack > ul li {
  padding: 0;
}
.sk-category-menu .cat-drop-stack > ul li.parent-cat-wrap {
  background: #fff;
}
.sk-category-menu .cat-drop-stack > ul li.parent-cat-wrap a {
  border-bottom: 1px solid #eee;
  margin: 0px 15px;
  text-decoration: none;
}
.sk-category-menu .cat-drop-stack > ul li.parent-cat-wrap ul.level-0 {
  background: #fafafa;
}
.sk-category-menu .cat-drop-stack > ul li.parent-cat-wrap ul.level-0 li.has-children {
  border-bottom: none;
}
.sk-category-menu .cat-drop-stack > ul li a {
  padding: 9px 0px;
  display: block;
  color: #3c3c3c;
  position: relative;
  font-size: 13px;
  text-decoration: none;
}
.sk-category-menu .cat-drop-stack > ul li a .caret-icon {
  position: absolute;
  right: -2px;
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  text-align: center;
}
/* Announcement Dashboard — matches VendorChat dark layout */
.sk-announcement-container {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 1rem;
  height: 70vh;
  min-height: 450px;
  max-height: 600px;
}
.sk-announcement-sidebar {
  background: #181e27;
  border: 1px solid #2b3240;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.sk-announcement-list {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
.sk-announcement-list-item {
  display: block;
  padding: 14px 16px;
  border-bottom: 1px solid #2b3240;
  text-decoration: none;
  color: #c9d1d9;
  transition: background 0.15s;
  cursor: pointer;
}
.sk-announcement-list-item:hover {
  background: #1f2733;
  text-decoration: none;
  color: #e2e8f0;
}
.sk-announcement-list-item.active {
  background: #252d3a;
  border-left: 3px solid #f7931a;
}
.sk-announcement-list-item.unread {
  background: rgba(247, 147, 26, 0.08);
}
.sk-announcement-list-item-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.sk-announcement-list-item-header strong {
  font-size: 14px;
  color: #e2e8f0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sk-announcement-badge {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f7931a;
  flex-shrink: 0;
}
.sk-announcement-list-item-meta {
  margin-bottom: 4px;
}
.sk-announcement-date {
  font-size: 12px;
  color: #8b949e;
}
.sk-announcement-date i {
  margin-right: 4px;
}
.sk-announcement-list-item-preview {
  font-size: 13px;
  color: #8b949e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sk-announcement-content-area {
  background: #181e27;
  border: 1px solid #2b3240;
  border-radius: 12px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.sk-announcement-detail {
  padding: 24px;
  flex: 1;
}
.sk-announcement-detail-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2b3240;
}
.sk-announcement-detail-header h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #e2e8f0;
}
.sk-announcement-detail-date {
  font-size: 13px;
  color: #8b949e;
}
.sk-announcement-detail-date i {
  margin-right: 4px;
}
.sk-announcement-detail-body {
  font-size: 14px;
  line-height: 1.7;
  color: #c9d1d9;
}
.sk-announcement-detail-body p {
  margin-bottom: 12px;
}
.sk-announcement-empty,
.sk-announcement-empty-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 300px;
  color: #8b949e;
}
.sk-announcement-empty i,
.sk-announcement-empty-detail i {
  font-size: 48px;
  margin-bottom: 12px;
}
.sk-announcement-empty p,
.sk-announcement-empty-detail p {
  font-size: 15px;
}
.sk-announcement-pagination {
  padding: 10px;
  border-top: 1px solid #2b3240;
  text-align: center;
}
.sk-announcement-pagination .pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 4px;
  justify-content: center;
}
.sk-announcement-pagination .pagination li a,
.sk-announcement-pagination .pagination li span {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  color: #c9d1d9;
}
@media (max-width: 992px) {
  .sk-announcement-container {
    grid-template-columns: 1fr;
    max-height: none;
    min-height: auto;
  }
  .sk-announcement-sidebar {
    max-height: 400px;
  }
}
.sk-dashboard .sk-dash-sidebar {
  width: 17%;
  _float: left;
  flex: 1 auto;
  background-color: var(--sk-sidebar-background-color, #322067);
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu {
  background: var(--sk-sidebar-background-color, #322067);
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li a {
  padding: 10px 0 10px 18px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li a i {
  font-size: 17px;
  padding-right: 15px;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li a i.menu-dropdown::before {
  padding-left: 15px;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li a svg {
  margin-right: 15px;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li:hover {
  background: #f7931a;
  color: #fff;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li:hover ul.navigation-submenu {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li:hover:not(.active).has-submenu:after {
  right: 0;
  top: 1.3rem;
  border: transparent solid;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent var(--sk-sidebar-background-color, #322067) transparent transparent;
  border-left-color: var(--sk-sidebar-background-color, #322067);
  border-width: 16px 16px 16px 0;
  margin-top: -16px;
  z-index: 990;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li:hover:not(.active) ul.navigation-submenu {
  position: absolute;
  bottom: 0;
  left: 100%;
  min-width: 165px;
  display: block;
  background: var(--sk-sidebar-background-color, #322067);
  border-bottom: none;
  padding: 1.5px;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li:hover:not(.active) ul.navigation-submenu li {
  display: block;
  padding-left: 0.5em;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li:hover a i.menu-dropdown {
  display: none;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.sk-common-links:hover {
  background: none !important;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.sk-common-links a {
  display: inline-block !important;
  width: 33.333333%;
  padding: 6% 13%;
  float: left;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.sk-common-links a:hover {
  background: #f7931a;
  color: #fff;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.sk-common-links a:last-child {
  border-right: none;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li ul.navigation-submenu {
  list-style: none;
  position: absolute;
  top: -1000em;
  left: 160px;
  overflow: visible;
  word-wrap: break-word;
  z-index: 9999;
  box-shadow: 0 3px 5px rgb(0 0 0%);
  margin-left: 0;
  background: var(--sk-sidebar-background-color, #322067);
  padding: 3px 0;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li ul.navigation-submenu li {
  padding-left: 1.3em;
  line-height: 1;
  background: var(--sk-sidebar-background-color, #322067);
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li ul.navigation-submenu li a {
  font-size: 13px;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li ul.navigation-submenu li:hover:before,
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li ul.navigation-submenu li.current:before {
  left: 0.75%;
  top: 4%;
  border: transparent solid;
  content: ' ';
  height: 90%;
  position: absolute;
  pointer-events: none;
  border-color: #fff;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li ul.navigation-submenu li:hover a,
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li ul.navigation-submenu li.current a {
  font-weight: 800 !important;
  color: #fff;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.active {
  position: relative;
  background: #f7931a;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.active:after {
  left: 93%;
  top: 1.3rem;
  border: transparent solid;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent #fff transparent transparent;
  border-left-color: #fff;
  border-width: 16px 16px 16px 0;
  margin-top: -16px;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.active ul.navigation-submenu {
  position: relative;
  z-index: 3;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border: 0 none;
  border-bottom: 0.5px solid #f7931a;
  margin-top: 0;
  box-shadow: none;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.active ul.navigation-submenu li:not(.current) a {
  font-weight: normal;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.active ul.navigation-submenu li a:focus {
  outline: none;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.active a {
  padding-right: 16px;
  font-weight: 800;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.active a i.menu-dropdown {
  display: none;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li ul.sub-menu {
  background: #fff;
  margin: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  right: -100%;
  top: -4px;
  z-index: 99;
  width: 165px;
  display: none;
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li ul.sub-menu a {
  padding: 2px 0 2px 10px;
  font-size: 13px;
  color: #333;
  font-weight: normal;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li ul.sub-menu a:hover {
  background: #9475f0;
  color: #fff;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li ul.sub-menu li {
  border-bottom: 1px solid #ccc;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li ul.sub-menu li:last-child {
  border-bottom: none;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.settings i.pull-right {
  padding-top: 5px;
}
.sk-dashboard .sk-dash-sidebar #sk-navigation #toggle-mobile-menu {
  display: none;
}
.sk-dashboard .sk-dash-sidebar #sk-navigation #mobile-menu-icon {
  display: none;
}
.sk-dashboard .sk-dash-sidebar #sk-navigation > #mobile-menu-icon {
  font-size: 17px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  z-index: 1;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 3px 8px;
}
.sk-dashboard .sk-dash-sidebar #sk-navigation > input:checked + ul.sk-dashboard-menu {
  display: block !important;
  background: #000;
  color: #fff;
  animation: showNav 350ms ease-in-out both;
}
.sk-dashboard #sk-dashboard-fullwidth-wrapper .sk-dash-sidebar {
  transition: width 0.2s ease;
  width: var(--sk-sidebar-width, 250px);
  max-width: var(--sk-sidebar-width, 250px);
}
.sk-dashboard #sk-dashboard-fullwidth-wrapper .sk-dashboard-wrap {
  z-index: 1;
  position: relative;
}
.sk-dashboard #sk-dashboard-fullwidth-wrapper .sk-dashboard-wrap .sk-dashboard-content {
  position: relative;
  padding: 48px;
}
.sk-dashboard #sk-dashboard-fullwidth-wrapper .sk-dashboard-wrap .sk-dash-sidebar {
  visibility: hidden;
}
.sk-dashboard #sk-dashboard-fullwidth-wrapper .sk-dashboard-wrap .sk-dashboard-content {
  display: none;
}
@keyframes showNav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 450px) {
  .sk-dashboard .sk-dash-sidebar #sk-navigation {
    height: 33px;
    position: relative;
  }
  .sk-dashboard .sk-dash-sidebar #sk-navigation #mobile-menu-icon {
    display: block !important;
  }
  .sk-dashboard .sk-dash-sidebar #sk-navigation #toggle-mobile-menu {
    display: none !important;
  }
  .sk-dashboard .sk-dash-sidebar #sk-navigation ul.sk-dashboard-menu {
    display: none;
    height: auto !important;
    padding-top: 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .sk-dashboard #sk-dashboard-fullwidth-wrapper {
    position: relative;
  }
  .sk-dashboard #sk-dashboard-fullwidth-wrapper .sk-dash-sidebar {
    display: none;
  }
  .sk-dashboard #sk-dashboard-fullwidth-wrapper .sk-dashboard-wrap .sk-dashboard-content {
    padding: 24px;
  }
}
@media screen and (max-width: 600px) {
  #sk-dashboard-fullwidth-wrapper #sk-vendor-dashboard-layout-root {
    z-index: 99999;
  }
}
html,
body {
  -webkit-backface-visibility: hidden;
}
div.media-sidebar a.edit-attachment {
  display: none;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  padding: 5px 10px;
}
.sk-dashboard .sk-dashboard-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
}
.sk-dashboard .sk-dashboard-wrap * {
  box-sizing: border-box;
}
.sk-dashboard .sk-dashboard-wrap a:focus {
  outline-color: var(--sk-button-background-color, #f7931a);
}
.sk-dashboard .sk-dashboard-wrap input[type=checkbox]:not(.sk-layout input[type=checkbox]) {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
.sk-dashboard header.sk-dashboard-header {
  margin: 0 0 15px 0;
}
.sk-dashboard header.sk-dashboard-header h1 {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #EDEDED;
  padding: 0 0 10px 0;
  line-height: 1.25;
}
.sk-dashboard header.sk-dashboard-header .sk-add-product-link .sk-btn {
  margin-right: 10px;
}
.sk-dashboard .sk-dashboard-content {
  padding: 4px 4px 4px 25px;
  overflow: hidden;
  margin-top: 0px;
  width: 83%;
  flex: 5 auto;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area:before,
.sk-dashboard .sk-dashboard-content article.dashboard-content-area:after {
  content: " ";
  display: table;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area:after {
  clear: both;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .sk-dash-left {
  padding-right: 15px;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget {
  background: #fff;
  border: 1px solid #EBEBEB;
  padding: 0px 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin-bottom: 15px;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget a {
  font-size: 13px;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #EBEBEB;
  padding: 6px 0;
  margin-bottom: 6px;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i {
  color: #ccc;
  padding-right: 5px;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right {
  float: right;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right a {
  color: #6d6d6d;
  transition: 0.2s linear;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right a:hover {
  color: #000;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter {
  text-align: center;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul {
  margin: 0px;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title {
  font-size: 15px;
  padding-top: 10px;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
  font-size: 18px;
  border-bottom: 1px solid #EBEBEB;
  font-weight: 600;
  padding-bottom: 10px;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget.orders {
  overflow: hidden;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part {
  width: 50%;
  padding: 0;
  float: left;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget.orders #order-stats {
  padding: 20px;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget.products .pull-right a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: -6px;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph {
  padding-bottom: 7px;
  width: 100%;
  position: relative;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget .chart-placeholder.main {
  height: 347px;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget .list-count a {
  color: #6d6d6d;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .dashboard-widget .list-count .count {
  float: right;
}
.sk-dashboard .sk-dashboard-content article.dashboard-content-area .chart-tooltip {
  position: absolute;
  display: none;
  line-height: 1;
  background: #333;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-map-wrap {
  border: 1px solid #EDEDED;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-map-wrap .sk-map-search-bar {
  position: relative;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-map-wrap .sk-map-find-btn {
  display: none;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-map-wrap .sk-map-search {
  border: none;
  width: 100%;
  padding: 5px 10px;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-map-wrap .sk-google-map {
  width: 100%;
  height: 300px;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary #vendor-dashboard-payment-settings-error {
  padding: 25px;
  display: none;
  background-color: palevioletred;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #EEEEEE;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > h2 {
  margin: 5px 0;
  flex-grow: 1;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div {
  flex-grow: 2;
  text-align: right;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown {
  display: inline-block;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down {
  color: #333333;
  cursor: pointer;
  padding: 10px 35px 10px 10px;
  white-space: nowrap;
  border-radius: 3px;
  background: #DDDDDD;
  position: relative;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down::after {
  content: '\25BC';
  display: inline-block;
  transition: transform 300ms ease-in-out;
  position: absolute;
  right: 5px;
  top: 20%;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down-wrapper {
  position: relative;
  top: 5px;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down {
  display: none;
  max-height: 200px;
  border: 1px black solid;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul {
  list-style: none;
  margin: 0;
  max-height: 199px;
  overflow-y: auto;
  overflow-x: hidden;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li:not(:last-child) {
  border-bottom: 1px #dddddd solid;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div {
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 10px;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div img {
  width: calc(12px + 1.5vw);
  border: 1px solid lightgray;
  border-radius: 50%;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div span {
  padding-right: 30px;
  margin-left: 10px;
  color: #333333;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li:hover {
  background-color: #EFEFEF;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down .no-content {
  padding: 20px;
  width: 300px;
  text-align: center;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #toggle-vendor-payment-method-drop-down {
  background-color: #CCCCCC;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #toggle-vendor-payment-method-drop-down::after {
  transform: rotate(180deg);
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #vendor-payment-method-drop-down {
  display: block;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary > ul {
  list-style: none;
  min-height: 200px;
  margin-left: 0;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary > ul li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: #CCCCCC solid 1px;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary > ul li > div > div {
  display: flex;
  align-items: center;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary > ul li > div > div img {
  width: calc(12px + 3vw);
  border: 1px solid grey;
  border-radius: 50%;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary > ul li > div > div span {
  margin-left: 10px;
  color: #333333;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary > ul li > div > div button {
  margin-bottom: 3px !important;
  min-height: 30px !important;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary > ul li > div > div a button {
  margin-left: 3px !important;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area .sk-payment-settings-summary > .no-content {
  min-height: 200px;
  padding: 20px;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form .payment-field-bank > div.sk-form-group > div {
  background-color: white;
  box-shadow: 0 0 5px #bbbbbb;
  margin-right: 10px;
  padding: 20px;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form .payment-field-bank > div.sk-form-group > div div.sk-form-group > div {
  text-align: left;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form .payment-field-bank > div.sk-form-group > div div.sk-form-group > div label {
  color: black;
  font-weight: bold;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form .payment-field-bank > div.sk-form-group > div div.sk-form-group > div select {
  padding: 10px 15px;
  border-radius: 5px;
  min-height: 50px;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form .payment-field-bank > div.sk-form-group > div div.data-warning {
  display: flex;
  box-shadow: 0 0 5px #AAAAAA;
  padding: 10px;
  margin-bottom: 10px;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form .payment-field-bank > div.sk-form-group > div div.data-warning div.left-icon-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form .payment-field-bank > div.sk-form-group > div div.data-warning div.left-icon-container i {
  color: orange;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form .payment-field-bank > div.sk-form-group > div div.data-warning div.vr-separator {
  margin: 0 10px;
  border-left: 1px #dddddd solid;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form .payment-field-bank > div.sk-form-group > div .bottom-note {
  text-align: left;
  margin-bottom: 2em;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form .payment-field-bank > div.sk-form-group > div .bottom-actions {
  background-color: #EEEEEE;
  text-align: left;
  border-top: 1px #cccccc solid;
  padding: 20px;
  margin: -20px;
  position: relative;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form .payment-field-bank > div.sk-form-group > div .bottom-actions button.sk-btn-danger {
  position: absolute;
  right: 20px;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form .payment-field-bank > div.sk-form-group > div .bottom-actions a {
  margin-left: 10px;
  text-decoration: none;
  color: #2B78E4;
}
.sk-dashboard .sk-dashboard-content article.sk-settings-area #payment-form > div.sk-form-group > div.ajax_prev.sk-w4 {
  margin-left: 24%;
}
.sk-dashboard .sk-dashboard-content .edit-account fieldset {
  margin-top: 30px;
}
.sk-dashboard .sk-dashboard-content .edit-account fieldset legend {
  font-weight: bold;
}
.sk-dashboard .sk-dashboard-content article {
  border-bottom: none;
}
.sk-dashboard .sk-dashboard-content ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.sk-dashboard .sk-dashboard-content a {
  text-decoration: none;
}
.sk-dashboard .sk-dashboard-content .sk-page-help {
  display: block;
  font-style: italic;
  color: #888;
  margin-bottom: 30px;
}
.sk-dashboard .sk-dashboard-content .sk-page-help p {
  margin-bottom: 10px;
}
.sk-dashboard div.chart-container > div.chart-placeholder > div.legend table {
  border-spacing: 0.5em;
  width: auto;
  margin: 0;
  border-collapse: separate;
}
.sk-dashboard div.chart-container > div.chart-placeholder > div.legend table td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
  background: none;
}
.sk-dashboard div.chart-container > div.chart-legend-container > table td {
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.sk-dashboard #sk-dashboard-fullwidth-wrapper .sk-dashboard-content {
  width: calc(100% - var(--sk-sidebar-width, 250px));
}
.sk-dashboard .select2-search__field {
  min-width: 220px !important;
}
.sk-column-name-with-avatar {
  position: relative;
  padding-left: 46px !important;
}
.sk-column-name-with-avatar img {
  position: absolute;
  top: 3px;
  left: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 1px 0 0 #e0e0e0;
}
@media screen and (max-width: 768px) {
  #sk-dashboard-fullwidth-wrapper .sk-dashboard-content {
    width: 100%;
  }
  #sk-dashboard-fullwidth-wrapper .sk-frontend-layout header {
    padding: 0 22px;
    min-height: 60px;
    height: 60px;
  }
  #sk-dashboard-fullwidth-wrapper .sk-frontend-layout .visit-store,
  #sk-dashboard-fullwidth-wrapper .sk-frontend-layout .header-avatar {
    padding: 0;
  }
  #sk-dashboard-fullwidth-wrapper .sk-frontend-layout .header-avatar {
    padding-left: 20px;
  }
  #sk-dashboard-fullwidth-wrapper .sk-frontend-layout .visit-store {
    font-size: 12px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  #sk-dashboard-fullwidth-wrapper #sk-vendor-dashboard-layout-root {
    top: 0;
  }
}
.sk-orders-content .sk-orders-area .sk-order-left-content {
  margin-right: 3%;
}
.sk-orders-content .sk-orders-area .sk-order-left-content .sk-order-billing-address {
  min-width: 49%;
  margin-right: 2%;
}
.sk-orders-content .sk-orders-area .sk-order-left-content .sk-order-shipping-address {
  min-width: 49%;
}
.sk-orders-content .sk-orders-area .sk-order-filter-serach {
  padding: 10px 7px;
}
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left {
  width: 66%!important;
}
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group button,
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group a,
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group input,
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group select,
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group .select2-container {
  height: 35px !important;
}
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group button .select2-selection--single,
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group a .select2-selection--single,
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group input .select2-selection--single,
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group select .select2-selection--single,
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group .select2-container .select2-selection--single {
  height: 35px !important;
}
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group button {
  margin-right: 5px;
  border: none !important;
  padding: 3px 10px !important;
}
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group input,
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group select,
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group .select2-container {
  width: calc(33% - 54px) !important;
  margin-right: 5px;
}
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group a {
  display: flex;
  align-items: center;
}
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group a .fa {
  margin-right: 3px;
}
@media screen and (max-width: 576px) {
  .sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group select,
  .sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group .select2-container,
  .sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group input {
    width: 100% !important;
    margin-right: 0;
  }
  .sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group select:not(:last-child),
  .sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group .select2-container:not(:last-child),
  .sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left .sk-form-group input:not(:last-child) {
    margin-bottom: 5px;
  }
}
.sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-right {
  width: 33%!important;
}
@media screen and (max-width: 768px) {
  .sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-left {
    width: 100%!important;
  }
  .sk-orders-content .sk-orders-area .sk-order-filter-serach .sk-right {
    width: 100%!important;
  }
}
.sk-orders-content .sk-orders-area td.sk-order-action {
  gap: 5px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sk-orders-content .sk-orders-area td.sk-order-action .wpo_wcpdf {
  border: 1px solid transparent;
  padding: 5px 10px;
  border-color: #ccc;
  border-radius: 3px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
}
.sk-orders-content .sk-orders-area td.sk-order-action .wpo_wcpdf img {
  width: 22px !important;
}
.sk-orders-content .sk-orders-area td img {
  padding: 2px;
  margin: 0;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  width: 46px;
  height: auto;
}
.sk-orders-content .sk-orders-area td a {
  color: #6d6d6d;
  transition: 0.2s linear;
}
.sk-orders-content .sk-orders-area td a:hover {
  color: #000;
}
.sk-orders-content .sk-orders-area table.table.order-items {
  margin-bottom: 0;
}
.sk-orders-content .sk-orders-area .general-details ul.order-status {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 3px;
  padding-bottom: 3px;
  margin-left: 0px;
  padding-left: 0px;
}
.sk-orders-content .sk-orders-area .general-details ul.customer-details {
  margin-left: 0px;
  padding-left: 0px;
}
.sk-orders-content .sk-orders-area .general-details span {
  font-weight: bold;
}
.sk-orders-content .sk-orders-area .alert-success.customer-note {
  background-color: #dff0d8;
  background: #dff0d8;
  margin-bottom: 5px;
}
.sk-orders-content .sk-orders-area .alert-success.customer-note strong {
  font-size: 12px;
}
.sk-orders-content .sk-orders-area .order_note_type {
  padding-left: 0;
}
.sk-orders-content .sk-orders-area #sk-order-status-form {
  margin: 10px 0;
}
.sk-orders-content .sk-orders-area #sk-order-status-form select.form-control {
  display: inline-block;
  width: 100%;
  margin-right: 10px;
  font-size: 13px;
}
.sk-orders-content .sk-orders-area ul.order-statuses-filter {
  font-size: 12px;
  color: #EDEDED;
}
.sk-orders-content .sk-orders-area ul.order-statuses-filter li {
  display: inline-block;
  line-height: 13px;
  padding: 0 5px;
  border-right: 1px solid #EDEDED;
}
.sk-orders-content .sk-orders-area ul.order-statuses-filter li a {
  color: #6d6d6d;
  transition: 0.2s linear;
}
.sk-orders-content .sk-orders-area ul.order-statuses-filter li:last-child {
  border-right: none;
}
.sk-orders-content .sk-orders-area ul.order-statuses-filter li.active a {
  color: #000;
}
.sk-orders-content .sk-orders-area ul.order_notes {
  font-size: 13px;
}
.sk-orders-content .sk-orders-area ul.order_notes p.meta {
  font-size: 11px;
}
.sk-orders-content .sk-orders-area ul.order_notes .note_content {
  position: relative;
  background: #efefef;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.sk-orders-content .sk-orders-area ul.order_notes .note_content p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
.sk-orders-content .sk-orders-area ul.order_notes .note_content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 30px;
  width: 0;
  height: 0;
  border-width: 15px 15px 0 0;
  border-style: solid;
  border-color: #efefef transparent;
}
.sk-orders-content .sk-orders-area ul.order_notes li.customer-note .note_content {
  background: #d7cad2;
}
.sk-orders-content .sk-orders-area ul.order_notes li.customer-note .note_content:after {
  border-color: #d7cad2 transparent;
}
.sk-orders-content .sk-orders-area tfoot td.value {
  border-left: 1px solid #EDEDED;
  text-align: right;
}
.sk-orders-content .sk-orders-area .order_download_permissions label {
  font-weight: normal;
}
.sk-orders-content .sk-orders-area .order_download_permissions button.revoke_access {
  padding: 3px 10px;
  margin-top: -2px;
}
.sk-orders-content .sk-orders-area .order_download_permissions .toolbar {
  margin-top: 15px;
}
.sk-orders-content .sk-orders-area .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  min-height: 27px;
}
.vendor-dashboard-orders-page .select2-search__field {
  min-width: auto !important;
}
.sk-product-listing .sk-product-listing-area {
  padding: 0px 15px;
}
.sk-product-listing .sk-product-listing-area .row-actions {
  visibility: hidden;
  font-size: 12px;
  color: #ccc;
}
.sk-product-listing .sk-product-listing-area tr:hover .row-actions {
  visibility: visible;
}
.sk-product-listing .sk-product-listing-area table td img {
  width: auto;
  height: auto;
  max-width: 48px;
  max-height: 48px;
}
.sk-product-listing .sk-product-listing-area .product-listing-top {
  border-bottom: 1px solid #EDEDED;
  line-height: 50px;
  margin-bottom: 15px;
}
.sk-product-listing .sk-product-listing-area .product-listing-top ul.sk-listing-filter {
  width: 60%;
}
.sk-product-listing .sk-product-listing-area .product-listing-top ul.sk-listing-filter li {
  display: inline-block;
  padding: 0 5px;
}
.sk-product-listing .sk-product-listing-area .product-listing-top span.sk-add-product-link {
  width: 36%;
  float: right;
  text-align: right;
}
.sk-product-listing .sk-product-listing-area form.sk-product-search-form button[name='product_listing_search'] {
  float: right;
}
.sk-product-listing .sk-product-listing-area form.sk-product-search-form .sk-form-group {
  float: right;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table span.product-type:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: '\f133';
  display: block;
  text-align: center;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table span.product-type.downloadable:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: '\f019';
  display: block;
  text-align: center;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table span.product-type.variable:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: '\f02d';
  display: block;
  text-align: center;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table span.product-type.simple:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: '\f0c9';
  display: block;
  text-align: center;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table span.product-type.virtual:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: '\f0c2';
  display: block;
  text-align: center;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table span.earning-info:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: '\f05a';
  display: inline;
  margin-left: 5px;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table mark.instock {
  color: #7ad03a;
  background: transparent;
  font-weight: bold;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table td {
  vertical-align: top;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table td.column-primary a,
.sk-product-listing .sk-product-listing-area table.product-listing-table td .row-actions a {
  color: #6d6d6d;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table td.column-primary a:hover,
.sk-product-listing .sk-product-listing-area table.product-listing-table td .row-actions a:hover {
  color: #000;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table td.column-primary .delete a:hover,
.sk-product-listing .sk-product-listing-area table.product-listing-table td .row-actions .delete a:hover {
  color: red;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table td.post-status label.draft {
  background: #ccc;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table td.post-status label.publish {
  background: #65c265;
}
.sk-product-listing .sk-product-listing-area table.product-listing-table td.post-status label.pending {
  background: var(--sk-button-background-color, #f7931a);
}
.sk-product-listing .sk-product-listing-area table.product-listing-table td.post-date {
  font-size: 13px;
}
.sk-product-listing .sk-product-listing-area del .amount {
  color: #dd5a43;
}
.sk-product-listing .sk-product-listing-area ins {
  text-decoration: none;
}
.sk-product-listing .sk-product-listing-area ins .amount {
  color: #69aa46;
  font-weight: bold;
}
.sk-new-product-area .sk-product-meta {
  width: 73.43%;
}
.sk-new-product-area .featured-image {
  width: 25%;
}
.sk-new-product-area .content-half-part.sale-price {
  display: inline-block;
}
.sk-new-product-area .content-half-part.sale-price label.form-label {
  display: block;
}
.sk-new-product-area .content-half-part.sale-price label.form-label a.sale_schedule,
.sk-new-product-area .content-half-part.sale-price label.form-label a.cancel_sale_schedule {
  float: right;
}
.sk-product-edit-area header.sk-pro-edit-breadcrumb {
  display: block;
  border-bottom: 1px solid #EDEDED;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.sk-product-edit-area header.sk-pro-edit-breadcrumb h1 {
  font-size: 18px;
  line-height: 1.42;
}
.sk-product-edit-area header.sk-pro-edit-breadcrumb h1 .sk-breadcrumb,
.sk-product-edit-area header.sk-pro-edit-breadcrumb h1 .sk-breadcrumb a {
  color: #aaa;
}
.sk-product-edit-area header.sk-pro-edit-breadcrumb h1 .sk-label {
  font-size: 11px;
  font-weight: normal;
}
.sk-product-edit-area header.sk-pro-edit-breadcrumb h1 a.view-product {
  background-color: #fafafa;
  border-color: #ebebeb;
}
.sk-product-edit-area .sk-product-meta {
  width: 65%;
}
.sk-product-edit-area .featured-image {
  width: 35%;
}
.sk-edit-row {
  background: #fff;
  border: 1px solid #ebebeb;
  margin-top: 15px;
}
.sk-edit-row .sk-section-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  cursor: pointer;
}
.sk-edit-row .sk-section-heading i.fa {
  font-size: 15px;
}
.sk-edit-row .sk-section-heading i.fa.fa-flip-vertical {
  margin-top: 9px;
}
.sk-edit-row .sk-section-heading .sk-section-toggle {
  float: right;
  color: #888;
  font-size: 15px;
}
.sk-edit-row .sk-section-heading h2 {
  margin: 0px;
  padding: 0px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
.sk-edit-row .sk-section-heading p {
  float: left;
  vertical-align: bottom;
  margin-bottom: 0px;
  margin-top: 2px;
  margin-left: 8px;
  color: #888;
  font-style: italic;
  font-size: 12px;
}
.product-edit-new-container .sk-edit-row.sk-other-options {
  margin-bottom: 20px;
}
.product-edit-new-container .sk-edit-row .sk-section-content {
  padding: 15px;
}
.product-edit-new-container .sk-product-edit-form .sk-new-product-featured-img {
  max-height: 300px;
}
.product-edit-new-container label {
  font-weight: normal;
  cursor: pointer;
}
.product-edit-new-container label input[type='checkbox'] {
  margin-right: 5px;
}
.product-edit-new-container label.form-label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
  display: block;
}
.product-edit-new-container label.form-label span {
  font-weight: normal;
  color: #888;
}
.product-edit-new-container header.sk-pro-edit-breadcrumb {
  display: block;
  border-bottom: 1px solid #EDEDED;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.product-edit-new-container header.sk-pro-edit-breadcrumb h1 {
  font-size: 18px;
  line-height: 1.42;
}
.product-edit-new-container header.sk-pro-edit-breadcrumb h1 .sk-breadcrumb,
.product-edit-new-container header.sk-pro-edit-breadcrumb h1 .sk-breadcrumb a {
  color: #aaa;
}
.product-edit-new-container header.sk-pro-edit-breadcrumb h1 .sk-label {
  font-size: 11px;
  font-weight: normal;
}
.product-edit-new-container header.sk-pro-edit-breadcrumb h1 a.view-product {
  background-color: #fafafa;
  border-color: #ebebeb;
}
.product-edit-new-container .sk-price-container .sale_schedule,
.product-edit-new-container .sk-price-container .cancel_sale_schedule {
  font-weight: normal;
  float: right;
}
.product-edit-new-container .sk-form-top-area:before,
.product-edit-new-container .sk-form-top-area:after {
  content: " ";
  display: table;
}
.product-edit-new-container .sk-form-top-area:after {
  clear: both;
}
.product-edit-new-container .sk-form-top-area .sk-product-meta {
  width: 65%;
}
.product-edit-new-container .sk-form-top-area .featured-image {
  width: 35%;
}
@media (max-width: 430px) {
  .product-edit-new-container .sk-form-top-area .sk-product-meta,
  .product-edit-new-container .sk-form-top-area .featured-image {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .product-edit-new-container .sk-form-top-area {
    display: flex;
    flex-direction: column-reverse;
  }
}
.product-edit-new-container .sk-product-short-description {
  margin-bottom: 20px;
  margin-top: 10px;
}
.product-edit-new-container .content-half-part.featured-image {
  padding-left: 25px;
}
.product-edit-new-container .content-half-part.sale-price {
  display: inline-block;
}
.product-edit-new-container .sk-new-product-featured-img {
  border: 4px dashed #dddddd;
  height: 294px !important;
  width: 100% !important;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.product-edit-new-container .sk-new-product-featured-img i.fa-cloud-upload {
  display: block;
  font-size: 80px;
  color: #dfdfdf;
}
.product-edit-new-container .sk-new-product-featured-img a.sk-feat-image-btn {
  color: #8f8f8f;
  text-shadow: 0 1px 1px #fff;
  background: #f0f0f0;
  padding: 3px 10px;
  font-size: 12px;
}
.product-edit-new-container .sk-new-product-featured-img a.sk-feat-image-btn:hover {
  color: #ececec;
  text-shadow: 0 1px 1px #6f6f6f;
  background: #b4b4b4;
}
.product-edit-new-container .sk-new-product-featured-img a.close {
  background: #000000;
  color: #ff0000;
  font-size: 100px;
  height: 100% !important;
  opacity: 0.7;
  padding: 25% 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 100% !important;
  display: none;
  cursor: pointer;
}
.product-edit-new-container .sk-new-product-featured-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.product-edit-new-container .sk-new-product-featured-img img:hover a.close {
  display: block;
}
.product-edit-new-container .sk-new-product-featured-img .image-wrap:hover a.close {
  display: block;
}
.product-edit-new-container .instruction-inside {
  text-align: center;
  padding-top: 20%;
  padding-bottom: 30%;
  color: #aaa;
}
.product-edit-new-container .wp-editor-wrap {
  border: 1px solid #e7e7e7;
}
.product-edit-new-container .sk-shipping-container .sk-shipping-dimention-options {
  margin-bottom: 20px;
}
.product-edit-new-container .sk-shipping-container .sk-shipping-dimention-options input {
  width: 23.3%;
  float: left;
  margin-right: 2%;
}
.product-edit-new-container .sk-shipping-container .sk-shipping-dimention-options input#_height {
  margin-right: 0px;
}
.product-edit-new-container .sk-shipping-container .sk-shipping-product-options .sk-additional-shipping-wrap .sk-w3 {
  width: 32%;
  margin-right: 2%;
}
.product-edit-new-container .sk-shipping-container .sk-shipping-product-options .sk-additional-shipping-wrap .sk-w3.last-child {
  margin-right: 0px;
}
.product-edit-new-container .sk-stock-management-wrapper div.sk-w3 {
  width: 32%;
  margin-right: 2%;
}
.product-edit-new-container .sk-stock-management-wrapper div.sk-w3.last-child {
  margin-right: 0px;
}
.product-edit-new-container .sk-download-wrapper {
  margin-top: 15px;
}
.product-edit-new-container aside {
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 3px;
}
.product-edit-new-container #sk-product-images ul.product_images {
  margin: 0 0 10px 0;
  padding: 0;
}
.product-edit-new-container #sk-product-images ul.product_images li.image,
.product-edit-new-container #sk-product-images ul.product_images li.sk-sortable-placeholder {
  width: 64px;
  height: 64px;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin: 9px 4px 0 0;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 2px;
  cursor: move;
}
.product-edit-new-container #sk-product-images ul.product_images li.image img,
.product-edit-new-container #sk-product-images ul.product_images li.sk-sortable-placeholder img {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.product-edit-new-container #sk-product-images ul.product_images li.image a.action-delete,
.product-edit-new-container #sk-product-images ul.product_images li.sk-sortable-placeholder a.action-delete {
  position: absolute;
  top: 0;
  color: red;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  font-size: 35px;
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 25% 3px 0;
  font-weight: bold;
  display: none;
}
.product-edit-new-container #sk-product-images ul.product_images li.image:hover a.action-delete,
.product-edit-new-container #sk-product-images ul.product_images li.sk-sortable-placeholder:hover a.action-delete {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-edit-new-container #sk-product-images ul.product_images li.sk-sortable-placeholder {
  border: 1px dashed #ccc;
}
.product-edit-new-container .product-dimension .form-control {
  display: inline-block;
  width: 20%;
  margin-right: 5px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper .sk-attribute-type {
  margin-bottom: 15px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper .sk-attribute-type select {
  margin-right: 10px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper .sk-attribute-type .sk-attribute-spinner {
  margin-left: 10px;
  margin-top: 5px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper ul {
  padding-left: 0px;
  margin-left: 0px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper ul li.product-attribute-list {
  border-bottom: 1px solid #e3e3e3;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper ul li.product-attribute-list:first-child {
  border-top: 1px solid #e3e3e3;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper ul li.product-attribute-list .sk-product-attribute-heading {
  padding: 10px 10px;
  cursor: move;
  position: relative;
  background-color: rgba(241, 241, 241, 0.61);
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper ul li.product-attribute-list .sk-product-attribute-heading a.sk-product-remove-attribute {
  position: absolute;
  top: 9px;
  right: 15px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper ul li.product-attribute-list .sk-product-attribute-heading a.sk-product-toggle-attribute {
  position: absolute;
  top: 7px;
  right: 80px;
  color: #222;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper ul li.product-attribute-list .sk-product-attribute-item {
  padding: 10px 0px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper ul li.product-attribute-list .sk-product-attribute-item .sk-product-attribute-name {
  margin-bottom: 10px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper ul li.product-attribute-list .sk-product-attribute-item .checkbox-item {
  font-weight: normal !important;
  margin-bottom: 0px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-attribute-wrapper ul li.product-attribute-list .sk-product-attribute-item .sk-pre-defined-attribute-btn-group {
  margin-top: 10px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variation-top-toolbar {
  vertical-align: middle;
  line-height: 31px;
  margin-bottom: 20px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variation-top-toolbar select.variation-actions {
  margin-right: 5px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container {
  margin-bottom: 20px;
  /** Load all variation styles **/
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes {
  cursor: pointer;
  position: relative;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .actions {
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .actions i.fa {
  margin-right: 10px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .actions i.fa.fa-bars {
  cursor: move;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .actions i.fa.fa-sort-desc {
  cursor: pointer;
  padding-bottom: 4px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes h3.variation-topbar-heading {
  margin: 0 !important;
  font-size: inherit;
  position: relative;
  line-height: 35px;
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  background-color: rgba(241, 241, 241, 0.61);
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes h3.variation-topbar-heading strong {
  float: left;
  margin-right: 10px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes h3.variation-topbar-heading select {
  float: left;
  margin-right: 10px;
  width: 20%;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes {
  margin-top: 15px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .thumbnail-checkbox-options {
  margin-bottom: 15px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .thumbnail-checkbox-options .upload_image {
  width: 130px;
  height: 130px;
  float: left;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button img {
  max-width: 130px;
  max-height: 130px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.sk-img-remove img {
  display: block;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.sk-img-remove:before {
  content: 'X';
  display: none;
  position: absolute;
  font-size: 50px;
  top: 35%;
  left: 40%;
  color: #f35000;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.sk-img-remove:hover:before {
  display: block;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .thumbnail-checkbox-options .options {
  float: left;
  margin-left: 20px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .thumbnail-checkbox-options .options label {
  display: block;
  margin-bottom: 10px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .thumbnail-checkbox-options .options label:last-child {
  margin-bottom: 0px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .variable_pricing {
  margin-bottom: 10px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .weight-dimension {
  margin-bottom: 10px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .weight-dimension .dimensions_field .sk-w3 {
  margin-right: 6px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variations-container .sk-product-variation-itmes .sk-variable-attributes .weight-dimension .dimensions_field .sk-w3:last-child {
  margin-right: 0px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variation-default-toolbar {
  text-align: right;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variation-default-toolbar span.sk-variation-default-label,
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variation-default-toolbar .sk-variation-default-select {
  margin-right: 5px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variation-default-toolbar .float-none {
  display: inline-block;
  float: none !important;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variation-action-toolbar button.sk-btn-default[disabled] {
  background-color: #fafafa;
  color: #b3b3b3;
  border-color: #ccc;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variation-action-toolbar .sk-variations-pagenav .displaying-num,
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variation-action-toolbar .sk-variations-pagenav .expand-close {
  font-style: italic;
  font-size: 13px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variation-action-toolbar .sk-variations-pagenav span.pagination-links {
  margin-left: 10px;
}
.product-edit-new-container .sk-attribute-variation-options .sk-product-variation-wrapper .sk-variation-action-toolbar .sk-variations-pagenav span.pagination-links a {
  padding: 0px 8px;
  background: #eee;
  font-size: 14px;
}
.product-edit-new-container .sk-product-type-container .content-half-part.virtual-checkbox {
  padding-left: 10px;
}
@media (max-width: 430px) {
  .product-edit-new-container .sk-product-type-container .content-half-part.virtual-checkbox {
    padding-left: 0;
  }
}
.product-edit-container {
  font-size: 13px;
}
.product-edit-container #editable-post-name-full {
  display: none;
}
.product-edit-container #edit-slug-box {
  margin-top: 10px;
}
.product-edit-container .sk-product-title-alert,
.product-edit-container .sk-product-cat-alert {
  color: var(--sk-button-background-color, #f7931a);
  font-style: italic;
  margin-top: 5px;
}
.product-edit-container .sk-product-less-price-alert {
  color: var(--sk-button-background-color, #f7931a);
  font-style: italic;
  margin-top: 5px;
}
.product-edit-container .tab-pane {
  padding: 15px 0;
}
.product-edit-container label {
  font-weight: normal;
  cursor: pointer;
}
.product-edit-container .sk-feat-image-upload {
  border: 4px dashed #dddddd;
  height: 200px;
  width: 200px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.product-edit-container .sk-feat-image-upload i.fa-cloud-upload {
  display: block;
  font-size: 80px;
  color: #dfdfdf;
}
.product-edit-container .sk-feat-image-upload a.sk-feat-image-btn {
  color: #8f8f8f;
  text-shadow: 0 1px 1px #fff;
  background: #f0f0f0;
  padding: 3px 10px;
  font-size: 12px;
}
.product-edit-container .sk-feat-image-upload a.sk-feat-image-btn:hover {
  color: #ececec;
  text-shadow: 0 1px 1px #6f6f6f;
  background: #b4b4b4;
}
.product-edit-container .sk-feat-image-upload a.close {
  background: #000000;
  color: #ff0000;
  font-size: 100px;
  height: 200px;
  opacity: 0.7;
  padding: 25% 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 200px;
  display: none;
}
.product-edit-container .sk-feat-image-upload img {
  max-width: 100%;
}
.product-edit-container .sk-feat-image-upload img:hover a.close {
  display: block;
}
.product-edit-container .sk-feat-image-upload .image-wrap:hover a.close {
  display: block;
}
.product-edit-container .sk-feat-image-upload .container-image-and-badge {
  position: inherit;
}
@media (max-width: 430px) {
  .product-edit-container .sk-feat-image-upload a.close {
    display: block !important;
    height: 80px !important;
    width: 80px !important;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    font-size: 50px;
  }
}
.product-edit-container .sk-list-category-box {
  border: 1px solid #ccc;
  background: #fff;
  padding: 0px 15px 15px;
  max-height: 200px;
  min-height: 45px;
  overflow: scroll;
}
.product-edit-container .sk-list-category-box ul.sk-checkbox-cat {
  padding: 0;
  margin: 0;
}
.product-edit-container .sk-list-category-box ul.sk-checkbox-cat li {
  line-height: 20px;
}
.product-edit-container .instruction-inside {
  text-align: center;
  padding-top: 40px;
  color: #aaa;
}
.product-edit-container .wp-editor-wrap {
  border: 1px solid #e7e7e7;
}
.product-edit-container aside {
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 3px;
}
.product-edit-container .sk-edit-sidebar {
  margin-top: 35px;
}
.product-edit-container .sk-edit-sidebar .sk-side-head {
  background: #f5f5f5;
  padding: 10px;
}
.product-edit-container .sk-edit-sidebar .sk-side-body {
  padding: 10px;
}
.product-edit-container .sk-edit-sidebar .sk-side-body .sk-form-control {
  width: 90%;
}
.product-edit-container .sk-edit-sidebar .downloadable_files td {
  border-top: none;
  border-bottom: 1px solid #EDEDED;
}
.product-edit-container .sk-edit-sidebar .downloadable_files td label {
  font-weight: normal;
}
.product-edit-container .sk-edit-sidebar .downloadable_files td input {
  width: 90%;
}
.product-edit-container .sk-edit-sidebar .downloadable_files ul {
  margin: 0px;
  padding: 0px;
}
.product-edit-container .sk-edit-sidebar .downloadable_files ul li {
  margin-bottom: 15px;
}
.product-edit-container ul.label-on-left label {
  min-width: 200px;
  display: inline-block;
}
.product-edit-container ul.label-on-left li {
  clear: both;
}
.product-edit-container #product-attributes h4 {
  margin-bottom: 15px;
}
.product-edit-container #product-attributes .select-attribute.form-control {
  display: inline;
  width: auto;
}
.product-edit-container #variants-holder .inputs-box {
  background: #f5f5f5;
  margin-bottom: 20px;
}
.product-edit-container #variants-holder .inputs-box .box-header {
  background: #e5e5e5;
  padding: 5px 10px;
  font-size: 13px;
  margin-bottom: 10px;
}
.product-edit-container #variants-holder .inputs-box .option-couplet {
  margin-left: 15px;
}
.product-edit-container #variants-holder .inputs-box .option-couplet li:before {
  content: '-';
}
.product-edit-container #variants-holder .inputs-box .option-couplet li {
  margin-bottom: 8px;
}
.product-edit-container #variants-holder .inputs-box .box-inside {
  padding: 10px;
}
.product-edit-container #variants-holder .inputs-box .box-inside .attribute-config {
  width: 35%;
  float: left;
}
.product-edit-container #variants-holder .inputs-box .box-inside .attribute-options {
  float: left;
  width: 60%;
}
.product-edit-container #variants-holder .actions a {
  color: #666;
  padding: 0 4px 2px;
  font-weight: bold;
  border: 1px solid #ddd;
  text-decoration: none;
  background: #fff;
}
.product-edit-container #variants-holder .actions a:hover {
  background: #666;
  color: #fff;
}
.product-edit-container #product-variations .wc-metabox {
  border-radius: 3px;
  background: #f5f5f5;
  margin-bottom: 10px;
  font-size: 13px;
  padding-bottom: 3px;
}
.product-edit-container #product-variations .wc-metabox h3 {
  background: #e5e5e5;
  padding: 10px;
  font-size: 14px;
}
.product-edit-container #product-variations .wc-metabox h3 button {
  float: right;
  font-size: 12px;
  margin-top: -5px;
}
.product-edit-container #product-variations .wc-metabox table {
  margin: 10px;
}
.product-edit-container #product-variations .wc-metabox table td {
  vertical-align: top;
  width: 50%;
}
.product-edit-container #product-variations .wc-metabox table td.upload_image img {
  width: 100px;
  max-width: 100px;
  max-height: 100px;
}
.product-edit-container #product-variations .wc-metabox table td.options label {
  display: block;
}
.product-edit-container #product-variations .wc-metabox table td.sku,
.product-edit-container #product-variations .wc-metabox table td.upload_image,
.product-edit-container #product-variations .wc-metabox table td.options {
  width: 15%;
}
.product-edit-container #product-variations .wc-metabox td.data {
  padding: 0 0 0 10px;
  background: #fff;
  margin-left: 20px;
}
.product-edit-container #product-variations .wc-metabox table.data_table {
  margin: 0;
  width: 100%;
}
.product-edit-container #product-variations .wc-metabox table.data_table td {
  padding: 0 6px 6px 0;
  width: 50%;
}
.product-edit-container #product-variations .wc-metabox table.data_table td input {
  width: 100%;
  padding: 5px 10px;
}
.product-edit-container #product-variations .wc-metabox table.data_table td input.upload_file_button {
  width: auto;
  margin-top: 5px;
}
.product-edit-container #product-variations .wc-metabox table.data_table td.dimensions_field input {
  width: 25%;
  padding: 3px;
}
.product-edit-container #product-variations .wc-metabox table.data_table label {
  display: block;
}
.product-edit-container #product-variations .wc-metabox label,
.product-edit-container #product-variations .wc-metabox select,
.product-edit-container #product-variations .wc-metabox input {
  font-size: 12px;
}
.product-edit-container #product-variations .wc-metabox input[type='text'],
.product-edit-container #product-variations .wc-metabox input[type='number'],
.product-edit-container #product-variations .wc-metabox select {
  border: 1px solid #EDEDED;
}
.product-edit-container #product-variations .wc-metabox select {
  width: auto;
  display: inline-block;
}
.product-edit-container #product-variations p.toolbar {
  padding-top: 10px;
}
.product-edit-container #product-variations p.toolbar select {
  border: 1px solid #EDEDED;
}
.product-edit-container #sk-product-images ul.product_images {
  margin: 0 0 10px 0;
  padding: 0;
}
.product-edit-container #sk-product-images ul.product_images li.image,
.product-edit-container #sk-product-images ul.product_images li.sk-sortable-placeholder,
.product-edit-container #sk-product-images ul.product_images li.add-image {
  width: 64px;
  height: 64px;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin: 9px 4px 0 0;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 2px;
  cursor: move;
}
.product-edit-container #sk-product-images ul.product_images li.image.add-image,
.product-edit-container #sk-product-images ul.product_images li.sk-sortable-placeholder.add-image,
.product-edit-container #sk-product-images ul.product_images li.add-image.add-image {
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  border: 2px dashed #ddd;
}
.product-edit-container #sk-product-images ul.product_images li.image.add-image a,
.product-edit-container #sk-product-images ul.product_images li.sk-sortable-placeholder.add-image a,
.product-edit-container #sk-product-images ul.product_images li.add-image.add-image a {
  width: 100%;
  height: 100%;
  color: #afafaf;
  font-size: 18px;
}
.product-edit-container #sk-product-images ul.product_images li.image img,
.product-edit-container #sk-product-images ul.product_images li.sk-sortable-placeholder img,
.product-edit-container #sk-product-images ul.product_images li.add-image img {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.product-edit-container #sk-product-images ul.product_images li.image a.action-delete,
.product-edit-container #sk-product-images ul.product_images li.sk-sortable-placeholder a.action-delete,
.product-edit-container #sk-product-images ul.product_images li.add-image a.action-delete {
  position: absolute;
  top: 0;
  color: red;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0 3px;
  font-size: 35px;
  width: 100%;
  text-align: center;
  height: 100%;
  font-weight: bold;
  display: none;
}
.product-edit-container #sk-product-images ul.product_images li.image:hover a.action-delete,
.product-edit-container #sk-product-images ul.product_images li.sk-sortable-placeholder:hover a.action-delete,
.product-edit-container #sk-product-images ul.product_images li.add-image:hover a.action-delete {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-edit-container #sk-product-images ul.product_images li.sk-sortable-placeholder {
  border: 1px dashed #ccc;
}
.product-edit-container .product-dimension .form-control {
  display: inline-block;
  width: 25%;
  margin-right: 5px;
}
.toggle-sidebar-container {
  padding: 8px 0;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.toggle-sidebar-container .sk-toggle-sidebar {
  display: block;
  margin-bottom: 5px;
}
.sk-product-edit header.sk-dashboard-header h1.entry-title span.sk-product-status-label {
  font-size: 11px;
  margin-left: 15px;
  vertical-align: middle;
}
.sk-product-edit header.sk-dashboard-header h1.entry-title span.sk-product-hidden-label {
  font-size: 13px;
  margin-right: 30px;
  margin-top: 9px;
}
.sk-product-edit header.sk-dashboard-header h1.entry-title a.view-product {
  background-color: #fafafa;
  border-color: #ebebeb;
}
.sk-product-edit-area .sk-product-edit-left {
  width: 67%;
  float: left;
  margin-right: 4%;
}
.sk-product-edit-area .sk-product-edit-right {
  width: 27%;
  float: left;
}
.sk-product-edit-area .discount-price label {
  font-weight: normal;
  cursor: pointer;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 0px;
  width: auto;
  max-width: 690px;
  margin: 20px auto;
}
.sk-dashboard-not-product-found {
  text-align: center;
  margin-top: 50px;
}
.sk-dashboard-not-product-found .no-product-found-icon {
  margin: 20px auto;
  max-width: 100%;
}
.sk-dashboard-not-product-found .sk-blank-product-message {
  font-size: 20px;
  margin-bottom: 20px;
}
.sk-add-new-product-popup h2 {
  padding: 0px 20px 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
  font-size: 22px;
  color: #5d5d5d;
  margin-top: 15px;
  position: absolute;
  overflow: hidden;
  width: 690px;
  z-index: 999999;
  background: #fff;
  margin-top: 0px;
  padding-top: 16px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.sk-add-new-product-popup .mfp-close {
  top: 10px;
  right: 5px;
  z-index: 999999;
}
.sk-add-new-product-popup .product-form-container {
  margin-top: 30px;
  padding: 20px;
  height: 550px;
}
.sk-add-new-product-popup .product-form-container .sk-feat-image-upload {
  border: 3px dashed #dddddd;
  height: 65%;
  width: 98%;
  margin-bottom: 10px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}
.sk-add-new-product-popup .product-form-container .sk-feat-image-upload i.fa-cloud-upload {
  display: block;
  font-size: 80px;
  color: #dfdfdf;
}
.sk-add-new-product-popup .product-form-container .sk-feat-image-upload .instruction-inside {
  text-align: center;
  padding-top: 20%;
  padding-bottom: 30%;
  color: #aaa;
}
.sk-add-new-product-popup .product-form-container .sk-feat-image-upload a.sk-feat-image-btn {
  color: #8f8f8f;
  text-shadow: 0 1px 1px #fff;
  background: #f0f0f0;
  padding: 3px 10px;
  font-size: 12px;
}
.sk-add-new-product-popup .product-form-container .sk-feat-image-upload a.sk-feat-image-btn:hover {
  color: #ececec;
  text-shadow: 0 1px 1px #6f6f6f;
  background: #b4b4b4;
}
.sk-add-new-product-popup .product-form-container .sk-feat-image-upload a.close {
  background: #000000;
  color: #ff0000;
  font-size: 100px;
  height: 100%;
  opacity: 0.7;
  padding: 25% 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 100%;
  display: none;
  cursor: pointer;
}
.sk-add-new-product-popup .product-form-container .sk-feat-image-upload img {
  max-width: 100%;
  width: 292px;
  height: 212px;
  object-fit: cover;
}
.sk-add-new-product-popup .product-form-container .sk-feat-image-upload img:hover a.close {
  display: block;
}
.sk-add-new-product-popup .product-form-container .sk-feat-image-upload .image-wrap:hover a.close {
  display: block;
}
.sk-add-new-product-popup .sk-feat-image-content {
  width: 35%;
  margin-right: 15px;
}
.sk-add-new-product-popup .sk-feat-image-content ul > li {
  list-style: none;
}
.sk-add-new-product-popup .sk-feat-image-content ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.sk-add-new-product-popup #sk-product-images ul.product_images {
  margin: 0 0 10px 0;
  padding: 0;
}
.sk-add-new-product-popup #sk-product-images ul.product_images li.image,
.sk-add-new-product-popup #sk-product-images ul.product_images li.sk-sortable-placeholder,
.sk-add-new-product-popup #sk-product-images ul.product_images li.add-image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin: 9px 4px 0 0;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 2px;
  cursor: move;
}
.sk-add-new-product-popup #sk-product-images ul.product_images li.image.add-image,
.sk-add-new-product-popup #sk-product-images ul.product_images li.sk-sortable-placeholder.add-image,
.sk-add-new-product-popup #sk-product-images ul.product_images li.add-image.add-image {
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  border: 2px dashed #ddd;
}
.sk-add-new-product-popup #sk-product-images ul.product_images li.image.add-image a,
.sk-add-new-product-popup #sk-product-images ul.product_images li.sk-sortable-placeholder.add-image a,
.sk-add-new-product-popup #sk-product-images ul.product_images li.add-image.add-image a {
  width: 100%;
  height: 100%;
  color: #afafaf;
  font-size: 18px;
}
.sk-add-new-product-popup #sk-product-images ul.product_images li.image img,
.sk-add-new-product-popup #sk-product-images ul.product_images li.sk-sortable-placeholder img,
.sk-add-new-product-popup #sk-product-images ul.product_images li.add-image img {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.sk-add-new-product-popup #sk-product-images ul.product_images li.image a.action-delete,
.sk-add-new-product-popup #sk-product-images ul.product_images li.sk-sortable-placeholder a.action-delete,
.sk-add-new-product-popup #sk-product-images ul.product_images li.add-image a.action-delete {
  position: absolute;
  top: 0;
  color: red;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  font-size: 50px;
  width: 100%;
  text-align: center;
  height: 100%;
  font-weight: bold;
  display: none;
}
.sk-add-new-product-popup #sk-product-images ul.product_images li.image:hover a.action-delete,
.sk-add-new-product-popup #sk-product-images ul.product_images li.sk-sortable-placeholder:hover a.action-delete,
.sk-add-new-product-popup #sk-product-images ul.product_images li.add-image:hover a.action-delete {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-add-new-product-popup #sk-product-images ul.product_images li.sk-sortable-placeholder {
  border: 1px dashed #ccc;
}
.sk-add-new-product-popup .sk-product-field-content {
  width: 62.5%;
}
.sk-add-new-product-popup .sk-product-field-content label {
  font-weight: normal;
}
.sk-add-new-product-popup .sk-product-field-content input[type='checkbox'] {
  margin-right: 4px;
}
.sk-add-new-product-popup .product-full-container {
  margin-top: 10px;
}
.sk-add-new-product-popup .product-container-footer {
  padding: 20px 20px;
  border-top: 1px solid #eee;
  text-align: right;
}
.sk-add-new-product-popup .product-container-footer .sk-add-new-product-spinner {
  position: static;
  margin-right: 8px;
  vertical-align: middle;
}
.sk-add-new-product-popup .product-container-footer .sk-show-add-product-error {
  color: #d9534f;
  margin-right: 8px;
  vertical-align: middle;
  float: left;
  display: block;
}
.sk-add-new-product-popup .product-container-footer .sk-show-add-product-success {
  color: #5cb85c;
  margin-right: 8px;
  vertical-align: middle;
  float: left;
  display: block;
}
.select2-container--open .select2-dropdown--below {
  margin-top: 32px;
}
.select2-container--open .select2-dropdown--above {
  margin-top: 32px;
}
.sk-vendor-info-wrap {
  border: 1px solid #E7E7E7;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.sk-vendor-info-wrap h5,
.sk-vendor-info-wrap p {
  margin: 0;
}
.sk-vendor-info-wrap a {
  text-decoration: none!important;
  background: transparent!important;
  box-shadow: unset!important;
  padding: 0!important;
}
.sk-vendor-info-wrap .sk-vendor-image {
  width: 50px;
  height: 50px;
  margin-right: 13px;
}
.sk-vendor-info-wrap .sk-vendor-image img {
  border-radius: 50%;
}
.sk-vendor-info-wrap .sk-vendor-info .sk-vendor-name {
  display: flex;
  align-items: center;
}
.sk-vendor-info-wrap .sk-vendor-info .sk-vendor-name h5 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-right: 10px;
}
.sk-vendor-info-wrap .sk-vendor-info .sk-vendor-rating {
  display: flex;
  align-items: center;
}
.sk-vendor-info-wrap .sk-vendor-info .sk-vendor-rating p {
  color: #C1C1C1;
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
}
.sk-vendor-info-wrap .sk-vendor-info .sk-vendor-rating .dashicons-star-empty {
  color: #e0e0e0;
  font-size: 16px;
}
.sk-vendor-info-wrap .sk-vendor-info .sk-vendor-rating .dashicons-star-filled,
.sk-vendor-info-wrap .sk-vendor-info .sk-vendor-rating .dashicons-star-half {
  color: #ffc239;
  font-size: 16px;
}
.sk-vendor-info-wrap .sk-vendor-info .sk-ratings-count {
  color: #C1C1C1;
  font-size: 11px;
  font-weight: normal;
}
.sk-settings-content .sk-settings-area {
  position: relative;
}
.sk-settings-content .sk-settings-area .sk-store-settign-header-wrap {
  width: 70%;
  float: left;
}
.sk-settings-content .sk-settings-area .sk-update-setting-top {
  width: 30%;
  float: right;
}
.sk-settings-content .sk-settings-area .sk-dashboard-header {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #EDEDED;
  padding: 0 0 10px 0;
}
.sk-settings-content .sk-settings-area .sk-dashboard-header h1 {
  margin: 0 0 0px 0;
  border-bottom: none;
}
.sk-settings-content .sk-settings-area .sk-dashboard-header:after {
  content: "";
  display: table;
  clear: both;
}
.sk-settings-content .sk-settings-area h1 {
  margin: 0px;
  padding: 0px;
}
.sk-settings-content .sk-settings-area .sk-banner {
  border: 4px dashed #d8d8d8;
  margin: 0 auto 35px;
  max-width: 850px;
  text-align: center;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.sk-settings-content .sk-settings-area .sk-banner img {
  max-width: 100%;
}
.sk-settings-content .sk-settings-area .sk-banner .sk-remove-banner-image {
  position: absolute;
  width: 100%;
  height: 300px;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.7;
  font-size: 100px;
  color: red;
  padding-top: 70px;
  display: none;
}
.sk-settings-content .sk-settings-area .sk-banner:hover {
  cursor: pointer;
}
.sk-settings-content .sk-settings-area .sk-banner:hover .sk-remove-banner-image {
  display: block;
}
.sk-settings-content .sk-settings-area .sk-gravatar {
  position: relative;
}
.sk-settings-content .sk-settings-area .sk-gravatar .sk-remove-gravatar-image {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.7;
  font-size: 70px;
  text-align: center;
  color: #f00;
  padding-top: 5px;
  display: none;
  border-radius: 50%;
}
.sk-settings-content .sk-settings-area .sk-gravatar .gravatar-wrap .sk-gravatar-img {
  border-radius: 50%;
  width: 80px;
}
.sk-settings-content .sk-settings-area .sk-gravatar:hover .sk-remove-gravatar-image {
  display: block;
}
.sk-settings-content .sk-settings-area .button-area {
  margin-top: 35px;
}
.sk-settings-content .sk-settings-area .button-area i.fa-cloud-upload {
  display: block;
  font-size: 80px;
  color: #dfdfdf;
}
.sk-settings-content .sk-settings-area .button-area .help-block {
  font-size: 12px;
  color: #b1b1b1;
}
.sk-settings-content .sk-settings-area ul.sk-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sk-settings-content .sk-settings-area ul.sk-categories label {
  font-weight: normal;
}
.sk-settings-content .sk-settings-area .sk-address-fields label {
  font-weight: normal;
  font-size: 12px;
}
.sk-settings-content .sk-settings-area .sk-form-group .checkbox {
  margin-top: 0px;
}
.store-open-close .sk-form-group {
  text-align: left;
  display: flex;
}
.store-open-close label.day {
  width: 200px;
}
.store-open-close label.time {
  padding-left: 5px;
}
.store-open-close select.sk-form-control {
  width: auto;
}
@media only screen and (max-width: 415px) {
  .store-open-close label:first-child {
    width: 100%;
    text-align: left;
  }
  .store-open-close .time input {
    width: 75px;
  }
  .store-open-close .sk-form-group:first-child {
    margin-top: 50px;
  }
  .store-open-close label.day.control-label {
    padding-right: 85px;
  }
}
.sk-store.sk-theme-twentytwelve .site-content {
  float: none;
  width: 100%;
}
.sk-store-wrap {
  display: flex;
  margin: 20px 0;
  flex-direction: column;
}
.sk-store-wrap.layout-left {
  flex-direction: column-reverse;
}
@media (min-width: 1000px) {
  .sk-store-wrap.layout-left,
  .sk-store-wrap.layout-right {
    flex-direction: row;
  }
  .sk-store-wrap .sk-store-sidebar {
    flex: 0 1 26%;
  }
  .sk-store-wrap .sk-single-store {
    flex: 0 1 100%;
  }
  .sk-store-wrap.layout-left .sk-store-sidebar {
    margin-right: 4%;
  }
  .sk-store-wrap.layout-right .sk-store-sidebar {
    margin-left: 4%;
  }
}
.sk-store-products-filter-area {
  margin-bottom: 30px;
}
.sk-store-products-filter-area .product-name-search {
  height: 40px;
  border: solid 1px #eee;
  background-color: #fff;
  float: left;
  width: 250px;
}
.sk-store-products-filter-area .product-name-search:focus {
  outline: 0px;
}
.sk-store-products-filter-area .orderby-search {
  height: 40px;
  border: solid 1px #eee;
  background-color: #fff;
  float: right;
}
.sk-store-products-filter-area .search-store-products {
  height: 40px;
  border: solid 1px #ccc;
  background-color: #eee;
  float: left;
  line-height: 40px;
  padding: 0px 25px;
}
.sk-store-products-filter-area .sk-store-products-ordeby {
  width: 100%;
  margin-right: 0px;
  position: relative;
}
.sk-store-products-filter-area .sk-store-products-search-has-results {
  border: 1px solid #e0e0e0;
}
.sk-store-products-filter-area #sk-store-products-search-result {
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  z-index: 15;
  transform: translateY(-1px);
  max-width: 349px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  top: 42px;
}
.sk-store-products-filter-area #sk-store-products-search-result ul {
  list-style: none;
  margin: 0 !important;
  padding: 15px;
}
.sk-store-products-filter-area #sk-store-products-search-result li {
  display: block;
  padding: 8px 0;
  position: relative;
  border-bottom: 1px dashed #e0e0e0;
  margin-left: 0px;
}
.sk-store-products-filter-area #sk-store-products-search-result li:last-child {
  border-bottom: none;
}
.sk-store-products-filter-area #sk-store-products-search-result a {
  display: table;
  width: 100%;
}
.sk-store-products-filter-area #sk-store-products-search-result a > * {
  display: table-cell;
  vertical-align: top;
}
.sk-store-products-filter-area #sk-store-products-search-result .sk-ls-product-image {
  width: 40px;
  max-width: 40px;
}
.sk-store-products-filter-area #sk-store-products-search-result .sk-ls-product-data {
  padding-left: 20px;
}
.sk-store-products-filter-area #sk-store-products-search-result .sk-ls-product-data div:not(.sk-ls-product-categories) {
  display: inline-block;
  vertical-align: middle;
}
.sk-store-products-filter-area #sk-store-products-search-result .sk-ls-product-data .sk-ls-product-price {
  position: absolute;
  top: 12px;
  right: 0;
}
.sk-store-products-filter-area #sk-store-products-search-result .sk-ls-product-data .sk-ls-product-stock {
  padding: 4px 8px;
  background: #eeeeee;
  border-radius: 4px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.sk-store-products-filter-area #sk-store-products-search-result h3 {
  display: block;
  margin: 0px;
  font-size: 15px;
}
.sk-store-products-filter-area #sk-store-products-search-result .sk-ls-product-categories span {
  display: inline-block;
  margin-right: 4px;
  font-size: 13px;
}
.sk-store-products-filter-area #sk-store-products-search-result .sk-ls-product-categories span:after {
  content: ",";
}
.sk-store-products-filter-area #sk-store-products-search-result .sk-ls-product-categories span:last-child:after {
  content: "";
}
.sk-store-products-filter-area #sk-store-products-search-result .sk-ls-product-categories span:last-child {
  margin-right: 0;
}
.sk-store-products-filter-area #sk-store-products-search-result .product-price {
  font-size: 14px;
  font-weight: bold;
  bottom: 10px;
  text-align: right;
}
.sk-store-products-filter-area #sk-store-products-search-result .sk-ls-sale-price {
  color: #8f949b;
  text-decoration: line-through;
  margin-left: 8px;
}
.sk-store-products-filter-area .sk-ajax-search-loader {
  background-image: url(../js/../images/spinner-2x.gif);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  z-index: 999;
}
.sk-single-store {
  margin: 0;
}
.sk-single-store .profile-frame {
  padding: 0px;
  position: relative;
  background-size: cover;
  background-color: #eee;
}
.sk-single-store .profile-frame .profile-info-box {
  position: relative;
}
.sk-single-store .profile-frame .profile-info-box a {
  color: inherit;
}
.sk-single-store .profile-frame .profile-info-box:hover {
  color: #fff;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-img {
  width: 100%;
  height: auto;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-img.dummy-image {
  background-image: url(../js/../images/default-store-banner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sk-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img {
  height: 100% !important;
  object-fit: cover;
}
.sk-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img.dummy-image {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
  width: 320px;
  height: 100%;
  padding-top: 25px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
  text-align: center;
  margin-bottom: 12px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
  border-radius: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square img {
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 0;
  padding: 4px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
  font-weight: bold;
  padding: 0;
  font-size: 20px;
  margin: 0 0 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name svg {
  margin-left: 5px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info {
  padding: 0 30px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
  cursor: pointer;
  position: relative;
  list-style: none;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-phone a,
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-email a {
  text-decoration: none;
  color: inherit;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info span.fa-angle-down {
  margin-left: 10px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice .store-notice {
  min-width: 96px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times {
  top: 110%;
  left: -20%;
  color: #3E474F;
  width: 310px;
  z-index: 1;
  display: none;
  padding: 1.5em 2em;
  overflow: auto;
  position: absolute;
  max-height: 435px;
  background: #fff;
  box-shadow: 0 10px 15px -3px #00000040, 0 4px 6px -4px #00000010;
  border-radius: 6px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading {
  margin: 10px 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading i.fa-calendar-day {
  color: #2471A9;
  width: 30px;
  margin: 0 10px 0 -10px;
  height: 30px;
  border: 1px solid #CBD9DC;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times span {
  margin-left: 10px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags {
  display: flex;
  font-size: 15px;
  margin-bottom: 12px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-days {
  flex: 2.3;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_day,
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_time {
  font-weight: 700;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times {
  flex: 4;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-open,
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close {
  cursor: pointer;
  display: inline-block;
  padding: 2px 3px 3.5px;
  transition: 0.5s ease;
  list-style: none;
  margin-bottom: 5.5px;
  border-radius: 0.375rem;
  text-decoration: none;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close {
  color: #D07272;
  padding: 1px 12px;
  border-radius: 16px;
  background-color: #F8E8E7;
  max-width: 75px;
  text-align: center;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags:last-child {
  margin-bottom: 0;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar {
  width: 10px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar-thumb {
  background: #8d9399;
  border-radius: 5px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice #vendor-store-times:hover {
  display: block;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice:hover #vendor-store-times {
  display: block;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .sk-store-open-close .store-open-close-notice:hover span.fa-angle-down:after {
  content: "";
  top: 75%;
  right: 44%;
  width: 25px;
  height: 40px;
  z-index: 1;
  position: absolute;
  transform: rotate(45deg);
  border-radius: 5px;
  background-color: #fff;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li {
  padding-bottom: 8px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  font-weight: bold;
  float: left;
  margin-left: -25px;
  margin-top: 4px;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social {
  list-style: none;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social li {
  display: inline-block;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i {
  font-size: 20px;
  float: none;
  font-weight: normal;
  margin: 0;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-facebook-square {
  color: #3b5998;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-google-plus-square {
  color: #dd4b39;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-twitter-square {
  color: #55acee;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-pinterest-square {
  color: #bd081c;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-linkedin {
  color: #007bb5;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-youtube-square {
  color: #bb0000;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-instagram {
  color: #125688;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-flickr {
  color: #ff0084;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-threads {
  background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-tiktok {
  color: #010101;
  text-shadow: 2px 2px 0 #EE1D52, -2px -2px 0 #69C9D0;
}
.sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .seller-rating {
  display: none;
}
.sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
  position: relative;
  background-color: #fff;
  color: inherit;
  border: 1px solid #EDEDED;
  padding: 0 15px;
}
.sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
  color: #444;
  width: 100%;
  margin-top: -55px;
  padding: 0;
  position: relative;
  background: none;
}
.sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
  float: left;
}
.sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
  margin-bottom: 0;
}
.sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
  width: 150px;
  height: 150px;
}
.sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info {
  float: left;
  padding: 0;
}
.sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  color: #fff;
  margin: 10px 0 25px 15px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
}
.sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
  padding-left: 40px;
  font-size: 14px;
  line-height: 21px;
  margin-left: 0;
}
.sk-single-store .profile-frame.profile-frame-no-banner {
  background-color: transparent;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-img {
  display: none;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper {
  border: 1px solid #EDEDED;
  position: relative;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
  background-color: #fff;
  width: 100%;
  padding: 10px;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
  width: 20%;
  float: left;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
  background: #fff;
  border: 1px solid #ddd;
  padding: 2px;
  width: 150px;
  height: 150px;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
  float: left;
  padding: 0 25px;
  color: #444;
  width: 80%;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  margin-top: 5px;
  font-size: 30px;
  font-weight: bold;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
  margin: 0;
  padding-left: 25px;
  clear: both;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .store-open-close-notice #vendor-store-times {
  left: -30%;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .store-open-close-notice:hover span.fa-angle-down:after {
  right: -2.5px;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li {
  float: left;
  margin-right: 40px;
  position: relative;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li i {
  margin-left: -22px;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li:before {
  content: "·";
  position: absolute;
  top: 10px;
  left: -35px;
  color: #afafaf;
  font-size: 25px;
  line-height: 0;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li:first-child:before {
  content: "";
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
  clear: both;
  position: relative;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
  display: flex;
  padding-left: 0;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
  margin: 0 8px 0 0;
}
.sk-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
  text-shadow: none;
}
.sk-single-store .sk-store-tabs {
  text-align: center;
}
.sk-single-store .sk-store-tabs ul.sk-modules-button {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #EDEDED;
}
.sk-single-store .sk-store-tabs ul.sk-modules-button li {
  display: inline-block;
}
.sk-single-store .sk-store-tabs ul.sk-list-inline {
  display: flex;
  background-color: #fff;
  border-width: 0 1px 1px 1px;
  border-color: #EDEDED;
  border-style: solid;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.sk-single-store .sk-store-tabs ul.sk-list-inline li {
  display: inline-block;
  flex: auto;
  border-right: 1px solid #EDEDED;
  margin-right: -4px;
}
.sk-single-store .sk-store-tabs ul.sk-list-inline li:last-child {
  border-right: unset;
}
.sk-single-store .sk-store-tabs ul.sk-list-inline li a {
  width: 100%;
  text-decoration: none;
  color: #666;
  padding: 10px 15px;
  display: inline-block;
}
.sk-single-store .sk-store-tabs ul.sk-list-inline li a:hover {
  background: #eee;
}
.sk-store-widget input[type=text],
.sk-store-widget input[type=email],
.sk-store-widget textarea {
  width: 100%;
}
.sk-store-widget form.seller-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sk-store-widget form.seller-form ul li {
  margin-bottom: 8px;
  border-bottom: none;
}
.sk-store-widget form.seller-form ul li label.error {
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0px;
}
.sk-store-widget #sk-store-location {
  width: 100%;
  height: 200px;
}
.sk-store-widget form#sk-form-contact-seller .sk-privacy-policy-text p {
  word-break: break-all;
}
.sk-seller-search-form {
  margin: 30px 0px;
}
.sk-seller-search-form .sk-w4 {
  padding: 0 15px;
}
.sk-seller-search-form .sk-w4 input[type=search],
.sk-seller-search-form .sk-w4 select.sk-form-control {
  height: 40px !important;
  border: 1px solid #e2e2e2 !important;
  box-shadow: none !important;
  border-radius: 4px !important;
}
.sk-seller-search-form .sk-w4 input[type=search] {
  background-position-y: 11px !important;
}
.sk-seller-listing {
  position: relative;
}
.sk-seller-listing .sk-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
}
#sk-seller-listing-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
#sk-seller-listing-wrap ul.sk-seller-wrap {
  list-style: none;
  margin: 20px 0px;
  padding: 0;
}
#sk-seller-listing-wrap ul.sk-seller-wrap:before,
#sk-seller-listing-wrap ul.sk-seller-wrap:after {
  content: " ";
  display: table;
}
#sk-seller-listing-wrap ul.sk-seller-wrap:after {
  clear: both;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li {
  list-style-type: none;
  float: left;
  margin: 0 0 20px 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li.coloum-2 {
  width: 50%;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li.coloum-3 {
  width: 33.33%;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-wrapper {
  box-shadow: 0px 0px 25px 0px #ddd;
}
@media (max-width: 767px) {
  #sk-seller-listing-wrap ul.sk-seller-wrap li {
    width: 100% !important;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sk-seller-listing-wrap ul.sk-seller-wrap li {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  #sk-seller-listing-wrap ul.sk-seller-wrap li {
    width: 33.33%;
  }
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content {
  max-width: 100%;
}
@media (max-width: 767px) {
  #sk-seller-listing-wrap ul.sk-seller-wrap li .store-content {
    text-align: left;
  }
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info {
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  height: 220px;
  position: relative;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .store-data-container {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .featured-favourite {
  padding: 20px 20px 10px;
  overflow: hidden;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .featured-favourite .featured-label {
  float: left;
  padding: 2px 10px;
  background: #2d54a3;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 25px -5px #afafaf;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .featured-favourite .favourite-label {
  float: right;
  padding: 2px;
  background: #fff;
  width: 55px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 0px 25px -5px #afafaf;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .featured-favourite .favourite-label i.fa {
  color: #e74c3c;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .store-data {
  padding: 0px 20px;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .store-data h2 {
  margin: 9px 0px;
  padding: 0px;
  font-size: 20px;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .store-data h2 a {
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .store-data h2 a:hover {
  color: #fafafa;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .store-data p {
  margin-bottom: 2px;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .store-data .sk-seller-rating {
  float: none !important;
  margin: 12px 0px 10px;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .store-data .sk-seller-rating:before {
  color: #adb5b6;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .store-data .sk-seller-rating span:before {
  color: #fa9a00;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-content .store-info .store-data p.store-address {
  line-height: 23px;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-footer {
  background: #f7fbfc;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #eee;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-footer a {
  text-decoration: none;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-footer .seller-avatar {
  padding: 6px;
  background: #fff;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -70px;
  right: 20px;
  border-radius: 40px;
  box-shadow: 0px 0px 30px -6px #afafaf;
}
#sk-seller-listing-wrap ul.sk-seller-wrap li .store-footer .seller-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
@media (min-width: 1200px) {
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
    background-color: rgba(0, 0, 0, 0.65);
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
    padding-right: 15px;
    margin: 0;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
    line-height: 1;
    margin-left: 5px;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a {
    display: inline-block;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.55);
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-square-x-twitter {
    color: #000000;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-default img.profile-info-img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper {
    position: relative;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 370px;
    padding: 25px 0 15px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info {
    padding: 5px 30px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info ul.sk-store-info {
    margin-bottom: 10px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    top: 12px;
    right: 15px;
    bottom: auto;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 {
    position: relative;
    width: 100%;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
    position: relative;
    background-color: #fff;
    color: #444;
    border: 1px solid #EDEDED;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery {
    width: 100%;
    margin-top: -75px;
    padding-top: 0;
    background: none;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    position: relative;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px;
    width: 150px;
    height: 150px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info {
    position: relative;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
    color: inherit;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
    padding: 0;
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .store-open-close-notice {
    display: inline-block;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .store-open-close-notice:hover span.fa-angle-down:after {
    right: -2.5px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li {
    text-align: left;
    display: inline-block;
    padding-bottom: 15px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li a {
    color: inherit;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li i {
    display: none;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li:after {
    content: '·';
    color: #9c9c9c;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: 3px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li:last-child:after {
    content: '';
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    position: relative;
    text-align: center;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .sk-store-sidebar,
  .sk-single-store {
    margin-right: 3%;
    width: 94% !important;
    margin-left: 3%;
  }
  .sk-single-store .profile-frame.profile-frame-no-banner .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .sk-single-store .profile-frame .profile-info-box {
    position: relative;
    width: 100%;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
    position: relative;
    background-color: #fff;
    color: #444;
    border: 1px solid #EDEDED;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
    width: 100%;
    padding-top: 0;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    position: relative;
    top: 0;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
    color: inherit;
    font-size: 35px;
    margin-bottom: 11px;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
    width: 100px;
    height: 100px;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
    position: relative;
    top: 0;
    padding: 0;
    width: 100%;
    margin: 0;
    display: block;
    overflow: visible;
    line-height: 1.4;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li {
    text-align: center;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li a {
    color: inherit;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li i {
    display: none;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li span.fa-angle-down {
    display: none;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li .sk-times {
    margin-left: 5px;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li .store-open-close-notice {
    justify-content: center;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li .store-open-close-notice #vendor-store-times {
    left: calc(50% - 155px) !important;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    position: relative;
    top: 0;
    text-align: center;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
    margin-left: 8px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
    padding: 0 8px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
    margin-top: 0px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    top: 0;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square {
    background: none;
    border: 0;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
    width: 100px;
    height: 100px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
    font-size: 20px;
    margin-bottom: 8px;
    color: #444;
    text-shadow: none;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
    top: 0;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li {
    text-align: left;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li i {
    display: inline-block;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .store-open-close-notice {
    justify-content: flex-start;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    position: absolute;
    top: -35px;
    right: 20px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
    top: 0;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
    margin-left: 8px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.55);
    color: #0B8379;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-square-x-twitter {
    color: #000000;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info {
    margin-top: 0;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
    position: relative;
    top: 0px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    color: #444;
    text-shadow: none;
    font-weight: bold;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
    top: 0;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    top: 0;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper {
    height: auto;
    border: 0;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    top: 0;
    margin-right: 15px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
    padding: 0 0 0 15px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
    top: 0;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li {
    float: none;
    text-align: left;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li i {
    display: inline-block;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info li:before {
    content: "";
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info .store-open-close-notice {
    justify-content: flex-start;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    top: 0;
    text-align: left;
    padding: 0 4px;
  }
}
.sk-withdraw-content .sk-withdraw-area h1 {
  margin: 0px 0px 20px;
}
.sk-withdraw-content .sk-withdraw-area ul li {
  display: inline-block;
  padding: 0px 5px;
}
.sk-withdraw-content .sk-withdraw-area .sk-panel-body .sk-panel-inner-container {
  position: relative;
  border-bottom: 1px solid #EDEDED;
  padding: 15px 0;
}
.sk-withdraw-content .sk-withdraw-area .sk-panel-body .sk-panel-inner-container:last-child {
  border-bottom: none;
  margin-bottom: -15px;
}
.sk-withdraw-content .sk-withdraw-area .sk-panel-body .sk-panel-inner-container:first-child {
  margin-top: -15px;
}
.sk-withdraw-content .sk-withdraw-area .sk-panel-body .sk-panel-inner-container p {
  margin-bottom: 5px;
}
.sk-withdraw-content .sk-withdraw-area .sk-panel-body .sk-panel-inner-container .sk-w8 .sk-withdraw-method-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sk-withdraw-content .sk-withdraw-area .sk-panel-body .sk-panel-inner-container .sk-w8 strong a {
  color: var(--sk-button-background-color, #f7931a);
}
.sk-withdraw-content .sk-withdraw-area .sk-panel-body .sk-panel-inner-container .sk-w5 {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(10px, -50%);
}
.sk-withdraw-content .sk-withdraw-area .sk-panel-body .sk-panel-inner-container .sk-w5 button,
.sk-withdraw-content .sk-withdraw-area .sk-panel-body .sk-panel-inner-container .sk-w5 a.sk-btn {
  float: right;
}
.sk-withdraw-content .sk-withdraw-area .sk-panel-body .sk-panel-inner-container .sk-w5 #sk-withdraw-display-requests-button {
  float: right;
  text-decoration: none;
}
.sk-withdraw-content .sk-withdraw-area .sk-withdraw-status-filter-container {
  margin-bottom: 15px;
}
.sk-withdraw-popup h2 {
  font-size: 17px;
  padding: 15px 20px 10px;
  margin: 0px;
  border-bottom: 1px solid #eee;
}
.sk-withdraw-popup .withdraw-schedule-select-container,
.sk-withdraw-popup .sk-form-horizontal .withdraw {
  padding: 15px 30px 0;
}
.sk-withdraw-popup .withdraw {
  margin-top: 15px;
}
.sk-withdraw-popup .footer {
  width: 100%;
  padding: 10px 20px;
  text-align: right;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 500px) {
  .sk-withdraw-content .sk-withdraw-area .entry-content .sk-panel .sk-panel-body .sk-panel-inner-container {
    display: flex;
    flex-direction: column;
  }
  .sk-withdraw-content .sk-withdraw-area .entry-content .sk-panel .sk-panel-body .sk-panel-inner-container .sk-w5 {
    position: relative;
    left: 0;
    right: 100%;
    top: 100%;
    transform: none;
    margin-top: 20px;
  }
  .sk-withdraw-content .sk-withdraw-area .entry-content .sk-withdraw-status-filter-container .sk-add-product-link a {
    margin: 15px 0;
  }
  .sk-withdraw-content .sk-withdraw-area table.sk-table-striped {
    overflow: auto;
    display: block;
  }
  .sk-withdraw-content .sk-withdraw-area table.sk-table-striped tbody tr th {
    width: 150px;
  }
}
.sk-login-form-popup-wrapper {
  width: 430px !important;
  padding: 16px !important;
  margin: 0 auto !important;
}
.sk-login-form-popup-wrapper .sk-login-form-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sk-login-form-popup-wrapper fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
.sk-login-form-popup-wrapper .sk-login-form-error {
  color: #F23030;
  background-color: #f2dede;
  font-size: 0.9em;
}
.sk-login-form-popup-wrapper .sk-login-form-error.has-error {
  padding: 5px 8px;
  margin-bottom: 5px;
}
/*
* template/global/seller-registration-form.php
*
*/
p.vendor-customer-registration .radio {
  display: inline-block;
}
p.vendor-customer-registration .radio:hover {
  cursor: pointer;
  color: #526b6f;
}
.woocommerce-form-register:has(.vendor-customer-registration) {
  height: fit-content !important;
}
.sk-popup-content {
  padding: 18px;
}
.sk-popup-content .sk-popup-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1;
}
.sk-popup-content fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}
.sk-popup-content .mfp-close {
  top: 4px;
  right: 3px;
}
.sk-popup-content .sk-popup-option-list {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
}
.sk-popup-content .sk-popup-option-list li {
  margin: 0 0 3px;
}
.sk-popup-content .sk-popup-option-list li label.sk-popup-block-label {
  display: block;
  margin: 0;
  cursor: pointer;
}
.sk-popup-content .sk-popup-option-list li label.sk-popup-block-label input {
  margin: 0 4px 0 0;
}
.sk-popup-content .sk-popup-error {
  display: none;
  color: #F23030;
}
.sk-popup-content .sk-popup-error.has-error {
  display: block;
}
.iziModal .iziModal-header .iziModal-noSubtitle .iziModal-header-title {
  font-size: revert;
}
.iziModal .iziModal-header-title {
  font-family: revert;
}
#sk-seller-listing-wrap button {
  margin: unset;
  padding: 6px 12px;
}
.site-content .entry-header .entry-title[class] {
  border: none;
}
#sk-seller-listing-wrap .seller-listing-content .sk-seller-wrap .sk-single-seller .store-wrapper .store-data h2 {
  padding: 0 !important;
}
#sk-seller-listing-wrap .seller-listing-content .sk-seller-wrap .sk-single-seller .store-wrapper .store-data .sk-seller-rating i.dashicons {
  width: 15px;
  font-size: 17px;
}
#sk-seller-listing-wrap .seller-listing-content .sk-seller-wrap .sk-single-seller .store-wrapper .store-data .sk-seller-rating i.dashicons.dashicons-star-filled,
#sk-seller-listing-wrap .seller-listing-content .sk-seller-wrap .sk-single-seller .store-wrapper .store-data .sk-seller-rating i.dashicons.dashicons-star-half {
  color: #fa9a00;
}
#sk-seller-listing-wrap.grid-view .store-wrapper {
  position: relative;
}
#sk-seller-listing-wrap.grid-view .store-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}
#sk-seller-listing-wrap.grid-view .store-content.default-store-banner {
  background: transparent;
}
#sk-seller-listing-wrap.grid-view .store-content .store-data-container {
  padding: 5px 20px;
}
#sk-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite {
  position: relative;
  top: 10px;
}
#sk-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite .featured-label {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  padding: 2px 10px;
  background: #2d54a3;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 25px -5px #afafaf;
}
#sk-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
  font-size: 25px;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
#sk-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a:active,
#sk-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a:focus {
  text-decoration: none;
  outline: none;
}
#sk-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .sk-seller-rating p.rating {
  display: none !important;
}
#sk-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address {
  margin: 0 0 5px 0;
  line-height: 23px;
}
#sk-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address br {
  display: none;
}
#sk-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone {
  margin: 0 0 5px 0;
}
#sk-seller-listing-wrap.grid-view .store-footer {
  background: #fff;
  position: relative;
}
#sk-seller-listing-wrap.grid-view .store-footer a:active,
#sk-seller-listing-wrap.grid-view .store-footer a:focus {
  outline: none;
  text-decoration: none;
}
#sk-seller-listing-wrap.grid-view .store-footer .sk-btn-theme.sk-btn-round {
  margin-right: 10px;
}
#sk-seller-listing-wrap .seller-listing-content .sk-error {
  margin: 15px;
}
#sk-seller-listing-wrap .store_open_is_on {
  margin-top: 35px;
}
#sk-seller-listing-wrap .sk-store-is-open-close-status {
  padding: 0px 10px;
  display: block;
  border-radius: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
  box-shadow: 0px 0px 25px -5px #afafaf;
}
#sk-seller-listing-wrap .sk-store-is-open-status {
  background-color: #1dbf73;
}
#sk-seller-listing-wrap .sk-store-is-closed-status {
  background-color: #999;
}
#sk-seller-listing-wrap .sk-single-seller .store-wrapper .store-header .store-banner {
  min-height: 220px;
  position: relative;
}
#sk-seller-listing-wrap .sk-single-seller .store-wrapper .store-header .store-banner img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  height: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  object-fit: cover;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller {
  width: 100%;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  position: relative;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-header .store-banner {
  min-height: 140px;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-header .store-banner img {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-content .store-data-container .featured-favourite .featured-label {
  padding: 2px 10px;
  background: #2d54a3;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 25px -5px #afafaf;
  position: absolute;
  left: 8px;
  top: 10px;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-content .store-data-container .store-data h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a {
  color: #000;
  text-decoration: none;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a:active,
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a:focus {
  text-decoration: none;
  outline: none;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-content .store-data-container .store-data .sk-seller-rating[class] {
  overflow: visible;
  z-index: 1;
  min-width: 85px;
  font-family: 'Open Sans', sans-serif;
  color: gray;
  float: right;
  position: relative;
  top: -15px;
  left: 25%;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-content .store-data-container .store-data .sk-seller-rating[class]:before {
  font-family: star;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-content .store-data-container .store-data .sk-seller-rating[class] span:before {
  font-family: star;
  color: #fa9a00;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address {
  margin-top: 5px;
  display: inline;
  font-size: 15px;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address:before {
  content: "\f082";
  font-family: dashicons;
  color: #0bb90b;
  font-size: 22px;
  position: relative;
  top: 5px;
  left: -5px;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address br {
  display: none;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-content .store-data-container .store-data .store-phone {
  display: none;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper > .store-content {
  flex-basis: 43%;
  padding-left: 4%;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-header {
  flex-basis: 20%;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .sk-store-is-open-close-status {
  color: #fff;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-footer[class] {
  display: flex;
  flex-direction: row-reverse;
  flex-basis: 33%;
  border: none;
  text-align: right;
  background: transparent;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-footer[class] a:active,
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-footer[class] a:focus {
  outline: none;
  text-decoration: none;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-footer[class] .seller-avatar {
  display: none;
}
#sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-footer[class] button {
  margin-right: 20px;
}
.woocommerce-MyAccount-content ul.sk-account-migration-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #eee;
}
.woocommerce-MyAccount-content ul.sk-account-migration-lists li {
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.woocommerce-MyAccount-content ul.sk-account-migration-lists li:last-child {
  border-bottom: none;
}
.woocommerce-MyAccount-content ul.sk-account-migration-lists li .left-content {
  text-align: left;
  flex: 2;
}
.woocommerce-MyAccount-content ul.sk-account-migration-lists li .left-content p {
  margin: 0px;
}
.woocommerce-MyAccount-content ul.sk-account-migration-lists li .right-content {
  text-align: right;
  flex: 1;
}
.store-cat-stack-sk.cat-drop-stack ul {
  max-height: 800px;
  overflow-y: scroll;
}
/*--------------------------------------------------
:: Responsive Styles
-------------------------------------------------- */
@media (max-width: 1366px) {
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
    max-width: 650px;
  }
}
@media (max-width: 1199px) {
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
    max-width: 590px;
  }
  .sk-dashboard .sk-dashboard-content .sk-table {
    display: block;
    overflow: scroll;
  }
}
@media (max-width: 992px) {
  #sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper {
    padding: 0px 10px 0px 0px;
  }
  #sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-wrapper .store-header .store-banner {
    min-height: 120px;
  }
  #sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-content .store-data-container .store-data h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #sk-seller-listing-wrap.list-view .sk-seller-wrap .sk-single-seller .store-content .store-data-container .store-data .store-address {
    font-size: 14px !important;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
    max-width: 430px;
  }
}
@media (max-width: 767px) {
  .sk-table {
    border: none;
    text-align: left;
    width: 100%;
    max-width: 100%;
  }
  .sk-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }
  .sk-table tbody tr {
    vertical-align: inherit;
    width: 100%;
  }
  .sk-table tbody tr td {
    padding: 6px;
    text-align: left;
    border-color: #ededed;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    background: #fff;
  }
  .sk-table tbody tr td:before {
    padding-right: 20px !important;
    float: left;
    font-weight: bold;
  }
  .sk-table tbody tr .post-date .status {
    float: right;
  }
  .sk-table tbody tr .diviader {
    background: transparent !important;
    border: none !important;
    height: 15px;
    background: none;
  }
  .sk-table tbody tr .diviader:before {
    content: ' ';
  }
  .sk-table tbody tr td:first-child {
    border-top-width: 1px;
  }
  .sk-table tbody tr .sk-order-action {
    width: 100%;
  }
  .sk-table tbody .row-actions {
    visibility: visible !important;
  }
  .sk-orders-area .sk-w8 {
    width: 100% !important;
  }
  .sk-orders-area .sk-w4 {
    width: 100% !important;
  }
  .sk-primary {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sk-primary li.product {
    width: 100% !important;
  }
  .sk-secondary {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sk-dashboard .sk-dash-sidebar,
  .sk-dashboard .sk-dashboard-content {
    float: none;
    width: 100%;
  }
  .sk-dashboard .sk-dash-sidebar ul.sk_tabs,
  .sk-dashboard .sk-dashboard-content ul.sk_tabs {
    border: 0;
    gap: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .sk-dashboard .sk-dash-sidebar ul.sk_tabs li,
  .sk-dashboard .sk-dashboard-content ul.sk_tabs li {
    margin: auto 0 !important;
    border-bottom: 1px solid #EDEDED;
  }
  .sk-dashboard .sk-dash-sidebar ul.sk_tabs li.active a,
  .sk-dashboard .sk-dashboard-content ul.sk_tabs li.active a {
    border-bottom: 1px solid #EDEDED;
  }
  .sk-dashboard .product-edit-new-container .sk-edit-row .sk-side-left,
  .sk-dashboard .product-edit-new-container .sk-edit-row .sk-side-right {
    float: none;
    width: auto;
  }
  .sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li {
    display: inline-block;
    border-right: 1px solid #454545;
  }
  .sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.active:after {
    content: '';
    display: none;
  }
  .sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li a {
    padding: 12px 24px;
  }
  .sk-dashboard .sk-dashboard-content {
    padding-left: 0;
  }
  ul.sk-seller-wrap {
    text-align: center;
  }
  ul.sk-seller-wrap li.sk-single-seller {
    width: 90% !important;
    margin-bottom: 50px;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .sk-single-store .sk-store-tabs ul.sk-modules-button li {
    display: inline-block;
    margin: 0 5px 3px 0 !important;
  }
  .sk-single-store .sk-store-tabs ul.sk-modules-button li:last-child {
    margin-top: 0 !important;
  }
  .sk-single-store .sk-store-tabs ul.sk-modules-button li button {
    font-size: 12px;
    margin: 0 !important;
    top: 0 !important;
  }
  .sk-single-store .sk-store-tabs ul.sk-list-inline {
    flex-wrap: wrap;
  }
  .sk-single-store .sk-store-tabs ul.sk-list-inline li {
    margin-right: unset;
    border-bottom: 1px solid #ededed;
  }
  .sk-store-products-filter-area .sk-store-products-ordeby {
    display: flex;
    flex-wrap: wrap;
  }
  .sk-store-products-filter-area .sk-store-products-ordeby input.product-name-search {
    width: 70%;
  }
  .sk-store-products-filter-area .sk-store-products-ordeby input.search-store-products {
    width: 30%;
  }
  .sk-store-products-filter-area select.orderby.orderby-search {
    flex-basis: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 430px) {
  .apply-filter {
    margin-top: 20px;
  }
  .apply-filter #cancel-filter-btn {
    display: block !important;
  }
  .sk-dashboard .sk-dash-sidebar,
  .sk-dashboard .sk-dashboard-content {
    float: none;
    width: 100%;
    padding: 20px 0;
  }
  .sk-dashboard .sk-dash-sidebar .sk-table,
  .sk-dashboard .sk-dashboard-content .sk-table {
    display: table;
  }
  .sk-dashboard .sk-dash-sidebar article,
  .sk-dashboard .sk-dashboard-content article {
    overflow: scroll;
  }
  .sk-dashboard .sk-dash-sidebar .sk-settings-area .sk-banner,
  .sk-dashboard .sk-dashboard-content .sk-settings-area .sk-banner {
    width: auto;
    height: auto;
    margin-bottom: 15px;
    min-height: unset;
  }
  .sk-dashboard .dashboard-content-area .sk-announcement-widget .sk-right {
    float: right !important;
  }
  .sk-dashboard .dashboard-content-area .sk-announcement-widget .sk-left {
    float: left !important;
  }
  .sk-dashboard .dashboard-content-area .sk-dash-left {
    padding-right: 0 !important;
  }
  .sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu:before,
  .sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu:after {
    content: " ";
    display: table;
  }
  .sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu:after {
    clear: both;
  }
  .sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li {
    float: left;
    width: 100%;
  }
  .sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li a {
    padding: 12px 18px;
  }
  .sk-dashboard .sk-orders-area .sk-order-filter-serach {
    padding: 10px 0 10px 0;
  }
  .sk-dashboard .sk-orders-area .sk-order-filter-serach .sk-btn {
    padding: 6px 13px;
  }
  .sk-dashboard .sk-product-listing .sk-product-listing-area .product-listing-top {
    border-bottom: 0;
  }
  .sk-dashboard .sk-product-listing .sk-product-listing-area .product-listing-top ul.sk-listing-filter {
    width: 100%;
  }
  .sk-dashboard .sk-product-listing .sk-product-listing-area .product-listing-top .sk-add-product-link {
    display: flex;
    justify-content: space-between;
    width: auto;
    float: none;
  }
  .sk-dashboard .sk-product-listing .sk-product-listing-area .sk-product-date-filter {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  .sk-dashboard .sk-product-listing .sk-product-listing-area .sk-product-date-filter .sk-form-group {
    margin-bottom: 10px;
  }
  .sk-dashboard .sk-product-listing .sk-product-listing-area .sk-product-search-form {
    justify-content: space-between;
  }
  .sk-dashboard .sk-product-listing .sk-product-listing-area .sk-product-search-form .sk-form-group {
    margin-bottom: 0;
    margin-right: 0;
    width: 73%;
  }
  .sk-dashboard .sk-product-listing .sk-product-listing-area .sk-product-search-form .sk-btn {
    width: 25%;
  }
  .sk-dashboard .sk-product-listing .sk-product-listing-area #sk-bulk-action-selector {
    width: 73%;
    margin-right: 2%;
  }
  .sk-dashboard .sk-product-listing .sk-product-listing-area #sk-bulk-action-submit {
    width: 25%;
    margin-right: 0;
  }
  .sk-dashboard .sk-product-listing .sk-product-listing-area #product-filter .sk-btn {
    width: 100%;
  }
  .sk-dashboard .sk-right,
  .sk-dashboard .sk-left {
    float: none !important;
  }
  .sk-dashboard .sk-w6,
  .sk-dashboard .sk-w8,
  .sk-dashboard .sk-w4 {
    float: none;
    width: 100%;
  }
  .sk-dashboard .sk-reports-content .sk-reports-area .sk-reports-wrap .report-left,
  .sk-dashboard .sk-reports-content .sk-reports-area .sk-reports-wrap .report-right {
    width: 100%;
  }
  .sk-dashboard .sk-product-edit-area .sk-product-edit-left,
  .sk-dashboard .sk-product-edit-area .sk-product-edit-right {
    float: none;
    width: 100%;
  }
  .sk-dashboard .content-half-part {
    float: none;
    width: 100%;
  }
  .sk-dashboard .content-half-part {
    margin-bottom: 8px;
  }
  .sk-dashboard .content-half-part:last-child {
    padding-left: 0px;
  }
  .sk-dashboard .content-half-part:first-child {
    padding-right: 0px;
  }
  .sk-dashboard ul.sk_tabs {
    padding-left: 0;
    margin-right: 0;
  }
  .sk-dashboard ul.sk_tabs li {
    margin-bottom: 10px;
  }
  .sk-single-store .profile-frame .profile-info-box {
    width: 100%;
  }
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
    max-width: 280px;
  }
  .sk-seller-wrap .sk-single-seller .store-wrapper .store-footer {
    display: flex;
  }
}
@media (max-width: 375px) {
  .sk-order-filter-serach form:first-child .sk-form-group {
    display: flex;
  }
}
@media (max-width: 360px) {
  .sk-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .sk-store-info {
    max-width: 200px;
  }
}


/* === END DASHBOARD & STORE LAYOUT === */


/**
 * SK Theme CSS
 *
 * Vendor dashboard, store pages, product upload, subscriptions,
 * vendor info boxes, seller listing, geolocation map, etc.
 *
 * These rules target .sk-* / #sk-* selectors and are enqueued by sk-lite.
 * Extracted from kadence-child/style.css.
 */

/* Global: .sk-btn-theme → bitcoin orange (overrides style.css purple) */
input[type='submit'].sk-btn-theme,
a.sk-btn-theme,
.sk-btn-theme {
  background-color: #F7931A !important;
  border-color: transparent !important;
  color: #fff !important;
}
input[type='submit'].sk-btn-theme:hover,
a.sk-btn-theme:hover,
.sk-btn-theme:hover,
input[type='submit'].sk-btn-theme:focus,
a.sk-btn-theme:focus,
.sk-btn-theme:focus,
input[type='submit'].sk-btn-theme:active,
a.sk-btn-theme:active,
.sk-btn-theme:active {
  background-color: #e8820f !important;
  border-color: transparent !important;
  color: #fff !important;
}

@media (max-width: 684px) {
.sk-dashboard .sk-settings-area .sk-control-label {
  color: #fff !important;
  margin-left: 10px;
  }
}

/*---- Profil Pic Avatar ----*/

/* SK: Kontakt-Hinweis – volle Breite im Content, ohne Layout-Bruch */
.sk-dashboard .sk-dashboard-content .kontakt-hinweis {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px !important;        /* nur unten Abstand, kein zentrierendes auto */
  padding: 16px 20px !important;       /* Innenabstand */
  background-color: #fff3cd;           /* bootstrap-like warning */
  border: 1px solid #ffeeba;
  color: #856404;
  border-radius: 8px;                   /* gleicher Radius wie dein Content */
  text-align: center;
}

/* Link-Stil im Banner */
.sk-dashboard .sk-dashboard-content .kontakt-hinweis a {
  color: #d9534f;
  text-decoration: underline;
}

/* SK: Vendor-Info-Box hübsch machen */
.single-product .sk-vendor-info-wrap {
  border: 1px solid #2e3846 !important;   /* statt weiß */
  background: #181e27 !important;
  border-radius: 14px !important;
  padding: 14px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.28) !important;
  margin-top: 10px !important;
  margin-bottom: 10px;
}

/* Hover-Feedback (dezent) */
.single-product .sk-vendor-info-wrap:hover {
  border-color: rgba(247,147,26,.55) !important;
  box-shadow: 0 14px 32px rgba(0,0,0,.35), 0 0 0 3px rgba(247,147,26,.10) !important;
}

/* Avatar: rund mit BTC-Orange Ring */
.single-product .sk-vendor-info-wrap .sk-vendor-image img {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
  border: 3px solid #F7931A !important;
  box-shadow: 0 2px 6px rgba(0,0,0,.35) !important;
}

/* Textblock: Name/Rating sauber setzen */
.single-product .sk-vendor-info-wrap .sk-vendor-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.single-product .sk-vendor-info-wrap .sk-store-name,
.single-product .sk-vendor-info-wrap .sk-store-name a {
  color: #cfd6df !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.single-product .sk-vendor-info-wrap .sk-store-name a:hover {
  color: #ffffff !important;
}

/* Sterne/Meta dezenter, Sterne in Orange */
.single-product .sk-vendor-info-wrap .seller-rating,
.single-product .sk-vendor-info-wrap .seller-rating * {
  color: #F7931A !important;
}
.single-product .sk-vendor-info-wrap .sk-store-info {
  color: #9aa4b2 !important;
  font-size: 14px !important;
}
@media (max-width: 560px) {
  .single-product .sk-vendor-info-wrap {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 12px 14px !important;
  }
}

/* Falls Theme irgendwo den alten weißen Rahmen neu setzt – hart neutralisieren */
.single-product .sk-vendor-info-wrap {
  box-sizing: border-box !important;
}

/* Vendor-Karte: als Link kenntlich machen */
.single-product .sk-vendor-info-wrap {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important; /* iOS */
}

/* optional: kleines Hover-/Focus-Feedback */
.single-product .sk-vendor-info-wrap:hover,
.single-product .sk-vendor-info-wrap:focus-within {
  box-shadow: 0 14px 32px rgba(0,0,0,.35), 0 0 0 3px rgba(247,147,26,.10) !important;
  border-color: rgba(247,147,26,.55) !important;
}

/* ----------------------------------------------------------
   WooCommerce Widget: Neueste Produkte – Dark Card Look
   Passt zum Site-Theme (#252d38 / #F7931A)
   ---------------------------------------------------------- */

/* Die Widget-Karte selbst */
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products {
  background: #252d38;
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  overflow: hidden;
}

/* Titel */
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products .widgettitle {
  color: #fff;
  font-weight: 700;
  margin: 0 0 10px;
  position: relative;
}
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products .widgettitle::after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 56px;
  height: 3px;
  border-radius: 2px;
  background: #F7931A;   /* Bitcoin-Orange Akzent */
  opacity: .9;
}

/* Liste zurücksetzen */
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products ul.product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Einzelnes Item */
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products ul.product_list_widget li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 2px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .2s ease, transform .15s ease;
}

/* Hover-Highlight für die Zeile */
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products ul.product_list_widget li:hover {
  background: rgba(255,255,255,.03);
  border-radius: 8px;
}

/* Letztes Item ohne Trennlinie */
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products ul.product_list_widget li:last-child {
  border-bottom: 0;
}

/* Thumbnail */
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products ul.product_list_widget li img {
  width: 65px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
  flex-shrink: 0;
}

/* Produkt-Titel */
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products ul.product_list_widget li a {
  color: #d7dee7;             /* helles Grau auf Dark */
  font-weight: 600;
  line-height: 1.25;
  display: inline-block;
  transition: color .2s ease;
  text-decoration: none;
}

/* Hover in Bitcoin-Orange */
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products ul.product_list_widget li a:hover {
  color: #F7931A;
}

/* Preiszeile */
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products
  ul.product_list_widget li .woocommerce-Price-amount {
  color: #F7931A;
  font-weight: 700;
}

/* Durchgestrichener alter Preis (bei Angeboten) */
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products
  ul.product_list_widget li del {
  color: #9aa4b2;
  opacity: .85;
  margin-right: 6px;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #F7931A;
}

/* Kleinere Meta-Zeilen (falls vorhanden) */
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products
  ul.product_list_widget li .reviewer,
.sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products
  ul.product_list_widget li .amount small {
  color: #9aa4b2;
  font-size: .85em;
}
@media (max-width: 767px) {
  .sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products {
    padding: 14px 14px;
    border-radius: 10px;
  }
  .sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products
    ul.product_list_widget li img {
    width: 48px;
    height: 48px;
    border-radius: 7px;
  }
  .sk-store-wrap .sk-store-sidebar .widget.woocommerce.widget_products
    .widgettitle::after {
    width: 48px;
  }
}

/* ----------------------------------------------------------
 * Neueste Produkte Widget – Umrechnung ausblenden
 * ---------------------------------------------------------- */
.sk-store-wrap .sk-store-sidebar 
.widget.woocommerce.widget_products 
ul.product_list_widget li div[style*="font-size: 0.8em"] {
  display: none !important;
}

.sk-store-wrap .sk-store-sidebar .woocommerce del .woocommerce-Price-amount {
	display: none
}

/* ===========================
             DOKAM
   =========================== */

/*-----SK Vendor Navigation -----*/

/* Container */
#sk-seller-listing-wrap .pagination-container {
  margin-top: 40px;
  text-align: center;
}

/* Grundlayout */
#sk-seller-listing-wrap .pagination li {
  display: inline-block;
  margin: 0 4px;
}

/* Standardzustand (nicht aktiv) */
#sk-seller-listing-wrap .pagination li a,
#sk-seller-listing-wrap .pagination li span {
  display: inline-block;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  background-color: transparent;
  border: none;                 /* kein Rahmen */
  color: #ffffff;               /* weiße Schrift */
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* Hover auf nicht aktiven Seiten */
#sk-seller-listing-wrap .pagination li a:hover {
  background-color: #f7931a;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(247, 147, 26, 0.4);
}

/* Aktive Seite */
#sk-seller-listing-wrap .pagination li span.current {
  background-color: #f7931a;
  color: #ffffff;
  border: none;
  box-shadow: 0 0 10px rgba(247, 147, 26, 0.4);
}

/* Next / Prev Buttons */
#sk-seller-listing-wrap .pagination li a.next.page-numbers,
#sk-seller-listing-wrap .pagination li a.prev.page-numbers {
  background-color: transparent;
  color: #ffffff;
  border: none;
}

#sk-seller-listing-wrap .pagination li a.next.page-numbers:hover,
#sk-seller-listing-wrap .pagination li a.prev.page-numbers:hover {
  background-color: #f7931a;
  color: #ffffff;
}

/* Schwarze Schrift im Abonnementbereich (Shrimp Paket etc.) */
/* seller_subs_info text colours — box styling handled below */
.sk-dashboard-subscription-wrap .seller_subs_info span,
.sk-dashboard-subscription-wrap .seller_subs_info p {
  color: #c4cdd8 !important;
  font-size: 15px !important;
}


/* ===== Layout: 2 Desktop / 1 Mobile via Grid ===== */
.sk-subscription-content .pack_content_wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  column-gap: 24px !important;
  row-gap: 70px !important;
}

/* Karten-Basis */
.sk-subscription-content .pack_content_wrapper .product_pack_item {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  position: relative;
  background: #1e2b3c !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  padding: 28px 24px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
  border-radius: 10px !important;
  color: #c4cdd8 !important;
  text-align: center;
}
@media (max-width: 640px) {
  .sk-subscription-content .pack_content_wrapper {
    grid-template-columns: 1fr !important;
  }
}

/* ===== Preis-/Anzahl-Kreis oben: BTC-Orange, zentriert, Text weiss ===== */
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_price,
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_price *,
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_price .woocommerce-Price-amount,
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_price .woocommerce-Price-amount bdi {
  color: #fff !important; /* Weiss nur im Kreis */
}

.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_price {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -52px;
  transform: translateX(-50%);
  background: #F7931A !important;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0;
  box-shadow: 0 6px 20px rgba(247,147,26,0.4), 0 2px 4px rgba(0,0,0,.3);
}

/* ===== Buttons in Bitcoin-Orange ===== */
.sk-subscription-content .buy_pack_button a.sk-btn,
.sk-subscription-content .buy_pack_button a.sk-btn-theme {
  background-color: #F7931A !important;   /* Bitcoin-Orange */
  border-color: #F7931A !important;
  color: #fff !important;                 /* weisse Schrift */
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}

.sk-subscription-content .buy_pack_button a.sk-btn:hover,
.sk-subscription-content .buy_pack_button a.sk-btn-theme:hover {
  background-color: #d97e10 !important;   /* etwas dunkler bei Hover */
  border-color: #d97e10 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(247,147,26,0.3);
}

/*-- SK Upload Product Pictures --*/

/* === Einheitlicher Stil für alle Upload-Boxen (Dark Theme) === */

/* Hauptbild-Upload */
.sk-feat-image-upload {
  border: 2px solid #3a3f48 !important;
  background-color: #232a34 !important;
  border-radius: 10px !important;
  transition: all 0.2s ease-in-out;
}

.sk-feat-image-upload:hover {
  border-color: #f6c343 !important; /* sanftes Lightning-Gelb beim Hover */
  background-color: #2b3240 !important;
}



/* Maximale Höhe für das Profilbild im Store-Header */
.sk-single-store .profile-info-box .profile-info-img {
  max-height: 370px !important;
  object-fit: cover !important;
  display: block;
  margin: 0 auto; /* optional: zentrieren */
}
@media (max-width: 768px) {
  .sk-single-store .profile-info-box .profile-info-img {
    max-height: 250px !important;
  }
}

@media (max-width: 430px) {
  .sk-dashboard .sk-product-listing .sk-product-listing-area .sk-product-search-form .sk-btn {
    width: 25%;
    margin-bottom: 0;
  }
}
@media (max-width: 430px) {
  .sk-dashboard .sk-product-listing .sk-product-listing-area .sk-product-search-form .sk-form-group {
    margin-bottom: 10px;
    margin-right: 0;
    width: 73%;
  }
}


/*-- Subscrptions --*/

.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_price {
  background-color: #F7931A !important;
}

/* Paket-Titel in Orange */
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_content h2 {
  color: #F7931A !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}
/* Paket-Body-Text hell + lesbar */
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_content,
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_content p,
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_short_desc,
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_short_desc p {
  color: #c4cdd8 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_data_option {
  color: #c4cdd8 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  margin: 14px 0 !important;
}
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_data_option strong {
  color: #e8ecf0 !important;
  font-size: 19px !important;
}

/* ==========================================================
 * DASHBOARD LAYOUT — sidebar + content as one unified block
 * The WRAP gets the border-radius + overflow:hidden.
 * Sidebar and content have NO individual radius — the parent clips them.
 * ========================================================== */

/* Outer container: one seamless rounded block */
.sk-dashboard .sk-dashboard-wrap {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 0 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}

/* Sidebar: fixed width, no individual radius, thin right divider */
.sk-dashboard .sk-dash-sidebar {
  flex: 0 0 220px !important;
  max-width: 220px !important;
  min-width: 220px !important;
  align-self: stretch !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  border-right: 1px solid rgba(255,255,255,0.07) !important;
}

/* Content: fills remaining width, no individual radius */
.sk-dashboard .sk-dashboard-content {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
  background-color: #252d38 !important;
  padding: 24px !important;
  overflow: visible;
  margin-top: 0 !important;
}

/* Mobile: stack vertically */
@media (max-width: 991px) {
  .sk-dashboard .sk-dashboard-wrap {
    flex-direction: column !important;
    border-radius: 8px !important;
  }
  .sk-dashboard .sk-dash-sidebar {
    flex: none !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  .sk-dashboard .sk-dashboard-content {
    padding: 16px !important;
  }
}

@media (max-width: 767px) {
  .sk-layout .mt-4 {
    margin-top: 1rem;
    padding-left: 10px;
  }
}

/*------------------------*/
/*  SK Shop Overview   */
/*------------------------*/

#sk-seller-listing-wrap ul.sk-seller-wrap li .store-footer {
  background: #252d38;
  position: relative;
  padding: 15px 20px;
}

#sk-seller-listing-wrap ul.sk-seller-wrap li .store-wrapper {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  .sk-w4.ajax_prev.sk-text-left {
    margin-left: 0 !important;
    text-align: center !important;
    width: 100%;
  }

  .sk-w4.ajax_prev.sk-text-left input.sk-btn {
    display: inline-block;
    margin: 0 auto;
  }
}


/*-----NOTYETORDERED-----*/

/* ----------------------------------------------------------
 * SK: nur den Inhaltsbereich (Article) als graue Karte
 * mit Innenabstand darstellen – Sidebar bleibt unberührt
 * ---------------------------------------------------------- */

.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_price .dps-rec-period {
  color: #F7931A !important;
}

.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_price .dps-rec-period {
  color: #fff !important;
}

/* Preiszahl in den Abopaketen mittig ausrichten */
.sk-subscription-content .pack_price {
  text-align: center;
}

.sk-subscription-content .pack_price .amount {
  display: inline-block; /* verhindert, dass es über die ganze Breite streckt */
}

/* SK Dashboard Produkte in die Mitte */

.sk-dashboard .sk-dash-left {
     padding-top: 15px;
	  float: none;
    margin: auto;
    display: block !important;
    text-align: left;
}

/* Button-Margen bei Filterbereich */
.sk-order-filter-serach .sk-left .sk-btn-sm {
    margin-top: 10px !important;
}

/* „Filter“-Button wieder nach oben holen */
.sk-order-filter-serach .sk-left .sk-btn-sm[name="sk_order_filter"] {
    margin-top: 0 !important;
    align-self: flex-start;
}

.sk-product-listing .sk-product-listing-area table.product-listing-table td.column-primary a {
  color: white;
  text-decoration: none; /* optional, falls kein Unterstrich beim normalen Zustand */
}

/* Schriftfarbe im Dropdown-Feld */
.sk-store-products-filter-area .orderby-search {
  color: black; /* oder #aaa für etwas heller */
}

/* Suchen Button Shop */
.sk-store-products-filter-area .search-store-products {
	margin-left: 10px;
}
@media (max-width: 480px) {
  .sk-store-products-filter-area .search-store-products {
    margin-top: 5px;
		margin-left: 1px;
		padding-left: 8px
  }
}

.sk-store-custom-fields i.fa-bolt {
    position: relative;
    top: 5px; /* 5px nach unten verschieben */
}

.sk-store-custom-fields code {
    display: inline-block;
    padding-top: 5px;
}

/* Hide Quickedit in SK Dashboard Product overview */

.sk-product-listing .sk-product-listing-area table.product-listing-table td.column-primary a {
	color: white;
}
@media only screen and (max-width: 480px) {
    .sk-dashboard-header h1.entry-title {
        font-size: 22px !important;
        word-break: break-word;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .sk-dashboard-header .sk-update-setting-top {
        font-size: 16px;
        margin-bottom: 12px;
        display: block;
    }

    .sk-settings-content .sk-dashboard-header-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .sk-dashboard-header {
        padding: 0 10px;
    }

    .sk-settings-content {
        overflow-x: hidden !important;
    }
}
@media only screen and (max-width: 768px) {
  .sk-settings-content .sk-settings-area .sk-update-setting-top {
    width: 100% !important;
    float: none !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 15px;
  }

  .sk-update-setting-top-button {
    margin: 0 auto !important;
    float: none !important;
  }
}

.sk-layout .w-full.rounded.transition-all.duration-300.border.mb-5 {
  color: #fff !important;
}

.sk-advertisement-container {
  border: 4px solid #f7931a; /* Bitcoin-Orange */
  padding: 15px;             /* Abstand nach innen */
  border-radius: 8px;        /* optional: abgerundete Ecken */
  box-sizing: border-box;    /* Rahmen + Padding sauber berechnet */
	margin-bottom: 25px;
}

.sk-product-listing .sk-product-listing-area table.product-listing-table td.column-primary a:hover {
  color: #F7931A; /* offizielles Bitcoin Orange */
}

.sk-dashboard header.sk-dashboard-header h1 {
	padding-bottom: 25px
	
}

/* Zelle für das Werbe-Icon mittig ausrichten */
.sk-dashboard th.product-advertisement-th {
  text-align: center !important;
}
.sk-dashboard th.product-advertisement-th .fa-stack {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.sk-dashboard td.product-advertisement-td {
  text-align: center;           /* Icon + Text zentrieren */
  white-space: normal !important; /* evtl. von vorher: nowrap wieder aufheben */
  padding: 6px 4px;
}

/* Icon mittig (Font-Awesome Stack) */
.sk-dashboard td.product-advertisement-td .fa-stack {
  display: inline-block !important;
  margin: 0 auto;               /* horizontal mittig */
  vertical-align: middle;
}

/* Text UNTER dem Icon, zentriert */
.sk-dashboard td.product-advertisement-td::after {
  content: "Produkt bewerben";
  display: block;               /* unter dem Icon */
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #F7931A;               /* Bitcoin-Orange */
}

.sk-layout-content-area h4.text-base.font-medium {
  color: #000 !important;
}

/* Vendor-Name auf Produktseite weiß */
body.single-product .sk-vendor-info-wrap .sk-vendor-name h5 {
    color: #fff !important;
}

/* Kontaktinfos im Store-Header */
ul.sk-store-custom-fields,
ul.sk-store-custom-fields li,
ul.sk-store-custom-fields ol,
ul.sk-store-custom-fields ul {
    margin: 1px !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Action-Links (z.B. Bearbeiten, Löschen) sichtbar & grau */
.sk-dashboard .row-actions span a {
    color: grey !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Hover-Farbe auf Bitcoin-Orange */
.sk-dashboard .row-actions span a:hover {
    color: #f7931a !important;
    text-decoration: underline;
    background: transparent !important;
}

/* Dashboard-Schrift allgemein grau */
.sk-dashboard,
.sk-dashboard .sk-dash-sidebar,
.sk-dashboard .sk-dashboard-content,
.sk-dashboard .sk-dashboard-area,
.sk-dashboard .sk-dash-left,
.sk-dashboard .sk-dash-right,
.sk-dashboard .sk-dashboard-header,
.sk-dashboard .sk-dashboard-widget {
    color: grey !important;
}

/* Label-Texte in Produktformularen */
.sk-dashboard .product-edit-container label,
.sk-dashboard .product-edit-new-container label {
    color: #aaa !important;
}

/* Bereichsüberschriften — dark theme */
.sk-dashboard .sk-section-heading h2,
.sk-dashboard .sk-section-heading h2 i {
    color: #e8ecf0 !important;
}

/* Tabellenüberschriften in Produktliste weiß */
.sk-dashboard #sk-product-list-table thead th {
    color: #fff !important;
}

/* Filter-Navigation (z. B. All, Published, etc.) */
.sk-dashboard .sk-listing-filter.sk-left li a {
    color: #fff !important;
}

/* Aktives Filterelement in Orange */
.sk-dashboard .sk-listing-filter.sk-left li.active a {
    color: #ff6600 !important;
    font-weight: bold;
}

/* Bestellstatus-Links (weiß) */
.sk-dashboard .sk-orders-area .order-statuses-filter li a {
    color: #fff !important;
}

/* Aktiver Bestellstatus orange & fett */
.sk-dashboard .sk-orders-area .order-statuses-filter li.active a {
    color: #ff6600 !important;
    font-weight: bold;
}

/* Store Settings: Labels weiß */
.sk-dashboard .sk-settings-area .sk-control-label {
    color: #fff !important;
}

/* Infotexte (z. B. „Zeige E-Mail-Adresse“) */
.sk-dashboard .sk-text-left {
    color: #fff !important;
}

/* Formular-Label im Store-Bereich */
.sk-dashboard .sk-section-content .form-label {
    color: #c4cdd8 !important;
}


/* Produktname im Map-Popup schwarz */
.sk-geo-map-info-window .info-title a {
  color: #000 !important;
  text-decoration: none !important;
}

/* Adresse im Map-Popup schwarz */
.sk-geo-map-info-window address {
  color: #000 !important;
}
/* ----------------------------------------------------------
 * MOBILE-FIX für Flex-Listen im SK-Dashboard
 * ---------------------------------------------------------- */

@media (max-width: 640px) {
  .sk-dashboard .sk-dashboard-content
  ul.flex.justify-center.items-baseline {
    flex-direction: column !important;
    align-items: center !important;
    gap: .25rem !important;
  }
  .sk-dashboard .sk-dashboard-content
  ul.flex.justify-center.items-baseline > li {
    margin-left: 0 !important;
    list-style: disc !important;
    list-style-position: inside !important;
  }
}

/* ----------------------------------------------------------
 * SK: Followers & Rezensionen – gleicher Box-Look wie Welcome Box
 * ---------------------------------------------------------- */

@media (max-width: 991px) {
  .sk-dashboard .sk-dashboard-content > article.sk-settings-area {
    margin-top: 0px !important
  }
}

/* ----------------------------------------------------------
 * Dashboard sidebar nav — pill-style menu items
 * ---------------------------------------------------------- */

/* Sidebar base */
.sk-dashboard .sk-dash-sidebar {
  background: #1a2332 !important;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu {
  background: transparent !important;
  padding: 8px 0 !important;
}

/* Each nav li: inset pill container (skip quicklinks) */
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li:not(.sk-common-links) {
  margin: 2px 8px !important;
  border-radius: 8px !important;
  background: transparent !important;
  position: relative;
}

/* Remove all core triangle arrows */
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li::after,
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li:before {
  display: none !important;
}

/* Nav link default */
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li:not(.sk-common-links) > a {
  padding: 10px 12px !important;
  margin: 0 !important;
  color: #8a9bb0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

/* Fixed-width icon so all labels align at the same horizontal position */
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li:not(.sk-common-links) > a > i {
  flex: 0 0 18px !important;
  width: 18px !important;
  text-align: center !important;
}

/* Hover: subtle highlight on the li */
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li:not(.sk-common-links):not(.active):hover {
  background: rgba(255,255,255,0.07) !important;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li:not(.sk-common-links):not(.active):hover > a {
  color: #e8ecf0 !important;
  background: transparent !important;
}

/* Active: orange pill on the li */
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.active:not(.sk-common-links) {
  background: #F7931A !important;
}
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.active:not(.sk-common-links) > a {
  color: #fff !important;
  background: transparent !important;
}

/* Loading state: spinner in top-right corner of content */
.sk-dashboard .sk-dashboard-content.sk-loading {
  position: relative !important;
}
.sk-dashboard .sk-dashboard-content.sk-loading::after {
  content: "" !important;
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 20px !important;
  height: 20px !important;
  border: 3px solid rgba(247,147,26,0.25) !important;
  border-top-color: #F7931A !important;
  border-radius: 50% !important;
  animation: sk-nav-spin 0.7s linear infinite !important;
  z-index: 100 !important;
}
@keyframes sk-nav-spin {
  to { transform: rotate(360deg); }
}

/* Product table: status badge pills */
.sk-dashboard .product-listing-table td .sk-status-published,
.sk-dashboard .product-listing-table td mark.instock {
  color: #2ecc71 !important;
  font-weight: 600 !important;
}
.sk-dashboard .product-listing-table td .sk-status-pending,
.sk-dashboard .product-listing-table td mark.onbackorder {
  color: #f39c12 !important;
  font-weight: 600 !important;
}
.sk-dashboard .product-listing-table td .sk-status-draft,
.sk-dashboard .product-listing-table td mark.outofstock {
  color: #e74c3c !important;
  font-weight: 600 !important;
}

/* Product table row hover */
.sk-dashboard .product-listing-table tbody tr:hover {
  background: rgba(255,255,255,0.03) !important;
}

/* Product table header labels */
.sk-dashboard .product-listing-table thead th {
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 0.04em !important;
  color: #8a9bb0 !important;
}

/* ----------------------------------------------------------
 * Store page profile & tabs (from vendor-restyle plugin)
 * ---------------------------------------------------------- */

@media (min-width: 1200px) {
  .sk-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info {
    padding: 5px 40px;
    padding-bottom: 5px;
  }
}

.sk-single-store .profile-info-box.profile-layout-default {
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 18px rgba(0,0,0,.18) !important;
  margin-bottom: 24px !important;
}
.sk-single-store .profile-frame {
  padding: 0 !important;
  position: relative !important;
  background-size: cover !important;
  background-color: transparent !important;
}
.sk-single-store .profile-info-head .store-name {
  color: #F7931A !important;
  font-size: 23px !important;
  margin-bottom: 11px !important;
}
.sk-single-store .profile-info-head .profile-img.profile-img-circle img {
  border-radius: 50% !important;
  background: #F7931A !important;
  border: 3px solid #F7931A !important;
  width: 80px !important;
  height: 80px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.sk-single-store .profile-info-box .profile-info-summery .profile-info {
  position: relative !important;
  top: 0 !important;
  padding-bottom: 20px !important;
  width: 100% !important;
  margin: 0 !important;
  display: block !important;
  overflow: visible !important;
  line-height: 1.4 !important;
}
@media (max-width: 1199px) {
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
    position: relative !important;
    background-color: #252d38 !important;
    border-color: #252d38 !important;
    color: #fff !important;
  }
  .sk-single-store .profile-info-head .profile-img {
    text-align: center !important;
    margin-bottom: 12px !important;
    padding-top: 10px !important;
  }
}
@media (min-width: 1200px) {
  .sk-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
    background-color: transparent !important;
    border-color: transparent !important;
  }
}

.sk-single-store .sk-store-tabs {
  --tab-bg: #181e27 !important;
  --tab-pill: #232b36 !important;
  --tab-text: #cfd6df !important;
  --tab-text-active: #fff !important;
  --tab-border: #2e3846 !important;
  --accent: #F7931A !important;
  --shadow: 0 14px 30px rgba(0,0,0,.28) !important;
  background: var(--tab-bg) !important;
  border: 1px solid var(--tab-border) !important;
  border-radius: 20px !important;
  box-shadow: var(--shadow) !important;
  padding: 22px 18px 10px !important;
  margin: 30px 0 22px !important;
}
.sk-single-store .sk-store-tabs .sk-modules-button,
.sk-single-store .sk-store-tabs .sk-list-inline {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.sk-single-store .sk-store-tabs .sk-modules-button {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
}
.sk-single-store .sk-store-tabs .sk-modules-button li { float: none !important; }
.sk-single-store .sk-store-tabs .sk-modules-button li > a,
.sk-single-store .sk-store-tabs .sk-share-btn-wrap a,
.sk-single-store .sk-store-tabs .sk-store-follow-store-button-container a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 40px !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: var(--tab-pill) !important;
  color: var(--tab-text) !important;
  border: 1px solid var(--tab-border) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.sk-single-store .sk-store-tabs .sk-modules-button li > a:hover,
.sk-single-store .sk-store-tabs .sk-share-btn-wrap a:hover {
  border-color: rgba(247,147,26,.45) !important;
}
.sk-single-store .sk-store-tabs .sk-list-inline {
  display: flex !important;
  gap: 10px !important;
  padding: 10px 6px 14px !important;
  border-top: 1px solid var(--tab-border) !important;
  justify-content: center !important;
  overflow: visible !important;
  flex-wrap: wrap !important;
  scrollbar-width: none !important;
}
.sk-single-store .sk-store-tabs .sk-list-inline::-webkit-scrollbar { display: none !important; }
.sk-single-store .sk-store-tabs .sk-list-inline li { margin: 0 !important; }
.sk-single-store .sk-store-tabs .sk-list-inline li a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  background: var(--tab-pill) !important;
  color: var(--tab-text) !important;
  border: 1px solid var(--tab-border) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease !important;
}
.sk-single-store .sk-store-tabs .sk-list-inline li a:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(247,147,26,.45) !important;
}
.sk-single-store .sk-store-tabs .sk-list-inline li.active a,
.sk-single-store .sk-store-tabs .sk-list-inline li a[aria-current="page"] {
  background: linear-gradient(180deg, rgba(247,147,26,.18), rgba(247,147,26,.10)) !important;
  color: var(--tab-text-active) !important;
  border-color: rgba(247,147,26,.65) !important;
  position: relative !important;
}
.sk-single-store .sk-store-tabs .sk-list-inline li.active a::after {
  content: "" !important;
  position: absolute !important;
  left: 10px !important;
  right: 10px !important;
  bottom: -10px !important;
  height: 4px !important;
  border-radius: 4px !important;
  background: var(--accent) !important;
  box-shadow: 0 0 0 2px rgba(247,147,26,.15) !important;
}
@media (min-width: 992px) {
  .sk-single-store .sk-store-tabs .sk-list-inline { justify-content: center !important; }
}
@media (max-width: 640px) {
  .sk-single-store .sk-store-tabs .sk-modules-button {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .sk-single-store .sk-store-tabs .sk-modules-button li > a,
  .sk-single-store .sk-store-tabs .sk-share-btn-wrap a,
  .sk-single-store .sk-store-tabs .sk-store-follow-store-button-container a {
    width: 100% !important;
    justify-content: center !important;
    border-radius: 14px !important;
  }
  .sk-single-store .sk-store-tabs {
    padding: 14px 12px 8px !important;
  }
  .sk-single-store .sk-store-tabs .sk-list-inline {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding: 8px !important;
    overflow-x: visible !important;
  }
  .sk-single-store .sk-store-tabs .sk-list-inline li a {
    width: 100% !important;
    justify-content: center !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
  }
  .sk-single-store .sk-store-tabs .sk-list-inline li.active a::after {
    left: 8px !important;
    right: auto !important;
    top: 50% !important;
    bottom: auto !important;
    width: 6px !important;
    height: 60% !important;
    transform: translateY(-50%) !important;
    border-radius: 6px !important;
  }
}
.sk-single-store .sk-store-tabs ul.sk-list-inline li {
  display: block !important;
  flex: 0 0 auto !important;
  margin-right: 0 !important;
  border-right: 0 !important;
}
@media (max-width: 480px) {
  .sk-single-store .sk-store-tabs ul.sk-list-inline li {
    margin-right: unset;
    border-bottom: transparent;
  }
}

.sk-single-store .sk-btn-sm,
.sk-single-store a.sk-btn-sm {
  background: #F7931A !important;
  background-color: #F7931A !important;
  border: none !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}
.sk-single-store .sk-btn-sm:hover,
.sk-single-store a.sk-btn-sm:hover {
  background: #e8820f !important;
  background-color: #e8820f !important;
  border: none !important;
  border-color: transparent !important;
  color: #fff !important;
}

#vendor-biography {
  background: #252d38 !important;
  border: 1px solid #2e3846 !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.28) !important;
  padding: 20px 22px !important;
  margin: 18px 0 28px !important;
  color: #cfd6df !important;
}
#vendor-biography h2,
#vendor-biography h3,
#vendor-biography h4 { color: #ffffff !important; margin: 0 0 10px !important; line-height: 1.25 !important; }
#vendor-biography h2 { font-size: 30px !important; font-weight: 800 !important; }
#vendor-biography h3 { font-size: 30px !important; font-weight: 700 !important; }
#vendor-biography h4 { font-size: 20px !important; font-weight: 700 !important; }
#vendor-biography p,
#vendor-biography li { color: #cfd6df !important; font-size: 17px !important; line-height: 1.6 !important; }
#vendor-biography p { margin: 0 0 12px !important; }
#vendor-biography ul,
#vendor-biography ol { margin: 0 0 12px 18px !important; }
#vendor-biography a { color: #F7931A !important; text-decoration: none !important; border-bottom: 1px dashed rgba(247,147,26,.4) !important; }
#vendor-biography a:hover { border-bottom-color: rgba(247,147,26,.8) !important; }
#vendor-biography img { max-width: 100% !important; height: auto !important; display: block !important; border-radius: 10px !important; border: 1px solid #2e3846 !important; box-shadow: 0 8px 18px rgba(0,0,0,.25) !important; margin: 10px auto !important; background: #0f141b !important; }
#vendor-biography hr { border: 0 !important; border-top: 1px solid #2e3846 !important; margin: 16px 0 !important; }
@media (max-width: 640px) {
  #vendor-biography { padding: 16px !important; border-radius: 14px !important; }
  #vendor-biography h2 { font-size: 22px !important; }
  #vendor-biography h3 { font-size: 19px !important; }
}

/* ==========================================================
 * PRODUCT LISTING — modern simplified table
 * ========================================================== */

/* Header: stacked — title, then button, then search */
.sk-dashboard .sk-product-listing-header--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}
.sk-dashboard .sk-product-listing-header--stacked h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.sk-dashboard .sk-product-listing-header--stacked .sk-btn-btc {
  margin: 0;
}

/* Search form inside header */
.sk-dashboard .sk-product-listing-header--stacked .sk-product-search-form {
  width: 100%;
  max-width: 420px;
  margin: 0;
}
.sk-product-search-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sk-product-search-inner .sk-form-control {
  flex: 1;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: #e8ecf0 !important;
  border-radius: 6px !important;
  padding: 8px 12px !important;
  font-size: 16px !important;
}
.sk-product-search-inner .sk-form-control::placeholder {
  color: #5a6a7e !important;
}
.sk-product-search-inner .sk-btn-theme {
  padding: 8px 14px !important;
  border-radius: 6px !important;
  flex-shrink: 0;
}

/* Product table: clean, borderless rows */
.sk-dashboard #sk-product-list-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.sk-dashboard #sk-product-list-table thead th {
  padding: 8px 12px;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #6b7a90 !important;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-weight: 600;
  background: transparent;
}
.sk-dashboard #sk-product-list-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 0.15s;
}
.sk-dashboard #sk-product-list-table tbody tr:hover {
  background: rgba(255,255,255,0.03);
}
.sk-dashboard #sk-product-list-table td {
  padding: 12px;
  vertical-align: middle;
  color: #cfd6df;
  background: transparent;
  border: none;
}

/* Image + name combined column */
.sk-dashboard .sk-product-row-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sk-dashboard .sk-product-thumb {
  flex: 0 0 52px;
}
.sk-dashboard .sk-product-thumb img,
.sk-product-listing .sk-product-listing-area table td img {
  width: 52px !important;
  height: 52px !important;
  max-width: 52px !important;
  max-height: 52px !important;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
.sk-dashboard .sk-product-info {
  min-width: 0;
}
.sk-dashboard .sk-product-title {
  display: block;
  font-weight: 600;
  color: #e8ecf0;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}
.sk-dashboard .sk-product-title:hover {
  color: #F7931A;
}
.sk-dashboard #sk-product-list-table .row-actions {
  font-size: 14px;
  color: #6b7a90;
  margin-top: 3px;
}
.sk-dashboard #sk-product-list-table .row-actions a {
  color: #6b7a90;
}
.sk-dashboard #sk-product-list-table .row-actions a:hover {
  color: #F7931A;
}

/* Status badge pills */
.sk-dashboard #sk-product-list-table .sk-label {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.sk-dashboard #sk-product-list-table .sk-label-success { /* publish */
  background: rgba(46,204,113,0.15);
  color: #2ecc71;
}
.sk-dashboard #sk-product-list-table .sk-label-default { /* draft */
  background: rgba(243,156,18,0.15);
  color: #f39c12;
}
.sk-dashboard #sk-product-list-table .sk-label-warning { /* pending */
  background: rgba(243,156,18,0.15);
  color: #f39c12;
}
.sk-dashboard #sk-product-list-table .sk-label-danger { /* draft/rejected */
  background: rgba(231,76,60,0.15);
  color: #e74c3c;
}
.sk-dashboard #sk-product-list-table .sk-label-info { /* other */
  background: rgba(100,149,237,0.15);
  color: #6495ed;
}

/* Price column */
.sk-dashboard #sk-product-list-table .col-price {
  white-space: nowrap;
  color: #F7931A;
  font-weight: 600;
}
.sk-dashboard #sk-product-list-table .col-price bdi { color: inherit; }

/* Date column */
.sk-dashboard #sk-product-list-table .col-date {
  font-size: 14px;
  color: #6b7a90;
  white-space: nowrap;
}

/* Hide obsolete check column */
.sk-dashboard #sk-product-list-table .check-column,
.sk-dashboard #sk-product-list-table .manage-column.column-cb {
  display: none;
}

/* Column widths */
.sk-dashboard #sk-product-list-table .col-thumb { width: auto; }
.sk-dashboard #sk-product-list-table .col-status { width: 110px; }
.sk-dashboard #sk-product-list-table .col-price  { width: 100px; }
.sk-dashboard #sk-product-list-table .col-date   { width: 110px; }

/* Prevent full-page horizontal scroll on desktop */
.sk-dashboard .sk-dashboard-product-listing-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ================================================================
   Product listing — stacked card layout on mobile
   ================================================================ */
@media (max-width: 768px) {

  /* No horizontal scroll needed — layout is vertical */
  .sk-dashboard .sk-dashboard-product-listing-wrapper {
    overflow-x: visible;
  }

  /* Table → block */
  .sk-dashboard #sk-product-list-table,
  .sk-dashboard #sk-product-list-table tbody {
    display: block;
    width: 100%;
  }

  /* Hide header row */
  .sk-dashboard #sk-product-list-table thead {
    display: none;
  }

  /* Keep all injected hidden rows hidden (inline-edit, bulk-edit) */
  .sk-dashboard #sk-product-list-table tbody tr.sk-hide,
  .sk-dashboard #sk-product-list-table tbody tr.sk-product-list-inline-edit-form {
    display: none !important;
  }

  /* Each regular product row = a card */
  .sk-dashboard #sk-product-list-table tbody tr:not(.sk-hide):not(.sk-product-list-inline-edit-form) {
    display: block;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: visible;
    background: #1e2633;
  }

  /* All td → full-width block */
  .sk-dashboard #sk-product-list-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    text-align: left;
    white-space: normal !important;
  }

  /* Primary cell */
  .sk-dashboard #sk-product-list-table td.col-thumb {
    padding: 14px 14px 8px;
  }

  /* ── Stack image → title → buttons vertically, centred ────── */
  .sk-dashboard #sk-product-list-table .sk-product-row-inner {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .sk-dashboard #sk-product-list-table .sk-product-thumb {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    margin: 0 auto;
  }

  .sk-dashboard #sk-product-list-table .sk-product-thumb img,
  .sk-product-listing .sk-product-listing-area table td img {
    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
  }

  .sk-dashboard #sk-product-list-table .sk-product-info {
    width: 100%;
    text-align: center;
  }

  .sk-dashboard #sk-product-list-table .sk-product-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    word-break: break-word;
  }

  /* Hide extra hook content that appears in col-thumb (redundant edit links etc.) */
  .sk-dashboard #sk-product-list-table td.col-thumb > *:not(.sk-product-row-inner):not(.toggle-row) {
    display: none !important;
  }

  /* ── Hide non-primary columns by default ─────────────────── */
  /* NOTE: keep this rule LESS specific than the is-expanded rule below */
  .sk-dashboard #sk-product-list-table td:not(.col-thumb) {
    display: none;
    padding: 5px 14px;
    font-size: 14px;
  }


  /* Show extra columns when expanded — more specific → wins */
  .sk-dashboard #sk-product-list-table tbody tr.is-expanded td:not(.col-thumb) {
    display: block !important;
    padding: 6px 14px !important;
    text-align: center !important;
    font-size: 14px !important;
    white-space: normal !important;
    word-break: break-word;
  }

  /* Center all inline/block children inside expanded cells */
  .sk-dashboard #sk-product-list-table tbody tr.is-expanded td:not(.col-thumb) > * {
    display: inline-block;
    text-align: center;
  }

  .sk-dashboard #sk-product-list-table tbody tr.is-expanded td:not(.col-thumb)::before {
    display: none !important;
  }

  /* Hide the ads icon column on mobile — useless without context */
  .sk-dashboard #sk-product-list-table td.product-advertisement-td {
    display: none !important;
  }

  .sk-dashboard #sk-product-list-table tbody tr.is-expanded td.col-status {
    border-top: 1px solid rgba(255,255,255,0.08) !important;
    padding-top: 10px !important;
  }

  .sk-dashboard #sk-product-list-table tbody tr.is-expanded td.col-date {
    padding-bottom: 12px !important;
  }

  /* ── Row actions: centred stacked pill buttons ───────────── */
  .sk-dashboard #sk-product-list-table .row-actions {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    opacity: 1 !important;
  }

  .sk-dashboard #sk-product-list-table .row-actions > span {
    display: block !important;
    opacity: 1 !important;
    width: 100%;
    text-align: center;
  }

  .sk-dashboard #sk-product-list-table .row-actions > span > a {
    display: inline-block !important;
    padding: 9px 22px !important;
    border-radius: 6px !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    color: #e8ecf0 !important;
    opacity: 1 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    white-space: nowrap;
    min-width: 140px;
  }

  .sk-dashboard #sk-product-list-table .row-actions > span > a:hover {
    background: rgba(247,147,26,0.15) !important;
    border-color: rgba(247,147,26,0.3) !important;
    color: #F7931A !important;
  }

  /* Delete — red tint */
  .sk-dashboard #sk-product-list-table .row-actions > span.delete > a {
    color: #e57373 !important;
    border-color: rgba(229,115,115,0.3) !important;
    background: rgba(229,115,115,0.06) !important;
  }

  /* "mehr ▾" toggle (Quick Edit / Duplicate) — hide " | " text node */
  .sk-dashboard #sk-product-list-table .row-actions .sk-row-toggle {
    display: block !important;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .sk-dashboard #sk-product-list-table .row-actions .sk-row-toggle .sk-row-toggle-link {
    display: inline-block !important;
    padding: 9px 22px !important;
    border-radius: 6px !important;
    background: rgba(247,147,26,0.08) !important;
    border: 1px solid rgba(247,147,26,0.25) !important;
    color: #F7931A !important;
    text-decoration: none !important;
    font-size: 13px !important;
    min-width: 140px;
  }

  /* Extra actions container */
  .sk-dashboard #sk-product-list-table .row-actions .sk-row-extra {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
  }
  .sk-dashboard #sk-product-list-table .row-actions .sk-row-extra[style*="display: none"],
  .sk-dashboard #sk-product-list-table .row-actions .sk-row-extra[style*="display:none"] {
    display: none !important;
  }

  /* ── toggle-row hidden on mobile — "Mehr" does this job ─── */
  .sk-dashboard #sk-product-list-table .toggle-row {
    display: none !important;
  }

  /* ── Hide Quick Edit and Duplicate on mobile ─────────── */
  .sk-dashboard #sk-product-list-table .row-actions > span.item-inline-edit,
  .sk-dashboard #sk-product-list-table .row-actions > span.duplicate {
    display: none !important;
  }
}

/* Hide the bulk-action form elements but keep form for nonce */
.sk-dashboard #sk-bulk-action-selector,
.sk-dashboard #sk-bulk-action-submit {
  display: none !important;
}

/* "No products" empty state */
.sk-dashboard .sk-dashboard-not-product-found {
  text-align: center;
  padding: 48px 24px;
}
.sk-dashboard .sk-blank-product-message {
  color: #6b7a90;
  font-weight: 400;
}

/* ==========================================================
 * SETTINGS FORM — dark card sections
 * ========================================================== */

.sk-settings-form {
  max-width: 100%;
}

/* Section card */
.sk-settings-section {
  background: #1e2633;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

/* Section header */
.sk-settings-section-title {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #dce3ec !important;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  background: transparent;
}
.sk-settings-section-title i:first-child {
  color: #F7931A;
  margin-right: 6px;
}

/* Collapsible advanced section */
.sk-settings-advanced > summary {
  cursor: pointer;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  display: flex !important;
}
.sk-settings-advanced > summary::-webkit-details-marker { display: none; }
.sk-settings-advanced[open] .sk-settings-chevron { transform: rotate(180deg); }
.sk-settings-chevron { transition: transform 0.2s ease; margin-left: auto; }
.sk-settings-section-title--toggle { cursor: pointer; }

/* Field row */
.sk-settings-field {
  display: flex;
  align-items: flex-start;
  padding: 13px 20px;
  gap: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.sk-settings-field:last-child { border-bottom: none; }

/* Label column */
.sk-settings-label {
  flex: 0 0 150px;
  font-size: 16px;
  font-weight: 500;
  color: #8a9bb0 !important;
  padding-top: 9px;
  line-height: 1.3;
}

/* Input column */
.sk-settings-input {
  flex: 1;
  min-width: 0;
}

/* Mobile: stack label above input */
@media (max-width: 600px) {
  .sk-settings-field {
    flex-direction: column;
    gap: 6px;
    padding: 12px 14px;
  }
  .sk-settings-label {
    flex: none;
    padding-top: 0;
    font-size: 14px;
  }
  .sk-settings-input {
    width: 100%;
  }
}

/* All text inputs / textareas inside the form */
.sk-settings-form input[type="text"],
.sk-settings-form input[type="email"],
.sk-settings-form input[type="password"],
.sk-settings-form input[type="tel"],
.sk-settings-form input[type="url"],
.sk-settings-form textarea,
.sk-settings-form select,
.sk-settings-form .sk-form-control {
  background: #252d38 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  color: #e8ecf0 !important;
  padding: 10px 30px !important;
  font-size: 16px !important;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s;
}
.sk-settings-form input[type="text"]:focus,
.sk-settings-form input[type="email"]:focus,
.sk-settings-form input[type="password"]:focus,
.sk-settings-form textarea:focus,
.sk-settings-form .sk-form-control:focus {
  border-color: rgba(247,147,26,0.5) !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Checkbox rows */
.sk-settings-check-row,
.sk-settings-form .sk-contact-email label,
.sk-settings-form .sk-form-group label:not(.sk-control-label):not(.sk-settings-label) {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  font-size: 15px !important;
  color: #6b7a90 !important;
  cursor: pointer;
  margin-top: 6px;
}
.sk-settings-form input[type="checkbox"] {
  width: auto !important;
  accent-color: #F7931A;
  cursor: pointer;
}

/* Hint / description text */
.sk-settings-hint,
.sk-settings-form .description,
.sk-settings-form .help-block {
  color: #7a8fa8 !important;
  margin-top: 5px;
  padding: 6px 0;
  line-height: 1.4;
}

/* Map container — strip any stray borders */
.sk-settings-form .sk-map-wrap,
.sk-settings-form .sk-maps-container,
.sk-settings-form .sk-maps-container > div,
.sk-settings-form .mapboxgl-map,
.sk-settings-form .mapboxgl-canvas {
  border: none !important;
  outline: none !important;
}

/* Mapbox zoom / compass buttons: keep icons visible on the white bar */
.mapboxgl-ctrl-group,
.mapboxgl-ctrl-group:not(:empty) {
  background: #fff !important;
}
.mapboxgl-ctrl-group button {
  background-color: transparent !important;
  color: #333 !important;
  width: 29px !important;
  height: 29px !important;
}
.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd !important;
}
.mapboxgl-ctrl-group button .mapboxgl-ctrl-icon {
  filter: none !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E") !important;
}
.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E") !important;
}

/* Map hint — more breathing room and readable */
.sk-settings-field .sk-map-wrap + .sk-settings-hint {
  margin-top: 14px;
  font-size: 15px;
  color: #8a9bb0 !important;
}

/* ContactDetails fields injected via hook — override legacy sk-form-group layout */
.sk-settings-form .sk-form-group {
  display: flex;
  align-items: flex-start;
  padding: 13px 20px;
  gap: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  margin: 0 !important;
  background: transparent !important;
}
.sk-settings-form .sk-form-group:last-child { border-bottom: none; }
.sk-settings-form .sk-form-group .sk-control-label,
.sk-settings-form .sk-form-group .sk-w3 {
  flex: 0 0 150px !important;
  width: auto !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #8a9bb0 !important;
  padding-top: 9px;
  float: none !important;
  text-align: left !important;
}
.sk-settings-form .sk-form-group .sk-w5,
.sk-settings-form .sk-form-group .sk-w8 {
  flex: 1 !important;
  width: auto !important;
  float: none !important;
}

/* Paywall / feewall row */
.sk-settings-form .sk-form-group strong { color: #e8ecf0 !important; }
.sk-settings-form .sk-form-group .description { color: #4e5e72 !important; }

/* Mobile: stack sk-form-group label above input (Kontaktdaten, Store-Link) */
@media (max-width: 600px) {
  .sk-settings-form .sk-form-group {
    flex-direction: column;
    gap: 6px;
    padding: 12px 14px;
  }
  .sk-settings-form .sk-form-group .sk-control-label,
  .sk-settings-form .sk-form-group .sk-w3 {
    flex: none !important;
    padding-top: 0 !important;
    font-size: 14px !important;
  }
  .sk-settings-form .sk-form-group .sk-w5,
  .sk-settings-form .sk-form-group .sk-w8 {
    width: 100% !important;
  }
  /* Store-link preview text wraps instead of overflowing */
  .sk-settings-form .sk-form-group .help,
  .sk-settings-form .sk-form-group .help strong {
    word-break: break-all;
  }
  /* Bigger "Öffentlich anzeigen" checkbox + label on mobile */
  .sk-settings-form .sk-form-group .sk-w5 label input[type="checkbox"],
  .sk-settings-form .sk-form-group .sk-w5 label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer;
  }
  .sk-settings-form .sk-form-group .sk-w5 label {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: 8px;
    cursor: pointer;
  }
}

/* Submit button */
.sk-settings-actions {
  margin-top: 16px;
}
.sk-settings-save-btn {
  min-width: 180px;
}
.sk-btn-btc {
  background-color: #F7931A !important;
  border: 1px solid #F7931A !important;
  color: #fff !important;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .2s, box-shadow .2s;
  box-shadow: 0 2px 8px rgba(247,147,26,.25);
}
.sk-btn-btc:hover,
.sk-btn-btc:focus {
  background-color: #e27e00 !important;
  border-color: #e27e00 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(226,126,0,.35);
}

/* Banner upload area */
.sk-settings-field--media .sk-banner .button-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Banner image: fill the full width, cap height, cover-crop */
.sk-settings-field--media .image-wrap {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  isolation: isolate;
}
/* Allow sk-hide to hide the wrapper (must beat our specificity) */
.sk-settings-field--media .image-wrap.sk-hide {
  display: none !important;
}
.sk-settings-field--media .sk-banner-img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.sk-settings-field--media .sk-remove-banner-image,
.sk-settings-content .sk-settings-area .sk-banner:hover .sk-remove-banner-image {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  left: auto !important;
  z-index: 2 !important;
  width: 28px !important;
  height: 28px !important;
  background: rgba(0,0,0,0.55) !important;
  color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  line-height: 1 !important;
  padding: 0 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  opacity: 1 !important;
}
.sk-gravatar-img {
  width: 72px !important;
  height: 72px !important;
  border-radius: 50% !important;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

/* Center gravatar in its input column */
#sk-profile-picture-wrapper {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
}
#sk-profile-picture-wrapper .gravatar-wrap,
#sk-profile-picture-wrapper .gravatar-button-area {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  gap: 8px;
}

/* Gravatar wrap: stacking context for the remove button */
#sk-profile-picture-wrapper .gravatar-wrap {
  position: relative !important;
  display: inline-flex !important;
}
/* Allow sk-hide to hide the wrapper */
#sk-profile-picture-wrapper .gravatar-wrap.sk-hide {
  display: none !important;
}

/* Override core black full-circle overlay on gravatar */
.sk-settings-content .sk-settings-area .sk-gravatar .sk-remove-gravatar-image,
.sk-settings-content .sk-settings-area .sk-gravatar:hover .sk-remove-gravatar-image,
#sk-profile-picture-wrapper .sk-remove-gravatar-image {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  width: 22px !important;
  height: 22px !important;
  background: rgba(0,0,0,0.65) !important;
  color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  line-height: 1 !important;
  padding: 0 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  opacity: 1 !important;
  z-index: 2 !important;
}

/* "Visit Store" link in header */
.sk-dashboard .sk-store-settign-header-wrap h1 small a {
  font-size: 15px;
  color: #F7931A !important;
  font-weight: 400;
}

/* Quicklinks row: kill any background on the li itself */
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.sk-common-links,
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.sk-common-links:hover {
  background: transparent !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* Quicklinks: 2 equal columns, icons centered */
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.sk-common-links a {
  width: 50% !important;
  text-align: center !important;
  padding: 6% 0 !important;
  border-radius: 6px !important;
}

/* Quicklinks: subtle highlight on each icon, not the whole row */
.sk-dashboard .sk-dash-sidebar ul.sk-dashboard-menu li.sk-common-links a:hover {
  background: rgba(255,255,255,0.1) !important;
  color: #fff !important;
}

/* Override any white-background legacy rules inside settings */
.sk-settings-form .sk-banner,
.sk-dashboard .sk-settings-area,
.sk-dashboard .sk-settings-content .sk-settings-area {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}


/* Biography TinyMCE wrapper — dark theme */
.sk-settings-field--bio { padding: 16px 20px !important; }
.sk-settings-field--bio .sk-settings-input { width: 100%; }
.sk-settings-form #wp-vendor_biography-wrap .wp-editor-tabs { background: #1a2332; border-bottom: 1px solid rgba(255,255,255,0.07); }
.sk-settings-form #wp-vendor_biography-wrap .wp-switch-editor {
  background: transparent;
  border: none;
  color: #8a9bb0;
  font-size: 14px;
}
.sk-settings-form #wp-vendor_biography-wrap .wp-switch-editor:hover,
.sk-settings-form #wp-vendor_biography-wrap .wp-switch-editor.switch-tmce,
.sk-settings-form #wp-vendor_biography-wrap .wp-switch-editor.switch-html { color: #e8ecf0; }
.sk-settings-form #wp-vendor_biography-wrap .wp-editor-container {
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.sk-settings-form #wp-vendor_biography-wrap { border-radius: 6px; overflow: hidden; }
.sk-settings-form #wp-vendor_biography-wrap .mce-toolbar-grp,
.sk-settings-form #wp-vendor_biography-wrap .mce-top-part { background: #1a2332 !important; border-bottom: 1px solid rgba(255,255,255,0.07) !important; }
.sk-settings-form #wp-vendor_biography-wrap .mce-btn-group .mce-btn { background: transparent !important; border: none !important; }
.sk-settings-form #wp-vendor_biography-wrap .mce-btn-group .mce-btn button { color: #8a9bb0 !important; }
.sk-settings-form #wp-vendor_biography-wrap .mce-btn-group .mce-btn:hover button { color: #e8ecf0 !important; }
/* Text tab textarea */
.sk-settings-form #vendor_biography { background: #252d38 !important; color: #e8ecf0 !important; border: none !important; }

/* ==========================================================================
   Reviews Page
   ========================================================================== */

/* Page header */
.sk-review-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sk-review-page-header h2 {
  font-size: 22px;
  font-weight: 700;
  color: #e8ecf0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sk-review-page-header h2 i {
  color: #F7931A;
}

/* Status filter pills */
.sk-review-status-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.sk-review-filter-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: #8a9bb0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
  cursor: pointer;
}
.sk-review-filter-tab:hover {
  background: rgba(255,255,255,0.1);
  color: #e8ecf0;
  border-color: rgba(255,255,255,0.15);
  text-decoration: none;
}
.sk-review-filter-tab.active {
  background: rgba(247,147,26,0.15);
  border-color: rgba(247,147,26,0.45);
  color: #F7931A;
}
.sk-review-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 18px;
  padding: 0 5px;
  border-radius: 99px;
  background: rgba(255,255,255,0.1);
  font-size: 13px;
  font-weight: 600;
  color: #8a9bb0;
}
.sk-review-count.pending {
  background: rgba(247,147,26,0.2);
  color: #F7931A;
}
.sk-review-count.spam {
  background: rgba(220,53,69,0.2);
  color: #e06c75;
}
.sk-review-count.trash {
  background: rgba(255,255,255,0.08);
  color: #6b7a8d;
}

/* Bulk action bar */
.sk-reviews-bulk-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  margin-bottom: 12px;
  gap: 12px;
}
.sk-reviews-check-all-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #8a9bb0;
  cursor: pointer;
}
.sk-reviews-check-all-wrap input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #F7931A;
  cursor: pointer;
}
.sk-reviews-bulk-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sk-reviews-bulk-select {
  background: #1a2332 !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: #c4cdd8 !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
  font-size: 15px !important;
}

/* Review card list */
.sk-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Individual review card */
.sk-review-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #1e2b3c;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 16px;
  transition: background .15s;
  position: relative;
}
.sk-review-card:hover {
  background: #233044;
  border-color: rgba(255,255,255,0.11);
}
.sk-review-card.unapproved {
  border-left: 3px solid #F7931A;
}
.sk-review-card.spam {
  border-left: 3px solid #e06c75;
  opacity: 0.8;
}
.sk-review-card__check {
  padding-top: 2px;
}
.sk-review-card__check input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #F7931A;
  cursor: pointer;
}
.sk-review-card__avatar {
  flex-shrink: 0;
}
.sk-review-card__avatar img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.08);
}
.sk-review-card__body {
  flex: 1;
  min-width: 0;
}
.sk-review-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.sk-review-card__author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sk-review-card__name {
  font-size: 16px;
  font-weight: 600;
  color: #e8ecf0;
}
.sk-review-card__email {
  font-size: 14px;
  color: #5a6a7e;
}
.sk-review-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}
.sk-review-card__stars {
  display: flex;
  gap: 2px;
  font-size: 15px;
}
.sk-review-card__stars .fas.fa-star {
  color: #F7931A;
}
.sk-review-card__stars .far.fa-star {
  color: #3a4a5c;
}
.sk-review-card__date {
  font-size: 14px;
  color: #5a6a7e;
  white-space: nowrap;
}
.sk-review-card__content {
  font-size: 16px;
  color: #c4cdd8;
  line-height: 1.6;
  margin-bottom: 12px;
  word-break: break-word;
}
.sk-review-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.sk-review-card__view-link {
  font-size: 14px;
  color: #5a7499;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color .15s;
}
.sk-review-card__view-link:hover {
  color: #F7931A;
  text-decoration: none;
}
.sk-review-card__actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
a.sk-review-action {
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background .15s, color .15s;
  border: 1px solid transparent;
}
a.sk-review-action.approve {
  background: rgba(40,167,69,0.12);
  color: #5cb85c;
  border-color: rgba(40,167,69,0.25);
}
a.sk-review-action.approve:hover {
  background: rgba(40,167,69,0.22);
  color: #7dca7d;
}
a.sk-review-action.unapprove {
  background: rgba(247,147,26,0.12);
  color: #F7931A;
  border-color: rgba(247,147,26,0.25);
}
a.sk-review-action.unapprove:hover {
  background: rgba(247,147,26,0.22);
}
a.sk-review-action.spam {
  background: rgba(220,53,69,0.1);
  color: #e06c75;
  border-color: rgba(220,53,69,0.2);
}
a.sk-review-action.spam:hover {
  background: rgba(220,53,69,0.2);
}
a.sk-review-action.trash {
  background: rgba(255,255,255,0.05);
  color: #6b7a8d;
  border-color: rgba(255,255,255,0.08);
}
a.sk-review-action.trash:hover {
  background: rgba(255,255,255,0.1);
  color: #8a9bb0;
}
a.sk-review-action.delete {
  background: rgba(220,53,69,0.15);
  color: #e06c75;
  border-color: rgba(220,53,69,0.3);
}
a.sk-review-action.delete:hover {
  background: rgba(220,53,69,0.25);
}

/* Empty state */
.sk-reviews-empty {
  text-align: center;
  padding: 48px 24px;
  color: #5a6a7e;
}
.sk-reviews-empty i {
  font-size: 42px;
  margin-bottom: 12px;
  color: #2e3a4a;
  display: block;
}
.sk-reviews-empty p {
  margin: 0;
  font-size: 17px;
}

/* Responsive */
@media (max-width: 600px) {
  .sk-review-card {
    flex-wrap: wrap;
  }
  .sk-review-card__meta {
    flex-direction: row;
    align-items: center;
  }
  .sk-review-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .sk-reviews-bulk-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==========================================================================
   Followers Page
   ========================================================================== */

.sk-followers-page-header {
  margin-bottom: 20px;
}
.sk-followers-page-header h2 {
  font-size: 22px;
  font-weight: 700;
  color: #e8ecf0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sk-followers-page-header h2 i {
  color: #e06c75;
}
.sk-followers-total {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 22px;
  padding: 0 7px;
  border-radius: 99px;
  background: rgba(224,108,117,0.15);
  border: 1px solid rgba(224,108,117,0.3);
  color: #e06c75;
  font-size: 15px;
  font-weight: 600;
}

/* Follower card grid */
.sk-followers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.sk-follower-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #1e2b3c;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 14px 16px;
  transition: background .15s, border-color .15s;
}
.sk-follower-card:hover {
  background: #233044;
  border-color: rgba(255,255,255,0.12);
}
.sk-follower-card__avatar {
  flex-shrink: 0;
}
.sk-follower-card__avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.08);
  display: block;
}
.sk-follower-card__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.sk-follower-card__name {
  font-size: 16px;
  font-weight: 600;
  color: #e8ecf0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sk-follower-card__since {
  font-size: 14px;
  color: #5a6a7e;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sk-follower-card__since i {
  font-size: 13px;
  color: #3a4a5c;
}

/* Empty state */
.sk-followers-empty {
  text-align: center;
  padding: 56px 24px;
  color: #5a6a7e;
}
.sk-followers-empty i {
  font-size: 46px;
  margin-bottom: 14px;
  color: #2e3a4a;
  display: block;
}
.sk-followers-empty p {
  margin: 0;
  font-size: 17px;
}

/* Responsive */
@media (max-width: 480px) {
  .sk-followers-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Subscription Dashboard
   ========================================================================== */

/* Page header */
.sk-sub-page-header {
  margin-bottom: 20px;
}
.sk-sub-page-header h2 {
  font-size: 22px;
  font-weight: 700;
  color: #e8ecf0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sk-sub-page-header h2 i {
  color: #F7931A;
}

/* Tab filter pills */
.sk-sub-tab-filter {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.sk-sub-tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: #8a9bb0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
}
.sk-sub-tab:hover {
  background: rgba(255,255,255,0.1);
  color: #e8ecf0;
  border-color: rgba(255,255,255,0.15);
  text-decoration: none;
}
.sk-sub-tab.active {
  background: rgba(247,147,26,0.15);
  border-color: rgba(247,147,26,0.45);
  color: #F7931A;
}
.sk-sub-tab i {
  font-size: 14px;
}
.sk-sub-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 18px;
  padding: 0 5px;
  border-radius: 99px;
  background: rgba(255,255,255,0.1);
  font-size: 13px;
  font-weight: 600;
  color: #8a9bb0;
}
.sk-sub-tab.active .sk-sub-tab-count {
  background: rgba(247,147,26,0.25);
  color: #F7931A;
}

/* Active subscription info box — override module style.css #fff */
.sk-subscription-content .seller_subs_info,
.sk-sub-active-info {
  background: #1e2b3c !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 12px !important;
  padding: 24px 28px !important;
  margin-bottom: 32px !important;
  color: #c4cdd8 !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25) !important;
  text-align: center;
}
.sk-sub-active-info p {
  margin: 0 0 8px !important;
  color: #c4cdd8 !important;
  font-size: 17px !important;
}
.sk-sub-active-info p:last-child { margin-bottom: 0 !important; }
.sk-sub-active-info span,
.sk-sub-active-info strong {
  color: #e8ecf0 !important;
  font-weight: 600;
}
.sk-sub-active-info a {
  color: #F7931A !important;
  text-decoration: none;
}
.sk-sub-active-info a:hover { text-decoration: underline; }
.sk-sub-active-info--warning {
  border-color: rgba(220,53,69,0.3);
  border-left-color: #e06c75;
}
.sk-sub-active-info--warning i { color: #e06c75; }
/* Info box inner layout */
.sk-sub-active-info__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  text-align: center;
}
.sk-sub-active-info__header i {
  font-size: 30px;
  color: #F7931A;
}
.sk-sub-active-info__header h3 {
  margin: 0 !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #e8ecf0 !important;
  letter-spacing: 0.3px;
}

/* Stats row */
.sk-sub-active-info__stats {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.sk-sub-active-info__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 12px 24px;
  flex: 1;
  min-width: 120px;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.sk-sub-active-info__stat:last-child {
  border-right: none;
}
.sk-sub-active-info__stat-label {
  font-size: 13px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #5a6a7e !important;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sk-sub-active-info__stat-label i {
  font-size: 12px;
  color: #F7931A;
}
.sk-sub-active-info__stat-value {
  font-size: 18px !important;
  font-weight: 700;
  color: #e8ecf0 !important;
}

/* Warning notice inside box */
.sk-sub-active-info__notice {
  text-align: center;
  font-size: 15px !important;
  padding: 8px 14px;
  border-radius: 6px;
  margin: 0 0 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.sk-sub-active-info__notice--warn {
  background: rgba(220,53,69,0.1);
  color: #e06c75 !important;
  border: 1px solid rgba(220,53,69,0.2);
}
.sk-sub-active-info__notice--warn i { color: #e06c75; }

/* Action area */
.sk-sub-active-info__action {
  display: flex;
  justify-content: center;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.sk-sub-active-info__action form { margin: 0 !important; }
.sk-sub-cancel-btn {
  font-size: 15px !important;
  padding: 7px 18px !important;
  border-radius: 6px !important;
  cursor: pointer;
  font-weight: 600;
  border: 1px solid transparent;
  transition: background .15s, transform .1s;
}
.sk-sub-cancel-btn.sk-btn-sm-danger {
  background: rgba(220,53,69,0.12) !important;
  border-color: rgba(220,53,69,0.3) !important;
  color: #e06c75 !important;
}
.sk-sub-cancel-btn.sk-btn-sm-danger:hover {
  background: rgba(220,53,69,0.22) !important;
  transform: translateY(-1px);
}
.sk-sub-cancel-btn.sk-btn-success {
  background: rgba(40,167,69,0.12) !important;
  border-color: rgba(40,167,69,0.3) !important;
  color: #5cb85c !important;
}
.sk-sub-cancel-btn.sk-btn-success:hover {
  background: rgba(40,167,69,0.22) !important;
  transform: translateY(-1px);
}

/* Pack listing grid — extra top margin for floating price circle */
.sk-subscription-content .pack_content_wrapper {
  margin-top: 60px !important;
}

/* Ensure pack content clears the absolute-positioned price circle above.
   Mirrors dps-custom-style which is only loaded on a hard page load. */
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_content {
  margin-top: 60px !important;
  width: 100% !important;
  text-align: center !important;
}
.sk-subscription-content .pack_content_wrapper .product_pack_item .buy_pack_button {
  margin: 10px 0 8px !important;
}
.sk-subscription-content .pack_content_wrapper .product_pack_item .pack_short_desc {
  width: 100% !important;
  text-align: center !important;
  margin-top: 8px !important;
}

/* Order card list */
.sk-sub-orders-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sk-sub-order-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #1e2b3c;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 14px 18px;
  transition: background .15s;
  flex-wrap: wrap;
}
.sk-sub-order-card:hover {
  background: #233044;
  border-color: rgba(255,255,255,0.11);
}
.sk-sub-order-card__left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sk-sub-order-card__number a {
  font-size: 17px;
  font-weight: 700;
  color: #e8ecf0;
  text-decoration: none;
}
.sk-sub-order-card__number a:hover {
  color: #F7931A;
}
.sk-sub-order-card__date {
  font-size: 14px;
  color: #5a6a7e;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sk-sub-order-card__date i {
  font-size: 13px;
}
.sk-sub-order-card__right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.sk-sub-order-card__status {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 99px;
  border: 1px solid;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.sk-sub-order-card__total {
  font-size: 17px;
  font-weight: 700;
  color: #e8ecf0;
  white-space: nowrap;
}
.sk-sub-order-card__actions {
  display: flex;
  gap: 6px;
}
a.sk-sub-order-action {
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(247,147,26,0.12);
  border: 1px solid rgba(247,147,26,0.25);
  color: #F7931A;
  text-decoration: none;
  font-weight: 500;
  transition: background .15s;
  white-space: nowrap;
}
a.sk-sub-order-action:hover {
  background: rgba(247,147,26,0.22);
  text-decoration: none;
}

/* Empty state */
.sk-sub-empty {
  text-align: center;
  padding: 56px 24px;
  color: #5a6a7e;
}
.sk-sub-empty i {
  font-size: 46px;
  margin-bottom: 14px;
  color: #2e3a4a;
  display: block;
}
.sk-sub-empty p {
  margin: 0;
  font-size: 17px;
}

/* Responsive */
@media (max-width: 600px) {
  .sk-sub-order-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .sk-sub-order-card__right {
    width: 100%;
  }
}

/* Hide SEO card visually — fields still submit, autofill JS still runs */
.sk-dashboard .sk-product-seo {
  display: none !important;
}

/* ==========================================================
 * PRODUCT GUARD — toast-based price/image validation
 * ========================================================== */

/* Base toast */
.dcg-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  max-width: 400px;
  padding: 16px 48px 16px 20px;
  background: #1e2b3c;
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 4px solid #F7931A;
  border-radius: 10px;
  color: #e8ecf0;
  box-shadow: 0 6px 24px rgba(0,0,0,.4);
  z-index: 999999;
  animation: skGuardSlideIn 0.25s ease;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.55;
  font-size: 16px;
}

/* Error variant */
.dcg-toast--error {
  border-left-color: #e06c75;
}
.dcg-toast--error i {
  color: #e06c75 !important;
}

/* Info variant */
.dcg-toast--info {
  border-left-color: #F7931A;
}
.dcg-toast--info i {
  color: #F7931A !important;
}

.dcg-toast i {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}
.dcg-toast span strong {
  color: #fff;
}
.dcg-toast .close-toast {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  color: #5a6a7e;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 3px;
  transition: color 0.15s;
}
.dcg-toast .close-toast:hover { color: #e8ecf0; }

@keyframes skGuardSlideIn {
  from { transform: translateX(420px); opacity: 0; }
  to   { transform: translateX(0);     opacity: 1; }
}

/* ==========================================================
 * PRODUCT EDIT FORM — dark theme
 * ========================================================== */

/* ── Header ── */
.sk-dashboard .sk-pe-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.sk-dashboard .sk-pe-header__left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sk-dashboard .sk-pe-header h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #e8ecf0;
}
.sk-dashboard .sk-pe-header h2 i {
  color: #F7931A;
  margin-right: 4px;
}
.sk-pe-status {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.sk-pe-status--publish  { background: rgba(40,167,69,0.15);  color: #5cb85c; border: 1px solid rgba(40,167,69,0.3); }
.sk-pe-status--draft    { background: rgba(255,193,7,0.12);  color: #f0c040; border: 1px solid rgba(255,193,7,0.25); }
.sk-pe-status--pending  { background: rgba(247,147,26,0.15); color: #F7931A; border: 1px solid rgba(247,147,26,0.3); }
.sk-pe-status--auto-draft { background: rgba(255,255,255,0.06); color: #8a9bb0; border: 1px solid rgba(255,255,255,0.1); }
.sk-pe-hidden-badge {
  color: #8a9bb0;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sk-dashboard .sk-pe-header__right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ── Overall form container ── */
.sk-dashboard .product-edit-new-container {
  background: transparent;
}

/* ── Two-column top area — original float layout (65%/35%) is kept from style.css ── */
.sk-dashboard .sk-form-top-area {
  margin-bottom: 24px;
}

/* ── All inputs / selects within product edit form ── */
.sk-dashboard .product-edit-new-container input[type="text"],
.sk-dashboard .product-edit-new-container input[type="number"],
.sk-dashboard .product-edit-new-container input[type="email"],
.sk-dashboard .product-edit-new-container input[type="url"],
.sk-dashboard .product-edit-new-container input[type="date"],
.sk-dashboard .product-edit-new-container select,
.sk-dashboard .product-edit-new-container .sk-form-control,
.sk-dashboard .sk-edit-row .sk-form-control,
.sk-dashboard .sk-edit-row input[type="text"],
.sk-dashboard .sk-edit-row input[type="number"],
.sk-dashboard .sk-edit-row select {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: #e8ecf0 !important;
  border-radius: 6px !important;
}
.sk-dashboard .product-edit-new-container input::placeholder,
.sk-dashboard .sk-edit-row input::placeholder {
  color: #5a6a7e !important;
}
.sk-dashboard .product-edit-new-container input[type="text"]:focus,
.sk-dashboard .product-edit-new-container input[type="number"]:focus,
.sk-dashboard .product-edit-new-container select:focus,
.sk-dashboard .sk-edit-row input:focus,
.sk-dashboard .sk-edit-row select:focus {
  border-color: rgba(247,147,26,0.4) !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(247,147,26,0.1) !important;
}

/* ── Labels ── */
.sk-dashboard .product-edit-new-container label.form-label,
.sk-dashboard .product-edit-new-container .sk-pe-label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #c4cdd8 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.sk-dashboard .product-edit-new-container .sk-pe-label i {
  color: #F7931A;
  margin-right: 5px;
}

/* ── Input group addon (currency symbol) ── */
.sk-dashboard .product-edit-new-container .sk-input-group-addon {
  background: rgba(247,147,26,0.12) !important;
  border: 1px solid rgba(247,147,26,0.25) !important;
  color: #F7931A !important;
  border-radius: 6px 0 0 6px !important;
  font-weight: 700;
}

/* ── Textareas (replacing wp_editor) ── */
.sk-pe-textarea {
  width: 100%;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 8px !important;
  color: #e8ecf0 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  padding: 12px 14px !important;
  resize: vertical;
  font-family: inherit;
  transition: border-color .15s;
  box-sizing: border-box;
}
.sk-pe-textarea:focus {
  border-color: rgba(247,147,26,0.4) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(247,147,26,0.08) !important;
}
.sk-pe-textarea::placeholder {
  color: #5a6a7e !important;
}
.sk-pe-textarea--tall { min-height: 200px; }

.sk-pe-field-block {
  margin-bottom: 20px;
}

/* ── Featured image upload area ── */
.sk-dashboard .sk-feat-image-upload {
  background: rgba(255,255,255,0.04) !important;
  border: 2px dashed rgba(255,255,255,0.12) !important;
  border-radius: 10px !important;
  transition: border-color .2s;
}
.sk-dashboard .sk-feat-image-upload:hover {
  border-color: rgba(247,147,26,0.35) !important;
}
.sk-dashboard .sk-feat-image-upload .instruction-inside {
  color: #8a9bb0 !important;
}
.sk-dashboard .sk-feat-image-upload .instruction-inside i {
  color: #F7931A;
  font-size: 34px;
  margin-bottom: 8px;
  display: block;
}
.sk-dashboard .sk-feat-image-upload .instruction-inside a {
  color: #F7931A !important;
  text-decoration: underline;
}

/* ── Gallery ── */
.sk-dashboard .sk-product-gallery .add-image a {
  color: #F7931A !important;
}
.sk-dashboard #product_images_container ul.product_images li.image {
  background: rgba(255,255,255,0.06) !important;
  border-radius: 6px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}

/* ── sk-edit-row sections (P2P, Sats, sk-pro panels) ── */
.sk-dashboard .sk-edit-row {
  background: #1e2b3c !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  border-radius: 10px !important;
  margin-bottom: 16px !important;
  overflow: hidden !important;
}
.sk-dashboard .sk-edit-row .sk-section-heading {
  background: rgba(255,255,255,0.03) !important;
  border-bottom: 1px solid rgba(255,255,255,0.07) !important;
  padding: 14px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.sk-dashboard .sk-edit-row .sk-section-heading h2 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #e8ecf0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sk-dashboard .sk-edit-row .sk-section-heading h2 i {
  color: #F7931A !important;
}
.sk-dashboard .sk-edit-row .sk-section-heading p {
  font-size: 14px !important;
  color: #5a6a7e !important;
  margin: 0 !important;
}
.sk-dashboard .sk-edit-row .sk-section-heading .sk-section-toggle {
  color: #5a6a7e !important;
}
.sk-dashboard .sk-edit-row .sk-section-heading .sk-section-toggle:hover {
  color: #F7931A !important;
}
.sk-dashboard .sk-edit-row .sk-section-content {
  padding: 18px !important;
  background: transparent !important;
}
.sk-dashboard .sk-edit-row .sk-section-content label,
.sk-dashboard .sk-edit-row .sk-section-content .form-label {
  color: #c4cdd8 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  display: block;
  margin-bottom: 6px;
}
.sk-dashboard .sk-edit-row .sk-section-content small {
  color: #5a6a7e !important;
  display: block;
  margin-top: 6px;
  font-size: 14px;
}
.sk-dashboard .sk-edit-row .sk-section-content p {
  color: #c4cdd8 !important;
}

/* Sats result text */
.sk-dashboard #sats_result {
  color: #F7931A !important;
  font-weight: 700;
  font-size: 18px;
}

/* Sats convert button */
.sk-dashboard #sats-converter-box .sk-section-content .button,
.sk-dashboard #sats-converter-box .button-primary {
  background: #F7931A !important;
  border-color: #F7931A !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 6px 14px !important;
  font-size: 15px !important;
  cursor: pointer;
}

/* ── Alert/message boxes ── */
.sk-dashboard .product-edit-new-container .sk-alert-danger {
  background: rgba(220,53,69,0.12) !important;
  border: 1px solid rgba(220,53,69,0.3) !important;
  color: #e06c75 !important;
  border-radius: 8px !important;
}
.sk-dashboard .product-edit-new-container .sk-message {
  background: rgba(40,167,69,0.1) !important;
  border: 1px solid rgba(40,167,69,0.25) !important;
  color: #5cb85c !important;
  border-radius: 8px !important;
  padding: 12px 16px 12px 50px !important;
  margin-bottom: 20px;
}
.sk-dashboard .product-edit-new-container .sk-message a {
  color: #F7931A !important;
}

/* ── Submit bar ── */
.sk-pe-submit-bar {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0 8px;
  border-top: 1px solid rgba(255,255,255,0.07);
  margin-top: 8px;
}
.sk-pe-save-btn {
  font-size: 17px !important;
  padding: 10px 28px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
}

/* ── Price section ── */
.sk-dashboard .product-edit-new-container .regular-price,
.sk-dashboard .product-edit-new-container .sale-price {
  flex: 1;
}
.sk-dashboard .product-edit-new-container .vendor-earning {
  color: #5a6a7e !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.sk-dashboard .product-edit-new-container .vendor-earning .vendor-price {
  color: #5cb85c !important;
}
.sk-dashboard .product-edit-new-container .sale_schedule,
.sk-dashboard .product-edit-new-container .cancel_sale_schedule {
  color: #F7931A !important;
  font-size: 14px;
  text-decoration: none;
}
.sk-dashboard .product-edit-new-container .sale_schedule:hover,
.sk-dashboard .product-edit-new-container .cancel_sale_schedule:hover {
  text-decoration: underline;
}

/* ── Select2 inside product form ── */
.sk-dashboard .product-edit-new-container .select2-container--default .select2-selection--multiple,
.sk-dashboard .product-edit-new-container .select2-container--default .select2-selection--single {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 6px !important;
}
.sk-dashboard .product-edit-new-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(247,147,26,0.15) !important;
  border: 1px solid rgba(247,147,26,0.3) !important;
  color: #F7931A !important;
  border-radius: 4px !important;
}
.sk-dashboard .product-edit-new-container .select2-container--default .select2-selection__rendered {
  color: #e8ecf0 !important;
}

/* ── Featured image: fixed square 275×275 ── */
.product-edit-new-container .sk-new-product-featured-img,
.product-edit-new-container .sk-product-edit-form .sk-new-product-featured-img {
  width: 300px !important;
  height: 300px !important;
  max-height: 300px !important;
}

/* === GESUCHE === */
/* =====================================================================
   Gesuche Dashboard — matches Bewertungen/Rezensionen page style
   ===================================================================== */

/* === Page header — force-match .sk-review-page-header from sk-theme ==
   Using !important because Kadence h2 rules override without it.        */
.sk-dashboard-content--gesuche .sk-review-page-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 20px !important;
}
.sk-dashboard-content--gesuche .sk-review-page-header h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #e8ecf0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1.2 !important;
}
.sk-dashboard-content--gesuche .sk-review-page-header h2 i {
  color: #F7931A !important;
  font-size: 20px !important;
  display: inline-block !important;
  visibility: visible !important;
}

/* === Outer wrapper =================================================== */
.gesuche-dashboard-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.gesuche-dashboard-inner {
  width: 100%;
  color: #e8ecf0;
}

/* === Section title (between header and form, and above list) ======== */
.sk-gesuche-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #8a9bb0;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* === Form — no card, plain inputs =================================== */
.gesuch-form {
  margin-bottom: 32px;
}
.gesuch-form input[type="text"],
.gesuch-form input[type="search"],
.gesuch-form input[type="email"],
.gesuch-form textarea {
  background: #1f2732 !important;
  border: 1px solid #384355 !important;
  color: #e8ecf0 !important;
  border-radius: 6px;
  width: 100%;
  padding: 8px 12px;
  font-size: 15px;
  margin-top: 4px;
}
.gesuch-form input[type="text"]:focus,
.gesuch-form textarea:focus {
  border-color: rgba(247,147,26,0.45) !important;
  outline: none;
}
.gesuch-form label {
  font-size: 14px;
  font-weight: 500;
  color: #8a9bb0 !important;
}
.gesuch-form ::placeholder { color: #4e5e72 !important; }
.sk-form-group { margin-bottom: 16px; }

/* === Submit button =================================================== */
.sk-btn-btc {
  background-color: #F7931A !important;
  border: 1px solid #F7931A !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color .2s, box-shadow .2s;
  box-shadow: 0 2px 8px rgba(247,147,26,.25);
}
.sk-btn-btc:hover,
.sk-btn-btc:focus {
  background-color: #e27e00 !important;
  border-color: #e27e00 !important;
  box-shadow: 0 4px 12px rgba(226,126,0,.35);
}

/* === Card list ======================================================= */
.gesuch-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* === Individual card — mirrors .sk-review-card ====================== */
.gesuch-item {
  background: #1e2b3c;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 16px;
  transition: background .15s, border-color .15s;
}
.gesuch-item:hover {
  background: #233044;
  border-color: rgba(255,255,255,0.11);
}

/* === Card head: title + status badge ================================ */
.gesuch-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.gesuch-title {
  font-size: 16px;
  font-weight: 600;
  color: #e8ecf0;
}
.gesuch-status {
  font-size: 13px;
  font-weight: 500;
  color: #8a9bb0;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 3px 10px;
  border-radius: 999px;
}

/* === Excerpt — mirrors .sk-review-card__content ==================== */
.gesuch-excerpt {
  font-size: 15px;
  color: #c4cdd8;
  line-height: 1.6;
  margin-bottom: 12px;
  word-break: break-word;
}

/* === Footer / actions — mirrors .sk-review-card__footer ============ */
.gesuch-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* Action links — mirrors a.sk-review-action */
.gesuch-actions .btn {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background .15s, color .15s;
  border: 1px solid transparent;
}

/* Bearbeiten → orange style (mirrors unapprove) */
.gesuch-actions .btn-secondary {
  background: rgba(247,147,26,0.12);
  color: #F7931A;
  border-color: rgba(247,147,26,0.25);
}
.gesuch-actions .btn-secondary:hover {
  background: rgba(247,147,26,0.22);
  color: #F7931A;
  text-decoration: none;
  transform: none;
}

/* Löschen → delete/danger style */
.gesuch-actions .btn-danger {
  background: rgba(220,53,69,0.15);
  color: #e06c75;
  border-color: rgba(220,53,69,0.3);
}
.gesuch-actions .btn-danger:hover {
  background: rgba(220,53,69,0.25);
  color: #e06c75;
  text-decoration: none;
  transform: none;
}

/* Ansehen → muted link style (mirrors trash action) */
.gesuch-actions .btn-outline {
  background: rgba(255,255,255,0.05);
  color: #5a7499;
  border-color: rgba(255,255,255,0.08);
}
.gesuch-actions .btn-outline:hover {
  background: rgba(255,255,255,0.1);
  color: #8a9bb0;
  text-decoration: none;
  transform: none;
}

/* === Alert messages ================================================= */
.sk-alert {
  padding: 10px 16px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 15px;
}
.sk-alert-success {
  background: rgba(40,167,69,0.12);
  border: 1px solid rgba(40,167,69,0.25);
  color: #5cb85c;
}

/* === Empty state ==================================================== */
.gesuche-dashboard-inner > p {
  color: #5a6a7e;
  font-size: 15px;
}

/* === MERKLISTE === */
/* === Pin Icon in Product Loop (Vertical Bar) ======================== */
.dm-pin-icon-wrapper {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}

.dm-pin-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 7px;
  background: rgba(0, 0, 0, .75);
  color: #fff;
  text-decoration: none;
  transition: transform .12s ease, background .08s ease, opacity .12s ease;
  backdrop-filter: blur(1px);
  cursor: pointer;
  opacity: 0.6;
}

.dm-pin-icon:hover,
.dm-pin-icon:focus {
  transform: translateY(-1px) scale(1.05);
  background: rgba(247, 147, 26, 0.9);
  color: #fff;
  opacity: 1;
}

.dm-pin-icon i {
  font-size: 18px;
  line-height: 1;
  transition: transform .2s ease;
}

.dm-pin-icon.active {
  background: rgba(247, 147, 26, 0.85);
  opacity: 1;
}

.dm-pin-icon.active i {
  transform: rotate(45deg);
}

.dm-pin-icon-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.dm-pin-icon-disabled:hover {
  transform: none !important;
  background: rgba(0, 0, 0, .75) !important;
}

/* WCPS Slider - Position icon in upper left */
.wcps-items-thumb {
  position: relative;
}

.dm-pin-icon-wcps {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  margin: 0;
}

/* Ensure icon is visible over the image */
.wcps-items-thumb .dm-pin-icon-wcps {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === Button on Single Product Page ================================== */
.dm-merkliste-button-wrapper {
  margin: 18px 0;
}

.dm-merkliste-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #334155;
  color: #fff;
  border: 1px solid #334155;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all .2s ease;
  text-decoration: none;
}

.dm-merkliste-btn:hover {
  background: #f7931a;
  border-color: #f7931a;
  color: #fff;
  transform: translateY(-1px);
}

.dm-merkliste-btn.dm-in-list {
  background: #f7931a;
  border-color: #f7931a;
}

.dm-merkliste-btn.dm-in-list:hover {
  background: #dc2626;
  border-color: #dc2626;
}

.dm-merkliste-btn i {
  font-size: 16px;
}

.dm-merkliste-btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.dm-merkliste-btn-disabled:hover {
  background: #334155 !important;
  border-color: #334155 !important;
  transform: none !important;
}

/* === Page header — force-match .sk-review-page-header from sk-theme == */
.sk-dashboard-content--merkliste .sk-review-page-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 20px !important;
}
.sk-dashboard-content--merkliste .sk-review-page-header h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #e8ecf0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1.2 !important;
}
.sk-dashboard-content--merkliste .sk-review-page-header h2 i {
  color: #F7931A !important;
  font-size: 20px !important;
  display: inline-block !important;
  visibility: visible !important;
}

/* === Dashboard Layout =============================================== */
.merkliste-dashboard-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.merkliste-dashboard-inner {
  width: 100%;
  color: #e8ecf0;
}

/* === Merkliste List (Cards) ========================================= */
.merkliste-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.merkliste-item {
  display: flex;
  gap: 1.5rem;
  background: #1e2b3c;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 16px !important;
  transition: background .15s, border-color .15s;
  align-items: center;
}

.merkliste-item:hover {
  background: #233044;
  border-color: rgba(255,255,255,0.11);
}

/* Image */
.merkliste-item-image {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  background: #1f2732;
}

.merkliste-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Details */
.merkliste-item-details {
  flex: 1;
  min-width: 0;
}

.merkliste-item-head {
  margin-bottom: 0.5rem;
}

.merkliste-title {
  font-size: 16px;
  font-weight: 600;
  color: #e8ecf0;
}

.merkliste-title a {
  color: #e8ecf0;
  text-decoration: none;
  transition: color .15s;
}

.merkliste-title a:hover {
  color: #F7931A;
}

.merkliste-vendor {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8a9bb0;
  font-size: 14px;
  margin-bottom: 6px;
}

.merkliste-vendor i {
  color: #F7931A;
  font-size: 13px;
}

.merkliste-vendor a {
  color: #8a9bb0;
  text-decoration: none;
  transition: color .15s;
}

.merkliste-vendor a:hover {
  color: #F7931A;
}

.merkliste-price {
  font-size: 15px;
  font-weight: 700;
  color: #F7931A;
}

/* Actions */
.merkliste-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
}

/* === Buttons ======================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  border: 1px solid transparent;
  transition: transform .08s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
  white-space: nowrap;
}

.btn-sm {
  padding: 0.4rem 0.7rem;
  font-size: 0.9rem;
}

.merkliste-actions .btn-primary {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.08);
  color: #5a7499;
}

.merkliste-actions .btn-primary:hover {
  background: rgba(255,255,255,0.1);
  color: #8a9bb0;
  transform: none;
}

.merkliste-actions .btn-danger {
  background: rgba(220,53,69,0.15);
  border-color: rgba(220,53,69,0.3);
  color: #e06c75;
}

.merkliste-actions .btn-danger:hover {
  background: rgba(220,53,69,0.25);
  color: #e06c75;
  transform: none;
}

/* === Empty State — mirrors .sk-reviews-empty ======================== */
.merkliste-empty {
  text-align: center;
  padding: 48px 24px;
  color: #5a6a7e;
}

.merkliste-empty i {
  font-size: 42px;
  color: #2e3a4a;
  margin-bottom: 12px;
  display: block;
  opacity: 1;
}

.merkliste-empty p {
  margin: 0 0 8px;
  font-size: 17px;
  color: #5a6a7e;
}

.merkliste-empty .btn {
  margin-top: 16px;
  background: rgba(247,147,26,0.12);
  border-color: rgba(247,147,26,0.25);
  color: #F7931A;
  padding: 9px 20px;
  font-size: 15px;
}

.merkliste-empty .btn i {
  opacity: 1;
  color: #F7931A;
}

.merkliste-empty .btn:hover {
  background: rgba(247,147,26,0.22);
  transform: none;
}

/* === Responsive ===================================================== */
@media (max-width: 768px) {
  .merkliste-empty {
    padding: 2rem 1.5rem;
  }

  .merkliste-empty i {
    font-size: 2.5rem;
  }

  .merkliste-empty .btn {
    width: 100%;
    max-width: 220px;
    justify-content: center;
    padding: 10px 16px;
    font-size: 0.95rem;
  }

  .merkliste-list {
    padding-left: 0 !important;
  }

  .merkliste-item {
    flex-direction: column;
    text-align: center;
    padding: 1rem !important;
    gap: 1rem;
    margin: 0 !important;
  }

  .merkliste-item-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  .merkliste-item-details {
    text-align: center;
    flex: 1;
  }

  .merkliste-vendor {
    justify-content: center;
  }

  .merkliste-actions {
    flex-direction: row;
    width: 100%;
    gap: 0.5rem;
  }

  .merkliste-actions .btn {
    flex: 1;
    padding: 0.4rem 0.5rem;
    font-size: 0.85rem;
  }

  .merkliste-title {
    font-size: 1rem;
  }

  .merkliste-vendor {
    font-size: 0.85rem;
  }

  .merkliste-price {
    font-size: 1.1rem;
  }
}

/* === Loading States ================================================= */
.dm-pin-icon.loading,
.dm-merkliste-btn.loading {
  opacity: 0.6;
  pointer-events: none;
}

.dm-pin-icon.loading i,
.dm-merkliste-btn.loading i {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* === Notification Toast ============================================= */
.dm-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 16px 24px;
  background: #252d38;
  border: 1px solid #2e3847;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
  z-index: 9999;
  animation: slideIn 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dm-toast.success {
  border-left: 4px solid #10b981;
}

.dm-toast.error {
  border-left: 4px solid #ef4444;
}

.dm-toast i {
  font-size: 18px;
}

@keyframes slideIn {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* === VENDOR CHAT === */
/**
 * SK Vendor Chat - Styles
 * Bitcoin-themed dark design matching unified-auth-connector
 */

/* === Main Container === */
.sk-vendor-chat-dashboard {
	color: #ffffff;
	padding: 20px;
}

/* === Dashboard Header === */
.sk-vendor-chat-dashboard .sk-dashboard-header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f7931a;
}

.sk-vendor-chat-dashboard .sk-dashboard-header .entry-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 28px;
}

.dvc-chat-container {
	display: grid;
	grid-template-columns: 350px 1fr;
	gap: 1rem;
	height: 75vh;
	min-height: 500px;
	max-height: 800px;
}

@media (max-width: 992px) {
	.dvc-chat-container {
		grid-template-columns: 1fr;
		max-height: none;
		min-height: auto;
	}
	.dvc-chat-sidebar {
		max-height: 400px;
	}
	.dvc-chat-window {
		min-height: 500px;
	}
}

/* === Chat Sidebar ======================================================= */
.dvc-chat-sidebar {
	background: #181e27;
	border: 1px solid #2b3240;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* === Tabs =============================================================== */
.dvc-chat-tabs {
	display: flex;
	background: #181e27;
	border-bottom: 1px solid #2b3240;
}

.dvc-tab-btn {
	flex: 1;
	padding: 1rem;
	border: none;
	background: transparent;
	color: #9aa4b2;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 13px;
}

.dvc-tab-btn:hover {
	background: rgba(247, 147, 26, 0.1);
	color: #f7931a;
}

.dvc-tab-btn.active {
	background: #181e27;
	color: #f7931a;
	border-bottom: 2px solid #f7931a;
}

.dvc-tab-btn .dvc-count {
	color: #9aa4b2;
	font-size: 0.85rem;
	margin-left: 0.25rem;
}

/* === Chat List ========================================================== */
.dvc-chat-list {
	overflow-y: auto;
	flex: 1;
	min-height: 0;
	padding: 0.5rem;
}

.dvc-chat-list::-webkit-scrollbar {
	width: 8px;
}

.dvc-chat-list::-webkit-scrollbar-track {
	background: #181e27;
}

.dvc-chat-list::-webkit-scrollbar-thumb {
	background: #2b3240;
	border-radius: 4px;
}

.dvc-chat-list::-webkit-scrollbar-thumb:hover {
	background: #f7931a;
}

/* === Chat Item ========================================================== */
.dvc-chat-item {
	display: flex;
	gap: 0.75rem;
	padding: 0.75rem;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	margin-bottom: 0.5rem;
	border: 1px solid transparent;
	position: relative;
}

.dvc-chat-item:hover {
	background: #2b3240;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(247, 147, 26, 0.15);
}

.dvc-chat-item.active {
	background: #2b3240;
	border-color: #f7931a;
}

.dvc-chat-item.unread {
	background: rgba(247, 147, 26, 0.05);
}

.dvc-chat-item-avatar {
	flex-shrink: 0;
}

.dvc-chat-item-avatar img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.dvc-chat-item-content {
	flex: 1;
	overflow: hidden;
}

.dvc-chat-item-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.25rem;
}

.dvc-chat-item-header strong {
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 600;
}

.dvc-chat-time {
	font-size: 0.75rem;
	color: #9aa4b2;
}

.dvc-chat-item-product {
	margin-bottom: 0.25rem;
}

.dvc-chat-item-product small {
	color: #f7931a;
	font-size: 0.8rem;
}

.dvc-chat-item-preview {
	font-size: 0.85rem;
	color: #9aa4b2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.6;
}

.dvc-unread-indicator {
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #f7931a;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(247, 147, 26, 0.5);
}

/* === Empty State ======================================================== */
.dvc-empty-state {
	text-align: center;
	padding: 3rem 1rem;
	color: #9aa4b2;
}

.dvc-empty-state i {
	font-size: 3rem;
	color: #2b3240;
	margin-bottom: 1rem;
	display: block;
}

.dvc-empty-state p {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	color: #cfd6df;
}

.dvc-empty-state small {
	color: #9aa4b2;
	font-size: 0.85rem;
}

/* === Chat Window ======================================================== */
.dvc-chat-window {
	background: #181e27;
	border: 1px solid #2b3240;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.dvc-no-chat-selected {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #9aa4b2;
	padding: 2rem;
	text-align: center;
}

.dvc-no-chat-selected i {
	font-size: 4rem;
	color: #2b3240;
	margin-bottom: 1.5rem;
}

.dvc-no-chat-selected h3 {
	color: #ffffff;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.dvc-no-chat-selected p {
	color: #cfd6df;
}

/* === Chat Header ======================================================== */
.dvc-chat-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1.5rem;
	background: #181e27;
	border-bottom: 1px solid #2b3240;
}

.dvc-chat-header-info {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.dvc-chat-header-info img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.dvc-chat-header-info strong {
	color: #ffffff;
	display: block;
	margin-bottom: 0.25rem;
	font-weight: 600;
	font-size: 18px;
}

.dvc-chat-product-link {
	font-size: 0.85rem;
}

.dvc-chat-product-link a {
	color: #f7931a;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	transition: color 0.2s ease;
}

.dvc-chat-product-link a:hover {
	color: #d97e10;
	text-decoration: underline;
}

.dvc-chat-actions {
	display: flex;
	gap: 0.5rem;
}

.dvc-action-btn {
	background: transparent;
	border: 1px solid #2b3240;
	color: #9aa4b2;
	padding: 8px 14px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-weight: 600;
}

.dvc-action-btn:hover {
	background: #2b3240;
	border-color: #f7931a;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(247, 147, 26, 0.2);
}

.dvc-action-btn.dvc-delete-btn:hover {
	background: #d32f2f;
	border-color: #d32f2f;
	color: #ffffff;
	box-shadow: 0 4px 8px rgba(211, 47, 47, 0.3);
}

/* === Messages Area ====================================================== */
.dvc-messages-area {
	flex: 1;
	overflow-y: auto;
	min-height: 0;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.dvc-messages-area::-webkit-scrollbar {
	width: 8px;
}

.dvc-messages-area::-webkit-scrollbar-track {
	background: #181e27;
}

.dvc-messages-area::-webkit-scrollbar-thumb {
	background: #2b3240;
	border-radius: 4px;
}

.dvc-messages-area::-webkit-scrollbar-thumb:hover {
	background: #f7931a;
}

.dvc-empty-chat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #9aa4b2;
}

.dvc-empty-chat i {
	font-size: 3rem;
	color: #2b3240;
	margin-bottom: 1rem;
}

.dvc-empty-chat p {
	color: #cfd6df;
}

/* === Messages =========================================================== */
.dvc-message {
	display: flex;
	gap: 0.75rem;
	max-width: 75%;
}

.dvc-message.own {
	margin-left: auto;
	flex-direction: row-reverse;
}

.dvc-message-avatar img {
	border-radius: 50%;
	width: 32px;
	height: 32px;
}

.dvc-message-content {
	flex: 1;
}

.dvc-message-header {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.35rem;
}

.dvc-message.own .dvc-message-header {
	flex-direction: row-reverse;
}

.dvc-message-header strong {
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 600;
}

.dvc-message-time {
	font-size: 0.75rem;
	color: #9aa4b2;
}

.dvc-message-text {
	background: #181e27;
	border: 1px solid #2b3240;
	padding: 0.75rem 1rem;
	border-radius: 10px;
	color: #cfd6df;
	line-height: 1.7;
	word-wrap: break-word;
}

.dvc-message.own .dvc-message-text {
	background: rgba(247, 147, 26, 0.15);
	border: 1px solid rgba(247, 147, 26, 0.3);
	color: #ffffff;
}

/* === Message Input ====================================================== */
.dvc-message-input-area {
	padding: 1.5rem;
	background: #181e27;
	border-top: 1px solid #2b3240;
}

.dvc-send-message-form {
	display: flex;
	gap: 0.75rem;
	align-items: flex-end;
}

.dvc-message-input {
	flex: 1;
	background: #181e27 !important;
	border: 1px solid #2b3240 !important;
	color: #ffffff !important;
	padding: 0.75rem 1rem;
	border-radius: 8px;
	resize: vertical;
	min-height: 60px;
	font-family: inherit;
	line-height: 1.6;
}

.dvc-message-input::placeholder {
	color: #9aa4b2;
}

.dvc-message-input:focus {
	outline: 2px solid #f7931a;
	outline-offset: 2px;
	border-color: #f7931a !important;
}

.dvc-send-btn {
	background: #f7931a !important;
	border: 1px solid #f7931a !important;
	color: #ffffff !important;
	font-weight: 700;
	padding: 12px 24px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	align-items: center;
	gap: 0.5rem;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 13px;
}

.dvc-send-btn:hover {
	background: #d97e10 !important;
	border-color: #d97e10 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(247, 147, 26, 0.4);
}

.dvc-send-btn:disabled {
	background: #2b3240 !important;
	border-color: #2b3240 !important;
	color: #9aa4b2 !important;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

/* === Product Page Chat Icon ============================================ */
/* Chat icon follows the same styling as contact icons from add-contact-details plugin */
/* Bitcoin orange background to make it stand out */
.dkp-contact-icon--chat {
	border-radius: 8px;
	background: #f7931a !important;
}

.dkp-contact-icon--chat i {
	font-size: 16px !important;
}

.dkp-contact-icon--chat:hover,
.dkp-contact-icon--chat:focus {
	background: #d97e10 !important;
	transform: translateY(-1px);
}

/* === Modal ============================================================== */
.dvc-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}

/* Hide contact icons when modal is open */
.dvc-modal ~ .dkp-contact-icons,
body:has(.dvc-modal) .dkp-contact-icons {
	z-index: 0;
}

.dvc-modal-content {
	background: #181e27;
	border: 1px solid #2b3240;
	border-radius: 12px;
	width: 90%;
	max-width: 500px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.dvc-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem;
	border-bottom: 1px solid #2b3240;
}

.dvc-modal-header h3 {
	color: #ffffff;
	margin: 0;
	font-weight: 600;
	font-size: 20px;
}

.dvc-modal-close {
	background: transparent;
	border: none;
	color: #9aa4b2;
	font-size: 1.5rem;
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dvc-modal-close:hover {
	background: #2b3240;
	color: #ffffff;
}

.dvc-modal-body {
	padding: 1.5rem;
}

.dvc-form-group {
	margin-bottom: 1rem;
}

.dvc-form-group label {
	display: block;
	color: #cfd6df;
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: 15px;
}

.dvc-form-group textarea {
	width: 100%;
	background: #181e27 !important;
	border: 1px solid #2b3240 !important;
	color: #ffffff !important;
	padding: 0.75rem 1rem;
	border-radius: 6px;
	font-family: inherit;
	resize: vertical;
	line-height: 1.6;
}

.dvc-form-group textarea::placeholder {
	color: #9aa4b2;
}

.dvc-form-group textarea:focus {
	outline: 2px solid #f7931a;
	outline-offset: 2px;
	border-color: #f7931a !important;
}

.dvc-modal-actions {
	display: flex;
	gap: 1rem;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.dvc-btn-primary {
	background: #f7931a !important;
	border: 1px solid #f7931a !important;
	color: #ffffff !important;
	font-weight: 700;
	padding: 12px 24px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 13px;
}

.dvc-btn-primary:hover {
	background: #d97e10 !important;
	border-color: #d97e10 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(247, 147, 26, 0.4);
}

.dvc-btn-primary:focus {
	outline: 2px solid #f7931a;
	outline-offset: 2px;
}

.dvc-btn-secondary {
	background: #2b3240;
	border: 1px solid #2b3240;
	color: #ffffff;
	font-weight: 700;
	padding: 12px 24px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 13px;
}

.dvc-btn-secondary:hover {
	background: #3b4250;
	border-color: #3b4250;
	transform: translateY(-1px);
}

.dvc-btn-secondary:focus {
	outline: 2px solid #f7931a;
	outline-offset: 2px;
}

/* === Notification Badge ================================================= */
.dvc-notification-badge {
	background: #d32f2f;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 9999px;
	margin-left: 0.5rem;
	display: inline-block;
	min-width: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

/* === Loading State ====================================================== */
.dvc-loading {
	opacity: 0.6;
	pointer-events: none;
	position: relative;
}

.dvc-loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
	border: 3px solid #2b3240;
	border-top: 3px solid #f7931a;
	border-radius: 50%;
	animation: dvc-spin 0.8s linear infinite;
}

@keyframes dvc-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* === Success/Error Messages ============================================= */
.dvc-message-success {
	background: rgba(76, 175, 80, 0.15);
	color: #81c784;
	border: 1px solid rgba(76, 175, 80, 0.3);
	padding: 14px 18px;
	border-radius: 8px;
	margin-bottom: 1rem;
	font-size: 14px;
	line-height: 1.6;
}

.dvc-message-error {
	background: rgba(244, 67, 54, 0.15);
	color: #ef5350;
	border: 1px solid rgba(244, 67, 54, 0.3);
	padding: 14px 18px;
	border-radius: 8px;
	margin-bottom: 1rem;
	font-size: 14px;
	line-height: 1.6;
}

.dvc-message-info {
	background: rgba(247, 147, 26, 0.15);
	color: #f7931a;
	border: 1px solid rgba(247, 147, 26, 0.3);
	padding: 14px 18px;
	border-radius: 8px;
	margin-bottom: 1rem;
	font-size: 14px;
	line-height: 1.6;
}

/* === KONTAKT ICONS === */
/* Allgemeine Darstellung */
.dkp-contact-icons {
  display: flex;
  gap: 8px;
}

.dkp-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 7px;
  background: rgba(0, 0, 0, .75);
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  transition: transform .12s ease, opacity .12s ease, background .12s ease;
  backdrop-filter: blur(1px);
}

.dkp-contact-icon i {
  font-size: 18px;
  line-height: 1;
}

.dkp-contact-icon:hover,
.dkp-contact-icon:focus {
  transform: translateY(-1px);
  background: rgba(0, 0, 0, .9);
  opacity: .95;
}

.dkp-contact-icon--tg    { border-radius: 8px;   }
.dkp-contact-icon--nostr { border-radius: 8px; }
.dkp-contact-icon--nostr .sk-nostr-icon {
  font-size: 0 !important;
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23fff' d='M210.8 199.4c0 3.1-2.5 5.7-5.7 5.7h-68c-3.1 0-5.7-2.5-5.7-5.7v-15.5c.3-19 2.3-37.2 6.5-45.5 2.5-5 6.7-7.7 11.5-9.1 9.1-2.7 24.9-.9 31.7-1.2 0 0 20.4.8 20.4-10.7s-9.1-8.6-9.1-8.6c-10 .3-17.7-.4-22.6-2.4-8.3-3.3-8.6-9.2-8.6-11.2-.4-23.1-34.5-25.9-64.5-20.1-32.8 6.2.4 53.3.4 116.1v8.4c0 3.1-2.6 5.6-5.7 5.6H57.7c-3.1 0-5.7-2.5-5.7-5.7v-144c0-3.1 2.5-5.7 5.7-5.7h31.7c3.1 0 5.7 2.5 5.7 5.7 0 4.7 5.2 7.2 9 4.5 11.4-8.2 26-12.5 42.4-12.5 36.6 0 64.4 21.4 64.4 68.7v83.2ZM150 99.3c0-6.7-5.4-12.1-12.1-12.1s-12.1 5.4-12.1 12.1 5.4 12.1 12.1 12.1S150 106 150 99.3Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 22px 22px;
}
.sk-nostr-icon--inline {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23fff' d='M210.8 199.4c0 3.1-2.5 5.7-5.7 5.7h-68c-3.1 0-5.7-2.5-5.7-5.7v-15.5c.3-19 2.3-37.2 6.5-45.5 2.5-5 6.7-7.7 11.5-9.1 9.1-2.7 24.9-.9 31.7-1.2 0 0 20.4.8 20.4-10.7s-9.1-8.6-9.1-8.6c-10 .3-17.7-.4-22.6-2.4-8.3-3.3-8.6-9.2-8.6-11.2-.4-23.1-34.5-25.9-64.5-20.1-32.8 6.2.4 53.3.4 116.1v8.4c0 3.1-2.6 5.6-5.7 5.6H57.7c-3.1 0-5.7-2.5-5.7-5.7v-144c0-3.1 2.5-5.7 5.7-5.7h31.7c3.1 0 5.7 2.5 5.7 5.7 0 4.7 5.2 7.2 9 4.5 11.4-8.2 26-12.5 42.4-12.5 36.6 0 64.4 21.4 64.4 68.7v83.2ZM150 99.3c0-6.7-5.4-12.1-12.1-12.1s-12.1 5.4-12.1 12.1 5.4 12.1 12.1 12.1S150 106 150 99.3Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.dkp-contact-icon--mail,
.dkp-contact-icon--tel,
.dkp-contact-icon--x     { border-radius: 8px;   }

/* Produktübersicht: Karte als Bezugsebene */
.woocommerce ul.products li.product {
  position: relative;
}

.woocommerce ul.products li.product .dkp-contact-icons {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  pointer-events: auto;
}

/* Einzelproduktseite */
.single-product .summary .dkp-contact-icons {
  margin-top: 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.single-product .summary .dkp-contact-icon {
  width: 36px;
  height: 36px;
}

/* Mobile Feintuning */
@media (max-width: 768px) {
.dkp-contact-icon {
    width: 36px;
    height: 36px;
  }

  .dkp-contact-icon i {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
 .single-product .dkp-contact-icon {
    width: 46px !important;
    height: 46px !important;
  }

 .single-product .dkp-contact-icon i {
    font-size: 23px !important;
  }
}

/* Mapbox Geocoder: hide suggestions until input is focused */
.mapboxgl-ctrl-geocoder .suggestions {
  display: none !important;
}
.mapboxgl-ctrl-geocoder:focus-within .suggestions,
.mapboxgl-ctrl-geocoder .suggestions:hover {
  display: block !important;
}

/* Announcement notification badge — matches chat badge */
.sk-announcement-nav-badge {
	background: #f7931a;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 9999px;
	margin-left: 0.5rem;
	display: inline-block;
	line-height: 1;
}

/* ── SweetAlert2 Dark Theme ── */

.swal2-popup {
  background: #1a2332 !important;
  color: #e8ecf0 !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px !important;
}

.swal2-title {
  color: #ffffff !important;
}

.swal2-html-container,
.swal2-content {
  color: #c4cdd8 !important;
}

.swal2-icon.swal2-warning {
  border-color: #f7931a !important;
  color: #f7931a !important;
}

.swal2-icon.swal2-success {
  border-color: #28a745 !important;
}

.swal2-icon.swal2-success .swal2-success-line-tip,
.swal2-icon.swal2-success .swal2-success-line-long {
  background-color: #28a745 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(40, 167, 69, 0.3) !important;
}

.swal2-icon.swal2-info {
  border-color: #f7931a !important;
  color: #f7931a !important;
}

.swal2-icon.swal2-error {
  border-color: #dc3545 !important;
}

.swal2-icon.swal2-error .swal2-x-mark-line-left,
.swal2-icon.swal2-error .swal2-x-mark-line-right {
  background-color: #dc3545 !important;
}

.swal2-icon.swal2-question {
  border-color: #f7931a !important;
  color: #f7931a !important;
}

.swal2-confirm.swal2-styled {
  background: #f7931a !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 10px 24px !important;
  font-weight: 600 !important;
}

.swal2-confirm.swal2-styled:hover {
  background: #e07f0e !important;
}

.swal2-cancel.swal2-styled {
  background: #252d38 !important;
  color: #e8ecf0 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 6px !important;
  padding: 10px 24px !important;
}

.swal2-cancel.swal2-styled:hover {
  background: #2b3240 !important;
}

.swal2-close {
  color: #9aa4b2 !important;
}

.swal2-close:hover {
  color: #ffffff !important;
}

.swal2-backdrop-show {
  background: rgba(0, 0, 0, 0.6) !important;
}

.swal2-input,
.swal2-textarea,
.swal2-select {
  background: #181e27 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #e8ecf0 !important;
  border-radius: 6px !important;
}

.swal2-input:focus,
.swal2-textarea:focus {
  border-color: #f7931a !important;
  box-shadow: 0 0 0 2px rgba(247, 147, 26, 0.15) !important;
}

.swal2-loader {
  border-color: #f7931a transparent #f7931a transparent !important;
}

/* ── Select2 Dark Theme ── */
.select2-container--default .select2-selection--multiple {
  background: #181e27 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 6px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #252d38 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #e8ecf0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #9aa4b2 !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  color: #e8ecf0 !important;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #6b7a8d !important;
}
.select2-dropdown {
  background: #1a2332 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}
.select2-results__option {
  color: #e8ecf0 !important;
}
.select2-results__option--highlighted[aria-selected] {
  background: rgba(247, 147, 26, 0.12) !important;
  color: #f7931a !important;
}
.select2-search--dropdown .select2-search__field {
  background: #181e27 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #e8ecf0 !important;
}

/* === VENDOR CARD (product loop) === */
.produkt-vendor-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-left: 10px;
}
.vendor-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.vendor-name {
  color: #ccc;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
  display: inline-block;
  white-space: nowrap;
}
.vendor-name:hover {
  color: #f7931a;
}

/* ==========================================================================
 * Store Reviews — iziModal Dark Theme Override
 * ========================================================== */

/* Overlay */
.iziModal-overlay { background: rgba(0, 0, 0, 0.75) !important; backdrop-filter: blur(4px); }

/* Modal box */
.iziModal {
  background: #181e27 !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 1px solid #2e3846 !important;
  max-width: 500px !important;
}

/* Header */
.iziModal .iziModal-header {
  background: #181e27 !important;
  border-bottom: 1px solid #2e3846 !important;
  border-radius: 12px 12px 0 0 !important;
  padding: 20px 24px !important;
}
.iziModal .iziModal-header-title {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}
.iziModal .iziModal-header-subtitle {
  color: #9aa4b2 !important;
}

/* Close button */
.iziModal .iziModal-button-close {
  color: #9aa4b2 !important;
  transition: color 0.2s !important;
}
.iziModal .iziModal-button-close:hover {
  color: #fff !important;
}

/* Content area */
.iziModal .iziModal-content {
  background: #181e27 !important;
  color: #c5ccd6 !important;
}
.sk-seller-rating-add-wrapper {
  padding: 24px !important;
}

/* Intro text */
.sk-seller-rating-intro-text {
  color: #9aa4b2 !important;
}
.sk-seller-rating-intro-text a {
  color: #f7931a !important;
}

/* Form labels */
.sk-seller-rating-add-wrapper .sk-form-label {
  color: #c5ccd6 !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
  display: block !important;
}

/* Form inputs */
.sk-seller-rating-add-wrapper .sk-form-control {
  background: #0f1923 !important;
  border: 1px solid #2e3846 !important;
  color: #e8ecf0 !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  transition: border-color 0.2s !important;
}
.sk-seller-rating-add-wrapper .sk-form-control:focus {
  border-color: rgba(247, 147, 26, 0.5) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(247, 147, 26, 0.1) !important;
}

/* Submit button */
.sk-seller-rating-add-wrapper #support-submit-btn {
  background: #f7931a !important;
  border: 2px solid #f7931a !important;
  color: #181e27 !important;
  font-weight: 700 !important;
  padding: 10px 24px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  transition: all 0.2s !important;
}
.sk-seller-rating-add-wrapper #support-submit-btn:hover {
  background: #ffb347 !important;
  border-color: #ffb347 !important;
  box-shadow: 0 4px 16px rgba(247, 147, 26, 0.4) !important;
  transform: translateY(-1px);
}

/* Success message */
.sk-seller-rating-add-wrapper.sk-alert-success {
  background: rgba(247, 147, 26, 0.1) !important;
  color: #f7931a !important;
  border-radius: 8px !important;
  padding: 20px !important;
  text-align: center !important;
}

/* Error message */
#ds-error-msg.sk-alert-danger {
  background: rgba(224, 108, 117, 0.1) !important;
  color: #e06c75 !important;
  border: 1px solid rgba(224, 108, 117, 0.3) !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  margin-bottom: 12px !important;
}

/* Close button inside modal content */
.sk-izimodal-close-btn .icon-close {
  background: none !important;
  border: none !important;
  color: #9aa4b2 !important;
  cursor: pointer !important;
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  font-size: 18px !important;
}
.sk-izimodal-close-btn .icon-close:hover {
  color: #fff !important;
}

/* Rating stars area */
#sk-seller-rating {
  padding: 12px 0 !important;
}

/* Review wrapper (add-review button area) */
.sk-review-wrapper .add-review-btn {
  background: #f7931a !important;
  border: 2px solid #f7931a !important;
  color: #181e27 !important;
  font-weight: 700 !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
}
.sk-review-wrapper .add-review-btn:hover {
  background: #ff9d2e !important;
  border-color: #ff9d2e !important;
}

/* ==========================================================================
 * RateYo — Star Rating (jQuery plugin layout)
 * ========================================================== */
.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  box-sizing: content-box;
}
.jq-ry-container[readonly="readonly"] { cursor: default; }
.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* ==========================================================================
 * SK Feed — Vendor Social Feed
 * ========================================================== */

/* ── Page Header (Dashboard) ── */
.sk-feed-page-header { margin-bottom: 20px; }
.sk-feed-page-header h2 {
  font-size: 22px; font-weight: 700; color: #e8ecf0;
  margin: 0; display: flex; align-items: center; gap: 10px;
}
.sk-feed-page-header h2 i { color: #f7931a; }
.sk-feed-total {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 24px; height: 22px; padding: 0 7px; border-radius: 99px;
  background: rgba(247,147,26,0.15); border: 1px solid rgba(247,147,26,0.3);
  color: #f7931a; font-size: 15px; font-weight: 600;
}
.sk-feed-section-title {
  font-size: 16px; font-weight: 700; color: #e8ecf0;
  margin: 24px 0 12px; padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

/* ── Compose Form (Dashboard) ── */
.sk-feed-compose {
  background: #1e2b3c; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px; padding: 20px; margin-bottom: 24px;
}
.sk-feed-compose .sk-form-control {
  background: #0f1923 !important; border: 1px solid #2e3846 !important;
  color: #e8ecf0 !important; border-radius: 8px !important; padding: 12px !important;
  width: 100% !important; resize: vertical; font-size: 15px !important;
}
.sk-feed-compose .sk-form-control:focus {
  border-color: rgba(247,147,26,0.5) !important;
  box-shadow: 0 0 0 3px rgba(247,147,26,0.1) !important; outline: none !important;
}
.sk-feed-char-count { text-align: right; font-size: 12px; color: #5a6a7e; margin-top: 4px; }
.sk-feed-type-toggle {
  display: flex; gap: 8px; margin-bottom: 12px;
}
.sk-feed-type-option {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 8px 12px; border-radius: 8px; cursor: pointer;
  background: #0f1923; border: 1px solid #2e3846; color: #8b949e;
  font-size: 13px; font-weight: 500; transition: all 0.2s;
}
.sk-feed-type-option:hover { border-color: rgba(247,147,26,0.3); color: #e8ecf0; }
.sk-feed-type-option.active,
.sk-feed-type-option:has(input:checked) {
  background: rgba(247,147,26,0.1); border-color: #f7931a; color: #f7931a;
}
.sk-feed-type-option input[type="radio"] { display: none; }
.sk-feed-compose-actions {
  display: flex; align-items: center; justify-content: space-between; margin-top: 12px;
}
.sk-feed-upload-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: 8px; cursor: pointer;
  background: #2b3240; color: #c5ccd6; border: 1px solid rgba(255,255,255,0.07);
  font-size: 14px; transition: all 0.2s;
}
.sk-feed-upload-btn:hover { background: #343d4d; color: #e8ecf0; }
.sk-feed-image-preview {
  position: relative; margin-top: 12px; display: inline-block;
}
.sk-feed-image-preview img {
  max-width: 200px; max-height: 150px; border-radius: 8px; object-fit: cover;
}
.sk-feed-remove-image {
  position: absolute; top: -6px; right: -6px;
  background: #e06c75; color: #fff; border: none; border-radius: 50%;
  width: 22px; height: 22px; cursor: pointer; font-size: 12px;
  display: flex; align-items: center; justify-content: center;
}

/* ── Dashboard Post List ── */
.sk-feed-dashboard-list { display: flex; flex-direction: column; gap: 8px; }
.sk-feed-dashboard-item {
  display: flex; align-items: center; gap: 14px;
  background: #1e2b3c; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px; padding: 14px 16px; transition: background 0.15s;
}
.sk-feed-dashboard-item:hover { background: #233044; }
.sk-feed-dashboard-item--hidden { opacity: 0.5; }
.sk-feed-dashboard-item-thumb img {
  width: 56px; height: 56px; border-radius: 8px; object-fit: cover;
}
.sk-feed-dashboard-item-body { flex: 1; min-width: 0; }
.sk-feed-dashboard-item-content {
  color: #c5ccd6; font-size: 14px; line-height: 1.5;
  overflow: hidden; text-overflow: ellipsis;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.sk-feed-dashboard-item-meta {
  display: flex; gap: 12px; margin-top: 4px; font-size: 13px; color: #5a6a7e;
}
.sk-feed-dashboard-item-meta i { margin-right: 3px; }
.sk-feed-status-hidden { color: #e06c75; }
.sk-feed-dashboard-item-actions { flex-shrink: 0; }
.sk-feed-edit-btn {
  background: none; border: 1px solid rgba(255,255,255,0.12); color: #5a6a7e;
  border-radius: 6px; padding: 6px 10px; cursor: pointer; transition: all 0.2s;
  margin-bottom: 4px;
}
.sk-feed-edit-btn:hover { background: rgba(255,255,255,0.05); color: #e8ecf0; border-color: rgba(255,255,255,0.2); }
.sk-feed-delete-btn {
  background: none; border: 1px solid rgba(224,108,117,0.3); color: #e06c75;
  border-radius: 6px; padding: 6px 10px; cursor: pointer; transition: all 0.2s;
}
.sk-feed-delete-btn:hover { background: rgba(224,108,117,0.15); border-color: #e06c75; }
.sk-feed-dashboard-item-edit { margin-top: 6px; }
.sk-feed-edit-textarea {
  background: #0f1923 !important; border: 1px solid #2e3846 !important;
  color: #e8ecf0 !important; border-radius: 8px !important; padding: 10px !important;
  width: 100% !important; resize: vertical; font-size: 14px !important;
}
.sk-feed-edit-textarea:focus {
  border-color: rgba(247,147,26,0.5) !important;
  box-shadow: 0 0 0 3px rgba(247,147,26,0.1) !important; outline: none !important;
}
.sk-feed-edit-image { margin: 8px 0; }
.sk-feed-edit-image-current {
  position: relative; display: inline-block; margin-bottom: 8px;
}
.sk-feed-edit-image-current img {
  width: 80px; height: 80px; border-radius: 8px; object-fit: cover;
}
.sk-feed-edit-remove-image {
  position: absolute; top: -6px; right: -6px;
  background: #e06c75; color: #fff; border: none; border-radius: 50%;
  width: 22px; height: 22px; cursor: pointer; font-size: 11px;
  display: flex; align-items: center; justify-content: center;
}
.sk-feed-edit-actions {
  display: flex; gap: 8px; margin-top: 8px; align-items: center;
}
.sk-feed-cancel-edit-btn {
  background: none; border: 1px solid rgba(255,255,255,0.1); color: #5a6a7e;
  padding: 6px 14px; border-radius: 6px; cursor: pointer; font-size: 13px;
}
.sk-feed-cancel-edit-btn:hover { color: #e8ecf0; }

/* ── Feed Card (Public Feed + Store Tab) ── */
.sk-feed-card {
  background: #1e2b3c; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px; padding: 20px; margin-bottom: 16px;
  transition: background 0.15s, border-color 0.15s;
}
.sk-feed-card:hover { background: #233044; border-color: rgba(255,255,255,0.12); }
.sk-feed-card-header {
  display: flex; align-items: center; gap: 12px; margin-bottom: 12px;
}
.sk-feed-card-avatar img {
  width: 48px; height: 48px; border-radius: 50%; object-fit: cover;
}
.sk-feed-card-meta { flex: 1; min-width: 0; }

/* Compact follow button in feed card header */
.sk-feed-follow-btn {
  flex-shrink: 0; padding: 4px 14px; border-radius: 999px; font-size: 13px; font-weight: 600;
  background: transparent; border: 1px solid rgba(247,147,26,0.5); color: #f7931a;
  cursor: pointer; transition: all 0.15s; line-height: 1.4;
}
.sk-feed-follow-btn:hover { background: rgba(247,147,26,0.1); }
.sk-feed-follow-btn.following { background: rgba(247,147,26,0.12); border-color: rgba(247,147,26,0.3); color: #f7931a; }
.sk-feed-follow-btn.following .sk-follow-store-button-label-current { display: inline; }
.sk-feed-follow-btn.following .sk-follow-store-button-label-unfollow { display: none; }
.sk-feed-follow-btn.following:hover .sk-follow-store-button-label-current { display: none; }
.sk-feed-follow-btn.following:hover .sk-follow-store-button-label-unfollow { display: inline; }
.sk-feed-follow-btn.following:hover { border-color: #e06c75; color: #e06c75; background: rgba(224,108,117,0.1); }
.sk-feed-follow-btn:not(.following) .sk-follow-store-button-label-unfollow { display: none; }
.sk-feed-card-name {
  display: block; font-size: 16px; font-weight: 600; color: #e8ecf0;
  text-decoration: none;
}
.sk-feed-card-name:hover { color: #f7931a; }
.sk-feed-card-time { font-size: 13px; color: #5a6a7e; }
.sk-feed-card-content {
  color: #c5ccd6; font-size: 15px; line-height: 1.6; margin-bottom: 12px;
  word-wrap: break-word; overflow-wrap: break-word;
}
.sk-feed-card-content a { color: #f7931a; }
.sk-feed-card-image { margin-bottom: 12px; }
.sk-feed-card-image { text-align: center; }
.sk-feed-card-image img {
  max-width: 100%; border-radius: 10px; display: inline-block;
}

/* Product embed card */
.sk-feed-product-embed {
  display: flex; align-items: center; gap: 12px;
  background: #0f1923; border: 1px solid #2e3846; border-radius: 10px;
  padding: 12px; margin-bottom: 12px; text-decoration: none; transition: border-color 0.2s;
}
.sk-feed-product-embed:hover { border-color: rgba(247,147,26,0.45); }
.sk-feed-product-embed-img {
  width: 60px; height: 60px; border-radius: 8px; object-fit: cover; flex-shrink: 0;
}
.sk-feed-product-embed-info strong {
  display: block; color: #e8ecf0; font-size: 14px; margin-bottom: 2px;
}
.sk-feed-product-embed-price { color: #f7931a; font-size: 14px; font-weight: 600; }

/* Action bar */
.sk-feed-card-actions {
  display: flex; align-items: center; gap: 16px; padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.sk-feed-like-btn, .sk-feed-comment-btn, .sk-feed-share-btn, .sk-feed-report-btn {
  background: none; border: none; color: #5a6a7e; cursor: pointer;
  font-size: 14px; display: inline-flex; align-items: center; gap: 5px;
  padding: 6px 10px; border-radius: 6px; transition: all 0.2s;
}
.sk-feed-like-btn:hover, .sk-feed-comment-btn:hover { color: #e8ecf0; background: rgba(255,255,255,0.05); }
.sk-feed-like-btn.active { color: #f7931a; }
.sk-feed-like-btn.active:hover { color: #ff9d2e; }
.sk-feed-share-btn:hover { color: #56b6c2; }
.sk-feed-report-btn:hover { color: #e06c75; }
.sk-feed-report-btn.reported { color: #e06c75; cursor: default; }
.sk-feed-card-actions .sk-zap-btn { font-size: 13px; padding: 4px 10px; }

/* ── Filter Bar (Community Page) ── */
.sk-feed-filter-bar {
  display: flex; gap: 8px; margin-bottom: 16px;
}
.sk-feed-filter-btn {
  background: #232b36; border: 1px solid #2e3846; color: #cfd6df;
  padding: 10px 18px; border-radius: 999px; cursor: pointer;
  font-size: 14px; font-weight: 600; transition: all 0.15s;
}
.sk-feed-filter-btn:hover { transform: translateY(-1px); border-color: rgba(247,147,26,0.45); }
.sk-feed-filter-btn.active {
  background: linear-gradient(180deg, rgba(247,147,26,0.18), rgba(247,147,26,0.10));
  color: #fff; border-color: rgba(247,147,26,0.65);
}

/* ── Empty State ── */
.sk-feed-empty {
  text-align: center; padding: 56px 24px; color: #5a6a7e;
}
.sk-feed-empty i { font-size: 46px; margin-bottom: 14px; color: #2e3a4a; display: block; }
.sk-feed-empty p { margin: 0; font-size: 15px; }

/* ── Infinite Scroll Sentinel ── */
.sk-feed-scroll-sentinel { text-align: center; padding: 24px 0; min-height: 20px; color: #f7931a; }
.sk-feed-no-more { color: #5a6a7e; font-size: 14px; text-align: center; margin: 0; }

/* ── Feed Page Container (both /community/ and /community/post/{id}/) ── */
.sk-feed-page {
  background: #181e27;
  min-height: 60vh;
  padding: 30px 16px;
}
/* Feed layout */
.sk-feed-layout {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  gap: 28px;
  align-items: flex-start;
  justify-content: center;
}
.sk-feed-layout--three { max-width: 1320px; }
.sk-feed-main { flex: 1; min-width: 0; max-width: 680px; }
.sk-feed-sidebar { width: 300px; flex-shrink: 0; position: sticky; top: 100px; }
.sk-feed-sidebar--left { order: -1; margin-top: 110px; }
.sk-feed-sidebar--feed { margin-top: 110px; }
.sk-feed-sidebar--single { margin-top: 42px; }

/* Sidebar compose actions compact */
.sk-feed-sidebar-compose-actions {
  display: flex; align-items: center; justify-content: space-between; margin-top: 10px;
}
.sk-feed-sidebar-card .sk-form-control {
  background: #0f1923 !important; border: 1px solid #2e3846 !important;
  color: #e8ecf0 !important; border-radius: 8px !important; padding: 10px !important;
  width: 100% !important; resize: vertical; font-size: 14px !important;
}
.sk-feed-sidebar-card .sk-form-control:focus {
  border-color: rgba(247,147,26,0.5) !important;
  box-shadow: 0 0 0 3px rgba(247,147,26,0.1) !important; outline: none !important;
}
.sk-feed-sidebar-compose-actions .sk-feed-upload-btn { padding: 6px 10px; font-size: 16px; }
.sk-feed-sidebar-compose-actions .sk-btn { font-size: 13px; padding: 6px 14px; }

/* Fallback single-column (old .sk-feed-container still used in feed-loop etc.) */
.sk-feed-container { max-width: 680px; margin: 0 auto; }

.sk-feed-page-title {
  color: #e8ecf0; font-size: 24px; font-weight: 700;
  margin: 0 0 16px; padding: 0;
}

/* ── Sidebar Cards ── */
.sk-feed-sidebar-card {
  background: #1e2b3c; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px; padding: 16px; margin-bottom: 16px;
}
.sk-feed-sidebar-title {
  color: #e8ecf0; font-size: 16px; font-weight: 700;
  margin: 0 0 14px; display: flex; align-items: center; gap: 8px;
}
.sk-feed-sidebar-title i { color: #f7931a; }

/* Trending items */
.sk-feed-trending-list { display: flex; flex-direction: column; gap: 4px; }
.sk-feed-trending-item {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 10px; border-radius: 8px; text-decoration: none;
  transition: background 0.12s;
}
.sk-feed-trending-item:hover { background: #233044; }
.sk-feed-trending-avatar img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.sk-feed-trending-body { flex: 1; min-width: 0; }
.sk-feed-trending-name {
  display: block; font-size: 13px; font-weight: 600; color: #e8ecf0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sk-feed-trending-text {
  display: block; font-size: 12px; color: #5a6a7e; line-height: 1.4;
  overflow: hidden; text-overflow: ellipsis;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.sk-feed-trending-stats {
  display: flex; align-items: center; gap: 10px; margin-top: 4px; font-size: 11px; color: #5a6a7e;
}
.sk-feed-trending-stats i { margin-right: 2px; line-height: 1; }

/* Store card (comment page left sidebar) */
.sk-feed-store-card { padding: 0; overflow: hidden; }
.sk-feed-store-card-banner {
  height: 80px; overflow: hidden;
  background: linear-gradient(135deg, #1a2332 0%, #233044 100%);
}
.sk-feed-store-card-banner img {
  width: 100%; height: 100%; object-fit: cover;
}
.sk-feed-store-card-header {
  display: flex; flex-direction: column; align-items: center;
  margin-top: -32px; padding: 0 16px;
}
.sk-feed-store-card-avatar img {
  width: 64px; height: 64px; border-radius: 50%; object-fit: cover;
  border: 3px solid #1e2b3c; margin-top: 50px;
}
.sk-feed-store-card-name {
  font-size: 16px; font-weight: 700; color: #e8ecf0;
  text-decoration: none; margin-top: 8px; text-align: center;
}
.sk-feed-store-card-name:hover { color: #f7931a; }
.sk-feed-store-card-stats {
  display: flex; justify-content: center; gap: 20px;
  padding: 14px 16px; border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  margin-top: 12px;
}
.sk-feed-store-card-stat {
  text-align: center; line-height: 1.3;
}
.sk-feed-store-card-stat strong {
  display: block; font-size: 16px; color: #e8ecf0;
}
.sk-feed-store-card-stat span {
  font-size: 11px; color: #5a6a7e;
}
.sk-feed-store-card-actions {
  display: flex; flex-direction: column; gap: 8px; padding: 14px 16px;
}
.sk-feed-store-card-btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 8px 14px; border-radius: 8px; font-size: 13px; font-weight: 600;
  text-decoration: none; cursor: pointer; transition: all 0.15s;
  background: #232b36; border: 1px solid #2e3846; color: #c5ccd6;
}
.sk-feed-store-card-btn:hover { background: #2b3544; color: #e8ecf0; }
.sk-feed-store-card-btn.sk-follow-store-button {
  background: transparent; border: 1px solid rgba(247,147,26,0.5); color: #f7931a;
}
.sk-feed-store-card-btn.sk-follow-store-button:hover { background: rgba(247,147,26,0.1); }
.sk-feed-store-card-btn.sk-follow-store-button.following { background: rgba(247,147,26,0.12); border-color: rgba(247,147,26,0.3); }
.sk-feed-store-card-btn.sk-follow-store-button.following:hover { border-color: #e06c75; color: #e06c75; background: rgba(224,108,117,0.1); }
.sk-feed-store-card-btn.sk-follow-store-button:not(.following) .sk-follow-store-button-label-unfollow { display: none; }
.sk-feed-store-card-btn.sk-follow-store-button.following .sk-follow-store-button-label-unfollow { display: none; }
.sk-feed-store-card-btn.sk-follow-store-button.following:hover .sk-follow-store-button-label-current { display: none; }
.sk-feed-store-card-btn.sk-follow-store-button.following:hover .sk-follow-store-button-label-unfollow { display: flex; align-items: center; gap: 6px; }

/* Participants */
.sk-feed-participants-list { display: flex; flex-direction: column; gap: 4px; }
.sk-feed-participant {
  display: flex; align-items: center; gap: 10px;
  padding: 8px; border-radius: 8px; text-decoration: none;
  transition: background 0.12s;
}
.sk-feed-participant:hover { background: #233044; }
.sk-feed-participant-avatar img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.sk-feed-participant-info { flex: 1; min-width: 0; }
.sk-feed-participant-name {
  display: block; font-size: 14px; font-weight: 600; color: #e8ecf0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sk-feed-participant-badge {
  font-size: 11px; font-weight: 600; color: #f7931a; background: rgba(247,147,26,0.12);
  padding: 1px 6px; border-radius: 4px;
}
.sk-feed-participant-badge--seller { color: #56b6c2; background: rgba(86,182,194,0.12); }
.sk-feed-back-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: #5a6a7e; text-decoration: none; font-size: 14px; margin-bottom: 16px;
  transition: color 0.15s;
}
.sk-feed-back-link:hover { color: #e8ecf0; }
.sk-feed-single-card {
  background: #1e2b3c; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px; padding: 24px;
}
.sk-feed-single-header {
  display: flex; align-items: center; gap: 14px; margin-bottom: 16px;
}
.sk-feed-single-avatar img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.sk-feed-single-name {
  display: block; font-size: 18px; font-weight: 700; color: #e8ecf0; text-decoration: none;
}
.sk-feed-single-name:hover { color: #f7931a; }
.sk-feed-single-time { font-size: 14px; color: #5a6a7e; }
.sk-feed-single-content {
  color: #c5ccd6; font-size: 17px; line-height: 1.7; margin-bottom: 16px;
  word-wrap: break-word; overflow-wrap: break-word;
}
.sk-feed-single-content a { color: #f7931a; }
.sk-feed-single-image { margin-bottom: 16px; text-align: center; }
.sk-feed-single-image img { max-width: 100%; border-radius: 10px; display: inline-block; }
.sk-feed-single-stats {
  display: flex; gap: 16px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 14px; color: #5a6a7e;
}
.sk-feed-single-stats strong { color: #e8ecf0; }

/* ── Comments Section ── */
.sk-feed-comments {
  margin-top: 20px;
}
.sk-feed-comment-form {
  display: flex; gap: 12px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.05);
}
.sk-feed-comment-form-avatar img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.sk-feed-comment-form-input { flex: 1; }
.sk-feed-comment-form-input .sk-form-control {
  background: #0f1923 !important; border: 1px solid #2e3846 !important;
  color: #e8ecf0 !important; border-radius: 8px !important; padding: 10px !important;
  width: 100% !important; resize: none; font-size: 14px !important;
}
.sk-feed-comment-form-input .sk-form-control:focus {
  border-color: rgba(247,147,26,0.5) !important;
  box-shadow: 0 0 0 3px rgba(247,147,26,0.1) !important; outline: none !important;
}
.sk-feed-comment-submit {
  margin-top: 8px; font-size: 13px !important; padding: 6px 16px !important;
}
.sk-feed-comment-login {
  text-align: center; padding: 20px; color: #5a6a7e; font-size: 14px;
}
.sk-feed-comment-login a { color: #f7931a; }
.sk-feed-no-comments {
  text-align: center; padding: 24px; color: #5a6a7e; font-size: 14px;
}

/* Single comment */
.sk-feed-comment {
  display: flex; gap: 10px; padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.03);
}
.sk-feed-comment--reply {
  margin-left: 24px; border-left: 2px solid rgba(247,147,26,0.15);
  padding-left: 14px;
}
.sk-feed-comment-avatar img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.sk-feed-comment-body { flex: 1; min-width: 0; }
.sk-feed-comment-header {
  display: flex; align-items: baseline; gap: 8px; margin-bottom: 2px;
}
.sk-feed-comment-author { font-size: 14px; color: #e8ecf0; }
.sk-feed-comment-badge {
  font-size: 11px; font-weight: 600; color: #f7931a; background: rgba(247,147,26,0.12);
  padding: 1px 6px; border-radius: 4px; margin-left: 4px;
}
.sk-feed-comment-time { font-size: 12px; color: #5a6a7e; }
.sk-feed-comment-text { color: #c5ccd6; font-size: 14px; line-height: 1.5; }
.sk-feed-comment-text p { margin: 0 0 4px; }

/* Reply button */
.sk-feed-reply-btn {
  background: none; border: none; color: #5a6a7e; cursor: pointer;
  font-size: 12px; padding: 4px 0; margin-top: 4px; transition: color 0.15s;
}
.sk-feed-reply-btn:hover { color: #f7931a; }

/* Reply form (inline) */
.sk-feed-reply-form { margin-top: 8px; }
.sk-feed-reply-textarea {
  background: #0f1923 !important; border: 1px solid #2e3846 !important;
  color: #e8ecf0 !important; border-radius: 8px !important; padding: 8px !important;
  width: 100% !important; resize: none; font-size: 13px !important;
}
.sk-feed-reply-textarea:focus {
  border-color: rgba(247,147,26,0.5) !important;
  box-shadow: 0 0 0 3px rgba(247,147,26,0.1) !important; outline: none !important;
}
.sk-feed-reply-actions {
  display: flex; gap: 8px; margin-top: 6px; align-items: center;
}
.sk-feed-reply-submit { font-size: 12px !important; padding: 4px 12px !important; }
.sk-feed-reply-cancel {
  background: none; border: none; color: #5a6a7e; cursor: pointer; font-size: 12px;
}
.sk-feed-reply-cancel:hover { color: #e8ecf0; }

/* Image lightbox */
.sk-feed-lightbox {
  position: fixed; inset: 0; z-index: 999999;
  background: rgba(0,0,0,0.9); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; animation: skFeedFadeIn 0.2s ease;
}
@keyframes skFeedFadeIn { from { opacity: 0; } to { opacity: 1; } }
.sk-feed-lightbox img {
  max-width: 90vw; max-height: 90vh; border-radius: 8px;
  object-fit: contain; cursor: default;
}
.sk-feed-lightbox-close {
  position: absolute; top: 20px; right: 20px;
  background: none; border: none; color: #fff; font-size: 32px;
  cursor: pointer; width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
}
.sk-feed-card-image img, .sk-feed-single-image img { cursor: zoom-in; }

/* @Mention link */
.sk-feed-mention {
  color: #f7931a; font-weight: 600; text-decoration: none;
}
.sk-feed-mention:hover { text-decoration: underline; }

/* @Mention autocomplete dropdown */
.sk-feed-mention-dropdown {
  position: absolute; z-index: 99999;
  background: #1e2b3c; border: 1px solid #2e3846; border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4); overflow: hidden;
  max-height: 260px; overflow-y: auto;
}
.sk-feed-mention-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; cursor: pointer; transition: background 0.12s;
}
.sk-feed-mention-item:hover,
.sk-feed-mention-item.active {
  background: #233044;
}
.sk-feed-mention-item img {
  width: 32px; height: 32px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
}
.sk-feed-mention-item span {
  color: #e8ecf0; font-size: 14px; font-weight: 600;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* Zap total on feed posts */
.sk-zap-total { font-weight: 700; margin-left: 2px; }

/* CTA sidebar card */
.sk-feed-cta-card { text-align: center; padding: 24px 16px; }
.sk-feed-cta-icon { font-size: 36px; color: #f7931a; margin-bottom: 10px; }
.sk-feed-cta-title { color: #e8ecf0; font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.sk-feed-cta-text { color: #5a6a7e; font-size: 14px; line-height: 1.5; margin: 0 0 16px; }
.sk-feed-cta-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 700;
  background: #f7931a; color: #181e27; text-decoration: none;
  transition: all 0.2s;
}
.sk-feed-cta-btn:hover { background: #ffb347; box-shadow: 0 4px 16px rgba(247,147,26,0.4); color: #181e27; }

/* Hashtag link */
.sk-feed-hashtag { color: #56b6c2; font-weight: 600; text-decoration: none; }
.sk-feed-hashtag:hover { text-decoration: underline; }

/* Post type badge */
.sk-feed-type-badge {
  font-size: 11px; font-weight: 600; color: #56b6c2; background: rgba(86,182,194,0.12);
  padding: 2px 6px; border-radius: 4px;
}

/* Pin button */
.sk-feed-pin-btn {
  background: none; border: 1px solid rgba(255,255,255,0.12); color: #5a6a7e;
  border-radius: 6px; padding: 6px 10px; cursor: pointer; transition: all 0.2s;
  margin-bottom: 4px;
}
.sk-feed-pin-btn:hover { color: #f7931a; border-color: rgba(247,147,26,0.3); }
.sk-feed-pin-btn.active { color: #f7931a; border-color: rgba(247,147,26,0.5); background: rgba(247,147,26,0.1); }

/* Pinned label in store feed */
.sk-feed-pinned-label {
  font-size: 12px; font-weight: 600; color: #5a6a7e;
  display: flex; align-items: center; gap: 6px;
  margin-bottom: 4px;
}
.sk-feed-pinned-label i { color: #f7931a; }

/* ── Feed Responsive ── */
@media (max-width: 960px) {
  .sk-feed-sidebar { display: none; }
  .sk-feed-layout,
  .sk-feed-layout--three { max-width: 680px; }
  .sk-feed-main { max-width: 100%; }
}
@media (max-width: 640px) {
  .sk-feed-page { padding: 16px 10px; }
  .sk-feed-card,
  .sk-feed-single-card { padding: 14px; border-radius: 10px; margin-bottom: 8px; }
  .sk-feed-single-content { font-size: 15px; }
  .sk-feed-comment--reply { margin-left: 12px; padding-left: 10px; }
  .sk-feed-card-actions { gap: 8px; flex-wrap: wrap; }
  .sk-feed-compose { padding: 16px; }
  .sk-feed-compose-actions { flex-direction: column; gap: 10px; }
  .sk-feed-compose-actions .sk-btn { width: 100%; text-align: center; }
  .sk-feed-filter-bar { flex-wrap: wrap; }
  .sk-feed-dashboard-item { flex-direction: column; align-items: flex-start; }
  .sk-feed-dashboard-item-actions { align-self: flex-end; }
}

/* ================================================================
 * SK Hide Rules — Dashboard & Product Form Cleanup
 * Migrated from kadence-child/hide-content.css
 * ================================================================ */

/* Short descriptions in product editor */
.product-edit-new-container .sk-product-short-description { display: none; }

/* Featured & Open-Now filters in store listing */
#sk-store-listing-filter-form-wrap .store-lists-other-filter-wrap .featured.item,
#sk-store-listing-filter-form-wrap .store-lists-other-filter-wrap .open-now.item { display: none !important; }

/* Product Type selector in product form */
.sk-product-edit-form label[for="product_type"],
.sk-product-edit-form select#product_type { display: none !important; }

/* Address fields in vendor settings */
.sk-settings-content #setting_address,
.sk-settings-content label[for="setting_address"],
.sk-settings-content #sk-address-fields-wrapper,
.sk-settings-content .sk-address-fields { display: none !important; }

/* Attribute/variation options in product editor */
.sk-dashboard .sk-attribute-variation-options { display: none !important; }

/* Store product search positioning */
.sk-store-products-filter-area .orderby-search {
  margin-left: 10px !important; margin-top: 0 !important;
  border-radius: 3px; float: left !important;
}
@media (max-width: 767px) {
  .sk-store-products-filter-area .orderby-search {
    margin-left: 0 !important; margin-top: 10px !important; border-radius: 3px;
  }
}

/* Password change fieldset in account edit */
.sk-dashboard-content form.edit-account fieldset { display: none !important; }

/* Permalink edit button */
#edit-slug-buttons .edit-slug.button.button-small.hide-if-no-js { display: none !important; }

/* CHF conversion in subscription */
.sk-subscription-content .dps-amount > div { display: none !important; }

/* Purchase note field */
.sk-dashboard .sk-section-content label[for="_purchase_note"],
.sk-dashboard .sk-section-content #_purchase_note { display: none !important; }

/* Visibility field (with :has fallback) */
@supports selector(:has(*)) {
  #sk-product-edit-form .sk-section-content
  .sk-form-group.content-half-part:has(> #_visibility) { display: none !important; }
}
.sk-dashboard .sk-section-content label[for="_visibility"],
.sk-dashboard .sk-section-content label[for="visibility"],
.sk-dashboard .sk-section-content #_visibility { display: none !important; }

/* Help page last paragraph */
.sk-page-help p:last-of-type { display: none !important; }

/* Product advertisement badge (legacy typo preserved) */
.sk-proudct-advertisement { display: none; }

/* Product inventory section */
.sk-product-inventory { display: none; }

/* Catalog mode checkbox */
.sk-edit-row.sk-catalog-mode { display: none !important; }

/* Catalog mode checkbox in product editor */
.sk-edit-row.sk-catalog-mode { display: none !important; }

/* Catalog mode section in store settings (managed globally by admin) */
.sk-settings-section:has(#catalog_mode_hide_add_to_cart_button) { display: none !important; }

/* Phone field in store form */
.sk-dashboard-wrap form#store-form .sk-form-group label[for="setting_phone"],
.sk-dashboard-wrap form#store-form .sk-form-group input#setting_phone { display: none !important; }

/* Linked products (upsells/cross-sells) */
.sk-linked-product-options { display: none !important; }

/* Brand selector */
#product_brand { display: none !important; }

/* Shipping/tax for variable-subscription */
.hide_if_variable-subscription.sk-product-shipping-tax { display: none !important; }

/* Quick edit link */
span.item-inline-edit.editline { display: none !important; }

/* Mobile: hide sort-by on small screens */
@media only screen and (max-width: 480px) {
  #sk-store-listing-filter-wrap .right .item.sort-by { display: none !important; }
}

/* External review links in loop */
.entry.loop-entry a[rel="noopener noreferrer"] { display: none; }

/* First H2 in description tab */
#tab-description > h2:first-of-type { display: none; }

/* Announcement filter bar */
.sk-dashboard .sk-layout-content-area .grid.grid-cols-2.gap-2.mb-4 { display: none !important; }

/* Currency symbol in subscription */
.sk-subscription-content .woocommerce-Price-currencySymbol { display: none !important; }

