@import url("./main_font.css");

/*==================body=================*/
body {
  direction: rtl;
  background: var(--background);
  font-family: "VazirmatnRegular";
}
body.hasFixed {
  padding-bottom: 106px;
}
body.blogPage {
  background: var(--white);
}
.loading-overlay {
    position: fixed;
    background: rgba(246, 248, 248, 0.72);
    backdrop-filter: blur(2px);
}

.dash-toast {
    margin-bottom: 16px;
    min-width: 260px;
    max-width: 420px;
    padding: 14px 18px;
    border-radius: 12px;
    color: var(--white);
    font-family: "VazirmatnMedium";
    font-size: 14px;
    line-height: 1.8;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.dash-toast.is-success {
    background: var(--green-500);
}

.dash-toast.is-error {
    background: var(--red);
}

.loadingPg {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 18;
  padding: 20px;
}
.loadingPg .loadingBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 360px;
  padding: 33px 0px 45px 0px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.04);
}
.loadingPg .loadingBox .logo {
  width: 174px;
  height: auto;
}
.loader {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 0 auto;
}
.minLoader {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  width: 40px;
  padding: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--green-500);
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: spin 1s infinite linear;
}
.bigLoader {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 2;
  width: 60px;
  padding: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--green-500);
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

/*==================topAdsBx=================*/
.pagintionBx {
  margin: 35px auto 15px auto;
}
.pagintionBx .pagination {
  gap: 10px;
  justify-content: center;
}
.pagintionBx .page-link {
  font-size: 14px;
  color: var(--text-700);
  font-family: "VazirmatnMedium";
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.pagintionBx .page-item:first-child .page-link,
.pagintionBx .page-item:last-child .page-link {
  font-size: 20px;
}
.pagintionBx .page-item:first-child .page-link {
  margin-left: 20px;
}
.pagintionBx .page-item:last-child .page-link {
  margin-right: 20px;
}
.pagintionBx .page-link,
.pagintionBx .page-item:first-child .page-link {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
.pagintionBx .active > .page-link,
.pagintionBx .page-link.active,
.pagintionBx .page-link:hover {
  color: var(--white);
  background: var(--green-500);
}
.pagintionBx .disabled > .page-link,
.pagintionBx .page-link.disabled {
  color: var(--text-100);
  background: var(--white);
}

/*==================topAdsBx=================*/
.topAdsBx {
  display: block;
  width: 100%;
  /* height: 60px; */
  height: auto;
  overflow: hidden;
}
.topAdsBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topAdsBx img.desktop {
  display: block;
}
.topAdsBx img.mobile {
  display: none;
}
.topAdsBx .removeAds {
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 22px;
  color: var(--white);
}

/*==================header=================*/
header {
  z-index: 15px;
}
.headerSec {
  background: var(--white);
  padding: 12px 0 0 0;
  box-shadow:
    0px 2px 8px 0px rgba(0, 0, 0, 0.02),
    0px 2px 15px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  /* z-index: 2; */
}
.hdrRowFixd.fixed {
  background: var(--white);
  position: fixed;
  padding: 8px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 16;
  box-shadow:
    0px 2px 8px 0px rgba(0, 0, 0, 0.02),
    0px 2px 15px 0px rgba(0, 0, 0, 0.04);
}
.headerBox .hdrTopRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdrRow.blgHdrRow {
  padding-bottom: 8px;
  align-items: center;
}
.headerBox .blgHdrLogo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.headerBox .blgHdrLogo div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.headerBox .blgHdrLogo .bakHomLink {
  font-size: 24px;
  color: var(--black-500);
  display: none;
  line-height: 1;
}
.headerBox .blgHdrLogo .logoImg {
  display: block;
  width: 156px;
  height: auto;
}
.headerBox .blgHdrLogo img {
  width: 100%;
  height: auto;
}
.headerBox .blgHdrMnu .blgHdrUl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 39px;
}
.headerBox .blgHdrMnu .blgHdrSub {
  position: absolute;
  display: none;
  background: var(--white);
  z-index: 2;
  border-radius: 12px;
  background: var(--white);
  box-shadow:
    0px 0px 4px 1px rgba(0, 0, 0, 0.08),
    2px 4px 16px 0px rgba(0, 0, 0, 0.06);
  right: 0;
  top: 35px;
  padding: 15px;
  min-width: 150px;
}
.headerBox .blgHdrMnu .blgHdrSub a {
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
  display: block;
  color: var(--text-100);
  margin-bottom: 8px;
}
.headerBox .blgHdrMnu .blgHdrSub a:last-child {
  margin-bottom: 0;
}
.headerBox .blgHdrMnu .blgHdrSub a:hover {
  color: var(--green-400);
}
.headerBox .blgHdrLeft {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.headerBox .blgHdrSrch {
  width: 260px;
  height: 46px;
  margin-right: 25px;
  border-radius: 12px;
  border: 1px solid var(--black-50);
  background: var(--gray-500);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.headerBox .blgHdrSrch button {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--black-200);
}
.headerBox .blgHdrSrch button:hover {
  color: var(--green-500);
}
.headerBox .blgHdrSrch input {
  color: var(--black-200);
  text-align: right;
  font-size: 13.5px;
  background: transparent;
  border: none;
}
.headerBox .blgHdrSrch:has(input:focus) {
  border-color: var(--green-500);
}
.headerBox .bakHomeLnk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--green-400);
  height: 46px;
  padding: 8px 15px;
  border-radius: 12px;
  border: 1px solid var(--green-400);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.headerBox .bakHomeLnk:hover {
  background: var(--green-400);
  color: var(--white);
}
.headerSec .hdrTopRght {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdrTopRght .hdrOpnMnu {
  font-size: 30px;
  color: var(--black-400);
  cursor: pointer;
  display: none;
}
.hdrTopRght .hdrOpnMnu:hover {
  color: var(--green-500);
}
.hdrTopRght .hdrLogo {
  display: block;
  width: 156px;
  height: auto;
}
.hdrTopRght .hdrLogo img {
  width: 100%;
  height: auto;
}
.hdrTopRght .hdrMinLgin {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: var(--text-500);
  font-feature-settings: "ss01" on;
}
.hdrTopRght .hdrMinLgin i {
  font-size: 14px;
}
.hdrTopRght .hdrMinLgin span {
  font-size: 24px;
}
.hdrTopRght .hdrMinLgin:hover {
  color: var(--green-500);
}
.headerBox .hdrTopCntr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.headerBox .hdrTopCntr .hdrSrchBx {
  width: 446px;
  border: 1px solid var(--text-50);
  background: var(--text-10);
  border-radius: 12px;
}
.headerBox .hdrTopCntr .hdrSrchBx:has(.hdrSrchFrm.focused) {
  background: var(--white);
  border-radius: 12px 12px 0 0;
  border: none;
  box-shadow: 0px -1px 4px 1px rgba(0, 0, 0, 0.08);
}
.headerBox .hdrSrchBx .hdrSrchFrm {
  width: calc(100% - 20px);
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray-500);
  margin: 0 10px;
}

.headerBox .hdrMinSrch {
  width: calc(100% - 75px);
  max-width: 446px;
  height: 42px;
  display: none;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--black-50);
  background: var(--gray-500);
  border-radius: 12px;
}
.headerBox .hdrMinSrch:has(input:focus) {
  border-color: var(--green-500);
}
.headerBox .hdrSrchBx .hdrSrchFrm.focused {
  border-color: var(--darkblue-200);
}
.headerBox .hdrMinSrch .btn,
.headerBox .hdrSrchBx .hdrSrchFrm .btn {
  font-size: 20px;
  color: var(--black-200);
  line-height: 1;
  height: 100%;
  min-width: 46px;
  padding: 9px 5px 8px 10px;
}
.headerBox .hdrSrchBx .hdrSrchFrm.focused .btn {
  color: var(--black-500);
}
.headerBox .hdrSrchBx .hdrSrchFrm .btn:hover {
  color: var(--green-500);
}
.headerBox .hdrMinSrch input,
.headerBox .hdrSrchBx .hdrSrchFrm input {
  height: 100%;
  background: transparent;
  padding-right: 0;
  border: none;
  color: var(--black-500);
  text-align: right;
  font-size: 12.5px;
}
.headerBox .hdrSrchBx .hdrSrchFrm .rmvSrchInpt {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--black-200);
  font-size: 18px;
  cursor: pointer;
  display: none;
}
.headerBox .hdrSrchBx .hdrSrchFrm .rmvSrchInpt:hover {
  color: var(--green-500);
}
.headerBox .hdrSrchBx .relatdRsult,
.headerBox .hdrSrchBx .mostSrchdBx {
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  border-radius: 0 0 12px 12px;
  background: var(--white);
  padding: 30px 15px;
  box-shadow:
    0px 6px 4px 1px rgba(0, 0, 0, 0.08),
    6px 10px 16px 0px rgba(0, 0, 0, 0.06);
  display: none;
  z-index: 3;
}
.headerBox .hdrSrchBx .mstSrchDiv {
  border-bottom: 1px solid var(--stroke-1);
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.headerBox .hdrSrchBx .mstSrchDiv:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.headerBox .hdrSrchBx .mstSrchTtl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--text-700);
}
.headerBox .hdrSrchBx .mstSrchTtl span {
  font-size: 20px;
}
.headerBox .hdrSrchBx .mstSrchTtl i {
  font-size: 14px;
}
.headerBox .hdrSrchBx .mstSrchDiv ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.headerBox .hdrSrchBx .mstSrchDiv li a,
.headerBox .hdrSrchBx .mstSrchDiv li div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--text-50);
  min-width: max-content;
  height: 36px;
  transition: all 0.4s;
  color: var(--text-700);
}
.headerBox .hdrSrchBx .mstSrchDiv li a {
  padding: 0 20px;
}
.headerBox .hdrSrchBx .mstSrchDiv li div {
  padding: 0 10px;
}
.headerBox .hdrSrchBx .mstSrchDiv li a,
.headerBox .hdrSrchBx .mstSrchDiv li p {
  min-width: max-content;
  font-size: 12.5px;
}
.headerBox .hdrSrchBx .mstSrchDiv li span {
  color: var(--text-200);
  font-size: 18px;
  cursor: pointer;
}
.headerBox .hdrSrchBx .mstSrchDiv li div:hover,
.headerBox .hdrSrchBx .mstSrchDiv li a:hover {
  color: var(--green-500);
  border-color: var(--green-500);
}
.headerBox .hdrSrchBx .mstSrchDiv li div:hover span {
  color: var(--green-500);
}
.headerBox .hdrSrchBx .relatdRsult .rltdResltLst {
  width: 100%;
  overflow: auto;
  padding: 0 3px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.headerBox .hdrSrchBx .relatdRsult .rltdResltLst::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}
.headerBox .hdrSrchBx .relatdRsult .rltdResltLst::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.2);
  --webkit-box-shadow:
    inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.headerBox .hdrSrchBx .relatdRsult .rltdResltLst a {
  width: 266px;
  min-width: 266px;
  height: 88px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  border-radius: 14px;
  background: var(--text-10);
  border: 1px solid var(--text-50);
  padding: 16px;
  margin-bottom: 10px;
}
.headerBox .hdrSrchBx .relatdRsult .imgDiv {
  width: 56px;
  min-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--white);
  padding: 4px;
}
.headerBox .hdrSrchBx .relatdRsult .imgDiv img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.headerBox .hdrSrchBx .relatdRsult .titleDiv {
  text-align: right;
}
.headerBox .hdrSrchBx .relatdRsult .titleDiv p {
  color: var(--text-700);
  font-size: 12.5px;
  max-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.headerBox .hdrSrchBx .relatdRsult .titleDiv i {
  color: var(--red);
  font-size: 11px;
  display: block;
  font-family: "VazirmatnMedium";
  display: block;
  margin-top: 6px;
}
.headerBox .hdrSrchBx .relatdRsult .rltdResltLst a:hover {
  background: var(--text-50);
}
.headerBox .hdrTopCntr .shopLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid var(--black-50);
  background: var(--gray-500);
  font-size: 20px;
  color: var(--black-500);
}
.headerBox .hdrTopCntr .shopLink:hover {
  color: var(--green-500);
}
.headerBox .hdrTopLft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.headerBox .hdrTopLft .hdrLrgLgin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 42px;
  padding: 8px 14px 8px 18px;
  border-radius: 12px;
  background: var(--green-500);
}
/* .headerBox .hdrTopLft .hdrLrgLgin::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.6s;
  z-index: 1;
} */
.headerBox .hdrTopLft .hdrLrgLgin span {
  color: var(--white);
  font-size: 16px;
  z-index: 2;
  display: block;
}
.headerBox .hdrTopLft .hdrLrgLgin i {
  color: var(--white);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
  z-index: 2;
}
/* .headerBox .hdrTopLft .hdrLrgLgin:hover:after {
  width: 100%;
} */
.headerBox .hdrTopLft .hdrLrgLgin:hover {
  background: var(--green-800);
}
.hdrTopRght .minPrfilBx .minPrfiLnk {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  color: var(--green-500);
}
.hdrTopRght .minPrfilBx .minPrfiLnk i {
  font-size: 18px;
}
.hdrTopRght .minPrfilBx .minPrfiLnk span {
  font-size: 17px;
}
.hdrTopRght .minPrfilBx .minPrfilSub {
  position: absolute;
  left: 0;
  top: 24px;
  width: 160px;
  padding: 10px 5px;
  border-radius: 12px;
  background: var(--white);
  box-shadow:
    0px 0px 4px 1px rgba(0, 0, 0, 0.08),
    2px 4px 35px 0px rgba(0, 0, 0, 0.13);
  z-index: 2;
  display: none;
}
.hdrTopRght .minPrfilBx .minPrfilSub a,
.hdrTopRght .minPrfilBx .minPrfilSub button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  color: var(--black-500);
  width: 100%;
  text-align: right;
}
.hdrTopRght .minPrfilBx .minPrfilSub a span,
.hdrTopRght .minPrfilBx .minPrfilSub button span {
  font-size: 14px;
}
.hdrTopRght .minPrfilBx .minPrfilSub a p,
.hdrTopRght .minPrfilBx .minPrfilSub button p {
  text-align: right;
  font-size: 12px;
  line-height: 1;
}
.hdrTopRght .minPrfilBx .minPrfilSub a i,
.hdrTopRght .minPrfilBx .minPrfilSub button i {
  font-size: 14px;
}
.hdrTopRght .minPrfilBx .minPrfilSub a:hover,
.hdrTopRght .minPrfilBx .minPrfilSub button:hover {
  color: var(--green-500);
}
.headerBox .hdrTopLft .hdrPrfilBx {
  margin-left: 8px;
}
.headerBox .hdrTopLft .hdrPrfiLnk {
  min-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--green-500);
  cursor: pointer;
}
.headerBox .hdrTopLft .hdrPrfiLnk p {
  font-size: 12.5px;
}
.headerBox .hdrTopLft .hdrPrfiLnk span {
  font-size: 20px;
}
.headerBox .hdrTopLft .hdrPrfiLnk.open span {
  transform: rotate(180deg);
}
.headerBox .hdrTopLft .hdrPrfiLnk i {
  font-size: 14px;
}
.headerBox .hdrTopLft .hdrPrfiLnk:hover {
  color: var(--green-800);
}
.headerBox .hdrTopLft .hdrPrfilSub {
  position: absolute;
  left: 0;
  width: 220px;
  padding: 9px;
  border-radius: 12px;
  background: var(--white);
  box-shadow:
    0px 0px 4px 1px rgba(0, 0, 0, 0.08),
    2px 4px 35px 0px rgba(0, 0, 0, 0.13);
  z-index: 2;
  display: none;
}
.headerBox .hdrTopLft .hdrPrfilSub a,
.headerBox .hdrTopLft .hdrPrfilSub button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
}
.hdrTopRght .minPrfilBx .minPrfilSub a div,
.hdrTopRght .minPrfilBx .minPrfilSub button div,
.headerBox .hdrTopLft .hdrPrfilSub a div,
.headerBox .hdrTopLft .hdrPrfilSub button div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.headerBox .hdrTopLft .hdrPrfilSub a span,
.headerBox .hdrTopLft .hdrPrfilSub button span {
  font-size: 20px;
  color: var(--black-500);
}
.headerBox .hdrTopLft .hdrPrfilSub a p,
.headerBox .hdrTopLft .hdrPrfilSub button p {
  text-align: right;
  font-size: 12.5px;
  color: var(--text-400);
  line-height: 1;
}
.headerBox .hdrTopLft .hdrPrfilSub a i,
.headerBox .hdrTopLft .hdrPrfilSub button i {
  font-size: 18px;
  color: var(--text-400);
}
.headerBox .hdrTopLft .hdrPrfilSub a:hover,
.headerBox .hdrTopLft .hdrPrfilSub button:hover {
  background: var(--text-10);
}
.headerBox .hdrTopLft .hdrCrtLnk {
  width: 46px;
  height: 46px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background: var(--text-10);
  color: var(--text-300);
  border: 1px solid var(--text-10);
  position: relative;
}
.headerBox .hdrTopLft .hdrCrtLnk .num {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-500);
}
.headerBox .hdrTopLft .hdrCrtLnk p {
  color: var(--white);
  font-size: 12px;
  display: block;
  padding-top: 3px;
}
.headerBox .hdrTopLft .hdrCrtLnk span {
  font-size: 24px;
  line-height: 1;
  display: block;
}
.headerBox .hdrTopLft .hdrCrtLnk:hover {
  color: var(--green-500);
}
.headerBox .hdrTopLft .hdrCrtBox .hdrCrtSub {
  position: absolute;
  left: 0;
  top: 44px;
  width: 450px;
  border-radius: 20px;
  background: var(--white);
  box-shadow:
    0px 0px 4px 1px rgba(0, 0, 0, 0.08),
    2px 4px 35px 0px rgba(0, 0, 0, 0.13);
  z-index: 2;
  display: none;
}
.headerBox .hdrCrtSub .crtSubHed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 24px;
  border-bottom: 1px solid var(--text-50);
}
.headerBox .hdrCrtSub .crtSubHed strong {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 15.5px;
}
.headerBox .hdrCrtSub .crtSubHed p {
  color: var(--text-300);
  font-size: 12.5px;
}
.headerBox .hdrCrtSub .crtSubHed p span {
  color: var(--text-700);
  font-family: "VazirmatnBold";
}
.headerBox .hdrCrtSub .crtSubList {
  height: 320px;
  padding: 1px;
  margin-bottom: 10px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.headerBox .hdrCrtSub .crtSubList::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background-color: transparent; /* Chrome/Safari/Webkit */
}
.headerBox .hdrCrtSub .crtSubList::-webkit-scrollbar-thumb {
  display: none;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.2);
}
.headerBox .hdrCrtSub .crtSubList .crtSubItem {
  border-bottom: 1px solid var(--text-50);
  padding: 10px 12px 15px 12px;
  margin-bottom: 4px;
}
.headerBox .hdrCrtSub .crtSubList .crtSubItem:last-child {
  border-bottom: none;
}
.headerBox .hdrCrtSub .crtSubItem .itemTop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.slctdFeatur {
  width: 100%;
  border-radius: 12px;
  background: #f4fffd;
  border: 1px dashed var(--green-100);
  padding: 10px;
}
.slctdFeatur ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 20px;
  flex-wrap: wrap;
}
.slctdFeatur li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.slctdFeatur1 li {
  width: 47%;
}
.slctdFeatur li div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.slctdFeatur li img {
  width: 20px;
  height: auto;
}
.slctdFeatur li i {
  font-size: 12.5px;
  color: var(--text-400);
}
.slctdFeatur li p {
  font-size: 12.5px;
  color: var(--text-700);
  font-family: "VazirmatnMedium";
}
.headerBox .hdrCrtSub .crtSubItem .itemBody {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 12px 0;
}
.headerBox
  .hdrCrtSub
  .crtSubList
  .crtSubItem
  .item_Num_box
  input[type="number"] {
  color: var(--black-500);
}
.headerBox .hdrCrtSub .crtSubList .crtSubItem:hover {
  border-color: var(--green-500);
}
.headerBox .hdrCrtSub .crtSubList .img {
  width: 80px;
  height: 80px;
}
.headerBox .hdrCrtSub .crtSubList img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.headerBox .hdrCrtSub .crtSubList .info h2 {
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.headerBox .hdrCrtSub .crtSubList .infoRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px 15px;
  flex-wrap: wrap;
}
.headerBox .hdrCrtSub .crtSubList .price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.headerBox .hdrCrtSub .crtSubList .price p {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.headerBox .hdrCrtSub .crtSubList .price span {
  color: var(--text-300);
  font-size: 11px;
}
.headerBox .hdrCrtSub .crtSubList .infoRow del {
  color: var(--text-200);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.headerBox .hdrCrtSub .crtSubList .percent {
  color: var(--white);
  text-align: center;
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
  border-radius: 28px;
  background: var(--red);
  padding: 2px 8px 1px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerBox .hdrCrtSub .crtSubPric {
  padding: 24px;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 -6px 12px 0 rgba(0, 0, 0, 0.04);
}
.headerBox .hdrCrtSub .crtSubPric .price i {
  color: var(--text-400);
  text-align: right;
  font-size: 12.5px;
}
.headerBox .hdrCrtSub .crtSubPric .price div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.headerBox .hdrCrtSub .crtSubPric .price div p {
  font-family: "VazirmatnBold";
  color: var(--text-700);
  font-size: 15.5px;
}
.headerBox .hdrCrtSub .crtSubPric .price div span {
  font-size: 11px;
  color: var(--text-300);
}
.headerBox .hdrCrtSub .crtSubPric button {
  width: max-content;
  height: 44px;
  padding: 0 20px;
  border-radius: 14px;
  background: var(--green-500);
  color: var(--white);
  text-align: center;
  font-family: "VazirmatnBold";
  font-size: 14px;
}
.headerBox .hdrCrtSub .crtSubPric button:hover {
  background: var(--green-800);
}

.headerBox .hdrBtmRow {
  background: var(--white);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerBox .hdrBtmRow .sideLogo {
  display: none;
  margin: 0 0 0 auto;
  width: 128px;
  height: auto;
}
.headerBox .hdrBtmRow .sideLogo img {
  width: 100%;
  height: auto;
}
.headerBox .hdrBtmRow .closeSide {
  color: var(--text-100);
  font-size: 24px;
  position: absolute;
  left: 20px;
  top: 33px;
  display: none;
}
.headerBox .hdrBtmRow .hdrMnu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.headerBox .hdrBtmRow .hdrMnu .headerLi {
  padding-bottom: 15px;
}
.headerBox .hdrBtmRow .hdrMnuLnk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  color: var(--text-700);
  cursor: pointer;
}
.headerBox .hdrBtmRow .hdrMnuLnk div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.headerBox .hdrBtmRow .hdrMnuLnk p {
  font-family: "VazirmatnMedium";
  font-size: 15.5px;
}
.headerBox .hdrBtmRow .hdrMnuLnk i {
  font-size: 22px;
  display: none;
}
.headerBox .hdrBtmRow .hdrMnuLnk span {
  font-size: 20px;
}
.headerBox .hdrBtmRow .hdrMnuLnk:hover {
  color: var(--green-500);
}
.headerBox .hdrBtmRow .hdrMnuLnk.active {
  color: var(--green-500);
}
.headerBox .hdrBtmRow .hdrBrndSub {
  width: 900px;
  padding: 16px 28px;
}
.catSubBx {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #161a2466 40%;
  display: none;
  z-index: 20;
  overflow: auto;
}
.hasTopAds .catSubBx {
  height: 100vh;
  top: 0;
}
.catSubBx .whitSubBx {
  width: max-content;
  height: 100%;
  position: relative;
}
.catSubBx .closeCatBx {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  background: #5c626c;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease;
}
.catSubBx .closeCatBx:hover {
  background: var(--green-500);
  color: #fff;
}
.catSubBx .hdrCatSub {
  position: relative;
  width: max-content;
  height: max-content;
  /* min-height: 100%;
  background: var(--white); */
}
.headerBox .hdrBtmRow .hdrBrndSub {
  border-radius: 12px;
  box-shadow:
    0px 0px 4px 1px rgba(0, 0, 0, 0.08),
    2px 4px 16px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 20;
  display: none;
}
.headerBox .hdrBtmRow .hdrBrndSub ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}
.headerBox .hdrBtmRow .hdrBrndSub ul li {
  width: 31%;
}
.headerBox .hdrBtmRow .hdrBrndSub ul a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  height: 70px;
  padding: 0px 12px;
  border-radius: 8px;
}
.headerBox .hdrBtmRow .hdrBrndSub ul img {
  width: 50px;
  height: auto;
}
.headerBox .hdrBtmRow .hdrBrndSub ul p {
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.headerBox .hdrBtmRow .hdrBrndSub ul i {
  color: var(--black-200);
  font-size: 14px;
}
.headerBox .hdrBtmRow .hdrBrndSub .allBrndLnk {
  width: 100%;
  padding: 20px 10px 0 10px;
  border-top: 1px solid var(--stroke-1);
}
.headerBox .hdrBtmRow .hdrBrndSub .allBrndLnk a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: max-content;
  margin: 0 auto;
}
.headerBox .hdrBtmRow .hdrBrndSub .allBrndLnk div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}
.headerBox .hdrBtmRow .hdrBrndSub .allBrndLnk p {
  color: var(--green-500);
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.headerBox .hdrBtmRow .hdrBrndSub .allBrndLnk i {
  color: var(--black-200);
  font-size: 12.5px;
}
.headerBox .hdrBtmRow .hdrBrndSub .allBrndLnk span {
  font-size: 14px;
  color: var(--black-200);
}
.headerBox .hdrBtmRow .hdrBrndSub .allBrndLnk a:hover span {
  transform: translateX(-3px);
  color: var(--green-500);
}
.headerBox .hdrBtmRow .hdrBrndSub ul a:hover {
  background: var(--text-10);
}
.headerBox .hdrBtmRow .hdrCatSub .catSubUl {
  width: 390px;
  height: max-content;
  min-height: 100%;
  padding: 15px 0 15px 10px;
  background: var(--white);
  /* box-shadow: -2px 2px 16px 0 rgba(0, 0, 0, 0.05); */
  box-shadow: -10px -10px 16px 0 rgba(0, 0, 0, 0.05);
}
.headerBox .hdrCatSub .catSubLnk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-radius: 8px;
  padding: 0 12px 0 6px;
  height: 64px;
  cursor: pointer;
}
.headerBox .hdrCatSub .nameDiv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  height: 100%;
  width: calc(100% - 30px);
}
.headerBox .hdrCatSub .nameDiv .catImgBx {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  border: solid 1px var(--text-50);
}
.headerBox .hdrCatSub .nameDiv img {
  width: 24px;
  height: auto;
}
.headerBox .hdrCatSub .nameDiv i {
  color: var(--text-400);
  text-align: right;
  font-size: 14px;
}
.headerBox .hdrCatSub .catSubLnk span {
  font-size: 24px;
  color: var(--text-100);
}
.headerBox .hdrCatSub .catSubLnk.active,
.headerBox .hdrCatSub .catSubLnk:hover {
  background: var(--text-10);
}
.headerBox .hdrCatSub .catSubLnk.active .nameDiv i,
.headerBox .hdrCatSub .catSubLnk:hover .nameDiv i {
  color: var(--text-700);
}
.headerBox .hdrCatSub .catSubLnk.active .catImgBx,
.headerBox .hdrCatSub .catSubLnk:hover .catImgBx {
  border-color: var(--green-500);
}
.headerBox .hdrCatSub .catSubLnk.active span,
.headerBox .hdrCatSub .catSubLnk:hover span {
  color: var(--green-500);
}
.headerBox .hdrCatSub .catSubList {
  width: 300px;
  height: max-content;
  /* min-height: calc(100vh - 150px); */
  position: absolute;
  right: 100%;
  padding: 15px 20px;
  top: 0;
  display: none;
  background: var(--white);
  box-shadow: -2px 2px 16px 0 rgba(0, 0, 0, 0.05);
}
.headerBox .catSubList .subTwoLnk,
.headerBox .catSubList .firstLnk a,
.headerBox .subTwoLi .subTwoLst a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 14px;
  width: 100%;
  height: 42px;
  padding: 0px 12px;
  cursor: pointer;
}
.headerBox .catSubList .firstLnk a,
.headerBox .subTwoLi .subTwoLst .firstLnk {
  justify-content: flex-start;
}
.headerBox .catSubList .subTwoLi p,
.headerBox .subTwoLi .subTwoLst a p {
  color: var(--text-400);
  text-align: right;
  font-size: 14px;
}
.headerBox .catSubList .subTwoLi span,
.headerBox .subTwoLi .subTwoLst a span {
  font-size: 18px;
  color: var(--text-100);
}
.headerBox .catSubList .firstLnk a p,
.headerBox .subTwoLi .subTwoLst .firstLnk p {
  font-family: "VazirmatnMedium";
}
.headerBox .catSubList .firstLnk a p,
.headerBox .catSubList .firstLnk a span,
.headerBox .subTwoLi .subTwoLst a.firstLnk p,
.headerBox .subTwoLi .subTwoLst a.firstLnk span {
  color: var(--green-500);
}
.headerBox .catSubList .subTwoLnk.active,
.headerBox .catSubList .subTwoLnk:hover,
.headerBox .subTwoLi .subTwoLst a:hover {
  background: var(--text-10);
}
.headerBox .subTwoLi .subTwoLst a:hover p,
.headerBox .catSubList .subTwoLi .subTwoFrst.active p,
.headerBox
  .catSubList
  .subTwoLi
  .subTwoFrst:hover
  p
  .headerBox
  .catSubList
  .subTwoLi
  .subTwoLnk.active
  p,
