.main-body .product {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;

  width: 98.5vw;

  min-height: 98.5vh;
}

.main-body .product .preview {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  width: 98.5vw;
}

.main-body .product .preview .main {
  position: relative;

  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;

  border-bottom: 1px solid #dfe0e2;

  margin-top: 2vh;

  width: 98.5vw;
}

.main-body .product .preview .main .images {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;

  background-color: transparent;

  border: 1px solid #dfe0e2;
  border-bottom: none;
  border-right: none;

  border-top-left-radius: 16px;

  height: 60vh;
  width: 33vw;
}

.main-body .product .preview .main .images:hover {
  cursor: pointer;
}

.main-body .product .preview .main .like,
.main-body .product .preview .main .share {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;

  position: absolute;

  border: none;
  background-color: transparent;

  right: 1vh;
  top: 2vh;
}

.main-body .product .preview .main .like {
  top: 7.5vh;
}

.main-body .product .preview .main .like:hover,
.main-body .product .preview .main .share:hover {
  cursor: pointer;
}

.main-body .product .preview .main .images .main-img {
  width: 35vh;

  border-radius: 16px;
}

.main-body .product .preview .main .images .other-photos {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;

  margin-top: 1vh;
  height: 10vh;
}

.main-body .product .preview .main .images .other-photos img {
  width: 9vh;

  border: 1px solid #e0e0e2;
  border-radius: 16px;
}

.main-body .product .preview .details {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;

  height: 60vh;
  width: 45vw;
}

.main-body .product .preview .details .address {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;

  width: 90%;
}

.main-body .product .preview .details .address a {
  text-decoration: none;

  color: #19bfd3;

  margin-left: 1vh;
  margin-right: 1vh;
}

.main-body .product .preview .details .address .spacer {
  color: #c0c2c5;
}

.main-body .product .preview .details .title {
  margin-top: 1vh;
  padding-bottom: 2vh;
  padding-right: 1vh;

  border-bottom: 1px solid #dfe0e2;

  font-size: 2vh;
  font-weight: 500;

  direction: rtl;

  width: 100%;
}

.main-body .product .preview .details .color {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;

  width: 90%;

  margin-top: 2vh;

  min-height: 10vh;
}

.main-body .product .preview .details .color .text {
  display: flex;

  direction: rtl;

  width: 100%;

  font-size: 2vh;
}

.main-body .product .preview .details .color .colors {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;

  margin-top: 1vh;

  width: 90%;
}

.main-body .product .preview .details .color .colors .circle-color {
  display: flex;

  background: red;

  margin: 1vh;
  border: 3px solid #81858b;
  border-radius: 360px;

  width: 3vh;
  height: 3vh;
}

.main-body .product .preview .details .color .colors .circle-color:hover {
  cursor: pointer;
}

.main-body .product .preview .details .feature {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  width: 95%;

  min-height: 10vh;
}

.main-body .product .preview .details .feature .part {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-end;
  justify-content: center;

  margin: 1vh;
  padding: 1vh;

  background-color: #f0f0f1;
  border-radius: 8px;
}

.main-body .product .preview .details .feature .part .name {
  direction: rtl;
  font-size: 1.4vh;
  color: #81858b;
}

.main-body .product .preview .details .feature .part .value {
  font-size: 1.4vh;
}

.main-body .product .preview .details .other-feature {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;

  margin-top: 3vh;
}

.main-body .product .preview .details .other-feature button {
  font-family: "Vazirmatn", sans-serif;

  background: transparent;
  border: none;

  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.main-body .product .preview .details .other-feature button:hover {
  cursor: pointer;
}

.main-body .product .preview .details .other-feature button svg {
  margin-left: 0.5vh;
}

.main-body .product .preview .actions {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;

  width: 17vw;
  min-height: 20vh;
  height: fit-content;

  background: linear-gradient(
      0deg,
      hsla(240, 3%, 94%, 0.5),
      hsla(240, 3%, 94%, 0.5)
    ),
    #fff;

  margin: 2vh;

  border: 1px solid #e0e0e2;
  border-radius: 8px;
}

.main-body .product .preview .big-action {
  height: 40vh;
}

.main-body .product .preview .actions .fee {
  position: relative;
}

.main-body .product .preview .actions .fee .now-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.main-body .product .preview .actions .fee .now-price img {
  height: 2vh;
}

.main-body .product .preview .actions .fee .now-price span {
  font-size: 3vh;
  margin-left: 0.5vh;
  font-weight: 700;
}

.main-body .product .preview .actions .fee .sale-count {
  font-feature-settings: "ss01";

  margin-right: 0.5vh;

  padding-left: 4px;
  padding-right: 4px;

  background: var(--design-red-color);

  border-radius: 16px;

  color: #fff;
  font-weight: 700;
  text-align: center;
}

.main-body .product .preview .actions .fee .item-off {
  position: relative;

  width: 17vh;
  height: 4.5vh;
}
.main-body .product .preview .actions .fee .item-off span {
  font-size: 1.5vh;
  font-weight: 400;
  text-decoration-line: line-through;
  color: #c0c2c5;

  position: absolute;
  top: -0.6vh;
  left: 3vh;
}

.main-body .product .preview .actions .action {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;

  width: 17vw;
  height: 5vh;
}

.main-body .product .preview .actions .nothing-text {
  direction: rtl;

  font-size: 1.5vh;
  font-weight: 500;

  padding: 2vh;
  margin-bottom: 1vh;
}

.main-body .product .preview .actions .action .add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;

  font-family: "Vazirmatn", sans-serif;
  font-weight: 700;

  background: var(--design-red-color);
  border: 1px solid var(--design-red-color);

  color: #fff;

  padding: 0.8vh;

  border-radius: 8px;

  width: 90%;
}

