.furstore-section-text-three-image .media {
  display: flex;
  align-items: flex-start;
}

.furstore-section-text-three-image .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.furstore-section-text-three-image .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.furstore-section-text-three-image * {
  outline: 0;
}

.furstore-section-text-three-image .mb-0 {
  margin-bottom: 0 !important;
}

.furstore-section-text-three-image .mt-5 {
  margin-top: 5px !important;
}

.furstore-section-text-three-image .mb-15 {
  margin-bottom: 15px !important;
}

.furstore-section-text-three-image .mt-25 {
  margin-top: 25px !important;
}

.furstore-section-text-three-image .mt-50 {
  margin-top: 50px !important;
}

@media (max-width: 1199px) {
  .furstore-section-text-three-image .mt-lg-30 {
    margin-top: 30px !important;
  }
}

@media (max-width: 575px) {
  .furstore-section-text-three-image .mt-xs-0 {
    margin-top: 0 !important;
  }

  .furstore-section-text-three-image .mb-xs-10 {
    margin-bottom: 10px !important;
  }
}

.furstore-section-text-three-image .spacing-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.furstore-section-text-three-image .spacing-50 .sp-item,
.furstore-section-text-three-image .spacing-50>[class*=" col-"],
.furstore-section-text-three-image .spacing-50>[class*=col-],
.furstore-section-text-three-image .spacing-50>[class*=col] {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1199px) {
  .furstore-section-text-three-image .spacing-lg-30 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .furstore-section-text-three-image .spacing-lg-30 .sp-item,
  .furstore-section-text-three-image .spacing-lg-30>[class*=" col-"],
  .furstore-section-text-three-image .spacing-lg-30>[class*=col-],
  .furstore-section-text-three-image .spacing-lg-30>[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.furstore-section-text-three-image .font-700 {
  font-weight: 700 !important;
}

.furstore-section-text-three-image .respone_image {
  position: relative;
}

.furstore-section-text-three-image .respone_image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #f5f5f5;
  -o-object-fit: cover;
  object-fit: cover;
}

.furstore-section-text-three-image i {
  display: inline-block;
  font-size: 40px;
}

.furstore-section-text-three-image .title_section {
  margin-bottom: 4rem;
}

.furstore-section-text-three-image .title_section p {
  margin-bottom: 0;
}

.furstore-section-text-three-image .title_section .title {
  font-size: 36px;
  font-family: var(--title-font-family);
}

.furstore-section-text-three-image .title_section .sub_title {
  font-size: 16px;
  font-weight: 400;
  max-width: 1550px;
}

.furstore-section-text-three-image .title_section .sub_title strong {
  font-weight: 600;
}

.furstore-section-text-three-image .title_section .desc {
  font-size: 2.4rem;
  max-width: 845px;
}

.furstore-section-text-three-image .title_section .desc strong {
  font-weight: 600;
}

.furstore-section-text-three-image .title_section.text-center .desc,
.furstore-section-text-three-image .title_section.text-center .sub_title {
  margin-left: auto;
  margin-right: auto;
}

.furstore-section-text-three-image .title_section.text-right .desc,
.furstore-section-text-three-image .title_section.text-right .sub_title {
  margin-left: auto;
}

html[dir="rtl"] .furstore-section-text-three-image  .title_section.text-right .desc,
html[dir="rtl"] .furstore-section-text-three-image  .title_section.text-right .sub_title {
  margin-right: auto;
  margin-left: initial;
}

@media (max-width: 1199px) {
  .furstore-section-text-three-image .title_section .title {
    font-size: clamp(1.2rem, 38px, 2rem);
  }

  .furstore-section-text-three-image .title_section .sub_title {
    font-size: clamp(1.3rem, 16px, 1.6rem);
  }
}

@media (max-width: 767px) {
  .furstore-section-text-three-image .title_section {
    text-align: center !important;
    margin-bottom: 2rem;
  }

  .furstore-section-text-three-image .title p {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .furstore-section-text-three-image .sub_title p {
    font-size: 16px;
  }
}

.furstore-section-text-three-image .categories__sidebar .title-block i {
  margin-right: 20px;
  font-size: 19px;
}

html[dir="rtl"] .furstore-section-text-three-image  .categories__sidebar .title-block i {
  margin-left: 20px;
  margin-right: initial;
}

.furstore-section-text-three-image .content_threshold.threshold_congrats i {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-left: 6px;
}

html[dir="rtl"] .furstore-section-text-three-image  .content_threshold.threshold_congrats i {
  margin-right: 6px;
  margin-left: initial;
}

.furstore-section-text-three-image .threshold_spend i {
  font-size: 22px;
  margin-left: 8px;
}

html[dir="rtl"] .furstore-section-text-three-image  .threshold_spend i {
  margin-right: 8px;
  margin-left: initial;
}

.furstore-section-text-three-image .nov-with-anim i.zmdi-close {
  position: absolute;
  right: -50px;
  top: -35px;
  z-index: 99;
  background: 0 0;
  color: #fff;
  font-size: 25px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

html[dir="rtl"] .furstore-section-text-three-image  .nov-with-anim i.zmdi-close {
  left: -50px;
  right: initial;
}

.furstore-section-text-three-image .nov-with-anim i.zmdi-close:hover {
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 767px) {
  .furstore-section-text-three-image .nov-with-anim i.zmdi-close {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ebebeb;
    color: #1e3441;
  }
}

.furstore-section-text-three-image .distance.wow {
  visibility: hidden;
}

.furstore-section-text-three-image .header-icon.search__btn-overlay i {
  font-size: 25px;
}

.furstore-section-text-three-image .extend--label__item i {
  display: none;
}

.furstore-section-text-three-image .extend--label__item.act i {
  display: inline-block;
}

@media (max-width: 575px) {
  .furstore-section-text-three-image .collection-carousel.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .furstore-section-text-three-image .collection-carousel.row .item.col,
  .furstore-section-text-three-image .collection-carousel.row .sp-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media (min-width: 768px) {
  .furstore-section-text-three-image .btn-vertical i {
    margin-right: 15px;
    max-width: 20px;
    stroke: var(--text-color);
  }

  html[dir="rtl"] .furstore-section-text-three-image  .btn-vertical i {
    margin-left: 15px;
    margin-right: initial;
  }
}

.furstore-section-text-three-image .btn-vertical i {
  font-size: 26px;
}

.furstore-section-text-three-image .nov-sh-image-1 {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.furstore-section-text-three-image .nov-sh-image-1:after {
  content: "";
  display: inline-block;
  width: 150%;
  height: 80%;
  position: absolute;
  top: -75%;
  right: 32%;
  background: rgba(255, 255, 255, 0.15);
  transform: skewY(-50deg);
  transition: all 0.35s ease;
}

.furstore-section-text-three-image .nov-sh-image-1:hover:after {
  top: 120%;
  right: -75%;
  transition: all 0.35s ease;
}

.furstore-section-text-three-image .nov-sh-image-2 {
  overflow: hidden;
  transform: translateZ(0);
}

.furstore-section-text-three-image {
  overflow: hidden;
}

.furstore-section-text-three-image .star:before {
  content: "\e624\e624\e624\e624\e624";
  display: inline-block;
  font-family: "qico";
  font-size: 18px;
}

.furstore-section-text-three-image .phone-number .title {
  color: var(--title-text-color);
}

.furstore-section-text-three-image .phone-number .number {
  color: var(--color-primary);
  font-size: 18px;
}

.furstore-section-text-three-image .contact-infos {
  margin-top: 25px;
}

.furstore-section-text-three-image .contact-infos .info-label {
  width: 46px;
  margin-right: 16px;
}

html[dir="rtl"] .furstore-section-text-three-image  .contact-infos .info-label {
  margin-left: 16px;
  margin-right: initial;
}

.furstore-section-text-three-image .contact-infos .info-value>a {
  font-weight: 700;
}

.furstore-section-text-three-image .header-mobile .item-mobile-top i {
  font-size: 24px;
  line-height: 14px;
}

.furstore-section-text-three-image .header-mobile #show-megamenu i {
  display: block;
}

.furstore-section-text-three-image .header-mobile #show-megamenu i:last-child {
  display: none;
}

.furstore-section-text-three-image .header-mobile #show-megamenu.act i {
  display: block;
}

.furstore-section-text-three-image .header-mobile #show-megamenu.act i:first-child {
  display: none;
}

.furstore-section-text-three-image .header-mobile .mobile-btn_search i:last-child {
  display: none;
}

.furstore-section-text-three-image .header-mobile .mobile-btn_search.act i {
  display: block;
}

.furstore-section-text-three-image .header-mobile .mobile-btn_search.act i:first-child {
  display: none;
}

@media (min-width: 768px) {
  html[dir="rtl"] .furstore-section-text-three-image  .text-md-left {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .furstore-section-text-three-image .contact-infos {
    display: inline-block;
  }
}