
.cityclass {    	filter: brightness(3.19) contrast(1.11) invert(1) hue-rotate(122deg) saturate(2.01) sepia(1) !important;}

/* -----------------  background ----------------------*/
body {    background: #fafafd;    position: relative;    overflow-x: hidden;}
body::before,
body::after {    content: "";    position: fixed;     width: 350px;    height: 350px;    border-radius: 50%;    filter: blur(100px);    opacity: 0.65;    pointer-events: none;    z-index: -1; }
body::before {    background: rgba(37, 99, 235, 0.12);     top: 150px;    right: 90px;}
body::after {    background: rgba(37, 99, 235, 0.09);     bottom: 100px;    left: 140px;}
/* -----------------  background ----------------------*/

a {     text-decoration: none !important; }
*:focus:not(:focus-visible) {  outline: none;  box-shadow: none;}
*:focus-visible {  outline: 2px solid #E9EFFD !important;}

.justext p {
  text-align: justify;
  text-align-last: right;
  direction: rtl;
  unicode-bidi: plaintext;}

.myboxpadding {
  border: 1px solid #e9effd !important;
  border-radius: 3px ;
  box-shadow: 0 0 12px 0 rgba(37, 99, 235, 0.08) ;
  background: #fff ;
  line-height: 1em;
  padding:15px 25px;}
@media (max-width: 768px) {  .myboxpadding {    padding: 13px;   }}

  
  
  
.mybox {
  border: 1px solid #e9effd !important;
  border-radius: 3px ;
  box-shadow: 0 0 12px 0 rgba(37, 99, 235, 0.08) ;
  background: #fff ;
  line-height: 1em;}
  
  
.glassbackground {
  backdrop-filter: blur(5px) saturate(150%) ;}

.singleline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}





/* -----------------  single product Start ----------------------*/
/* --------------------  breadcrumb ------------------------- */
 .woocommerce-breadcrumb  {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
  margin-right: 15px !important;
    white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;}
.wp-block-breadcrumbs .woocommerce-breadcrumb a {  font-weight: 400;}
/* --------------------  breadcrumb ------------------------- */
/* -----------------  star ---------------------- */
.wp-block-woocommerce-product-rating a {
  display: none;}
.wc-block-grid__product-rating__stars span span.rating {
  color: #2563eb;}
/* -----------------  star ---------------------- */
/* -----------------  single product ----------------------*/
/* --------------------------------------------------------*/



/* -----------------  single post -------------------------*/
/* -----------------  time to read post ----------------------*/
.timetoreadclass2::after {  content: " زمان مطالعه ";}
.timetoreadclass2 {
  font-size: 12px;
  font-weight: 500;
  color: #2563eb;}
/* -----------------  table of content ----------------------*/
.uagb-toc__list-wrap ul,
.uagb-toc__list-wrap ol {
  padding-right: 0 !important;
  margin-right: 0 !important;
  list-style: none;}
.uagb-toc__list-wrap li {
  padding-right: 0 !important;
  margin-right: 0 !important;}
.uagb-toc__list-wrap a {
  display: block;
  text-align: right;}
/* -----------------  tag ----------------------*/
.beforeclass::before {
  content: " برچسب‌ها : ";}
.beforeclass {
  font-size: 12px;
  font-weight: 500;
  color: #2563eb;}
/* -----------------  single post -------------------------*/



/* -----------------------------------------
   SHINE seotext
----------------------------------------- */
:root {
  --shine-rgb: 0, 0, 0;
  --shine-mid-alpha: .25;}

@keyframes irwMaskShine300Pause {  0% {
    mask-position: 100% 0;  }  70% {    mask-position: -200% 0;  }  100% {    mask-position: -200% 0;  }}
.sunshine img {
  -webkit-mask-image: linear-gradient(-60deg, rgba(var(--shine-rgb), 1) 30%, rgba(var(--shine-rgb), var(--shine-mid-alpha)) 40%, rgba(var(--shine-rgb), 1) 50%);
  mask-image: linear-gradient(-60deg, rgba(var(--shine-rgb), 1) 30%, rgba(var(--shine-rgb), var(--shine-mid-alpha)) 40%, rgba(var(--shine-rgb), 1) 50%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  mask-position: 100% 0;
  animation: irwMaskShine300Pause 9s linear infinite;}
@keyframes textShine {
  0% {    background-position: -40% 0;  }  50% {    background-position: 130% 0;  }  100% {    background-position: -40% 0;  }}
.seotext a {
  --base-color: #2563eb;
  --shine-color: 37, 99, 235;
  --shine-opacity: 0.35;
  --edge-opacity: 0.05;
  color: transparent;
  font-weight: bold !important;
  display: inline-block;
  background-image: linear-gradient(-45deg, var(--base-color) 0%, var(--base-color) 49%, rgba(var(--shine-color), var(--edge-opacity)) 49.6%, rgba(var(--shine-color), var(--shine-opacity)) 50%, rgba(var(--shine-color), var(--edge-opacity)) 50.4%, var(--base-color) 51%, var(--base-color) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 250% 100%;
  background-position: -40% 0;
  animation: textShine 4.5s ease-in-out infinite;
  transform: scale(1);
  transition: transform .18s ease, animation-duration .18s ease;}
.seotext a:hover {
  animation-duration: 2s;
  transform: scale(1.05);}
.seotext {
  --seo-accent: #2563eb;
  --seo-text: #333;
  --seo-muted: #777;
  --seo-border: #e5e5e5;
  --seo-bg-soft: #fafafa;
  --seo-radius: 12px;
  color: var(--seo-text);
  font-size: 14px;
  line-height: 1.95;}
.seotext p {  margin: 0 0 16px;}
.seotext h2,
.seotext h3,
.seotext h4,
.seotext h5,
.seotext h6 {
  color: var(--seo-accent);
  font-weight: 700;}
.seotext h2 {
  font-size: 22px;
  margin: 22px 0 12px;}
.seotext h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 18px 0 10px;}
.seotext h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 16px 0 10px;}
.seotext h5,
.seotext h6 {
  font-size: 16px;  margin: 12px 0 8px;}
.seotext strong,
.seotext b {
  color: var(--seo-text);
  font-weight: 700;}
.seotext hr {
  height: 1px;
  background: var(--seo-border);
  border: 0;
  margin: 22px 0;}
.seotext ul,
.seotext ol {
  margin: 0 0 16px;
  padding-inline-start: 1.1rem;}
.seotext li {
  margin: 0 0 6px;
  line-height: 1.85;}
.seotext ul {
  list-style: none;
  padding-inline-start: 0;}
.seotext ul > li {
  position: relative;
  padding-inline-start: 18px;}
.seotext ul > li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(37, 99, 235, .9);
  position: absolute;
  inset-inline-start: 0;
  top: .85em;
  transform: translateY(-50%);}
.seotext ol > li::marker {
  color: var(--seo-accent);
  font-weight: 700;}
.seotext blockquote {
  margin: 0 0 16px;
  padding: 14px 16px;
  background: var(--seo-bg-soft);
  border: 1px solid var(--seo-border);
  border-inline-start: 4px solid var(--seo-accent);
  border-radius: var(--seo-radius);
  color: var(--seo-text);}
.seotext q {
  quotes: "«" "»";
  background: rgba(37, 99, 235, .08);
  padding: 0 .25em;
  border-radius: 6px;}
.seotext q::before {  content: "«";}
.seotext q::after {  content: "»";}
.seotext table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 16px;
  background: #fff;}
.seotext th,
.seotext td {
  border-bottom: 1px solid var(--seo-border);
  padding: 10px 12px;
  text-align: start;
  vertical-align: top;}
.seotext th {
  background: rgba(37, 99, 235, .07);
  font-weight: 700;}
.seotext tr:last-child td {  border-bottom: 0;}
.seotext input,
.seotext textarea,
.seotext select {
  width: 100%;
  max-width: 420px;
  border: 1px solid var(--seo-border);
  border-radius: 10px;
  padding: 10px 12px;
  line-height: 1.6;
  background: #fff;
  color: var(--seo-text);
  margin: 8px 0 12px;}
.seotext input:focus,
.seotext textarea:focus,
.seotext select:focus {
  border-color: rgba(37, 99, 235, .55);
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);}
/* -----------------  SEO TEXT ----------------------*/




/* -----------------------------------------
   Menu Mobile
----------------------------------------- */
.wp-block-navigation__responsive-container.is-menu-open {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px 20px;}

/* لیست منو */
.wp-block-navigation__responsive-container ul {
  gap: 14px;}

/* آیتم ها */
.wp-block-navigation__responsive-container .wp-block-navigation-item__content {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  transition: all .25s ease;
  font-weight: 500;}

/* هاور آیتم */
.wp-block-navigation__responsive-container .wp-block-navigation-item__content:hover {
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  transform: translateX(-4px);}
  
/* دکمه بستن */
.wp-block-navigation__responsive-container-close {  top: 20px;  left: 20px;}

/* اسکرول بار نرم */
.wp-block-navigation__responsive-container {
  scrollbar-width: thin;}
  
.wp-block-navigation__responsive-container::-webkit-scrollbar {
  width: 6px;}
.wp-block-navigation__responsive-container::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 10px;}
/* -----------------------------------------
   Menu Mobile
----------------------------------------- */







/* -----------------------------------------
   Toman - تومان دوطبقه
----------------------------------------- */
.woocommerce-Price-currencySymbol .dk-toman,
.woocommerce-Price-currencySymbol .x5tmn,
.woocommerce-Price-currencySymbol .x۵tmn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    line-height: 0;
    margin: 0 0.35em 0 0;
    color: #333 !important;
    position: relative;
    top: -10px;
    font-weight: 300 !important;}
