.page-template-page-app-template.elementor-editor-active .wrapper {
  max-width: 100%;
  width: 450px;
  max-height: calc(100% - 100px);
  height: calc(100% - 100px);
  margin: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: #000 10px solid;
  border-radius: 60px;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 6px 12px 24px 6px;
  overflow: hidden;
}
.page-template-page-app-template.elementor-editor-active .wrapper:before {
  content: "";
  display: block;
  position: fixed;
  left: calc(50% - 90px);
  top: 0;
  width: 180px;
  height: 40px;
  z-index: 999;
  background: #000;
  border-radius: 0 0 25px 25px;
  pointer-events: none;
}
.page-template-page-app-template.elementor-editor-active .wrapper:after {
  content: "";
  display: block;
  position: fixed;
  left: calc(50% - 75px);
  bottom: 8px;
  width: 150px;
  height: 8px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  pointer-events: none;
}
.page-template-page-app-template.elementor-editor-active .wrapper #application-template {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  border-radius: 50px;
}
.page-template-page-app-template.elementor-editor-active .wrapper .application-preview-navbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  z-index: 998;
  background: linear-gradient(to top, transparent, #fff);
  pointer-events: none;
  padding: 10px 40px;
}
.page-template-page-app-template.elementor-editor-active .wrapper .application-preview-navbar svg {
  opacity: 0.5;
}

.page-template-page-app-template:not(.elementor-editor-active) .application-preview-navbar {
  display: none !important;
}

.application-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 99999999;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.negarshop-app {
  user-select: none;
  -webkit-user-select: none;
}
.negarshop-app #wpadminbar {
  display: none !important;
}
.negarshop-app--has-navbar .wrapper {
  margin-top: 55px;
}

.negarshop-app--has-navbar.woocommerce.archive .wrapper {
  margin-top: 25px;
}

body.negarshop-app {
  background-color: #fff !important;
}

body.app-loading {
  overflow: hidden;
}
body.app-loading img {
  filter: contrast(0);
  opacity: 0.6;
}

.modal-backdrop {
  background-color: #fff;
}

.application-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  background: #f7f7f7;
  backdrop-filter: blur(2px);
  border-bottom: 1px solid #ddd;
  align-items: center;
  z-index: 999;
  display: flex;
}
.application-navbar .navbar-title {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
  flex: 1;
  transition: 0.2s;
  text-align: center;
}
.application-navbar .navbar-buttons .btn {
  width: 45px;
  height: 55px;
  color: #444;
  font-size: 18px;
}
.application-navbar .navbar-buttons + .navbar-title {
  text-align: right;
}
.application-navbar ~ .application-loader {
  top: 55px;
}

body.app-loading .application-navbar .navbar-title {
  color: transparent;
  background: #eee;
  border-radius: 10px;
  max-width: 50%;
}

.product-single-responsive-bar {
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
}

.single-product .site-breadcrumb {
  padding-top: 0 !important;
}

.sale-timer-box {
  margin-bottom: 0 !important;
  position: fixed;
  bottom: 60px;
  left: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  border-radius: 0 !important;
  padding: 10px;
  border-top: #ddd 1px solid;
  backdrop-filter: blur(2px);
}

.ns-store-avatar header.store-avatar-header {
  height: auto;
  margin: 0;
  background: none !important;
}
.ns-store-avatar header.store-avatar-header .avatar {
  position: static;
  transform: none;
  border: none !important;
  border-radius: 10px;
  padding: 0;
}
.ns-store-avatar.wc-dashboard {
  display: flex;
  padding: 1rem 2rem !important;
  align-items: center;
  gap: 1rem;
  border-bottom: #ddd 1px solid;
  border-radius: 0 !important;
  margin: -25px -20px 20px -20px;
  background: #fff !important;
}
.ns-store-avatar.wc-dashboard footer.store-avatar-footer {
  flex: 1;
  background: transparent;
}
.ns-store-avatar.wc-dashboard footer.store-avatar-footer .reg-date {
  text-align: right;
  margin-bottom: 10px;
  font-size: 12px;
}
.ns-store-avatar.wc-dashboard footer.store-avatar-footer h1.store-name {
  text-align: right;
  font-size: 18px;
}
.ns-store-avatar.wc-dashboard .user-actions {
  margin: 0;
  text-align: left;
}
.ns-store-avatar.wc-dashboard .user-actions a {
  display: inline-block;
  border: none;
  padding: 0;
  height: auto;
  line-height: initial;
  background: transparent !important;
}