.headerBox .catSubList .subTwoLi .subTwoLnk:hover p {
  color: var(--text-700);
  font-family: "VazirmatnMedium";
}
.headerBox .catSubList .subTwoLi.active span,
.headerBox .catSubList .subTwoLi:hover span {
  color: var(--green-500);
}
.headerBox .subTwoLi .subTwoLst .firstLnk:hover {
  background: transparent;
}
.headerBox .catSubList .firstLnk a:hover p,
.headerBox .subTwoLi .subTwoLst .firstLnk:hover p {
  color: var(--green-900);
}
.headerBox .catSubList .firstLnk a span,
.headerBox .subTwoLi .subTwoLst .firstLnk span {
  transition: all 0.6s;
}
.headerBox .catSubList .firstLnk a:hover span,
.headerBox .subTwoLi .subTwoLst .firstLnk:hover span {
  transform: translateX(-3px);
}
.headerBox .catSubList .subTwoLst {
  width: 300px;
  height: 100%;
  /* min-height: calc(100vh - 150px); */
  position: absolute;
  right: 100%;
  padding: 15px 20px;
  top: 0;
  display: none;
  background: var(--white);
  z-index: -1;
}
.headerBox .hdrBtmRow .hdrBtmLeft {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.headerBox .hdrBtmRow .surprisLnk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--green-500);
  height: 40px;
  padding: 8px 24px;
  border-radius: 12px;
  border: 1px solid var(--green-500);
  margin-bottom: 10px;
}
.headerBox .hdrBtmRow .surprisLnk span {
  font-size: 18px;
}
.headerBox .hdrBtmRow .surprisLnk i {
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
  line-height: 1;
  padding-top: 3px;
}
.headerBox .hdrBtmRow .surprisLnk:hover {
  background: var(--green-500);
  color: var(--white);
}
.headerBox .hdrBtmRow .khdroYabLnk {
  border-radius: 12px;
  background: var(--gray-500);
  color: var(--black-500);
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 8px 10px;
}
.headerBox .hdrBtmRow .khdroYabLnk i {
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.headerBox .hdrBtmRow .khdroYabLnk span {
  font-size: 20px;
}
.headerBox .hdrBtmRow .khdroYabLnk:hover {
  background: var(--green-500);
  color: var(--white);
}

/*==================topSlider=================*/
.topSlider {
  width: 100%;
  /* height: 320px; */
}
/* .topSlider .swiper {
  height: 100%;
} */
.topSlider .swiper-slide img {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
  height: auto;
}
.topSlider .swiperBtns {
  position: absolute;
  /* right: 25px; */
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  z-index: 2;
}
.topSlider .swiperBtns div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--green-900);
  font-size: 24px;
  color: var(--white);
  border-radius: 50%;
}
.topSlider .swiperBtns div:hover {
  background: var(--green-500);
  color: var(--green-900);
}
.topSlider .swiper-pagination,
.topSlider .swiper-horizontal > .swiper-pagination-bullets,
.topSlider .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: max-content;
  min-width: 84px;
  /* right: 25px; */
  bottom: 65px;
  top: unset;
  position: absolute;
}
.topSlider .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  transition: all 0.6s;
  border-radius: 50%;
  background: var(--white);
  opacity: 1;
}
.topSlider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--green-500);
  width: 23px;
  border-radius: 5px;
}

/*==================catSection=================*/
.catSection {
  margin: 35px 0;
  width: 100%;
  overflow: hidden;
}
.catSecHed {
  text-align: center;
  color: var(--black-500);
  font-family: "VazirmatnBold";
  font-size: 20px;
  display: block;
  margin: 15px auto;
}
.catSection ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.catSection ul::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background-color: transparent; /* Chrome/Safari/Webkit */
}
.catSection ul::-webkit-scrollbar-thumb {
  display: none;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.2);
  --webkit-box-shadow: none;
}
.catSection ul a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0 0 0;
  width: 150px;
}
.catSection ul div {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
.catSection ul img {
  max-width: 100%;
  width: 58px;
}
.catSection ul p {
  color: var(--text-500);
  text-align: center;
  font-size: 15.5px;
}
.catSection ul a:hover div {
  filter: drop-shadow(3px 6px 25px rgba(101, 101, 101, 0.16));
}
.catSection ul a:hover p {
  color: var(--text-900);
}

/*00000000000000000000secHedr000000000000000000*/
.secHedr,
.specialMinHed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}
.secHedr {
  margin-bottom: 40px;
}
.specialMinHed {
  display: none;
}
.specialMinHed .title {
  font-size: 20px;
  color: var(--white);
}
.secHedr strong,
.secHedr h2 {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 20px;
  min-width: max-content;
}
.secHedr .line {
  width: 100%;
  height: 1px;
  background: var(--text-75);
}
.secHedr a,
.specialMinHed a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  min-width: max-content;
}
.secHedr a {
  color: var(--green-500);
}
.specialMinHed a {
  color: var(--white);
}
.secHedr a i,
.specialMinHed a p {
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.secHedr a div,
.specialMinHed a div {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-500);
  color: var(--white);
}
.specialMinHed a div {
  background: var(--white);
  color: #ff4d4d;
}
.secHedr a span,
.specialMinHed a span {
  font-size: 20px;
}
.secHedr a:hover,
.specialMinHed a:hover {
  color: var(--green-800);
}
.secHedr a:hover div {
  background: var(--green-800);
}
.specialMinHed a:hover div {
  color: var(--green-500);
}

/*==================newestSec=================*/
.newestSec {
  margin: 50px 0;
}
.newestSec .secHedr {
  margin-bottom: 20px;
}
.newestSec .newestLst {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 25px;

  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.newestSec .newestLst::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background-color: transparent; /* Chrome/Safari/Webkit */
}
.newestSec .newestLst::-webkit-scrollbar-thumb {
  display: none;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.2);
  --webkit-box-shadow: none;
}
.newestSec .swiper .swiper-slide {
  width: max-content;
}
.newestSec .swiper .newestCrd {
  width: 264px;
}
.newestSec .swiper .swiper-button-next,
.newestSec .swiper .swiper-button-prev {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--green-500);
  border: 1px solid #00000026;
  background: white;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.19));
}
.newestSec .swiper .swiper-button-next {
  left: 4px;
}
.newestSec .swiper .swiper-button-prev {
  right: 5px;
}
.newestSec .swiper .swiper-button-next:after,
.newestSec .swiper .swiper-button-prev:after {
  font-size: 15px;
}
.newestSec .swiper .swiper-button-next:hover,
.newestSec .swiper .swiper-button-prev:hover {
  background: var(--green-500);
  color: white;
}
.newestCrd {
  position: relative;
  border-radius: 12px;
  background: var(--white);
  padding: 18px 15px;
  display: block;
}
.newestLst .newestCrd {
  width: 264px;
  min-width: 264px;
}
.newestCrd .cardTag {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 10px;
}
.newestCrd .dltCardTag {
  padding: 8px 10px 8px 14px;
  gap: 5px;
  background: var(--white);
  color: var(--green-500);
  border: 1px solid var(--green-500);
}
.newestCrd .cardTag i {
  font-size: 12.5px;
  line-height: 1;
  padding-top: 2px;
}
.newestCrd .cardTag span {
  font-size: 18px;
}
.newestCrd .dltCardTag:hover {
  background: var(--green-500);
  color: var(--white);
}
.newestCrd .cmpairCrdTag {
  padding: 8px 6px 8px 13px;
  gap: 2px;
  color: var(--text-700);
  background: var(--white);
  border: 1px solid var(--text-75);
}
.newestCrd .cmpairCrdTag span {
  font-size: 18px;
}
.newestCrd .cmpairCrdTag:hover {
  color: var(--green-500);
}
.newestCrd .newCrdImg {
  width: 100%;
  height: 185px;
  border-radius: 10px;
  background: var(--white);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newestCrd .newCrdImg img {
  object-fit: cover;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  border-radius: 6px;
}
.newestCrd h2 {
  color: var(--text-700);
  text-align: right;
  font-size: 14px;
  margin: 15px 0 15px 0;
  width: 100%;
  height: 44px;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.7;
}
.newestCrd .newCrdBdy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.newestCrd .newCrdBdy .newCrdPrice {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
}
.newestCrd .newCrdBdy .newCrdPrice p {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 14px;
  padding-top: 3px;
}
.newestCrd .newCrdBdy .newCrdPrice .toman {
  font-size: 11px;
  color: var(--text-300);
}
.newestCrd .newCrdBdy .nwCrdDiscnt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.newestCrd .newCrdBdy .nwCrdDiscnt del {
  color: var(--text-300);
  text-align: left;
  font-family: "VazirmatnMedium";
  font-size: 12px;
  padding-top: 4px;
}
.newestCrd .newCrdBdy .nwCrdDiscnt div {
  color: var(--white);
  text-align: center;
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
  padding: 5px 6px 2px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  background: var(--red);
  line-height: 1;
}

.newestCrd .newCrdBdy .nwCrdDiscntEmpty div {
    color: var(--white);
    text-align: center;
    font-family: "VazirmatnMedium";
    font-size: 12.5px;
    padding: 5px 6px 2px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    line-height: 1;
}
.newestCrd .newCrdBdy .notExistent {
  width: 100%;
  color: var(--text-200);
  font-size: 14px;
  font-family: "VazirmatnBold";
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.newestCrd:hover {
  box-shadow: 3px 6px 25px 0px rgba(101, 101, 101, 0.16);
}

/*==================specialSec=================*/
.specialSec {
  margin: 50px 0;
  padding: 0 0 30px 0;
}
.specialSec .spcialSecBx {
  height: 298px;
  border-radius: 30px;
  background: #ff4d4d;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 0 0 20px;
}
.specialSec .spcialSecBx.spcialSecBx2 {
  background: #ed8735;
}
.specialSec .spcialSecBx .spcialSide {
  width: 240px;
  min-width: 240px;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}
.specialSec .spcialSecBx .spcialSide img {
  display: block;
}
.specialSec .spcialSide .textImg {
  display: block;
  margin: 40px auto;
  font-size: 70px;
  color: var(--white);
}
.specialSec .spcialSide .vectorImg {
  margin: 55px auto 0 -20px;
  width: 85px;
  height: auto;
}
.specialSec .spcialSecBx .spcialPtrn {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  right: -20px;
  width: 119px;
  height: 119px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  mix-blend-mode: overlay;
}
.specialSec .speclSecHed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.specialSec .speclSecHed .speclSecTtl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.specialSec .speclSecTtl i {
  font-size: 29px;
}
.specialSec .speclSecTtl span:before {
  color: var(--white);
}
.specialSec .speclSecTtl p {
  color: var(--white);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 20px;
  padding-bottom: 4px;
}
.specialSec .speclSecHed .speclSwprBtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.specialSec .speclSwprBtn div {
  width: 38px;
  height: 38px;
  border: 1px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--white);
}
.timeContainer {
  direction: ltr;
}
.timeContainer .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.timeContainer .wrapper div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  min-width: 54px;
  height: 65px;
  padding: 10px 8px 5px 8px;
  border-radius: 16px;
}
.specialSec .speclSecHed .wrapper div {
  background: #ffffff26;
  color: var(--white);
}
.timeContainer .wrapper div p {
  font-size: 14px;
  font-family: "VazirmatnBold";
}
.timeContainer .wrapper div i {
  font-size: 14px;
  font-family: "VazirmatnMedium";
}
.specialSec .spcialCntnt {
  display: block;
  width: calc(100% - 250px);
}
.specialSec .spcialCntnt .newestCrd {
  width: 264px;
}
.specialSec .spcialCntnt .swiper-wrapper {
  padding: 0 10px 0 0;
}
.specialSec .spcialCntnt .swiper-slide {
  width: max-content;
  padding: 8px 5px 12px 5px;
}
.specialSec .speclSwprBtn div[aria-disabled="true"],
.specialSec .speclSwprBtn div[aria-disabled="true"] {
  opacity: 0.45;
}

/* Special offer carousel controls */
.specialOfferSec .spcialCntnt {
  position: relative;
}
.specialOfferSec .speclSecHed {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}
.specialOfferSec .speclSecHed .speclSwprBtn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
}
.specialOfferSec .speclSwprBtn div {
  pointer-events: auto;
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.22);
  border-color: var(--white);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: all 0.3s ease;
}
.specialOfferSec .speclSwprBtn div:hover {
  background: var(--green-500);
  border-color: var(--green-500);
  color: var(--white);
}

/*==================topBrndSec=================*/
.topBrndSec {
  margin: 120px 0 60px 0;
}
.topBrndSec .secHedr {
  display: none;
}
.topBrndSec ul {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}
.topBrndSec ul li {
  width: 14%;
  flex: 14%;
  height: 100px;
}
.topBrndSec ul a {
  width: 100%;
  height: 100%;
  padding: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--white);
  mix-blend-mode: luminosity;
}
.topBrndSec ul img {
  /* width: 100%; */
  /* height: auto; */
  max-width: 100%;
  height: 58px;
  object-fit: contain;
}
.topBrndSec ul a:hover {
  mix-blend-mode: normal;
  box-shadow:
    0px 0px 20px 2px rgba(0, 0, 0, 0.02),
    0px 4px 4px 0px rgba(95, 95, 95, 0.1);
}

/*==================bigBnrSec=================*/
.bigBnrSec {
  margin: 50px 0;
}
.bigBnrBx {
  display: block;
  width: 100%;
  height: auto;
  max-height: 342px;
  border-radius: 20px;
}
.bigBnrBx img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}

/*==================homeBnrSec=================*/
.homeBnrSec {
  margin: 50px 0;
}
.homeBnrSec .gadgetRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.homeBnrSec .gadgetRow .gadgetBx {
  display: block;
  width: 25%;
  height: auto;
  border-radius: 20px;
}
.homeBnrSec .gadgetRow .gadgetBx img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.homeBnrSec .gadgetRow .gadgetBx:hover,
.homeBnrSec .homeBnr:hover {
  transform: translateY(-3px);
}

