a {
  text-decoration: none;
}
li {
  list-style: none;
  font-size: 14px;
}
ul,
p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 32px;
}
input,
button {
  outline: none;
}
button {
  outline: none;
}
b,
strong {
  font-weight: bold;
}
i {
  line-height: 0;
}
section {
  padding: 0;
}
main.jahizie section {
  padding: 72px 10px !important;
}
body {
  direction: rtl;
  font-family: YekanBakh !important;
  font-weight: 300;
}

/* استایل جدول */
table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  color: #222;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  overflow: hidden;
  border-radius: 8px;
  margin: 1.5rem 0;
}
table thead {
  background: linear-gradient(180deg, #fafafa, #f5f7fb);
  color: #111827;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
table thead th {
  position: sticky;
  top: 0;
  padding: 12px 16px;
  font-size: 13px;
  letter-spacing: 0.2px;
  z-index: 2;
  background-clip: padding-box;
}
table tbody tr {
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  transition: background-color 0.12s ease, transform 0.08s ease;
}
table tbody tr:hover {
  background: rgba(99, 102, 241, 0.06);
}
table td {
  padding: 12px 16px;
  vertical-align: middle;
  font-size: 14px;
  color: #1f2937;
  border: 1px solid #cecece;
}
table td.important {
  font-weight: 600;
  color: #0f172a;
}
table tbody tr:nth-child(even) {
  background: #ffffff;
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.02) inset;
}
table.compact th,
table.compact td {
  padding: 8px 10px;
  font-size: 13px;
}
table.minimal thead {
  background: transparent;
}
table.minimal tbody tr {
  border-bottom: 1px dashed rgba(15, 23, 42, 0.04);
}
table tbody tr:focus-within {
  outline: 2px solid rgba(59, 130, 246, 0.15);
  outline-offset: -2px;
}

.breadcrumb {
  margin-top: 1rem;
  display: none;
}
.breadcrumb a {
  font-size: 1.2rem;
  color: #202024;
  font-weight: 600;
}
.breadcrumb li {
  font-size: 1.2rem;
  color: #202024;
  font-weight: 600;
}
.breadcrumb--white a {
  color: #fff;
}
.breadcrumb--white li.active {
  color: rgba(255, 255, 255, 0.9254901961);
}
.breadcrumb--white .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f284";
  font-family: "bootstrap-icons";
}
.btn-solid {
  background-color: #3abb5e;
  color: #fff;
  padding: 0.9rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  outline: none;
  border: none;
}
.btn-solid--light {
  background-color: #fff;
  color: #202024;
}
.btn-solid--border {
  border: 1px solid #ececec;
}
.btn-solid--arrow {
  padding: 1.4rem;
}
.btn-solid--arrow i {
  color: #202024;
}
.btn-solid--buy {
  background-color: #e3030a !important;
  display: flex !important;
  justify-content: center !important;
  padding: 1.5rem 0 !important;
  border-radius: 12px !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}
