/*-------
01 - header css
02 - content css
---------*/
@import "tailwindcss";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: irpori;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "dana";
  src: url("../fonts/dana.woff") format("woff"),
    /* Safari, Android, iOS */
    url("../fonts/dana.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iran";
  src: url("../fonts/iran.woff") format("woff"),
    /* Safari, Android, iOS */
    url("../fonts/iran.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
  font-family: "pinar";
  src: url("../fonts/pinar.woff2") format("woff"),
    /* Safari, Android, iOS 
    url("../fonts/pinar.woff2") format("woff2");
  /* Modern Browsers 
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
  font-family: 'pinar';
  src: url(../fonts/pinar.woff2) format('woff2 supports variations'), url(../fonts/pinar.woff2) format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Pinar';
  src: url(../fonts/pinar.woff2) format('woff2 supports variations'), url(../fonts/pinar.woff2) format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap
}

.rtl #wpadminbar * {
  font-family: 'pinar'
}

/*====================
2. Theme variables
======================*/

:root {
  --body-font: iran;
  --heading-font: pinar;
  --font-site: dana;
  --font-peyda: peyda;
  --bg-body: #f5f5f5;
  --black: #103749;
  --btn--one: #fed670;
  --theme-color: #5a73b5;
  --theme-color2: #ffd873;
}

::selection {
  background: var(--theme-color2);
}

body {
  font-family: var(--body-font);
}

.gradient-bg {
  background: linear-gradient(135deg, #39bfa9 0%, #4fe8cf 100%);
}

.translation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.modal {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.language-flag {
  width: 30px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
  margin-left: 5px;
}

.sidebar {
  transition: all 0.3s ease;
  transform: translateX(100%);
}

.sidebar.open {
  transform: translateX(0);
}

.nav-link:hover {
  color: #3b82f6;
}

.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
  }
}

.floating {
  animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.file-drop-area {
  border: 2px dashed #cbd5e1;
  transition: all 0.3s ease;
}

.file-drop-area:hover {
  border-color: #3b82f6;
  background-color: #f0f7ff;
}

.progress-bar {
  height: 6px;
  background-color: #e2e8f0;
  border-radius: 3px;
}

.progress-fill {
  height: 100%;
  background-color: #3b82f6;
  border-radius: 3px;
  transition: width 0.3s ease;
}

.bg-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #0b2521 20%, #0b2521b3 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  inset: 0;
}

/* Custom styles for WordPress login form */
#loginform {
  @apply space-y-4;
}

#loginform p {
  @apply mb-4;
}

#loginform label {
  @apply block font-bold mb-2 text-white;
}

#loginform input[type="text"],
#loginform input[type="password"] {
  @apply w-full p-3 border rounded-lg focus:ring-2 focus:ring-white focus:border-white bg-white text-gray-800;
}

#loginform input[type="checkbox"] {
  @apply mr-2;
}

#loginform #wp-submit {
  @apply w-full bg-white text-[#39bfa9] py-3 rounded-lg font-bold hover:bg-gray-100 transition;
}

/* Custom styles for WooCommerce register form */
#registerform {
  @apply space-y-4;
}

#registerform p {
  @apply mb-4;
}

#registerform label {
  @apply block font-bold mb-2 text-white;
}

#registerform input[type="email"],
#registerform input[type="password"] {
  @apply w-full p-3 border rounded-lg focus:ring-2 focus:ring-white focus:border-white bg-white text-gray-800;
}

#registerform button[type="submit"] {
  @apply w-full bg-white text-[#39bfa9] py-3 rounded-lg font-bold hover:bg-gray-100 transition;
}

.pori-header-before::before {
  content: '';
  background:
    url(../../assets/images/pori.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 155px;
  height: 159px;
  background-position:
    -214px -675px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 1px;
  transform: scale(.6);
  transform-origin: top right;
}

.pori-header-before {
  position: relative;
}

.pori-login form p {
  color: #fff;
}

.close-login {
  top: -20px;
  left: -50px;
}

#loginform #wp-submit {
  width: 100%;
  border-radius: var(--radius-lg);
  background-color: #fff !important;
  padding-block: calc(var(--spacing) * 3);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #39bfa9 !important;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));

  &:hover {
    @media (hover: hover) {
      background-color: var(--color-blue-600);
    }
  }
}

