﻿#categories .cat-slider .swiper-slide {
  aspect-ratio: 4/2;
  background: url(/DesktopModules/eCommerce/images/noimagefound.jpg) no-repeat center;
  background-size: cover;
  border-radius: var(--b-radius);
  -webkit-border-radius: var(--b-radius);
  -moz-border-radius: var(--b-radius);
  -ms-border-radius: var(--b-radius);
  -o-border-radius: var(--b-radius);
}
#categories .cat-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--b-radius);
  -webkit-border-radius: var(--b-radius);
  -moz-border-radius: var(--b-radius);
  -ms-border-radius: var(--b-radius);
  -o-border-radius: var(--b-radius);
}

.FilterBody .check-moding {
  max-height: 30rem;
  overflow-y: auto;
}

.ShopFilter {
  overflow: hidden;
  border-bottom: solid 1px var(--texture-color-7);
  padding: 0.5rem 0;
}

.ShopFilter .FilteredTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  margin-bottom: 1rem;
}
.ShopFilter .FilteredTitle #clearfilters {
  color: var(--accent-color);
}

.ShopFilter .FilterBody {
  max-height: 30vh;
}

/**********************OnlyActiveAndDiscounted************************/
.form-switch {
  position: relative;
  padding-left: 2.6rem;
}
.form-switch .only-active-check-label::after,
.form-switch .form-check-label::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transition: all 0.2s;
  border-radius: 50%;
  background: var(--White);
  top: calc(50% - 6px);
  left: 2px;
}
.form-switch .only-active-check-label::before,
.form-switch .form-check-label::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: calc(50% - 8px);
  border-radius: calc(var(--b-radius) * 4);
  transition: background-color 0.2s;
  width: 31px;
  height: 16px;
  background: #d1d1d6;
  display: inline-block;
  transition: all 0.4s;
  -webkit-border-radius: calc(var(--b-radius) * 4);
  -moz-border-radius: calc(var(--b-radius) * 4);
  -ms-border-radius: calc(var(--b-radius) * 4);
  -o-border-radius: calc(var(--b-radius) * 4);
}
.form-switch .form-check-input {
  visibility: hidden;
  position: absolute;
}
.form-switch .form-check-input:checked + label::after,
.form-switch .only-dis-check:checked + label::after {
  left: 17px;
  background: #fff;
}
.form-switch .form-check-input:checked + label::before,
.form-switch .only-dis-check:checked + label::before {
  background-color: var(--accent-color);
}

.productstabinfo .SideBar.active {
  right: 0;
}

