@font-face {
  font-family: "irpori";
  src: url("../fonts/irpori.eot"); /* IE9 Compat Modes */
  src: url("../fonts/irpori.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/irpori.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/irpori.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "peyda";
  src: url("../fonts/peyda.eot"); /* IE9 Compat Modes */
  src: url("../fonts/peyda.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/peyda.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/peyda.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yekan";
  src: url("../fonts/dokan.woff") format("woff"),
    /* Safari, Android, iOS */ url("../fonts/dokan.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@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;
}
/*====================
2. Theme variables
======================*/

:root {
  --body-font: yekan;
  --heading-font: dana;
  --font-site: dana;
  --font-peyda: peyda;
  --black: #103749;
  --btn--one: #fed670;
  --theme-color: #5a73b5;
  --theme-color2: #ffd873;
  --theme-color3: #fbbe20;
  --hover-color: #23f3ae;
  --theme-color-light: rgba(88, 151, 251, 0.08);
  --theme-bg-light: #f5f7fa;
  --body-text-color: #757f95;
  --color-white: #ffffff;
  --color-dark: #1f2125;
  --color-green: #11b76b;
  --color-blue: #0049d0;
  --color-skyblue: #00bfff;
  --color-yellow: #fba707;
  --color-gray: #ececec;
  --color-red: #f05454;
  --hero-overlay-color: #01060f;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all 0.9s ease-in-out;
  --transition2: all 0.3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.12);
  --border-white-color2: rgba(255, 255, 255, 0.07);
  --footer-bg: #222934;
  --footer-text-color: #f5faff;
  
}
::selection {
  background: var(--theme-color2);
}

body {
  font-family: var(--body-font);
}
span,
p,
a,
li {
  font-size: 14px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="date"],
input.qty,
select,
textarea,
.quantity input {
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  height: 42px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  vertical-align: middle;
  font-size: 1em;
}
.button {
  background: var(--btn--one);
  border: none;
  border-radius: 4px;
  width: 100%;
  color: var(--color-dark);
}
.button:hover {
  background-color: var(--hover-color);
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
p,
em,
strong {
  font-family: var(--heading-font);
}

/*====================
Header top css
======================*/

.header-top {
  padding: 6px 0 9px 0;
  position: relative;
  background: var(--theme-color);
}

.header-top-list li {
  display: inline-block;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0px 6px 0px 13px;
  font-family: peyda;
}

.header-top-list li:last-child {
  border-right: none;
  padding-right: 0;
}

.header-top-list li:first-child {
  padding-right: 0;
}

.header-top-list li a {
  color: var(--color-white);
  text-decoration: none;
}

.header-top-list li a:hover {
  color: var(--theme-color2);
}

.header-top-list li i {
  color: var(--theme-color2);
  margin-left: 5px;
}

.header-top-left {
  float: right;
}

.header-top-right .dropdown-menu {
  border: none;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  padding: 10px;
  min-width: 80px;
}

.header-top-right .dropdown-item {
  color: var(--color-dark);
  border-radius: 10px;
  text-align: center;
}

.header-top-right .dropdown-item:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.header-top-social a {
  margin-right: 10px;
}

.header-top-social span {
  color: var(--color-white);
}

.header-top-list li .header-top-social a i {
  margin-right: 0;
  transition: var(--transition);
}

.header-top-social a:hover i {
  color: var(--color-dark);
}

@media all and (max-width: 991px) {
  .header-top-list li {
    border-right: none;
  }

  .header-top-left .header-top-list li.help {
    display: none;
  }

  .header-top-right .header-top-list li {
    padding-right: 0px;
  }

  .header-top .dropdown-toggle::after {
    float: unset;
  }

  .header-top-social span {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .header-top {
    text-align: center;
  }
  .logo-width img {
    width: 150px;
  }
  .header-top-right {
    float: unset;
  }

  .header-top-social {
    display: none;
  }
}

/*====================
Navbar css
  ======================*/

.navbar {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 2;
}

.navbar.fixed-top {
  background: var(--color-white);
  box-shadow: var(--box-shadow2);
  animation: slide-down 0.7s;
  z-index: 999999;
}
.tabs.wc-tabs li a {
  font-size: 18px;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-mobile-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: 160px;
}

.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 25px;
    padding: 28px 0 28px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-dark);
    text-transform: capitalize;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }

  .navbar.fixed-top .nav-item .nav-link {
    color: var(--color-dark);
    padding: 22px 0 22px 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
    border: none;
    left: -15px;
    border-radius: 15px;
    padding: 15px 12px;
    background: var(--color-white);
    width: 220px;
    box-shadow: var(--box-shadow);
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-dark);
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: var(--transition);
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: var(--theme-color);
    padding-left: 22px;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 6 pro";
    left: 8px;
    top: 14px;
    color: var(--theme-color);
    font-weight: bold;
    font-size: 6px;
    transform: scale(0, 0);
    transition: var(--transition);
    z-index: -1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
  }

  .navbar .nav-item .nav-link {
    position: relative;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: var(--theme-color);
  }

  .navbar.fixed-top .nav-item .nav-link.active,
  .navbar.fixed-top .nav-item:hover .nav-link {
    color: var(--theme-color);
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  /* nav right */
  .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    left: 0;
    position: absolute;
    top: 17px;
  }
  .nikad-search-poi-ic {
    top: 10px;
    position: relative;
  }
  .nav-left-list {
    padding-right: 20px;
    padding-left: 0;
    list-style: none;
    display: flex;
    margin-left: 10px;
  }
  #exir-prim-menu {
    right: 60px;
    position: relative;
  }
  .nav-right-link {
    position: relative;
    font-size: 23px;
    color: var(--theme-color);
    font-weight: 500;
  }

  .nav-right-link:hover {
    transition: var(--transition);
    color: var(--color-white) !important;
  }

  .navbar.fixed-top .nav-right-link {
    color: var(--color-dark);
  }

  .navbar.fixed-top .nav-right-link:hover {
    color: var(--theme-color) !important;
  }

  /* nav-right-list */
  .nav-right-list li {
    display: inline-block;
  }

  .nav-right-list li .list-link {
    position: relative;
    font-size: 20px;
    text-align: center;
    color: var(--theme-color);
    top: 11px;
  }

  .nav-right-list .list-link span {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: var(--color-white);
    background: var(--theme-color);
    border-radius: 50px;
    font-size: 12px;
    right: 0px;
    top: -9px;
  }

  /* dropdown cart */
  .dropdown-cart {
    position: relative;
  }

  .dropdown-cart-menu {
    position: absolute;
    right: 0;
    top: 60px;
    background: var(--color-white);
    border-radius: 15px;
    padding: 20px;
    box-shadow: var(--box-shadow);
    min-width: 320px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
  }

  .dropdown-cart:hover .dropdown-cart-menu {
    opacity: 1;
    visibility: visible;
    top: 48px;
  }

  .dropdown-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-info-color);
  }

  .dropdown-cart-header span,
  .dropdown-cart-header a {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-dark);
    text-transform: uppercase;
  }

  .dropdown-cart-header a:hover {
    color: var(--theme-color);
  }

  .dropdown-cart-list li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--border-info-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .dropdown-cart-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .dropdown-cart-item {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .dropdown-cart-item .cart-img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    padding: 6px;
    border: 1px solid var(--border-info-color);
  }

  .dropdown-cart-item:hover .cart-img img {
    transform: scale(1.09);
  }

  .dropdown-cart-item .cart-info {
    flex: 1;
  }

  .dropdown-cart-item .cart-info h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .dropdown-cart-item .cart-info h4 a:hover {
    color: var(--theme-color);
  }

  .dropdown-cart-item .cart-remove {
    color: var(--color-red);
    font-size: 18px;
    transition: var(--transition);
  }

  .dropdown-cart-item .cart-remove:hover {
    color: var(--theme-color);
  }

  .dropdown-cart-bottom {
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid var(--border-info-color);
  }

  .dropdown-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-cart-total span {
    text-transform: uppercase;
    color: #222;
    font-size: 13px;
    font-weight: 600;
  }

  .dropdown-cart-total .total-amount {
    font-size: 14px;
  }

  .dropdown-cart-bottom .theme-btn {
    display: block;
    padding: 8px 20px;
    margin-top: 25px;
  }
}

@media all and (min-width: 1199px) and (max-width: 1399px) {
  .navbar .nav-item .nav-link {
    margin-right: 15px !important;
  }

  .navbar.fixed-top .navbar-brand img {
    width: 130px;
  }

  .nav-right {
    margin-left: 15px !important;
  }

  .navbar.fixed-top .nav-right {
    gap: 12px;
  }
}

@media all and (max-width: 1199px) {
  .navbar .nav-right-btn {
    display: none;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav-item .nav-link {
    margin-right: 15px;
    font-size: 16px;
  }
}

/* mobile menu */
.mobile-menu-right {
  display: none;
}

@media all and (max-width: 991px) {
  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    background: var(--color-white);
  }

  .navbar-brand img {
    width: 130px;
  }

  .navbar .offcanvas {
    width: 300px;
  }

  .navbar .offcanvas-header .btn-close {
    box-shadow: none;
  }

  .navbar .offcanvas-brand {
    width: 150px;
  }

  .navbar .dropdown-toggle::after {
    float: right;
    margin-top: 2px;
  }

  .navbar .nav-item .nav-link {
    color: var(--color-dark);
    font-weight: 500;
    margin-right: 0px;
    transition: var(--transition);
  }

  .navbar .nav-item .nav-link:hover {
    color: var(--theme-color) !important;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  .navbar-toggler span {
    display: block;
    width: 22px;
    border-bottom: 3px solid var(--theme-color);
    border-radius: 50px;
    margin-top: 5px;
  }

  .navbar-toggler span:first-child {
    margin-top: 0;
  }

  .navbar-toggler span:nth-child(2) {
    width: 15px;
  }

  .mobile-menu-right,
  .mobile-menu-btn {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mobile-menu-right .nav-right-link {
    background: transparent;
    border: none;
    font-size: 23px;
    color: var(--theme-color);
    text-align: center;
    padding: 0;
    position: relative;
    top: 6px;
  }

  .mobile-menu-right .nav-right-link span {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: var(--color-white);
    background: var(--theme-color);
    border-radius: 50px;
    font-size: 12px;
    right: -10px;
    top: -5px;
  }

  .navbar .dropdown-menu {
    border-radius: 15px;
    border: 1px solid var(--border-info-color);
  }

  .nav-right {
    display: none;
  }
}

/*============================
Mega menu
  ==============================*/

@media all and (min-width: 992px) {
  .nav-item.mega-menu {
    position: static;
  }

  .navbar .nav-item.mega-menu .dropdown-menu {
    width: 98.2%;
    left: 12px;
  }

  .mega-menu .mega-content {
    padding: 12px 16px 10px 16px;
  }

  .mega-menu .mega-menu-title {
    font-size: 17px;
    margin-bottom: 15px;
    color: var(--color-dark);
  }

  .mega-menu-img img {
    border-radius: 15px;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item {
    padding-left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item::before {
    left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item:hover {
    padding-left: 15px;
  }
}

@media all and (max-width: 991px) {
  .mega-menu-img {
    display: none;
  }

  .mega-menu .mega-content h5 {
    margin: 15px 0;
  }
}

/*============================
Multi level dropdown menu
  ==============================*/

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 6.5px;
  font-weight: 600;
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: var(--color-white);
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* navbar dropdown-right */
.navbar .dropdown-right .dropdown-submenu .dropdown-menu {
  left: unset;
  right: 100%;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset;
  }

  .navbar .nav-item .dropdown-submenu a::after {
    top: 4px;
  }

  .navbar .nav-item .dropdown-submenu a:hover {
    color: var(--theme-color);
  }
}

/* ======================
  14. Search popup
  ====================== */

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.95);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50px;
  text-align: center;
  background: var(--theme-color);
  text-align: center;
  width: 50px;
  height: 50px;
  color: var(--color-white);
  font-size: 20px;
  cursor: pointer;
  box-shadow: var(--box-shadow);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-popup .close-search span {
  transition: var(--transition);
}

.search-popup .close-search:hover span {
  transform: rotate(180deg);
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 30%;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 20%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-control {
  position: relative;
  width: 100%;
  height: 70px;
  outline: none;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid var(--color-white);
  background-color: transparent;
  color: var(--color-white);
  font-size: 40px;
  padding: 0 70px 0 20px;
  transition: all 500ms ease;
  text-transform: capitalize;
  font-size: 22px;
  font-family: yekan;
}

.search-popup .form-control::placeholder {
  color: var(--color-white);
  font-size: 40px;
}

.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50px;
  background: transparent;
  text-align: center;
  font-size: 30px;
  color: var(--color-white);
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .form-group button:hover {
  color: var(--theme-color);
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: var(--theme-color);
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.logo-width img {
  width: 250px;
  color: gray;
  display: inline-block;
  -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
  mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
  background-repeat: no-repeat;
  
}
/*login popup */

#exir-login {
  visibility: hidden;
  padding: 0 1.5rem;
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  text-align: center;
  overflow-y: auto;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
#exir-login.form-open {
  visibility: visible;
  opacity: 1;
}
#exir-login .form-content {
  background-color: #ffffff;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  z-index: 205;
  margin: 25px auto;
  max-width: 550px;
  box-shadow: 0px 20px 55px #3b43590f !important;
  border-radius: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  pointer-events: visible;
}
#exir-login:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.header-account-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.exir-pori-dropdown-title.et-menu-account-btn.icon {
  border-radius: 10px;
  background: transparent;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2px;
  display: block;
}
.exir-pori-dropdown-block .exir-pori-dropdown-content {
  position: absolute;
  top: 100%;
  z-index: 999;
  list-style: none;
  left: auto;
  right: 0;
  margin: 0;
  background: #fff;
  text-align: right;
  font-family: var(--font-site);
  padding: 11px 0;
  font-size: 1.2rem;
  border: 0;
  min-width: 100px;
  display: none;
  color: var(--textcolor);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 1.5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px 1.5px rgba(0, 0, 0, 0.07);
}
.exir-pori-dropdown-block:hover .exir-pori-dropdown-content {
  display: block;
}
.exir-pori-dropdown-block:hover .exir-pori-dropdown-content {
  display: block;
}
.exir-pori-dropdown-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.exir-pori-dropdown-block ul li {
  margin: 0;
}
.exir-pori-dropdown-block ul li:last-child a {
  border: 0;
}
.exir-pori-dropdown-block li a {
  padding: 4px 19px;
  display: block;
  line-height: 24px;
  color: #797979;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
}
.exir-pori-dropdown-block li.active a,
.exir-pori-dropdown-block li a:hover {
  color: #797979;
  opacity: 1;
}
.exir-pori-dropdown-block:hover .exir-pori-dropdown-content {
  display: block;
}
.exir-pori-dropdown-block .exir-pori-dropdown-content {
  position: absolute;
  top: 100%;
  z-index: 999;
  list-style: none;
  left: auto;
  right: 0;
  margin: 0;
  background: #fff;
  text-align: right;
  font-family: var(--font-site);
  padding: 11px 0;
  font-size: 1.2rem;
  border: 0;
  min-width: 100px;
  display: none;
  color: var(--textcolor);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 1.5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px 1.5px rgba(0, 0, 0, 0.07);
}
.exir-pori-dropdown-block ul li {
  margin: 0;
}
.exir-pori-dropdown-block li a {
  padding: 4px 19px;
  display: block;
  line-height: 24px;
  color: #797979;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
}
.header-block ul li a {
  color: #222934;
}
/* button close */
.side-close-icon {
  position: absolute;
  z-index: 8;
  font-size: 1.4rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 15px;
  left: 0;
  text-align: center;
  color: #222 !important;
  cursor: pointer;
  text-decoration: none !important;
}
.side-close-icon:hover {
  color: red !important;
  background: transparent !important;
}
/*----------*/
.header-account-content .exir-tab-sec ul.tabs {
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ebebeb;
  text-align: center;
}
.header-account-content .exir-tab-sec ul.tabs li {
  flex: 1 1 0;
  position: relative;
}
.exir-tab-sec .exir-tabs > li {
  display: inline-block;
  vertical-align: top;
}
.header-account-content .exir-tab-sec ul.tabs li a {
  padding: 10px 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.header-account-content .exir-tab-sec ul.tabs li.active::after {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: -2px;
  height: 2px;
  background: var(--primarycolor);
}
.header-account-content .exir-tab-sec ul.tabs li {
  flex: 1 1 0;
  position: relative;
}
.header-account-content .woocommerce-form {
  max-width: 400px;
  margin: auto !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: right !important;
}
#popup-form-login label {
  padding: 10px 0;
}
.exir-tab-sec .exir-tabs-panel:not(.opened) {
  display: block;
  height: 0;
  overflow-y: hidden;
  min-height: 0;
}
.login-submit .button {
  margin: 10px 0;
  padding: 10px 0;
}
#popup-form-register button {
  padding: 10px 0;
}
.header-account-content.panel-wrap a {
  color: var(--black);
}
.wish-alaqe-list .name-wish {
  display: none;
}
.wish-alaqe-list i {
  font-size: 30px;
  top: 10px;
  position: relative;
}
.number-wish {
  font-size: 12px;
  position: absolute;
  font-weight: 600;
  background: #da2e1f;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  right: 18px;
}
.wish-alaqe-list {
  color: var(--theme-color);
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  text-decoration: none;
  margin-right: 15px;
}
/* Sidebar cart */
#sabad-draw-exir {
  display: flex;
  flex-direction: column;
  position: fixed;
  background: #fff;
  padding: 30px;
  text-align: left;
  color: var(--textcolor);
  top: 0;
  bottom: 0;
  z-index: 100;
  right: -100%;
  width: 100%;
  max-width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#sabad-draw-exir.cart-open {
  right: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.exit_cart_pori_right {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.exit_cart_pori_right .onvan-sabad {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  color: var(--black);
  text-align: right;
  font-family: var(--font-site);
}
.exit_cart_pori_right .exit_cart_colsps {
  display: flex;
  align-items: center;
}
.exit_cart_pori_right .exit_cart_colsps * {
  margin: 0 5px 0;
  text-transform: uppercase;
}
.exit_cart_pori_right .exit_cart_colsps *:first-child {
  flex: 1 1 auto;
}
.exit_cart_pori_right .exit_cart_colsps *:last-child {
  margin: 0;
}
.exit_cart_pori_right .exit_cart_colsps .remove {
  font-size: 1.4rem;
  width: auto;
  height: auto;
  color: red !important;

  background: transparent !important;
}
.exit_cart_pori_right .exit_cart_colsps .remove:hover {
  color: red !important;
  text-decoration: underline;
}
.woocommerce-mini-cart__empty-message {
  margin-top: 20px;
  text-align: center;
}
.cart-count {
  font-size: 1.2rem;
  position: absolute;
  font-weight: 600;
  background: #da2e1f;
  background-color: rgb(218, 46, 31);
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  left: -10px;
  top: 2px;
  font-family: var(--font-site);
}
.dropdown-toggle.cart-contents::after {
  display: none;
}
.dropdown-toggle.cart-contents i {
  font-size: 30px;

  position: relative;
}
.dropdown-toggle.cart-contents {
  color: var(--theme-color);
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  text-decoration: none;
}
#exir-cart-blc {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
/* search header*/
#search-results {
  background: #fff;
  border-radius: 0px 0px 15px 10px;
}
#clear-search {
  font-size: 18px;
  color: #999;
  cursor: pointer;
}