.pori-header-before::after {
  content: '';
  background:
    url(../../assets/images/pori.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 155px;
  height: 159px;
  background-position:
    -24px -675px;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 1px;
  transform: scale(.6);
  transform-origin: top left;
  z-index: 9999;
}

/* Custom styles for Digits forms */
.digits_form {
  @apply space-y-4;
}

.digits_form label {
  @apply block font-bold mb-2 text-white;
}

.digits_form input[type="text"],
.digits_form input[type="tel"],
.digits_form input[type="password"] {
  @apply w-full p-3 border rounded-lg focus:ring-2 focus:ring-white focus:border-white bg-white text-gray-800;
}

.digits_form .dig_login_button input,
.digits_form .dig_reg_button input {
  @apply w-full bg-white text-[#39bfa9] py-3 rounded-lg font-bold hover:bg-gray-100 transition;
}

.digits_form a {
  @apply text-white hover:text-green-200;
}

/* Custom styles for WooCommerce cart sidebar */
#orders-sidebar .cart-item img {
  @apply w-12 h-12 object-cover rounded;
}

#orders-sidebar .cart-item {
  @apply bg-blue-50 p-3 rounded-lg mb-4;
}

#orders-sidebar .cart-item h4 {
  @apply font-medium text-sm;
}

#orders-sidebar .cart-item p {
  @apply text-xs text-gray-600;
}

#orders-sidebar .remove-item {
  @apply text-red-500 hover:text-red-700;
}

#orders-sidebar .cart-total {
  @apply border-t border-gray-200 pt-4;
}

#orders-sidebar .cart-total p {
  @apply text-sm font-bold flex justify-between;
}

#orders-sidebar .cart-actions a {
  @apply block w-full py-2 rounded-lg text-center transition;
}

/* Quantity input styles */
.quantity-wrapper {
  @apply flex items-center;
}

.quantity-input {
  @apply w-12 text-center border rounded mx-2 p-1;
}

.increase-quantity,
.decrease-quantity {
  @apply w-6 h-6 flex items-center justify-center bg-gray-200 hover:bg-gray-300 rounded text-gray-600 hover:text-gray-800;
}

/* Notification styles */
#cart-notification {
  @apply fixed top-20 right-4 bg-green-500 text-white px-4 py-2 rounded-lg shadow-lg z-500;
}

/* Mobile Menu Styles */
#mobile-menu {
  transition: transform 0.3s ease-in-out;
}

#mobile-menu nav a {
  display: block;
  padding: 0.5rem 0;
  color: #4b5563;
  /* text-gray-600 */
  font-size: 1rem;
  text-align: right;
  transition: color 0.2s ease;
}

#mobile-menu nav a:hover {
  color: #1d4ed8;
  /* hover:text-blue-700 */
}

@media (max-width: 768px) {
  .pori-menu.primary-menu.menu-align {
    display: block;
  }
}

.group:hover .group-hover\:block {
  display: block;
}

.dropdown-menu {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(-10px);
}

.group:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
}

/* Header Mobile Styles */
@media (max-width: 767px) {
  .flex.items-center.space-x-2.space-x-reverse {
    gap: 0.5rem;
  }

  #cart-count {
    font-size: 0.65rem;
    width: 1rem;
    height: 1rem;
    top: -0.75rem;
    right: -0.75rem;
  }

  #orders-btn i.fa-cart-shopping {
    font-size: 1.25rem;
  }
}

@media (min-width: 767px) {
  .pori-hidden {
    display: none;
  }
}

.pori-menu.primary-menu.menu-align {
  display: flex;
}

.pori-menu.primary-menu.menu-align li {
  margin-right: 15px;
  color: #4f4f4f;
  font-weight: 100;
}

#menu-main-fa {
  display: flex;
}

#menu-main-fa li {
  margin-right: 15px;
  color: #4f4f4f;
  font-weight: 100;
  padding: 12px;


}

#menu-main-fa li:hover {
  background-color: #39bfa9;
  border-radius: 35px;
  padding: 12px;
  transition: all 1s ease-in-out;
  color: #fff;
}

.file-upload {
  border: 2px dashed #d1d5db;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.file-upload:hover {
  border-color: #3b82f6;
  background-color: #f0f7ff;
}

.file-upload.dragover {
  border-color: #3b82f6;
  background-color: #e0effe;
}

