@charset "UTF-8";
:root {
  --admin-offset: 0;
}

html {
  scroll-behavior: smooth;
  font-family: "yekanbakh", tahoma, "Open sans", sans-serif;
  scrollbar-gutter: stable;
}

body {
  font-family: "yekanbakh", tahoma, "Open sans", sans-serif;
  background-color: #fff;
  direction: rtl;
  text-align: right;
}

body.admin-bar {
  --admin-offset: 32px;
}

ins {
  text-decoration: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.container,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1530px;
  }
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "";
}

*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: #e9edf7;
}

*::-webkit-scrollbar-thumb {
  background-color: #e9edf7;
  border-radius: 20px;
  border: 3px solid #f03147;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #9cb5b5 #e7f3f3;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #e7f3f3;
}

*::-webkit-scrollbar-thumb {
  background-color: #9cb5b5;
  border-radius: 20px;
  border: 6px solid #9cb5b5;
}

@font-face {
  font-family: "yekanbakh";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YekanBakh-Regular.woff");
}
@font-face {
  font-family: "yekanbakh";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/YekanBakhFaNum-Bold.woff");
}
@font-face {
  font-family: "yekanbakh";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/Yekan Bakh FaNum 05 Medium.woff");
}
@font-face {
  font-family: "yekanbakh";
  font-style: medium;
  font-weight: 600;
  src: url("../fonts/YekanBakhFaNum-SemiBold.woff");
}
@font-face {
  font-family: "morabba";
  font-style: medium;
  font-weight: 700;
  src: url("../fonts/Morabba-Bold.woff");
}
@font-face {
  font-family: "morabba";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/Morabba-Medium.woff");
}
.morabba-font {
  font-family: "morabba";
}

.boom-chekhabar {
  position: relative;
}
.boom-chekhabar::before, .boom-chekhabar::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  background: #00e360;
  border-radius: 100%;
  transform: translate(50%, -50%);
  animation: pulse-c 1.5s infinite ease-out;
}
.boom-chekhabar::before {
  width: 28px;
  height: 28px;
  opacity: 0.1;
  animation-delay: 0.3s;
}
.boom-chekhabar::after {
  width: 20px;
  height: 20px;
  opacity: 0.15;
}

@keyframes pulse-c {
  0% {
    transform: translate(50%, -50%) scale(1);
    opacity: 0.2;
  }
  50% {
    transform: translate(50%, -50%) scale(1.4);
    opacity: 0.05;
  }
  100% {
    transform: translate(50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.box-icon-chekhabar {
  position: relative;
}
.box-icon-chekhabar::after {
  content: "";
  background: #e0e7f0;
  height: 12px;
  width: 1px;
  margin-right: 8px;
}

.inner-pic-user-call-header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-pic-user-call-header-top .inner {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border: 1px solid #5b6f86;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  opacity: 0.05;
}

.inner-pic-user-call-header-top::before,
.inner-pic-user-call-header-top::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(50%, -50%);
  animation: pulse-v 1.5s infinite ease-out;
}

.inner-pic-user-call-header-top::before {
  width: 125%;
  height: 125%;
  border: 1px solid #5b6f86;
  opacity: 0.1;
  animation-delay: 0.3s;
}

.inner-pic-user-call-header-top::after {
  width: 150%;
  height: 150%;
  border: 1px solid #5b6f86;
  opacity: 0.15;
}

@keyframes pulse-v {
  0% {
    transform: translate(50%, -50%) scale(1);
    opacity: 0.2;
  }
  50% {
    transform: translate(50%, -50%) scale(1.2);
    opacity: 0.05;
  }
  100% {
    transform: translate(50%, -50%) scale(1.3);
    opacity: 0;
  }
}
.main-top-header li:first-child a {
  padding-right: 0;
}
.main-top-header li:last-child a {
  padding-left: 0;
}
.main-top-header li:last-child a::after {
  display: none;
}
.main-top-header a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 12px;
}
.main-top-header a::after {
  content: "";
  background: #e0e7f0;
  height: 12px;
  width: 1px;
  margin-right: 12px;
  display: inline-flex;
}

.item-r-header-top {
  position: relative;
}
.item-r-header-top::after {
  content: "";
  background: #e0e7f0;
  height: 12px;
  width: 1px;
  margin-right: 24px;
  display: inline-flex;
}
.item-r-header-top:last-child::after {
  display: none;
}

a.access-icon-header-mini-cart, a.access-icon-header-myaccount {
  box-shadow: 14px 12px 27px 0px rgba(207, 217, 227, 0.2588235294);
}

.quick-inquiry-header {
  box-shadow: 11px 0px 23px -6px rgba(22, 75, 138, 0.4509803922);
}

.search-icon {
  filter: drop-shadow(0 1px 0 #fff);
}

.logo-vip {
  position: relative;
}
.logo-vip::before {
  position: absolute;
  content: "";
  height: 143.4px;
  width: 36.4%;
  rotate: 15deg;
  z-index: -1;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.logo-vip::after {
  position: absolute;
  content: "";
  height: 51.6px;
  width: 15px;
  rotate: 15deg;
  background: #ccdae9;
  filter: blur(32px);
  top: 50%;
  z-index: -2;
  left: 0;
  transform: translateY(-50%);
}

.logo {
  padding-left: 42px;
  margin-left: 8px;
}
.logo::before {
  position: absolute;
  content: "";
  height: 74px;
  width: 50%;
  z-index: -1;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -11px 0px 20px -15px rgba(199, 209, 222, 0.8);
}
.logo::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 50%;
  z-index: -1;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.shadow-item-menu-2 {
  position: relative;
  padding: 0 42px;
}
.shadow-item-menu-2::before {
  position: absolute;
  content: "";
  height: 74px;
  width: 50%;
  z-index: -1;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -11px 0px 20px -15px rgba(199, 209, 222, 0.6980392157);
}
.shadow-item-menu-2::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 50%;
  z-index: -1;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.shadow-item-menu {
  position: relative;
}
.shadow-item-menu::before {
  position: absolute;
  content: "";
  height: 143.4px;
  width: 36.4%;
  rotate: 15deg;
  z-index: -1;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shadow-item-menu::after {
  position: absolute;
  content: "";
  height: 51.6px;
  width: 15px;
  rotate: 15deg;
  background: #ccdae9;
  filter: blur(32px);
  top: 50%;
  z-index: -2;
  left: 0;
  transform: translateY(-50%);
}

.main-menu > li:last-child > a::before, .main-menu > li:last-child > a::after {
  display: none;
}

.estelam-form {
  box-shadow: 0px 10px 14px 0px rgba(25, 110, 110, 0.2);
}
.estelam-form input:not([type=submit]) {
  background: #1e7c7c;
  border-radius: 13px;
  padding: 18px 21px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  min-width: 256px;
}
.estelam-form input:not([type=submit]):focus {
  outline: none;
}
.estelam-form input:not([type=submit])::-moz-placeholder {
  color: #ffffff;
}
.estelam-form input:not([type=submit])::placeholder {
  color: #ffffff;
}
.estelam-form input[type=submit] {
  background: #cdc631;
  font-size: 27px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 13px;
  padding: 11px 28px 7px;
  line-height: 1;
}

.list-services .item {
  position: relative;
}

.section-products {
  padding-bottom: 0px;
}

.arrow-btn {
  filter: drop-shadow(3px 4px 4px rgba(241, 175, 104, 0.3803921569));
}

.box-statistics {
  position: relative;
}
.box-statistics .box-pic {
  position: relative;
}
.box-statistics .box-pic::after {
  position: absolute;
  content: "";
  width: 0.5px;
  background: linear-gradient(360deg, #fff 0%, #dce5f0 50%, #fff 100%);
  height: 80px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  opacity: 0.7;
}

.section-why-us .pdf-icon {
  box-shadow: 2px 0px 4px 0px rgba(226, 87, 76, 0.3019607843);
}
.section-why-us .content-permissions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-why-us .content-permissions * {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-why-us .content-permissions img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100px;
  max-height: 38px;
  width: auto;
}
.section-why-us .after-c {
  position: relative;
}
.section-why-us .after-c::after {
  content: "";
  background: #dfe7f0;
  height: 12px;
  width: 1px;
  display: inline-flex;
  margin-left: 22px;
  margin-right: 10px;
}
.section-why-us .wave-direction {
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 0.0509803922));
}

.box-map .box-select-map .select2-selection__rendered {
  font-size: 11px;
  color: #164b8a;
  font-weight: 700;
}
.box-map .box-select-map .select2-container .select2-selection--single .select2-selection__rendered {
  padding: unset;
  padding-right: 9px;
}
.box-map .leaflet-marker-icon {
  width: -moz-max-content !important;
  width: max-content !important;
  height: 70px !important;
}
.box-map .leaflet-control-attribution,
.box-map .leaflet-control-zoom {
  display: none;
}
.box-map .title-select {
  position: relative;
}
.box-map .title-select::after {
  content: "";
  width: 1px;
  background: linear-gradient(360deg, #fff 0%, #d6dfe3 50%, #fff 100%);
  height: 21px;
  display: inline-flex;
  margin-right: 7px;
}

.box-video-index {
  position: relative;
}
.box-video-index .plyr__video-wrapper {
  background: #fff !important;
}
.box-video-index .plyr__poster {
  background-size: cover;
  background-color: #fff;
}
.box-video-index > .plyr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.box-video-index > .plyr .plyr__controls {
  opacity: 0;
  visibility: hidden;
}
.box-video-index > .plyr.plyr--playing::before {
  opacity: 0;
}
.box-video-index > .plyr.plyr--playing .plyr__controls {
  opacity: 1;
  visibility: visible;
}
.box-video-index .plyr--playing + .box-title-video {
  opacity: 0;
  visibility: hidden;
}
.box-video-index .plyr__control--overlaid {
  background: #fff;
  width: 100px;
  height: 100px;
  opacity: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.box-video-index .plyr__control--overlaid svg {
  width: 22px;
  height: 24px;
}
.box-video-index .plyr__control--overlaid::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 150%;
  height: 150%;
  background: rgba(255, 255, 255, 0.1490196078);
  z-index: 1;
  border-radius: 100%;
}
.box-video-index .plyr--video .plyr__control--overlaid:focus-visible,
.box-video-index .plyr--video .plyr__control--overlaid:hover,
.box-video-index .plyr--video .plyr__control--overlaid[aria-expanded=true] {
  background: #fff;
}
.box-video-index .plyr__sr-only {
  text-indent: -9999px;
  width: 100px !important;
  height: 100px !important;
  display: flex;
  clip: unset;
  border: unset;
  height: unset;
  overflow: unset;
  padding: unset;
  position: absolute !important;
  width: unset;
  align-items: center;
  justify-content: center;
}
.box-video-index .plyr__control--overlaid .plyr__sr-only::before {
  content: "";
  background: #fff;
  width: 84%;
  height: 84%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -1;
}
.box-video-index .plyr__control--overlaid .plyr__sr-only::after {
  content: "";
  background: linear-gradient(147.34deg, #ffffff 28.26%, #d8dfe8 59.64%);
  width: 85%;
  height: 85%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -2;
}

.select2-container {
  height: 100%;
  line-height: normal;
  width: 100% !important;
}

.selection {
  width: 100%;
  height: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translatey(-50%);
  left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: unset;
  border-style: hidden;
  border-width: unset;
  height: 6px;
  left: 50%;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 6px;
  border-top: 2px solid #164b8a;
  border-left: 2px solid #164b8a;
  transform: translateY(-50%) rotate(-135deg);
  transition: all 0.3s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #164b8a;
  border-left: 2px solid #164b8a;
}

.select2-search--dropdown .select2-search__field {
  border: none !important;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
}

.select2-results__option {
  color: #8f9da7;
  font-size: 11px;
}

.select2-dropdown {
  filter: drop-shadow(0px 3px 0px #e8ebf1);
  background-color: #ffffff;
  border: 1px solid #ebeff5;
  border-radius: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #f1f3f8;
  font-size: 13px;
  color: #585858;
  font-weight: bold;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  font-size: 13px;
  color: #585858;
  font-weight: bold;
  border-bottom: 1px solid #e8ebf1;
}

.head-section .item-link {
  position: relative;
  padding: 0 25px;
}
.head-section .item-link::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #d7e2ee;
  height: 15px;
  width: 1px;
  display: inline-flex;
  right: 0;
}
.head-section .item-link:last-child {
  padding-left: 0;
}
.head-section .item-link.after-none::before {
  display: none;
}

.countdown-container {
  display: flex;
  align-items: stretch;
}
.countdown-container .position {
  font-size: 14px;
  color: #164b8a;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.countdown-container .countSeconds,
.countdown-container .countMinutes,
.countdown-container .countHours,
.countdown-container .countDays {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 2px;
}
.countdown-container .countDiv::before {
  content: ":";
  font-size: 12px;
  color: #5f698e;
}
.countdown-container .digit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown-container .countSeconds .position {
  width: 8px;
  height: 23px;
}
.countdown-container .countSeconds .digit {
  width: 8px;
  position: absolute;
}

.countdown-container.type-2 {
  margin-top: 3px;
}
.countdown-container.type-2 .position {
  color: #e80645;
  font-size: 18px;
  font-weight: 700;
}
.countdown-container.type-2 .countDiv::before {
  color: #e80645;
}
.countdown-container.type-2 .countSeconds .position {
  width: 11px;
  height: 27px;
}

.screen-reader-text {
  display: none;
}

.addtocart {
  box-shadow: 7px 5px 21px -6px rgba(232, 6, 69, 0.6784313725);
}

.item-product-slider .price,
.item-product .price {
  color: #8b98a7;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
}
.item-product-slider .starting-price,
.item-product .starting-price {
  margin-bottom: 5px;
}
.item-product-slider .out-of-stock-message,
.item-product-slider .contact-message,
.item-product .out-of-stock-message,
.item-product .contact-message {
  margin-top: auto;
}
.item-product-slider .woocommerce-Price-amount,
.item-product .woocommerce-Price-amount {
  font-size: 17px;
  color: #164b8a;
  font-weight: 600;
}
.item-product-slider .woocommerce-Price-amount bdi,
.item-product .woocommerce-Price-amount bdi {
  display: flex;
  align-items: center;
  line-height: 1;
}
.item-product-slider .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c,
.item-product .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c {
  font-size: 9px;
  color: #164b8a;
  font-weight: 600;
  margin-right: 5px;
  fill: #164b8a;
}
.item-product-slider .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c.IRT svg,
.item-product .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c.IRT svg {
  width: 13px;
  height: 13px;
}
.item-product-slider del *,
.item-product del * {
  font-size: 11px;
  letter-spacing: -2%;
}
.item-product-slider del,
.item-product del {
  color: #8b98a7;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  text-decoration: none;
}
.item-product-slider del .woocommerce-Price-amount,
.item-product del .woocommerce-Price-amount {
  opacity: 0.502;
  text-decoration: line-through;
}
.item-product-slider del .woocommerce-Price-currencySymbol-c,
.item-product del .woocommerce-Price-currencySymbol-c {
  display: none;
}
.item-product-slider .box-access,
.item-product .box-access {
  z-index: 10;
  backdrop-filter: blur(7px);
  background: rgba(255, 255, 255, 0.96);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  border-radius: 12px;
}
.item-product-slider:hover .box-access,
.item-product:hover .box-access {
  opacity: 1;
  visibility: visible;
}
.item-product-slider:hover .has-secondary-image .primary-img,
.item-product:hover .has-secondary-image .primary-img {
  opacity: 0;
  visibility: hidden;
}
.item-product-slider:hover .has-secondary-image .secondary-img,
.item-product:hover .has-secondary-image .secondary-img {
  opacity: 1;
  visibility: visible;
}
.item-product-slider .favorites-event-post-item,
.item-product .favorites-event-post-item {
  transition: all 0.3s;
}
.item-product-slider .favorites-event-post-item.active,
.item-product .favorites-event-post-item.active {
  color: #E80645;
}
.item-product-slider .favorites-event-post-item.active svg,
.item-product .favorites-event-post-item.active svg {
  stroke: #E80645;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
}

.card-post .pin-icon,
.card-post .bookmark-icon {
  filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.1490196078));
}
.card-post .item-meta {
  position: relative;
}
.card-post .item-meta:nth-child(2)::before {
  content: "";
  background: #dfe7f0;
  height: 8px;
  width: 1px;
  display: inline-flex;
  left: 0;
  position: absolute;
}
.card-post .item-meta:nth-child(2)::after {
  content: "";
  background: #dfe7f0;
  height: 8px;
  width: 1px;
  display: inline-flex;
  right: -1px;
  position: absolute;
}
.card-post .rating-title {
  position: relative;
}
.card-post .rating-title::after {
  content: "";
  background: #e6ebf1;
  height: 11px;
  width: 1px;
  display: inline-flex;
  margin-right: 8px;
  margin-left: 11px;
}

.nshow-scroll {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nshow-scroll::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}

.swiper-slide {
  height: auto;
}

.swiperGalleryProject .swiper-button-prev svg,
.swiperGalleryProject .swiper-button-next svg {
  filter: drop-shadow(2px 0px 0px rgba(0, 0, 0, 0.1019607843));
}
.swiperGalleryProject .swiper-button-prev.swiper-button-disabled svg,
.swiperGalleryProject .swiper-button-next.swiper-button-disabled svg {
  filter: none;
}

.item-project .show-more::before {
  content: "";
  width: 1px;
  background: linear-gradient(360deg, #ffffff 0%, #e5ecf0 50%, #ffffff 100%);
  height: 43px;
  display: inline-flex;
  margin-left: 8px;
}

.shadow-info {
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2509803922) inset;
}

.item-representative .item-after::after {
  content: "";
  width: 1px;
  background: linear-gradient(360deg, #ffffff 0%, #e5ecf0 50%, #ffffff 100%);
  height: 45px;
  display: inline-flex;
  position: absolute;
  left: 0;
}
.item-representative .after-number-nemayandeh::after {
  content: "";
  background: #f0f2f6;
  height: 11px;
  width: 1px;
  display: inline-flex;
  left: 0;
}

.item-expert.vip .vip-icon {
  fill: #eba152;
  filter: drop-shadow(2px 3px 4px rgba(235, 161, 82, 0.3019607843));
}
.item-expert:hover .role {
  opacity: 1;
  top: -12px;
}
.item-expert .role {
  top: -9px;
}
.item-expert .list-social a:first-child {
  padding-left: 20px;
  margin-left: 11px;
  position: relative;
}
.item-expert .list-social a:first-child::after {
  content: "";
  background: #e2e8ef;
  height: 15px;
  width: 1px;
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.item-expert .list-social a:first-child svg {
  width: 24px;
  height: 24px;
}

.tooltip {
  filter: drop-shadow(0px 3px 3px rgba(162, 168, 180, 0.2117647059));
  opacity: 0;
  transition: all 0.3s;
}

.audio-comment .plyr__controls {
  padding: 0;
}
.audio-comment .plyr__time--current {
  display: none;
}
.audio-comment .plyr--full-ui input[type=range] {
  color: #164b8a;
}
.audio-comment .plyr--full-ui input[type=range]::-moz-range-thumb {
  width: 0 !important;
  height: 0 !important;
  background: transparent;
  cursor: pointer;
  border-radius: unset !important;
  box-shadow: unset !important;
  border-right: unset !important;
  border-left: unset !important;
  height: 32px;
}
.audio-comment input[type=range]::-moz-range-track {
  height: 32px;
}
.audio-comment .plyr__control svg {
  fill: #164b8a !important;
  width: 12px;
  height: 20px;
}
.audio-comment .plyr--audio .plyr__control:focus-visible,
.audio-comment .plyr--audio .plyr__control:hover,
.audio-comment .plyr--audio .plyr__control[aria-expanded=true] {
  background: unset;
}
.audio-comment .plyr {
  min-width: unset;
  max-width: unset;
}
.audio-comment .plyr__progress input {
  height: 100%;
  background-color: #4a90e2;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='20' fill='white' viewBox='0 0 83 20'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-width='1.5' d='M81.594 6.37v7.488M67.406 1.614v17M53.218 6.37v7.488M39.03 2.93v14.369M24.843 4.043v12.143M10.656 2.323v15.583M76.781 4.549v11.13M62.594 4.55v11.13M48.406 7.585v5.06M34.218 5.561v9.107M20.03 5.56v9.107M5.842 4.548V15.68M72.094 4.549v11.13M57.907 2.93V17.3M43.718 5.56v9.107M29.53 7.585v5.059M15.342 4.549v11.13M1.155 6.877v6.476'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='20' fill='white' viewBox='0 0 83 20'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-width='1.5' d='M81.594 6.37v7.488M67.406 1.614v17M53.218 6.37v7.488M39.03 2.93v14.369M24.843 4.043v12.143M10.656 2.323v15.583M76.781 4.549v11.13M62.594 4.55v11.13M48.406 7.585v5.06M34.218 5.561v9.107M20.03 5.56v9.107M5.842 4.548V15.68M72.094 4.549v11.13M57.907 2.93V17.3M43.718 5.56v9.107M29.53 7.585v5.059M15.342 4.549v11.13M1.155 6.877v6.476'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  height: 5px;
  scale: 4;
  transform-origin: center left;
}
.audio-comment progress {
  display: none;
}
.audio-comment .plyr__volume {
  display: none;
}

.box-video-comment .item-video-comment > .plyr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.box-video-comment .item-video-comment > .plyr .plyr__poster {
  background-size: cover;
  background-color: #fff;
}
.box-video-comment .item-video-comment > .plyr .plyr__controls {
  opacity: 0;
  visibility: hidden;
}
.box-video-comment .item-video-comment > .plyr.plyr--playing .plyr__controls {
  opacity: 1;
  visibility: visible;
}
.box-video-comment .item-video-comment > .plyr:not(.plyr--playing)::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.box-video-comment .item-video-comment > .plyr.plyr--playing + .content {
  bottom: -10%;
}
.box-video-comment .item-video-comment > .plyr .plyr__video-wrapper {
  background: #fff !important;
}
.box-video-comment .item-video-comment > .plyr .plyr__control--overlaid {
  background: unset;
  opacity: 1;
}
.box-video-comment .item-video-comment > .plyr .plyr__control--overlaid svg {
  height: 40px !important;
  width: 40px;
}

.transition-3s {
  transition: all 0.3s;
}

.swiperVideoComment .swiper-pagination {
  position: absolute;
  bottom: 129px;
  right: 3rem;
  left: unset;
  width: -moz-max-content;
  width: max-content;
  top: unset;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s;
}
.swiperVideoComment .swiper-pagination .swiper-pagination-bullet {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  width: 9px;
  height: 9px;
  border-radius: 20px;
  background: #fff;
  transition: all 0.3s;
  margin: unset;
  opacity: 1;
}
.swiperVideoComment .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 19px;
}
.swiperVideoComment.playing-c .swiper-pagination {
  opacity: 0;
  bottom: 110px;
}

.swiperNews .item {
  position: relative;
}
.swiperNews .item::after {
  content: "///";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -16%;
  text-align: right;
  color: #164b8a;
  opacity: 0.3;
  padding-right: 21px;
}

.list-social-vip .content {
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  transition: width 0.3s ease, margin-left 0.3s ease, margin-right 0.3s ease;
}

.statistics-icon {
  filter: drop-shadow(5px 5px 10px rgba(241, 175, 104, 0.3882352941));
}

.box-statistics .list {
  position: relative;
}
.box-statistics .list li {
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
.box-statistics .list li:nth-child(even) {
  color: #ce893e;
}
.box-statistics .list li .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 0;
}
.box-statistics .list li::after {
  position: absolute;
  content: "";
  width: 0.5px;
  background: linear-gradient(360deg, #fff 0%, #dce5f0 50%, #fff 100%);
  height: 100%;
  top: 0;
  left: 0;
}
.box-statistics .list li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 66px;
  background: #bbcadd;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  filter: blur(34px);
  z-index: 1;
}
.box-statistics .list::after {
  position: absolute;
  content: "";
  width: 0.5px;
  background: linear-gradient(360deg, #fff 0%, #dce5f0 50%, #fff 100%);
  height: 100%;
  top: 0;
  left: 0;
}
.box-statistics .list::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 66px;
  background: #bbcadd;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  filter: blur(34px);
  z-index: 1;
}

.box-tag-style {
  width: 43px;
  height: 43px;
  position: relative;
}
.box-tag-style svg {
  filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.1019607843));
}
.box-tag-style::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  border-radius: 17px;
  background: conic-gradient(from 218.04deg at 59.6% 43.12%, #f59d0a 0deg, #eb0645 88.2deg, #de06a4 192.6deg, #e91c36 297deg, #f29b09 360deg);
  rotate: -6deg;
}
.box-tag-style::after {
  content: "";
  bottom: 3px;
  left: 12px;
  width: 30px;
  height: 30px;
  position: absolute;
  filter: blur(10px);
  background: conic-gradient(from 218.04deg at 59.6% 43.12%, #f59d0a 0deg, #eb0645 88.2deg, #de06a4 192.6deg, #e91c36 297deg, #f29b09 360deg);
  z-index: -1;
  border-radius: 17px;
}

.swiperPostsSocial {
  overflow: unset;
}
.swiperPostsSocial .item.vip .logo-social {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(103%) contrast(103%);
}
.swiperPostsSocial .item.vip svg {
  stroke: #fff;
}
.swiperPostsSocial .item.vip * {
  color: #fff;
}
.swiperPostsSocial .item.vip .id {
  color: #fff;
  opacity: 0.6;
}
.swiperPostsSocial .item.vip .show-more::before {
  display: none;
}
.swiperPostsSocial .item .img {
  z-index: -1;
}
.swiperPostsSocial .item .img:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7490196078);
  border-radius: inherit;
}
.swiperPostsSocial .before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 113%;
  bottom: 0;
  right: -100vw;
  z-index: 9;
  width: 100vw;
}
.swiperPostsSocial .before::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #ccd4dd;
  filter: blur(44px);
  opacity: 0.4;
  width: 82px;
  height: 86%;
  border-radius: 100%;
  left: 0;
}
.swiperPostsSocial .before::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -100vw;
  background: rgba(255, 255, 255, 0.8980392157);
  height: 100%;
  width: 100vw;
  z-index: 2;
  right: 0;
}
.swiperPostsSocial .after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 113%;
  bottom: 0;
  left: -100vw;
  z-index: 9;
  width: 100vw;
}
.swiperPostsSocial .after::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #ccd4dd;
  filter: blur(44px);
  opacity: 0.4;
  width: 82px;
  height: 86%;
  border-radius: 100%;
  right: 0;
}
.swiperPostsSocial .after::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -100vw;
  background: rgba(255, 255, 255, 0.8980392157);
  height: 100%;
  width: 100vw;
  z-index: 2;
  right: 0;
}
.swiperPostsSocial .item .show-more {
  position: relative;
}
.swiperPostsSocial .item .show-more::before {
  position: absolute;
  content: "";
  width: 1px;
  background: #e4ebf2;
  height: 17px;
  display: inline-flex;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}

