/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
*/



.ns-shop-wrap{max-width:1200px;margin:32px auto;padding:0 16px}
.ns-toolbar{display:flex;justify-content:space-between;align-items:center;margin:12px 0}
.ns-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gapش:20px}
@media (max-width:1024px){.ns-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:768px){.ns-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.ns-grid{grid-template-columns:1fr}}
.ns-card{border:1px solid #eee;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.ns-thumb img{width:100%;display:block}
.ns-body{padding:12px;display:flex;flex-direction:column;gap:8px}
.ns-title{font-size:16px;margin:0}
.ns-price{font-weight:700}
.ns-actions a.button{width:100%;text-align:center}



/*کد برای باکس محصولات صفحه آرشیو محصولات*/
/* کانتینر و تولبار (قوانین قبلی) */
.ns-shop-wrap{max-width:1200px;margin:32px auto;padding:0 16px}
.ns-archive-header{margin-bottom:20px}
.ns-toolbar{display:flex;justify-content:space-between;align-items:center;margin:12px 0}

/* گرید محصولات (قوانین قبلی) */
.ns-products-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
@media (max-width:1024px){.ns-products-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:768px){.ns-products-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.ns-products-grid{grid-template-columns:1fr}}

/* کارت شیشه‌ای مطابق نمونه شما */
.card{
  backdrop-filter: blur(2px) saturate(180%);
  -webkit-backdrop-filter: blur(2px) saturate(180%);
  background-color: rgba(17,25,40,0.6);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.125);
  padding: 10px;
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height: 140px; /* اختیاری برای یکدست شدن ارتفاع */
}

/* عنوان محصول */
.card .name{
  color:#fff;
  font-size:28px;
  font-family:'IRANSansX', sans-serif;
  margin:0;
  line-height:1.2;
  /* اگر نمی‌خواهی H1 استفاده شود، آزادانه به h2 تغییر بده و سایز را ثابت نگه دار */
}

/* توضیح محصول: پیش‌فرض مخفی، با hover نمایش */
.card .description{
  color:#fff;
  display:none;
  margin:0;
}

/* قیمت محصول */
.ns-card-price{
  color:#fff;
  font-weight:700;
  margin-top:auto; /* قیمت و دکمه را به انتهای کارت می‌راند */
}

/* دکمه مشاهده محصول: پیش‌فرض مخفی، در hover نمایش */
.card .see{
  font-size: 12px;            /* کمی خواناتر از 9px */
  font-weight: 600 !important;
  font-family:'IRANSansX', sans-serif;
  display:none;
  text-decoration:none;
  color:#111;
  background:#fff;
  border-radius:8px;
  padding:10px 12px;
  text-align:center;
}

/* رفتار hover (فقط کارت؛ کلاس .main شما لازم نیست) */
.card:hover .description{ display:block; }
.card:hover .see{ display:block; }

/* دسترسی بهتر برای تاچ (بدون hover): در موبایل نمایش بده */
@media (hover:none){
  .card .description, .card .see{ display:block; }
}

