@charset "UTF-8";
/*!
Theme Name: Citynet
Theme URI: http://underscores.me/
Author:
Author URI: http://citynet.ir/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: citynet
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Citynet is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* Material design box shadows */
/* Material design box shadows */
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700);*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Accessibility
# Alignments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.lSSlideOuter .lSPager.lSGallery li {
  border-radius: 0 !important;
  margin: 2px !important;
}

html {
  font-size: 14px;
  overflow-x: hidden;
  scroll-behavior: unset !important;
}

body {
  font-family: "Lato", sans-serif;
  color: #25282B;
  position: relative;
  font-size: 1rem;
  background-color: #F1F1F1;
  line-height: 28px;
  direction: ltr;
  font-weight: normal;
}
body.device-computer {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0 0.5em;
  text-transform: uppercase;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.1rem;
}

p {
  font-size: 1rem;
  margin: 0 0 1em;
}

a,
a:link,
a:visited {
  color: #31ADE4;
  text-decoration: none;
  transition: all 250ms ease-out;
}

a:hover,
a:active {
  color: #1E274A;
}

a:focus,
button:focus {
  outline: 0 !important;
}

.form-check .form-check-input,
.form-check .form-check-label {
  cursor: pointer;
}

.form-check-input:focus {
  box-shadow: unset;
}
.form-check-input:checked {
  border-color: #5EBFEA;
  background-color: #5EBFEA;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
}

.fbx-count {
  display: none;
}

b,
bold,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

.ltr {
  direction: ltr;
  text-align: left;
}

.rtl {
  direction: rtl;
  text-align: right;
}

.hidden {
  display: none !important;
}

.dropdown-menu {
  font-size: 0.8rem;
}

.lg-outer.lg-visible {
  direction: ltr;
  z-index: 9999;
}

.lg-backdrop {
  z-index: 9998 !important;
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.image-gallery.without-slider img {
  border-radius: 10px;
  cursor: zoom-in;
}
.image-gallery.with-slider {
  margin-top: 15px;
}
.image-gallery.with-slider .gallery-image-item,
.image-gallery.with-slider .load-more-photos {
  transition: all 0.3s;
  cursor: zoom-in;
  width: calc(20% - 12px);
  max-width: 93.86px;
  height: 51px;
  border: 1px solid #E8E8E8;
  border-radius: 15px;
}
.image-gallery.with-slider .gallery-image-item.active,
.image-gallery.with-slider .load-more-photos.active {
  border-color: #2D3A6E;
}
.image-gallery.with-slider .gallery-image-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-gallery.with-slider .gallery-image-item:not(:last-of-type) {
  margin-right: 15px;
}
.image-gallery.with-slider .load-more-photos {
  direction: ltr;
  line-height: 44px;
  text-align: center;
  font-size: 1.5em;
  display: inline-block;
}

#image-gallery-slider div.slick-slide > div > li {
  cursor: zoom-in;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#image-gallery-slider div.slick-slide > div > li .description {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0.8em;
  pointer-events: none;
}
#image-gallery-slider .slick-arrow {
  border: unset;
  height: 36px;
  width: 36px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  color: #52575C;
  transition: background-color 0.3s, color 0.3s;
  font-size: 1.1em;
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#image-gallery-slider .slick-arrow.prev-slide {
  left: calc(50% - 42px);
}
#image-gallery-slider .slick-arrow.next-slide {
  right: calc(50% - 42px);
}
#image-gallery-slider .slick-arrow:hover {
  background-color: #2D3A6E;
  color: #FFFFFF;
}

#commentform .g-recaptcha,
.wpcf7-form .g-recaptcha {
  margin-bottom: 10px;
}

.wpcf7-validation-errors,
span.wpcf7-not-valid-tip,
.wpcf7-mail-sent-ng {
  color: #da251c;
  clear: both;
}

.wpcf7-validation-errors {
  color: #1E274A;
}

.wpcf7 {
  direction: ltr !important;
}
.wpcf7 p:empty {
  display: none;
}

label {
  display: block;
  font-weight: normal;
}

select {
  outline: 0;
  width: 100%;
  cursor: pointer;
  background: url(./images/chevron-down.png) 0/12px no-repeat #fff;
  height: 44px;
  line-height: 26px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

abbr[title] {
  border-bottom: 0;
}

input:focus {
  outline: 0;
}

.img-thumbnail {
  border-radius: 0;
}

.excerpt {
  color: rgb(63.75, 63.75, 63.75);
}

i {
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0 0.2em;
}

button.close span {
  font-size: 1.5rem;
}

#form-allowed-tags {
  display: none;
}

input.wpcf7-not-valid {
  border-color: red;
}

div.wpcf7-response-output {
  margin: 0 15px 15px;
  border: 0;
  padding: 0;
}

.wpcf7-form br {
  display: none;
}

.wpcf7 {
  direction: ltr !important;
}

.wpcf7-form .wpcf7-form-control-wrap span[role=alert] {
  display: none !important;
}
.wpcf7-form .wpcf7-response-output {
  margin: 8px 0 0 0 !important;
  border: unset !important;
  padding: 0 !important;
  font-size: 0.9em;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #ff0000;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #41b54b;
}
.wpcf7-form .ajax-loader {
  position: absolute;
}

img.ajax-loader {
  margin-left: 5px;
}

.line-through {
  text-decoration: line-through;
}

.acf-map img {
  max-width: inherit !important;
}

.modal-backdrop {
  position: unset;
  height: 100%;
}

.modal {
  background: rgba(0, 0, 0, 0.3);
}

.modal-content {
  border: unset;
  border-radius: 15px;
}
.modal-content button.base {
  background-color: #f2f2f5;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 0.7em;
  padding: 0;
  color: #52575C;
  transition: background-color 0.3s;
  position: absolute;
  top: 20px;
  box-shadow: unset;
  opacity: 1;
  border: unset;
}
.modal-content button.base.btn-back {
  left: 20px;
  font-size: 1.4em;
}
.modal-content button.base.btn-close {
  right: 20px;
}
.modal-content button.base:hover {
  background-color: #ebebeb;
}
.modal-content .title {
  color: #52575C;
}
.modal-content .subtitle {
  font-size: 0.875em;
  color: #A0A4A8;
}

.modal-open {
  overflow-y: unset !important;
  padding-right: unset !important;
}
.modal-open.device-mobile {
  overflow-x: unset !important;
}

.cn-site-tel,
.cn-site-mobile,
.cn-site-email {
  display: inline-block;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/eot/dana-light.eot");
  src: url("fonts/eot/dana-light.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/dana-light.woff2") format("woff2"), url("fonts/woff/dana-light.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  font-display: swap;
}
@-moz-document url-prefix() {
  @media print {
    .patern-tree .print-tree-box .tree-plant-site .plant-site-title,
    .patern-tree .print-tree-box .tree-plant-site .plant-coordinates-title,
    .patern-tree .print-tree-box .tree-plant-site .plant-location-title,
    .patern-tree .print-tree-box .tree-plant-site .coordinates-location-title,
    .patern-tree .print-tree-box .tree-plant-coordinate .plant-site-title,
    .patern-tree .print-tree-box .tree-plant-coordinate .plant-coordinates-title,
    .patern-tree .print-tree-box .tree-plant-coordinate .plant-location-title,
    .patern-tree .print-tree-box .tree-plant-coordinate .coordinates-location-title {
      margin-top: 15px;
    }
    .patern-tree .print-tree-box .document-text {
      right: 3%;
      width: 150px;
      bottom: -3px;
      font-size: 9px;
      font-weight: 600;
    }
    .patern-tree .print-tree-box .website-link {
      right: 0;
    }
    body,
    div {
      display: block !important;
      padding-left: 30px !important;
    }
  }
}
@media print {
  @font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 300;
    src: url("fonts/eot/dana-light.eot");
    src: url("fonts/eot/dana-light.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/dana-light.woff2") format("woff2"), url("fonts/woff/dana-light.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-display: swap;
  }
  @font-face {
    font-family: dana;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/eot/dana-medium.eot");
    src: url("fonts/eot/dana-medium.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/dana-medium.woff2") format("woff2"), url("fonts/woff/dana-medium.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-display: swap;
  }
  @font-face {
    font-family: dana;
    font-style: normal;
    font-weight: bold;
    src: url("fonts/eot/dana-extrabold.eot");
    src: url("fonts/eot/dana-extrabold.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/dana-extrabold.woff2") format("woff2"), url("fonts/woff/dana-extrabold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-display: swap;
  }
  @font-face {
    font-family: DanaFaNum;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/woff2/DanaFaNum-Regular.woff2") format("woff2"), url("fonts/woff/DanaFaNum-Regular.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-display: swap;
  }
  body {
    padding-top: 50px !important;
    font-family: "DanaFaNum", Tahoma, sans-serif;
  }
}
.item-media a.icon-layer {
  position: relative;
  display: block;
}
.item-media a.icon-layer:after {
  content: "\f144";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 4em;
}

.rating_form_wrap {
  text-align: center;
  margin-top: 15px;
  margin-bottom: -14px;
}

ul.rating_form .rating_score {
  display: none !important;
}
ul.rating_form .item {
  padding: 0 !important;
}
ul.rating_form .item .tooltip {
  display: none !important;
}

.half-gutters {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.half-gutters > .col,
.half-gutters > [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.popover h3 {
  margin-top: 0;
}
.popover .popover-body {
  font-family: "dana";
  text-align: center;
  font-size: 1.1em;
  line-height: 1.7em;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  color: #31ADE4;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.woocommerce-store-notice.demo_store {
  width: 400px;
  margin: 0 auto;
  max-width: calc(100% - 30px);
  background: #1E274A;
  height: 250px;
  overflow-y: hidden;
}
.woocommerce-store-notice.demo_store a {
  color: #31ADE4;
}

.main-article-format {
  color: #52575C;
  font-weight: 300;
}
.main-article-format p {
  font-size: 0.875em;
  line-height: 2em;
  margin-bottom: 2em;
}
.main-article-format > p:last-of-type {
  margin-bottom: 0;
}
.main-article-format h2 {
  font-size: 1.4rem !important;
}
.main-article-format h3 {
  font-size: 1.3rem !important;
}
.main-article-format h4 {
  font-size: 1.2rem !important;
}
.main-article-format img {
  border-radius: 15px;
}
.main-article-format a {
  color: #1E274A;
}
.main-article-format blockquote {
  border-left: 3px solid #31ADE4;
  padding: 1em;
  background: #f9f9f9;
}
.main-article-format blockquote > p:last-of-type {
  margin-bottom: 0;
}
.main-article-format ul li,
.main-article-format ol li {
  font-size: 0.875em;
  line-height: 2em;
}
.main-article-format .citynet-aparat-video {
  margin-bottom: 1em;
}

.contact-info .info-item {
  font-weight: 300;
  font-size: 0.875em;
  line-height: 2em;
}
.contact-info .info-item .icon {
  color: #404040;
  font-size: 22px;
  line-height: 1.6rem;
}

.slick-arrow {
  z-index: 1;
}
.slick-arrow.slick-prev {
  left: 10px;
}
.slick-arrow.slick-next {
  right: 10px;
}
.slick-arrow:before {
  font-size: 2.5rem;
  line-height: 1.3rem;
}

.slick-dots li {
  margin: 0;
  width: 10px;
}
.slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
}
.slick-dots li button:before {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  font-size: 5px;
  opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
}

.free-hr-scroll {
  overflow-x: auto;
}
.free-hr-scroll::-webkit-scrollbar {
  display: none;
  height: 5px;
}
.free-hr-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #bebebe;
}
.free-hr-scroll::-webkit-scrollbar-thumb {
  background: #5EBFEA;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.free-hr-scroll::-webkit-scrollbar-thumb:hover {
  background: #31ADE4;
}
.free-hr-scroll .scroll-area {
  white-space: nowrap;
}
.free-hr-scroll .scroll-area .item-wrapper {
  display: inline-block;
  padding: 0 0.5rem;
  max-width: 280px;
}

.charts-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* واسه RTL، این خوبه */
html[dir=rtl] .charts-wrapper {
  justify-content: space-between;
}

.chart-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px 14px 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
  flex: 1 1 0;
  min-width: 280px;
}

.chart-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.chart-card__title {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
}

.chart-card__badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  color: #fff;
}

.chart-card__badge--orange {
  background: #ff6a2e;
}

.chart-card__badge--blue {
  background: #1b8ad9;
}

.chart-card__body {
  height: 220px;
}

.chart-card__body canvas {
  width: 100% !important;
  height: 100% !important;
}

.h_iframe-aparat_embed_frame {
  position: relative;
  max-width: 700px;
  margin: 1em auto;
}
.h_iframe-aparat_embed_frame .ratio {
  display: block;
  width: 100%;
  height: auto;
}
.h_iframe-aparat_embed_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h_iframe-aparat_embed_frame > span {
  display: block;
  padding-top: 57%;
}

a.button {
  border-radius: 0 !important;
  display: block !important;
  text-align: center;
  font-weight: 300 !important;
  line-height: 1.4em !important;
  background-color: #1E274A !important;
  color: #ffffff !important;
  transition: background-color 0.3s !important;
}
a.button:hover {
  background-color: #1E274A !important;
}

.part-title,
.part-title2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
  color: #25282B;
}

.part-title2 {
  text-transform: uppercase;
  background: #F1F1F1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0.7em;
}
.part-title2:before {
  width: 100%;
  left: 0;
  background: #d2d3d5;
  top: 11px;
  z-index: -1;
}

.part-title3 {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #e7e6e8;
  padding-bottom: 0.6em;
  margin-bottom: 2em;
  color: #737373;
  position: relative;
}
.part-title3:after {
  content: "";
  position: absolute;
  background: #1E274A;
  height: 1px;
  width: 27px;
  bottom: -1px;
  left: 0;
}

.social-networks li a {
  width: 33px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 33px;
}
.social-networks li a span {
  font-size: 1.4em;
}

.price .amount {
  color: #2D3A6E;
  font-weight: normal;
}
.price .amount .woocommerce-Price-currencySymbol {
  font-size: 1rem;
}
.price del {
  text-decoration-color: #CACCCF;
  opacity: 1 !important;
}
.price del .amount {
  color: #CACCCF;
  font-weight: 300;
  font-size: 1rem;
}
.price del .amount .woocommerce-Price-currencySymbol {
  display: none;
}
.price ins {
  display: block !important;
  text-decoration: unset;
}

.theme-button {
  border-radius: 8px;
  background: linear-gradient(270deg, #0aa549 -1.61%, #bde5c6 101.21%);
  font-size: 0.875em;
  line-height: 2em;
  padding: 7px 7px;
  border-radius: 0.7142em;
  border: unset;
  color: #FFFFFF !important;
  transition: background-color 0.3s;
}
.theme-button:hover {
  background-color: #31ADE4;
}
.theme-button.cn-disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.6;
}

.box-top-info {
  position: absolute;
  pointer-events: none;
}
.box-top-info li {
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #52575C;
  font-size: 0.69em;
  font-weight: 300;
  padding: 0.5em 0.5em 0.2em;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.box-top-info li:not(:last-child) {
  margin-bottom: 0.6em;
}

.box-social-share {
  position: absolute;
}
.box-social-share button {
  background-color: unset;
  color: #ffffff;
  font-size: 1.5em;
}
.box-social-share .dropdown-menu {
  inset: 0px auto auto 0px !important;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0px, 29px, 0px) !important;
  transition: opacity 0.3s, visibility 0.3s;
  border-color: #E8E8E8;
  justify-content: center;
  line-height: 1;
}
.box-social-share .dropdown-menu a {
  font-size: 1.5em;
  color: #52575C;
}
.box-social-share .dropdown-menu a:hover {
  color: #2D3A6E;
}
.box-social-share .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}

.box-post img,
.box-service img {
  border-radius: 15px;
}
.box-post .box-social-share,
.box-service .box-social-share {
  right: 15px;
  top: 15px;
}
.box-post strong a,
.box-service strong a {
  color: #52575C;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
}
.box-post strong a:hover,
.box-service strong a:hover {
  color: #2D3A6E;
}
.box-post.desktop .box-social-share,
.box-service.desktop .box-social-share {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.box-post.desktop:hover .box-social-share,
.box-service.desktop:hover .box-social-share {
  opacity: 1;
  visibility: visible;
}

.box-post .box-top-info {
  left: 15px;
  top: 15px;
}
.box-post.desktop .box-top-info {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.box-post.desktop:hover .box-top-info {
  opacity: 1;
  visibility: visible;
}

.box-financial-report {
  height: 95px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
}
.box-financial-report.in-scroll-area {
  width: 264px;
}
.box-financial-report a {
  overflow: hidden;
  font-size: 0.75em;
  line-height: 2em;
  color: #1E274A;
  max-height: 100%;
}
.box-financial-report a:hover {
  color: #2D3A6E;
}
.box-financial-report .number {
  background-color: #1E274A;
  width: 38px;
  line-height: 38px;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  top: -25px;
  color: #FFFFFF;
  left: 20px;
  font-weight: 300;
  filter: drop-shadow(0px 2px 10px rgba(30, 39, 74, 0.5));
}

a.part-link,
span.part-link {
  color: #52575C;
}
a.part-link:after,
span.part-link:after {
  content: "\e90d";
  font-family: "icomoon";
  margin-left: 0.7em;
  vertical-align: middle;
}
a.part-link.archive,
span.part-link.archive {
  font-size: 0.75em;
}
a.part-link.archive:after,
span.part-link.archive:after {
  font-size: 1rem;
}
a.part-link:hover,
span.part-link:hover {
  color: #2D3A6E !important;
}

.woocommerce .woocommerce-Button {
  min-width: 130px;
  background-color: #5EBFEA !important;
  font-size: 0.875em !important;
  line-height: 2em !important;
  padding: 0.5714em !important;
  border-radius: 0.7142em !important;
  font-weight: normal !important;
  transition: background-color 0.3s !important;
}
.woocommerce .woocommerce-Button:hover {
  background-color: #31ADE4 !important;
}

.custom-combo {
  position: relative;
  cursor: default;
}
.custom-combo:after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  right: 1em;
  top: 0;
}
.custom-combo .lable {
  position: absolute;
  top: -5px;
  line-height: 1;
  background-color: #ffffff;
  padding: 0 5px;
  font-size: 0.8em;
}
.custom-combo .current {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 27px);
  overflow: hidden;
  display: block;
}
.custom-combo ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  max-height: 150px;
  overflow-y: auto;
  direction: rtl;
  border: 1px solid #f1f1f1;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
  right: 0;
  top: calc(100% + 1px);
  opacity: 0;
  visibility: hidden;
}
.custom-combo ul li {
  padding: 0 8px;
  cursor: default;
  font-size: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  direction: ltr;
}
.custom-combo ul li:hover {
  color: #ffffff;
  background-color: #31ADE4;
}
.custom-combo.show ul {
  opacity: 1;
  visibility: visible;
}