/*==================bannrSec=================*/
.bannrSec {
  margin: 50px 0;
}
.bannrSec .bannrsRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.bannrSec .bannrsBox {
  display: block;
  width: 50%;
  height: 256px;
  border-radius: 20px;
}
.bannrSec .bannrsBox img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*==================articlesSec=================*/
.articlesSec {
  margin: 50px 0;
}
.articlesSec .articleLst {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 25px;
}
.articleCrd {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  background: var(--white);
}
.articlesSec .articleLst .articleCrd {
  width: 25%;
}
.articleCrd:hover {
  box-shadow: 3px 6px 25px 0px rgba(101, 101, 101, 0.16);
}
.articleCrd .image_parent {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.articleCrd .image_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articleCrd .image_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.articleCrd .image_parent:after {
  content: "";
  display: block;
  padding-top: 54%;
}
.articleCrd .text {
  text-align: right;
  margin: 10px 0 15px 0;
}
.articleCrd .text h2 {
  color: var(--text-700);
  font-family: "VazirmatnMedium";
  font-size: 15.5px;
  margin-bottom: 8px;
  line-height: 1.5;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articleCrd .text p {
  color: var(--text-400);
  font-size: 14px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articleCrd .crdBtm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  border-top: 1px solid var(--text-50);
  padding-top: 20px;
}
.articleCrd .crdBtm .dateBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: var(--text-200);
  text-align: right;
}
.articleCrd .crdBtm .dateBox span {
  font-size: 17px;
}
.articleCrd .crdBtm .dateBox p {
  font-size: 12.5px;
  line-height: 1;
  padding-top: 2px;
}
.articleCrd .crdBtm .moreBtn {
  color: var(--green-500);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1px;
  cursor: pointer;
}
.articleCrd .crdBtm .moreBtn p {
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.articleCrd .crdBtm .moreBtn span {
  font-size: 20px;
  transition: all 0.6s;
}
.articleCrd .crdBtm .moreBtn:hover {
  color: var(--green-800);
}
.articleCrd .crdBtm .moreBtn:hover span {
  transform: translateX(-3px);
}

/*==================resultSec=================*/
.resultSec {
  margin: 20px 0 50px 0;
}
.resultSec .resultName {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  text-align: right;
  margin-bottom: 22px;
}
.resultSec .resultName p {
  color: var(--text-300);
  font-size: 15.5px;
}
.resultSec .resultName strong {
  color: var(--text-700);
  font-family: "VazirmatnMedium";
  font-size: 17.5px;
}
.resultSec .rsltInfoBx {
  padding: 20px;
  border-radius: 12px;
  background: var(--white);
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.6s;
}
.moreTxt {
  display: none;
}
.readMore {
  /* position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 74px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    #fff 79.32%
  );
  padding: 45px 20px 0px 20px;
  border-radius: 0 0 20px 20px; */
  padding: 15px 0px;
}
.readMore div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  width: max-content;
  gap: 6px;
  color: var(--green-500);
  text-align: right;
}
.readMore i {
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.readMore span {
  font-size: 18px;
}
.resultSec .rsltInfoBx h2 {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 15.5px;
  margin-bottom: 18px;
}
.resultSec .rsltInfoBx p {
  color: var(--text-100);
  text-align: right;
  font-size: 14px;
  margin-bottom: 7px;
}
.resultSec .rsltInfoBx p strong {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnBold";
}
.resultSec .rsltInfoBx .box {
  color: var(--text-100);
  text-align: right;
  font-size: 14px;
  padding: 12px;
  border-radius: 12px;
  background: var(--light-orange-300);
  margin: 20px 0;
  width: 100%;
}
.resultSec .rsltInfoBx .box a {
  color: #2d9ff1;
  font-family: "VazirmatnMedium";
  font-size: 14px;
  line-height: 24px;
}
.catTagLst {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 10px 0 30px 0;
  width: 100%;
  overflow: auto;
  padding-bottom: 8px;
}
.catTagLst::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #e9e9e8;
  border-radius: 35px;
}
.catTagLst::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: #989c96;
  --webkit-box-shadow:
    inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.catTagLst a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 36px;
  padding: 0 20px;
  font-size: 12.5px;
  color: var(--text-500);
  border: 1px solid var(--text-75);
  border-radius: 14px;
  text-align: center;
}
.catTagLst a:hover {
  background: var(--green-500);
  border-color: var(--green-500);
  color: var(--white);
}
.catTagLst a.active {
  background: var(--green-500);
  border-color: var(--green-500);
  color: var(--white);
}
.resultSec .resultRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.resultSec .resultRow .resultFltr {
  width: 244px;
  height: max-content;
  position: sticky;
  top: 110px;
  border-radius: 12px;
  background: var(--white);
  padding: 16px 5px;
}
.resultSec .resultFltr .rsltFltrHed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  text-align: right;
  color: var(--text-700);
  padding-bottom: 16px;
  margin: 0 10px 15px 10px;
}
.resultSec .resultFltr .rsltFltrHed span {
  font-size: 20px;
  display: none;
}
.resultSec .resultFltr .rsltFltrHed p {
  font-family: "VazirmatnMedium";
  font-size: 15.5px;
}
.resultSec .resultRow .resultFltr .rsltFltrBdy {
  width: 100%;
  max-height: calc(100vh - 150px);
  overflow: auto;
  padding: 0 10px;
  border-radius: 12px;
}
.resultSec .resultRow .resultFltr .rsltFltrBdy::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.resultSec .resultFltr .filtrSwitch {
  border-bottom: 1px solid var(--stroke-1);
  padding-bottom: 15px;
}
.resultSec .resultFltr .filtrSel {
  padding: 16px 0;
  border-bottom: 1px solid var(--stroke-1);
}
.resultSec .resultFltr .filtrSel:last-child {
  border-bottom: none;
}
.resultSec .resultFltr .fltrSelTtl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--text-700);
  cursor: pointer;
}
.resultSec .resultFltr .fltrSelTtl i {
  text-align: right;
  font-size: 14px;
}
.resultSec .resultFltr .fltrSelTtl span {
  font-size: 16px;
}
.resultSec .resultFltr .fltrSelTtl.open span {
  transform: rotate(180deg);
}
.resultSec .resultFltr .fltrSelMnu {
  display: none;
  padding-top: 15px;
}
.resultSec .resultFltr .fltrSelMnu.firstCatMnu {
  display: block;
}
.resultSec .resultFltr .fltrSelMnu .fltrChkList {
  max-height: 200px;
  overflow: auto;
  padding-left: 6px;
}
.resultSec .resultFltr .fltrSelMnu .fltrChkList::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #e9e9e8;
  border-radius: 35px;
}
.resultSec .resultFltr .fltrSelMnu .fltrChkList::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: #989c96;
  --webkit-box-shadow:
    inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.resultSec .resultFltr .fltrSelMnu .form-check {
  padding-right: 1.5em;
  padding-left: 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.resultSec .resultFltr .fltrSelMnu .form-check:last-child {
  margin-bottom: 0;
}
.resultSec .resultFltr .fltrSelMnu .colorList .form-check {
  padding: 0;
  margin-bottom: 0;
}
.resultSec .fltrSelMnu .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: auto;
  border: 1px solid var(--text-100);
  box-shadow: none;
  outline: none;
  border-radius: 4px;
}
.resultSec .fltrSelMnu .form-check .form-check-input:focus {
  box-shadow: none;
  outline: none;
}
.resultSec .fltrSelMnu .form-check-input:checked {
  background-color: var(--green-500);
  border-color: var(--green-500);
}
.resultSec .fltrSelMnu .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.resultSec .resultFltr .fltrSelMnu label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3px;
}
.resultSec .resultFltr .fltrSelMnu .colorList label {
  gap: 1px;
  justify-content: center;
}
.resultSec .resultFltr .fltrSelMnu label p {
  color: var(--text-400);
  text-align: right;
  font-size: 12.5px;
}
.resultSec .resultFltr .fltrSelMnu label i {
  color: var(--text-200);
  font-size: 12.5px;
}
.resultSec .resultFltr .fltrCatMnu li {
  margin-bottom: 12px;
}
.resultSec .resultFltr .fltrCatMnu li:last-child {
  margin-bottom: 0;
}
.resultSec .fltrCatMnu .fltrCatLnk,
.resultSec .fltrCatMnu .fltrTwoLnk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--text-300);
  cursor: pointer;
}
.resultSec .fltrCatMnu .fltrCatLnk:hover,
.resultSec .fltrCatMnu .fltrTwoLnk:hover {
  color: var(--green-500);
}
.resultSec .fltrCatMnu .fltrCatLnk {
  margin-bottom: 10px;
}
.resultSec .fltrCatMnu .fltrTwoLnk {
  margin-bottom: 6px;
}
.resultSec .fltrCatMnu .fltrCatLnk span,
.resultSec .fltrCatMnu .fltrTwoLnk span {
  font-size: 18px;
}
.resultSec .fltrCatMnu .fltrCatLnk p,
.resultSec .fltrCatMnu .fltrTwoLnk p {
  font-size: 12.5px;
}
.resultSec .fltrCatMnu .fltrCatLnk.open,
.resultSec .fltrCatMnu .fltrTwoLnk.open {
  color: var(--text-400);
}
.resultSec .fltrCatMnu .fltrCatLnk.open span,
.resultSec .fltrCatMnu .fltrTwoLnk.open span {
  transform: rotate(-180deg);
}
.resultSec .fltrCatMnu .fltrTwoLst {
  padding: 0 32px 15px 0;
  display: none;
}
.resultSec .fltrCatMnu .fltrSubTwo {
  padding-right: 12px;
  display: none;
}
.resultSec .fltrCatMnu .fltrTwoLst .form-check {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.resultSec .fltrCatMnu .fltrTwoLst input {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.resultSec .resultFltr .fltrTwoLst label {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--text-400);
}
.resultSec .resultFltr .fltrTwoLst label i {
  font-size: 12.5px;
}
.resultSec .resultFltr .fltrTwoLst label span {
  display: none;
  font-size: 14px;
}
.resultSec .resultFltr .fltrTwoLst input:checked ~ label {
  color: var(--green-500);
}
.resultSec .resultFltr .fltrTwoLst input:checked ~ label i {
  font-family: "VazirmatnMedium";
  color: var(--green-500);
}
.resultSec .resultFltr .fltrTwoLst input:checked ~ label span {
  display: block;
}

.colorList {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}
.colorList .form-check {
  position: relative;
  width: 31%;
  height: max-content;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.colorList input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.colorList label {
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 4px 4px 0 4px;
  border-radius: 14px;
  border: solid 1px var(--text-50);
  transition: all 0.6s;
}
.colorList input:checked ~ label {
  border-color: var(--green-500);
}
.colorList p {
  font-size: 11px;
  color: var(--text-300);
  text-align: center;
}
.colorList .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid var(--text-75);
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.colorList input:checked ~ label .circle {
  border-color: var(--green-500);
}
.colorList .circle i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.colorList .red i {
  background: linear-gradient(to right, #fc2c2c, #ffa3a3, #ffffff);
}
.colorList .yellow i {
  background: linear-gradient(to right, #fddb00, #fff4a9, #ffffff);
}
.colorList .green i {
  background: linear-gradient(to right, #02aa8f, #8bd8cb, #ffffff);
}
.colorList .blue i {
  background: linear-gradient(to right, #007fe6, #81c6ff, #ffffff);
}
.colorList .pink i {
  background: linear-gradient(to right, #f900fd, #feb4ff, #ffffff);
}
.colorList .brown i {
  background: linear-gradient(to right, #854e28, #af9380, #ffffff);
}
.colorList .black i {
  background: linear-gradient(to right, #404040, #8b8b8b, #ffffff);
}
.colorList .gray i {
  background: linear-gradient(to right, #bababa, #d5d5d5, #ffffff);
}
.colorList .orange i {
  background: linear-gradient(to right, #ff6800, #ffc196, #ffffff);
}

.resultSec .resultFltr .srchBrand {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid var(--text-50);
  background: var(--text-10);
  margin-bottom: 16px;
}
.resultSec .resultFltr .srchBrand .btn {
  color: var(--text-300);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0 8px 8px 0;
  background: transparent;
  height: 100%;
  min-width: 40px;
}
.resultSec .resultFltr .srchBrand .btn:hover {
  color: var(--green-500);
}
.resultSec .resultFltr .srchBrand input {
  border-radius: 8px 0 0 8px;
  font-size: 11px;
  border: none;
  background: transparent;
  width: calc(100% - 40px);
  height: 100%;
}
.resultSec .resultFltr .srchBrand:has(input:focus) {
  border-color: var(--green-500);
}

.selctdPrdct {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 106px;
  background: var(--white);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
}
.selctdPrdct .selctdRow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 25px 0 10px 0;
}
.selctdPrdct ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.selctdPrdct ul li {
  width: 60px;
  height: 60px;
  border: 1px solid var(--text-75);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.selctdPrdct li img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.selctdPrdct li .removeBtn {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: var(--text-200);
  color: var(--white);
  cursor: pointer;
}
.selctdPrdct li .removeBtn:hover {
  background: var(--red);
}

/*^^^^^^^^range-filter^^^^^^^*/
.resultSec .resultFltr .rangeFilter {
  margin-top: 16px;
  height: 120px;
}
.resultSec .resultFltr .rangeFilter .wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  direction: ltr;
}
.resultSec .resultFltr .rangeFilter .multi-range-slider {
  width: 100%;
  height: 6px;
  display: block;
  position: relative;
}
.resultSec .resultFltr .rangeFilter input {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 10;
  height: 100%;
  margin: 0;
  pointer-events: none;
}
.resultSec .resultFltr .rangeFilter input::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.resultSec .resultFltr .rangeFilter input:focus {
  outline: none;
}
.resultSec .resultFltr .rangeFilter input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.resultSec .resultFltr .rangeFilter input::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  cursor: pointer;
  border: 0 none;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  content: "";
  background: var(--green-500);
  border: 2px solid #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.resultSec .resultFltr .rangeFilter input::-moz-range-thumb {
  pointer-events: all;
  cursor: pointer;
  border: 0 none;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  content: "";
  background: var(--green-500);
  border: 2px solid #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.resultSec .resultFltr .rangeFilter input::-moz-focus-outer {
  border: 0;
}
.resultSec .resultFltr .rangeFilter input::-ms-thumb {
  pointer-events: all;
  border: 0 none;
  cursor: pointer;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  content: "";
  background: var(--green-500);
  border: 2px solid #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.resultSec .resultFltr .rangeFilter input::-webkit-slider-runnable-track,
.resultSec .resultFltr .rangeFilter input:focus::-webkit-slider-runnable-track,
.resultSec .resultFltr .rangeFilter input::-moz-range-track,
.resultSec .resultFltr .rangeFilter input::-ms-fill-lower,
.resultSec .resultFltr .rangeFilter input:focus::-ms-fill-lower,
.resultSec .resultFltr .rangeFilter input::-ms-fill-upper,
.resultSec .resultFltr .rangeFilter input:focus::-ms-fill-upper {
  background: transparent;
}
.resultSec .resultFltr .rangeFilter .slider {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 1;
  height: 100%;
}
.resultSec .resultFltr .rangeFilter .slider > .track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--text-50);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.resultSec .resultFltr .rangeFilter .slider > .range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
  background-color: var(--green-500);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.resultSec .resultFltr .rangeFilter .price__wrapper {
  gap: 15px;
  position: relative;
  top: 30px;
  width: 100%;
}
.resultSec .resultFltr .rangeFilter .price__wrapper div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--text-75);
  padding: 10px 15px;
  direction: rtl;
  margin-bottom: 5px;
}
.resultSec .resultFltr .rangeFilter .price__wrapper i {
  color: var(--text-200);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.resultSec .resultFltr .rangeFilter span {
  color: var(--text-600);
  text-align: center;
  font-family: "VazirmatnMedium";
  font-size: 14px;
}

.resultSec .resultRow .resultCntnt {
  width: calc(100% - 244px);
  padding-right: 20px;
}
.resultSec .resultCntnt .rsultSort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.resultSec .rsultSort .sortDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  height: 54px;
  border-radius: 12px;
  background: var(--white);
  padding: 5px 20px;
  position: relative;
}
.resultSec .rsultSort.noFilter .sortDiv {
  width: calc(100% - 157px);
}
.resultSec .rsultSort.hasFilter .sortDiv {
  width: auto;
  min-width: calc(100% - 410px);
}
.sortDiv .sortTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: var(--text-700);
}
.sortDiv .sortTitle span {
  font-size: 18px;
}
.sortDiv .sortTitle i {
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.sortDiv .sortNumbr {
  color: var(--text-100);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
  min-width: max-content;
}
.sortDiv .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  width: calc(100% - 44px);
}
.sortDiv .sortLstBx {
  overflow: auto;
}
.sortDiv .sortLstBx .sortLstHed {
  font-size: 11px;
  color: var(--green-500);
  font-family: "VazirmatnMedium";
  display: none;
}
.sortDiv .sortLstBx ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .sortDiv .sortLstBx ul {
    display: flex !important;
  }
}
.sortDiv .sortLstBx::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  max-width: 5px;
  /* background-color: #d8d8d8; */
  border-radius: 35px;
}
.sortDiv .sortLstBx::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: #8f8f8f;
  --webkit-box-shadow: none;
}
.sortDiv .sortLstBx::-webkit-scrollbar-track {
  /* background-color: #d8d8d8; */
  background-color: transparent;
}

.sortDiv ul .form-check {
  padding: 0;
  margin: 0;
  height: 28px;
  width: max-content;
  cursor: pointer;
}
.sortDiv ul input {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.sortDiv ul label {
  width: max-content;
  height: 100%;
  color: var(--text-300);
  font-size: 12.5px;
  padding: 4px 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 8px;
}
.sortDiv ul input:checked ~ label {
  color: var(--green-500);
  font-family: "VazirmatnMedium";
}

.opnFltrBtn {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  color: var(--text-700);
}
.opnFltrBtn p {
  font-size: 11px;
  font-family: "VazirmatnBold";
  line-height: 1;
}
.opnFltrBtn div {
  height: 16px;
}
.opnFltrBtn div span {
  font-size: 16px;
}
.opnFltrBtn div i {
  position: absolute;
  left: -3px;
  top: -2px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: var(--red);
  z-index: 2;
}
.resultSec .rsultSort .sortLeftBx {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  height: 54px;
}
.resultSec .rsultSort.hasFilter .sortLeftBx {
  min-width: 395px;
}
.resultSec .rsultSort .comprisnLnk,
.selctdPrdct .compareBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  height: 54px;
  padding: 8px 24px;
  gap: 5px;
  color: var(--white);
  border-radius: 12px;
  border: none;
  background: var(--green-500);
}
.resultSec .rsultSort .comprisnLnk span,
.selctdPrdct .compareBtn span {
  font-size: 20px;
}
.resultSec .rsultSort .comprisnLnk i,
.selctdPrdct .compareBtn i {
  font-family: "VazirmatnMedium";
  font-size: 14px;
  line-height: 1;
  padding-top: 2px;
}
.resultSec .rsultSort .comprisnLnk hr,
.selctdPrdct .compareBtn hr {
  width: 1px;
  height: 21px;
  background: var(--white);
}
.resultSec .rsultSort .comprisnLnk:hover,
.selctdPrdct .compareBtn:hover {
  background: var(--green-800);
}
.resultSec .rsultSort .sortLeftBx ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  overflow: auto;
  min-width: 54px;
}
.resultSec .rsultSort .sortLeftBx ul::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: #fff;
}
.resultSec .rsultSort .sortLeftBx ul::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.2);
  --webkit-box-shadow: none;
}
.resultSec .rsultSort .sortLeftBx li {
  width: 54px;
  min-width: 54px;
  height: 54px;
  border: 3px solid var(--white);
  border-radius: 10px;
  background: var(--gray-500);
  padding: 3px;
}
.resultSec .rsultSort .sortLeftBx li div {
  right: -3px;
  top: -3px;
  width: 13px;
  height: 13px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: var(--green-400);
  color: var(--white);
  font-size: 10px;
  cursor: pointer;
}
.resultSec .rsultSort .sortLeftBx li div:hover {
  background: var(--red);
}
.resultSec .rsultSort .sortLeftBx li img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.resultSec .rsultSort .startCmpair {
  min-width: max-content;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 12px;
  border-radius: 12px;
  background: var(--green-400);
}
.resultSec .rsultSort .startCmpair div {
  display: flex;
  min-width: 20px;
  height: 20px;
  padding: 3px 2px 0 2px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--white);
  color: var(--text-700);
  text-align: center;
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.resultSec .rsultSort .startCmpair i,
.resultSec .rsultSort .startCmpair small {
  color: var(--white);
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.resultSec .rsultSort .startCmpair hr {
  height: 30px;
  width: 2px;
  border-left: 2px solid #ffffff;
  border-top: none;
}
.resultSec .rsultSort .startCmpair span {
  font-size: 16px;
  color: var(--white);
}
.resultSec .rsultSort .startCmpair:hover {
  background: var(--green-500);
}
.resultSec .addedFltrs {
  margin: 20px 0;
  border-bottom: 1px solid var(--text-50);
  padding-bottom: 17px;
}
.resultSec .addedFltrs .adedFltrHed {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resultSec .addedFltrs .adedFltrHed strong {
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.resultSec .addedFltrs .adedFltrHed button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  color: var(--text-200);
  background: transparent;
  border: none;
  width: max-content;
  height: max-content;
  line-height: 1;
}
.resultSec .addedFltrs .adedFltrHed button p {
  font-size: 11px;
  font-family: "VazirmatnMedium";
}
.resultSec .addedFltrs .adedFltrHed button span {
  font-size: 18px;
}
.resultSec .addedFltrs .adedFltrHed button:hover {
  color: var(--red);
}
.resultSec .addedFltrs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.resultSec .addedFltrs li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  gap: 6px;
  height: 27px;
  padding: 0 8px;
  border-radius: 6px;
  background: var(--green-500);
  color: var(--white);
}
.resultSec .addedFltrs li p {
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.resultSec .addedFltrs li span {
  font-size: 16px;
  cursor: pointer;
}
.resultSec .addedFltrs li span:hover {
  color: var(--text-50);
}
.resultSec .resultCntnt .resultList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.resultSec .resultCntnt .resultList .newestCrd {
  width: 24.2%;
}

/*==================loginSec=================*/
.loginSec {
  padding: 50px 0;
}
.loginSec .loginBox {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  border-radius: 35px;
  background: var(--white);
  padding: 32px;
  box-shadow:
    0px 0px 4px 2px rgba(0, 0, 0, 0.03),
    6px 10px 16px 0px rgba(0, 0, 0, 0.03);
}
.loginSec .loginBox .loginLogo {
  display: block;
  width: 87px;
  height: auto;
  margin: 0 auto;
}
.loginSec .loginBox .loginLogo img {
  width: 100%;
  height: auto;
}
.loginSec .loginBox h1 {
  color: var(--text-700);
  text-align: center;
  font-family: "VazirmatnBold";
  font-size: 20px;
  margin: 20px auto 35px auto;
}
.khodroForm .frmInputBx .inptText {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  border: 1px solid var(--black-50);
  background: var(--gray-500);
}
.khodroForm .frmInputBx .inptText:focus {
  border-color: var(--green-500);
}
.khodroForm .frmInputBx label {
  color: var(--black-500);
  text-align: right;
  font-size: 14px;
}
.loginMdl .khodroForm .frmInputBx label {
  margin-bottom: 10px;
}
.khodroForm .phonNumbrBx {
  color: var(--black-200);
  text-align: right;
  font-size: 14px;
  margin-bottom: 10px;
}
.khodroForm .phonNumbrBx i {
  color: var(--black-500);
}
.khodroForm .verifyCod {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  direction: ltr;
  margin-bottom: 15px;
}
.khodroForm .verifyCod input {
  width: 20%;
  height: 50px;
  padding: 0 16px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--text-50);
  background: var(--text-10);
  color: var(--text-700);
  font-family: "VazirmatnBold";
  font-size: 20px;
}
.khodroForm .verifyCod input:focus {
  border-color: var(--green-500);
}
.khodroForm .editRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.khodroForm .editRow button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--green-500);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
  background: transparent;
  padding: 0;
  border: none;
}
.khodroForm .editRow button:disabled {
  color: var(--text-200);
}
.khodroForm .editRow button:hover {
  color: var(--green-200);
}
.khodroForm .resendTime {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.khodroForm .resendTime i {
  color: var(--text-200);
  font-size: 14px;
}
.khodroForm .resendTime span {
  color: var(--text-900);
  font-size: 14px;
}
.khodroForm .frmSubmtBtn {
  width: 100%;
  height: 46px;
  padding: 8px;
  border-radius: 12px;
  background: var(--green-500);
  color: var(--white);
  text-align: center;
  font-family: "VazirmatnMedium";
  font-size: 14px;
  margin-top: 10px;
}
.khodroForm .frmSubmtBtn:hover {
  background: var(--green-800);
}
.khodroForm .loginRules {
  margin-top: 15px;
  color: var(--black-500);
  text-align: center;
  font-size: 12.5px;
}
.khodroForm .loginRules a {
  color: var(--green-500);
  font-size: 12.5px;
}
.khodroForm .loginRules a:hover {
  color: var(--green-800);
}

/*==================termsSec=================*/
.termsSec .accordion-item {
  border-bottom: 1px solid var(--stroke-1);
  border-radius: 20px;
  background: var(--white);
  margin-bottom: 12px;
}
.termsSec .termsDiv {
  margin: 50px 0;
}
.termsSec .termsBox {
  width: 100%;
}
.termsSec .faqHed {
  text-align: center;
  margin-bottom: 30px;
}
.termsSec .faqHed strong {
  display: block;
  margin-bottom: 12px;
  font-size: 15.5px;
  color: var(--text-700);
  font-family: "VazirmatnBold";
}
.termsSec .faqHed p {
  font-size: 14px;
  color: var(--text-300);
}
.termsSec .termsBox .accordion-button {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
  line-height: 1.6;
  padding: 22px 24px;
  margin-bottom: 0;
}
.termsSec .termsBox .accordion-flush .accordion-item .accordion-button,
.termsSec
  .termsBox
  .accordion-flush
  .accordion-item
  .accordion-button.collapsed,
.termsSec .termsBox .accordion-item:first-of-type .accordion-button {
  border-radius: 12px;
}
.termsSec .termsBox .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
  background-size: 1rem;
  transition: all 0.6s;
}
.termsSec .termsBox .accordion-button:not(.collapsed) {
  color: var(--text-700);
  box-shadow: none;
  background: transparent;
}
.termsSec .termsBox .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 1rem;
  transform: rotate(180deg);
}
.termsSec .termsBox .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.termsSec .termsBox .accordion-body {
  color: var(--text-300);
  text-align: right;
  font-size: 14px;
  line-height: 1.7;
  padding: 0 24px 24px 24px;
}
.termsSec .termsBox .faqDetails {
  display: block;
}
.termsSec .termsBox .faqDetails > .faqSummary {
  list-style: none;
  cursor: pointer;
  display: block;
}
.termsSec .termsBox .faqDetails > .faqSummary::-webkit-details-marker,
.termsSec .termsBox .faqDetails > .faqSummary::marker {
  display: none;
  content: "";
}
.termsSec .termsBox .faqDetails > .faqSummary .accordion-button {
  display: flex;
  width: 100%;
  pointer-events: none;
}
.termsSec .termsBox .faqDetails[open] > .faqSummary .accordion-button {
  background: transparent;
  box-shadow: none;
  color: var(--text-700);
}
.termsSec .termsBox .faqDetails[open] > .faqSummary .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.termsSec .termsBox .accordion-body ul {
  list-style: disc;
  padding-right: 25px;
  margin-top: 10px;
}
.termsSec .termsBox .accordion-body ul li {
  margin-bottom: 10px;
}
.termsSec .termsBox .accordion-body ul li p {
  margin-bottom: 5px;
}
.termsSec .termsBxTop {
  margin-bottom: 30px;
}
.termsSec .termsBxTop .trmsBxIcon {
  margin-bottom: 25px;
}
.termsSec .termsBxTop .trmsBxIcon img {
  width: 90px;
  height: auto;
}
.termsSec .termsBxTop h1 {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 20px;
  margin-bottom: 30px;
}
.termsSec .termsBxTop h2 {
  font-size: 15.5px;
  color: var(--text-700);
  font-family: "VazirmatnMedium";
  margin-top: 15px;
  margin-bottom: 15px;
}
.termsSec .termsBxTop p {
  color: var(--text-300);
  text-align: right;
  font-size: 14px;
  margin-bottom: 10px;
}

/*==================featureSec=================*/
.featureSec {
  margin: 20px 0;
}
.featureSec .postFeatures {
  width: 100%;
  border-radius: 12px;
  background: var(--white);
  display: flex;
  padding: 20px 160px;
  justify-content: space-between;
  align-items: center;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.featureSec .postFeatures::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background-color: transparent; /* Chrome/Safari/Webkit */
}
.featureSec .postFeatures::-webkit-scrollbar-thumb {
  display: none;
}
.featureSec .postFeatures div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.featureSec .postFeatures img {
  width: 38px;
  height: auto;
  display: block;
}
.featureSec .postFeatures p {
  color: var(--black-500);
  text-align: center;
  font-size: 12.5px;
  min-width: max-content;
}

/*==================hireSec=================*/
.hireSec {
  margin: 20px 0;
}
.hireRow {
  border-radius: 12px;
  border: 5px solid var(--white);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.hireRow .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
}
.hireRow .right img {
  width: 80px;
  height: auto;
  display: block;
}
.hireRow .right p {
  color: var(--black-500);
  text-align: right;
  font-size: 14px;
  font-family: "VazirmatnMedium";
  margin-bottom: 5px;
}
.hireRow .right i {
  color: var(--black-200);
  text-align: right;
  font-size: 12.5px;
  font-family: "VazirmatnMedium";
}
.hireRow .left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.hireRow .left .price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.hireRow .left .price strong {
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 17.5px;
  padding-top: 3px;
}
.hireRow .left .price span {
  font-size: 17px;
}
.hireRow .left .percent {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.hireRow .left .percent del {
  color: var(--black-200);
  font-size: 12px;
  font-family: "VazirmatnMedium";
  margin-top: 2px;
}
.hireRow .left .percent div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
  border-radius: 28px;
  background: var(--red);
  padding: 5px 8px;
  line-height: 23px;
}
.hireRow .left .btn {
  width: max-content;
  padding: 0 24px;
  height: 44px;
  border-radius: 12px;
  background: var(--green-500);
  border: none;
  color: var(--white);
  text-align: center;
  font-family: "VazirmatnBold";
  font-size: 14px;
}
.hireRow .left .btn:hover {
  background: var(--green-800);
}
.hireRow .item_Num_box {
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--green-500);
}

/*==================productSec=================*/
.productSec {
  margin: 30px 0 20px 0;
}
.productSec .productRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.productSec .productRght {
  position: relative;
  width: calc(100% - 328px);
  border-radius: 12px;
  background: var(--white);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.productSec .productRght .prductImg {
  width: 320px;
  min-width: 320px;
}
.productSec .prductImg .big {
  width: 100%;
  height: 320px;
  border-radius: 12px;
  border: 1px solid var(--text-50);
  background: var(--white);
  margin-bottom: 10px;
  padding: 10px;
}
.productSec .prductImg .big img {
  width: auto;
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.productSec .prductImg ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 20px;
}
.productSec .prductImg ul li {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  border: 1px solid var(--text-50);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productSec .prductImg ul li:hover {
  border-color: var(--green-500);
}
.productSec .prductImg ul img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  cursor: pointer;
  border-radius: 7px;
}
.productSec .prductImg ul li div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 24px;
}
.productSec .prductImg ul .playIcon {
  background: rgba(0, 0, 0, 0.25);
}
.productSec .prductImg ul .moreIcon {
  background: rgba(0, 0, 0, 0.45);
  /* backdrop-filter: blur(3px); */
}
.productSec .prductImg ul .moreIcon i {
  color: var(--white);
  font-size: 15.5px;
  font-family: "VazirmatnBold";
}
.productSec .prductImg .copyBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--green-500);
  border-radius: 12px;
  background: var(--green-50);
  height: 46px;
  padding: 0px 24px;
}
.productSec .prductImg .copyBox p {
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.productSec .prductImg .copyBox span {
  font-size: 18px;
  cursor: pointer;
}
.productSec .productRght .prductInfo {
  padding: 0 25px 0 5px;
  width: calc(100% - 320px);
}
.productSec .prductInfo .name {
  text-align: right;
  margin-bottom: 25px;
}
.productSec .prductInfo .name h1 {
  color: var(--text-700);
  font-family: "VazirmatnBold";
  font-size: 17.5px;
  margin-bottom: 10px;
}
.productSec .prductInfo .name p {
  color: var(--text-200);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.productSec .prductInfo .notInStock {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  background: rgba(242, 68, 5, 0.1);
}
.productSec .prductInfo .notInStock span {
  color: var(--red);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 17.5px;
}
.productSec .prductInfo .selSize {
  margin: 20px 0;
}
.productSec .prductInfo .selSize .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.productSec .prductInfo .selSize .title span,
.productSec .prductInfo .selSize .title p {
  color: var(--text-700);
  font-family: "VazirmatnBold";
  font-size: 15.5px;
}
.productSec .prductInfo .selSize .title i {
  color: var(--text-300);
  font-size: 12.5px;
}
.productSec .prductInfo .selSize .colorList {
  justify-content: flex-start;
}
.productSec .prductInfo .selSize .colorList .form-check {
  width: max-content;
  min-width: 78px;
}
.productSec .prductInfo .selSize .colorList label {
  border-radius: 14px;
  border-color: var(--text-75);
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 4px;
}
.productSec .prductInfo .selSize .colorList input:checked ~ label {
  border-color: var(--green-500);
}
.productSec .prductInfo .sizeList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.productSec .prductInfo .sizeList .form-check {
  height: 38px;
  width: max-content;
  padding: 0;
  margin: 0;
}
.productSec .prductInfo .sizeList input,
.productSec .prductInfo .sizeList label {
  left: 0;
  top: 0;
  cursor: pointer;
}
.productSec .prductInfo .sizeList input {
  position: absolute;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  z-index: 2;
}
.productSec .prductInfo .sizeList label {
  position: relative;
  width: max-content;
  min-width: 97px;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-700);
  border: 1px solid var(--text-50);
  border-radius: 14px;
}
.productSec .prductInfo .sizeList label span {
  display: none;
  font-size: 14px;
}
.productSec .prductInfo .sizeList label p {
  font-size: 14px;
}
.productSec .prductInfo .sizeList input:checked ~ label span {
  display: block;
}
.productSec .prductInfo .sizeList input:checked ~ label {
  border-color: var(--green-500);
  color: var(--green-500);
}
.productSec .prductInfo .mainFeaturs p {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 15.5px;
  margin-bottom: 15px;
}
.productSec .prductInfo .mainFeaturs ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.productSec .prductInfo .mainFeaturs li {
  background: var(--text-10);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  flex-direction: column;
  font-size: 12.5px;
  padding: 12px 18px;
  border-radius: 14px;
  min-width: 150px;
  width: max-content;
  max-width: 50%;
}
.productSec .prductInfo .mainFeaturs span,
.productSec .prductInfo .mainFeaturs i {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productSec .prductInfo .mainFeaturs span {
  color: var(--text-300);
  min-width: max-content;
}
.productSec .prductInfo .mainFeaturs i {
  color: var(--text-700);
  font-family: "VazirmatnMedium";
}
.productSec .prductInfo .topFeaturs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.productSec .prductInfo .topFeaturs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.productSec .prductInfo .topFeaturs li,
.productSec .prductInfo .topFeaturs li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  color: var(--text-300);
}
.productSec .prductInfo .topFeaturs li a:hover {
  color: var(--green-500);
}
.productSec .prductInfo .topFeaturs span {
  font-size: 20px;
}
.productSec .prductInfo .topFeaturs p {
  text-align: right;
  font-size: 14px;
  line-height: 1;
}
.prdctMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}
.prdctMenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--white);
  font-size: 20px;
  color: var(--text-700);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
}
.prdctMenu a:hover {
  background: var(--green-500);
  color: var(--white);
}
.prdctMenu a .linkTitle {
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  display: none;
}
.prdctMenu a .linkTitle div {
  min-width: max-content;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: var(--white);
  font-family: "VazirmatnMedium";
  font-size: 11px;
}
.prdctMenu a .linkTitle div:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(0, 0, 0, 0.8);
}

