@charset "UTF-8";
.pc-page {
  margin-top: 1rem;
}

.profile-cart {
  min-width: 0;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 45px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  top: 0;
}
@media screen and (max-width: 575.98px) {
  .profile-cart {
    margin-bottom: 0;
    padding: 18px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  .profile-cart {
    margin-bottom: 0;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .profile-cart {
    padding: 15px;
  }
}
.profile-cart__header {
  padding: 1.75rem 1.25rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #838383;
  font-size: 1.4rem;
  border-top-left-radius: 7px 7px 0 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.profile-cart {
  /* profile cart header */
}
.profile-cart__quantity {
  color: inherit;
  font-size: inherit;
  padding: 0 3px;
}
.profile-cart {
  /* profile cart quantity */
}
.profile-cart .profile-cart {
  margin: 0;
}
.profile-cart .nav-tabs {
  position: relative;
  top: 0;
  z-index: 999;
  padding-right: 15px;
}
.profile-cart .nav-tabs .nav-link {
  border-color: transparent;
  border: 0;
}
.profile-cart .nav-tabs .nav-link:hover, .profile-cart .nav-tabs .nav-link:focus {
  border-color: transparent;
  border: 0;
}
.profile-cart .nav-tabs {
  /* nav tabs nav link */
}
.profile-cart .nav-tabs .nav-link.active,
.profile-cart .nav-tabs .nav-item.show .nav-link {
  color: #6e6e6e !important;
  background-color: #fff;
  border-color: transparent;
  border: 0;
  position: relative;
}
.profile-cart .nav-tabs .nav-link.active:before,
.profile-cart .nav-tabs .nav-item.show .nav-link:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: #f16122;
}
.profile-cart .nav-tabs {
  /* nav tabs nav link active nav item show nav link */
}
.profile-cart {
  /* profile cart nav tabs */
}
.profile-cart .nav-link {
  font-size: 15px;
  padding: 15px;
  color: #6e6e6e;
}
.profile-cart {
  /* profile cart nav link */
}
.profile-cart .tab-content {
  padding: 15px;
}
.profile-cart {
  /* profile cart tab contnet */
} /* profile cart */
.alert-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
  border-radius: 6px;
}
.alert-box.border-0 {
  border: 0 !important;
}
.alert-box .icon {
  font-size: 18px;
  color: #6e6e6e;
  padding-left: 10px;
}
.alert-box .alert-text {
  color: #6e6e6e;
  font-size: 12px;
  line-height: 20px;
}
.alert-box .alert-text.cart {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.success-alert {
  border-color: rgb(70.4242424242, 178.5757575758, 75.4545454545);
  background-color: rgb(236.0666666667, 247.5333333333, 236.6);
}
.success-alert .icon,
.success-alert .alert-text {
  color: rgb(70.4242424242, 178.5757575758, 75.4545454545);
}

.danger-alert {
  border-color: rgb(252.1715976331, 18.8284023669, 18.8284023669);
  background-color: rgb(250.6, 242.35, 242.35);
}
.danger-alert .icon,
.danger-alert .alert-text {
  color: rgb(252.1715976331, 18.8284023669, 18.8284023669);
}

.warning-alert .icon,
.warning-alert .alert-text {
  color: #ffb200;
}

.info-alert .icon,
.info-alert .alert-text {
  color: #1870ce;
}

.custom-select {
  position: relative;
  right: 0;
  display: block;
  height: 42px;
  top: 0;
  line-height: 42px;
  margin-bottom: 20px;
  border: 1.5px solid rgba(188, 189, 192, 0.6117647059);
  transition: all 300ms linear;
}
.custom-select:hover {
  box-shadow: 0 0 4px #cccccc;
}
.custom-select select,
.custom-select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected.select-arrow-active {
  background-color: transparent !important;
  color: #999 !important;
}

.select-selected {
  color: #999 !important;
  background-color: transparent !important;
  top: 3px;
  width: 100%;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  margin-top: 3px;
  content: "";
  right: 10px;
  top: 14px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #f16122 transparent transparent transparent;
}

.select-selected:before {
  position: absolute;
  margin-top: 3px;
  content: "";
  right: 10px;
  top: 0px;
  width: 16px;
  height: 20px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #f16122 transparent;
  margin-top: -3px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  position: absolute;
  top: 0;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
  padding-right: 35px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 600px) {
  .select-items div,
  .select-selected {
    font-size: 11px;
  }
}

.select-items div {
  color: #6c6c6c;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  height: 42px;
  position: relative;
}

/*style items (options):*/
.select-items {
  width: calc(100% + 0.5px);
  box-shadow: 0 0 0 1px #ced4da;
  border-radius: 0 0 4px 4px;
  margin-top: -3px;
  background-color: #fff;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 250px;
  overflow: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover {
  background-color: #f16122;
  color: #fff !important;
  border-radius: 0 !important;
}

.same-as-selected {
  color: #999 !important;
  border-radius: 0 !important;
}

.product-card {
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px, rgba(241, 178, 44, 0.03) 0 0 0 1px inset;
  max-width: 350px;
  margin: 0 auto;
}
.product-card:has(.main-btn-buy).discount:before {
  bottom: 65px;
}
.product-card:hover .product-card__img.img-first {
  opacity: 0;
}
.product-card:hover .product-card__img.img-second {
  opacity: 1;
}
.product-card__body {
  position: relative;
}
.product-card__body .less-inventory {
  display: flex;
  gap: 2px;
  color: #ef394e;
  font-size: 12px;
  position: absolute;
  top: 51%;
}
.product-card.discount {
  position: relative;
}
.product-card.discount::before {
  content: attr(data-discount);
  text-align: center;
  position: absolute;
  width: 35px;
  height: 30px;
  padding-top: 6px;
  bottom: 18px;
  left: 10px;
  background-color: #f30303;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .product-card.discount::before {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .product-card.discount::before {
    width: 25px;
    height: 25px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-card.discount::before {
    font-size: 13px;
    width: 25px;
    height: 25px;
    padding-top: 5px;
  }
}
.product-card.discount {
  /* discount before */
}
.product-card {
  /* product card discount */
}
.product-card__img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all 300ms linear;
}
.product-card__img-wrapper {
  position: relative;
  display: block;
}
.product-card__img.img-first {
  opacity: 1;
}
.product-card__img.img-second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-card {
  /* product card img */
}
.product-card__title {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  margin-bottom: 25px;
  transition: all 300ms linear;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-card__title:hover {
  color: #f16122;
}
.product-card {
  /* product card title */
}
.product-card__price {
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-card__price::after {
  content: "تومان";
  font-size: 12px;
  font-weight: 300;
  margin-right: 2.5px;
  margin-top: 3px;
}
.product-card__price {
  /* price after */
}
@media screen and (max-width: 991.98px) {
  .product-card__price {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-card__price {
    font-size: 16px;
  }
}
.product-card__price .old-price {
  color: rgb(148.25, 148.25, 148.25);
  font-size: 13px;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 0 0 6px;
}
.product-card__price .old-price::after {
  display: none;
}
.product-card__price {
  /* price old price */
}
.product-card__price.unavailable {
  display: block;
  color: #b6b6b6;
  text-align: center;
}
.product-card__price.unavailable::after {
  display: none;
}
.product-card__price {
  /* price unavailable */
}
.product-card {
  /* product card price */
} /* product card */
.checkbox {
  position: relative;
}
.checkbox-label {
  width: 100%;
  position: relative;
  top: -3px;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 14px;
  color: #6e6e6e;
  font-weight: 300;
  cursor: pointer;
}
.checkbox {
  /* checkbox label */
}
.checkbox input,
.checkbox svg {
  width: 19px;
  height: 19px;
  display: inline-block;
}
.checkbox {
  /* checkbox input and svg */
}
.checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 1px #d0d0d0;
}
.checkbox input:checked {
  box-shadow: inset 0 0 0 1px #d0d0d0;
}
.checkbox {
  /* checkbox input */
}
.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  transform: scale(var(--scale, 1)) translateZ(0);
}
.checkbox {
  /* checkbox svg */
}
.checkbox.bounce {
  stroke: #fff;
}
.checkbox.bounce input:checked {
  box-shadow: inset 0 0 0 11px #f16122;
}
.checkbox.bounce input:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}
.checkbox.bounce svg {
  --scale: 0;
}
.checkbox {
  /* checkbox bounce */
} /* checkbox */
@keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.not-found {
  color: #333;
  padding: 20px 30px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.06) 0px 7px 29px 0px;
  margin-bottom: 35px;
  border-radius: 5px;
}
@media only screen and (max-width: 991.98px) {
  .not-found {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .not-found .main-btn {
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .not-found__img {
    margin: 0;
    margin-bottom: 15px;
  }
  .not-found__body {
    align-items: center !important;
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .not-found__header {
    justify-content: center !important;
  }
  .not-found .main-btn {
    padding: 15px !important;
    width: 100%;
  }
}
.not-found__img {
  margin-left: 25px;
  width: 50px;
}
.not-found {
  /* not found img */
}
.not-found__body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.not-found {
  /* not found body */
}
.not-found__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.not-found {
  /* not found header */
}
.not-found__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.not-found {
  /* not found title */
}
.not-found__text {
  font-size: 14px;
  font-weight: 300;
}
.not-found {
  /* not found text */
} /* not found*/
.profile-not-found {
  width: 250px;
  margin: 20px auto 0 auto;
  display: block;
}
.profile-not-found-text {
  font-size: 18px;
  text-align: center;
  color: #8d9aa8;
}
.profile-not-found {
  /* profile not found text */
} /* profile not found */
.index-widget-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .index-widget-header {
    justify-content: space-between;
  }
}
.index-widget-header .title-line {
  margin: 0;
  color: #50514b;
  font-weight: 800;
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .index-widget-header .title-line {
    font-size: 15px;
  }
}
.index-widget-header {
  /* index widget header title line */
}
.index-widget-header .main-btn {
  margin-right: 20px;
  padding: 13px 25px;
}
.index-widget-header {
  /* index widget header main btn */
}
.index-widget-header .see-more-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #0058ff;
}
.index-widget-header .see-more-btn i {
  font-size: 11px;
}
.index-widget-header .see-more-btn__text {
  font-size: 12px;
}

/* index widget header */
.commonSlider {
  position: relative;
}
.commonSlider .owl-stage {
  padding-bottom: 40px;
}
.commonSlider {
  /* common slider owl stage */
}
.commonSlider .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .commonSlider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
  }
}
.commonSlider .owl-nav .owl-prev,
.commonSlider .owl-nav .owl-next {
  background-color: transparent !important;
  margin: 0;
  transform: translateY(3px);
}
.commonSlider .owl-nav .owl-prev span,
.commonSlider .owl-nav .owl-next span {
  font-size: 25px;
  color: #50514b;
  transition: all 300ms linear;
}
.commonSlider .owl-nav .owl-prev span:hover,
.commonSlider .owl-nav .owl-next span:hover {
  color: #f16122;
}
.commonSlider .owl-nav .owl-prev span,
.commonSlider .owl-nav .owl-next span {
  /* span hover */
}
.commonSlider .owl-nav .owl-prev,
.commonSlider .owl-nav .owl-next {
  /* owl prev and owl next span */
}
.commonSlider .owl-nav {
  /* owl nav owl prev and owl next */
}
.commonSlider .owl-nav .owl-prev {
  margin-left: 150px;
}
.commonSlider .owl-nav {
  /* owl nav owl prev */
}
.commonSlider {
  /* common slider owl nav */
}
.commonSlider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
@media only screen and (max-width: 575.98px) {
  .commonSlider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 2%;
  }
}
.commonSlider .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  opacity: 0.8;
  background-color: rgb(181.9230769231, 182.8846153846, 177.1153846154);
  border-radius: 5px;
  transition: all 300ms linear;
}
.commonSlider .owl-dots .owl-dot {
  /* owl dot span */
}
.commonSlider .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: #f16122;
  opacity: 1;
}
.commonSlider .owl-dots .owl-dot {
  /* owl dot active span */
}
.commonSlider .owl-dots {
  /* owl dots owl dot */
}
.commonSlider {
  /* common slider owl dots */
} /* common slider */
/* -------------------------------------------- cart -------------------------------------------- */
.cart {
  margin-bottom: 25px;
}
.cart .card-oldPrice {
  margin-right: 0;
}
.cart-details-delete-text {
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
}
.cart {
  /* cart details delete text */
}
.cart__list {
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-direction: column;
}
.cart {
  /* cart list */
}
.cart__item {
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 15px;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 1px 0px 10px 0 rgba(0, 0, 0, 0.1);
  width: 70%;
  border: 1px solid #de7f56;
}
@media screen and (max-width: 1700.98px) {
  .cart__item {
    width: 75%;
  }
}
@media screen and (max-width: 1699.98px) {
  .cart__item {
    width: 85%;
  }
}
@media screen and (max-width: 1399.98px) {
  .cart__item {
    width: 95%;
  }
}
@media screen and (max-width: 1199.98px) {
  .cart__item {
    padding: 10px;
  }
}
.cart__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .cart__item:last-child {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) {
  .cart__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart__item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: flex-start;
  width: 150px;
  height: 150px;
  justify-content: flex-start;
}
@media screen and (max-width: 1199.98px) {
  .cart__item-img {
    padding: 0;
  }
}
@media screen and (max-width: 445.98px) {
  .cart__item-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
}
.cart__item-img img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}
.cart__item {
  /* cart item img */
}
.cart__item-title {
  width: 100%;
  line-height: 1.8em;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  height: 56px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  .cart__item-title {
    line-height: 1.5em;
    font-size: 14px;
    height: 61px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .cart__item-title {
    font-size: 14px;
    height: 48px;
  }
}
.cart__item {
  /* cart item title */
}
.cart__item-general-info {
  width: 57%;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991.98px) {
  .cart__item-general-info {
    width: 100%;
  }
}
@media screen and (max-width: 445.98px) {
  .cart__item-general-info {
    flex-direction: column;
  }
}
.cart__item-options .list {
  display: flex;
  gap: 10px;
}
.cart__item-options .item {
  color: #6e6e6e;
  font-size: 10px;
  text-align: right;
  position: relative;
  line-height: 20px;
}
@media screen and (max-width: 991.98px) {
  .cart__item-options .item {
    width: fit-content;
  }
}
.cart__item-total-price {
  /* border: 1px solid #eee; */
  border-radius: 5px;
  padding: 4px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .cart__item-total-price {
    gap: 12px;
    max-width: 340px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cart__item-total-price {
    max-width: 320px;
    gap: 12px;
  }
}
.cart__item-total-price .price-box .prices-cart-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.cart__item-total-price .price-box .price-wrapper {
  gap: 10px;
}
.cart__item-total-price .total-price {
  display: flex;
  gap: 5px;
  align-items: center;
}
.cart__item-total-price .total-price .price {
  font-weight: 800;
  font-size: 16px;
  color: #121212;
}
@media screen and (max-width: 1199.98px) {
  .cart__item-total-price .total-price .price {
    font-size: 14px;
  }
}
.cart__item-delete {
  display: flex;
  font-size: 16px;
  padding: 7px;
  border: none;
  background-color: #ffe0e0;
  border-radius: 5px;
  color: #a70202;
  transition: all 300ms linear;
  cursor: pointer;
}
@media screen and (max-width: 1199.98px) {
  .cart__item-delete {
    font-size: 12px;
  }
}
.cart__item-delete:hover {
  background-color: rgb(253.9822485207, 170.0177514793, 170.0177514793);
  color: #fff;
}
.cart__item-detailed-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(221, 221, 221, 0.4392156863);
  padding: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 767.98px) {
  .cart__item-detailed-info {
    margin-top: 55px;
  }
}
.cart__item-detailed-info .prices-cart-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.cart__item-detailed-info .price {
  color: #515254;
}
@media screen and (max-width: 1199.98px) {
  .cart__item-detailed-info .price {
    font-size: 14px;
  }
}
.cart__item-detailed-info .profit {
  color: green !important;
  font-size: 11px;
  background: #eff9e9;
  border-radius: 5px;
  padding: 4px;
}
.cart__item .text-xs {
  font-weight: 400;
  color: #514d4d;
}
.cart__item .text-bold {
  font-size: 13px;
  font-weight: 800;
}
.cart {
  /* cart item */
}
.cart__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.cart {
  /* cart footer */
}
.cart__detail {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 575.98px) {
  .cart__detail {
    display: flex;
  }
}
@media (max-width: 480px) {
  .cart__detail {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .cart__detail {
    flex-direction: column;
  }
}
@media screen and (max-width: 991.98px) {
  .cart__detail li {
    list-style-type: auto;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .cart__detail .cart-detail2 {
    margin-top: 1.5rem;
  }
}
.cart__detail .cart-detail2__top {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .cart__detail .cart-detail2__top {
    justify-content: flex-start;
  }
}
.cart__detail .cart-detail2 {
  /* cart detail 2 top */
}
.cart__detail .cart-detail2__price, .cart__detail .cart-detail2__Discount {
  padding: 0 0 0 30px !important;
  font-size: 1.3rem;
  line-height: 2em;
  display: flex;
  flex-direction: column;
}
.cart__detail .cart-detail2__price--green, .cart__detail .cart-detail2__Discount--green {
  color: #388e3c;
}
.cart__detail .cart-detail2 {
  /* cart detail 2 price and discount */
}
.cart__detail .cart-detail2__bottom {
  justify-content: flex-end;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
@media (max-width: 480px) {
  .cart__detail .cart-detail2__bottom {
    justify-content: flex-start;
  }
}
.cart__detail .cart-detail2 {
  /* cart detail 2 price bottom */
}
.cart__detail .cart-detail2__add-cart {
  margin-top: 2.2rem;
  margin-left: 30px;
  color: white;
  background-color: #f16122;
  font-size: 1.3rem;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #f16122;
  cursor: pointer;
  transition: all 300ms linear;
}
.cart__detail .cart-detail2__add-cart:hover {
  background-color: rgb(244.0382978723, 131.2893617021, 81.9617021277);
  border-color: rgb(244.0382978723, 131.2893617021, 81.9617021277);
}
.cart__detail .cart-detail2 {
  /* cart detail 2 add cart */
}
.cart__detail {
  /* cart detail cart detail 2*/
}
.cart__detail .prices-cart {
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .cart__detail .prices-cart {
    gap: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .cart__detail .prices-cart {
    gap: 5px;
  }
}
.cart__detail .prices-cart .prices-cart-item {
  padding: 0;
  width: auto;
}
@media screen and (max-width: 991.98px) {
  .cart__detail .prices-cart .prices-cart-item {
    width: 100%;
    border-bottom: 1px dashed #c0bfbf;
  }
}
.cart__detail .prices-cart .prices-cart-item:last-child {
  border: 0;
}
.cart__detail .price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .cart__detail .price-wrapper {
    flex-direction: column;
  }
}
.cart {
  /* cart detail */
} /* cart */
.card-oldPrice {
  color: #6e6e6e;
  font-weight: 400;
  font-size: 14px;
  margin-right: -42px;
  transition: all 300ms linear;
}
@media screen and (max-width: 1199.98px) {
  .card-oldPrice {
    font-size: 12px;
  }
}
.card-oldPrice .c-p {
  text-decoration: line-through;
}
.card-oldPrice .off-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}

.card-price .unit {
  font-size: 10px;
  font-weight: 600;
  color: #121212;
}

.product-card-off-percent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.product-card-off-percent::before {
  content: attr(data-sign);
}

.support-title {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  text-align: center;
}

.support-number {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px dashed rgb(216.75, 216.75, 216.75);
  color: #6e6e6e;
  transition: all 300ms linear;
}
.support-number:hover {
  color: #f16122;
}

.social-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-fluid {
  max-height: 100%;
  max-width: 100%;
  border-radius: 7px;
}

/* ---------------------------------------- cart header ---------------------------------------- */
.cart-header {
  background: #fff;
  padding: 25px 0 65px;
  position: initial;
  height: 100px !important;
}
@media screen and (max-width: 600px) {
  .cart-header {
    height: 75px !important;
  }
}
.cart-header .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-header {
  /* cart header logo */
}
.cart-header__img {
  width: auto;
  height: 75px;
}
@media screen and (max-width: 600px) {
  .cart-header__img {
    height: 50px;
  }
}
.cart-header {
  /* cart header img */
} /* cart header */
/* ---------------------------------------- other ---------------------------------------- */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.color-chosen {
  display: inline-block;
  background: var(--data-color);
  border-radius: 4px;
  margin-left: 5px;
  box-shadow: 0 0 0 1px #eee;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}

.card-total-discount {
  color: #f16122;
  margin-bottom: 7px;
  font-size: 12px;
}
@media screen and (max-width: 1199.98px) {
  .card-total-discount {
    margin-bottom: 0;
  }
}
.card-total-discount span {
  padding: 0 2px;
}

@media screen and (max-width: 992px) {
  .pr-auto {
    padding-right: 15px !important;
  }
}

.accessorySlider .owl-stage {
  padding-top: 5px;
}

.agreement-box {
  position: relative;
  border-radius: 5px;
  border: 1px solid #e1e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all 300ms linear;
}
.agreement-box.deposit-box .checkbox-label {
  display: flex;
  gap: 5px;
}
.agreement-box.deposit-box .checkbox-label .price-box {
  display: flex;
  gap: 5px;
}
.agreement-box:has(.checkbox input[type=checkbox]:checked) {
  border-color: #f16122;
}
.agreement-box:has(.checkbox input[type=checkbox]:checked) .checkbox-label {
  border-color: #f16122;
}
.agreement-box .checkbox {
  position: absolute;
  top: 57%;
  right: 11.5px;
  transform: translateY(-50%);
}
.agreement-box .checkbox-label {
  top: 0;
  padding: 10px;
  margin-right: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #6e6e6e;
  transition: all 300ms linear;
}
.agreement-box .checkbox-label .text-decoration-underline {
  font-weight: 600;
}

@media screen and (max-width: 991.98px) {
  .product-info-price {
    width: 100%;
  }
}

.profile-item-meno {
  background: unset !important;
  box-shadow: unset !important;
}

.cart-summary {
  flex: 1 1 auto;
  min-height: 1px;
}
.cart-summary__price {
  padding-bottom: 10px;
  border-bottom: 1px dashed rgb(216.75, 216.75, 216.75);
}
.cart-summary {
  /* cart summary */
}
.cart-summary__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 400;
  margin-bottom: 25px;
}
.cart-summary__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .cart-summary__item {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cart-summary__item {
    font-size: 12px;
  }
}
.cart-summary__item.prize {
  color: green;
}
.cart-summary__item.prize .price-box .price, .cart-summary__item.prize .price-box .unit {
  color: green;
}
.cart-summary__item .price-box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cart-summary__item .price-box .price {
  font-weight: 600;
  font-size: 15px;
  color: #333;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cart-summary__item .price-box .price {
    font-size: 14px;
  }
}
.cart-summary__item .price-box .unit {
  font-size: 10px;
  font-weight: 400;
  color: #6a6a6a;
}
.cart-summary {
  /* cart summary item */
}
.cart-summary__subtotal {
  padding: 10px 0;
}
.cart-summary {
  /* cart summary subtotal */
}
.cart-summary__price-cart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 400;
}
.cart-summary__price-cart .price-box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cart-summary__price-cart .price {
  color: #121212;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 700;
}
.cart-summary__price-cart .unit {
  font-size: 11px;
}
.cart-summary {
  /* cart summary price cart */
}
.cart-summary__button {
  width: 100%;
  padding: 12px;
}
.cart-summary__button.disabled {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: #6e6e6e;
  box-shadow: none;
  pointer-events: none;
  cursor: not-allowed;
}
.cart-summary__button {
  /* cart summary button disabled */
}
.cart-summary {
  /* cart summary button */
}
.cart-summary .pay-box-mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  padding: 10px 0;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  .cart-summary .pay-box-mobile {
    display: none;
  }
}
.cart-summary .pay-box-mobile .cart-summary__price-cart {
  gap: 5px;
  font-size: 12px;
}
.cart-summary .pay-box-mobile .cart-summary__price-cart .price {
  color: #121212;
}
.cart-summary .pay-box-mobile .cart-summary__button {
  width: -webkit-fill-available;
  max-width: 150px;
}