.section-form {
  gap: 15px;
}
.section-form .box-right {
  position: relative;
}
.section-form .box-right:after {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 2.5px;
  height: 100%;
  opacity: 0.7;
  border-radius: 5px;
  background: #f2f6fa;
}
.section-form .parent {
  display: grid;
  grid-template-columns: 248px 1fr 205px;
  grid-template-rows: repeat(2, auto);
  grid-gap: 14px;
}
.section-form .div1 {
  grid-area: 1/1/2/2;
}
.section-form .div2 {
  grid-area: 2/1/3/2;
}
.section-form .div3 {
  grid-area: 1/2/3/3;
}
.section-form .div4 {
  grid-area: 1/3/2/4;
}
.section-form .div5 {
  grid-area: 2/3/3/4;
}
.section-form input,
.section-form textarea {
  border: 1px solid #eff2f8;
  border-radius: 11px;
  font-weight: 600;
  font-size: 12px;
  padding: 18px 22px;
}
.section-form input:focus,
.section-form textarea:focus {
  outline: none;
}
.section-form button {
  border-radius: 11px;
  background: #164b8a;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 23px;
  box-shadow: 7px 8px 13px -3px rgba(22, 75, 138, 0.168627451);
}
.section-form .box-file input {
  display: none;
}
.section-form .box-file .inner {
  padding: 12px 23px;
  border: 1px solid #eff2f8;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1px;
}
.section-form .box-file .inner .title {
  font-weight: 600;
  font-size: 11px;
  color: #a3b0bf;
  flex: 1.4;
  position: relative;
}
.section-form .box-file .inner .title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  height: calc(100% + 10px);
  background: #eff2f8;
  transform: translateY(-50%);
}
.section-form .box-file .inner .select {
  font-weight: 700;
  font-size: 12px;
  color: #164b8a;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
  flex: 1;
}

.section-form .tab-title .item.active {
  color: #164b8a;
}
.section-form .icon-c-call {
  box-shadow: -3px 4px 13px 0px rgba(166, 115, 59, 0.1803921569);
}

.section-team .inner-box {
  position: relative;
  overflow: hidden;
  background-image: url("../img/pic-bg-teams.png");
  background-color: rgba(14, 101, 101, 0.8901960784);
  background-size: contain;
}
.section-team .inner-box .span-vip {
  position: absolute;
  content: "";
  background: rgba(14, 101, 101, 0.8901960784);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-team .inner-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-image: url("../img/frame-top-teams.svg");
  background-size: contain;
  height: 268px;
  top: -150px;
  width: 1000vw;
  animation: move-frame-x-2 50s linear infinite;
  z-index: 1;
}
.section-team .inner-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-image: url("../img/frame-bottom-teams.svg");
  background-size: contain;
  height: 276px;
  bottom: -150px;
  width: 1000vw;
  animation: move-frame-x 50s linear infinite;
  z-index: 1;
}

@keyframes move-frame-x-2 {
  0% {
    transform: translateX(0) scale(1.3);
  }
  100% {
    transform: translateX(100vw) scale(1.3);
  }
}
@keyframes move-frame-x {
  0% {
    transform: translateX(0) scale(1.3);
  }
  100% {
    transform: translateX(-100vw) scale(1.3);
  }
}
.section-response-time .circle {
  background: linear-gradient(270deg, rgba(237, 240, 245, 0.4) 0%, #ffffff 100%);
}
.section-response-time ul li {
  position: relative;
}
.section-response-time ul li:first-child:before {
  position: absolute;
  content: "";
  width: 1px;
  background: linear-gradient(360deg, #ffffff 0%, #dee8f4 50%, #ffffff 100%);
  height: 94%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section-response-time ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  background: linear-gradient(360deg, #ffffff 0%, #dee8f4 50%, #ffffff 100%);
  height: 94%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section-response-time ul li:last-child .inner {
  padding-left: 0;
}
.section-response-time ul li:last-child::after {
  display: none;
}

.section-seo-box .show-more .line {
  height: 1px;
  background: linear-gradient(270deg, #eef1f5 0%, #ffffff 100%);
  margin-right: 5px;
}
.section-seo-box .show-more-2 .line {
  height: 1px;
  background: linear-gradient(270deg, #ffffff 0%, #eef1f5 100%);
  margin-right: 5px;
}

.list-attr-footer li {
  position: relative;
}
.list-attr-footer li:last-child {
  padding-left: 0;
}
.list-attr-footer li:last-child::after {
  display: none;
}
.list-attr-footer li:first-child {
  padding-right: 0;
}
.list-attr-footer li::after {
  position: absolute;
  content: "";
  width: 1px;
  background: #ffffff;
  height: 94%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0.1;
}

.line-clamp-9 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.wave-footer {
  position: absolute;
  top: -2px;
  right: 50%;
  background-image: url(../img/Frame\ 145\(1\).svg);
  background-repeat: no-repeat;
  width: 456px;
  height: 127px;
  display: flex;
  align-items: start;
  justify-content: center;
  transform: translateX(50%);
  background-size: contain;
}

.content-permissions-footer {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.content-permissions-footer img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 60px;
}

.box-swiperOtherCompony .swiper {
  overflow: unset;
}
.box-swiperOtherCompony .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-swiperOtherCompony .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 0 33px;
}
.box-swiperOtherCompony .swiper-wrapper .swiper-slide::after {
  position: absolute;
  content: "";
  width: 1px;
  background: #0e335f;
  height: 94%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.0705882353);
}

.mailchimp-footer .status-type.active {
  background: rgba(255, 255, 255, 0.0509803922);
  border-color: transparent;
}

.item-step {
  position: relative;
  z-index: 1;
  padding: 45px 36px;
  rotate: 8deg;
  overflow: hidden;
  min-width: 200px;
}
.item-step .inner {
  rotate: -8deg;
}
.item-step:first-child {
  padding-right: 14px;
}
.item-step:first-child::after {
  display: none;
}
.item-step:last-child {
  padding-left: 14px;
}
.item-step::after {
  content: "";
  position: absolute;
  right: 0;
  background: #e4ecf4;
  filter: blur(44px);
  width: 23.2%;
  height: 20%;
  top: 50%;
  transform: translate(100%, -50%);
  z-index: 1;
}
.item-step::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
.item-step ins {
  background: linear-gradient(180deg, #f4f6f9 0%, #ffffff 71.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
}
.item-step:last-child ins {
  background: linear-gradient(180deg, #fdf0e3 0%, #ffffff 71.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
}

.woocommerce-breadcrumb, .rank-math-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
}

.box-item-attr-service-link {
  box-shadow: 0px 6px 9px 0px rgba(22, 75, 138, 0.2117647059);
}
.box-item-attr-service-link span {
  position: relative;
}
.box-item-attr-service-link span::before {
  position: absolute;
  content: "";
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.1019607843);
  background: #11417b;
  height: 100%;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.item-attr-service {
  position: relative;
  background: #fff;
  z-index: 1;
}

.item-attr-service::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(238, 242, 249, 0.7), rgba(255, 255, 255, 0.7));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.widget-posts .box {
  box-shadow: 20px 28px 60px -20px rgba(178, 193, 211, 0.168627451), 30px 34px 90px -63px rgba(187, 202, 221, 0.3019607843) inset;
}

.widget-products .list .item {
  box-shadow: 20px 28px 60px -20px rgba(178, 193, 211, 0.168627451), 30px 34px 90px -63px rgba(187, 202, 221, 0.3019607843) inset;
}
.widget-products .list .item .rating {
  position: relative;
}
.widget-products .list .item .rating::after {
  position: absolute;
  content: "";
  background: #e5ecf4;
  width: 1px;
  height: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.widget-projects .list .item {
  box-shadow: 20px 28px 60px -20px rgba(178, 193, 211, 0.168627451), 30px 34px 90px -63px rgba(187, 202, 221, 0.3019607843) inset;
}
.widget-projects .list .item .prefix-title {
  box-shadow: 2px 3px 9px 0px rgba(225, 153, 74, 0.3215686275);
}
.widget-projects .list .item .list-attr li {
  position: relative;
}
.widget-projects .list .item .list-attr li::after {
  position: absolute;
  content: "";
  background: #e6edf5;
  width: 1px;
  height: 85%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget-projects .list .item .list-attr li:last-child {
  padding-left: 0;
}
.widget-projects .list .item .list-attr li:last-child::after {
  display: none;
}

.widget-services .list .item {
  box-shadow: 20px 28px 60px -20px rgba(178, 193, 211, 0.168627451), 30px 34px 90px -63px rgba(187, 202, 221, 0.3019607843) inset;
}
.widget-services .list .item .box-thumb::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 95%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(360deg, #ffffff 0%, #e5eaf2 50%, #ffffff 100%);
}

.widget-experts .item {
  position: relative;
  box-shadow: 20px 28px 60px -20px rgba(178, 193, 211, 0.168627451), 30px 34px 90px -63px rgba(187, 202, 221, 0.3019607843) inset;
}
.widget-experts .item .icon-c-call {
  box-shadow: -3px 4px 13px 0px rgba(166, 115, 59, 0.1803921569);
}
.widget-experts .swiper-pagination {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
}
.widget-experts .swiper-pagination .swiper-pagination-bullet {
  background: #dce3eb;
  width: 8px;
  height: 8px;
  border-radius: 13px;
  margin: 0;
  transition: all 0.3s;
  opacity: 1;
}
.widget-experts .swiper-pagination .swiper-pagination-bullet-active {
  background: #e1994a;
  width: 17px;
}

.widget-counseling input,
.widget-counseling textarea {
  font-weight: 600;
  font-size: 13px;
  color: #164b8a;
  border-radius: 11px;
  padding: 14px;
  width: 100%;
}
.widget-counseling input:focus,
.widget-counseling textarea:focus {
  outline: none;
}
.widget-counseling textarea {
  min-height: 125px;
}
.widget-counseling .file {
  background: #f8fcff;
  border-radius: 11px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget-counseling .file .span-1 {
  font-weight: 600;
  font-size: 13px;
  color: #708bac;
}
.widget-counseling .file .span-2 {
  font-weight: 700;
  font-size: 12px;
  color: #164b8a;
  display: flex;
  align-items: center;
  gap: 13px;
}
.widget-counseling button {
  box-shadow: 7px 8px 13px -3px rgba(22, 75, 138, 0.168627451);
  background: #164b8a;
  border-radius: 14px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 19px;
  margin-top: 20px;
}

.content-post p:not(.neutral) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-post h1:not(.neutral) + p,
.content-post h2:not(.neutral) + p,
.content-post h3:not(.neutral) + p,
.content-post h4:not(.neutral) + p,
.content-post h5:not(.neutral) + p,
.content-post h6:not(.neutral) + p {
  margin-top: 0;
}
.content-post h1:not(.neutral),
.content-post h2:not(.neutral),
.content-post h3:not(.neutral),
.content-post h4:not(.neutral),
.content-post h5:not(.neutral),
.content-post h6:not(.neutral) {
  font-weight: 900;
  color: #495666;
}
.content-post h1:not(.neutral) {
  font-size: 27px;
}
.content-post h2:not(.neutral) {
  font-size: 26px;
  color: #495666;
}
.content-post h3:not(.neutral) {
  font-size: 25px;
}
.content-post h4:not(.neutral) {
  font-size: 24px;
}
.content-post h5:not(.neutral) {
  font-size: 23px;
}
.content-post h6:not(.neutral) {
  font-size: 22px;
}
.content-post ul:not(.neutral) {
  padding: 5px 0 15px;
  line-height: 35px;
  list-style-type: none;
  color: #495666;
  font-size: 15px;
  margin-bottom: 30px;
}
.content-post ul:not(.neutral) li {
  position: relative;
}
.content-post ul:not(.neutral) li::before {
  content: "";
  background: #9dadc0;
  margin-left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
}
.content-post ol:not(.neutral) {
  display: flex;
  flex-direction: column;
  counter-reset: my-awesome-counter;
  color: #495666;
  font-size: 15px;
  margin-bottom: 20px;
}
.content-post ol:not(.neutral) li:not(.neutral) {
  counter-increment: my-awesome-counter;
  margin-bottom: 5px;
}
.content-post ol:not(.neutral) li:not(.neutral)::before {
  content: counter(my-awesome-counter) "  ";
  color: #9dadc0;
  font-size: 15px;
  font-weight: 700;
  margin-left: 15px;
  min-width: 30px;
}
.content-post a:not(.neutral) {
  color: #1f4983;
  border-bottom: 1px solid;
  margin: 0 4px;
}
.content-post img:not(.neutral) {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-post .initial * {
  margin: initial;
  padding: initial;
  text-align: initial;
  line-height: initial;
}
.content-post .initial *::before, .content-post .initial *::after {
  content: initial;
}
.content-post blockquote:not(.neutral) {
  color: #a2886c;
  border-radius: 30px;
  background-color: #faf7f3;
  padding: 50px 125px;
  font-size: 12px;
  position: relative;
  text-align: justify;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.content-post blockquote:not(.neutral)::before {
  content: "";
  display: inline-block;
  width: 103px;
  height: 90px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113 99" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="8.5" d="M108.167 47.692H78.2c-7.905 0-13.33-5.994-13.33-13.33V17.725c0-7.337 5.425-13.33 13.33-13.33h16.637c7.336 0 13.33 5.993 13.33 13.33v29.967Zm0 0c0 31.258-5.839 36.425-23.405 46.861M48.078 47.692H18.112c-7.905 0-13.33-5.994-13.33-13.33V17.725c0-7.337 5.425-13.33 13.33-13.33H34.8c7.337 0 13.33 5.993 13.33 13.33v29.967m-.052 0c0 31.258-5.838 36.425-23.405 46.861"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  right: -15px;
  position: absolute;
  top: -18px;
  z-index: -1;
}
.content-post blockquote:not(.neutral)::after {
  content: "";
  display: inline-block;
  width: 103px;
  height: 90px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113 99" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="8.5" d="M108.167 47.692H78.2c-7.905 0-13.33-5.994-13.33-13.33V17.725c0-7.337 5.425-13.33 13.33-13.33h16.637c7.336 0 13.33 5.993 13.33 13.33v29.967Zm0 0c0 31.258-5.839 36.425-23.405 46.861M48.078 47.692H18.112c-7.905 0-13.33-5.994-13.33-13.33V17.725c0-7.337 5.425-13.33 13.33-13.33H34.8c7.337 0 13.33 5.993 13.33 13.33v29.967m-.052 0c0 31.258-5.838 36.425-23.405 46.861"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  left: -21px;
  position: absolute;
  bottom: -7px;
  rotate: 180deg;
  z-index: -1;
}
.content-post blockquote:not(.neutral) p:not(.neutral) {
  margin: unset;
  padding: unset;
}

@media (max-width: 767.98px) {
  .content-post blockquote:not(.neutral) {
    padding: 12px;
    border-radius: 20px;
  }
  .content-post blockquote:not(.neutral)::after {
    width: 80px;
  }
  .content-post blockquote:not(.neutral)::before {
    width: 80px;
  }
  .content-post h1:not(.neutral) {
    font-size: 18px;
  }
  .content-post h2:not(.neutral) {
    font-size: 17px;
  }
  .content-post h3:not(.neutral) {
    font-size: 16px;
  }
  .content-post h4:not(.neutral) {
    font-size: 15px;
  }
  .content-post h5:not(.neutral) {
    font-size: 15px;
  }
  .content-post h6:not(.neutral) {
    font-size: 15px;
  }
  .content-post blockquote:not(.neutral) {
    border-radius: 12px;
    padding: 25px;
  }
  .content-post table {
    font-size: 14px;
  }
  .content-post h1:not(.neutral),
  .content-post h2:not(.neutral),
  .content-post h3:not(.neutral),
  .content-post h4:not(.neutral),
  .content-post h5:not(.neutral),
  .content-post h6:not(.neutral) {
    line-height: 1.8;
    text-align: right;
    margin-bottom: 10px;
  }
  .content-post ul:not(.neutral) {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 12px;
  }
  .content-post p:not(.neutral) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.shortcode-product {
  box-shadow: 20px 28px 60px -20px rgba(178, 193, 211, 0.168627451), 30px 34px 90px -63px rgba(187, 202, 221, 0.3019607843) inset;
}
.shortcode-product .rating {
  position: relative;
}
.shortcode-product .rating::before {
  position: absolute;
  content: "";
  background: #e5ecf4;
  width: 1px;
  height: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.shortcode-service {
  box-shadow: 20px 28px 60px -20px rgba(178, 193, 211, 0.168627451), 30px 34px 90px -63px rgba(187, 202, 221, 0.3019607843) inset;
}
.shortcode-service .item-attr-service-shortcode {
  position: relative;
}
.shortcode-service .item-attr-service-shortcode::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(360deg, #ffffff 0%, #e5ecf0 50%, #ffffff 100%);
}
.shortcode-service .item-attr-service-shortcode:last-child::after {
  display: none;
}

.shortcode-experts {
  box-shadow: 20px 28px 60px -20px rgba(178, 193, 211, 0.168627451), 30px 34px 90px -63px rgba(187, 202, 221, 0.3019607843) inset;
}
.shortcode-experts .box-pic-expert {
  background: linear-gradient(180deg, #ffffff 0%, #e1e9f5 100%);
  position: relative;
}
.shortcode-experts .box-pic-expert::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #00e360;
  display: flex;
  border-radius: 100%;
  right: 7px;
  bottom: 7px;
}
.shortcode-experts .icon-c-call {
  box-shadow: -3px 4px 13px 0px rgba(166, 115, 59, 0.1803921569);
}

.box-share-single .title {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #e5eaf0 0%, #ffffff 100%);
     border-image: linear-gradient(90deg, #e5eaf0 0%, #ffffff 100%);
  border-image-slice: 1;
}

.box-rating-single .box-avgRating {
  position: relative;
  z-index: 1;
}
.box-rating-single .box-avgRating::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: #fff;
  height: 130%;
  z-index: -1;
  transform: translateY(-50%);
}

.shortcode-projects {
  box-shadow: 20px 28px 60px -20px rgba(178, 193, 211, 0.168627451), 30px 34px 90px -63px rgba(187, 202, 221, 0.3019607843) inset;
}
.shortcode-projects .prefix-title {
  box-shadow: 2px 3px 9px 0px rgba(225, 153, 74, 0.3215686275);
}
.shortcode-projects .item-attr-projects-shortcode {
  position: relative;
}
.shortcode-projects .item-attr-projects-shortcode:last-child::after {
  display: none;
  padding-left: 0;
  margin-left: 0;
}
.shortcode-projects .item-attr-projects-shortcode:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 120%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(360deg, #ffffff 0%, #e5ecf0 50%, #ffffff 100%);
}
.shortcode-projects .project-progress {
  position: relative;
}
.shortcode-projects .project-progress:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 120%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(360deg, #ffffff 0%, #e5ecf0 50%, #ffffff 100%);
}

.tableOfContent li.active .icn {
  background: #db9521;
}
.tableOfContent li.active ~ li .icn {
  background: #dae1eb;
}

.progress-ring {
  position: relative;
}
.progress-ring svg.progress-svg {
  overflow: visible;
}
.progress-ring .track {
  fill: none;
  stroke: #f1f4f8;
  stroke-width: 5px;
  stroke-dasharray: 402.12;
  stroke-dashoffset: -10;
  stroke-linecap: round;
}
.progress-ring .progress {
  fill: none;
  stroke: #db9521;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-dasharray: 402.12;
  stroke-dashoffset: 390.12;
  transition: stroke-dashoffset 2s;
  filter: drop-shadow(0px 0px 17px rgba(206, 137, 62, 0.48));
}

.list-attr-info-project .item:nth-child(5) .box-content, .list-attr-info-project .item:nth-child(6) .box-content {
  border-bottom: unset;
}
.list-attr-info-project .item .box-content {
  border-image-slice: 1;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(270deg, #e8eff7 0%, #fff 100%);
}
.list-attr-info-project .item .box-content ul li {
  position: relative;
}
.list-attr-info-project .item .box-content ul li:last-child::after {
  display: none;
}
.list-attr-info-project .item .box-content ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e0e9f4;
}

.box-progress-attrinfo-project {
  position: relative;
}
.box-progress-attrinfo-project::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(238, 242, 249, 0.7), rgba(255, 255, 255, 0.7));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.list-access-single-product .item:first-child {
  padding-left: 0;
}
.list-access-single-product .item {
  position: relative;
}
.list-access-single-product .item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #eaeff8;
}
.list-access-single-product .item:last-child::after {
  display: none;
}

.af-price-chart .af-price-chart__periods li.active {
  background: #f1af68;
  color: #fff;
}

.variations_form {
  margin-bottom: 33px;
}
.variations_form .variations {
  width: 100%;
}
.variations_form .variations .item-variations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  min-height: 64px;
  border-bottom: 1px solid #e1eef6;
  padding: 10px 0;
}
.variations_form .variations .item-variations.has-value .select2-selection__rendered {
  font-size: 15px;
}
.variations_form .variations .item-variations.variation-color td {
  max-width: -moz-max-content;
  max-width: max-content;
}
.variations_form .variations .item-variations label {
  font-size: 14px;
  color: #021959;
  font-weight: bold;
}
.variations_form .variations .item-variations th {
  white-space: nowrap;
  text-align: right;
}
.variations_form .variations .item-variations th .woo-selected-variation-item-name {
  font-size: 14px;
  color: #021959;
  font-weight: 600;
}
.variations_form .variations .item-variations td {
  max-width: 65%;
  flex-grow: 1;
}
.variations_form .variations .item-variations .select2-container--default .select2-selection--single {
  border: unset !important;
}
.variations_form .variations .item-variations .select2-selection__rendered {
  font-size: 12px;
  color: #495666 !important;
  font-weight: bold;
  margin-left: 30px;
}
.variations_form .reset_variations {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: auto;
  border-radius: 6px;
  height: 42px;
  font-size: 15px;
  color: #ea6a6f;
  font-weight: bold;
  margin-bottom: 16px;
  background: #fff;
}
.variations_form .woocommerce-variation-price .price {
  gap: 10px;
}

.woocommerce_reset_variations_link_tr {
  align-items: unset !important;
  border-radius: unset !important;
  background-color: unset !important;
  border: unset !important;
  height: unset !important;
  padding: unset !important;
  margin-bottom: unset !important;
  display: flex;
  margin-top: 10px;
}

.color-variable-items-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.color-variable-items-wrapper .variable-item-span {
  padding: unset !important;
  border-radius: 9px !important;
  outline: 1px solid #ffffff;
}
.color-variable-items-wrapper .variable-item {
  border: unset !important;
}
.color-variable-items-wrapper .variable-item.color-variable-item {
  box-shadow: unset !important;
  padding: unset !important;
}
.color-variable-items-wrapper .variable-item.color-variable-item {
  width: 21px !important;
  height: 20.75px !important;
  margin: unset !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 9px;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.0705882353) !important;
}

.single_variation_wrap {
  padding: 28px 26px;
  border-radius: 23px;
  background: #ffffff;
  margin-right: -26px;
  margin-left: -26px;
}
.single_variation_wrap .single_add_to_cart_button {
  box-shadow: 7px 5px 21px -6px rgba(232, 6, 69, 0.5803921569);
}
.single_variation_wrap .single_variation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 28px;
}
.single_variation_wrap .single_variation .woocommerce-variation-description {
  width: 100%;
  font-size: 13px;
  color: #021959;
  font-weight: 600;
  letter-spacing: -1px;
}

#myChart {
  height: 400px !important;
  width: 100% !important;
}

.box-price-chart {
  box-shadow: 0px 2px 2px 0px #dee9f0;
  background: #afb2b9;
}
.box-price-chart.increase {
  background: #0dbc68;
  backdrop-filter: blur(9px);
}
.box-price-chart.decrease {
  background: #f23248;
}

.woocommerce_template_single_price_vip .price,
.woocommerce-variation-price .price {
  color: #8b98a7;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2px;
}
.woocommerce_template_single_price_vip .discount-box,
.woocommerce-variation-price .discount-box {
  padding: 2px 7px 0 7px;
}
.woocommerce_template_single_price_vip .starting-price,
.woocommerce-variation-price .starting-price {
  margin-bottom: 5px;
}
.woocommerce_template_single_price_vip .starting-price .text-starting-p,
.woocommerce-variation-price .starting-price .text-starting-p {
  display: none;
}
.woocommerce_template_single_price_vip .starting-price + .woocommerce-Price-amount::before,
.woocommerce-variation-price .starting-price + .woocommerce-Price-amount::before {
  content: "شروع قیمت از :";
  font-size: 16px;
  color: #28313b;
  font-weight: bold;
  margin-left: auto;
}
.woocommerce_template_single_price_vip .out-of-stock-message,
.woocommerce_template_single_price_vip .contact-message,
.woocommerce-variation-price .out-of-stock-message,
.woocommerce-variation-price .contact-message {
  font-size: 15px;
  color: #e86969;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce_template_single_price_vip .woocommerce-Price-amount,
.woocommerce-variation-price .woocommerce-Price-amount {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.woocommerce_template_single_price_vip .woocommerce-Price-amount::before,
.woocommerce-variation-price .woocommerce-Price-amount::before {
  content: "قیمت :";
  font-size: 15px;
  color: #021959;
  font-weight: bold;
  margin-left: auto;
}
.woocommerce_template_single_price_vip ins,
.woocommerce-variation-price ins {
  width: 100%;
}
.woocommerce_template_single_price_vip ins .woocommerce-Price-amount::before,
.woocommerce-variation-price ins .woocommerce-Price-amount::before {
  content: "قیمت با تخفیف :";
  font-size: 15px;
  color: #021959;
  font-weight: bold;
  margin-left: auto;
}
.woocommerce_template_single_price_vip del,
.woocommerce-variation-price del {
  width: 100%;
}
.woocommerce_template_single_price_vip del .woocommerce-Price-amount::before,
.woocommerce-variation-price del .woocommerce-Price-amount::before {
  content: "قیمت قبل :";
  font-size: 12px;
  color: #021959;
  font-weight: 600;
  margin-left: auto;
}
.woocommerce_template_single_price_vip .woocommerce-Price-amount,
.woocommerce-variation-price .woocommerce-Price-amount {
  font-size: 23px;
  color: #021959;
  font-weight: bold;
  margin-top: auto;
}
.woocommerce_template_single_price_vip .woocommerce-Price-amount bdi,
.woocommerce-variation-price .woocommerce-Price-amount bdi {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
  margin-right: auto;
}
.woocommerce_template_single_price_vip .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c,
.woocommerce-variation-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c {
  font-size: 9px;
  color: #021959;
  font-weight: bold;
  margin-right: 5px;
  fill: #021959;
}
.woocommerce_template_single_price_vip del *,
.woocommerce-variation-price del * {
  font-size: 14px;
  font-weight: 600;
}
.woocommerce_template_single_price_vip del,
.woocommerce-variation-price del {
  color: #8A95B5;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 9px;
  text-decoration: none;
}
.woocommerce_template_single_price_vip del .woocommerce-Price-amount,
.woocommerce-variation-price del .woocommerce-Price-amount {
  opacity: 0.502;
  text-decoration: line-through;
  flex-grow: 1;
}
.woocommerce_template_single_price_vip del .woocommerce-Price-currencySymbol-c,
.woocommerce-variation-price del .woocommerce-Price-currencySymbol-c {
  display: none;
}

.item-product-vip-slider {
  position: relative;
  background: #fff;
  z-index: 1;
}
.item-product-vip-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(207.91deg, #FFFFFF 92.34%, #E6EAF2 100%, #F6F7F9 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.item-product-vip-slider .add-to-cart {
  box-shadow: 7px 5px 21px -6px rgba(232, 6, 69, 0.6784313725);
}

.item-product-vip-slider .price {
  color: #8b98a7;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1px;
}
.item-product-vip-slider .starting-price {
  margin-bottom: 5px;
}
.item-product-vip-slider .out-of-stock-message,
.item-product-vip-slider .contact-message {
  margin-top: auto;
}
.item-product-vip-slider .woocommerce-Price-amount {
  font-size: 17px;
  color: #164b8a;
  font-weight: 600;
}
.item-product-vip-slider .woocommerce-Price-amount bdi {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  line-height: 1;
}
.item-product-vip-slider .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c {
  font-size: 9px;
  color: #164b8a;
  font-weight: 600;
  margin-left: -6px;
  fill: #164b8a;
}
.item-product-vip-slider .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c.IRT {
  transform: unset;
  order: 1;
  margin-right: 5px;
  margin-left: 0;
}
.item-product-vip-slider .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c.IRT svg {
  width: 13px;
  height: 13px;
}
.item-product-vip-slider del * {
  font-size: 11px;
  letter-spacing: -2%;
}
.item-product-vip-slider del {
  color: #8b98a7;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  text-decoration: none;
}
.item-product-vip-slider del .woocommerce-Price-amount {
  opacity: 0.502;
  text-decoration: line-through;
}
.item-product-vip-slider del .woocommerce-Price-currencySymbol-c {
  display: none;
}

.tabs-single-product {
  box-shadow: 20px 28px 60px -20px rgba(178, 193, 211, 0.168627451), 30px 34px 90px -63px rgba(187, 202, 221, 0.3019607843) inset;
}
.tabs-single-product li a {
  position: relative;
}
.tabs-single-product li a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #E2EDF4;
}
.tabs-single-product li.active a {
  color: #164B8A;
}
.tabs-single-product li:first-child a {
  padding-right: 0;
}
.tabs-single-product li:last-child a::before {
  display: none;
}

.woocommerce-Tabs-panel {
  border-bottom: 1px solid #E4EBF0;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.woocommerce-Tabs-panel--reviews .box-avgRating {
  position: relative;
}
.woocommerce-Tabs-panel--reviews .box-avgRating:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(360deg, #FFFFFF 0%, #ECF1F8 49.04%, #FFFFFF 100%);
}

.box-sort-comment .title {
  position: relative;
}
.box-sort-comment .title::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #DAE3ED;
}
.box-sort-comment ul li a.active {
  color: #164B8A;
}

.item-comment .after-border {
  position: relative;
}
.item-comment .after-border::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #DFE5F4;
}

.comment-pagination {
  display: flex;
  align-items: center;
  gap: 5px;
}
.comment-pagination .page-numbers {
  min-width: 43px;
  height: 39px;
  border-radius: 12px;
  font-size: 17px;
  color: #164B8A;
  font-weight: 700;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-pagination .page-numbers.current {
  background: #E8EDF2;
}
.comment-pagination .page-numbers.next, .comment-pagination .page-numbers.prev {
  font-size: 14px;
  gap: 14px;
}
.comment-pagination .page-numbers.next {
  margin-right: auto;
}
.comment-pagination .page-numbers.prev {
  flex-direction: row-reverse;
  margin-left: auto;
}
.comment-pagination .page-numbers.prev svg {
  rotate: 180deg;
}
.comment-pagination .page-numbers:last-child:not(.next) {
  margin-left: auto;
}
.comment-pagination .page-numbers:first-child:not(.prev) {
  margin-right: auto;
}

.comment-form {
  display: flex;
  align-items: center;
  row-gap: 21px;
  -moz-column-gap: 14px;
       column-gap: 14px;
  flex-wrap: wrap;
}
.comment-form .comment-notes {
  width: 100%;
  width: 100%;
  font-size: 13px;
  color: #7e7e7e;
  font-weight: 600;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  flex: 1;
  max-width: 50%;
}
.comment-form .comment-form-comment textarea {
  padding-top: 27px;
}
.comment-form .comment-form-author input, .comment-form .comment-form-author textarea,
.comment-form .comment-form-email input,
.comment-form .comment-form-email textarea, .comment-form .comment-form-comment input, .comment-form .comment-form-comment textarea {
  width: 100%;
  font-size: 13px;
  color: #6D89AC;
  font-weight: bold;
  padding: 17.5px 23px;
  flex-grow: 1;
  border: 1px solid #ECEFF5;
  border-radius: 14px;
}
.comment-form .comment-form-author input:focus, .comment-form .comment-form-author textarea:focus,
.comment-form .comment-form-email input:focus,
.comment-form .comment-form-email textarea:focus, .comment-form .comment-form-comment input:focus, .comment-form .comment-form-comment textarea:focus {
  outline: unset;
}
.comment-form textarea {
  width: 100%;
  height: 100%;
}
.comment-form textarea:focus {
  outline: unset;
}
.comment-form .comment-form-comment {
  overflow: hidden;
  width: 100%;
}
.comment-form .comment-form-comment textarea {
  min-height: 188px;
}
.comment-form input[type=submit] {
  background: #164B8A;
  box-shadow: 5px 8px 13px 0px rgba(22, 75, 138, 0.168627451);
  border-radius: 13px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 17.5px 40px;
  cursor: pointer;
}
.comment-form .form-submit {
  width: 100%;
}

.comment-form.single-blog-commment .comment-form-author, .comment-form.single-blog-commment .comment-form-email {
  flex: 2.07;
  min-width: 250px;
}
.comment-form.single-blog-commment .comment-form-author, .comment-form.single-blog-commment .comment-form-email, .comment-form.single-blog-commment .comment-form-comment textarea {
  padding-top: 17px;
  padding-bottom: 17px;
}
.comment-form.single-blog-commment .form-submit {
  width: unset;
  margin-right: 20px;
}
.comment-form.single-blog-commment input[type=submit] {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
.comment-form.single-blog-commment .comment-form-comment textarea {
  padding-top: 23px;
  max-height: 187px;
}
.comment-form.single-blog-commment .comment-notes {
  display: none;
}

.progress-wrapper {
  position: relative;
}

.step-line {
  display: flex;
  gap: 2.77px;
  direction: ltr;
}

.step {
  width: 25px;
  height: 4px;
  background-color: #E5EBF2;
}
.step:first-child {
  border-radius: 6px 0px 0px 6px;
}
.step:last-child {
  border-radius: 0px 6px 6px 0px;
}

.step.active {
  background-color: #0fd46c;
}

.dragger {
  position: absolute;
  top: 50% !important;
  left: 0;
  width: 11px;
  height: 14px;
  background-color: #0fd46c;
  border-radius: 4px;
  z-index: 2;
  cursor: grab;
  transition: left 0.2s;
  border: 2px solid #FFF;
  transform: translateY(-50%);
}

.box-content-post-single-product.expanded .show-more svg {
  rotate: -180deg;
}

.item-review .after-border {
  position: relative;
}
.item-review .after-border::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #DFE5F4;
}

.list-tab-attr-single li.active-v span {
  background: #EBA152;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item:last-child {
  border: none;
  padding-bottom: 0;
}

.shadow-bookmark-img-single-blog {
  filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.1294117647));
}

.list-comment-blog li .content {
  position: relative;
}
.list-comment-blog li .content::after {
  position: absolute;
  content: "///////////////////////////////////////////////////////////////////";
  color: #EBEFF5;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 40%;
  left: 0;
  right: 0;
  bottom: -60px;
  overflow: hidden;
}
.list-comment-blog li .show-children-list {
  position: relative;
}
.list-comment-blog li .show-children-list::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #DFE5F4;
}
.list-comment-blog > li .children {
  margin-right: 57px;
  display: none;
}

.list-comment-vip .comment-respond {
  margin-bottom: 55px;
  margin-right: 60px;
}
.list-comment-vip .comment-respond #cancel-comment-reply-link {
  font-size: 13px;
  font-weight: 700;
  color: #164B8A;
  margin-bottom: 12px;
  display: flex;
}

.box-sticky-content-post {
  border-left: 1px solid transparent;
  border-image-source: linear-gradient(360deg, #FFFFFF 0%, #E7ECF2 50%, #FFFFFF 100%);
  border-image-slice: 1;
}

.list-access-content-single .item .des {
  opacity: 0;
  visibility: hidden;
}
.list-access-content-single .item:hover .icon-access {
  stroke: #CE893E;
}
.list-access-content-single .item:hover .des {
  left: -4px;
  visibility: visible;
  opacity: 1;
}

.swiperArrowWave .swiper-button-next {
  position: absolute;
  top: 56%;
  right: 100%;
  background-image: url(../img/arrow-next-slider.svg);
  background-repeat: no-repeat;
  height: 221px;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: left;
  z-index: 110;
  transform: translate(calc(100% - 2px), -50%);
  opacity: 1 !important;
}

.swiperArrowWave .swiper-button-prev {
  position: absolute;
  top: 56%;
  right: -2px !important;
  background-image: url(../img/arrow-prev-slider.svg);
  background-repeat: no-repeat;
  height: 221px;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: left;
  z-index: 110;
  transform: translateY(-50%);
  opacity: 1 !important;
}

.box-representation {
  backdrop-filter: blur(18px);
  box-shadow: 0px 0px 104px 0px #FFFFFF inset;
  background: rgba(255, 255, 255, 0.9294117647);
}
.box-representation .title {
  text-shadow: 1px 1px 4px #FFF;
}

.box-map-attr .list-attr-info-nemayandegi {
  position: relative;
}
.box-map-attr .list-attr-info-nemayandegi::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 88.46%);
  left: 0;
  top: 0;
  bottom: 0;
  width: 69%;
  transform: translate(-100%);
  z-index: 999;
}
.box-map-attr .list-attr-info-nemayandegi .item .box-content {
  position: relative;
}
.box-map-attr .list-attr-info-nemayandegi .item .box-content::before {
  position: absolute;
  content: "";
  left: -41px;
  right: 0;
  bottom: 0;
  height: 1px;
  border-image-slice: 1;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(270deg, #e8eff7 0%, #fff 100%);
}

.box-map-attr .leaflet-control-zoom {
  display: none !important;
}
.box-map-attr .leaflet-control-attribution {
  display: none !important;
}
.box-map-attr .leaflet-marker-icon {
  width: -moz-max-content !important;
  width: max-content !important;
  height: 70px !important;
}

.box-breadcrumbs .after-item-left {
  position: relative;
}
.box-breadcrumbs .after-item-left::after {
  position: absolute;
  content: "";
  background: #e5ecf4;
  width: 1px;
  height: 65%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.list-blog-project a.active {
  background: #FDF8F4;
  color: #C3813B;
}

.item-project-2::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(0deg, #FFFFFF 0%, #ECF1F8 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.item-project-new .wave {
  position: absolute;
  bottom: 0;
  width: 21.2px;
  display: flex;
  align-items: center;
  left: 70.6px;
  height: 25px;
}
.item-project-new .wave::before {
  content: "";
  background-image: url(../img/wave-pic-project.svg);
  width: 140.2px;
  height: 34px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: -1px;
  background-repeat: no-repeat;
  transform: translate(-50%);
}

.brand-icon {
  position: relative;
}
.brand-icon::before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: rgba(249, 174, 91, 0.11);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  clip-path: path("M0.861 15.127C0.861 6.842 7.578 0.125 15.863 0.125V16.188H0.861V15.127Z");
  display: flex;
  position: absolute;
  left: -0.7px;
  bottom: -22px;
}

.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.woocommerce-pagination .page-numbers {
  min-width: 62px;
  height: 62px;
  border-radius: 14px;
  font-size: 19px;
  color: #164B8A;
  font-weight: 600;
  padding: 5px;
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EBEFF5;
  box-shadow: 0px 2px 0px 0px #EBEFF5;
  transition: all 0.3s;
}
.woocommerce-pagination .page-numbers:hover {
  background: #F1F3F8;
  border: 1px solid transparent;
  box-shadow: 0px 2px 0px 0px #F1F3F8;
}
.woocommerce-pagination .page-numbers.current {
  background: #F6AD5E;
  box-shadow: 2px 5px 10px 0px rgba(246, 173, 94, 0.368627451);
  color: #fff;
  border: 1px solid transparent;
}
.woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
  font-size: 14px;
  gap: 14px;
}
.woocommerce-pagination .page-numbers.next svg, .woocommerce-pagination .page-numbers.prev svg {
  width: 12px;
  height: 12px;
}
.woocommerce-pagination .page-numbers.next {
  margin-right: 9px;
}
.woocommerce-pagination .page-numbers.prev {
  flex-direction: row-reverse;
  margin-left: 9px;
}
.woocommerce-pagination .page-numbers.prev svg {
  rotate: 180deg;
}

