@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 ----------------------------------*/
/*------------------------------------ sections ------------------------------------*/
.index-sec {
  margin-bottom: 35px;
  /* index sec category */
}
.index-sec.category {
  /* category main btn */
}
.index-sec.category .main-btn {
  display: flex;
  width: 160px;
  padding: 15px 30px;
  margin: 0 auto;
}
.index-sec.category .category-reverse .category-card:hover .category-card__img {
  transform: scale(1.06) translateX(0);
}
.index-sec.category .category-reverse .category-card .category-card__img {
  transform: scale(1) translateX(15px);
}

/* index sec */
/*------------------------------------ slider section ------------------------------------*/
.slider-section {
  margin-top: 25px;
  margin-bottom: 30px;
  min-height: calc(100vh - 135px);
  height: auto;
}
@media only screen and (max-width: 1199.98px) {
  .slider-section {
    min-height: calc(100vh - 209px);
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-section {
    min-height: 76vh;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-section {
    min-height: 56vh;
  }
}
@media only screen and (max-width: 575.98px) {
  .slider-section {
    min-height: auto;
  }
}

/* slider section */
/*------------------------------------ owl carousel ------------------------------------*/
.owl-carousel {
  /* owl carousel owl nav */
}
.owl-carousel .owl-nav {
  position: absolute;
  height: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* owl nav owl prev and owl next */
  /* owl nav owl prev */
  /* owl nav owl next */
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  background-color: transparent !important;
  transition: all 250ms linear;
  /* owl next and owl prev span */
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  color: #737373;
  font-size: 25px;
  transition: all 250ms linear;
  /* span hover */
}
.owl-carousel .owl-nav .owl-prev span:hover,
.owl-carousel .owl-nav .owl-next span:hover {
  color: #0a3790;
}
.owl-carousel .owl-nav .owl-prev {
  margin-right: -35px;
}
.owl-carousel .owl-nav .owl-prev:hover {
  margin-right: -40px;
}
.owl-carousel .owl-nav .owl-next {
  margin-left: -35px;
}
.owl-carousel .owl-nav .owl-next:hover {
  margin-left: -40px;
}
@media only screen and (max-width: 575.98px) {
  .owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    margin: 0 !important;
  }
  .owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
    color: #fff;
  }
}

/* owl carousel */
.mainSlider {
  position: relative;
  /* main slider item */
  /* main slider owl dots */
}
.mainSlider__item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  /* item img */
}
.mainSlider__item img {
  width: 100%;
}
.mainSlider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* owl dots owl dot */
}
.mainSlider .owl-dots .owl-dot {
  /* owl dot active */
  /* owl dot span */
}
.mainSlider .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.mainSlider .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  transition: all 250ms linear;
}

/* main slider */
.index-widget-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px 0;
  margin-bottom: 30px;
  /* index widget header title */
  /* index widget header sub title */
}
.index-widget-header__title {
  font-size: 25px;
  font-weight: 850;
  color: #333;
}
.index-widget-header__sub-title {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  /* sub title before and after */
}
.index-widget-header__sub-title::before, .index-widget-header__sub-title::after {
  content: "";
  width: 150px;
  height: 0.7px;
  background-color: #c5c5c5;
}
@media only screen and (max-width: 767.98px) {
  .index-widget-header__title {
    font-size: 20px;
  }
  .index-widget-header__sub-title {
    font-size: 13px;
  }
  .index-widget-header__sub-title:before, .index-widget-header__sub-title:after {
    width: 90px;
  }
}
@media only screen and (max-width: 575.98px) {
  .index-widget-header__sub-title:before, .index-widget-header__sub-title:after {
    width: 50px;
  }
}

/* index widget header */
.productSlider {
  position: relative;
  /* product slider owl stage */
  /* product slider owl nav */
  /* product slider owl dots */
}
.productSlider .owl-stage {
  padding-top: 10px;
  padding-bottom: 25px;
}
.productSlider .owl-nav {
  top: 35%;
}
.productSlider .owl-dots {
  /* owl dots owl dot */
}
.productSlider .owl-dots .owl-dot {
  /* owl dot active span */
  /* owl dot span */
}
.productSlider .owl-dots .owl-dot.active span {
  width: 25px;
  background-color: #0a3790;
}
.productSlider .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background-color: #c5c5c5;
  transition: all 250ms linear;
}