#clear-search:hover {
  color: #333;
}

/* استایل لودینگ چرخشی */
#loading-spinner i {
  font-size: 18px;
  color: #ffc600;
}
#clear-search {
  position: absolute;
  right: 90%;
  top: 10px;
  background: none;
  border: medium;
  display: none;
  z-index: 999;
}
#loading-spinner {
  position: absolute;
  right: 50%;
  top: 90px;
  display: none;
}
#search-results li a {
  font-size: 14px;
  text-decoration: none;
  color: #103749;
}
#search-results li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
#search-results li p {
  font-family: var(--font-site);
}
#search-results h3 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.jos-chert {
  list-style: none;
  font-family: var(--heading-font);
}
.search-not {
  margin: 0 20px;
  color: #103749;
}
.nav-right-list {
  padding-right: 20px;
  padding-left: 0;
}
.nikad-search-nav {
  color: var(--theme-color);
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  text-decoration: none;
}
.header-top-list {
  margin: 0;
  text-align: left;
}
.primary-menu-wrapper ul > li {
  position: relative;
  margin: 0 5px;
  color: #000;
  font-size: 15px;
  font-weight: 200;
}
.pori-right-menu-exir-wrapper .exir-menu-title::before {
  content: "\f0c9";
  font-family: "fontawesome";
  text-align: center;
  margin-right: 7px;
  font-size: 2rem;
  font-weight: normal;
  margin-left: 10px;
}
/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
.main-menu:hover {
  position: relative;
  z-index: 999;
}
.main-menu {
  text-align: right;
  /* font-family: var(--font-site); */
}
.primary-menu-wrapper ul.primary-menu {
  margin: 0;
  padding: 0;
}

.menu-align-center {
  text-align: center;
}
.menu-align-right {
  text-align: right;
}
ul.primary-menu > li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  position: relative;
}
#exir-prim-menu ul.primary-menu > li:first-child {
  padding-left: 0 !important;
}
#exir-prim-menu ul.primary-menu > li:last-child {
  padding-right: 0 !important;
}
ul.primary-menu > li > a {
  text-transform: capitalize;
  padding: 18px 0;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
ul.primary-menu > li.text-menu {
  padding-right: 0 !important;
  pointer-events: none;
}
ul.primary-menu > li.text-menu > a {
  font-weight: 400 !important;
}
#exir-prim-menu .primary-menu-wrapper ul.primary-menu a {
  text-decoration: none;
  opacity: 1;
  margin-right: 25px;
  padding: 28px 0 28px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
  text-transform: capitalize;
}

#exir-prim-menu .primary-menu-wrapper .mega-dropdown-inner ul li a {
  padding: 0;
}
#exir-prim-menu .primary-menu-wrapper ul.primary-menu a .menu_title {
  position: relative;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-has-children
  a::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: "font awesome 5 pro";
  content: "\f078";
  font-weight: 600;
  border: medium;
  font-size: 14px;
  margin-right: 5px;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-has-children
  .sub-menu
  a::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: "font awesome 5 pro";
  content: "";
  font-weight: 600;
  border: medium;
  font-size: 14px;
  margin-right: 5px;
}
.tiam-li-btn {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #080808;
  background: rgba(145, 144, 144, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
}
.side-info {
  background: #fff;
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: -100%;
  top: 0;
  padding: 30px;
  transition: 0.6s;
  overflow-y: scroll;
}
#exir-prim-menu .flyout-submenu .sub-menu li > a:hover {
  background: transparent;
  color: var(--theme-color);
  padding-right: 12px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dark);
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  transition: var(--transition);
}
#exir-prim-menu .flyout-submenu .sub-menu li > a::before {
  content: "0";
  position: absolute;
  right: 0;
  color: var(--theme-color);
  font-weight: bold;
  font-size: 6px;
  transform: scale(0, 0);
  transition: var(--transition);
  z-index: -1;
}
#exir-prim-menu .flyout-submenu .sub-menu li > a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  color: var(--theme-color2);
}

#exir-prim-menu .primary-menu-wrapper ul.primary-menu a .menu_title:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  height: 2px;
  bottom: -4px;
  background: var(--menu_active_color);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#exir-prim-menu
  .primary-menu-wrapper
  ul.primary-menu
  .dropdown-menu
  a
  .menu_title:after {
  background: var(--primarycolor);
}
#exir-prim-menu
  .primary-menu-wrapper
  ul.primary-menu
  > li.current-menu-item
  > a
  .menu_title:after,
#exir-prim-menu
  .primary-menu-wrapper
  ul.primary-menu
  a:hover
  .menu_title:after {
  width: 100%;
}
.mm-has-children {
  margin-right: 5px;
}
.primary-menu-wrapper ul.primary-menu > li > a > .mm-has-children {
  display: none;
}
.primary-menu-wrapper ul.primary-menu > li > a .menu-label {
  top: -18px;
}
.menu-label {
  font-size: 1.1rem;
  text-transform: capitalize;
  position: absolute;
  top: -17px;
  padding: 0 5px;
  color: #f1f1f1;
  border-radius: 2px;
  line-height: 20px;
  font-weight: 400;
  z-index: 100;
  white-space: nowrap;
}
.primary-menu-wrapper ul > li {
  position: relative;
  margin-bottom: 0;
}

.primary-menu-wrapper .sub-menu {
  padding: 0;
  list-style: none;
}
.primary-menu-wrapper .navbar-toggler {
  border: 0;
  padding: 0 3px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.primary-menu-wrapper .navbar-toggler i {
  vertical-align: top;
}
#exir-prim-menu .primary-menu-wrapper .navbar-toggler,
#exir-prim-menu .mm-has-children {
  font-size: 12px;

}
.fas.fa-ticket-alt {
  font-size: 20px;
  transform: rotatez(90deg);
}
.primary-menu-wrapper ul.primary-menu > li > a .expand-icon {
  display: inherit;
}
a.menu-item-link {
  display: flex;
  align-items: center;
}
a.menu-item-link > img {
  margin-left: 10px;
  max-width: 20px;
}

/***** Mega submenu *****/

#exir-prim-menu .primary-menu-wrapper .mega-dropdown-menu {
  padding: 26px 10px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  display: block !important;
  opacity: 0;
  top: 110%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  pointer-events: none;
  background: #fff;
  line-height: 1.5;
  color: var(--textcolor);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: var(--boxshadow);
  box-shadow: var(--boxshadow);
}
#exir-prim-menu .primary-menu-wrapper .text-center .mega-dropdown-menu {
  text-align: center;
}
#exir-prim-menu .primary-menu-wrapper .mega-dropdown-menu.fullwidth {
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
}
.mega-dropdown-inner > .mega-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.mega-dropdown-menu .navbar-toggler,
.flyout-submenu .navbar-toggler {
  display: none;
}
#exir-prim-menu li.menu-item.mega-menu:hover .mega-dropdown-menu {
  display: block;
  margin-top: 0;
  top: 100%;
  opacity: 1;
  pointer-events: visible;
}
.dropdown-menu ul {
  list-style: none;
}
.menu-item-level1 > .menu-item-inner > a,
.menu-item-lv1 > a {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
  color: #184d47;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
}
ul.sub-menu {
  padding: 0;
  margin: 0;
}
.menu-item-level1 > .menu-item-inner > a:hover,
.menu-item-lv1 > a:hover {
  color: var(--primarycolor);
  opacity: 1;
}
#exir-prim-menu
  .mega-dropdown-menu
  .menu-item-level1
  > .menu-item-inner
  > .sub-menu,
#exir-prim-menu .mega-dropdown-menu .menu-item-lv1 > .sub-menu {
  margin-top: 11px;
}
#exir-prim-menu .primary-menu-wrapper .sub-menu li {
  margin-bottom: 0px;
}
#exir-prim-menu .primary-menu-wrapper .sub-menu li:last-child {
  margin: 0 25px;
}
.menu-item-level2 a,
.menu-item-lv2 a {
  color: var(--linkcolor);
  font-size: 1.3rem;
  line-height: 20px;
}
.menu-item-level2 a:hover,
.menu-item-lv2 a:hover {
  color: var(--primarycolor);
}
.menu-item-inner {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.menu-block-home {
  margin: 0 -10px;
}
.menu-block-home .elementor-image-box-img {
  overflow: hidden;
}
.menu-block-home .elementor-image-box-img {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.menu-block-home .elementor-image-box-title {
  margin-top: 5px;
  font-weight: 400;
}
.menu-block-home .elementor-image-box-title a {
  color: var(--headingcolor);
}
.menu-block-home .elementor-image-box-title a:hover {
  color: var(--primarycolor);
}
/* Make flyout when level >= 2 */
.menu-item-level2 .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  padding: 10px;
  border: 1px solid #ebebeb;
  z-index: 999;
  min-width: 150px;
}
.menu-item-level2:hover .sub-menu {
  display: block;
}
/***** Fylout submenu *****/

.primary-menu-wrapper .flyout-submenu {
  display: none;
  position: absolute;

  margin-top: 0;
  z-index: 999;
  min-width: 250px;
  list-style: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 15px 1.5px rgb(0 0 0 / 7%);
  box-shadow: 0 0 15px 1.5px rgb(0 0 0 / 7%);
}
#exir-prim-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
#exir-prim-menu .menu-item:hover > .sub-menu {
  display: block;
}
.flyout-submenu .sub-menu li {
  padding: 0 20px;
  position: relative;
}
.flyout-submenu .sub-menu li > a {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--linkcolor);
  font-size: 1.3rem;
  line-height: 30px;
}
.flyout-submenu .sub-menu li > a:hover {
  color: var(--primarycolor);
}
#exir-prim-menu .flyout-submenu .sub-menu li > a {
  margin-bottom: 0px;
}
#exir-prim-menu .flyout-submenu .sub-menu li:last-child > a {
  margin: 0;
}
#exir-prim-menu .flyout-submenu .sub-menu li > a .mm-has-children {
  position: absolute;
  left: 7px;
}
.mega-dropdown-inner .flyout-submenu {
  padding: 0;
  display: none;
  position: absolute;
  top: 0px !important;
  left: 100%;
}
li.menu-item:hover > .flyout-submenu {
  display: block;
}
.flyout-submenu .sub-menu .sub-menu {
  display: none;
  position: absolute;
  top: -15px !important;
  left: 100%;
  margin: 0;
  min-width: 250px;
  list-style: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 15px 1.5px rgb(0 0 0 / 7%);
  box-shadow: 0 0 15px 1.5px rgb(0 0 0 / 7%);
}
.flyout-submenu li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.flyout-submenu li:hover > ul.sub-menu {
  display: block;
}
/* pori-right-menu-exir */
.pori-right-menu-exir-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.pori-right-menu-exir-wrapper .exir-menu-title {
  font-weight: 700;
  position: relative;
  padding: 12px 23px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 6px 0;
  border-radius: 10px;
}
.pori-right-menu-exir-wrapper .exir-menu-title {
  background: #ffc600;
  color: #ffffff;
  width: 270px;
  text-align: right;
}
.pori-right-menu-exir-wrapper .exir-menu-title span {
  flex: 1 1 auto;
}
.pori-right-menu-exir-wrapper.hover-action:hover #exir-menu-wr {
  display: block;
  z-index: 20;
}
#exir-menu-wr {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 10;
  display: none;
}
#exir-menu-wr ul.pori-right-menu-exir {
  list-style: none;
  position: relative;
  margin: 0;
  width: 270px;
  border-top: 0;
  background: #fff;
  padding: 0;
  padding-top: 9px;
  padding-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: var(--boxshadow);
  box-shadow: var(--boxshadow);
}

