/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.category-page__subcategories {
  margin-bottom: 20px;
}

.category-page__description {
  margin-bottom: 20px;
}

.category-page__description_after-products {
  margin-top: 20px;
  margin-bottom: 0;
}

.category-page__additional-description {
  margin-top: 20px;
}

.category-page__recently-products {
  margin-top: 60px;
}

.category-page__catalogreviews-last {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .category-page__subcategories-wrapper {
    margin-bottom: 15px;
  }
  .category-page__description {
    margin-bottom: 15px;
  }
  .r-filters__selected-list {
    margin-top: 15px;
  }
  .category-page__additional-description {
    margin-top: 30px;
  }
}
.description-block__content-wrapper.description-block__content-wrapper--show {
  max-height: 100% !important;
}

.description-block__more {
  margin-top: 10px;
  text-align: right;
}

.description-block__more_center {
  text-align: center;
}

.description-block__more_left {
  text-align: left;
}

.description-block__more-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.description-block__more-btn span {
  border-bottom: 1px dashed;
}