.productstabinfo :where(select, input) {
  border-color: transparent;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.pagination .page-item {
  margin: 0px 2px;
}

.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #ebebeb;
  border-radius: 5px;
  font-size: 13px;
  color: #484848;
  font-family: "Arial";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.pagination .page-item .page-link span {
  display: block;
  line-height: 0;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background-color: var(--accent-color);
  border: solid 1px var(--accent-color);
  color: #fff;
}

.check-moding select {
  width: 100%;
}

.ShopFilter ul.fancytree-container {
  background: unset;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.accordion-panel .acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
  cursor: pointer;
}
.accordion-panel .acc-head .icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s ease;
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.accordion-panel .acc-head .title {
  font-size: 1.1rem;
  font-weight: normal;
}
.accordion-panel .acc-body {
  padding-top: 0.5rem;
}
.accordion-panel .acc-body .desc {
  font-size: 1rem;
}
.accordion-panel .acc-body.open {
  display: block;
}
.accordion-panel.open .acc-head .icon {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.b-shaddow-1 {
  box-shadow: 0px 0px 5px -3px #000;
}

.toggle-filter {
  background: var(--accent-color);
  padding: 0.4rem;
  border-radius: 0.4rem;
  margin-left: 1rem;
}
.toggle-filter span {
  color: var(--White);
}
.toggle-filter svg {
  display: block;
  stroke: var(--White);
  width: 1.8rem;
  height: 1.8rem;
}

.checkbox label {
  display: flex;
}

.product-list-page .SideBar {
  position: sticky;
  top: 10rem;
  width: 15.2rem;
  min-width: 15.2rem;
  height: fit-content;
  padding: 0.6rem 0.5rem;
  border: 0.1em solid var(--texture-color-7);
  margin-bottom: 1.5rem;
  border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  -ms-border-radius: var(--radius);
  -o-border-radius: var(--radius);
  overflow: hidden;
}
.product-list-page .SideBar .ShopFilter .FilterHead strong {
  font-size: 14px;
  color: #000;
}
.product-list-page .SideBar .main-label {
  display: block;
}
.product-list-page .SideBar .clearfilters {
  color: var(--warning-color-1);
  cursor: pointer;
}
.product-list-page .SideBar .ui-fancytree {
  gap: 0;
}
.product-list-page .SideBar .ui-fancytree > li .fancytree-node {
  display: flex;
  align-items: center;
  border-bottom: 0.1em solid var(--texture-color-7);
  padding: 0.3rem 0;
}
.product-list-page .SideBar .ui-fancytree > li .fancytree-node .fancytree-title {
  font-family: "iranSite";
  line-height: normal;
  font-weight: bold;
  white-space: normal;
  background: none !important;
  border: none !important;
  margin: 0;
  padding: 0;
  text-align: right;
}
.product-list-page .SideBar .ui-fancytree > li .fancytree-node .fancytree-expander {
  display: none;
}
.product-list-page .SideBar .ui-fancytree > li .fancytree-node.fancytree-has-children .fancytree-expander {
  display: block;
  min-width: 1.9rem;
  height: 1.9rem;
  background: url(../images/chevron-left.svg) no-repeat center center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.product-list-page .SideBar .ui-fancytree > li .fancytree-node.fancytree-has-children.fancytree-expanded .fancytree-expander {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.product-list-page .SideBar .ui-fancytree > li .fancytree-node ul .fancytree-title {
  font-weight: normal;
}
.product-list-page .SideBar .ui-fancytree > li .fancytree-icon {
  display: none !important;
}
.product-list-page .SideBar .ui-fancytree > li:last-child .fancytree-node {
  border: none;
}
.product-list-page .SideBar .ui-fancytree > li ul .fancytree-node .fancytree-title {
  font-weight: normal;
}
.product-list-page .SideBar .customlist-item {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.product-list-page .SideBar .customlist-item .customlist-color {
  width: 2.92rem;
  height: 2.92rem;
  padding: 0.2rem;
  border: solid 1px var(--texture-color-7);
  border-radius: var(--radius-5);
  -webkit-border-radius: var(--radius-5);
  -moz-border-radius: var(--radius-5);
  -ms-border-radius: var(--radius-5);
  -o-border-radius: var(--radius-5);
  background-size: cover;
}
.product-list-page .SideBar .customlist-item .customlist-color i {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: var(--radius-5);
  -webkit-border-radius: var(--radius-5);
  -moz-border-radius: var(--radius-5);
  -ms-border-radius: var(--radius-5);
  -o-border-radius: var(--radius-5);
}
.product-list-page .SideBar .customlist-item .customlist-thumbnail {
  width: 2.92rem;
  height: 2.92rem;
  padding: 0.2rem;
  border: solid 1px var(--texture-color-7);
  border-radius: var(--radius-5);
  -webkit-border-radius: var(--radius-5);
  -moz-border-radius: var(--radius-5);
  -ms-border-radius: var(--radius-5);
  -o-border-radius: var(--radius-5);
  background-size: cover;
}
.product-list-page .SideBar .customlist-item input {
  position: absolute;
  opacity: 0;
}
.product-list-page .SideBar .color-list .customlist-items .customlist-item {
  display: inline-block;
  vertical-align: top;
  margin: 0.2rem 0.28rem;
  text-align: center;
}
.product-list-page .SideBar .color-list .customlist-items .customlist-item .customlist-color {
  display: block;
  margin: 0 auto 0.3rem;
}
.product-list-page .SideBar .color-list .customlist-items .customlist-item .customlist-color i {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: var(--radius-5);
  -webkit-border-radius: var(--radius-5);
  -moz-border-radius: var(--radius-5);
  -ms-border-radius: var(--radius-5);
  -o-border-radius: var(--radius-5);
}
.product-list-page .list-holder {
  width: 100%;
}
.product-list-page .list-holder .product-list {
  min-height: 60vh;
  border-radius: 10px;
}
.product-list-page .list-holder .product-list .item-holder {
  display: inline-block;
  vertical-align: top;
  width: calc((100% / 5) - 0.95rem);
  margin: 0 0.4rem 0.8rem;
}
.product-list-page .list-holder .product-list .item-holder .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 23.7rem;
  border: solid 1px var(--texture-color-7);
  border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  -ms-border-radius: var(--radius);
  -o-border-radius: var(--radius);
  background-color: white;
  padding: 0.4rem;
}
.product-list-page .list-holder .product-list .item-holder .item .img-box {
  margin-bottom: 0.8rem;
}
.product-list-page .list-holder .product-list .item-holder .item .img-box img {
  width: 100%;
  border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  -ms-border-radius: var(--radius);
  -o-border-radius: var(--radius);
}
.product-list-page .list-holder .product-list .item-holder .item .title {
  font-size: 1rem;
  text-align: right;
  min-height: 3.7rem;
  line-height: 1.8;
  margin-bottom: 0.8rem;
}
.product-list-page .list-holder .product-list .item-holder .item .price-box {
  min-height: 4rem;
}
.product-list-page .list-holder .product-list .item-holder .item .price-box strong {
  color: var(--texture-color-1);
  font-size: 0.9rem;
  font-weight: 500;
}
.product-list-page .list-holder .product-list .item-holder .item .price-box strike {
  color: var(--texture-color-4);
  font-size: 0.9rem;
  font-weight: 500;
}
.product-list-page .list-holder .product-list .item-holder .item .discount {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: var(--warning-color-2);
  border-radius: 50%;
  font-size: 0.8rem;
  color: #fff;
}
@media (max-width: 1320px) {
  .product-list-page .list-holder .product-list .item-holder {
    width: calc((100% / 4) - 0.95rem);
  }
}
@media (max-width: 990px) {
  .product-list-page .list-holder .product-list .item-holder {
    width: calc((100% / 3) - 0.95rem);
  }
}
@media (max-width: 570px) {
  .product-list-page .list-holder .product-list .item-holder {
    width: calc((100% / 2) - 0.95rem);
  }
}
@media (max-width: 480px) {
  .product-list-page .list-holder .product-list .item-holder {
    width: calc((100% / 1) - 0.95rem);
  }
}
@media (max-width: 768px) {
  .product-list-page .SideBar {
    height: auto;
    width: 100%;
    padding: 0 0.5rem;
    border-width: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .product-list-page .SideBar.active {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    border-width: 1px;
  }
  .product-list-page #listfilters {
    display: none;
    height: auto;
    margin-bottom: 1rem;
  }
}

.vendor-cover {
  position: relative;
  border-radius: 0.9rem;
  overflow: hidden;
  -webkit-border-radius: 0.9rem;
  -moz-border-radius: 0.9rem;
  -ms-border-radius: 0.9rem;
  -o-border-radius: 0.9rem;
}
.vendor-cover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--Black);
  opacity: 0.5;
}
.vendor-cover img {
  display: block;
  width: 100%;
}
.vendor-cover .name {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--White);
  z-index: 10;
}

.vendor-row {
  color: var(--White);
  background: var(--secondary-color-light-1);
  padding: 0.6rem;
  border-radius: 1.1rem;
  -webkit-border-radius: 1.1rem;
  -moz-border-radius: 1.1rem;
  -ms-border-radius: 1.1rem;
  -o-border-radius: 1.1rem;
}
.vendor-row .vendor-logo {
  border-radius: 1.1rem;
  -webkit-border-radius: 1.1rem;
  -moz-border-radius: 1.1rem;
  -ms-border-radius: 1.1rem;
  -o-border-radius: 1.1rem;
  background: var(--White);
  overflow: hidden;
}
.vendor-row strong {
  font-size: 1.1rem;
}