.dk-toman-top,
.x5tmn-t,
.x۵tmn-t {
    font-size: 11px !important;
    margin-bottom: -0.12em;
    transform: translateX(-3px);
    color: #333 !important;
    line-height: 1.1em;}
.dk-toman-bottom,
.x5tmn-b,
.x۵tmn-b {
    font-size: 13px !important;
    color: #333 !important;
    line-height: 1.1em;}
.price,
.price .amount,
.price .woocommerce-Price-amount,
.price .woocommerce-Price-amount.amount,
.price ins,
.price ins .woocommerce-Price-amount,
.price ins .woocommerce-Price-amount.amount,
.wc-block-components-product-price__value,
.wc-block-components-product-price__value.is-discounted,
.wc-block-components-order-summary-item__individual-price,
.woocommerce-Price-amount.amount,
.wc-block-components-order-summary-item__total-price .wc-block-components-product-price__value,
.wc-block-components-order-summary-item__total-price .woocommerce-Price-amount.amount,
.wc-block-components-totals-item__value .wc-block-components-formatted-money-amount,
.wc-block-components-totals-footer-item-tax-value .wc-block-components-formatted-money-amount {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2563EB !important;}
.wc-block-components-product-price:not(:has(del)) .woocommerce-Price-amount.amount,
.wc-block-components-product-price:not(:has(del)) .wc-block-components-product-price__value {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2563EB !important;}
.price del,
.price del .woocommerce-Price-amount,
.price del .woocommerce-Price-amount.amount,
.woocommerce-Price-amount del,
.wc-block-components-product-price__regular,
.wc-block-components-product-price__regular .woocommerce-Price-amount,
.wc-block-components-product-price__regular .woocommerce-Price-amount.amount,
.wc-block-components-order-summary-item__regular-individual-price,
.wc-block-components-order-summary-item__regular-individual-price .woocommerce-Price-amount,
.wc-block-components-order-summary-item__regular-individual-price .woocommerce-Price-amount.amount {
    font-size: 14px !important;
    color: #777777 !important;
    font-weight: 400 !important;
    text-decoration-color: #2563EB !important;}
del .woocommerce-Price-amount,
del .woocommerce-Price-amount.amount {
    font-size: 14px !important;
    color: #777777 !important;
    font-weight: 400 !important;
    text-decoration-color: #2563EB !important;}
.wc-block-formatted-money-amount,
.wc-block-components-formatted-money-amount,
.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item-tax-value {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #2563EB !important;}
.price-big .price,
.price-big .price .woocommerce-Price-amount.amount,
.price-big .price ins,
.price-big .wc-block-components-product-price__value {
    font-size: 28px !important;}
.price-big .price del,
.price-big .price del .woocommerce-Price-amount,
.price-big .price del .woocommerce-Price-amount.amount,
.price-big .wc-block-components-product-price__regular,
.price-big .wc-block-components-product-price__regular .woocommerce-Price-amount {
    font-size: 16px !important;
    color: #777777 !important;
    font-weight: 400 !important;
    text-decoration-color: #2563EB !important;}
@media (max-width: 600px) {
    body :not(.price-big) .wp-block-woocommerce-product-price .wc-block-components-product-price,
    body :not(.price-big) .wp-block-woocommerce-product-price .wc-block-grid__product-price,
    body :not(.price-big) .wc-block-components-product-price .woocommerce-Price-amount,
    body :not(.price-big) .wc-block-components-product-price .woocommerce-Price-currencySymbol,
    body :not(.price-big) .wc-block-grid__product-price .woocommerce-Price-amount,
    body :not(.price-big) .wc-block-grid__product-price .woocommerce-Price-currencySymbol,
    body :not(.price-big) .price .woocommerce-Price-amount,
    body :not(.price-big) .price .woocommerce-Price-currencySymbol {
        font-size: 15px !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;    }
    body :not(.price-big) del .woocommerce-Price-amount {
        font-size: 11px !important;
        opacity: 0.7 !important;    }
}
/* -----------------------------------------
   Ignore Toman style for Tapin credit in admin bar
----------------------------------------- */
#wp-admin-bar-tapin_charge .woocommerce-Price-amount,
#wp-admin-bar-tapin_charge .woocommerce-Price-amount.amount,
#wp-admin-bar-tapin_charge .woocommerce-Price-currencySymbol {
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    line-height: inherit !important;}
#wp-admin-bar-tapin_charge .dk-toman {
    display: inline !important;
    flex-direction: unset !important;
    align-items: unset !important;
    line-height: inherit !important;
    margin: 0 3px 0 0 !important;
    color: inherit !important;
    position: static !important;
    top: auto !important;
    font-weight: inherit !important;}
#wp-admin-bar-tapin_charge .dk-toman-top,
#wp-admin-bar-tapin_charge .dk-toman-bottom {
    display: none !important;}
#wp-admin-bar-tapin_charge .dk-toman::after {
    content: "تومان";
    display: inline !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    line-height: inherit !important;}