.modal {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.progress-bar {
  height: 6px;
  background-color: #e2e8f0;
  border-radius: 3px;
}

.progress-fill {
  height: 100%;
  background-color: #3b82f6;
  border-radius: 3px;
  transition: width 0.3s ease;
}

.accordion-content {
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.accordion-content.active {
  max-height: 500px;
  opacity: 1;
}

.reupload-btn {
  transition: all 0.3s ease;
}

.reupload-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal:not(.hidden) {
  display: flex;
}

.modal {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal.hidden {
  display: none;
}

.text-sm.text-gray-500.status-text.status-rejected {
  background: #fb2121;
  padding: 5px 10px;
  border-radius: 50px;
  color: #fff;
}

.text-sm.text-gray-500.status-text.status-pending {
  background: #fb9c21;
  padding: 5px 10px;
  border-radius: 50px;
  color: #fff;
}

.text-sm.text-gray-500.status-text.status-approved {
  background: #51a816;
  padding: 5px 10px;
  border-radius: 50px;
  color: #fff;
}

.text-sm.text-gray-500.status-text.status-mixed {
  background: #2162fb;
  padding: 5px 10px;
  border-radius: 50px;
  color: #fff;
}

.woocommerce-orders-table__cell-order-custom-status p,
.woocommerce-orders-table__cell-order-custom-status button {
  display: none;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received.my-10.bg-\[\#39bfa9\].text-white.p-4.rounded-lg {
  margin-top: 25px;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
  color: #fdfdfd !important;
  border-radius: 12px;
  padding: 4px;
  background: #ffc600 !important;
}

.rejection-reason {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.rejection-reason.active {
  max-height: 100px;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  width: 100%;
  text-align: center;
  background: #39bfa9;
  color: #fff;
  border-radius: 7px;
  padding: 14px 0;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.dig_login_signup_bar.digits-title_color.digits_show_on_index {
  display: none;
}

.digits-form_heading {
  text-align: center;
  color: #fff;
}

.digits-form_page.digits-auto-theme {
  background: transparent;
}

.digits-form_container.digits {
  padding: 50px;
  width: auto;
}

.digits-form_container.digits {
  padding: 50px;
  width: auto;
  background: #39bfa9;
  border-radius: 14px;
}

.digits-form_tab-bar .digits-tab_active {
  border-bottom-color: #ffc600bc;
  opacity: 1;
  color: #fff;
}

.digits-form_tab-bar .digits-form_tab-item {
  color: #fff;
}

.dig_input_wrapper {
  text-align: right;
  color: #fff;
}

.digits-form_button.digits-form_submit.digits-form_submit-btn {
  color: #39bfa9;
  background: #fff;
}

.digits-form_container.digits::before {
  content: '';
  background: url(http://localhost/alo/wp-content/themes/alonaatti/assets/images/pori.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 155px;
  height: 159px;
  background-position: -214px -675px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 1px;
  transform: scale(.6);
  transform-origin: top right;
}

.digits-form_container.digits {
  position: relative;
}

.digits-form_container.digits::after {
  content: "";
  background: url("http://localhost/alo/wp-content/themes/alonaatti/assets/images/pori.png") -24px -675px no-repeat;
  width: 155px;
  height: 159px;
  position: absolute;
  left: 20px;
  top: 1px;
  transform: scale(0.6);
  transform-origin: left top 0px;
  z-index: 9999;
}

.digits-cancel {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  width: 24px;
  height: 24px;
  right: auto;
  top: 130px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg id='close' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_204' data-name='Rectangle 204' width='24' height='24' fill='rgba(255,255,255,0)'/%3E%3Cline id='Line_41' data-name='Line 41' x1='12' y2='12' transform='translate(6 6)' fill='none' stroke='%23c7184d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='Line_42' data-name='Line 42' x2='12' y2='12' transform='translate(6 6)' fill='none' stroke='%23c7184d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.digits-form_input_row label {
  margin-bottom: 10px;
  display: block;
  text-align: right;
  color: #fff;
}

.button.product_type_simple {
  width: 100%;
  text-align: center;
  background: #39bfa9 !important;
  color: #fff !important;
  border-radius: 7px !important;
  padding: 14px 0 !important;
}

.button.product_type_variable.add_to_cart_button {
  width: 100%;
  text-align: center;
  background: #39bfa9 !important;
  color: #fff !important;
  border-radius: 7px !important;
  padding: 14px 0 !important;
}

.woocommerce-ordering {
  padding: 10px;
  border-radius: 7px;
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  left: 14px;
  position: relative;
  border: 1px solid #eee;
}

.woocommerce-result-count {
  padding: 10px;
  border-radius: 7px;
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  right: 14px;
  position: relative;
  border: 1px solid #eee;
}

.woocommerce-products-header {
  font-size: 0;
}

.site-main.mx-auto.px-4.py-3 {
  max-width: 1500px;
}

.orderby option {
  font-family: dana;
}

.tab-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  background-color: #3b82f6;
  transition: all 0.3s ease;
  font-family: "Vazir", sans-serif;
}

.tabs-container::-webkit-scrollbar {
  height: 4px;
}

.tabs-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.tabs-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.tabs-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-content.active {
  display: block;
}

.tab-button {
  transition: all 0.3s ease;
  position: relative;
}

.tab-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.tab-button.active::after {
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gradient-text {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  font-size: 0;
  color: #767676;
}

bdi {
  font-family: dana;
  font-weight: 100;
}

.text-lg.font-semibold.text-gray-800.mb-2.h-12 {
  font-family: dana;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  font-family: dana;
}

#cart-count {
  font-family: dana;
}

.wc-empty-cart-message {
  margin-top: 50px;
}

.cart-empty.woocommerce-info {
  background: #39bfa9aa;
  color: #fff;
  font-family: dana;
  font-size: 21px;
  border-radius: 10px;
  border-top-color: #39bfa9;
}

.woocommerce-info::before {
  color: #ffc600bc;
}

.button.wc-backward {
  background: #39bfa9aa !important;
  color: #fff !important;
  font-family: dana;
  border-radius: 4px !important;
  border-top-color: #39bfa9 !important;
}

.return-to-shop {
  text-align: center;
  margin-bottom: 25px;
}

.woocommerce-cart-form__cart-item.cart_item a {
  font-family: dana;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 6px;
  right: auto;
  color: #fff;
  background-color: #39bfa9;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  font-family: iran;
}

.woocommerce-message {
  background: #39bfa9aa;
  color: #fff;
  font-family: dana;
  font-size: 21px;
  border-radius: 10px;
  border-top-color: #39bfa9;
  margin-top: 20px;
}

.woocommerce-message::before {
  content: "\e015";
  color: #fff;
}

.woocommerce-info {
  background: #39bfa9aa;
  color: #fff;
  font-family: dana;
  border-radius: 3px;
  border-top-color: #39bfa9;
  margin-top: 20px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
  border-radius: 6px;
  font-family: dana;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  font-family: dana;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: left;
  width: 48%;
  font-family: dana;
}

.cart_totals h2 {
  margin: 10px 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #39bfa9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.woocommerce-cart-form {
  margin-top: 50px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: #1f2be6;
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: #1f2be6;
  text-decoration: none;
  background-image: none;
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #1f2be6;
  color: #fff;
}

@media (max-width:767px) {

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    font-family: dana;
  }
}

.primary-menu-wrapper a {
  font-weight: 767;
  color: #5c5c5c;
}

.primary-menu-wrapper a:hover {
  color: #fff;
}

.file-upload {
  border: 2px dashed #d1d5db;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.file-upload:hover {
  border-color: #3b82f6;
  background-color: #f0f7ff;
}

.file-upload.dragover {
  border-color: #3b82f6;
  background-color: #e0effe;
}

.modal {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.progress-bar {
  height: 6px;
  background-color: #e2e8f0;
  border-radius: 3px;
}

.progress-fill {
  height: 100%;
  background-color: #3b82f6;
  border-radius: 3px;
  transition: width 0.3s ease;
}

#place_order {
  cursor: pointer !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
  margin: 0 5px;
  display: inline-block;
}

.dana {
  font-family: dana;
}

.documents-table th,
.documents-table td {
  padding: 12px;
  text-align: right;
  border-bottom: 1px solid #e2e8f0;
}

.documents-table th {
  background-color: #f8fafc;
  font-weight: 600;
}

.documents-table .status-pending {
  color: #d97706;
  background-color: #fef3c7;
  padding: 4px 8px;
  border-radius: 4px;
}

.documents-table .status-approved {
  color: #15803d;
  background-color: #dcfce7;
  padding: 4px 8px;
  border-radius: 4px;
}

.documents-table .status-rejected {
  color: #b91c1c;
  background-color: #fee2e2;
  padding: 4px 8px;
  border-radius: 4px;
}

.documents-table .action-buttons button {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.2s;
}

.documents-table .action-buttons .approve-btn {
  background-color: #15803d;
  color: white;
}

.documents-table .action-buttons .approve-btn:hover {
  background-color: #166534;
}

.documents-table .action-buttons .reject-btn {
  background-color: #b91c1c;
  color: white;
}

.documents-table .action-buttons .reject-btn:hover {
  background-color: #991b1b;
}

@media (max-width:520px) {
  .woocommerce-result-count {
    display: none;
  }
}

@media (min-width:1190px) and (max-width:1590px) {

  .woocommerce-result-count,
  .woocommerce-ordering {
    display: none;
  }
}

@media (min-width:768px) and (max-width:1045px) {
  .flex.items-center.justify-center.text-white.font-bold.text-xl {
    display: none;
  }

  #menu-main-fa li {
    margin-right: 5px;
    color: #4f4f4f;
    font-weight: 100;
    padding: 12px;
    font-size: 13px;
  }
}
.ziad-sho, .kam-sho {
  background: #eee;
  padding: 5px 10px;
  border-radius: 5px;
}
#successMessage{
  text-align: center;
  font-size: 15px;
  padding-top: 13px;
}
.download-btn.bg-blue-600.hover\:bg-blue-700.text-white.px-3.py-1.rounded-md.flex.items-center {
  color: #fff;
  margin-right: 8px;
}
.woocommerce-billing-fields input {
  text-align: left;
}
.woocommerce-billing-fields {
  text-align: left;
  direction: ltr;
}
.woocommerce-account-fields {
  text-align: left;
  direction: ltr;
}
.text-left{
    text-align:left;
}
.woocommerce form .form-row label {
  line-height: 2;
  color: #696969;
}