/*
 Theme Name:   JamilWeb child
 Theme URI:    https://jamilweb.ir
 Description:  قالبی سازگار با المنتور بر پایه هلو المنتور با فیچر های اختصاصی
 Author:       Jamil Moradian
 Author URI:   https://jamilweb.ir
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  JamilWeb-child
 License:      GNU General Public License v3 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* استایل تماس باما */

.call_box .call_button {
  width: 70px;
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 9999;
  height: 70px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
}
.call_box .call_main {
  position: fixed;
  right: 2%;
  background: #ffffff;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
  border-radius: 8px;
  width: 277px;
  z-index: 99999999;
  font-size: 12px;
  transition: all 120ms ease-out;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
}
.call_box .call_button {
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 10%, 0);
}
.pluser,
.mini_cart_counter.em-plus {
  animation: pulse 2s infinite;
}
.call_box .call_button span.title_caller {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}
.digi-open-caller svg path {
  color: #fff;
}
.call_box .call_button .digi-close-caller {
  width: 50px;
  height: 49px;
  line-height: 17px;
  font-weight: 600;
  display: none;
}
.call_box .call_main.showe {
  visibility: visible;
  opacity: 1;
  bottom: 130px;
  transition: all 190ms ease-out;
}
.call_box .call_main ul li:hover {
  background-color: #f0f0f0;
}
.navigation-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99998;
  display: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, visibility 0.5s ease-in-out;
  cursor: pointer;
}
.navigation-overlay,
.modal__overlay {
  background-color: #0000004d !important;
}
element.style {
  display: none;
}
.call_box .call_main ul li a {
  padding: 9px 15px 9px 15px;
}
.flexd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a {
  color: #000;
  text-decoration: none;
}
.call_box .call_main ul li div.call_item_icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  padding: 3px;
  line-height: 34px;
}
.clear {
  clear: both;
}
.digi-close-caller i {
  font-size: 35px;
  display: flex;
  color: white;
  justify-content: center;
  line-height: revert;
}
.digi-open-caller i.fa-light.fa-phone-volume {
  font-size: 28px;
  color: white;
}
.call_item_icon i {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-top: 5px;
}
.wp-core-ui .button-primary {
  background: #021adf !important;
  border-color: #021adf !important;
}
.wp-core-ui .button-primary:hover {
  background: #2038ebf6 !important;
  border-color: #2038ebf6 !important;
}
.call_box.left_p .call_main,
.call_box.left_p .call_button {
  left: 2%;
  right: inherit;
}

.call_button.pluser.noselect {
  animation: nspulse 0.7s linear infinite;
}
.call_main.showe ul li {
  list-style: none;
}
.call_main.showe ul {
  padding: 0px;
}
.call_main.showe a {
  color: #000000 !important;
  font-weight: 600;
}
.call_main.showe img {
  display: flex;
}
.digi-open-caller img {
  display: flex;
}
@keyframes nspulse {
  from {
    box-shadow: 0 0 0 0 #2e47ea82;
  }
  to {
    box-shadow: 0 0 0 20px #0000;
  }
}

/* استایل های سفارشی کامنت */

.title-comments {
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  width: fit-content;
  height: fit-content;
  font-size: 18px;
  background: #1c39bb;
  color: #ffffff;
}
.pages-content p {
  line-height: 3;
  color: #9a9a9a;
  margin-top: 20px;
  text-align: justify;
}
.comment-form-comment textarea {
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  width: 100%;
  background: #0a3aea12;
  outline: 0;
  margin: 10px 0 -10px 0;
}
label {
  display: inline-block;
}
.comment-form input {
  border-radius: 10px;
  padding: 8px;
  border: 1px solid #e0e0e2;
  font-size: 14px;
  margin-bottom: 8px;
  outline: 0;
}
p.comment-form-author {
  width: 100%;
  display: inline-block;
}
p.comment-form-email {
  width: 100%;
  display: inline-block;
}
p.comment-form-url {
  display: none;
}
input#author {
  width: 100%;
}
input#email {
  width: 100%;
}
p.comment-form-cookies-consent {
  margin: 20px 0;
}
/* p.form-submit {
    display: inline-block !important;
} */
.woocommerce #review_form #respond p {
  margin: 10px 0 !important;
}
div#jwReviewMount span#reply-title {
  display: none !important;
}
.submit {
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  width: 100% !important;
}
.comment-form-cookies-consent label {
  display: none;
}
p.comment-form-cookies-consent::after {
  content: "ذخیره نام وایمیل من در مرورگر برای زمانی که دوباره دیدگاهی می‌نویسم." !important;
}
.comment-list ol li {
  padding: 0;
  border-radius: 10px;
  margin-top: 30px;
  transition: all 0.3s cubic-bezier(0.39, 0.5, 0.15, 1.36);
  border: 0;
}
#comments .comment .comment-body {
  border-block-end: 0 !important;
  padding-inline-end: 20px !important;
  padding-inline-start: 70px !important;
}
.comment-list li {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}
body.rtl #comments .comment .avatar,
#comments .comment .avatar {
  right: 20px !important;
}
.comment-list li .comment-body {
  border-radius: 10px;
  margin-top: 30px;
  transition: all 0.3s cubic-bezier(0.39, 0.5, 0.15, 1.36);
  background: #d4e7ff4a;
}
.comments-area a {
  color: #ffffff;
  text-decoration: none !important;
}
.comments-area .reply {
  background: #ff00002b;
  width: 65px;
  text-align: center;
  border-radius: 4px;
  font-weight: 300;
  padding: 8px;
  margin-top: 10px;
  box-shadow: 0 5px 20px #ff000030 !important;
}
.comments-area .reply a {
  color: #ff0000;
  font-size: 14px;
}
.comments-area [type="submit"] {
  color: #fff;
  background-color: #04295a;
}
.comments-area [type="submit"]:hover {
  color: #fff;
  background-color: #4b6587;
}
body.rtl #comments ol.comment-list .children:before,
html[dir="rtl"] #comments ol.comment-list .children:before {
  display: none;
}
.comment-list .children .comment-body {
  background: #e3f7df;
}
.comments-area .says {
  display: none;
}
.comment-list ol li .avatar {
  margin-right: -10px !important;
}
li form#commentform {
  background-color: white !important;
  padding: 15px !important;
  border-radius: 15px !important;
  max-width: 350px;
}
section#comments h2 {
  font-size: 14px !important;
}
li div#respond {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  margin: 0;
  z-index: 9999 !important;
  background: #02020259;
  backdrop-filter: blur(5px);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}
li h2#reply-title {
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 350px;
  max-width: 350px;
  text-align: center;
}
textarea#comment {
  resize: none;
}
p.logged-in-as {
  display: none;
}
.jw-product-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  text-decoration: none !important;
  direction: rtl;
  flex-direction: row-reverse;
}
.elementor-155
  .elementor-element.elementor-element-0f3c8f7
  .jw-post-content
  .jw-product-card__image
  img {
  width: 100% !important;
  height: 140px !important;
  object-fit: cover !important;
  border-radius: 10px 10px 10px 10px !important;
}
.elementor-155
  .elementor-element.elementor-element-0f3c8f7
  .jw-post-content
  .jw-product-card
  a {
  color: #ffffff !important;
}
.jamil-web-product-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.jw-product-card__content {
  flex: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.elementor-155
  .elementor-element.elementor-element-0f3c8f7
  .jw-post-content
  .jw-product-card__title {
  color: #000adb !important;
  text-align: right !important;
}
.elementor-155
  .elementor-element.elementor-element-0f3c8f7
  .jw-post-content
  .jamil-web-product-card
  a:hover {
  color: #ffffff !important;
}
.jamil-web-product-card a {
  font-weight: 400;
}
.jw-product-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.jw-product-card__cta {
  background: #ff4d5a;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  align-self: flex-start;
}
.jw-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #111;
  direction: rtl;
  justify-content: flex-end;
}
.jw-product-card__price .currency {
  color: #777;
  font-size: 12px;
}
.jw-product-card__price .amount {
  font-size: 20px;
  font-weight: 800;
}
.jw-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
}
.jw-product-card__image img {
  width: 100% !important;
  height: 130px !important;
  object-fit: contain;
  border-radius: 8px;
}
.jw-product-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .jw-product-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 10px;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    text-decoration: none !important;
    direction: rtl;
    flex-direction: row-reverse;
  }
  .jw-product-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
  }
  .jw-product-card__content {
    flex: 1;
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 90% !important;
    align-items: flex-start;
  }
  .jw-product-card__price .amount {
    font-size: 16px !important;
    font-weight: 800;
  }
  h5.jw-product-card__title {
    font-size: 16px !important;
  }
  .elementor-155
    .elementor-element.elementor-element-0f3c8f7
    .jw-post-content
    .jw-product-card__image
    img {
    width: 100% !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 10px 10px 10px 10px !important;
  }
}