/* product slider */
.about-us {
  position: relative;
  background-image: url("../images/background/about-us.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
  overflow: hidden;
  /* about us show */
  /* about us before */
  /* about us index widget header */
  /* about us main btn */
  /* about us wrapper */
  /* about us img */
}
.about-us.show {
  /* show about us img */
}
.about-us.show .about-us__img {
  opacity: 1;
  transform: rotate(-2deg) translateX(-10px);
}
.about-us.show .about-us__img.second {
  margin-top: -85px;
  transform: rotate(2deg) translateX(0px);
}
.about-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #f8f8f8 0%, rgba(248, 248, 248, 0) 50%, #f8f8f8 100%);
}
.about-us .index-widget-header {
  position: relative;
  margin-bottom: 40px;
}
.about-us .main-btn {
  display: flex;
  max-width: 150px;
  margin-right: auto;
  padding: 15px 25px;
  margin-top: 15px;
}
.about-us__wrapper {
  position: relative;
  width: 49%;
  order: 0;
  /* wrapper img */
  /* wrapper p tag */
}
.about-us__wrapper.img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-us__wrapper p {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 30px;
  color: #737373;
  text-align: justify;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 19;
}
.about-us__img {
  display: block;
  width: 32%;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  opacity: 0;
  transform: rotate(0deg) translateX(0px);
  transition: all 400ms linear;
  /* img first */
  /* img nth child 2 */
  /* img nth child 3 */
  /* img nth child 4 */
  /* img nth child 5 */
  /* img nth child 6 */
}
.about-us__img.second {
  margin-top: 0;
  transform: rotate(0deg) translateX(0px);
}
.about-us__img:nth-child(2) {
  transition-delay: 200ms;
}
.about-us__img:nth-child(3) {
  transition-delay: 400ms;
}
.about-us__img:nth-child(4) {
  transition-delay: 600ms;
}
.about-us__img:nth-child(5) {
  transition-delay: 800ms;
}
.about-us__img:nth-child(6) {
  transition-delay: 1000ms;
}
@media only screen and (max-width: 991.98px) {
  .about-us__wrapper {
    width: 100%;
    order: 1;
  }
  .about-us__wrapper.img {
    margin-bottom: 20px;
    order: 0;
  }
  .about-us__wrapper.img img:first-child,
.about-us__wrapper.img img:nth-child(2),
.about-us__wrapper.img img:nth-child(3) {
    transform: rotate(-2deg) translateX(0px) translateY(-20px);
  }
}

