@charset "UTF-8";
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.products {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1399.98px) {
  .products {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .products {
    margin-top: 3rem;
  }
}
.products .swiper-button-next {
  padding: 5px;
  background: #413d37;
  font-size: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.products .swiper-button-prev {
  padding: 5px;
  background: #413d37;
  font-size: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
  font-size: 13px;
  color: white;
}
.products .swiper-button-next:after, .products .swiper-rtl .swiper-button-prev:after {
  font-size: 13px;
  color: white;
}
.products__title {
  position: relative;
  top: 57px;
  margin: 0 auto;
}
@media only screen and (max-width: 1599.98px) {
  .products__title {
    top: 37px;
  }
}
@media only screen and (max-width: 1366.98px) {
  .products__title {
    top: 28px;
  }
}
.products__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #faf7f2;
}
@media only screen and (max-width: 1399.98px) {
  .products__title h2 {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title h2 {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .products__title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480.98px) {
  .products__title h2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 375.98px) {
  .products__title h2 {
    font-size: 16px;
  }
}
.products__title .product-title {
  background: #dcdcdc;
  padding: 10px;
  border-radius: 11px;
  gap: 7px;
}
@media only screen and (max-width: 1399.98px) {
  .products__title .product-title {
    padding: 8px;
  }
}
.products__title--title {
  font-size: 14px;
  color: #0C1B43;
  font-weight: 700;
}
@media only screen and (max-width: 1599.98px) {
  .products__title--title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480.98px) {
  .products__title--title {
    font-size: 9px;
  }
}
.products {
  /* From Uiverse.io by reshades */
}
.products .button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 10.5em;
  height: 2.9em;
  border: #c7070a 0.2em solid;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400.98px) {
  .products .button {
    font-size: 12px;
    width: 11em;
    height: 4em;
  }
}
.products .button:hover {
  background-color: #474040;
  cursor: pointer;
}

.btn-view .button {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* فاصله متن و آیکن */
  transition: all 0.3s ease;
  justify-content: center;
}

.btn-view .icon-arrow-left {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* انیمیشن هاور */
.btn-view:hover .icon-arrow-left {
  transform: translateX(-5px); /* آیکن کمی به چپ میره */
}

@media only screen and (max-width: 991.98px) {
  .new .products__title h2 {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 480.98px) {
  .new .products__title h2 {
    margin-top: -40px;
  }
}
.new .title-box a {
  left: 22% !important;
}
@media only screen and (max-width: 1599.98px) {
  .new .title-box a {
    left: 15% !important;
  }
}
.new .title-box::after {
  right: 19%;
}
@media only screen and (max-width: 1399.98px) {
  .new .title-box::after {
    right: 4%;
  }
}
.new .text-product {
  right: 40% !important;
}
@media only screen and (max-width: 1399.98px) {
  .new .text-product {
    right: 30% !important;
  }
}
@media only screen and (max-width: 1400.98px) {
  .new .text {
    font-size: 12px;
  }
}
.new .btn-view {
  display: inline-block;
  overflow: hidden;
}
.new .btn-view .button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: #c7070a 0.2em solid;
}
.new .btn-view .button .icon-arrow-right {
  display: inline-block;
  transition: transform 0.3s ease;
}
.new .btn-view:hover .button {
  background-color: #474040;
}
.new .btn-view:hover .icon-arrow-right {
  transform: translateX(5px);
}

.product-card-m {
  margin: 95px auto;
}
@media only screen and (max-width: 1899.98px) {
  .product-card-m {
    margin: 75px auto;
  }
}
@media only screen and (max-width: 1499.98px) {
  .product-card-m {
    margin: 67px auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card-m {
    margin: 45px auto;
    z-index: 0;
  }
}

.product-bg {
  background-image: url(.././images/product/10.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .product-bg {
    background-image: unset;
  }
}
.product-bg:after {
  content: "";
  background-image: url(.././images/product/28.png);
  display: inline-block;
  position: absolute;
  top: -11px;
  width: 11%;
  height: 15%;
  background-repeat: no-repeat;
  /* bottom: 45px; */
  background-size: contain;
  transform: rotate(181deg);
  right: 18%;
  z-index: 9;
}
@media only screen and (max-width: 1199.98px) {
  .product-bg:after {
    top: -20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-bg:after {
    top: -55px;
  }
}
@media only screen and (max-width: 400.98px) {
  .product-bg:after {
    right: 42%;
    top: -39px;
  }
}
.product-bg:before {
  content: "";
  background-image: url(.././images/product/bg-2.png);
  display: inline-block;
  position: absolute;
  top: -11px;
  width: 100%;
  height: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
  right: -94%;
}
@media only screen and (max-width: 991.98px) {
  .product-bg:before {
    content: unset;
    background-image: unset;
    opacity: unset;
  }
}

@media only screen and (max-width: 991.98px) {
  .product-after:before {
    content: "";
    background-color: #c7070a;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    /* bottom: 45px; */
    background-size: contain;
    /* transform: rotate(181deg); */
    right: 0;
    z-index: -1;
    border-radius: 8% 8% 50% 50%;
  }
}

.new-bg {
  background-image: url(.././images/product/special-offers-bg.svg);
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: cover;
  border-radius: 5%;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .new-bg {
    background-size: contain;
  }
}
.new-bg .swiper-button-next:after, .new-bg .products .swiper-rtl .swiper-button-prev:after {
  font-size: 19px;
}
@media only screen and (max-width: 480.98px) {
  .new-bg .swiper-button-next:after, .new-bg .products .swiper-rtl .swiper-button-prev:after {
    font-size: 10px;
  }
}
.new-bg .swiper-button-prev:after, .new-bg .products .swiper-rtl .swiper-button-next:after {
  font-size: 19px;
}
@media only screen and (max-width: 480.98px) {
  .new-bg .swiper-button-prev:after, .new-bg .products .swiper-rtl .swiper-button-next:after {
    font-size: 12px;
  }
}
.new-bg .swiper-button-prev {
  padding: 5px;
  font-size: 15px;
  width: 49px;
  height: 50px;
  top: -60px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.6px);
  -webkit-backdrop-filter: blur(3.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 480.98px) {
  .new-bg .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}
.new-bg .swiper-button-next {
  padding: 5px;
  font-size: 15px;
  width: 50px;
  height: 50px;
  top: -60px;
  left: 70px !important;
  right: unset;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.6px);
  -webkit-backdrop-filter: blur(3.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 480.98px) {
  .new-bg .swiper-button-next {
    width: 25px !important;
    height: 26px !important;
    left: 25px !important;
  }
}
.new-bg .products__title h2 {
  color: #413d37;
}
.new-bg:before {
  content: "";
  background-image: url(.././images/product/Gold-Sale-Back.svg);
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.new-bg .product-card-m {
  margin: 95px auto;
  position: absolute;
  top: 25px;
}
@media only screen and (max-width: 480.98px) {
  .new-bg .product-card-m {
    top: 6px;
  }
}

.new .swiper {
  margin-top: -1rem;
}

@media only screen and (max-width: 480.98px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -6px !important;
    right: auto;
  }
}

.product-card {
  position: relative;
  border-radius: 29px;
  overflow: hidden;
}
@media only screen and (max-width: 1399.98px) {
  .product-card {
    padding: 0 !important;
    border-radius: 16px;
  }
}
.product-card--img {
  position: relative;
}
.product-card--img img {
  width: 100%;
  display: block;
  aspect-ratio: 3/4;
  border-radius: 6px 6px 0 0px;
}
.product-card--img {
  /* اورلی مشکی */
}
.product-card--img .overlay {
  position: absolute;
  inset: 0;
  background: rgba(57, 55, 55, 0.29);
  border-radius: 6px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.product-card--img {
  /* رنگ‌ها */
}
.product-card--img .color-product {
  position: absolute;
  top: 38px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity 0.3s ease;
  z-index: 999999999;
}
.product-card--img .color-product .dots {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.product-card--img .color-product .dots-1 {
  background: #fff8ed;
}
.product-card--img .color-product .dots-2 {
  background: #e2a02b;
}
.product-card--img .color-product .dots-3 {
  background: #6d2424;
}
.product-card {
  /* هاور */
}
.product-card:hover .overlay {
  opacity: 0;
}
.product-card:hover .color-product {
  opacity: 0;
}
.product-card {
  /* عنوان */
}
.product-card--title {
  height: 140px;
  width: 100%;
  right: 0;
  /* From https://css.glass */
  background: rgba(179, 174, 174, 0.51);
  border-radius: 0px 0 6px 6px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.9px);
  -webkit-backdrop-filter: blur(8.9px);
  padding: 21px;
}
@media only screen and (max-width: 1499.98px) {
  .product-card--title {
    height: 123px;
    padding: 8px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title {
    bottom: -20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title {
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card--title {
    height: 105px;
  }
}
.product-card--title .price {
  font-size: 16px;
  color: #9e0101;
  font-weight: 700;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title .price {
    font-size: 14px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .price {
    font-size: 12px;
  }
}
.product-card--title h2 {
  font-size: 15px;
  margin-top: 10px;
  color: #3e3636;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 800;
  line-height: 30px;
}
@media only screen and (max-width: 1400.98px) {
  .product-card--title h2 {
    line-height: 24px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title h2 {
    padding-right: 9px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480.98px) {
  .product-card--title h2 {
    -webkit-line-clamp: 1;
  }
}
.product-card--title s {
  color: #704848;
  font-size: 14px;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title s {
    font-size: 13px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title s {
    font-size: 11px;
  }
}
.product-card--title .toman {
  color: #2e2c2c;
  font-size: 15px;
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .toman {
    font-size: 12px;
  }
}
.product-card {
  /* ایکون شاپ */
}
.product-card .img-ship {
  bottom: 0px;
  position: absolute;
  right: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1599.98px) {
  .product-card .img-ship {
    right: 9%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card .img-ship {
    bottom: 0px;
    right: -4px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-card .img-ship {
    bottom: -7px;
    right: -15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship {
    right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card .img-ship {
    right: -20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-card .img-ship {
    right: 40px;
  }
}
@media only screen and (max-width: 499.98px) {
  .product-card .img-ship {
    right: 10px;
  }
}
@media only screen and (max-width: 411.98px) {
  .product-card .img-ship {
    right: -10px;
  }
}
.product-card .img-ship img {
  transform: rotate(180deg);
}
.product-card .img-ship span {
  position: absolute;
  right: 48%;
  left: 46%;
  z-index: 999;
  top: 13px;
  color: brown;
  transform: rotate(122deg);
  font-size: 19px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship span {
    font-size: 15px;
  }
}
.product-card {
  /* تخفیف */
}
.product-card .discount {
  background: #c7070a;
  padding: 4px;
  font-size: 12px;
  border-radius: 5px;
  color: white;
}
@media only screen and (max-width: 1399.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 11px;
    border-radius: 5px;
    color: white;
    margin-bottom: 12px;
    margin-left: 13px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .discount {
    font-size: 10px;
  }
}
.product-card {
  /* خطوط پایین */
}
.product-card .line-1 {
  width: 50%;
  height: 4px;
  background: #ed394d;
  margin-bottom: 1.5rem;
  border-radius: 64px;
  margin-top: 10px;
}
.product-card .line-2 {
  width: 50%;
  height: 4px;
  background: #bebbbb;
  margin-bottom: 1.5rem;
  border-radius: 0px 65px 65px 0px;
  margin-top: 10px;
}
.product-card .icon-products {
  /* background: darkcyan; */
  top: 22px;
  right: 17px;
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.6px);
  -webkit-backdrop-filter: blur(3.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  z-index: 1;
}
.product-card .icon-products .icon-arrow-left {
  transform: rotate(139deg);
  font-size: 18px;
  color: white;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: right;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:focus {
  outline: none;
}

.product-gallery__thumbnail .slick-list .slick-track .slick-slide img {
  border-radius: 5px;
  opacity: 0.35;
  transition: all 300ms linear;
}
.product-gallery__thumbnail .slick-list .slick-track .slick-slide img:hover {
  cursor: pointer;
  opacity: 0.55;
}

.product-gallery__thumbnail .slick-list .slick-track .slick-slide.slick-current img {
  opacity: 1;
}

.product-gallery__thumbnail .slick-slide {
  margin: 0 5px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  z-index: 1000000000;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 25px;
  line-height: 1;
  color: #c7070a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 300ms linear;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\e978";
}
[dir=ltr] .slick-prev:before {
  display: inline-block;
  transform: rotate(-180deg);
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\e977";
}
[dir=ltr] .slick-next:before {
  display: inline-block;
  transform: rotate(-180deg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: icomoon;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #c7070a;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #c7070a;
  opacity: 0.75;
}

/* ---------------------------------------- common ---------------------------------------- */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* ---------------------------------------- main ---------------------------------------- */
.quantity {
  position: relative;
  border-radius: 10px;
  border: 1px dashed rgb(216.75, 216.75, 216.75);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
}
.quantity input {
  height: 100%;
  min-width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #6e6e6e;
  font-weight: 300;
  line-height: 1.65;
  font-size: 16.5px;
}
.quantity {
  /* quantity input */
}
.quantity-button {
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8d9aa8;
  background-color: rgb(244.8, 244.8, 244.8);
  width: 30px;
  height: 30px;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  right: -18px;
}
.quantity-button {
  /* quantity button quantity up */
}
.quantity-button.quantity-down {
  left: -18px;
}
.quantity-button {
  /* quantity button quantity down */
}
.quantity {
  /* quantity button */
} /* quantity */
.index-widget-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .index-widget-header {
    justify-content: center;
  }
}
.index-widget-header .title-line {
  margin: 0;
  color: #474040;
  font-weight: 850;
  font-size: 20px;
}
.index-widget-header {
  /* index widget header title line */
}
.index-widget-header .main-btn {
  margin-right: 20px;
  padding: 13px 25px;
}
.index-widget-header {
  /* index widget header main btn */
} /* index widget header */
.product-section .add-to-cart {
  position: relative;
  padding: 17px 25px;
  background-color: rgb(42.6666666667, 173.3333333333, 58.6666666667);
  margin-right: auto;
  --ripple-background: #7e000f;
  overflow: hidden;
  gap: 5px;
}
.product-section .add-to-cart:before {
  content: "";
  position: absolute;
  display: block;
  background: var(--ripple-background, white);
  border-radius: 50%;
  pointer-events: none;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transform: translate(-50%, -50%) scale(var(--s, 1));
  transform-origin: center;
}
.product-section .add-to-cart {
  /* primary button before */
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .product-section .add-to-cart {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-section .add-to-cart {
    width: 100%;
  }
}
.product-section .add-to-cart:hover {
  background-color: #3CCF4E;
}
.product-section .add-to-cart {
  /* add to cart hover */
}
.product-section .add-to-cart .main-btn__text,
.product-section .add-to-cart .main-btn__icon {
  color: #fff;
}
.product-section .add-to-cart {
  /* add to cart main btn text and icon */
}
.product-section .add-to-cart .main-btn__icon {
  font-size: 17px;
}
.product-section {
  /* product section add to cart */
}
.product-section .show-more-wrapper {
  text-align: left;
}
.product-section .show-more-wrapper .show-more-link {
  color: #1870ce;
  font-size: 12px;
}
.product-section .show-more-wrapper {
  /* show more wrapper show more link */
}
.product-section {
  /* show more wrapper */
}
.product-section .quantity {
  margin-left: 15px;
}
.product-section {
  /* product section quantity */
} /* product section */
.modal .modal-header {
  border: none;
}

@media only screen and (max-width: 575.98px) {
  .header-list {
    flex-direction: column;
    gap: 6px 0;
  }
}
.header-list__item {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-list__item:last-child::after {
  display: none;
}
.header-list__item {
  /* item last child */
}
.header-list__item::after {
  content: "";
  display: block;
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background-color: #8d9aa8;
  margin-right: 15px;
}
.header-list__item {
  /* item after */
}
.header-list {
  /* header list item  */
}
.header-list__link {
  font-size: 13px;
}
.header-list__link .title {
  font-weight: 300;
  color: #6e6e6e;
  margin-left: 5px;
}
.header-list__link {
  /* link title */
}
.header-list__link .text {
  font-weight: 400;
  color: #888;
}
.header-list__link {
  /* link text */
}
.header-list {
  /* header list link  */
} /* header list */
.info-list {
  gap: 8px 15px;
}
.info-list.vertical {
  flex-direction: column;
}
.info-list {
  /* info list vertical */
}
.info-list.desc {
  margin-top: 20px;
  gap: 20px;
}
.info-list.desc .info-list__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info-list.desc .info-list__text {
  font-size: 16px;
  margin-left: 15px;
}
.info-list {
  /* info list desc */
}
.info-list__text {
  font-size: 15px;
  font-weight: 300;
  color: #888;
  margin-left: 5px;
  flex: 0 0 auto;
  width: auto;
}
.info-list {
  /* info list text */
}
.info-list__title {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  transition: all 300ms linear;
}
.info-list {
  /* info list title  */
} /* info list */
.product-info {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 30px 45px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  margin-bottom: 45px;
}
.product-info__header {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product-info {
  /* product info header */
}
.product-info__title {
  font-size: 21.5px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
.product-info {
  /* product info title */
}
.product-info__subtitle {
  font-size: 16px;
  color: #888;
  margin-bottom: 10px;
}
.product-info {
  /* product info sub title  */
}
.product-info__actions {
  margin-top: 15px;
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0 15px;
  flex-wrap: wrap;
  height: 90%;
}
@media only screen and (max-width: 575.98px) {
  .product-info__actions {
    gap: 15px 0;
  }
}
.product-info {
  /* product info actions */
}
.product-info__price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.product-info__price.old-price {
  font-size: 14px;
  font-weight: 300;
  color: #6e6e6e;
  text-decoration: line-through;
}
@media only screen and (max-width: 575.98px) {
  .product-info__price.old-price {
    width: 100%;
  }
}
.product-info__price.old-price span {
  margin: 0;
}
.product-info__price {
  /* price old price */
}
.product-info__price span {
  font-size: 12px;
  font-weight: 300;
  color: #6e6e6e;
  margin-right: 4px;
}
.product-info__price {
  /* price span */
}
.product-info {
  /* product info price */
}
.product-info__price-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575.98px) {
  .product-info__price-wrapper {
    gap: 10px 15px;
    margin-bottom: 10px;
  }
}
.product-info {
  /* product info price wrapper */
}
.product-info__discount {
  padding: 4px 13px;
  background-color: #c7070a;
  border-radius: 10px;
  color: #fff;
}
.product-info {
  /* product info discount */
}
.product-info__box {
  position: absolute;
  top: 30px;
  right: 20px;
}
.product-info {
  /* product info box */
}
.product-info__item {
  margin-bottom: 10px;
}
.product-info {
  /* product info item */
}
.product-info__link:hover i[class^=icon-] {
  color: #c7070a;
}
.product-info__link {
  /* link hover */
}
.product-info__link i[class^=icon-] {
  color: #8d9aa8;
  font-size: 20px;
  transition: all 300ms linear;
}
.product-info__link {
  /* link icon */
}
.product-info {
  /* product info link */
} /* product info */
.select-option.product {
  width: 250px;
}
@media only screen and (max-width: 575.98px) {
  .select-option.product {
    width: 100%;
  }
}
.select-option.color .select-selected.active::before {
  opacity: 1;
}
.select-option.color .select-selected::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: auto;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  background-color: var(--main-color);
  opacity: 0;
  transition: all 300ms linear;
}
.select-option.color {
  /* color select selected */
}
.select-option.color .select-items div::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  border: 2px solid #fff;
  background-color: var(--product-color);
  z-index: 2;
}
.select-option.color {
  /* color select items div after */
}
.select-option {
  /* select option color */
} /* select option */
.custom-select {
  position: relative;
  right: 0;
  display: block;
  height: 42px;
  top: 0;
  line-height: 42px;
  border: 1.5px solid rgb(229.5, 229.5, 229.5);
  border-radius: 10px;
  margin: 0;
  transition: all 300ms linear;
}
.custom-select:hover {
  box-shadow: 0 0 4px #cccccc;
}
.custom-select select,
.custom-select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* custom select */
.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected.select-arrow-active {
  background-color: transparent !important;
  color: #6e6e6e !important;
}

.select-selected {
  color: #6e6e6e !important;
  background-color: transparent !important;
  top: 3px;
  width: 100%;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  margin-top: 3px;
  content: "";
  right: 10px;
  top: 14px;
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: #c7070a transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #c7070a transparent;
  margin-top: -3px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  position: absolute;
  top: 0;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
  padding-right: 35px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 600px) {
  .select-items div,
  .select-selected {
    font-size: 11px;
  }
}

/*style items (options):*/
.select-items {
  width: calc(100% + 0.5px);
  box-shadow: 0 0 0 1px #ced4da;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  margin-top: -3px;
  background-color: #fff;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div {
  color: #6e6e6e;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  height: 42px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
}
.select-items div:hover {
  background-color: #c7070a;
  color: #fff !important;
  border-radius: 0 !important;
}
.select-items div {
  /* div hover */
}
.select-items {
  /* select item div */
} /* select items */
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.same-as-selected {
  color: #999 !important;
  border-radius: 0 !important;
}

.product-description {
  padding: 30px 45px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
  .product-description {
    padding: 25px;
  }
}
.product-description .tab-content {
  margin-top: 35px;
}
.product-description {
  /* product description tab content */
}
.product-description__property p {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
.product-description__property img {
  max-width: 100%;
}
.product-description {
  /* product description property */
}
.product-description .info-shop__title {
  padding: 12px 15px;
  background: rgb(235.875, 235.875, 235.875);
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  font-weight: 400;
}
.product-description .info-shop {
  /* info shop title */
}
.product-description .info-shop__desc p {
  padding: 12px 15px;
  background: rgb(246.075, 246.075, 246.075);
  border-radius: 6px;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 10px;
}
.product-description .info-shop {
  /* info shop desc p */
}
.product-description {
  /* product description info shop */
} /* product description */
.product-comment__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.product-comment {
  /* product comment header */
}
.product-comment__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.product-comment {
  /* product comment title */
}
.product-comment__text {
  font-size: 16px;
  font-weight: 300;
  color: #888;
  margin-bottom: 10px;
}
.product-comment {
  /* product comment text */
}
.product-comment .not-found {
  align-items: center;
  justify-content: left;
  margin-bottom: 0 !important;
  padding: unset !important;
  box-shadow: unset !important;
}
.product-comment .not-found .main-btn {
  padding: 15px 22px;
}
.product-comment .not-found {
  /* not found main btn */
}
.product-comment {
  /* product comment not found main btn */
}
.product-comment #comment-form {
  display: none;
}
.product-comment {
  /* product comment comment form */
} /* product comment */
.form-card__title {
  margin-bottom: 0 !important;
}

.star-rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  display: inline-block;
}
.star-rating input {
  display: none;
}
.star-rating label {
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s;
}
.star-rating label:hover, .star-rating label:hover ~ label {
  color: #d8aa54;
}
.star-rating input:checked ~ label {
  color: #d8aa54;
}

.comment-nav.simple .comment-box__header {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.comment-nav.simple {
  /* simple comment box header */
}
.comment-nav {
  /* comment nav simple */
}
.comment-nav__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1.5px solid rgb(216.75, 216.75, 216.75);
  padding: 10px;
}
.comment-nav__item:last-child {
  border: none;
}
.comment-nav {
  /* comment nav item */
}
.comment-nav__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.comment-nav {
  /* comment nav link */
}
.comment-nav__replay {
  width: 100%;
  padding-right: 40px;
  margin: 0;
}
.comment-nav__replay .comment-box {
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box {
  padding: 15px;
  background-color: rgb(243.525, 243.525, 243.525);
  border-radius: 10px;
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box .comment-box__header__logo {
  width: 130px;
}
.comment-nav__replay {
  /* comment nav replay teacher */
}
.comment-nav {
  /* comment nav replay */
} /* comment nav */
.show-more-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-more-comment .show-more-text-comment {
  font-size: 15px;
  font-weight: bold;
  color: #c7070a;
}
.show-more-comment {
  /* show more text */
} /* show more */
.comment-box {
  margin-bottom: 10px;
}
.comment-box__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5px;
}
.comment-box__header__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #6e6e6e;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item {
    margin-bottom: 5px;
  }
}
.comment-box__header__item.header {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 4px;
}
.comment-box__header {
  /* comment box header item */
}
.comment-box__header__review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.comment-box__header__review-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 8px;
  font-size: 10px;
  color: #6e6e6e;
}
.comment-box__header__review-box.up {
  color: #388e3c;
}
.comment-box__header__review-box.down {
  color: #f31313;
}
.comment-box__header__review-box i[class^=icon] {
  font-size: 16px;
  margin-left: 4px;
}
.comment-box__header__review-box {
  /* review box icon */
}
.comment-box__header__review {
  /* comment box header review box */
}
.comment-box__header {
  /* comment box header review */
}
.comment-box__header__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.comment-box__header {
  /* comment box header name */
}
.comment-box__header__suggest {
  padding: 8.5px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-top: -6px;
  margin-right: 10px;
  margin-left: auto;
  border-radius: 10px;
}
.comment-box__header__suggest.success {
  background-color: rgb(232.4090909091, 246.0909090909, 233.0454545455);
  color: #388e3c;
}
.comment-box__header__suggest.error {
  background-color: white;
  color: #f31313;
}
.comment-box__header {
  /* comment box header suggest */
}
.comment-box__header__date {
  font-size: 13px;
  font-weight: 300;
  color: #6e6e6e;
}
.comment-box__header {
  /* comment box header date */
}
.comment-box__header__replay {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin-bottom: 3px;
}
.comment-box__header__replay .text {
  color: #333;
}
.comment-box__header {
  /* comment box header date */
}
.comment-box {
  /* comment box header */
}
.comment-box__text {
  font-size: 12px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box {
  /* comment box text */
}
.comment-box__reply {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  padding: 10px 20px;
  padding-right: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__reply {
    flex-direction: column;
  }
  .comment-box__reply .comment-box__reply__title {
    margin-bottom: 7px;
  }
}
.comment-box__reply__title {
  min-width: 100px;
  margin-left: 10px;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-box__reply__title i {
  color: #474040;
  font-size: 12px;
}
.comment-box__reply {
  /* comment box reply title */
}
.comment-box__reply__text {
  font-size: 13px;
  color: #6e6e6e;
  line-height: 25px;
  text-align: justify;
}
.comment-box__reply {
  /* comment box reply text */
}
.comment-box {
  /* comment box reply */
}
.comment-box__logo {
  width: 130px;
  margin-left: 10px;
}
.comment-box {
  /* comment box logo */
}
.comment-box__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}
.comment-box {
  /* comment box header name */
}
.comment-box__date {
  font-size: 14.5px;
  font-weight: 300;
  color: #6e6e6e;
  margin-bottom: 10px;
}
.comment-box {
  /* comment box header date */
}
.comment-box__text {
  font-size: 12px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box {
  /* comment box text */
}
.comment-box__img-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.comment-box {
  /* comment box img wrapper */
}
.comment-box__img {
  display: block;
  width: 55px;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
  transition: all 300ms linear;
}
.comment-box__img:hover {
  opacity: 1;
}
.comment-box__img img {
  width: 100%;
}
.comment-box {
  /* comment box img */
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item.header {
    flex-wrap: wrap;
  }
  .comment-box__header__name {
    order: 1;
  }
  .comment-box__header__suggest {
    order: 0;
    margin: 0;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  .comment-box__header__review {
    order: 2;
  }
}

/* comment comment box */
.comments-form-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 10px rgba(110, 117, 136, 0.1);
  margin: 15px 0px;
  padding: 20px;
  border-radius: 10px;
}

/* Rating Star Widgets Style */
.rating-stars .star-list {
  list-style-type: none;
  padding: 0;
  direction: ltr;
}

.rating-stars .star-list .star {
  display: inline-block;
}

.rating-stars .star-list .star .icon {
  font-size: 1.5em;
  color: #ccc;
}

@media screen and (max-width: 575.98px) {
  .rating-stars .star-list .star .icon {
    font-size: 1.2em;
  }
}
/* هاور */
.rating-stars .star-list .star:hover .icon {
  color: #FF912C;
}

/* انتخاب‌شده */
.rating-stars .star-list .star-1.selected > .icon,
.rating-stars .star-list .star-2.selected > .icon,
.rating-stars .star-list .star-3.selected > .icon,
.rating-stars .star-list .star-4.selected > .icon,
.rating-stars .star-list .star-5.selected > .icon {
  color: #FF912C !important;
}

/* سایز هر ستاره */
.star-1 .icon {
  font-size: 15px !important;
  color: #ccc;
}

.star-2 .icon {
  font-size: 20px !important;
  color: #ccc;
}

.star-3 .icon {
  font-size: 25px !important;
  color: #ccc;
}

.star-4 .icon {
  font-size: 30px !important;
  color: #ccc;
}

.star-5 .icon {
  font-size: 35px !important;
  color: #ccc;
}

/* امتیاز کلی */
.score .icon-star {
  color: #FF912C;
}

.rating-stars .star-list .star:hover .icon,
.rating-stars .star-list .star.selected .icon {
  color: #FF912C;
}

.modal {
  display: none; /* به‌طور پیش‌فرض مخفی */
  position: fixed; /* در مکان ثابت بماند */
  z-index: 1; /* بالای همه */
  left: 0;
  top: 0;
  width: 100%; /* عرض کامل */
  height: 100%; /* ارتفاع کامل */
  overflow: auto; /* در صورت نیاز اسکرول فعال باشد */
  background-color: rgb(0, 0, 0); /* رنگ پس‌زمینه */
  background-color: rgba(0, 0, 0, 0.9); /* سیاه با شفافیت */
}

.modal-content {
  margin: auto;
  display: block;
  width: auto;
  max-width: 700px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.sublist {
  display: none;
  padding-right: 10px;
  list-style-type: none;
}

.toc-item.active > .sublist {
  display: block;
}

.slick-next {
  display: none !important;
}

.slick-prev {
  display: none !important;
}

#main-header {
  z-index: 99 !important;
}

.item-date {
  font-size: 13px;
  gap: 5px;
  color: #929aa0;
}

.score span {
  font-weight: 700;
}
.score .icon-star {
  color: #FF912C;
}

.product-card .discount {
  background: #c7070a;
  padding: 4px;
  font-size: 10px;
}

.main-btn__text:hover {
  color: white;
}

.link-color {
  color: black !important;
}

.product-card .discount {
  margin-top: -20px;
}

/*# sourceMappingURL=product-detail.css.map */