body.woocommerce-account.woocommerce-account-home {
  background-color: #f4f5f8 !important;
}
body.woocommerce-account section.blog-home article.post-item {
  padding: 0;
  background: transparent;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu {
  display: none !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu:not(.show) ~ li {
  display: block !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu:not(.show) ~ li.woocommerce-MyAccount-navigation-link--dashboard {
  display: none !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
  border-bottom: #ddd 1px solid;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  border-radius: 0 !important;
}

body:not(.woocommerce-account-home) nav.woocommerce-MyAccount-navigation {
  display: none !important;
}

.shop-filters-show {
  bottom: 30px;
  border-radius: 10px !important;
  background-color: var(--ns-primary);
  box-shadow: var(--ns-primary) 0 0 3px !important;
}

.woocommerce-products-header {
  padding: 0 !important;
  background-color: transparent !important;
  z-index: 999;
}
.woocommerce-products-header .woocommerce-products-header__title {
  display: none !important;
}
.woocommerce-products-header .products-archive-header {
  padding: 20px;
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: #ddd 1px solid;
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
}
.woocommerce-products-header .products-archive-header .products-archive-tabs-wrapper {
  min-width: 50%;
  max-width: 50%;
  margin-bottom: 0;
}
.woocommerce-products-header .products-archive-header .products-archive-tabs-wrapper form {
  margin-bottom: 0 !important;
}

.product-card {
  padding: 5px;
  background-color: #f5f5f5;
}
.product-card .card-footer .card-title {
  line-height: 25px;
  text-align: right;
}
.product-card .card-footer .card-price {
  text-align: left;
}
.product-card .card-footer .card-price span {
  font-size: 18px;
}
.product-card .card-footer .card-price .unavailable {
  font-size: 13px;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs {
  padding: 0;
  margin: 10px;
  list-style: none;
  border-radius: 20px;
  text-align: center;
}

.archive-product-categories {
  margin-bottom: 0 !important;
  margin-top: 0;
}
.archive-product-categories .product-category--list {
  border-bottom: #ddd 1px solid;
  border-radius: 0 !important;
  background: #fff;
  margin: 0 -10px;
}
.archive-product-categories .product-category--list > a {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 0 !important;
  padding: 5px 10px;
  color: #444;
  background: #f9f9f9;
}
.archive-product-categories .product-category--list > a::before {
  display: none;
}
.archive-product-categories .product-category--list > a:after {
  content: "\f104";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-left: 10px;
  color: #888;
}
.archive-product-categories .product-category--list > a:hover {
  background-color: #f5f5f5;
  color: #222;
}
.archive-product-categories .product-category--list img {
  position: static;
  transform: none;
  width: 50px !important;
  border-radius: 10px;
}
.archive-product-categories .product-category--list .woocommerce-loop-category__title {
  position: static;
  display: block;
  color: inherit;
  flex: 1;
  padding-bottom: 0 !important;
}
.archive-product-categories .product-category--list .woocommerce-loop-category__title .count {
  background: transparent;
  color: #888;
  padding: 0;
  border-radius: 20px;
  float: left;
}

.wc-proceed-to-checkout .button.checkout-button, .woocommerce-checkout-payment #place_order {
  bottom: 0;
}

.switch .slider {
  border-radius: 20px !important;
}

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