#exir-menu-wr ul.pori-right-menu-exir > li {
  margin: 0;
  padding: 0 25px;
}
#exir-menu-wr ul.pori-right-menu-exir > li:last-child > a {
  border: 0;
}
#exir-menu-wr .navbar-toggler {
  display: none;
}
#exir-menu-wr a {
  line-height: 24px;
  display: block;
}
#exir-menu-wr .flyout-submenu .menu-item-link {
  padding: 5px 0;
  margin: 0;
}
#exir-menu-wr ul.pori-right-menu-exir > li > a {
  padding: 11px 0;
  display: block;
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
}

#exir-menu-wr ul.pori-right-menu-exir > li:hover > a {
  color: var(--primarycolor);
}
#exir-menu-wr .mm-has-children {
  float: right;
  line-height: inherit;
  font-size: 0.9rem;
}

#exir-menu-wr .menu-wrapper > ul > li .dropdown-menu {
  top: 0;
  min-height: 100%;
  right: 100%;
  margin-top: 0;
  display: block !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0;
  background: #fff;
  margin: 0;
  position: absolute;
  -webkit-box-shadow: var(--boxshadow);
  box-shadow: var(--boxshadow);
}
#exir-menu-wr .menu-wrapper > ul > li .mega-dropdown-menu {
  padding: 20px 15px;
}
#exir-menu-wr .menu-wrapper > ul > li .mega-dropdown-menu > .container {
  max-width: none;
}
#exir-menu-wr .mega-dropdown-menu .sub-menu li {
  margin-bottom: 9px;
}
#exir-menu-wr .mega-dropdown-menu .menu-item-link.has-children + .sub-menu {
  margin-top: 16px;
}
#exir-menu-wr
  .mega-dropdown-menu
  .menu-item-level1
  > .menu-item-inner
  > .menu-item-link {
  text-transform: none;
  color: var(--linkcolor);
}
#exir-menu-wr
  .mega-dropdown-menu
  .menu-item-level1
  > .menu-item-inner
  > .menu-item-link:hover {
  color: var(--primarycolor);
}
#exir-menu-wr .menu-wrapper > ul > li .flyout-submenu {
  min-width: 250px;
  padding: 15px 0;
}
#exir-menu-wr
  .menu-wrapper
  > ul
  > li
  .flyout-submenu
  .mega-dropdown-inner
  > .sub-menu {
  display: block;
}
/*vermenu-store2*/
.vermenu-store2 .pori-right-menu-exir-wrapper .exir-menu-title {
  padding: 0 20px;
  line-height: 54px;
}
.vermenu-store2 .pori-right-menu-exir-wrapper .exir-menu-title:before,
.vermenu-store2 .pori-right-menu-exir-wrapper .exir-menu-title:after {
  display: none;
}
.vermenu-store2 #exir-menu-wr {
  display: block !important;
  z-index: 2;
}
/* mobile menu */
.flex {
  display: flex;
}

@media (max-width: 991px) {
  .main-menu {
    text-align: right;
    display: none;
  }
}
.mobile-menu.mean-container
  .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-has-children
  a::after {
  content: "";
}
.menu-width {
  margin-left: auto;
}
@media all and (max-width: 767px) {
  .header-top {
    text-align: center;
  }
  .logo-width img {
    width: 150px;
  }
  .header-top-right {
    float: unset;
  }

  .header-top-social {
    display: none;
  }
}
.nav-left-list {
  display: flex;
  list-style: none;
}
.contact-list.mb-30 h4 {
  color: var(--theme-color2);
  text-align: center;
}
.contact-list.mb-30 ul {
  color: var(--theme-bg-light);
  font-family: var(--font-site);
  list-style: none;
}
.contact-list.mb-30 ul li i {
  margin-left: 10px;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  margin-bottom: 20px;
}
.slide-mob-social {
  text-align: center;
  margin-top: 20px;
}
.slide-mob-social i {
  font-size: 23px;
  margin: 0 5px;
  color: var(--theme-color2);
}
/* footer css start nikad */
footer {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;

  border-top: 2px solid var(--theme-color2);
  padding-top: 50px;
}
footer .logo img {
  width: 250px;
}
.ft-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footer-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 2;
}
.footer-col:first-child,
.footer-col:last-child {
  flex: 2;
}
.ft-nikad-pori {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  font-size: 12px;
  min-height: 85px;
}
.footer-icons {
  position: relative;
}

.ft-nikad-pori i {
  font-size: 23px;
  color: var(--theme-color2);
  margin-left: 9px;
  background: var(--theme-color);
  padding: 7px;
  border-radius: 2px 0px 20px 20px;
}
.ft-nikad-pori div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 5px;
  padding-top: 10px;
}
.ft-nikad-pori div span:last-child {
  font-size: 17px;
}
.footer-col:last-child .ft-nikad-pori div {
  padding-top: 0;
}
.footer-col:last-child .ft-nikad-pori div span:last-child {
  font-size: 12px;
}
.ft-nikad-pori div span.ft-nikad-pishshomare {
  font-size: 14px;
  margin-left: 5px;
  color: var(--theme-color3);
}
.widget-nikad-ft {
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: justify;
  padding: 0 30px 0 0;
}
.footer-col:last-child .widget-nikad-ft {
  padding: 0;
}
.widget-nikad-ft .widget_text p {
  font-size: 13px;
  padding: 3px 0;
  line-height: 24px;
}
.widget-nikad-ft .widget ul.menu {
  list-style: none;
}
.widget-nikad-ft .widget ul.menu li {
  padding: 5px;
  font-size: 13px;
}
.widget-nikad-ft .widget ul.menu li:before {
  content: "";
  margin-right: 5px;
  width: 7px;
  height: 3px;
  display: inline-block;
  background: var(--theme-color3);
  border-radius: 50%;
}
.widget-nikad-ft .widget ul.menu li a {
  color: #7f8994;
}
.widget-nikad-ft .widget ul.menu li a:hover {
  color: #bb8a04;
}
.footer-cols-newslater {
  text-align: left;
}
.footer-cols-newslater .newsletter-form-row {
  position: relative;
}
.footer-cols-newslater input {
  margin-top: 20px;
  width: 100%;
  border: none;
  -webkit-box-shadow: -6px 6px 10px 0 rgba(230, 230, 230, 0.5);
  -moz-box-shadow: -6px 6px 10px 0 rgba(230, 230, 230, 0.5);
  box-shadow: -6px 6px 10px 0 rgba(230, 230, 230, 0.5);
  border-radius: 50px 0 50px 50px;
  padding: 15px 65px 15px 15px;
  text-align: left;
  direction: ltr;
}
.footer-cols-newslater input::-webkit-input-placeholder {
  text-align: left;
}
.footer-cols-newslater input:-ms-input-placeholder {
  text-align: left;
}
.footer-cols-newslater input::placeholder {
  text-align: left;
}
.footer-cols-newslater .newsletter-btn {
  position: absolute;
  top: 30px;
  right: 5%;
  border: none;
  background: #e8a817;
  border-radius: 50%;
  padding: 6px 10px;
  cursor: pointer;
}
.footer-cols-newslater .newsletter-btn:before {
  content: "\E90f";
  color: #fff;
  transform: rotate(180deg);
  display: inline-block;
}
.widget-nikad-ft .ft-shabake {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 5px 0 30px;
}
.copyright {
  color: #a2aebd;
  font-size: 12px;
  line-height: 28px;
  flex: 4;
  font-family: var(--font-site);
}

.ft-inamd {
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  flex: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ft-inamd > img,
.ft-inamd a {
  max-width: 33%;
  height: auto;
}
.ft-shabake {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  justify-content: center;
}
.ft-shabake li {
  position: relative;
  margin-right: 10px;
  padding: 5px 25px 5px 10px;
  color: #fff;
  border-radius: 50px;
  height: 30px;
  transition: all 0.5s ease;
}
.ft-shabake a:last-child li {
  margin-right: 0;
}
.social-icon:after {
  color: #e5a906;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.social-telegram:after {
  content: "\E91d";
}
.social-whatsapp:after {
  content: "\E921";
}
.social-gmail:after {
  content: "\E915";
}
.social-twitter:after {
  content: "\E91e";
}
.social-instagram:after {
  content: "\E917";
}
.social-linkedin:after {
  content: "\E918";
}
.social-facebook:after {
  content: "\E914";
}
.home footer .ft-row {
  border: none;
}
.home footer .footer {
  padding-top: 0;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 10px 0 10px 10px;
  border: 1px solid #d9dfe9;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-right: 30px;
  padding-left: 18px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
@media (max-width: 767px) {
  .footer-col:nth-child(1) {
    order: 1;
  }
  .footer-col:nth-child(2) {
    order: 3;
  }
  .footer-col:nth-child(3) {
    order: 4;
  }
  .footer-col:nth-child(4) {
    order: 2;
  }
  .footer-col:last-child {
    width: 100%;
  }
  .ft-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  .footer-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 1 1 auto;
  }
  .ft-nikad-pori {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .footer-col:first-child .ft-nikad-pori a {
    margin: 0 auto;
  }
  .widget-nikad-ft {
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: justify;
  }
  .ft-nikad-pori div {
    padding-left: 0;
    padding-right: 5px;
  }
  .widget-nikad-ft .ft-shabake {
    margin-top: 20px;
  }
  .ft-shabake {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .home footer .footer {
    padding-top: 0;
  }
  .footer {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    padding-top: 0px;
  }
  .copyright {
    color: #a2aebd;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    padding: 0 5px;
  }
  .ft-row {
    display: block;
  }
  .ft-nikad-pori.telephone {
    display: none;
  }

  .widget-nikad-ft.widget {
    display: none;
  }
  .ft-nikad-pori.kari {
    display: none;
  }
  .widget-nikad-ft {
    padding: 0;
  }
  .widget-nikad-ft.inamd {
    align-items: center;
  }
}
.ft-nikad-pori.telephone {
  margin-right: 50px;
}
.ft-nikad-pori.kari {
  margin-right: 50px;
}
.widget-nikad-ft.widget .widget-title {
  font-size: 0;
}
.widget-nikad-ft.widget ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #080808;
  padding-right: 5px;
}
.widget-nikad-ft .ft-shabake {
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: right;
  padding: 0;
}
.ft-shabake i {
  color: var(--theme-color3);
  font-size: 21px;
}
.ft-shabake i:hover {
  color: var(--theme-color);
  font-size: 23px;
  transition: var(--transition2);
}
.ft-nikad-pori.logo img {
  width: 220px;
}
@media (min-width: 768px) and (max-width: 1490px) {
  .widget-nikad-ft.widget {
    display: none;
  }
  .ft-nikad-pori.telephone {
    display: none;
  }
  .ft-nikad-pori.kari {
    display: none;
  }
  .footer-col {
    display: block;
    flex: 0;
  }
}
/*====================
Blog css 
======================*/

.blog-area {
  position: relative;
}

.blog-item {
  background: var(--color-white);
  transition: var(--transition);
}

.blog-item-img {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.blog-item-img {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  position: relative;
}

.blog-item:hover .blog-item-img img {
  transform: scale(1.1);
  transition: var(--transition);
}

.blog-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--theme-color2);
  color: var(--color-dark);
  font-weight: 500;
  border-radius: 50px 0 0 0;
  padding: 4px 12px 4px 22px;
}

.blog-item-meta {
  padding: 14px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--border-info-color);
}

.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
  position: relative;
  color: var(--color-dark);
}

.blog-item-meta ul li i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-item-meta a:hover {
  color: var(--theme-color);
}

.blog-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blog-item-info p {
  margin-bottom: 16px;
}
.blog-item-info {
  background: #fff;
  border-radius: 0 0 14px 14px;
  padding: 15px;
}

.blog-item-info .theme-btn {
  margin-top: 10px;
}

.blog-item-info h4 a {
  color: var(--color-dark);
  font-style: 20px;
}

.blog-item-info h4 a:hover {
  color: var(--theme-color);
}
.theme-btn {
  position: relative;
  font-size: 16px;
  background: var(--theme-color2);
  color: var(--color-dark);
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: medium;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  z-index: 1;
  text-decoration: none;
}
.blog-item-meta ul li a {
  text-decoration: none;
  color: var(--black);
}
.blog-title a {
  text-decoration: none;
}
.theme-btn i {
  margin-right: 10px;
}
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.breadcrumb li {
  margin-right: 10px;
}

.breadcrumb li a {
  text-decoration: none;
  color: #007bff;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li::after {
  content: "/";
  margin-left: 10px;
}