@keyframes rotate360 {
  0% {
    transform: translate(50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
  }
}
.loading-rotation {
  background: radial-gradient(50% 50% at 50% 50%, #FAF1E7 0%, #FFFFFF 100%);
  width: 32px;
  height: 32px;
  border-radius: 5px;
  display: flex;
}
.loading-rotation svg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  animation: rotate360 1.5s linear infinite;
}

.item-project-2-vip::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.46;
  position: absolute;
}
.item-project-2-vip .wave {
  left: 75px;
}

.box-head-project .after {
  position: relative;
}
.box-head-project .after::after {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, #FFF 0%, #EAEFF8 50%, #FFF 100%);
  height: 57px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.circle-hot-icon {
  position: relative;
}
.circle-hot-icon::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #F23544 0%, #FD5A29 100%);
  border-radius: inherit;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.circle-hot-icon::after {
  background: green;
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #F23544 0%, #FD5A29 100%);
  filter: blur(6px);
  border-radius: 9px;
  width: 100%;
  height: 100%;
  top: 3px;
  left: 3px;
  z-index: 1;
  opacity: 0.2;
}

.box-title-tags {
  position: relative;
}
.box-title-tags::before {
  position: absolute;
  content: "";
  background: #E2E9EF;
  height: 64%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2509803922);
}

.togglecontent {
  visibility: hidden;
  opacity: 0;
}
.togglecontent.opened {
  position: absolute;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  top: 47px;
}

.show-more-blog-related {
  position: relative;
}
.show-more-blog-related::before {
  position: absolute;
  content: "";
  background: #D7E2EE;
  width: 1px;
  height: 85%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiperBrands .swiper-slide {
  position: relative;
}
.swiperBrands .swiper-slide:first-child {
  padding-right: 0;
}
.swiperBrands .swiper-slide:last-child {
  padding-left: 0;
}
.swiperBrands .swiper-slide:last-child::after {
  display: none;
}
.swiperBrands .swiper-slide::after {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, #FFFFFF 0%, #ECF0F4 50%, #FFFFFF 100%);
  width: 1px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-catalogue .box-input {
  position: relative;
}
.section-catalogue .box-input::after {
  position: absolute;
  content: "";
  background: #000;
  opacity: 0.04;
  width: 1px;
  height: 77%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-catalogue .status-type {
  position: relative;
}
.section-catalogue .status-type.active {
  background: #E6EAF2;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0392156863);
}
.section-catalogue .status-type:hover .tooltip {
  opacity: 1;
  top: -10px;
}
.section-catalogue .box-title-vip .pdf-icon {
  box-shadow: 2px 0px 4px 0px rgba(226, 87, 76, 0.3019607843);
}
.section-catalogue .box-title-vip::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='28' fill='none' viewBox='0 0 24 28'%3E%3Cpath stroke='%23EBEEF4' stroke-width='2' d='M1.163 27.7V.7m7.25 27V.7m7 27V.7m7 27V.7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.section-catalogue .box-title-vip::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='28' fill='none' viewBox='0 0 24 28'%3E%3Cpath stroke='%23EBEEF4' stroke-width='2' d='M1.163 27.7V.7m7.25 27V.7m7 27V.7m7 27V.7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.box-moadian-head .img-box {
  position: relative;
}
.box-moadian-head .img-box::before {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, #FFFFFF 0%, #E5ECF3 50%, #FFFFFF 100%);
  width: 1px;
  height: 97%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.head-section .tabs-c {
  position: relative;
}
.head-section .tabs-c:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #D7E2EE;
  height: 65.6%;
  width: 1px;
  display: inline-flex;
  right: 0;
}
.head-section .tabs-c li a.active {
  color: #B87125;
}

.box-form-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.box-form-title input {
  color: #0F417B;
  font-size: 12px;
  border: 1px solid #E0E7F0;
  padding: 13px 20px;
  border-radius: 15px;
  font-weight: 700;
  flex-grow: 1;
}
.box-form-title input::-moz-placeholder {
  color: #0F417B;
}
.box-form-title input::placeholder {
  color: #0F417B;
}
.box-form-title input:focus {
  outline: none;
}
.box-form-title button {
  font-weight: 700;
  font-size: 13px;
  color: #164B8A;
  border: 1px solid #E0E7F0;
  border-radius: 15px;
  padding: 12px 22px;
}

.form-contactus {
  gap: 15px 16px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-contactus input:not([type=submit]), .form-contactus textarea {
  font-size: 12px;
  color: #164B8A;
  font-weight: 600;
  border: 1px solid #E7ECF2;
  padding: 16px 20px;
  border-radius: 13px;
  flex-grow: 1;
  max-width: calc(50% - 8px);
}
.form-contactus input:not([type=submit])::-moz-placeholder, .form-contactus textarea::-moz-placeholder {
  color: #164B8A;
}
.form-contactus input:not([type=submit])::placeholder, .form-contactus textarea::placeholder {
  color: #164B8A;
}
.form-contactus input:not([type=submit]):focus, .form-contactus textarea:focus {
  outline: none;
}
.form-contactus input[type=submit] {
  background: #164B8A;
  box-shadow: 7px 8px 13px -3px rgba(22, 75, 138, 0.168627451);
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  padding: 13px 36px;
  border-radius: 13px;
  margin-right: auto;
}
.form-contactus textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 114px;
  padding: 20px;
}

.expert-item-about {
  position: relative;
}
.expert-item-about::before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 38.46%, rgba(255, 255, 255, 0.46) 100%);
  height: 100%;
  z-index: 4;
}
.expert-item-about::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  z-index: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  mask-image: linear-gradient(to bottom, transparent, black);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black);
  pointer-events: none;
}
.expert-item-about .inner {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 38.46%, rgba(255, 255, 255, 0.86) 100%);
  height: 100%;
  z-index: 4;
}

.blur-layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  pointer-events: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 2;
}

.layer1 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 38.46%, rgba(255, 255, 255, 0.46) 100%);
}

.layer2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 38.46%, rgba(255, 255, 255, 0.86) 100%);
}

.tracking-box .after {
  position: relative;
}
.tracking-box .after::before {
  position: absolute;
  content: "";
  width: 1px;
  background: linear-gradient(0deg, #FFF 0%, #EBEFF5 50%, #FFF 100%);
  height: 100%;
  top: 0;
  right: 0;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating-svg {
  width: 100%;
  height: 100%;
  animation: rotate 10s linear infinite;
}

.center-link-home-404::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 50%;
  width: 1px;
  height: 20vh;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='83.5' viewBox='0 0 1 83.5'%3E%3Cpath stroke='%23D4DEEB' stroke-dasharray='4 5' d='M0.5 0v83.5'/%3E%3C/svg%3E");
  background-repeat: repeat;
  transform: translate(0, 100%);
}

.ltr {
  direction: ltr;
}

.steps-cart-item .item.active .txt {
  color: #021959;
}
.steps-cart-item .item.active .box-icon {
  background: #164B8A;
  box-shadow: unset;
}
.steps-cart-item .item.active .box-icon svg {
  stroke: #fff;
}
.steps-cart-item .item.before .txt {
  color: #021959;
}
.steps-cart-item .item.before .box-icon {
  background: #F2F5FB;
  box-shadow: unset;
}
.steps-cart-item .item.before .box-icon svg {
  stroke: #021959;
}
.steps-cart-item .item .box-icon {
  position: relative;
}
.steps-cart-item .item .box-icon::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  display: flex;
  background: #EDF2F9;
  z-index: -1;
  border-radius: 20px;
  left: -14px;
  transform: translate(-100%);
}
.steps-cart-item .item:last-child .box-icon::before {
  display: none;
}

.box-svg-empty-cart::before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -16px;
  bottom: -16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #FFFFFF 100%);
  backdrop-filter: blur(4.5px);
}

.box-svg-empty-cart.not-backdrop::before {
  backdrop-filter: unset;
}

.box-related-product-cart::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F6F9 100%);
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
  z-index: 1;
}

.woocommerce-cart-form__cart-item .woocommerce-Price-amount bdi {
  font-size: 22px;
  color: #021959;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: -2%;
  margin-bottom: 4px;
}
.woocommerce-cart-form__cart-item .woocommerce-Price-currencySymbol-c {
  font-size: 11px;
  color: #021959;
  font-weight: bold;
  display: block;
}
.woocommerce-cart-form__cart-item .woocommerce-Price-currencySymbol-c svg {
  height: 18px;
  width: 18px;
  fill: #021959;
}

.cart-collaterals table,
.woocommerce-checkout-review-order table {
  width: 100%;
}
.cart-collaterals table tbody,
.cart-collaterals table tfoot,
.woocommerce-checkout-review-order table tbody,
.woocommerce-checkout-review-order table tfoot {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-collaterals table tr,
.woocommerce-checkout-review-order table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #021959;
}
.cart-collaterals table tr th,
.woocommerce-checkout-review-order table tr th {
  font-size: 13px;
  font-weight: bold;
  color: #021959;
}
.cart-collaterals table tr td,
.woocommerce-checkout-review-order table tr td {
  display: flex;
  align-items: center;
  gap: 3px;
}
.cart-collaterals table tr .woocommerce-Price-amount bdi,
.cart-collaterals table tr .woocommerce-Price-amount,
.woocommerce-checkout-review-order table tr .woocommerce-Price-amount bdi,
.woocommerce-checkout-review-order table tr .woocommerce-Price-amount {
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: -2%;
}
.cart-collaterals table tr .woocommerce-Price-currencySymbol-c,
.woocommerce-checkout-review-order table tr .woocommerce-Price-currencySymbol-c {
  font-size: 12px;
  color: #021959;
  font-weight: bold;
}
.cart-collaterals table tr .woocommerce-Price-currencySymbol-c svg,
.woocommerce-checkout-review-order table tr .woocommerce-Price-currencySymbol-c svg {
  width: 13px;
  height: 11px;
  fill: #021959;
  margin-top: -3px;
}
.cart-collaterals table tr .woocommerce-remove-coupon,
.woocommerce-checkout-review-order table tr .woocommerce-remove-coupon {
  font-size: 12px;
}
.cart-collaterals table tr.cart-discount,
.woocommerce-checkout-review-order table tr.cart-discount {
  font-size: 13px;
  font-weight: bold;
  position: relative;
}
.cart-collaterals table tr.cart-discount *,
.woocommerce-checkout-review-order table tr.cart-discount * {
  color: #ee384e;
  fill: #ee384e;
}
.cart-collaterals table tr.cart-discount .woocommerce-remove-coupon,
.woocommerce-checkout-review-order table tr.cart-discount .woocommerce-remove-coupon {
  font-size: 0;
}
.cart-collaterals table tr.cart-discount .woocommerce-remove-coupon::before,
.woocommerce-checkout-review-order table tr.cart-discount .woocommerce-remove-coupon::before {
  content: "پاک";
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #F04055;
  border-radius: 5px;
  position: relative;
  padding: 0px 3px;
}
.cart-collaterals table tr.cart-discount td,
.woocommerce-checkout-review-order table tr.cart-discount td {
  font-size: 0;
}
.cart-collaterals table tr.cart-discount .woocommerce-Price-amount,
.woocommerce-checkout-review-order table tr.cart-discount .woocommerce-Price-amount {
  flex-direction: row-reverse;
}
.cart-collaterals table tr.cart-discount .woocommerce-Price-currencySymbol-c,
.woocommerce-checkout-review-order table tr.cart-discount .woocommerce-Price-currencySymbol-c {
  color: var(--color-primary-text);
}
.cart-collaterals table tr.order-total, .cart-collaterals table tr.order-total,
.woocommerce-checkout-review-order table tr.order-total,
.woocommerce-checkout-review-order table tr.order-total {
  align-items: center;
}
.cart-collaterals table tr.order-total th, .cart-collaterals table tr.order-total th,
.woocommerce-checkout-review-order table tr.order-total th,
.woocommerce-checkout-review-order table tr.order-total th {
  font-size: 17px;
  color: #021959;
  font-weight: bold;
}
.cart-collaterals table tr.order-total .woocommerce-Price-amount,
.cart-collaterals table tr.order-total .woocommerce-Price-amount bdi, .cart-collaterals table tr.order-total .woocommerce-Price-amount,
.cart-collaterals table tr.order-total .woocommerce-Price-amount bdi,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-amount,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-amount bdi,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-amount,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-amount bdi {
  font-size: 23px;
  color: #021959;
  font-weight: 600;
  line-height: 0.7;
  letter-spacing: -5%;
}
.cart-collaterals table tr.order-total .woocommerce-Price-currencySymbol-c, .cart-collaterals table tr.order-total .woocommerce-Price-currencySymbol-c,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-currencySymbol-c,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-currencySymbol-c {
  font-size: 11px;
  color: #8e9aa8;
}
.cart-collaterals table tr.order-total .woocommerce-Price-currencySymbol-c svg, .cart-collaterals table tr.order-total .woocommerce-Price-currencySymbol-c svg,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-currencySymbol-c svg,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-currencySymbol-c svg {
  width: 17px;
  height: 14px;
}

.woocommerce-shipping-methods .woocommerce-Price-amount bdi,
.woocommerce-shipping-methods .woocommerce-Price-amount {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #021959;
  letter-spacing: -2%;
}
.woocommerce-shipping-methods .woocommerce-Price-currencySymbol-c {
  font-size: 12px;
  color: #021959;
  font-weight: bold;
}
.woocommerce-shipping-methods .woocommerce-Price-currencySymbol-c svg {
  fill: #021959;
  width: 12px;
  height: 10px;
}

