@charset "UTF-8";
/*
// TODO: adding all archive pages styles to this file.
         such as blog archive card, product archive card and etc.
*/
/*---------------------------------- 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: 7rem;
}
.products .swiper-button-next {
  padding: 5px;
  background: #f6d516;
  font-size: 15px;
  border-radius: 5px;
  width: 37px;
  height: 33px;
}
.products .swiper {
  z-index: 0 !important;
}
.products .swiper {
  width: 85%;
}
.products .swiper-button-prev {
  padding: 5px;
  background: #f6d516;
  font-size: 15px;
  border-radius: 5px;
  width: 37px;
  height: 33px;
}
.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;
}
.products__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1399.98px) {
  .products__title h2 {
    font-size: 19px;
    font-weight: 700;
    color: #474040;
    margin: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title h2 {
    font-size: 16px;
  }
}
.products__title--title {
  font-size: 14px;
}
@media only screen and (max-width: 1599.98px) {
  .products__title--title {
    font-size: 12px;
  }
}
.products__title .icon-arrow-left {
  font-size: 14px;
}
.products {
  /* From Uiverse.io by reshades */
}
.products .button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 10.5em;
  height: 2.9em;
  border: #187f82 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: #f6d516;
  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); /* آیکن کمی به چپ میره */
}

.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: #187f82 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: #f6d516;
}
.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;
  }
}