/* cart summary */
.discount-code {
  margin-bottom: 15px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.06) 0px 7px 29px 0px;
}
.discount-code__box {
  position: relative;
  width: 100%;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
}
.discount-code {
  /* discount code box */
}
.discount-code__input {
  border: 0;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 10px 0 75px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 300;
  color: #6e6e6e;
  background-color: #fff;
}
.discount-code__input::placeholder {
  font-size: 14px;
  color: rgb(135.5, 135.5, 135.5);
}
.discount-code {
  /*  discount code input */
}
.discount-code__button {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  line-height: 40px;
  text-align: center;
  padding: 3px 15px;
  background-color: #f16122;
  color: #fff;
  cursor: pointer;
}
.discount-code {
  /* discount code button */
} /* discount code */
.total-discount {
  color: #388e3c;
}

input[type=radio] {
  position: relative;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  right: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 16px !important;
  height: 16px !important;
}

input[type=radio]:before,
input[type=radio]:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50% !important;
}

input[type=radio]:before {
  position: absolute;
  left: 0px;
  top: -3px;
  background-color: #f16122;
  transform: scale(0);
}

input[type=radio]:after {
  position: relative;
  top: -3px;
  border: 2px solid #ccc;
}

input[type=radio]:checked:before {
  transform: scale(0.4);
}