.cn-form-item .optional {
  margin: -13px 10px 0;
  line-height: 1;
  font-size: 0.7em;
}
.cn-form-item textarea {
  line-height: 2em;
  padding: 10px 15px;
}
.cn-form-item .answer-options.cn-error input[type=radio] {
  border: 1px solid #E93C3C;
}
.cn-form-item .answer-options.cn-error label {
  color: #E93C3C;
}

.box-support-project a.vhd {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
.box-support-project .vhd-cl {
  border-radius: 12px;
  background: var(--sec, #1ea35a);
}
.box-support-project {
  border-radius: 15px;
}
.box-support-project img {
  border-radius: 16px;
}
.box-support-project .box-top-info {
  display: none !important;
  top: 10px;
  left: 10px;
}
.box-support-project .box-social-share {
  top: 10px;
  right: 10px;
}
.box-support-project .title {
  color: var(--Pri-8, #177d45);
  text-align: right;
  /* Text Bold/IranYekan B16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  font-size: 0.9em;
  line-height: 1.3em;
}
.box-support-project .title:hover {
  color: #2D3A6E;
}
.box-support-project .total-price {
  display: none !important;
  line-height: 1;
  font-size: 0.9em;
  color: #2D3A6E;
}
.box-support-project .total-price.completed {
  color: #00af87;
}
.box-support-project a:after,
.box-support-project span:after {
  display: none;
}
.box-support-project a.part-link,
.box-support-project span.part-link {
  color: #fff !important;
  text-align: right;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  font-size: 0.75em;
}
.box-support-project a.part-link.know-more,
.box-support-project span.part-link.know-more {
  color: #1E274A;
}
.box-support-project a.part-link.direct-support,
.box-support-project span.part-link.direct-support {
  color: #31ADE4;
}
.box-support-project a.part-link.direct-support.disabled,
.box-support-project span.part-link.direct-support.disabled {
  pointer-events: none;
  color: #A0A4A8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.box-support-project.desktop {
  transition: filter 0.3s;
  max-width: 309px;
}
.box-support-project.desktop .box-social-share {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.box-support-project.desktop:hover .box-social-share {
  opacity: 1;
  visibility: visible;
}

.box-support-project .progress,
body.single-support-project .post-header .progress {
  display: none;
  height: 3.02px;
  background-color: #F1F1F1;
  border-radius: 4px;
  overflow: visible;
  position: relative;
  font-size: 0.69em;
}
.box-support-project .progress .lable,
body.single-support-project .post-header .progress .lable {
  line-height: 1;
  border-radius: 4px;
  position: absolute;
  top: -24px;
  font-weight: 300;
}
.box-support-project .progress .lable.amount-value,
body.single-support-project .post-header .progress .lable.amount-value {
  padding: 5px 0 2px;
  width: 32px;
}
.box-support-project .progress .lable.to-now,
body.single-support-project .post-header .progress .lable.to-now {
  color: #A0A4A8;
}
.box-support-project .progress .lable.thanks-message,
body.single-support-project .post-header .progress .lable.thanks-message {
  color: #00af87 !important;
  right: 35px;
}
.box-support-project .progress .lable.current-price,
body.single-support-project .post-header .progress .lable.current-price {
  right: 0;
}
.box-support-project .progress .lable:not(.amount-value),
body.single-support-project .post-header .progress .lable:not(.amount-value) {
  padding: 5px 5px 2px;
}
.box-support-project .progress .lable:not(.to-now),
body.single-support-project .post-header .progress .lable:not(.to-now) {
  background-color: #F1F1F1;
  color: #1E274A;
}
.box-support-project .progress .continue,
.box-support-project .progress .continue:before,
.box-support-project .progress .continue:after,
body.single-support-project .post-header .progress .continue,
body.single-support-project .post-header .progress .continue:before,
body.single-support-project .post-header .progress .continue:after {
  background-color: #2D3A6E;
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  display: inline-block;
  border-radius: 100%;
}
.box-support-project .progress .continue,
body.single-support-project .post-header .progress .continue {
  right: 0;
}
.box-support-project .progress .continue:before,
body.single-support-project .post-header .progress .continue:before {
  content: "";
  right: 6px;
}
.box-support-project .progress .continue:after,
body.single-support-project .post-header .progress .continue:after {
  content: "";
  right: 12px;
}
.box-support-project .progress .progress-bar,
body.single-support-project .post-header .progress .progress-bar {
  background-color: #2D3A6E;
  border-radius: 4px;
  overflow: visible;
}
.box-support-project .progress .progress-bar.completed,
body.single-support-project .post-header .progress .progress-bar.completed {
  background-color: #00af87;
}
.box-support-project .progress .progress-bar.dynamic-amount-position,
body.single-support-project .post-header .progress .progress-bar.dynamic-amount-position {
  position: relative;
}
.box-support-project .progress .progress-bar.dynamic-amount-position .amount-value,
body.single-support-project .post-header .progress .progress-bar.dynamic-amount-position .amount-value {
  left: calc(100% - 15px);
}
.box-support-project .progress .progress-bar.end-amount-position .amount-value,
body.single-support-project .post-header .progress .progress-bar.end-amount-position .amount-value {
  right: 0;
}

.cn-off-percent {
  background-color: #2D3A6E;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.6875em;
  border-radius: 4px;
  padding: 6px 4px 2px;
  font-weight: 300;
  line-height: 1;
}

.box-product {
  position: relative;
}
.box-product img {
  width: 100%;
}
.box-product img.single-thumbnail {
  border-radius: 15px;
}
.box-product .product-thumbnails-slider {
  border-radius: 15px;
  background-color: #ffffff;
  margin-bottom: 0;
  overflow: hidden;
}
.box-product .product-thumbnails-slider .slick-list {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.box-product .product-thumbnails-slider div.slick-slide {
  padding: 0;
}
.box-product .product-thumbnails-slider .slick-prev,
.box-product .product-thumbnails-slider .slick-next {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  width: 25px;
  height: 25px;
  transition: background-color 0.3s;
}
.box-product .product-thumbnails-slider .slick-prev:before,
.box-product .product-thumbnails-slider .slick-next:before {
  font-family: "icomoon";
  opacity: 1;
  color: #52575C;
  font-size: 1.1rem;
  line-height: 1;
  transition: color 0.3s;
}
.box-product .product-thumbnails-slider .slick-prev:hover,
.box-product .product-thumbnails-slider .slick-next:hover {
  background-color: #2D3A6E;
}
.box-product .product-thumbnails-slider .slick-prev:hover:before,
.box-product .product-thumbnails-slider .slick-next:hover:before {
  color: #FFFFFF;
}
.box-product .product-thumbnails-slider .slick-prev {
  left: 17px;
}
.box-product .product-thumbnails-slider .slick-prev:before {
  content: "\e908";
}
.box-product .product-thumbnails-slider .slick-next {
  right: 17px;
}
.box-product .product-thumbnails-slider .slick-next:before {
  content: "\e90d";
}
.box-product .product-thumbnails-slider .slick-dots {
  bottom: 0;
}
.box-product .product-thumbnails-slider .slick-dots li.slick-active button:before {
  color: #2D3A6E;
}
.box-product .cn-off-percent {
  position: absolute;
  top: 12px;
  left: 10px;
}
.box-product .bottom-part {
  padding: 10px;
  border-radius: 15px;
}
.box-product .bottom-part .woocommerce-LoopProduct-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  color: #1E274A;
}
.box-product .bottom-part .woocommerce-LoopProduct-link:hover {
  color: #2D3A6E;
}
.box-product .bottom-part .button {
  line-height: 32px !important;
  padding: 0;
  width: 32px;
  border-radius: 10px !important;
  font-size: 1.2em;
  background-color: #5EBFEA !important;
}
.box-product .bottom-part .button.out-of-stock, .box-product .bottom-part .button.loading {
  pointer-events: none;
  background-color: #ebebf0 !important;
}
.box-product .bottom-part .button:hover {
  background-color: #31ADE4 !important;
}
.box-product .bottom-part .button:after {
  margin: 0 !important;
  vertical-align: sub !important;
}
.box-product .bottom-part .button:not(.loading):after {
  font-family: "icomoon";
  content: "\e94c";
  line-height: 1;
}
.box-product .bottom-part .button.loading {
  height: 32px;
  opacity: 1;
  padding: 0 !important;
}
.box-product .bottom-part .button.loading:after {
  left: 0;
  right: 0;
  top: unset;
}
.box-product .bottom-part .added_to_cart {
  display: none !important;
}
.box-product .bottom-part .good-job-lable {
  font-size: 0.75em;
  color: #A0A4A8;
}
.box-product .bottom-part .price {
  float: right;
  line-height: 1;
  margin-top: 10px;
  position: relative;
  font-size: 1rem !important;
}
.box-product .bottom-part .price del {
  position: absolute;
  top: -25px;
  right: 0;
}
.box-product .bottom-part .price del .amount {
  font-size: 0.75em;
}
.box-product.desktop {
  transition: filter 0.3s;
  max-width: 309px;
}
.box-product.desktop:hover {
  filter: drop-shadow(0px 40px 50px rgba(96, 97, 112, 0.25));
}
.box-product.out-of-stock .bottom-part .price {
  color: #A0A4A8;
  font-size: 0.75em;
  font-weight: 300;
}
.box-product .menu-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.box-product .menu-wrapper:hover li i {
  color: #2D3A6E;
}

textarea {
  resize: none;
  outline: unset;
}

select,
input[type=text],
input[type=email],
input[type=submit],
input[type=tel],
textarea,
.custom-combo {
  line-height: 44px;
  color: #52575C;
  border: 1px solid #52575C;
  border-radius: 8px !important;
  padding: 0 15px;
  width: 100%;
  font-weight: 300;
  font-size: 0.875em;
}
select.cn-error,
input[type=text].cn-error,
input[type=email].cn-error,
input[type=submit].cn-error,
input[type=tel].cn-error,
textarea.cn-error,
.custom-combo.cn-error {
  border: 1px solid #E93C3C;
}

.beauty-input-wrapper {
  border: 1px solid #52575C;
  border-radius: 8px;
  transition: border 0.3s;
}
.beauty-input-wrapper .lable {
  line-height: 1;
  top: -5px;
  font-size: 0.6875em;
  color: #52575C;
}
.beauty-input-wrapper .lable2 {
  font-size: 0.625em;
  bottom: -18px;
  line-height: 1;
  color: #52575C;
}
.beauty-input-wrapper input,
.beauty-input-wrapper .unit-name {
  line-height: 42px;
  font-size: 0.875em;
}
.beauty-input-wrapper .unit-name,
.beauty-input-wrapper .label,
.beauty-input-wrapper .label2 {
  transition: color 0.3s;
}
.beauty-input-wrapper.has-error {
  border: 1px solid #E93C3C;
}
.beauty-input-wrapper.has-error .unit-name,
.beauty-input-wrapper.has-error .lable,
.beauty-input-wrapper.has-error .lable2 {
  color: #E93C3C;
}
.beauty-input-wrapper.not-available {
  opacity: 0.6;
  pointer-events: none;
}
.beauty-input-wrapper.count-input-wrapper > .quantity {
  width: 100%;
}

.search-form input[name=s] {
  line-height: 44px;
  padding: 0 47px 0 15px;
}
.search-form button[type=submit] {
  right: 0;
  background-color: unset;
  line-height: 45px;
  padding: 0 10px;
}

.search-results .result-message.not-found {
  color: #E89806;
}
.search-results .result-message.not-found .icon-danger-triangle {
  vertical-align: sub;
}
.search-results .result-message.please-wait {
  color: #31ADE4;
}
.search-results .result .icon {
  font-size: 1.1em;
}
.search-results .result a {
  display: inline-block;
  font-size: 0.875em;
  line-height: 2em;
}
.search-results .result a.post {
  color: #52575C;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: text-top;
}
.search-results .result a.post-type {
  color: #31ADE4;
}
.search-results .result a:hover {
  color: #2D3A6E;
}

.cn-field-wrapper {
  position: relative;
  transition: border-bottom 0.3s;
}
.cn-field-wrapper .cn-field-label {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 13px;
  pointer-events: none;
  font-weight: 300;
  background-color: #FFFFFF;
  transition: all 0.3s;
  line-height: 1;
}
.cn-field-wrapper.label-top .cn-field-label {
  top: -4px;
  font-size: 0.6875em;
  padding: 0 5px;
}
.cn-field-wrapper.active .cn-field-label {
  color: #1E274A;
}

.cn-tags-list {
  display: flex;
  flex-wrap: wrap;
}
.cn-tags-list a[rel=tag] {
  border: 1px solid #b1afaf;
  color: #b7b7b7;
  line-height: 1.7;
  font-size: 0.85em;
  padding: 0 0.7em;
  margin-top: 5px;
}
.cn-tags-list a[rel=tag]:hover {
  color: #1E274A;
}
.cn-tags-list a[rel=tag]:not(:last-child) {
  margin-right: 1em;
}

@keyframes eskeletColorAnimate {
  0% {
    color: #ececec;
  }
  50% {
    color: #e6e6e6;
  }
  100% {
    color: #ececec;
  }
}
.eskelet {
  animation-name: eskeletColorAnimate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1s;
}
.eskelet figure {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  background: #ffffff;
  height: 100%;
}
.eskelet figure span {
  position: absolute;
  display: block;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.eskelet figure.product-eskelet {
  min-height: 252.34px;
  background: unset;
}
.eskelet figure.product-eskelet.desktop {
  max-width: 309px;
}
.eskelet figure.product-eskelet .icon {
  padding: 15px 0;
  font-size: 7em;
  background-color: #ffffff;
  border-radius: 15px;
  height: calc(100% - 108px);
  min-height: 145.48px;
}
.eskelet figure.product-eskelet .bottom-part {
  background-color: #ffffff;
  height: 100px;
  bottom: 0;
  border-radius: 15px;
}
.eskelet figure.product-eskelet .bottom-part .title {
  border-top: 20px solid;
  width: calc(100% - 106px);
  bottom: 60px;
}
.eskelet figure.product-eskelet .bottom-part .strings {
  border-top: 20px solid;
  width: 100px;
  bottom: 17px;
  margin: unset;
}
.eskelet figure.product-eskelet .bottom-part .strings.number1 {
  left: 12px;
  right: unset;
}
.eskelet figure.product-eskelet .bottom-part .strings.number2 {
  right: 12px;
  left: unset;
}
.eskelet figure.support-project-eskelet {
  min-height: 300px;
  border-radius: 15px;
}
.eskelet figure.support-project-eskelet.desktop {
  max-width: 309px;
}
.eskelet figure.support-project-eskelet .icon {
  padding: 15px 0;
  font-size: 7em;
}
.eskelet figure.support-project-eskelet .title {
  border-top: 20px solid;
  width: calc(100% - 90px);
  bottom: 133px;
}
.eskelet figure.support-project-eskelet .price {
  border-top: 20px solid;
  width: 130px;
  bottom: 102px;
}
.eskelet figure.support-project-eskelet .process {
  border-top: 30px solid;
  width: calc(100% - 30px);
  bottom: 48px;
}
.eskelet figure.support-project-eskelet .links {
  border-top: 20px solid;
  width: 85px;
  bottom: 18px;
}
.eskelet figure.support-project-eskelet .links.link1 {
  left: unset;
  right: 1em;
}
.eskelet figure.support-project-eskelet .links.link2 {
  left: 1em;
  right: unset;
}
.eskelet figure.post-eskelet {
  min-height: 145.5px;
  height: calc(100% - 61px);
  background: unset;
}
.eskelet figure.post-eskelet .bg-white {
  border-radius: 15px;
}
.eskelet figure.post-eskelet .icon {
  margin: 6% auto;
  font-size: 7em;
}
.eskelet figure.post-eskelet + .title {
  border-top: 20px solid;
  width: 150px;
  margin: 20px auto 0;
  display: block;
  border-radius: 4px;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: all 0.5s;
}

.secondary400 {
  color: #5EBFEA;
}

.fw-500 {
  font-weight: 500;
}

/* ============================================================
   RESET / BASE
   ============================================================ */
.cn-page *,
.cn-page *::before,
.cn-page *::after {
  box-sizing: border-box;
}
.cn-page {
  direction: rtl;
  background: #f3f5f7;
  min-height: 100vh;
}

.cn-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.cn-breadcrumb {
  padding: 16px 0 10px;
  font-size: 13px;
  color: #aaa;
}
.cn-breadcrumb a {
  color: #aaa;
  text-decoration: none;
}
.cn-breadcrumb a:hover {
  color: #128a64;
}
.cn-breadcrumb .sep {
  margin: 0 6px;
}
.cn-breadcrumb .cur {
  color: #128a64;
  font-weight: 700;
}

/* ============================================================
   TWO-COLUMN LAYOUT (FLEX) — no grid
   Sidebar right | Main left (RTL)
   ============================================================ */
.cn-layout {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding-bottom: 20px;
  /* RTL: sidebar on right, main on left */
  flex-direction: row-reverse;
}
.cn-layout .cn-sidebar {
  flex: 0 0 330px;
  max-width: 330px;
  border-radius: 16px;
  background: #fff;
  padding: 0 20px 20px 20px;
}
.cn-layout .cn-main {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 16px;
  background: #fff;
  padding: 16px 16px 12px 16px;
}
@media (max-width: 991px) {
  .cn-layout {
    flex-direction: column;
  }
  .cn-layout .cn-sidebar,
  .cn-layout .cn-main {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

/* ============================================================
   SIDEBAR — حمایت های مشابه
   ============================================================ */
.cn-side-title {
  font-size: 18px;
  font-weight: 900;
  color: #128a64;
  margin-bottom: 8px;
  text-align: right;
}

.cn-sim-list {
  display: flex;
  flex-direction: column;
}

.cn-sim-item {
  border-bottom: 1px solid #efefef;
  padding: 14px 0;
}
.cn-sim-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cn-sim-item:first-child {
  padding-top: 0;
}
.cn-sim-item {
  /*
    هر آیتم: عنوان+ردیف پایین (راست) | عکس (چپ)
    در RTL: order:1 = راست، order:2 = چپ
  */
}
.cn-sim-item .inner {
  display: flex;
  align-items: center;
  gap: 10px;
  direction: ltr;
}
.cn-sim-item .meta {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
}
.cn-sim-item img {
  width: 74px;
  height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: inline-block !important;
  order: 2;
}
.cn-sim-item.no-img img {
  display: none;
}
.cn-sim-item .t {
  font-size: 14px;
  font-weight: 900;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: right;
}
.cn-sim-item {
  /* ردیف پایین: 📍فارس (راست) | حمایت مستقیم (چپ) */
}
.cn-sim-item .row2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  direction: rtl;
}
.cn-sim-item .link {
  font-size: 12px;
  color: #128a64;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.cn-sim-item .link:hover {
  text-decoration: underline;
}
.cn-sim-item .loc .ic svg {
  width: 22px;
  height: 27px;
}
.cn-sim-item .loc {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

/* ============================================================
   MAIN — hero, title, meta, content
   ============================================================ */
.cn-hero {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.cn-hero img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .cn-hero img {
    height: 220px;
  }
}

.cn-title {
  font-size: 22px;
  font-weight: 900;
  color: #128a64;
  margin-bottom: 16px;
  text-align: right;
}

/* Meta row */
.cn-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed #d4d4d4;
  margin-bottom: 22px;
}
.cn-meta .cn-mi {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #555;
}
.cn-meta .cn-mi .ic svg {
  width: 22px;
  height: 27px;
}
.cn-meta .cn-mi .ic {
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex: 0 0 32px;
}
.cn-meta .cn-mi strong {
  color: #222;
  font-weight: 900;
}

/* Content */
.cn-content {
  font-size: 14px;
  color: #444;
  line-height: 2.2;
  text-align: justify;
}
.cn-content p {
  margin-bottom: 14px;
}

.cn-section-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.cn-section-title {
  font-size: 22px;
  font-weight: 900;
  color: #128a64;
}

.cn-see-all {
  font-size: 13px;
  font-weight: 700;
  color: #128a64 !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.cn-see-all:hover {
  text-decoration: underline;
}

/* ============================================================
   RUNNING PROJECTS SECTION
   ============================================================ */
.cn-section {
  padding: 10px 0 50px;
  /* Cards layout (FLEX WRAP) — no grid */
}
.cn-section .cn-run-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cn-section .cn-run-grid .pcard {
  width: calc((100% - 48px) / 4);
}
@media (max-width: 991px) {
  .cn-section .cn-run-grid .pcard {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 575px) {
  .cn-section .cn-run-grid .pcard {
    width: 100%;
  }
}

/* ============================================================
   PROJECT CARD
   ============================================================ */
.pcard {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.18s, box-shadow 0.18s;
}
.pcard .pcompleted span {
  color: var(--Neutral-4, #525252);
}
.pcard .pcompleted span svg {
  width: 24.25px;
  height: 21.667px;
}
.pcard .pcompleted .border-vhd {
  border-bottom: 1px dashed #d4d4d4;
  height: 1px;
  margin-top: 7px;
  width: 100%;
}
.pcard .pcompleted .dffdf {
  border-radius: 12px;
  border: 2px solid #1ea35a;
  padding: 3px 25px;
  justify-content: center;
  color: #1ea35a;
  display: flex;
  transform: rotate(0.007deg);
  margin-top: 12px;
  margin-bottom: 12px;
}
.pcard .pimg img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
}
.pcard .ptitle {
  color: var(--Pri-8, #177d45);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin: 10px 14px 0;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pcard .pstats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px 0;
  gap: 8px;
  flex-direction: row-reverse;
}
.pcard .pstats .ppercent {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  height: 24px;
  border-radius: 10px;
  background: #f1f1f1;
  padding: 0px 11px 26px 11px;
}
.pcard .pstats .pbadge {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0px 8px;
  font-weight: 400;
  font-size: 11.5px;
  white-space: nowrap;
  max-height: 24px;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.pcard .pstats .pbadge.start {
  background: #fdeaea;
  color: #d94f4f;
}
.pcard .pstats .pbadge.progress {
  background: #e8f7f1;
  color: #00af87;
}
.pcard .pstats .pbadge.near {
  background: #e8f7f1;
  color: #00af87;
}
.pcard .pstats .pbadge.done {
  background: #e9f2ff;
  color: #1c5aa6;
}
.pcard .pbar {
  height: 4px;
  background: #e9eef3;
  border-radius: 999px;
  overflow: hidden;
  margin: 8px 14px;
}
.pcard .pbar > span {
  display: block;
  height: 100%;
  background: #19a974;
  border-radius: 999px;
}
.pcard .pfooter {
  padding: 0 14px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.pcard .pfooter .pmore {
  display: flex;
  align-items: center;
  gap: 1px;
  color: #1ea35a;
  font-weight: 500;
  font-size: 14px;
}
.pcard .pfooter .psupp {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
}

.cn-run-slider {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

/* هر آیتم (همون div با کلاس‌های col-...) */
.cn-run-slider > * {
  flex: 0 0 auto;
  /* 4.2 تا آیتم در عرض: یعنی 4 تا کامل + تیکه‌ای از پنجمی */
  width: calc((100% - 36px) / 4.2);
  scroll-snap-align: start;
}

/* اختیاری: اسکرول‌بار قشنگ/مخفی */
.cn-run-slider {
  scrollbar-width: none; /* Firefox */
}

.cn-run-slider::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

/* ریسپانسیو */
@media (max-width: 992px) {
  .cn-run-slider > * {
    width: calc((100% - 12px) / 2.2); /* 2 تا + کمی سومی */
  }
}
@media (max-width: 576px) {
  .cn-run-slider > * {
    width: 80%; /* 1 تا + کمی بعدی */
  }
}
.cn-support-slider,
.cn-completed-slider {
  padding-bottom: 8px;
}

.cn-support-slider .swiper-slide,
.cn-completed-slider .swiper-slide {
  height: auto; /* کارت‌ها قدشون آزاد */
}

/* اگر توی قالب کارت‌ها margin داشتند که gap رو بهم می‌زد، این کمک می‌کنه */
.cn-support-slider .swiper-wrapper,
.cn-completed-slider .swiper-wrapper {
  align-items: stretch;
}

.main-bottom-part .nav-tabs {
  display: none;
}

header.site-header {
  z-index: 100;
  line-height: 64px;
  transition: line-height 0.3s;
  box-shadow: 0px 2px 7px rgba(6, 23, 48, 0.1);
}
header.site-header .site-title {
  background-image: url(./images/logo.svg);
  margin-top: 9px !important;
  text-indent: 9999px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 164px;
  height: 40px;
  white-space: nowrap;
  background-position: center;
  transition: unset;
  font-size: 1rem;
}
header.site-header .site-title a {
  line-height: 2;
}
header.site-header .site-nav-wrapper {
  position: absolute;
}
header.site-header .actions-list > li button.cart {
  border: unset;
  background-color: unset;
  cursor: default;
}
header.site-header .actions-list > li a,
header.site-header .actions-list > li > button,
header.site-header .actions-list > li button.cart,
header.site-header .actions-list > li > .dropdown > button {
  font-size: 28px;
  color: #52575C;
  transition: color 0.3s;
}
header.site-header .actions-list > li a:hover,
header.site-header .actions-list > li > button:hover,
header.site-header .actions-list > li button.cart:hover,
header.site-header .actions-list > li > .dropdown > button:hover {
  color: #2D3A6E;
}
header.site-header .actions-list > li.user-menu-wrapper {
  position: absolute;
  right: 15px;
}
header.site-header .actions-list #main-menu-toggle {
  width: 19px;
  height: 23px;
}
header.site-header .actions-list #main-menu-toggle * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
header.site-header .actions-list #main-menu-toggle .menu-decor-container {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
header.site-header .actions-list #main-menu-toggle .menu-decor-container .menu-decor {
  display: block;
  width: 65%;
  height: 1px;
  background-color: #52575C;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
header.site-header .actions-list #main-menu-toggle .menu-decor-container .menu-decor:nth-child(2) {
  margin-top: 6px;
}
header.site-header .actions-list #main-menu-toggle .menu-decor-container .menu-decor:nth-child(3) {
  margin-bottom: 6px;
}
header.site-header .actions-list #main-menu-toggle.open .menu-decor-container {
  transform: rotateZ(180deg) scale(1.2);
}
header.site-header .actions-list #main-menu-toggle.open .menu-decor-container .menu-decor:nth-child(1) {
  transform: scale(0) rotateZ(-180deg);
}
header.site-header .actions-list #main-menu-toggle.open .menu-decor-container .menu-decor:nth-child(2) {
  margin-top: 10px;
  transform: translateY(200%) rotateZ(45deg);
}
header.site-header .actions-list #main-menu-toggle.open .menu-decor-container .menu-decor:nth-child(3) {
  margin-bottom: 8.5px;
  transform: translateY(-200%) rotateZ(-45deg);
}
header.site-header .actions-list #main-menu-toggle:hover .menu-decor-container .menu-decor {
  background-color: #2D3A6E;
}
header.site-header .actions-list .search-toggle {
  font-size: 1em;
}
header.site-header .actions-list .cart .content-count {
  font-weight: 300;
  position: absolute;
  background-color: #2D3A6E;
  color: #FFFFFF;
  font-size: 0.45em;
  width: 15px;
  left: -6px;
  top: -2px;
  line-height: 13px;
  border-radius: 100%;
  text-align: center;
  padding-top: 2px;
}
header.site-header .actions-list .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 29px);
  border: 1px solid #E8E8E8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  width: 170px;
}
header.site-header .actions-list .dropdown-menu li a {
  background: #ffffff;
  line-height: 38px;
  padding: 0 1em !important;
  font-size: 0.95em;
}
header.site-header .actions-list .dropdown-menu li a.user-profile {
  text-overflow: ellipsis;
  overflow: hidden;
}
header.site-header .actions-list .dropdown-menu li:not(:last-child) a {
  border-bottom: 1px solid #E8E8E8;
}
header.site-header .actions-list .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
header.site-header .theme-button.phone-number {
  font-size: 1em;
  background-color: #1AB759;
  border-radius: 0.875em;
  line-height: 1.875em;
  padding: 0.313em 2.0714em;
}
header.site-header .theme-button.phone-number span {
  font-size: 0.875em;
  line-height: 2em;
}
header.site-header .theme-button.phone-number:hover {
  background-color: rgb(19.6555023923, 138.3444976077, 67.2822966507);
}
header.site-header .force-support {
  background-color: #F1F1F1;
  padding: 0 1em;
  color: #25282B;
  filter: drop-shadow(0px 30px 40px rgba(96, 97, 112, 0.04));
}
header.site-header .force-support:before, header.site-header .force-support:after {
  font-family: "icomoon";
  font-size: 1.3em;
}
header.site-header .force-support:before {
  content: "\e938";
  color: #5EBFEA;
  margin-right: 12px;
  line-height: 1;
  vertical-align: middle;
}
header.site-header .force-support:after {
  content: "\e90d";
  float: right;
}
header.site-header #user-signup-modal .error-message {
  color: #E93C3C;
  background-color: #ffe0e0;
  padding: 12px;
  font-size: 0.75em;
  border-radius: 5px;
}
header.site-header #user-signup-modal .theme-button {
  height: 56px;
  transition: background-color 0.3s;
}
header.site-header #user-signup-modal .theme-button:disabled {
  background-color: #A0A4A8;
}
header.site-header #user-signup-modal .second-step {
  display: none;
}
header.site-header #user-signup-modal .second-step .mobile-preview {
  font-size: 0.875em;
  color: #52575C;
  background-color: #F5F6FA;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 13px 13px 9px;
  border-radius: 5px;
}
header.site-header #user-signup-modal .second-step .timer {
  font-size: 0.8em;
  color: #A0A4A8;
}
header.site-header #user-signup-modal .second-step .timer .amount {
  color: #E93C3C;
}