.product-bg {
  background-image: url(.././images/product/2525.png);
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: contain;
}
@media only screen and (max-width: 1399.98px) {
  .product-bg {
    background-position: center 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-bg {
    background-image: unset;
    position: relative;
  }
  .product-bg:after {
    content: "";
    background-color: #187f82;
    display: block;
    position: absolute;
    top: 66px;
    width: 100%;
    height: 61%;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    z-index: -1;
    border-radius: 15% 13% 10% 10%;
  }
}

.new-bg {
  background-image: url(.././images/product/bg-offers.svg);
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: cover;
}
.new-bg .product-card-m {
  margin: 71px auto;
  position: absolute;
  top: 25px;
}

.product-color {
  color: white;
}

.product-card {
  padding: 18px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.88);
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .product-card {
    padding: 0 !important;
  }
}
.product-card--img {
  position: relative;
}
.product-card--img img {
  width: 100%;
  border-radius: 6px;
  display: block;
}
.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: 105px;
}
.product-card--title .price {
  font-size: 16px;
  color: #187f82;
  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: #474040;
  -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: 1199.98px) {
  .product-card--title h2 {
    padding-right: 6px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
.product-card--title s {
  color: gray;
  font-size: 15px;
}
@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: #706868;
  font-size: 15px;
}
@media only screen and (max-width: 1199.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: #187f82;
  padding: 4px;
  font-size: 8px;
  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;
}

.title-link-product {
  background-image: url(.././images/product/85.png);
  text-align: center;
  border-radius: 17px;
  padding: 2px;
  height: 2.5rem;
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.title-link-product a {
  color: #0e4546;
  font-size: 13px;
  font-weight: 700;
}

.title-link-product-color {
  background-image: url(.././images/product/56.png);
  text-align: center;
  border-radius: 17px;
  padding: 2px;
  height: 2.5rem;
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.title-link-product-color a {
  color: white;
  font-size: 13px;
}

.product-card-m {
  display: none !important;
}

.product-card-m.active-slider {
  display: flex !important;
}

.span-searvce {
  position: absolute;
  left: 40px;
  bottom: -3px;
  font-size: 12px;
  color: #312c2c;
  direction: ltr;
  letter-spacing: 1px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .span-searvce {
    bottom: 0px;
    font-size: 10px;
  }
}

.span-number {
  font-size: 11px;
  margin-right: 6px;
  color: #911412;
}

#third-select-field-car {
  margin-bottom: 1rem !important;
}

.color-sapan {
  color: #187f82;
}

.title-product {
  justify-content: end;
}

.border-right {
  border-bottom: 1px solid #911412;
}

.blog {
  margin-bottom: 5rem;
}
.blog--text {
  font-size: 15px;
  color: #0a1111;
  font-weight: 700;
}
@media only screen and (max-width: 1199.98px) {
  .blog--text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog--text {
    font-size: 10px;
  }
}
.blog__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #474040;
}
@media only screen and (max-width: 1399.98px) {
  .blog__title h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__title h2 {
    font-size: 17px;
  }
}

.mobile-category-card {
  display: none !important;
}
@media screen and (max-width: 991.98px) {
  .mobile-category-card {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  .mobile-category-card .swiper-slide {
    width: 32%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .mobile-category-card .swiper-slide {
    width: 49%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 480.98px) {
  .mobile-category-card .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 380.98px) {
  .mobile-category-card .swiper-slide {
    width: 75%;
  }
}
@media screen and (max-width: 767.98px) {
  .mobile-category-card {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden !important;
  }
}

@media screen and (max-width: 992.98px) {
  .desktop-category-card {
    display: none !important;
  }
}

.blog__card {
  background: white;
  border-radius: 20px;
  display: flex;
  transition: all 0.3s ease;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  width: 24% !important;
}
@media only screen and (max-width: 991.98px) {
  .blog__card {
    width: 95% !important;
  }
}
.blog__card:after {
  position: absolute;
  left: -8px;
  height: 62px;
  content: "";
  display: block;
  width: 28px;
  background: #f6d516;
  z-index: -1;
  border-radius: 9px;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card:after {
    left: -7px;
    height: 52px;
    border-radius: 16px;
  }
}
.blog__card--img img {
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 991.98px) {
  .blog__card--item {
    gap: 15px;
    justify-content: center !important;
  }
}
.blog__card--title h2 {
  font-size: 13px;
  margin-top: 10px;
  color: #474040;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (max-width: 991.98px) {
  .blog__card--title h2 {
    font-size: 12px !important;
  }
}
.blog__card__time {
  padding-left: 13px;
  padding-bottom: 16px;
}
.blog__card__time--btn {
  background: #474040;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 6px;
  transition: all 0.3s ease;
}
.blog__card__time--btn .blogCard__text {
  display: none;
}
.blog__card__time--btn span {
  color: white;
  font-size: 12px;
  padding: 1px;
}
@media only screen and (max-width: 1199.98px) {
  .blog__card__time--btn span {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog__card__time--btn span {
    font-size: 8px;
  }
}
.blog__card__time--btn .icon-arrow-left {
  color: wheat;
  font-size: 12px;
  transition: all 0.3s ease;
}
.blog__card .date {
  font-size: 13px;
  color: #187f82;
}

.blog__card--item .col-3 {
  width: 24%;
}

.blog__items {
  padding: 0;
}

@media only screen and (max-width: 1399.98px) {
  .product-card .img-ship {
    right: 5%;
  }
}
@media only screen and (max-width: 1499.98px) {
  .product-card .img-ship {
    right: 20%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card .img-ship {
    right: 9%;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship {
    right: 5%;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card .img-ship {
    right: 10%;
    bottom: 0;
  }
}
@media only screen and (max-width: 480.98px) {
  .product-card .img-ship {
    right: 10%;
  }
}
@media only screen and (max-width: 390.98px) {
  .product-card .img-ship {
    right: -6%;
  }
}
@media only screen and (max-width: 375.98px) {
  .product-card .img-ship {
    right: -15%;
  }
}
.blog__card {
  width: 47% !important;
}
@media only screen and (max-width: 767.98px) {
  .blog__card {
    width: 100% !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .blog__card {
    width: 95% !important;
  }
}

#playButton {
  visibility: hidden;
}

iframe {
  width: 100%;
}

video {
  width: 100%;
}

.play-vedeo {
  position: absolute;
  top: 8rem;
  left: 13rem;
  width: 35px;
  height: 35px;
  background: #d8d4d4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 1399px) {
  .play-vedeo {
    top: 6rem;
    left: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .play-vedeo {
    top: 6rem;
    left: 11rem;
  }
}

.title-video {
  position: absolute;
  bottom: 12px;
  right: 21px;
  color: white;
  font-weight: 700;
  font-size: 12px;
}

/*# sourceMappingURL=archives.css.map */
