.background-cover {
  background-image: url("../images/Products-List.svg");
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: 20px; */
}

.filter-block {
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgb(121 104 105 / 11%);
  margin: 20px 0px 0 8px;
  background-color: #fff;
  margin-bottom: 30px;
}

  .filter-block.no-shadow {
    box-shadow: none;
    background-color: transparent;
  }

.search-results {
  margin: 0;
}

.block-category-navigation {
  max-width: 100%;
  text-align: right;
}

.price-range-filter {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 120px;
}

.selected-price-range span {
  padding: 5px 0;
}

.selected-price-range {
  display: flex;
  justify-content: space-around;
  margin-top: 12px;
}

  .selected-price-range .to, .selected-price-range .from {
    border: none;
    text-align: center;
  }

.filter-content {
  width: 100%;
  padding: 0 11px;
}


.product-spec-filter .filter-content {
  width: 100%;
  padding: 11px;
}


.price-from, .price-to {
  border: 1px solid #E4EAF8;
  padding: 1px 10px;
  border-radius: 8px;
  display: flex;
  width: 134px;
  height: 33px;
  justify-content: space-between;
}

  .price-from .from, .price-to .to {
    color: #6d6e70;
    font-size: 17px;
    width: 100%;
    outline: none;
    margin-right: 2px;
    font-family: 'yekanbakhNum';
    height: 28px;
  }

  .price-from .from-txt, .price-to .to-txt {
    color: rgb(109 109 112 / 35%);
    font-size: 17px;
  }

.product-filter > span {
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 11px;
  margin-top: 10px;
}

.block-category-navigation .title-box, .color-filter .title-box, .product-manufacturer-filter .title, .advanced-details .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  margin-top: 19px;
}

  .block-category-navigation .title-box span {
    font-size: 14px;
  }

  .block-category-navigation .title-box img, .color-filter .title-box img {
    width: 10px;
    height: 7px;
  }

.search-brand {
  position: relative;
  margin-top: 12px;
}

  .search-brand input {
    border-bottom: 1px solid #E3E2E8 !important;
    height: 33px;
    width: 100%;
    font-size: 14px;
    border: none;
    padding-right: 24px;
    outline: none;
  }


  .search-brand i {
    z-index: 1;
    position: absolute;
    bottom: 50%;
    right: 3px;
    transform: translateY(50%);
    user-select: none;
    font-size: 22px;
  }

  .search-brand input::placeholder {
    color: rgb(109 109 112 / 35%);
    padding-right: 2px;
  }

.title-box i {
  font-size: 16px;
  cursor: pointer;
}

  .title-box i[aria-expanded=true]::before {
    transform: rotate(180deg);
  }

  .title-box i::before {
    transition: 250ms all;
  }

.choose-brand input {
  display: none;
}

.choose-brand .checkbox-brand {
  background-color: #E4EAF8;
  position: relative;
  line-height: 0;
  width: 22px;
  height: 21px;
  border-radius: 7px;
  display: inline-block;
  cursor: pointer;
  margin-left: 6px;
}

  .choose-brand .checkbox-brand i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
  }

  .choose-brand .checkbox-brand i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
  }

.choose-brand input:checked + label > .checkbox-brand > i {
  opacity: 1;
}

.choose-brand input:checked + label .checkbox-brand {
  background-color: #d71920;
}

.filter-content {
  margin-bottom: 20px;
  transition: 0.15s ease;
}

.collapse-box .title-box {
  display: flex;
  justify-content: space-between;
}

  .collapse-box .title-box > span {
    font-size: 1rem;
  }

.filter-content > div ul {
  padding: 10px 0 0 0;
}

ul.product-manufacturer-group {
  overflow: auto;
  max-height: 210px;
}

  ul.product-manufacturer-group::-webkit-scrollbar {
    width: 8px;
  }

  ul.product-manufacturer-group::-webkit-scrollbar-track {
    background-color: rgb(239 239 239 / 84%);
    border-radius: 8px;
  }

  ul.product-manufacturer-group::-webkit-scrollbar-thumb {
    background-color: #E3E2E8;
    border-radius: 8px;
  }

.filter-content > div ul.product-spec-group-second {
  padding: 0
}

.advanced-details .filter-content > div ul {
  margin-bottom: 0;
  /* display: block; */
}

.filter-content > div ul * {
  user-select: none;
}

