.flex-last {
  order: 1;
}

.furstore-news_list .mb-60 {
  margin-bottom: 60px !important;
}

@media (max-width: 575px) {
  .flex-xs-unordered {
    order: 0;
  }

  .flex-xs-first {
    order: -1;
  }
}

.furstore-news_list .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: capitalize;
  border-radius: var(--button-radius);
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.17s linear, background-color 0.17s linear,
    border-color 0.17s linear;
  width: initial;
  min-width: 45px;
  height: 45px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.furstore-news_list .btn:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2b2b2b;
}

.furstore-news_list .btn.btn-secondary {
  color: var(--color-primary);
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--color-primary);
}

.furstore-news_list .btn.btn-secondary:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

@media (min-width: 1200px) {
  .furstore-news_list .btn {
    font: 400 1.2rem var(--font-family);
  }

  .furstore-news_list .btn.btn-secondary {
    font: 400 1.6rem var(--font-family);
  }

  .furstore-news_list .btn.btn-medium {
    min-width: 160px;
    height: 50px;
  }

  .furstore-news_list .btn.btn-large {
    min-width: 200px;
    height: 60px;
  }
}

@media (max-width: 1199px) {
  .furstore-news_list .btn {
    /* font: 600 1.6rem var(--font-family); */
    min-width: 60px;
    height: 36px;
  }

  .furstore-news_list .btn.btn-secondary {
    font: 400 1rem var(--font-family);
  }

  .furstore-news_list .btn.btn-medium {
    min-width: 112px;
    height: 35px;
  }

  .furstore-news_list .btn.btn-large {
    min-width: 140px;
    height: 42px;
  }
}

.furstore-news_list .btn.disabled,
.furstore-news_list .btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}

.furstore-news_list .btn:focus {
  outline: 0;
  box-shadow: none;
}

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

.furstore-news_list .sidebar-block:not(:last-child) {
  margin-bottom: 40px;
}

