.line {
  background: #4352a8;
  height: 60px;
  width: 100%;
}
.line .line-img {
  background: url("/templates/kss_template/images/line-main.png");
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .line {
    display: none;
  }
}

.content-text {
  margin: 40px 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #1F1F1F;
}

.content-main .advantages-container {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 960px) {
  .content-main .advantages-container {
    gap: 30px;
  }
}
@media screen and (max-width: 800px) {
  .content-main .advantages-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.content-main .advantages-container .advantages-item {
  background: #F9F9F9;
  border-radius: 5px;
  -webkit-box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
}
.content-main .advantages-container .advantages-item .advantages-header {
  width: 100%;
  position: relative;
  display: inline-block;
}
.content-main .advantages-container .advantages-item .advantages-header .advantages-img {
  width: 100%;
  display: inline-block;
  position: relative;
  line-height: 0;
}
.content-main .advantages-container .advantages-item .advantages-header .advantages-img img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.content-main .advantages-container .advantages-item .advantages-header .advantages-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(85%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.4) 85%);
}
.content-main .advantages-container .advantages-item .advantages-header .advantages-title {
  height: 94px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #FFFFFF;
}
.content-main .advantages-container .advantages-item .advantages-header .advantages-title .title-line {
  background: #FF5200;
  width: 428px;
  height: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title {
    font-size: 28px;
    height: 84px;
  }
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title .title-line {
    width: 376px;
  }
}
@media screen and (max-width: 1115px) {
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title {
    font-size: 24px;
    height: 74px;
  }
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title .title-line {
    width: 328px;
  }
}
@media screen and (max-width: 960px) {
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title {
    font-size: 20px;
    height: 66px;
  }
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title .title-line {
    width: 276px;
  }
}
@media screen and (max-width: 800px) {
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title {
    height: 94px;
    font-size: 32px;
  }
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title .title-line {
    width: 428px;
  }
}
@media screen and (max-width: 585px) {
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title {
    font-size: 28px;
    height: 84px;
  }
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title .title-line {
    width: 376px;
  }
}
@media screen and (max-width: 520px) {
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title {
    font-size: 24px;
    height: 74px;
  }
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title .title-line {
    height: 6px;
    width: 328px;
  }
}
@media screen and (max-width: 455px) {
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title {
    font-size: 20px;
    height: 66px;
  }
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title .title-line {
    width: 276px;
  }
}
@media screen and (max-width: 390px) {
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title {
    font-size: 16px;
    height: 58px;
    left: 10px;
  }
  .content-main .advantages-container .advantages-item .advantages-header .advantages-title .title-line {
    width: 224px;
  }
}
.content-main .advantages-container .advantages-item .advantages-content {
  padding: 30px 30px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F1F;
}
.content-main .advantages-container .advantages-item .advantages-content p {
  margin-bottom: 5px;
}
.content-main .advantages-container .advantages-item .advantages-content .advantages-text {
  list-style: none;
}
.content-main .advantages-container .advantages-item .advantages-content .advantages-text li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.content-main .advantages-container .advantages-item .advantages-content .advantages-text li:before {
  content: "";
  background-color: #06035E;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 1024px) {
  .content-main .advantages-container .advantages-item .advantages-content {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 545px) {
  .content-main .advantages-container .advantages-item .advantages-content {
    padding: 12px 12px;
  }
}
.content-main .main-page-catalog {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-main .main-page-catalog .catalog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  background: #0D99FF;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 30px 80px;
  border-radius: 10px;
}
.content-main .main-page-catalog .catalog-link:hover {
  background: #4352a8;
}
@media screen and (max-width: 1024px) {
  .content-main .main-page-catalog .catalog-link {
    font-size: 28px;
    gap: 10px;
    padding: 20px 35px;
  }
  .content-main .main-page-catalog .catalog-link svg {
    width: 32px;
    height: auto;
  }
}
@media screen and (max-width: 545px) {
  .content-main .main-page-catalog .catalog-link {
    font-size: 16px;
    padding: 10px 15px;
  }
  .content-main .main-page-catalog .catalog-link svg {
    width: 18px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .content-main .main-page-catalog {
    margin-top: 30px;
  }
}

.content-page .content-wrap {
  padding: 15px 0;
}
@media screen and (min-width: 1360px) {
  .content-page .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.content-page .content-wrap .left-column {
  width: 100%;
  height: auto;
  /*
  @media screen and (min-width: 1360px){
      width: calc(100% - 300px);
  }*/
}
.content-page .content-wrap .left-column .slider-on-main {
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-page .content-wrap .left-column .slider-on-main .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: 25px;
  z-index: 10;
}
.content-page .content-wrap .left-column .slider-on-main .slick-prev:before {
  content: url(/templates/kss_template/images/prev.svg);
  opacity: 1;
}
.content-page .content-wrap .left-column .slider-on-main .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  right: 25px;
  z-index: 10;
}
.content-page .content-wrap .left-column .slider-on-main .slick-next:before {
  content: url(/templates/kss_template/images/next.svg);
  opacity: 1;
}
.content-page .content-wrap .left-column .slider-on-main .slick-prev.slick-disabled:before, .content-page .content-wrap .left-column .slider-on-main .slick-next.slick-disabled:before {
  opacity: 0;
}
.content-page .content-wrap .left-column .slider-on-main .slick-prev.slick-disabled:after, .content-page .content-wrap .left-column .slider-on-main .slick-next.slick-disabled:after {
  opacity: 0;
}
.content-page .content-wrap .left-column .slider-on-main .slide-wrap {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1360px) {
  .content-page .content-wrap .left-column .slider-on-main .slide-wrap {
    height: 350px;
  }
}
.content-page .content-wrap .left-column .slider-on-main .slide-wrap a {
  display: block;
  /*display: flex;*/
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  overflow: hidden;
  text-decoration: none;
}
.content-page .content-wrap .left-column .slider-on-main .slide-wrap a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1360px) {
  .content-page .content-wrap .left-column .slider-on-main .slide-wrap a img {
    /*width: auto;
    height: 350px;*/
    width: 100%;
    height: auto;
  }
}
.content-page .content-wrap .right-column {
  display: none;
}
@media screen and (min-width: 1360px) {
  .content-page .content-wrap .right-column {
    display: block;
  }
}
.content-page .content-wrap .right-column .day-product-wrap {
  width: 285px;
  height: 350px;
}
.content-page .content-wrap .right-column .day-product-wrap a {
  display: block;
  /*                    align-items: baseline;
                      justify-content: center;
                      justify-items: center;*/
  overflow: hidden;
  text-decoration: none;
}
.content-page .content-wrap .right-column .day-product-wrap a img {
  width: 100%;
  height: 210px;
}
@media screen and (min-width: 768px) {
  .content-page .content-wrap .right-column .day-product-wrap a img {
    width: 100%;
    height: 350px;
  }
}

.main-category {
  padding: 15px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .main-category {
    margin-bottom: 60px;
  }
}
.main-category .title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .main-category .title {
    margin-bottom: 45px;
  }
}
.main-category .category-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 560px) {
  .main-category .category-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .main-category .category-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .main-category .category-wrap {
    grid-template-columns: repeat(5, 1fr);
  }
}
.main-category .category-wrap .category-item {
  text-align: center;
  padding: 20px;
  text-decoration: none;
}
.main-category .category-wrap .category-item .category-pic {
  height: 56px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-category .category-wrap .category-item .category-pic img {
  max-width: 100%;
  max-height: 56px;
}
.main-category .category-wrap .category-item .category-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  padding-top: 10px;
}