.breadcrumb li:last-child::after {
  content: ""; /* حذف / در آخرین مورد */
}
/*====================
Breadcrumb css 
======================*/

.site-breadcrumb {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.site-breadcrumb-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
  font-size: 25px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-dark);
  font-weight: 500;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white);
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--theme-color2);
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: var(--theme-color2);
}
a {
  color: var(--theme-color2);
  text-decoration: none;
}
.site-heading.text-center {
  margin: 60px 0;
}
.pori-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.pori-nav ul {
  display: flex;
}
.pori-nav ul li {
  list-style: none;
}
.pori-nav li a {
  border: none;
  background: var(--theme-color2);
  color: var(--black);
  margin: 0 10px;
  border-radius: 10px !important;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  transition: var(--transition);
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  font-size: 18px;
}
.theme-btn:hover {
  background: var(--black);
  color: #fff;
}
.woocommerce-breadcrumb a {
  font-size: 23px;
}
/*========================
Blog single css
==========================*/

.blog-thumb-img {
  margin-bottom: 20px;
}

.blog-single-content img {
  border-radius: 15px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-meta .blog-meta-left ul li {
  font-weight: 500;
}

.blog-meta i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-meta a {
  color: var(--body-text-color);
  font-weight: 500;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-details-title {
  font-size: 34px;
  color: var(--color-dark);
}

.blockqoute {
  position: relative;
  background: var(--theme-bg-light);
  border-left: 5px solid var(--theme-color);
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 0px;
}

.blockqoute i {
  position: absolute;
  right: 30px;
  bottom: 8px;
  color: var(--theme-color);
  font-size: 90px;
  opacity: 0.2;
}

.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  color: var(--color-dark);
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: var(--theme-color);
  left: 0;
  top: 10px;
}

.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details-tags h5 {
  color: var(--color-dark);
}

.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-details-tags ul a {
  background: var(--theme-bg-light);
  color: var(--color-dark);
  padding: 4px 18px 5px 18px;
  border-radius: 50px;
  transition: var(--transition);
}

.blog-details-tags ul a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  margin: 50px 0;
  padding: 20px;
}

.blog-author-img {
  width: 320px;
}

.blog-author-img img {
  border-radius: 15px;
}

.author-name {
  font-size: 22px;
  color: var(--theme-color);
  margin: 8px 0;
}

.author-info {
  padding: 0 20px;
}

.author-social {
  margin-top: 10px;
}

.author-social a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  margin-right: 5px;
  color: var(--theme-color);
  transition: var(--transition);
}

.author-social a:hover {
  color: var(--color-white);
  background: var(--theme-color);
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comments h3 {
  color: var(--color-dark);
}

.blog-comments-wrap {
  margin: 30px 0;
}

.blog-comments-item {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-top: 50px;
}

.blog-comments-item img {
  border-radius: 50%;
}

.blog-comments-content {
  padding: 0 0 0 20px;
}

.blog-comments-content span {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
}

.blog-comments-content a {
  font-weight: 500;
  margin-top: 5px;
  color: var(--theme-color);
}

.blog-comments-content a:hover {
  color: var(--color-red);
}

.blog-comments-content h5 {
  color: var(--color-dark);
}

.blog-comments-reply {
  margin-left: 50px;
}

.blog-comments-form {
  padding: 30px;
  margin-top: 50px;
  border-radius: 10px;
  background: var(--theme-bg-light);
}

.blog-comments-form h3 {
  margin-bottom: 20px;
}

.blog-comments-form .form-group {
  margin-bottom: 20px;
}

.blog-comments-form .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: var(--transition);
}

.blog-comments-form .form-control:focus {
  border-color: var(--theme-color);
}

@media all and (max-width: 767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 15px;
  }

  .blog-meta .blog-meta-left ul {
    gap: 10px;
  }

  .blog-details-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .author-info {
    margin-top: 25px;
  }

  .blog-comments-item {
    flex-direction: column;
    text-align: center;
    padding: 30px 0px;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    border-radius: 10px;
  }

  .blog-comments-item img {
    margin: 0 auto 20px auto;
  }

  .blog-comments-reply {
    margin-left: 0px;
  }
}
.py-90 {
  padding: 90px 0;
}
.woocommerce-breadcrumb {
  font-family: var(--font-site);
  color: #fff;
}
.blog-details-tags ul {
  list-style: none;
}
.blog-details-tags ul li a {
  text-decoration: none;
  margin: 0 5px;
}
.blog-meta ul {
  list-style: none;
  font-family: var(--font-site);
}
.blog-meta ul li i {
  margin-left: 3px;
}
#commentform {
  padding: 30px;
  margin-top: 50px;
  border-radius: 10px;
  background: var(--theme-bg-light);
}
#commentform input,
#commentform textarea {
  background: #fff;
  padding-top: 20px;
}

.comment-form-author,
.comment-form-email {
  flex: 1 1 45%;
}

.comment-form-author label,
.comment-form-email label {
  display: block;
  margin-bottom: 5px;
}

.comment-form-author input,
.comment-form-email input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.comment-form-comment textarea {
  height: 250px;
}
#submit {
  background: var(--theme-color) !important;
  border: none;
  border-radius: 9px;
  padding: 15px 25px;
  color: #fff;
}
.comments-area a,
.page-content a {
  text-decoration: none;
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
}
#comments .comment-author,
#comments .comment-metadata {
  line-height: 2;
  font-family: var(--font-site);
}
#comments .comment-meta {
  display: block;
  justify-content: space-between;
  margin-block-end: 0.9rem;
}
#respond {
  margin: 20px 0;
}
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce a.remove:hover {
  background: transparent;
  color: #1d1d1d !important;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 0.6;
  position: relative;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(images/ajax-loader-alt.svg) center center / 40px 40px
    no-repeat transparent;
  position: absolute;
  cursor: wait;
  animation: none;
  -webkit-animation: none;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  background: #e1e1e1;
  color: #222;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 500;
}
.woocommerce table.shop_table th {
  font-weight: 500;
}
.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table tr td:last-child {
  text-align: right;
}
/* view cart page*/
.process-box {
  margin-bottom: var(--rowspace);
  background: #fafafa;
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-box .custom-logo-link {
  margin-right: 30px;
}
.process-box .custom-logo-link + div {
  flex: 1 1 auto;
}
.exir-saji-check ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
}
.exir-saji-check ul li {
  display: inline-flex;
  align-items: center;
}
.exir-saji-check ul li:not(:last-child):after {
  content: "";
  display: inline-flex;
  border-bottom: 1px solid #ebebeb;
  min-width: 120px;
  vertical-align: middle;
  margin: 0 20px;
}
.exir-saji-check ul li:before {
  content: "";
  border: 1px solid #e0e0e0;
  font-size: 1.4rem;
  width: 3rem;
  height: 3rem;
  line-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 7px;
}
.exir-saji-check ul li.step-cart:before {
  content: "1";
}
.exir-saji-check ul li.step-checkout:before {
  content: "2";
}
.exir-saji-check ul li.step-complete:before {
  content: "3";
}
.exir-saji-check ul li a {
  display: inline-flex;
}
.exir-saji-check ul li.step-active > * {
  color: var(--primarycolor);
}
.exir-saji-check ul li.step-active:before {
  border-color: var(--primarycolor);
  background: var(--primarycolor);
  color: #fff;
}
.woocommerce table.woocommerce-cart-form__contents {
  border: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce table.woocommerce-cart-form__contents th,
.woocommerce table.woocommerce-cart-form__contents tr,
.woocommerce table.woocommerce-cart-form__contents td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table tr,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding-left: 0;
  padding-right: 0;
  border-right: 0;
  border-bottom: 0;
  font-size: 18px;
  font-weight: 100;
}
.woocommerce-shipping-totals td {
  background: transparent !important;
}
.woocommerce ul#shipping_method li input {
  margin-top: 0;
  vertical-align: middle;
}
.woocommerce table.woocommerce-cart-form__contents .product-thumbnail img {
  max-width: 100%;
  width: 100px;
}
.woocommerce table.woocommerce-cart-form__contents .product-subtotal .amount {
  color: var(--primarycolor);
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  min-width: 230px;
  width: auto;
  border: 1px solid #ebebeb;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  border: 2px solid #ebebeb;
  padding: 30px 30px 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 0;
  border-radius: 0;
}
.woocommerce-cart .wc-proceed-to-checkout > a {
  width: 100%;
}
@media (max-width: 991px) {
  .woocommerce table.woocommerce-cart-form__contents {
    margin-bottom: var(--rowspace);
  }
  .exir-saji-check ul li:not(:last-child):after {
    min-width: 40px;
  }
  .exir-saji-check ul {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .exir-saji-check ul li:before {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .exir-saji-check ul {
    font-size: 1.6rem;
  }
  .tabs.wc-tabs li a {
    font-size: 12px;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    padding: 15px;
    padding-bottom: 0;
  }
  .process-box {
    padding: 15px;
  }
  .process-box .custom-logo-link {
    margin-right: 15px;
    max-width: 30%;
  }
  .exir-saji-check ul li,
  .exir-saji-check ul li:after {
    display: none !important;
  }
  .exir-saji-check ul li.step-active {
    display: inline-flex !important;
  }
  .woocommerce table.woocommerce-cart-form__contents,
  .woocommerce table.woocommerce-cart-form__contents tbody {
    display: block;
  }

  .woocommerce table.woocommerce-cart-form__contents tbody tr:not(.cart_item) {
    padding-left: 0;
  }
  .woocommerce
    table.woocommerce-cart-form__contents
    tbody
    tr:not(.cart_item)
    td.actions {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
  }
  .woocommerce
    table.woocommerce-cart-form__contents
    tbody
    tr:not(.cart_item)
    td.actions
    .coupon {
    order: 100;
    margin-top: 20px;
    border: 2px dashed #ebebeb;
    text-align: right;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td {
    background: transparent !important;
    border-top: 1px dashed #e1e1e1;
  }
  .woocommerce table.woocommerce-cart-form__contents td.product-remove {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .woocommerce table.woocommerce-cart-form__contents td.product-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: 115px;
    border-bottom: none;
    display: block !important;
    border: 0;
    padding: 0;
  }
  .woocommerce
    table.woocommerce-cart-form__contents
    td.product-thumbnail:before {
    display: none;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td.product-name:before {
    display: none;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td.product-name {
    border-top: 0;
    text-align: left !important;
    font-weight: 600;
    padding-right: 35px;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td::before {
    font-weight: 400;
  }
  .woocommerce table.woocommerce-cart-form__contents .input-text.qty,
  .woocommerce table.woocommerce-cart-form__contents .quantity input.minus,
  .woocommerce table.woocommerce-cart-form__contents .quantity input.plus {
    height: 30px;
    line-height: 26px;
    margin: 5px 0;
  }
}
@media (max-width: 567px) {
  .woocommerce
    table.woocommerce-cart-form__contents
    tbody
    tr:not(.cart_item)
    td.actions
    .coupon
    > * {
    width: 100% !important;
    float: none !important;
  }
  .woocommerce
    table.woocommerce-cart-form__contents
    tbody
    tr:not(.cart_item)
    td.actions
    .coupon
    label {
    text-align: right;
  }
  .woocommerce
    table.woocommerce-cart-form__contents
    tbody
    tr:not(.cart_item)
    td.actions
    .coupon
    button {
    margin-top: 7px;
  }
}
/* my account page */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 2px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-3 {
  max-width: none;
  flex: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li:last-child {
  border: 0;
}
.woocommerce-Addresses > div {
  padding: 20px;
  background-color: #fff;
}
.woocommerce-address-fields {
  background: #fff;
  padding: 20px;
}
.woocommerce-EditAccountForm.edit-account {
  background: #fff;
  padding: 20px;
}

/* checkout page */
.woocommerce .woocommerce-info {
  border: 1px solid #ffda10;
  margin: 10px 0;
  background-color: #ffda100a;
  font-size: 22px;
  border-radius: 4px;
}
.woocommerce-info::before {
  color: #313030;
}
.woocommerce .woocommerce-checkout {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.woocommerce .woocommerce-checkout #customer_details {
  float: right;
  width: 70%;
  box-shadow: 0px 2px 35px #3b43590f;
}
.woocommerce .woocommerce-checkout #order_review_heading,
.woocommerce .woocommerce-checkout #order_review {
  float: right;
  width: 29%;
  text-align: center;
  margin: 0;
  margin-right: 0px;
  margin-right: 0px;
  background: #fff;
  padding: 30px;
  margin-right: 9px;
  border: 2px solid var(--theme-bg-light);
  margin-right: 9px;
}
.woocommerce .woocommerce-checkout #order_review_heading {
  border-bottom: 0;
  padding-bottom: 0 !important;
}
.woocommerce .woocommerce-checkout h3 {
  text-transform: uppercase;
}
.woocommerce .woocommerce-checkout #order_review .shop_table {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  background: #fff;
  margin: 0 0 30px 0;
  padding: 15px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #fff;
  color: #515151;
  border: 1px solid #8b8b8b;
  border-radius: 4px;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-left-color: currentcolor;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  right: 0;
  margin: -1em 2em 0 0;
}
.woocommerce-checkout #payment div.payment_box p::before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ef1a";
  margin-left: 5px;
  font-size: 26px;
  font-family: "exir-icon" !important;
  color: #2371ff;
}
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
  max-width: 50%;
  width: 50%;
  border-bottom: 0;
  border-right: 0;
}
.woocommerce-checkout-review-order-table .product-name .product-quantity {
  font-weight: 600;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  background: transparent;
  padding: 0 0 20px 0;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  background: transparent;
  padding: 20px 0 0 0;
  margin: 0;
}
.woocommerce .woocommerce-checkout .col2-set > * {
  flex: none;
  max-width: none;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}

td.product-total .amount {
  color: #777;
  font-weight: 400;
}
tr.cart-subtotal .amount,
tr.order-total .amount {
  color: var(--primarycolor);
}
tr.order-total th {
  font-size: 1.8rem;
}
tr.order-total .amount {
  font-size: 2rem;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  float: none;
  background: var(--theme-color2);
  padding: 15px 20px;
  margin-bottom: 0;
  color: var(--black);
  font-weight: 100;
  font-size: 15px;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: var(--theme-color);
  color: #fff;
}
.payment_methods li > label {
  display: inline;
}
body .select2-container--default .select2-selection--single {
  padding: 0 15px;
  height: 42px;
  text-align: right;
  font-size: 1.4rem;
  line-height: 38px;
}
body .select2-container--default .select2-selection {
  border: 1px solid #ebebeb;
  border-radius: 0;
  background-color: transparent;
  transition: border-color 0.4s ease;
}
body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: inline;
  padding-right: 0 !important;
  padding-left: 0 !important;
  line-height: 1.4;
}
body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
  left: 10px !important;
  background-position: right 1px top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
.woocommerce-billing-fields {
  background: #fff;
  padding: 20px;
  margin: 0 10px;
}
.woocommerce-additional-fields {
  background: #fff;
  padding: 20px;
  margin: 0 10px;
}
body .select2-container--default .select2-dropdown {
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 0;
  background-color: #fff;
}
body
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  padding: 0 15px;
  height: 42px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  background-image: none;
  color: #777;
}
.woocommerce form.checkout_coupon {
  border: 2px dashed #ffda10;
  text-align: center;
  margin: 35px 0px;
  padding: 35px;
  border-radius: 15px;
  width: 100%;
  box-sizing: border-box;
  background: var(--theme-color2);
}
.woocommerce .checkout_coupon .form-row-first,
.woocommerce .checkout_coupon .form-row-last {
  display: inline-block;
  float: none;
  width: auto;
  vertical-align: top;
}
#coupon_code {
  border: 1px solid;
  width: 250px;
  border-radius: 4px;
  transition: 1s all ease-in;
}