/* اگر بخواهی متن قیمت داخل کارت کاملاً سفید شود */
.ns-card-price .price{ color:#fff !important; }











/*
*استایل صفحه آرشیو محصولات
*کد اضافه شده
*تست
*/


/*
*استایل صفحه پنل کاربری برای منوی بازشوی گوشی
*کد اضافه شده
*تست
*/


/*کد استایل منوی پنل کاربری در گوشی*/
.niasmenueicon {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 20000001;
    font-size: 26px;
    cursor: pointer;
}

/*.niasmenueuser {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 0%;*/
/*    min-height: 120vh;*/
/*    background: #fff;*/
/*    overflow: hidden;*/
/*    z-index: 20000000;*/
/*    transition: width 0.4s ease;*/
/*}*/

/*.niasmenueuser.active {*/
/*    width: 100%;*/
/*}*/
/*.niasmenueuser{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 300px;*/
/*    max-width: 90%;*/
/*    height: 100vh;*/
/*    background: #fff;*/
/*    z-index: 999999;*/

/*    transform: translateX(100%);*/
/*    transition: transform 0.3s ease;*/

/*    overflow-y: auto;*/
/*    box-shadow: -5px 0 20px rgba(0,0,0,0.1);*/
/*}*/
.niasmenueuser{
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999999;

    transform: translateX(100%);
    transition: transform 0.3s ease;

    overflow-y: auto;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
}

.niasmenueuser.active{
    transform: translateX(0);
}


/*.niasclose {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    left: 20px;*/
/*    font-size: 26px;*/
/*    cursor: pointer;*/
/*}*/
.niasclose {
  position: relative;
  /*top: 0px;*/
  /*bottom: 60%;*/
  bottom: 45%;
  left: 0px;
  font-size: 26px;
  cursor: pointer;
  color: #fff;
}
.niasmenueicon2 {
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 10px;*/
  height: 50px;
  /*background: #ed1944;*/
  background: #270f29;
  border-radius: 4px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.nias-menu-content {
    /*padding: 80px 20px 20px;*/
    padding: 50px 20px 20px;
}
.niasmenueuser.active {
  width: 100%;
  z-index: 9999999999;
}
/*.niasmenueicon {*/
/*  position: fixed;*/
/*  top: 40%;*/
/*  right: 50%;*/
/*  z-index: 20000001;*/
/*  font-size: 26px;*/
/*  cursor: pointer;*/
/*  left: auto;*/
/*  background: #270f29;*/
/*  padding-right: 10px;*/
/*  color: #fff;*/
/*  border-radius: 5px;*/
/*  padding-left: 10px;*/
/*  padding-top: 3px;*/
/*  padding-bottom: 3px;*/
/*}*/
.niasmenueicon {
  position: relative;
  /*top: 20px;*/
  top:0px;
  /*right: 50%;*/
  right: 0px;
  z-index: 1;
  font-size: 26px;
  cursor: pointer;
  left: auto;
  background: #270f29;
  padding-right: 10px;
  color: #fff;
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  /*display: flex;*/
  /*justify-content: center;*/
  /*text-align: center;*/
  /*align-content: center;*/
}
.open-ico{
    display: flex;
    justify-content: center;
    width: 100%;
}
.close-ico{
    display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 35px;
}

.niasmenueuser.active {
  background: #f6f1eb;
}
@media (min-width: 720px){
.niasmenueicon {
  display: none;
}
.open-ico {
  display: none;
}
}
@media (max-width: 720px){
    .my-account-layout__sidebar {
  display: none;
}
}


/*کد باکس اطلاعات بالای منوی پنل کاربری*/
.user-info-m-n {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fa-solid.fa-pen-to-square {
  color: #9b7f8c;
}
.sec2 {
  position: absolute;
  left: 20px;
}
h2.my-account-dashboard__title {
  color: #23254e;
}
.user-mobile-show {
  color: #a1a3a8;
  font-size: 15px;
}

.my-account-nav__item.is-active a {
  background: #e0e0e2;
  color: #3f4064;
  transform: translateX(0px);
  font-weight: 500;
  border-radius: 0px;
  border-right: 3px solid #3f4064;
  /*padding-right: 2px;*/
  padding-right: 9px;
}
.user-name-show {
  padding-right: 10px;
  padding-left: 20px;
  padding-top: 20px;
}
.user-mobile-show {
  color: #a1a3a8;
  font-size: 15px;
  padding-right: 10px;
}
.user-mobile-show {
  margin-top: -7px;
  padding-bottom: 7px;
}











/*کد اضافه شدن برای استایل بعد از تغییر استایل پنل کاربری به استایل هانی و کپی کامل کدهای css چایلد تم هانی در فایل style.css*/
/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
*/

/* استایل‌های سفارشی‌ات را از اینجا به بعد بنویس */


/*سفارشی سازی منو حساب کاری*/
/* استایل کلی صفحه حساب کاربری */
.woocommerce-account {
    /*background: #f3f4f6;*/
    /*padding: 20px 0;*/
}

/* ظرف اصلی محتوای حساب کاربری (بسته به قالب ممکنه کلاس‌ها کمی فرق کنه) */
.woocommerce-account .woocommerce {
    display: grid;
    /*grid-template-columns: 260px 1fr;*/
    gap: 20px;
}

/* منوی سفارشی ما */
.my-account-nav {
    /*background: #ffffff;*/
    border-radius: 16px;
    padding: 16px;
    /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);*/
}

.my-account-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.my-account-nav__item {
    margin-bottom: 6px;
}

.my-account-nav__item:last-child {
    margin-bottom: 0;
}

.my-account-nav__item a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s, color 0.2s, transform 0.1s;
    color: #374151;
}

/* آیکون‌ها (اگر استفاده کنی) */
.my-account-nav__item i {
    font-size: 15px;
}

/* حالت هاور و آیتم فعال ووکامرس */
.my-account-nav__item a:hover,
.my-account-nav__item.is-active a {
    background: #2563eb;
    color: #ffffff;
    transform: translateX(2px);
}



/*سفارش سازی داشبورد حساب کاربری*/
.my-account-dashboard {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 20px;
    /*box-shadow: 0 15px 30px rgba(15, 23, 42, 0.06);*/
}

.my-account-dashboard__title {
    margin: 0 0 6px;
    font-size: 22px;
}

.my-account-dashboard__subtitle {
    margin: 0 0 18px;
    color: #6b7280;
    font-size: 14px;
}

.my-account-dashboard__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.my-account-card {
    background: #f9fafb;
    border-radius: 14px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.my-account-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
}

.my-account-card p {
    margin: 0 0 12px;
    font-size: 13px;
    color: #4b5563;
}

/*.my-account-card__link {*/
/*    align-self: flex-start;*/
/*    padding: 7px 12px;*/
/*    border-radius: 999px;*/
/*    font-size: 13px;*/
/*    text-decoration: none;*/
/*    background: #2563eb;*/
/*    color: #ffffff;*/
/*    transition: background 0.2s, transform 0.1s;*/
/*}*/

.my-account-card__link:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

a.my-account-card__link {
  color: #9b7f8c !important;
}

/*سفارشی سازی داشبورد حساب کاربری برای گوشی*/
/* =============== Responsive (Mobile) =============== */
@media (max-width: 768px) {
    .my-account-dashboard {
  /*width: 300px;*/
  width: 310px;
}
.my-account-orders-stats {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.my-account-orders-stats__card {
  display: flex;
  width: 100% !important;
  border-left: none;
  border-bottom: 1px solid #e9e9e2;
}
img.oreder1 {
  width: 60px;
}
img.oreder2 {
  width: 45px;
margin-left: 15px;
}
img.oreder3 {
  width: 45px;
margin-left: 15px;
}
.order-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fav-message {
  font-size: 14px;
}
.acc-titr {
  margin-bottom: -17px;
}
.my-account-layout__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.my-account-layout__content {
  min-height: 44vh;
}
}

/*@media (max-width: 360px) {*/
/*    .my-account-dashboard {*/
/*        padding: 14px 12px;*/
/*    }*/

/*    .my-account-dashboard__title {*/
/*        font-size: 17px;*/
/*    }*/
/*}*/




/*استایل فایل my-account.php*/
/* کانتینر اصلی پنل کاربری */
.woocommerce-account .my-account-layout {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* ستون منو */
.my-account-layout__sidebar {
    width: 250px;
    flex-shrink: 0;
}

/* ستون محتوا */
.my-account-layout__content {
    flex: 1;
}

/* موبایل: زیر هم */
@media (max-width: 768px) {
    .woocommerce-account .my-account-layout {
        flex-direction: column;
    }

    .my-account-layout__sidebar,
    .my-account-layout__content {
        width: 100%;
    }
}



/*کادر دور محتوا در my-account.php*/
.my-account-dashboard {
    /*border: 1px solid #e0e0e2;*/
    /*border-radius: 8px;*/
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    
}

main.my-account-layout__content {
    border: 1px solid #e0e0e2;
    border-radius: 8px;
}
aside.my-account-layout__sidebar {
    border: 1px solid #e0e0e2;
    border-radius: 8px;
}


.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
    display: block;
    width: 0;
    height: 0;
    flex: 0 0 auto;
}

/* حذف ::before و ::after پیش‌فرض ووکامرس از پنل کاربری */
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
    content: none !important;
    display: none !important;
}

/*.my-account-layout__content p{*/
/*    display: none !important;*/
/*}*/


/*li.my-account-nav__item.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {*/
/*    border: 4px solid #000;*/
/*    background: #f0f0f1;*/
/*    background-color: #f0f0f1;*/
/*}*/

img.oreder1 {
    width: 70px;
}
img.oreder2 {
    width: 50px;
}
img.oreder3 {
    width: 46px;
}

.my-account-orders-stats {
    display: flex;
    gap: 30px
}
.my-account-orders-stats__card2 {
    display: flex;
    width: 30%;
    border-left: 1px solid #e9e9e2;
}
.my-account-orders-stats__card {
    display: flex;
    width: 30%;
}
.my-account-orders-stats {
    padding: 30px;
}

.my-account-orders-stats__body {
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-account-orders-stats__body {
    margin-right: 20px;
}

.my-account-orders-stats__body {
    margin-right: 20px;
    direction: co;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: rtl;
    align-items: flex-end;
    direction: ltr;
}
.my-account-orders-stats__title {
    font-family: "IRANSansX", Sans-serif;
    color: #3f4064;
    font-weight: 600;
}

.my-account-orders-stats__subtitle {
    font-family: "IRANSansX", Sans-serif;
    color: #3f4064;
    font-weight: 500;
    font-size: 12px;
}

.my-account-orders-stats__icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.my-account-orders-stats__title {
    direction: rtl;
}

.my-account-orders-con {
    border: 1px solid #e0e0e2;
    border-radius: 8px;
}

.order-link{
    display: flex;
    direction: rtl;
 flex-direction: row;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
  align-items: center;
}
.acc-titr{
    border-bottom: 2px solid;
    padding-bottom: 6px;
}

.acc-titr {
    /*border-bottom: 2px solid;*/
    border-bottom: 1px solid;
    /*font-size: 16px;*/
    font-size: 14px;
    /*font-weight: 600;*/
    font-weight: 600;
    color: #000;
    font-family: "IRANSansX", Sans-serif;
}

a.my-account-card__link {
    /*color: #19bfd3;*/
    color: #9b7f8c;
    font-weight: 500;
    font-size: 12px;
    font-family: "IRANSansX", Sans-serif;
}
.fav-tit a{
    color: #000;
        font-size: 16px;

}

.my-account-orders-con2 {
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    padding: 20px;
}
.my-account-orders-con3 {
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    padding: 20px;
}


.my-total-spent-box .no-purchase {
    color: #999;
    font-style: italic;
}

.my-account-orders-con3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.my-total-spent-box {
    border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 20px;
   /*padding: 10px;*/
    /*background: #f8f8f8;*/
    border-radius: 6px;
    border: 1px solid #e0e0e2;
    /*padding-right: 40px;*/
    padding-right: 75px;
  padding-left: 75px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ccc;
}
.total-titr {
  color: #3f4064;
}


.my-user-registered-duration {
  /*padding: 10px;*/
  /*background: #f8f8f8;*/
  border-radius: 6px;
      border: 1px solid #e0e0e2;
      padding-right: 75px;
  padding-left: 75px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ccc;
}
.day-titr {
  color: #3f4064;
}

.my-total-spent-box {
  font-family: IRANSansX, sans-serif;
}

.my-user-registered-duration {
  font-family: IRANSansX, sans-serif;
}

.my-user-registered-duration {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.total-titr {
  font-size: 15px;
  font-weight: 600;
  font-family: IRANSansX, sans-serif;
}
.day-titr {
  font-size: 15px;
  font-weight: 600;
  font-family: IRANSansX, sans-serif;
}
.no-purchase {
  font-size: 15px;
  font-family: IRANSansX, sans-serif;
}
.coount-day {
  font-size: 17px;
  font-family: IRANSansX, sans-serif;
  color: #999;
}





.my-account-dashboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.user-name-show{
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
}
.my-account-dashboard__title{
    font-size: 18px;
    color: #000;
    font-family: "IRANSansX", Sans-serif;
}

/*.my-account-layout__sidebar{*/
/*    margin-top: 12px;*/
/*}*/

span.woocommerce-Price-amount.amount {
    color: #000;
     font-family: "IRANSansX", Sans-serif;
}

span.woocommerce-Price-currencySymbol {
    margin-left: 3px;
}

aside.my-account-layout__sidebar {
    position: sticky;
    top: 110px;
}

body.woocommerce-account .e-con>.e-con-inner {
    gap: var(--row-gap) var(--column-gap);
    height: 100%;
    margin: 0 auto !important;
    max-width: 94% !important;
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%;
}

.my-account-layout {
    margin-top: 12px;
}
.my-account-orders-con {
    padding: 20px;
}

/*استایل های اضافه شده برای منوی کاربری*/
nav.my-account-nav {
    padding: 0px;
}
.hov {
    padding-right: 10px;
    padding-left: 10px;
}
li.my-account-nav__item.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    border-bottom: 1px solid #e0e0e2;
}
li.my-account-nav__item.woocommerce-MyAccount-navigation-link{
    border-bottom: 1px solid #e0e0e2;
}
li.my-account-nav__item.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout{
border-bottom: 0px solid #e0e0e2;
}

ul.my-account-nav__list {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.my-account-nav__item a:hover, .my-account-nav__item.is-active a {
    background: #e0e0e2;
    color: #3f4064;
    transform: translateX(0px);
    font-weight: 500;
     border-radius: 0px;
}
/*.my-account-nav__item a:hover {*/
/*    background: transparent;*/
/*    color: #3f4064;*/
/*    transform: translateX(0px);*/
/*    font-weight: 500;*/
/*     border-radius: 0px;*/
/*}*/
.my-account-nav__item.is-active a {
    background: #e0e0e2;
    color: #3f4064;
    transform: translateX(0px);
    font-weight: 500;
     border-radius: 0px;
}
.my-account-nav__item.is-active a .hover {
    background: #e0e0e2;
    color: #3f4064;
    transform: translateX(0px);
    font-weight: 500;
     border-radius: 0px;
}
.my-account-nav__item a {
    color: #3f4064;
    font-family: "IRANSansX", Sans-serif;
    font-weight: 500;
    border-radius: 0px;
}
/*.hov:hover{*/
/*    background-color: #e0e0e2;*/
/*}*/

main.my-account-layout__content {
    /*min-height: 120vh;*/
    min-height: 80vh;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

/*.hov {*/
/*    height: 11vh;*/
/*}*/
li.my-account-nav__item.woocommerce-MyAccount-navigation-link a {
    padding-bottom: 15px;
    padding-top: 15px;
}
aside.my-account-layout__sidebar {
    padding: 10px;
}

li.my-account-nav__item.woocommerce-MyAccount-navigation-link {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
h2.my-account-dashboard__title {
    color: #3f4064;}
    
        
 /*کد استایل پیام سفارش خالی بخش سفارش های پنل کاربری*/
   .my-account-no-orders {
    text-align: center;
    padding: 40px 20px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #fafafa;
}

.my-account-no-orders__image {
    width: 180px;
    max-width: 60%;
    margin-bottom: 20px;
}

.my-account-no-orders__title {
    font-size: 18px;
    font-weight: 600;
    color: #3f4064;
    margin-bottom: 8px;
}

.my-account-no-orders__text {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 18px;
}

.my-account-no-orders__btn {
    border-radius: 8px;
    padding: 10px 20px;
    background: #2563eb;
    color: #fff !important;
}


a.woocommerce-Button.button.my-account-no-orders__btn {
    background-color: #3f4064;
    font-family: "IRANSansX", Sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding-top: 0px;
}


.my-account-no-orders__text {
    font-family: "IRANSansX", Sans-serif;
}
.my-account-no-orders__title {
    font-family: "IRANSansX", Sans-serif;
}

/*استایل صفحه آدرس های پنل کاربری*/
.u-column1.col-1.woocommerce-Address {
    padding: 10px;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
}
.u-column2.col-2.woocommerce-Address {
    padding: 10px;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
}

header.woocommerce-Address-title.title h2 {
    font-family: "IRANSansX", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #3f4064;
}
header.woocommerce-Address-title.title a {
    font-family: IRANSansX, sans-serif;
}
address {
    font-family: IRANSansX, sans-serif;
}
p{
    font-family: IRANSansX, sans-serif;
}

header.woocommerce-Address-title.title a {
    color: #fff;
    background-color: #3f4064;
    padding-top: 0px;
    border-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

header.woocommerce-Address-title.title {
    display: flex;
    flex-direction: column;
    direction: rtl;
}
main.my-account-layout__content h2 {
    font-family: "IRANSansX", Sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #3f4064;
}




/*کد استایل منوی پنل کاربری در گوشی*/

@media (max-width:720px){
    
    
.niasmenueicon {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 20000001;
    font-size: 26px;
    cursor: pointer;
}

.niasmenueuser {
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    min-height: 120vh;
    background: #fff;
    overflow: hidden;
    z-index: 20000000;
    transition: width 0.4s ease;
}

.niasmenueuser.active {
    width: 100%;
}

/*.niasclose {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    left: 20px;*/
/*    font-size: 26px;*/
/*    cursor: pointer;*/
/*}*/
.niasclose {
  position: relative;
  /*top: 0px;*/
  /*bottom: 60%;*/
  bottom: 45%;
  left: 0px;
  font-size: 26px;
  cursor: pointer;
  color: #fff;
}
.niasmenueicon2 {
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 10px;*/
  height: 50px;
  /*background: #ed1944;*/
  background: #270f29;
  border-radius: 4px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.nias-menu-content {
    /*padding: 80px 20px 20px;*/
    padding: 50px 20px 20px;
}
.niasmenueuser.active {
  width: 100%;
  z-index: 9999999999;
}
/*.niasmenueicon {*/
/*  position: fixed;*/
/*  top: 40%;*/
/*  right: 50%;*/
/*  z-index: 20000001;*/
/*  font-size: 26px;*/
/*  cursor: pointer;*/
/*  left: auto;*/
/*  background: #270f29;*/
/*  padding-right: 10px;*/
/*  color: #fff;*/
/*  border-radius: 5px;*/
/*  padding-left: 10px;*/
/*  padding-top: 3px;*/
/*  padding-bottom: 3px;*/
/*}*/
.niasmenueicon {
  position: relative;
  /*top: 20px;*/
  top:0px;
  /*right: 50%;*/
  right: 0px;
  z-index: 1;
  font-size: 26px;
  cursor: pointer;
  left: auto;
  background: #270f29;
  padding-right: 10px;
  color: #fff;
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  /*display: flex;*/
  /*justify-content: center;*/
  /*text-align: center;*/
  /*align-content: center;*/
}
.open-ico{
    display: flex;
    justify-content: center;
    width: 100%;
}
.close-ico{
    display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 35px;
}

.niasmenueuser.active {
  background: #f6f1eb;
}

}



@media (min-width: 720px){
.niasmenueicon {
  display: none;
}
.open-ico {
  display: none;
}
}
@media (max-width: 720px){
    .my-account-layout__sidebar {
  display: none;
}
}


/*کد باکس اطلاعات بالای منوی پنل کاربری*/
.user-info-m-n {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fa-solid.fa-pen-to-square {
  color: #9b7f8c;
}
.sec2 {
  position: absolute;
  left: 20px;
}
h2.my-account-dashboard__title {
  color: #23254e;
}
.user-mobile-show {
  color: #a1a3a8;
  font-size: 15px;
}

.my-account-nav__item.is-active a {
  background: #e0e0e2;
  color: #3f4064;
  transform: translateX(0px);
  font-weight: 500;
  border-radius: 0px;
  border-right: 3px solid #3f4064;
  /*padding-right: 2px;*/
  padding-right: 9px;
}
.user-name-show {
  padding-right: 10px;
  padding-left: 20px;
  padding-top: 20px;
}
.user-mobile-show {
  color: #a1a3a8;
  font-size: 15px;
  padding-right: 10px;
}
.user-mobile-show {
  margin-top: -7px;
  padding-bottom: 7px;
}


/*کد استایل باکس طوسی داشبورد پنل کاربری*/
@media (max-width: 720px){
    .my-account-orders-con3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.my-total-spent-box {
  /*padding-right: 40px;*/
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ccc;
}

.my-user-registered-duration{
    /*padding-right: 40px;*/
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ccc;
}

.total-titr {
  font-size: 13px;
}
.no-purchase {
  font-size: 13px;
}

.day-titr {
  font-size: 13px;
}

.coount-day {
  font-size: 13px;
}
}


/*کد برای فشرده کردن فرم اطلاعات پنل کاربری*/
@media (min-width: 720px){
    .woocommerce-EditAccountForm.edit-account {
  margin: 30px;
}
}




/*کد اضافه شده برای استایل پنل کاربری در گوشی*/
@media (max-width:720px){
    
    
.my-account-nav {
  min-height: 50vh;
}
ul.my-account-nav__list {
  width: 90%;
}
.niasmenueicon {
  
  width: 50px !important;
  height: 50px;
}
.niasmenueicon2 {
  width: 50px;
  height: 50px;
}
.fas.fa-times {
  font-size: 25px;
}
.niasclose {
  bottom: 0%;
}
.fas.fa-bars {
  font-size: 25px;
}
.niasmenueicon {
  text-align: center;
}


}


/*کد اضافه شده برای دسکتاپ برای درست کردن ظاهر منوی  پنل کاربری و ظاهر بهم ریخته آن در دسکتاپ*/
@media (min-width: 720px){
    
nav.my-account-nav{
    position: sticky;
    top: 20px;

    display: block;
    width: 100%;
    height: auto;
    padding: 16px;
}
.my-account-layout__sidebar {
  width: 20%;
}
.my-account-layout {
  width: 95%;
}
.woocommerce-account .woocommerce {
  justify-content: center;
}
/*body.elementor-page-11:not(.elementor-motion-effects-element-type-background) {*/
/*  background-color: #fff !important;*/
/*}*/

}
.my-account-layout__sidebar {
  background: #fff;
}
.my-account-layout__content {
  background: #fff;
}
@media (max-width:720px){
    
.my-account-layout {
  width: 100%;
  align-items: center;
}
.my-account-orders-stats__card.my-account-orders-stats__card2 {
  border-left: none;
  padding-bottom: 18px;
  padding-top: 10px;
}
.my-account-orders-stats__card {
  border-left: none;
  padding-bottom: 18px;
  padding-top: 10px;
}
.my-total-spent-box {
  font-size: 13px;
}
.my-user-registered-duration {
  font-size: 13px;
}
.my-account-layout__content {
  align-items: center;
}

}

.my-account-nav__list .fa.fa-home {
  color: #3f4064;
}
.my-account-nav__list .fa.fa-comments{
  color: #3f4064; 
}
.my-account-nav__list .fa.fa-shopping-bag{
  color: #3f4064;  
}
.my-account-nav__list .fa.fa-download{
  color: #3f4064;   
}
.my-account-nav__list .fa.fa-map-marker-alt{
  color: #3f4064;   
}
.my-account-nav__list .fa.fa-credit-card{
  color: #3f4064;   
}
.my-account-nav__list .fa.fa-user-cog{
  color: #3f4064;  
}
.my-account-nav__list .fa.fa-sign-out-alt{
  color: #3f4064;   
}
.my-account-nav__list .fa.fa-heart{
  color: #3f4064;   
}


/*کدهای اضافه شده برای استایل آیکون اشتراک گذاری لینک محصول در صفحه محصول واحد*/
.my-share-icon{
cursor:pointer;
color:#e60023;
display:inline-flex;
align-items:center;
justify-content:center;
}

/*.my-share-icon svg{*/
/*width:22px;*/
/*height:22px;*/
/*}*/
.my-share-icon svg{
width:1em;
height:1em;
}

.my-share-icon:hover{
opacity:0.7;
}
.my-share-popup{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
z-index:9999;
}

.my-share-box{
background:#decfc1;
padding:20px;
width:300px;
margin:150px auto;
text-align:center;
border-radius:10px;
}

/*.my-share-box a{*/
/*display:block;*/
/*margin:10px 0;*/
/*text-decoration:none;*/
/*font-size:16px;*/
/*}*/
.my-share-box a {
  display: flex;
  margin: 10px 0;
  text-decoration: none;
  font-size: 16px;
  flex-direction: column;
}

.my-close{
cursor:pointer;
float:left;
font-size:20px;
}
.my-share-icon {
  cursor: pointer;
  color: #000;
  width: 1em;
}

.my-share-wrapper {
  padding: 5px;
}

/*.wc-favorite-btn {*/
/*  cursor: pointer;*/
/*  font-size: 24px;*/
/*  display: inline-block;*/
/*  color: #ccc;*/
/*  transition: color .2s;*/
/*  line-height: 1;*/
/*  margin: 0 5px;*/
/*}*/
.wc-favorite-btn {
  cursor: pointer;
  font-size: 24px;
  display: inline-block;
  color: #000;
  transition: color .2s;
  line-height: 1;
  margin: 0 5px;
}


.share-icon{
display:inline-flex;
align-items:center;
justify-content:center;
width:40px;
height:40px;
margin:5px;
}

.share-icon svg{
width:24px;
height:24px;
}


.icon-box-popap{
    display: flex;
  flex-direction: row;
  width: 100%;
  gap: 30px;
  align-items: center;
  justify-content: center;
}



.share-item{
display:flex;
align-items:center;
gap:8px;
text-decoration:none;
font-size:16px;
}

.share-item svg{
width:20px;
height:20px;
}
.my-share-box .share-item svg{
width:24px;
height:24px;
}

.wc-favorite-btn:hover {
  color: #ccc;
}







.my-tooltip7 {
    position: relative;
}

.my-tooltip7::after {
    /*content: "متن مورد نظر شما اینجاست";*/
content: "اشتراک گذاری محصول";
    position: absolute;
    bottom: 120%;
    left: 3%;
/*right: -100%;*/
/* bottom: 1%;*/
 
 
    transform: translateX(-50%);
    /*background: rgba(0,0,0,0.8);*/
 background: #3f4064; 
    color: #fff;
    padding: 8px 12px;
    font-size: 10px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
    z-index: 999;
}

.my-tooltip7:hover::after {
    opacity: 1;
    visibility: visible;
}

.share-item img{
width:40px;
height:40px;
}
.icon-name {
  color: #3f4064;
}



.main6 {
  flex-direction: column !important;
}
.main6 .fast {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}





/*کد اضافه شده برای استایل جدید صفحه فروشگاه*/
/*کد برای استایل هر باکس محصول یعنی content-product.php*/
.products {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ga-product-card {
    list-style: none !important;
    margin: 0 !important;
    width: auto !important;
}

.ga-card-inner {
    position: relative;
    background: #fff;
    border: 1px solid #f1dfe5;
    border-radius: 14px;
    padding: 14px;
    min-height: 345px;
    transition: all .25s ease;
    overflow: hidden;
}

.ga-card-inner:hover {
    box-shadow: 0 10px 30px rgba(183, 99, 121, .14);
    transform: translateY(-3px);
}

.ga-discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f25f8b;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 8px;
    border-radius: 6px;
    z-index: 3;
}

.ga-card-favorite {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}

.ga-card-favorite button,
.ga-card-favorite a {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #8b8b8b !important;
}

.ga-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 165px;
    margin-bottom: 12px;
}

.ga-card-image img {
    max-height: 155px;
    width: auto;
    object-fit: contain;
    transition: transform .25s ease;
}

.ga-card-inner:hover .ga-card-image img {
    transform: scale(1.04);
}

.ga-card-content {
    text-align: center;
}

.ga-product-title {
    display: block;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8;
    min-height: 45px;
    text-decoration: none;
}

.ga-product-title:hover {
    color: #e85f8d;
}

.ga-product-brand {
    color: #777;
    font-size: 12px;
    margin-top: 2px;
}

.ga-product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 22px;
    margin: 6px 0;
}

.ga-product-rating .star-rating {
    float: none;
    font-size: 11px;
    color: #ffc247;
    margin: 0;
}

.ga-review-count {
    font-size: 11px;
    color: #999;
}

.ga-product-price {
    min-height: 34px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #e85f8d;
}

.ga-product-price del {
    color: #aaa;
    font-size: 11px;
    font-weight: 400;
    opacity: 1;
    margin-left: 5px;
}

.ga-product-price ins {
    text-decoration: none;
    color: #e85f8d;
}

.ga-card-cart .ga-add-to-cart {
    width: 100%;
    height: 38px;
    border: 1px solid #f25f8b !important;
    background: #fff !important;
    color: #f25f8b !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 !important;
    text-decoration: none !important;
    transition: all .25s ease;
}

.ga-card-cart .ga-add-to-cart:hover {
    background: #f25f8b !important;
    color: #fff !important;
}

.ga-card-cart .added_to_cart {
    display: none !important;
}

@media (max-width: 1200px) {
    .products {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .ga-card-inner {
        padding: 10px;
        min-height: 320px;
    }
}

@media (max-width: 420px) {
    .products {
        grid-template-columns: repeat(1, 1fr);
    }
}