#advanced-filters-collapse li:not(:last-of-type) {
  border-bottom: 1px dashed #E3E2E8;
}

.show more-filters-btn {
  padding: 10px 0;
}

span.spec-name {
  width: calc(100% - 32px);
  display: inline-block;
  text-align: right;
  border-radius: 8px;
  background-color: #e4eaf8;
  height: 100%;
  line-height: 30px;
  padding: 0 17px;
  overflow: hidden;
  text-overflow: ellipsis;
}

  span.spec-name.make-simple {
    background-color: transparent;
    width: 100%;
    padding: 0;
  }

.product-spec-group .title-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 13px;
  margin-top: 5px;
  cursor: pointer;
}

  .product-spec-group .title-box span, .product-spec-group .title-box i {
    font-size: 14px;
  }

.product-spec-group label {
  width: 100%;
  height: 26px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  color: #707070;
}

.product-spec-group input {
  display: none;
}

.advanced-details .title-box {
  margin-right: 34px
}

.filter-content .radio {
  background-color: rgb(239 239 239 / 84%);
  position: relative;
  line-height: 0;
  width: 24px;
  height: 23px;
  border-radius: 7px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 5px;
}


  .filter-content .radio i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
  }

  .filter-content .radio i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
  }

.filter-content input:checked + label > .radio > i {
  opacity: 1;
}

.filter-content input:checked + label .radio {
  background-color: #d71920;
}

.product-spec-group .item {
  display: flex;
  align-items: center;
  position: relative;
  text-align: right;
  border-bottom: 1px dashed #E3E2E8;
}

.product-spec-group-first .item {
  margin-top: 17px;
}

.advanced-details ul {
  width: 100%;
}

.advanced-details li {
  display: flex;
  align-items: center;
  padding: 12px 0 6px 0;
  position: relative;
}

.advanced-details .item.norelative {
  position: static
}

.attribute-square {
  position: absolute;
  left: 0;
  transform: translate(-1%, 0%);
  z-index: 1;
  border-radius: 8px 0 0 8px;
  width: 23px;
  height: 25px;
}

.show-more-filters-btn {
  color: #6d6e70;
  padding: 10px 0;
  cursor: pointer;
  width: 100%;
  font-family: 'Yekan Bakh';
  font-size: 16px;
}

  .show-more-filters-btn > div:first-of-type {
    display: block
  }

  .show-more-filters-btn > div:last-of-type {
    display: none;
  }

  .show-more-filters-btn.opened > div:first-of-type {
    display: none;
  }

  .show-more-filters-btn.opened > div:last-of-type {
    display: block;
  }

  .show-more-filters-btn span {
    font-size: 1rem;
  }

.triple-dots {
  margin-left: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.product-manufacturer-filter .title > span {
  color: #000;
  font-size: 14px;
}

.product-manufacturer-group input {
  display: none;
}

.view-all {
  color: #d71920;
  padding-right: 8px;
  cursor: pointer;
  text-align: right;
}


#brandList > li, #brandListMobile > li {
  text-align: right;
  padding: 11px 0;
}

  #brandList > li:not(:last-of-type), #brandListMobile > li:not(:last-of-type) {
    border-bottom: 1px dashed #E3E2E8;
  }

.product-manufacturer-filter .inactive a {
  color: rgb(109 109 112 / 35%);
  font-size: 14px;
}

.product-manufacturer-filter .list input {
  display: none;
}

.product-manufacturer-filter .list .radio {
  background-color: #E4EAF8;
  position: relative;
  line-height: 0;
  width: 24px;
  height: 23px;
  border-radius: 7px;
  display: inline-block;
  cursor: pointer;
  transform: translate(7px, -5px);
  float: right;
}


  .product-manufacturer-filter .list .radio i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
  }

  .product-manufacturer-filter .list .radio i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
  }

.product-manufacturer-filter .list input:checked + label > .radio > i {
  opacity: 1;
}

.product-manufacturer-filter .list input:checked + label .radio {
  background-color: #d71920;
}

.product-manufacturer-filter .list {
  margin-top: 10px;
}

.product-manufacturer-group {
  max-height: 250px;
  overflow: hidden;
  margin-top: 11px;
}

.product-sorting label {
  color: rgb(109 109 112 / 35%);
}