.cmntAddNotf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 346px;
  padding: 24px;
  gap: 34px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  z-index: 10;
}
.cmntAddNotf p {
  color: var(--white);
  text-align: right;
  font-size: 14px;
}
.cmntAddNotf p a {
  color: var(--green-500);
}
.cmntAddNotf p a:hover {
  color: var(--green-100);
}
.cmntAddNotf span {
  color: var(--white);
  font-size: 24px;
}
.cmntAddNotf.cartActionNotf {
  background: var(--green-500);
  box-shadow: 0px 8px 24px rgba(33, 136, 56, 0.28);
}
.cmntAddNotf.cartActionNotf.is-error {
  background: var(--red);
  box-shadow: 0px 8px 24px rgba(220, 53, 69, 0.24);
}
.cmntAddNotf.cartActionNotf p {
  font-family: "VazirmatnMedium";
}
.productPage .productLft {
  position: sticky;
  left: 0;
  padding-right: 15px;
  width: 328px;
}
.productSec .productLft {
  top: 0;
}
.pMorInfoSec .productLft {
  top: 83px;
}
.productPage .productLft .notAvailbl {
  padding: 20px;
  border-radius: 12px;
  background: var(--text-10);
}
.productPage .productLft .notAvailbl p {
  color: var(--text-400);
  text-align: right;
  font-size: 12.5px;
}
.productPage .productLft .notifBtn {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  background: var(--green-500);
  color: var(--white);
}
.productPage .productLft .notifBtn span {
  font-size: 18px;
}
.productPage .productLft .notifBtn i {
  font-family: "VazirmatnBold";
  font-size: 14px;
}
.productPage .productLft .notifBtn:hover {
  background: var(--green-800);
}
.productPage .productLft .prdctLftBx {
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  background: var(--white);
  margin-bottom: 14px;
}
.productPage .productLft .addIetmBx .addItmPrice {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 20px;
}
.productPage .productLft .addItmPrice p {
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 17.5px;
  color: var(--black-500);
}
.productPage .productLft .addItmPrice span {
  font-size: 17px;
}
.productPage .productLft .addItmPrice span {
  color: var(--black-500);
}
.addItemRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.addItemRow a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--green-500);
  padding: 0 12px 0 8px;
  width: calc(100% - 110px);
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--green-500);
}
.addItemRow a i {
  text-align: center;
  font-family: "VazirmatnBold";
  font-size: 12.5px;
}
.addItemRow a span {
  font-size: 18px;
}
.addItemRow a:hover span {
  transform: translateX(-3px);
}
.item_Num_box {
  width: 112px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid var(--text-75);
  border-radius: 12px;
}
.item_Num_box.hasMax {
  position: relative;
}
.item_Num_box.hasMax .maxTxt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
  z-index: 2;
  font-size: 10px;
  color: var(--text-100);
  font-family: "VazirmatnBold";
}
.item_Num_box span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  cursor: pointer;
  position: relative;
  padding: 0 18px;
}
.item_Num_box span:before,
.item_Num_box span:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: var(--text-900);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  opacity: 1;
}
.item_Num_box span.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.item_Num_box span.minus {
  display: none;
}
.item_Num_box span:hover:before,
.item_Num_box span:hover:after {
  background: var(--green-500);
}
.item_Num_box input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  width: 35px;
  height: 100%;
  border: none;
  font-size: 14px;
  text-align: center;
  color: var(--text-color);
  font-family: "VazirmatnBold";
  background-color: inherit;
}
.item_Num_box button {
  border: none;
  background: transparent;
  color: var(--red);
  font-size: 20px;
  padding: 0 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_Num_box button:hover {
  color: var(--green-500);
}

.productPage .productLft .priceUpdat {
  border-radius: 16px;
  background: var(--white);
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productPage .productLft .priceUpdat div {
  text-align: right;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.productPage .productLft .priceUpdat i {
  color: var(--black-200);
  font-size: 12.5px;
  display: block;
  text-align: right;
  font-family: "VazirmatnMedium";
}
.productPage .productLft .priceUpdat p {
  color: var(--black-500);
  font-size: 14px;
  font-family: "VazirmatnMedium";
}
.productPage .productLft .priceUpdat span {
  font-size: 22px;
  color: var(--text-100);
}
.productPage .productLft .snappBox,
.productPage .productLft .hasDiscount {
  border-radius: 16px;
  background: var(--white);
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  margin-bottom: 20px;
  width: 100%;
}
.productPage .productLft .hasDiscount {
  justify-content: flex-start;
}
.productPage .productLft .snappBox {
  justify-content: space-between;
}
.productPage .productLft .hasDiscount span {
  font-size: 18px;
  color: var(--black-400);
}
.productPage .productLft .hasDiscount p {
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.productPage .productLft .snappBox div {
  text-align: right;
  font-family: "VazirmatnMedium";
}
.productPage .productLft .snappBox p {
  color: var(--black-500);
  font-size: 14px;
}
.productPage .productLft .snappBox i {
  color: var(--black-200);
  font-size: 12.5px;
}
.productPage .productLft .snappBox img {
  width: 60px;
  height: auto;
}
.productPage .productLft .sendToday {
  padding: 20px;
  border-radius: 12px;
  background: var(--white);
  margin-bottom: 20px;
}
.productPage .productLft .sndTodayBx {
  border-radius: 12px;
  border: 2px solid var(--green-500);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productPage .productLft .sndTodayBx p {
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
  margin-bottom: 10px;
}
.productPage .productLft .sndTodayBx a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: var(--green-500);
}
.productPage .productLft .sndTodayBx a span {
  font-size: 14px;
}
.productPage .productLft .sndTodayBx a i {
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.productPage .productLft .sndTodayBx img {
  width: 115px;
  height: auto;
}
.productPage .productLft .sndTodayBx a:hover span {
  transform: translateX(-3px);
}
.productPage .productLft .prdctMinCrd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.productPage .productLft .prdctMinCrd .img {
  min-width: 72px;
  width: 72px;
  height: 72px;
  border-radius: 6px;
  border: 1px solid var(--text-50);
  background: var(--text-50);
}
.productPage .productLft .prdctMinCrd img {
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 6px;
}
.productPage .productLft .prdctMinCrd .name {
  text-align: right;
}
.productPage .productLft .prdctMinCrd p {
  color: var(--text-700);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.productPage .productLft .licenseBx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}
.productPage .productLft .licenseBx p {
  color: var(--text-400);
  font-size: 12.5px;
}
.productPage .productLft .licenseBx div {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-50);
  color: var(--green-500);
  font-size: 22px;
}
.productPage .productLft .priceBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 15px;
}
.productPage .productLft .priceBox p {
  font-size: 17.5px;
  font-family: "VazirmatnBold";
  color: var(--text-700);
}
.productPage .productLft .priceBox span {
  font-size: 12.5px;
  color: var(--text-300);
}
.productPage .productLft .priceBox .nonExistent {
  font-size: 17.5px;
  color: var(--text-200);
  font-family: "VazirmatnBold";
  width: 100%;
  margin: 12px 12px 5px 12px;
}
.productPriceDiscount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-bottom: 6px;
}
.productPriceDiscount del {
  color: var(--text-300);
  text-align: left;
  font-family: "VazirmatnMedium";
  font-size: 12px;
  padding-top: 4px;
}
.productPriceDiscount div {
  color: var(--white);
  text-align: center;
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
  padding: 5px 6px 2px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  background: var(--red);
  line-height: 1;
}
.productPage .productLft .adToCrtBtn {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  background: var(--green-500);
  border: none;
  color: var(--white);
  text-align: center;
  font-family: "VazirmatnBold";
  font-size: 14px;
}
.productPage .productLft .adToCrtBtn:hover {
  background: var(--green-800);
}
.productPage .productLft .selctdList {
  background: var(--green-50);
  padding: 16px;
  border-radius: 12px;
  margin: 16px 0;
}
.productPage .productLft .selctdList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}
.productPage .productLft .selctdList li:last-child {
  margin-bottom: 0;
}
.productPage .productLft .selctdList li div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.productPage .productLft .selctdList li img {
  width: 20px;
  height: auto;
}
.productPage .productLft .selctdList li i {
  font-size: 12.5px;
  color: var(--text-400);
}
.productPage .productLft .selctdList li p {
  font-size: 12.5px;
  color: var(--text-700);
  font-family: "VazirmatnMedium";
}
.productPage .productLft .expiration {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid var(--text-50);
  margin: 16px 0;
  border-radius: 14px;
}
.productPage .productLft .expiration i {
  font-size: 12.5px;
  color: var(--text-300);
  display: block;
  margin-bottom: 5px;
}
.productPage .productLft .expiration p {
  font-size: 12.5px;
  color: var(--text-700);
  font-family: "VazirmatnMedium";
}
.productPage .productLft .expiration span {
  font-size: 20px;
  color: var(--text-700);
}
.productPage .productLft .remaining {
  font-size: 12.5px;
  color: var(--red);
  font-family: "VazirmatnMedium";
  padding-right: 12px;
}
.productPage .productLft .freeShipng {
  padding: 16px;
  border-radius: 14px;
  background: var(--white);
}
.productPage .productLft .freeShipng .hed {
  font-size: 14px;
  color: var(--text-700);
  font-family: "VazirmatnMedium";
}
.productPage .productLft .freeShipng .text {
  font-size: 12.5px;
  color: var(--text-200);
  margin: 12px 0 16px 0;
}
.productPage .productLft .freeShipng img {
  width: 100%;
  height: auto;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}
.productPage .productLft .warrantyBx {
  border-radius: 12px;
  background: #eff7fb;
  padding: 16px;
  margin-bottom: 20px;
}
.productPage .productLft .warrantyBx li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  color: var(--black-400);
  margin-bottom: 24px;
}
.productPage .productLft .warrantyBx li span {
  font-size: 18px;
}
.productPage .productLft .warrantyBx li p {
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.productPage .productLft .warrantyBx li:last-child {
  margin-bottom: 0;
}
.productPage .productLft .wrapper div {
  background: rgba(251, 133, 0, 0.1);
  width: 25%;
}
.productPage .productLft .wrapper div p {
  color: var(--black-500);
}
.productPage .productLft .wrapper div i {
  color: var(--black-200);
}

/*==================compareSec=================*/
.compareSec {
  margin: 35px 0;
}
.compareSec .comparSecTtl {
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 17.5px;
  margin-bottom: 25px;
}
.compareSec .compareBox {
  width: 100%;
  overflow: auto;
  padding-bottom: 20px;
}
.compareSec .compareBox::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff;
}
.compareSec .compareBox::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.2);
  --webkit-box-shadow:
    inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.compareSec .compareBox .comparList {
  min-width: 100%;
  width: max-content;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--black-50);
  margin-bottom: 25px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
}
.compareSec .comparList .newestCrd {
  width: 300px;
  min-width: 300px;
}
.compareSec .comparList .newestCrd .newCrdImg {
  width: 100%;
}
.compareSec .comparList .newestCrd:hover {
  transform: unset;
  box-shadow: none;
}
.compareSec .comparList .newestCrd h2 {
  margin-top: 15px;
}
.compareSec .comparList .newestCrd .newCrdPrice {
  width: 100%;
  justify-content: flex-end;
}
.compareSec .comparList .addCompar {
  width: 300px;
  border-radius: 12px;
  background: var(--white);
  cursor: pointer;
  padding: 12px;
}
.compareSec .comparList .addCompar .comparImg {
  height: 190px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}
.compareSec .comparList .addCompar img {
  width: 88px;
  height: auto;
  display: block;
}
.compareSec .comparList .addCompar .txtTag {
  height: 13px;
  border-radius: 12px;
  background: var(--gray-500);
}
.compareSec .comparList .addCompar .nameTag {
  width: 100%;
  margin-bottom: 15px;
}
.compareSec .comparList .addCompar .priceTag {
  width: 70%;
  margin-bottom: 25px;
}
.compareSec .comparList .addCompar .addLink {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  width: 100%;
  height: 44px;
  border-radius: 12px;
  background: var(--green-500);
  border: 1px solid var(--green-500);
  cursor: pointer;
}
.compareSec .comparList .addCompar .addLink span {
  font-size: 28px;
}
.compareSec .comparList .addCompar .addLink i {
  font-family: "VazirmatnBold";
  font-size: 14px;
}
.compareSec .comparList .addCompar .addLink:hover {
  background: var(--white);
  color: var(--green-500);
}
.compareSec .compareBox .comparInfo {
  width: 100%;
  min-width: max-content;
  border-radius: 12px;
  padding: 24px;
  background: var(--white);
}
.compareSec .comparInfo .cmprInfoTtl {
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 15.5px;
}
.compareSec .comparInfo .cmprInfoLst {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.compareSec .comparInfo .tableCol {
  width: 300px;
  min-width: 300px;
}
.compareSec .comparInfo .tableCol li {
  width: 100%;
  margin-bottom: 15px;
}
.compareSec .comparInfo .tableCol strong {
  display: block;
  margin: 28px 0 25px auto;
  color: var(--green-500);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 12.5px;
}
.compareSec .comparInfo .tableCol li p {
  color: var(--text-100);
  text-align: right;
  font-size: 14px;
  margin-bottom: 5px;
}
.compareSec .comparInfo .tableCol li div {
  border-right: 1px solid var(--text-50);
  padding: 0 15px;
  text-align: right;
  color: var(--text-700);
  font-size: 14px;
  min-height: 46px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.compareSec .comparInfo .tableCol:first-child li div {
  border-right: none;
}
.compareSec .comparInfo .tableCol li span {
  line-height: 1.6;
  /* max-height: 42px; */
  overflow: hidden;
  display: block;
}

/*==================brandsSec=================*/
.brandsSec {
  margin: 30px auto;
}
.brandsSec .brandsHed {
  width: max-content;
  margin: 10px auto;
}
.brandsSec .brandsHed h1 {
  color: var(--black-500);
  text-align: center;
  font-family: "VazirmatnBold";
  font-size: 17.5px;
}
.brandsSec .brandsHed .brndSrch {
  width: 329px;
  height: 47px;
  border-radius: 12px;
  border: 1px solid var(--stroke-1);
  background: var(--white);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px auto 25px auto;
}
.brandsSec .brandsHed .brndSrch input,
.brandsSec .brandsHed .brndSrch .btn {
  height: 100%;
  background: transparent;
  border: none;
}
.brandsSec .brandsHed .brndSrch input {
  border-radius: 0 12px 12px 0;
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 11px;
}
.brandsSec .brandsHed .brndSrch .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--black-200);
  border-radius: 12px 0 0 12px;
}
.brandsSec .brandsHed .brndSrch .btn:hover {
  color: var(--green-500);
}
.brandsSec .brandsHed .brndSrch:has(input:focus) {
  border-color: var(--green-500);
}
.brandsSec .brandsHed .brndCheks {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  width: max-content;
  max-width: 100%;
  overflow: auto;
  justify-content: flex-start;
  padding: 0 4px 6px 4px;
}
.brandsSec .brandsHed .brndCheks::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}
.brandsSec .brandsHed .brndCheks::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.2);
  --webkit-box-shadow:
    inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.brandsSec .brndCheks .form-check {
  width: max-content;
  height: 38px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.brandsSec .brndCheks input,
.brandsSec .brndCheks label {
  left: 0;
  top: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  height: 100%;
}
.brandsSec .brndCheks input {
  opacity: 0;
  z-index: 2;
  width: 100%;
}
.brandsSec .brndCheks label {
  width: max-content;
  color: var(--text-700);
  font-size: 15.5px;
  background: var(--white);
  border-radius: 14px;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.brandsSec .brndCheks input:checked ~ label {
  color: var(--green-500);
  border-color: var(--green-500);
}
.brandsSec .brndCheks input:hover ~ label {
  color: var(--green-500);
}
.brandsSec .brandList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 35px;
}
.brandsSec .brandList a {
  width: 170px;
  height: 154px;
  border-radius: 20px;
  background: var(--white);
  padding: 21px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.brandsSec .brandList a .img {
  width: 100%;
  height: 58px;
}
.brandsSec .brandList a img {
  /* width: 100%; */
  height: 58px;
  max-width: 100%;
  mix-blend-mode: luminosity;
  transition: all 0.5s;
  object-fit: contain;
}
.brandsSec .brandList a strong {
  color: var(--black-500);
  font-size: 14px;
  font-family: "VazirmatnMedium";
  line-height: 1;
  display: block;
  margin: 10px auto 5px auto;
}
.brandsSec .brandList a p {
  color: var(--black-200);
  font-size: 14px;
}
.brandsSec .brandList a:hover {
  box-shadow:
    0px 0px 20px 2px rgba(0, 0, 0, 0.02),
    0px 4px 4px 0px rgba(95, 95, 95, 0.1);
}
.brandsSec .brandList a:hover img {
  mix-blend-mode: unset;
}

/*==================notFoundSec=================*/
.notFoundSec {
  margin: 70px 0;
}
.notFoundSec .notFoundBx {
  margin: 0 auto;
  width: 100%;
  max-width: 299px;
  height: auto;
}
.notFoundSec img {
  width: 100%;
  height: auto;
}

/*==================aboutSec=================*/
.aboutSec {
  margin: 30px auto;
  width: 100%;
  max-width: 1038px;
}
.aboutSec .aboutBox {
  padding: 40px;
  border-radius: 20px;
  background: var(--white);
}
.aboutSec .aboutBox {
  text-align: center;
}
.aboutSec .aboutBox img {
  width: 104px;
  height: auto;
  margin: 0 auto 20px auto;
  display: block;
}
.aboutSec .aboutBox strong {
  display: block;
  color: var(--black-500);
  font-family: "VazirmatnBold";
  font-size: 15.5px;
  margin-bottom: 12px;
}
.aboutSec .aboutBox p {
  color: var(--black-200);
  font-size: 14px;
}

/*==================pharmcySec=================*/
.pharmcySec {
  margin: 20px 0;
}
.pharmcySec .pharmcyBox,
.licenseSec .licenseRow {
  border-radius: 20px;
  background: var(--white);
  padding: 48px;
}
.pharmcySec strong,
.licenseSec .licenseRow strong {
  font-size: 17.5px;
  color: var(--text-700);
  font-family: "VazirmatnBold";
  display: block;
  margin-bottom: 10px;
}
.pharmcySec p,
.licenseSec .licenseRow p {
  font-size: 14px;
  color: var(--text-400);
}
.pharmcySec .imgBox {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 25px auto 0 auto;
  border-radius: 15px;
  border: 8px solid var(--green-50);
}
.pharmcySec .imgBox img,
.licenseSec .imgBox img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

/*==================licenseSec=================*/
.licenseSec {
  margin: 30px 0;
}
.licenseSec .imagesRow {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-top: 25px;
}
.licenseSec .imgBox {
  width: 50%;
  height: auto;
  border-radius: 15px;
  border: 8px solid var(--green-50);
}

/*==================contactSec=================*/
.contactSec {
  margin: 30px 0;
}
.contactSec .contactRow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
}
.contactSec .contactRow .right {
  min-width: 409px;
  padding: 48px;
  border-radius: 20px;
  background: var(--white);
}
.contactSec .contactRow .rightTitle h2 {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 15.5px;
  margin-bottom: 12px;
}
.contactSec .contactRow .rightTitle p {
  font-size: 14px;
  color: var(--text-300);
  line-height: 1.6;
}
.contactSec .contactRow .right .rightList {
  border-top: 1px solid var(--text-50);
  border-bottom: 1px solid var(--text-50);
  padding: 24px 0;
  margin: 24px 0;
}
.contactSec .contactRow .right .rightList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 19px;
}
.contactSec .contactRow .right .rightList li:last-child {
  margin-bottom: 0;
}
.contactSec .contactRow .right .rightList div {
  text-align: right;
}
.contactSec .contactRow .right .rightList strong {
  color: var(--text-700);
  font-family: "VazirmatnMedium";
  font-size: 15.5px;
  margin-bottom: 7px;
  display: block;
}
.contactSec .contactRow .right .rightList p {
  color: var(--green-500);
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.contactSec .contactRow .right .rightList span {
  font-size: 24px;
  color: var(--text-700);
}
.contactSec .contactRow .right .socialList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.contactSec .contactRow .right .socialList p {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.contactSec .contactRow .right .socialList ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.contactSec .contactRow .right .socialList a {
  font-size: 24px;
  color: var(--text-100);
  display: block;
}
.contactSec .contactRow .right .socialList a span {
  line-height: 24px;
}
.contactSec .contactRow .right .socialList a:hover {
  color: var(--green-500);
}
.contactSec .contactRow .left {
  width: 100%;
}
.contactSec .contactMap {
  margin: 40px 0;
}
.contactSec .contactMap iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  box-shadow:
    0px 0px 4px 2px rgba(0, 0, 0, 0.03),
    6px 10px 16px 0px rgba(0, 0, 0, 0.03);
}
.contactSec .contactMap .mapAdrsBox {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0px;
  top: -0;
  z-index: 2;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 5%,
    rgba(255, 255, 255, 1) 45%,
    rgba(255, 255, 255, 1) 100%
  );
  padding-right: 48px;
}
.contactSec .contactMap .mapAdrsBox .content {
  max-width: 277px;
  height: 100%;
  padding: 30px 0 20px 20px;
  background: var(--white);
  border-radius: 0 20px 20px 0;
  text-align: right;
}
.contactSec .contactMap .mapAdrsBox h3 {
  color: var(--green-500);
  font-family: "VazirmatnBold";
  font-size: 15.5px;
  margin-bottom: 18px;
}
.contactSec .contactMap .mapAdrsBox strong {
  color: var(--text-700);
  font-family: "VazirmatnBold";
  font-size: 14px;
  display: block;
  margin-bottom: 32px;
}
.contactSec .contactMap .mapAdrsBox i {
  color: var(--text-300);
  font-size: 14px;
  line-height: 1.7;
  display: block;
}
.contactSec .contactMap .mapAdrsBox a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: var(--green-500);
  margin-top: 25px;
}
.contactSec .contactMap .mapAdrsBox a p {
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.contactSec .contactMap .mapAdrsBox a span {
  font-size: 14px;
}
.contactSec .contactMap .mapAdrsBox a:hover {
  color: var(--green-800);
}
.contactSec .contactFrm {
  width: 100%;
  height: 100%;
  padding: 48px;
  border-radius: 20px;
  background: var(--white);
}
.contactSec .contactFrm .cntctFrmHed {
  text-align: right;
  margin-bottom: 40px;
}
.contactFrm .cntctFrmHed strong {
  color: var(--text-700);
  font-family: "VazirmatnBold";
  font-size: 15.5px;
  display: block;
  margin-bottom: 10px;
}
.contactFrm .cntctFrmHed p {
  color: var(--text-300);
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.contactFrm form label {
  color: var(--text-700);
  text-align: right;
  font-size: 14px;
}
.contactFrm form input,
.contactFrm form textarea {
  font-size: 14px;
  color: var(--text-700);
  border-radius: 14px;
  border: 1px solid var(--text-50);
  background: var(--text-10);
}
.contactFrm form input {
  height: 50px;
}
.contactFrm form textarea:focus,
.contactFrm form input:focus {
  border-color: var(--green-500);
}
.contactFrm form button {
  border-radius: 12px;
  background: var(--green-500);
  width: max-content;
  height: 44px;
  padding: 8px 24px;
  color: var(--white);
  text-align: center;
  font-family: "VazirmatnBold";
  font-size: 14px;
}
.contactFrm form button:hover {
  background: var(--green-800);
  color: var(--white);
}

/*==================recptionFrm=================*/
.recptionFrm {
  margin: 30px 0;
}
.recptionFrm .frmBox {
  width: 100%;
  max-width: 812px;
  margin: 0 auto;
  padding: 48px;
  border-radius: 20px;
  background: var(--white);
}
.recptionFrm .frmTitle {
  text-align: right;
  margin-bottom: 32px;
}
.recptionFrm .frmTitle h1 {
  margin-bottom: 12px;
  font-size: 15.5px;
  font-family: "VazirmatnBold";
  color: var(--text-700);
}
.recptionFrm .frmTitle p {
  font-size: 14px;
  color: var(--text-400);
}

/*==================pMorInfoSec=================*/
.pMorInfoSec {
  margin: 20px 0 30px 0;
}
.pMorInfoSec .pMorInfoBx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pMorInfoSec .pMorInfoBx .productTab {
  width: calc(100% - 328px);
  border-radius: 12px;
  background: var(--white);
}
.productTab .pTabHeader {
  position: sticky;
  right: 0;
  top: 83px;
  width: 100%;
  padding: 18px 22px;
  background: var(--white);
  border-radius: 12px;
  z-index: 2;
}
.productTab .pTabHeader ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
  height: 42px;
  overflow: auto;
  border-bottom: 1px solid var(--text-10);
  padding: 0 18px;
}
.productTab .pTabHeader ul li {
  height: 100%;
}
.productTab .pTabHeader .pTablinks {
  color: var(--text-200);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: max-content;
  min-width: max-content;
  height: 100%;
}
.productTab .pTabHeader .pTablinks span {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "VazirmatnBold";
  border-radius: 50%;
  border: 1px solid var(--white);
  background: var(--green-500);
  display: flex;
  width: 24px;
  height: 24px;
  line-height: 1;
  padding: 2px 0 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.productTab .pTabHeader .pTablinks:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--green-500);
  display: none;
}
.productTab .pTabHeader .pTablinks:hover {
  color: var(--green-400);
}
.productTab .pTabHeader .pTablinks.active {
  color: var(--green-500);
}
.productTab .pTabHeader .pTablinks.active:after {
  display: block;
}
.productTab .pTabcontent {
  height: max-content;
  min-height: 230px;
  padding: 2px 30px;
}
.productTab .pTabcontent.flexRow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.productTab .pTabcontent.flexRow .tContent {
  width: 100%;
  padding-bottom: 25px;
}
.productTab .pTabcontent .pTabTitle {
  width: max-content;
  text-align: right;
  margin-bottom: 24px;
  margin-top: 7px;
}
.productTab .pTabcontent.flexRow .pTabTitle {
  min-width: 250px;
  width: 250px;
  min-height: 100px;
  padding: 0 0 20px 20px;
  margin: 0;
  position: sticky;
  top: 162px;
  right: 0;
}
.productTab .pTabcontent .pTabTitle strong {
  font-family: "VazirmatnBold";
  font-size: 15.5px;
  display: block;
  color: var(--text-900);
  margin-bottom: 6px;
}
.productTab .pTabcontent .pTabTitle p {
  font-size: 12.5px;
  color: var(--text-300);
}
.productTab .pTabcontent .reviewBox {
  color: var(--text-400);
  text-align: right;
  line-height: 24px;
  min-height: 60px;
}
.productTab .pTabcontent .reviewBox p {
  font-size: 14px;
}
.productTab .pTabcontent .reviewBox strong {
  /* display: block; */
  font-size: 15px;
}