/* -----------------------------------------
   Pro2685 Pack Price Note - هماهنگ با تومان دوطبقه
----------------------------------------- */
.pro2685-pack-price-note2685 {
    display: block !important;
    color: #16a34a !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.8 !important;}
.pro2685-pack-price-note2685 .woocommerce-Price-amount,
.pro2685-pack-price-note2685 .woocommerce-Price-amount.amount {
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;}
.pro2685-pack-price-note2685 .woocommerce-Price-currencySymbol {
    font-size: inherit !important;
    color: inherit !important;}
.pro2685-pack-price-note2685 .woocommerce-Price-currencySymbol .dk-toman,
.pro2685-pack-price-note2685 .woocommerce-Price-currencySymbol .x5tmn,
.pro2685-pack-price-note2685 .woocommerce-Price-currencySymbol .x۵tmn {
    color: inherit !important;
    top: -5px !important;
    margin-right: 0.25em !important;
    transform: scale(0.78);
    transform-origin: center;}
.pro2685-pack-price-note2685 .dk-toman-top,
.pro2685-pack-price-note2685 .x5tmn-t,
.pro2685-pack-price-note2685 .x۵tmn-t,
.pro2685-pack-price-note2685 .dk-toman-bottom,
.pro2685-pack-price-note2685 .x5tmn-b,
.pro2685-pack-price-note2685 .x۵tmn-b {
    color: inherit !important;}
/* -----------------------------------------
   /Toman - تومان
----------------------------------------- */









/* ========== Read More BTN ========== */
/* -----------------------------------------
قابلیت مشاهده بیشتر با کلاس های : 
moregp
moretxt
morebtn
----------------------------------------- */

.moretxt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

.moretxt:not(.moretxt--expanded){
  -webkit-line-clamp: 10;
}

.moretxt:not(.moretxt--expanded)::after{
  content:"";
  position:absolute;
  inset-inline:0;
  bottom:0;
  height:4rem;
  pointer-events:none;
  background: linear-gradient(to bottom,
    rgba(var(--irw-bg-rgb,255,255,255),0),
    rgba(var(--irw-bg-rgb,255,255,255),0.2),
    rgba(var(--irw-bg-rgb,255,255,255),0.7),
    rgba(var(--irw-bg-rgb,255,255,255),1)
  );
}

.moretxt.moretxt--expanded{
  -webkit-line-clamp: unset !important;
  overflow: visible;
}


.morebtn{
  display: none !important;
}

.morebtn.rm-show{
  color:#2563EB;
  display:inline-flex !important;
  align-items:center;
  gap:6px;
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  cursor:pointer;
  font:inherit;
  text-decoration:none;
  margin:0 !important;
  margin-top:-20px !important;
  font-size:12px !important;
  width:70px;
  height:33px;
  font-weight:400;
  line-height:1;
}

/* icon */
.morebtn.rm-show::after{
  content:"";
  width:14px;
  height:14px;
  display:inline-block;

  background-repeat:no-repeat;
  background-size:contain;

  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%232563EB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");

  transition:transform .25s ease;
}

/* when expanded */
.morebtn.rm-show[aria-expanded="true"]::after{
  transform:rotate(180deg);
}

/* hover */
.morebtn.rm-show:hover{
  font-weight:500;
  transition:all .1s;
}


/* ========== Read More BTN ========== */



