.coupon input {
  background: #F8F9FA;
  border-radius: 11px;
  color: #021959;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -2%;
  padding: 16px 20px;
  min-width: 232px;
}
.coupon input:focus {
  outline: none;
}
.coupon input:focus + button {
  background: #F04055;
  color: #fff;
}
.coupon button {
  background: #F8F9FA;
  border-radius: 11px;
  color: rgba(2, 25, 89, 0.3019607843);
  font-size: 12px;
  font-weight: 600;
  padding: 16px 28px;
  letter-spacing: -2%;
  transition: all 0.5s;
}

.cart-main-actions-manage--empty-cart {
  font-size: 14px;
  color: #021959;
  font-weight: 600;
}

button[name=update_cart] {
  border-radius: 11px;
  color: rgba(2, 25, 89, 0.3019607843);
  font-size: 12px;
  font-weight: 600;
  padding: 16px 28px;
  letter-spacing: -2%;
  transition: all 0.3s;
  cursor: pointer;
  background: #164B8A;
  color: #fff;
}
button[name=update_cart]:disabled {
  background: #F8F9FA;
  color: rgba(2, 25, 89, 0.3019607843);
}

.list-transportation .item input:checked + label .check-box-icon {
  background-color: rgba(208, 216, 228, 0.2);
}
.list-transportation .item input:checked + label .check-box-icon svg {
  opacity: 1;
}

.list-transportation .item input[type=hidden] + label .check-box-icon {
  background-color: rgba(208, 216, 228, 0.2);
}
.list-transportation .item input[type=hidden] + label .check-box-icon svg {
  opacity: 1;
}

.woocommerce-shipping-destination * {
  font-weight: 600;
}

.delivery-time-list.today-selected .disabled {
  display: none;
}
.delivery-time-list .item input:checked + label {
  background-color: #164B8A;
  border-color: #164B8A;
  color: #fff;
}
.delivery-time-list .item input:checked + label .check-box-icon {
  border-color: #fff;
}
.delivery-time-list .item input:checked + label svg {
  opacity: 1;
}

.delivery-date-list .item input:checked + label {
  background: #164B8A;
}
.delivery-date-list .item input:checked + label::before {
  bottom: 2px;
}
.delivery-date-list .item input:checked + label .title, .delivery-date-list .item input:checked + label .time {
  color: #fff;
}
.delivery-date-list .inner:hover {
  background: #164B8A;
}
.delivery-date-list .inner:hover::before {
  bottom: 2px;
}
.delivery-date-list .inner:hover .title, .delivery-date-list .inner:hover .time {
  color: #fff;
}
.delivery-date-list .inner::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="8" fill="none" viewBox="0 0 17 8"><path fill="%23164B8A" d="M8.16 7.235 16.025.853H.295L8.16 7.235Z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 8px;
  right: 50%;
  transform: translate(50%, 100%);
  transition: all 0.3s;
  z-index: -1;
}

.list-payment .item {
  position: relative;
}
.list-payment .item input:checked + label .check-box-icon {
  background-color: #164B8A;
  border-color: #164B8A;
}
.list-payment .item input:checked + label .check-box-icon svg {
  opacity: 1;
}
.list-payment .item input:checked + label span {
  opacity: 1;
}

.cart_item_name_pice::before {
  content: "";
  display: block;
  height: 1px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='252' height='2' fill='none' viewBox='0 0 252 2'><path stroke='%23E6EAF0' stroke-dasharray='5 5' d='M.887 1.24h251'/></svg>");
  background-repeat: repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.category-main-content {
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F6F9 9.07%, #F2F6F9 98.56%);
}

.SwiperExpertArchiveCat .swiper-pagination {
  position: absolute;
  top: 53px;
  right: 45px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: stretch;
  gap: 4.5px;
}
.SwiperExpertArchiveCat .swiper-pagination .swiper-pagination-bullet {
  background: #DCE3EB;
  width: 6.7px;
  height: 6.7px;
  opacity: 1;
  margin: unset;
  border-radius: 13px;
  transition: all 0.3s;
}
.SwiperExpertArchiveCat .swiper-pagination .swiper-pagination-bullet-active {
  background: #F6AD5E;
  width: 16px;
}
.SwiperExpertArchiveCat .box-pic::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, #FFFFFF 14%, #E8ECF1 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border-radius: 100%;
}
.SwiperExpertArchiveCat .box-pic::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 4px;
  background: conic-gradient(from 223.89deg at 50% 50%, #FFA30A 0deg, #164B8A 39.6deg, #164B8A 96.1deg, #164B8A 167.4deg, #2EAD72 253.86deg, #2EAD72 322.84deg, #FFA30A 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  width: 85px;
  height: 85px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border-radius: 100%;
}
.SwiperExpertArchiveCat .box-pic .inner {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.SwiperExpertArchiveCat .box-pic .inner::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border-radius: 100%;
  inset: 0;
  padding: 4px;
  border-radius: inherit;
  background: conic-gradient(from 223.89deg at 50% 50%, #FFA30A 0deg, #164B8A 39.6deg, #164B8A 96.1deg, #164B8A 167.4deg, #2EAD72 253.86deg, #2EAD72 322.84deg, #FFA30A 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  border-radius: 100%;
}
.SwiperExpertArchiveCat .box-pic .inner::before {
  content: "";
  position: absolute;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.2);
  width: 85px;
  height: 85px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border-radius: 100%;
}
.SwiperExpertArchiveCat .after-btn-call::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(360deg, #FFFFFF 0%, #EBF1F4 50%, #FFFFFF 100%);
}
.SwiperExpertArchiveCat .after-btn-call svg {
  filter: drop-shadow(0px 0px 3px rgba(46, 173, 114, 0.3019607843));
}

.BoxSwiperListCategorySlider {
  position: relative;
}
.BoxSwiperListCategorySlider::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(245, 248, 251, 0) 0%, #F2F6F9 70.19%);
  left: 0;
  top: 0;
  bottom: -8px;
  width: 125px;
  z-index: 9;
  backdrop-filter: blur(0.7px);
  border-radius: 16px;
}

.table-product-archive {
  border-collapse: separate;
  border-spacing: 0 5px;
  border-bottom: unset !important;
  background: #F2F6F9;
}
.table-product-archive thead th {
  padding-left: 10px;
  padding-right: 10px;
}
.table-product-archive thead th:last-child {
  text-align: left;
  padding-left: 22px;
}
.table-product-archive tbody tr:not(.dropdowntr):nth-child(even) td {
  background: rgba(255, 255, 255, 0.6);
}
.table-product-archive tbody tr:not(.dropdowntr) td {
  margin-bottom: 5px;
  background: #fff;
  border-right: 1px solid #F2F6F9;
  padding-left: 10px;
  padding-right: 10px;
}
.table-product-archive tbody tr:not(.dropdowntr) td:first-child {
  border-radius: 0px 12px 12px 0px;
}
.table-product-archive tbody tr:not(.dropdowntr) td:last-child {
  border-radius: 12px 0px 0px 12px;
}

table .row-product .color-special, table tr.dropdowntr .color-special {
  color: #4E5965;
  fill: #4E5965;
}
table .row-product.increase .color-special, table tr.dropdowntr.increase .color-special {
  color: #15C771;
  fill: #15C771;
}
table .row-product.decrease .color-special, table tr.dropdowntr.decrease .color-special {
  color: #f1085a;
  fill: #f1085a;
}
table .row-product.decrease .low-growth-icon, table tr.dropdowntr.decrease .low-growth-icon {
  rotate: 180deg;
}
table .row-product.increase + .child .color-special, table tr.dropdowntr.increase + .child .color-special {
  color: #15C771;
  fill: #15C771;
}
table .row-product.decrease + .child .color-special, table tr.dropdowntr.decrease + .child .color-special {
  color: #f1085a;
  fill: #f1085a;
}
table .row-product.decrease + .child .low-growth-icon, table tr.dropdowntr.decrease + .child .low-growth-icon {
  rotate: 180deg;
}

.dataTables_filter {
  display: none;
}

.table-product-archive .row-product .woocommerce-Price-amount {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-product-archive .row-product .woocommerce-Price-amount bdi {
  font-size: 19px;
  color: #164B8A;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
}
.table-product-archive .row-product .woocommerce-Price-currencySymbol-c {
  font-size: 11px;
  color: #164B8A;
  font-weight: bold;
  display: block;
}
.table-product-archive .row-product .woocommerce-Price-currencySymbol-c svg {
  width: 13px;
  height: 11px;
  fill: #164B8A;
}

.dataTables_paginate {
  display: flex !important;
  align-items: center;
  margin-top: unset !important;
  padding: unset !important;
  border-radius: unset !important;
  color: #0F417B !important;
  margin-right: 40px;
}

.dataTables_paginate > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dataTables_paginate .paginate_button {
  width: 46px;
  height: 46px;
  background: #F2F6F9 !important;
  border-radius: 17px !important;
  border: unset !important;
  margin: unset !important;
  padding: unset !important;
  font-size: 17px;
  font-weight: 600;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.dataTables_paginate .paginate_button.current {
  background-color: #fff !important;
}

.dataTables_paginate .paginate_button.next,
.dataTables_paginate .paginate_button.previous {
  display: none !important;
}

.dataTables_paginate .paginate_button.next.disabled,
.dataTables_paginate .paginate_button.previous.disabled {
  display: none !important;
}

.dataTables_wrapper {
  margin-bottom: 50px;
  width: 100%;
}

.ItemTableCatLevel .logo-table::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  box-shadow: -17px 0px 24px -22px rgba(54, 72, 94, 0.2);
  width: 100%;
}
.ItemTableCatLevel .time::before, .ItemTableCatLevel .tax::before {
  content: "";
  position: absolute;
  background: #DFE9F0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 17px;
  left: 0;
}

.btn-table .pdf-access-table {
  background: rgba(232, 6, 69, 0.0509803922);
  fill: #E80645;
}
.btn-table .xlsx-access-icon {
  background: rgba(19, 162, 96, 0.0784313725);
  fill: #13A260;
}

.box-show-more-factory .count::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #FFFFFF 0%, #DEE6EF 50%, #FFFFFF 100%);
  height: 1px;
  bottom: 0;
  left: -4px;
  right: -4px;
}

.search-cat-level {
  min-width: 42px;
  width: 42px;
  overflow: hidden;
  transition: all 0.3s;
}
.search-cat-level:hover {
  background: #164B8A;
  width: 365px;
}
.search-cat-level:hover .search-icon-svg {
  stroke: white;
}

.NotifyMeWhenAvailable {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

.NotifyMeWhenAvailable input:checked + label .title {
  color: #35CF85;
}
.NotifyMeWhenAvailable input:checked + label .title .inner {
  display: none;
}
.NotifyMeWhenAvailable input:checked + label .btn {
  border-color: #35CF85;
}
.NotifyMeWhenAvailable input:checked + label .btn .inner {
  border-color: #35CF85;
  background: #35CF85;
  margin-left: auto;
}

.box-festival .btn {
  position: relative;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #EBEFF4 0%, #FFFFFF 100%) border-box;
}

.countdown-container-festival > span {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 3px;
  position: relative;
}
.countdown-container-festival > span::before {
  content: "";
  position: absolute;
  color: #A9B4C2;
  font-size: 11px;
  font-weight: 600;
  bottom: -4px;
  transform: translate(50%, 100%);
  right: 50%;
}
.countdown-container-festival .position {
  background: #E80645;
  box-shadow: 2px 2px 5px 0px rgba(232, 6, 69, 0.2392156863);
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 5px;
  width: 22px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.countdown-container-festival .countDiv {
  width: 1px;
  height: 29px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.12) 50%, rgba(255, 255, 255, 0) 100%);
}
.countdown-container-festival .digit {
  transition: all 0.3s;
  position: absolute;
  margin-top: 4px;
}
.countdown-container-festival .countDays::before {
  content: "روز";
}
.countdown-container-festival .countHours::before {
  content: "ساعت";
}
.countdown-container-festival .countMinutes::before {
  content: "دقیقه";
}
.countdown-container-festival .countSeconds::before {
  content: "ثانیه";
}

.overflow-unset {
  overflow: unset;
}

.item-product-search .price {
  margin-right: auto;
  font-size: 11px;
  color: #021959;
  font-weight: 600;
}
.item-product-search .price bdi {
  font-size: 16px;
  color: #021959;
  font-weight: 600;
  letter-spacing: -2%;
  display: flex;
  align-items: center;
  gap: 3px;
}
.item-product-search .price bdi .woocommerce-Price-currencySymbol svg {
  width: 13px;
  height: 10px;
  fill: #021959;
}
.item-product-search .price del {
  display: none;
}

.list-tab-search-ajax li:first-child {
  padding-right: 14px;
}
.list-tab-search-ajax .item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 1px;
  height: 9px;
  background: #D1DCE9;
}
.list-tab-search-ajax .item a::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 3px;
  background: #CE893E;
  border-radius: 3px;
  right: 0;
  transition: all 0.3s;
  transform: translateY(50%);
}
.list-tab-search-ajax .item:hover, .list-tab-search-ajax .item.active {
  color: #AC681F;
}
.list-tab-search-ajax .item:hover a::before, .list-tab-search-ajax .item.active a::before {
  width: 100%;
}

.item-product-attr-search .woocommerce-Price-amount bdi,
.item-product-attr-search .woocommerce-Price-amount {
  font-size: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #164b8a;
}
.item-product-attr-search .woocommerce-Price-currencySymbol-c {
  font-size: 12px;
  color: #021959;
  font-weight: bold;
}
.item-product-attr-search .woocommerce-Price-currencySymbol-c svg {
  width: 13px;
  height: 11px;
  fill: #021959;
  margin-top: -3px;
}

.list-experts-search .item:first-child {
  padding-top: 20px;
}

.access-hover-header-myaccount:hover .drop-done-profile-btn-box {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.drop-done-profile-btn {
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, rgba(235, 239, 244, 0.5) 0%, rgba(255, 255, 255, 0.5) 37.89%) border-box;
}

.list-links-minicart-empty a:first-child {
  position: relative;
}
.list-links-minicart-empty a:first-child::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #EFF2F5;
  width: 1px;
  height: 19px;
  left: 0;
}

.minicart-sidbar-type {
  top: var(--admin-offset);
}
.minicart-sidbar-type .item-product-cart .price {
  margin-right: auto;
}
.minicart-sidbar-type .item-product-cart .price bdi {
  display: flex;
  align-items: center;
  gap: 3.5px;
  font-size: 16px;
  color: #021959;
  font-weight: 600;
  letter-spacing: -2%;
}
.minicart-sidbar-type .item-product-cart .price svg {
  height: 13px;
  width: 10.3px;
  fill: #021959;
  margin-top: -4px;
}
.minicart-sidbar-type .price-total bdi {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  color: #021959;
  font-weight: 700;
}
.minicart-sidbar-type .price-total svg {
  height: 16px;
  width: 13.3px;
  fill: #021959;
  margin-top: -4px;
}
.minicart-sidbar-type .inner-poup-mini-cart {
  display: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #FFFFFF 100%);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.minicart-sidbar-type .inner-poup-mini-cart.active {
  display: flex;
  opacity: 1;
}
.minicart-sidbar-type .inner-poup-note .close-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 20px;
  width: 1px;
  background: #E7EBF0;
  transform: translateY(-50%);
}

.minicart-sidbar-type-2 .price-total bdi {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 19px;
  color: #021959;
  font-weight: 700;
  letter-spacing: -1%;
}
.minicart-sidbar-type-2 .price-total svg {
  height: 16px;
  width: 13.3px;
  fill: #021959;
  margin-top: -4px;
}
.minicart-sidbar-type-2 .item-product-cart-mini .price bdi {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #021959;
  font-weight: 600;
  letter-spacing: -2%;
}
.minicart-sidbar-type-2 .item-product-cart-mini .price svg {
  height: 11px;
  width: 11.3px;
  fill: #021959;
  margin-top: -4px;
}

.mini-cart-dropdone .item .price bdi {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #021959;
  font-weight: 600;
  letter-spacing: -2%;
}
.mini-cart-dropdone .item .price svg {
  height: 12.5px;
  width: 10.3px;
  fill: #021959;
  margin-top: -4px;
}
.mini-cart-dropdone .price-total bdi {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 19px;
  color: #021959;
  font-weight: 700;
  letter-spacing: -1%;
}
.mini-cart-dropdone .price-total svg {
  height: 16px;
  width: 13.3px;
  fill: #021959;
  margin-top: -4px;
}

.menu-learn li {
  position: relative;
}
.menu-learn li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(85.74deg, #F9FBFD -3.26%, #F3F6FA 98.89%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
}
.menu-learn li:hover {
  border-color: transparent;
}
.menu-learn li:hover::after {
  opacity: 1;
}

.menu-special li a.main {
  padding-top: 0;
}
.menu-special li a.main::before {
  content: "";
  width: 4px;
  height: 8px;
  background: #E1994A;
  border-radius: 3px;
  display: inline-block;
  margin-left: 11px;
  transform: translateY(5px);
}

.af-menu.af-menu-flex {
  display: flex;
  height: 100%;
}
.af-menu.af-menu-grid {
  display: grid;
}

.menu-vip-1 {
  background: #fff;
  border-radius: 0 0 40px 40px;
  width: 100%;
  padding: 2rem 0;
  display: flex;
  position: relative;
  height: 480px;
  z-index: 999;
}
.menu-vip-1.flex_type > ul > li > .sub-menu-wrapper > .sub-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: -moz-max-content;
  width: max-content;
  gap: 20px 75px;
}
.menu-vip-1.flex_type > ul > li.menu-depth-1 > .sub-menu-wrapper > .sub-menu {
  gap: 0 75px;
}
.menu-vip-1.flex_type > ul > li.menu-depth-1 > .sub-menu-wrapper > .sub-menu li + .special-style {
  margin-top: 20px;
}
.menu-vip-1.grid_type > ul > li > .sub-menu-wrapper > .sub-menu {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px 75px;
}
.menu-vip-1 > ul {
  min-width: 270px;
  max-width: 270px;
  max-height: 100%;
  overflow: scroll;
}
.menu-vip-1 > ul::after {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, #FFFFFF 0%, #E7EBF0 25.48%, #E7EBF0 50%, #E7EBF0 75%, #FFFFFF 100%);
  width: 1px;
  top: 10px;
  bottom: 10px;
  right: 270px;
}
.menu-vip-1 > ul > li > a {
  font-size: 12px;
  color: #0F417B;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.menu-vip-1 > ul > li > a img {
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
.menu-vip-1 > ul > li > a::after {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, #E7EBF0 0%, #D57D1D 49.52%, #E7EBF0 100%);
  width: 1px;
  left: 0;
  z-index: 1;
  top: 0;
  bottom: 100%;
  transition: all 0.3s;
}
.menu-vip-1 > ul > li:first-child:hover > a:after {
  top: 0;
}
.menu-vip-1 > ul > li:last-child:hover > a:after {
  bottom: 0;
}
.menu-vip-1 > ul > li.active > a *, .menu-vip-1 > ul > li:hover > a * {
  color: #CE893E;
}
.menu-vip-1 > ul > li.active > a::after, .menu-vip-1 > ul > li:hover > a::after {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, #E7EBF0 0%, #D57D1D 49.52%, #E7EBF0 100%);
  width: 1px;
  top: -22px;
  left: 0;
  z-index: 1;
  bottom: -22px;
}
.menu-vip-1 > ul > li.active > a img, .menu-vip-1 > ul > li:hover > a img {
  filter: brightness(0) saturate(100%) invert(77%) sepia(72%) saturate(2036%) hue-rotate(330deg) brightness(87%) contrast(84%);
}
.menu-vip-1 > ul > li.active > .sub-menu-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
.menu-vip-1 > ul > li > .sub-menu-wrapper {
  flex-grow: 1;
  padding: 2rem 48px;
  min-width: 0;
  position: absolute;
  left: 0;
  width: calc(100% - 270px);
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
}
.menu-vip-1 .view-all-full {
  grid-column: 1/-1;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 12px;
  font-weight: bold;
  color: #0F417B;
  display: flex;
  align-items: center;
  gap: 4px;
}
.menu-vip-1 .view-all-full::before {
  display: none;
}
.menu-vip-1 .view-all-full .menu-vip-content-title-icon {
  background: #E1994A;
  border-radius: 5px;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-vip-1 .view-all-full .menu-vip-content-title-icon svg {
  stroke: #fff;
  width: 8px;
  height: 8px;
}
.menu-vip-1 > ul > li > .sub-menu-wrapper > ul {
  max-height: 100%;
}
.menu-vip-1 > ul > li .sub-menu-wrapper ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-vip-1 > ul > li .sub-menu-wrapper ul li a {
  font-size: 12px;
  font-weight: 600;
  color: #366091;
  padding: 6px 0;
  display: inline-flex;
  text-decoration: none;
  transition: color 0.3s ease;
}
.menu-vip-1 > ul > li .sub-menu-wrapper ul li a:hover {
  color: #0F417B;
}
.menu-vip-1.mega-menu-side-alt {
  padding: 0;
  border-radius: 0 0 20px 20px;
}
.menu-vip-1.mega-menu-side-alt > ul {
  background: rgba(231, 235, 240, 0.24);
  border-left: 1px solid #EBEEF5;
}
.menu-vip-1.mega-menu-side-alt > ul::after {
  display: none;
}
.menu-vip-1.mega-menu-side-alt > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  flex-direction: row-reverse;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(235, 238, 245, 0.7);
  padding: 14px 20px;
}
.menu-vip-1.mega-menu-side-alt > ul > li > a::after {
  display: none;
}
.menu-vip-1.mega-menu-side-alt > ul > li.active > a, .menu-vip-1.mega-menu-side-alt > ul > li:hover > a {
  background: #fff;
}
.menu-vip-1.mega-menu-side-alt > ul > li.active > a *, .menu-vip-1.mega-menu-side-alt > ul > li:hover > a * {
  color: inherit;
}
.menu-vip-1.mega-menu-side-alt > ul > li.active > a img, .menu-vip-1.mega-menu-side-alt > ul > li:hover > a img {
  filter: none;
}
.menu-vip-1.main-menu-auto > ul > li > .sub-menu-wrapper > ul > li > a, .menu-vip-1 .sub-menu-wrapper li.special-style > a {
  font-weight: bold !important;
  color: #0F417B !important;
  position: relative;
}
.menu-vip-1.main-menu-auto > ul > li > .sub-menu-wrapper > ul > li > a::before, .menu-vip-1 .sub-menu-wrapper li.special-style > a::before {
  content: "";
  width: 4px;
  height: 8px;
  background: #E1994A;
  border-radius: 3px;
  margin-left: 10px;
  transform: translateY(5px);
}
.menu-vip-1.mega-menu-side-accent::before {
  position: absolute;
  content: "";
  border-radius: 36px;
  left: 7.5px;
  right: 7.5px;
  bottom: 8.5px;
  top: 0;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #FFFFFF 0%, #EBEFF4 100%) border-box;
  z-index: -1;
}

.menu-vip-5 {
  background: #fff;
  border-radius: 0 0 40px 40px;
  width: 100%;
  padding: 0 8px;
  display: flex;
  position: relative;
  height: 480px;
  padding-bottom: 50px;
}
.menu-vip-5.flex_type > ul > li > .sub-menu-wrapper > .sub-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: -moz-max-content;
  width: max-content;
  gap: 20px 75px;
}
.menu-vip-5.grid_type > ul > li > .sub-menu-wrapper > .sub-menu {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px 75px;
}
.menu-vip-5.grid_type > ul > li > .sub-menu-wrapper {
  overflow: scroll;
}
.menu-vip-5 > ul {
  display: flex;
  align-items: center;
  overflow: scroll;
  margin-bottom: 38px;
  padding: 0 40px;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 4px;
}
.menu-vip-5 > ul::after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #FFFFFF 0%, #E7EBF0 25.48%, #E7EBF0 50%, #E7EBF0 75%, #FFFFFF 100%);
  top: 62px;
  left: 0;
  right: 0;
  height: 1px;
}
.menu-vip-5 > ul > li > a {
  font-size: 12px;
  color: #0F417B;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 16px;
  padding: 22px 26px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
}
.menu-vip-5 > ul > li > a img {
  min-width: 17px;
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-vip-5 > ul > li > a::after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #E7EBF0 0%, #D57D1D 49.52%, #E7EBF0 100%);
  z-index: 1;
  right: 50%;
  bottom: 0;
  transition: all 0.3s;
  height: 1px;
  transform: translateX(50%);
  width: 0;
}
.menu-vip-5 > ul > li > a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: all 0.3s;
  height: 25px;
  background: #E5E9EE;
  left: 0;
  width: 1px;
  transform: translateY(-50%);
}
.menu-vip-5 > ul > li.active > a *, .menu-vip-5 > ul > li:hover > a * {
  color: #CE893E;
}
.menu-vip-5 > ul > li.active > a::after, .menu-vip-5 > ul > li:hover > a::after {
  width: calc(100% - 52px);
}
.menu-vip-5 > ul > li:first-child a {
  padding-right: 0;
}
.menu-vip-5 > ul > li.active > .sub-menu-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
.menu-vip-5 > ul > li > .sub-menu-wrapper {
  flex-grow: 1;
  padding: 0 56px 2rem;
  min-width: 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.menu-vip-5 .view-all-full {
  grid-column: 1/-1;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 12px;
  font-weight: bold;
  color: #0F417B;
  display: flex;
  align-items: center;
  gap: 4px;
}
.menu-vip-5 .view-all-full::before {
  display: none;
}
.menu-vip-5 .view-all-full .menu-vip-content-title-icon {
  background: #E1994A;
  border-radius: 5px;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-vip-5 .view-all-full .menu-vip-content-title-icon svg {
  stroke: #fff;
  width: 8px;
  height: 8px;
}
.menu-vip-5 > ul > li > .sub-menu-wrapper > ul {
  max-height: 100%;
}
.menu-vip-5 > ul > li .sub-menu-wrapper ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-vip-5 > ul > li .sub-menu-wrapper ul li a {
  font-size: 12px;
  font-weight: 600;
  color: #366091;
  padding: 6px 0;
  display: inline-flex;
  text-decoration: none;
  transition: color 0.3s ease;
}
.menu-vip-5 > ul > li .sub-menu-wrapper ul li a:hover {
  color: #0F417B;
}
.menu-vip-5.mega-menu-top-alt {
  padding: 0;
}
.menu-vip-5.mega-menu-top-alt > ul {
  background: rgba(231, 235, 240, 0.2392156863);
  padding: 0;
}
.menu-vip-5.mega-menu-top-alt > ul::after {
  display: none;
}
.menu-vip-5.mega-menu-top-alt > ul > li > a {
  border-left: 1px solid #D7DDE9;
  padding: 22px 26px;
}
.menu-vip-5.mega-menu-top-alt > ul > li > a::after {
  display: none;
}
.menu-vip-5.mega-menu-top-alt > ul > li > a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  width: 1px;
  box-shadow: 1px 0px 0px 0px #FFFFFF;
  height: 100%;
  background: unset;
  transform: unset;
}
.menu-vip-5.main-menu-auto > ul > li > .sub-menu-wrapper > ul > li > a, .menu-vip-5 .sub-menu-wrapper li.special-style > a {
  font-weight: bold !important;
  color: #0F417B !important;
  position: relative;
}
.menu-vip-5.main-menu-auto > ul > li > .sub-menu-wrapper > ul > li > a::before, .menu-vip-5 .sub-menu-wrapper li.special-style > a::before {
  content: "";
  width: 4px;
  height: 8px;
  background: #E1994A;
  border-radius: 3px;
  margin-left: 10px;
  transform: translateY(5px);
}

.menu-vip-1 .menu-html-block, .menu-vip-5 .menu-html-block {
  min-width: 0;
  position: absolute;
  left: 0;
  width: calc(100% - 270px);
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
}
.menu-vip-1 .menu-html-block > .elementor, .menu-vip-5 .menu-html-block > .elementor {
  height: 100%;
}
.menu-vip-1 > ul > li.active > .menu-html-block, .menu-vip-5 > ul > li.active > .menu-html-block {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}

.menu-vip-6 {
  width: 284px;
}
.menu-vip-6 ul {
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  width: inherit;
  padding: 24px 0 29px;
}
.menu-vip-6 ul li {
  font-size: 13px;
  font-weight: 700;
  color: #0F417B;
  position: relative;
  width: inherit;
}
.menu-vip-6 ul li a {
  padding: 8px 35px 8px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-vip-6 ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translate(-100%);
}
.menu-vip-6 ul li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 10px;
  top: -20px;
  transform: translate(-80%);
  box-shadow: 6px 10px 20px 0px rgba(181, 200, 222, 0.3019607843);
  border-radius: 20px;
  transition: all 0.3s;
  width: inherit;
}