/* about us */
.filters {
  position: relative;
  padding: 30px 0;
  background-image: url("../images/background/filters.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: 2;
  /* filters index widget header */
  /* filters body  */
  /* filters main btn */
}
.filters .index-widget-header {
  margin: 0;
}
.filters__body {
  padding: 15px 15px 0 15px;
  border-radius: 10px;
  background-color: rgba(18, 18, 18, 0.6);
  backdrop-filter: blur(3px);
}
.filters__body .index-widget-header__title,
.filters__body .form-card__label {
  color: #fff;
}
.filters__body .index-widget-header__sub-title::before,
.filters__body .index-widget-header__sub-title::after {
  background-color: #fff;
}
.filters__body .custom-select {
  border-color: white;
  border-radius: 5px;
  box-shadow: none !important;
}
.filters__body .index-widget-header__sub-title,
.filters__body .select-selected,
.filters__body .select-selected.select-arrow-active {
  color: #e0e0e0 !important;
}
.filters__body .select-items {
  background-color: rgba(18, 18, 18, 0.8);
  backdrop-filter: blur(5px);
}
.filters__body .select-items div {
  color: #fff;
  border-color: black;
}
.filters__body .select-items div:hover {
  background-color: rgba(10, 55, 144, 0.6);
}
.filters__body .form-card__label {
  margin-bottom: 5px;
}
.filters .main-btn {
  padding: 15px 30px;
  min-width: 170px;
}
@media only screen and (max-width: 767.98px) {
  .filters {
    background-size: 160%;
  }
  .filters .index-widget-header__sub-title {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .filters {
    background-size: 370%;
  }
}

/* filters */
.brands {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 120px;
  background-color: #f0f0f0;
  /* brands main btn */
  /* brands item */
}
.brands .main-btn {
  padding: 15px 30px;
  transform: translateY(30px);
}
.brands__item {
  display: flex;
  border: 1px solid gainsboro;
  padding: 20px;
  border-radius: 10px;
  transition: all 250ms linear;
  /* item hover */
  /* item img */
}
.brands__item:hover {
  border-color: #0a3790;
}
.brands__item img {
  width: 100% !important;
  margin: 0 auto;
}

/* brands */
.product-card {
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  max-width: 350px;
  margin: 0 auto;
  overflow: hidden;
  /* product card hover */
  /* product card not login */
  /* product card before */
  /* product card img */
  /* product card body */
  /* product card title */
  /* product card price */
  /* product card discount */
}
.product-card:hover {
  /* hover before */
  /* hover product card title */
}
.product-card:hover::before {
  top: 10px;
}
.product-card:hover .product-card__img.img-first {
  opacity: 0;
}
.product-card:hover .product-card__img.img-second {
  opacity: 1;
}
.product-card:hover .product-card__title {
  color: #0a3790;
}
.product-card.not-login .product-card__body::after {
  display: block;
}
.product-card.not-login .product-card__discount,
.product-card.not-login .product-card__price {
  display: none;
}
.product-card::before {
  content: attr(data-category);
  position: absolute;
  top: -60px;
  right: 10px;
  padding: 5px 13px;
  font-size: 13px;
  border-radius: 5px;
  background-color: #0a3790;
  color: #fff;
  z-index: 2;
  transition: all 250ms linear;
}
.product-card__img {
  width: 100%;
  margin-bottom: 15px;
  transition: all 250ms linear;
}
.product-card__img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  aspect-ratio: 1;
}
.product-card__img.img-first {
  opacity: 1;
}
.product-card__img.img-second {
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  left: 0;
  opacity: 0;
}
.product-card__body {
  padding: 0 15px 15px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  /* body after */
}
.product-card__body::after {
  content: "برای مشاهده قیمت ابتدا باید وارد سایت شوید";
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 4px 0;
  color: #737373;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  display: none;
}
.product-card__title {
  font-size: 15.5px;
  text-align: center;
  font-weight: 500;
  line-height: 23px;
  color: #333;
  margin-bottom: 9px;
  transition: all 250ms linear;
  width: 100%;
  height: 43px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-card__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fc1313;
  text-align: center;
  /* price span */
}
.product-card__price.unavailable {
  color: #b6b6b6;
}
.product-card__price.old-price {
  font-size: 15px;
  font-weight: 400;
  color: #878787;
  text-decoration: line-through;
}
.product-card__price span {
  font-weight: 300;
  color: #737373;
  font-size: 11px;
}
.product-card__discount {
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  background-color: #0a3790;
  color: #fff;
  border-radius: calc(10px / 2);
}

/* product card */
.category-card {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  /* category card hover */
  /* category card before */
  /* category card img */
  /* category card title */
  /* category card sub title */
}
.category-card:hover {
  /* hover before */
}
.category-card:hover::before {
  opacity: 0.2;
}
.category-card:hover .category-card__subtitle {
  top: 15px;
}
.category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0.5;
  transition: all 250ms linear;
  z-index: 1;
}
.category-card__img {
  width: 100%;
}
.category-card__title {
  padding: 0 15px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  z-index: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.category-card__subtitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: -70px;
  right: 15px;
  padding: 7px 15px;
  font-size: 12px;
  z-index: 2;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  background-color: #0a3790;
  color: #fff;
  border-radius: 10px;
  transition: all 250ms linear;
  /* sub title icon */
}
.category-card__subtitle i[class^=icon-] {
  margin-left: 7px;
  font-size: 20px;
}
@media only screen and (max-width: 575.98px) {
  .category-card {
    /*  hover */
  }
  .category-card:hover .category-card__subtitle {
    top: 5px;
  }
  .category-card__title {
    font-size: 13px;
    bottom: 3px;
  }
  .category-card__subtitle {
    padding: 7px 15px;
    font-size: 10px;
    right: 5px;
  }
  .category-card__subtitle i[class^=icon-] {
    font-size: 13px;
  }
}

/* category card */
.custom-select {
  position: relative;
  right: 0;
  display: block;
  height: 42px;
  top: 0;
  line-height: 42px;
  margin-bottom: 20px;
  border: 1.5px solid #bcbdc09c;
  transition: all 150ms linear;
}
.custom-select.disabled {
  pointer-events: none;
  border-color: #f2f2f2;
}
.custom-select.disabled .select-selected {
  color: #9f9f9f;
}
.custom-select.disabled .select-selected:after {
  border-color: #f2f2f2 transparent transparent transparent;
}
.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 select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected.select-arrow-active {
  background-color: transparent !important;
  color: #999 !important;
}

.select-selected {
  color: #999 !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 transparent;
  border-color: #0a3790 transparent transparent transparent;
}

.select-selected:before {
  position: absolute;
  margin-top: 3px;
  content: "";
  right: 10px;
  top: 0px;
  width: 16px;
  height: 20px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #0a3790 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;
  }
}

.select-items div {
  color: #6c6c6c;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  height: 42px;
  position: relative;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 0.5px);
  max-height: 250px;
  margin-top: -3px;
  background-color: #fff;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 0 1px #ced4da;
  z-index: 99;
  overflow: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover {
  background-color: #0a3790;
  color: #fff !important;
  border-radius: 0 !important;
}

.same-as-selected {
  color: #999 !important;
  border-radius: 0 !important;
}

/*# sourceMappingURL=index.css.map */