.product-search-box {
  position: relative;
  outline: none;
}

  .product-search-box input {
    border-radius: 14px;
    height: 33px;
    width: 100%;
    font-size: 14px;
    border: none;
    position: relative;
    outline: none;
    padding-right: 31px;
  }

  .product-search-box i {
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 13px;
    font-size: 19px;
  }

.product-inventory {
  display: flex;
  justify-content: space-between;
  padding: 9px;
  width: 100%;
  margin: 0 auto;
}

.gift-product {
  border-top: 1px dashed #E3E2E8;
}

.product-inventory span {
  font-size: 14px;
  border-radius: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0px;
  width: 40px;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #424344;
}

  .slider:before {
    position: absolute;
    content: url(../images/switch-slider.png);
    height: 15px;
    width: 16px;
    left: 2px;
    line-height: 16px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 4px;
    padding: 0px 4px;
  }

input:checked + .slider {
  background-color: #d71920;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(20px);
}


.gift-product {
  display: flex;
  justify-content: space-between;
  padding: 9px;
  width: 100%;
  margin: 0 auto;
}

  .gift-product span {
    font-size: 14px;
    border-radius: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

.price-range-slider, #price-range-slider-mobile {
  height: 26px;
  border: none;
  background-color: rgb(239 239 239 / 84%);
  border-radius: 6px;
  width: calc(100% - 30px);
  margin: 0 auto;
  border: none !important;
}

.ui-slider-range {
  background-color: #d71920;
  border-radius: 6px;
}

.ui-slider-handle {
  position: absolute;
  top: 2px !important;
  height: 18px !important;
  width: 20px !important;
}

.price-range-slider > a, #price-range-slider-mobile > a {
  top: 3px !important;
}

.price-range-slider::after, #price-range-slider-mobile::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -18px;
  top: 0;
  background-color: rgb(239 239 239 / 84%);
  width: 25px;
  height: 100%;
  border-radius: 0 6px 6px 0
}

.price-range-slider .ui-slider-range::after, #price-range-slider-mobile .ui-slider-range::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -18px;
  top: 0;
  background-color: #d71920;
  width: 25px;
  height: 100%;
  border-radius: 0 6px 6px 0
}

.price-range-slider > a:before, #price-range-slider-mobile > a:before {
  position: absolute;
  content: url(../images/switch-slider.png);
  height: 15px;
  width: 16px;
  left: 3px;
  line-height: 19px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 4px;
  padding: 0px 4px;
}


.price-range-slider > a, #price-range-slider-mobile > a {
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  background-color: #fff !important;
}

.price-range-slider::before, #price-range-slider-mobile::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -13px;
  top: 0;
  background-color: rgb(239 239 239 / 84%);
  width: 20px;
  height: 100%;
  border-radius: 6px 0 0 6px;
}

.price-range-slider .ui-slider-range::before, #price-range-slider-mobile .ui-slider-range::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -13px;
  top: 0;
  background-color: #d71920;
  width: 20px;
  height: 100%;
  border-radius: 6px 0 0 6px;
}

.ion-ios-arrow-down {
  cursor: pointer;
  font-size: 16px;
}

.product-manufacturer-filter .title i[aria-expanded=true]::before {
  transform: rotate(180deg);
}

.product-manufacturer-filter .title i::before {
  transition: 250ms all;
}

.product-selectors {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 14px 0;
}

.category-page .product-item {
  width: 202px;
  margin-bottom: 3px;
}

.product-page-size select option {
  font-family: 'yekanbakhNum';
}

.product-page-size select {
  border-radius: 9px;
  border-color: #E0E4F5;
  color: #6d6e70;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  padding: 0 9px;
  margin-right: 6px;
  font-family: 'yekanbakhNum';
}

.product-page-size span {
  font-size: 12px;
}

.product-sorting input {
  display: none;
}

.product-sorting span {
  font-size: 12px;
}

.product-sorting label {
  padding-right: 16px;
  cursor: pointer;
}

.product-sorting input:checked + label {
  color: #d71920;
  background-color: #c9c4d6ad;
  padding: 3px 7px;
  border-radius: 9px;
  margin-right: 12px;
}

.product-sorting {
  display: flex;
  align-items: baseline;
}

