.pathSection {
  z-index: 10;
}
.pathItem {
  color: var(--clrBA);
  z-index: 10;
}
.pathItem:last-child {
  font-weight: 600;
  color: var(--white);
}
/* suggestSection */
.suggestSection {
  position: relative;
}
.suggestEngDiv {
  position: absolute;
  width: fit-content;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0.07;
  pointer-events: none;
}
.suggestEngText1 {
  font-family: "inspiron", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 70%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--neutral2);
  width: 100%;
}
.suggestEngText2 {
  font-family: "inspiron", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 140px;
  line-height: 70%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--neutral2);
  z-index: 10;
  width: 100%;
  margin-top: 10px;
}
.suggestBg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--colorPrimiary2);
  transform: translateY(-40%);
  z-index: 1;
  pointer-events: none;
}
.suggestTile {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white);
  z-index: 10;
  margin-top: 100px;
}
.suggestTitle2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--neutral2);
  z-index: 10;
  margin-top: 10px;
}
.suggestTopLine {
  position: absolute;
  z-index: 6;
  top: 40px;
  width: 240px;
  left: 50%;
  transform: translateX(-50%);
}
.suggestBottomLine {
  display: none;
}
.suggestSwiper {
  width: 100%;
  padding: 0 3%;
  z-index: 100;
  margin-top: 80px;
}
.suggestSwiper.firstLoad .swiper-wrapper {
  gap: 15px;
}
.suggestSlide,
.listItem {
  padding: 15px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 5px 15px 0px #0000000f;
  direction: rtl;
  width: 280px;
}
.suggestImg {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
}
.listItemImgLink {
  border-radius: 16px;
  border: 1px solid var(--neutral2);
}
.listItemImg {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
}
.suggestFeeDiv,
.listItemFeeDiv {
  position: absolute;
  left: 15px;
  bottom: 15px;
  gap: 10px;
  align-items: flex-end;
}
.suggestFeeItem {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4px 12px;
  border-radius: 48px;
  font-weight: 500;
  font-size: 10px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  align-items: center;
}
.suggestFeeItem span {
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.4s, padding-left 0.3s;
  padding-left: 0;
}
.suggestFeeItem:hover span {
  max-width: 200px;
  padding-left: 5px;
}
.suggestLink {
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  text-align: right;
  color: var(--clr1C);
}
.suggestWeight {
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: #31302f;
  margin: 3px;
}
.suggestActionDiv {
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.suggestAddToCart,
.listAddToCart,
.notExistText {
  height: 38px;
  padding: 3px 20px;
  background-color: var(--secondary);
  border-radius: 8px;
  color: var(--white);
}
.suggestPrice {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--grey72);
}
.suggestPrice span {
  font-weight: 400;
  font-size: 10px;
}
.suggestText {
  position: absolute;
  top: 15%;
  right: 50%;
  width: 90px;
  height: auto;
  aspect-ratio: 8.5/5.6;
  transform: translateX(154px);
}
.suggestSection2 .suggestText {
  top: 17%;
}
.suggestSliderBtnDiv,
.lowFeeSliderBtnDiv {
  margin: 30px auto 0;
  width: 70%;
  max-width: 220px;
  justify-content: space-between;
}
.suggest1PreSlide {
  color: var(--colorPrimiary2);
}
.suggest1NexSlide {
  color: #8c8687;
}
.suggest1PreSlide,
.suggest1NexSlide {
  width: 47px;
  height: 47px;
}
.suggestLine1 {
  border-top: 1px solid var(--neutral2);
  border-right: 1px solid var(--neutral2);
  border-top-right-radius: 450px;
  width: 35%;
  aspect-ratio: 1/1.5;
  position: absolute;
  left: 0;
  top: -20%;
  z-index: 1;
}
.suggestLine1 svg {
  display: none;
}
.suggestLine2 {
  border-radius: 500px;
  background-color: var(--neutral2);
  width: 80%;
  aspect-ratio: 1/1.5;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 450px;
}
.suggestLine3 {
  border-top: 1px solid var(--neutral2);
  width: 50%;
  right: 0;
  top: 25%;
  position: absolute;
  aspect-ratio: 1/1;
  z-index: 1;
}
.suggestBody {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: #726f6f;
  z-index: 10;
  margin-top: 5px;
}
.suggestSwiper {
  z-index: 10;
}
@media screen and (min-width: 968px) {
  .pathItem {
    color: var(--grey72);
  }
  .pathItem:last-child {
    color: var(--colorPrimiary2);
  }
  .suggestSection {
    margin-top: 20px;
  }
  .suggestSwiper {
    width: calc(100% - 360px);
    margin: 40px auto 0 0;
    z-index: 100;
    padding: 0;
    margin-top: 60px;
  }
  .suggestSwiper .suggestSlide:last-child {
    margin: 0 0 0 15px;
  }
  .suggestSliderBtnDiv {
    width: 94%;
    max-width: 1350px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 65%;
    z-index: 40;
    justify-content: flex-start;
    gap: 50px;
    padding-right: 80px;
  }
  .suggestBg {
    height: 85%;
    transform: none;
    width: calc(100% - (100% - 1350px) / 2 - 100px);
    left: unset;
    right: 0;
    border-radius: 180px 0 0 0;
  }
  .suggestEngDiv {
    position: absolute;
    width: 94%;
    max-width: 1350px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
  }
  .suggestTile {
    position: absolute;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: right;
    width: 94%;
    max-width: 1350px;
    margin: 180px auto 0;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 50px;
  }
  .suggestTitle2 {
    position: absolute;
    width: 260px;
    top: 230px;
    text-align: right;
    width: 94%;
    max-width: 1350px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 80px;
  }
  .suggestTopLine {
    border-top: 1px solid #d6d3d43b;
    right: 0;
    width: 50%;
    left: unset;
    transform: none;
    top: 30%;
    padding-right: 5%;
  }
  .suggestTopLine svg {
    transform: translateY(-60%);
    z-index: 12;
  }
  .suggestBottomLine {
    display: block;
    left: 0;
    position: absolute;
    bottom: -20%;
    border-bottom: 1px solid var(--neutral2);
    border-right: 1px solid var(--neutral2);
    border-radius: 0 0 180px 0;
    width: 30%;
    height: 150px;
  }
  .suggestBottomLine svg {
    position: absolute;
    bottom: 0;
    right: 40%;
    transform: translateY(50%);
  }
  .suggestSliderBtnDiv .suggest1PreSlide {
    color: var(--white);
  }
  .suggestEngText1 {
    font-weight: 400;
    font-size: 96px;
    line-height: 70%;
    letter-spacing: 0px;
  }
  .suggestEngText2 {
    font-weight: 400;
    font-size: 160px;
    line-height: 70%;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1350px) {
  .suggestSwiper {
    width: calc(100% - (100% - 1350px) / 2 - 360px);
  }
}
/* listSection */
.listSection {
  margin: 80px auto 140px;
  position: relative;
}
.listTitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
  margin-top: 20px;
}
.listTitle span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--colorPrimiary2);
}
.listBodyText {
  display: none;
}
.topActionDiv {
  padding-left: 50px;
  margin-top: 10px;
}
.showFilterBtn {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  border: 1px solid #726f6f;
}
.filterTitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: var(--clr31);
}
.titleFilter {
  display: none;
}
.numberFilter {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: var(--clr31);
}
.filterMainDiv,
.sortMainDiv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 920;
  animation: fadein 0.4s;
  display: none;
  cursor: pointer;
}
.filterMainDiv.active,
.sortMainDiv.active {
  display: -webkit-flex;
  display: flex;
}
.filterContentDiv,
.sortContentDiv {
  background-color: var(--white);
  padding: 40px 20px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 16px 16px 0 0;
  animation: toTop 0.4s;
  cursor: default;
}
.sortContentDiv {
  padding: 5px 20px 20px;
}
.sortContentDiv select {
  height: 45px;
  margin-top: 15px;
  border: none;
  border-radius: 7px;
  background-color: var(--bgClr);
  padding: 0 15px;
  outline: none;
}
.filterContentTitle {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr31);
}
.filterList {
  overflow-y: auto;
}
.listItem {
  width: 100%;
}
.likeBtn {
  position: absolute;
  right: 25px;
  top: 25px;
  height: 30px;
  width: 30px;
}
.searchForm {
  margin: 20px 0 10px;
}
.searchForm svg {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.searchInput {
  height: 48px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--clrFA);
  outline: none;
  border: none;
  padding: 0 40px 0 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: var(--clrBA);
}
.searchInput:-webkit-autofill,
.searchInput:-webkit-autofill:hover,
.searchInput:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--clrFA) inset !important;
}
.listAddToCart {
  margin-top: 5px;
}
.notExistText {
  margin-top: 5px;
  background-color: var(--bgClr);
  color: var(--clrBA);
}
.priceText {
  display: none;
}
.priceItemDiv {
  margin-top: 8px;
  justify-content: space-between;
  align-items: center;
}
.listItemPrice {
  font-weight: 600;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--secondary);
}
.listItemPrice span {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: var(--secondary);
}
.listItemLink {
  font-weight: 600;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr31);
  margin-top: 10px;
}
.listItemWeight {
  font-weight: 500;
  font-size: 8px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: #726f6f;
}
.listItemFeeDiv {
  display: none;
}
.showSortBtn {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  border: 1px solid #726f6f;
  position: absolute;
  left: 0;
  top: 10px;
  justify-content: center;
  align-items: center;
}
.sortBtnText,
.arrowSvg {
  display: none;
}
.sortHeaderDiv {
  height: 60px;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.sortTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: var(--clr1C);
}
.sortCloseBtn {
  height: 25px;
  width: 25px;
}
.listBgDiv {
  display: none;
}
.popularImgSvg {
  position: absolute;
  left: -9.5px;
  top: 30px;
  z-index: 40;
  width: 20px;
  height: auto;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes toTop {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@media screen and (min-width: 400px) {
  .listGrid {
    gap: 10px;
  }
}

@media screen and (min-width: 968px) {
  .listSection {
    margin-bottom: 150px;
  }
  .topActionDiv {
    display: none;
  }
  .listBgDiv {
    z-index: 1;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    background-color: var(--neutral);
    border-radius: 0 0 0 150px;
    height: 40%;
    max-height: 380px;
    pointer-events: none;
  }
  .listContainer {
    z-index: 2;
    margin-top: 20px;
  }
  .listTitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
  }
  .listTitle span {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }
  .listBodyText {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
    color: #726f6f;
    width: 100%;
    margin-top: 5px;
    display: block;
  }
  .resultList {
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    margin-top: 40px;
    position: relative;
  }

  .resultRightDiv {
    height: fit-content;
    margin-top: 0;
    position: sticky;
    top: 70px;
  }
  .searchForm {
    margin: 0 0 15px;
    width: calc(100% / 2 - 5px);
  }
  .titleFilter {
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
    display: block;
    margin-top: auto;
  }
  .numberFilter {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
    margin: auto 0 3px;
  }
  .resultCenterDiv {
    margin-top: 0;
  }
  .filterMainDiv {
    display: -webkit-flex;
    display: flex;
    position: unset;
    background-color: transparent;
    top: unset;
    left: unset;
    animation: unset;
    margin-top: 15px;
  }
  .filterContentDiv {
    display: -webkit-flex;
    display: flex;
    position: unset;
    animation: unset;
    padding: 20px;
    border-radius: 24px;
  }
  .searchInput {
    height: 64px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    border-radius: 16px;
  }
  .filterTitle {
    height: 64px;
    gap: 5px;
    padding: 0 20px;
  }
  .showSortBtn {
    width: calc(100% / 3 - 5px);
    height: 64px;
    top: 0;
    border: none;
    background-color: var(--white);
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-radius: 16px;
  }
  .iconSvg {
    display: none;
  }
  .sortBtnText {
    display: block;
  }
  .arrowSvg {
    display: block;
    transition: transform 0.4s;
  }
  .sortMainDiv {
    height: fit-content;
    width: calc(100% / 3 - 5px);
    position: absolute;
    top: 0;
    z-index: 150;
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    animation: none;
  }
  .sortContentDiv {
    position: unset;
    width: 100%;
    border-radius: 16px;
    padding: 0;
    animation: none;
  }
  .sortContentDiv select {
    margin: 0;
    background-color: var(--white);
    border-radius: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
    color: var(--clr31);
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("https://cdn.mehrabanigold.com/icons/arrow.svg");
    background-repeat: no-repeat;
    background-position: center left 15px;
    background-size: 16px;
    width: 100%;
    max-width: unset !important;
  }
  .sortContentDiv select::-ms-expand {
    display: none;
  }
  .sortContentDiv select:focus {
    background-image: url("https://cdn.mehrabanigold.com/icons/arrow2.svg");
  }
  .showSortBtn {
    display: none;
  }
  .showSortBtn.clicked .arrowSvg {
    transform: rotate(180deg);
  }
  .sortHeaderDiv {
    display: none;
  }
  .sortList {
    margin-top: 15px;
  }
  @keyframes toTop {
    from {
      transform: translateY(50px);
    }
    to {
      transform: translateY(0);
    }
  }
  .listItemFeeDiv {
    display: -webkit-flex;
    display: flex;
  }
  .listItemLink {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
  }
  .listItemWeight {
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
    margin-top: 7px;
  }
  .priceText {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
  }
  .listItemPrice {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
  }
  .listItemPrice span {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
  }
  .listAddToCart,
  .notExistText {
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    margin-top: 15px;
    height: 45px;
    border-radius: 12px;
  }
  .jet-listing-grid__item {
    padding: 7px 0;
  }
  .listGrid .elementor-widget-wrap.elementor-element-populated {
    padding: 0 7px !important;
  }
}
@media screen and (min-width: 1100px) {
  .resultList {
    grid-template-columns: 1fr 3fr;
  }
  .searchForm {
    width: calc(100% / 3 * 2 - 5px);
  }
  .showSortBtn,
  .sortMainDiv {
    width: calc(100% / 4 - 10px);
  }
}
@media screen and (min-width: 1250px) {
  .listGrid {
    gap: 15px;
  }
  .resultList {
    gap: 15px;
  }
  .searchForm {
    width: calc(100% / 3 * 2 - 7.5px);
  }
  .showSortBtn,
  .sortMainDiv {
    width: calc(100% / 4 - 15px);
  }
}
/* paginationDiv */
.paginationDiv {
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.paginationItem {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  background-color: var(--clrFA);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #8c8687;
}
.paginationItem.activePagination {
  background-color: var(--colorPrimiary2);
  color: var(--white);
}













/***ADD BY MOHAMMAD
*/
@media (min-width: 968px) {
  div[data-elementor-id="228"] {
    margin-top: 10px;
  }
  .elementor-widget-jet-smart-filters-sorting{
    margin-block-end:unset !important;
    margin-bottom:unset !important;
  }
  .jet-sorting-select{
      height:64px !important;
  }
}

 
 