.main-body .product .preview .actions .action .add-cart:hover {
  cursor: pointer;
}

.main-body .product .preview .actions .action .btn-call {
  background: #ffc107;
  color: #353535;
  border: none;
}

.main-body .product .preview .actions .action .btn-unavailable {
  background: #c82333;
  color: #fff;
  border: none;
}

.main-body .product .preview .actions .action .added {
  display: none;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  margin-top: 2vh;
  margin-bottom: 2vh;

  width: 100%;
}

.main-body .product .preview .actions .action .added .do-action {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;

  font-feature-settings: "ss01";
  font-weight: 700;
  font-size: 1.8vh;

  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: var(--design-red-color);

  width: 8vw;

  margin: 1vh;
  padding: 1vh;
}

.main-body .product .preview .actions .action .added .do-action button {
  background: transparent;
  border: transparent;
}

.main-body .product .preview .actions .action .added .do-action button:hover {
  cursor: pointer;
}

.main-body .product .preview .actions .action .added .texts {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-end;

  font-size: 1.4vh;
  color: #3f4064;
  text-align: right;

  width: 60%;
}

.main-body .product .preview .actions .action .added .texts a {
  text-decoration: none;
}

.main-body .product .preview .actions .action .added .do-action path {
  fill: var(--design-red-color);
}

.main-body .product .preview .options {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  width: 100%;
}

.main-body .product .preview .options .waranty {
  direction: rtl;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;

  margin-top: 1vh;

  width: 100%;
}

.main-body .product .preview .options .waranty span {
  font-size: 1.3vh;
  font-weight: 500;

  text-align: center;

  width: 85%;
}

.main-body .product .preview .badges {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;

  border-bottom: 4px solid #f0f0f1;

  min-height: 10vh;
  width: 95.5vw;
}

.main-body .product .preview .badges .badge {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  padding: 1vh;

  font-size: 1.4vh;
  font-weight: 500;
  color: #a1a3a8;
}

.main-body .product .preview .badges .badge span {
  margin-right: 0.5vh;
}

.main-body .product .information {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;

  padding: 1vh;

  width: 95.5vw;
}

.main-body .product .information .head-bar {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;

  border-bottom: 2px solid #dfe0e2;

  margin-top: 1vh;
  margin-bottom: 1vh;
  padding-bottom: 1vh;
  width: 95.5vw;
}

.main-body .product .information .head-bar button {
  font-family: "Vazirmatn", sans-serif;
  font-weight: 500;
  color: #81858b;

  border: none;
  background-color: transparent;

  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;

  border-bottom: 2px solid #81858b;

  display: flex;
  padding: 1vh;

  margin-right: 1vh;

  transition: all 0.5s;
}

.main-body .product .information .head-bar button:hover {
  color: var(--design-red-color);
  border-bottom: 2px solid var(--design-red-color);

  cursor: pointer;
  transition: all 0.5s;
}

.main-body .product .information .introduce,
.main-body .product .information .info {
  position: relative;
  padding-top: 5vh;
  align-items: center;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;

  min-width: 94.5vw;

  border-bottom: 2px solid #dfe0e2;

  direction: rtl;
}

.main-body .product .information .introduce .title,
.main-body .product .information .info .title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  justify-content: center;

  font-size: 1.8vh;
  font-weight: 700;

  border-bottom: 2px solid var(--design-red-color);

  width: 10vh;
  height: 5vh;

  position: absolute;

  top: 0;
  right: 0vh;

  width: 15vh;
}

.main-body .product .information .introduce .title {
  right: 2vh;
}

.main-body .product .information .introduce .text {
  font-size: 1.65vh;

  min-width: 94.5vw;

  padding: 1vh;
  margin: 1vh;
}

.main-body .product .information .info .row {
  width: 75vw;
  height: 5vh;

  background: #efefef;
  border: 1px solid #dfe0e2;
  border-radius: 16px;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;

  margin: 1vh;
}

.main-body .product .information .info .row .name {
  font-size: 1.8vh;
  font-weight: 700;
}

.main-body .product .information .info .row .value {
  font-size: 1.8vh;
  font-weight: 300;
}

@media only screen and (max-width: 1220px) {
  .main-body .product .preview .main {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .main-body .product .preview .main .images {
    width: 96vw;
    border: 2px solid #dfe0e2;
    border-radius: 16px;
    background: #fff;
  }
  .main-body .product .preview .main .images img {
    width: 95vw;
  }
  .main-body .product .preview .details {
    margin-top: 1vh;
    width: 94vw;
    height: unset;
  }
  .main-body .product .preview .actions {
    width: 55vw;
  }
  .main-body .product .preview .badges {
    display: none;
  }
  .main-body .product .information .head-bar {
    justify-content: center;
  }
  .main-body .product .information {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }
  .main-body .product .preview .actions .action {
    width: 47vw;
  }
  .main-body .product .preview .big-action {
    height: 25vh;
  }
  .main-body .product .preview .action {
    width: 100%;
    height: fit-content;
    margin: 1vh;
  }
  .main-body .product .preview .actions .action .added {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .main-body .product .preview .actions .action .added .do-action {
    width: 15vw;
  }
  .main-body .product .preview .actions .action .added .texts {
    display: flex;
    align-items: center;
  }
}