input[type=radio]:disabled:checked:before {
  background-color: #bbbbbb;
}

input[type=radio]:checked:after {
  border-color: #f16122;
}

.cart-way {
  padding: 30px;
}
@media screen and (max-width: 767.98px) {
  .cart-way {
    padding: 15px;
  }
}
.cart-way__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.cart-way__title .dot {
  background-color: #f16122;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-way__title .title {
  position: relative;
  padding: 10px;
  padding-right: 0;
  padding-left: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.cart-way__button .add-address-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1411764706);
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.cart-way__button .add-address-btn .plus {
  background-color: #f16122;
  color: #fff;
  padding: 5px;
  border: 1px solid #f16122;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-way__button .add-address-btn .add-text {
  display: flex;
  gap: 3px;
  font-size: 14px;
}
.cart-way__button .add-address-btn .add-text i {
  color: #808080;
  font-size: 24px;
}
.cart-way__sub-title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 380;
  color: #888;
}
.cart-way__content {
  margin-top: 15px;
}
.cart-way__box {
  position: relative;
  margin-bottom: 20px;
  border-radius: calc(5px * 1.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  transition: all 300ms linear;
  cursor: pointer;
  overflow: hidden;
}
.cart-way__box:has(input:checked) {
  border-color: #f16122;
}
.cart-way__box:has(input:checked) .cart-way__box-icon {
  color: #f16122;
}
.cart-way__box .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 15px 7px 15px;
  border-bottom: 1px solid rgb(237.15, 237.15, 237.15);
}
.cart-way__box .check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
.cart-way__box .check label {
  margin-top: -4px;
  font-size: 12px;
  font-weight: 800;
  color: #2a2a2a;
  cursor: pointer;
}
.cart-way__box .edit > .main-btn {
  font-size: 17px;
  gap: 18px;
  color: #626161 !important;
  padding: 0;
}
.cart-way__box .edit > .main-btn .main-btn__text {
  font-size: 11px;
}
.cart-way__box .body {
  padding: 15px 15px;
}
.cart-way__box .body .text {
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 27px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.cart-way__box .price {
  font-size: 16px;
  font-weight: 800;
  color: #333;
}
.cart-way__box .price small {
  font-size: 10px;
  font-weight: 400;
  color: #333;
  margin-right: 2px;
}
.cart-way__box-icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(30%) translateX(calc(-1 * 50%));
  font-size: 150px;
  opacity: 0.07;
  color: #6e6e6e;
}