.list-brand-menu {
  display: grid;
}
.list-brand-menu .item {
  border: 1px solid rgba(224, 231, 240, 0.6);
  padding: 12px;
  border-radius: 10px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-brand-menu .item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.box-poupup-elementor {
  width: 905px;
  height: 90svh;
}

.box-poupup-elementor-1 {
  border: 1px solid #E8EEF6;
  background: #ffffff;
  border-radius: 39px;
  padding: 15px 45px;
}
.box-poupup-elementor-1 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.box-poupup-elementor-1 .head .title {
  font-size: 18px;
  color: #0F417B;
  font-weight: bold;
}
.box-poupup-elementor-1 .head .close-icon {
  position: relative;
  padding-right: 24px;
}
.box-poupup-elementor-1 .head .close-icon svg {
  stroke: #0F417B;
  width: 1rem;
  height: 1rem;
}
.box-poupup-elementor-1 .head .close-icon::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 110%;
  width: 1px;
  background: #E7EBF0;
}

.box-poupup-elementor-2 {
  border: 1px solid #E8EEF6;
  background: #ffffff;
  padding: 0px 0 20px;
}
.box-poupup-elementor-2 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 21px;
  border-bottom: 2px solid #E8EEF6;
}
.box-poupup-elementor-2 .head .title {
  font-size: 18px;
  color: #0F417B;
  font-weight: bold;
}
.box-poupup-elementor-2 .head .close-icon {
  position: relative;
  padding-right: 24px;
}
.box-poupup-elementor-2 .head .close-icon svg {
  stroke: #0F417B;
  width: 1rem;
  height: 1rem;
}
.box-poupup-elementor-2 .head .close-icon::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 110%;
  width: 1px;
  background: #E7EBF0;
}

.box-poupup-elementor-3 {
  display: flex;
  flex-direction: column;
}
.box-poupup-elementor-3 .head {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 21px;
}
.box-poupup-elementor-3 .head .title {
  font-size: 16px;
  color: #0F417B;
  font-weight: bold;
  background: #fff;
  border-radius: 20px;
  flex-grow: 1;
  padding: 7px 20px;
}
.box-poupup-elementor-3 .head .close-icon {
  position: relative;
  padding: 4px 14px 4px 12px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0F417B;
}
.box-poupup-elementor-3 .head .close-icon svg {
  stroke: #0F417B;
  width: 1rem;
  height: 1rem;
}
.box-poupup-elementor-3 .content {
  border: 1px solid #E8EEF6;
  flex-grow: 1;
  border-radius: 30px;
  background: #fff;
}

.box-poupup-request input:not(:-moz-placeholder) {
  padding-top: 17px;
  padding-bottom: 17px;
}

.box-poupup-request input:not(:placeholder-shown) {
  padding-top: 17px;
  padding-bottom: 17px;
}

.box-poupup-request input:-moz-placeholder {
  padding-top: 6px;
  padding-bottom: 17px;
}

.box-poupup-request input:placeholder-shown {
  padding-top: 6px;
  padding-bottom: 17px;
}

.microphone-box {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #1CD571;
  display: flex;
  align-items: center;
  justify-content: center;
}
.microphone-box::before, .microphone-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  opacity: 0;
  animation: pulse-out 2s infinite ease-out;
}
.microphone-box::before {
  border: 1px solid rgba(228, 233, 241, 0.4);
  width: 140%;
  height: 140%;
}
.microphone-box::after {
  border: 1px solid rgba(228, 233, 241, 0.2);
  width: 175%;
  height: 175%;
  animation-delay: 0.3s;
}

@keyframes pulse-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.submit-send-request:hover {
  background: #164B8A;
  box-shadow: 6px 6px 13px 0px rgba(22, 75, 138, 0.168627451);
  border-color: #164B8A;
  color: #fff;
}

.mini-acess-bar .item {
  position: relative;
}
.mini-acess-bar .item::after {
  position: absolute;
  top: 50%;
  content: "";
  background: #F2F6FD;
  width: 1px;
  left: 0;
  height: 83%;
  transform: translateY(-50%);
}
.mini-acess-bar .item:last-child::after {
  display: none;
}

.support-widget-mobile .list .item {
  position: relative;
}
.support-widget-mobile .list .item::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, #FFFFFF 0%, #E8EFF4 50%, #FFFFFF 100%);
}
.support-widget-mobile .list .item:last-child {
  padding-bottom: 0;
}
.support-widget-mobile .list .item:last-child::before {
  display: none;
}
.support-widget-mobile .list .item:first-child {
  padding-top: 0;
}
.support-widget-mobile.type-not-text .list {
  min-width: unset;
  border-radius: 40px;
  padding: 11px 10px;
}
.support-widget-mobile.type-not-text .list a span {
  display: none;
}

.list-product-compare .item {
  position: relative;
}
.list-product-compare .item:last-child::after {
  display: none;
}
.list-product-compare .item::after {
  content: "+";
  color: #021959;
  font-size: 13px;
  font-weight: 700;
  padding-right: 9px;
  margin-left: 9px;
}

.compare tr {
  border-bottom: 1px solid #E7ECF3;
}
.compare td {
  max-width: 333px;
}
.compare th {
  max-width: 150px;
}
.compare td, .compare th {
  border-left: 1px solid #E7ECF3;
}
.compare .title-vip {
  font-size: 16px;
  color: #164B8A;
  font-weight: 700;
}
.compare .content-tr td {
  padding: 17px 26px;
}
.compare .content-tr th {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.compare .content-tr .content-td {
  font-size: 13px;
  color: #0C3C76;
  font-weight: 600;
}
.compare .content-tr .title-th {
  font-size: 12px;
  color: #164B8A;
  font-weight: 600;
}

.item-product-compare .price del {
  display: none;
}
.item-product-compare .woocommerce-Price-amount {
  font-size: 25px;
  color: #164B8A;
  font-weight: 600;
}
.item-product-compare .woocommerce-Price-amount bdi {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  line-height: 1;
}
.item-product-compare .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c {
  font-size: 14px;
  color: #164b8a;
  font-weight: 600;
  margin-right: 5px;
  fill: #164B8A;
}
.item-product-compare .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c.IRT svg {
  width: 17px;
  height: 14px;
}

.input-search-compare {
  text-shadow: 1px 1px 0px white;
}

.list-cat-faq .item {
  transition: all 0.3s;
}
.list-cat-faq .item:hover, .list-cat-faq .item.active {
  background: #F2F6F9;
}

.list-faqs-page .item-faq:first-child .head {
  padding-top: 0;
}

.box-product-quick .line::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2' height='12' fill='none'><path stroke='%23C5D2E2' stroke-dasharray='6 6' d='M1 0V12'/></svg>");
  background-repeat: repeat;
  background-position: center;
  top: 22px;
  bottom: 22px;
  width: 2px;
  left: 11px;
}
.box-product-quick .box-svg {
  margin: 0 -0.2px 0 -0.8px;
}

.logo-brand-footer img {
  height: 56px;
  min-width: 56px;
}

.dataTables_wrapper {
  width: 100%;
  overflow-x: auto;
}

.responsive-table {
  width: 100%;
  table-layout: auto;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.responsive-table.ready {
  opacity: 1;
}

.col-hidden {
  display: none !important;
}

.dropdowntr > td {
  width: 100%;
  border-radius: 12px;
}

.dropdowntr ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 6px;
  padding: 0;
}

.dropdowntr ul .title,
.dropdowntr ul .content {
  padding: 3px;
}

.dropdowntr ul .title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  min-width: 30%;
  white-space: nowrap;
}

.dropdowntr ul .content {
  color: #6e6e6e;
  font-size: 11px;
  font-weight: 700;
}

.dropdowntr ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
}

.item-step-cat-level {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  rotate: 12deg;
  overflow: hidden;
  min-width: 200px;
}
.item-step-cat-level .inner {
  rotate: -12deg;
  padding: 0 32px 0 12px;
}
.item-step-cat-level:last-child::after {
  display: none;
}
.item-step-cat-level::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
.item-step-cat-level::after {
  content: "";
  position: absolute;
  left: -76px;
  background: rgba(85, 107, 134, 0.6980392157);
  filter: blur(38px);
  width: 10.2%;
  height: 36%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}

.list-varible-chart li {
  transition: all 0.3s;
}
.list-varible-chart li.active, .list-varible-chart li:hover {
  background: #021959;
  box-shadow: 0px 0px 0px 0px rgba(153, 163, 179, 0.2);
  border-color: #021959;
  color: #FFFFFF;
}

.addtocartdsvg .progress {
  fill: none;
  stroke: #0DBC68;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-dasharray: 402.12;
  stroke-dashoffset: 390.12;
  transition: stroke-dashoffset 2s;
  filter: drop-shadow(0px 4px 11px rgba(0, 227, 96, 0.2509803922));
}

.BoxPoupupAddToCart .show-success {
  position: absolute;
  transform: scale(0);
  transform-origin: center;
  transition: transform 1s ease 2s;
  z-index: 10;
}
.BoxPoupupAddToCart.active .addtocartdsvg .progress {
  stroke-dashoffset: 0 !important;
}
.BoxPoupupAddToCart.active .show-success {
  transform: scale(1);
}

.compare-products-list {
  padding-left: 0;
}

.compare-products-list:has(.item-product) {
  padding-left: 2.25rem;
}

@keyframes wd-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.add_to_cart_button .inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s ease, transform 0.25s ease;
  transform: translateY(100%);
}

.add_to_cart_button.type-spinner:after {
  position: absolute;
  top: calc(50% - 9px);
  inset-inline-start: calc(50% - 9px);
  opacity: 0;
  transition: opacity 0.2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.add_to_cart_button.type-dots .loading-vip {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease;
  right: 50%;
  transform: translate(50%);
}

.add_to_cart_button:hover .inner {
  transform: translateY(0) translateZ(0);
}

.add_to_cart_button .inner-text {
  display: block;
  transition: transform 0.25s ease, opacity 0.15s ease;
}

.add_to_cart_button:hover .inner-text {
  transform: translateY(-200%) translateZ(0);
}

.add_to_cart_button.loading .inner,
.add_to_cart_button.loading .inner-text {
  opacity: 0;
}

.add_to_cart_button.loading.type-spinner:after {
  opacity: 1;
  --wd-anim-state: running ;
}

.add_to_cart_button.loading.type-dots .loading-vip {
  opacity: 1;
  --wd-anim-state: running ;
}

.item-product .added_to_cart, .item-product-compare .added_to_cart {
  display: none;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
.item-notif {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  color: #20925F;
  border: 1px solid #D9F1E4;
  box-shadow: 8px 8px 0px 0px rgba(217, 241, 228, 0.3019607843);
  border-radius: 15px;
  padding: 19px 51px 20px 19px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  line-height: 1.8;
  background: #fff;
  animation: swal2-toast-show 0.5s;
}
.item-notif::before {
  content: "";
  background: #D9F1E4;
  top: 0;
  bottom: 0;
  width: 1px;
  margin-left: 20px;
}
.item-notif::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="11" fill="none" viewBox="0 0 15 11"><path stroke="%233EB580" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m1.5 5.273 3.773 3.774 7.56-7.547"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
}
.item-notif.error {
  color: #CF384A;
  border: 1px solid #FFDEE2;
  box-shadow: 8px 8px 0px 0px rgba(255, 222, 226, 0.3019607843);
}
.item-notif.error::before {
  background: #FFDEE2;
}
.item-notif.error::after {
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="%23F04055" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m3.771 11.314 7.543-7.543m0 7.543L3.77 3.77"/></svg>');
}
.item-notif.warning {
  color: #C38319;
  border: 1px solid #F5E6CE;
  box-shadow: 8px 8px 0px 0px rgba(245, 230, 206, 0.3019607843);
}
.item-notif.warning::before {
  background: rgba(245, 230, 206, 0.9333333333);
}
.item-notif.warning::after {
  width: 16px;
  height: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="15" fill="none" viewBox="0 0 4 15"><path stroke="%23DB921A" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M1.508 1.5v6.667m-.008 5h.012"/></svg>');
}
.item-notif.success-2 {
  color: #fff;
  border: 1px solid #D9F1E4;
  box-shadow: 8px 8px 0px 0px rgba(217, 241, 228, 0.8);
  background: #30B67A;
}
.item-notif.success-2::before {
  box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.1215686275);
  background: #24A86D;
}
.item-notif.success-2::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="11" fill="none" viewBox="0 0 15 11"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m1.5 5.273 3.773 3.774 7.56-7.547"/></svg>');
}

.notif-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}

.item-product.active .box-quantity-cart-item {
  bottom: 0;
}

.box-quantity-cart-item.disabled * {
  cursor: not-allowed;
  pointer-events: none;
}

.action-mini-cart-dropdown-box:hover .mini-cart-dropdown-box {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.coupon-content.ext-item-content {
  font-size: 0;
  display: flex;
}

.coupon-wrap {
  display: flex;
  align-items: center;
}
.coupon-wrap .coupon-label {
  font-size: 12px;
  color: #031955;
  font-weight: 700;
}
.coupon-wrap .coupon-content {
  margin-right: auto;
}
.coupon-wrap .woocommerce-Price-amount {
  font-size: 13px;
  color: #021959;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 3px;
  flex-direction: row-reverse;
}
.coupon-wrap .woocommerce-Price-amount .woocommerce-Price-currencySymbol svg {
  width: 11px;
  height: 11px;
  fill: #021959;
}

/* Safari | chrome */
/* FF */
/* Opera */
@keyframes nasa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.nasa-loader {
  background: rgba(255, 255, 255, 0.72);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  z-index: 999;
}

.nasa-loader::before, .blockUI.blockOverlay::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  opacity: 0.6;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #333;
  border-left: 1px solid #efefef;
  border-right: 1px solid #333;
  border-radius: 50%;
  animation: nasa-spin 0.5s linear infinite;
}

.mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0.2;
  background-color: #889BB4;
}

.inner-poup-shipping .shipping-calculator-button {
  display: none;
}
.inner-poup-shipping .shipping-calculator-form {
  display: flex !important;
  flex-direction: column;
}
.inner-poup-shipping .shipping-calculator-form .form-row {
  margin-bottom: 16px;
}
.inner-poup-shipping .shipping-calculator-form .form-row label {
  display: none;
}
.inner-poup-shipping .shipping-calculator-form .form-row input {
  border: 1px solid #DEE6F3;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 10px;
  width: 100%;
  min-height: 44px;
  color: #5b5b5b;
}
.inner-poup-shipping .shipping-calculator-form .form-row input:focus {
  outline: none;
}
.inner-poup-shipping .shipping-calculator-form .form-row input::-moz-placeholder {
  color: #98A4C4;
}
.inner-poup-shipping .shipping-calculator-form .form-row input::placeholder {
  color: #98A4C4;
}
.inner-poup-shipping .shipping-calculator-form .form-row .select2-container {
  border: 1px solid #DEE6F3;
  font-size: 12px;
  color: #98A4C4;
  font-weight: 700;
  border-radius: 10px;
  width: 100%;
  min-height: 44px;
  overflow: hidden;
}
.inner-poup-shipping .shipping-calculator-form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: initial;
  padding: 12px 16px;
}

.select2-container--open {
  z-index: 9999;
}

.loading-quantity {
  position: relative;
}

.cart_totals .woocommerce-shipping-calculator {
  display: contents;
}
.cart_totals .woocommerce-shipping-calculator.active {
  margin-top: 12px;
}
.cart_totals .button-update-shipping, .cart_totals .close-inner-poup {
  font-size: 13px;
  padding: 10px 12px;
}
.cart_totals .shipping-calculator-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 9px;
  width: 100%;
}
.cart_totals .shipping-calculator-form .form-row label {
  display: none;
}
.cart_totals .shipping-calculator-form .form-row input {
  border: 1px solid #DEE6F3;
  font-size: 10px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 10px;
  width: 100%;
  min-height: 40px;
  color: #5b5b5b;
}
.cart_totals .shipping-calculator-form .form-row input:focus {
  outline: none;
}
.cart_totals .shipping-calculator-form .form-row input::-moz-placeholder {
  color: #98A4C4;
}
.cart_totals .shipping-calculator-form .form-row input::placeholder {
  color: #98A4C4;
}
.cart_totals .shipping-calculator-form .form-row .select2-container {
  border: 1px solid #DEE6F3;
  font-size: 10px;
  color: #98A4C4;
  font-weight: 700;
  border-radius: 10px;
  width: 100%;
  min-height: 40px;
  overflow: hidden;
}
.cart_totals .shipping-calculator-form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: initial;
  padding: 10px 14px;
}

.coupon-error-notice {
  font-size: 12px;
  color: #D11127;
  font-weight: 600;
  padding: 13px 20px;
  background: rgba(241, 69, 89, 0.0392156863);
  border-radius: 12px;
  box-shadow: -15px 24px 34px -30px rgba(81, 98, 146, 0.1019607843);
  margin-top: 12px;
}

.woocommerce-info {
  font-size: 12px;
  color: #021959;
  font-weight: 600;
  padding: 13px 20px;
  background: rgba(243, 246, 251, 0.6);
  border-radius: 12px;
  box-shadow: -15px 24px 34px -30px rgba(81, 98, 146, 0.1019607843);
  margin-bottom: 20px;
}

.woocommerce-billing-fields__field-wrapper .clear, .woocommerce-shipping-fields__field-wrapper .clear {
  display: none;
}
.woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-shipping-fields__field-wrapper .form-row {
  position: relative;
}
.woocommerce-billing-fields__field-wrapper .checkout-inline-error-message, .woocommerce-shipping-fields__field-wrapper .checkout-inline-error-message {
  font-size: 11px;
  font-weight: 600;
  color: red;
  position: absolute;
  bottom: 10px;
  background: #fff;
  right: 0;
  border-radius: 5px;
  padding: 3px 8px;
  margin: 0 10px;
  transform: translateY(100%);
}

#billing_country_field, #shipping_country_field {
  display: flex;
  align-items: center;
  gap: 18px;
  background-color: #F8F9FA;
  border-radius: 10px;
  padding-right: 26px;
  font-size: 12px;
  color: #8A91A3;
  font-weight: bold;
  width: 100%;
  outline: none;
}

#billing_city_field, #billing_state_field, #shipping_city_field, #shipping_state_field {
  display: flex;
  align-items: center;
  gap: 18px;
  background-color: #F8F9FA;
  border-radius: 10px;
  padding-right: 26px;
  font-size: 12px;
  color: #8A91A3;
  font-weight: bold;
  width: 100%;
  outline: none;
}
#billing_city_field label, #billing_state_field label, #shipping_city_field label, #shipping_state_field label {
  display: block;
}
#billing_city_field .select2-container--default .select2-selection--single, #billing_state_field .select2-container--default .select2-selection--single, #shipping_city_field .select2-container--default .select2-selection--single, #shipping_state_field .select2-container--default .select2-selection--single {
  background: transparent;
}
#billing_city_field .select2-container--default .select2-selection--single .select2-selection__rendered, #billing_state_field .select2-container--default .select2-selection--single .select2-selection__rendered, #shipping_city_field .select2-container--default .select2-selection--single .select2-selection__rendered, #shipping_state_field .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  color: #8A91A3;
  font-weight: bold;
  padding: 14px 0;
}
#billing_city_field .woocommerce-input-wrapper, #billing_state_field .woocommerce-input-wrapper, #shipping_city_field .woocommerce-input-wrapper, #shipping_state_field .woocommerce-input-wrapper {
  flex-grow: 1;
}
#billing_city_field .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow, #billing_state_field .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow, #shipping_city_field .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow, #shipping_state_field .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 16px;
}

#ship-to-different-address input:checked + .check-box-icon {
  background: #164B8A;
  border: transparent;
}
#ship-to-different-address input:checked + .check-box-icon svg {
  opacity: 1;
}

.open-note-additional-fields.active .open {
  display: none;
}
.open-note-additional-fields.active .hide {
  display: block;
}
.open-note-additional-fields .open {
  display: block;
}
.open-note-additional-fields .hide {
  display: none;
}

.wc_payment_method input:checked + label .check-box-icon {
  background: #164B8A;
  border: transparent;
}
.wc_payment_method input:checked + label .check-box-icon svg {
  opacity: 1;
}

.img-payemnt-checkout img {
  height: inherit;
}