.furstore-news_list .sidebar-block .title-block {
  font-family: var(--font-family);
  color: var(--title-text-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.furstore-news_list .categories__sidebar .title-block {
  padding: 15px 40px 25px;
  margin-bottom: 0;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 10px 10px 0 0;
}

.furstore-news_list .categories__sidebar .title-block i {
  margin-right: 20px;
  font-size: 19px;
}

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

.furstore-news_list .categories__sidebar .block__content {
  padding: 35px 40px;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-top: -10px;
}

.furstore-news_list .categories__sidebar .block__content .cateTitle:not(:last-child) {
  margin-bottom: 15px;
}

.furstore-news_list .categories__sidebar .block__content>.cateTitle>a {
  position: relative;
}

.furstore-news_list .categories__sidebar .block__content>.cateTitle>a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #bababa;
  margin-right: 25px;
  border-radius: 100%;
}

html[dir="rtl"] .furstore-news_list .categories__sidebar .block__content>.cateTitle>a:before {
  margin-left: 25px;
  margin-right: initial;
}

.furstore-news_list .categories__sidebar .block__content>.cateTitle>a:hover:before {
  border-color: var(--color-primary);
}

.furstore-news_list .categories__sidebar .block__content .hasSubCategory {
  position: relative;
}

.furstore-news_list .categories__sidebar .block__content .hasSubCategory.level1 .arrow {
  position: absolute;
  right: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  color: #505050;
  border-radius: 2px;
}

html[dir="rtl"] .furstore-news_list .categories__sidebar .block__content .hasSubCategory.level1 .arrow {
  left: 0;
  right: initial;
}

.furstore-news_list .categories__sidebar .block__content .hasSubCategory.level1 .arrow:after {
  content: "\e7fd";
  font-family: qico;
  width: 15px;
  height: 15px;
  min-width: 15px;
  padding: 1px 4px;
  color: #fff;
  border-radius: 2px;
}

.furstore-news_list .categories__sidebar .block__content .hasSubCategory.level1 .arrow:hover {
  cursor: pointer;
}

.furstore-news_list .categories__sidebar .block__content .hasSubCategory.level1 .arrow:hover:after {
  color: var(--color-primary);
}

.furstore-news_list .categories__sidebar .block__content .hasSubCategory.level1 .arrow.collapsed:after {
  content: "\e7fe";
}

.furstore-news_list .categories__sidebar .block__content .hasSubCategory.level2 {
  background: 0 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.furstore-news_list .categories__sidebar .block__content .hasSubCategory.level2.collapsed {
  background: 0 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}

.furstore-news_list .categories__sidebar .block__content .hasSubCategory.level2.collapsed:hover {
  background: 0 0;
}

.furstore-news_list .categories__sidebar .block__content .hasSubCategory.level2:after {
  background: #fff;
  color: #898989;
}

.furstore-news_list .categories__sidebar .block__content .hasSubCategory.level2:hover:after {
  background: 0 0;
  color: var(--color-primary);
}

.furstore-news_list .categories__sidebar .block__content .subCategory {
  margin-top: 8px;
  padding-left: 33px;
}

html[dir="rtl"] .furstore-news_list .categories__sidebar .block__content .subCategory {
  padding-right: 33px;
  padding-left: initial;
}

.furstore-news_list .categories__sidebar .block__content .subCategory .cateTitle {
  padding: 3.5px 0;
}

.furstore-news_list .categories__sidebar .block__content .subCategory .cateItem {
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 400;
}

.furstore-news_list .categories__sidebar .block__content .subCategory .cateItem:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #6c6c6c;
  transform: rotate(45deg);
  margin-right: 25px;
  margin-bottom: 2px;
}

html[dir="rtl"] .furstore-news_list .categories__sidebar .block__content .subCategory .cateItem:before {
  margin-left: 25px;
  margin-right: initial;
}

.furstore-news_list .categories__sidebar .block__content .subCategory .cateItem:hover {
  color: var(--color-primary);
}

.furstore-news_list .categories__sidebar .block__content .level2>.subCategory {
  padding-left: 35px;
}

html[dir="rtl"] .furstore-news_list .categories__sidebar .block__content .level2>.subCategory {
  padding-right: 35px;
  padding-left: initial;
}

.furstore-news_list .categories__sidebar .block__content .level2>.subCategory .cateItem:before {
  display: none;
}

@media (max-width: 1199px) {

  .furstore-news_list .categories__sidebar .block__content,
  .furstore-news_list .categories__sidebar .title-block {
    padding-left: 25px;
    padding-right: 25px;
  }
}

body.open {
  overflow: hidden;
}

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

  .furstore-news_list .collection-carousel.row .item.col,
  .furstore-news_list .collection-carousel.row .sp-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

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

.furstore-news_list .nov-sh-image-2 img {
  width: 100%;
  transition: all 1.5s ease-out;
}

.furstore-news_list .nov-sh-image-2:hover:not(.no-sh-xs) img {
  transform: scale(1.07, 1.07);
}

@media (min-width: 576px) {
  .furstore-news_list .nov-sh-image-2:hover.no-sh-xs img {
    transform: scale(1.07, 1.07);
  }
}

.furstore-news_list .article__list-image-container {
  overflow: hidden;
}

.furstore-news_list .article--listing img {
  max-height: 540px;
  transition: transform 0.35s linear;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

@media (min-width: 768px) {
  .furstore-news_list .article--listing:hover img {
    transform: scale(1.05, 1.05);
  }
}

@media (max-width: 767px) {
  .furstore-news_list {
    padding-bottom: 24px;
  }

  .furstore-news_list .recentpost__sidebar .post-item .post__info {
    margin-top: 12px;
  }
}

.furstore-news_list .article__title a {
  font-size: 3.2rem;
  color: var(--title-text-color);
  position: relative;
  display: inline-block;
}

.furstore-news_list .article__title a:hover {
  color: var(--color-primary);
}

@media (max-width: 991px) {
  .furstore-news_list .article__title a {
    font-size: 1rem;
  }
}

.furstore-news_list .article__excerpt {
  color: var(--text-color);
  font-size: 18px;
}

@media (max-width: 1199px) {

  .furstore-news_list .article__list-image-container,
  .furstore-news_list .respone_image {
    height: 100%;
  }
}

@media (max-width: 575px) {
  .furstore-news_list .flex-xs-unordered {
    order: 0;
  }

  .furstore-news_list .flex-xs-first {
    order: -1;
  }
}

@media (min-width: 768px) {
  .furstore-news_list .blog-view-leftsidebar .blog--list {
    padding-left: 60px;
  }

  html[dir="rtl"] .furstore-news_list .blog-view-leftsidebar .blog--list {
    padding-right: 60px;
    padding-left: initial;
  }

  .furstore-news_list .blog-view-rightsidebar .blog--list {
    padding-right: 60px;
  }

  html[dir="rtl"] .furstore-news_list .blog-view-rightsidebar .blog--list {
    padding-left: 60px;
    padding-right: initial;
  }
}

.furstore-news_list .article--listing .article__title {
  margin-bottom: 10px;
}

.furstore-news_list .article--listing .article__title a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--title-text-color);
}