.random-block {
  padding: 15px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .random-block {
    margin-bottom: 60px;
  }
}
.random-block .title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .random-block .title {
    margin-bottom: 45px;
  }
}
.random-block .content {
  margin-right: -10px;
}
.random-block .slide-box {
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  .random-block .slide-box {
    padding: 0 8px;
  }
}
.random-block .product-box {
  position: relative;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.random-block .product-box .favorit {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.random-block .product-box a {
  text-decoration: none;
}
.random-block .product-box a .product-img {
  overflow: hidden;
  padding: 50%;
  position: relative;
}
.random-block .product-box a .product-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .random-block .product-box a .product-img img {
    width: auto;
    max-width: 100%;
  }
}
.random-block .product-box a .product-img .action {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.random-block .product-box a .name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .random-block .product-box a .name {
    padding: 0 15px;
  }
}
.random-block .product-box a .name .name-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.random-block .product-box a .in-basket {
  font-size: 12px;
  padding: 0 10px;
}
@media only screen and (min-width: 560px) {
  .random-block .product-box a .in-basket {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .random-block .product-box a .in-basket {
    padding: 0 15px;
  }
}
.random-block .product-box a .price {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .random-block .product-box a .price {
    padding: 0 15px;
  }
}
.random-block .product-box a .price .price-nosale {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.random-block .product-box a .price .price-new {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px;
}
.random-block .product-box a .price .price-old {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
}
.random-block .product-box .put-in-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.random-block .product-box .put-in-basket .product-buy {
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  margin-top: 10px;
}
.random-block .product-box .put-in-basket .product-buy .buy-button {
  border-radius: 5px;
  width: auto;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.random-block .product-box .put-in-basket .product-buy .buy-button .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.random-block .product-box .put-in-basket .product-buy .buy-button .text {
  font-size: 14px;
}

.block-container-desc {
  padding: 20px 0;
}
.block-container-desc .block-container-desc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.block-container-desc .block-container-desc-wrap a {
  text-decoration: none;
}
.block-container-desc .block-container-desc-wrap .description {
  text-align: center;
  font-size: 16px;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .block-container-desc .block-container-desc-wrap .description {
    width: calc(100% - 340px);
    font-size: 24px;
  }
}
.block-container-desc .block-container-desc-wrap .block-item {
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .block-container-desc .block-container-desc-wrap .block-item {
    width: 300px;
  }
}
.block-container-desc .block-container-desc-wrap .block-item .product-img {
  height: auto;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.block-container-desc .block-container-desc-wrap .block-item .kss-picture {
  max-width: 100%;
}
.block-container-desc .block-container-desc-wrap .block-item .price {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-container-desc .block-container-desc-wrap .block-item .price .price-nosale {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.block-container-desc .block-container-desc-wrap .block-item .price .price-new {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px;
}
.block-container-desc .block-container-desc-wrap .block-item .price .price-old {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
}
.block-container-desc .block-container-desc-wrap .block-item .name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
}
.block-container-desc .block-container-desc-wrap .block-item .name .name-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.block-container-desc .block-container-desc-wrap .block-item .put-in-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-container-desc .block-container-desc-wrap .block-item .put-in-basket .product-buy {
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  margin-top: 10px;
}
.block-container-desc .block-container-desc-wrap .block-item .put-in-basket .product-buy .buy-button {
  border-radius: 5px;
  width: auto;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.block-container-desc .block-container-desc-wrap .block-item .put-in-basket .product-buy .buy-button .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.block-container-desc .block-container-desc-wrap .block-item .put-in-basket .product-buy .buy-button .text {
  font-size: 14px;
}

.viewed {
  padding: 30px 0 80px 0;
  position: relative;
  bottom: -30px;
}
@media screen and (min-width: 1024px) {
  .viewed {
    bottom: -60px;
  }
}
.viewed .title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 45px;
}
.viewed .content {
  margin-top: 45px;
  margin-right: -10px;
}
.viewed .slide-box {
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  .viewed .slide-box {
    padding: 0 8px;
  }
}
.viewed .product-box {
  position: relative;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.viewed .product-box .favorit {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.viewed .product-box a {
  text-decoration: none;
}
.viewed .product-box a .product-img {
  overflow: hidden;
  padding: 50%;
  position: relative;
}
.viewed .product-box a .product-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .viewed .product-box a .product-img img {
    width: auto;
    max-width: 100%;
  }
}
.viewed .product-box a .product-img .action {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.viewed .product-box a .name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .viewed .product-box a .name {
    padding: 0 15px;
  }
}
.viewed .product-box a .name .name-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.viewed .product-box a .in-basket {
  font-size: 12px;
  padding: 0 10px;
}
@media only screen and (min-width: 560px) {
  .viewed .product-box a .in-basket {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .viewed .product-box a .in-basket {
    padding: 0 15px;
  }
}
.viewed .product-box a .price {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .viewed .product-box a .price {
    padding: 0 15px;
  }
}
.viewed .product-box a .price .price-nosale {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.viewed .product-box a .price .price-new {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px;
}
.viewed .product-box a .price .price-old {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
}
.viewed .product-box .put-in-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.viewed .product-box .put-in-basket .product-buy {
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  margin-top: 10px;
}
.viewed .product-box .put-in-basket .product-buy .buy-button {
  border-radius: 5px;
  width: auto;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.viewed .product-box .put-in-basket .product-buy .buy-button .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.viewed .product-box .put-in-basket .product-buy .buy-button .text {
  font-size: 14px;
}/*# sourceMappingURL=kss-main-page.css.map */