.step-list {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto 70px auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .step-list {
    width: 80%;
    margin: 0 auto 60px auto;
  }
}
.step-list:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #cccccc;
  position: absolute;
}
.step-list .after {
  position: absolute;
  height: 2px;
  display: block;
  background: #f16122;
  transition: all 300ms linear;
}
.step-list__item {
  position: relative;
  z-index: 2;
}
.step-list__item.active div {
  color: #f16122;
}
.step-list__item.active span {
  background: #f16122;
  box-shadow: 0 0 5px #f16122;
  color: #fff;
}
.step-list__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 13px;
  aspect-ratio: 1;
  background: rgb(237.15, 237.15, 237.15);
  font-size: 14px;
  color: #6e6e6e;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 5px rgb(216.75, 216.75, 216.75);
  font-weight: 800;
}
.step-list__item div {
  position: absolute;
  bottom: -80%;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  max-width: 160px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: rgb(130.4, 130.4, 130.4);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

/* ---------------------------------------- common ---------------------------------------- */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* ---------------------------------------- main ---------------------------------------- */
.quantity {
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
}
@media screen and (max-width: 767.98px) {
  .quantity {
    width: 55px;
  }
}
@media screen and (max-width: 575.98px) {
  .quantity {
    width: 75px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .quantity {
    width: 85px;
  }
}
.quantity input {
  height: 100%;
  min-width: 95px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #121212;
  font-weight: 600;
  line-height: 1.65;
  font-size: 16.5px;
}
.quantity {
  /* quantity input */
}
.quantity-button {
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121212;
  background-color: #f5f7f9;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  padding: 15px;
  font-size: 20px;
  line-height: 1.7;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767.98px) {
  .quantity-button {
    height: 30px;
    width: 22px;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .quantity-button {
    padding: 12px;
    width: 25px;
    height: 25px;
  }
}
.quantity-button.quantity-up {
  right: 0;
}
.quantity-button {
  /* quantity button quantity up */
}
.quantity-button.quantity-down {
  left: 0;
}
.quantity-button {
  /* quantity button quantity down */
}
.quantity {
  /* quantity button */
} /* quantity */
.add-address-modal input, .add-address-modal textarea,
.add-name-modal input,
.add-name-modal textarea,
.add-job-modal input,
.add-job-modal textarea,
.add-age-modal input,
.add-age-modal textarea,
.add-email-modal input,
.add-email-modal textarea,
.add-birthDay-modal input,
.add-birthDay-modal textarea,
.add-payment-modal input,
.add-payment-modal textarea,
.add-number-modal input,
.add-number-modal textarea,
.add-password-modal input,
.add-password-modal textarea,
.return-product-modal input,
.return-product-modal textarea {
  padding: 10px;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  margin: 0 0 0 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #6e6e6e;
  height: 42px;
  width: 100%;
  background: transparent;
}
.add-address-modal input::-webkit-input-placeholder, .add-address-modal textarea::-webkit-input-placeholder,
.add-name-modal input::-webkit-input-placeholder,
.add-name-modal textarea::-webkit-input-placeholder,
.add-job-modal input::-webkit-input-placeholder,
.add-job-modal textarea::-webkit-input-placeholder,
.add-age-modal input::-webkit-input-placeholder,
.add-age-modal textarea::-webkit-input-placeholder,
.add-email-modal input::-webkit-input-placeholder,
.add-email-modal textarea::-webkit-input-placeholder,
.add-birthDay-modal input::-webkit-input-placeholder,
.add-birthDay-modal textarea::-webkit-input-placeholder,
.add-payment-modal input::-webkit-input-placeholder,
.add-payment-modal textarea::-webkit-input-placeholder,
.add-number-modal input::-webkit-input-placeholder,
.add-number-modal textarea::-webkit-input-placeholder,
.add-password-modal input::-webkit-input-placeholder,
.add-password-modal textarea::-webkit-input-placeholder,
.return-product-modal input::-webkit-input-placeholder,
.return-product-modal textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(135.5, 135.5, 135.5);
  font-size: 12px;
  font-weight: 300;
}
.add-address-modal input::-moz-placeholder, .add-address-modal textarea::-moz-placeholder,
.add-name-modal input::-moz-placeholder,
.add-name-modal textarea::-moz-placeholder,
.add-job-modal input::-moz-placeholder,
.add-job-modal textarea::-moz-placeholder,
.add-age-modal input::-moz-placeholder,
.add-age-modal textarea::-moz-placeholder,
.add-email-modal input::-moz-placeholder,
.add-email-modal textarea::-moz-placeholder,
.add-birthDay-modal input::-moz-placeholder,
.add-birthDay-modal textarea::-moz-placeholder,
.add-payment-modal input::-moz-placeholder,
.add-payment-modal textarea::-moz-placeholder,
.add-number-modal input::-moz-placeholder,
.add-number-modal textarea::-moz-placeholder,
.add-password-modal input::-moz-placeholder,
.add-password-modal textarea::-moz-placeholder,
.return-product-modal input::-moz-placeholder,
.return-product-modal textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(135.5, 135.5, 135.5);
  font-size: 14px;
  font-weight: 300;
}
.add-address-modal input:-ms-input-placeholder, .add-address-modal textarea:-ms-input-placeholder,
.add-name-modal input:-ms-input-placeholder,
.add-name-modal textarea:-ms-input-placeholder,
.add-job-modal input:-ms-input-placeholder,
.add-job-modal textarea:-ms-input-placeholder,
.add-age-modal input:-ms-input-placeholder,
.add-age-modal textarea:-ms-input-placeholder,
.add-email-modal input:-ms-input-placeholder,
.add-email-modal textarea:-ms-input-placeholder,
.add-birthDay-modal input:-ms-input-placeholder,
.add-birthDay-modal textarea:-ms-input-placeholder,
.add-payment-modal input:-ms-input-placeholder,
.add-payment-modal textarea:-ms-input-placeholder,
.add-number-modal input:-ms-input-placeholder,
.add-number-modal textarea:-ms-input-placeholder,
.add-password-modal input:-ms-input-placeholder,
.add-password-modal textarea:-ms-input-placeholder,
.return-product-modal input:-ms-input-placeholder,
.return-product-modal textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(135.5, 135.5, 135.5);
  font-size: 14px;
  font-weight: 300;
}
.add-address-modal input:-moz-placeholder, .add-address-modal textarea:-moz-placeholder,
.add-name-modal input:-moz-placeholder,
.add-name-modal textarea:-moz-placeholder,
.add-job-modal input:-moz-placeholder,
.add-job-modal textarea:-moz-placeholder,
.add-age-modal input:-moz-placeholder,
.add-age-modal textarea:-moz-placeholder,
.add-email-modal input:-moz-placeholder,
.add-email-modal textarea:-moz-placeholder,
.add-birthDay-modal input:-moz-placeholder,
.add-birthDay-modal textarea:-moz-placeholder,
.add-payment-modal input:-moz-placeholder,
.add-payment-modal textarea:-moz-placeholder,
.add-number-modal input:-moz-placeholder,
.add-number-modal textarea:-moz-placeholder,
.add-password-modal input:-moz-placeholder,
.add-password-modal textarea:-moz-placeholder,
.return-product-modal input:-moz-placeholder,
.return-product-modal textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(135.5, 135.5, 135.5);
  font-size: 14px;
  font-weight: 300;
}
.add-address-modal textarea,
.add-name-modal textarea,
.add-job-modal textarea,
.add-age-modal textarea,
.add-email-modal textarea,
.add-birthDay-modal textarea,
.add-payment-modal textarea,
.add-number-modal textarea,
.add-password-modal textarea,
.return-product-modal textarea {
  height: 133px;
  resize: none;
}
.add-address-modal label,
.add-name-modal label,
.add-job-modal label,
.add-age-modal label,
.add-email-modal label,
.add-birthDay-modal label,
.add-payment-modal label,
.add-number-modal label,
.add-password-modal label,
.return-product-modal label {
  font-size: 12px;
}
.add-address-modal .submit-btn,
.add-name-modal .submit-btn,
.add-job-modal .submit-btn,
.add-age-modal .submit-btn,
.add-email-modal .submit-btn,
.add-birthDay-modal .submit-btn,
.add-payment-modal .submit-btn,
.add-number-modal .submit-btn,
.add-password-modal .submit-btn,
.return-product-modal .submit-btn {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f16122;
  width: 100%;
  line-height: 2;
  font-size: 1.5rem;
  color: white;
  padding: 5px;
  transition: all 300ms linear;
  border-radius: 5px;
  border: 0;
}
.add-address-modal .submit-btn:hover,
.add-name-modal .submit-btn:hover,
.add-job-modal .submit-btn:hover,
.add-age-modal .submit-btn:hover,
.add-email-modal .submit-btn:hover,
.add-birthDay-modal .submit-btn:hover,
.add-payment-modal .submit-btn:hover,
.add-number-modal .submit-btn:hover,
.add-password-modal .submit-btn:hover,
.return-product-modal .submit-btn:hover {
  background-color: rgb(244.0382978723, 131.2893617021, 81.9617021277);
  color: white;
}

.add-birthDay-modal .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .add-birthDay-modal .date-wrapper {
    justify-content: space-between;
    width: 100%;
  }
}
.add-birthDay-modal .date-wrapper input {
  width: 75px;
  text-align: center;
}
.add-birthDay-modal .date-wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: center !important;
}
.add-birthDay-modal .date-wrapper input::-moz-placeholder { /* Firefox 19+ */
  text-align: center !important;
}
.add-birthDay-modal .date-wrapper input:-ms-input-placeholder { /* IE 10+ */
  text-align: center !important;
}
.add-birthDay-modal .date-wrapper input:-moz-placeholder { /* Firefox 18- */
  text-align: center !important;
}

.add-address-modal .select-selected {
  height: 100%;
  color: rgb(135.5, 135.5, 135.5);
  font-size: 12px;
  font-weight: 300;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

@media screen and (min-width: 768px) {
  .price-box-wrapper {
    top: 0;
  }
}

/* price box wrapper */
.price-box {
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.price-box.inventory-box {
  min-height: auto;
  gap: 5px;
}
.price-box__title {
  font-size: 13.5px;
  font-weight: 750;
  color: #333;
  margin-bottom: 15px;
}
.price-box {
  /* price box title */
}
.price-box__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.price-box__item.delivery-box {
  background: rgba(240, 97, 34, 0.17);
  padding: 10px;
  border-radius: 5px;
  border: 1px dashed #f16122;
}
.price-box__item.delivery-box .text {
  font-weight: 800;
  font-size: 13px;
}
.price-box__item [class^=icon-] {
  font-size: 20px;
  color: white;
}
.price-box__item .text {
  font-size: 13.5px;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .price-box__item .text {
    font-size: 12.5px;
  }
}
.price-box__item.less-inventory [class^=icon-] {
  color: red;
  font-size: 20px;
}
.price-box__item.less-inventory .text {
  color: red;
}
.price-box__item.options {
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .price-box__item.options {
    font-size: 12px;
  }
}
.price-box__item.options :first-child {
  margin-top: 15px;
}
.price-box__item.options .price {
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .price-box__item.options .price {
    font-size: 13px;
  }
}
.price-box__item.options .price:after {
  content: "تومان";
  font-size: 9.5px;
  font-weight: normal;
  color: #6e6e6e;
  margin-right: 3px;
}
.price-box {
  /* price box item */
}
.price-box__icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.price-box__icon [class^=icon-] {
  font-size: 25px;
  color: #f16122;
}
.price-box {
  /* price box icon */
}
.price-box__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-right: -3px;
}
.price-box__body-header {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.price-box__body-header .text {
  font-size: 13.5px;
}
@media screen and (max-width: 767.98px) {
  .price-box__body-header .text {
    font-size: 12.5px;
  }
}
.price-box__body-header [class^=icon] {
  font-size: 12px;
}
@media screen and (max-width: 575.98px) {
  .price-box__body-header [class^=icon] {
    display: none;
  }
}
.price-box__body {
  /* body header */
}
.price-box__body-footer {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4.5px;
  padding-bottom: 10px;
}
.price-box__body-footer [class^=icon] {
  font-size: 18px;
  color: #f16122;
  margin-bottom: -7px;
}
.price-box__body-footer span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: -9px;
}
.price-box__body {
  /* body footer */
}
.price-box {
  /* price box body */
}
.price-box__alert {
  width: 100%;
  padding: 13px 10px;
  border-radius: calc(5px / 2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  background-color: rgb(252.9, 231.3, 221.85);
  color: #f16122;
}
.price-box__alert.special {
  box-shadow: 0 2px 2px rgba(241, 97, 34, 0.2);
}
.price-box__alert {
  /* alert special */
}
.price-box__alert [class^=icon-] {
  font-size: 25px;
}
.price-box__alert {
  /* alert icon */
}
.price-box__alert-text {
  font-size: 14.5px;
  font-weight: 700;
}
.price-box__alert {
  /* alert text */
}
.price-box__alert-price {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.price-box__alert-price:after {
  content: "تومان";
  font-size: 9.5px;
  font-weight: normal;
  color: #6e6e6e;
}
.price-box__alert-price {
  /* price after */
}
.price-box__alert {
  /* alert price */
}
.price-box {
  /* price box alert */
}
.price-box__price-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 7px;
  margin-top: auto;
}
@media screen and (max-width: 767.98px) {
  .price-box__price-wrapper {
    display: none;
  }
}
.price-box {
  /* price box price wrapper */
}
.price-box__price-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.price-box {
  /* price box price-header */
}
.price-box__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4.5px;
  font-size: 19px;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .price-box__price {
    font-size: 16px;
  }
}
.price-box__price:after {
  content: "تومان";
  font-size: 9.5px;
  font-weight: normal;
  color: #6e6e6e;
}
.price-box__price.old-price {
  font-size: 13px;
  font-weight: 400;
  color: #6e6e6e;
  text-decoration: line-through;
}
@media screen and (max-width: 480.98px) {
  .price-box__price.old-price {
    font-size: 12px;
  }
}
.price-box__price.old-price:after {
  display: none;
}
.price-box__price {
  /* price old price */
}
.price-box {
  /* price box price */
}
.price-box__discount {
  font-weight: bold;
  background-color: #f12c2c;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 1px 4px;
}
.price-box {
  /* price box discount */
}
.price-box__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767.98px) {
  .price-box__footer {
    display: none;
  }
}
.price-box__footer .quantity {
  flex: 0 0 auto;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .price-box__footer .quantity {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991.98px) {
  .price-box__footer .quantity {
    max-width: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  .price-box__footer {
    flex-wrap: wrap;
  }
  .price-box__footer .quantity {
    width: calc(100% - 30px) !important;
  }
}
.price-box {
  /* price box footer */
}
.price-box .add-basket-product {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  padding: 10px 0;
}
@media screen and (max-width: 767.98px) {
  .price-box .add-basket-product {
    display: flex;
  }
}
.price-box .add-basket-product .add-to-cart {
  background-color: #f16122;
  margin: 0;
  padding: 13px 20px;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  .price-box .add-basket-product .add-to-cart {
    padding: 13px 10px;
  }
}
.price-box .add-basket-product .main-btn__text {
  color: #fff;
}
.price-box .add-basket-product .price-box__discount {
  font-size: 12px;
  background: #f91e0a;
  border-radius: 50px;
  padding: 0 7px;
}
@media screen and (max-width: 767.98px) {
  .price-box .add-basket-product .basket-product-wrapper {
    padding: 0 15px;
    width: 100%;
  }
}

/* price box */
/*btn*/
/* مخفی کردن رادیوی اصلی */
.d-flex input[type=radio] {
  display: none;
}

/* لیبل به شکل دکمه */
.d-flex label {
  position: relative;
  padding-right: 30px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  color: #62717e;
}
@media screen and (max-width: 1400.98px) {
  .d-flex label {
    font-size: 11px;
  }
}

/* دایره رادیو */
.d-flex label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* اندازه بزرگ */
  height: 24px;
  border: 2px solid #999;
  border-radius: 50%;
  transition: 0.3s;
}

/* دایره داخلی */
.d-flex label::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 12px;
  height: 12px;
  background: #0d6efd; /* رنگ انتخاب */
  border-radius: 50%;
  transition: 0.3s;
}