.products-wrapper .pager ul {
  display: flex;
  justify-content: flex-end;
}


  .products-wrapper .pager ul .next-page:hover {
    background-color: #d71920;
  }

  .products-wrapper .pager ul .next-page {
    background-color: #bfc8ed;
    border-radius: 7px;
    width: 21px;
    padding: 2px 6px 0 0px;
  }

    .products-wrapper .pager ul .next-page a {
      color: #fff;
    }

  .products-wrapper .pager ul li {
    padding: 1px 9px;
  }

.last-page i, .first-page i {
  background-color: rgb(239 239 239 / 84%);
  padding: 3px 8px;
  border-radius: 6px;
  color: #d71920;
  font-size: 13px;
}

  .last-page i:hover, .first-page i:hover {
    background-color: #d71920;
    color: #fff;
  }

.products-wrapper .pager ul li.current-page span, .products-wrapper .pager ul li a {
  font-family: 'yekanbakhNum';
  font-size: 17px;
  color: #6d6e70;
}

.products-wrapper .pager ul li.current-page {
  background-color: #d71920;
  border-radius: 8px;
  /* color: #fff !important; */
  padding: 0px 10px;
}

  .products-wrapper .pager ul li.current-page span {
    color: #fff !important;
  }

.products-wrapper .pager {
  margin-top: 17px;
  /* display: block; */
  /* text-align: left; */
  width: 269px;
  position: absolute;
  left: 0px;
  bottom: -51px;
  padding-top: 10px;
  background-color: #fff;
  border-radius: 0 0 67px 0;
  box-shadow: -1px 0px 10px hsl(228deg 57% 53% / 17%);
}

.product-item .festival-ribbon {
  position: absolute;
  left: 0;
  margin: 6px 0 0 6px;
  width: 35px;
  height: 35px;
  z-index: 999;
}

.product-item .not-festival {
  display: none;
}

#productcategorylist .product-item {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

  #productcategorylist .product-item .prices .product-notavailable {
    border: 1px solid rgb(191 187 201 / 34%);
    padding: 3px 9px;
    border-radius: 10px;
    font-size: 15px;
    margin: 0;
  }

#productcategorylist .item-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px 13px;
  justify-content: normal;
  margin: 9px -9px 0;
  padding: 0;
  grid-auto-flow: row;
}

  #productcategorylist .item-grid .item-box {
    /* width: 100%; */
    border-radius: 14px;
    /* border: 1px solid rgb(191 187 201 / 34%); */
    position: relative;
    grid-column: span 1;
    overflow: hidden;
  }

.html-category-page .category-page .product-item {
  width: 100%;
  max-width: 100%;
}

.category-page .product-item:hover .product-title a {
  color: #000
}

.product-manufacturer-group li label {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  width: 100%;
  position: relative;
}

.product-manufacturer-group .brand-name .english-name {
  position: absolute;
  font-size: 15px;
  left: 11px;
  color: #6d6e70;
}

.product-manufacturer-group .brand-name .persian-name {
  font-size: 15px;
  color: #6d6e70;
}

.failed-search-container {
  margin: 20px 0px 0 8px;
}

.failed-search {
  color: rgb(109 109 112 / 35%);
  text-align: center;
  font-size: 22px;
  margin: 2rem 0;
}

.back-home-btn {
  width: 263px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #d71920;
  border-radius: 22px;
  color: white;
  font-size: 16px;
}

@media screen and (max-width:1400px) {
  #productcategorylist .item-grid .item-box {
    /* max-width: 200px; */
  }
}

@media screen and (max-width: 500px) {
  .category-description p img, .manufacturer-description p img {
    width: 330px;
    height: 210px;
  }
  .background-cover {
    background-image: none;
    margin-top: 40px;
  }

  .product-item .festival-ribbon {
    top: 20px;
  }

  .html-category-page .brand-recently .brand-box:after {
    content: "" !important;
    border: none !important;
  }

  .html-category-page .brand-recently {
    display: flex !important;
    flex-direction: column !important;
  }

    .html-category-page .brand-recently .brand-box, .html-category-page .brand-recently .recently-box {
      width: 100% !important;
    }

  .products-wrapper .pager {
    width: 100%;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
  }

  .products-container::after {
    content: "" !important;
    background-color: transparent !important;
  }

  .box-model, .search-page .filter-block {
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin: 0;
  }

  #productcategorylist .product-item {
    display: flex;
    flex-direction: row;
    height: 140px;
    border: none;
    align-items: center;
    width: 100% !important;
  }

  /* #productcategorylist .item-grid .item-box {
    width: 380px !important;
    max-width: 380px;
    border: 1px solid rgb(191 187 201 / 34%);
  }*/
  .cat-main .category-page {
    margin: 0 auto !important;
    padding: 0 !important;
  }

  #productcategorylist .item-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    /* margin-right: 12px; */
  }

  .product-item .picture {
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center;
    /* margin-right: 9px !important; */
    /* margin: 0; */
  }

  .product-sorting, .product-selectors {
    display: none
  }

  .search-results {
    margin-top: 10px !important;
  }


  .add-info .product-notavailable {
    border: 1px solid rgb(191 187 201 / 34%) !important;
    border-radius: 9px;
    padding: 3px 7px;
  }

  #productcategorylist .item-grid .item-box {
    border: 1px solid rgb(191 187 201 / 34%);
    width: 100%;
    margin: 0 15px;
  }
}