li h2#reply-title small {
  position: absolute;
  left: 0px;
  top: 33px;
  background: red;
  line-height: normal;
  border-radius: 10px 0px 10px 0px;
  font-size: 14px;
  padding: 4px 10px;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #1c39bb;
}
.comment-metadata a {
  color: #000000;
  font-size: 14px;
}
.comments-area [type="submit"] {
  color: #fff !important;
  background-color: #0f75fa !important;
}
.comment-author.vcard a {
  color: #061246;
}
textarea:focus {
  border-color: #d3d3d3 !important;
}
article#div-comment-1 .comment-content a {
  color: #f50a0a;
}
p.comment-notes {
  display: none;
}

.post-suggestion-box .post-info {
  text-align: right;
  height: 100%;
  align-items: center;
  border-left: 5px solid #0f75fa;
  border-radius: 8px;
}
.elementor-element.elementor-element-e7abde6.jamil-web
  .jw-post-content
  .post-suggestion-box
  h3:not(:has(+ ul), :has(+ ol)) {
  margin: 0 !important;
  flex-grow: 1;
}
.post-suggestion-box {
  text-align: initial;
}
.elementor-element.elementor-element-e7abde6.jamil-web.elementor-widget.elementor-widget-jw_post_content
  .post-suggestion-box
  a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.jamil-class {
  background: #0f75fa;
  color: #fff;
  padding: 16px 20px;
  font-weight: bold;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 8px;
  margin-left: 10px !important;
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 12px 100%, 0 50%);
}
.post-suggestion-box .post-title {
  font-weight: 500;
  color: #313131 !important;
}
h5.post-title {
  font-size: 16px !important;
  box-shadow: rgb(0 0 0 / 0.1) 0 4px 10px 0 !important;
  border-radius: 8px;
}
a.post-suggestion-box {
  margin: 30px auto;
}
@media (max-width: 768px) {
  .jamil-class {
    background: #0f75fa;
    color: #fff;
    padding: 16px 20px;
    font-weight: bold;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center; /* متن وسط چین شود */
    position: relative;
    border-radius: 8px;
    margin-left: 0 !important;
    width: 100%; /* کل عرض را بگیرد */
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 12px),
      50% 100%,
      0 calc(100% - 12px)
    ); /* مثلث به پایین */
  }
  .post-suggestion-box {
    border-bottom: 5px solid #0f75fa !important;
    border-left: 0 !important;
  }
  h5.post-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px !important;
  }
}

/*کامنت محصول*/

* {
  outline: none !important;
}
.submit {
  background-color: #043ccc !important;
  color: white !important;
  border-radius: 10px !important;
  padding: 10px 30px !important;
}

.comment-form-cookies-consent {
  display: none;
}
.comment-text {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px !important;
  box-shadow: 0 10px 30px rgb(28 76 156 / 15%);
  border: unset !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: right;
  position: absolute;
  top: 30px;
  right: 20px;
  padding: 3px;
  height: auto;
  background: #e9e6ed;
  border: 1px solid #e1dde7;
  margin: 0;
  box-shadow: none;
  border-radius: 50%;
  width: 40px;
}
.children li img.avatar {
  position: absolute;
  top: 0px !important;
  margin-right: -20px !important;
}
.children .comment-text {
  background: linear-gradient(174deg, #50d7ff 0, #5b7fff 100%);
  padding: 20px;
  border-radius: 10px !important;
  box-shadow: 0 10px 30px rgb(10 164 255 / 17%);
  margin-bottom: 20px;
  border: unset !important;
}
.commentlist li.review {
  padding: 30px 20px !important;
  border-radius: 10px !important;
  margin-top: 30px !important;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.5, 0.15, 1.36) !important;
  transition: all 0.3s cubic-bezier(0.39, 0.5, 0.15, 1.36) !important;
  background: #f9fafd !important;
  border: 1px dashed #ccc !important;
}
.depth-2 .woocommerce-review__published-date,
.depth-2 .description {
  color: #fff !important;
}
ol.commentlist {
  padding: 0px;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px -15px 0 0;
}
h2.woocommerce-Reviews-title {
  display: flex !important;
  font-size: 18px;
}
ul.children .woocommerce-review__author {
  padding: 3px 7px;
  border-radius: 3px;
  margin-right: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
span.woocommerce-review__dash {
  display: none;
}
.comment-text p.meta {
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
}
/*---------------  استایل گالری ---------------*/

ol.flex-control-nav.flex-control-thumbs li {
  border: 1px solid #ededed !important;
  border-radius: 8px !important;
  padding: 5px !important;
  display: flex !important;
  justify-content: center !important;
}
.jamilweb-gallery-wrapper {
  position: relative !important;
  overflow: hidden !important;
}
.woocommerce
  div.product
  div.images.woocommerce-product-gallery
  .flex-control-thumbs {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  gap: 5px !important;
  padding: 5px !important;
}
.woocommerce
  div.product
  div.images.woocommerce-product-gallery
  .flex-control-thumbs::-webkit-scrollbar {
  display: none !important;
}
.woocommerce
  div.product
  div.images.woocommerce-product-gallery
  .flex-control-thumbs
  li {
  flex: 0 0 23% !important;
}
.jamilweb-prev,
.jamilweb-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: rgba(0, 0, 0, 0.6) !important;
  border: none !important;
  cursor: pointer !important;
  z-index: 10 !important;
  border-radius: 50% !important;
  box-shadow: 0 3px 4px rgb(0 0 0 / 44%) !important;
  transition: background 0.3s !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px !important;
}
.jamilweb-prev {
  left: 2px !important;
}
.jamilweb-next {
  right: 2px !important;
}
.jamilweb-prev:hover,
.jamilweb-next:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}
.jamilweb-prev svg,
.jamilweb-next svg {
  width: 24px !important;
  height: 24px !important;
  fill: #fff !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: flex !important;
  outline-offset: -2px !important;
  justify-content: center !important;
}
div#elementor-lightbox-slideshow-single-img {
  display: none !important;
}
/* .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
} */
ol.flex-control-nav.flex-control-thumbs li img {
  border: 0 !important;
}
.woocommerce
  .elementor-2276
  .elementor-element.elementor-element-ce5a429
  .flex-control-thumbs
  li {
  padding-right: calc(10px / 2);
  padding-left: calc(10px / 2);
  padding-bottom: 5px !important;
}

/*--------------- استایل سبد خرید ---------------*/

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*="elementor-page-"]) .site-main {
  max-width: 1366px !important;
}
@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 auto;
    width: 72%;
    margin-right: 22px;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 24%;
  }
}
.row {
  --bs-gutter-x: 1.2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
  gap: 27px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  margin: 0 0 60px;
  padding: 10px 15px;
  border: 1px solid #eee;
  background: rgb(255, 255, 255);
  width: 100%;
  font-family: var(--mainfontnum);
  float: right;
  box-shadow: 0 1px 7px -5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: var(--borderradius);
  -moz-border-radius: var(--borderradius);
  border-radius: 15px;
}