/* وقتی انتخاب شد */
.d-flex input[type=radio]:checked + label::before {
  border-color: #0d6efd;
}

.d-flex input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(1);
}

.box-item {
  width: 100%;
}
.box-item .price-box__item.options :first-child {
  margin-top: 0 !important;
}
.box-item s {
  font-size: 14px;
  text-align: end;
  color: #d51212;
}
.box-item p {
  font-weight: 700;
  font-size: 17px;
}
.box-item .Installment {
  font-size: 14px;
  color: grey;
}

.installment-box {
  margin-top: 14px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  background: rgba(240, 97, 34, 0.17);
  animation: slideDown 0.3s ease;
}

.installment-box.active {
  display: block;
  width: 100%;
}

.installment-box .methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.installment-box button {
  background: #fff;
  border: 1px solid #d1d5db;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.installment-box {
  margin-top: 16px;
}

.methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.method-btn {
  background: #fff;
  border: 1px solid #d1d5db;
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
}

.method-btn.active {
  border-color: #0d6efd;
  color: #0d6efd;
  background: #eff6ff;
}

.method-content {
  display: none;
  margin-top: 12px;
  border-radius: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  animation: fadeSlide 0.3s ease;
}

.method-content.active {
  display: block;
}

.method-content .row {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 14px;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.method-btn {
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background: #fff;
  cursor: pointer;
}

.method-btn.active {
  border-color: #d92e2e;
  color: #1a293b;
  background: #eff6ff;
}

.method-content {
  display: none;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  animation: fade 0.3s ease;
}

.method-content.active {
  display: block;
}

.counter {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
}

.counter button {
  width: 29px;
  height: 4px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  font-size: 16px;
  display: flex;
  padding: 9px;
  justify-content: center;
  align-items: center;
}

.info-row {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 14px;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-item-price {
  font-size: 14px !important;
  color: grey !important;
}

.title-price {
  text-align: center;
  font-size: 15px;
  margin-bottom: 21px;
  border-top: 1px solid #e5e5e5;
  padding: 6px;
}

.btn-product {
  width: 34% !important;
  padding: 10px;
}
@media screen and (max-width: 1199px) {
  .btn-product {
    width: 44% !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-product {
    width: 28% !important;
    border-radius: 7px;
  }
}
@media screen and (max-width: 480px) {
  .btn-product {
    width: 32% !important;
  }
}

.btn-secondary {
  padding: 5px !important;
  background: unset;
  border: unset;
  border-radius: 5px;
  font-size: 15px;
}

.btn-outline-secondary {
  background: unset !important;
  border: unset !important;
  padding: 0 !important;
}

.btn-outline-primary {
  background: unset !important;
  border: unset !important;
  font-size: 14px;
  padding: 6px;
}

li {
  list-style: none;
}

.method-content {
  font-size: 12px;
}

.installment-btn-lendo {
  background-color: #f0f0f0; /* رنگ پیش‌فرض */
  color: black;
  border: 1px solid #ccc;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.installment-btn-lendo.active {
  background: rgba(240, 97, 34, 0.17);
  color: #150b0b; /* متن سفید روی اکتیو */
  border: 1px dashed #f16122;
}

.non-existent {
  background: unset;
  color: red;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  cursor: auto !important;
}

.price-boxs {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1) !important;
  flex-direction: column !important;
  padding: 10px !important;
}
@media screen and (max-width: 1199.98px) {
  .price-boxs {
    padding: 10px !important;
  }
}

.li-close {
  border-bottom: 1px solid #e9e9e9;
  padding: 8px;
}

.price-color {
  color: #f16122;
}

.span-p {
  padding-right: 8px;
}

@media screen and (max-width: 575.98px) {
  .add-basket-product {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    background: #ededed;
    padding: 14px;
  }
}

@media screen and (max-width: 575.98px) {
  #scroll-up {
    display: none;
  }
}

@media screen and (max-width: 575.98px) {
  .main-btn__text {
    font-size: 10px;
  }
}

.btn-fire .icon-fire-color {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .btn-fire .icon-fire-color {
    display: flex;
  }
}

@media screen and (max-width: 575.98px) {
  .main-btn-primary {
    background-color: #f16122;
  }
}

@media screen and (max-width: 575.98px) {
  .main-btn-primary .main-btn__icon, .main-btn-primary .main-btn__text {
    color: #ffffff;
    font-weight: 800;
    font-size: 13px;
  }
}

@media screen and (max-width: 575.98px) {
  .main-btn-primary {
    color: #fff;
    border: 4px solid #f16122;
  }
}

.btn-fire {
  position: relative;
  overflow: hidden;
}

.btn-fire::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: 0.5s;
}

.btn-fire:hover::before {
  left: 100%;
}

/* تنظیمات پایه برای ریسپانسیو */
@media (max-width: 557px) {
  .btn-fire {
    width: 100%; /* دکمه در این سایز تمام‌عرض می‌شود */
    justify-content: center;
  }
}
/* افکت درخشش */
.btn-fire {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
}

.btn-fire:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 69, 0, 0.3); /* سایه نارنجی رنگ */
}

@media (max-width: 557px) {
  .main-btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.9882352941);
  }
}

@media (max-width: 557px) {
  .btn-fire {
    position: relative;
    /* تنظیمات بولد و ضخیم */
    font-weight: 900 !important;
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.5), inset 0 0 10px rgba(0, 0, 0, 0.1);
    /* اجرای انیمیشن ثابت */
    animation: breathing-bold 2s ease-in-out infinite;
    cursor: pointer;
  }
  /* انیمیشن اصلی: تپش و تغییر ضخامت سایه */
  @keyframes breathing-bold {
    0%, 100% {
      transform: scale(1);
      box-shadow: 0 0 15px rgba(255, 69, 0, 0.5);
    }
    50% {
      transform: scale(1.03); /* کمی بزرگ شدن برای بولد شدن */
      box-shadow: 0 0 25px rgba(255, 69, 0, 0.8); /* درخشش بیشتر */
    }
  }
}
@media screen and (max-width: 575.98px) {
  #supportButton {
    position: fixed;
    bottom: 85px;
  }
}

.installment-icon svg {
  width: 22px;
  height: 22px;
  color: #fff; /* رنگ آیکن */
  display: block;
}

@media (max-width: 557px) {
  .installment-icon svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 575.98px) {
  .discounts {
    border: unset;
    background: unset;
    position: fixed;
    bottom: 60px;
    display: flex;
    justify-content: flex-start;
    right: 0;
    background: unset !important;
    box-shadow: unset !important;
    border: unset !important;
  }
}
@media screen and (max-width: 575.98px) {
  .discounts .text {
    display: none;
  }
}

.price_item {
  border-bottom: unset !important;
  padding-bottom: unset !important;
}

/* کانتینر اصلی کارت */
.payment-method-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.payment-card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  margin: 0;
}

/* استایل رادیو باتن مخفی */
.payment-method-card input[type=radio] {
  display: none;
}

/* استایل رادیو سفارشی (دایره آبی/سبز) */
.radio-indicator {
  width: 22px;
  height: 22px;
  border: 2px solid #bdbdbd;
  border-radius: 50%;
  position: relative;
  margin-left: 12px;
}

/* حالت انتخاب شده */
.payment-method-card input:checked + .payment-card-inner .radio-indicator {
  border-color: currentColor;
}

.payment-method-card input:checked + .payment-card-inner .radio-indicator::after {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* رنگ‌بندی نقدی (سبز) */
.cash-method {
  color: #2e7d32;
}

.cash-method input:checked ~ .payment-card-inner {
  background: #f1f8e9;
}

/* رنگ‌بندی اعتباری (آبی) */
.credit-method {
  color: #1565c0;
}

.credit-method input:checked ~ .payment-card-inner {
  background: #e3f2fd;
}

/* بخش قیمت */
.method-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

.price-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.discount-badge {
  background: #ff3b30;
  color: white;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 12px;
  margin-left: 8px;
}

.current-price .amount {
  font-size: 1.3rem;
  font-weight: 900;
  color: #222;
}

.current-price .currency {
  font-size: 0.8rem;
  margin-right: 4px;
  color: #666;
}

/* نمایش محتوای اقساط فقط در صورت انتخاب */
.installment-details-container {
  display: none;
  padding: 20px;
  border-top: 1px solid #eee;
  background: #fff;
}

input#payment-installment:checked ~ .installment-details-container {
  display: block;
}

/* ظرف کلی باکس‌های پرداخت */
.price-boxs-wrapper, .price-box-wrapper {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  background: #fff;
}

/* استایل مشترک آیتم‌ها */
.box-item {
  padding: 15px;
  cursor: pointer;
}

/* --- بخش اختصاصی نقدی --- */
#payment-cash + label {
  font-weight: bold;
  font-size: 1.1rem;
  color: #2e7d32; /* سبز تیره */
}

.price-box-wrapper:has(#payment-cash:checked) {
  border: 2px solid #4caf50;
  background-color: #f1f8e9;
}

/* رادیو باتن نقدی */
#payment-cash:checked {
  accent-color: #4caf50;
}

/* --- بخش اختصاصی اعتباری/قسطی --- */
#payment-installment + label {
  font-weight: bold;
  font-size: 1.1rem;
  color: #1565c0; /* آبی تیره */
}