.payment_box.payment_method_customer_points_full {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.payment_box.payment_method_customer_points_full .customer-points span {
  color: #eebc01;
}
.payment_box.payment_method_customer_points_full .points-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.payment_box.payment_method_customer_points_full .points-value .woocommerce-Price-amount bdi,
.payment_box.payment_method_customer_points_full .points-value .woocommerce-Price-amount {
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: -2%;
  color: #021959;
}
.payment_box.payment_method_customer_points_full .points-value .woocommerce-Price-currencySymbol-c {
  font-size: 12px;
  color: #021959;
  font-weight: bold;
}
.payment_box.payment_method_customer_points_full .points-value .woocommerce-Price-currencySymbol-c svg {
  width: 13px;
  height: 11px;
  fill: #021959;
  margin-top: -3px;
}

.header-removed, .footer-removed {
  padding-top: 70px;
}

.box-all-search .box-result-search-ajax {
  transition: 0.3s ease 0s;
}
.box-all-search:hover form {
  border-color: #E6ECF2;
  background: #fff;
  border-radius: 13px;
}
.box-all-search:hover .box-result-search-ajax {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  transition: 0.3s ease 0.3s;
}

.hover-color-change {
  fill: #CE893E;
}

.click-color-change {
  fill: #CE893E;
}

mark {
  background: rgba(255, 230, 0, 0.35);
  border-radius: 3px;
  animation: highlightFade 0.25s ease-out;
}

@keyframes highlightFade {
  from {
    opacity: 0;
    transform: scale(0.98);
    background: rgba(255, 230, 0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1);
    background: rgba(255, 230, 0, 0.35);
  }
}
.highlight-content.active .icon-access {
  stroke: #CE893E;
}

.vip-icon-e, .vip-icon-e .elementor-widget-container, .vip-icon-e .elementor-icon-wrapper {
  display: inline-flex;
}

.breadcrumbs {
  overflow: auto;
  white-space: nowrap;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* =========================
   OPEN / CLOSE ANIMATION
========================= */
.remodal.remodal-is-opening {
  animation: modalOpen 0.35s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.remodal.remodal-is-closing {
  animation: modalClose 0.25s ease-in forwards;
}

.remodal-overlay.remodal-is-opening {
  animation: overlayOpen 0.25s ease-out forwards;
}

.remodal-overlay.remodal-is-closing {
  animation: overlayClose 0.2s ease-in forwards;
}

/* =========================
   KEYFRAMES
========================= */
@keyframes modalOpen {
  from {
    opacity: 0;
    transform: translateY(25px) scale(0.95);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes modalClose {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(15px) scale(0.97);
    filter: blur(2px);
  }
}
@keyframes overlayOpen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlayClose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.compare-mask {
  position: fixed;
  inset: 0;
  background: rgba(19, 32, 53, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 9999;
}

.compare-mask.active {
  opacity: 1;
  visibility: visible;
}

.compare-poupup-box {
  transform: scale(0.92) translateY(15px);
  opacity: 0;
  transition: 0.25s ease;
}

.compare-mask.active .compare-poupup-box {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.addtocompare {
  box-shadow: 7px 5px 21px -6px rgba(22, 75, 138, 0.431372549);
}

.af-message {
  background: #eee;
  border-radius: 21px;
  padding: 19px 30px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  grid-column: 1/-1;
  height: -moz-max-content;
  height: max-content;
  transition: all 0.3s;
}
.af-message span {
  position: relative;
  padding-right: 45px;
  display: flex;
  align-items: center;
}
.af-message span::before {
  content: "";
  background: #FFFFFF;
  opacity: 0.1;
  top: 0;
  bottom: 0;
  width: 1px;
  margin-left: 24px;
  display: inline-flex;
  height: 28px;
}
.af-message span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' fill='none' viewBox='0 0 15 11'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 5.127 4.127 4.127L13.396 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
}
.af-message::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none' viewBox='0 0 17 17'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4.243 4.242 8.485 8.485m-8.486 0 8.485-8.485'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
}
.af-message.message-1.success {
  background: #196E6E;
  box-shadow: 0 4px 14px 0 rgba(25, 110, 110, 0.4);
}
.af-message.message-1.success::after {
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none' viewBox='0 0 17 17'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4.243 4.242 8.485 8.485m-8.486 0 8.485-8.485'/%3E%3C/svg%3E");
}
.af-message.message-1.error {
  background: #EF4747;
  box-shadow: 0 4px 14px 0 rgba(239, 71, 71, 0.4);
}
.af-message.message-1.error span::after {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='M10.75 20.75c5.52 0 10-4.48 10-10s-4.48-10-10-10-10 4.48-10 10 4.48 10 10 10Zm6.898-17-14 14'/%3E%3C/svg%3E");
}
.af-message.message-1.info {
  background: #9298AA;
  box-shadow: 0 4px 14px 0 rgba(146, 152, 170, 0.4);
}
.af-message.message-1.info span::after {
  width: 22px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.75 7.157v5m0 7.41H4.69c-3.47 0-4.92-2.48-3.24-5.51l3.12-5.62 2.94-5.28c1.78-3.21 4.7-3.21 6.48 0l2.94 5.29 3.12 5.62c1.68 3.03.22 5.51-3.24 5.51h-6.06v-.01Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.746 15.158h.01'/%3E%3C/svg%3E");
}
.af-message.message-1.warning {
  background: #D6A64D;
  box-shadow: 0 4px 14px 0 rgba(214, 166, 77, 0.4);
}
.af-message.message-1.warning span::after {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.75 20.75c5.5 0 10-4.5 10-10s-4.5-10-10-10-10 4.5-10 10 4.5 10 10 10Zm0-14v5'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.746 14.75h.01'/%3E%3C/svg%3E");
}
.af-message.message-2.success {
  background: #196E6E;
}
.af-message.message-2.success::after {
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none' viewBox='0 0 17 17'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4.243 4.242 8.485 8.485m-8.486 0 8.485-8.485'/%3E%3C/svg%3E");
}
.af-message.message-2.error {
  background: #EF4747;
}
.af-message.message-2.error span::after {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='M10.75 20.75c5.52 0 10-4.48 10-10s-4.48-10-10-10-10 4.48-10 10 4.48 10 10 10Zm6.898-17-14 14'/%3E%3C/svg%3E");
}
.af-message.message-2.info {
  background: #9298AA;
}
.af-message.message-2.info span::after {
  width: 22px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.75 7.157v5m0 7.41H4.69c-3.47 0-4.92-2.48-3.24-5.51l3.12-5.62 2.94-5.28c1.78-3.21 4.7-3.21 6.48 0l2.94 5.29 3.12 5.62c1.68 3.03.22 5.51-3.24 5.51h-6.06v-.01Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.746 15.158h.01'/%3E%3C/svg%3E");
}
.af-message.message-2.warning {
  background: #D6A64D;
}
.af-message.message-2.warning span::after {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.75 20.75c5.5 0 10-4.5 10-10s-4.5-10-10-10-10 4.5-10 10 4.5 10 10 10Zm0-14v5'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.746 14.75h.01'/%3E%3C/svg%3E");
}
.af-message.message-3 {
  padding: 23px 30px;
}
.af-message.message-3 span {
  padding: 0;
}
.af-message.message-3 span::before, .af-message.message-3 span::after {
  display: none;
}
.af-message.message-3.success {
  background: #196E6E;
}
.af-message.message-3.success::after {
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' fill='none' viewBox='0 0 15 11'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 5.127 4.127 4.127L13.396 1'/%3E%3C/svg%3E");
}
.af-message.message-3.error {
  background: #EF4747;
}
.af-message.message-3.error::after {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='M10.75 20.75c5.52 0 10-4.48 10-10s-4.48-10-10-10-10 4.48-10 10 4.48 10 10 10Zm6.898-17-14 14'/%3E%3C/svg%3E");
}
.af-message.message-3.info {
  background: #9298AA;
}
.af-message.message-3.info::after {
  width: 22px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.75 7.157v5m0 7.41H4.69c-3.47 0-4.92-2.48-3.24-5.51l3.12-5.62 2.94-5.28c1.78-3.21 4.7-3.21 6.48 0l2.94 5.29 3.12 5.62c1.68 3.03.22 5.51-3.24 5.51h-6.06v-.01Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.746 15.158h.01'/%3E%3C/svg%3E");
}
.af-message.message-3.warning {
  background: #D6A64D;
}
.af-message.message-3.warning::after {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.75 20.75c5.5 0 10-4.5 10-10s-4.5-10-10-10-10 4.5-10 10 4.5 10 10 10Zm0-14v5'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.746 14.75h.01'/%3E%3C/svg%3E");
}
.af-message.message-4 {
  padding: 23px 30px;
}
.af-message.message-4 span {
  padding: 0;
}
.af-message.message-4 span::before, .af-message.message-4 span::after {
  display: none;
}
.af-message.message-4.success {
  background: rgba(25, 110, 110, 0.1019607843);
  color: #196E6E;
}
.af-message.message-4.success::after {
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' fill='none' viewBox='0 0 15 11'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 5.127 4.127 4.127L13.396 1'/%3E%3C/svg%3E");
  filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(297%) hue-rotate(131deg) brightness(96%) contrast(99%);
}
.af-message.message-4.error {
  background: rgba(239, 71, 71, 0.1019607843);
  color: #EF4747;
}
.af-message.message-4.error::after {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='M10.75 20.75c5.52 0 10-4.48 10-10s-4.48-10-10-10-10 4.48-10 10 4.48 10 10 10Zm6.898-17-14 14'/%3E%3C/svg%3E");
  filter: brightness(0) saturate(100%) invert(36%) sepia(83%) saturate(2207%) hue-rotate(339deg) brightness(109%) contrast(87%);
}
.af-message.message-4.info {
  background: rgba(146, 152, 170, 0.1019607843);
  color: #59627A;
}
.af-message.message-4.info::after {
  width: 22px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.75 7.157v5m0 7.41H4.69c-3.47 0-4.92-2.48-3.24-5.51l3.12-5.62 2.94-5.28c1.78-3.21 4.7-3.21 6.48 0l2.94 5.29 3.12 5.62c1.68 3.03.22 5.51-3.24 5.51h-6.06v-.01Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.746 15.158h.01'/%3E%3C/svg%3E");
  filter: brightness(0) saturate(100%) invert(69%) sepia(16%) saturate(299%) hue-rotate(187deg) brightness(86%) contrast(86%);
}
.af-message.message-4.warning {
  background: rgba(214, 166, 77, 0.1019607843);
  color: #A7751A;
}
.af-message.message-4.warning::after {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.75 20.75c5.5 0 10-4.5 10-10s-4.5-10-10-10-10 4.5-10 10 4.5 10 10 10Zm0-14v5'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.746 14.75h.01'/%3E%3C/svg%3E");
  filter: brightness(0) saturate(100%) invert(87%) sepia(66%) saturate(4276%) hue-rotate(313deg) brightness(86%) contrast(95%);
}
.af-message.message-5 {
  padding: 2px;
  padding-left: 65px;
}
.af-message.message-5 span {
  padding: 22px 26px;
  background: #fff;
  border-radius: inherit;
}
.af-message.message-5 span::before, .af-message.message-5 span::after {
  display: none;
}
.af-message.message-5.success {
  background: rgba(25, 110, 110, 0.1019607843);
  color: #196E6E;
}
.af-message.message-5.success::after {
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' fill='none' viewBox='0 0 15 11'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 5.127 4.127 4.127L13.396 1'/%3E%3C/svg%3E");
  filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(297%) hue-rotate(131deg) brightness(96%) contrast(99%);
}
.af-message.message-5.error {
  background: rgba(239, 71, 71, 0.1019607843);
  color: #EF4747;
}
.af-message.message-5.error::after {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='M10.75 20.75c5.52 0 10-4.48 10-10s-4.48-10-10-10-10 4.48-10 10 4.48 10 10 10Zm6.898-17-14 14'/%3E%3C/svg%3E");
  filter: brightness(0) saturate(100%) invert(36%) sepia(83%) saturate(2207%) hue-rotate(339deg) brightness(109%) contrast(87%);
}
.af-message.message-5.info {
  background: rgba(146, 152, 170, 0.1019607843);
  color: #59627A;
}
.af-message.message-5.info::after {
  width: 22px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.75 7.157v5m0 7.41H4.69c-3.47 0-4.92-2.48-3.24-5.51l3.12-5.62 2.94-5.28c1.78-3.21 4.7-3.21 6.48 0l2.94 5.29 3.12 5.62c1.68 3.03.22 5.51-3.24 5.51h-6.06v-.01Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.746 15.158h.01'/%3E%3C/svg%3E");
  filter: brightness(0) saturate(100%) invert(69%) sepia(16%) saturate(299%) hue-rotate(187deg) brightness(86%) contrast(86%);
}
.af-message.message-5.warning {
  background: rgba(214, 166, 77, 0.1019607843);
  color: #A7751A;
}
.af-message.message-5.warning::after {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.75 20.75c5.5 0 10-4.5 10-10s-4.5-10-10-10-10 4.5-10 10 4.5 10 10 10Zm0-14v5'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.746 14.75h.01'/%3E%3C/svg%3E");
  filter: brightness(0) saturate(100%) invert(87%) sepia(66%) saturate(4276%) hue-rotate(313deg) brightness(86%) contrast(95%);
}

.loading-box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}
.loading-box.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: flex;
}

@keyframes af-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.my-custom-widget {
  box-shadow: 0px 2px 0px 0px #EBEFF5;
  border: 1px solid #EBEFF5;
  border-radius: 20px;
  margin-bottom: 25px;
  list-style: none;
}
.my-custom-widget .widget-title {
  cursor: pointer;
  min-height: 83px;
}
.my-custom-widget .woocommerce-widget-layered-nav-list {
  transition: all 0.3s;
}
.my-custom-widget .woocommerce-widget-layered-nav-list.is-scroll {
  max-height: 120px;
  overflow: scroll;
  padding-left: 17px;
}
.my-custom-widget .woocommerce-widget-layered-nav-list.is-load-more {
  overflow: hidden;
}
.my-custom-widget.accordion-open {
  padding-bottom: 20px;
}
.my-custom-widget.accordion-closed .content-accordion {
  display: none;
}

.widget_product_categories .arrow-open.is-open svg {
  rotate: -90deg;
}
.widget_product_categories .current-cat > .row-cat-c a {
  color: #B87125;
}
.widget_product_categories .current-cat > .row-cat-c .arrow-open svg {
  stroke: #B87125;
}
.widget_product_categories .children {
  width: 100%;
  padding-right: 24px;
  margin-bottom: 15px;
  display: none;
}
.widget_product_categories .children li {
  border: none;
}
.widget_product_categories .children li:first-child a {
  padding-top: 0;
}
.widget_product_categories .children li a {
  padding: 7px 0;
}
.widget_product_categories .children li .arrow, .widget_product_categories .children li .count {
  display: none;
}

.widget_layered_nav_filters bdi {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 15px;
}
.widget_layered_nav_filters .woocommerce-Price-currencySymbol svg {
  fill: #52739D;
  width: 12px;
  height: 12px;
  margin-top: -2px;
}
.widget_layered_nav_filters .before-active-filter {
  position: relative;
  margin-left: 10px;
}
.widget_layered_nav_filters .before-active-filter::after {
  content: "";
  background: #ECF0F5;
  height: 12px;
  width: 1px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.woocommerce-widget-layered-nav-list__item.chosen .check-box-fillter svg, .woocommerce-widget-layered-nav-list__item:hover .check-box-fillter svg {
  opacity: 1;
}
.woocommerce-widget-layered-nav-list__item.chosen .check-box-fillter.simple-type, .woocommerce-widget-layered-nav-list__item:hover .check-box-fillter.simple-type {
  background: #F6AD5E;
  border-color: #F6AD5E;
}

.box-search-fillter {
  width: 48px;
  overflow: hidden;
  transition: width 0.5s ease;
}
.box-search-fillter.active {
  width: 100% !important;
  position: absolute;
  left: 0;
}
.box-search-fillter.active input {
  display: block;
  width: 100%;
}

.cat-item-none {
  font-size: 13px;
  color: #808080;
  font-weight: 600;
}

.widget_price_filter .price_filter_show .woocommerce-Price-amount bdi, .widget_price_filter .price_filter_show .price {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -2%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.widget_price_filter .price_filter_show .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol-c, .widget_price_filter .price_filter_show .price .woocommerce-Price-currencySymbol-c {
  order: 100;
}
.widget_price_filter .price_filter_show .woocommerce-Price-amount bdi svg, .widget_price_filter .price_filter_show .price svg {
  margin-top: -3px;
}

.ui-widget.ui-widget-content {
  background-color: transparent;
  border: none;
  outline: none;
  height: 57px !important;
  position: relative;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  width: 24px;
  height: 24px;
  border-radius: 26px !important;
  background: #E80645;
  border: unset;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
}
.ui-state-default::after, .ui-widget-content .ui-state-default::after, .ui-widget-header .ui-state-default::after, .ui-button::after, html .ui-button.ui-state-disabled:hover::after, html .ui-button.ui-state-disabled:active::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='6' fill='none' viewBox='0 0 16 6'%3E%3Cpath fill='%23E80645' d='M15.297 5.953s-5.281-.406-8.781-1.687C3.016 2.984 0 0 0 0l3.656 5.953h11.64Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 4px;
  transform: translate(100%);
  top: 3px;
  filter: brightness(0) saturate(100%) invert(49%) sepia(84%) saturate(397%) hue-rotate(133deg) brightness(94%) contrast(91%);
}
.ui-state-default::before, .ui-widget-content .ui-state-default::before, .ui-widget-header .ui-state-default::before, .ui-button::before, html .ui-button.ui-state-disabled:hover::before, html .ui-button.ui-state-disabled:active::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='6' fill='none' viewBox='0 0 16 6'%3E%3Cpath fill='%23E80645' d='M15.297 0s-5.281.406-8.781 1.687C3.016 2.968 0 5.953 0 5.953L3.656 0h11.64Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 4px;
  transform: translate(100%);
  bottom: 3px;
  filter: brightness(0) saturate(100%) invert(49%) sepia(84%) saturate(397%) hue-rotate(133deg) brightness(94%) contrast(91%);
}
.ui-state-default:focus, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:focus, .ui-button:focus, html .ui-button.ui-state-disabled:hover:focus, html .ui-button.ui-state-disabled:active:focus {
  outline: none;
}

.price_slider .ui-slider-handle:first-of-type {
  background: #20A6AA;
}

.price_slider .ui-slider-handle:last-of-type {
  background: #E80645;
}
.price_slider .ui-slider-handle:last-of-type:before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(85%) saturate(7042%) hue-rotate(338deg) brightness(91%) contrast(99%);
  right: unset;
  left: 4px;
  transform: scaleX(-1) translate(100%);
}
.price_slider .ui-slider-handle:last-of-type::after {
  filter: brightness(0) saturate(100%) invert(14%) sepia(85%) saturate(7042%) hue-rotate(338deg) brightness(91%) contrast(99%);
  right: unset;
  left: 4px;
  transform: scaleX(-1) translate(100%);
}

.ui-slider .ui-slider-range {
  height: 8px !important;
  border: unset;
  background: linear-gradient(90deg, #20A6AA 0%, #E80645 100%);
  top: 50%;
  transform: translateY(-50%);
}

.box_price_slider {
  position: relative;
}
.box_price_slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0px, transparent 8px, #a0a0a0 8px, #a0a0a0 9px);
  -webkit-mask: linear-gradient(to right, rgba(232, 6, 69, 0.3), rgba(32, 166, 170, 0.3));
  mask: linear-gradient(to right, rgba(232, 6, 69, 0.3), rgba(32, 166, 170, 0.3));
}

.switch-btn-box.active {
  color: #35CF85;
}
.switch-btn-box.active .switch-btn {
  border-color: #35CF85;
}
.switch-btn-box.active .switch-btn span {
  border-color: #35CF85;
  background: #35CF85;
  transform: translateX(9px);
}

.loading_wrapper {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
}

.loading_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading_box {
  background: #fff;
  padding: 32px 16px 24px;
  width: 300px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.loading_bullet {
  border-radius: 100%;
  overflow: hidden;
  background-color: #F1AF68;
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  animation: loading-dots-middle-dots 0.5s ease-in-out infinite;
}

.loading_bullets_holder {
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  animation: loading-dots-fadein 0.5s linear forwards;
  direction: ltr;
}

@keyframes loading-dots-fadein {
  to {
    opacity: 1;
  }
}
@keyframes loading-dots-first-dot {
  to {
    transform: translateX(14px);
    opacity: 1;
  }
}
@keyframes loading-dots-middle-dots {
  to {
    transform: translateX(14px);
  }
}
@keyframes loading-dots-last-dot {
  to {
    transform: translateX(28px);
    opacity: 0;
  }
}
.box-loadnig-rotation svg {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.box-loadnig-rotation .box-img {
  position: relative;
}
.box-loadnig-rotation .box-img::before {
  position: absolute;
  content: "";
  width: 78px;
  height: 7px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(222, 228, 235, 0.5) 0%, #FFFFFF 100%);
  filter: blur(3px);
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.list-open-fillter-mobile li.active {
  background: #F1AF68;
  color: #fff;
  order: -1;
}
.list-open-fillter-mobile li.active.show-all-fillter {
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.widget_product_query_toggle_widget {
  padding: 30px;
}

.my-custom-widget.accordion-closed.widget_price_filter .content-accordion {
  display: block;
}

.widget_layered_nav_filters .content-accordion {
  display: flex !important;
}

.list-product-archive .item-product {
  width: 100%;
}

@media (max-width: 1024px) {
  .sidebar-archive-w:not(.active) .my-custom-widget {
    position: fixed;
    bottom: -100%;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    margin: 0;
    overflow: scroll;
    padding: 0 20px;
    display: block;
    border: 1px solid #EBEFF5;
    box-shadow: 0px 2px 0px 0px #EBEFF5;
    border-radius: 20px 20px 0 0;
    height: -moz-max-content;
    height: max-content;
    max-height: 70vh;
    width: 100%;
    transition: all 0.3s;
  }
  .sidebar-archive-w:not(.active) .my-custom-widget .content-accordion {
    display: block !important;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 25px;
  }
  .sidebar-archive-w:not(.active) .my-custom-widget.widget_layered_nav_filters .content-accordion {
    display: flex !important;
  }
  .sidebar-archive-w:not(.active) .my-custom-widget .widget-title {
    padding: 18px 0;
    font-size: 18px;
    min-height: unset;
  }
  .sidebar-archive-w:not(.active) .my-custom-widget .box-search-fillter {
    width: 36px;
  }
  .sidebar-archive-w:not(.active) .my-custom-widget .box-search-fillter button {
    padding: 10px;
  }
  .sidebar-archive-w:not(.active) .my-custom-widget .woocommerce-widget-layered-nav-list {
    max-height: 100% !important;
  }
  .sidebar-archive-w:not(.active) .my-custom-widget .show-more-fillter {
    display: none;
  }
  .sidebar-archive-w:not(.active) .my-custom-widget .form_widget_price_filter {
    padding: 0;
  }
  .sidebar-archive-w:not(.active) .my-custom-widget.active {
    bottom: 0;
  }
  .sidebar-archive-w {
    right: -100%;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    border-radius: 0;
    z-index: 9999;
    background: #fff;
    overflow: scroll;
  }
  .sidebar-archive-w .my-custom-widget {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #EBEFF5;
    border-radius: 0;
    margin-bottom: 0;
  }
  .sidebar-archive-w .my-custom-widget.accordion-open {
    padding-bottom: 0px !important;
  }
  .sidebar-archive-w .my-custom-widget .box-search-fillter {
    display: none;
  }
  .sidebar-archive-w .my-custom-widget .widget-title {
    padding: 15px 0;
    font-size: 14px;
    min-height: unset;
  }
  .sidebar-archive-w .my-custom-widget .content-accordion {
    margin-right: 0;
    margin-left: 0;
  }
  .sidebar-archive-w .my-custom-widget .woocommerce-widget-layered-nav-list {
    max-height: 100% !important;
  }
  .sidebar-archive-w .my-custom-widget .show-more-fillter {
    display: none;
  }
  .sidebar-archive-w .widget_price_filter .widget-title {
    display: flex;
  }
  .sidebar-archive-w .widget_price_filter .content-inner {
    padding: 15px 0;
    display: none;
  }
  .sidebar-archive-w .widget_product_query_toggle_widget {
    padding: 15px 0;
  }
  .sidebar-archive-w.active {
    right: 0;
  }
  .sidebar-archive-w.active .my-custom-widget .widget-title svg {
    rotate: 90deg;
  }
  .sidebar-archive-w.active .my-custom-widget.slideshow-toggle .content-accordion {
    right: 0;
  }
  .sidebar-archive-w.active .my-custom-widget.slideshow-toggle .content-accordion .back-action {
    display: flex;
  }
  .sidebar-archive-w.active .head-box {
    display: flex;
  }
  .sidebar-archive-w.active .content-accordion {
    right: -100%;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    border-radius: 0;
    z-index: 99999;
    background: #fff;
    overflow: scroll;
    display: block !important;
    width: 100%;
  }
  .sidebar-archive-w.active .content-accordion .form_widget_price_filter {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .layout_grid_2_model .item-product {
    padding: 12px 8px;
    border-radius: 12px;
  }
  .layout_grid_2_model .item-product .price {
    font-size: 10px;
    letter-spacing: -1px;
  }
  .layout_grid_2_model .item-product .price .woocommerce-Price-currencySymbol-c {
    margin-top: -1px;
  }
  .layout_grid_2_model .item-product .price .discount-box {
    font-size: 12px !important;
    height: 18px;
    padding-top: 1px;
  }
  .layout_grid_2_model .item-product .price .discount-box svg {
    width: 9px;
    height: 8px;
  }
  .layout_grid_2_model .item-product .stock {
    font-size: 9px;
  }
  .layout_grid_2_model .item-product .stock .count {
    font-size: 12px;
  }
  .layout_grid_2_model .item-product .box-stoke-rating {
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
  .layout_grid_2_model .item-product .rating {
    font-size: 13px;
  }
  .layout_grid_2_model .item-product .title {
    font-size: 12px;
    letter-spacing: -1px;
    margin-bottom: 12px;
    line-height: 1.8;
    height: unset;
  }
  .layout_grid_2_model .item-product .box-meta {
    display: none;
  }
  .layout_grid_2_model .item-product .box-pic {
    height: 100px;
    margin-bottom: 12px;
  }
  .layout_grid_2_model .item-product .box-quantity-cart-item {
    width: 100%;
    outline: 3px solid #fff;
  }
  .layout_grid_2_model .item-product .add_to_cart_button.type-dots .loading-vip {
    height: 10px;
    width: 22px !important;
  }
  .layout_grid_2_model .item-product .list-color {
    gap: 3px;
  }
  .layout_grid_2_model .item-product .list-color span {
    width: 6px;
    height: 6px;
  }
  .layout_grid_2_model .item-product .add_to_cart_button {
    width: 34px;
    height: 34px;
    padding: 3px;
    border-radius: 10px;
  }
  .layout_grid_2_model .item-product .add_to_cart_button .inner {
    transform: translateY(0) translateZ(0);
  }
  .layout_grid_2_model .item-product .add_to_cart_button .inner-text {
    display: none;
  }
  .layout_grid_2_model.card_shadow .item-product {
    width: 100%;
    padding: 0;
  }
  .layout_digikala_model:not(.card_shadow) .item-product {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 0 16px;
    padding: 20px 0 30px;
    border: none;
    border-bottom: 1px solid #DEE7F1;
    border-radius: 0;
  }
  .layout_digikala_model .item-product .price {
    font-size: 11px;
  }
  .layout_digikala_model .item-product .add_to_cart_button {
    padding-right: 8px;
    padding-left: 8px;
  }
  .layout_digikala_model .item-product .box-meta {
    display: none;
  }
  .layout_digikala_model .item-product .box-title {
    grid-column: 1;
    grid-row: 1;
  }
  .layout_digikala_model .item-product .box-title .title {
    line-height: 1.7;
    margin-bottom: 9px;
    height: unset;
  }
  .layout_digikala_model .item-product .box-stoke-rating {
    grid-column: 1;
    grid-row: 2;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 11px;
    display: none;
  }
  .layout_digikala_model .item-product .box-price-add {
    grid-column: 1;
    grid-row: 3;
  }
  .layout_digikala_model .item-product .box-pic {
    grid-column: 2;
    grid-row: 1/4;
    align-self: start;
    width: 90px;
    height: unset;
    padding-top: 8px;
  }
  .layout_digikala_model .item-product .box-pic .link-pic {
    width: 100%;
  }
  .layout_digikala_model .item-product .list-color {
    flex-direction: row;
    justify-content: center;
    top: unset;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    gap: 6px;
  }
  .layout_digikala_model .item-product .list-color span {
    width: 6px;
    height: 6px;
  }
  .layout_digikala_model.card_shadow .item-product {
    width: 100%;
    padding: 0;
    grid-column: 1/-1;
    padding-right: 0;
  }
  .layout_digikala_model.card_shadow .item-product .content-main {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 0 16px;
    padding: 10px 0;
    padding-right: 6px;
    border: none;
    border-radius: 0;
  }
  .layout_grid_1_model {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .list-product-archive .item-product .box-access {
    display: none;
  }
}
.widget_woocommerce_catalog_ordering .list-tab-archive-shop {
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all 0.3s;
}
.widget_woocommerce_catalog_ordering .list-tab-archive-shop li {
  font-size: 13px;
  color: #164B8A;
  font-weight: 700;
}
.widget_woocommerce_catalog_ordering .list-tab-archive-shop li:hover, .widget_woocommerce_catalog_ordering .list-tab-archive-shop li.active {
  transition: all 0.3s;
  color: #f0a658;
}

.catalog_ordering_mobile {
  position: fixed;
  bottom: -100%;
  right: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  margin: 0;
  overflow: scroll;
  padding: 0 20px;
  padding-bottom: 0px;
  display: block;
  border: 1px solid #EBEFF5;
  box-shadow: 0px 2px 0px 0px #EBEFF5;
  border-radius: 20px 20px 0 0;
  height: -moz-max-content;
  height: max-content;
  max-height: 70vh;
  width: 100%;
  transition: all 0.3s;
}
.catalog_ordering_mobile .list-tab-archive-shop {
  flex-direction: column;
  align-items: start;
  gap: 0;
}
.catalog_ordering_mobile .list-tab-archive-shop li {
  width: 100%;
  border-bottom: 1px solid #DEE7F1;
}
.catalog_ordering_mobile .list-tab-archive-shop li:last-child {
  border-bottom: 0;
}
.catalog_ordering_mobile .list-tab-archive-shop li.active a::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 6'%3E%3Cpath d='M1.658 2.74 3.31 4.391 6.617 1.09' fill='none' stroke='%23164B8A' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  left: 0;
  display: flex;
  width: 18px;
  height: 15px;
}
.catalog_ordering_mobile .list-tab-archive-shop li a {
  padding: 14px 0;
  display: flex;
  position: relative;
  font-size: 13px;
  color: #164B8A;
  font-weight: 700;
}
.catalog_ordering_mobile.active {
  bottom: 0;
}

.af-service-grid .item .title {
  font-size: 19px;
}
.af-service-grid .item .pic {
  height: 50px;
}

.box_dropdown_list .togglecontent ul {
  padding: 12px;
  max-height: 268px;
  overflow-y: scroll;
}
.box_dropdown_list .togglecontent ul a {
  font-size: 12px;
  font-weight: 700;
  color: #164B8A;
  border-bottom: 1px solid #D8E2EA;
  box-shadow: 0px 1px 0px 0px #FFFFFF;
  padding: 8px 12px;
  display: flex;
  transition: all 0.3s;
}
.box_dropdown_list .togglecontent ul a:hover {
  background: #FFFFFF;
}
.box_dropdown_list .togglecontent ul li:last-child a {
  border-bottom: unset;
  box-shadow: unset;
}

.item-menu-open:hover .box-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(100%);
  z-index: 9999;
  pointer-events: auto;
  transition: all 0.3s;
}

.item-menu-open.menu-position-center .inner {
  position: relative;
}
.item-menu-open.menu-position-center .inner .af-menu-wrapper {
  bottom: 18px;
}
.item-menu-open.menu-position-full .af-menu-inner {
  width: 100%;
}
.item-menu-open .box-mega-menu.menu-position-center {
  right: 50%;
  transform: translate(50%, 120%);
}
.item-menu-open:hover .menu-position-center {
  transform: translate(50%, 100%);
}

.item-menu-open .shadow {
  height: 100vh;
  display: flex;
  z-index: 98;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(136, 155, 180, 0.1215686275);
  backdrop-filter: blur(2px);
}

.item-menu-open:not(.open-sidebar-menu) .shadow {
  position: absolute;
  transform: translateY(100%);
}

.open-sidebar-menu .shadow {
  position: fixed;
  top: 0;
}

.open-sidebar-menu.active .shadow {
  opacity: 1;
  visibility: visible;
}

.item-menu-open:not(.open-sidebar-menu) .inner:hover + .shadow {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.position-unset {
  position: unset;
}

.af-menu a {
  display: inline-flex;
}
.af-menu .special-style > a {
  position: relative;
  display: inline-flex;
  transition: color 0.3s ease;
  font-weight: 700 !important;
  color: #0F417B !important;
}
.af-menu .special-style > a::before {
  content: "";
  width: 4px;
  height: 8px;
  background: #E1994A;
  border-radius: 3px;
  margin-left: 10px;
  transform: translateY(5px);
  display: inline-flex;
}

.open-sidebar-menu.active .af-menu-wrapper {
  right: 0;
}

.sidebar-menu .sub-menu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -200%;
  width: inherit;
  background: #fff;
  padding: 0 30px;
  transition: all 0.3s;
}
.sidebar-menu .af-sub-menu {
  padding: 0 30px;
}
.sidebar-menu .af-sub-menu li {
  width: inherit;
}
.sidebar-menu .af-sub-menu li a {
  font-size: 13px;
  font-weight: 700;
  color: #0F417B;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
}
.sidebar-menu .af-sub-menu li .item {
  display: flex;
  align-items: stretch;
}
.sidebar-menu .af-sub-menu li .item .arrow {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-grow: 1;
  cursor: pointer;
}
.sidebar-menu .sub-menu {
  padding-right: 36px;
}
.sidebar-menu .sub-menu li a {
  font-size: 12px;
  padding: 10px 0;
  font-weight: 600;
}
.sidebar-menu .menu-item-has-children.active > .sub-menu-wrapper {
  right: 0;
}

.af-menu-wrapper--cms .af-menu-inner {
  width: -moz-max-content;
  width: max-content;
}

.menu-ahan-demo li .link {
  position: relative;
}
.menu-ahan-demo li .link::after {
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(224, 231, 240, 0.5) 50.48%, #FFFFFF 100%);
}
.menu-ahan-demo li:last-child .link::after {
  display: none;
}

.menu-ahan-demo li a .box-img::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 140%;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.6 36.5' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M40.6 36.5H0.5V2.7C3 8 9 18 20.5 18C32 18 38 8 40.6 2.7V36.5Z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.6 36.5' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M40.6 36.5H0.5V2.7C3 8 9 18 20.5 18C32 18 38 8 40.6 2.7V36.5Z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  right: 50%;
  transform: translateX(50%);
  opacity: 0;
  transition: all 0.3s;
}
.menu-ahan-demo li a:hover .box-img::before {
  opacity: 1;
}
.menu-ahan-demo li a:hover .box-img .arrow-menu-ahan {
  opacity: 1;
  bottom: 0;
}

.swiperNavasanAhan .item {
  position: relative;
}
.swiperNavasanAhan .item::after {
  content: "";
  position: absolute;
  background: #DAE5F2;
  height: 12px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.BoxswiperNavasanAhan {
  position: relative;
}
.BoxswiperNavasanAhan::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #FFF 1%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  top: 0;
  width: 67px;
  z-index: 12;
}

.section-list-product-tab-ahan .list-tab .item {
  transition: all 0.3s;
  cursor: pointer;
}
.section-list-product-tab-ahan .list-tab .item:hover, .section-list-product-tab-ahan .list-tab .item.active {
  background: #F6F9FB;
  box-shadow: unset;
}
.section-list-product-tab-ahan .box-chart-price {
  position: relative;
}
.section-list-product-tab-ahan .box-chart-price .inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section-list-product-tab-ahan .box-chart-price .inner::before {
  content: "";
  position: absolute;
  top: -96px;
  right: -51px;
  width: 225px;
  height: 225px;
  border-radius: 100%;
  background: #F7FAFB;
  filter: blur(104px);
  z-index: -1;
}
.section-list-product-tab-ahan .box-chart-price::after {
  content: "";
  position: absolute;
  background-color: rgba(203, 213, 221, 0.2);
  transform: skew(-4deg, -4deg);
  bottom: 0;
  left: 0;
  width: 71%;
  height: 93%;
  border-radius: 20px;
  z-index: -1;
  filter: blur(34px);
}
.section-list-product-tab-ahan .box-chart-price .list li.active {
  position: relative;
  padding: 8px 0;
}
.section-list-product-tab-ahan .box-chart-price .list li.active::before {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="333" height="48"  fill="none" viewBox="0 0 333 48"><rect width="331.34" height="46.082" x=".5" y=".5" stroke="%23196E6E" stroke-dasharray="4 4" rx="9.5"/></svg>') no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  top: 50%;
  right: 50%;
  width: 110%;
  height: 138%;
  transform: translate(50%, -50%);
}
.section-list-product-tab-ahan .box-chart-price .list li.active::after {
  content: "ارزانتــرین";
  position: absolute;
  background: #F1AF68;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: -2%;
  padding: 0 3px;
  border-radius: 5px;
  left: 71px;
  bottom: 0;
  transform: translateY(50%);
}
.section-list-product-tab-ahan .box-chart-price .list li.active .title {
  position: relative;
}
.section-list-product-tab-ahan .box-chart-price .list li.active .title::before {
  position: absolute;
  content: "";
  left: -1px;
  right: -1px;
  top: 49%;
  background: #F1AF68;
  rotate: -2deg;
  opacity: 0.4;
  z-index: -1;
  transform: translateY(-50%);
  height: 69%;
}

.section-navasan-ahan .inner {
  position: relative;
}
.section-navasan-ahan .inner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, #FFFFFF 0%, #F1F8F9 20%, #E7F3F5 50%, #F2F9FA 80%, #FFFFFF 100%);
}
.section-navasan-ahan .inner::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, #FFFFFF 0%, #F1F8F9 20%, #E7F3F5 50%, #F2F9FA 80%, #FFFFFF 100%);
}

.section-producer-ahan .item {
  position: relative;
  z-index: 1;
}
.section-producer-ahan .item::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: inherit;
  background: #F7FAFB;
  rotate: 26deg;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  filter: blur(100px);
  z-index: -1;
}
.section-producer-ahan .swiper-slide {
  position: relative;
}
.section-producer-ahan .swiper-slide::after {
  content: "";
  position: absolute;
  background-color: rgba(226, 234, 240, 0.4);
  transform: skew(-8deg, -4deg);
  bottom: 0;
  left: 0;
  width: 79%;
  height: 65%;
  border-radius: 20px;
  z-index: 0;
  filter: blur(17px);
}

.section-good-price-ahan .list .item .color-special {
  color: #4E5965;
}
.section-good-price-ahan .list .item.increase .color-special {
  color: #15C771;
}
.section-good-price-ahan .list .item.increase .bg-navasan {
  background: #15C771;
}
.section-good-price-ahan .list .item.decrease .color-special {
  color: #FF4141;
}
.section-good-price-ahan .list .item.decrease .bg-navasan {
  background: #FF4141;
}

.section-good-price-ahan .item-good-price-ahan {
  position: relative;
  z-index: 1;
}
.section-good-price-ahan .item-good-price-ahan .list li:last-child {
  border-bottom: none;
}
.section-good-price-ahan .item-good-price-ahan::before {
  content: "";
  height: 84%;
  width: 64%;
  position: absolute;
  border-radius: inherit;
  background: #F7FAFB;
  rotate: 24deg;
  top: -99px;
  right: -19%;
  filter: blur(104px);
  z-index: -1;
  transform: skew(-12deg, 0);
}
.section-good-price-ahan .swiper-slide {
  position: relative;
}
.section-good-price-ahan .swiper-slide::after {
  content: "";
  position: absolute;
  background-color: rgba(226, 234, 240, 0.4);
  transform: skew(-8deg, -4deg);
  bottom: 0;
  left: 0;
  width: 79%;
  height: 65%;
  border-radius: 20px;
  z-index: 0;
  filter: blur(17px);
}

.index-product-archive {
  background: unset;
  border-spacing: 0 9px;
}
.index-product-archive::before {
  content: "";
  position: absolute;
  background: #F6F9FB;
  left: 0;
  right: 0;
  top: 52px;
  bottom: 0;
  z-index: -1;
  border-radius: 25px;
}
.index-product-archive thead th {
  padding-bottom: 30px;
  padding-top: 0;
}

.section-list-product-tab-ahan .dataTables_wrapper {
  margin-bottom: 0;
}
.section-list-product-tab-ahan .dataTables_paginate, .section-list-product-tab-ahan .btn-table {
  display: none !important;
}

.item-cat-ahan::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(360deg, #FFFFFF 0%, rgba(222, 234, 239, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.item-blog-ahan {
  position: relative;
}
.item-blog-ahan::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, #EEF2F9 0%, #FFFFFF 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.item-blog-ahan-vip {
  position: relative;
}
.item-blog-ahan-vip::before {
  position: absolute;
  content: "";
  background: linear-gradient(164.65deg, rgba(0, 23, 88, 0) -3.24%, rgba(0, 30, 114, 0.745) 56.32%, #001E72 93.6%);
  opacity: 0.9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.swiperProducerHero {
  position: relative;
}
.swiperProducerHero::before {
  content: "";
  position: absolute;
  top: -71px;
  right: -54px;
  width: 162px;
  height: 162px;
  border-radius: 100%;
  background: #F8F9FA;
  filter: blur(84px);
}
.swiperProducerHero .swiper-pagination {
  position: absolute;
  bottom: unset;
  top: 38px;
  right: 38px;
  left: unset;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 3px;
  transition: all 0.3s;
}
.swiperProducerHero .swiper-pagination .swiper-pagination-bullet {
  width: 5.25px;
  height: 5.25px;
  border-radius: 20px;
  background: #DFE7ED;
  transition: all 0.3s;
  margin: unset;
  opacity: 1;
}
.swiperProducerHero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10.75px;
  background: #164B8A;
}

.access-hero-calculator .inner {
  position: relative;
}
.access-hero-calculator .inner::before {
  content: "";
  position: absolute;
  top: -71px;
  right: -54px;
  width: 162px;
  height: 162px;
  border-radius: 100%;
  background: #F8F9FA;
  filter: blur(84px);
  z-index: -1;
}

.access-price-floor .swiper {
  position: relative;
}
.access-price-floor .swiper::before {
  content: "";
  position: absolute;
  top: -83px;
  left: -83px;
  width: 252px;
  height: 252px;
  border-radius: 100%;
  background: #F8F9FA;
  filter: blur(84px);
  z-index: -1;
}

.access-price-floor .swiper-pagination {
  position: absolute;
  bottom: unset;
  top: 34px;
  left: 34px;
  right: unset;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 3px;
  transition: all 0.3s;
}
.access-price-floor .swiper-pagination .swiper-pagination-bullet {
  width: 5.25px;
  height: 5.25px;
  border-radius: 20px;
  background: #DFE7ED;
  transition: all 0.3s;
  margin: unset;
  opacity: 1;
}
.access-price-floor .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10.75px;
  background: #164B8A;
}

.calculator-hero-ahan .box-input::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, #FFFFFF 0%, #D6E0EB 50%, #FFFFFF 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
.calculator-hero-ahan .inner::before {
  content: "";
  position: absolute;
  top: -108px;
  right: -143px;
  width: 481px;
  height: 260px;
  border-radius: 100%;
  background: #F8F9FA;
  filter: blur(84px);
  z-index: -1;
}

.circle-anim::before {
  content: "";
  position: absolute;
  background: radial-gradient(circle, transparent 32.5%, rgba(221, 232, 239, 0.6) 33.3%, transparent 34%), radial-gradient(circle, transparent 44%, rgba(221, 232, 239, 0.5) 45%, transparent 46%), radial-gradient(circle, transparent 55%, rgba(221, 232, 239, 0.4) 56%, transparent 57%), radial-gradient(circle, transparent 66.5%, rgba(221, 232, 239, 0.3) 67.5%, transparent 68.5%), radial-gradient(circle, transparent 76%, rgba(221, 232, 239, 0.2) 77%, transparent 74%), radial-gradient(circle, transparent 89%, rgba(221, 232, 239, 0.1) 80%, transparent 81%);
  aspect-ratio: 1/1;
  animation: pulse 3s ease-in-out infinite;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  top: 0;
  right: 0;
  z-index: -1;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.25);
  }
}
.swiperHeroAhan .swiper-button-prev {
  position: absolute;
  top: 56%;
  right: -2px !important;
  background-image: url(../img/ahan/arrow-slider-ahan.svg);
  background-repeat: no-repeat;
  height: 162px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: left;
  z-index: 110;
  transform: translateY(-50%);
  opacity: 1 !important;
}