.cart_totals.calculated_shipping h2 {
  font-size: 14px;
}
.woocommerce-cart table.cart td.actions > .button {
  float: right;
}
.woocommerce-cart .row .button {
  background-color: #006efd;
  color: #fff;
  border-radius: 10px;
  padding: 13px;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  text-align: center;
  position: relative;
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #006efd;
}
.coupon {
  display: flex !important;
  align-items: center !important;
  padding: 0 0 10px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: 1px solid #e9e6ed00;
}
.woocommerce table.shop_table {
  border: 1px solid rgb(255 0 0 / 0%);
  margin: 0;
  text-align: right;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: transparent !important;
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: transparent !important;
}
.woocommerce table.shop_table {
  border-collapse: collapse !important;
}
table td,
table th {
  border: 0 !important;
}
.woocommerce table.cart.woocommerce-cart-form__contents {
  border: none;
  border-collapse: collapse;
  border-radius: 15px !important;
  overflow: hidden;
  /* box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 5%); */
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #eee !important;
  padding: 14px 7px;
}
.woocommerce-cart table.cart tr:last-child td {
  border-bottom: none !important;
}
.shop_table.shop_table_responsive .order-total {
  font-size: 16px;
  background: #e1ffe9;
  margin: 10px 0;
  border: 1px solid #b6f4c7;
  font-weight: 450;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.shop_table.shop_table_responsive .cart-subtotal {
  display: none;
}
a.checkout-button.button.alt.wc-forward {
  border-radius: 10px;
  margin: 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: 1px solid #0000000d !important;
  border-radius: 10px !important;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
.col-12.col-sm-12.col-lg-9 button.button {
  color: #ffffff !important;
  font-weight: 400 !important;
}
form.woocommerce-cart-form {
  border-radius: 15px;
  box-shadow: 0 1px 7px -5px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 10px 0;
}
.col-colla .cart_totals button.button {
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
}
.shop_table.shop_table_responsive .cart-discount {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #0f75fa0d;
  border-radius: 10px;
  border: solid 1px #0f75fa85;
  margin-bottom: 10px;
}
.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
  display: none;
}
.woocommerce-popup-message {
  background: #ffffff;
  color: #080808;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  text-align: center;
  position: relative;
  z-index: 9999;
  font-size: 16px;
}
.woocommerce-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-popup-message a {
  color: #ff000a;
  font-weight: 500;
}
body.woocommerce-account .woocommerce-message {
  display: none !important;
}
.woocommerce-popup-message .close-popup-message {
  position: absolute;
  top: -13px;
  right: -15px;
  background: #ff0000;
  border: none;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  width: 35px;
  height: 34px;
  border-radius: 50px;
  display: grid;
  place-items: center;
  padding: 5px;
  line-height: 1;
}
.woocommerce-cart table.cart img {
  width: 32px;
  box-shadow: none;
  border-radius: 5px !important;
}
td.product-name a {
  text-decoration: none !important;
  color: #006efd !important;
  font-weight: 500 !important;
}
body.woocommerce-cart a.remove {
  font-size: 0 !important;
}
body.woocommerce-cart a.remove:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  margin-top: -14px;
  background-image: url("assets/img/trash.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* جلوگیری از نشت استایل حذف سبد از صفحه سبد خرید به مینی‌کارت المنتور */
.elementor-menu-cart__main a.remove {
  font-size: inherit !important;
  position: static !important;
}
.elementor-menu-cart__main a.remove:before {
  content: none !important;
}
.woocommerce ul#shipping_method li {
  border: 1px solid #eeeeee;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
}
.shop_table .woocommerce-shipping-destination {
  text-align: right;
  font-size: 13px;
  background: #fff8e1;
  border: 1px solid #f0e5c1;
  border-radius: 10px;
  padding: 12px;
  line-height: normal;
  margin: 20px 0 10px 0 !important;
}
.shop_table.shop_table_responsive {
  margin-top: 10px;
}
.site-main .page-header {
  display: none;
}
.cart-process {
  width: 70%;
  margin: 35px auto;
}
.cart-process ul {
  display: flex;
  justify-content: center !important;
  margin-left: 37px;
}
.jamilweb-cart-item dl.variation {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
dd.variation- {
  margin: 0;
}
.cart-process ul li {
  position: relative;
  flex-grow: 1;
  text-align: center;
}
.cart-process ul li::before {
  content: "";
  width: 48px;
  height: 48px;
  background: #c9c9c9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #e6e6e6;
  color: #e6e6e6;
  z-index: 9;
  position: relative;
  margin: 0 auto;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.cart-process ul li[data-step="cart"]::before {
  background-image: url("assets/img/Frame5.svg") !important;
}
.cart-process ul li[data-step="checkout"]::before {
  background-image: url("assets/img/Frame19.svg") !important;
}
.cart-process ul li[data-step="complete"]::before {
  background-image: url("assets/img/Frame20.svg") !important;
}
.cart-process ul li::after {
  content: "";
  background: #eee;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 23px;
  right: 50%;
}
.cart-process ul li.active::before {
  background: #006efd;
  color: #fff;
  opacity: 1;
  border: 2px solid #005dd7;
}
.cart-process ul li:last-child:after {
  display: none;
}
.cart-process ul li a,
.cart-process ul li span {
  margin-top: 7px;
  display: block;
  font-size: 13px;
}
.cart-process li {
  list-style: none;
}
.cart-process a {
  color: #040404;
  font-weight: 500;
  text-decoration: none !important;
}
.cart-process ul li {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 120px;
  min-height: 90px;
}

.cart-process ul li a,
.cart-process ul li span {
  position: static;
  z-index: 10;
  display: block;
  width: 100%;
  background: none;
  color: inherit;
  text-decoration: none;
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}
.cart-process ul li a.full-link {
  position: absolute;
  inset: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  text-indent: -9999px;
}
.cart-process ul li {
  pointer-events: auto;
}
.cart-process ul li a:not(.full-link) {
  position: static;
  z-index: 10;
}
.cart-process ul li.done::before {
  background: #006efd !important;
  background-image: url("assets/img/tick-square.svg") !important;
  border-color: #005dd7 !important;
  background-size: 45px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.cart-process ul li.done a,
.cart-process ul li.done span {
  color: #006efd !important;
}
.cart-process ul li.active a,
.cart-process ul li.active span {
  color: #006efd !important;
  font-weight: bold;
}
.cart-process ul li.done::after {
  background: #006efd;
  border-color: #005dd7 !important;
}
.jamilweb-checkout {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cart-left-box {
  margin: 0 0 60px;
  padding: 10px 15px;
  border: 1px solid #eee;
  background: rgb(255, 255, 255);
  float: right;
  box-shadow: 0 1px 7px -5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: var(--borderradius);
  -moz-border-radius: var(--borderradius);
  border-radius: 15px;
  flex-grow: 1;
}
.jamilweb-order_review {
  width: 30%;
}
.jamilweb-order_review .woocommerce-checkout-review-order {
  margin: 0 0 60px;
  padding: 10px 15px;
  border: 1px solid #eee;
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 7px -5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: var(--borderradius);
  -moz-border-radius: var(--borderradius);
  border-radius: 15px;
}
.cart_totals .woocommerce-shipping-methods,
.woocommerce-shipping-destination {
  display: none;
}
.jamilweb-total {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
}
.jamilweb-cart-item .cart_item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 10px 0 !important;
  padding: 0;
}
.order-total.jamilweb-order {
  display: flex;
  justify-content: space-between;
  padding: 15px 4px;
}
.order-total.jamilweb-order {
  font-size: 16px;
  background: #e1ffe9;
  margin: 15px 0;
  border: 1px solid #b6f4c7;
  font-weight: 450;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.jamilweb-digi {
  font-size: 16px;
  background: #ff00000a;
  margin: 15px 0;
  border: 1px solid #ff000038;
  font-weight: 450;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  width: 100%;
  background: #006efd;
  padding: 14px;
  border-radius: 10px;
}
.woocommerce-billing-fields h3 {
  font-size: 20px;
}
.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border: 1px solid #b3b3b3cc !important;
  border-radius: 6px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  right: -10px !important;
}
.jamilweb-checkout-shipping {
  margin-top: 20px;
}
.jamilweb-checkout-shipping span {
  font-size: 20px;
}
p#billing_city_field {
  width: 47%;
  display: inline-block;
  float: left;
}
p#billing_state_field {
  width: 47%;
  display: inline-block;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding: 15px !important;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  padding: 15px !important;
}
.woocommerce form .cart-left-box .form-row label {
  line-height: 2;
  font-weight: 700;
  margin-right: 5px;
  top: 13px;
  position: relative;
  right: 5px;
  background-color: #ffffff;
  padding: 0 5px 0 8px;
  display: inline-block !important;
  z-index: 999;
  border-radius: 8px;
  font-size: 13px;
}
.jamilweb-order_review span.woocommerce-Price-amount.amount {
  float: left;
}
.woocommerce-billing-fields .form-row.jamilweb-hidden-country {
  display: none !important;
}

.cart-collaterals form.woocommerce-shipping-calculator {
  display: none !important;
}
span.woocommerce-cart-no-shipping-available-html.e-checkout-message.e-cart-content {
  display: none;
}
/*---------------  استایل صفحه تشکر ---------------*/

.jamilweb-back-button {
  color: #333 !important;
  display: flex;
  gap: 8px;
  font-weight: 800;
  border-radius: 8px;
  border: 1px solid #eee;
  width: fit-content;
  padding: 10px 16px;
  align-items: center;
}
.woocommerce-order-details__title {
  font-size: 18px !important;
  margin-top: 40px !important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  display: none !important;
}
.jamilweb-order-summary {
  display: flex;
  margin: 24px 0px;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 8px;
}
.jamilweb-summary-section {
  flex: 1;
  min-width: 300px;
  border-bottom: 1px solid #eee;
}
.jamilweb-summary-section:nth-child(3) {
  border: none !important;
}
.jamilweb-section-title {
  font-family: "Vazirmatn", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px !important;
}
.jamilweb-summary-boxs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}
.jamilweb-summary-box {
  border-radius: 8px;
  font-family: "Vazirmatn", sans-serif;
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.jamilweb-summary-label {
  color: #999;
  font-weight: 500;
}
.jamilweb-summary-value {
  color: #333;
  font-weight: 500;
}
.jamilweb-info-address {
  width: 100%;
  justify-content: start;
}
.jamilweb-info-address .jamilweb-summary-value {
  width: 100%;
  display: ruby;
}
.jamilweb-order-products {
  display: flex;
  flex-wrap: wrap;
}
.jamilweb-product-card {
  background-color: #ffffff;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 8px;
  width: 100%;
  margin-top: 16px;
  font-family: "Vazirmatn", sans-serif;
  font-size: 14px;
  color: #333;
  display: flex;
  gap: 12px;
}
.jamilweb-product-image img {
  width: 114px;
  height: 114px;
  object-fit: cover;
  border-radius: 4px;
}
.jamilweb-product-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
.jamilweb-product-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.jamilweb-product-name a {
  color: #23254e !important;
  text-decoration: none;
  font-weight: 500;
}
.jamilweb-product-quantity {
  background: #eee;
  color: #777;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}
.jamilweb-product-total {
  color: #62666d;
  margin-bottom: 8px;
  font-size: 12px;
}
p.woocommerce-thankyou-order-received {
  text-align: center;
  background: #0cc9361a;
  padding: 10px;
  margin-bottom: 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #099929;
}
.woocommerce ul.order_details {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.woocommerce ul.order_details li {
  padding: 20px;
  text-align: center;
  margin: 0;
  flex-grow: 1;
  font-size: 13px;
  font-weight: 500;
}
.woocommerce ul.order_details li strong {
  margin-top: 18px;
  font-size: 16px;
}
.woocommerce-order {
  margin: 0 !important;
}

@media (max-width: 480px) {
  .jamilweb-order-summary {
    flex-direction: column;
    gap: 16px;
  }
  .jamilweb-summary-section {
    min-width: 100%;
  }
  .jamilweb-summary-box {
    font-size: 13px;
    padding: 10px 12px;
  }
  .jamilweb-section-title {
    font-size: 15px;
  }
  .jamilweb-product-card {
    padding: 10px;
  }
  .jamilweb-product-image {
    text-align: center;
  }
  .jamilweb-product-image img {
    width: 90px;
    height: 90px;
  }
  .jamilweb-product-card,
  .jamilweb-repurchase-button {
    font-size: 12px;
  }
  .jamilweb-repurchase-button {
    padding: 5px 10px;
  }
}

/*---------------  استایل حساب کاربری ---------------*/

.comments-area a,
.page-content a {
  text-decoration: none !important;
}
.e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper {
  padding: 0 !important;
}

.jamilweb-orders-title-wrap {
  margin-bottom: 20px;
  font-family: "Vazirmatn", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.jamilweb-order-search {
  display: flex;
  background-color: #f0f0f1;
  padding: 4px 12px;
  border-radius: 8px;
  height: 48px;
}
.jamilweb-search-input {
  font-size: 13px;
  background: transparent;
  min-width: 215px;
}
.jamilweb-search-input:hover,
.jamilweb-search-input:focus,
.jamilweb-search-input:active {
  border: none !important;
  outline: none !important;
}
.jamilweb-search-input::placeholder {
  color: #81858b;
}
form.jamilweb-order-search input[type="text"] {
  border: none !important;
}
.jamilweb-search-button {
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  padding: 0 !important;
}
.jamilweb-orders-title {
  font-size: 18px;
  font-weight: 700 !important;
  color: #333;
  margin: 0 !important;
}
.jamilweb-order-tabs {
  margin-bottom: 16px;
  padding: 0px 0px 8px 16px;
  border-bottom: 1px solid #e0e0e2;
}
.jamilweb-tabs-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.jamilweb-tab-item {
  flex: 0 0 auto;
  position: relative;
}
.jamilweb-tab-link {
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #81858b !important;
}
.jamilweb-tab-item.active a.jamilweb-tab-link::after {
  content: "";
  position: absolute;
  background-color: #ef4056;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 16px);
  bottom: -8px;
}
.jamilweb-tab-count {
  font-size: 12px;
  margin-right: 4px;
  background-color: #a1a3a8;
  min-width: 24px;
  height: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #fff !important;
}
.jamilweb-tab-item.active .jamilweb-tab-count {
  background: #ef4056;
  color: #fff;
}
.jamilweb-tab-item.active .jamilweb-tab-link {
  color: #ef4056 !important;
}
.jamilweb-tab-link:hover .jamilweb-tab-count {
  color: #fff;
}
.jamilweb-empty-orders {
  font-family: "Vazirmatn", sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #f5f7f9;
  padding: 16px;
  border-radius: 4px;
  text-align: right;
}
.woocommerce-info {
  margin-top: 70px;
  margin-bottom: 70px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Vazirmatn" !important;
  background: transparent !important;
  text-align: center;
  opacity: 0.6;
}
.woocommerce-info:before {
  display: none;
}
.woocommerce-info a {
  display: none !important;
}
.woocommerce-pagination {
  padding: 16px !important;
}

.woocommerce-orders-table {
  border: none !important;
  font-family: "Vazirmatn", sans-serif;
  padding: 0px 16px;
}
.woocommerce-orders-table thead {
  display: none !important;
}
.woocommerce-orders-table tbody tr {
  display: flex;
  border: 1px solid #e0e0e2 !important;
  border-radius: 8px;
  padding: 16px 0px 0px 0px;
  margin: 15px;
  gap: 12px;
  cursor: pointer;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-orders-table__cell-order-status {
  order: 1;
  width: 100%;
  padding: 0px 16px !important;
  border: none !important;
}
.woocommerce-orders-table__cell-order-date {
  order: 2;
  padding-right: 16px !important;
  border: none !important;
}
.woocommerce-orders-table__cell-order-number {
  order: 3;
  margin-right: 10px;
  border: none !important;
}
.woocommerce-orders-table__cell-order-total {
  order: 4;
  margin-right: 10px;
  border: none !important;
}
.woocommerce-orders-table__cell-order-actions {
  order: 5;
  width: 100%;
  border-top: 1px solid #e0e0e2 !important;
  margin-top: 20px;
}
.woocommerce-orders-table td {
  display: block;
}
.jamilweb-order-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.jamilweb-arrow-icon {
  width: 20px;
  height: 20px;
}
.jamilweb-order-status {
  color: #333;
  display: flex;
  gap: 8px;
}
.jamilweb-order-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  color: #333;
}
.jamilweb-order-info {
  display: flex;
  gap: 8px;
  align-items: center;
}
.jamilweb-order-label {
  font-weight: 400;
  color: #a1a3a8;
}
.jamilweb-order-value,
.jamilweb-order-number {
  font-weight: 700;
  color: #3f4064 !important;
}
.jamilweb-order-products {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 0;
}
.jamilweb-product-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}
.shipping-invoice-buttons.faktorak-scope {
  display: inline-block !important;
}
.jamilweb-myaccount nav ul li {
  list-style: none !important;
}
body:not([class*="elementor-page-"]) .site-main {
  margin: 50px auto !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: right;
  width: 20%;
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 12px 12px 0 rgb(181 181 181 / 11%);
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: left;
  width: 78%;
}
.jamilweb-myaccount nav ul li a {
  color: #535353;
  display: inline-block;
  padding: 10px;
  transition: 0.1s all;
  font-weight: 500;
}
body .jamilweb-myaccount .content-user .my-orders-summary__main {
  padding-right: 24px;
  margin: 0px 0 30px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
body
  .jamilweb-myaccount
  .content-user
  .my-orders-summary__main
  .my-orders-summary__status {
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  flex: 1 1;
  align-items: center;
}
body
  .jamilweb-myaccount
  .content-user
  .my-orders-summary__header.profile-section__header {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .jamilweb-myaccount .content-user .title-border {
  background-color: #ef394e;
  width: 6rem;
  height: 3px;
}
.jamilweb-myaccount .woocommerce-wishlist {
  border: 1px solid #e0e0e2;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 12px 12px 0 rgb(181 181 181 / 11%);
  padding: 20px 20px 40px 20px;
}
.jamilweb-myaccount a.my-orders-link {
  text-decoration: none;
  font-size: 14px;
  color: #275fe0;
  font-weight: bold;
  padding: 0;
}
body .jamilweb-myaccount .order-status-count {
  font-size: 15px;
  font-weight: 700;
  line-height: 2.15;
  display: block;
  color: #424750;
}
body .jamilweb-myaccount .order-status-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 2.17;
  color: #424750;
}
body .jamilweb-myaccount .content-user .profile-section__title p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.15;
  color: #0c0c0c;
}
.jamilweb-myaccount .is-active a {
  background: #309aff1c !important;
  color: #0169f5 !important;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.jamilweb-myaccount ul {
  padding: 0 5px;
}
.jamilweb-myaccount ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 5px auto;
  border-radius: 5px;
  transition: background 0.3s ease, color 0.3s ease;
  font-size: 14px;
}
.jamilweb-myaccount li.woocommerce-MyAccount-navigation-link a:hover {
  background: #309aff1c !important;
  color: #0169f5 !important;
}
.jamilweb-myaccount
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout
  a {
  background: #ff00000a !important;
  color: #ff0000 !important;
  border-radius: 5px;
}
.nav-user-dashboard .user-email {
  font-size: 13px;
  color: #535353;
  display: inline-block;
}
.user-info-account {
  display: flex;
  margin: auto 10px;
  gap: 10px;
  padding-bottom: 25px;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 10px;
}
.user-info-account img {
  border-radius: 100%;
}
.jamilweb-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
span.jamilweb-color {
  color: #275fe0 !important;
  font-weight: 600;
  font-size: 14px;
}
span.jamilweb-name {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}
body
  .jamilweb-myaccount
  .content-user
  .my-orders-summary__main
  .my-orders-summary__status {
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  flex: 1 1;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e0e0e2;
  border-radius: 0;
}
body
  .jamilweb-myaccount
  .content-user
  .my-orders-summary__main
  .my-orders-summary__status:last-child {
  border-left: none;
}
.jamilweb-myaccount .jamilweb-orders {
  border: 1px solid #e0e0e2;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 12px 12px 0 rgb(181 181 181 / 11%);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 10px;
  font-size: 18px;
  vertical-align: middle;
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  content: "\f625";
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--orders
  a:before {
  content: "\f07a";
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--downloads
  a:before {
  content: "\f019";
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-address
  a:before {
  content: "\f5a0";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-account
  a:before {
  content: "\f2bb";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--wishlist
  a:before {
  content: "\f004";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:before {
  content: "\f2f5";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a i::before {
  font-weight: 900;
  margin-left: 10px;
  font-size: 18px;
  vertical-align: middle;
}
form.woocommerce-EditAccountForm.edit-account {
  padding: 10px;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #dfdfdf;
}
ul.jamilweb_download_list {
  list-style: none;
  padding: 10px;
  margin: 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 12px 12px 0 rgb(181 181 181 / 11%);
}
ul.jamilweb_download_list li {
  margin: 15px 0;
  background: #e8f4ff;
  padding: 5px;
  border-radius: 10px;
}
ul.jamilweb_download_list.produc-page li .sub_items {
  padding: 5px 10px;
  text-align: center;
}
ul.jamilweb_download_list li:after {
  clear: both;
  display: block;
  content: "";
}
ul.jamilweb_download_list li span.arrow {
  background: no-repeat center center url("assets/img/Frame-3@2x.svg");
  float: left;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(-180deg);
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: black;
}
ul.jamilweb_download_list li.active span.arrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
ul.jamilweb_download_list li a.title {
  color: #0169f5 !important;
  padding: 5px 10px;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
}
ul.jamilweb_download_list ul.jamilweb_order_wrapper {
  padding: 10px 10px 0 10px;
  margin: 0;
  list-style: none;
  border-top: 1px dashed #eff2f3;
}
ul.jamilweb_download_list ul.jamilweb_order_wrapper th {
  font-size: 13px;
  font-weight: 500;
}
ul.jamilweb_download_list li .sub_items {
  width: 100%;
  display: none;
}
ul.jamilweb_download_list a.download-btns {
  display: flex;
  background: #0f75fa;
  color: #000 !important;
  width: fit-content;
  padding: 5px 16px;
  border-radius: 10px;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  color: white !important;
}
ul.jamilweb_order_wrapper {
  border-top: 1px dashed #a5a5a5 !important;
}
ul.jamilweb_order_wrapper {
  width: 100%;
}
.jamilweb_download_list table td,
table th {
  padding: 6px !important;
  vertical-align: revert !important;
}
ul.jamilweb_order_wrapper td a {
  float: right;
}
.jamilweb-myaccount .woocommerce-MyAccount-content .elementor {
  background-color: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 12px 12px 0 rgb(181 181 181 / 11%);
}
.jamilweb-myaccount .my-orders-summary.profile-section {
  border: 1px solid #e0e0e2;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 12px 12px 0 rgb(181 181 181 / 11%);
}
.myaccount-detail {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
.myaccount-detail .item-detail {
  background: #4cd137;
  width: 100%;
  color: #fff;
  padding: 10px;
  display: flex;
  gap: 12px;
  border-radius: 10px;
}
.myaccount-detail .item-detail {
  width: 100%;
  color: #fff;
  padding: 10px;
  display: flex;
  gap: 12px;
  border-radius: 10px;
  align-items: center;
}
.myaccount-detail .item-detail i {
  font-size: 28px;
}
.myaccount-detail .item-detail .item-content div {
  font-size: 15px;
}
.myaccount-detail .item-detail .item-content h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.myaccount-detail .item-detail:nth-child(1) {
  background: #6f44ea;
}
.myaccount-detail .item-detail:nth-child(2) {
  background: #22c55d;
}
.myaccount-detail .item-detail:nth-child(3) {
  background: #006efd;
}
.myaccount-detail .item-detail:nth-child(4) {
  background: #1f0d66;
}
.myaccount-detail .item-detail i.fa-solid.fa-calendar-circle-user {
  background-color: #825fe6;
  padding: 10px;
  border-radius: 5px;
}
.myaccount-detail .item-detail i.fa-solid.fa-cart-flatbed {
  background-color: #56d68b;
  padding: 10px;
  border-radius: 5px;
}
.myaccount-detail .item-detail i.fa-solid.fa-comment-dots {
  background-color: #509cff;
  padding: 10px;
  border-radius: 5px;
}
.myaccount-detail .item-detail i.fa-regular.fa-credit-card {
  background-color: #443485;
  padding: 10px;
  border-radius: 5px;
}
.jamilweb-myaccount .u-column2.col-2.woocommerce-Address {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 12px 12px 0 rgb(181 181 181 / 11%);
  width: 100%;
}
.jamilweb-myaccount .u-column1.col-1.woocommerce-Address {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 12px 12px 0 rgb(181 181 181 / 11%);
  width: 100%;
}
.u-column1.col-1.woocommerce-Address address {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  margin-top: 10px;
  font-style: normal;
}
.u-column2.col-2.woocommerce-Address address {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  margin-top: 10px;
  font-style: normal;
}
header.woocommerce-Address-title.title h2 {
  font-size: 18px;
  display: inline;
}
header.woocommerce-Address-title.title {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}
header.woocommerce-Address-title.title a {
  color: #0449e9 !important;
}
span#account_display_name_description em {
  font-style: normal;
  font-size: 14px;
}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label {
  font-size: 15px;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
@media (max-width: 480px) {
  .jamilweb-order-search {
    padding: 4px 32px;
  }
  .jamilweb-search-input {
    font-size: 13px;
    min-width: 100%;
  }
  .jamilweb-search-button svg {
    width: 18px;
    height: 18px;
  }
  .jamilweb-orders-title {
    font-size: 16px;
  }
  .jamilweb-tabs-list {
    gap: 6px;
  }
  .jamilweb-tab-link {
    padding: 6px 12px;
    font-size: 13px;
  }
  .jamilweb-tab-count {
    font-size: 11px;
  }
  .jamilweb-empty-orders {
    font-size: 13px;
    padding: 12px;
  }
  .woocommerce-orders-table tbody tr {
    padding: 12px;
  }
  .jamilweb-order-header {
    font-size: 14px;
  }
  .jamilweb-arrow-icon {
    width: 18px;
    height: 18px;
  }
  .jamilweb-order-details {
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
  }
  .jamilweb-product-image {
    width: 60px;
    height: 60px;
  }
}

/*---------------  استایل اطلاعیه ها  ---------------*/

.jamilweb-notice-list-box {
  background: #232b32;
  border-radius: 16px;
  padding: 24px 32px;
  color: #fff;
  margin-bottom: 32px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  margin-right: auto;
  margin-left: auto;
}
.jamilweb-notice-list-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: right;
  color: #fff;
}
.jamilweb-notice-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: #1a2228;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 14px;
  border: 1px solid #2e3740;
  transition: box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.jamilweb-notice-list-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.jamilweb-notice-list-meta {
  font-size: 13px;
  color: #bdbdbd;
  margin-left: 12px;
  min-width: 80px;
  text-align: left;
}
.jamilweb-notice-list-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.jamilweb-notice-list-title-text {
  font-weight: bold;
  margin-left: 8px;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jamilweb-notice-list-summary {
  color: #bdbdbd;
  font-size: 14px;
  margin-left: 8px;
  max-width: 788px;
  overflow: hidden;
}
.jamilweb-notice-list-item i {
  color: #ffb300;
  font-size: 20px;
  margin-left: 10px;
}
.jamilweb-user-notice.notice-private {
  background: #fff3e0;
  color: #333;
  border-radius: 10px;
  padding: 18px 24px;
  margin-bottom: 24px;
  border-right: 4px solid #ff9800;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(255, 152, 0, 0.07);
}
.jamilweb-user-notice-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: #ff9800;
}
.jamilweb-user-notice {
  padding: 20px;
  background: #ff00000d;
  color: #ff0000;
  border-radius: 10px;
  display: inline-block;
}
span.jamilweb-badge {
  font-size: 18px;
  background: #ff0000;
  padding: 0px 11px;
  border-radius: 100%;
  color: #ffffff;
  width: 25px;
  height: 25px;
  position: absolute;
  margin-right: 10px;
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--private-notices
  a:before {
  content: "\f0f3";
}
button.jamilweb-mark-read {
  border: 1px solid #006efd;
  background-color: #006efd;
  color: #fff;
  text-decoration: none;
}
button.jamilweb-mark-read:hover {
  border: 1px solid #006efd;
  background-color: #006efd;
}

/*---------------  استایل پاپ آپ سبد خرید  ---------------*/

.jamilweb-cart-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.jamilweb-cart-popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  position: relative;
  animation: jamilweb-popupFadeIn 0.3s ease;
}
.jamilweb-cart-popup-close {
  position: absolute;
  top: 16px;
  left: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  background: transparent !important;
}
.jamilweb-cart-popup-close:hover,
.jamilweb-cart-popup-close:active,
.jamilweb-cart-popup-close:focus {
  background: transparent !important;
}
.jamilweb-cart-popup-close svg {
  display: block;
}
.jamilweb-cart-popup-title {
  font-size: 16px;
  margin: 0 0 15px;
  text-align: right;
}
.jamilweb-cart-popup-divider {
  border: 0;
  border-top: 1px solid #eee;
  margin: 15px 0;
}
.jamilweb-cart-popup-product {
  display: flex;
  align-items: center;
  gap: 15px;
}
.jamilweb-cart-popup-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}
.jamilweb-cart-popup-details {
  flex: 1;
}
.jamilweb-cart-popup-product-title {
  font-size: 14px;
  margin: 0 0 10px;
  color: #666;
  font-weight: 400;
}
.jamilweb-cart-popup-product-price {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.jamilweb-cart-popup-product-price del {
  font-size: 13px;
  color: #888;
}
.jamilweb-cart-popup-product-price ins {
  text-decoration: none;
}
.jamilweb-cart-popup-button {
  display: block;
  text-align: center;
  background: #ef394f;
  color: #fff !important;
  padding: 10.5px 24px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  transition: all 0.2s;
  min-width: 100px;
  position: relative;
  margin-top: 16px;
  text-decoration: none;
}
@keyframes jamilweb-popupFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 480px) {
  .jamilweb-cart-popup-content {
    width: 95%;
    padding: 15px;
  }
  .jamilweb-cart-popup-image {
    width: 60px;
    height: 60px;
  }
}

/*---------------   زسپانسیو    ---------------*/

@media (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 12px;
    box-shadow: none;
    padding: 12px 0;
    order: 2;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    order: 1;
  }
  .jamilweb-myaccount {
    flex-direction: column !important;
    gap: 0 !important;
  }
  .myaccount-detail {
    flex-direction: column;
    gap: 12px;
  }
  .myaccount-detail .item-detail {
    font-size: 15px;
    padding: 12px;
    flex-direction: row;
    align-items: center;
  }
  .user-info-account {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 16px;
  }
  .user-info-account img {
    margin-bottom: 8px;
  }
  .jamilweb-orders-title-wrap {
    flex-direction: column;
    gap: 10px;
    padding: 12px;
  }
  .jamilweb-orders,
  .jamilweb-myaccount .my-orders-summary.profile-section,
  .jamilweb-notice-list-box {
    margin: 0 0 16px 0;
    border-radius: 10px;
    box-shadow: none;
    padding: 8px;
  }
  body
    .jamilweb-myaccount
    .content-user
    .my-orders-summary__main
    .my-orders-summary__status {
    display: flex;
    flex-direction: column;
  }
  body .jamilweb-myaccount .content-user .my-orders-summary__main {
    padding-right: 0;
  }
  .jamilweb-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: right;
    margin-left: 12px;
  }
}

@media (max-width: 600px) {
  .myaccount-detail {
    flex-direction: column;
    gap: 8px;
  }
  .myaccount-detail .item-detail {
    font-size: 13px;
    padding: 8px;
    flex-direction: row;
    align-items: center;
  }
  .jamilweb-orders-title-wrap {
    flex-direction: column;
    gap: 8px;
    padding: 8px;
  }
  .jamilweb-orders,
  .jamilweb-myaccount .my-orders-summary.profile-section,
  .jamilweb-notice-list-box {
    margin: 0 0 12px 0;
    border-radius: 8px;
    box-shadow: none;
    padding: 4px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 8px 0;
    font-size: 13px;
  }
  .jamilweb-myaccount ul li a {
    font-size: 13px;
    padding: 8px;
  }
  .user-info-account img {
    width: 56px !important;
    height: 56px !important;
  }
}

/* اگر می‌خواهی منوی سایدبار به صورت اسکرول افقی در موبایل باشد: */
@media (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    gap: 4px;
    padding: 0 4px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    min-width: 90px;
    text-align: center;
    flex: 0 0 auto;
  }
}
@media (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    gap: 4px;
    padding: 0 4px;
    scrollbar-color: #bdbdbd #f5f5f5; /* رنگ اسکرول‌بار برای فایرفاکس */
    scrollbar-width: thin; /* باریک بودن اسکرول‌بار برای فایرفاکس */
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
    height: 8px;
    background: #f5f5f5;
  }
  .woocommerce-account
    .woocommerce-MyAccount-navigation
    ul::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 8px;
  }
  .woocommerce-account
    .woocommerce-MyAccount-navigation
    ul::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 8px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    min-width: 90px;
    text-align: center;
    flex: 0 0 auto;
  }
}
@media (max-width: 600px) {
  .jamilweb-tabs-list {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    gap: 8px;
    padding-bottom: 4px;
    scrollbar-color: #bdbdbd #f5f5f5; /* رنگ اسکرول‌بار برای فایرفاکس */
    scrollbar-width: thin;
  }
  .jamilweb-tabs-list::-webkit-scrollbar {
    height: 6px;
    background: #f5f5f5;
  }
  .jamilweb-tabs-list::-webkit-scrollbar-thumb {
    background: #ef4056;
    border-radius: 8px;
  }
  .jamilweb-tabs-list::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 8px;
  }
  .jamilweb-tab-item {
    min-width: 120px;
    flex: 0 0 auto;
    text-align: center;
  }
  .jamilweb-myaccount ul {
    padding: 15px 5px;
  }
  td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before {
    display: none;
  }
}
.user-avatar-container {
  overflow: unset !important;
}
.user-info-account {
  display: flex;
  margin: auto 10px;
  gap: 10px;
  padding-bottom: 25px;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 10px;
  flex-direction: column;
}
.jamilweb-container {
  display: flex;
  gap: 12px;
}
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #c9c9c9 !important;
}
/* استایل دکمه افزودن به سبد خرید */

.quantity {
  display: inline-flex !important;
  align-items: center;
}
.quantity button {
  border: none;
  background-color: #006efd !important;
  color: #ffffff !important;
  margin: 0 !important;
  padding: 8px 15px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-weight: 600 !important;
  min-width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  z-index: 10 !important;
}
button.minus {
  border-radius: 0 30px 30px 0;
}
button.plus {
  border-radius: 30px 0 0 30px !important;
}

.quantity button:hover {
  background-color: #0056b3 !important;
  transform: scale(1.05) !important;
}

.quantity button:active {
  transform: scale(0.95) !important;
}
.woocommerce .quantity .qty {
  border: none;
  border-radius: 25px !important;
  margin-left: -7px !important;
  z-index: 1;
  margin-right: -7px;
}
.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty[type="number"] {
  -moz-appearance: textfield;
}
/* .cart .quantity button:hover {
    background-color: #006efd !important;
    color: #ffffff !important;
} */
.cart .quantity button {
  background-color: #ffffff00 !important;
  color: #ffffff !important;
}
.quantity .plus,
.minus {
  font-weight: 600 !important;
}
tr.woocommerce-cart-form__cart-item.cart_item .quantity {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  padding: 2px 4px 4px 4px;
  border-radius: 8px 8px 8px 8px;
}
/* استایل دکمه بازگشت به بالا */

.back-to-top {
  position: fixed;
  left: 20px;
  bottom: 45px;
  opacity: 0;
  width: 50px;
  font-size: 30px;
  height: 50px;
  line-height: 55px;
  color: #ffffff !important;
  border-radius: 50%;
  text-align: center;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #005dd7 !important;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* استایل باکس دوره ها و فایل دانلودی */

.jw-course-accordion {
  background: #1e3142;
  border-radius: 12px;
  padding: 20px 20px 5px 20px;
  margin: 30px 0;
}
.jw-accordion-item {
  margin-bottom: 18px;
  border-radius: 12px;
  overflow: hidden;
  background: none;
}
.jw-accordion-header {
  width: 100%;
  background: #0d1b2a !important;
  color: #fff;
  border: none;
  outline: none;
  padding: 18px 24px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  border-radius: 12px;
  transition: background 0.2s;
  position: relative;
}
.jw-accordion-header .jw-section-number {
  font-weight: bold;
  font-size: 22px;
  margin-left: 16px;
  color: #fff;
}
.jw-accordion-header .jw-section-title {
  font-size: 18px;
  color: #fff;
  margin-left: auto;
}
.jw-accordion-arrow {
  margin-right: 10px;
  font-size: 18px;
  transition: transform 0.3s;
}
.jw-accordion-item.open .jw-accordion-arrow {
  transform: rotate(180deg);
}
.jw-accordion-content {
  display: none;
  background: none;
  padding: 0;
}
.jw-accordion-item.open .jw-accordion-content {
  display: block;
  background: none;
  padding: 0 0 10px 0;
}
.jw-lesson-row {
  background: #102133;
  color: #fff;
  border-radius: 12px;
  margin: 12px 16px 0 16px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  position: relative;
}
.jw-lesson-row.locked {
  background: #102133;
}
.jw-lesson-left {
  display: flex;
  align-items: center;
  gap: 18px;
}
.jw-lock-icon {
  color: #e74c3c;
  font-size: 28px;
  margin-left: 10px;
}
.jw-download-link {
  color: #fff;
  background: none;
  border: none;
  font-size: 15px;
  margin-left: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.jw-download-link i {
  color: #fff;
  font-size: 18px;
}
.jw-lesson-duration {
  color: #60a5fa;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.jw-locked-text {
  color: #e74c3c;
  font-size: 15px;
  margin-left: 10px;
}
.jw-lesson-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.jw-lesson-title {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
.jw-lesson-number {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.jw-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: none;
  padding: 0 0 10px 0;
}
.jw-lesson-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #102133;
  color: #fff;
  border-radius: 12px;
  margin: 12px 16px 0 16px;
  padding: 16px 18px;
  font-size: 16px;
  position: relative;
  direction: rtl;
  gap: 0;
}
.jw-lesson-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 500;
}
.jw-lesson-title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.jw-lesson-number {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
.jw-lesson-duration-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
}
.jw-lesson-duration {
  color: #60a5fa;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: -2px;
}
.jw-lesson-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 160px;
  justify-content: flex-end;
}
.jw-download-link {
  color: #fff;
  background: none;
  border: none;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.jw-download-link i {
  color: #fff;
  font-size: 22px;
}
.jw-lock-icon {
  color: #e74c3c;
  font-size: 28px;
  margin-right: 8px;
  display: flex;
}
.jw-locked-text {
  color: #e74c3c;
  font-size: 15px;
  margin-right: 10px;
}
.jw-lesson-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 180px;
  justify-content: flex-end;
}
.jw-preview-link {
  color: #fff;
  background: none;
  border: none;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.jw-preview-link i {
  color: #60a5fa;
  font-size: 18px;
}
.jw-download-link {
  color: #a0aec0;
  background: none;
  border: none;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: not-allowed;
  opacity: 0.5;
  transition: color 0.2s, opacity 0.2s;
}
.jw-download-link.active {
  color: #22c55e;
  cursor: pointer;
  opacity: 1;
}
.jw-download-link.active i {
  color: #22c55e;
}
.jw-download-link.disabled i {
  color: #a0aec0;
}
.jw-lock-icon {
  color: #e74c3c;
  font-size: 28px;
  margin-right: 8px;
  transition: color 0.2s;
  cursor: pointer;
}
.jw-lock-icon.unlocked {
  color: #22c55e;
}
.jw-lock-icon[title]:hover::after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: -10px;
  background: #222;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  z-index: 100;
}
a.jw-preview-link {
  background: #1e3142;
  padding: 6px 10px;
  border-radius: 30px;
}
a:active,
a:hover {
  color: #5aa5fa !important;
}
.jw-lock-icon {
  color: #e74c3c;
  font-size: 28px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  flex-direction: row-reverse;
}
.jw-private-label {
  color: #e74c3c;
  font-size: 15px;
  margin-right: 4px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
button.jw-accordion-header:hover {
  background-color: #0b223a !important;
}
.jw-course-accordion.elementor-editor-mode
  .jw-accordion-item:first-child
  .jw-accordion-content {
  max-height: none !important;
  padding-bottom: 10px !important;
  overflow: visible;
  display: block !important;
}
.jw-course-accordion.elementor-editor-mode .jw-accordion-item:first-child {
  display: block !important;
}
.jw-course-accordion.elementor-editor-mode
  .jw-accordion-item:first-child
  .jw-accordion-arrow
  i {
  transform: rotate(180deg) !important;
}
.jamilweb-wrap {
  display: flex !important;
  justify-content: space-between;
  width: 50%;
}

/* استایل‌های رسپانسیو */
@media (max-width: 768px) {
  .jw-course-accordion {
    padding: 10px;
  }
  .jamilweb-wrap {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .elementor-111
    .elementor-element.elementor-element-c4f633c
    .jw-course-accordion {
    padding: 24px 8px 8px 8px !important;
  }
  .jw-accordion-header {
    flex-direction: row;
    align-items: flex-start !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .jw-section-number {
    font-size: 14px !important;
  }
  .jw-section-title {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  .jw-accordion-arrow {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
  }
  .jw-lesson-row {
    padding: 12px 15px !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
  .jw-lesson-title-wrap {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
  .jw-lesson-title {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  .jw-lesson-duration-wrap {
    width: 100% !important;
    flex: 1;
  }
  .jw-lesson-duration {
    font-size: 12px !important;
  }
  .jw-lesson-actions {
    width: 100% !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    display: flex;
    justify-content: space-between;
  }
  .jw-preview-link,
  .jw-download-link,
  .jw-lock-icon {
    font-size: 12px !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
  }

  .jw-private-label {
    font-size: 10px !important;
  }
}

@media (max-width: 480px) {
  .jw-course-accordion {
    padding: 8px;
  }
  .jw-lesson-row {
    margin: 12px 8px 0 8px !important;
  }
  .jw-section-title {
    font-size: 15px !important;
  }

  .jw-lesson-row {
    padding: 10px 12px !important;
  }

  .jw-lesson-title {
    font-size: 13px !important;
  }

  .jw-lesson-actions {
    gap: 8px !important;
  }
  .jw-preview-link,
  .jw-download-link,
  .jw-lock-icon {
    font-size: 11px !important;
    padding: 5px 8px !important;
  }
}

/* سبد خرید خالی */
.woocommerce-mini-cart__empty-message {
  background-image: url("assets/img/jamilweb-cart.webp");
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.elementor-menu-cart__close-button {
  top: 30px;
  margin-bottom: 50px !important;
  z-index: 9;
  right: -4px;
}
.elementor-menu-cart__main .elementor-menu-cart__product {
  padding-bottom: 15px !important;
  grid-template-columns: 15% auto !important;
}
.elementor-menu-cart__main .elementor-button-wrapper {
  height: 28px !important;
  transition: 0.3s ease !important;
}
.elementor-menu-cart__main svg {
  transition: 0.3s ease !important;
}
@media (max-width: 768px) {
  .elementor-menu-cart__main .elementor-button-wrapper {
    height: 25px !important;
    padding: 0px !important;
  }
}

@media (max-width: 768px) {
  .elementor-menu-cart__main .product-thumbnail a,
  .elementor-menu-cart__main .product-thumbnail img {
    width: 52px !important;
  }
}
.elementor-menu-cart__main .product-remove {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: 5px !important;
  margin-bottom: 60px !important;
  border-radius: 26px !important;
}
.elementor-menu-cart__main strong {
  font-weight: 500 !important;
}
.elementor-menu-cart__main .elementor-menu-cart__subtotal span {
  color: black !important;
}
.elementor-menu-cart__main .elementor-menu-cart__subtotal {
  background: #f7f7f7 !important;
  border-radius: 5px !important;
  border: 1px solid #cccccc !important;
  margin-top: 2em !important;
  padding: 1.1em !important;
}
.elementor-menu-cart__main .elementor-menu-cart__product {
  background: #0f75fa05 !important;
  border-radius: 5px !important;
  border: 1px solid #cccccc !important;
  padding: 14px 5px !important;
}
.elementor-menu-cart__main img {
  border-radius: 4px !important;
  border: 1px solid #cccccc !important;
  margin-right: 5px !important;
}
.elementor-menu-cart__main .product-thumbnail a,
.elementor-menu-cart__main .product-thumbnail img {
  width: 52px !important;
}
.elementor-menu-cart__main .elementor-button--view-cart span {
  font-weight: 500 !important;
  color: #403f3e !important;
}
.elementor-menu-cart__main .elementor-button--checkout span {
  font-weight: 500 !important;
  color: white !important;
}
.elementor-menu-cart__main .elementor-button--view-cart:hover,
.elementor-menu-cart__main .elementor-button--checkout:hover {
  transform: translateY(-3px) !important;
}
.elementor-menu-cart__main
  .elementor-menu-cart__close-button-custom:hover::after {
  background-color: transparent !important;
}
.elementor-menu-cart__main .woocommerce-cart-form__contents {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
.elementor-menu-cart__main .woocommerce-mini-cart__empty-message {
  color: #0000ff00 !important;
  width: 100% !important;
  flex-grow: 1 !important;
}
.elementor-menu-cart__main .woocommerce-mini-cart__empty-message {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.elementor-menu-cart__main .widget_shopping_cart_content {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  max-height: 85vh !important;
}
.elementor-menu-cart__main .elementor-menu-cart__products {
  overflow-y: auto !important;
  height: auto !important;
  margin-bottom: 1px !important;
}
.elementor-menu-cart__main .elementor-menu-cart__subtotal {
  background: #f7f7f7 !important;
  border-radius: 5px !important;
  border: 1px solid #cccccc !important;
  margin-top: 2em !important;
  padding: 0.8em !important;
}
.elementor-menu-cart__subtotal {
  font-size: 16px !important;
}
.elementor-menu-cart__main a {
  color: black !important;
}
.elementor-menu-cart__main .quantity span.product-quantity {
  display: inline-block !important;
}

.elementor-menu-cart__main .price-quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.elementor-menu-cart__main .price-quantity .quantity {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.elementor-menu-cart__main span.woocommerce-Price-amount.amount {
  color: #777777;
  font-weight: 500;
}
.elementor-menu-cart__main
  .elementor-menu-cart__footer-buttons
  .elementor-button--view-cart {
  background-color: #006efd0f;
  border: 1px solid #006efd;
  border-radius: 6px;
}
.elementor-menu-cart__main
  a.elementor-button.elementor-button--checkout.elementor-size-md {
  background-color: #006efd;
  border: 1px solid #006efd;
  border-radius: 6px;
}
.elementor-menu-cart__main .elementor-button--view-cart span {
  font-weight: 400 !important;
  color: #006efd !important;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
  background-color: #006efd0f !important;
}
@media (max-width: 768px) {
  .elementor-menu-cart__main .elementor-menu-cart__products {
    height: 53vh !important;
  }

  .elementor-menu-cart__main
    .elementor-menu-cart__subtotal
    .woocommerce-Price-amount {
    font-size: 1.1rem !important;
  }
}
.elementor-menu-cart__main {
  max-width: 100% !important;
  min-height: 200px !important;
  padding: 0 15px 0px 15px !important;
}
.quantity .jamilweb-qty-box {
  display: flex;
  background: #ffffff;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: auto;
  height: 32px;
  overflow: hidden;
}

.quantity button.jamilweb-qty-btn.plus {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.quantity button.jamilweb-qty-btn.minus {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.quantity button.jamilweb-qty-btn.plus:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.quantity button.jamilweb-qty-btn.minus:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.quantity .jamilweb-qty-box .jamilweb-qty-number {
  display: inline-block;
  width: 25px;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 9999;
  color: #f60000;
}
.quantity .jamilweb-qty-box button {
  padding: 4px 15px 0px 15px !important;
}
.elementor-menu-cart__main .quantity {
  gap: 5px;
}
.elementor-menu-cart__product-name,
.elementor-menu-cart__product-price {
  height: 32px;
}
.elementor-menu-cart__product-remove {
  border: none !important;
  background-color: #ff0000;
}
.elementor-menu-cart__product-remove:after,
.elementor-menu-cart__product-remove:before {
  background: #ffffff;
}
.elementor-menu-cart__product-name {
  margin-bottom: 15px !important;
}
#wpadminbar .ab-icon,
#wpadminbar .ab-item:before,
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
.wp-admin-bar-arrow {
  font-family: "dashicons" !important;
}

/* استایل صفحه محصول */

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: top;
  display: flex;
  align-items: center;
  align-content: center;
}
.cart-collaterals form.woocommerce-shipping-calculator {
  display: none !important;
}
.jamilweb-myaccount
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods {
  display: none !important;
}
ul.wc_payment_methods.payment_methods.methods li {
  width: 100%;
  border: 1px solid #dbd9d9;
  padding: 10px 8px;
  margin-bottom: 7px !important;
  border-radius: 8px !important;
  display: inline-block;
  color: #4d4d4d;
}
ul.wc_payment_methods.payment_methods.methods .input-radio {
  float: left;
  margin: 0 !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 6px 0px 0px 1em !important;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0 !important;
  padding: 3px !important;
  margin-bottom: 10px;
}
.woocommerce-checkout #payment {
  background: none;
  border-radius: 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  width: 100% !important;
  font-size: 13.5px !important;
  border-radius: 2px !important;
  background-color: #f5f5f5 !important;
  color: #666 !important;
  text-align: justify;
  position: unset !important;
}
.jamilweb-checkout .woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}

@media (max-width: 1024px) {
  .back-to-top {
    left: 5px;
    bottom: 100px;
  }
}
.jamil-web-product-card a:hover {
  color: white !important;
}

/* /////////////////////////////////////////////////////// */

.user-avatar-container {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.edit-avatar-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  text-align: center;
  padding: 4px 0;
  font-size: 11px;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s;
  border: none;
}
.user-avatar-container:hover .edit-avatar-button {
  opacity: 1;
}
.jamilweb-avatar-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jamilweb-avatar-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.jamilweb-avatar-popup-content {
  position: relative;
  background: #151538;
  color: #fff;
  padding: 30px;
  border-radius: 15px;
  width: 90%;
  max-width: 450px;
  text-align: center;
  z-index: 100000;
  font-family: var(--e-global-typography-primary-font-family);
}
.jamilweb-avatar-popup-content h3 {
  color: #fff;
  font-size: 22px;
}
button.jamilweb-avatar-popup-close {
  background: red;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0 0px 0;
}
.jamilweb-avatar-popup-close {
  position: absolute;
  top: 10px;
  left: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.jamilweb-avatar-popup-subtitle {
  color: #94a3b8;
  font-size: 14px;
  margin-bottom: 20px;
}
.jamilweb-avatar-drop-zone {
  border: 2px dashed #475569;
  border-radius: 10px;
  padding: 40px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.jamilweb-avatar-drop-zone.drag-over {
  border-color: #007bff;
  background-color: #334155;
}
.jamilweb-avatar-drop-zone-label {
  display: block;
  cursor: pointer;
}
#jamilweb_avatar_filename {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #007bff;
}
.jamilweb-avatar-submit-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  font-family: var(--e-global-typography-primary-font-family);
}
.jamilweb-avatar-submit-btn:hover {
  background: #006efd !important;
}
button.jamilweb-avatar-submit-btn {
  border: 1px solid #006efd;
  border-radius: 6px;
  color: #ffffff;
  background: #006efd;
}
.jamilweb-avatar-submit-btn.loading {
  opacity: 0.7;
  cursor: wait;
}
.jamilweb-avatar-popup-message {
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
}
.jamilweb-avatar-popup-message.success {
  background: #28a745;
  color: #fff;
}
.jamilweb-avatar-popup-message.error {
  background: #dc3545;
  color: #fff;
}
.edit-avatar-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row-reverse;
  background: #f1f1f1;
  color: #4c4c4c !important;
  border-radius: 12px;
  padding: 5px 9px 5px 10px;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
  transition: background 0.2s;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.edit-avatar-link svg {
  margin-left: 8px;
  margin-right: 0;
  display: inline-block;
}
