.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;
  }
}

@media screen and (min-width: 768px) {
  .content-page .product-filters {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.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;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .content-page .product-filters .filter-item .filter-item-link {
    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;
    width: calc(100% - 79px);
  }
}
.content-page .product-filters .filter-item.active .filter-item-link {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.content-page .content-wrap {
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .content-page .content-wrap {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
}
.content-page .content-wrap .left-column {
  display: none;
}
@media screen and (min-width: 1024px) {
  .content-page .content-wrap .left-column {
    display: block;
    width: 260px;
    margin-right: 40px;
  }
}
.content-page .content-wrap .left-column .catalog-filters-block {
  margin: 15px 0;
}
.content-page .content-wrap .left-column .catalog-filters-block .title-button {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.content-page .content-wrap .left-column .catalog-filters-block .title-button .title {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.content-page .content-wrap .left-column .catalog-filters-block .title-button .button {
  font-size: 12px;
  cursor: pointer;
}
.content-page .content-wrap .left-column .catalog-filters-block .filter-box {
  font-size: 16px;
  margin-bottom: 30px;
}
.content-page .content-wrap .left-column .catalog-filters-block .filter-box .filter-box-title {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 12px;
}
.content-page .content-wrap .left-column .catalog-filters-block .filter-box .filter-box-block .kss-custom-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.content-page .content-wrap .left-column .catalog-filters-block .filter-box .filter-box-block .price-range {
  display: flex;
  padding-bottom: 22px;
}
.content-page .content-wrap .left-column .catalog-filters-block .filter-box .filter-box-block .price-range .from-wrap {
  margin-right: 20px;
}
.content-page .content-wrap .left-column .catalog-filters-block .filter-box .filter-box-block .price-range .range-input {
  font-size: 14px;
  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;
  width: 90px;
  height: 36px;
  box-sizing: border-box;
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  outline: none;
  padding: 15px;
  overflow: hidden;
}
.content-page .content-wrap .left-column .catalog-filters-block .filter-box .filter-box-block .price-range .range-input.fullfield {
  padding-left: 30px;
}
.content-page .content-wrap .right-column {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .content-page .content-wrap .right-column {
    width: calc(100% - 300px);
  }
}
.content-page .content-wrap .right-column .catalog-search-phrase {
  margin-bottom: 20px;
}
.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: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
}
.content-page .content-wrap .right-column .selected-filters {
  display: none;
}
@media screen and (min-width: 1024px) {
  .content-page .content-wrap .right-column .selected-filters {
    display: block;
  }
}
.content-page .content-wrap .right-column .selected-filters .active-filters {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-page .content-wrap .right-column .selected-filters .active-filters .title {
  margin-right: 20px;
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.content-page .content-wrap .right-column .selected-filters .active-filters .active-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-page .content-wrap .right-column .selected-filters .active-filters .filter-item {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  margin: 4px;
  cursor: pointer;
}
.content-page .content-wrap .right-column .selected-filters .active-filters .filter-item .filter-item-label {
  overflow: hidden;
  font-size: 14px;
  margin-right: 8px;
  flex: 0 1 auto;
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.content-page .content-wrap .right-column .selected-filters .active-filters .filter-item .filter-item-del {
  width: 17px;
  height: 17px;
  min-width: 17px;
}
.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: "OpenSansRegular", "Open Sans", 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(3, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .content-page .content-wrap .right-column .products-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.content-page .content-wrap .right-column .products-wrap .product-box {
  position: relative;
  padding-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}
@media only screen and (min-width: 768px) {
  .content-page .content-wrap .right-column .products-wrap .product-box {
    padding: 15px;
  }
}
.content-page .content-wrap .right-column .products-wrap .product-box .favorit {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
}
.content-page .content-wrap .right-column .products-wrap .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) {
  .content-page .content-wrap .right-column .products-wrap .product-box a .product-img img {
    width: auto;
    max-width: 100%;
  }
}
.content-page .content-wrap .right-column .products-wrap .product-box a .product-img .action {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  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 .name {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0;
  box-sizing: border-box;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .content-page .content-wrap .right-column .products-wrap .product-box a .name {
    padding: 0;
  }
}
.content-page .content-wrap .right-column .products-wrap .product-box a .status {
  font-size: 12px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0 10px;
}
@media only screen and (min-width: 560px) {
  .content-page .content-wrap .right-column .products-wrap .product-box a .status {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .content-page .content-wrap .right-column .products-wrap .product-box a .status {
    padding: 0;
  }
}
.content-page .content-wrap .right-column .products-wrap .product-box a .in-basket {
  font-size: 12px;
  padding: 0 10px;
}
@media only screen and (min-width: 560px) {
  .content-page .content-wrap .right-column .products-wrap .product-box a .in-basket {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .content-page .content-wrap .right-column .products-wrap .product-box a .in-basket {
    padding: 0;
  }
}
.content-page .content-wrap .right-column .products-wrap .product-box a .price {
  margin-top: 10px;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .content-page .content-wrap .right-column .products-wrap .product-box a .price {
    padding: 0;
  }
}
.content-page .content-wrap .right-column .products-wrap .product-box a .price .price-nosale {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .price .price-new {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  margin-right: 5px;
}
.content-page .content-wrap .right-column .products-wrap .product-box a .price .price-old {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-decoration: line-through;
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket .product-quantity {
  display: flex;
  max-width: 120px;
  padding: 1px;
  border-radius: 5px;
  margin-top: 10px;
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket .product-quantity .quantity_btn {
  width: 39px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket .product-quantity .quantity_btn.quantity-minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket .product-quantity .quantity_btn.quantity-plus {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket .product-quantity .quantity-kt {
  border: none;
  width: calc(100% - 78px);
  font-size: 16px;
  text-align: center;
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket .product-buy {
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  margin-top: 10px;
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket .product-buy .buy-button {
  border-radius: 5px;
  width: auto;
  height: 44px;
  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 .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.content-page .content-wrap .right-column .products-wrap .product-box .put-in-basket .product-buy .buy-button .text {
  font-size: 14px;
}
.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: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.content-page .content-wrap .right-column .pagination {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .content-page .content-wrap .right-column .pagination {
    padding: 60px 0;
  }
}
.content-page .content-wrap .right-column .pagination li {
  list-style: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin: 0 5px;
}
.content-page .content-wrap .right-column .pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.mobile-catalog-filters {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mobile-catalog-filters .mobile-catalog-filters__overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mobile-catalog-filters .mobile-catalog-filters__container {
  top: 0;
  position: relative;
  z-index: 101;
  width: 300px;
  height: 100%;
  padding: 0 0 60px 0;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-anchor: none;
}
.mobile-catalog-filters .mobile-catalog-filters__container .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.mobile-catalog-filters .mobile-catalog-filters__container .close .close-btn {
  width: 16px;
  height: 16px;
}
.mobile-catalog-filters .mobile-catalog-filters__container .selected-filter-wrap {
  padding: 40px 15px 0 15px;
}
.mobile-catalog-filters .mobile-catalog-filters__container .selected-filter-wrap .active-filters .title {
  margin-bottom: 10px;
}
.mobile-catalog-filters .mobile-catalog-filters__container .selected-filter-wrap .active-filters .active-wrap {
  display: flex;
  flex-wrap: wrap;
}
.mobile-catalog-filters .mobile-catalog-filters__container .selected-filter-wrap .active-filters .filter-item {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  margin: 4px;
  cursor: pointer;
}
.mobile-catalog-filters .mobile-catalog-filters__container .selected-filter-wrap .active-filters .filter-item .filter-item-label {
  overflow: hidden;
  font-size: 14px;
  margin-right: 8px;
  flex: 0 1 auto;
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.mobile-catalog-filters .mobile-catalog-filters__container .selected-filter-wrap .active-filters .filter-item .filter-item-del {
  width: 17px;
  height: 17px;
  min-width: 17px;
}
.mobile-catalog-filters .mobile-catalog-filters__container .button-wrap {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 300px;
}
.mobile-catalog-filters .mobile-catalog-filters__container .button-wrap .button-show-result {
  margin: 5px auto 20px auto;
  cursor: pointer;
  border-radius: 5px;
  width: 270px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-catalog-filters .mobile-catalog-filters__container .catalog-category {
  padding: 30px 15px;
}
.mobile-catalog-filters .mobile-catalog-filters__container .catalog-category .title-button {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.mobile-catalog-filters .mobile-catalog-filters__container .catalog-category .title-button .title {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.mobile-catalog-filters .mobile-catalog-filters__container .catalog-category .title-button .button {
  font-size: 12px;
  cursor: pointer;
}
.mobile-catalog-filters .mobile-catalog-filters__container .catalog-category .filter-box {
  font-size: 16px;
  margin-bottom: 30px;
}
.mobile-catalog-filters .mobile-catalog-filters__container .catalog-category .filter-box .filter-box-title {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 12px;
}
.mobile-catalog-filters .mobile-catalog-filters__container .catalog-category .filter-box .filter-box-block .kss-custom-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.mobile-catalog-filters .mobile-catalog-filters__container .catalog-category .filter-box .filter-box-block .price-range {
  display: flex;
  padding-bottom: 22px;
}
.mobile-catalog-filters .mobile-catalog-filters__container .catalog-category .filter-box .filter-box-block .price-range .from-wrap {
  margin-right: 20px;
}
.mobile-catalog-filters .mobile-catalog-filters__container .catalog-category .filter-box .filter-box-block .price-range .range-input {
  font-size: 14px;
  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;
  width: 90px;
  height: 36px;
  box-sizing: border-box;
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  outline: none;
  padding: 15px;
  overflow: hidden;
}
.mobile-catalog-filters .mobile-catalog-filters__container .catalog-category .filter-box .filter-box-block .price-range .range-input.fullfield {
  padding-left: 30px;
}

.content-text {
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 26px;
}
.content-text h2 {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 40px 0 30px 0;
}
.content-text h3 {
  font-family: "OpenSansRegular", "Open Sans", 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-category-second-level.css.map */
