body {
  padding-top: 110px;
  font-family: YekanBakh;
}
@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }
}

#section1 > .container .links {
  color: #8c8c8c;
}
#section1 > .container .links a {
  color: #8c8c8c;
  text-decoration: none;
}
#section1 > .container .links a:last-of-type {
  color: #3c3c3c;
  font-weight: 500;
}
#section1 > .container .thumbnails img {
  cursor: pointer;
}
#section1 > .container .title {
  font-size: 24px;
  font-weight: 600;
}
#section1 > .container p {
  line-height: 1.8;
  color: #3c3c3c;
  font-size: 17px;
}
#section1 > .container .input-select > span {
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 500;
}
#section1 > .container .input-select > select {
  width: 170px;
  font-size: 15px;
  box-shadow: none !important;
}
#section1 > .container .input-select > select option {
  font-size: 15px;
}
#section1 > .container .input-number > span {
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 500;
}
#section1 > .container .input-number .input-container {
  display: flex;
  align-items: center;
  direction: ltr;
}
#section1 > .container .input-number input {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  border: none;
  outline: none;
}
#section1 > .container .input-number input[type=number]::-webkit-inner-spin-button,
#section1 > .container .input-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#section1 > .container .input-number button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background-color: #c5f0ff;
  color: #00a7e3;
}
#section1 > .container .input-number button:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
}
#section1 > .container .input-number button:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
}
#section1 > .container .price {
  width: -moz-fit-content;
  width: fit-content;
}
#section1 > .container .price > .discount > .price {
  text-decoration-line: line-through;
  color: #ff0004;
  font-size: 15px;
  font-weight: 600;
}
#section1 > .container .price > .discount > .percent {
  padding: 5px 8px 1px 8px;
  background-color: #ff0004;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 200px;
}
#section1 > .container .price > .price {
  color: #7c7c7c;
  font-size: 20px;
  font-weight: 600;
}
#section1 > .container .button-apply {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  background-color: #00a7e3;
  color: #ffffff;
  border-radius: 8px;
  border: none;
  outline: none;
}
#section1 > .container .button-apply > img {
  width: 20px;
}

#section2 > .container {
  position: relative;
}
@media (max-width: 1500px) {
  #section2 > .container {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #section2 > .container {
    width: 75%;
  }
  #section2 > .container > .title {
    display: block !important;
    margin: 0 auto 30px auto !important;
    padding: 0 15px 10px 15px !important;
    font-size: 24px !important;
    text-align: center !important;
  }
  #section2 > .container .swiper-button-next {
    left: -30px !important;
  }
  #section2 > .container .swiper-button-next::after {
    font-size: 40px;
  }
  #section2 > .container .swiper-button-prev {
    right: -30px !important;
  }
  #section2 > .container .swiper-button-prev::after {
    font-size: 40px;
  }
  #section2 > .container > .items .item > .title {
    font-size: 18px !important;
  }
  #section2 > .container > .items .item > .price > .discount > .price {
    font-size: 14px !important;
  }
  #section2 > .container > .items .item > .price > .discount > .percent {
    font-size: 13px !important;
  }
  #section2 > .container > .items .item > .price > .price {
    font-size: 16px !important;
  }
}
#section2 > .container > .title {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 50px;
  color: #3c3c3c;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: solid 4px #00a7e3;
}
#section2 > .container > .items .item {
  text-decoration: none;
  border: solid 2px #00a7e3;
}
#section2 > .container > .items .item > .title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 500;
}
#section2 > .container > .items .item > .price > .discount > .price {
  text-decoration-line: line-through;
  color: #ff0004;
  font-size: 15px;
  font-weight: 600;
}
#section2 > .container > .items .item > .price > .discount > .percent {
  padding: 5px 8px 1px 8px;
  background-color: #ff0004;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 200px;
}
#section2 > .container > .items .item > .price > .price {
  color: #7c7c7c;
  font-size: 18px;
  font-weight: 600;
}
#section2 > .container .swiper-button-next {
  position: absolute;
  left: -50px;
  right: unset;
  z-index: 1;
  transform: rotateY(180deg);
}
#section2 > .container .swiper-button-prev {
  position: absolute;
  right: -50px;
  left: unset;
  z-index: 1;
  transform: rotateY(-180deg);
}/*# sourceMappingURL=product.css.map */