.productTab .pTabcontent .reviewBox h1,
.productTab .pTabcontent .reviewBox h2,
.productTab .pTabcontent .reviewBox h3,
.productTab .pTabcontent .reviewBox h4,
.productTab .pTabcontent .reviewBox h5,
.productTab .pTabcontent .reviewBox h6 {
  font-family: "VazirmatnBold";
}
.productTab .pTabcontent .reviewBox h1 {
  font-size: 17.5px;
}
.productTab .pTabcontent .reviewBox h2 {
  font-size: 17px;
}
.productTab .pTabcontent .reviewBox h3 {
  font-size: 16px;
}
.productTab .pTabcontent .reviewBox h4 {
  font-size: 15px;
}
.productTab .pTabcontent .reviewBox h5,
.productTab .pTabcontent .reviewBox h6 {
  font-size: 14px;
}
.productTab .pTabcontent .pTabInfo h2 {
  color: var(--green-500);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 12.5px;
  margin-bottom: 15px;
}
.productTab .pTabcontent .pTabInfo li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3px;
  border-radius: 12px;
  padding: 12px;
}
.productTab .pTabcontent .pTabInfo li:nth-child(2n + 1) {
  background: rgba(230, 247, 244, 0.7);
}
.productTab .pTabcontent .pTabInfo li span {
  width: 160px;
  text-align: right;
  color: var(--text-300);
  font-size: 12.5px;
}
.productTab .pTabcontent .pTabInfo li p {
  font-family: "VazirmatnMedium";
  color: var(--text-500);
  text-align: right;
  font-size: 12.5px;
  width: 100%;
}
.productTab .pTabcontent .description {
  list-style: disc;
}
.productTab .pTabcontent .description li {
  margin-bottom: 10px;
}
.productTab .pTabcontent .description li p {
  font-size: 14px;
  color: var(--text-400);
}
.productTab .tagsList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.productTab .tagsList a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding: 0 12px;
  border-radius: 50px;
  background: var(--darkblue-50);
  color: var(--darkblue-400);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.productTab .tagsList a:hover {
  background: var(--darkblue-400);
  color: var(--darkblue-50);
}
.cmntSort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 15px;
}
.cmntSort .right,
.cmntSort .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cmntSort .right {
  gap: 30px;
}
.cmntSort .title {
  gap: 5px;
  color: var(--text-700);
}
.cmntSort .title span {
  font-size: 18px;
}
.cmntSort .title p {
  font-size: 12.5px;
}
.cmntSort ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.cmntSort ul .form-check {
  min-height: unset;
  height: 19px;
  width: max-content;
}
.cmntSort ul input {
  opacity: 0;
  z-index: 2;
  width: 100%;
  float: none;
}
.cmntSort ul input,
.cmntSort ul label {
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}
.cmntSort ul label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-size: 12.5px;
  color: var(--text-300);
}
.cmntSort ul input:checked ~ label {
  color: var(--green-500);
  font-family: "VazirmatnMedium";
}
.cmntSort .left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.cmntSort .left .totalScore {
  display: flex;
  align-items: center;
  align-items: flex-end;
  gap: 3px;
}
.cmntSort .left .totalScore p {
  font-size: 14px;
  color: var(--text-700);
  line-height: 1;
}
.cmntSort .left .totalScore span {
  font-size: 20px;
  color: var(--green-500);
}
.cmntSort .number {
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
  color: var(--text-200);
}
.cmntSort .number strong {
  color: var(--text-700);
}
.tabCmntBx .addCmntRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.tabCmntBx .addCmntRow strong {
  font-family: "VazirmatnBold";
  font-size: 15.5px;
  display: block;
  color: var(--text-900);
  margin-bottom: 6px;
}
.tabCmntBx .addCmntRow button,
.tabCmntBx .addCmntRow .btn {
  width: 175px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid var(--green-500);
  background: var(--white);
  color: var(--green-500);
  font-family: "VazirmatnBold";
  font-size: 12.5px;
}
.tabCmntBx .addCmntRow button:hover,
.tabCmntBx .addCmntRow .btn:hover {
  background: var(--green-500);
  color: var(--white);
}
.tabCmntBx .sortDiv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  height: max-content;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--stroke-1);
}
.tabCmntBx .comntCard {
  border-radius: 14px;
  border: 1px solid var(--text-50);
  padding: 16px;
  margin-bottom: 10px;
}
.tabCmntBx .comntCard .hed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabCmntBx .comntCard .hed p {
  color: var(--text-700);
  text-align: right;
  font-size: 14px;
  font-family: "VazirmatnMedium";
}
.tabCmntBx .comntCard .hed .date {
  color: var(--text-300);
  font-size: 12.5px;
  display: block;
}
.tabCmntBx .comntCard .text p {
  color: var(--text-400);
  text-align: right;
  font-size: 14px;
}
.tabCmntBx .comntCard .hasMore {
  padding-bottom: 30px;
}
.tabCmntBx .comntCard .readMore {
  background: transparent;
  height: max-content;
  padding: 0;
}
.tabCmntBx .noComment {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border: 1px solid var(--text-50);
  border-radius: 14px;
  color: var(--text-100);
}
.tabCmntBx .noComment span {
  font-size: 34px;
}
.tabCmntBx .noComment p {
  font-size: 14px;
  font-family: "VazirmatnMedium";
}
.tabCmntBx .morCmntLnk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: max-content;
  color: var(--green-500);
  margin-top: 10px;
}
.tabCmntBx .morCmntLnk i {
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
.tabCmntBx .morCmntLnk span {
  font-size: 20px;
}
.tabCmntBx .morCmntLnk:hover {
  color: var(--green-800);
}
.tabScoreBx .tabScorRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.tabScoreBx .scoreSlidr {
  width: calc(100% - 116px);
}
.tabScoreBx .scoreSlidr li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 4px;
}
.tabScoreBx .scoreSlidr li:last-child {
  margin-bottom: 0;
}
.tabScoreBx .scoreSlidr li p {
  color: var(--black-500);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
  text-align: left;
}
.tabScoreBx .scoreSlidr div {
  width: calc(100% - 20px);
  height: 9px;
  background: var(--stroke-1);
  border-radius: 30px;
}
.tabScoreBx .scoreSlidr span {
  left: 0;
  height: 100%;
  background: var(--gold-500);
  border-radius: 30px;
}
.tabScoreBx .scorLeft .scoreTitle {
  align-items: center;
  gap: 5px;
}
.tabScoreBx .scorLeft .scoreTitle strong {
  color: var(--green-500);
  font-family: "VazirmatnBold";
  font-size: 25px;
  margin-bottom: 0;
}
.tabScoreBx .scorLeft .scoreTitle p {
  color: var(--text-300);
  font-size: 12.5px;
}
.prdctRate {
  /* direction: ltr; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin: 11px 0;
}
.prdctRate .star {
  position: relative;
  color: var(--text-75);
}
.prdctRate .star span {
  font-size: 20px;
}
.prdctRate .icon-star:before {
  color: var(--text-75);
}
.prdctRate .star:before {
  font-family: "icomoon" !important;
  content: "\ea52";
  position: absolute;
  right: 0;
  top: -5px;
  color: var(--text-75);
  font-size: 20px;
}
.prdctRate .star.half:before {
  width: 50%;
  overflow: hidden;
  color: var(--green-500);
}
.prdctRate .star.full:before {
  width: 100%;
  color: var(--green-500);
}

.tabScoreBx .addcmntLnk {
  border-radius: 12px;
  border: 1px solid var(--stroke-1);
  background: var(--white);
  padding: 20px;
}
.tabScoreBx .addcmntLnk p {
  color: var(--black-200);
  text-align: center;
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
  margin-bottom: 12px;
}
.tabScoreBx .addcmntBtn {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid var(--green-500);
  background: var(--white);
  color: var(--green-500);
  font-family: "VazirmatnBold";
  font-size: 12.5px;
}
.tabScoreBx .addcmntBtn:hover {
  background: var(--green-500);
  color: var(--white);
}

/*==================blgPostSec=================*/
.blgPostSec {
  margin: 35px 0;
}
.blgPostSec .blgPostTitl {
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 15.5px;
  margin-bottom: 15px;
}
.blgPostSec .blgPostRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.blgPostSec .blogRight {
  width: calc(100% - 380px);
}
.blgPostSec .blogRight .blgPostCrd {
  width: 100%;
  /* padding: 24s */
}
.blgPostSec .blgPostCrd img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.blgPostSec .blgPostCrd .blgPostTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.blgPostSec .blgPostCrd .blgPostTop .left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.blgPostSec .blgPostCrd .blgPostTop .left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  color: var(--text-700);
}
.blgPostSec .blgPostCrd .blgPostTop .left a:hover {
  color: var(--green-500);
}
.blgPostSec .blgPostCrd ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 20px;
  flex-wrap: wrap;
  padding-top: 10px;
}
.blgPostSec .blgPostCrd ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: var(--text-300);
  text-align: right;
}
.blgPostSec .blgPostCrd ul li i {
  font-size: 14px;
  line-height: 1;
}
.blgPostSec .blgPostCrd ul li span {
  font-size: 18px;
}
.blgPostSec .blogRight .topText {
  border-radius: 12px;
  background: var(--light-orange-300);
  padding: 12px;
  margin: 32px 0;
}
.blgPostSec .blogRight .topText {
  color: var(--text-100);
  text-align: right;
  font-size: 14px;
}
.blgPostSec .blogRight .topText a {
  color: #2d9ff1;
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.blgPostSec .blogRight .topText a:hover {
  color: var(--green-400);
}
.blgPostSec .blogRight .blogText {
  margin: 32px 0;
}
.blgPostSec .blogRight .blogText h1 {
  font-size: 22.5px;
  line-height: 1.6;
  color: var(--text-700);
  font-family: "VazirmatnBold";
  margin-bottom: 12px;
}
.blgPostSec .blogText strong,
.blgPostSec .blogText h2,
.blgPostSec .blogText h3 {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnBold";
}
.blgPostSec .blogText h2,
.blgPostSec .blogText h3 {
  margin-bottom: 10px;
}
.blgPostSec .blogText strong {
  font-size: 15px;
}
.blgPostSec .blogText h2 {
  font-size: 18px;
}
.blgPostSec .blogText h3 {
  font-size: 16.5px;
}
.blgPostSec .blogText p {
  color: var(--text-400);
  text-align: right;
  font-size: 15.5px;
  margin-bottom: 12px;
  line-height: 1.7;
}
.blgPostSec .blogText p a {
  color: var(--green-500);
}
.blgPostSec .blogText p a:hover {
  color: var(--green-800);
}
.blgPostSec .blogText ul {
  display: block;
  list-style: inside;
  align-items: unset;
}
.blgPostSec .blogText ul li {
  display: list-item;
  color: var(--text-400);
  text-align: right;
  font-size: 14px;
  margin-bottom: 8px;
}
.blgPostSec .blgPostCmnt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.blgPostSec .blgPostCmnt .blgCmntRght {
  width: calc(100% - 380px);
  border-radius: 12px;
  background: var(--white);
  padding: 16px;
}
.blgPostSec .blgPostCmnt .blgCmntLeft {
  position: sticky;
  left: 0;
  top: 80px;
  width: 380px;
  padding-right: 15px;
}
.blgPostSec .blgPostCmnt .blgCmntLeft .tabScoreBx {
  padding: 24px;
  border-radius: 12px;
  background: var(--white);
}
.blgPostSec .blgPostCmnt .tabCmntBx {
  width: 100%;
}
.blgPostSec .blgPostCmnt .blgCmntTtl {
  width: max-content;
  display: block;
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 15.5px;
  margin-bottom: 24px;
}
.blgPostSec .blogLeft {
  width: 380px;
  padding-right: 15px;
}
.blgPostSec .blogLeft .authorBox,
.blgPostSec .blogLeft .relatedsBx {
  /* border-radius: 12px; */
  /* background: var(--white); */
  /* padding: 24px; */
  padding-right: 20px;
  margin-bottom: 16px;
  border-right: 2px solid var(--text-50);
}
.blgPostSec .blogLeft .authorBox li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.blgPostSec .blogLeft .authorBox li:last-child {
  margin-bottom: 0;
}
.blgPostSec .blogLeft .authorBox p {
  color: var(--black-500);
  text-align: right;
  font-size: 14px;
}
.blgPostSec .blogLeft .authorBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--gray-500);
  font-size: 18px;
  color: var(--text-100);
}
.blgPostSec .blogLeft .authorBox a:hover {
  background: var(--green-500);
  color: var(--white);
}
.blgPostSec .blogLeft .relatedsBx strong {
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 17.5px;
  display: block;
  margin-bottom: 24px;
}
.blgPostSec .blogLeft .relatedsBx a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}
.blgPostSec .blogLeft .relatedsBx a:last-child {
  margin-bottom: 0;
}
.blgPostSec .blogLeft .relatedsBx img {
  width: 102px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
}
.blgPostSec .blogLeft .relatedsBx a p {
  margin-bottom: 10px;
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 44px;
}
.blgPostSec .blogLeft .relatedsBx a ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.blgPostSec .blogLeft .relatedsBx a li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: var(--black-100);
}
.blgPostSec .blogLeft .relatedsBx a li .dotClass {
  width: 4px;
  height: 4px;
  background: #d9d9d9;
  border-radius: 50%;
}
.blgPostSec .blogLeft .relatedsBx a i {
  text-align: right;
  font-size: 12.5px;
}
.blgPostSec .blogLeft .relatedsBx a span {
  font-size: 16px;
}
.blgPostSec .blogLeft .relatedsBx a:hover p {
  color: var(--green-500);
}

/*==================blogLstSec=================*/
.blogLstSec {
  margin: 35px 0;
}
.blogLstSec .blogLstDiv {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 8px;
}
.blogLstSec .blogLstDiv .articleCrd {
  width: 25%;
  /* flex: 24%; */
  max-width: 318px;
}
.blogLstSec .newArtcle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin: 25px 0;
}
.blogLstSec .newArtclCrd {
  width: 50%;
  height: 327px;
  border-radius: 12px;
  overflow: hidden;
}
.blogLstSec .newArtclCrd img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  z-index: 1;
}
.blogLstSec .newArtclCrd .newCrdTtl {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
  z-index: 2;
  border-radius: 0px 0px 12px 12px;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
}
.blogLstSec .newArtclCrd .newCrdTtl h2 {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.blogLstSec .newArtclCrd:hover img {
  transform: scale(1.02);
}

/*000000000000000000breadcrumb000000000000000000*/
.breadcrumb {
  gap: 5px;
  overflow: auto;
  flex-wrap: nowrap;
  padding-bottom: 5px;
}
.breadcrumb::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: #fff;
}
.breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.2);
  --webkit-box-shadow: unset;
}
.breadcrumb a {
  color: var(--black-200);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 11px;
  min-width: max-content;
}
.breadcrumb a:hover {
  color: var(--green-500);
}
.breadcrumb span {
  color: var(--black-200);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 11px;
}

/*000000000000000000filtrSwitch000000000000000000*/
.filtrSwitch label {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
  cursor: pointer;
}
.filtrSwitch .form-check-input {
  border: none;
  background-color: var(--text-50);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23A2A7B1" stroke="%23A2A7B1" stroke-width="7%"/></svg>');
  background-position: left center;
}
.filtrSwitch .form-check-input:checked {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%2302AA8F"/></svg>');
  background-color: var(--green-50);
}

/*000000000000000000000dropSel0000000000000000000*/
.dropSel {
  width: 100%;
  display: block;
  position: relative;
  text-align: right;
}
.dropSel .select {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropSel .dropSelDiv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: var(--black-500);
  font-size: 14px;
}
.dropSel .select > .expndMrIcon {
  font-size: 18px;
  color: var(--black-500);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  margin-left: 5px;
}
.dropSel.active .select > .expndMrIcon {
  transform: rotate(180deg);
}
.dropSel .dropdown-mnu {
  position: relative;
  width: 100%;
  right: 0;
  display: none;
  height: max-content;
  padding: 7px;
}
.dropSel .dropdown-mnu li a {
  cursor: pointer;
  color: var(--black-400);
  font-size: 13px;
  transition: all 0.6s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 6px;
}

/*==================footer=================*/
footer {
  padding-bottom: 40px;
  margin-top: 40px;
}
footer.brndsFoter {
  margin-top: 210px;
}
footer .footerBox {
  border-radius: 20px;
}
footer .ftrContent {
  width: 100%;
  padding: 30px;
  z-index: 2;
  border-radius: 20px;
  background: var(--white);
}
footer .footerTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
footer .footerTop .ftrLogoRow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
footer .footerTop .foterLogo {
  display: block;
  width: 127px;
  min-width: 127px;
  height: auto;
}
footer .footerTop .foterLogo img {
  width: 100%;
  height: auto;
}
footer .footerTop .foterTxt {
  color: var(--text-300);
  font-size: 14px;
  text-align: justify;
}
footer .footerTop .foterTxt strong {
  color: var(--text-800);
  font-family: "VazirmatnBold";
  font-size: 14px;
}
footer .footerTop .foterTxt .moreText {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: var(--green-500);
}
footer .footerTop .foterTxt .moreText i {
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
footer .footerTop .foterTxt .moreText span {
  font-size: 20px;
}
footer .footerTop .foterTxt .moreText:hover {
  color: var(--green-800);
}
footer .footerBtm {
  border-top: 1px solid var(--text-50);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
}
footer .footerBtm div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
footer .footerBtm .right {
  color: var(--text-300);
}
footer .footerBtm p {
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
  color: var(--text-300);
}
footer .footerBtm a {
  color: var(--green-500);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
footer .footerBtm a:hover {
  color: var(--green-800);
}
footer .footerRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: 20px auto 20px auto;
}
footer .footerRow .footerCol {
  margin-top: 20px;
}
footer .footerCol .ftrColTitl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
footer .footerCol .ftrColTitl div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
footer .footerCol .ftrColTitl i {
  width: 4px;
  height: 16px;
  border-radius: 20px 0 0 20px;
  background: var(--green-500);
}
footer .footerCol .ftrColTitl strong {
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 14px;
}
footer .footerCol .ftrColTitl span {
  display: none;
}
footer .footrNamad {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
}
footer .footrNamad a {
  width: 76px;
  height: 76px;
  padding: 8px;
  border-radius: 20px;
  border: solid 1px var(--text-50);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footrNamad img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
footer .footrNamad a:hover img {
  transform: scale(1.1);
}
footer .footerMenu {
  margin-top: 18px;
}
footer .footerMenu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--black-200);
  margin-bottom: 10px;
}
footer .footerMenu i {
  font-size: 27px;
  line-height: 15px;
  padding-top: 6px;
  color: var(--green-500);
}
footer .footerMenu p {
  text-align: right;
  font-size: 14px;
}
footer .footerMenu a:hover {
  color: var(--text-800);
}
footer .ftrOxinRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
footer .ftrCntct {
  margin-top: 18px;
}
footer .ftrCntctBx {
  max-width: 310px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
footer .ftrCntctBx span {
  font-size: 16px;
  color: var(--green-500);
  margin-top: 2px;
}
footer .ftrCntctBx p {
  font-size: 14px;
  text-align: right;
  color: var(--text-300);
}
footer .ftrOxinRow .ftrSocial li {
  margin-bottom: 8px;
}
footer .ftrOxinRow .ftrSocial a {
  display: block;
  font-size: 22px;
  color: var(--text-100);
}
footer .ftrOxinRow .ftrSocial a:hover {
  color: var(--green-500);
}

/*==================khodroMdl=================*/
#addPrdctMdl .modal-dialog {
  max-width: 824px;
}
#succesMdl .modal-dialog {
  max-width: 400px;
}
#succesMdl .modal-content {
  border-radius: 20px;
  padding: 32px;
}
.khodroMdl .modal-content {
  padding: 40px;
  border-radius: 35px;
}
.khodroMdl.loginMdl .modal-content {
  padding: 30px;
}
.khodroMdl .modal-header {
  padding: 0 0 20px 0;
}
#showModal .modal-dialog {
  max-width: 930px;
}
.loginMdl .modal-dialog {
  max-width: 388px;
}
.loginMdl .khodroForm .input-group,
.khodroFrm .moneyInpt {
  direction: ltr;
  height: 46px;
  background: var(--text-10);
  border: 1px solid var(--text-50);
  border-radius: 14px;
}
.loginMdl .khodroForm .input-group-text,
.khodroFrm .moneyInpt .input-group-text {
  color: var(--text-200);
  border-radius: 14px 0 0 14px;
  background: transparent;
  border: none;
}
.loginMdl .khodroForm .input-group-text {
  font-size: 22px;
}
.khodroFrm .moneyInpt .input-group-text {
  font-size: 12.5px;
}
.loginMdl .khodroForm .input-group input,
.khodroFrm .moneyInpt input {
  background: transparent;
  border: none;
  font-size: 14px;
  color: var(--text-700);
  border-radius: 0 14px 14px 0;
  text-align: right;
}
.loginMdl .khodroForm .input-group:has(input:focus),
.khodroFrm .moneyInpt:has(input:focus) {
  border-color: var(--green-500);
}
.addCmntMdl .modal-dialog {
  max-width: 380px;
}
.addAdresMdl .modal-dialog {
  max-width: 770px;
}
.returnReqMdl .modal-dialog {
  max-width: 600px;
}
.inquiryMdl .modal-dialog {
  max-width: 380px;
}
.addCmntMdl .modal-content,
#sndInfoMdl .modal-content {
  border-radius: 20px;
  padding: 24px;
}
#addPrdctMdl .modal-content {
  padding: 0;
  border-radius: 20px;
}
#showModal .modal-content {
  border-radius: 20px;
}
.inquiryMdl .modal-content {
  padding: 0;
}
.inquiryMdl .inquiryMdlHed {
  width: 100%;
  height: 140px;
  background: url("../img/vector/bg-modal.jpg") no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  padding: 32px;
}
.inquiryMdl .inquiryMdlHed img {
  margin: 0 auto 15px auto;
  width: 93px;
  height: auto;
  display: block;
}
.inquiryMdl .inquiryMdlHed h1 {
  font-size: 17.5px;
  font-family: "VazirmatnBold";
  text-align: center;
  color: var(--white);
}
#addPrdctMdl .modal-header {
  padding: 24px 0;
  border-bottom: 1px solid var(--stroke-1);
  margin-bottom: 24px;
  margin: 0 24px;
  width: calc(100% - 48px);
}
#succesMdl .sucsMdlBdy img {
  display: block;
  width: 110px;
  margin: 0 auto 32px auto;
}
#succesMdl .sucsMdlBdy strong {
  color: var(--black-500);
  text-align: center;
  font-family: "VazirmatnBold";
  font-size: 17.5px;
  display: block;
  margin-bottom: 10px;
}
#succesMdl .sucsMdlBdy p {
  color: var(--text-100);
  text-align: center;
  font-size: 12.5px;
  margin-bottom: 32px;
}
#succesMdl .sucsMdlBdy ul {
  margin-bottom: 10px;
  padding: 15px;
}
#succesMdl .sucsMdlBdy ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
#succesMdl .sucsMdlBdy ul span {
  color: var(--text-100);
  text-align: right;
  font-size: 12.5px;
}
#succesMdl .sucsMdlBdy ul i {
  text-align: left;
  color: var(--black-500);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
#succesMdl .sucsMdlBdy .succsMdlBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#succesMdl .sucsMdlBdy .succsMdlBtn .btn {
  width: 50%;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--green-500);
  color: var(--green-500);
  text-align: center;
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
#succesMdl .sucsMdlBdy .succsMdlBtn .btn:hover {
  background: var(--green-500);
  color: var(--white);
}
.khodroMdl .sucsMdlBdy .backLnkMdl {
  color: var(--green-500);
  text-align: center;
  font-family: "VazirmatnBold";
  font-size: 14px;
  display: block;
  margin: 0 auto;
}
.khodroMdl .sucsMdlBdy .backLnkMdl:hover {
  color: var(--darkblue-500);
}
#addPrdctMdl .mdlSrchBox {
  width: 100%;
  height: 46px;
  border-radius: 12px;
  border: 1px solid var(--black-50);
  background: var(--gray-500);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
#addPrdctMdl .mdlSrchBox input {
  border-radius: 12px 0 0 12px;
  background: transparent;
  color: var(--black-200);
  text-align: right;
  font-size: 12.5px;
  border: none;
  height: 100%;
  padding-right: 0;
}
#addPrdctMdl .mdlSrchBox:has(input:focus) {
  border-color: var(--green-500);
}
#addPrdctMdl .mdlSrchBox button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 12px 12px 0;
  background: transparent;
  font-size: 20px;
  color: var(--black-200);
  border: none;
  height: 100%;
}
#addPrdctMdl .mdlSrchBox button:hover {
  color: var(--green-500);
}
#addPrdctMdl .prdctLstHed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#addPrdctMdl .prdctLstHed i {
  color: var(--black-200);
  text-align: right;
  font-size: 12.5px;
}
#addPrdctMdl .prdctLstHed p {
  color: var(--black-500);
  font-family: "VazirmatnMedium";
  font-size: 12.5px;
}
#addPrdctMdl .prdctLstHed p span {
  color: var(--black-200);
  font-size: 12.5px;
}
#addPrdctMdl .modalBody {
  padding: 24px;
}
.inquiryMdl .modalBody .inquiryMdlTxt {
  font-size: 14px;
  color: var(--text-300);
  text-align: right;
  margin-bottom: 15px;
}
.inquiryMdl .modalBody {
  padding: 24px;
}
#addPrdctMdl .prdctCrdLst {
  padding: 24px;
  border-radius: 0 0 20px 20px;
  max-height: 400px;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
#addPrdctMdl .prdctLstBx {
  padding: 8px;
  background: var(--background);
  border-radius: 0 0 20px 20px;
}
#addPrdctMdl .prdctCrdLst .newestCrd {
  width: 32%;
  cursor: pointer;
}
#addPrdctMdl .prdctCrdLst .newestCrd .newCrdImg {
  width: 100%;
}
.khodroMdl .modal-header {
  border-bottom: 1px solid var(--text-50);
  margin-bottom: 24px;
}
.addAdresMdl .adrsMdlSrch {
  direction: ltr;
}
.addAdresMdl .adrsMdlSrch input,
.addAdresMdl .adrsMdlSrch label {
  direction: rtl;
  text-align: right;
  font-size: 14px;
}
.addAdresMdl .adrsMdlSrch label {
  width: 100%;
  color: var(--black-400);
  font-family: "VazirmatnMedium";
  margin-bottom: 10px;
}
.addAdresMdl .adrsMdlSrch .input-group {
  width: 100%;
  height: 46px;
  border-radius: 12px;
  border: 1px solid var(--black-50);
  background: var(--gray-500);
}
.addAdresMdl .adrsMdlSrch input {
  color: var(--black-500);
  padding-right: 5px;
}
.addAdresMdl .adrsMdlSrch input,
.addAdresMdl .adrsMdlSrch .input-group-text {
  border: none;
  background: transparent;
  height: 100%;
}
.addAdresMdl .adrsMdlSrch .input-group-text {
  color: var(--black-200);
}
.addAdresMdl .adrsMdlSrch .input-group:has(input:focus) {
  border-color: var(--green-500);
}
.addAdresMdl .adrsMdlMap {
  margin: 24px 0;
  width: 100%;
  height: 280px;
  border-radius: 20px;
  border: 1px solid var(--black-50);
  box-shadow:
    0px 0px 4px 2px rgba(0, 0, 0, 0.03),
    6px 10px 16px 0px rgba(0, 0, 0, 0.03);
}
.addAdresMdl .adrsMdlMap iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#showModal .tabBoxHdr {
  width: 100%;
  height: 58px;
  padding: 18px 26px;
  border-radius: 12px;
  background: var(--gray-500);
  margin: 18px 0;
}
#showModal .tabBoxHdr ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
#showModal .tabBoxHdr .tablinks {
  display: block;
  color: var(--black-200);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
  padding: 3px 0;
}
#showModal .tabBoxHdr .tablinks:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 23px;
  height: 2px;
  background: var(--green-500);
  display: none;
}
#showModal .tabBoxHdr .tablinks.active {
  color: var(--green-500);
}
#showModal .tabBoxHdr .tablinks.active:after {
  display: block;
}
#showModal .tabcontent {
  display: none;
  padding-top: 20px;
}
#showModal #tabOne {
  display: block;
}
#showModal .showMdlSldr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
#showModal .showMdlSldr .swiperBtns {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
#showModal .showMdlSldr .swiperBtns div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--white);
  filter: drop-shadow(6px 10px 16px rgba(0, 0, 0, 0.06))
    drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.08));
  border-radius: 50%;
  color: var(--black-500);
  font-size: 22px;
}
#showModal .showMdlSldr .swiperBtns div:hover {
  background: var(--green-500);
  color: var(--white);
}
#showModal .showMdlSldr .swiperBtns div[aria-disabled="true"],
#showModal .showMdlSldr .swiperBtns div[aria-disabled="true"] {
  opacity: 0.45;
}