.checkout_coupon.woocommerce-form-coupon p {
  font-size: 18px;
}
.woocommerce .checkout_coupon .form-row-last button {
  padding: 0 20px;
  height: 42px;
}
#ship-to-different-address-checkbox {
  margin-top: -3px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-checkout #customer_details,
  .woocommerce .woocommerce-checkout #order_review_heading,
  .woocommerce .woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
  .woocommerce .woocommerce-checkout #order_review_heading,
  .woocommerce .woocommerce-checkout #order_review {
    padding: 15px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1070px) {
  .woocommerce .woocommerce-checkout #customer_details,
  .woocommerce .woocommerce-checkout #order_review_heading,
  .woocommerce .woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
  .woocommerce .woocommerce-checkout #order_review_heading,
  .woocommerce .woocommerce-checkout #order_review {
    padding: 15px;
    margin: 0;
  }
}
/* woocommerce-order */
.woocommerce-order {
  text-align: center;
}
.woocommerce-order > * {
  max-width: 1320px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce-order .woocommerce-columns--addresses > * {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.woocommerce-order .woocommerce-notice {
  color: #7db62e;
  font-size: 2rem;
}
.woocommerce .woocommerce-order ul.order_details {
  display: none;
}
.woocommerce .woocommerce-order ul.order_details li {
  font-size: 1rem;
  float: none;
  flex: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.woocommerce .woocommerce-order ul.order_details li strong {
  color: #1d1d1d;
}
.woocommerce .woocommerce-order-details {
  margin-top: 30px;
}
.woocommerce-order-details__title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details {
  border: 0;
  border-radius: 0;
  border-collapse: collapse;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details td,
.woocommerce .woocommerce-order-details .woocommerce-table--order-details th {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.woocommerce .woocommerce-order ul.order_details > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.woocommerce
  .woocommerce-order-details
  .woocommerce-table--order-details
  thead
  tr:last-child {
  border-bottom: 2px double #ebebeb;
}
.woocommerce .woocommerce-order-details tr td:last-child {
  color: #1d1d1d;
}
.woocommerce .woocommerce-order .woocommerce-customer-details address {
  border-radius: 0;
}
.site-breadcrumb-wrap ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-breadcrumb-wrap ul li a {
  color: #fff;
}
.site-breadcrumb-wrap ul li a:hover {
  text-decoration: none;
  padding: 0 4px;
  transition: var(--transition2);
}
.site-breadcrumb-wrap ul li {
  color: var(--theme-color3);
}
.meow {
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.exir-box-shadow {
  position: relative;
  width: 100%;
  padding: 25px;
  right: 14px;
  border-radius: 15px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
/*#wpgs-gallery  css start */

.wcgs-carousel.horizontal.swiper.swiper-initialized.swiper-horizontal.swiper-autoheight.swiper-rtl.swiper-backface-hidden {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  text-align: center;
}
#wpgs-gallery .wcgs-thumb.swiper-slide img {
  border: 2px solid #dddddd;
  border-radius: 0px;
  border: 2px solid #eee;
  border-radius: 8px;
}
#wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow,
#wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow {
  background-color: var(--theme-color);
  border-radius: 50%;
}
#wpgs-gallery .wcgs-lightbox .sp_wgs-lightbox {
  color: #fff;
  background-color: #5a73b599;
  font-size: 13px;
}

.woocommerce .star-rating span::before {
  content: "\2605\2605\2605\2605\2605";
  color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4em;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.woocommerce .star-rating::before {
  content: "\2605\2605\2605\2605\2605";
  color: #ccc;
  position: absolute;
  top: -7px;
  left: 0;
  font-size: 1.5em;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 0 0 16px;
  float: right;
}
.woocommerce .star-rating {
  float: left;
  overflow: inherit;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: WooCommerce;
  right: 0px;
}
.star-rating span {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.star-rating span::before {
  text-indent: 0;
  visibility: visible;
  display: inline-block;
}
.woocommerce-product-rating .woocommerce-review-link {
  color: var(--black);
  text-decoration: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: var(--theme-color);
  font-size: 1.25em;
}
.woocommerce-product-details__short-description {
  font-family: var(--font-site);
}
#eSelTextTrans {
  font-family: var(--font-site);
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: left;
  width: 100%;
  clear: none;
}
.woocommerce div.product form.cart div.quantity {
  float: right;
  margin: 20px 0;
  display: flex;
}
.quantity input.plus,
.quantity input.minus {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  color: var(--theme-color);
  text-align: center;
  border: 0;
  border-radius: 50px;
  background: var(--theme-bg-light);
  font-size: 14px;
}
.quantity input.plus:hover,
.quantity input.minus:hover {
  background: var(--theme-color);
  color: #fff;
  transition: var(--transition);
}
.woocommerce .quantity .qty {
  width: 1.631em;
  border: none;
  background: transparent;
  color: var(--theme-color);
  text-align: center;
  font-family: var(--font-site);
}
table tbody > tr:nth-child(2n + 1) > td,
table tbody > tr:nth-child(2n + 1) > th {
  background-color: transparent;
}
.woocommerce div.product form.cart .variations td.label {
  padding-left: 1em;
  display: none;
}
.custom-variations-quantity .variations-quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-variations-quantity .variations {
  flex-grow: 1;
  margin-right: 20px; /* فاصله بین فیلد تعداد و محصولات متغیر */
}

.custom-variations-quantity .quantity-wrap {
  flex-grow: 0;
}
.woocommerce div.product form.cart .variations tbody {
  display: flex;
}
.main-content {
  margin: 20px 0;
}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  display: block;
}
.woocommerce button.button {
  background-color: var(--theme-color);
  padding: 15px;
  color: #fff;
  margin: 0 10px;
  line-height: 1.8;
}
.pori-filter-woo .orderby {
  height: 40px;
  color: #1c1e22;
  border: 0;
  background: #f4f6f8;
  padding: 0 12px;
  border-radius: 5px;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/select_arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(10% - 12px);
  font-size: 14px;
  font-family: var(--font-site);
}
.pori-filter-woo .view-mode > button:hover,
.pori-filter-woo .view-mode > button.active {
  color: var(--theme-color3);
}
.pori-filter-woo .view-mode > button::before {
  font-size: 21px;
  font-family: "fontawesome";
}
.pori-filter-woo .view-mode button {
  background: var(--theme-color);
  padding: 0 10px;
  width: 39px;
}
.pori-filter-woo .view-mode > button::before {
  font-size: 21px;
  font-family: "exir-icon";
  color: rgb(117, 127, 149);
  font-weight: 100;
  padding: 0;
}
.pori-filter-woo .view-mode button.active {
  background: var(--theme-color);
  padding: 0 10px;
  width: 39px;
}
.pori-filter-woo .view-mode button {
  background: #fff;
  padding: 0 10px;
  width: 39px;
  border: 1px solid #eee;
}
.pori-filter-woo .view-mode > button::before {
  font-size: 21px;
  font-family: "exir-icon";
  color: rgb(117, 127, 149);
}
.pori-filter-woo .view-mode > button.active::before {
  color: #fff;
}
.pori-filter-woo .view-mode button.list-icon::before {
  content: "\ef36";
}
.pori-filter-woo .view-mode button.grid-icon::before {
  content: "\ea44";
}
blockquote {
  position: relative;
  background: var(--theme-bg-light);
  border-right: 5px solid var(--theme-color);
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0px;
  border-radius: 0px;
}
.comment-form-cookies-consent {
  display: flex;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  margin-top: 0;
  margin-left: 5px;
  padding: 0;
  vertical-align: middle;
}
ins bdi {
  font-size: 18px;
}
/*===================
 Shop single css 
=====================*/
.nikad-single .single_add_to_cart_button.button.alt {
  background: var(--theme-color2);
  color: var(--black);
  width: auto;
}
.nikad-single .single_add_to_cart_button.button.alt:hover {
  background: var(--theme-color);
  color: #fff;
  border-radius: 10px;
}
.nikad-add-pori.flex .add_to_cart_button {
  width: auto;
  background: var(--theme-color2);
  color: var(--black);
  border-radius: 10px;
  line-height: 1.6;
}
.nikad-add-pori.flex .add_to_cart_button:hover {
  width: auto;
  background: var(--theme-color2);
  color: var(--black);
}
.nikad-single .pori-quick-woo button {
  background: var(--theme-color2);
  color: var(--black);
  border-radius: 10px;
  font-size: 0;
}
.nikad-single .nikad-add-pori li {
  list-style: none;
  margin: 0 5px;
}
.nikad-single .summary.entry-summary .woosc-btn {
  font-size: 0;

  background: var(--theme-color);
  color: var(--color-dark);
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  z-index: 1;
  width: 50px;
  height: 47px;
  top: 8px;
  line-height: 1;
  padding: 0;
}
.nikad-single .add-to-wishlist {
  font-size: 0;
  background: var(--theme-color);
  color: var(--color-dark);
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  z-index: 1;
  width: 50px;
  height: 47px;
  top: 8px;
  padding-top: 5px;
}
.nikad-single .add-to-wishlist a span {
  font-size: 0;
}
.summary .yith-wcwl-add-to-wishlist a::before {
  content: "\ee09";
  font-family: exir-icon;
  color: #fff;
}
.summary.entry-summary .woosc-btn::before {
  content: "\f124";
  font-family: exir-icon;
  color: #fff;
  font-size: 26px;
  padding: 0;
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  border-radius: 8px;
  padding-left: 15px;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: right;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-left: 30px;
  position: relative;
  text-align: right !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  font-family: var(--font-site);
}
.social-share-buttons a {
  margin-right: 5px;
}
.social-share-buttons a i {
  width: 40px;
  height: 40px;
  line-height: 39px;
  border: 1px solid var(--border-info-color);
  border-radius: 50px;
  text-align: center;
  color: var(--body-text-color);
  margin-right: 5px;
  font-size: 18px;
}
.social-share-buttons a i:hover {
  background: var(--theme-color);
  color: #fff;
  transition: var(--transition);
}
.boxesc p {
  color: #9f9fa0;
  margin: 5px auto;
}
.nikad-add-pori.flex {
  border-top: 1px solid var(--border-info-color);
  padding-top: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  
}
.nikad-product-item .product-price del bdi {
  font-size: 15px;
}
.variations_form.cart.swatches-support.wvs-loaded {
  width: 100%;
}
.pori-add-to-art {
  display: flex;
  padding-top: 20px;
}
.pori-add-to-art li{
  margin: 0 10px;
  list-style: none;
}
.nikad-add-nikad.flex {
  width: 100%;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 100;
  padding: 12px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  line-height: 0.5;
  text-align: center;
  background: var(--theme-color);
  border-radius: 10px;
  color: #fff;
  margin: 2px 0;
  display: block;
}
.woocommerce table.shop_attributes tr:nth-child(2n) th {
  background: var(--theme-color);
}
/*====================
Product archive css 
======================*/

.product-area {
  position: relative;
}

.product-item {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  z-index: 1;
  margin: 5px;
}

.product-item::before {
  content: "";
  position: absolute;
  height: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--theme-bg-light);
  border-radius: 20px;
  transition: var(--transition2);
  z-index: -1;
}

.product-item:hover::before {
  height: 100% !important;
}

.product-img {
  position: relative;
}

.product-item .type.new {
  background: var(--theme-color);
}

.product-item .type.oos {
  background: var(--color-red);
}

.product-item .type.discount {
  background: var(--color-yellow);
}

.product-item .type.hot {
  background: var(--color-skyblue);
}

.product-action-wrap {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.product-item:hover .product-action-wrap {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}

.product-action a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--theme-color);
  color: var(--color-white);
  text-align: center;
  border-radius: 50%;
  margin: 0 3px;
}

.product-action a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.product-content {
  margin-top: 2px;
}

.product-title a {
  font-size: 17px;
  color: var(--color-dark);
}

.product-title a:hover {
  color: var(--theme-color);
}

.product-rate {
  color: var(--color-yellow);
  font-size: 15px;
  margin-top: 3px;
  position: absolute;
}

.product-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.product-price {
  font-size: 16px;
  font-weight: 500;
}

.product-price del {
  margin-right: 5px;
  color: var(--body-text-color);
}

.product-price span {
  color: var(--color-red);
}

.product-cart-btn {
  position: relative;
  border: none;
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  width: 42px;
  height: 42px;
  transition: var(--transition);
  box-shadow: var(--box-shadow);
}

.product-cart-btn:hover {
  color: var(--color-white);
  background: var(--theme-color);
}

@media all and (min-width: 992px) and (max-width: 1399px) {
  .product-item {
    padding: 15px;
  }

  .product-cart-btn {
    width: 37px;
    height: 37px;
    font-size: 15px;
  }

  .product-price del {
    font-size: 13px;
  }
}

@media all and (max-width: 767px) {
  .product-wrap {
    margin: 0 15px;
  }
}
.nikad-product-item .add_to_cart_button {
  position: relative;
  border: none;
  background: var(--theme-color) !important;
  color: var(--color-white);
  border-radius: 50% !important;
  text-align: center;
  font-size: 18px;
  width: 42px;
  height: 42px;
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  font-size: 0 !important;
}
.sale-label {
  color: #ffffff;
  background: var(--theme-color);
  box-shadow: 0px 2px 10px #52555e24;
  width: 50px;
  height: unset;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  border-radius: 10px;
  padding-top: 10px;
}
.nikad-product-item .add_to_cart_button::before {
  content: "\f120";
  font-size: 18px;
  color: #fff;
  font-family: exir-icon;
  line-height: 2.3;
  font-weight: 100;
}
.nikad-product-item a.added_to_cart {
  display: none;
}
.product-action-wrap ul {
  display: flex;
}
/* tooltip */
.tooltip-inner {
  background: var(--theme-color);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 100;
  font-family: var(--heading-font);
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-top-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -2.5px !important;
  border-left-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -2.5px !important;
  border-right-color: var(--theme-color) !important;
}

.tooltip.show {
  opacity: 1;
}

.action-links li .yith-wcwl-add-to-wishlist a::before {
  content: "\ee09";
  font-family: exir-icon;
  color: #fff;
  font-size: 27px;
  text-align: center;
  line-height: 1.5;
}
.action-links li .yith-wcwl-add-to-wishlist a span {
  font-size: 0;
}
.action-links .pori-campare-woo .woosc-btn-icon::before {
  content: "\f074";
  font-family: "fontawesome";
  left: -5px;
  color: #fff;
  position: absolute;
  text-align: center;
  align-content: end;
  font-size: 21px;
  display: inline-block;
  vertical-align: top;
  font-weight: 100;
  color: #fff;
  position: relative;
  line-height: 1.9;
}
.action-links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.action-links .pori-quick-woo button::before {
  content: "\f06e";
  font-family: "fontawesome";
  font-size: 21px;
  display: inline-block;
  vertical-align: top;
  font-weight: 100;
  color: #fff;
  position: relative;
  line-height: 1.9;
}
.product-action-wrap ul {
  display: flex;
  justify-content: center;
}
.woosc-icon-74::before {
  content: "\e92a";
  font-size: 23px;
  color: #fff;
}
.star-rating::before {
  content: "\2605\2605\2605\2605\2605";
  color: #ccc;
  position: absolute;
  top: -7px;
  left: 0;
  font-size: 1.5em;
}
.sidebar.shop-filterz.widget-area-side.col-lg-3.col-12 {
  top: 30px;
  position: relative;
}
#woocommerce-product-search-field-0 {
  padding: 12px 15px 12px 15px;
  border-radius: 10px;
  box-shadow: none;
}
.nikad-single-none .price {
  font-size: 18px;
  color: var(--theme-color);
  font-size: 1.25em;
  display: block;
}
.comment-text {
  background: transparent !important;
}
.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.page-numbers li .page-numbers.current,
.page-numbers li .page-numbers:hover {
  color: #fff;
  background: var(--theme-color);
}
.widget-area-side .widget a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: var(--black);
}
.widget .count {
  float: left;
}
.woocommerce-product-search button {
  border-radius: 10px;
  bottom: 36px;
  position: relative;
  left: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  font-size: 0;
  float: left;
}
.woocommerce-product-search button::before {
  content: "\f002";
  font-family: fontawesome;
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 100;
}
@media (max-width: 991px) {
  .col-header-mobile .exir-pori-dropdown-title.et-menu-account-btn.icon {
    border-radius: 10px;
    background: #ffc500;
    padding: 10px;
  }
  #exir-cart-blc {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    top: 6px;
    position: relative;
  }
  .header-account-block a {
    border: 0;
    padding: 0;
    display: flex;
    text-align: center;
    -webkit-border-radius: 10%;
    position: relative;
  }
  .header-account-block a i {
    font-size: 20px;
  }
  .header-top-list .topbar-mail {
    display: none;
  }
  .header-top-list {
    margin: 0;
    text-align: left;
    padding: 0;
  }
}
.widget.widget_price_filter .button {
  display: block;
  float: right !important;
  padding: 0 15px;
  background: var(--theme-color);
  width: 100%;
  font-size: 18px !important;
  font-weight: 100;
}
.widget.widget_price_filter .price_slider .ui-slider-range {
  background: var(--theme-color);
  border: none;
  box-shadow: none;
  height: 100%;
}
/* faq css*/
.acc-name-exir {
  font-weight: 100;
  position: relative;
}
.faq-accordion-exir.col-8 {
  margin: 0 24px;
}
@media (max-width: 1300px) {
  .faq-accordion-exir.col-8 {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
[open] summary {
  background: var(--theme-color);
  color: #f8f5fe;
}
.show-question-form-button {
  margin-top: 20px;
  width: 100%;
  border-radius: 5px;
  background: var(--theme-color);
  color: #fff;
  padding: 20px;
  border: none;
}
.faq-accordion-exir.col-8 h3 {
  background: var(--theme-color2);
  margin: 10px 0;
  border-radius: 6px;
  color: var(--black);
}
#faq-user-question-form button {
  width: 100%;
  border-radius: 5px;
  background: var(--theme-color2);
  padding: 12px;
  border: none;
  color: #fff;
}
.media-faq-select img {
  width: 120px;
}

/*====================
 Help css 
======================*/

.help-area {
  position: relative;
}

.help-search {
  text-align: center;
  margin-bottom: 60px;
}

.help-search h3 {
  margin-bottom: 5px;
}

.help-search-form {
  margin-top: 20px;
}

.help-search-form .form-group {
  position: relative;
}

.help-search-form .form-control {
  padding: 12px 50px 12px 20px;
  border-radius: 8px;
  box-shadow: none;
}

.help-search-form .form-control:focus {
  border-color: var(--theme-color);
}

.help-search-form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 15px 6px 15px;
  background: transparent;
  border: none;
  color: var(--body-text-color);
}