.furstore-news_list .article--listing .article__excerpt {
  font-weight: 400;
  font-family: var(--font-family-default);
  margin: 25px 0 24px;
}

.furstore-news_list .article--listing .article__info>span {
  position: relative;
}

.furstore-news_list .article--listing .article__info>span:not(:last-child) {
  padding-right: 12px;
  margin-right: 10px;
}

html[dir="rtl"] .furstore-news_list .article--listing .article__info>span:not(:last-child) {
  padding-left: 12px;
  padding-right: initial;
}

html[dir="rtl"] .furstore-news_list .article--listing .article__info>span:not(:last-child) {
  margin-left: 10px;
  margin-right: initial;
}

.furstore-news_list .article--listing .article__info>span:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background: #d3d3d3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

html[dir="rtl"] .furstore-news_list .article--listing .article__info>span:not(:last-child):after {
  left: 0;
  right: initial;
}

.furstore-news_list .article--listing .article__image {
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
}

.furstore-news_list .blog--grid-view .article--listing .article__info {
  border-bottom: 1px solid #ececec;
}

.furstore-news_list .blog--list-view .article--listing {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.furstore-news_list .blog--list-view .article--listing:last-child {
  border: none;
}

.furstore-news_list .blog--list-view .article--listing .article__excerpt {
  margin: 13px 0 32px;
}

.furstore-news_list .blog--list-view .article--listing .article__title {
  margin-bottom: 5px;
}

.furstore-news_list .blog--list-view .media-image {
  margin-right: 30px;
  max-width: 100%;
  flex: 0 0 42.53%;
}

html[dir="rtl"] .furstore-news_list .blog--list-view .media-image {
  margin-left: 30px;
  margin-right: initial;
}

.furstore-news_list .blog--list-view .title_block {
  margin-top: 0;
}

.furstore-news_list .blog--column-view {
  margin-bottom: 48px;
}

.furstore-news_list .blog--column-view .row {
  gap: 20px 0;
}

.furstore-news_list .blog--column-view .block_content {
  border-radius: 10px;
  border: 1px solid #f9f9f9;
  overflow: hidden;
  padding-bottom: 18px;
}

.furstore-news_list .blog--column-view .article--listing .article__image {
  border-radius: 0;
}

.furstore-news_list .blog--column-view .article--listing .article__info {
  padding: 15px 0;
  margin-top: 20px;
}

.furstore-news_list .blog--column-view .article--listing .article__excerpt {
  margin: 18px 0;
}

.furstore-news_list .blog--column-view .article__title {
  font-size: 1.5rem;
}

.furstore-news_list .blog--column-view .article__excerpt,
.furstore-news_list .blog--column-view .article__title {
  padding: 0 15px;
}

.furstore-news_list .blog--column-view .article__author,
.furstore-news_list .blog--column-view .article__date {
  font-size: 11px;
}

@media (max-width: 1199px) {
  .furstore-news_list .blog--list-view .media-image {
    margin-right: 20px;
    max-width: 100%;
    flex: 0 0 44%;
  }

  html[dir="rtl"] .furstore-news_list .blog--list-view .media-image {
    margin-left: 20px;
    margin-right: initial;
  }

  .furstore-news_list .blog--list-view .article--listing .article__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 13px 0 24px;
  }
}