#showModal .showMdlSldr .mySwiper2 {
  width: 418px;
  height: 418px;
}
#showModal .showMdlSldr .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
#showModal .showMdlSldr .mySwiper2 .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid var(--stroke-1);
}
#showModal .showMdlSldr .swiper-slide img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 6px;
}
#showModal .showMdlSldr .sldrVidTHumb {
  width: 100%;
  height: 100%;
}
#showModal .showMdlSldr .sldrVidTHumb img {
  position: relative;
}
#showModal .showMdlSldr .sldrVidTHumb .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  z-index: 2;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white);
}
#showModal .showMdlSldr .mdlSldrTtl {
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 17.5px;
  margin-bottom: 25px;
}
#showModal .showMdlSldr .mySwiper {
  width: calc(100% - 448px);
}
#showModal .showMdlSldr .mySwiper .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  box-sizing: border-box;
  overflow: hidden;
  transform: unset !important;
  max-width: 100%;
}
#showModal .showMdlSldr .mySwiper .swiper-slide {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid var(--black-50);
  padding: 4px;
}
#showModal .showMdlSldr .mySwiper .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--green-500);
}
#showModal .showMdlSldr .slidrVideo {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
#showModal .showMdlSldr .slidrVideo .video-js {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: var(--white);
}
#showModal .showMdlSldr .slidrVideo .vjs-poster {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.25);
}
#showModal .showMdlSldr .video-js .vjs-big-play-button {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--gold-500);
  z-index: 3;
}
#showModal .showMdlSldr .video-js .vjs-control-bar {
  border-radius: 0 0 12px 12px;
}
#showModal
  .showMdlSldr
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
}
.khodroMdl.loginMdl .modal-header {
  border-bottom: 1px solid var(--text-50);
  margin-bottom: 30px;
}
.khodroMdl .modal-header h1 {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 17.5px;
  line-height: 1;
}
.khodroMdl .modal-header .btn-close {
  margin: 0 auto 0 0;
  padding: 0;
  width: 28px;
  height: 28px;
  font-size: 29px;
  color: var(--text-200);
  background: transparent;
  opacity: 1;
  line-height: 1;
}
.khodroMdl .modal-header .btn-close:hover {
  color: var(--red);
}
.khodroMdl .modalBody .khodroMdlTxt strong {
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnBold";
  display: block;
  font-size: 12.5px;
  margin-bottom: 3px;
}
.khodroMdl .modalBody .khodroMdlTxt p {
  color: var(--text-100);
  text-align: right;
  font-size: 14px;
}
.khodroMdl .modalBody .khodroYabImg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
}
.returnReqMdl .reqMdlLabel {
  color: var(--black-500);
  text-align: right;
  font-size: 14px;
}
.khodroMdl .uploadRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.khodroMdl .uploadRow .selectdFile {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  border: 1px solid var(--black-50);
  background: var(--gray-500);
  color: var(--text-100);
  text-align: right;
  font-size: 14px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.khodroMdl .uploadRow .uploadBtn {
  width: 122px;
  min-width: 122px;
  height: 50px;
  margin: 0;
  padding: 0;
  border-radius: 12px;
}
.khodroMdl .uploadRow .uploadBtn .uplodLabel,
.khodroMdl .uploadRow .uploadBtn input {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.khodroMdl .uploadRow .uploadBtn input {
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.khodroMdl .uploadRow .uploadBtn .uplodLabel {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  border: 1px solid var(--darkblue-500);
  background: var(--darkblue-500);
  display: flex;
  align-items: center;
  justify-content: center;
}
.khodroMdl .uploadRow .uploadBtn:hover .uplodLabel {
  background: var(--green-500);
  border-color: var(--green-500);
}
.khodroMdl .retrnMdlChk {
  margin: 10px 0 32px 0;
  max-height: 280px;
  padding: 0 4px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.khodroMdl .retrnMdlChk::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background-color: transparent; /* Chrome/Safari/Webkit */
}
.khodroMdl .retrnMdlChk::-webkit-scrollbar-thumb {
  display: none;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.2);
}
.khodroMdl .retrnMdlChk .modalItem {
  padding: 10px;
  border-radius: 20px;
  border: 1px solid var(--stroke-1);
  background: var(--background);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}

.khodroMdl .retrnMdlChk .form-check {
  padding: 15px 15px 15px 1.5em;
  border-radius: 20px;
  border: 1px solid var(--stroke-1);
  background: var(--background);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.khodroMdl .retrnMdlChk .form-check .form-check-input {
  float: left;
  margin-left: -0.5em;
  margin-right: auto;
  width: 1em;
}
.khodroMdl .retrnMdlChk label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  cursor: pointer;
}
.khodroMdl .retrnMdlChk label .chkMdlImg,
.khodroMdl .retrnMdlChk .modalItem .chkMdlImg {
  width: 88px;
  min-width: 88px;
  height: 88px;
  border-radius: 12px;
  border: 8px solid var(--white);
  background: var(--gray-500);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}
.khodroMdl .retrnMdlChk label .chkMdlImg img,
.khodroMdl .retrnMdlChk .modalItem .chkMdlImg img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
}
.khodroMdl .retrnMdlChk .modalItem .dltMdlItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 24px;
  padding: 0 8px;
  font-size: 14px;
  color: var(--black-500);
  border-radius: 5px;
  border: 1px solid var(--stroke-1);
  line-height: 1;
}
.khodroMdl .retrnMdlChk .modalItem .dltMdlItem:hover {
  color: var(--red);
}
.khodroMdl .retrnMdlChk label .chkMdlName {
  text-align: right;
}
.khodroMdl .retrnMdlChk .modalItem .chkMdlName {
  text-align: right;
  padding-left: 15px;
  width: calc(100% - 150px);
}
.khodroMdl .retrnMdlChk .modalItem .title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.khodroMdl .retrnMdlChk label .chkMdlName h2,
.khodroMdl .retrnMdlChk .modalItem .chkMdlName h2 {
  color: var(--black-500);
  font-family: "VazirmatnMedium";
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 23px;
}
.khodroMdl .retrnMdlChk .modalItem .title {
  margin-bottom: 10px;
}
.khodroMdl .retrnMdlChk .modalItem .chkMdlName h2 {
  margin-bottom: 0;
}
.khodroMdl .retrnMdlChk .modalItem .pNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 22px;
  padding: 0 8px;
  font-size: 14px;
  color: var(--black-500);
  border-radius: 5px;
  border: 1px solid var(--stroke-1);
  line-height: 1;
  padding-top: 2px;
}
.khodroMdl .retrnMdlChk label .chkMdlName div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.khodroMdl .retrnMdlChk label .chkMdlName p {
  color: var(--black-500);
  font-family: "VazirmatnBold";
  font-size: 14px;
}
.khodroMdl .retrnMdlChk label .chkMdlName span {
  font-size: 18px;
  color: var(--gray-700);
}
.khodroMdl .retrnMdlChk input:checked {
  background-color: var(--green-500);
  border-color: var(--green-500);
}
.khodroMdl .retrnMdlChk .form-check:has(input:checked) {
  border-color: var(--green-500);
  background:
    linear-gradient(
      0deg,
      rgba(251, 133, 0, 0.04) 0%,
      rgba(251, 133, 0, 0.04) 100%
    ),
    #f8f7f6;
}
.khodroMdl .mdlChkTxt {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
  margin-bottom: 24px;
}
.khodroFrm .modalLabel {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.khodroFrm .modalLabel i {
  color: var(--red);
}
.khodroFrm .wltMdlLbl {
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.khodroFrm .wltMdlAddLnk {
  color: var(--green-500);
  font-size: 12.5px;
  text-align: left;
  display: block;
}
.khodroFrm .wltMdlAddLnk:hover {
  color: var(--green-800);
}

.modalBody .withdrwAmount {
  border-radius: 12px;
  background: var(--green-50);
  padding: 20px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 24px;
}
.modalBody .withdrwAmount p {
  color: var(--text-600);
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.modalBody .withdrwAmount div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.modalBody .withdrwAmount span {
  font-size: 18px;
  color: var(--gray-700);
}
.khodroFrm .modalInput {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  border: 1px solid var(--black-50);
  background-color: var(--gray-500);
  font-size: 14px;
  color: var(--black-500);
}
.khodroFrm .widthAddOne {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  border: 1px solid var(--black-50);
  background-color: var(--gray-500);
  direction: ltr;
}
.khodroFrm .widthAddOne input {
  border-radius: 0 12px 12px 0;
  font-size: 14px;
  color: var(--black-500);
  background: transparent;
  direction: rtl;
  text-align: left;
  border: none;
}
.khodroFrm .widthAddOne .input-group-text {
  font-size: 16px;
  color: var(--black-500);
  background: transparent;
  border: none;
}
.khodroFrm .mdlFrmlTtl {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  color: var(--black-500);
  text-align: right;
  font-family: "VazirmatnBold";
  font-size: 15.5px;
}
.khodroFrm .KhodroSlct {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  border: 1px solid var(--text-50);
  background-color: var(--text-10);
  background-position: left 0.75rem center;
  font-size: 14px;
  color: var(--black-500);
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  margin-bottom: 12px;
}
.khodroFrm .modalInput:focus,
.khodroFrm .KhodroSlct:focus {
  border-color: var(--green-500);
}
.khodroFrm .form-switch {
  padding-right: 2.2em;
  padding-left: 0;
}
.khodroFrm .form-check .form-check-input {
  float: right;
  margin-left: auto;
  margin-right: -2.2em;
  width: 1.8em;
}
.khodroMdl .modalBody .adrsCheks {
  margin-bottom: 24px;
}
.khodroMdl .modalBody .adrsCheks .form-check {
  margin: 0;
  margin-bottom: 15px;
  width: 100%;
  padding: 32px 20px 32px 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  border: 1px solid var(--black-50);
  background: var(--background);
}
.khodroMdl .modalBody .adrsCheks input {
  float: right;
  margin-left: unset;
  margin-right: 20px;
}
.khodroMdl .modalBody .adrsCheks ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px 35px;
  flex-wrap: wrap;
}
.khodroMdl .modalBody .adrsCheks li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  color: var(--black-400);
}
.khodroMdl .modalBody .adrsCheks li span {
  font-size: 18px;
}
.khodroMdl .modalBody .adrsCheks ul p {
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.khodroMdl .modalBody .adrsCheks a {
  display: flex;
  width: 54px;
  min-width: 54px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: var(--gray-50);
  font-size: 22px;
  color: var(--text-100);
}
.khodroMdl .modalBody .adrsCheks a:hover {
  color: var(--red);
}
.khodroMdl .modalBody .adrsCheks .form-check-input:checked {
  background-color: var(--green-500);
  border-color: var(--green-500);
}
.khodroMdl .modalBody .adrsCheks .form-check:has(input:checked) {
  border-color: var(--green-500);
  background:
    linear-gradient(
      0deg,
      rgba(251, 133, 0, 0.04) 0%,
      rgba(251, 133, 0, 0.04) 100%
    ),
    #f5f5f5;
}
.khodroMdl .modalBody .newAdrsBtn {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid var(--green-500);
  color: var(--green-500);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.khodroMdl .modalBody .newAdrsBtn span {
  font-size: 20px;
}
.khodroMdl .modalBody .newAdrsBtn i {
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.khodroMdl .modalBody .newAdrsBtn:hover {
  background: var(--green-500);
  color: var(--white);
}
.khodroMdl .modalBody .mdlBtn {
  width: 100%;
  height: 46px;
  color: var(--white);
  font-family: "VazirmatnBold";
  font-size: 14px;
  border-radius: 12px;
  background: var(--green-500);
}
.khodroMdl .modalBody .mdlBtn:disabled {
  background: var(--text-75);
  color: var(--text-200);
}
.khodroMdl .modalBody .mdlBtn:hover {
  background: var(--green-800);
}
.khodroMdl .modalBody .deletMdlTxt {
  color: var(--text-700);
  text-align: right;
  font-size: 14px;
  margin: 5px 0 32px 0;
}
.khodroMdl .modalBody .removMdlBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.khodroMdl .removMdlBtn .btn {
  width: max-content;
  height: 46px;
  padding: 0 15px;
  min-width: 83px;
  border-radius: 12px;
  text-align: center;
  font-family: "VazirmatnBold";
  font-size: 14px;
}
.exitModal .removMdlBtn .btn {
  width: 50%;
}
.exitModal .removMdlBtn form {
  width: 100%;
}
.exitModal .removMdlBtn form .btn {
  width: 100%;
}
.khodroMdl .removMdlBtn .deleteBtn {
  background: var(--green-500);
  color: var(--white);
}
.exitModal .removMdlBtn .deleteBtn {
  background: var(--red);
}
.khodroMdl .removMdlBtn .deleteBtn:hover {
  background: var(--green-800);
}
.exitModal .removMdlBtn .deleteBtn:hover {
  background: #df2727;
}
.khodroMdl .removMdlBtn .cancelBtn {
  background: var(--text-50);
  color: var(--text-700);
}
.khodroMdl .removMdlBtn .cancelBtn:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}
.exitModal .removMdlBtn .cancelBtn:hover {
  background: var(--green-800);
  border-color: var(--green-800);
}
.khodroMdl .modalRate {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.khodroMdl .modalRate p {
  color: var(--black-500);
  text-align: center;
  font-family: "VazirmatnBold";
}
.khodroMdl .modalRate h2 {
  text-align: center;
  color: var(--black-500);
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.khodroMdl .modalRate ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.khodroMdl .modalRate ul span {
  font-size: 24px;
  cursor: pointer;
  display: block;
}
.khodroMdl .modalRate ul span {
  color: var(--text-75);
}
.khodroMdl .modalRate .selected span {
  color: var(--green-500);
}
.khodroMdl .modalRate .hoverStar span {
  color: var(--green-500);
}

.khodroFrm textarea {
  width: 100%;
  padding: 11px 16px;
  text-align: right;
  font-size: 14px;
  border-radius: 12px;
  border: 1px solid var(--text-50);
  background: var(--text-10);
}
.khodroFrm textarea:focus {
  border-color: var(--green-500);
  background: var(--text-10);
}
.khodroFrm .mdlFrmInput label {
  color: var(--text-700);
  text-align: right;
  font-size: 14px;
}
.khodroFrm .mdlFrmInput .mdlInputTxt {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--black-50);
  background: var(--gray-500);
  text-align: left;
  color: var(--black-500);
  font-size: 14px;
}
.khodroFrm .mdlFrmInput .mdlInputTxt:focus {
  border-color: var(--green-500);
}
.khodroFrm .mdlBtnRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.khodroFrm .mdlBtnRow .btn {
  display: block;
  width: max-content;
  height: 42px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-family: "VazirmatnBold";
  border-radius: 12px;
}
.khodroFrm .mdlBtnRow .submitBtn {
  color: var(--white);
  background: var(--green-500);
}
.khodroFrm .mdlBtnRow .submitBtn:hover {
  background: var(--darkblue-500);
}
.khodroFrm .mdlBtnRow .cancelBtn {
  color: var(--black-400);
  background: var(--black-50);
}
.khodroFrm .mdlBtnRow .cancelBtn:hover {
  background: var(--darkblue-500);
  color: var(--white);
}
.khodroFrm .invalid-feedback {
  color: var(--red);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 11.5px;
}

.editNameMdl .editMdlTxt {
  color: var(--black-200);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
  margin-bottom: 12px;
}
.modal-dialog {
  min-height: calc(100% - 60px);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*==================relatedSec=================*/
.relatedSec {
  margin: 20px 0;
}
.relatedSec .secHedr {
  padding: 10px 24px 5px 24px;
  margin-bottom: 5px;
}
.relatedSec .relatdSecBx {
  background: var(--white);
  border-radius: 20px;
  padding: 24px 0;
}
.relatedSec .swiper-slide {
  padding: 10px;
  width: max-content;
}
.relatedSec .newestCrd {
  width: 224px;
  border-left: 1px solid var(--text-10);
  border-radius: 0;
}
.relatedSec .swiper-slide:last-child .newestCrd {
  border-left: none;
}
.relatedSec .swiper-button-prev,
.relatedSec .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.19);
  color: var(--text-700);
  transition: all 0.6s;
}
.relatedSec .swiper-button-prev:after,
.relatedSec .swiper-button-next:after {
  font-size: 16px;
}
.relatedSec .swiper-button-prev:hover,
.relatedSec .swiper-button-next:hover {
  background: var(--green-500);
  color: var(--white);
}

/*==================fixedPrice=================*/
.fixedPrice {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--white);
  box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 16px 0;
  z-index: 5;
  display: none;
}
.fixedPrice .features ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  gap: 20px;
  padding: 10px;
  background: rgba(244, 255, 253, 1);
  border: 2px dashed var(--green-100);
}
.fixedPrice .features ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.fixedPrice .features ul i {
  font-size: 11px;
  color: var(--text-400);
}
.fixedPrice .features ul p {
  font-size: 11px;
  color: var(--text-700);
  font-family: "VazirmatnMedium";
}
.fixedPrice .features ul img {
  width: 14px;
  height: auto;
}
.fixedPrice .freeShipng {
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 12px;
  background: rgba(244, 255, 253, 1);
  border: 2px dashed var(--green-100);
}
.fixedPrice .freeShipng .hed {
  font-size: 12px;
  color: var(--text-700);
  font-family: "VazirmatnMedium";
}
.fixedPrice .freeShipng .text {
  font-size: 11px;
  color: var(--text-300);
  margin-top: 6px;
}
.fixedPrice .priceRow {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixedPrice .priceRow .discnt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.fixedPrice .priceRow .discnt div {
  font-size: 11px;
  padding: 3px 6px 2px 6px;
  color: var(--white);
  text-align: center;
  font-family: "VazirmatnMedium";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  background: var(--red);
  line-height: 1;
}
.fixedPrice .priceRow .discnt del {
  color: var(--text-300);
  text-align: left;
  font-family: "VazirmatnMedium";
  font-size: 12px;
  padding-top: 4px;
}
.fixedPrice .priceRow .newPrice {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
}
.fixedPrice .priceRow .newPrice p {
  font-size: 17.5px;
  color: var(--text-700);
  text-align: right;
  font-family: "VazirmatnBold";
  padding-top: 3px;
}
.fixedPrice .priceRow .newPrice .toman {
  font-size: 11px;
  color: var(--text-300);
}
.fixedPrice .buyBtn {
  background: var(--green-500);
  color: var(--white);
  width: 100%;
  /* max-width: 360px; */
  height: 46px;
  border-radius: 14px;
  font-size: 14px;
  font-family: "VazirmatnBold";
  margin: 0 auto;
  display: block;
}
.fixedPrice .buyBtn:hover {
  background: var(--green-800);
}

/*==================chatSec=================*/
.chatSec {
  margin: 50px 0;
}
.chatSec .chatRow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.chatSec .chatSide {
  width: 380px;
  min-width: 380px;
  background: var(--white);
  border-radius: 20px;
}
.chatSec .chatSide .chatSidTop {
  width: 100%;
  height: 140px;
  background: url("../img/vector/bg-modal.jpg") no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  padding: 32px;
}
.chatSec .chatSide .chatSidTop img {
  margin: 0 auto 15px auto;
  width: 93px;
  height: auto;
  display: block;
}
.chatSec .chatSide .chatSidTop strong {
  font-size: 17.5px;
  font-family: "VazirmatnBold";
  text-align: center;
  color: var(--white);
  display: block;
}
.chatSec .chatSide .chatSideMnu {
  padding: 22px;
}
.chatSec .chatSide .chatSideMnu .text {
  font-size: 14px;
  color: var(--text-300);
  margin-bottom: 16px;
}
.chatSec .chatSide .chatSideMnu ul {
  margin-bottom: 40px;
}
.chatSec .chatSide .chatSideMnu li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-radius: 14px;
  border: 1px solid var(--text-75);
  padding: 24px;
  margin-bottom: 10px;
}
.chatSec .chatSide .chatSideMnu li p {
  color: var(--text-700);
  font-size: 15.5px;
}
.chatSec .chatSide .chatSideMnu li .status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--green-500);
}
.chatSec .chatSide .chatSideMnu li .status span {
  font-size: 16px;
}
.chatSec .chatSide .chatSideMnu li .status i {
  font-size: 12.5px;
  font-family: "VazirmatnMedium";
}
.chatSec .chatSide .chatSideMnu li .price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
}
.chatSec .chatSide .chatSideMnu li .price i {
  font-size: 12.5px;
  color: var(--text-300);
  font-family: "VazirmatnMedium";
}
.chatSec .chatSide .chatSideMnu li .price span {
  font-size: 11px;
  color: var(--text-300);
}
.chatSec .chatSide .chatSideMnu .btn {
  width: 100%;
  height: 46px;
  margin-top: 10px;
  color: var(--white);
  font-size: 14px;
  font-family: "VazirmatnBold";
  border-radius: 14px;
  background: var(--green-500);
  border: none;
}
.chatSec .chatSide .chatSideMnu .btn:hover {
  background: var(--green-800);
}
.chatSec .chatSide .chatSideMnu .notif {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 14px;
  font-size: 14px;
  font-family: "VazirmatnMedium";
  background: var(--green-50);
  color: var(--green-500);
  margin-top: 10px;
}
.chatSec .chatMain {
  width: calc(100% - 380px);
  padding-right: 20px;
}
.chatSec .chatMain .chatBox {
  position: relative;
  width: 100%;
  height: 680px;
  background: var(--white);
  box-shadow: 0 12.27px 43.18px 0 rgba(220, 224, 249, 0.38);
  padding: 110px 0px 90px 0px;
  border-radius: 20px;
}
.chatSec .chatMain .chatBxTop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid var(--text-75);
  background: var(--white);
  border-radius: 20px 20px 0 0;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chatSec .chatMain .chatBxTop .audienceUsr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.chatSec .chatMain .chatBxTop .audienceUsr .img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--text-75);
}
.chatSec .chatMain .chatBxTop .audienceUsr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.chatSec .chatMain .chatBxTop .audienceUsr p {
  color: var(--text-700);
  font-size: 15.5px;
  font-family: "VazirmatnMedium";
  margin-bottom: 5px;
}
.chatSec .chatMain .chatBxTop .audienceUsr span {
  font-size: 14px;
  color: var(--text-300);
}
.chatSec .chatMain .chatBxBtm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 24px 22px 24px;
  background: var(--white);
  border-radius: 0 0 20px 20px;
}
.chatSec .chatMain .chatBxBtm .chatInput {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: var(--text-10);
  border: 1px solid var(--text-50);
  border-radius: 14px;
  padding: 0 18px;
}
.chatSec .chatMain .chatInput input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  color: var(--text-700);
  font-size: 14px;
}
.chatSec .chatMain .chatInput .btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.chatSec .chatMain .chatInput .btns .sendBtn {
  background: var(--green-500);
  color: var(--white);
  width: max-content;
  min-width: 44px;
  height: 36px;
  font-size: 22px;
  padding: 0 10px;
  border-radius: 12px;
  border: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chatSec .chatMain .chatInput .btns .sendBtn:hover {
  background: var(--green-800);
}
.chatSec .chatMain .chatInput .emoji,
.chatSec .chatMain .chatInput .btn {
  border: none;
  background: transparent;
  width: max-content;
  height: 25px;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  color: var(--text-300);
}
.chatSec .chatMain .chatInput .emoji:hover,
.chatSec .chatMain .chatInput .btn:hover {
  color: var(--green-500);
}
.chatSec .chatMain .chatCntnt {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 24px;
}
.chatSec .chatMain .chatCntnt::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}
.chatSec .chatMain .chatCntnt::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.2);
  --webkit-box-shadow:
    inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.chatSec .chatMain .chatCntnt .noMessage {
  color: var(--text-200);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  min-height: 300px;
}
.chatSec .chatMain .chatCntnt .noMessage span {
  font-size: 57px;
}
.chatSec .chatMain .chatCntnt .noMessage p {
  font-size: 12.5px;
}
.chatSec .chatMain .chatCntnt .topDate {
  color: var(--text-200);
  font-size: 14px;
  font-family: "VazirmatnMedium";
  text-align: center;
  margin: 20px auto;
}
.chatSec .chatMain .messageRw {
  width: max-content;
  max-width: 60%;
  min-width: 275px;
}
.chatSec .chatMain .messageRw.left {
  margin: 20px auto 20px 0;
}
.chatSec .chatMain .messageRw.right {
  margin: 20px 0 20px auto;
}
.chatSec .chatMain .messageRw .messageBx {
  padding: 12px 16px;
}
.chatSec .chatMain .messageBx .imgMssage {
  display: flex;
  align-items: center;
  gap: 15px;
}
.chatSec .chatMain .left .messageBx .imgMssage {
  justify-content: flex-end;
}
.chatSec .chatMain .right .messageBx .imgMssage {
  justify-content: flex-start;
}
.chatSec .chatMain .messageBx .imgMssage .img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}
.chatSec .chatMain .messageBx .imgMssage img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
}
.chatSec .chatMain .left .messageBx .imgMssage p {
  text-align: left;
  color: var(--white);
  font-size: 14px;
}
.chatSec .chatMain .right .messageBx .imgMssage p {
  text-align: right;
  color: var(--text-600);
  font-size: 14px;
}
.chatSec .chatMain .left .messageBx {
  border-radius: 12px 12px 12px 0;
  background: var(--green-500);
}
.chatSec .chatMain .left .messageBx .text {
  font-size: 14px;
  color: var(--white);
}
.chatSec .chatMain .right .messageBx {
  border-radius: 12px 0 12px 12px;
  background: var(--text-10);
}
.chatSec .chatMain .right .messageBx .text {
  font-size: 14px;
  color: var(--text-700);
}
.chatSec .chatMain .messageRw .date {
  font-size: 12.5px;
  color: var(--text-300);
  margin-top: 8px;
}
.chatSec .chatMain .messageRw.left .date {
  text-align: left;
}
.chatSec .chatMain .messageRw.right .date {
  text-align: right;
}
.chatSec .chatMain .msgAudio {
  width: 100%;
  color: var(--white);
}
.chatSec .chatMain .msgAudio .audioplayer-time {
  font-size: 14px;
}
.chatSec .chatMain .left .msgAudio .audioplayer-time {
  color: var(--white);
}
.chatSec .chatMain .right .msgAudio .audioplayer-time {
  color: var(--text-300);
}
.chatSec .chatMain .right .msgAudio .audioplayer-bar::before {
  background: var(--text-75);
}
.chatSec .chatMain .left .msgAudio .audioplayer-bar::before {
  background: #ffffff9f;
}
.chatSec .chatMain .left .msgAudio .audioplayer-bar-played {
  background: var(--white);
}
.chatSec .chatMain .right .msgAudio .audioplayer-bar-played {
  background: var(--green-500);
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chatSec .chatMain .msgAudio .audioplayer-playing .audioplayer-playpause a span,
.chatSec
  .chatMain
  .msgAudio
  .audioplayer:not(.audioplayer-playing)
  .audioplayer-playpause
  a
  span {
  color: var(--green-500);
}
.chatSec .chatMain .msgAudio .audioplayer-playpause {
  background: var(--white);
}
.chatSec
  .chatMain
  .msgAudio
  .audioplayer:not(.audioplayer-playing)
  .audioplayer-playpause {
  background: var(--white);
}
.chatSec
  .chatMain
  .msgAudio
  .audioplayer-playing
  .audioplayer-playpause
  a::before,
.chatSec
  .chatMain
  .msgAudio
  .audioplayer-playing
  .audioplayer-playpause
  a::after {
  background: var(--green-500);
}

/*==================walletTbl=================*/
.walletTbl table {
  border-collapse: separate;
  border-spacing: 0;
}
.walletTbl thead tr {
  border-radius: 20px 20px 0 0;
  background: #ecfbf8;
}
.walletTbl th {
  background: transparent;
  border: none;
  border-top: 1px solid var(--text-50);
  padding: 14px;
}
.walletTbl th div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  min-width: max-content;
}
.walletTbl th:first-child {
  border-radius: 0 20px 0px 0;
  border-right: 1px solid var(--text-50);
}
.walletTbl th:last-child {
  border-radius: 20px 0 0 0;
  border-left: 1px solid var(--text-50);
}
.walletTbl th p {
  color: var(--text-300);
  text-align: right;
  font-family: "VazirmatnMedium";
  font-size: 14px;
}
.walletTbl th i {
  font-size: 16px;
}
.walletTbl td {
  border: none;
  color: var(--text-700);
  text-align: right;
  font-size: 14px;
  padding: 15px 14px;
  border-bottom: 1px solid var(--text-50);
}
.walletTbl td:first-child {
  border-right: 1px solid var(--text-50);
}
.walletTbl td:last-child {
  border-left: 1px solid var(--text-50);
}
.walletTbl tr:last-child td:first-child {
  border-radius: 0 0 20px 0;
}
.walletTbl tr:last-child td:last-child {
  border-radius: 0 0 0 20px;
}
.walletTbl td .num {
  direction: ltr;
}
.walletTbl .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1;
}
.walletTbl .arrowDown {
  color: var(--red);
  background: rgba(252, 44, 44, 0.12);
}
.walletTbl .arrowUp {
  color: var(--green-500);
  background: var(--green-50);
}
.walletTbl td .name {
  min-width: 100px;
}
.walletTbl td .name p {
  font-size: 14px;
  color: var(--text-700);
  margin-bottom: 8px;
}
.walletTbl td .name span {
  color: var(--text-200);
  font-size: 12.5px;
  display: block;
}
.walletTbl td .number,
.walletTbl td .period {
  font-size: 14px;
  color: var(--text-700);
}
.walletTbl td .status {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px 0 14px;
  width: max-content;
  height: 24px;
}
.walletTbl td .status p {
  font-size: 12.5px;
  font-family: "VazirmatnMedium";
}
.walletTbl td .status span {
  font-size: 16px;
}
.walletTbl td .status.green {
  background: var(--green-50);
  color: var(--green-500);
}
.walletTbl td .status.red {
  background: #ffe9e9;
  color: var(--red);
}
.walletTbl .tblBtns button,
.walletTbl .tblBtns a {
  width: max-content;
  height: 30px;
  border-radius: 14px;
  padding: 0 12px;
  font-size: 12.5px;
  font-family: "VazirmatnMedium";
  display: flex;
  align-items: center;
  justify-content: center;
}
.walletTbl .tblBtns button {
  background: #2da6f1;
  color: var(--white);
  margin-bottom: 10px;
}
.walletTbl .tblBtns button:hover {
  background: #007fe6;
}
.walletTbl .tblBtns a {
  background: var(--text-10);
  color: var(--text-700);
}
.walletTbl .tblBtns a:hover {
  background: var(--green-500);
  color: var(--white);
}