#site-navigation {
  background-color: #F1F1F1;
  position: fixed;
  z-index: 555;
  top: 64px;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
#site-navigation #main-menu {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 176px);
}
#site-navigation #main-menu li a {
  padding: 0 1em;
  color: #52575C;
  display: block;
  line-height: 40px;
}
#site-navigation #main-menu li a:hover {
  color: #2D3A6E;
}
#site-navigation #main-menu li .sub-menu-toggle {
  cursor: pointer;
  float: right;
  line-height: 39px;
  padding: 0 14px;
  width: 44px;
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}
#site-navigation #main-menu li .sub-menu-toggle.rotate {
  transform: rotate(180deg);
}
#site-navigation #main-menu li.menu-item-has-children > a {
  padding-right: 44px;
}
#site-navigation #main-menu .sub-menu {
  display: none;
  width: 100%;
  list-style: unset;
  padding: 0;
}
#site-navigation #main-menu .sub-menu a {
  padding-left: 2em !important;
}
#site-navigation #main-menu .sub-menu .sub-menu a {
  padding-left: 3em !important;
}
#site-navigation #main-menu .sub-menu .sub-menu .sub-menu a {
  padding-left: 4em !important;
}
#site-navigation .social-networks li a {
  color: #1E274A;
}
#site-navigation .social-networks li a:hover {
  color: #2D3A6E;
}
#site-navigation .social-networks li a span {
  font-size: 1.6em;
}
#site-navigation.show {
  opacity: 1;
  visibility: visible;
}

#notif {
  line-height: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-skeleton-section {
  position: relative;
}