.price-boxs-wrapper:has(#payment-installment:checked) {
  border: 2px solid #2196f3;
  background-color: #e3f2fd;
}

/* رادیو باتن اعتباری */
#payment-installment:checked {
  accent-color: #2196f3;
}

/* استایل قیمت‌ها در این بخش */
.price-box__item .price {
  font-size: 1.2rem;
  font-weight: 800;
  color: #333;
}

.price-box__discount {
  background: #ff3838;
  color: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
}

/* دایره انتخاب (Radio Customization) */
input[type=radio] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* انیمیشن باز شدن بخش اقساط */
.installment-box {
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.cart-page .error-text {
  color: red;
  font-size: 12px;
  margin: 5px 0;
}

/* ظرف کلی */
.lendo-radio-group {
  --accent: #0d6efd; /* رنگ اصلی */
  --border: #e5e7eb;
  --bg: #ffffff;
  --bg-hover:#f8fafc;
  --bg-checked: rgba(13,110,253,.08);
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

/* هر گزینه مثل یک کارت */
.lendo-radio-group .form-check {
  position: relative;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.05s ease;
  display: flex;
  gap: 6px;
}

/* hover */
.lendo-radio-group .form-check:hover {
  background: var(--bg-hover);
  border-color: #d1d5db;
}

/* وقتی input انتخاب شد، کل کارت هایلایت شود */
.lendo-radio-group .form-check-input:checked ~ .form-check-label {
  color: #111827;
  font-weight: 700;
}

.lendo-radio-group .form-check:has(.form-check-input:checked) {
  border-color: color-mix(in srgb, var(--accent) 55%, #ffffff);
  background: var(--bg-checked);
  box-shadow: 0 10px 22px rgba(13, 110, 253, 0.1);
}

/* خود رادیو کمی بزرگتر و خوش‌فرم‌تر */
.lendo-radio-group .form-check-input {
  float: none; /* برای RTL/چیدمان بهتر */
  margin: 0;
  width: 1.15rem;
  height: 1.15rem;
  border-width: 2px;
  cursor: pointer;
}

/* لیبل: کل کارت کلیک‌پذیر شود */
.lendo-radio-group .form-check-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  user-select: none;
  color: #374151;
  line-height: 1.3;
}

/* فاصله بین radio و متن (چون label فلکس شد) */
.lendo-radio-group .form-check-label::before {
  content: "";
  display: none;
}

/* حالت disabled: کارت و متن خاکستری + عدم امکان کلیک */
.lendo-radio-group .form-check:has(.form-check-input:disabled) {
  opacity: 0.65;
  background: #f3f4f6;
}

.lendo-radio-group .form-check-input:disabled,
.lendo-radio-group .form-check-input:disabled ~ .form-check-label {
  cursor: not-allowed;
}

/* فوکوس کیبورد */
.lendo-radio-group .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.18);
}

/* اگر RTL داری */
[dir=rtl] .lendo-radio-group .form-check-label {
  justify-content: flex-start;
}

.title-price {
  text-align: right;
  font-size: 15px;
  margin-bottom: 21px;
  border-top: 1px solid #e5e5e5;
  /* padding: 10px; */
  margin-top: 11px;
  padding-top: 11px;
}

/* حذف سایه/اوتلاین آبی روی رادیو هنگام فوکوس/کلیک */
.lendo-radio-group .form-check-input:focus,
.lendo-radio-group .form-check-input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* اگر Bootstrap ring را با CSS variable اعمال می‌کند */
.lendo-radio-group .form-check-input {
  --bs-form-check-bg-image: none;
  --bs-focus-ring-shadow: none;
  --bs-focus-ring-color: transparent;
}

.installment-box {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  display: none;
}

.installment-box.active {
  max-height: 2000px;
  opacity: 1;
}

.installment-amount.loading {
  font-size: 0; /* عدد مخفی میشه */
  position: relative;
}

.installment-amount.loading::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.counter.loading button {
  pointer-events: none;
  opacity: 0.5;
}

.price-item {
  border-bottom: unset !important;
  padding-bottom: unset !important;
}

.cart__item-options {
  margin-top: 10px;
}

.cart__item-options .list {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cart__item-options .item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 10px;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}

/* دایره رنگ لاکی برای آیتم دوم */
.cart__item-options .item:nth-child(2)::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #9f111b;
  flex: 0 0 18px;
}

.wallet-payment-box {
  border: 1px solid #e9ecef;
  border-radius: 16px;
  background: #fff;
  padding: 16px 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.wallet-payment-box input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #f28c28;
  cursor: pointer;
  margin-top: 3px;
}
.wallet-payment-box label {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  cursor: pointer;
}
.wallet-payment-box__balance {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
}
.wallet-payment-box__balance strong {
  color: #1f7a1f;
  font-weight: 700;
  font-size: 14px;
}
.wallet-payment-box__charge {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #f28c28;
  text-decoration: none;
}
.wallet-payment-box__charge:hover {
  text-decoration: underline;
}
.wallet-payment-box__body {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed #e5e7eb;
}
.wallet-payment-box__row {
  font-size: 13px;
  color: #444;
  margin-bottom: 10px;
}
.wallet-payment-box__row strong {
  font-size: 14px;
  font-weight: 800;
  color: #111;
}
.wallet-payment-box__note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.9;
  color: #888;
  background: #fafafa;
  border-radius: 12px;
  padding: 10px 12px;
}

.payment-methods-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #f0f0f0;
}
.payment-methods-card__title {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: right;
}

.payment-method-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.payment-method-item:hover {
  border-color: #ddd;
}
.payment-method-item input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #ff5722;
  margin-top: 4px;
}
.payment-method-item__info {
  flex-grow: 1;
}
.payment-method-item__info p {
  font-size: 12px;
  color: #999;
  margin: 5px 0 0;
}
.payment-method-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-method-item__header span {
  font-weight: 700;
  font-size: 14px;
}
.payment-method-item__header img {
  width: 24px;
  opacity: 0.7;
}
.payment-method-item:has(input:checked) {
  border-color: #ff5722;
  background-color: #fff9f7;
}

.wallet-details {
  background: #fafafa;
  border-radius: 10px;
  padding: 12px 15px;
  margin-top: -5px;
  border: 1px solid #eee;
  animation: fadeIn 0.3s ease-in-out;
}
.wallet-details .wallet-balance span {
  font-size: 12px;
  color: #666;
}
.wallet-details .wallet-balance strong {
  color: #2e7d32;
  font-size: 14px;
  margin-right: 5px;
}
.wallet-details .btn-charge {
  color: #ff5722;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-details .btn-charge span {
  font-size: 18px;
}
.wallet-details .btn-charge:hover {
  text-decoration: underline;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wallet-method-wrapper {
  width: 100%;
}

.wallet-box-item > .wallet-payment-radio {
  grid-area: wallet-radio;
  position: static !important;
  inset: auto !important;
  float: none !important;
  display: block;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  accent-color: #168cff;
}

.wallet-balance {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: #666;
  font-size: 12px;
  flex-direction: column;
}
.wallet-balance strong {
  color: #2e7d32;
  font-size: 14px;
  font-weight: 800;
}

/* =========================================
   Final wallet alignment
========================================= */
.wallet-box-item::before {
  content: "";
  grid-area: empty;
}

/* متن و رادیو سمت راست */
/* رادیو سمت راست عنوان */
.wallet-payment-radio {
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  transform: translateY(-50%);
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #a8a8a8;
  border-radius: 50%;
  cursor: pointer;
}

/* رنگ رادیو دقیقاً مانند گزینه نقدی */
.wallet-payment-radio:checked {
  background-color: #168cff !important;
  border-color: #168cff !important;
  box-shadow: inset 0 0 0 4px #fff;
}

/* پنل موجودی */
#wallet-content {
  width: 100%;
  margin-bottom: 0;
  padding: 5px;
}
@media screen and (max-width: 575.98px) {
  #wallet-content {
    margin-top: -35px;
  }
}

.wallet-inner-box {
  box-sizing: border-box;
  width: 100%;
  min-height: 76px;
  padding: 12px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  direction: rtl;
  background-color: #f2f2f2;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.wallet-box-item > input.wallet-payment-radio {
  grid-area: radio;
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  float: none !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  box-sizing: border-box;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #fff !important;
  border: 2px solid #aaa !important;
  border-radius: 50% !important;
  box-shadow: none;
  justify-self: end;
  cursor: pointer;
}

/* دایره آبی داخل رادیو هنگام انتخاب */
.wallet-box-item > input.wallet-payment-radio:checked {
  background-color: #168cff !important;
  border-color: #168cff !important;
  box-shadow: inset 0 0 0 4px #fff !important;
}

.wallet-price-box {
  box-sizing: border-box;
  width: 100%;
  min-height: 80px;
  padding: 0 !important;
  overflow: hidden;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.wallet-box-item {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 75px;
  margin: 0 !important;
  padding: 15px 12px !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) 24px !important;
  grid-template-areas: "icon text radio" !important;
  align-items: center !important;
  column-gap: 4px !important;
  direction: ltr !important;
  cursor: pointer;
}

/* آیکون سمت چپ */
.wallet-box-item > .wallet-icon {
  grid-area: icon;
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px;
  margin: 0 !important;
  padding: 0 !important;
  justify-self: start;
}

/* متن */
.wallet-box-item > .wallet-payment-text {
  grid-area: text;
  min-width: 0;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: center !important;
  gap: 1px;
  direction: rtl !important;
  text-align: right !important;
}

.wallet-payment-title {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  text-align: right !important;
  white-space: nowrap;
}

.wallet-payment-description {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  color: #888;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  text-align: right !important;
  white-space: nowrap;
}

/*
 * رادیوی واقعی فقط از نظر بصری مخفی می‌شود.
 * همچنان در DOM وجود دارد و JavaScript آن را تشخیص می‌دهد.
 */
.wallet-box-item > .wallet-payment-radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

/* دایره خاکستری */
.wallet-custom-radio {
  grid-area: radio;
  box-sizing: border-box;
  position: relative;
  display: block !important;
  width: 24px;
  height: 24px;
  margin: 0;
  background-color: #fff;
  border: 2px solid #aaa;
  border-radius: 50%;
  justify-self: end;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* دایره داخلی */
.wallet-custom-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #168cff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease;
}

/* حالت انتخاب‌شده */
.wallet-payment-radio:checked + .wallet-custom-radio {
  border-color: #168cff;
  background-color: #fff;
}

.wallet-payment-radio:checked + .wallet-custom-radio::after {
  transform: translate(-50%, -50%) scale(1);
}

/* فوکوس با کیبورد */
.wallet-payment-radio:focus-visible + .wallet-custom-radio {
  outline: 3px solid rgba(22, 140, 255, 0.25);
  outline-offset: 2px;
}