.currency-gold .inner::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -53px;
  width: 162px;
  height: 162px;
  border-radius: 100%;
  background: #F8F9FA;
  filter: blur(84px);
  z-index: -1;
}

.section-steps-ahan .item {
  z-index: 10;
}
.section-steps-ahan .item .box-step {
  position: relative;
  z-index: 1;
}
.section-steps-ahan .item .box-step::before {
  content: "";
  box-shadow: 6px 6px 18px 0px rgba(206, 137, 62, 0.2509803922);
  background: #FFFFFF;
  border-radius: 100%;
  width: 71%;
  height: 71%;
  position: absolute;
  z-index: -1;
}
.section-steps-ahan .item:last-child .box-step::after {
  position: absolute;
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(222, 228, 235, 0.5) 0%, #FFFFFF 100%);
  filter: blur(2px);
  width: 69px;
  height: 6px;
  bottom: -8px;
  transform: translateY(100%);
}
.section-steps-ahan .list {
  position: relative;
}
.section-steps-ahan .list::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #E5EBF3;
  width: 100%;
  top: 37px;
}

.search-type-fixed {
  width: unset;
}
.search-type-fixed form {
  position: relative;
}
.search-type-fixed form input {
  padding: 20px;
  width: 380px;
}

.search-type-expand:hover input {
  width: 380px;
  padding: 20px;
}
.search-type-expand input {
  padding: 0;
  width: 0;
}
.search-type-expand.search-dropdown-left .box-result-search-ajax, .search-type-expand.search-dropdown-left form {
  left: 0;
}
.search-type-expand.search-dropdown-right .box-result-search-ajax, .search-type-expand.search-dropdown-right form {
  right: 0;
}

.access-hover-header-myaccount.dropdown-right .drop-done-profile-btn-box {
  right: 0;
  left: auto;
}

.access-hover-header-myaccount.dropdown-center .drop-done-profile-btn-box {
  left: 50%;
  right: auto;
  transform: translate(-50%, 100%);
}

.access-hover-header-myaccount.dropdown-left .drop-done-profile-btn-box {
  left: 0;
  right: auto;
}

.festival-popup-css {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}

.festival-popup-css.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.shadow-box-poupup-elementor {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(136, 155, 180, 0.1098039216);
  z-index: 999;
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  padding: 15px;
}
.shadow-box-poupup-elementor .box-poupup-elementor {
  transform: scale(0);
  transition: all 0.3s;
  max-width: 100%;
  max-height: 100%;
}
.shadow-box-poupup-elementor .content.editor-type {
  padding: 20px;
}

.shadow-box-poupup-elementor.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.shadow-box-poupup-elementor.active .box-poupup-elementor {
  transform: scale(1);
}

.support-widget-mobile {
  display: flex;
  gap: 8px;
}
.support-widget-mobile.layout-ltr {
  direction: ltr;
}
.support-widget-mobile.layout-rtl {
  direction: rtl;
}
.support-widget-mobile.dir-bottom {
  flex-direction: column-reverse;
}
.support-widget-mobile.dir-top {
  flex-direction: column;
}
.support-widget-mobile.dir-left {
  flex-direction: row;
}
.support-widget-mobile.dir-right {
  flex-direction: row-reverse;
}
.support-widget-mobile.dir-left .list, .support-widget-mobile.dir-right .list {
  display: flex;
  flex-direction: row;
}
.support-widget-mobile.dir-left .list a, .support-widget-mobile.dir-right .list a {
  padding: 0px 5px !important;
}

.navigation-bar-mobile .item {
  position: relative;
}
.navigation-bar-mobile .item::after {
  content: "";
  background: #F2F6FD;
  width: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  height: 93%;
  transform: translateY(-50%);
}
.navigation-bar-mobile .item:last-child::after {
  display: none;
}