.btn-solid--red {
  background-color: #e3030a;
}
.btn-solid--gray {
  background-color: #ececec;
  color: #202024;
}
.add-to-cart-single .card-buy__quantity {
  display: none;
}
.btn-outline {
  background-color: transparent;
  color: #202024;
  padding: 0.9rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  outline: none;
  border: none;
  border: 1px solid #ececec;
  justify-content: center;
}
.cat-card {
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 164px;
  padding-right: 1.8rem;
  border: 2px solid #ececec;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.14s linear;
}
.cat-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
.cat-card__title {
  color: #202024;
  font-weight: 600;
  font-size: 1.4rem;
}
.cat-card__link {
  background-color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  color: #000;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #ececec;
}
.cat-card__thumb img {
  width: 130px;
}
.cat-card:hover {
  border-color: #fe0000;
}
.product-card {
  background-color: #fff;
  border-radius: 12px;
  height: auto;
  position: relative;
  border: 1px solid #cbcbcb;
  width: 100% !important;
}
.swiper-wrapper .product-card {
  width: 100% !important;
}
.product-card__thumb {
  display: flex;
  justify-content: center;
  height: 150px;
  position: relative;
  padding: 10px;
}
.product-card__thumb img {
  -o-object-fit: contain;
  object-fit: contain;
}
.product-card__thumb-tag-discount {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  background-color: #ffebeb;
  color: #e3030a;
  font-size: 1.4rem;
  padding: 0.3rem 1rem 0.3rem 1.2rem;
  border-radius: 3rem;
  font-weight: 600;
}
.product-card__thumb-tag-discount svg {
  margin-left: 0.5rem;
}
.product-card__content {
  padding: 0 15px 5px 15px;
}
.product-card__rate {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
}
.product-card__rate i {
  margin-left: 0.5rem;
  color: #ffc700;
  font-size: 1.7rem;
  margin-bottom: 5px;
}
.product-card__title {
  font-size: 1.8rem;
  color: #202024;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  height: 40px;
}
.product-card__title .star-rating {
  display: none;
}
.product-card__title span {
  height: 20px;
}
.product-card__props {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.product-card__props-item {
  background-color: #f7f7f7;
  text-align: center;
  height: 48px;
  margin: 0 2px;
  /* width: 31.25%;
	*/
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 0.5rem 0;
  border-radius: 8px;
}
.product-card__props-item img {
  max-width: 15px;
  margin-bottom: 0.5rem;
}
.product-card__props-item span {
  color: #202024;
  font-weight: 500;
  /*font-size: 1.4rem;
	*/
  font-size: 10px;
}
.product-card__footer {
  border-top: 1px solid #ececec;
  padding: 0 2rem 0 2rem;
  position: relative;
  bottom: 0;
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.product-card__footer-price-discount {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background-color: #dd0000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 3rem;
  padding: 0.3rem 1.2rem;
}
.product-card__price {
  display: flex;
  justify-content: end;
}
.product-card__price span {
  margin-right: 0.5rem;
  transform: translateY(0);
}
.product-card__price-unit {
  margin-top: 6px;
  display: block;
  color: #202024;
  font-weight: 600;
}
.product-card--red {
  border: 2px solid #ed0800;
}
.field-price {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.field-price--off {
  text-decoration: line-through;
  font-size: 1.6rem;
}
.field-price .contact-for-price {
  font-size: 12px;
}
.field-price .out-of-stock-label {
  font-size: 12px;
  color: red;
}
.integrated-card {
  background-color: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ececec;
  display: block;
}
.integrated-card__thumb {
  height: 156px;
}
.integrated-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.integrated-card__title {
  background-color: #fff;
  width: 100%;
  padding: 2rem 0;
  color: #000000;
  font-weight: 600;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
.integrated-card__title:hover {
  color: #e3030a;
}
.post-card {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
}
.post-card__thumb {
  position: relative;
  height: 196px;
  display: block;
}
.post-card__thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.post-card__cat {
  background-color: #e5f2ff;
  display: inline-block;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  font-size: 1.2rem;
  padding: 0.3rem 1rem;
  border-radius: 8px;
  color: #25618e;
  font-weight: 600;
}
.post-card__content {
  background-color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 112px;
  position: relative;
}
.post-card__title {
  display: block;
  font-size: 1.4rem;
  color: #202024;
  font-weight: 600;
}
.post-card__date {
  font-size: 1.3rem;
  text-align: left;
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
}
.btn-regular {
  background-color: transparent;
  color: #202024;
  padding: 0.9rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  outline: none;
  border: 1px solid #202024;
}
.btn-menu {
  font-size: 3rem;
  color: #003966;
  display: grid;
  border: none;
  outline: none;
  background-color: transparent;
}
.search-btn {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  margin-left: 10px;
}
.header-main__brand img {
  max-width: 90px;
}
.header-main__auth {
  position: relative;
}
.header-main__searchbox {
  background-color: #f7f7f7;
  padding: 0.5rem 2rem;
  border-radius: 12px;
}
.header-main__searchbox input {
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem;
  border: none;
  background-color: transparent;
  outline: none;
}
.header-main__searchbox input::-moz-placeholder {
  color: #cbcbcb;
}
.header-main__searchbox input::placeholder {
  color: #cbcbcb;
}
.header-main__searchbox i {
  font-size: 2rem;
  color: #868786;
}
.header-main__menu {
  background-color: #f7f7f7;
  padding: 2rem 0;
}
.header-main__menu-mega {
  border-left: 1px solid #cbcbcb;
  position: relative;
}
.header-main__menu-mega-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  color: #202024;
  font-weight: normal;
  height: 39px;
  display: flex;
}
.header-main__menu-mega ul {
  margin: 0;
}
.header-main__menu-mega-link i {
  font-size: 2rem;
}
.header-main__menu-mega > ul > li .mega-menu {
  background-color: #fff;
  position: absolute;
  z-index: 18;
  min-width: 708px;
  border-radius: 0 0 12px 12px;
  padding: 3rem;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  top: 4rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: 0.1s linear;
  pointer-events: none;
}
.header-main__menu-mega > ul > li .mega-menu > ul {
  width: 260px;
  border-left: 1px solid #cbcbcb;
  padding-left: 2.5rem;
}
.header-main__menu-mega > ul > li .mega-menu > ul > li:not(:last-child) {
  margin-bottom: 3.5rem;
}
.header-main__menu-mega > ul > li .mega-menu > ul > li > a {
  font-size: 1.4rem;
  color: #202024;
  font-weight: 600;
  display: block;
  align-items: center;
  justify-content: space-between;
}
.mega-menu ul li a img {
  width: 20px !important;
  height: auto !important;
}
.header-main__menu-mega > ul > li .mega-menu > ul > li > a > i {
  font-size: 1.6rem;
  color: #868786;
}
.header-main__menu-mega > ul > li .mega-menu > ul > li > a:hover {
  color: #e3030a;
}
.header-main__menu-mega > ul > li .mega-menu > ul > li > a:hover i {
  color: #e3030a;
}
.header-main__menu-mega > ul > li .mega-menu > ul > li > a.active-menu {
  color: #e3030a;
}
.header-main__menu-mega > ul > li .mega-menu > ul > li > a.active-menu i {
  color: #e3030a;
}
.header-main__menu-mega > ul > li .mega-menu > ul > li > ul {
  position: absolute;
  top: 3rem;
  right: calc(260px + 2.5rem + 1rem);
  width: 22rem;
  padding: 0 2rem;
  -moz-column-count: 1;
  column-count: 1;
  height: 90%;
  opacity: 0;
  visibility: hidden;
}
.header-main__menu-mega
  > ul
  > li
  .mega-menu
  > ul
  > li
  > ul
  > li:not(:last-child) {
  margin-bottom: 3.5rem;
}
.header-main__menu-mega > ul > li .mega-menu > ul > li > ul > li > a {
  font-size: 1.4rem;
  color: #868786;
}
.header-main__menu-mega > ul > li .mega-menu > ul > li > ul > li > a:hover {
  color: #202020;
  font-weight: normal;
}
.header-main__menu-mega > ul > li .mega-menu > ul > li > ul.visible-menu {
  opacity: 1;
  visibility: visible;
}
.header-main__menu-mega > ul > li.active-mega-menu > a {
  color: #25618e;
}
.header-main__menu-mega > ul > li.active-mega-menu .mega-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.header-main__menu-nav ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.header-main__menu-nav ul li {
  margin-left: 4rem;
}
.header-main__menu-nav ul li:first-child {
  margin-right: 1.5rem;
}
.header-main__menu-nav ul li a {
  font-size: 1.4rem;
  font-weight: normal;
  color: #202020;
}
.header-main__menu-nav ul li img {
  width: 15px;
  height: auto;
  margin-left: 5px;
}
.card-buy {
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-radius: 12px;
  width: 464px;
  position: absolute;
  top: 5rem;
  z-index: 5;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: 0.1s linear;
  pointer-events: none;
  overflow: hidden;
}
.card-buy__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}
.card-buy__content .empty-cart {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 30px;
}
.card-buy__title {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 600;
}
.card-buy__footer {
  display: flex;
  padding: 2rem;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
}
.card-buy__footer-price {
  font-size: 1.3rem;
  font-weight: normal;
  color: #202024;
}
.card-buy__footer-price span {
  font-size: 1.5rem;
  margin-left: 0.3rem;
  font-weight: 600;
}
.card-buy__close {
  background-color: #f7f7f7;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  border: none;
}
.card-buy__close i {
  color: #000;
  font-size: 1.5rem;
}
.card-buy__price {
  color: #202024;
  font-size: 1.4rem;
  font-weight: 600;
}
.card-buy__list .woocommerce-cart-form__cart-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 2rem;
}
.card-buy__list li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 2rem;
}
.card-buy__list li:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 2rem;
}
.card-buy__list-info {
  margin-left: 2rem;
}
.card-buy__list-info .star-rating {
  width: 100% !important;
}
.card-buy__list-info hr {
  width: 100%;
}
.card-buy__list-thumb {
  width: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-buy__list-thumb img {
  max-width: 96px !important;
  height: auto !important;
  margin: 0;
}
.card-buy__list-title {
  font-size: 1.5rem;
  color: #202024;
  font-weight: 600;
}
.card-buy__list-rate {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #202024;
  font-weight: 600;
  height: 15px;
}
.card-buy__list-rate .star-rating {
  width: 100%;
}
.card-buy__list-rate i {
  margin-left: 0.6rem;
  color: #ffc700;
  font-size: 1.6rem;
}
.card-buy__color {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
.card-buy__color-plate {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  margin: 0 1rem;
}
.card-buy hr {
  color: #bbb;
  margin: 2rem 0;
}
.card-buy__quantity {
  display: flex;
  align-items: center;
}
.card-buy__quantity-btn {
  background-color: #ececec;
  border: none;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 8px;
  font-size: 2.4rem;
  display: grid;
  place-items: center;
}
.card-buy__quantity-btn span {
  font-size: 2.4rem;
  height: 30px;
  margin: 0;
}
.card-buy__quantity input {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  width: 35px;
  text-align: center;
  border: none;
}
/* برای Chrome، Safari، Edge */
.card-buy__quantity input[type="number"]::-webkit-inner-spin-button,
.card-buy__quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* برای Firefox */
.card-buy__quantity input[type="number"] {
  -moz-appearance: textfield;
}
.qty-loading {
  position: relative;
}
.qty-loading::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  right: calc(50% - 15px);
}
.loading-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: transparent;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 3px;
  overflow: hidden;
}
.qty-loading .loading-container {
  display: flex;
}
.dot {
  width: 6px;
  height: 6px;
  background-color: #e3030a;
  border-radius: 50%;
  animation: bounce 0.6s infinite ease-in-out;
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0%,
  80%,
  100% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  40% {
    transform: scale(1.4);
    opacity: 1;
  }
}
.product-search-wrapper .list-group {
  top: 45px;
  background: #f7f7f7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}
.product-search-wrapper .list-group a {
  border: none;
}
.product-search-wrapper .list-group a:last-of-type {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
  font-size: 14px;
  padding-right: 25px;
}
.product-search-wrapper .list-group a span {
  font-size: 14px;
  font-weight: bold;
}
.card-buy__pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-buy__porp {
  font-size: 1.6rem;
  color: #25618e;
  display: flex;
  align-items: center;
}
.card-buy__porp i {
  color: #25618e;
  font-size: 1.8rem;
  margin-left: 0.5rem;
}
.card-buy__porp span {
  margin-right: 0.5rem;
  font-weight: normal;
  font-size: 1.6rem;
  color: #000000;
}
.card-buy.active-card-buy {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.btn-dynamic {
  background-color: transparent;
  border: none;
}
.btn-dynamic__icon {
  display: flex;
  align-items: center;
  position: relative;
}
.btn-dynamic__icon span {
  position: absolute;
  left: 50%;
  top: -0.3rem;
  border: 1px solid #fff;
  background-color: #e3030a;
  width: 2rem;
  height: 2rem;
  color: #fff;
  border-radius: 50%;
  font-size: 1.1rem;
  display: grid;
  place-items: center;
  line-height: 0;
}
.btn-dynamic__icon i {
  font-size: 2.2rem;
  color: #3c3c3c;
}
.btn-dynamic__title {
  font-size: 1.4rem;
  color: #3c3c3c;
  font-weight: normal;
}
.gap-line {
  border: 1px solid #eeeeee;
  width: 1px;
  height: 30px;
  margin: 0 3rem;
}
.offcanvas-custom .offcanvas {
  z-index: 9999999;
}
.offcanvas-custom__icon {
  font-size: 3rem;
}
.offcanvas-custom .btn-close {
  opacity: 1;
  font-size: 1.1rem;
  width: 2rem;
  height: 2rem;
  box-shadow: 1px 1px 16px -8px #bc0d0c;
  border-radius: 50%;
  color: #fff;
}
.offcanvas-custom__brand {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.offcanvas-custom__brand-title {
  font-family: YekanBakh;
  font-weight: bold;
  color: #303645;
  font-size: 1.6rem;
}
.offcanvas-custom__body {
  font-family: YekanBakh;
  height: 100%;
  overflow-y: scroll;
}
.offcanvas-custom__items::-webkit-scrollbar {
  width: 0.3rem;
  box-shadow: inset 0 0 5px #e6e6e6;
  margin-right: 2rem;
}
.offcanvas-custom__items::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.offcanvas-custom__items::-webkit-scrollbar-thumb {
  background-color: #bbb;
  background-image: linear-gradient(150deg, #b7b7b7 0%, #898989 100%);
}
.offcanvas-custom__items > ul > li {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0.5rem;
  padding: 1.5rem 1rem;
}
.offcanvas-custom__items > ul > li:last-child {
  border-bottom: none;
}
.offcanvas-custom__items > ul > li > a {
  font-size: 1.8rem;
  color: #242424;
}
.offcanvas-custom__items > ul > li i {
  background-color: #f2f2f2;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
  color: #0697f8;
  float: left;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3px;
  transition: 0.3s ease;
  cursor: pointer;
}
.offcanvas-custom__items > ul > li i.rotate {
  transform: rotate(180deg);
  border-radius: 50%;
}
.offcanvas-custom__items > ul > li ul {
  background-color: #e9ecef;
  border-radius: 1rem;
  margin-top: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.offcanvas-custom__items > ul > li ul li {
  padding: 1.2rem 1rem;
}
.offcanvas-custom__items > ul > li ul li i {
  background-color: #303645;
  height: 20px;
  width: 20px;
  font-size: 1.2rem;
  color: #fff;
  margin-top: auto;
}
.offcanvas-custom__items > ul > li ul li a {
  font-size: 1.6rem;
  color: #57606a;
}
.offcanvas-custom__items > ul > li ul li ul {
  background-color: #f8f9fa;
  border-right: 2px solid #303645;
}
.offcanvas-custom__items > ul > li ul.show {
  margin-top: 2rem;
  height: auto;
  opacity: 1;
}
.offcanvas-custom__items ul li a img {
  width: 20px;
  height: auto;
}
.sticky-btn {
  background-color: #3abb5e;
  color: #fff;
  padding: 1.5rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 6px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: fixed;
  right: 15px;
  bottom: 15px;
  left: 15px;
  font-size: 20px;
  vertical-align: middle;
}
.sticky-btn i {
  font-size: 19px;
}
.navbar-mobile {
  background-color: #fff;
  border-top: 1px solid #ececec;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99999;
}
.navbar-mobile ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2.5rem;
}
.navbar-mobile ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(32, 32, 36, 0.5019607843);
  transition: 0.2s;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
.navbar-mobile ul li a b {
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #e3030a;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  color: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  right: 8px;
  bottom: 26px;
}
.navbar-mobile ul li a i {
  margin-bottom: 1rem;
  font-size: 2.6rem;
}
.navbar-mobile ul li a:hover {
  color: #202024;
}
.navbar-mobile ul li button {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(32, 32, 36, 0.5019607843);
  transition: 0.2s;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
}
.navbar-mobile ul li button b {
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #e3030a;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  color: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  right: 8px;
  bottom: 26px;
}
.navbar-mobile ul li button i {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.navbar-mobile ul li button:hover {
  color: #202024;
}
.navbar-mobile .payment-sticky {
  background: rgba(247, 247, 247, 0.5);
  border-top: 1px solid #f4f4f4;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.contact-main {
  margin: 5rem 0;
}
.contact-main__title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
}
.contact-main__box {
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  height: 288px;
}
.contact-main__icon {
  width: 4rem;
  height: 4rem;
  background-color: #e5f2ff;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 1.6rem;
}
.contact-main__icon i {
  color: #003966;
}
.contact-main__icon--green {
  background-color: #f2fcf5;
}
.contact-main__icon--green i {
  color: #3abb5e;
}
.contact-main__icon--red {
  background-color: #ffebeb;
}
.contact-main__icon--red i {
  color: #ed0800;
}
.contact-main__title {
  font-size: 1.6rem;
  color: #202024;
  font-weight: 600;
}
.contact-main__subtitle {
  font-size: 1rem;
  color: #868786;
  text-align: center;
  height: 60px;
}
.contact-main__content {
  display: flex;
  align-items: center;
}
.contact-main__content span {
  margin: 0 1rem;
}
.contact-main__content a {
  font-size: 1.5rem;
  color: #202024;
  font-weight: 600;
}
.faq-main {
  margin: 5rem 0;
}
.faq-main__title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
}
.faq-main .accordion {
  width: 80%;
  margin: 0 auto;
}
.faq-main .accordion .accordion-button {
  font-size: 1.4rem;
  font-weight: 600;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 2.5rem 0 2rem 0;
}
.faq-main .accordion .accordion-header {
  border: none;
  box-shadow: none;
}
.faq-main .accordion .accordion-item {
  border: none;
}
.faq-main .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
.faq-main .accordion .accordion-body {
  font-size: 1.2rem;
  line-height: 2.3rem;
  padding: 1rem 0 2rem 0;
}
.footer-main {
  margin: 5rem 0 0 0;
  border-top: 1px solid #ececec;
  padding-top: 3rem;
}
.footer-main__up {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 4rem;
}
.footer-main__feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-main__feature-icon img {
  max-width: 64px;
}
.footer-main__feature-title {
  color: #202024;
  font-size: 1.4rem;
  font-weight: 600;
}
.footer-main__feature--border {
  border-left: 1px solid #cbcbcb;
}
.footer-main__list-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
  display: block;
}
.nav-tabs {
  border: none;
}
.footer-products-items-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-products-items-list li a {
  color: #202024;
}
.footer-main .nav-item button {
  border-radius: 30px !important;
  margin: 0 10px;
  color: #666666d9;
  font-weight: bold;
}
.footer-main .nav-item button.active {
  background-color: #fc0109 !important;
  color: #fff !important;
}
.footer-main__list ul li:not(:last-child) {
  margin-bottom: 1.3rem;
}
.footer-main__list ul li a {
  font-size: 1.3rem;
  font-weight: 500;
  color: #202024;
  display: block;
}
.footer-main__brand {
  display: block;
}
.footer-main__brand img {
  max-width: 120px;
}
.footer-main__desc {
  color: #182025;
  font-size: 1.2rem;
  font-weight: normal;
}
.footer-main__field {
  display: flex;
  flex-direction: column;
}
.footer-main__field b {
  font-size: 1.3rem;
  font-weight: 500;
}
.footer-main__field p {
  font-size: 1.2rem;
  font-weight: normal;
  color: #202024;
}
.footer-main__field a {
  font-size: 1.3rem;
  display: inline-block;
  color: #202024;
  font-weight: normal;
}
.footer-main__info {
  border-bottom: 1px solid #e2e2e2;
}
.footer-main__content-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.footer-main__content-desc {
  line-height: 2.5rem;
  overflow: hidden;
  max-height: 50px;
  transition: max-height 0.3s ease;
  position: relative;
}
.footer-main__content-desc.expanded {
  max-height: 1000px;
}
.footer-main__content span {
  cursor: pointer;
}
.footer-main__content-link {
  font-size: 1.2rem;
  font-weight: normal;
  color: #2e7ab4;
}
.footer-main__down {
  background-color: #f7f7f7;
  padding: 3rem 0;
}
.footer-main__title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #202024;
}
.footer-main__subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: #202024;
}
.footer-main__symbols {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2rem;
}
.footer-main__symbols li {
  width: 138px;
  height: 120px;
  background: #fff;
  display: grid;
  place-items: center;
  border-radius: 16px;
}
@media (max-width: 991.98px) {
  .faq-main .accordion {
    width: 100%;
  }
  .sticky-btn {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-mobile {
    display: block;
  }
  .footer-main {
    padding-bottom: 9rem;
  }
  .footer-main__feature-title {
    font-size: 1.1rem;
  }
  .footer-main__feature-icon img {
    max-width: 50px;
  }
  .footer-main__title {
    text-align: center;
  }
  .footer-main__subtitle {
    text-align: center;
  }
  .footer-main__symbols {
    margin-top: 2rem;
    justify-content: center;
  }
  .header-main {
    border-bottom: 1px solid #ececec;
  }
  .contact-main__content a {
    font-size: 1.3rem;
  }
  .offcanvas-custom__items > ul > li > a {
    font-size: 1.4rem;
  }
  .offcanvas-custom__items > ul > li i {
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.2rem;
  }
  .offcanvas-custom__items > ul > li ul li a {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  .cat-card {
    height: 88px;
  }
  .faq-main {
    margin-top: 0;
  }
  .footer-main__feature--border {
    border-left: none;
  }
  .footer-main__symbols li {
    width: 110px;
    height: 90px;
  }
  .footer-main__symbols li img {
    max-width: 65px;
  }
  .navbar-mobile ul {
    padding: 1.8rem 2.4rem;
  }
  .navbar-mobile ul li a {
    font-size: 1.2rem;
  }
  .navbar-mobile ul li a b {
    font-size: 1.2rem;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 0;
  }
  .navbar-mobile ul li a i {
    font-size: 2.2rem;
  }
  /***** single product start ******/
  .payment-card {
    height: 80px;
    /* position: fixed;
    bottom: 0; */
    z-index: 9999999;
    background: #fff;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 0;
    border-top: 4px solid #f4f4f4;
  }
  .payment-card__list {
    display: none;
  }
  .payment-card__price {
    font-size: 2rem;
  }
  .payment-card__price-status {
    display: none;
  }
  .payment-card__head {
    width: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .payment-card__head .price {
    margin: 0 !important;
  }
  .payment-card__footer {
    width: 50%;
    border: none !important;
    padding-right: 0 !important;
  }
  .payment-card__footer .out-of-stock {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0px 0;
    bottom: 15px;
  }
  .tamas-begirid {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0px 0;
    bottom: 15px;
  }

  /***** single product end ******/
}
@media (max-width: 376px) {
  .footer-main {
    padding-bottom: 8rem;
  }
}
.header-slider .swiper-slide img {
  width: 100%;
  height: auto;
}
.header-slider .swiper-pagination {
  left: initial;
  bottom: 5%;
  right: 16%;
  margin-right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
}
.header-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
}
.header-slider .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  position: relative;
  display: grid;
  place-items: center;
}
.header-slider .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 50%;
}
.category-main {
  margin: 5rem 0;
}
.category-main__title {
  font-size: 1.6rem;
  font-weight: 700;
}
.special-main {
  margin: 5rem 0;
  background-color: #202024;
  padding: 6rem 4rem 4rem 0;
  border-radius: 16px;
  overflow: hidden;
}
.special-main__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.special-main__btn-prev.swiper-button-disabled,
.special-main__btn-next.swiper-button-disabled {
  opacity: 0.8;
}
.special-main .swiper {
  margin-left: -2rem;
}
.banner-main {
  margin: 5rem 0;
  text-align: center;
  background-image: url("../img/home/moshavere-bg.webp?v=1.0.0");
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}
.banner-main::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0) !important;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
  z-index: -1;
}
.banner-main__title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
}
.banner-main__desc {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 200;
}
.builtin-products {
  margin: 5rem 0;
  background-image: url("../img/banner/bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7rem 0;
  position: relative;
  z-index: 1;
}
.builtin-products::before {
  content: "";
  background-color: rgba(32, 32, 32, 0) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.builtin-products__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  font-weight: bold;
}
.builtin-products__desc {
  color: #fff;
  font-size: 1.2rem;
}
.builtin-products__btn-prev.swiper-button-disabled,
.builtin-products__btn-next.swiper-button-disabled {
  opacity: 0.8;
}
.blog-main {
  background-color: #f7f7f7;
  margin: 5rem 0;
  padding: 5rem 3rem 5rem 0;
  border-radius: 12px;
  overflow: hidden;
}
.blog-main__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #202024;
}
.blog-main__btn-prev.swiper-button-disabled,
.blog-main__btn-next.swiper-button-disabled {
  opacity: 0.8;
}
.blog-main__btn-prev.swiper-button-lock,
.blog-main__btn-next.swiper-button-lock {
  display: none;
}
.blog-main .swiper {
  margin-left: -2rem;
}
.banner-img {
  margin: 5rem 0;
}
.banner-img img {
  width: 100%;
}
.about-us {
  margin: 5rem 0;
  border-top: 1px solid #ececec;
  padding: 6rem 0;
}
.about-us__pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
}
.about-us__title {
  font-size: 1.6rem;
  font-weight: 600;
}
.about-us__box-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.about-us__box-desc {
  font-size: 1.2rem;
  line-height: 2.8rem;
}
.about-us__box-desc2 {
  line-height: 2.5rem;
  overflow: hidden;
  max-height: 50px;
  transition: max-height 0.3s ease;
  position: relative;
}
.about-us__box-desc2.expanded {
  max-height: 1000px;
}
.about-us__box-link {
  color: #2e7ab4;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.about-us__content {
  padding-left: 7rem;
}
.about-us .container {
  border-bottom: 1px solid #ececec;
}
.set-porducts {
  background-color: #f7f7f7;
  margin: 5rem 0;
  padding: 7rem 0 5rem 0;
}
.set-porducts .tab-pane {
  height: 100%;
}
.set-porducts__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
}
.set-porducts .nav {
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 16px;
  padding: 0.5rem;
  gap: 10px;
}
.set-porducts .nav .nav-link {
  color: #868786;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  padding: 1rem 1.8rem;
  border-radius: 12px;
}
.set-porducts .nav .nav-link i {
  margin-left: 0.5rem;
}
.set-porducts .nav .nav-link.active {
  background-color: #e3030a;
  color: #fff;
}
.set-porducts .tab-content {
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #cbcbcb;
  height: 724px;
}
.set-porducts hr {
  border-color: #ececec;
  opacity: 1;
  margin: 3rem 0;
}
.set-porducts__cover {
  height: 100%;
}
.set-porducts__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.set-porducts__info {
  background-color: #fff;
  padding: 4rem 2.5rem 4rem 2.5rem;
}
.set-porducts__info-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.set-porducts__info-price span {
  color: #202024;
}
.set-porducts__info-price div {
  color: #202024;
  font-size: 18px;
  font-weight: 600;
}
.set-porducts__info-label {
  font-size: 11px;
  color: #000000;
}
.set-porducts__info-title {
  font-size: 2.4rem;
  font-weight: 600;
}
.set-porducts__info-head {
  text-align: center;
}
.set-porducts__info-head i {
  font-size: 3rem;
  color: #202024;
}
.set-porducts__info-colors {
  background-color: #f7f7f7;
  padding: 2rem;
  border-radius: 12px;
}
.set-porducts__info-colors .btn-check:checked + .btn,
.set-porducts__info-colors .btn.active,
.set-porducts__info-colors .btn.show,
.set-porducts__info-colors .btn:first-child:active,
.set-porducts__info-colors :not(.btn-check) + .btn:active {
  color: #202024;
  border-color: #e3030a;
  opacity: 1;
}
.set-porducts__info-colors .btn-check:checked + .btn .shap-circle-radio,
.set-porducts__info-colors .btn.active .shap-circle-radio,
.set-porducts__info-colors .btn.show .shap-circle-radio,
.set-porducts__info-colors .btn:first-child:active .shap-circle-radio,
.set-porducts__info-colors :not(.btn-check) + .btn:active .shap-circle-radio {
  border-color: #003966;
}
.set-porducts__info-colors .btn-check:checked + .btn .shap-circle-radio::before,
.set-porducts__info-colors .btn.active .shap-circle-radio::before,
.set-porducts__info-colors .btn.show .shap-circle-radio::before,
.set-porducts__info-colors .btn:first-child:active .shap-circle-radio::before,
.set-porducts__info-colors
  :not(.btn-check)
  + .btn:active
  .shap-circle-radio::before {
  opacity: 1;
}
.set-porducts__info-colors .btn {
  width: 100%;
  font-size: 1.4rem;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  color: #202024;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.set-porducts__info-colors .btn .shap-circle-radio {
  width: 2rem;
  height: 2rem;
  border: 2px solid #868786;
  border-radius: 50%;
  position: relative;
  display: grid;
  place-items: center;
}
.set-porducts__info-colors .btn .shap-circle-radio::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #003966;
  border-radius: 50%;
  opacity: 0;
}
.set-porducts__info-colors .btn:hover {
  color: #202024;
}
.set-porducts__info-colors .btn.btn-outline-secondary {
  background-color: #fff;
  border: 2px solid #cbcbcb;
}
.set-porducts__info-selectes .btn-check:checked + .btn,
.set-porducts__info-selectes .btn.active,
.set-porducts__info-selectes .btn.show,
.set-porducts__info-selectes .btn:first-child:active,
.set-porducts__info-selectes :not(.btn-check) + .btn:active {
  color: #202024;
  background-color: #ffebeb;
  border-color: #e3030a;
  opacity: 1;
}
.set-porducts__info-selectes .btn {
  width: 100%;
  font-size: 1.1rem;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  color: #202024;
  opacity: 50%;
}
.set-porducts__info-selectes .btn.btn-outline-secondary {
  background-color: #f7f7f7;
  border: 1px solid transparent;
}
.set-porducts__info-selectes img {
  max-width: 20px;
}
@media (max-width: 1199.98px) {
  .set-porducts__info {
    padding: 4rem 1.5rem 4rem 1.5rem;
  }
  .set-porducts__info-selectes .btn {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .set-porducts__info {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
  .set-porducts__info-selectes .btn {
    font-size: 1rem;
  }
  .set-porducts .tab-content {
    height: auto;
  }
  .set-porducts__cover {
    height: 34rem;
  }
  .builtin-products .col-builtin {
    width: 226px;
  }
  .builtin-products .row-builtin {
    overflow: scroll;
  }
  .about-us__content {
    padding-left: 0;
  }
  .about-us__box-desc {
    text-align: justify;
  }
}
@media (max-width: 767.98px) {
  .about-us {
    margin-bottom: 0;
    padding: 5rem 0 0;
  }
  .blog-main {
    padding: 3rem 1rem 3rem 0;
  }
  .blog-main__title {
    font-size: 1.4rem;
  }
  .banner-main {
    padding: 3.5rem 0;
  }
  .banner-main__title {
    font-size: 1.6rem;
  }
  .banner-main__desc {
    font-size: 12px;
  }
  .set-porducts {
    overflow: hidden;
  }
  .set-porducts .nav {
    overflow: scroll;
    flex-wrap: nowrap;
    width: 108%;
    margin-left: -4rem;
    padding-left: 4rem;
  }
  .set-porducts .nav li {
    white-space: nowrap;
  }
  .set-porducts__cover {
    height: 244px;
  }
  .cat-card {
    height: 88px !important;
  }
  .cat-card__thumb img {
    max-width: 60px;
  }
  .cat-card__title {
    font-size: 1rem;
  }
  .cat-card__link {
    width: 24px;
    height: 24px;
    font-size: 1rem;
  }
  .special-main {
    padding: 6rem 2rem 4rem 0;
  }
  .special-main .product-card {
    width: 100% !important;
  }
  .special-main__title {
    font-size: 1.4rem;
  }
  .builtin-products .product-card {
    width: 100% !important;
  }
}
/*# sourceMappingURL=style.min.css.map */
.carousel-item img {
  width: 100%;
  height: auto;
}
.tab-content img {
  max-width: 100%;
  height: auto;
}
.tab-content-jahizie .set-porducts__cover img {
  width: 100%;
  height: 100%;
}
.details-product__prop-val a {
  color: #000;
}
.details-product .nav-link {
  border: none;
}
/** start rating **/
.woocommerce-product-rating span span {
  color: #697d99;
}
.woocommerce-product-rating span .bi-dot {
  color: #e2e2e2;
}
/* .star-rating {
font-weight: 600;
font-size: 1.4rem;
position: relative;
visibility: hidden;
}
.star-rating strong {
position: absolute;
top: 0;
right: 0;
text-align: right;
visibility: visible;
color: #000;
}
.star-rating i {
color: #ffc700;
margin-left: 5px;
}
.product-card__content .star-rating b {
display: none;
}
.comment-text .star-rating b {
display: none;
}
*/
.wp-post-image {
  width: 100%;
  height: auto;
}
.payment-card__footer .quantity {
  display: none;
}
.payment-card__footer .out-of-stock {
  font-weight: bold;
}
.woocommerce-Reviews-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.comments-product__info-user {
  margin-bottom: 1rem;
}
.comments-product__info-user .meta {
  display: flex;
  flex-direction: column;
}
.comments-product__info-user .woocommerce-review__dash {
  display: none;
}
.commentlist .review {
  border-bottom: 1px solid #ececec;
  padding: 2rem;
  margin-bottom: 1rem;
}
.commentlist .review:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.commentlist ul.children {
  background-color: #f7f7f7;
  margin-right: 1rem;
  padding-right: 1rem;
}
.commentlist ul.children li {
  margin: 2rem 0;
  padding: 2rem;
}
.comment_container {
  position: relative;
}
.comment_container .star-rating {
  font-weight: 600;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.card-product-item {
  margin-bottom: 1.5rem;
}
.form-submit .submit {
  background-color: #e3030a !important;
  display: flex !important;
  justify-content: center !important;
  padding: 1.5rem 0 !important;
  border-radius: 12px !important;
  width: 100% !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  border: none !important;
}
.comment-form-comment textarea {
  background-color: #f7f7f7;
  border: none;
  outline: none;
  min-height: 120px;
  padding: 2rem;
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 8px;
}
.comment-form label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #202024;
  margin-top: 1rem;
}
.star-rating-custom {
  direction: ltr;
  display: inline-flex;
}
.star-rating-custom input[type="radio"] {
  display: none;
}
.star-rating-custom label {
  font-size: 34px;
  color: #ececec;
  cursor: pointer;
  transition: color 0.2s;
  margin: 0;
}
.star-rating-custom input[type="radio"]:checked ~ label {
  color: gold;
}
.star-rating-custom label:hover,
.star-rating-custom label:hover ~ label {
  color: gold;
}
.comment-form input {
  background-color: #f7f7f7;
  border: none;
  outline: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  font-size: 1.4rem;
  padding: 8px 5px;
  border-radius: 8px;
}
.comment-form-cookies-consent input {
  width: auto;
}
.comment-form-rating select {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 8px 5px;
  border-radius: 8px;
}
.comment-reply-title {
  display: none;
}
.special-main__title--dark {
  color: #000000 !important;
}
.special-main__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.woocommerce-Price-currencySymbol {
  font-size: 10px;
}
.woocommerce-products-compare-compare-button {
  display: none;
}
.product-card__thumb img {
  width: 100%;
  height: 100%;
}
.price {
  display: flex;
  flex-direction: column-reverse;
  color: #000;
}
ins {
  text-decoration: none;
}
del .woocommerce-Price-currencySymbol {
  display: none;
}
.product-card__thumb-tag-discount {
  display: none;
}
.sale .product-card__thumb-tag-discount {
  display: block;
}
.product-card__thumb {
  position: unset;
}
.product-card__footer-price-discount {
  top: auto;
  bottom: 5px;
}
.product-card__title h2 {
  font-size: 1.4rem;
  color: #202024;
  font-weight: 700;
  margin: 0;
  line-height: 28px;
  text-align: justify;
}
.woocommerce-product-rating span {
  height: 15px;
  display: inline-block;
  font-size: 14px;
}
.onsale {
  display: none;
}
/* Archive Product */
.list-sorts {
  position: relative;
  height: 55px;
}
.list-sorts ul li a {
  color: #212529;
  font-weight: 400;
}
.list-sorts ul li.active a {
  color: red;
}
.woocommerce-message {
  border: 1px solid #555;
  border-radius: 8px;
  padding: 24px 8px;
  margin-bottom: 10px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  position: unset;
  margin-left: 4px;
}
.woocommerce-result-count {
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 25px;
}
.woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  border: none !important;
}
.woocommerce-pagination ul li {
  border: none !important;
}
.woocommerce-pagination ul li span.current {
  margin: 0 10px !important;
  font-size: 20px !important;
  border-radius: 5px;
  color: #fff;
  font-weight: bold !important;
  -webkit-text-stroke: 1px red;
}
.woocommerce-pagination ul li a.page-numbers {
  margin: 0 10px !important;
  font-size: 20px !important;
  border-radius: 5px;
  color: red;
  font-weight: bold !important;
}
.woocommerce-pagination ul li span.dots {
  margin: 0 10px !important;
  font-size: 20px !important;
  border-radius: 5px;
  color: red;
  font-weight: bold !important;
}
.term-description {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #cbcbcb;
}
.filters {
  position: relative;
}
.product-list .title {
  /* margin-bottom: 20px; */
}
.filters .remove-filters {
  position: absolute;
  top: 35px;
  left: 15px;
}
.filters .filter-item {
  position: relative;
  padding-left: 30px !important;
  color: #000;
}
.filters .filter-item i {
  position: absolute;
  font-size: 20px;
  top: 4px;
}
.filters .accordion-item {
  border: none;
  margin-bottom: 15px;
}
.filters .accordion-button {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0;
  background: #fff;
}
.filters .accordion-button:focus {
  box-shadow: none;
}
.filters .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.filters .accordion-body {
  padding: 15px;
}
.filters .accordion-body-scrolling {
  height: 200px;
  overflow: auto;
}
.filters .accordion-body label {
  font-weight: bold;
  font-size: 14px;
  padding: 7px 0;
  display: block;
}
.filters .accordion-body label input {
  transform: scale(1.3);
  margin: 0px 0 0 5px;
}
.filters .accordion-body strong {
  font-weight: bold;
  font-size: 14px;
  display: block;
}
.wpc-filters-range-column {
  padding: 14px;
  background-color: #f7f7f7;
  font-size: 14px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.filters .range-con {
  padding: 14px;
  background-color: #f7f7f7;
  font-size: 14px;
  border-radius: 8px;
}
.filters .range {
  background-color: transparent;
  width: 100%;
  border: none;
  outline: none;
}
.instokecheckbox {
  padding: 20px 0;
}
.instokecheckboxtitle {
  font-size: 14px;
  font-weight: bold;
}
.filters .form-switch .switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
}
.filters .form-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.filters .form-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid #ccc;
  width: 40px;
  height: 20px;
}
.filters .form-switch .slider::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 1px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 50%;
}
.filters .form-switch input:checked + .slider {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.filters .form-switch input:checked + .slider::before {
  transform: translateX(19px);
  background-color: #fff;
}
.filters .filter-submit {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  background: #0d6efd;
  border-radius: 5px;
  padding: 10px 0;
  border: none;
  color: #fff;
  margin-top: 40px;
}
.stars {
  border: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-around;
  padding: 2rem;
  border-radius: 1rem;
  width: 250px;
}
.woocommerce p.stars a {
  width: 31px !important;
  height: 36px !important;
}
.woocommerce p.stars a::before {
  font-size: 30px;
  color: gold;
}
.filter-order {
  display: flex;
  max-width: 50%;
  /* margin-bottom: 20px; */
}
.filter-order div {
  padding: 8px 12px;
  font-size: 11px;
  color: #000000;
  margin-left: 5px;
  width: 105px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
}
.accordion-item-x .accordion-button {
  font-size: 18px;
}
/** archive product end **/
/** single product start **/
.in-mobile {
  display: none;
}
.feature-mobile-v {
  display: flex;
  align-items: center;
}
.feature-mobile-v-img {
  margin-left: 5px;
}
.feature-mobile-v-text h6 {
  font-size: 14px;
  font-weight: 400;
  color: #202024;
}
.feature-mobile-v-text p {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  color: #868786;
}
/** single product end **/
/** single product gallery **/
.product-main-slider {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
.product-main-slider .swiper-slide {
  text-align: center;
}
.product-main-slider img {
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
  padding: 15px;
}
.product-thumb-slider {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-thumb-slider .swiper-slide {
  width: 80px;
  height: 80px;
  opacity: 0.4;
  cursor: pointer;
}
.product-thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.product-thumb-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 6px;
}
/** Cart Start **/
.cart-title {
  background: #e5f2ff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 15px;
}
.cart-title h1 {
  color: #202024;
  font-weight: 700;
  font-weight: Bold;
  font-size: 16px;
}
.woocommerce-cart-form {
  border: 1px solid #cbcbcb;
  border-radius: 12px;
  overflow: hidden;
  padding: 30px 30px 0 30px;
}
.woocommerce-cart-form li {
  padding-bottom: 0;
}
.woocommerce-cart-form li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.woocommerce-cart-form li .card-buy__list-info {
  width: 100%;
}
.cart_totals {
  float: none !important;
  width: 100% !important;
}
.steps {
  padding: 20px 0;
}
.steps .steps-inner {
  width: 407px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.steps .steps-inner .step-icon {
  position: relative;
  width: 72px;
  height: 72px;
  border: 2px solid #cbcbcb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps .steps-inner .step {
  width: 72px;
}
.steps .steps-inner .step span {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #868786;
  margin-top: 15px;
  font-weight: bold;
}
.steps .steps-inner .step1 .step-icon {
  border: 2px solid #e3030a;
}
.steps .steps-inner .step1 span {
  color: #e3030a !important;
}
.steps .steps-inner .step1 .step-icon::after {
  content: "";
  width: 48px;
  height: 2px;
  background: #e3030a;
  position: absolute;
  top: calc(50% - 1px);
  left: -50px;
}
/** Steps cart start **/
.steps .steps-inner .step1 .step-icon {
  border: 2px solid #e3030a;
}
.steps-cart .steps-inner .step2 .step-icon::after {
  content: "";
  width: 48px;
  height: 2px;
  background: #cbcbcb;
  position: absolute;
  top: calc(50% - 1px);
  right: -50px;
}
.steps-cart .steps-inner .step2 .step-icon::before {
  content: "";
  width: 48px;
  height: 2px;
  background: #cbcbcb;
  position: absolute;
  top: calc(50% - 1px);
  left: -50px;
}
.steps-cart .steps-inner .step3 .step-icon::after {
  content: "";
  width: 48px;
  height: 2px;
  background: #cbcbcb;
  position: absolute;
  top: calc(50% - 1px);
  right: -50px;
}
/** Steps cart end **/
/** Steps checkout start **/
.steps-checkout .steps-inner .step2 .step-icon::after {
  content: "";
  width: 48px;
  height: 2px;
  background: #e3030a;
  position: absolute;
  top: calc(50% - 1px);
  right: -50px;
}
.steps-checkout .steps-inner .step2 .step-icon {
  border: 2px solid #e3030a;
}
.steps-checkout .steps-inner .step2 span {
  color: #e3030a;
}
.steps-checkout .steps-inner .step2 img {
  filter: brightness(0);
}
.steps-checkout .steps-inner .step2 .step-icon::before {
  content: "";
  width: 48px;
  height: 2px;
  background: #e3030a;
  position: absolute;
  top: calc(50% - 1px);
  left: -50px;
}
.steps-checkout .steps-inner .step3 .step-icon::after {
  content: "";
  width: 48px;
  height: 2px;
  background: #cbcbcb;
  position: absolute;
  top: calc(50% - 1px);
  right: -50px;
}
.address-card {
  transition: border-color 0.3s ease;
  border: 2px solid transparent;
}
.address-card input[type="radio"]:checked + div,
.address-card input[type="radio"]:checked ~ div {
  border-color: red !important;
}
.address-card input[type="radio"]:checked {
  accent-color: red;
}
.checkout-address-box br {
  display: none;
}
/** Steps checkout end **/
/** checkout Page Start **/
.logout-checkout h2 {
  text-align: center;
}
/** checkout Page End **/

.cart-collaterals {
  background: #f7f7f7;
  border-radius: 12px;
  overflow: hidden;
  padding: 13px 0;
  position: sticky;
  top: 0;
}
.woocommerce-checkout-review-order.cart-collaterals {
  padding: 15px;
}
.cart-totals-title {
  font-size: 18px;
  color: #202024;
  font-weight: bold;
  padding: 0 13px;
  margin-bottom: 15px;
}
.cart-collaterals .shop_table {
  border: none !important;
}
.cart-collaterals .shop_table td {
  text-align: left;
}
.cart-collaterals .shop_table * {
  border: none !important;
  font-size: 12px;
}
.wc-proceed-to-checkout {
  padding: 0 13px;
}
.checkout-button {
  font-size: 14px !important;
  background: #e3030a !important;
  width: 100%;
  text-align: center;
  padding: 15px 0 !important;
}
.box-empty {
  border: 1px solid #cbcbcb;
  border-radius: 12px;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-empty span {
  font-size: 14px;
  color: #868786;
  font-weight: bold;
}
/** Cart End **/
/** My account Start **/
.woocommerce-MyAccount-navigation {
  border: 1px solid #cbcbcb;
  border-radius: 16px;
  padding: 20px;
}
.woocommerce-MyAccount-content {
  border: 1px solid #cbcbcb;
  border-radius: 16px;
  padding: 20px;
}
.user-profile-box {
  background: #e5f2ff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.user-number-edit-btn {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
.user-number-edit-btn strong {
  font-size: 16px;
}
.user-number-edit-btn a {
  font-size: 12px;
  color: #202024;
  text-decoration: underline;
  font-weight: bold;
}
.woocommerce-MyAccount-navigation ul li {
  position: relative;
}
.woocommerce-MyAccount-navigation ul li.is-active::before {
  content: "";
  background: red;
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 4px;
  border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
  color: #202024;
  font-weight: bold;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #fe0000 !important;
}
.address-box {
  border-bottom: 1px solid #ececec;
  padding: 15px 0;
}
.woocommerce-Address:last-of-type .address-box {
  border-bottom: none;
}
.address-box h3 {
  font-size: 16px;
  font-weight: bold;
}
address {
  font-size: 12px;
}
.dashboard-btn {
  display: none;
}
.summary-order-box span {
  font-size: 14px;
  color: #202024;
}
.summary-order-box .card-body {
  border-radius: 12px;
  padding: 0 20px;
  background: #f7f7f7;
}
.address-and-name {
  font-size: 14px;
}
#customer_details {
  display: none;
}
span.tilte {
  font-size: 108px;
  font-weight: bold;
  color: #202024;
}
.address-card {
  border: 2px solid #ececec;
  border-radius: 8px;
}
.address-card:has(input[type="radio"]:checked) {
  border: 2px solid #e3030a;
}
.address-card input {
  background-color: #fff;
  border: 2px solid #fff;
  outline: 2px solid #868786;
  position: absolute !important;
  left: 15px;
  top: calc(50% - 8px);
}
.address-card input:checked {
  background-color: #e3030a;
  border: 2px solid #fff;
  outline: 2px solid #e3030a;
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: none;
}
.checkout-boxes {
  border: 1px solid #cbcbcb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}
/** My account End **/
/** archive blog page start **/
ul.pagination li a {
  font-size: 16px;
  width: 40px;
  text-align: center;
}
ul.pagination li span {
  font-size: 16px;
  width: 40px;
  text-align: center;
}
ul.pagination li .prev {
  width: auto;
}
ul.pagination li .next {
  width: auto;
}
.post-card__cats {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post-card__cats li {
  background-color: #e5f2ff;
  display: block;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 8px;
  color: #25618e;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 20px;
}
/** archive blog page end **/
/** single blog page start **/
aside ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
aside ul li {
  margin-bottom: 10px;
}
aside ul li a {
  display: block;
  padding: 10px 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}
aside ul.cats-list li a:hover {
  background-color: #007bff;
  color: #fff;
}
aside ul.latest-blog-list li a:hover {
  background-color: #d3d3d3;
  color: #000;
}
.related-product {
  width: 100%;
  font-size: 1.5rem;
  text-align: initial;
  border: 2px solid #ececec;
  border-radius: 1rem;
  transition-duration: 0.3s;
}
.related-product:hover {
  border: 2px solid #e3030a;
}
.details-list__title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.product-single__details-price {
  font-weight: 700 !important;
  font-size: 1.7rem !important;
}
#comments .di-none {
  display: none;
}
#comments {
  margin-top: 30px;
}
/** single blog page end **/
/** Dowry Start **/
.color-price .color-option {
  padding: 5px 16px !important;
}
.color-price .color-option p {
  color: #202024;
  margin: 0;
}
/** Dowry End **/
/** search in mobile start **/
.searchModal .modal-content {
  border: none;
  border-radius: 0;
  height: 100vh;
}
.searchModal .modal-dialog {
  margin: 0;
}
/** search in mobile end **/
/** About us start **/
.header-about-us .breadcrumb li {
  color: #000;
}
.header-about-us .breadcrumb li a {
  color: #000;
}
.header-about-us .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}
.about-content h4 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 18px;
}
.about-content p {
  text-align: justify;
  text-align-last: right;
}
.about-img {
  border-radius: 12px;
}
.about-img img {
  max-width: 100%;
  border-radius: 8px;
}
.why-bosch {
  border: 1px solid #cbcbcb;
  border-radius: 12px;
  margin-top: 30px;
  padding: 30px 0;
}
.why-bosch h4 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
.why-bosch p {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}
.highlight {
  background: #f2fcf5;
  width: fit-content;
  text-align-last: center;
  margin: 0 auto;
  padding: 5px 12px;
  border-radius: 7px;
}
.why-bosch .row {
  margin-top: 70px;
}
.why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-item .why-icon {
  margin-bottom: 30px;
  height: 55px;
  display: flex;
  align-items: center;
}
.why-item h5 {
  margin: 0;
  font-size: 14px;
}
.why-item p {
  font-size: 11px;
  color: #868786;
}
.why-bosch-2 h4 {
  font-weight: bold;
}
.why-bosch-2 .image {
  border-radius: 12px;
  overflow: hidden;
}
.why-bosch-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-bosch-2 p {
  margin-bottom: 30px;
  font-size: 14px;
}
.partners {
  border: 1px solid #cbcbcb;
  border-radius: 12px;
  margin-top: 30px;
  padding: 30px 0;
}
.partners h4 {
  font-weight: bold;
  text-align: center;
}
.partners p {
  text-align: center;
}
.partners .partners-images {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
}
/** About us end **/
.close-filter {
  position: absolute;
  top: 15px;
  left: 30px;
  opacity: 0;
}
.close-order {
  position: absolute;
  left: 30px;
  opacity: 0;
}
.close-dashboard {
  opacity: 0;
  position: absolute;
}

.wp-video {
  display: block;
  margin: 0 auto;
}

/* 404 page styles */
.page-404 {
  padding: 7rem 0;
}
.page-404 h2,
.page-404 p,
.page-404 h3 {
  color: #000;
}
.page-404 .btn-outline-danger {
  color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.page-404 .btn-outline-danger:hover {
  background-color: #dc3545 !important;
  color: #fff !important;
}
.page-404 .search-form-container .search-field {
  background-color: #343a40;
  border: 1px solid #495057;
  color: #f8f9fa;
}
.page-404 .search-form-container .search-submit {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.page-404 h1.display-1 {
  font-size: 10rem; /* Large font size for 404 */
  color: #dc3545 !important; /* The main red color */
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  font-family: "Arial Black", sans-serif;
}

.page-404 h2.display-4 {
  font-weight: 300;
}

.page-404 p.lead {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.25rem;
}

.page-404 .btn-outline-danger {
  color: #dc3545 !important;
  border-color: #dc3545 !important;
  font-weight: bold;
  transition: all 0.3s ease;
}

.page-404 .btn-outline-danger:hover {
  background-color: #dc3545 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-404 .search-form-container {
  width: 100%;
  max-width: 450px;
  margin-top: 2rem;
}

/* woocommerce panel styles */
.woocommerce table {
  font-size: 1.35rem !important;
  font-family: YekanBakh;
  font-weight: 600;
}

.woocommerce table.woocommerce-orders-table {
  text-align: center;
}
.woocommerce-orders-table__cell-order-actions .button {
  background-color: #e3030a !important;
  color: #ffffff !important;
}
.woocommerce .address-box address {
  font-size: 1.4rem;
  margin-top: 6px;
}
.woocommerce .address-box .woocommerce-Address-title .edit {
  font-size: 14px;
  font-weight: 600;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #a7a7a7;
  padding: 6px 12px;
  border-radius: 5px;
}

.woocommerce .woocommerce-address-fields button[type="submit"] {
  background-color: #3abb5e;
  color: #ffffff;
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  margin-top: 38px;
}

/* woocommerce checkout styles */
.khanebosch-thankyou-page .success-payment {
  background-color: #f2f8f4;
  border-radius: 12px;
}
.khanebosch-thankyou-page .failure-payment {
  background-color: #ffd4d4;
  border-radius: 12px;
}
.khanebosch-thankyou-page .success-payment .show-order-button {
  display: inline-block;
  border-radius: 8px;
  padding: 12px;
  margin: 1rem auto;
  border-width: 1px;
  border: 1px solid #ececec;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 600;
}

.khanebosch-thankyou-page .order-detail {
  display: block;
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 20px;
  margin-top: 30px;
}
.khanebosch-thankyou-page .order-detail p {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  margin: 0;
  align-items: center;
  padding: 20px 0;
}
.khanebosch-thankyou-page .order-detail p:last-child {
  border: none;
}
.khanebosch-thankyou-page .order-detail p strong,
.khanebosch-thankyou-page .order-detail p span {
  display: block;
}
.khanebosch-thankyou-page .order-detail p strong {
  color: #868786 !important;
  font-weight: 700;
}
.khanebosch-thankyou-page .order-detail p span {
  color: #000000;
  font-weight: 600;
}

@media (max-width: 768px) {
  .product-main-slider {
    height: 230px;
  }
  #comments .page-numbers {
    display: none;
  }
  .filters {
    position: fixed !important;
    top: 100% !important;
    z-index: 9999 !important;
    background: #fff !important;
    width: 100% !important;
    height: 80% !important;
    right: 0 !important;
    transition-duration: 0.5s;
  }
  .filters-visible {
    top: 20% !important;
  }
  .close-filter {
    opacity: 1;
  }
  .close-order {
    opacity: 1;
  }
  .list-sorts {
    background: #fff;
    position: fixed;
    border-top: 1px solid #cbcbcb;
    border-radius: 12px 12px 0 0;
    z-index: 9999;
    top: 100%;
    right: 0;
    left: 0;
    height: 80%;
    transition-duration: 0.5s;
  }
  .list-sorts-visible {
    top: 20%;
  }
  .list-sorts ul li a {
    color: #212529;
    font-weight: 400;
    display: block;
    margin: 15px 0;
    padding: 7px 0;
  }
  .woocommerce-tabs ul {
  }
  .product-card__thumb {
    height: 120px;
  }
  .star-rating strong {
    font-size: 11px;
  }
  .product-card__title h2 {
    font-size: 12px;
    line-height: 18px;
  }
  .product-card__footer {
    height: 50px;
  }
  .field-price {
    font-size: 15px;
  }
  /** my-account start **/
  .woocommerce-MyAccount-navigation {
    position: fixed;
    width: 100%;
    right: -100%;
    border: none;
    padding: 0;
    background: #fff;
    z-index: 99;
    top: 0;
    padding-top: 50px;
    overflow: auto;
    transition-duration: 0.5s;
  }
  .woocommerce-MyAccount-navigation-visible {
    right: 0;
  }
  .user-profile-box {
    flex-direction: column;
    text-align: center;
    padding: 50px 0;
    border-radius: 0;
    position: relative;
  }
  .user-number-edit-btn {
    margin-right: 0;
    margin-top: 15px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    display: block;
    position: relative;
    padding: 0 15px;
  }
  .woocommerce-MyAccount-navigation ul li a::after {
    content: "";
    position: absolute;
    left: 20px;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    border-bottom: 2px solid #6c6b76;
    border-left: 2px solid #6c6b76;
    border-radius: 0 0 0 3px;
    transform: rotate(45deg);
  }
  .close-dashboard {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 1;
  }
  .dashboard-btn {
    display: block;
    text-align: center;
    font-size: 14px;
    width: fit-content;
    margin: 0 auto 20px auto;
    padding: 10px 5px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    position: sticky;
    top: 5px;
    background: #fff;
  }
  /** my-account end **/
  /** about us start **/
  .about-img {
    border-radius: 0;
  }
  .why-bosch-2 .row {
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .why-bosch-2 .col-image {
    width: 70%;
  }
  .partners .partners-images {
    width: 100%;
    flex-wrap: wrap;
  }
  .partners .partners-images .image {
    width: 33.33%;
    text-align: center;
  }
  /** about us end **/
  /** single products start **/
  .product-thumb-slider {
    height: 0;
  }
  .product-thumb-slider .swiper-slide {
    height: 2px;
    background: #ececec;
    margin-left: 0 !important;
    opacity: 1;
  }
  .swiper-slide-thumb-active {
    background: #202024 !important;
  }
  .product-single .container {
  }
  .comments-product__content {
    border: none;
  }
  .commentlist {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
    scroll-behavior: smooth;
  }
  .commentlist li {
    width: 80vw;
    /* هر آیتم به اندازه عرض کامل صفحه */
    scroll-snap-align: start;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
  }
  .parent-comments .commentlist ul.children {
    display: none;
  }
  .commentlist ul.children li {
    width: calc(80vw - 20px);
    margin-right: -30px !important;
  }
  .slideUpDown .commentlist li {
    flex-direction: column;
    width: 100%;
  }
  .slideUpDown .commentlist {
    flex-direction: column;
  }
  .slideUpDown .comments-product__btn {
    display: none;
  }
  .slideUpDown .commentlist ul.children {
    margin: 0 !important;
    padding: 0 !important;
  }
  .slideUpDown .commentlist ul.children li {
    width: 100% !important;
    margin: 0 !important;
  }
  .comments-product__msg {
    display: none;
  }
  .comments-product__rate {
    display: none;
  }
  .comments-product__addbox {
    border: none;
    position: absolute;
    left: 0;
    margin: -70px 0 0 0;
  }
  .phone-cal {
    display: none;
  }
  /* آکوردیون کلی */
  #accordionProductTabs .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    background-color: transparent;
  }
  .accordion-item-additional_information {
    order: -1;
    padding-bottom: 60px;
  }
  .static-open::after {
    display: none;
  }
  /* دکمه آکوردیون */
  #accordionProductTabs .accordion-button {
    background-color: transparent;
    color: #000;
    font-weight: 500;
    padding: 1rem 0;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
  }
  .extra-attribute {
    display: none;
  }
  .slideUpDown {
    position: fixed;
    z-index: 99999999;
    top: 100%;
    right: 0;
    transition-duration: 0.5s;
  }
  .visible-slideUpDown {
    top: 0;
  }
  .slideUpDown {
  }
  .slideUpDownInner {
    background: #fff;
    position: relative;
    margin-top: 70px;
    padding: 15px;
    border-radius: 10px 10px 0 0;
  }
  .slideUpDownInner::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 10px;
    top: -10px;
    right: 5%;
    background: #e0e0e0;
    border-radius: 10px 10px 0 0;
  }
  .top-slideUpDownInner {
    margin-top: 15px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
  .body-slideUpDownInner {
    height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .slideDownUp-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
  }
  .close-slideDownUp {
    cursor: pointer;
  }
  .btn-5 {
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 11px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }
  .details-product {
    border: none;
  }
  #accordionProductTabs .accordion-header {
    padding: 15px 0;
  }
  /* بدنه محتوا */
  #accordionProductTabs .accordion-body {
    padding: 1rem 0;
    border-top: 1px solid #f0f0f0;
    font-size: 0.95rem;
    color: #333;
  }
  #collapse-description .accordion-body {
    height: 1000px;
    overflow: hidden; /* مخفی کردن محتوای اضافی */
    position: relative;
    transition: height 0.5s ease-in-out;
  }
  #collapse-description .accordion-body.expanded {
    height: auto; /* نمایش کامل محتوا */
  }
  .accordion-collapse .read-more-wrapper {
    width: 100%;
    padding: 30px 0; /* فضای خالی برای گرادیانت */
    background: linear-gradient(to top, white 47%, transparent);
    text-align: center;
    margin-top: -60px;
    z-index: 9999;
    position: relative;
  }
  .accordion-collapse .read-more-button {
    background: #e3030a;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
  }
  #collapse-description .accordion-body.expanded ~ .read-more-wrapper {
    margin-top: 0;
  }

  #accordionProductTabs .accordion-button {
    font-size: 16px;
    font-weight: bold;
  }
  #accordionProductTabs .accordion-body {
    font-size: 0.9rem;
  }
  .gallery-product__meta.in-mobile {
    width: 100%;
    display: block;
    position: relative;
  }
  .gallery-product__meta.in-mobile ul {
    display: flex;
    justify-content: space-around;
    border-top: 10px solid #ececec;
    border-bottom: 10px solid #ececec;
    margin: 10px -7px 10px -7px;
    padding: 20px 0 30px 0;
  }
  .gallery-product__meta.in-mobile ul li {
    width: 30%;
  }
  .gallery-product__meta.in-mobile ul li a {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #202024;
    width: 100%;
    background: transparent;
  }
  #comments .gallery-product__meta.in-mobile {
    display: none;
  }
  .desktop-comments #comments {
    margin: 30px -7px 0 -7px;
    overflow: hidden;
    padding: 30px 0 15px 0;
    border-top: 10px solid #ececec;
    border-bottom: 10px solid #ececec;
  }
  /** single products end **/
  /** footer start **/
  #footerAccordion .accordion-item {
    border: none;
    border-bottom: 1px solid #ececec;
  }
  #footerAccordion .accordion-header {
    padding: 15px;
  }
  #footerAccordion .accordion-button {
    font-size: 14px;
    font-weight: bold;
  }
  #footerAccordion .accordion-body li a {
    color: #202024;
    font-size: 14px;
    margin: 5px 0;
    display: block;
  }
  /** footer end **/
}
