.cat-back {
  display: block;
}
@media screen and (min-width: 1024px) {
  .cat-back {
    display: none;
  }
}
.cat-back .wrap {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 0;
}

.line {
  display: none;
}
@media screen and (min-width: 1024px) {
  .line {
    display: block;
  }
}

.content-page {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .content-page .product-filters {
    display: flex;
    flex-wrap: wrap;
  }
}
.content-page .product-filters .filter-item {
  width: 100%;
}
.content-page .product-filters .filter-item:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media screen and (min-width: 768px) {
  .content-page .product-filters .filter-item {
    width: 204px;
    margin-right: 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .content-page .product-filters .filter-item {
    width: 234px;
    margin-right: 15px;
  }
}
.content-page .product-filters .filter-item .filter-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .content-page .product-filters .filter-item .filter-item-link {
    padding: 15px;
    display: flex;
    align-items: center;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .content-page .product-filters .filter-item .filter-item-link {
    font-size: 14px;
  }
}
.content-page .product-filters .filter-item .filter-item-link .img-wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .content-page .product-filters .filter-item .filter-item-link .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
  }
  .content-page .product-filters .filter-item .filter-item-link .img-wrap img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .content-page .product-filters .filter-item .filter-item-link .text-wrap {
    margin-left: 15px;
    overflow: hidden;
  }
}
.content-page .content-wrap {
  padding: 15px 0;
}
.content-page .content-wrap .right-column {
  width: 100%;
  height: auto;
}
.content-page .content-wrap .right-column .catalog-search-phrase .search-title {
  margin-right: 10px;
  font-size: 14px;
}
.content-page .content-wrap .right-column .catalog-search-phrase .search-phrase {
  line-height: 24px;
}
.content-page .content-wrap .right-column .catalog-search-phrase .search-phrase .item {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
}
.content-page .content-wrap .right-column .catalog-filters-panel {
  padding: 15px 0 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-page .content-wrap .right-column .catalog-filters-panel .sort-filter {
  padding-bottom: 20px;
}
@media screen and (min-width: 568px) {
  .content-page .content-wrap .right-column .catalog-filters-panel .sort-filter {
    padding-bottom: 0;
  }
}
.content-page .content-wrap .right-column .catalog-filters-panel .sort-filter .sort-title {
  font-size: 14px;
}
.content-page .content-wrap .right-column .catalog-filters-panel .sort-filter select {
  font-size: 14px;
  padding: 0px 20px 0px 11px;
  border-width: 1px;
  border-style: solid;
  outline: none;
  background-color: transparent;
  border-radius: 3px;
  webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(../images/icon/sort-down.svg);
  background-size: 9px 7px;
  background-repeat: no-repeat;
  background-position: right 8px center;
  height: 36px;
}
.content-page .content-wrap .right-column .catalog-filters-panel .per-page-filter .page-title {
  font-size: 14px;
}
.content-page .content-wrap .right-column .catalog-filters-panel .per-page-filter select {
  font-size: 14px;
  padding: 0px 20px 0px 11px;
  border-width: 1px;
  border-style: solid;
  outline: none;
  background-color: transparent;
  border-radius: 3px;
  webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(../images/icon/sort-down.svg);
  background-size: 9px 7px;
  background-repeat: no-repeat;
  background-position: right 8px center;
  height: 36px;
}
.content-page .content-wrap .right-column .filter-button-wrap {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  left: 0;
  bottom: 0;
  padding: 5px 0 15px 0;
  margin: 0 -10px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .content-page .content-wrap .right-column .filter-button-wrap {
    display: none;
  }
}
.content-page .content-wrap .right-column .filter-button-wrap .filter-button {
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  width: 240px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-page .content-wrap .right-column .filter-button-wrap .filter-button .text {
  display: inline;
}
.content-page .content-wrap .right-column .filter-button-wrap .filter-button .filter-baloon {
  position: absolute;
  height: 19px;
  min-width: 19px;
  border-radius: 3px;
  text-align: center;
  line-height: 0;
  padding: 3px;
  top: -4px;
  right: -10px;
}
@media screen and (min-width: 1194px) {
  .content-page .content-wrap .right-column .filter-button-wrap .filter-button .filter-baloon {
    display: inline;
  }
}
.content-page .content-wrap .right-column .filter-button-wrap .filter-button .filter-baloon span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
}
.content-page .content-wrap .right-column .products-wrap {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 -10px;
}
@media only screen and (min-width: 560px) {
  .content-page .content-wrap .right-column .products-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .content-page .content-wrap .right-column .products-wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .content-page .content-wrap .right-column .products-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .content-page .content-wrap .right-column .products-wrap {
    grid-template-columns: repeat(5, 1fr);
  }
}
.content-page .content-wrap .right-column .products-wrap .product-box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding-bottom: 15px;
  height: 100%;
}
.content-page .content-wrap .right-column .products-wrap .product-box .country-flag {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 30;
}
.content-page .content-wrap .right-column .products-wrap .product-box .country-flag .kss-picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-page .content-wrap .right-column .products-wrap .product-box .hot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 8px;
}
.content-page .content-wrap .right-column .products-wrap .product-box .new {
  display: block;
  width: 32px;
  height: 12px;
  position: absolute;
  top: 12px;
  left: 24px;
  z-index: 20;
}
.content-page .content-wrap .right-column .products-wrap .product-box .new .new-wrap {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.5px;
  display: block;
  text-align: center;
  width: auto;
  height: 12px;
}
.content-page .content-wrap .right-column .products-wrap .product-box .favorite-block {
  position: absolute;
  right: 8px;
  top: 8px;
}
.content-page .content-wrap .right-column .products-wrap .product-box .favorit {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.content-page .content-wrap .right-column .products-wrap .product-box a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .product-img {
  overflow: hidden;
  padding: 50%;
  position: relative;
  border-radius: 4px;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .product-img img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .product-img .action {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .brand {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  padding: 20px 0 0px 0;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 0 0 15px 0;
  /*                height: 73px;*/
  text-align: center;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .price-block {
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
  justify-content: center;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .price-block .price {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 20px;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .price-block .price .price-nosale {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .price-block .price .price-new {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-right: 5px;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .price-block .price .price-old {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .price-block span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .price-block .action {
  position: absolute;
  right: 0;
  bottom: 148px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 4px;
  height: 20px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 12px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .content-page .content-wrap .right-column .products-wrap .product-box a .price-block .action {
    position: static;
  }
}
.content-page .content-wrap .right-column .products-wrap .product-box:hover a .product-img img {
  opacity: 0.65;
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket .product-buy {
  cursor: pointer;
  width: calc(100% - 48px);
  max-width: 108px;
}
@media only screen and (min-width: 768px) {
  .content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket .product-buy {
    width: 100%;
  }
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket .product-buy .buy-button {
  border-radius: 4px;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket .product-buy .buy-button .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
.content-page .content-wrap .right-column .show-more {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  margin-top: 30px;
  cursor: pointer;
}
.content-page .content-wrap .right-column .show-more .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.content-page .content-wrap .pagination {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .content-page .content-wrap .pagination {
    padding: 60px 0;
  }
}
.content-page .content-wrap .pagination li {
  list-style: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin: 0 5px;
}
.content-page .content-wrap .pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.content-page .content-wrap .pagination li.prev {
  margin-right: auto;
}
.content-page .content-wrap .pagination li.prev a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.content-page .content-wrap .pagination li.prev a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/templates/kss_template/images/icon/kss-arrow-next.svg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.content-page .content-wrap .pagination li.next {
  margin-left: auto;
}
.content-page .content-wrap .pagination li.next a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.content-page .content-wrap .pagination li.next a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/templates/kss_template/images/icon/kss-arrow-next.svg);
}

.content-text {
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 26px;
}
.content-text h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 40px 0 30px 0;
}
.content-text h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 30px 0;
}
.content-text blockquote {
  margin: 20px 0;
  padding-left: 14px;
  border-left-width: 2px;
  border-left-style: solid;
}
.content-text p {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 26px;
}
.content-text ol, .content-text ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.content-text ol li:not(:last-child), .content-text ul li:not(:last-child) {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .content-text ol li:not(:last-child), .content-text ul li:not(:last-child) {
    padding-bottom: 20px;
  }
}
.content-text table {
  margin-bottom: 10px;
  width: 100% !important;
}
.content-text table tr th, .content-text table tr td {
  padding: 5px;
}

/*# sourceMappingURL=kss-catalog-serach-result.css.map */