.menu-main-mobile {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -10;
  transition: all 0.3s;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li a, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li a, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li a {
  font-size: 12px;
  padding: 10px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0F417B;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li.special-style a, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li.special-style a, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li.special-style a {
  color: #0b9d5e;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li.special-style a .arrow svg, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li.special-style a .arrow svg, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li.special-style a .arrow svg {
  stroke: #0b9d5e;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li.menu-item-has-children > a .arrow, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li.menu-item-has-children > a .arrow, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li.menu-item-has-children > a .arrow {
  rotate: -90deg;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li > .submenu-wrapper, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li > .submenu-wrapper, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li > .submenu-wrapper {
  display: none;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li > .submenu-wrapper .sub-menu, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li > .submenu-wrapper .sub-menu, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li > .submenu-wrapper .sub-menu {
  position: relative;
  padding-right: 11px;
  margin: 8px 22px 16px 0;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li > .submenu-wrapper .sub-menu::before, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li > .submenu-wrapper .sub-menu::before, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li > .submenu-wrapper .sub-menu::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: calc(100% - 20px);
  background: #eee;
  top: 50%;
  transform: translateY(-50%);
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li > .submenu-wrapper a, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li > .submenu-wrapper a, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li > .submenu-wrapper > .sub-menu > li > .submenu-wrapper a {
  border-bottom: unset;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li {
  border: none;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li a, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li a, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 10px;
  background: rgba(238, 238, 238, 0.2588235294);
  border: none;
  padding: 10px 5px;
  letter-spacing: -2px;
  font-size: 10px;
  color: #0F417B;
  font-weight: 700;
  text-align: center;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li a .arrow, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li a .arrow, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li a .arrow {
  display: none;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li a img, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li a img, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li a img {
  width: 100%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-main-mobile.style-full_tabs .mobile_menu_ul_main li.two-columns > .submenu-wrapper > .sub-menu, .menu-main-mobile.style-full_accordion .mobile_menu_ul_main li.two-columns > .submenu-wrapper > .sub-menu, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main li.two-columns > .submenu-wrapper > .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px 16px;
}
.menu-main-mobile.style-full_tabs .menu-html-block, .menu-main-mobile.style-full_accordion .menu-html-block, .menu-main-mobile.style-full_tree .main-mobile .menu-html-block {
  padding: 16px 0;
}
.menu-main-mobile.style-full_tabs .main-mobile {
  flex-grow: 1;
  min-height: 0;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container {
  position: relative;
  height: 100%;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main::-webkit-scrollbar-thumb,
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main::-webkit-scrollbar-track {
  display: none;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main {
  width: 104px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 100%;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li {
  border: none;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 10px;
  background: rgba(238, 238, 238, 0.2588235294);
  border: none;
  padding: 10px;
  letter-spacing: -2px;
  font-size: 10px;
  color: #0F417B;
  font-weight: 700;
  text-align: center;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li a .arrow {
  display: none;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view > li a img {
  width: 100%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main > li > .submenu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 104px;
  padding: 20px 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  overflow: scroll;
  z-index: 999;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  background-color: rgba(231, 235, 240, 0.1411764706);
  border-top: none;
  font-size: 12px;
  color: #0F417B;
  font-weight: 700;
  text-align: center;
  padding: 10px 8px;
  border: 1px solid rgba(235, 238, 245, 0.7);
  border-top-color: transparent;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main > li > a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main > li.prev a {
  border-bottom-left-radius: 8px;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main > li.active > a {
  background: #fff;
  border-left-color: transparent;
  border-bottom: transparent;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main > li.active > .submenu-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-main-mobile.style-full_tabs .main-mobile .mobile-menu-container .mobile_menu_ul_main > li.active + li a {
  border-top-left-radius: 8px;
  border-top-color: rgba(235, 238, 245, 0.7);
}
.menu-main-mobile.style-full_accordion .main-mobile, .menu-main-mobile.style-full_tree .main-mobile {
  padding: 15px;
  flex-grow: 1;
  min-height: 0;
  overflow: scroll;
}
.menu-main-mobile.style-full_accordion .main-mobile .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main li.image-view .submenu-wrapper .sub-menu-image-view {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.menu-main-mobile.style-full_accordion .main-mobile .mobile_menu_ul_main > li, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li {
  border-bottom: 1px solid #E0E7F0;
}
.menu-main-mobile.style-full_accordion .main-mobile .mobile_menu_ul_main > li .sub-menu, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li .sub-menu {
  position: relative;
  padding-right: 11px;
  margin: 8px 22px 16px 0;
}
.menu-main-mobile.style-full_accordion .main-mobile .mobile_menu_ul_main > li .sub-menu::before, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li .sub-menu::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: calc(100% - 20px);
  background: #eee;
  top: 50%;
  transform: translateY(-50%);
}
.menu-main-mobile.style-full_accordion .main-mobile .mobile_menu_ul_main > li > a, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li > a {
  font-size: 12px;
  font-weight: 700;
  color: #0F417B;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu-main-mobile.style-full_accordion .main-mobile .mobile_menu_ul_main > li > a .arrow, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li > a .arrow {
  margin-right: auto;
}
.menu-main-mobile.style-full_accordion .main-mobile .mobile_menu_ul_main > li > a img, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li > a img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-main-mobile.style-full_accordion .main-mobile .mobile_menu_ul_main > li.menu-item-has-children .arrow, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li.menu-item-has-children .arrow {
  rotate: -90deg;
}
.menu-main-mobile.style-full_accordion .main-mobile .mobile_menu_ul_main > li > .submenu-wrapper, .menu-main-mobile.style-full_tree .main-mobile .mobile_menu_ul_main > li > .submenu-wrapper {
  display: none;
}
.menu-main-mobile.style-full_tree li .arrow {
  rotate: unset !important;
}
.menu-main-mobile.style-full_tree li .submenu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  display: flex !important;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  width: 100%;
  padding: 0 !important;
}
.menu-main-mobile.style-full_tree li .submenu-wrapper .sub-menu-image-view {
  padding: 0 20px;
}
.menu-main-mobile.style-full_tree li .submenu-wrapper .menu-html-block {
  margin: 0 16px;
}
.menu-main-mobile.style-full_tree li .submenu-wrapper .sub-menu {
  padding-left: 20px;
}
.menu-main-mobile.style-full_tree li.active > .submenu-wrapper {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 0);
}
.menu-main-mobile .boxed-width {
  width: 340px;
  max-width: 100%;
  border-left: 1px solid #eee;
}
.menu-main-mobile .full-width {
  width: 100%;
}
.menu-main-mobile.direction-right .inner-box {
  right: 0;
  transform: translateX(100%);
  top: 0;
  bottom: 0;
}
.menu-main-mobile.direction-left .inner-box {
  left: 0;
  transform: translateX(-100%);
  top: 0;
  bottom: 0;
}
.menu-main-mobile.direction-top .inner-box {
  top: 0;
  transform: translateY(-100%);
  left: 0;
  right: 0;
}
.menu-main-mobile.direction-bottom .inner-box {
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  right: 0;
}
.menu-main-mobile .inner-box {
  position: fixed;
  transition: all 0.3s;
}
.menu-main-mobile.active {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-main-mobile.active .inner-box {
  transform: translate(0, 0);
}

.search-box-mobile.active {
  opacity: 1;
  visibility: visible;
}
.search-box-mobile.display-dropdown {
  width: 100%;
  right: 0;
  left: 0;
  bottom: -3px;
}
.search-box-mobile.display-dropdown .inner {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: unset;
}
.search-box-mobile.display-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transform: unset;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.search-box-mobile.display-popup .inner {
  flex-grow: 1;
  overflow-y: scroll;
  box-shadow: unset !important;
  border: unset !important;
  border-radius: unset !important;
}

.mini-cart-wrapper {
  z-index: -10;
  transition: all 0.3s;
}
.mini-cart-wrapper.direction-right .minicart-sidbar-type {
  right: 0;
  transform: translateX(100%);
  top: 0;
  bottom: 0;
}
.mini-cart-wrapper.direction-left .minicart-sidbar-type {
  left: 0;
  transform: translateX(-100%);
  top: 0;
  bottom: 0;
}
.mini-cart-wrapper .minicart-sidbar-type {
  transition: all 0.3s;
}
.mini-cart-wrapper.wd-opened {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 99999;
}
.mini-cart-wrapper.wd-opened .minicart-sidbar-type {
  transform: translate(0, 0);
}

.shadow-c {
  height: 100vh;
  display: flex;
  z-index: 98;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(136, 155, 180, 0.1215686275);
  backdrop-filter: blur(2px);
  position: fixed;
}

.support-widget-mobile .button-type-image .box-img {
  position: relative;
  display: flex;
}
.support-widget-mobile .button-type-image .box-img::before {
  content: "";
  position: absolute;
  backdrop-filter: blur(4px);
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  border-radius: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1019607843);
  opacity: 0;
  transition: all 0.3s;
}
.support-widget-mobile .button-type-image.active .inner-icon {
  opacity: 0;
}
.support-widget-mobile .button-type-image.active .box-img::before {
  opacity: 1;
}
.support-widget-mobile .button-type-icon.active .open-icon {
  filter: blur(3px);
}

.announcement-bar {
  color: var(--announcement-text-color);
  background-color: var(--announcement-bg-color);
  height: var(--announcement-height);
  display: flex;
  align-items: center;
  position: relative;
  display: none;
}

.announcement-close.announcement-close-light {
  background: #FFFFFF;
}
.announcement-close.announcement-close-light svg {
  stroke: #BCCADB;
}
.announcement-close.announcement-close-dark {
  background: #BCCADB;
}
.announcement-close.announcement-close-dark svg {
  stroke: #FFFFFF;
}

@media (max-width: 767px) {
  .announcement-bar {
    height: var(--announcement-height-mobile);
  }
}
.swiper-gallery-thumb .swiper-slide {
  width: 74px;
  height: 74px;
}

.zoomImg {
  background: white;
}

.glightbox-light #glightbox-body .goverlay, .glightbox-light .dialog-type-lightbox {
  background-color: white !important;
}
.glightbox-light #glightbox-body .gslide-media, .glightbox-light .elementor-lightbox .elementor-lightbox-image {
  box-shadow: unset !important;
}
.glightbox-light .elementor-slideshow__header > svg, .glightbox-light .elementor-lightbox .dialog-lightbox-close-button svg, .glightbox-light .elementor-lightbox .elementor-swiper-button svg {
  fill: #021959 !important;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.line-clamp-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.variations_form .variation-color select, .variations_form .variation-color .select2-container {
  display: none;
}

.wvs-has-image-tooltip,
[data-wvstooltip] {
  --font-size: 14px;
  --arrow-width: 5px;
  --arrow-distance: 10px;
  --arrow-position: calc(var(--arrow-distance) * -1);
  --tip-redius: 3px;
  --tip-min-width: 100px;
  --tip-min-height: 100px;
  --tip-height: 30px;
  --tip-breakpoint-start: 53vw;
  --tip-distance: calc(var(--arrow-distance) + var(--tip-height));
  --tip-position: calc(var(--tip-distance) * -1);
  --image-tip-min-height: calc(var(--tip-min-height) + var(--tip-height));
  --image-tip-max-height: calc(var(--tooltip-height) + var(--tip-height));
  --image-tip-width-dynamic: clamp(
    var(--tip-min-width),
    var(--tip-breakpoint-start),
    var(--tooltip-width)
  );
  --image-tip-height-dynamic: clamp(
    var(--tip-min-height),
    var(--tip-breakpoint-start),
    var(--tooltip-height)
  );
  --image-tip-ratio: calc(var(--tooltip-height) / var(--tooltip-width));
  --image-tip-position: calc(100% + var(--arrow-distance));
  --horizontal-position: 0px;
  cursor: pointer;
  outline: none;
  position: relative;
}

.wvs-has-image-tooltip:after,
.wvs-has-image-tooltip:before,
[data-wvstooltip]:after,
[data-wvstooltip]:before {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateZ(0);
  transition: opacity 0.5s ease-in-out;
  visibility: hidden;
  z-index: 999;
}

.wvs-has-image-tooltip:before,
[data-wvstooltip]:before {
  background-color: var(--wvs-tooltip-background-color, #333);
  border-radius: var(--tip-redius);
  bottom: var(--image-tip-position);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  color: var(--wvs-tooltip-text-color, #fff);
  font-size: var(--font-size);
  height: var(--tip-height);
  line-height: var(--tip-height);
  min-width: var(--tip-min-width);
  padding-inline: 10px;
  top: auto;
  transform: translateX(var(--horizontal-position));
  width: -moz-max-content;
  width: max-content;
}

[data-wvstooltip]:before {
  content: attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock);
}

.wvs-has-image-tooltip:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-content: center;
  align-items: center;
  backface-visibility: hidden;
  background-image: var(--tooltip-background);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  content: attr(data-title);
  display: flex;
  flex-direction: column;
  height: calc(var(--image-tip-height-dynamic) + var(--tip-height));
  justify-content: flex-end;
  min-width: var(--image-tip-width-dynamic);
}

.wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
  border-top-color: transparent;
  border: var(--arrow-width) solid transparent;
  border-top-color: var(--wvs-tooltip-background-color, #333);
  bottom: auto;
  content: " ";
  font-size: 0;
  line-height: 0;
  top: var(--arrow-position);
  width: 0;
}

.wvs-has-image-tooltip:hover:after,
.wvs-has-image-tooltip:hover:before,
[data-wvstooltip]:hover:after,
[data-wvstooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}

.af-price-change.increase .fill-current {
  fill: #0DBC68;
  rotate: 180deg;
}
.af-price-change.increase .af-price-change__status-text {
  color: #11AF63;
}
.af-price-change.decrease .fill-current {
  fill: #f1085a;
}
.af-price-change.decrease .af-price-change__status-text {
  color: #f1085a;
}

.BoxNotifyMeWhenAvailable.active, .BoxPoupupChart.active, .BoxPoupupVideo.active, .BoxPoupupShareSocial.active, .BoxPoupupAddToCart.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.stock-display-bar .woocommerce-variation, .stock-display-inline .woocommerce-variation {
  display: flex;
  flex-direction: column;
}
.stock-display-bar .woocommerce-variation-availability, .stock-display-inline .woocommerce-variation-availability {
  order: -1;
  margin-bottom: 20px;
}
.stock-display-bar .woocommerce-variation-availability .af-stock-progress, .stock-display-inline .woocommerce-variation-availability .af-stock-progress {
  margin-bottom: 0;
}
.stock-display-bar .woocommerce-variation-description, .stock-display-inline .woocommerce-variation-description {
  order: -1;
}
.stock-display-bar .woocommerce-variation-availability, .stock-display-bar .woocommerce-variation-price, .stock-display-inline .woocommerce-variation-availability, .stock-display-inline .woocommerce-variation-price {
  width: 100%;
}
.stock-display-bar .woocommerce-variation-price .starting-price, .stock-display-inline .woocommerce-variation-price .starting-price {
  margin-bottom: 5px;
}
.stock-display-bar .woocommerce-variation-price .starting-price .text-starting-p, .stock-display-inline .woocommerce-variation-price .starting-price .text-starting-p {
  display: none;
}
.stock-display-bar .woocommerce-variation-price .starting-price + .woocommerce-Price-amount::before, .stock-display-inline .woocommerce-variation-price .starting-price + .woocommerce-Price-amount::before {
  content: "شروع قیمت از :";
  font-size: 16px;
  color: #28313b;
  font-weight: bold;
  margin-left: auto;
}
.stock-display-bar .woocommerce-variation-price .woocommerce-Price-amount, .stock-display-inline .woocommerce-variation-price .woocommerce-Price-amount {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.stock-display-bar .woocommerce-variation-price .woocommerce-Price-amount::before, .stock-display-inline .woocommerce-variation-price .woocommerce-Price-amount::before {
  content: "قیمت :";
  font-size: 15px;
  color: #021959;
  font-weight: bold;
  margin-left: auto;
}
.stock-display-bar .woocommerce-variation-price ins, .stock-display-inline .woocommerce-variation-price ins {
  width: 100%;
}
.stock-display-bar .woocommerce-variation-price ins .woocommerce-Price-amount, .stock-display-inline .woocommerce-variation-price ins .woocommerce-Price-amount {
  position: relative;
}
.stock-display-bar .woocommerce-variation-price ins .woocommerce-Price-amount::before, .stock-display-inline .woocommerce-variation-price ins .woocommerce-Price-amount::before {
  content: "قیمت با تخفیف :";
  font-size: 15px;
  color: #021959;
  font-weight: bold;
  margin-left: auto;
}
.stock-display-bar .woocommerce-variation-price del, .stock-display-inline .woocommerce-variation-price del {
  width: 100%;
}
.stock-display-bar .woocommerce-variation-price del .woocommerce-Price-amount, .stock-display-inline .woocommerce-variation-price del .woocommerce-Price-amount {
  position: relative;
}
.stock-display-bar .woocommerce-variation-price del .woocommerce-Price-amount::before, .stock-display-inline .woocommerce-variation-price del .woocommerce-Price-amount::before {
  content: "قیمت قبل :";
  font-size: 12px;
  color: #021959;
  font-weight: 600;
  margin-left: auto;
}

.stock-display-vertical .woocommerce-Price-amount::before {
  display: none !important;
}

.woocommerce-notices-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1500px) {
  .woocommerce-notices-wrapper {
    max-width: 1530px;
  }
}
.woocommerce-message:focus-visible {
  outline: none;
}

.stock.out-of-stock {
  font-size: 12px;
  color: #164b8a;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.8;
}

.af-stock-progress {
  margin-bottom: 16px;
  margin-top: 16px;
}

.favorites-event-post-item {
  position: relative;
  overflow: visible;
}

.favorites-event-post-item svg {
  transition: transform 0.3s ease;
  transform-origin: center;
  position: relative;
  z-index: 2;
}

.favorites-event-post-item.active svg {
  fill: #E0245E;
  stroke: #E0245E;
}

.favorites-event-post-item.processing svg {
  animation: fav-pulse-fade 1.4s ease-in-out infinite;
}

@keyframes fav-pulse-fade {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.4;
  }
}
.favorites-event-post-item.animate svg {
  animation: fav-pop 0.4s ease-out forwards;
}

@keyframes fav-pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.favorites-event-post-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border-radius: 50%;
  background: rgba(224, 36, 94, 0.35);
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.favorites-event-post-item.animate::before {
  animation: fav-ripple 0.6s ease-out forwards;
}

@keyframes fav-ripple {
  0% {
    transform: scale(0.3);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}
.item-product-video .woocommerce-Price-amount * {
  display: flex;
  align-items: center;
  gap: 5px;
}
.item-product-video .woocommerce-Price-amount {
  font-size: 23px;
  color: #021959;
  font-weight: 700;
  letter-spacing: -2%;
}
.item-product-video .added_to_cart {
  display: none !important;
}

.BoxPoupupVideoInner .plyr__poster {
  background-size: cover;
}
.BoxPoupupVideoInner .plyr.plyr--stopped .plyr__controls {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.BoxPoupupVideoInner .af-video-prev::after, .BoxPoupupVideoInner .af-video-next::after {
  display: none !important;
}

.af-price-tax-toggle-input:checked + label .af-price-tax-toggle-track {
  outline-color: #35CF85;
}
.af-price-tax-toggle-input:checked + label .af-price-tax-toggle-track .af-price-tax-toggle-thumb {
  outline-color: #35CF85;
  transform: translateX(calc(100% - 4px));
}

.woocommerce-product-attributes tbody {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.comment-form-product .comment-form-author {
  order: 1;
}
.comment-form-product .comment-form-email {
  order: 2;
}
.comment-form-product .comment-form-comment {
  order: 3;
}
.comment-form-product .af-review-scores {
  order: 4;
}
.comment-form-product .af-review-points {
  order: 5;
}
.comment-form-product .form-submit {
  order: 6;
}

.af-review-points__row--positive .af-review-points__input.has-value {
  color: #189356;
  border-color: #D9F2E5;
}

.af-review-points__row--negative .af-review-points__input.has-value {
  color: #C43638;
  border-color: #FEE7E7;
}

a.af-question-button, a.af-review-submit {
  box-shadow: 2px 4px 9px 0px rgba(22, 75, 138, 0.0392156863);
}

.must-log-in {
  color: #516292;
  font-size: 14px;
  font-weight: 700;
}
.must-log-in a {
  color: #164B8A;
}

.box_dropdown_list_comment .togglecontent ul {
  padding: 0;
  max-height: 268px;
  overflow-y: scroll;
}
.box_dropdown_list_comment .togglecontent.opened {
  position: absolute;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  top: 26px;
}

.af-comment-report.loading {
  opacity: 0.4;
}

.item-product-vip-slider .added_to_cart {
  display: none;
}
.item-product-vip-slider .discount-box {
  display: none;
}

.SwiperVipSliderSingle {
  margin: unset;
}

.woocommerce-cart-form__cart-item .variation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 600;
  gap: 2px;
}
.woocommerce-cart-form__cart-item .variation dd {
  margin-left: 10px;
}
.af-sticky-scroll {
  transform: translateY(100%);
  transition: all 0.3s;
}
.af-sticky-scroll.active {
  transform: translateY(0);
}

.single_add_to_cart_button.active .loading-vip {
  display: flex;
}

form.variations_form + .added_to_cart, form.cart + .added_to_cart {
  display: none;
}

@media (max-width: 1699.98px) {
  .box-sticky-content-post {
    display: none;
  }
}
@media (max-width: 1366.98px) {
  .single_variation_wrap {
    padding: 28px 12px;
    margin-right: 0;
    margin-left: 0;
  }
  .item-step {
    min-width: 200px;
    box-sizing: content-box;
  }
  .head-section .item-link {
    padding: 0 20px;
  }
  .SwiperExpertArchiveCat .box-pic .inner::before, .SwiperExpertArchiveCat .box-pic .inner::after, .SwiperExpertArchiveCat .box-pic::after {
    width: 70px;
    height: 70px;
  }
  .dataTables_paginate {
    margin-right: 20px;
  }
  .btn-table {
    padding-left: 20px;
  }
  .dataTables_wrapper {
    margin-bottom: 20px;
  }
  .compare-products-list:has(.item-product) {
    padding-left: 1.25rem;
  }
}
@media (max-width: 1199.98px) {
  .box-head-project .after::after {
    display: none;
  }
  .list-attr-footer li:first-child {
    padding-right: 12px;
  }
  .list-attr-footer li:last-child {
    padding-left: 12px;
  }
  .section-form .box-right::after {
    display: none;
  }
}
@media (max-width: 880.98px) {
  .tracking-box .after::before {
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #FFF 0%, #EBEFF5 50%, #FFF 100%);
  }
  .woocommerce-cart-form__cart-item .remove::before {
    position: absolute;
    content: "";
    width: 0.5px;
    background: linear-gradient(0deg, #FFF 0%, #EBEFF5 50%, #FFF 100%);
    height: 100%;
    top: 0;
    left: 0;
  }
  .woocommerce-Tabs-panel {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .BoxSwiperListCategorySlider::before {
    width: 70px;
  }
  .item-step-cat-level {
    position: relative;
    z-index: 1;
    padding: 16px 0;
    rotate: 0deg;
    overflow: hidden;
    min-width: unset;
  }
  .item-step-cat-level .inner {
    rotate: 0deg;
    padding: 0 10px 0 12px;
    align-items: center;
    justify-content: center;
  }
  .item-step-cat-level::after {
    left: -35px;
    filter: blur(16px);
  }
  .items-wrapper > *:nth-last-child(1):nth-child(odd) {
    grid-column: span 2;
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .steps-cart-item .item .box-icon::before {
    width: 33px;
    left: -8px;
  }
  .coupon input {
    min-width: unset;
    flex-grow: 1;
  }
  .woocommerce-pagination {
    gap: 4px;
  }
  .woocommerce-pagination .page-numbers {
    min-width: 40px;
    height: 40px;
  }
  .shortcode-projects .project-progress::after {
    display: none;
  }
  .comment-form {
    flex-direction: column;
    width: 100%;
    align-items: start;
    gap: 9px;
  }
  .comment-form .comment-form-comment {
    min-width: 100%;
    max-width: 100%;
  }
  .comment-form.single-blog-commment .comment-form-author, .comment-form.single-blog-commment .comment-form-email {
    min-width: 100%;
    max-width: 100%;
  }
  .comment-form.single-blog-commment .form-submit {
    margin-right: unset;
  }
  .comment-form.single-blog-commment input[type=submit] {
    padding: 10px 20px;
    font-size: 14px;
  }
  .widget-counseling button {
    padding: 12px;
    font-size: 15px;
    margin-top: 9px;
    border-radius: 12px;
  }
  .single_variation_wrap .single_variation {
    margin-bottom: 12px;
  }
  .variations_form .variations tr {
    min-height: 50px;
  }
  .variations_form .reset_variations {
    height: 42px;
  }
  .single_variation_wrap {
    border-radius: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .comment-pagination .page-numbers {
    min-width: 39px;
    height: 39px;
    gap: 8px !important;
  }
  .comment-pagination .page-numbers.next, .comment-pagination .page-numbers.prev {
    font-size: 13px !important;
  }
  .comment-form .comment-form-author, .comment-form .comment-form-email {
    max-width: 100%;
    width: 100%;
  }
  .comment-form input[type=submit] {
    padding: 10px 20px;
    font-size: 14px;
  }
  .SwiperExpertArchiveCat .swiper-pagination {
    top: 28px;
    right: 20px;
  }
  .woocommerce-breadcrumb {
    gap: 6px;
  }
  .box-map-attr .list-attr-info-nemayandegi::before {
    width: 100%;
    right: 0;
    left: 0;
    top: unset;
    height: 100px;
    transform: translateY(100%);
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFF 88.46%);
  }
  .list-attr-footer li:nth-child(even):after {
    display: none;
  }
  .list-attr-footer li:nth-child(even) {
    padding-left: 0;
  }
  .list-attr-footer li:nth-child(odd) {
    padding-right: 0;
  }
  .content-permissions-footer img {
    max-height: 40px;
  }
  .box-swiperOtherCompony .swiper-wrapper .swiper-slide {
    padding: 0 12px;
  }
  .logo-brand-footer img {
    height: 45px;
    min-width: 45px;
  }
  .wave-footer {
    width: 279px;
    height: 78px;
  }
  .item-step {
    rotate: 0deg;
    padding: 10px 30px;
  }
  .item-step::after {
    filter: blur(14px);
    height: 46%;
  }
  .item-step .inner {
    rotate: 0deg;
  }
  .item-step ins {
    background: linear-gradient(180deg, #d6d6d6 0%, #fff 71.84%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
  }
  .item-step:last-child ins {
    background: linear-gradient(180deg, #fde2c8 0%, #fff 71.84%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
  }
  .section-response-time .item:first-child::before {
    display: none;
  }
  .section-response-time .item:first-child .inner {
    padding-right: 0;
  }
  .section-form input, .section-form textarea {
    padding: 15px 12px;
    font-size: 11px;
  }
  .section-form .parent {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .box-tag-style {
    width: 30px;
    height: 30px;
  }
  .box-tag-style::before {
    border-radius: 12px;
  }
  .box-tag-style::after {
    width: 21px;
    height: 21px;
    left: 7px;
  }
  .swiperVideoComment .swiper-pagination {
    bottom: 100px;
    right: 2rem;
  }
  .item-representative .item-after::after {
    height: 36px;
  }
  .head-section .item-link {
    padding: 0 12px;
  }
  .card-post .rating-title::after {
    margin-right: 4px;
    margin-left: 4px;
  }
  .countdown-container .position {
    font-size: 12px;
  }
  .countdown-container .countSeconds .position {
    height: 18px;
  }
  .countdown-container .countSeconds, .countdown-container .countMinutes, .countdown-container .countHours, .countdown-container .countDays {
    gap: 0;
  }
  .item-product-slider .woocommerce-Price-amount, .item-product .woocommerce-Price-amount {
    font-size: 15px;
  }
  .addtocart {
    box-shadow: 7px 5px 21px -13px rgba(232, 6, 69, 0.6784313725);
  }
  .section-why-us .content-permissions img {
    width: 30px;
  }
  .section-why-us .content-permissions {
    gap: 6px;
  }
  .box-video-index .plyr__sr-only {
    width: 60px !important;
    height: 60px !important;
  }
  .box-video-index .plyr__control--overlaid {
    width: 60px !important;
    height: 60px !important;
  }
  .box-video-index .plyr__control--overlaid::before {
    width: 130%;
    height: 130%;
  }
  .box-video-index > .plyr {
    border-radius: 15px;
  }
  .estelam-form input {
    flex-grow: 1;
  }
  .estelam-form input:not([type=submit]) {
    padding: 15px 18px;
  }
  .estelam-form input[type=submit] {
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .box-statistics .box-pic::after {
    left: 0;
  }
  .section-team .inner-box::before {
    height: 60px;
    top: -10px;
    animation: move-frame-x-2 10s linear infinite;
  }
  .section-team .inner-box::after {
    height: 60px;
    bottom: 0;
    animation: move-frame-x-2 10s linear infinite;
  }
  .head-section .tabs-c::after {
    display: none;
  }
  .countdown-container-festival .position {
    width: 16px;
    height: 20px;
    font-size: 14px;
  }
  .countdown-container-festival .position .digit {
    margin-top: 1px;
  }
  .countdown-container-festival > span::before {
    bottom: 0px;
  }
  .coupon button {
    padding-right: 12px;
    padding-left: 12px;
  }
  .cart-main-actions-manage--empty-cart {
    font-size: 12px;
  }
  button[name=update_cart] {
    font-size: 11px;
  }
  .woocommerce-cart-form__cart-item .woocommerce-Price-amount bdi {
    font-size: 18px;
    margin-bottom: 0;
  }
  .woocommerce-cart-form__cart-item .woocommerce-Price-currencySymbol-c svg {
    width: 14px;
    height: 14px;
  }
  .coupon input {
    font-size: 11px;
  }
  .box-form-title input {
    font-size: 11px;
    padding-right: 16px;
  }
  .box-form-title {
    gap: 6px;
  }
  .form-contactus input[type=submit] {
    font-size: 13px;
  }
  .form-contactus {
    gap: 8px;
  }
  .box-poupup-request {
    padding: 0 12px 12px;
    border-radius: 0;
    overflow: scroll;
    height: 100svh;
    overflow: scroll;
  }
  .box-poupup-request .head {
    padding: 16px 0;
  }
  .box-poupup-request .head .title {
    font-size: 16px;
  }
  .table-product-archive .row-product .woocommerce-Price-amount bdi {
    font-size: 15px;
    gap: 3px;
  }
  .table-product-archive .row-product .woocommerce-Price-currencySymbol-c svg {
    width: 11px;
    height: 11px;
  }
  .table-product-archive tbody tr:not(.dropdowntr) td {
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .ItemTableCatLevel .time::before, .ItemTableCatLevel .tax::before {
    display: none;
  }
  .item-navasan-box {
    font-size: 12px;
    gap: 4px;
  }
  .btn-table {
    padding-left: 0;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 32px;
    height: 32px;
    border-radius: 8px !important;
    font-size: 14px;
  }
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: right;
  }
  .popup-addedtocart::before {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
  .popup-addedtocart {
    width: calc(100% - 30px);
  }
  .compare-products-list:has(.item-product) {
    padding-left: 0.75rem;
  }
  .item-product-vip-slider .woocommerce-Price-amount {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .woocommerce-breadcrumb, .rank-math-breadcrumb {
    gap: 8px;
  }
  .checkout-button {
    position: fixed;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 99;
  }
  .woocommerce-cart-form__cart-item .variation {
    font-size: 11px;
  }
  .woocommerce-cart-form__cart-item .variation dd {
    margin-left: 6px;
  }
  .cart-page-container:not(:has(+ *)) {
    margin-bottom: 75px;
  }
  .notif-list {
    top: 5px;
    right: 5px;
    gap: 8px;
  }
  .notif-list .item-notif {
    font-size: 13px;
    line-height: 1;
    box-shadow: 8px 6px 0px 0px rgba(217, 241, 228, 0.3019607843);
    padding: 14px 30px 12px 10px;
    border-radius: 11px;
  }
  .notif-list .item-notif::before {
    margin-left: 10px;
  }
  .notif-list .item-notif::after {
    right: 8px;
  }
}
.sidebar-archive.active {
  right: 15px !important;
}

@media (min-width: 1367px) and (max-width: 99999px) {
  .elementor-hidden-desktop .catalog_ordering_mobile {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .elementor-hidden-laptop .catalog_ordering_mobile {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .sidebar-archive.elementor-hidden-tablet_extra {
    position: fixed !important;
    background: #fff;
    z-index: 999;
    max-width: min(90%, 350px);
    padding: 16px 16px 30px;
    border-radius: 25px;
    box-shadow: 0 -2px 5px 3px rgba(0, 0, 0, 0.05);
    transition: all 300ms ease-in-out;
    right: 100%;
    bottom: 20px;
    top: 20px !important;
    overflow: scroll;
    display: block;
  }
  .elementor-hidden-tablet_extra .catalog_ordering_mobile {
    display: none;
  }
}
@media (min-width: 881px) and (max-width: 1024px) {
  .sidebar-archive.elementor-hidden-tablet {
    position: fixed !important;
    background: #fff;
    z-index: 999;
    max-width: min(90%, 350px);
    padding: 16px 16px 30px;
    border-radius: 25px;
    box-shadow: 0 -2px 5px 3px rgba(0, 0, 0, 0.05);
    transition: all 300ms ease-in-out;
    right: 100%;
    bottom: 20px;
    top: 20px !important;
    overflow: scroll;
    display: block;
  }
  .elementor-hidden-tablet .catalog_ordering_mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 880px) {
  .sidebar-archive.elementor-hidden-mobile_extra {
    position: fixed !important;
    background: #fff;
    z-index: 999;
    max-width: min(90%, 350px);
    padding: 16px 16px 30px;
    border-radius: 25px;
    box-shadow: 0 -2px 5px 3px rgba(0, 0, 0, 0.05);
    transition: all 300ms ease-in-out;
    right: 100%;
    bottom: 20px;
    top: 20px !important;
    overflow: scroll;
    display: block;
  }
  .elementor-hidden-mobile_extra .catalog_ordering_mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar-archive.elementor-hidden-mobile, .sidebar-archive.elementor-hidden-phone {
    position: fixed !important;
    background: #fff;
    z-index: 999;
    max-width: min(90%, 350px);
    padding: 16px 16px 30px;
    border-radius: 25px;
    box-shadow: 0 -2px 5px 3px rgba(0, 0, 0, 0.05);
    transition: all 300ms ease-in-out;
    right: 100%;
    bottom: 20px;
    top: 20px !important;
    overflow: scroll;
    display: block;
  }
  .elementor-hidden-mobile .catalog_ordering_mobile, .elementor-hidden-phone .catalog_ordering_mobile {
    display: none;
  }
}
@media (max-width: 880.98px) {
  .compare td {
    max-width: 125px;
    min-width: 125px;
  }
  .compare th {
    max-width: 60px;
    min-width: 60px;
  }
  .compare .title-vip {
    font-size: 10px;
  }
  .compare .content-tr {
    text-align: center;
  }
  .compare .content-tr td {
    padding: 8px 4px;
  }
  .compare .content-tr th {
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .compare .content-tr .content-td {
    font-size: 10px;
  }
  .compare .content-tr .title-th {
    font-size: 10px;
  }
  .item-product-compare .woocommerce-Price-amount {
    font-size: 13px;
  }
  .item-product-compare .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c.IRT svg {
    width: 10px;
    height: 10px;
  }
  .item-product-compare .woocommerce-Price-amount .woocommerce-Price-currencySymbol-c.IRT {
    margin-right: 3px;
  }
}
.woocommerce-Price-amount bdi {
  direction: ltr;
}/*# sourceMappingURL=style.css.map */