@media (max-width: 991px) {
  .furstore-news_list .blog--column-view {
    margin-bottom: 24px;
  }

  .furstore-news_list .blog--list-view .article--listing {
    display: block;
  }

  .furstore-news_list .blog--list-view .media-image {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  html[dir="rtl"] .furstore-news_list .blog--list-view .media-image {
    margin-left: 0;
    margin-right: initial;
  }
}

@media (max-width: 375px) {
  .furstore-news_list .article--listing .article__info>span:not(:last-child) {
    padding-right: 7px;
    margin-right: 5px;
  }

  html[dir="rtl"] .furstore-news_list .article--listing .article__info>span:not(:last-child) {
    padding-left: 7px;
    padding-right: initial;
  }

  html[dir="rtl"] .furstore-news_list .article--listing .article__info>span:not(:last-child) {
    margin-left: 5px;
    margin-right: initial;
  }

  .furstore-news_list .article--listing .article__excerpt {
    margin: 15px 0 24px;
  }

  .furstore-news_list .blog--column-view .article__author,
  .furstore-news_list .blog--column-view .article__date {
    font-size: 9px;
  }
}

.furstore-news_list .sidebar-blog__item {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 20px 25px 40px;
}

.furstore-news_list .sidebar-blog__item .title-block {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 40px;
}

.furstore-news_list .sidebar-blog__item.blogtags__sidebar {
  padding-bottom: 30px;
}

.furstore-news_list .recentpost__sidebar .post_groups:not(:last-child) {
  margin-bottom: 40px;
}

.furstore-news_list .recentpost__sidebar .article__list-image {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
}

.furstore-news_list .recentpost__sidebar .post-item .post__title {
  margin-top: 3px;
}

.furstore-news_list .recentpost__sidebar .post-item .post__title a {
  font-family: var(--font-family-default);
  font-size: 1.2rem;
  font-weight: 600;
}

.furstore-news_list .recentpost__sidebar .post-item .post__info {
  font-size: 12px;
  color: var(--text-color);
}

.furstore-news_list .recentpost__sidebar .post-item .post__info i {
  margin-right: 9px;
  font-size: 13px;
  vertical-align: middle;
}

html[dir="rtl"] .furstore-news_list .recentpost__sidebar .post-item .post__info i {
  margin-left: 9px;
  margin-right: initial;
}

.furstore-news_list .recentpost__sidebar .post-item .post__info span:not(:last-child) {
  margin-right: 15px;
}

html[dir="rtl"] .furstore-news_list .recentpost__sidebar .post-item .post__info span:not(:last-child) {
  margin-left: 15px;
  margin-right: initial;
}

.furstore-news_list .recentpost__sidebar .post-item .post__date {
  font-size: 10px;
  font-weight: 400;
  color: var(--text-color);
  text-transform: uppercase;
}

.furstore-news_list .recentpost__sidebar .post-item .post__excerpt {
  font-size: 1.3rem;
  font-weight: 400;
}

.furstore-news_list .recentpost__sidebar .post-item:not(:last-child) {
  margin-bottom: 23px;
  padding-bottom: 27px;
  border-bottom: 1px dashed #262427;
}

.furstore-news_list .recentpost__sidebar .post__image {
  width: 100%;
  flex: 0 0 37.04%;
  margin-right: 17px;
}

html[dir="rtl"] .furstore-news_list .recentpost__sidebar .post__image {
  margin-left: 17px;
  margin-right: initial;
}

@media (max-width: 991px) {
  .furstore-news_list .recentpost__sidebar .post__image {
    flex: 0 0 48%;
  }
}

.furstore-news_list .search__sidebar {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 30px;
}

.furstore-news_list .search__sidebar .search__input {
  border-color: var(--color-primary);
  height: 50px;
  border-radius: 30px;
  padding: 0;
  padding-left: 20px;
  padding-right: 50px;
}

html[dir="rtl"] .furstore-news_list .search__sidebar .search__input {
  padding-left: 50px;
  padding-right: 20px;
}

.furstore-news_list .search__sidebar .search__input::-webkit-input-placeholder {
  font-size: 10px;
  font-weight: 500;
  color: #a8a8a8;
  text-transform: uppercase;
}

.furstore-news_list .search__sidebar .search__input:-moz-placeholder {
  font-size: 10px;
  font-weight: 500;
  color: #a8a8a8;
  text-transform: uppercase;
}

.furstore-news_list .search__sidebar .search__input::-moz-placeholder {
  font-size: 10px;
  font-weight: 500;
  color: #a8a8a8;
  text-transform: uppercase;
}

.furstore-news_list .search__sidebar .search__input:-ms-input-placeholder {
  font-size: 10px;
  font-weight: 500;
  color: #a8a8a8;
  text-transform: uppercase;
}

.furstore-news_list .search__sidebar .search__submit {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  color: var(--color-button-text);
  background-color: #2b2b2b;
  border: 1px solid var(--color-primary);
  font-size: 13px;
  padding: 0;
}

html[dir="rtl"] .furstore-news_list .search__sidebar .search__submit {
  left: 5px;
  right: initial;
}

.furstore-news_list .search__sidebar .search__submit:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

@media (max-width: 1199px) {
  .furstore-news_list .search__sidebar {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.furstore-news_list .template-article .article__title {
  font-family: var(--font-family-default);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--title-text-color);
  margin: 24px 0 27px;
}

.furstore-news_list .template-article .article__info {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.furstore-news_list .template-article .article__info .blog_share {
  display: flex;
  margin-left: auto;
}

html[dir="rtl"] .furstore-news_list .template-article .article__info .blog_share {
  margin-right: auto;
  margin-left: initial;
}

@media (max-width: 575px) {
  .furstore-news_list .template-article .article__info {
    display: block !important;
  }

  .furstore-news_list .template-article .article__info .blog_cs {
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 11px 0;
    border-bottom: 1px dotted #c6c6c6;
  }

  .furstore-news_list .template-article .article__info .blog_share {
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.furstore-news_list .article__date {
  display: inline-block;
  font-weight: 600;
  color: #c8c8c8;
  font-size: 11px;
  text-transform: uppercase;
}

.furstore-news_list .article__date:not(:last-child) {
  margin-right: 10px;
}

html[dir="rtl"] .furstore-news_list .article__date:not(:last-child) {
  margin-left: 10px;
  margin-right: initial;
}

.furstore-news_list .article__date i {
  margin-right: 7px;
  font-size: 13px;
  vertical-align: text-bottom;
}

html[dir="rtl"] .furstore-news_list .article__date i {
  margin-left: 7px;
  margin-right: initial;
}

@media (max-width: 375px) {
  .furstore-news_list .article__date {
    font-size: 9px;
  }
}

.furstore-news_list .article__info .article__author {
  margin-left: 20px;
}

html[dir="rtl"] .furstore-news_list .article__info .article__author {
  margin-right: 20px;
  margin-left: initial;
}

.furstore-news_list .article__info .article__author,
.furstore-news_list .article__info .article__date {
  color: var(--text-color);
}

.furstore-news_list .article__info .article__print,
.furstore-news_list .article__info .article__share {
  padding: 7.5px 0;
}

.furstore-news_list .article__info .article__print:hover,
.furstore-news_list .article__info .article__share:hover {
  background: 0 0;
}

.furstore-news_list .article__info .article__print {
  padding-left: 30px;
}

html[dir="rtl"] .furstore-news_list .article__info .article__print {
  padding-right: 30px;
  padding-left: initial;
}

.furstore-news_list .article__info .article__share .dropdown-menu {
  top: 8px !important;
  left: 0;
}

html[dir="rtl"] .furstore-news_list .article__info .article__share .dropdown-menu {
  right: 0;
  left: initial;
}

@media (max-width: 991px) {
  .furstore-news_list .article__info .article__print {
    padding-left: 18px;
  }

  html[dir="rtl"] .furstore-news_list .article__info .article__print {
    padding-right: 18px;
    padding-left: initial;
  }

  .furstore-news_list .article__info .article__author {
    margin-left: 10px;
  }

  html[dir="rtl"] .furstore-news_list .article__info .article__author {
    margin-right: 10px;
    margin-left: initial;
  }
}

@media (max-width: 575px) {
  .furstore-news_list .article__info .article__print {
    padding-left: 40px;
  }

  html[dir="rtl"] .furstore-news_list .article__info .article__print {
    padding-right: 40px;
    padding-left: initial;
  }
}

.furstore-news_list .BlogRelated .article--listing .article__excerpt {
  font-family: var(--font-family-default);
  font-size: 107%;
}