.js-skeleton-section .skel-content {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.js-skeleton-section.skel-ready .skel-content {
  opacity: 1;
  transform: translateY(0);
}

.js-skeleton-section .skel-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7faf9 0%, #e8f4ec 40%, #f7faf9 100%);
  backdrop-filter: blur(8px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

.js-skeleton-section.skel-ready .skel-overlay {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
}

.skel-layout {
  width: 100%;
  max-width: 1120px;
  display: grid;
  gap: 1.1rem;
}

.skel-block {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1rem 1.3rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.skel-thumb {
  height: 110px;
  border-radius: 0.9rem;
  background: #e4efe7;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}

.skel-line {
  height: 9px;
  border-radius: 999px;
  background: #dde6df;
  position: relative;
  overflow: hidden;
}

.skel-line--lg {
  height: 14px;
  width: 70%;
}

.skel-line--md {
  width: 90%;
}

.skel-line--sm {
  width: 55%;
}

.skel-line::before,
.skel-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(0, 159, 77, 0.18), rgba(255, 255, 255, 0.75), rgba(0, 159, 77, 0.18), transparent);
  animation: skelShimmer 1.4s infinite;
}

@keyframes skelShimmer {
  100% {
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .js-skeleton-section .skel-overlay {
    padding: 12px 10px;
  }
  .skel-block {
    padding: 0.9rem 1rem;
  }
  .skel-thumb {
    height: 90px;
  }
}
.hero-wrapper {
  position: relative;
  overflow: hidden;
  height: 556px;
}
@media (max-width: 768px) {
  .hero-wrapper {
    height: 188px;
  }
}
.hero-wrapper .hero-slider,
.hero-wrapper .stats-bar {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero-wrapper .stats-bar {
  transition-delay: 0.15s;
}
.hero-wrapper.is-loaded .hero-slider,
.hero-wrapper.is-loaded .stats-bar {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.hero-wrapper.is-loaded .hero-loader {
  opacity: 0;
  transform: scale(1.05);
  visibility: hidden;
  pointer-events: none;
}

.hero-slider {
  position: relative;
  opacity: 0;
  margin: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.hero-slider.hero-ready {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sl-nk-h {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.hero-slide {
  position: relative;
  height: 556px;
  min-height: 556px;
  max-height: 556px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex !important;
  align-items: center;
}
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero-slide .hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-slide .hero-caption-wrap {
  display: flex;
  justify-content: flex-start;
}
.hero-slide .hero-caption {
  max-width: 520px;
}
html[dir=rtl] .hero-slide .hero-caption {
  text-align: right;
  margin-left: 4rem;
  margin-right: 0;
}
html[dir=ltr] .hero-slide .hero-caption {
  text-align: left;
  margin-right: 4rem;
  margin-left: 0;
}
.hero-slide .hero-caption .hero-title {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}
.hero-slide .hero-caption .hero-subtitle {
  font-size: 1.05rem;
  margin-bottom: 2rem;
  line-height: 1.9;
}
.hero-slide .hero-caption .hero-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.hero-slide .hero-caption .hero-link span {
  font-size: 0.9rem;
}
html[dir=ltr] .hero-slide .hero-caption .hero-link span {
  transform: rotate(180deg);
}
.hero-slide .hero-caption .hero-link span i {
  font-size: 13px;
}
@media (max-width: 768px) {
  .hero-slide {
    height: 188px;
    min-height: 188px;
    max-height: 188px;
    min-height: auto;
    max-height: none;
  }
  .hero-slide .slick-dots {
    bottom: 1px !important;
  }
  .hero-slide .hero-caption {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .hero-slide .hero-caption h1 {
    font-size: 16px !important;
  }
  .hero-slide .hero-caption .hero-subtitle {
    margin-bottom: 5px;
  }
  .hero-slide .hero-caption .hero-link {
    font-size: 10px;
  }
}

.stats-bar {
  background-color: #26bf60;
  color: #ffffff;
  padding-block: 0.8rem;
}
.stats-bar .stat-item {
  font-size: 18px;
  white-space: nowrap;
}
.stats-bar .stat-item i {
  font-size: 1.1rem;
}
.stats-bar .stat-item .stats-number {
  font-weight: 700;
  margin-inline: 0.2rem;
}
@media (max-width: 576px) {
  .stats-bar {
    font-size: 0.8rem;
  }
}

.slick-dots {
  bottom: 36px;
}
@media (max-width: 768px) {
  .slick-dots {
    bottom: 6px;
  }
}
.slick-dots li {
  margin: 0 4px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  transition: all 0.5s;
}
.slick-dots li button {
  width: 15px;
  height: 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  padding: 0;
}
.slick-dots li button::before {
  content: "";
}
.slick-dots li.slick-active button {
  width: 26px;
  border-radius: 999px;
  background: #ffffff;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.hero-loader {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}
.hero-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at top, rgba(45, 212, 191, 0.28) 0%, rgba(6, 95, 70, 0.7) 35%, rgba(3, 37, 26, 0.95) 80%), linear-gradient(120deg, #008868, #03b989, #16a34a, #22c55e, #0f766e);
  background-size: 220% 220%;
  background-position: 0% 0%;
  animation: hero-data-flow 2s ease-in-out infinite alternate;
}

@keyframes hero-data-flow {
  0% {
    background-position: 0% 0%;
    filter: saturate(1);
  }
  40% {
    background-position: 40% 80%;
    filter: saturate(1.2);
  }
  70% {
    background-position: 80% 40%;
    filter: saturate(1.1);
  }
  100% {
    background-position: 100% 100%;
    filter: saturate(1.25);
  }
}
.hero-loader-inner {
  position: relative;
  z-index: 1;
  padding: 1.6rem 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.hero-loader-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(from 180deg, rgba(255, 255, 255, 0.2), transparent, rgba(255, 255, 255, 0.05), transparent, rgba(255, 255, 255, 0.2));
  opacity: 0.16;
  z-index: -1;
}

.hero-loader-circle {
  position: relative;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
}

.hero-loader-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.9);
  border-right-color: rgba(255, 255, 255, 0.6);
  animation: hero-spin 1.1s linear infinite;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.22);
}

.hero-loader-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.18), 0 0 25px rgba(255, 255, 255, 0.5);
  animation: hero-pulse-dot 1.3s ease-in-out infinite;
}

.hero-loader-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.03em;
  white-space: nowrap;
}
html[dir=rtl] .hero-loader-label {
  text-align: right;
}
html[dir=ltr] .hero-loader-label {
  text-align: left;
}

.hero-loader-bar {
  position: relative;
  width: 140px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.hero-loader-bar-fill {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to left, rgba(11, 177, 93, 0) 0%, #0bb15d 40%, #0bb15d 100%);
  transform-origin: left;
  animation: hero-bar-swipe 1.3s ease-in-out infinite;
}

.hero-caption > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hero-wrapper.is-loaded .hero-caption > * {
  opacity: 1;
  transform: translateY(0);
}

.hero-wrapper.is-loaded .hero-caption > *:nth-child(1) {
  transition-delay: 0.05s;
}

.hero-wrapper.is-loaded .hero-caption > *:nth-child(2) {
  transition-delay: 0.16s;
}

.hero-wrapper.is-loaded .hero-caption > *:nth-child(3) {
  transition-delay: 0.26s;
}

@media (max-width: 768px) {
  .hero-loader-inner {
    padding: 1.2rem 1.3rem;
    border-radius: 1rem;
  }
  .hero-loader-label {
    font-size: 0.78rem;
  }
  .hero-loader-bar {
    width: 120px;
  }
}
@keyframes hero-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes hero-pulse-dot {
  0% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
}
@keyframes hero-bar-swipe {
  0% {
    transform: translateX(-60%) scaleX(0.3);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateX(80%) scaleX(1);
    opacity: 0;
  }
}
.top-bar {
  height: 6px;
  background-color: #26bf60;
  width: 100%;
}

.nk-section {
  padding: 9px 0 56px;
}
.nk-section .container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .nk-section .container {
    padding: 0 16px;
  }
}

.nk-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .nk-header-row {
    flex-direction: column;
    gap: 10px;
  }
}
.nk-header-row .nk-view-all {
  font-size: 16px;
  color: #0bb15d;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.nk-header-row .nk-view-all i {
  font-size: 14px;
}
html[dir=ltr] .nk-header-row .nk-view-all i {
  transform: rotate(180deg);
}
.nk-header-row .nk-view-all:hover {
  text-decoration: underline;
}
.nk-header-row .nk-title-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
}
.nk-header-row .nk-title-wrap .nk-title-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nk-header-row .nk-title-wrap .nk-title-inner .nk-title-line {
  width: 90px;
  height: 3px;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .nk-header-row .nk-title-wrap .nk-title-inner .nk-title-line {
    width: 60px;
  }
}
.nk-header-row .nk-title-wrap .nk-title-inner .nk-title-line:first-child {
  border-radius: 0 10px 10px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--Pri-7, #1c9352) 100%);
}
.nk-header-row .nk-title-wrap .nk-title-inner .nk-title-line:last-child {
  border-radius: 0 10px 10px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--Pri-7, #1c9352) 100%);
  rotate: 180deg;
}
.nk-header-row .nk-title-wrap .nk-title-inner .nk-title {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  margin: 0;
  font-weight: 600;
  color: #222;
  margin: 0;
}
@media (max-width: 768px) {
  .nk-header-row .nk-title-wrap .nk-title-inner .nk-title {
    font-size: 14px;
  }
}
.nk-header-row .nk-header-spacer {
  width: 80px;
}
@media (max-width: 768px) {
  .nk-header-row .nk-header-spacer {
    display: none;
  }
}

.nk-section .nk-main-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  flex-direction: row-reverse;
}
html[dir=ltr] .nk-section .nk-main-row {
  flex-direction: row-reverse;
}
.nk-section .nk-main-row .nk-main-left {
  flex: 2.9;
  min-width: 0;
}
@media (max-width: 992px) {
  .nk-section .nk-main-row .nk-main-left {
    flex: 0 0 100%;
  }
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel {
  display: none;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel.is-active {
  display: block;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card {
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0);
  padding: 24px 26px 18px;
  display: flex;
  gap: 22px;
  min-height: 230px;
  flex-direction: row;
}
@media (max-width: 576px) {
  .nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card {
    flex-direction: column;
    align-items: center;
  }
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html[dir=rtl] .nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-card-content {
  text-align: right;
}
html[dir=ltr] .nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-card-content {
  text-align: left;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-card-content .nk-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin: 0 0 10px;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-card-content .nk-card-text {
  font-size: 14px;
  color: #777;
  line-height: 1.9;
  margin: 0 0 14px;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-card-content .nk-card-footer {
  display: flex;
  justify-content: flex-start;
  margin-top: 4px;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-card-content .nk-card-footer .nk-card-link {
  font-size: 16px;
  color: #0bb15d;
  text-decoration: none;
  font-weight: 500;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-card-content .nk-card-footer .nk-card-link i {
  font-size: 16px;
  font-weight: 500;
}
html[dir=ltr] .nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-card-content .nk-card-footer .nk-card-link i {
  transform: rotate(180deg);
  display: inline-block;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-card-content .nk-card-footer .nk-card-link:hover {
  text-decoration: underline;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider {
  flex: 0 0 260px;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
@media (max-width: 576px) {
  .nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider {
    align-items: center;
  }
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-frame {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #e0e0e0;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-frame .nk-img-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-frame .nk-img-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-frame .nk-img-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  cursor: pointer;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-frame .nk-img-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-frame .nk-img-progress .nk-img-progress-fill {
  width: 0%;
  height: 100%;
  background: #0bb15d;
  transform-origin: right center;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-frame .nk-img-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  outline: 0;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-frame .nk-img-arrow i {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-frame .nk-img-arrow.nk-img-arrow-prev {
  right: 6px;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-frame .nk-img-arrow.nk-img-arrow-next {
  left: 6px;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-top: 2px;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-dots .nk-img-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d0d0d0;
  cursor: pointer;
  transition: background-color 0.2s ease, width 0.2s ease;
}
.nk-section .nk-main-row .nk-main-left .nk-activity-panel .nk-card .nk-img-slider .nk-img-dots .nk-img-dot.is-active {
  width: 18px;
  border-radius: 999px;
  background-color: #0bb15d;
}
.nk-section .nk-main-row .nk-main-right {
  flex: 0.9;
  min-width: 0;
}
@media (max-width: 992px) {
  .nk-section .nk-main-row .nk-main-right {
    flex: 0 0 100%;
  }
}
.nk-section .nk-main-row .nk-main-right .nk-tabs {
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
}
.nk-section .nk-main-row .nk-main-right .nk-tabs .nk-tab-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nk-section .nk-main-row .nk-main-right .nk-tabs .nk-tab-list .nk-tab-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  color: #444;
  transition: color 0.2s ease;
  font-size: 20px;
}
html[dir=rtl] .nk-section .nk-main-row .nk-main-right .nk-tabs .nk-tab-list .nk-tab-item {
  text-align: right;
}
html[dir=ltr] .nk-section .nk-main-row .nk-main-right .nk-tabs .nk-tab-list .nk-tab-item {
  text-align: left;
}
.nk-section .nk-main-row .nk-main-right .nk-tabs .nk-tab-list .nk-tab-item:hover:not(.is-active) {
  color: #222;
}
.nk-section .nk-main-row .nk-main-right .nk-tabs .nk-tab-list .nk-tab-item.is-active {
  color: #0bb15d;
  font-weight: 600;
}
.nk-section .nk-main-row .nk-main-right .nk-tabs .nk-tab-list .nk-tab-item.is-active .nk-tab-bullet {
  background-color: #0bb15d;
  transform: scale(1.1);
}
.nk-section .nk-main-row .nk-main-right .nk-tabs .nk-tab-list .nk-tab-item .nk-tab-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #444;
  flex-shrink: 0;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.nk-section .nk-main-row .nk-main-right .nk-tabs .nk-tab-list .nk-tab-item .nk-tab-label {
  font-size: 16px;
  flex: 1;
}
html[dir=rtl] .nk-section .nk-main-row .nk-main-right .nk-tabs .nk-tab-list .nk-tab-item .nk-tab-label {
  text-align: right;
}
html[dir=ltr] .nk-section .nk-main-row .nk-main-right .nk-tabs .nk-tab-list .nk-tab-item .nk-tab-label {
  text-align: left;
}
@media (max-width: 768px) {
  .nk-section .nk-main-row {
    display: none;
  }
}
.nk-section .nk-mobile-accordion {
  display: none;
}
@media (max-width: 768px) {
  .nk-section .nk-mobile-accordion {
    display: block;
  }
}
.nk-section .nk-mobile-accordion .nk-acc-item {
  margin-bottom: 10px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 1px #e5e5e5;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.nk-section .nk-mobile-accordion .nk-acc-item.is-open {
  transform: translateY(-1px);
}
.nk-section .nk-mobile-accordion .nk-acc-item.is-open .nk-acc-body {
  max-height: 1000px;
  opacity: 1;
  padding: 10px 14px 14px;
}
.nk-section .nk-mobile-accordion .nk-acc-item.is-open .nk-acc-chevron {
  transform: rotate(90deg);
  color: #0bb15d;
}
.nk-section .nk-mobile-accordion .nk-acc-header {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 10px 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.nk-section .nk-mobile-accordion .nk-acc-header .nk-acc-title {
  flex: 1;
  font-size: 14px;
  color: #111;
  text-align: right;
}
.nk-section .nk-mobile-accordion .nk-acc-header .nk-acc-chevron {
  display: flex;
  align-items: center;
  transition: transform 0.2s ease, color 0.2s ease;
}
.nk-section .nk-mobile-accordion .nk-acc-header .nk-acc-chevron i {
  font-size: 14px;
}
.nk-section .nk-mobile-accordion .nk-acc-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 14px;
  background: #fff;
  transition: all 0.25s ease;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-text {
  font-size: 13px;
  line-height: 1.9;
  color: #777;
  margin: 4px 0 10px;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider {
  margin: 6px 0 10px;
  width: 100%;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-frame {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #e0e0e0;
  aspect-ratio: 4/3;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-frame .nk-acc-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-frame .nk-acc-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-frame .nk-acc-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-frame .nk-acc-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-frame .nk-acc-progress .nk-acc-progress-fill {
  width: 0;
  height: 100%;
  background: #0bb15d;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-frame .nk-acc-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-frame .nk-acc-arrow i {
  color: #fff;
  font-size: 14px;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-frame .nk-acc-arrow.nk-acc-arrow-prev {
  right: 6px;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-frame .nk-acc-arrow.nk-acc-arrow-next {
  left: 6px;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding-top: 6px;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-dots .nk-acc-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d0d0d0;
  transition: background-color 0.2s ease, width 0.2s ease;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-slider .nk-acc-dots .nk-acc-dot.is-active {
  width: 18px;
  border-radius: 999px;
  background-color: #0bb15d;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-link {
  display: inline-block;
  font-size: 13px;
  color: #0bb15d;
  margin-top: 4px;
  text-decoration: none;
}
.nk-section .nk-mobile-accordion .nk-acc-body .nk-acc-link:hover {
  text-decoration: underline;
}

.nk-province-section {
  padding: 40px 0 60px;
}
.nk-province-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .nk-province-section .container {
    padding: 0 16px;
  }
}
.nk-province-section .nk-province-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
.nk-province-section .nk-province-header .nk-title-line,
.nk-province-section .nk-province-header .nk-title-line-l {
  width: 90px;
  height: 3px;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .nk-province-section .nk-province-header .nk-title-line,
  .nk-province-section .nk-province-header .nk-title-line-l {
    width: 60px;
  }
}
.nk-province-section .nk-province-header .nk-title-line,
.nk-province-section .nk-province-header .nk-title-line-l {
  border-radius: 0 10px 10px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--Pri-7, #1c9352) 100%);
}
.nk-province-section .nk-province-header .nk-title-line-l {
  rotate: 180deg;
}
.nk-province-section .nk-province-header .nk-title {
  font-size: 18px;
}
@media (max-width: 768px) {
  .nk-province-section .nk-province-header .nk-title {
    font-size: 15px;
  }
}
.nk-province-section .nk-province-header .nk-title {
  font-weight: 600;
  color: #222;
  margin: 0;
}
.nk-province-section .nk-province-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .nk-province-section .nk-province-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.nk-province-section .nk-province-map {
  flex: 1;
  display: flex;
  justify-content: end;
  position: relative;
}
.nk-province-section .nk-province-map .nk-iran-svg {
  max-width: 420px;
  width: 100%;
  height: auto;
}
.nk-province-section .nk-province-map .nk-province-shape {
  fill: #d7d7d7;
  stroke: #ffffff;
  stroke-width: 1;
  cursor: pointer;
  transition: fill 0.2s ease;
}
.nk-province-section .nk-province-map .nk-province-shape:hover {
  fill: #1ea650;
}
.nk-province-section .nk-province-map .nk-province-shape.is-active {
  fill: #26bf60;
}
.nk-province-section .nk-province-map .nk-province-tooltip {
  position: absolute;
  min-width: 80px;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease;
}
.nk-province-section .nk-province-content {
  flex: 1;
  max-width: 500px;
}
.nk-province-section .nk-province-content .nk-province-name {
  font-size: 20px;
  font-weight: 600;
  color: #0bb15d;
  margin: 0 0 12px;
  text-align: right;
}
.nk-province-section .nk-province-content .nk-province-text {
  font-size: 16px;
  color: #555;
  line-height: 2;
  text-align: right;
  margin: 0;
}

.nk-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.nk-lightbox .nk-lightbox-inner {
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.nk-lightbox .nk-lightbox-inner img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  border-radius: 12px;
  display: block;
}
.nk-lightbox .nk-lightbox-inner .nk-lightbox-close {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

#home-news .home-news-thumb {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 10px 60px rgba(37, 40, 43, 0.1);
}
#home-news .home-news-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
#home-news .home-news-date {
  color: var(--Neutral-4, #525252);
  font-size: 12px;
  font-weight: 400;
}
#home-news .home-news-title {
  color: var(--Neutral-4, #525252);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
#home-news .home-news-excerpt {
  color: var(--Neutral-4, #525252);
  font-size: 14px;
  font-weight: 400;
}
#home-news .home-news-body {
  overflow: hidden;
}

.home-hero-support {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin: 32px 0;
  min-height: 280px;
}
.home-hero-support__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.home-hero-support__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-hero-support__panel {
  min-height: 280px;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(270deg, rgba(39, 39, 39, 0.5) 46.85%, rgba(141, 141, 141, 0) 88.49%);
  border-radius: 0 16px 16px 0;
  padding: 24px 32px;
  width: 55%;
  margin-left: auto;
  color: #fff;
}
.home-hero-support .hero-title {
  font-size: 1rem;
  margin-bottom: 8px;
  line-height: 1.7;
}
.home-hero-support .hero-title.d {
  font-size: 1.25rem;
}
.home-hero-support .hero-text.d {
  font-size: 1rem;
}
.home-hero-support .hero-text {
  font-size: 0.75rem;
  margin-bottom: 32px;
}
.home-hero-support .hero-btn {
  display: inline-block;
  background: #14b85a;
  color: #fff;
  padding: 8px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 0.95rem;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .home-hero-support__panel {
    width: 100%;
    border-radius: 16px;
    background: rgba(39, 39, 39, 0.7);
    padding: 16px 18px;
  }
}
.home-hero-support .progress {
  display: none;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  height: 6px;
  margin: 12px 0 8px;
  overflow: hidden;
}
.home-hero-support .progress .lable.amount-value {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #333;
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 11px;
  line-height: 1.6;
}
.home-hero-support .progress .lable.to-now,
.home-hero-support .progress .lable.current-price,
.home-hero-support .progress .continue {
  display: none;
}
.home-hero-support .progress-bar {
  background: #14b85a;
  height: 100%;
  border-radius: inherit;
}

#home-charts .chart-wrapper {
  border-radius: 20px;
  height: 37vh;
}

/* پیشفرض */
.mobile-only {
  display: none;
}

/* موبایل */
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
    color: var(--Pri-6, #1ea35a);
  }
  .mobile-only a {
    display: flex;
    align-items: center;
    color: var(--Pri-6, #1ea35a);
  }
  .mobile-only {
    display: flex !important;
    justify-content: left;
  }
  .nk-header-row {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
body main {
  max-width: 946px;
  margin: 0 auto;
}
body .base-info select {
  padding: 10px;
}
body .amount-preview {
  background-color: #f2f2f5;
  border-radius: 8px;
  height: 69px;
}
body .amount-preview .toggler {
  background-color: #FFFFFF;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.5em;
  box-shadow: 0px 30px 40px rgba(96, 97, 112, 0.04);
  transition: color 0.3s;
}
body .amount-preview .toggler:hover {
  color: #2D3A6E;
}
body .amount-preview .value {
  white-space: nowrap;
}
body .amount-preview .value input {
  border: unset;
  background-color: unset;
  line-height: 64px;
  display: inline-block;
  width: 100px;
  border: unset;
  padding: 0;
  text-align: center;
  font: inherit;
}
body .message-lable {
  font-size: 0.6875em;
}
body .message-lable.has-error {
  color: #E93C3C;
}
body .suggested-amount {
  background-color: #f2f2f5;
  border-radius: 8px;
  border: 2px solid #f2f2f5;
  line-height: 65px;
  font-size: 0.875em;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}
body .suggested-amount:hover, body .suggested-amount.selected {
  background-color: #EAF7FC;
  color: #31ADE4;
}
body .suggested-amount.selected {
  border: 2px solid #31ADE4;
}
body button.support-payment {
  width: 100%;
}

.nk-province-map {
  position: relative;
}
.nk-province-map .nk-province-shape {
  fill: #e5e5e5;
  stroke: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.nk-province-map .nk-province-shape.has-data {
  fill: #bfe8cc;
}
.nk-province-map .nk-province-shape.is-active {
  fill: #1ea650;
}
.nk-province-map .nk-province-shape:hover {
  fill: #26bf60;
}

footer .bg-foo-ng {
  height: 26px;
  align-self: stretch;
  border-radius: 8px 8px 0 0;
  background: #18AF59;
}
footer .main-part {
  border-radius: 20px;
}
footer .main-part a {
  color: #525252;
  font-weight: 500;
  font-size: 14px;
}
footer .main-part a:hover {
  color: #2D3A6E;
}
footer .main-part .colormedarkvhd {
  color: #525252;
  font-weight: 500;
  font-size: 14px;
}
footer .main-part .icon-location {
  color: #525252;
}
footer .main-part > .row.gy-3 {
  --bs-gutter-y: 0.85rem;
}
footer .main-part .footer-column .col-title {
  display: block;
}
footer .main-part .footer-column.two-style {
  overflow: hidden;
}
footer .main-part .footer-column.two-style .col-title {
  padding: 0 1.5em;
  cursor: pointer;
  transition: color 0.3s;
  line-height: 50px;
  background-color: #F2F2F5;
  border-radius: 25px;
  color: #25282B;
}
footer .main-part .footer-column.two-style .col-title:after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 1.2em;
  line-height: 1;
  float: right;
  line-height: 50px;
  transition: transform 0.3s;
}
footer .main-part .footer-column.two-style.title-active .col-title {
  color: #404040;
}
footer .main-part .footer-column.two-style.title-active .col-title:after {
  transform: rotate(180deg);
}
footer .main-part .footer-column.two-style ul {
  padding: 1em;
  margin: 0;
  font-size: 0.875em;
  line-height: 2em;
  opacity: 0;
  font-weight: 300;
  visibility: hidden;
  transition: opacity 0.1s;
  display: none;
}
footer .main-part .footer-column.two-style ul li {
  margin-top: 4px;
  list-style: none;
}
footer .main-part .footer-column.two-style ul li a:beforsse {
  font-family: "icomoon";
  content: "\e92c";
  color: #ffffff;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.2em;
  transition: color 0.3s;
}
footer .main-part .footer-column.two-style ul li a:hover:before {
  color: #404040;
}
footer .main-part .footer-column.two-style.active ul {
  opacity: 1;
  visibility: visible;
}
footer .copyright {
  border-radius: 20px;
  margin: 15px 0;
}
footer .copyright .licenses img {
  cursor: pointer;
  height: auto;
  width: 12%;
  padding: 0 2px;
}
footer .copyright .social-networks a {
  color: #52575C;
}
footer .copyright .social-networks a:hover {
  color: #2D3A6E;
}
footer .copyright .social-networks a:hover:after {
  color: #2D3A6E;
}
footer .copyright .social-networks a span {
  font-size: 1.5em;
}
footer .copyright .rules {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
footer .copyright .rules .citynet {
  color: #A0A4A8;
}
footer .copyright .rules .citynet a {
  color: #A0A4A8;
}
footer .copyright .rules .citynet a:hover {
  color: #2D3A6E;
}
footer .go-to-top {
  position: fixed;
  left: 4%;
  bottom: 52px;
  width: 42px;
  line-height: 42px;
  background-color: #0bb15d;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  font-size: 1.5em;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
  z-index: 4;
}
footer .go-to-top.show {
  visibility: visible;
  opacity: 1;
}

.d-m-logo svg {
  margin: auto;
  display: block;
}

.woocommerce .woocommerce-breadcrumb {
  color: #52575C;
  margin-top: 15px;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 2em;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #52575C;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #2D3A6E;
}
.woocommerce .woocommerce-breadcrumb .step {
  max-width: 220px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.woocommerce .woocommerce-breadcrumb:before {
  content: "\e920";
  font-family: "icomoon";
  display: inline-block;
  font-size: 1.1em;
  vertical-align: middle;
  width: 16px;
  color: #52575C;
  margin-left: 4px;
}
.woocommerce .col2-set .col-1 {
  float: right !important;
}
.woocommerce .col2-set .col-2 {
  float: left !important;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  max-width: none;
  padding: 0;
}
.woocommerce table.shop_table thead tr th {
  text-align: center;
}
.woocommerce table.shop_table tbody tr td {
  text-align: center;
  border-top: 1px solid #b3b3b3;
}
.woocommerce table.shop_table.cart tbody tr td.product-thumbnail {
  width: 104px;
}
.woocommerce table.shop_table.cart tbody tr td.product-thumbnail img {
  width: 80px;
}
.woocommerce table.shop_table.cart tbody tr td input[name=coupon_code] {
  padding: 0 6px;
  height: 44px;
}
.woocommerce table.shop_table a.button,
.woocommerce table.shop_table button.button,
.woocommerce table.shop_table input.button {
  background-color: #5EBFEA;
  color: #FFFFFF !important;
  font-weight: normal;
  cursor: pointer;
  padding: 0.5714em 1em;
  border-radius: 0.7142em;
  font-size: 0.875em;
  line-height: 2em;
  transition: background-color 0.3s;
}
.woocommerce table.shop_table a.button:hover,
.woocommerce table.shop_table button.button:hover,
.woocommerce table.shop_table input.button:hover {
  background-color: #31ADE4;
}
.woocommerce .woocommerce-checkout #ship-to-different-address {
  margin-bottom: 1.28em !important;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper,
.woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper,
.woocommerce .woocommerce-checkout .checkout_coupon .woocommerce-input-wrapper,
.woocommerce .woocommerce-checkout .woocommerce-address-fields .woocommerce-input-wrapper,
.woocommerce .woocommerce-MyAccount-content .woocommerce-billing-fields .woocommerce-input-wrapper,
.woocommerce .woocommerce-MyAccount-content .woocommerce-shipping-fields .woocommerce-input-wrapper,
.woocommerce .woocommerce-MyAccount-content .woocommerce-additional-fields .woocommerce-input-wrapper,
.woocommerce .woocommerce-MyAccount-content .checkout_coupon .woocommerce-input-wrapper,
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper textarea,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper textarea,
.woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper textarea,
.woocommerce .woocommerce-checkout .checkout_coupon .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-checkout .checkout_coupon .woocommerce-input-wrapper textarea,
.woocommerce .woocommerce-checkout .woocommerce-address-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-checkout .woocommerce-address-fields .woocommerce-input-wrapper textarea,
.woocommerce .woocommerce-MyAccount-content .woocommerce-billing-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-MyAccount-content .woocommerce-billing-fields .woocommerce-input-wrapper textarea,
.woocommerce .woocommerce-MyAccount-content .woocommerce-shipping-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-MyAccount-content .woocommerce-shipping-fields .woocommerce-input-wrapper textarea,
.woocommerce .woocommerce-MyAccount-content .woocommerce-additional-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-MyAccount-content .woocommerce-additional-fields .woocommerce-input-wrapper textarea,
.woocommerce .woocommerce-MyAccount-content .checkout_coupon .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-MyAccount-content .checkout_coupon .woocommerce-input-wrapper textarea,
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper textarea {
  border: 1px solid #b9b9b9;
  padding: 0 10px;
  background: #ffffff;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-checkout .checkout_coupon .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-checkout .woocommerce-address-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-MyAccount-content .woocommerce-billing-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-MyAccount-content .woocommerce-shipping-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-MyAccount-content .woocommerce-additional-fields .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-MyAccount-content .checkout_coupon .woocommerce-input-wrapper input.input-text,
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper input.input-text {
  height: 42px;
}
.woocommerce .woocommerce-checkout .woocommerce-EditAccountForm input.input-text,
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input.input-text {
  height: 42px;
  border: 1px solid #b9b9b9;
  padding: 0 10px;
  background: #ffffff;
  border-radius: 8px;
}
.woocommerce .woocommerce-checkout select#billing_cn_send_part,
.woocommerce .woocommerce-MyAccount-content select#billing_cn_send_part {
  height: 42px;
  border: 1px solid #aaa;
  padding: 0 10px;
  background-position: 10px;
}
.woocommerce .wc-proceed-to-checkout a.button {
  float: left;
  background-color: #5EBFEA !important;
  font-size: 0.875em;
  line-height: 2em !important;
  padding: 0.5714em 2.0714em;
  border-radius: 0.7142em !important;
  font-weight: normal !important;
}
.woocommerce .wc-proceed-to-checkout a.button:hover {
  background-color: #31ADE4 !important;
}
.woocommerce .woocommerce-form-coupon input.input-text {
  border: 1px solid #b9b9b9;
  padding: 0 10px;
  background: #ffffff;
  height: 32px;
}
.woocommerce table.my_account_orders {
  font-size: 0.9em;
}
.woocommerce table.order_details tbody td.product-name a {
  display: inline-block;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody td.product-name .product-quantity {
  display: inline-block;
}
.woocommerce .woocommerce-checkout-payment .input-radio {
  vertical-align: middle;
}
.woocommerce .woocommerce-checkout-payment .wc_payment_method label {
  display: inline-block;
}
.woocommerce .woocommerce-checkout-payment .wc_payment_method label img {
  display: none;
}
.woocommerce .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-checkout-payment button[type=submit] {
  background-color: #5EBFEA;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 2em;
  padding: 0.5714em 2.0714em;
  border-radius: 0.7142em;
  border: unset;
  color: #FFFFFF !important;
  transition: background-color 0.3s;
}
.woocommerce .woocommerce-checkout-payment button[type=submit]:hover {
  background-color: #31ADE4;
}
.woocommerce .cart-collaterals .cart_totals {
  float: unset;
  width: unset;
}
.woocommerce .checkout-button.disable {
  pointer-events: none;
}

body.single-support-project .post-header {
  border-radius: 15px;
}
body.single-support-project .post-header .post-thumbnail {
  border-radius: 15px;
  border: 1px solid #CACCCF;
}
body.single-support-project .post-header h1 {
  font-size: 1.125em;
  line-height: 2.2em;
}
body.single-support-project .post-header .info-wrapper li {
  border-radius: 8px;
  min-width: 136px;
  background-color: #FAFAFC;
}
body.single-support-project .post-header .info-wrapper li .title {
  font-size: 0.75em;
}
body.single-support-project .post-header .info-wrapper li .value {
  font-size: 0.875em;
}
body.single-support-project .post-header .info-wrapper li::after {
  content: "";
  top: 96%;
  left: 50%;
  display: block;
  height: 2px;
  min-width: 32px;
  position: absolute;
  transform: translateX(-50%);
  background-color: #5EBFEA;
  border-radius: 2px 2px 0px 0px;
}
body.single-support-project .post-header button.support-payment:disabled {
  background-color: #A0A4A8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
body.single-support-project .price-input-wrapper {
  background-color: #f2f2f5;
  border-radius: 8px;
  height: 69px;
}
body.single-support-project .price-input-wrapper .toggler {
  background-color: #FFFFFF;
  color: #52575C;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.5em;
  box-shadow: 0px 30px 40px rgba(96, 97, 112, 0.04);
  transition: color 0.3s;
}
body.single-support-project .price-input-wrapper .toggler:hover {
  color: #2D3A6E;
}
body.single-support-project .price-input-wrapper input {
  border: unset;
  background-color: unset;
  line-height: 64px;
  display: inline-block;
  width: 100px;
  border: unset;
  padding: 0;
  text-align: center;
}
body.single-support-project .price-input-wrapper .unit-name {
  color: #52575C;
}
body.single-support-project .lable2 {
  font-size: 0.6875em;
}
body.single-support-project .lable2.has-error {
  color: #E93C3C;
}
body.single-support-project .suggested-amount {
  background-color: #f2f2f5;
  border-radius: 8px;
  border: 2px solid #f2f2f5;
  line-height: 65px;
  font-size: 0.875em;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}
body.single-support-project .suggested-amount:hover, body.single-support-project .suggested-amount.selected {
  background-color: #EAF7FC;
  color: #31ADE4;
}
body.single-support-project .suggested-amount.selected {
  border: 2px solid #31ADE4;
}
body.single-support-project .main-bottom-part {
  margin-top: 30px;
}
body.single-support-project .camp {
  background-color: #fafafc;
  border-radius: 8px;
}
body.single-support-project .camp:after {
  content: "";
  top: 98%;
  left: 50%;
  display: block;
  height: 2px;
  min-width: 32px;
  position: absolute;
  transform: translateX(-50%);
  background-color: #5ebfea;
  border-radius: 2px 2px 0px 0px;
}
body.single-support-project .camp .logo-camp {
  top: 26%;
  transform: scale(0.7);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 70px;
}

body.single .main-bottom-part {
  border-radius: 15px;
}
body.single .main-bottom-part .nav-tabs {
  border-bottom: 1px solid #E8E8E8;
}
body.single .main-bottom-part .nav-tabs button {
  border-radius: 15px 15px 0 0;
  color: #52575C;
  position: relative;
  transition: color 0.3s;
}
body.single .main-bottom-part .nav-tabs button:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #31ADE4;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.3s;
}
body.single .main-bottom-part .nav-tabs button.active {
  color: #31ADE4;
}
body.single .main-bottom-part .nav-tabs button.active:after {
  opacity: 1;
}

body.page .post-header.desktop,
body.archive .post-header.desktop,
body.single-service .post-header.desktop,
body.single-financial-report .post-header.desktop,
body.search .post-header.desktop,
body.blog .post-header.desktop,
body.single-post .post-header.desktop {
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
body.page .post-header.desktop.darken,
body.archive .post-header.desktop.darken,
body.single-service .post-header.desktop.darken,
body.single-financial-report .post-header.desktop.darken,
body.search .post-header.desktop.darken,
body.blog .post-header.desktop.darken,
body.single-post .post-header.desktop.darken {
  position: relative;
}
body.page .post-header.desktop.darken:after,
body.archive .post-header.desktop.darken:after,
body.single-service .post-header.desktop.darken:after,
body.single-financial-report .post-header.desktop.darken:after,
body.search .post-header.desktop.darken:after,
body.blog .post-header.desktop.darken:after,
body.single-post .post-header.desktop.darken:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
body.page .post-header.desktop .container,
body.archive .post-header.desktop .container,
body.single-service .post-header.desktop .container,
body.single-financial-report .post-header.desktop .container,
body.search .post-header.desktop .container,
body.blog .post-header.desktop .container,
body.single-post .post-header.desktop .container {
  z-index: 1;
  position: relative;
}
body.page .post-header.desktop h1,
body.archive .post-header.desktop h1,
body.single-service .post-header.desktop h1,
body.single-financial-report .post-header.desktop h1,
body.search .post-header.desktop h1,
body.blog .post-header.desktop h1,
body.single-post .post-header.desktop h1 {
  color: #FFFFFF;
}
body.page .post-header.desktop .woocommerce-breadcrumb,
body.archive .post-header.desktop .woocommerce-breadcrumb,
body.single-service .post-header.desktop .woocommerce-breadcrumb,
body.single-financial-report .post-header.desktop .woocommerce-breadcrumb,
body.search .post-header.desktop .woocommerce-breadcrumb,
body.blog .post-header.desktop .woocommerce-breadcrumb,
body.single-post .post-header.desktop .woocommerce-breadcrumb {
  color: #FFFFFF;
  margin-bottom: 0;
}
body.page .post-header.desktop .woocommerce-breadcrumb a,
body.archive .post-header.desktop .woocommerce-breadcrumb a,
body.single-service .post-header.desktop .woocommerce-breadcrumb a,
body.single-financial-report .post-header.desktop .woocommerce-breadcrumb a,
body.search .post-header.desktop .woocommerce-breadcrumb a,
body.blog .post-header.desktop .woocommerce-breadcrumb a,
body.single-post .post-header.desktop .woocommerce-breadcrumb a {
  color: #FFFFFF;
}
body.page .post-header.desktop .woocommerce-breadcrumb a:hover,
body.archive .post-header.desktop .woocommerce-breadcrumb a:hover,
body.single-service .post-header.desktop .woocommerce-breadcrumb a:hover,
body.single-financial-report .post-header.desktop .woocommerce-breadcrumb a:hover,
body.search .post-header.desktop .woocommerce-breadcrumb a:hover,
body.blog .post-header.desktop .woocommerce-breadcrumb a:hover,
body.single-post .post-header.desktop .woocommerce-breadcrumb a:hover {
  color: #2D3A6E;
}
body.page .post-header.desktop .woocommerce-breadcrumb:before,
body.archive .post-header.desktop .woocommerce-breadcrumb:before,
body.single-service .post-header.desktop .woocommerce-breadcrumb:before,
body.single-financial-report .post-header.desktop .woocommerce-breadcrumb:before,
body.search .post-header.desktop .woocommerce-breadcrumb:before,
body.blog .post-header.desktop .woocommerce-breadcrumb:before,
body.single-post .post-header.desktop .woocommerce-breadcrumb:before {
  color: #FFFFFF;
}
body.page .post-header h1,
body.archive .post-header h1,
body.single-service .post-header h1,
body.single-financial-report .post-header h1,
body.search .post-header h1,
body.blog .post-header h1,
body.single-post .post-header h1 {
  font-size: 1.125em;
  line-height: 1.58em;
}
body.page .post-header .woocommerce-breadcrumb,
body.archive .post-header .woocommerce-breadcrumb,
body.single-service .post-header .woocommerce-breadcrumb,
body.single-financial-report .post-header .woocommerce-breadcrumb,
body.search .post-header .woocommerce-breadcrumb,
body.blog .post-header .woocommerce-breadcrumb,
body.single-post .post-header .woocommerce-breadcrumb {
  margin-top: 0;
}
body.page .post-header .woocommerce-breadcrumb span,
body.archive .post-header .woocommerce-breadcrumb span,
body.single-service .post-header .woocommerce-breadcrumb span,
body.single-financial-report .post-header .woocommerce-breadcrumb span,
body.search .post-header .woocommerce-breadcrumb span,
body.blog .post-header .woocommerce-breadcrumb span,
body.single-post .post-header .woocommerce-breadcrumb span {
  padding: 0 4px;
}
body.page .post-header .woocommerce-breadcrumb span:last-of-type,
body.archive .post-header .woocommerce-breadcrumb span:last-of-type,
body.single-service .post-header .woocommerce-breadcrumb span:last-of-type,
body.single-financial-report .post-header .woocommerce-breadcrumb span:last-of-type,
body.search .post-header .woocommerce-breadcrumb span:last-of-type,
body.blog .post-header .woocommerce-breadcrumb span:last-of-type,
body.single-post .post-header .woocommerce-breadcrumb span:last-of-type {
  color: #2D3A6E;
}

body.page .main-bottom-part.desktop,
body.single-service .main-bottom-part.desktop,
body.single-financial-report .main-bottom-part.desktop,
body.single-post .main-bottom-part.desktop {
  margin-top: -80px;
  z-index: 1;
  position: relative;
}
body.page .main-bottom-part .main-article-format,
body.single-service .main-bottom-part .main-article-format,
body.single-financial-report .main-bottom-part .main-article-format,
body.single-post .main-bottom-part .main-article-format {
  border-radius: 15px;
}

body.post-type-archive-product .main-article-format,
body.tax-product_cat .main-article-format,
body.post-type-archive-support-project .main-article-format,
body.post-type-archive-financial-report .main-article-format,
body.post-type-archive-service .main-article-format {
  border-radius: 15px;
}

h2.section-title {
  color: #25282B;
  font-size: 1.125em !important;
}
h2.section-title:before {
  content: "\e92c";
  font-family: "icomoon";
  color: #2D3A6E;
  font-size: 1.2em;
  vertical-align: middle;
  margin-left: -10px;
}

body.page-template-contactpage .main-bottom-part .main-article-format {
  overflow: hidden;
}
body.page-template-contactpage .main-bottom-part .main-article-format .map-wrapper {
  margin: -1rem -1rem 15px;
}
body.page-template-contactpage .main-bottom-part .section-desc {
  font-size: 0.875em;
}
body.page-template-contactpage .main-bottom-part form button[type=submit] {
  width: 100%;
}
body.page-template-contactpage .main-bottom-part form input[type=text],
body.page-template-contactpage .main-bottom-part form input[type=email],
body.page-template-contactpage .main-bottom-part form textarea {
  line-height: 44px;
}

body.page-template-immediate-support main, body.page-template-wallet-charge main {
  max-width: 946px;
  margin: 0 auto;
}
body.page-template-immediate-support .base-info select, body.page-template-wallet-charge .base-info select {
  padding: 10px;
}
body.page-template-immediate-support .amount-preview, body.page-template-wallet-charge .amount-preview {
  background-color: #f2f2f5;
  border-radius: 8px;
  height: 69px;
}
body.page-template-immediate-support .amount-preview .toggler, body.page-template-wallet-charge .amount-preview .toggler {
  background-color: #FFFFFF;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.5em;
  box-shadow: 0px 30px 40px rgba(96, 97, 112, 0.04);
  transition: color 0.3s;
}
body.page-template-immediate-support .amount-preview .toggler:hover, body.page-template-wallet-charge .amount-preview .toggler:hover {
  color: #2D3A6E;
}
body.page-template-immediate-support .amount-preview .value, body.page-template-wallet-charge .amount-preview .value {
  white-space: nowrap;
}
body.page-template-immediate-support .amount-preview .value input, body.page-template-wallet-charge .amount-preview .value input {
  border: unset;
  background-color: unset;
  line-height: 64px;
  display: inline-block;
  width: 100px;
  border: unset;
  padding: 0;
  text-align: center;
  font: inherit;
}
body.page-template-immediate-support .message-lable, body.page-template-wallet-charge .message-lable {
  font-size: 0.6875em;
}
body.page-template-immediate-support .message-lable.has-error, body.page-template-wallet-charge .message-lable.has-error {
  color: #E93C3C;
}
body.page-template-immediate-support .suggested-amount, body.page-template-wallet-charge .suggested-amount {
  background-color: #f2f2f5;
  border-radius: 8px;
  border: 2px solid #f2f2f5;
  line-height: 65px;
  font-size: 0.875em;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}
body.page-template-immediate-support .suggested-amount:hover, body.page-template-immediate-support .suggested-amount.selected, body.page-template-wallet-charge .suggested-amount:hover, body.page-template-wallet-charge .suggested-amount.selected {
  background-color: #EAF7FC;
  color: #31ADE4;
}
body.page-template-immediate-support .suggested-amount.selected, body.page-template-wallet-charge .suggested-amount.selected {
  border: 2px solid #31ADE4;
}
body.page-template-immediate-support button.support-payment, body.page-template-wallet-charge button.support-payment {
  width: 100%;
}

body.single-product .summary {
  float: unset !important;
  width: unset !important;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}
body.single-product .summary #image-gallery-slider {
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  line-height: 0;
  display: none;
}
body.single-product .summary #image-gallery-slider + #image-gallery {
  display: none;
}
body.single-product .summary #image-gallery-slider.slick-initialized {
  display: block;
}
body.single-product .summary #image-gallery-slider.slick-initialized + #image-gallery {
  display: flex;
}
body.single-product .summary .info-part {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
body.single-product .summary .title-part .product_title {
  font-size: 1.125em;
  line-height: 1.58em;
}
body.single-product .summary .terms-part,
body.single-product .summary .sku {
  color: #A0A4A8;
  font-weight: 300;
}
body.single-product .summary .terms-part.mobile,
body.single-product .summary .sku.mobile {
  font-size: 0.875em;
}
body.single-product .summary .terms-part a {
  color: inherit;
}
body.single-product .summary .terms-part a:hover {
  color: #2D3A6E;
}
body.single-product .summary .main-price {
  font-size: 0.75em;
  color: #CACCCF;
}
body.single-product .summary .woocommerce-product-details__short-description p {
  color: #52575C;
  font-size: 0.875em;
  line-height: 2em;
}
body.single-product .summary .stock.low-stock {
  color: #31ADE4;
  font-size: 0.9em;
}
body.single-product .summary .stock.low-stock:before {
  content: "\eaee";
  font-family: "icomoon";
  margin-right: 0.8em;
}
body.single-product .summary .nikan-product-bundled-item .item-data .item-title {
  color: inherit;
}
body.single-product .summary .nikan-product-bundled-item .item-data .item-title:hover {
  color: #2D3A6E;
}
body.single-product .summary .nikan-product-bundled-item .item-data .item-price {
  color: #2D3A6E;
}
body.single-product .summary .price {
  justify-content: center;
  display: flex;
  width: calc(100% - 85px);
  float: right;
  font-size: 1em !important;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
body.single-product .summary .price del {
  order: 2;
  opacity: 1 !important;
  margin: 0 1.5em;
}
body.single-product .summary .price .cn-off-percent {
  height: -moz-fit-content;
  height: fit-content;
  line-height: normal;
  order: 3;
  margin: 0;
  padding: 3px 0;
}
body.single-product .summary .price ins {
  order: 1;
}
body.single-product .summary .quantity {
  margin: 0 !important;
}
body.single-product .summary .quantity input[type=number] {
  width: 100%;
  line-height: 42px;
  border: unset;
  border-radius: 8px;
  padding: 0;
}
body.single-product .summary .quantity input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
body.single-product .summary .footer {
  border-top: 1px solid #CACCCF;
}
body.single-product .summary .footer .aligner {
  margin-bottom: -7px;
}
body.single-product .summary .footer .like-product {
  font-size: 1.3em;
  margin-right: 1em;
  transition: all 0.3s;
  display: inline-block;
  cursor: pointer;
}
body.single-product .summary .footer .like-product .cni-heart {
  color: #bfbfbf;
}
body.single-product .summary .footer .like-product .cni-heart-fill {
  color: #ff0000;
}
body.single-product .summary .footer .like-product .count {
  color: #bfbfbf;
  font-size: 0.7em;
  line-height: 1;
  transform: translateY(-4px);
}
body.single-product .summary .footer .like-product:hover .cni-heart {
  color: #ff0000;
}
body.single-product .summary .footer .like-product:hover .cni-heart-fill {
  color: #df0404;
}
body.single-product .summary .footer .like-product.doing {
  opacity: 0.5;
  pointer-events: none;
}
body.single-product .summary .footer .like-product.doing .cni-heart {
  color: #ff0000;
}
body.single-product .summary .footer .like-product.doing .cni-heart-fill {
  color: #bfbfbf;
}
body.single-product .tab-pane .part-title3:not(:first-child), body.single-product .tab-pane .part-title3.comments-list-title {
  margin-top: 3em;
}
body.single-product .tab-pane .product-attributes {
  color: #52575C;
}
body.single-product .tab-pane .product-attributes .pa-label span,
body.single-product .tab-pane .product-attributes .pa-value span {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
body.single-product .tab-pane .product-attributes .pa-label span {
  background: #ebebf0;
}
body.single-product .tab-pane .product-attributes .pa-value span {
  background: #f2f2f5;
}
body.single-product .tab-pane .product-attributes .pa-value span p {
  font-size: inherit;
  margin-bottom: 0;
}
body.single-product .tab-pane .product-attributes .pa-value span a:hover {
  color: #2D3A6E;
}
body.single-product .tab-pane .comment-rules-part {
  font-size: 0.97em;
}
body.single-product .tab-pane .comment-rules-part > span {
  display: flex;
  font-weight: bold;
  margin-bottom: 25px;
  color: #737373;
  justify-content: space-between;
}
body.single-product .tab-pane .comment-rules-part > span .toggle-rules {
  font-size: 1.5em;
  font-weight: normal;
  cursor: pointer;
  height: 23px;
  transition: all 0.3s;
}
body.single-product .tab-pane .comment-rules-part > span .toggle-rules:hover {
  color: #1E274A;
}
body.single-product .tab-pane .comment-rules-part > span .toggle-rules.active {
  transform: rotate(180deg);
}
body.single-product .tab-pane .comment-rules-part ul {
  color: #adadad;
  font-weight: 300;
  text-align: justify;
}
body.single-product .tab-pane .comment-rules-part ul li {
  position: relative;
  padding-left: 13px;
}
body.single-product .tab-pane .comment-rules-part ul li:before {
  content: "\eacb";
  font-family: "icomoon";
  color: #1E274A;
  font-size: 1.2em;
  position: absolute;
  left: -6px;
}
body.single-product .tab-pane .comment-rules-part ul li.togglable {
  display: none;
}

body.single .share-links {
  font-size: 1.3em;
}
body.single .share-links li {
  line-height: 1;
}
body.single .share-links a {
  color: inherit;
}
body.single .share-links a:hover {
  color: #2D3A6E;
}
body.single .comment-form {
  color: #737373;
}
body.single .comment-form textarea {
  margin-bottom: -9px;
  height: unset !important;
  line-height: 2em;
  padding: 10px 15px;
}
body.single .comment-form .comment-form-rating {
  display: flex;
  flex-wrap: wrap;
}
body.single .comment-form .comment-form-rating > label,
body.single .comment-form .comment-form-rating p.stars {
  display: inline-block;
  margin-bottom: 0 !important;
}
body.single .comment-form .comment-form-rating label[for=rating] {
  font-size: 0.8em;
}
body.single .comment-form .comment-form-rating p.stars {
  float: left;
  font-size: 1.4em;
}
body.single .comment-form .comment-form-rating p.stars span {
  display: flex;
}
body.single .comment-form .comment-form-rating p.stars span a {
  color: #b3b3b3;
  transition: unset;
}
body.single .comment-form .comment-form-rating p.stars span a:before {
  content: "\e959";
  font-family: "icomoon";
}
body.single .comment-form .comment-form-rating p.stars span:hover a {
  color: #31ADE4;
}
body.single .comment-form .comment-form-rating p.stars span:hover a:hover ~ a {
  color: #b3b3b3;
}
body.single .comment-form .comment-form-rating p.stars.selected span a {
  color: #31ADE4;
}
body.single .comment-form .comment-form-rating p.stars.selected span a.active ~ a {
  color: #b3b3b3;
}
body.single .comment-form .comment-form-rating p.stars.selected span:hover a {
  color: #31ADE4 !important;
}
body.single .comment-form .comment-form-rating p.stars.selected span:hover a:hover ~ a {
  color: #b3b3b3 !important;
}
body.single .comment-form input[type=submit] {
  background-color: #5EBFEA !important;
  font-size: 0.875em !important;
  line-height: 2em !important;
  padding: 0.5714em 2.0714em !important;
  border-radius: 0.7142em !important;
  color: #fff !important;
  transition: background-color 0.3s !important;
}
body.single .comment-form input[type=submit]:hover {
  background-color: #31ADE4 !important;
}
body.single div#comments > ol.commentlist,
body.single div#comments ul.children {
  padding: 0;
}
body.single div#comments .review.depth-1 .comment-text {
  margin: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li {
  color: #25282B;
  margin: 0 0 40px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-info .author {
  font-weight: bold;
  max-width: calc(100% - 52px);
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.woocommerce #reviews #comments ol.commentlist li .comment-info .buyer {
  font-size: 0.73em;
  background: #f5f6fa;
  font-weight: bold;
  padding: 1px 12px;
  margin-top: -3px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-info .submit-date {
  color: #25282B;
  font-size: 0.83em;
  margin-top: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating {
  float: unset !important;
  font-size: 1.4em;
  margin-top: 8px;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating:before {
  content: "SSSSS" !important;
  color: #25282B !important;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating span {
  color: #31ADE4;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  padding: 0;
  border-radius: unset;
  border: unset;
  font-size: 0.88em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  font-size: inherit;
  text-align: justify;
  margin-bottom: 0.5em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .actions-area {
  color: #25282B;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .actions-area .like-comment {
  border: 1px solid #adadad;
  padding: 0 9px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .actions-area .like-comment .icon {
  vertical-align: middle;
  font-size: 0.9em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .actions-area .like-comment:hover {
  color: #ff0000;
  border: 1px solid #ff0000;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .actions-area .like-comment.liked .icon,
.woocommerce #reviews #comments ol.commentlist li .comment-text .actions-area .like-comment.liked .label {
  color: #ff0000;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .actions-area .like-comment.doing {
  color: #25282B;
  border: 1px solid #adadad;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .actions-area .like-comment.doing .icon,
.woocommerce #reviews #comments ol.commentlist li .comment-text .actions-area .like-comment.doing .label {
  color: #adadad;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .actions-area .like-comment.doing {
  opacity: 0.5;
  pointer-events: none;
}
.woocommerce #reviews #comments ol.commentlist > li:last-child {
  margin-bottom: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  margin: 20px 0 0 30px;
}

.shop-page-title {
  background: #ffffff;
  padding: 6px 15px;
  min-height: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  font-size: 0.9em;
}
.shop-page-title h1 {
  font-size: inherit;
  margin: 0;
  font-weight: normal;
  color: #737373;
}
.shop-page-title .total-count {
  color: #bdbdbd;
}

.main-sort {
  background: #ffffff;
  padding: 6px 15px;
  font-size: 0.85em;
  border-radius: 10px;
  color: #737373;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}
.main-sort .icon {
  font-size: 1.4em;
  vertical-align: middle;
}
.main-sort .items {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.main-sort .items li {
  position: relative;
  color: #bdbdbd;
  padding: 2px 13px;
  margin: 2px 0;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s;
}
.main-sort .items li:not(:last-child):after {
  content: "";
  background: #f3f3f3;
  width: 1px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: -1px;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.main-sort .items li:hover {
  background: rgb(111.6451612903, 128.5870967742, 196.3548387097);
}
.main-sort .items li.active {
  background: #2D3A6E;
}
.main-sort .items li:hover, .main-sort .items li.active {
  color: #ffffff;
}
.main-sort .items li:hover:after, .main-sort .items li.active:after {
  content: unset;
}

.product-archive-side-box,
.product-archive-side-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 15px 0 0 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}

.product-archive-side-box .head,
.product-archive-side-toggle {
  padding: 0.4em 3.2em 0.4em 0.8em;
  font-size: 0.9em;
  cursor: pointer;
  color: #737373;
}

.product-archive-side-box {
  overflow: hidden;
}
.product-archive-side-box .head {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.product-archive-side-box .head .title {
  pointer-events: none;
}
.product-archive-side-box .head .delete {
  font-size: 0.8em;
  color: #E93C3C;
  transition: color 0.3s;
}
.product-archive-side-box .head .delete:hover {
  color: rgb(171.6359447005, 19.3640552995, 19.3640552995);
}
.product-archive-side-box .head:before {
  content: "";
  position: absolute;
  background: #f3f4f8;
  bottom: -1px;
  width: calc(100% - 1.6em);
  height: 1px;
}
.product-archive-side-box .head:after {
  content: "\e903";
  font-family: "icomoon";
  transition: all 0.3s;
  position: absolute;
  right: 1.5em;
}
.product-archive-side-box.collapsed .head {
  border-bottom: unset;
}
.product-archive-side-box.arrow-collapsed .head:after {
  transform: rotate(180deg);
}
.product-archive-side-box > div {
  max-height: 280px;
  overflow-x: hidden;
  direction: ltr;
  padding: 0 0.8em;
  overflow-y: auto;
}
.product-archive-side-box > div::-webkit-scrollbar {
  width: 7px;
}
.product-archive-side-box > div::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.product-archive-side-box > div::-webkit-scrollbar-thumb {
  background: #b8b7b7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product-archive-side-box > div::-webkit-scrollbar-thumb:hover {
  background: #959595;
}
.product-archive-side-box > div > ul {
  direction: rtl;
  padding: 0.5em 1.7em 0.5em 0;
  margin-bottom: 0;
}
.product-archive-side-box .price-slider-wrapper {
  display: block;
  padding: 1.5em 0.8em 0.8em;
}
.product-archive-side-box .price-slider-wrapper .noUi-horizontal {
  height: 1px;
}
.product-archive-side-box .price-slider-wrapper .noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  right: -6px;
}
.product-archive-side-box .price-slider-wrapper .noUi-target {
  border: unset;
  background: #f3f4f8;
}
.product-archive-side-box .price-slider-wrapper .noUi-connect {
  background: #2D3A6E;
}
.product-archive-side-box .price-slider-wrapper .noUi-handle:before, .product-archive-side-box .price-slider-wrapper .noUi-handle:after {
  content: unset;
}
.product-archive-side-box .price-slider-wrapper .noUi-handle {
  box-shadow: unset;
  border: 1px solid #2D3A6E;
  cursor: pointer;
}
.product-archive-side-box .price-slider-wrapper .noUi-handle:focus {
  outline: 0;
}
.product-archive-side-box .price-slider-wrapper .prices-places {
  text-align: center;
  margin-top: 1em;
  font-size: 0.9em;
  color: #737373;
}
.product-archive-side-box .price-slider-wrapper .prices-places .unit {
  display: block;
  color: #b2b2b2;
}

.term-filter-list .filters-area {
  transition: all 0.3s;
}
.term-filter-list .filters-area .item {
  color: #737373;
  padding: 0 25px 0 5px;
  border: 1px solid #f3f4f8;
  display: inline-block;
  font-size: 0.85em;
  margin: -3px 2px;
  transition: all 0.3s;
  white-space: nowrap;
  max-width: calc(100% - 4px);
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  line-height: 1.8em;
  border-radius: 5px;
}
.term-filter-list .filters-area .item .remove-item {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}
.term-filter-list .filters-area .item:hover {
  color: #1E274A;
}

.taxonomy-term-list ul .children {
  padding-right: 1.7em;
}
.taxonomy-term-list ul {
  list-style-type: none;
  transition: all 0.3s;
}
.taxonomy-term-list ul li {
  position: relative;
  line-height: 2rem;
  color: #737373;
  font-size: 0.85rem;
  transition: color 0.3s;
}
.taxonomy-term-list ul li:before {
  content: "";
  width: 16px;
  border: 1px solid #bcbcbc;
  height: 16px;
  position: absolute;
  right: -24px;
  top: 5px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.taxonomy-term-list ul li .title {
  max-width: calc(100% - 36px);
}
.taxonomy-term-list ul li .count {
  color: #b2b2b2 !important;
}
.taxonomy-term-list ul li .name {
  color: #b2b2b2;
}
.taxonomy-term-list ul li > span {
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}
.taxonomy-term-list ul li.selected {
  color: #737373;
}
.taxonomy-term-list ul li.selected:before {
  border-color: #2D3A6E;
  background-color: #2D3A6E;
}
.taxonomy-term-list ul li.selected:after {
  content: "\e92b";
  font-family: "icomoon";
  position: absolute;
  top: 6px;
  right: -23px;
  color: #ffffff;
  pointer-events: none;
  font-weight: bold;
  line-height: 1;
}
.taxonomy-term-list ul li.selected .name {
  color: #737373;
}
.taxonomy-term-list ul li.hover {
  cursor: pointer;
  color: #1E274A;
}
.taxonomy-term-list ul li.hover:before {
  border-color: #2D3A6E;
}
.taxonomy-term-list ul li.hover .name {
  color: #1E274A;
}
.taxonomy-term-list.has-search ul li > span {
  width: 50%;
}
.taxonomy-term-list.has-search ul li .name {
  direction: ltr;
}
.taxonomy-term-list.has-search ul li .title {
  max-width: unset;
}
.taxonomy-term-list.filtering ul .children {
  padding-right: 0 !important;
}
.taxonomy-term-list.filtering ul li:not(.matched) {
  line-height: 0;
  color: transparent;
  pointer-events: none;
}
.taxonomy-term-list.filtering ul li:not(.matched):before, .taxonomy-term-list.filtering ul li:not(.matched):after {
  content: unset;
}
.taxonomy-term-list.filtering ul li:not(.matched) > span {
  display: none;
}
.taxonomy-term-list.filtering ul li:not(.matched) ul {
  color: initial;
  pointer-events: initial;
}
.taxonomy-term-list.filtering.has-search > div > ul {
  padding-right: 1.7em;
}

.product-archive-side-toggle .toggle {
  background: rgb(233.35, 233.35, 233.35);
  width: 35px;
  display: inline-block;
  height: 15px;
  position: relative;
  vertical-align: sub;
  margin-right: 5px;
  transition: all 0.3s;
  border-radius: 7px;
}
.product-archive-side-toggle .toggle:before {
  content: "";
  position: absolute;
  background: #b0b0b0;
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 1px;
  left: 1px;
  border-radius: 7px;
  transition: all 0.3s;
}
.product-archive-side-toggle .toggle.active {
  background: rgb(111.6451612903, 128.5870967742, 196.3548387097);
}
.product-archive-side-toggle .toggle.active:before {
  left: calc(100% - 14px);
  background: #2D3A6E;
}

.waitable-element.waiting {
  opacity: 0.4 !important;
  pointer-events: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.theme-button.load-more {
  cursor: pointer;
}

.single-post .article-list .accordion .accordion-item {
  border-radius: 15px;
  border: unset;
  overflow: hidden;
}
.single-post .article-list .accordion .accordion-item .accordion-button {
  padding: 2rem 1.5rem;
}
.single-post .article-list .accordion .accordion-item .accordion-button:after {
  content: unset !important;
}
.single-post .article-list .accordion .accordion-item .accordion-button .icon-arrow-up-2 {
  transition: all 0.5s;
}
.single-post .article-list .accordion .accordion-item .accordion-button:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}
.single-post .article-list .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #25282B;
  box-shadow: unset !important;
  font-weight: 400;
}
.single-post .article-list .accordion .accordion-item .accordion-body {
  padding: 0 1.25rem 1rem;
  font-size: 0.875em;
}
.single-post .article-list .accordion .accordion-item .accordion-body ul li a {
  color: #52575C;
}
.single-post .article-list .accordion .accordion-item .accordion-body ul li a:hover {
  color: #2D3A6E;
}
.single-post .article-list .accordion .accordion-item .accordion-body ul li::marker {
  font-size: 0.75rem;
  color: #A0A4A8;
}
.single-post .main-bottom-part {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}
.single-post .main-bottom-part .cn-tags-list {
  display: flex;
  flex-wrap: wrap;
}
.single-post .main-bottom-part .cn-tags-list a[rel=tag] {
  border: unset !important;
  background-color: #ebebf0;
  color: #52575C !important;
  line-height: 1.7;
  font-size: 0.85em;
  padding: 0 0.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: unset !important;
  border-radius: 6px;
}
.single-post .main-bottom-part .cn-tags-list a[rel=tag]:hover {
  color: #1E274A;
}
.single-post .main-bottom-part .cn-tags-list a[rel=tag]:not(:last-child) {
  margin-right: 1em;
}
.single-post .main-bottom-part #review_form_wrapper .part-title3 {
  position: relative;
  font-weight: 800;
  font-size: 1.125rem;
  border-bottom: unset !important;
  color: #25282B !important;
  padding-right: 1.25rem;
  margin-bottom: unset !important;
  padding-bottom: unset !important;
}
.single-post .main-bottom-part #review_form_wrapper .part-title3:after {
  content: "";
  position: absolute;
  background: #2D3A6E;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  bottom: 50%;
  left: 0;
}
.single-post .main-bottom-part #review_form_wrapper .comments {
  font-size: 0.875rem;
}
.single-post .main-bottom-part #review_form_wrapper #review_form .gglcptch {
  width: 304px;
}
.single-post .main-bottom-part #review_form_wrapper #review_form #submit {
  background-color: #5EBFEA;
  color: #fff;
  height: 42px;
  font-weight: 500;
  transition: background-color 0.3s;
}
.single-post .main-bottom-part #review_form_wrapper #review_form #submit:hover {
  background-color: #31ADE4;
}
.single-post .main-bottom-part #comments .part-title3 {
  position: relative;
  font-weight: 800;
  font-size: 1.125rem;
  border-bottom: unset !important;
  padding-right: 1.25rem;
  padding-bottom: unset !important;
  color: #25282B !important;
}
.single-post .main-bottom-part #comments .part-title3:after {
  content: "";
  position: absolute;
  background: #2D3A6E;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  bottom: 50%;
  left: 0;
}
.single-post .cn-posts-comment .gglcptch {
  display: none;
  margin: 0 !important;
  padding: 0;
}
.single-post .cn-posts-comment .cn-google-captcha .gglcptch {
  display: block;
}
.single-post .cn-posts-comment .cn-google-captcha .gglcptch > div > div {
  width: 100% !important;
  height: 100px !important;
}
.single-post .cn-posts-comment .cn-google-captcha .gglcptch > div > div iframe {
  width: 100%;
}
.single-post .cn-posts-comment .comment-info .author {
  max-width: unset !important;
}
.single-post aside .sidebar-title {
  font-weight: 800;
  font-size: 1.125rem;
}
.single-post aside .recent-posts {
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}
.single-post aside .new-articles li .thumbnail-img > a {
  display: block;
  height: 50px;
  width: 50px;
  position: relative;
  margin: 0 auto;
}
.single-post aside .new-articles li .thumbnail-img > a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
.single-post aside .new-articles li .item-title {
  color: #52575C;
  font-weight: 300;
  font-size: 0.875rem;
}
.single-post aside .new-articles li:hover .item-title {
  color: #2D3A6E;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: unset;
  float: unset;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  color: #737373;
  position: sticky;
  border-radius: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .avatar {
  font-size: 43px;
  color: #a6a6a6;
  display: flex;
  align-items: flex-end;
}
.woocommerce-account .woocommerce-MyAccount-navigation .user-details {
  width: calc(100% - 43px);
}
.woocommerce-account .woocommerce-MyAccount-navigation .user-details .name {
  color: #25282B;
  font-weight: bold;
  font-size: 1em;
}
.woocommerce-account .woocommerce-MyAccount-navigation .user-details .email {
  direction: ltr;
  font-size: 0.87em;
}
.woocommerce-account .woocommerce-MyAccount-navigation .user-details .name,
.woocommerce-account .woocommerce-MyAccount-navigation .user-details .email {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  border-top: 1px solid #eaebef;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  line-height: 2.7em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #25282B;
  font-size: 0.9em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a .icon {
  font-size: 1.3em;
  vertical-align: sub;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #31ADE4;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  border-top: 1px solid #eaebef;
  margin-top: 5px;
  padding-top: 7px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  color: #E93C3C;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #31ADE4;
}
.woocommerce-account table.woocommerce-MyAccount-orders .button {
  height: unset !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell a {
  border-radius: 5px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .gift-tree-print {
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 5px;
  background-color: #1e274a;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title {
  display: flex;
  align-items: baseline;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h3 {
  color: #25282B;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title .edit {
  border-radius: 8px;
  background-color: #f2f2f5;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title .edit:hover i {
  color: #2D3A6E;
}
.woocommerce-account .woocommerce-Addresses address {
  font-size: 0.9em;
}
.woocommerce-account .addresses .title h3 {
  font-size: 1em !important;
}
.woocommerce-account .addresses .title .edit {
  font-size: 0.9em;
  margin-left: auto;
}
.woocommerce-account em {
  font-size: 0.85em;
}

body.error404 .error404-sec {
  border-radius: 15px;
}
body.error404 .first-message {
  line-height: 2.3em;
  color: #52575C;
}
body.error404 .search {
  padding: 0 2.25rem;
}
body.error404 .woocommerce-breadcrumb span {
  padding: 0 4px;
}
body.error404 .woocommerce-breadcrumb span:last-of-type {
  color: #2D3A6E;
}
body.error404 .box {
  background-color: #f2f2f5;
  border-radius: 10px;
  color: #52575C;
}

body.woocommerce-cart a.remove {
  font-size: 1em;
  font-weight: unset;
  color: unset !important;
}
body.woocommerce-cart a.remove::before {
  content: "\e927";
  font-family: "icomoon" !important;
}
body.woocommerce-cart a.remove:hover {
  color: red !important;
  background: unset;
}
body.woocommerce-cart .quantity {
  max-width: 138px;
  margin: 0 auto;
  background-color: #f2f2f5;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 8px;
}
body.woocommerce-cart .quantity input {
  border: unset;
  background-color: #f2f2f5;
}
body.woocommerce-cart .quantity {
  /* Chrome, Safari, Edge, Opera */
}
body.woocommerce-cart .quantity input::-webkit-outer-spin-button,
body.woocommerce-cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart .quantity {
  /* Firefox */
}
body.woocommerce-cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
body.woocommerce-cart .quantity i {
  width: 30px;
  line-height: 30px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1em;
  transition: color 0.3s;
  text-align: center;
}

.woocommerce form .form-row {
  position: relative;
  margin: 0 0 16px;
}
.woocommerce form .form-row label {
  position: absolute;
  top: -10px;
  padding: 0 10px;
  margin: 0 10px;
  background: #fff;
  z-index: 1;
  font-weight: 300;
  font-size: 0.875em;
  color: #25282B;
}
.woocommerce form .form-row label.checkbox {
  background: unset;
}
.woocommerce form .form-row input {
  color: #25282B;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last {
  width: 100%;
}
.woocommerce form .woocommerce-input-wrapper input {
  height: 42px !important;
}
.woocommerce form .woocommerce-input-wrapper textarea {
  padding: 14px 0 10px;
}
.woocommerce form .select2-container .select2-selection--single {
  height: 42px;
  border-radius: 8px;
}
.woocommerce form .select2-container .select2-selection__rendered {
  line-height: 42px;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
  padding: 14px 10px 10px;
}
.woocommerce table.shop_table thead {
  background-color: #f2f2f5;
}
.woocommerce table.shop_table th {
  font-weight: 500;
  font-size: 0.9em;
}
.woocommerce table.shop_table td {
  color: #1E274A;
  font-size: 0.9em;
}
.woocommerce table.shop_table tbody tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  font-weight: 300;
}
.woocommerce table.shop_table tfoot th label,
.woocommerce table.shop_table tfoot td label {
  font-weight: 300;
}
.woocommerce table.shop_table tfoot tr.order-total {
  background: #1ab759;
  color: #fff;
}

#employment-form input[type=file] {
  color: transparent;
  display: none;
}
#employment-form .file {
  cursor: pointer;
  border-radius: 8px;
  background-color: #eaf7fc;
  color: #31ade4;
  width: 120px;
}
#employment-form select {
  background: url(./images/chevron-down.png) 10px/12px no-repeat #fff;
  line-height: 26px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#employment-form .not-required {
  top: -14px;
  line-height: 1;
  font-size: 0.7em;
}

.certificates {
  width: 80px;
  height: 80px;
}

.patern-tree {
  position: relative;
}
.patern-tree .img-pattern {
  height: 880px;
}
.patern-tree .print-tree-box {
  top: 3%;
  left: 0;
  right: 0;
  width: 545px;
  height: 830px;
  position: absolute;
  margin-bottom: 50px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #52575c;
}
.patern-tree .print-tree-box .print-tree-title {
  font-size: 32px;
  color: #33a533;
  font-weight: 500;
}
.patern-tree .print-tree-box .tree-details {
  direction: rtl;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
}
.patern-tree .print-tree-box img {
  width: 484x;
  height: 370px;
}
.patern-tree .print-tree-box .tree-plant-site,
.patern-tree .print-tree-box .tree-plant-coordinate {
  width: 75%;
  height: 45px;
  display: flex;
  direction: rtl;
  margin: 8px auto;
  border-radius: 8px;
  align-items: center;
  border: 1px solid #52575c;
}
.patern-tree .print-tree-box .tree-plant-site .plant-site-title,
.patern-tree .print-tree-box .tree-plant-site .plant-coordinates-title,
.patern-tree .print-tree-box .tree-plant-coordinate .plant-site-title,
.patern-tree .print-tree-box .tree-plant-coordinate .plant-coordinates-title {
  font-size: 16px;
  font-weight: 600;
}
.patern-tree .print-tree-box .tree-plant-site {
  color: #33a533;
}
.patern-tree .print-tree-box .tree-message {
  direction: rtl;
  align-items: center;
}
.patern-tree .print-tree-box .document-logo {
  left: 4%;
  bottom: 1%;
  width: 120px;
  height: 50px;
  position: absolute;
}
.patern-tree .print-tree-box .document-text {
  right: 8%;
  width: 160px;
  bottom: -3px;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
}
.patern-tree .print-tree-box .small-tree {
  right: 5%;
  width: 50px;
  bottom: 25px;
  height: 70px;
  position: absolute;
}
.patern-tree .print-tree-box .qr-code-provices {
  right: 16%;
  bottom: 3%;
  position: absolute;
}
.patern-tree .print-tree-box .qr-code-provices img {
  width: 80px;
  height: 80px;
}
.patern-tree .print-tree-box .website-link {
  left: 0;
  right: 25px;
  bottom: -13px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  position: absolute;
}
.patern-tree .print-tree-box .website-link a {
  color: #52575c;
}

.woocommerce-order {
  position: relative;
}
.woocommerce-order .download-document {
  left: 0;
  top: 19%;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}
.woocommerce-order .download-document button {
  border: unset;
  color: #fff;
  padding: 5px 8px;
  border-radius: 8px;
  background-color: dodgerblue;
}
.woocommerce-order .send-link #gift-tree-phone,
.woocommerce-order .send-link #gift-tree-email,
.woocommerce-order .send-link-email #gift-tree-phone,
.woocommerce-order .send-link-email #gift-tree-email {
  width: 220px;
  margin-left: 10px;
}
.woocommerce-order .send-link .gift-tree-save,
.woocommerce-order .send-link .gift-tree-save-email,
.woocommerce-order .send-link-email .gift-tree-save,
.woocommerce-order .send-link-email .gift-tree-save-email {
  width: 100px;
  border: unset;
  color: #fff;
  border-radius: 8px;
  background-color: dodgerblue;
}

#print-product-btn {
  position: fixed;
  right: 0;
  border: unset;
  color: #ffffff;
  padding: 30px 8px;
  width: 110px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  background-color: #808080;
  top: 40%;
}
#print-product-btn:hover {
  background-color: #403f3f;
}

@media print {
  #print-product-btn {
    display: none;
  }
}
@media (min-width: 576px) {
  .home-blog-part a.button {
    display: none !important;
  }
  #home-blog #home-blog-slider {
    height: 290px;
  }
  footer .main-part .footer-column.two-style ul {
    -moz-column-count: 2;
         column-count: 2;
  }
  .image-gallery.with-slider .gallery-image-item, .image-gallery.with-slider .load-more-photos {
    height: 73px;
  }
  .image-gallery.with-slider .load-more-photos {
    line-height: 73px;
  }
}
@media (min-width: 768px) {
  html {
    overflow-x: unset;
  }
  .home-part {
    margin-top: 100px;
  }
  .home-part .part-subtitle {
    font-size: 1em;
  }
  #home-top-slider {
    border-radius: 0 0 20px 20px;
  }
  #home-top-slider button#hero-next-section {
    position: absolute;
    bottom: 0;
    left: 0;
    border: unset;
    background-color: rgba(255, 255, 255, 0.5);
    height: 64px;
    line-height: 1;
    width: 64px;
    color: #52575C;
    font-size: 1.4em;
    border-radius: 0 20px 0 20px;
    transition: background-color 0.3s, color 0.3s;
    pointer-events: all;
  }
  #home-top-slider button#hero-next-section:hover {
    background-color: #2D3A6E;
    color: #FFFFFF;
  }
  #home-top-slider .slick-slide .slide-details {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 180px;
  }
  #home-top-slider .slick-slide .slide-details .short-text {
    font-size: 1em;
  }
  #home-top-slider .slick-slide .slide-details .main-text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 60%;
    font-size: 1.5em;
    line-height: 2.08em;
  }
  #home-top-slider .slick-slide .slide-details .link {
    position: absolute;
    bottom: 0;
  }
  #home-top-slider .slick-slide .slide-details .link > span {
    color: inherit;
    font-size: 0.875em;
    transition: color 0.25s;
    cursor: pointer;
  }
  #home-top-slider .slick-slide .slide-details .link > span span {
    font-size: 0.8em;
  }
  #home-top-slider .slick-slide .slide-details .link > span:hover {
    color: #2D3A6E;
  }
  #home-slider-overlayer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  #home-slider-overlayer .socials-wrapper {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: -moz-fit-content;
    height: fit-content;
    pointer-events: all;
  }
  #home-slider-overlayer .socials-wrapper .social-networks li a {
    color: #FFFFFF;
  }
  #home-slider-overlayer .socials-wrapper .social-networks li a:hover {
    color: #2D3A6E;
  }
  #home-about {
    min-height: 300px;
  }
  #home-about .part-title {
    font-weight: bold;
    font-size: 1.5em;
  }
  #home-about p {
    font-size: 1em;
    line-height: 2.2em;
  }
  #home-about .linked-pages {
    position: relative;
    bottom: unset;
    left: unset;
    font-size: 0.875em;
  }
  #home-about .linked-pages a {
    color: #FFFFFF;
  }
  #home-about .linked-pages a:hover {
    color: #2D3A6E;
  }
  #home-help-ways .main-part .banks-logos button:after {
    content: "\e903";
    font-family: "icomoon";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: #CACCCF;
    transition: transform 0.3s, color 0.3s;
  }
  #home-help-ways .main-part .banks-logos button.active:after {
    color: #2D3A6E;
    transform: rotate(180deg);
  }
  #home-blog {
    margin-bottom: 170px;
  }
  #home-blog #home-blog-slider {
    height: 232px;
    margin: 0;
  }
  #home-blog #home-blog-slider .slide {
    width: 25%;
  }
  #home-blog #home-blog-slider .slide[data-pos="6"] {
    left: -25%;
  }
  #home-blog #home-blog-slider .slide[data-pos="0"] {
    left: 0;
  }
  #home-blog #home-blog-slider .slide[data-pos="1"] {
    left: calc(25% + 20px);
    width: calc(50% - 40px);
  }
  #home-blog #home-blog-slider .slide[data-pos="2"] {
    left: 75%;
  }
  #home-blog #home-blog-slider .arrows {
    bottom: 70px;
  }
  #home-optional-join .gallery {
    width: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  #home-optional-join .gallery .dots-graphic {
    position: absolute;
    right: -40px;
    bottom: -50px;
  }
  #home-target p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 50% 125px 0;
    transform: translateX(50%);
  }
  body.page .post-header.desktop, body.archive .post-header.desktop, body.single-service .post-header.desktop, body.single-financial-report .post-header.desktop, body.search .post-header.desktop, body.blog .post-header.desktop, body.single-post .post-header.desktop {
    height: 300px;
  }
  body.page .post-header.desktop h1, body.archive .post-header.desktop h1, body.single-service .post-header.desktop h1, body.single-financial-report .post-header.desktop h1, body.search .post-header.desktop h1, body.blog .post-header.desktop h1, body.single-post .post-header.desktop h1 {
    font-size: 2em;
    line-height: 2em;
  }
  body.page-template-contactpage .main-bottom-part .contact-info .info-item {
    font-size: 1rem;
  }
  body.page-template-contactpage .main-bottom-part form button[type=submit] {
    width: unset;
  }
  .woocommerce #reviews #comments ol.commentlist ul.children {
    margin: 20px 0 0 50px;
  }
  body.single-support-project .post-header {
    max-height: 760px;
  }
  body.single-support-project .post-header .info-wrapper li {
    min-width: 310px;
  }
  body.single-support-project #support-form {
    border-radius: 15px;
    box-shadow: 0px 10px 60px rgba(37, 40, 43, 0.1);
  }
  body.single-support-project .main-bottom-part {
    margin-top: 210px;
  }
  body.single-support-project .main-bottom-part.start-camp {
    margin-top: 475px !important;
  }
}
@media (min-width: 992px) {
  .col-lg-1of5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  header.site-header .site-nav-wrapper {
    position: relative;
  }
  header.site-header .actions-list > li.user-menu-wrapper {
    position: unset;
    right: unset;
  }
  header.site-header .actions-list .dropdown-menu {
    transform: translate(-149px, 29px);
  }
  body.scrolled header.site-header {
    line-height: 64px;
  }
  body.scrolled #site-navigation #main-menu > li.current-menu-item > a:before {
    bottom: -10px !important;
  }
  #site-navigation {
    position: relative;
    visibility: visible;
    opacity: 1;
    background-color: unset;
    top: unset;
  }
  #site-navigation #main-menu {
    width: -moz-fit-content;
    width: fit-content;
    overflow: unset;
    max-height: unset;
    display: flex;
    flex-wrap: wrap;
  }
  #site-navigation #main-menu a {
    font-size: 16px;
  }
  #site-navigation #main-menu a:hover {
    color: #2D3A6E !important;
  }
  #site-navigation #main-menu > li {
    position: relative;
    padding: 0 0.8em;
  }
  #site-navigation #main-menu > li > a {
    border-bottom: unset;
    line-height: 1;
    display: inline-block;
    text-align: center;
    padding: 0 !important;
  }
  #site-navigation #main-menu > li.menu-item-has-children > a:after {
    content: "\e903";
    font-family: "icomoon";
    font-size: 0.95em;
    vertical-align: top;
    margin-left: 0.2em;
  }
  #site-navigation #main-menu > li:after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    background-color: transparent;
    transition: width 0.4s, background-color 0.4s;
  }
  #site-navigation #main-menu:hover > li.current-menu-item:not(:hover):after, #site-navigation #main-menu:hover > li.current-menu-ancestor:not(:hover):after {
    width: 0;
    background-color: transparent;
  }
  #site-navigation #main-menu li .sub-menu-toggle {
    display: none;
  }
  #site-navigation #main-menu .sub-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 236px;
    z-index: 1;
    border-bottom: unset;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s;
  }
  #site-navigation #main-menu .sub-menu a {
    background: #ffffff;
    line-height: 38px;
    padding-left: 1em !important;
    padding-right: 1.7em !important;
  }
  #site-navigation #main-menu .sub-menu > li:last-child > a {
    border-radius: 0 0 8px 8px;
    border-bottom: unset;
  }
  #site-navigation #main-menu .sub-menu .menu-item-has-children > a:after {
    content: "\e90d";
    font-family: "icomoon";
    font-size: 0.95em;
    position: absolute;
    right: 1em;
    top: 0;
  }
  #site-navigation #main-menu .sub-menu .sub-menu {
    left: calc(100% + 1px);
    top: 0;
  }
  #site-navigation #main-menu .sub-menu .sub-menu > li:first-child > a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  #site-navigation #main-menu .sub-menu .sub-menu a {
    padding-left: 1em !important;
    padding-right: 1.7em !important;
  }
  #site-navigation #main-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 1em !important;
    padding-right: 1.7em !important;
  }
  #site-navigation #main-menu .menu-item-has-children {
    position: relative;
  }
  #site-navigation #main-menu .menu-item-has-children:hover > a {
    color: #2D3A6E;
  }
  #site-navigation #main-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  #site-navigation #main-menu > li.mega-menu.menu-item-has-children {
    position: unset;
  }
  #site-navigation #main-menu > li.mega-menu.menu-item-has-children > .sub-menu {
    width: 100%;
    left: 0;
    padding-left: 15px;
    border-bottom: 1px solid #e6e6e6;
    max-height: 435px;
    overflow-y: auto;
    pointer-events: none;
  }
  #site-navigation #main-menu > li.mega-menu.menu-item-has-children > .sub-menu > li {
    width: calc(25% - 15px);
    margin: 0 15px 15px 0;
    float: left;
  }
  #site-navigation #main-menu > li.mega-menu.menu-item-has-children > .sub-menu > li > a {
    font-weight: bold;
    border-bottom: 2px solid #1E274A;
    color: #1E274A !important;
  }
  #site-navigation #main-menu > li.mega-menu.menu-item-has-children > .sub-menu > li > .sub-menu {
    position: unset;
    border: unset;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  #site-navigation #main-menu > li.mega-menu.menu-item-has-children > .sub-menu li.menu-item-has-children > a:after {
    content: unset;
  }
  #site-navigation #main-menu > li.mega-menu.menu-item-has-children > .sub-menu li > a {
    padding-right: 1em !important;
  }
  #site-navigation #main-menu > li.mega-menu.menu-item-has-children:hover > .sub-menu {
    pointer-events: all;
  }
  #home-top-slider .slick-dots li {
    width: 27px;
  }
  #home-top-slider .slick-dots li:nth-child(1) button:after {
    content: "01";
  }
  #home-top-slider .slick-dots li:nth-child(2) button:after {
    content: "02";
  }
  #home-top-slider .slick-dots li:nth-child(3) button:after {
    content: "03";
  }
  #home-top-slider .slick-dots li:nth-child(4) button:after {
    content: "04";
  }
  #home-top-slider .slick-dots li:nth-child(5) button:after {
    content: "05";
  }
  #home-top-slider .slick-dots li button:after {
    color: #d3d3d3;
    position: absolute;
    top: -4px;
    right: 0;
    left: 0;
    font-weight: 100;
    font-size: 0.9rem;
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  #home-top-slider .slick-dots li.slick-active button:after, #home-top-slider .slick-dots li:hover button:after {
    opacity: 1;
  }
  #home-slider-overlayer .slider-navigator {
    position: absolute;
    bottom: 20px;
    pointer-events: all;
  }
  #home-slider-overlayer .slider-navigator button {
    border: unset;
    height: 36px;
    width: 36px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    color: #52575C;
    transition: background-color 0.3s, color 0.3s;
    font-size: 1.1em;
  }
  #home-slider-overlayer .slider-navigator button span {
    vertical-align: middle;
  }
  #home-slider-overlayer .slider-navigator button:hover {
    background-color: #2D3A6E;
    color: #FFFFFF;
  }
  #home-slider-overlayer .socials-wrapper {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: -moz-fit-content;
    height: fit-content;
    pointer-events: all;
  }
  #home-slider-overlayer .socials-wrapper .follow-us {
    color: #fff;
    transform: rotate(180deg);
    writing-mode: tb;
    font-size: 0.875em;
  }
  #home-services .items li a {
    background-color: unset;
    box-shadow: none;
    font-weight: 300;
    font-size: 1em;
  }
  #home-services .items li a:before {
    width: 3px;
    height: 3px;
    background-color: #A0A4A8;
    transition: all 0.3s;
  }
  #home-services .items li a:after {
    content: unset;
  }
  #home-services .items li a:hover, #home-services .items li a.selected {
    color: #2D3A6E;
  }
  #home-services .items li a:hover:before, #home-services .items li a.selected:before {
    background-color: #2D3A6E;
    transform: scale(1.665);
  }
  #home-services .content-wrapper {
    height: 225px;
    border-radius: 20px 0 0 20px;
    padding: 1.6em 2em 0.9em 2em;
    box-shadow: 0px 10px 60px rgba(37, 40, 43, 0.1);
  }
  #home-services .content-wrapper .info {
    display: none;
    height: 100%;
    position: relative;
  }
  #home-services .content-wrapper .info p {
    font-size: 0.75em;
    text-align: justify;
    line-height: 2em;
    max-height: 120px;
    overflow: hidden;
    color: #52575C;
  }
  #home-services .content-wrapper .info a {
    font-size: 0.875em;
    line-height: 2em;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 0;
  }
  #home-services .content-wrapper .info.selected {
    display: block;
  }
  #home-services .slides {
    position: relative;
    overflow: hidden;
    height: 297px;
  }
  #home-services .slides img {
    width: auto;
    height: 60px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 15px;
    transition: all 0.5s;
  }
  #home-services .slides img[data-pos="0"] {
    z-index: 5;
    height: 120%;
    left: -230px;
  }
  #home-services .slides img[data-pos="1"] {
    z-index: 4;
    left: 0;
    height: calc(100% - 30px);
  }
  #home-services .slides img[data-pos="2"] {
    z-index: 3;
    left: 60px;
    height: calc(100% - 60px);
    filter: grayscale(100%) brightness(70%);
  }
  #home-services .slides img[data-pos="3"] {
    z-index: 2;
    left: 120px;
    height: calc(100% - 90px);
    filter: grayscale(100%) brightness(60%);
  }
  #home-services .slides img[data-pos="4"] {
    z-index: 1;
    left: 180px;
    height: calc(100% - 120px);
    filter: grayscale(100%) brightness(50%);
  }
  #home-services .slides img[data-pos="5"] {
    left: 240px;
    height: calc(100% - 150px);
    filter: grayscale(100%) brightness(40%);
  }
  #home-services .slides img[data-pos="1"], #home-services .slides img[data-pos="2"], #home-services .slides img[data-pos="3"], #home-services .slides img[data-pos="4"] {
    opacity: 1;
    visibility: visible;
  }
  #home-sponsors {
    min-height: 312px;
  }
  #home-sponsors .main-sponsors::after {
    content: unset;
  }
  #home-sponsors .be-sponsor {
    color: #52575C;
  }
  .w-lg-50 {
    width: 50%;
  }
  #home-help-ways {
    margin-top: 123px;
  }
  #home-help-ways svg {
    bottom: unset;
    top: 90px;
  }
  #home-blog #home-blog-slider {
    height: 303px;
  }
  footer .main-part {
    padding: 2rem !important;
  }
  footer .main-part > .row.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  footer .main-part .footer-column.two-style .col-title {
    padding: 0;
    cursor: unset;
    background-color: unset;
    line-height: unset;
    border-radius: unset;
  }
  footer .main-part .footer-column.two-style .col-title:after {
    content: unset;
  }
  footer .main-part .footer-column.two-style ul {
    padding: 0;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    -moz-column-count: 1;
         column-count: 1;
  }
  footer .phone-popover {
    position: fixed;
    right: 4%;
    bottom: 40px;
    height: 42px;
    width: 42px;
    border-radius: 10px;
    z-index: 5;
  }
  footer .phone-popover .icon-calling {
    position: absolute;
    right: 0;
    background-color: #1AB759;
    color: #ffffff;
    width: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 1.5em;
    border-radius: 10px;
    transition: background-color 0.3s;
  }
  footer .phone-popover .phone-details {
    position: absolute;
    right: calc(100% + 10px);
    white-space: nowrap;
    background-color: #ffffff;
    color: #52575C;
    line-height: 42px;
    border-radius: 10px;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  footer .phone-popover:hover .icon-calling {
    background-color: rgb(19.6555023923, 138.3444976077, 67.2822966507);
  }
  footer .phone-popover:hover .phone-details {
    opacity: 1;
    visibility: visible;
  }
  footer .go-to-top {
    bottom: 40px;
  }
  body.page-template-immediate-support button.support-payment, body.page-template-wallet-charge button.support-payment {
    width: unset;
  }
  .single-post aside {
    margin-top: -37px;
  }
  .single-post aside .next-post {
    position: sticky;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .single-post aside .next-post.show {
    opacity: 1;
    visibility: visible;
  }
  #snackbar-container {
    bottom: 21px;
  }
  body.single-support-project .post-header {
    max-height: 413px;
  }
  body.single-support-project .post-header.start-camp {
    max-height: 395px !important;
  }
  body.single-support-project .post-header .info-wrapper li {
    min-width: 132px;
  }
  body.single-support-project .post-header .info-wrapper li::after {
    top: 99%;
  }
  body.single-support-project .main-bottom-part {
    margin-top: 240px;
  }
  body.single-support-project .main-bottom-part.start-camp {
    margin-top: 385px !important;
  }
  body.single-support-project .camp:after {
    content: unset;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last {
    width: 50%;
  }
  .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table thead tr th:first-child {
    width: 75%;
  }
  .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr td:first-child {
    width: 75%;
  }
  .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr th:first-child {
    width: 75%;
  }
}
@media only screen and (min-device-width: 1025px) {
  #home-sponsors .be-sponsor {
    margin-top: 95px;
    padding: 0.5em;
  }
}
@media (min-width: 1200px) {
  #home-top-slider {
    max-width: 1366px;
  }
  #home-top-slider .slick-slide .slide-details .main-text {
    max-width: 40%;
  }
  #home-blog #home-blog-slider {
    height: 350px;
  }
  #home-sponsors .be-sponsor {
    padding: 1.25em;
  }
  body.single-support-project .main-bottom-part .nav-tabs {
    display: none;
  }
  body.single-support-project .main-bottom-part {
    margin-top: 0px;
  }
  body.single-support-project .main-bottom-part.start-camp {
    margin-top: 475px !important;
  }
}
@media (min-width: 1300px) {
  body.single-support-project .post-header.start-camp {
    max-height: 430px !important;
  }
}
@media (min-width: 1400px) {
  #home-blog #home-blog-slider {
    height: 401px;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}/*# sourceMappingURL=style.css.map */