.btn-charge-wallet {
  font-size: 13px;
  padding: 9px;
  background: #f3f4f6;
  border-radius: 8px;
  border: 1px solid #c1c1c1;
  color: #f16122;
}
.btn-charge-wallet:hover {
  color: #747474;
}

/* =========================================
   Wallet charge drawer
========================================= */
body.wallet-drawer-open {
  overflow: hidden;
}

/* لایه تاریک پشت پنل */
.wallet-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1040;
  display: block;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(17, 24, 39, 0.38);
  backdrop-filter: blur(1px);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.wallet-drawer-backdrop.is-visible {
  visibility: visible;
  opacity: 1;
}

/* پنل سمت چپ */
.wallet-charge-drawer {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 1050;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  direction: rtl;
  color: #333;
  background-color: #fff;
  border-right: 1px solid #eee;
  box-shadow: 12px 0 40px rgba(0, 0, 0, 0.12);
  visibility: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s ease;
}

.wallet-charge-drawer.is-open {
  visibility: visible;
  transform: translateX(0);
}

/* =========================================
   Header
========================================= */
.wallet-charge-drawer__header {
  position: relative;
  flex: 0 0 auto;
  min-height: 115px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.wallet-charge-drawer__close {
  position: absolute;
  top: 40px;
  left: 22px;
  width: 38px;
  height: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.wallet-charge-drawer__close:hover {
  color: #111;
  background-color: #f5f5f5;
}

.wallet-charge-drawer__close:focus-visible {
  outline: 3px solid rgba(255, 101, 0, 0.22);
  outline-offset: 2px;
}

.wallet-charge-drawer__heading {
  width: 100%;
}

.wallet-charge-drawer__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.wallet-charge-drawer__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff5ef;
  border-radius: 12px;
}

.wallet-charge-drawer__icon svg {
  display: block;
}

.wallet-charge-drawer__title {
  margin: 0;
  color: #222;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.8;
}

/* =========================================
   Body
========================================= */
.wallet-charge-drawer__body {
  flex: 1 1 auto;
  padding: 22px 24px 28px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* موجودی فعلی */
.wallet-current-balance {
  min-height: 108px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
}

.wallet-current-balance__label {
  color: #777;
  font-size: 13px;
  font-weight: 400;
}

.wallet-current-balance__value {
  color: #ff6500;
  font-size: 20px;
  font-weight: 800;
}

/* انتخاب مبلغ */
.wallet-charge-section {
  margin-top: 28px;
}

.wallet-charge-section__title {
  margin: 0 0 16px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

.wallet-amount-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wallet-amount-option {
  box-sizing: border-box;
  position: relative;
  min-height: 90px;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #555;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 11px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.wallet-amount-option:hover {
  color: #ff6500;
  border-color: rgba(255, 101, 0, 0.55);
}

.wallet-amount-option strong {
  font-size: 14px;
  font-weight: 700;
}

.wallet-amount-option span:not(.wallet-amount-option__check) {
  color: #888;
  font-size: 11px;
  font-weight: 400;
}

.wallet-amount-option.is-selected {
  color: #e95b00;
  background-color: #fffaf6;
  border-color: #ff6500;
  box-shadow: 0 0 0 1px rgba(255, 101, 0, 0.1);
}

.wallet-amount-option__check {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 18px;
  height: 18px;
  display: none;
  background-color: #ff6500;
  border-radius: 50%;
}

.wallet-amount-option__check::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  transform: translate(-50%, -50%);
}

.wallet-amount-option.is-selected .wallet-amount-option__check {
  display: block;
}

.wallet-custom-amount-option {
  grid-column: span 2;
}

/* =========================================
   Custom amount
========================================= */
.wallet-custom-amount {
  margin-top: 20px;
}

.wallet-custom-amount__label {
  display: block;
  margin-bottom: 10px;
  color: #777;
  font-size: 13px;
  font-weight: 400;
}

.wallet-custom-amount__input-wrapper {
  position: relative;
}

.wallet-custom-amount__input-wrapper input {
  box-sizing: border-box;
  width: 100%;
  height: 58px;
  padding: 0 18px 0 65px;
  direction: rtl;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wallet-custom-amount__input-wrapper input:focus {
  border-color: #ff6500;
  box-shadow: 0 0 0 3px rgba(255, 101, 0, 0.1);
}

.wallet-custom-amount__input-wrapper input.has-error {
  border-color: #dc3545;
}

.wallet-custom-amount__unit {
  position: absolute;
  top: 50%;
  left: 18px;
  color: #888;
  font-size: 12px;
  transform: translateY(-50%);
}

.wallet-custom-amount__error {
  display: block;
  min-height: 20px;
  margin-top: 6px;
  color: #dc3545;
  font-size: 11px;
}

/* =========================================
   Balance after charge
========================================= */
.wallet-after-charge {
  min-height: 88px;
  margin-top: 24px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background-color: #f2fff6;
  border: 1px solid #e2f8e9;
  border-radius: 12px;
}

.wallet-after-charge__content {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.wallet-after-charge__label {
  color: #777;
  font-size: 12px;
}

.wallet-after-charge__value {
  color: #159447;
  font-size: 16px;
  font-weight: 800;
}

.wallet-after-charge__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dcf7e5;
  border-radius: 50%;
}

/* پیام امنیت */
.wallet-charge-security {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #888;
  font-size: 12px;
  text-align: center;
}

.wallet-charge-security__icon {
  color: #ff6500;
}

/* =========================================
   Footer
========================================= */
.wallet-charge-drawer__footer {
  flex: 0 0 auto;
  padding: 18px 24px 22px;
  background-color: #fff;
  border-top: 1px solid #eee;
}

.wallet-charge-submit {
  width: 100%;
  min-height: 58px;
  padding: 12px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(90deg, #ff5a12, #ff7100);
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.wallet-charge-submit:not(:disabled):hover {
  box-shadow: 0 8px 22px rgba(255, 101, 0, 0.25);
  transform: translateY(-1px);
}

.wallet-charge-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wallet-charge-note {
  margin: 14px 0 0;
  color: #999;
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
}

/* دکمه بازکردن پنل در کارت کیف پول */
.btn-charge-wallet {
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #168cff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #d9eaff;
  border-radius: 7px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.btn-charge-wallet:hover {
  color: #0875dc;
  background-color: #f5faff;
  border-color: #168cff;
}

@media (max-width: 576px) {
  .wallet-charge-drawer {
    top: auto;
    left: 0;
    width: 100%;
    height: min(92vh, 760px);
    height: min(92dvh, 760px);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-right: 0;
    transform: translateY(105%);
  }
  .wallet-charge-drawer.is-open {
    transform: translateY(0);
  }
  .wallet-charge-drawer__header {
    min-height: 90px;
    padding: 20px;
  }
  .wallet-charge-drawer__close {
    top: 16px;
    left: 16px;
  }
  .wallet-charge-drawer__body {
    padding: 18px 16px 24px;
  }
  .wallet-charge-drawer__footer {
    padding: 14px 16px 18px;
  }
  .wallet-amount-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wallet-custom-amount-option {
    grid-column: auto;
  }
}
.wallet-charge-drawer {
  position: fixed;
  top: 0;
  left: 0 !important;
  width: 420px;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  background: #fff;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  direction: rtl;
}
.wallet-charge-drawer.is-open {
  transform: translateX(0);
}
.wallet-charge-drawer__header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}
.wallet-charge-drawer__header .wallet-charge-drawer__close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.wallet-charge-drawer__header .wallet-charge-drawer__title {
  font-weight: bold;
  font-size: 18px;
}
.wallet-charge-drawer__body {
  padding: 25px;
  flex: 1;
  overflow-y: auto;
}
.wallet-charge-drawer__body .wallet-current-info {
  text-align: center;
  margin-bottom: 30px;
}
.wallet-charge-drawer__body .wallet-current-info span {
  color: #888;
  display: block;
  margin-bottom: 8px;
}
.wallet-charge-drawer__body .wallet-current-info strong {
  color: #f16522;
  font-size: 22px;
}
.wallet-charge-drawer__body .amount-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 15px;
}
.wallet-charge-drawer__body .amount-options .amount-btn {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
}
.wallet-charge-drawer__body .amount-options .amount-btn.active {
  border-color: #f16522;
  background: #fff9f6;
  position: relative;
}
.wallet-charge-drawer__body .amount-options .amount-btn.active::after {
  content: "✓";
  position: absolute;
  top: 8px;
  right: 8px;
  background: #f16522;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallet-charge-drawer__body .wallet-custom-display {
  margin-top: 25px;
}
.wallet-charge-drawer__body .wallet-custom-display span {
  font-size: 13px;
  color: #777;
}
.wallet-charge-drawer__body .wallet-custom-display .display-box {
  margin-top: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  background: #fafafa;
}
.wallet-charge-drawer__body .wallet-final-status {
  margin-top: 30px;
  background: #f4faf6;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.wallet-charge-drawer__body .wallet-final-status .status-icon {
  font-size: 24px;
}
.wallet-charge-drawer__body .wallet-final-status .status-text span {
  display: block;
  color: #666;
  font-size: 13px;
}
.wallet-charge-drawer__body .wallet-final-status .status-text strong {
  color: #2e7d32;
  font-size: 18px;
}
.wallet-charge-drawer__footer {
  padding: 20px;
  border-top: 1px solid #f0f0f0;
}
.wallet-charge-drawer__footer .btn-submit-charge {
  width: 100%;
  padding: 15px;
  background: #f16522;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}
.wallet-charge-drawer__footer .footer-note {
  text-align: center;
  color: #999;
  font-size: 11px;
  margin-top: 12px;
}

.wallet-checkout-card__info {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 9px;
}
.wallet-checkout-card__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(255, 101, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallet-checkout-card__icon svg {
  width: 23px;
  height: 23px;
  display: block;
}
.wallet-checkout-card__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.wallet-checkout-card__title {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.wallet-checkout-card__balance {
  color: #777;
  font-size: 10px;
  line-height: 1.7;
  white-space: nowrap;
}
.wallet-checkout-card__balance span {
  color: inherit;
}
.wallet-checkout-card__balance strong {
  margin-right: 3px;
  color: #555;
  font-size: 10px;
  font-weight: 700;
}
.wallet-checkout-card__charge {
  min-width: 108px;
  min-height: 38px;
  flex: 0 0 auto;
  padding: 8px 10px;
  border: 1px solid #f3a373;
  border-radius: 8px;
  outline: none;
  background-color: #fff;
  color: #ef6c22;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  white-space: nowrap;
  appearance: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.wallet-checkout-card__charge:hover {
  color: #fff;
  background-color: #ff6500;
  border-color: #ff6500;
  box-shadow: 0 6px 14px rgba(255, 101, 0, 0.2);
  transform: translateY(-1px);
}
.wallet-checkout-card__charge:active {
  box-shadow: none;
  transform: translateY(0);
}
.wallet-checkout-card__charge:focus-visible {
  outline: 3px solid rgba(255, 101, 0, 0.18);
  outline-offset: 2px;
}
.wallet-checkout-card__plus {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff1e8;
  color: #ff6500;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: inherit;
}
.wallet-checkout-card__charge:hover .wallet-checkout-card__plus {
  color: #ff6500;
  background-color: #fff;
}

body.wallet-drawer-open {
  overflow: hidden;
}

.wallet-drawer-backdrop {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: rgba(20, 28, 38, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.wallet-drawer-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.wallet-charge-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(420px, 100%);
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  direction: rtl;
  background-color: #fff;
  opacity: 1;
  visibility: hidden;
  filter: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: -10px 0 35px rgba(23, 31, 42, 0.14);
  transform: translateX(100%);
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.4s;
}
.wallet-charge-drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}
.wallet-charge-drawer__header, .wallet-charge-drawer__body, .wallet-charge-drawer__footer {
  position: relative;
  z-index: 1;
  opacity: 1;
  background-color: #fff;
  filter: none;
}
.wallet-charge-drawer__header {
  flex: 0 0 auto;
}
.wallet-charge-drawer__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.wallet-charge-drawer__footer {
  flex: 0 0 auto;
}

.walletCustomInput {
  background: unset;
  border: unset;
}

@media screen and (min-width: 575.98px) {
  .add-basket-product {
    display: none;
  }
}
.add-basket-product .delivery-box {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .add-basket-product .delivery-box {
    display: block;
  }
}
@media screen and (max-width: 575.98px) {
  .add-basket-product {
    position: fixed !important;
    bottom: 0;
    z-index: 9998;
    width: 100%;
    left: 0;
    background: #ededed;
    padding: 14px;
  }
  .add-basket-product .main-btn__text {
    font-size: 10px;
  }
  .add-basket-product svg {
    width: 17px;
    height: 18px;
  }
  .add-basket-product .add-to-cart {
    width: 100%;
    padding: 12px 20px;
    background-color: rgb(42.6666666667, 173.3333333333, 58.6666666667);
    margin-right: auto;
  }
  .add-basket-product .main-btn__text {
    color: white;
  }
}

@media screen and (max-width: 575.98px) {
  .discounts {
    border: unset;
    background: unset;
    position: fixed;
    bottom: 60px;
    display: flex;
    justify-content: flex-start;
    right: 0;
    background: unset !important;
    box-shadow: unset !important;
    border: unset !important;
  }
}
@media screen and (max-width: 575.98px) {
  .discounts .text {
    display: none;
  }
}

.price_item {
  border-bottom: unset !important;
  padding-bottom: unset !important;
}

.bottom-tab-bar {
  z-index: 10000;
}

.wallet-drawer-backdrop {
  z-index: 9998;
}

.wallet-charge-drawer {
  z-index: 9999;
}

.wallet-charge-drawer {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}

.wallet-charge-drawer.is-open {
  transform: translateX(0);
}

/* =========================================================
   Desktop and small desktop
   992px تا 1399px
========================================================= */
@media (min-width: 992px) and (max-width: 1399.98px) {
  /*
   * استفاده بهتر از فضای صفحه
   * جلوگیری از محدود شدن container به 960px یا 1140px
   */
  main > .container {
    width: calc(100% - 40px);
    max-width: 1320px;
    padding-right: 0;
    padding-left: 0;
  }
  /*
   * ستون سمت راست کمی عریض‌تر از Bootstrap 8/4
   */
  .cart-page > .col-lg-8 {
    flex: 0 0 62%;
    width: 62%;
    max-width: 62%;
  }
  .cart-page > .col-lg-4 {
    flex: 0 0 38%;
    width: 38%;
    max-width: 38%;
  }
  /*
   * اصلاح فاصله ستون سمت راست
   */
  .cart-page > .col-lg-4.pr-0 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  /*
   * خود کارت خلاصه سفارش
   */
  .cart-page > .col-lg-4 > .profile-cart {
    width: 100%;
    min-width: 0;
  }
  .cart-summary,
  .pay-box-desktop,
  .payment-methods-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  /*
   * فاصله داخلی کارت روش پرداخت
   */
  .payment-methods-card {
    padding: 18px;
    border-radius: 14px;
  }
  .payment-methods-card__title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
  }
  /*
   * گزینه پرداخت آنلاین
   */
  .payment-methods-card .price-box__wrapper {
    width: 100%;
    min-width: 0;
    min-height: 82px;
    padding: 16px 18px;
    border-radius: 12px;
  }
  /*
   * ردیف اصلی کیف پول
   */
  .payment-methods-card .wallet-box-item {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 34px;
    grid-template-areas: "radio text icon";
    align-items: center;
    column-gap: 12px;
    width: 100%;
    min-width: 0;
    min-height: 96px;
    margin: 0;
    padding: 16px 18px;
  }
  .payment-methods-card .wallet-custom-radio {
    grid-area: radio;
    width: 23px;
    height: 23px;
    min-width: 23px;
  }
  .payment-methods-card .wallet-payment-text {
    grid-area: text;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    width: 100%;
    text-align: right;
  }
  .payment-methods-card .wallet-icon {
    grid-area: icon;
    display: block;
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .payment-methods-card .wallet-payment-title {
    display: block;
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
  }
  .payment-methods-card .wallet-payment-description {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    color: #8a8a8a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /*
   * بخش بازشونده کیف پول
   */
  .payment-methods-card .method-collapse-content.wallet-checkout-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 12px;
    border: 1px solid #ffe1cf;
    border-top: 0;
    border-radius: 0 0 13px 13px;
    background-color: #fff6f0;
  }
  .payment-methods-card .wallet-inner-box {
    display: grid;
    grid-template-columns: minmax(125px, 1fr) auto;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
    padding: 14px;
    border: 1px solid #f0e7e1;
    border-radius: 11px;
    background-color: #fff;
  }
  .payment-methods-card .wallet-balance {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #777;
  }
  .payment-methods-card .wallet-balance span {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .payment-methods-card .wallet-balance strong {
    display: block;
    width: 100%;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;
    color: #2f8b42;
    direction: rtl;
    white-space: nowrap;
  }
  .payment-methods-card .wallet-checkout-card__charge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: auto;
    min-width: 112px;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid #ed8a4c;
    border-radius: 8px;
    background-color: #fff;
    color: #dd6a25;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
  }
}
/* =========================================================
   Mobile — 350px تا 575px
========================================================= */
@media (min-width: 350px) and (max-width: 575.98px) {
  main > .container {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .cart-page {
    margin-right: -5px;
    margin-left: -5px;
  }
  .cart-page > .col-12,
  .cart-page > .col-lg-8,
  .cart-page > .col-lg-4 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .cart-page > .col-lg-4.pr-0 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  /* کارت اصلی روش پرداخت */
  .payment-methods-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 18px;
    border-radius: 12px;
  }
  .payment-methods-card__title {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.7;
  }
  /* گزینه پرداخت آنلاین */
  /* ردیف کیف پول */
  .payment-methods-card .wallet-method-wrapper,
  .payment-methods-card .wallet-price-box {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .payment-methods-card .wallet-box-item {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 30px;
    grid-template-areas: "radio text icon";
    align-items: center;
    column-gap: 8px;
    width: 100%;
    min-width: 0;
    min-height: 106px;
    margin: 0;
    padding: 14px 12px;
  }
  .payment-methods-card .wallet-custom-radio {
    grid-area: radio;
    width: 22px;
    height: 22px;
    min-width: 22px;
  }
  .payment-methods-card .wallet-payment-text {
    grid-area: text;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-width: 0;
    text-align: right;
  }
  .payment-methods-card .wallet-icon {
    grid-area: icon;
    display: block;
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .payment-methods-card .wallet-payment-title {
    display: block;
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: #333;
  }
  .payment-methods-card .wallet-payment-description {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 1.7;
    color: #8a8a8a;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
  /* قسمت بازشونده کیف پول */
  .payment-methods-card .method-collapse-content.wallet-checkout-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 10px;
    border-top: 0;
    border-radius: 0 0 12px 12px;
  }
  /*
   * در عرض 381px موجودی و دکمه کنار هم باقی می‌مانند.
   */
  .payment-methods-card .wallet-inner-box {
    display: grid;
    grid-template-columns: minmax(105px, 1fr) auto;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding: 12px;
    border: 1px solid #f0e7e1;
    border-radius: 10px;
    background-color: #f0f0f0;
  }
  .payment-methods-card .wallet-balance {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-width: 0;
    font-size: 10.5px;
    line-height: 1.7;
    color: #777;
  }
  .payment-methods-card .wallet-balance span {
    display: block;
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
  .payment-methods-card .wallet-balance strong {
    display: block;
    width: 100%;
    min-width: 0;
    margin-top: 3px;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.7;
    color: #2f8b42;
    direction: rtl;
    white-space: nowrap;
  }
  .payment-methods-card .wallet-checkout-card__charge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    min-width: 110px;
    min-height: 39px;
    padding: 7px 10px;
    border: 1px solid #ed8a4c;
    border-radius: 8px;
    background-color: #fff;
    color: #dd6a25;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
  }
  .payment-methods-card .wallet-checkout-card__plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
}
.box-item {
  padding: 4px;
}

#payment-cash + label {
  font-weight: bold;
  font-size: 16px;
}

.price-boxs {
  box-shadow: unset !important;
}

/* استایل پایه برای هر دو باکس در حالت غیرفعال */
.price-box-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* --- استایل حالت فعال: آنلاین (سبز) --- */
.price-box-wrapper:has(#payment-cash:checked) {
  background-color: #f1f8e9; /* سبز خیلی ملایم */
  border: 2px solid #4caf50; /* بردر سبز */
}

/* تغییر رنگ متن لیبل آنلاین وقتی انتخاب شد */
.price-box-wrapper:has(#payment-cash:checked) label[for=payment-cash] {
  color: #2e7d32;
  font-weight: bold;
}

/* --- استایل حالت فعال: کیف پول (نارنجی) --- */
.price-box-wrapper:has(#pay-wallet:checked) {
  background-color: #f1f8e9; /* نارنجی خیلی ملایم */
  border: 2px solid #4caf50;
}

.wallet-price-box:has(#pay-wallet:checked) {
  background: #f1f8e9 !important;
}

/* تغییر رنگ متن عنوان کیف پول وقتی انتخاب شد */
.price-box-wrapper:has(#pay-wallet:checked) .wallet-payment-title {
  color: #2e7d32;
  font-weight: bold;
}

.price-online {
  padding: 10px;
}

/*# sourceMappingURL=cart.css.map */