/*==================inquirySec=================*/
.inquirySec {
  margin: 50px 0;
}
.inquirySec .inquiryRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.inquirySec .inquirySide {
  width: 380px;
  border-radius: 20px;
  background: var(--white);
  padding: 24px 24px 50px 24px;
}
.inquirySec .inquiryhed {
  font-size: 17.5px;
  color: var(--text-700);
  font-family: "VazirmatnBold";
  margin-bottom: 25px;
}
.inquirySec .inquirySide ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.inquirySec .inquirySide ul li {
  width: 46%;
  text-align: right;
}
.inquirySec .inquirySide ul span {
  font-size: 12.5px;
  color: var(--text-300);
}
.inquirySec .inquirySide ul p {
  color: var(--text-700);
  font-size: 14px;
}
.inquirySec .inquirySide .electronic {
  border-radius: 14px;
  background: var(--green-50);
  padding: 12px;
  font-size: 12.5px;
  color: var(--green-500);
  font-family: "VazirmatnMedium";
  margin: 20px 0 30px auto;
  width: max-content;
  max-width: 100%;
}
.inquirySec .inquirySide .text {
  color: var(--text-300);
  font-size: 14px;
}
.inquirySec .inquiryMain {
  width: calc(100% - 380px);
  padding-right: 30px;
}
.inquirySec .inquiryMain .inqryMainBx {
  border-radius: 20px;
  background: var(--white);
  padding: 35px 24px;
}
.inquirySec .inquiryMain .addMedicine {
  border-radius: 14px;
  background: var(--green-500);
  width: max-content;
  height: 46px;
  padding: 0 20px;
  font-size: 14px;
  color: var(--white);
  font-family: "VazirmatnBold";
  display: block;
  margin: 30px auto 0 0;
}
.inquirySec .inquiryMain .addMedicine:hover {
  background: var(--green-800);
}