.html-category-page .brand-recently {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  width: 100%;
}

.html-category-page .feature-box {
  display: none;
}

.html-category-page .brand-recently .brand-box, .html-category-page .brand-recently .recently-box {
  width: 50%;
}

.html-category-page .discount-percent, .html-search-page .discount-percent {
  /* height: 23px !important; */
  border-radius: 7px;
  margin: 0 0 0 7px;
  top: 10px;
  position: relative;
}

.special-offerprice .details .prices-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.special-offerprice {
  border-color: #FF4773 !important;
}

  .special-offerprice::after {
    content: url("../images/discount-category.png");
    height: 100%;
    position: absolute;
    /* transform: translate(60px, 81px); */
    left: 0;
    top: 0;
  }

.prices-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.products-container {
  border-radius: 20px 20px 20px 0;
  position: relative;
}

  .products-container::after {
    content: "";
    position: absolute;
    width: 269px;
    height: 10px;
    background-color: #fff;
    left: 0;
    bottom: -2px;
  }

/*.LoaderBalls {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  z-index: 99;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}

.LoaderBalls__item {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #435fcb;
  z-index: 999;
}

  .LoaderBalls__item:nth-child(1) {
    animation: bouncing 0.4s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95);
  }

  .LoaderBalls__item:nth-child(2) {
    animation: bouncing 0.4s 0.1s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
  }

  .LoaderBalls__item:nth-child(3) {
    animation: bouncing 0.4s 0.2s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
  }

@keyframes bouncing {
  0% {
    transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
  }

  100% {
    transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
  }
}*/

/*.ajax-products-busy {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #E4EAF8;
  opacity: 0.9;
  border-radius: 20px;
  top: 0;
  left: 0;
}

.loading-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9;
  opacity: 0.5;
}*/


.html-category-page .brand-recently {
  /* position: relative; */
}

@media screen and (min-width: 992px) and (max-width:1200px) {
  #productcategorylist .item-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (min-width: 500px) and (max-width:991px) {
  #productcategorylist .item-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.category-description p, .manufacturer-description p {
  white-space: break-spaces;
  font-size: 16px;
}

.category-description, .manufacturer-description {
  margin-top: 60px;
}

  .category-description p img, .manufacturer-description p img {
    width: 800px;
    height: 480px;
  }

  .category-description h1 strong, .manufacturer-description h1 strong {
    font-size: 16px;
  }

  .category-description p strong, .manufacturer-description p strong {
    font-size: 16px;
  }

  .category-description .read-more-description, .manufacturer-description .read-more-description {
    font-size: 15px;
    color: #d71920;
  }

#category-description, #manufacturer-description {
  margin-bottom: 20px;
}

  #manufacturer-description .loadmore {
    display: none;
  }

.term-description.desc_show {
  max-height: unset;
  overflow: hidden;
}

.product-disc-price {
  font-family: 'yekanbakhNum';
  color: #bfbbc9;
  position: relative;
  font-size: 17px !important;
}

  .product-disc-price:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #bfbbc9;
    left: 0;
    top: 11px;
  }

.product-price {
  display: flex;
  margin-left: auto;
  width: 100%;
  justify-content: space-between;
}

  /*.product-price .discount-percent {*/ /* position: absolute; */ /* right: -70px; */ /* top: 10px; */
  /*}
 top: 10px; */
  

.old-price--box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.old-price--box .discount-percent {
  position: absolute;
  right: 0;
  top: 10px;
}10px;
}