.help-search-keyword {
  text-align: left;
  margin-top: 5px;
}

.help-search-keyword span {
  color: var(--color-dark);
}

.help-search-keyword a {
  color: var(--body-text-color);
}

.help-search-keyword a:hover {
  color: var(--theme-color);
}

.help-item {
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid var(--border-info-color);
  border-radius: 10px;
  padding: 30px;
}

.help-icon i {
  font-size: 45px;
  font-weight: 300;
  color: var(--theme-color);
}

.help-content h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}

.help-item .theme-btn {
  border-radius: 10px;
  padding: 6px 20px;
  margin-top: 25px;
}

.help-bottom {
  text-align: center;
  margin-top: 30px;
}

.help-bottom p {
  margin-top: 5px;
  margin-bottom: 20px;
}
.help-item img {
  filter: brightness(5);
  width: 80px;
  height: auto;
}
.help-area {
  margin: 73px 0;
}
/*====================
User css 
======================*/

/* nav account */
.nav-account img {
  width: 45px;
  border-radius: 50%;
  padding: 3px;
  border: 3px solid var(--theme-color);
  cursor: pointer;
}

.nav-account .dropdown-menu {
  border: none;
  min-width: 220px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.nav-account .dropdown-user {
  border-bottom: 1px solid var(--border-info-color);
  padding: 8px 20px;
  margin-bottom: 5px;
}

.nav-account .dropdown-user h5 {
  font-size: 15px;
}

.nav-account .dropdown-user p {
  font-size: 14px;
  text-transform: lowercase;
  color: var(--body-text-color);
}

.nav-account .dropdown-menu li {
  width: 100%;
}

.nav-account .dropdown-menu li a i {
  margin-right: 5px;
}

.nav-account .dropdown-menu .dropdown-item {
  padding: 6px 20px;
  font-weight: 500;
}

.nav-account .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: var(--theme-color);
  padding-left: 25px;
}

/* user sidebar */
.user-area .sidebar {
  background: var(--color-white);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 15px;
}

.user-area .sidebar-top {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}

.user-area .sidebar-profile-img {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  border-radius: 50px;
  padding: 4px;
  border: 3px solid var(--theme-color);
}

.user-area .sidebar-profile-img img {
  border-radius: 50%;
}

.user-area .sidebar-profile-img button {
  position: absolute;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: none;
  right: 0;
  bottom: 0;
}

.user-area .profile-img-file {
  display: none;
}

.user-area .sidebar-list li {
  margin: 5px 0;
}

.user-area .sidebar-list li a {
  color: var(--color-dark);
  padding: 6px 6px 6px 15px;
  display: block;
  font-weight: 500;
  transition: var(--transition);
}

.user-area .sidebar-list li a:hover {
  padding-left: 20px;
}

.user-area .sidebar-list li a i {
  margin-right: 5px;
  color: var(--theme-color);
}

.user-area .sidebar-list .active i {
  color: var(--color-white);
}

.user-area .sidebar-list .active {
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 8px;
}

.user-area .sidebar-list li a span {
  float: right;
  line-height: unset;
  padding: 0px 6px;
  border-radius: 10px;
  margin-top: 3.7px;
}

/* user card */
.user-card {
  background: var(--color-white);
  padding: 15px 20px 20px 20px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.user-card-title {
  color: var(--color-dark);
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}

.user-card .text-success {
  color: var(--theme-color) !important;
}

.user-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}

.user-card-header .user-card-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.user-card-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.user-card-header .theme-btn {
  padding: 8px 15px;
}

@media all and (max-width: 767px) {
  .user-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .user-card-header-right {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

/* user card search */
.user-card-search .form-group {
  position: relative;
}

.user-card-search .form-control {
  padding: 10px 20px 10px 35px;
  box-shadow: none;
  border-radius: 10px;
  border-color: var(--border-info-color);
}

.user-card-search .form-control:focus {
  border-color: var(--theme-color);
}

.user-card-search i {
  position: absolute;
  left: 12px;
  top: 15px;
}

.user-card-filter .nice-select {
  height: 45px;
  line-height: 42.5px;
  border-color: var(--border-info-color);
  border-radius: 10px;
}

.user-card-filter .nice-select::after {
  width: 6px;
  height: 6px;
  margin-top: -5px;
}

/* user form */
.user-form .form-group {
  margin-bottom: 15px;
}

.user-form .form-group label {
  color: var(--color-dark);
  margin-bottom: 4px;
}

.user-form .form-control {
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: none;
}

.user-form .nice-select {
  width: 100%;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.user-form .nice-select::after {
  width: 9px;
  height: 9px;
  margin-top: -7px;
  right: 18px;
}

.user-form .nice-select .list {
  width: 100%;
}

.user-form .nice-select:focus,
.user-form .form-control:focus {
  border-color: var(--theme-color);
}

.user-form .theme-btn {
  width: unset;
  margin-top: 15px;
}

.user-form .form-img-upload {
  width: 100%;
  height: 140px;
  border: 2px dashed var(--border-info-color);
  border-radius: 10px;
  cursor: pointer;
}

.user-form .form-img-file {
  display: none;
}

.user-form .form-img-upload span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.user-form .form-img-upload span i {
  margin-right: 5px;
}

.user-form .form-check {
  margin-bottom: 15px;
}

.user-form .form-check-input {
  margin-top: 6.5px;
  box-shadow: none;
}

.user-form .form-check-input:focus {
  border-color: var(--theme-color);
}

.user-form .form-check label {
  color: var(--color-dark);
}

.user-form .form-check label a {
  color: var(--theme-color);
}

/* user badge */
.user-area .badge {
  border-radius: 50px;
  padding: 5px 12px;
}

.user-area .badge-success {
  background: #dcfce7;
  color: #22c79c;
}

.user-area .badge-info {
  background: #f3e8ff;
  color: #a855f7;
}

.user-area .badge-primary {
  background: #dbf7fd;
  color: #0dcaf0;
}

.user-area .badge-danger {
  background: #fee2e2;
  color: #ef4444;
}

/* dashboard */
.dashboard-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  border-radius: 10px;
  margin: 10px 0;
}

.dashboard-widget-info span {
  font-weight: 500;
}

.dashboard-widget-info h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.dashboard-widget-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 50px;
}

.dashboard-widget.color-1 {
  background: rgba(168, 85, 247, 0.08);
  color: #a855f7;
}

.dashboard-widget.color-1 h2 {
  color: #a855f7;
}

.dashboard-widget.color-1 .dashboard-widget-icon {
  background: #a855f7;
  color: #fff;
}

.dashboard-widget.color-2 {
  background: rgba(17, 183, 107, 0.08);
  color: #11b76b;
}

.dashboard-widget.color-2 h2 {
  color: #11b76b;
}

.dashboard-widget.color-2 .dashboard-widget-icon {
  background: #11b76b;
  color: #fff;
}

.dashboard-widget.color-3 {
  background: rgba(240, 84, 84, 0.08);
  color: #f05454;
}

.dashboard-widget.color-3 h2 {
  color: #f05454;
}

.dashboard-widget.color-3 .dashboard-widget-icon {
  background: #f05454;
  color: #fff;
}
.dashboard-widget.color-4 .dashboard-widget-icon {
  background: #547bf0;
  color: #fff;
}
.dashboard-widget.color-4 {
  background: rgba(84, 101, 240, 0.08);
  color: #547bf0;
}
.dashboard-widget.color-4 h2 {
  color: #547bf0;
}
.dashboard-widget.color-5 .dashboard-widget-icon {
  background: #f7ce55;
  color: #fff;
}
.dashboard-widget.color-5 {
  background: rgba(247, 176, 85, 0.08);
  color: #f7ce55;
}
.dashboard-widget.color-5 h2 {
  color: #f7ce55;
}
.dashboard-widget.color-6 .dashboard-widget-icon {
  background: #11afb7;
  color: #fff;
}
.dashboard-widget.color-6 {
  background: rgba(17, 167, 183, 0.08);
  color: #11afb7;
}
.dashboard-widget.color-6 h2 {
  color: #11afb7;
}
/* user table */
.user-area .table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-bottom: 0;
}

.user-area .table th {
  color: var(--body-text-color);
}

.user-area .table tbody tr {
  background: var(--theme-bg-light);
  margin-bottom: 10px;
}

.user-area .table td {
  background: unset;
}