/*==================media=================*/
@media (min-width: 992px) {
  .topBrndSec ul {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
  }
  .topBrndSec ul li {
    width: 170px;
    min-width: 170px;
  }
  .topBrndSec ul::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background-color: transparent; /* Chrome/Safari/Webkit */
  }
  .topBrndSec ul::-webkit-scrollbar-thumb {
    display: none;
  }
  .headerBox .hdrBtmRow .hdrBrndLnkBx.hovered .hdrBrndLnk,
  .headerBox .hdrBtmRow .hdrCatLnkBx.hovered .hdrMnuLnk {
    color: var(--green-500);
  }
  .headerBox .hdrCatSub .catSubLi.hovered .nameDiv i {
    color: var(--black-500);
  }
  .headerBox .hdrCatSub .catSubLi.hovered .catSubLnk .left {
    display: block;
  }
  .headerBox .hdrCatSub .catSubLi.hovered .catSubLnk {
    background: var(--text-10);
  }
  .headerBox .hdrCatSub .catSubLi.hovered .catSubList {
    display: block;
  }
}
@media (min-width: 1300px) {
  .khodroMdl .retrnMdlChk {
    max-height: 395px;
  }
}
@media (max-width: 2559px) {
  .topSlider .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
  }
  .topSlider .row {
    padding: 0;
    margin: 0;
    height: 100%;
  }
  .topSlider .col-12 {
    height: 100%;
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .articleCrd .crdBtm li i {
    font-size: 11px;
  }
  .articleCrd .crdBtm p {
    font-size: 11px;
    min-width: max-content;
  }
}
/* @media (min-width: 1400px) and (max-width: 1441px) {
  .topSlider {
    height: 405px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .topSlider {
    height: 360px;
  }
} */
@media (min-width: 768px) and (max-width: 1399px) {
  .headerBox .hdrTopLft .hdrCrtBox .hdrCrtSub {
    width: 395px;
  }
  .headerBox .hdrCrtSub .crtSubList {
    height: 260px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .specialSec .spcialCntnt .newestCrd,
  .newestSec .swiper .newestCrd {
    width: 235px;
  }
  .productTab .pTabcontent.flexRow .pTabTitle {
    min-width: 200px;
    width: 200px;
  }
  .blogLstSec .blogLstDiv .articleCrd {
    max-width: 273px;
  }
  .compareSec .comparInfo .tableCol,
  .compareSec .comparList .addCompar,
  .compareSec .comparList .newestCrd {
    width: 256px;
    min-width: 256px;
  }
  .bannrSec .bannrsBox {
    height: 242px;
  }
  .newestCrd .newCrdImg {
    width: 100%;
  }
  .catSection ul a {
    width: 125px;
  }
  .catSection ul div {
    width: 125px;
    height: 125px;
  }
  .resultSec .resultCntnt .resultList .newestCrd .newCrdImg {
    /* width: 180px; */
    width: 100%;
    height: 180px;
  }
  .resultSec .resultCntnt .resultList .newestCrd {
    width: 24.1%;
  }
}
@media (max-width: 1199px) {
  .pMorInfoSec .pMorInfoBx {
    gap: 20px;
  }
  .resultSec .rsultSort.noFilter .sortDiv {
    justify-content: space-between;
  }
  .productSec .productRow {
    flex-direction: column;
  }
  .pMorInfoSec .pMorInfoBx .productTab,
  .productSec .productRght {
    width: 100%;
  }
  .pMorInfoSec .pMorInfoBx {
    flex-direction: column-reverse;
  }
  .productSec .productRght {
    margin-bottom: 15px;
  }
  .productPage .productLft {
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .featureSec {
    margin-top: 0;
  }
  .pMorInfoSec .productLft .prdctLftBx {
    display: none;
  }
  .resultSec .rsultSort .startCmpair i,
  .resultSec .rsultSort .startCmpair small {
    font-size: 12px;
  }
  .sortDiv .sortLstBx {
    width: max-content;
  }
  .resultSec .rsultSort .sortDiv .sortNumbr {
    display: none;
  }
  .articlesSec .articleLst .articleCrd {
    width: 271px;
    min-width: 271px;
  }
  .articlesSec .articleLst {
    overflow: auto;
  }
  .articlesSec .articleLst::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #fff;
  }
  .articlesSec .articleLst::-webkit-scrollbar-thumb {
    border-radius: 35px;
    background-color: rgba(0, 0, 0, 0.2);
    --webkit-box-shadow: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inquirySec .inquirySide {
    width: 355px;
  }
  .chatSec .chatSide {
    width: 355px;
    min-width: 355px;
  }
  .inquirySec .inquiryMain,
  .chatSec .chatMain {
    width: calc(100% - 355px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .specialSec .spcialCntnt .newestCrd,
  .newestSec .swiper .newestCrd {
    width: 214px;
    padding: 10px 10px 12px 10px;
  }
  .catSection ul p {
    font-size: 13px;
  }
  .catSection ul a {
    width: 101px;
  }
  .catSection ul div {
    width: 101px;
    height: 101px;
  }
  .catSection ul img {
    width: 40px;
  }
  .khodroMdl .modal-content {
    padding: 20px;
  }
  .resultSec .resultCntnt .resultList .newestCrd {
    width: 32.2%;
  }
}
@media (max-width: 1024px) {
  .catSection .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .catSection .row {
    padding: 0;
  }
  .catSection .col-12 {
    padding: 0;
  }
  .catSection ul {
    padding: 0 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contactSec .contactFrm {
    padding: 48px 30px;
  }
  .sortDiv .right {
    width: 100%;
  }
  .resultSec .rsultSort .comprisnLnk,
  .selctdPrdct .compareBtn {
    padding: 8px 14px 8px 8px;
  }
  .resultSec .rsultSort.noFilter .sortDiv {
    width: calc(100% - 140px);
  }
  .headerBox .bakHomeLnk {
    padding: 5px 10px;
    font-size: 12px;
  }
  .headerBox .blgHdrSrch {
    width: 215px;
  }
  .headerBox .blgHdrMnu .blgHdrUl {
    gap: 25px;
  }
  .blogLstSec .blogLstDiv .articleCrd {
    width: 33%;
    /* flex: 32%; */
    max-width: 306px;
  }
  .resultSec .resultCntnt .resultList .newestCrd .newCrdImg {
    /* width: 192px; */
    width: 100%;
    height: 192px;
  }
  .bannrSec .bannrsBox {
    height: 200px;
  }
  .headerBox .hdrBtmRow .hdrBrndSub {
    width: 740px;
  }
  .headerBox .hdrTopCntr .hdrSrchBx {
    width: 375px;
  }
}
@media (max-width: 991px) {
  .chatSec .chatMain .chatBox {
    height: max-content;
    max-height: 600px;
  }
  .inquirySec .inquiryRow,
  .chatSec .chatRow {
    flex-direction: column;
    gap: 30px;
  }
  .inquirySec .inquirySide {
    width: 100%;
  }
  .chatSec .chatSide {
    width: 100%;
    min-width: unset;
  }
  .inquirySec .inquiryMain,
  .chatSec .chatMain {
    width: 100%;
    padding-right: 0;
  }
  .headerBox .catSubList .subTwoLi span {
    transition: all 0.6s;
  }
  .headerBox .catSubList .subTwoLi .active span {
    transform: rotate(90deg);
  }
  .sortDiv .right {
    justify-content: flex-end;
  }
  .sortDiv .sortLstBx {
    position: relative;
    overflow: unset;
  }
  .sortDiv .sortLstBx .sortLstHed {
    display: flex;
  }
  .sortDiv .sortLstBx ul {
    position: absolute;
    left: 0;
    background: var(--white);
    width: 160px;
    padding: 12px;
    border-radius: 8px;
    z-index: 5;
    display: none;
  }
  .sortDiv ul .form-check {
    width: 100%;
    height: 32px;
  }
  .sortDiv ul label {
    justify-content: flex-start;
    width: 100%;
  }
  .resultSec .resultRow .resultFltr .rsltFltrBdy {
    padding: 10px;
    max-height: 90%;
  }
  .resultSec .resultFltr .rsltFltrHed span {
    display: block;
  }
  .topAdsBx {
    height: auto;
  }
  .topAdsBx img {
    height: auto;
  }
  .headerBox .hdrRowFixd.fixed .hdrTopLft,
  .headerBox .hdrRowFixd.fixed .hdrMinSrch {
    display: none;
  }
  .specialSec .spcialSecBx .spcialSide {
    display: none;
  }
  .specialSec .spcialCntnt {
    width: 100%;
  }
  .catSubBx {
    position: static;
    height: max-content;
    background: transparent;
  }
  .hasTopAds .catSubBx {
    height: max-content;
  }
  .catSubBx .whitSubBx {
    width: 100%;
  }
  .catSubBx .closeCatBx {
    display: none;
  }
  .addItemRow {
    width: 100%;
  }
  .hireRow .right {
    width: 100%;
    padding: 0 15px;
    justify-content: space-between;
  }
  .hireRow .right i,
  .hireRow .right p {
    text-align: left;
  }
  .hireRow .left .btn {
    width: 100%;
  }
  .hireRow {
    flex-direction: column;
    gap: 24px;
  }
  .hireRow .left {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .hireRow .left .price {
    padding-right: 15px;
  }
  .hireRow .left .percent {
    padding-left: 15px;
  }
  .headerBox .bakHomeLnk {
    display: none;
  }
  .headerBox .blgHdrLogo .bakHomLink {
    display: block;
  }
  .blgPostSec .blgPostCmnt .blgCmntLeft {
    position: static;
  }
  .headerBox .blgHdrLeft,
  .headerBox .blgHdrSrch {
    width: 100%;
    margin-right: 0;
  }
  .headerBox .blgHdrLogo {
    width: 100%;
    justify-content: space-between;
  }
  .headerBox .blgHdrMnu .blgHdrSub {
    position: relative;
    top: 0;
    width: 100%;
    box-shadow: none;
  }
  .hdrTopRght .minPrfilBx .minPrfiLnk {
    display: flex;
  }
  .blgPostSec .blgPostRow {
    flex-direction: column;
    gap: 20px;
  }
  .blgPostSec .blgPostCmnt .blgCmntRght,
  .blgPostSec .blogRight {
    width: 100%;
  }
  .contactSec .contactRow {
    align-items: flex-start;
  }
  .blgPostSec .blgPostCmnt,
  .contactSec .contactRow {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .contactSec .contactRow .left,
  .contactSec .contactRow .right {
    width: 100%;
    min-width: 100%;
  }
  .opnFltrBtn {
    display: flex;
  }
  .resultSec .resultRow .resultFltr {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 16;
    width: 300px;
    height: 100vh;
    background: var(--white);
    padding: 20px 15px;
    border-radius: 0;
    transition: all 0.6s;
  }
  .resultSec .resultRow .resultFltr.open {
    right: 0;
  }
  .resultSec .resultRow {
    flex-direction: column;
  }
  .blgPostSec .blogLeft .relatedsBx {
    padding: 0;
    border: none;
  }
  .blgPostSec .blogLeft,
  .blgPostSec .blgPostCmnt .blgCmntLeft,
  .resultSec .resultRow .resultCntnt {
    width: 100%;
    padding-right: 0;
  }
  footer .footerRow {
    flex-wrap: wrap;
  }
  .topBrndSec ul li {
    flex: unset;
  }
  .specialSec .spcialSecBx .spclPtrnLft {
    display: none;
  }
  .headerBox .hdrMinSrch {
    display: flex;
  }
  .headerSec {
    padding: 12px 0;
  }
  .hdrTopRght .hdrOpnMnu {
    display: block;
  }
  .hdrTopRght .hdrMinLgin {
    display: flex;
  }
  .headerBox .hdrTopLft .hdrPrfilBx {
    display: none;
  }
  .hdrTopRght .minPrfilBx {
    display: flex;
  }
  .headerBox .hdrTopCntr,
  .headerBox .hdrTopLft .hdrLrgLgin {
    display: none;
  }
  .headerBox .hdrTopCntr {
    display: none !important;
    position: relative;
    z-index: -10;
    opacity: 0;
  }
  .hdrRow .hdrTopRow {
    flex-wrap: wrap;
    gap: 10px;
  }
  .headerSec .hdrTopRght {
    width: 100%;
  }
  .headerBox .hdrBtmRow .sideLogo,
  .headerBox .hdrBtmRow .closeSide {
    display: block;
  }

  .headerBox .blgHdrMnu,
  .headerBox .hdrBtmRow {
    display: block;
    position: fixed;
    right: -280px;
    top: 0;
    width: 280px;
    height: 100vh;
    overflow: auto;
    z-index: 25;
    background: var(--white);
    padding: 20px;
  }

  .headerBox .blgHdrMnu.opened,
  .headerBox .hdrBtmRow.opened {
    right: 0;
    box-shadow:
      -2px 0px 4px 0px rgba(0, 0, 0, 0.08),
      -8px 0px 35px 0px rgba(0, 0, 0, 0.05);
  }
  .headerBox .blgHdrMnu .blgHdrUl {
    display: block;
    margin: 80px 0 30px 0;
  }
  .headerBox .hdrBtmRow .hdrMnu {
    display: block;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .headerBox .blgHdrMnu .blgHdrLi,
  .headerBox .hdrBtmRow .hdrMnu .headerLi {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(239, 239, 239, 0.6);
  }
  .headerBox .blgHdrMnu .blgHdrLi:last-child,
  .headerBox .hdrBtmRow .hdrMnu .headerLi:last-child {
    border-bottom: none;
  }
  .headerBox .hdrBtmRow .hdrMnuLnk {
    padding: 15px 3px;
  }
  .headerBox .hdrBtmRow .hdrMnuLnk p {
    font-size: 14px;
  }
  .headerBox .hdrBtmRow .hdrMnuLnk i {
    display: block;
    transition: all 0.6s;
  }
  .headerBox .headerLi:has(.catSubBx.open) .hdrMnuLnk i {
    transform: rotate(180deg);
  }
  .headerBox .hdrBtmRow .hdrCatLnkBx .hdrMnuLnk.active i {
    transform: rotate(180deg);
  }
  .headerBox .hdrBtmRow .surprisLnk {
    width: 100%;
    margin-bottom: 0;
  }
  .headerBox .hdrBtmRow .khdroYabLnk {
    display: flex;
    width: 100%;
  }
  .headerBox .hdrBtmRow .hdrBtmLeft {
    flex-direction: column;
  }
  .headerBox .hdrBtmRow .hdrCatSub {
    position: static;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 20px;
  }
  .headerBox .hdrBtmRow .hdrCatSub .catSubUl {
    box-shadow: none;
    width: 100%;
    padding: 0 15px 0 0;
  }
  .headerBox .hdrBtmRow .hdrCatSub .catSubLi {
    border-bottom: 1px solid rgba(239, 239, 239, 0.6);
  }
  .headerBox .hdrBtmRow .hdrCatSub .catSubLi:last-child {
    border-bottom: none;
  }
  .headerBox .hdrBtmRow .hdrCatSub .catSubLi:has(.catSubLnk.active) {
    border-bottom: none;
  }
  .headerBox .hdrCatSub .catSubList .firstLnk {
    border-bottom: none;
  }
  .headerBox .catSubList .subTwoLst {
    position: static;
    padding: 15px;
    width: 100%;
    height: auto;
  }
  .headerBox .hdrCatSub .catSubList {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    padding: 0 15px 15px 0;
    box-shadow: none;
  }
  .headerBox .hdrCatSub .catSubLnk {
    min-height: 64px;
    height: max-content;
  }
  .headerBox .hdrCatSub .catSubLnk span {
    transform: rotate(-90deg);
    transition: all 0.6s;
    font-size: 20px;
  }
  .headerBox .hdrCatSub .catSubLnk.active span {
    transform: rotate(90deg);
  }
  .headerBox .hdrBtmRow .hdrBrndSub {
    width: 100%;
    position: relative;
    top: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 18px 15px 0;
  }
  .headerBox .hdrBtmRow .hdrBrndSub ul div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
  }
  .headerBox .hdrBtmRow .hdrBrndSub ul img {
    display: none;
  }
  .headerBox .hdrBtmRow .hdrBrndSub ul a {
    height: auto;
    padding: 7px 0;
  }
  .headerBox .hdrBtmRow .hdrBrndSub ul {
    display: block;
  }
  .headerBox .hdrBtmRow .hdrBrndSub ul li {
    width: 100%;
  }
  .headerBox .hdrCatSub .catSubLnk .nameDiv {
    width: max-content;
  }
  .headerBox .hdrCatSub .catSubList div {
    flex-wrap: wrap;
  }
  .headerBox .hdrCatSub .catSubList p {
    font-size: 14px;
    min-width: max-content;
  }
  .headerBox .hdrCatSub .catSubList i {
    font-size: 11px;
  }
  .headerBox .hdrCatSub .catSubLnk .nameDiv img {
    width: 25px;
  }
  .headerBox .hdrCatSub .catSubList a {
    padding: 0 10px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .recptionFrm .frmBox {
    padding: 30px;
  }
  .productSec .productRght .prductImg {
    width: 280px;
    min-width: 280px;
  }
  .productSec .productRght .prductInfo {
    width: calc(100% - 280px);
  }
  .productSec .prductImg .big {
    height: 290px;
  }
  .productTab .pTabcontent.flexRow .pTabTitle {
    min-width: 175px;
    width: 175px;
  }
  .specialSec .spcialSecBx {
    padding: 20px 20px 0 20px;
  }
  .topSlider .swiper-pagination,
  .topSlider .swiper-horizontal > .swiper-pagination-bullets,
  .topSlider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 38px;
  }
  .topSlider .swiperBtns {
    bottom: 8px;
  }
  .newestLst .newestCrd {
    width: 200px;
    min-width: 200px;
  }
  .newestCrd .newCrdImg {
    height: 186px;
  }
  .blogLstSec .blogLstDiv .articleCrd {
    width: 33%;
    /* flex: 32%; */
    max-width: 226px;
  }
  .blogLstSec .newArtclCrd {
    height: 200px;
  }
  .blogLstDiv .articleCrd .crdBtm ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .blogLstDiv .articleCrd .text {
    margin: 10px 0;
  }
  .brandsSec .brandList a {
    width: 160px;
    height: 144px;
  }
  .contactSec .contactMap .mapAdrsBox {
    width: 300px;
    padding-right: 20px;
  }
  .contactSec .contactMap .mapAdrsBox .content {
    padding: 40px 0 20px 20px;
  }
  .compareSec .comparInfo .tableCol,
  .compareSec .comparList .addCompar,
  .compareSec .comparList .newestCrd {
    width: 240px;
    min-width: 240px;
  }
  .compareSec .comparList .newestCrd .newCrdImg {
    height: 205px;
  }
  .featureSec .postFeatures {
    padding: 25px 60px;
  }
  .resultSec .resultCntnt .resultList .newestCrd .newCrdImg {
    /* width: 200px; */
    width: 100%;
    height: 200px;
  }
  .bannrSec .bannrsBox {
    height: 149px;
  }
  .topBrndSec ul li {
    width: 23%;
  }
  /* .topSlider {
    height: 245px;
  } */
  .topSlider .swiperBtns div {
    width: 31px;
    height: 31px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .recptionFrm .frmBox {
    padding: 20px;
  }
  .pharmcySec .pharmcyBox,
  .licenseSec .licenseRow {
    padding: 15px;
  }
  .inquirySec .inquiryMain .addMedicine {
    font-size: 13px;
  }
  .inquirySec .inquirySide,
  .inquirySec .inquiryMain .inqryMainBx {
    padding: 15px;
  }
  .walletTbl td {
    padding: 12px;
  }
  .chatSec .chatMain .chatCntnt {
    padding: 0 16px;
  }
  .chatSec .chatMain .chatBox {
    padding: 92px 0px 88px 0px;
  }
  .chatSec .chatMain .chatBxBtm {
    padding: 15px 15px 22px 15px;
  }
  .chatSec .chatMain .chatBxTop {
    padding: 16px 15px;
  }
  .chatSec .chatSide .chatSideMnu {
    padding: 15px 12px;
  }
  .chatSec .chatSide .chatSideMnu li {
    padding: 16px 10px;
  }
  .chatSec .chatSide .chatSideMnu li p {
    font-size: 14px;
  }
  .chatSec .chatMain .messageRw {
    min-width: unset;
    max-width: 90%;
    width: 300px;
  }
  .walletTbl th p,
  .walletTbl td .name p,
  .walletTbl td .number,
  .walletTbl td .period,
  .chatSec .chatMain .right .messageBx .text {
    font-size: 12.5px;
  }
  .tabCmntBx .addCmntRow button,
  .tabCmntBx .addCmntRow .btn {
    width: max-content;
    padding: 0 15px;
  }
  .blgPostSec .blogRight .blogText {
    margin: 20px 0;
  }
  .blgPostSec .blogRight .blogText h1 {
    font-size: 20px;
  }
  .brandsSec .brndCheks label {
    font-size: 13px;
  }
  .productTab .pTabcontent .pTabTitle strong {
    font-size: 14px;
  }
  .productSec .prductInfo .mainFeaturs li {
    min-width: unset;
    max-width: 48%;
  }
  .cmntSort .number {
    display: none;
  }
  .cmntSort ul {
    gap: 15px;
  }
  .cmntSort .right {
    gap: 10px;
  }
  .tabCmntBx .noComment {
    height: 120px;
  }
  .productTab .pTabcontent.flexRow .pTabTitle {
    width: 100%;
    min-width: unset;
    min-height: unset;
    position: static;
  }
  .productTab .pTabcontent.flexRow {
    flex-direction: column;
  }
  .prdctMenu {
    width: 100%;
    justify-content: center;
  }
  body.productPage {
    background: var(--white);
  }
  body.productPage footer {
    background: var(--background);
    margin-top: 0;
    padding-top: 25px;
  }
  .productSec .productRght {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .compareSec .comparList .newestCrd .newCrdPrice {
    padding-top: 25px;
  }
  .selctdPrdct .selctdRow {
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 15px 0;
  }
  .selctdPrdct ul li {
    width: 43px;
    height: 43px;
  }
  .selctdPrdct .compareBtn {
    height: 43px;
    padding: 0 12px 0 6px;
  }
  .selctdPrdct .compareBtn i {
    font-size: 10px;
  }
  .selctdPrdct {
    height: max-content;
    position: relative;
    margin-top: 15px;
  }
  .catTagLst a {
    font-size: 11px;
    height: 33px;
    padding: 0 16px;
  }
  .resultSec .rsultSort .comprisnLnk i {
    font-size: 11px;
    min-width: max-content;
    padding-left: 6px;
  }
  .sortDiv .right {
    gap: 8px;
  }
  .topSlider .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .topAdsBx img {
    min-height: 32px;
  }
  .topAdsBx .removeAds {
    left: 10px;
  }
  .bigBnrBx.homeBnr {
    height: 75px;
  }

  .bigBnrBx.homeBnr img {
    height: 100%;
  }
  .homeBnrSec {
    margin: 20px 0;
  }
  .secHedr strong,
  .secHedr h2 {
    font-size: 15.5px;
  }
  .secHedr .line {
    display: none;
  }
  .articleCrd .text h2 {
    font-size: 14px;
    height: 41px;
  }
  .articleCrd .text p {
    font-size: 12.5px;
    height: 39px;
  }
  .articleCrd .crdBtm .dateBox p,
  .articleCrd .crdBtm .moreBtn p {
    font-size: 11px;
  }
  .articleCrd .crdBtm .moreBtn span {
    font-size: 18px;
  }
  footer .footerTop .foterTxt p {
    display: inline;
  }
  footer .footerTop .foterTxt .moreText {
    display: inline-flex;
  }
  footer #targetElement {
    width: 100%;
  }
  footer .footrNamad {
    justify-content: center;
  }
  footer .footerCol .ftrColTitl i {
    display: none;
  }
  footer .footerCol .ftrColTitl strong {
    color: var(--green-500);
  }
  footer .footerCol .ftrColTitl span {
    font-size: 24px;
    display: block;
    color: var(--green-500);
    transition: all 0.6s;
  }
  footer .footerCol .ftrColTitl.active span {
    transform: rotate(180deg);
  }
  footer .footerCol .ftrColTitl {
    padding-bottom: 12px;
    justify-content: space-between;
    border-bottom: 1px solid var(--text-50);
    cursor: pointer;
  }
  footer .footerTop .ftrLogoRow {
    flex-direction: column;
    gap: 10px;
  }
  footer .footerTop .foterLogo {
    width: 87px;
    min-width: 87px;
  }
  .hdrTopRght .hdrLogo {
    width: 93px;
  }
  .topSlider .swiper {
    padding-bottom: 35px;
  }
  .specialMinHed {
    display: flex;
  }
  .specialSec .secHedr,
  .topSlider .swiperBtns,
  .topAdsBx img.desktop {
    display: none;
  }
  .specialSec .spcialSecBx,
  .topAdsBx img.mobile {
    display: block;
  }
  .hireRow .left {
    flex-wrap: wrap;
  }
  .hireSec {
    margin: 0;
    display: none;
  }
  .transferred {
    margin-bottom: 20px;
  }
  .brandsSec {
    margin: 30px auto;
  }
  .featureSec {
    border-bottom: 10px solid var(--background);
  }
  .featureSec .postFeatures {
    padding: 15px 0px;
    gap: 15px;
    border-radius: 0;
  }
  .featureSec .postFeatures p {
    min-width: unset;
  }
  .blgPostSec .blgPostTitl {
    font-size: 14px;
  }
  .headerBox .hdrCrtSub .crtSubList {
    height: 238px;
  }
  .headerBox .hdrTopLft .hdrCrtBox .hdrCrtSub {
    width: 300px;
  }
  .headerBox .hdrCrtSub .crtSubList .crtSubItem .item_Num_box {
    margin: 0 auto;
  }
  .headerBox .hdrCrtSub .crtSubList .crtSubItem {
    flex-direction: column;
    gap: 10px;
    padding: 8px;
  }
  .khodroFrm .mdlFrmlTtl {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .khodroFrm .KhodroSlct,
  .khodroFrm .modalInput {
    height: 42px;
  }
  .blgPostSec .blgPostCrd ul {
    gap: 12px 20px;
  }
  .blgPostSec .blgPostCrd ul li {
    gap: 3px;
  }
  .blgPostSec .blgPostCrd ul li i {
    font-size: 11px;
  }
  .blgPostSec .blgPostCrd ul li span {
    font-size: 16px;
  }
  .blgPostSec .blogText strong {
    font-size: 14px;
  }
  .blgPostSec .blogLeft .authorBox p,
  .blgPostSec .blogRight .topText,
  .blgPostSec .blogRight .topText a,
  .blgPostSec .blogText p,
  .blogLstSec .newArtclCrd .newCrdTtl h2 {
    font-size: 13px;
  }
  .blogLstDiv .articleCrd .crdBtm li i {
    font-size: 10px;
  }
  .brandsSec .brandsHed {
    width: 100%;
  }
  .aboutSec .aboutBox {
    padding: 30px 15px;
  }
  .contactSec .contactRow .left .bgRight {
    display: none;
  }
  .contactSec .contactRow .left .bgLeft {
    width: 100%;
  }
  .contactSec .contactMap {
    margin: 40px 0 20px 0;
  }
  .contactSec .contactMap .mapAdrsBox {
    position: relative;
    width: 100%;
    left: 0;
    bottom: unset;
    top: 0;
    padding: 0;
    margin-bottom: 20px;
    background: var(--white);
    border-radius: 20px;
  }
  .contactSec .contactMap .mapAdrsBox .content {
    padding: 24px;
    width: 100%;
    max-width: unset;
    border-radius: 20px;
  }
  .contactSec .contactRow .left .speakerImg {
    width: 112px;
  }
  .contactSec .contactRow .left .content {
    width: 100%;
    height: 300px;
    gap: 15px;
  }
  .contactSec .contactRow .left .content i {
    font-size: 11px;
  }
  .contactSec .contactRow .left .content strong {
    font-size: 20px;
  }
  .contactSec .contactRow .left .content p {
    font-size: 12px;
  }
  #addPrdctMdl .prdctCrdLst {
    justify-content: center;
  }
  #addPrdctMdl .prdctCrdLst {
    padding: 12px;
  }
  .compareSec .compareBox .comparInfo,
  .compareSec .compareBox .comparList {
    padding: 12px;
  }
  .compareSec .comparInfo .tableCol,
  .compareSec .comparList .addCompar,
  .compareSec .comparList .newestCrd {
    width: 180px;
    min-width: 180px;
  }
  .newestLst .newestCrd {
    width: 162px;
    min-width: 162px;
  }
  .compareSec .comparList .addCompar .comparImg {
    height: 120px;
  }
  .compareSec .comparInfo .tableCol li div,
  .compareSec .comparList .addCompar .addLink i,
  .compareSec .comparList .newestCrd a i {
    font-size: 13px;
  }
  #showModal .tabcontent {
    padding: 0;
  }
  #showModal .showMdlSldr {
    flex-direction: column-reverse;
  }
  #showModal .showMdlSldr .mySwiper2 {
    width: 100%;
  }
  #showModal .showMdlSldr .mySwiper {
    width: 100%;
  }
  .featureSec .postFeatures p {
    font-size: 11px;
  }
  .productTab .pTabcontent {
    padding: 0 8px;
  }
  .relatedSec .secHedr {
    padding: 22px 10px 4px 20px;
  }
  .relatedSec {
    margin: 0;
  }
  .pMorInfoSec {
    margin: 0;
  }
  .relatedSec {
    border-top: 8px solid var(--background);
    border-bottom: 8px solid var(--background);
  }
  .productPage .productLft .sendToday {
    padding: 12px;
  }
  .relatedSec .relatdSecBx {
    padding: 0;
  }
  .productTab .pTabHeader {
    border-radius: 0;
    padding: 18px 0px 3px 0px;
    top: 55px;
  }
  .productPage .productLft .prdctLftBx,
  .productSec .productRght {
    padding: 0;
  }
  .productSec .productRght {
    flex-direction: column;
    gap: 20px;
    padding: 12px;
  }
  .productSec .productRght .prductImg {
    width: 100%;
  }
  .productSec .productRght .prductInfo {
    width: 100%;
    padding: 0;
  }
  .khodroMdl .modal-content {
    padding: 15px;
    border-radius: 20px;
  }
  .khodroMdl .modal-header {
    padding: 10px;
  }
  .loginSec .loginBox {
    border-radius: 25px;
    padding: 25px 18px;
  }
  .khodroForm .phonNumbrBx {
    text-align: center;
  }
  .termsSec .termsBxTop .trmsBxIcon {
    margin-bottom: 15px;
  }
  .termsSec .termsBxTop .trmsBxIcon span {
    font-size: 45px;
  }
  .termsSec .termsBox .accordion-button:not(.collapsed)::after,
  .termsSec .termsBox .accordion-button::after {
    background-size: 0.75rem;
  }
  .termsSec .termsDiv {
    margin: 30px 0;
  }
  .termsSec .termsBox .accordion-button,
  .termsSec .termsBxTop h1 {
    font-size: 13.5px;
  }
  .termsSec .termsBox .accordion-body,
  .termsSec .termsBxTop p {
    font-size: 12px;
  }
  .newestCrd .cardTag {
    height: 30px;
    border-radius: 7px;
  }
  .newestCrd .cmpairCrdTag {
    padding: 4px 2px 4px 9px;
  }
  .newestCrd .dltCardTag {
    padding: 4px 6px 4px 9px;
  }
  .newestCrd .cardTag i {
    font-size: 11px;
    line-height: 1;
  }
  .newestCrd .cardTag span {
    font-size: 16px;
  }
  .resultSec .addedFltrs li {
    padding: 10px;
  }
  .resultSec .rsultSort.hasFilter .sortDiv {
    max-width: 100%;
    width: 100%;
  }
  .resultSec .rsultSort.hasFilter .sortLeftBx {
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }
  .resultSec .resultCntnt .rsultSort.hasFilter {
    flex-direction: column;
    gap: 12px;
  }
  .resultSec .resultCntnt .rsultSort {
    gap: 8px;
  }
  .resultSec .rsultSort .sortDiv {
    padding: 12px 10px;
    height: 43px;
  }
  .resultSec .rsultSort .comprisnLnk {
    padding: 0 6px;
    height: 43px;
    gap: 0;
  }
  footer .ftrContent {
    padding: 20px;
  }
  footer .footerRow .footerCol {
    width: 100%;
    margin: 0 0 20px 0;
  }
  footer .footerRow {
    gap: 0;
  }
  footer .hideCntnt {
    margin-top: 15px;
    display: none;
  }
  footer .ftrOxinRow .ftrSocial {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  footer .ftrOxinRow .ftrSocial li {
    margin-bottom: 0;
  }
  footer .footerMenu a {
    margin-bottom: 0;
  }
  footer .ftrCntctBx {
    width: 100%;
    max-width: 100%;
  }
  footer .footerTop {
    justify-content: center;
    margin-bottom: 12px;
  }
  .newestSec,
  .bannrSec {
    margin: 30px 0;
  }
  .bannrSec .bannrsRow {
    flex-direction: column;
    margin: 8px auto 20px auto;
  }
  .bannrSec .bannrsBox {
    width: 100%;
  }
  .topBrndSec ul li {
    width: 31%;
    height: 76px;
  }
  .topBrndSec .catSecHed {
    display: none;
  }
  .topBrndSec .secHedr {
    display: flex;
  }
  .specialSec .speclSecTtl p {
    font-size: 16px;
    padding-bottom: 0;
  }
  .specialSec .speclSwprBtn div {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .specialSec .spcialSecBx.spcialSecBx2 {
    background: transparent;
  }
  .topSlider .swiper-pagination,
  .topSlider .swiper-horizontal > .swiper-pagination-bullets,
  .topSlider .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 22px;
    bottom: 0px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    background: var(--text-75);
    padding: 0 5px;
  }
  .bigBnrSec {
    margin: 35px 0;
  }
  .specialSec .spcialSecBx {
    background: transparent;
    position: static;
    height: 252px;
    border-radius: 0;
    padding: 0;
  }
  .specialSec .spcialCntnt .newestCrd,
  .newestSec .swiper .newestCrd {
    width: 160px;
  }
  .specialSec {
    background: #ff4d4d;
    position: relative;
    margin: 0px 0 70px 0;
    border-radius: 0 0 30px 30px;
    padding: 22px 0 0px 0;
  }
  .specialSec.specialSec2 {
    background: #ed8735;
  }
  .specialSec .spcialSecBx .spcialCntnt {
    padding: 0px;
    margin-top: 15px;
  }
  .specialSec .spcialCntnt .swiper-wrapper {
    padding: 0;
  }
  .specialSec .speclSecHed .timeContainer {
    display: none;
  }
  .newestCrd {
    padding: 10px;
  }
  .newestCrd .newCrdImg {
    padding: 0;
    margin: 0 auto;
    width: auto;
    max-width: 114px;
    height: auto;
    max-height: 114px;
  }
  .newestCrd .newCrdBdy {
    flex-direction: column;
    gap: 1px;
    align-items: flex-start;
    justify-content: center;
    height: 45px;
  }
  .newestCrd .newCrdBdy .newCrdPrice p {
    font-size: 12.5px;
  }
  .newestCrd h2 {
    height: 40px;
    font-size: 12.5px;
    line-height: 1.6;
    margin: 8px 0;
  }
  .newestCrd .newCrdBdy .nwCrdDiscnt div {
    font-size: 11px;
    padding: 3px 6px 1px 6px;
  }
  .newestCrd .newCrdBdy .newCrdPrice .toman {
    font-size: 10px;
  }
  .catSection {
    margin: 25px 0;
  }
  .catSecHed {
    margin: 10px auto;
  }
  .catSection ul {
    gap: 2px;
  }
  .catSection ul a {
    width: 84px;
  }
  .catSection ul div {
    width: 80px;
    height: 80px;
  }
  .catSection ul img {
    width: 34px;
  }
  .catSection ul p {
    font-size: 12.5px;
  }
  #showModal .showMdlSldr .mySwiper .swiper-slide {
    width: 70px;
    height: 70px;
  }
  #showModal .showMdlSldr .mySwiper .swiper-wrapper {
    gap: 8px 0;
  }
}
@media (min-width: 390px) and (max-width: 767px) {
  .resultSec .rsultSort .sortLeftBx,
  .resultSec .rsultSort .comprisnLnk {
    min-width: 102px;
  }
  .resultSec .rsultSort.noFilter .sortDiv {
    width: calc(100% - 112px);
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .blogLstSec .blogLstDiv .articleCrd {
    width: 50%;
    /* flex: 49%; */
    max-width: 254px;
  }
  .contactSec .contactRow .left .content {
    padding: 10px 25px 10px 92px;
  }
  #showModal .showMdlSldr .mySwiper2 {
    width: 100%;
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blogLstSec .newArtclCrd {
    height: 145px;
  }
  .blogLstSec .newArtclCrd .newCrdTtl {
    height: 44px;
  }
  .brandsSec .brandList a {
    width: 122px;
    height: 106px;
    padding: 10px;
  }
  .brandsSec .brandList a img {
    max-height: 45px;
  }
  .brandsSec .brandList {
    gap: 8px;
  }
  .contactSec .contactRow .right {
    padding: 35px;
  }
  #addPrdctMdl .prdctCrdLst .newestCrd {
    width: 162px;
  }
  .resultSec .rsultSort.hasFilter .sortLeftBx ul {
    width: calc(100% - 153px);
    max-width: calc(100% - 153px);
  }
  .resultSec .resultCntnt .resultList .newestCrd {
    width: 165px;
  }
  .bannrSec .bannrsBox {
    height: 205px;
  }
  /* .topSlider {
    height: 225px;
  } */
  .topSlider .swiperBtns div {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 575px) {
  .walletTbl td,
  .walletTbl th p {
    font-size: 13px;
  }
  .homeBnrSec .gadgetRow {
    flex-wrap: wrap;
  }
  .homeBnrSec .gadgetRow .gadgetBx {
    width: 50%;
    flex: 47%;
  }
  .headerBox .blgHdrLogo .logoImg {
    width: 145px;
  }
  .productSec .prductInfo .mainFeaturs span {
    min-width: 110px;
  }
  .khodroMdl .modalBody .adrsCheks a {
    width: 40px;
    min-width: 40px;
    height: 38px;
    font-size: 19px;
  }
  .khodroMdl .modalBody .adrsCheks .form-check {
    padding: 12px 2px 12px 10px;
  }
  .khodroMdl .modalBody .adrsCheks .form-check {
    gap: 10px;
  }
  .khodroMdl .modalBody .adrsCheks ul {
    gap: 8px 20px;
    padding-left: 10px;
  }
  .khodroMdl .modalBody .adrsCheks li span {
    font-size: 14px;
  }
  .khodroMdl .modalBody .adrsCheks ul p {
    font-size: 12px;
  }
  .addAdresMdl .adrsMdlMap {
    height: 210px;
  }
  .blgPostSec .blogLeft .relatedsBx a span {
    font-size: 13px;
  }
  .blgPostSec .blgPostCmnt .blgCmntLeft .tabScoreBx,
  .blgPostSec .blogLeft .authorBox {
    padding: 15px;
  }
  .blgPostSec .blogLeft .relatedsBx strong {
    font-size: 15.5px;
    margin-bottom: 18px;
  }
  .blgPostSec .blogLeft .relatedsBx a p {
    font-size: 13px;
    max-height: 39px;
  }
  .blgPostSec .blogLeft .relatedsBx a i {
    font-size: 10px;
  }
  .blogLstSec .newArtcle {
    flex-direction: column;
  }
  .blogLstSec .newArtclCrd {
    width: 100%;
    height: 200px;
  }
  .blogLstSec .newArtclCrd .newCrdTtl {
    height: 44px;
  }
  .blogLstSec .blogLstDiv .articleCrd {
    width: 50%;
    flex: 49%;
    max-width: 254px;
  }
  .brandsSec .brandsHed .brndCheks {
    gap: 28px;
  }
  .brandsSec .brandList a {
    width: 93px;
    padding: 10px;
    flex: 23%;
  }
  .brandsSec .brandList a strong,
  .brandsSec .brandList a p {
    font-size: 13px;
  }
  .brandsSec .brandsHed .brndSrch {
    width: 100%;
  }
  .brandsSec .brandList {
    gap: 8px;
  }
  .contactSec .contactRow .right .rightList {
    padding: 18px 0;
    margin: 18px 0;
  }
  .contactSec .contactRow .right .rightTitle {
    max-width: 100%;
    font-size: 14.5px;
  }
  .contactSec .contactRow .right {
    padding: 20px;
  }
  .contactSec .contactRow .right .rightList strong {
    font-size: 14px;
  }
  .contactSec .contactFrm {
    padding: 20px;
  }
  .contactSec .contactFrm form label,
  .contactSec .contactFrm .cntctFrmHed p {
    font-size: 13px;
  }
  #showModal .showMdlSldr .mdlSldrTtl {
    font-size: 15px;
  }
  #showModal .showMdlSldr .video-js .vjs-big-play-button {
    width: 42px;
    height: 42px;
  }
  #showModal
    .showMdlSldr
    .video-js
    .vjs-big-play-button
    .vjs-icon-placeholder:before {
    font-size: 28px;
  }
  #showModal .showMdlSldr .swiperBtns div {
    width: 32px;
    height: 32px;
  }
  .khodroMdl .modal-header h1 {
    font-size: 15px;
  }
  .addCmntMdl .modal-content,
  #sndInfoMdl .modal-content {
    padding: 15px;
  }
  .productPage .productLft .addIetmBx {
    padding: 10px;
  }
  .addItemRow a {
    padding: 0 8px;
  }
  .addItemRow a i {
    font-size: 10px;
  }
  .productTab .pTabcontent .pTabInfo li {
    gap: 20px;
  }
  .productTab .pTabcontent .pTabInfo li p {
    font-size: 12px;
    width: calc(100% - 70px);
  }
  .productTab .pTabcontent .reviewBox {
    font-size: 12px;
  }
  .productTab .pTabcontent .pTabTitle {
    font-size: 13.5px;
    margin-bottom: 18px;
  }
  .productTab .pTabcontent .pTabInfo li span {
    font-size: 12px;
    width: max-content;
    min-width: 70px;
  }
  .tabScoreBx .addcmntLnk {
    padding: 12px 10px;
  }
  .resultSec .rsultSort.hasFilter .sortLeftBx ul {
    width: calc(100% - 122px);
    max-width: calc(100% - 122px);
  }
  .resultSec .rsultSort .startCmpair small {
    display: none;
  }
  footer .footerBtm {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
  .secHedr strong,
  .secHedr h2 {
    font-size: 16px;
  }
  .secHedr a i,
  .specialMinHed a p {
    font-size: 11px;
  }
  .secHedr a span,
  .specialMinHed a span {
    font-size: 19px;
  }
  .secHedr a div,
  .specialMinHed a div {
    width: 19px;
    height: 19px;
  }
  .topSlider .swiperBtns div {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}
@media (min-width: 390px) and (max-width: 575px) {
  #addPrdctMdl .prdctCrdLst .newestCrd {
    width: 48%;
    max-width: max-content;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .resultSec .resultCntnt .resultList .newestCrd .newCrdImg {
    width: 100%;
  }
  .resultSec .resultCntnt .resultList .newestCrd {
    width: 48.5%;
  }
  .blogLstSec .blogLstDiv .articleCrd {
    max-width: 49%;
  }
  .blogLstDiv .articleCrd .crdBtm ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .blogLstDiv .articleCrd .text {
    margin: 10px 0;
  }
  .brandsSec .brandList a {
    height: 98px;
  }
  .brandsSec .brandList a img {
    max-height: 45px;
  }
  .bannrSec .bannrsBox {
    height: 185px;
  }
  /* .topSlider {
    height: 199px;
  } */
}
@media (max-width: 480px) {
  .licenseSec .imagesRow {
    flex-direction: column;
  }
  .licenseSec .imgBox {
    width: 100%;
  }
  .khodroMdl .retrnMdlChk .modalItem {
    flex-wrap: wrap;
    position: relative;
  }
  .khodroMdl .retrnMdlChk .modalItem .chkMdlName {
    width: 100%;
  }
  .khodroMdl .retrnMdlChk .modalItem .dltMdlItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 40px;
    border-radius: 20px 0 20px 0;
  }
  .hireRow {
    padding: 16px 10px;
  }
  .hireRow .right {
    gap: 12px 30px;
  }
  .hireRow .right img {
    width: 65px;
  }
  .hireRow .left {
    gap: 20px 30px;
  }
  .productPage .productLft .priceUpdat {
    padding: 15px;
  }
  .productPage .productLft .priceUpdat p {
    font-size: 13px;
  }
  footer .ftrCntct ul {
    flex-wrap: wrap;
  }
  .blgPostSec .blogLeft .relatedsBx img {
    width: 96px;
  }
  .blgPostSec .blogLeft .relatedsBx a ul {
    gap: 10px;
  }
  .blgPostSec .blogLeft .relatedsBx a li {
    gap: 3px;
  }
  .khodroMdl .uploadRow {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }
  .khodroMdl .uploadRow .uploadBtn {
    width: 160px;
    min-width: 160px;
  }
  .khodroMdl .retrnMdlChk .form-check {
    padding: 10px 8px 10px 1em;
    gap: 12px;
  }
  .khodroMdl .retrnMdlChk label .chkMdlImg {
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-width: 4px;
  }
  .khodroMdl .retrnMdlChk label {
    gap: 10px;
  }
  .khodroMdl .retrnMdlChk label .chkMdlName h2 {
    max-height: 34px;
  }
  .khodroMdl .retrnMdlChk label .chkMdlName p {
    font-size: 13px;
  }
  .blogLstSec .blogLstDiv .articleCrd {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .brandsSec .brandList a {
    height: 90px;
  }
  .brandsSec .brandList a img {
    max-height: 35px;
  }
  .contactSec .contactMap .mapAdrsBox,
  .contactSec .contactRow .left .content {
    padding: 20px;
  }
  .contactSec .contactRow .left .speakerImg {
    display: none;
  }
  #showModal .showMdlSldr .mySwiper2 {
    height: 220px;
  }
  .productPage .productLft .snappBox,
  .productPage .productLft .hasDiscount {
    padding: 15px;
  }
  .productTab .pTabHeader .pTablinks {
    font-size: 13px;
  }
  .productSec .productRght .prductImg {
    min-width: 100%;
  }
  footer .footerBtm p,
  footer .footerBtm a {
    font-size: 11px;
  }
  footer .footerBtm span {
    font-size: 15px;
  }
  /* .topSlider {
    height: 170px;
  } */
  .topSlider .swiperBtns {
    gap: 4px;
    bottom: 10px;
  }
  .resultSec .resultCntnt .resultList .newestCrd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
  }
  .resultSec .resultList .newestCrd .newCrdBdy {
    flex-direction: row;
  }
  .resultSec .resultList .newestCrd .newCrdBdy .notExistent {
    height: max-content;
  }
  .resultSec .resultCntnt .resultList .newestCrd .newCrdImg {
    width: 96px;
    height: 96px;
    max-width: unset;
    max-height: unset;
    min-width: 96px;
  }
  .resultSec .resultCntnt .resultList .newestCrd h2 {
    margin: 0 0 12px 0;
  }
}
@media (min-width: 391px) and (max-width: 480px) {
  .bannrSec .bannrsBox {
    height: 140px;
  }
}
@media (max-width: 390px) {
  .bannrSec .bannrsBox {
    height: 125px;
  }
}
@media (max-width: 389px) {
  .resultSec .rsultSort.noFilter .sortDiv {
    width: calc(100% - 58px);
  }
  .resultSec .rsultSort .sortLeftBx,
  .resultSec .rsultSort .comprisnLnk {
    min-width: 48px;
  }
  .resultSec .rsultSort .comprisnLnk hr,
  .resultSec .rsultSort .comprisnLnk i {
    display: none;
  }
  /* .topSlider {
    height: 142px;
  } */
  #addPrdctMdl .prdctCrdLst .newestCrd {
    width: max-content;
  }
}
@media (max-width: 375px) {
  .hireRow .right {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 340px) {
  .productPage .adToCrtBx .discount {
    padding: 0 10px;
  }
  .hireRow .left .price {
    padding-right: 10px;
  }
  .hireRow .left .percent {
    padding-left: 10px;
  }
}
