/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
.category-products.has-slider .product-item__wrapper {
  height: auto;
  border-width: 1px 1px 1px 0;
  border-color: #d6d6d6;
  border-style: solid;
  flex-shrink: 0;
}
.category-products.has-slider .swiper-container:not(.js-slider-loaded),
.category-products.has-slider .swiper:not(.js-slider-loaded) {
  overflow: hidden;
}
.category-products.has-slider .swiper-container:not(.js-slider-loaded) .swiper-wrapper,
.category-products.has-slider .swiper:not(.js-slider-loaded) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transform: translate3d(0, 0, 0) !important;
}
.category-products.has-slider .swiper-container:not(.js-slider-loaded) .product-item__wrapper,
.category-products.has-slider .swiper:not(.js-slider-loaded) .product-item__wrapper {
  min-width: 285px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  height: auto;
}
.product-item__title {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  line-height: 22px;
}
.product-item__image-section_mobile {
  display: none;
}
.product-item__promo-lables,
.product-item__price,
.product-item__rating,
.product-item__bottom-inner,
.product-item__wrapper-mobile {
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
.product-item__promo-lables {
  position: absolute;
}
.product-item__bottom-inner,
.product-item__wrapper-mobile {
  max-height: 0;
}
.product-item__wrapper {
  padding: 18px 18px 23px 18px;
}
.product-item__wrapper-inner {
  z-index: 1;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-item__image,
.product-item__image.lazy > img {
  width: 100%;
  max-width: 185px;
  display: block;
  margin: 0 auto;
}
.product-item__image:not(.loaded) {
  opacity: 0;
}
.main.column_right .category-products.product-item_flex:not(.has-slider) .product-item__wrapper {
  max-width: calc(33.33333333%);
}
.product-item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-item_flex:not(.has-slider) .product-item__wrapper {
  margin: 0 0 -1px;
  width: 96%;
  position: relative;
}
.product-item_flex:not(.has-slider) .product-item__wrapper:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  border-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
}
@media (min-width: 1024px) {
  .category-products.has-slider .product-item__wrapper {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .main.column_right .category-products.product-item_flex:not(.has-slider) .product-item__wrapper {
    max-width: 50%;
  }
}
@media (max-width: 425px) {
  .main.column_right .category-products.product-item_flex:not(.has-slider) .product-item__wrapper {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