.user-area .table td:first-child {
  border-left-style: solid;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.user-area .table td:last-child {
  border-right-style: solid;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.user-area .table-list-info a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-area .table-list-info h6 {
  transition: all 0.5s ease-in-out;
  margin-bottom: 5px;
}

.user-area .table-list-content:hover h6 {
  color: var(--theme-color);
}

.user-area .table-list-info p {
  color: var(--color-dark);
}

.user-area .table-list-info span {
  color: var(--color-dark);
}

.user-area .table-list-img {
  background: var(--color-white);
  border-radius: 10px;
  padding: 10px;
}

.user-area .table-list-info img {
  width: 80px;
  border-radius: 8px;
}

.user-area .user-card .table > :not(caption) > * > * {
  vertical-align: middle;
  padding: 0.8rem 0.8rem;
}

.user-area .table-list-code {
  color: var(--theme-color);
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .user-area .table-list-info a {
    display: block;
  }

  .user-area .table-list-info h6 {
    margin-top: 10px;
  }
}

/* user action dropdown */
.user-action-dropdown .btn {
  padding: 4px 9px;
  border-radius: 8px;
}

.user-action-dropdown .dropdown-menu {
  border: none;
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.user-action-dropdown .dropdown-item:hover {
  background: transparent;
  color: var(--theme-color);
}

.user-action-dropdown .dropdown-item i {
  margin-right: 5px;
}

/* user order details */
.user-order-detail .order-detail-content {
  background: var(--theme-bg-light);
  padding: 30px;
  border-radius: 10px;
  margin-top: 15px;
}

.user-order-detail .order-detail-content h5 {
  margin-bottom: 20px;
}

.user-order-detail .order-detail-content p i {
  margin-right: 5px;
}

.user-order-detail .order-detail-content li {
  margin: 5px 0;
}

.user-order-detail .order-detail-content li span {
  float: right;
}

.user-order-detail .order-detail-content li:last-child {
  border-top: 1px solid var(--border-info-color);
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 500;
}

/* user ticket details */
.user-ticket-detail .ticket-detail-content {
  margin-top: 30px;
}

.user-ticket-detail .ticket-chat-item {
  display: flex;
  gap: 20px;
  margin: 50px 0;
}

.user-ticket-detail .ticket-img img {
  width: 80px;
  border-radius: 50%;
}

.user-ticket-detail .ticket-info {
  flex: 1;
}

.user-ticket-detail .ticket-info span {
  color: var(--theme-color);
}

/* user order track */
.user-track-order .track-order-content {
  margin-top: 30px;
}

.user-track-order .track-order-content h5 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.user-track-order .track-order-content h5 span {
  color: var(--theme-color);
}

.user-track-order .track-order-info {
  margin-top: 25px;
}

.user-track-order .track-order-info a {
  background: var(--theme-bg-light);
  padding: 10px 20px;
  border-radius: 10px;
  margin: 0 5px 5px 0;
}

.user-track-order .track-order-info a span {
  font-weight: 500;
}

.user-track-order .track-order-step {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.user-track-order .track-order-step .step-item {
  text-align: center;
  padding: 10px;
  flex: 1;
  position: relative;
  z-index: 1;
}

.user-track-order .track-order-step .step-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: var(--theme-color);
  left: 0;
  top: 50px;
  z-index: -1;
}

.user-track-order .track-order-step .step-item:first-child:before {
  width: 50%;
  left: unset;
  right: 0;
}

.user-track-order .track-order-step .step-item:last-child:before {
  width: 50%;
}

.user-track-order .track-order-step .step-item.completed::before {
  background: var(--color-red);
}

.user-track-order .track-order-step .step-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 35px;
  border-radius: 50%;
  margin: 0 auto;
}

.user-track-order .track-order-step .step-item.completed .step-icon {
  background: var(--color-red);
}

.user-track-order .track-order-step .step-item h6 {
  margin-top: 15px;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .user-track-order .track-order-step {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .user-track-order .track-order-step .step-item::before {
    display: none;
  }
}

/* user setting */
.user-setting .form-check {
  margin-bottom: 10px;
}

.user-setting .form-check-input {
  margin-top: 6.5px;
  box-shadow: none;
}

.user-setting .form-check-label {
  color: var(--body-text-color);
}

/* user message */
.user-message .message-wrapper {
  display: flex;
}

.user-message .message-inbox {
  max-width: 340px;
  border: 1px solid var(--border-info-color);
  border-radius: 10px;
}

.user-message .message-inbox {
  overflow: hidden;
}

.user-message .message-content {
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}

.user-message .message-content-info {
  max-height: 750px;
  overflow-y: scroll;
  margin-right: -50px;
  padding-right: 50px;
}

.user-message .message-inbox,
.user-message .message-content {
  flex: 1;
}

.user-message .message-inbox ul {
  max-height: 950px;
  overflow-y: scroll;
  width: 357px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.user-message .message-inbox ul li.message-active {
  border-left: 3px solid var(--theme-color);
}

.user-message .message-inbox ul li {
  border-bottom: 1px solid var(--border-info-color);
  transition: 0.2s;
  list-style: none;
}

.user-message .message-inbox ul li:last-child {
  border-bottom: none;
}

.user-message .message-by-content h5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.user-message .message-inbox ul li a {
  position: relative;
  display: block;
  padding: 30px;
}

.user-message .message-inbox .message-avatar {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.user-message .message-avatar img {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.user-message .message-avatar img {
  width: 50px;
  height: 50px;
}

.user-message .message-inbox .message-by {
  margin-left: 50px;
}

.user-message .message-by-content h5 i {
  background: var(--color-yellow);
  padding: 3px 8px;
  border-radius: 50px;
  color: var(--color-white);
  font-size: 13px;
}

.user-message .message-by-content span {
  font-size: 13px;
  position: absolute;
  top: 25.5px;
  right: 25px;
  float: right;
  color: var(--body-text-color);
}

.user-message .message-inbox .message-by p {
  height: 26px;
  max-width: 205px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: var(--body-text-color);
  line-height: 27px;
}

.user-message .message-item {
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.user-message .message-item .message-avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.user-message .message-item .message-avatar img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
}

.user-message .message-item .message-description {
  margin-left: 70px;
  background: var(--theme-bg-light);
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.user-message .message-item .message-description::before {
  position: absolute;
  top: 0px;
  left: -9px;
  content: "\f0d9";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: 31px;
  color: var(--theme-bg-light);
}

.user-message .message-item .message-description p {
  font-size: 15px;
  padding: 0;
  margin: 0;
  line-height: 27px;
}

.user-message .message-item.me .message-avatar {
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
}

.user-message .message-item.me .message-description {
  color: var(--theme-color);
  background: #f2f7ff;
  margin-left: 0;
  margin-right: 70px;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.user-message .message-item.me .message-description::before {
  content: "\f0da";
  left: auto;
  right: -10px;
  color: #f2f7ff;
}

.user-message .message-reply {
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 15px;
}

.user-message .message-reply .form-control {
  padding: 15px 20px;
  box-shadow: none;
  border-radius: 10px;
}

.user-message .message-reply .form-control:focus {
  border-color: var(--theme-color);
}

.user-message .message-reply .theme-btn {
  margin-top: 15px;
}

.user-message .message-status {
  width: 12px;
  height: 12px;
  background: var(--theme-color);
  display: flex;
  border-radius: 50%;
  border: 3px solid var(--color-white);
  position: absolute;
  right: -5px;
  top: 50%;
}

.user-message .message-status.online {
  background: var(--theme-color);
}

.user-message .message-status.offline {
  background: var(--color-red);
}

.user-message .message-status.busy {
  background: var(--color-yellow);
}

.user-message .header-account:hover {
  cursor: pointer;
}

.user-message .header-account img {
  width: 45px;
  border-radius: 50%;
}

.user-message .header-account .dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.user-message .header-account .dropdown-item:hover {
  background: transparent;
  color: var(--theme-color);
  padding-left: 20px;
}

@media all and (max-width: 991px) {
  .user-message .message-by-content span {
    right: 65px;
  }

  .user-message .message-reply {
    right: 0;
  }
}

@media all and (max-width: 767px) {
  .user-message .message-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .user-message .user-card-header {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .user-message .message-content {
    padding-left: 0;
    padding-bottom: 200px;
  }

  .user-message .message-reply {
    left: 0;
  }
}
.bg {
  background: var(--theme-bg-light);
}

.sidebar-list li {
  list-style: none;
}
.tc {
  text-align: center;
}
.order-status-completed {
  color: green;
}
.order-status-processing {
  color: orange;
}
.order-status-on-hold {
  color: blue;
}
.order-status-cancelled {
  color: red;
}
.order-status-default {
  color: gray;
}
.user-card th {
  font-size: 18px;
  font-weight: 100;
  text-align: center;
}
.user-card .woocommerce-orders-table {
  text-align: center;
}
.user-card .woocommerce-orders-table td {
  text-align: center;
  background: var(--theme-bg-light);
  border: none;
}
.user-area .name-khosh-galdin {
  background: var(--theme-color);
  padding: 10px;
  margin-bottom: unset;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 30px;
}
.user-area .woocommerce-orders-table th {
  background: var(--theme-color-light);
  color: var(--black);
  border: none;
}
.user-area .woocommerce-orders-table tr {
  color: var(--black);
  border: none;
}
.user-area table.my_account_orders .button {
  white-space: nowrap;
  width: 100%;
  background: var(--black);
  padding: 14px;
  color: #fff;
  text-align: center;
}
.wishlist_table .product-add-to-cart a {
  padding: 5px 20px;
  min-width: 135px;
  border-radius: 10px;
  background: var(--theme-color);
  color: #fff;
}
.woocommerce table.shop_table th {
  font-weight: 100 !important;
  text-align: center;
  font-size: 16px;
}
.woocommerce-account .addresses .title .edit {
  float: right;
  background-color: rgba(238, 239, 241, 0.31);
  border-radius: 8px;
  padding: 10px 15px;
  margin: 15px 0;
}
.user-area address {
  font-size: 13px;
  border: 1px dashed #cacfd9;
  padding: 10px 15px;
  font-weight: 100;
  font-family: var(--font-site);
}
.woocommerce-info .button {
  background: transparent;
  float: left;
  text-align: left;
  font-size: 13px;
  width: auto;
}
.woocommerce .woocommerce-info {
  font-size: 13px;
  border-radius: 4px;
  padding: 12px 40px 12px 10px;
  margin: 0 0 10px 0;
  position: relative;
  list-style: none !important;
  display: block;
  width: auto;
  background-color: white;
  -webkit-border-radius: var(--borderradius);
  border-radius: var(--borderradius);
  box-shadow: 0 1px 7px -3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  border: navajowhite;
  font-family: var(--font-site);
}
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button {
  font-size: 100%;
  margin: 10px 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 1em;
  font-weight: 700;
  border-radius: 3px;
  right: auto;
  color: #515151;
  background-color: var(--theme-color);
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
}
.notification-count {
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.txt-not {
  border-bottom: 1px solid #eee;
}
.woocommerce-Notification small {
  color: var(--theme-color);
  margin: 0 30px;
}
.woocommerce-Notification {
  background: var(--theme-bg-light);
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  line-height: 3;
}
@media (max-width: 767px) {
  .woocommerce-Notification small {
    color: var(--theme-color);
    margin: 0;
  }
  .woocommerce-Notification {
    background: var(--theme-bg-light);
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
    display: block;
    line-height: 3;
  }
}
.woocommerce-notification tr td {
  font-weight: 100;
  border: none;
  background: var(--theme-bg-light);
}
.woocommerce-notification {
  text-align: center;
  font-weight: 100;
  border-left: none;
}
.woocommerce-notification thead tr th {
  text-align: center;
  font-weight: 100;
  font-size: 14px;
  background: var(--theme-bg-light);
}
.woocommerce-notification tr td i {
  margin: 0 10px;
  color: var(--theme-color);
  float: right;
  font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 78%;
  background: #fff;
  padding: 20px;
  margin: 0px 10px 30px 10px;
  border-radius: 10px;
}
@media (max-width: 760px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 100%;
    background: #fff;
    padding: 20px;
  }
}
.social-part {
  display: flex;
  gap: 15px;
  padding-bottom: 10px;
}
.social-part div {
  flex-grow: 1;
  padding: 25px;
}
.instagram_b {
  transition: all 0.3s;
  border: 1px solid var(--bg);
}
.instagram_b {
  border-radius: 15px;
  background: linear-gradient(
    89deg,
    #ed8a35 1.54%,
    #dd2b43 51.76%,
    #bf1a80 101.98%
  );
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  transition: all 0.3s;
}
.instagram_b a {
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
}
.instagram_b span {
  flex-grow: 1;
}
.social-part span {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 5px;
}
.social-part .des {
  font-size: 13px;
  font-weight: 300;
  padding: 0;
}
.instagram_b i {
  font-size: 35px;
  position: relative;
  top: 3px;
}
.telegram_b {
  transition: all 0.3s;
  border: 1px solid var(--bg);
}
.telegram_b {
  background: linear-gradient(
    89deg,
    #3ccaec -0.03%,
    #2ea9e2 49.3%,
    #2189da 99.94%
  );
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.telegram_b a {
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
}
.telegram_b span {
  flex-grow: 1;
}
.social-part .des {
  font-size: 13px;
  font-weight: 300;
  padding: 0;
}
.telegram_b i {
  font-size: 35px;
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .social-part {
    display: block;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 100%;
    background: #fff;
    padding: 20px;
    margin: 30px 10px;
    border-radius: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 72%;
    background: #fff;
    padding: 20px;
    margin: 0px 10px 30px 10px;
    border-radius: 10px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: right;
    width: 25%;
  }
  .dashboard-widget-icon {
    width: 50px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50px;
  }
  .dashboard-widget-info h2 {
    font-size: 14px;
  }
}
#pori-bc-top {
  background: var(--theme-color);
  border-radius: 0;
  bottom: 0px;
  cursor: pointer;
  height: 50px;
  opacity: 0;
  position: fixed;
  text-align: center;
  right: 12px;
  visibility: hidden;
  width: 50px;
  line-height: 50px;
  border: 0;
  z-index: 99;
  border-radius: 10%;
  box-shadow: var(--boxshadow);
  -webkit-box-shadow: var(--boxshadow);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
#pori-bc-top a {
  display: block;
  color: #fff9f9;
  text-decoration: none;
  font-size: 1.6rem;
}
#pori-bc-top:hover a {
  color: #000;
}
#pori-bc-top:hover {
  background: var(--theme-color2);
  border-color: #fff;
  transform: scale(1.1);
}
.cart-icon {
  position: fixed;
  bottom: 110px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  border-radius: 10%;
  z-index: 4;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.cart-icon:hover {
  transform: scale(1.1);
  background-color: var(--theme-color2);
}
.cart-icon:hover i {
  color: var(--black);
}
.cart-icon .fa-shopping-cart {
  font-size: 19px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .cart-icon {
    margin: 40px 0;
  }
}
.nikad-search-poi-ic i {
  color: var(--theme-color);
}
.copyright a {
  color: var(--theme-color);
  margin: 0 5px;
}
.copyright {
  color: var(--black);
  font-size: 12px;
  line-height: 28px;
  flex: 4;
  font-family: var(--font-site);
}
.pori-nav li a:hover,
.pori-nav li.active a {
  background-color: var(--theme-color);
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
}
.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,
.yith-wcwl-add-button .add_to_wishlist img {
  margin-right: 5px;
  display: none;
}
.nikad-archive-pori .action-links button {
  cursor: pointer;
  padding: 5px 8px;
  background: var(--theme-color);
  border-radius: 50px;
  font-size: 0;
  width: 50px;
  height: 50px;
  margin: 5px;
}
.nikad-archive-pori a.add_to_wishlist {
  cursor: pointer;
  padding: 5px 10px;
  background: var(--theme-color);
  border-radius: 50px;
}
.nikad-archive-pori
  .yith-wcwl-add-button
  .add_to_wishlist
  svg.yith-wcwl-icon-svg,
.yith-wcwl-add-button .add_to_wishlist img {
  margin-right: 5px;
  display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.compare-button a.compare.added {
  background: var(--theme-color);
  border: none;
  font-size: 0;
  padding: 5px 10px;
  border-radius: 50px;
}
.cart-icon .cart-count {
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 14px;
  font-weight: bold;
  background-color: var(--theme-color2);
  color: var(--black);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
.hero-slider .owl-prev {
  right: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: var(--theme-color2);
  color: var(--black);
  font-size: 16px;
  font-weight: 100;
}
.coupon .button {
  background-color: var(--theme-color);
  padding: 15px;
  color: #fff;
  margin: 0 10px;
  line-height: 0.5;
}
.coupon label {
  display: none;
}

#coupon_code {
  border: 1px solid;
  width: 250px;
  transition: 1s all ease-in;
  box-shadow: none;
  padding: 15px 16px 15px 25px;
  border-radius: 8px;
}
.coupon label {
  display: none;
}
.coupon {
  display: inline-flex;
  position: relative;
}

/*===================
Shop cart css 
=====================*/

.shop-cart thead tr {
  background: var(--theme-color);
  color: var(--color-white);
}

.shop-cart thead tr th {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.shop-cart thead tr th,
.shop-cart thead tr td {
  white-space: nowrap;
}

.shop-cart tr td {
  color: var(--color-dark);
  vertical-align: middle;
  border-bottom: 1px solid var(--border-info-color);
  border-top: none;
  position: relative;
  padding: 20px 10px;
  font-size: 16px;
}

.shop-cart-img {
  width: 100px;
}

.shop-cart-img img {
  width: 100%;
  border-radius: 8px;
  padding: 6px;
  border: 1px solid var(--border-info-color);
}

.shop-cart-name {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
}

.shop-cart-name a:hover {
  color: var(--theme-color);
}

.shop-cart-info p {
  font-size: 14px;
  color: var(--body-text-color);
}

.shop-cart-info p span {
  font-weight: 500;
  margin-right: 5px;
}

.shop-cart-price {
  font-weight: 500;
}

.shop-cart-qty {
  width: 110px;
}

.shop-cart-qty button {
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: var(--theme-color);
  text-align: center;
  border: 0;
  border-radius: 50px;
  background: var(--theme-bg-light);
}

.shop-cart-qty button i {
  font-weight: 500;
}

.shop-cart-qty input {
  width: 30px;
  border: none;
  background: transparent;
  color: var(--theme-color);
  text-align: center;
}

.shop-cart-subtotal {
  font-weight: 500;
}

.shop-cart-remove {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid var(--border-info-color);
  text-align: center;
  border-radius: 50px;
}

.shop-cart-remove:hover {
  border-color: var(--color-red);
  color: var(--color-red);
}

.shop-cart-footer {
  margin-top: 20px;
}

.shop-cart-coupon {
  margin-bottom: 25px;
}

.shop-cart-coupon .form-group {
  position: relative;
}

.shop-cart-coupon .form-control {
  box-shadow: none;
  padding: 15px 160px 15px 25px;
  border-radius: 50px;
}

.shop-cart-coupon .form-control:focus {
  border-color: var(--theme-color);
}

.shop-cart-coupon .theme-btn {
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 8px;
  padding: 5px 20px;
}

.shop-cart-summary {
  padding: 30px;
  border: 1px solid var(--border-info-color);
  background: var(--theme-bg-light);
  border-radius: 10px;
  margin-top: 12px;
  margin-left: 20px;
}

.shop-cart-summary h5 {
  margin-bottom: 25px;
}

.shop-cart-summary li {
  margin-bottom: 10px;
}

.shop-cart-summary li span {
  float: right;
}

.shop-cart-summary li strong {
  color: var(--color-dark);
}

.shop-cart-total {
  padding-top: 10px;
  border-top: 1px solid var(--border-info-color);
}

.shop-cart-total span {
  font-weight: bold;
  color: var(--theme-color);
}

@media all and (max-width: 991px) {
  .shop-cart-summary {
    margin-left: 0;
  }
}
.woosc-icon-1::before {
  content: "\e929";
  font-size: 0;
}
.woocommerce-Price-amount.amount bdi {
  font-size: 16px;
  font-weight: 100;
  text-align: left;
}
@media (max-width: 767px) {
  .shop-cart-coupon .theme-btn {
    position: absolute;
    left: 2px;
    top: -5px;
  }
}
.pt50 {
  padding-top: 50px;
}
.invoice table th {
  text-align: center;
  font-size: 17px;
}
.nam-kharidar,
.number-kharidar,
.codepos-kharidar,
.address-kharidar {
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 13px;
  color: var(--black);
}
.product-slider .owl-next {
  right: 0;
}
#capture-screenshot {
  border-radius: 10px;
  margin: 12px auto;
  background: #ff8f00;
  background-color: rgb(255, 143, 0);
  color: #fff;
}
.fnt {
  font-family: var(--font-site);
}
.home-link {
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: none;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  font-family: var(--font-site);
}
@media (max-width: 1400px) {
  .woocommerce form.login,
  .woocommerce form.register {
    border: 2px solid #ebebeb;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    max-width: 100%;
    margin: 0 10px;
  }
}
.u-column2.col-2 h2 {
  text-align: center;
  margin: 10px 0;
}
.user-info p {
  width: 900px;
  height: 80px;
  background-color: var(--theme-color2);
  border-radius: 16px;
  margin: 10px 15px;
  position: relative;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 0px 5px 0px #e1e1e1;
  max-width: 98%;
}

.user-card .woocommerce-orders-table a {
  font-size: 14px;
  position: relative;
  background: var(--theme-color2);
  color: var(--black);
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 10px;
  font-weight: 100;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: medium;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  z-index: 1;
  text-decoration: none;
}
.woo-active-filters ul li a {
  line-height: 34px;
  padding: 0 15px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: top;
  color: var(--black);
}
.archive-products-wrapper .price del bdi,
.archive-products-wrapper .price ins bdi {
  font-size: 17px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .user-info p {
    width: 562px !important;
    max-width: 100% !important;
  }
  .archive-products-wrapper .price del bdi,
  .archive-products-wrapper .price ins bdi {
    font-size: 14px;
  }
}
.woo-active-filters .reset-filters {
  line-height: 34px;
  padding: 0 15px;
  background: var(--theme-color);
  color: #fff;
  margin: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.archive-products-wrapper .product-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--theme-bg-light);
  border-radius: 20px;
  transition: var(--transition2);
  margin: 5px 0;
}
.added_to_cart.wc-forward {
  font-size: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.added::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-right: 0.53em;
  vertical-align: bottom;
  font-size: 0px;
}
@media (max-width: 1410px) {
  .social-share-buttons {
    display: flex;
  }
  .social-share-buttons-txt {
    font-size: 0;
  }
}
@media (min-width:768px) and (max-width: 1034px) {
  .social-share-buttons {
    display: none;
  }
  
}
.social-share-buttons {
  display: flex;
  line-height: 3;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  padding: 0;
  background: transparent !important;
  font-weight: normal;
  line-height: 30px;
  color: var(--textcolor);
  text-align: center;
  top: 4px;
  position: relative;
  display: flex;
}
.vizjon {
  font-size: 18px;
}
.product-vizhe p::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
  top: 10px;
}
.nikad-add-nikad.flex form div:first-child {
  display: block;
}
.woocommerce-variation-price {
  padding-top: 5px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.nikad-add-nikad.flex .single_variation_wrap {
  bottom: 17px;
  position: relative;
 
}
.nikad-product-item .product-price del bdi {
  font-size: 15px;
}
@media (max-width:767px){
  .summary .woocommerce-variation-add-to-cart {
    display: flex;
  }
  .summary .woocommerce-variation-add-to-cart button {
    font-size: 15px;
    font-weight: 100;
  }
}
@media (min-width: 768px) and (max-width:1400px){
  .rtl #wpgs-gallery.wcgs-woocommerce-product-gallery {
    margin-right: 50px;
    margin-left: auto;
  }
}
.return-to-shop {
  text-align: center;
}
.button.wc-backward {
  width: auto;
}
.container.pk {
  padding: 20px 0;
}
@media (max-width: 1300px) {
  .faq-user-questions-form.col-4 {
    max-width: 100%;
    width: 100%;
  }
}
.faq-user-questions-form.col-4 {
  background: #fff;
  box-shadow: 0px 0px 2px 0px #797979;
  height: 498px;
  border-radius: 5px;
  padding: 15px;
  margin: 10px 0;
  position: sticky;
  top: 100px;
}
.header {
  box-shadow: 0px 0px 8px 5px #eee;
}
.product-list .product-content .product-cart > a {
  line-height: 16px;
  min-width: 190px;
  max-width: 100%;
  width: auto;
  padding: 10px 20px;
  background: var(--theme-color);
  color: #fff;
}
#purchase-chart-container canvas {
  width: 48% !important;
  height: auto !important;
  max-width: 500px;
}
#purchase-chart-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.woocommerce-ResetPassword.lost_reset_password button {
  width: auto;
  margin: 0;
}
@media (max-width: 767px) {
  #exir-login .form-content {
    margin: 0;
    height: 60%;
    max-width: 100%;
    top: 65px;
  }
  #exir-login::before {
    display: none;
  }
  .about-area.pb60 {
    top: 50px;
    position: relative;
  }
}
.nikad-product-item-elementor .yith-wcwl-wishlistaddedbrowse a {
  right: 11px;
  top: 0px !important;
  text-align: center;
}
.deal-area.bg.pb60 {
  top: 80px;
}
.blog-area {
  position: relative;
  bottom: 80px;
}
.counter-area {
  top: 32px;
}
.archive-products-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  background: var(--theme-color) !important;
  padding: 5px 12px;
  top: 0;
}
.related.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  background: var(--theme-color) !important;
  padding: 5px 12px;
  top: 0;
}

.product-list.pb60 {
  top: 50px;
}
.comment-author.vcard img {
  display: none;
}
.ts-bg {
  position: relative;
  top: 50px;
}
table.wishlist_table tr th.product-name {
  text-align: center;
}
.txtcn{
  text-align: center;
}
@media (max-width:767px) {
  .woocommerce table.woocommerce-cart-form__contents tr {
    margin-bottom: 25px;
    padding-bottom: 25px;
  
    min-height: 136px;
    position: relative;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
 
  td.actions .coupon {
    border: none !important;
  }
  .product-thumbnail.txtcn img {
    width: 100px;
    border: 1px solid #eee;
    border-radius: 8px;
  }
  .woocommerce table.woocommerce-cart-form__contents .product-thumbnail img {
    max-width: 100%;
    width: 50px;
    float: right;
  }
  .woocommerce table.woocommerce-cart-form__contents td.product-thumbnail {
    position: absolute;
    top: 0;
    right: 29px;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: 115px;
    border-bottom: none;
    display: block !important;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    padding: 0;
  }
  .shop-cart-coupon {
    margin-bottom: 0;
    width: 100%;
  }
  #coupon_code {
    border: 1px solid;
    width: 250px;
    transition: 1s all ease-in;
    box-shadow: none;
    padding: 15px 16px 15px 25px;
    border-radius: 8px;
    width: 100%;
  }
  .shop-cart-coupon .form-group {
    position: relative;
    display: block;
    width: 100%;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr:not(.cart_item) td.actions .coupon {
    order: 100;
    padding: 0;
    border: 2px dashed #ebebeb;
    text-align: right;
    margin-right: 12px;
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .woocommerce table.woocommerce-cart-form__contents .quantity .qty {
    top: 30px;
  position: relative;
  }
}
@media (min-width:570px) and (max-width:767px) {
  .shop-cart-coupon .theme-btn {
    position: absolute;
    left: 2px;
    top: 2px;
  }
}
#print-content .woocommerce-Price-amount.amount bdi {
  font-size: 13px;
}
.woosq-product > .product > div {
  width: 50% !important;
  float: none !important;
  margin: 0 !important;
  height: 460px;
  overflow: hidden;
}
.border-box .slick-slider-block {
  margin: 0;
  margin-bottom: 0px;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 35px #3b43590f !important;
  border-radius: 15px;
  margin-bottom: 25px;
  box-sizing: border-box;
  direction: ltr;
}
.border-box .slick-list .slick-slide {
  height: auto;
  position: relative;
  padding: 0;
  direction: rtl;
}
.product-slider-two .yith-wcwl-wishlistaddedbrowse a::before {
  right: -8px;
  bottom: -23px;
  position: absolute;
}
#reply-title small a {
  margin-right: 20px;
  background: var(--theme-color);
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff;
}
.woocommerce form.login, .woocommerce form.register {
  border: 2px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
  max-width: 100%;
  margin: 10px auto;
}
.woocommerce-ResetPassword.lost_reset_password {
  margin: 50px 0;
  padding: 30px;
  box-shadow: 0px 0px 2px 0px #797979;
  background: #fff;
  border-radius: 8px;
}
.offer-time span {
  font-family: var(--font-site) !important;
}
.free-shipping-info {
  margin-top: 20px;
}

.progress-bar-container {
  width: 100%;
  height: 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  margin-top: 10px;
}

.progress-bars {
  height: 100%;
  background-color: #4caf50;
  border-radius: 5px;
}
/* user ticket details */
.user-ticket-detail .ticket-detail-content{
  margin-top: 30px;
}

.user-ticket-detail .ticket-chat-item{
  display: flex;
  gap: 20px;
  margin: 50px 0;
}

.user-ticket-detail .ticket-img img{
  width: 80px;
  border-radius: 50%;
}

.user-ticket-detail .ticket-info{
  flex: 1;
}

.user-ticket-detail .ticket-info span{
  color: var(--theme-color);
}
.site-heading.text-center h2 {
  margin: 25px auto;
}
