.categories-list {
  margin-bottom: 52px;
}

.product-view__container {
  margin: 25px 0;
}

.product-view__show-more:hover span:after {
  transform: rotate(360deg);
}

.product-view__show-more:hover {
  border-color: #d2d2d4;
}

.product-view__show-more:hover span {
  color: #e52727;
}

div#viewed {
  margin-top: 40px;
}

.product-view__show-more {
  text-align: center;
  cursor: pointer;
  transition: all ease 0.1s;
}

.product-view__show-more span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 0 10px 34px;
  color: #333;
  display: block;
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.product-view__show-more span:after {
  width: 19px;
  height: 19px;
  left: 5px;
  margin-top: -10px;
  top: 50%;
  background: url(/local/templates/redparts/static/images/icon/show_more.svg) center no-repeat;
  transition: all 0.4s linear;
  content: "";
  display: block;
  position: absolute;
}

.products-view__pagination {
  margin-top: 10px;
}

.catalog-selection-container {
  position: relative;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .catalog-selection-container {
    margin-bottom: 20px;
  }
}

.catalog-selection {
  position: absolute;
  bottom: -45px;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  background: #333;
  max-width: 1150px;
}
@media (max-width: 1250px) {
  .catalog-selection {
    background: rgba(51, 51, 51, 0.5215686275);
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .catalog-selection {
    position: static;
    padding: 10px 10px;
    background: #333333;
    max-width: 1150px;
  }
}
.catalog-selection form {
  flex: 1;
}
.catalog-selection .flex {
  gap: 10px;
}
.catalog-selection__item {
  flex: 0 0 28%;
  display: flex;
  border: 1px solid #E0E0E0;
  background-color: #f8f8f8;
  align-items: center;
  padding: 12px 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s linear;
}
@media (max-width: 1400px) {
  .catalog-selection__item {
    flex: 0 0 calc(33.333% - 7px);
  }
}
@media (max-width: 767px) {
  .catalog-selection__item {
    flex: 0 0 100%;
  }
}
.catalog-selection__item__step {
  border-right: 1px solid;
  padding-right: 15px;
  margin-right: 15px;
  color: #a9a9a9;
}
.catalog-selection__item.active {
  border-color: #4066B0;
}
.catalog-selection__item.active .catalog-selection__item__select:after {
  transform: rotate(-45deg);
}
.catalog-selection__item.active .catalog-selection__item__select:before {
  transform: rotate(45deg);
}
.catalog-selection__item__select {
  flex: 1;
  position: relative;
}
.catalog-selection__item__select:after, .catalog-selection__item__select:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 6px;
  background-color: #333;
  transition: all 0.2s linear;
}
.catalog-selection__item__select:after {
  transform: rotate(45deg);
  right: 4px;
}
.catalog-selection__item__select:before {
  transform: rotate(-45deg);
}
.catalog-selection__item.active .catalog-selection__item__list {
  opacity: 1;
  visibility: visible;
}
.catalog-selection__item__list {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  background-color: #f8f8f8;
  display: block;
  top: 48px;
  z-index: 99;
  left: -1px;
  right: -1px;
  padding: 15px 10px;
  border-bottom: 1px solid #4066B0;
  border-right: 1px solid #4066B0;
  border-left: 1px solid #4066B0;
}
.catalog-selection__item__list__item {
  padding: 10px 5px;
  transition: all 0.2s linear;
}
.catalog-selection__item__list__item:hover {
  background-color: #ccc;
}
.catalog-selection__item__list__item.selected {
  background-color: #4066B0;
  color: #fff;
}
.catalog-selection__button {
  flex: 1;
  border: 1px solid #c5291b;
  color: #fff;
  background-color: #c5291b;
  transition: opacity 0.2s linear;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-selection__button:focus {
  outline: none;
  border: 1px solid #c5291b;
}
.catalog-selection__button:hover {
  opacity: 0.6;
}

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