

/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.products.viewed/catalog-section/style.css?17556110312065*/
/** 
* Catalog Viewed Style
*/
.catalog-section-viewed__wrapper {
  background-color: #f5f7fa;
  border-top: 1px solid #e8ecf3;
  padding: 50px 0px 60px;
}
.catalog-section-viewed {
}
.catalog-section-viewed__title {
  font-size: 20px;
  color: #292d35;
  font-weight: bold;
  margin-bottom: 31px;
}
.catalog-section-viewed__items {
  border-radius: 3px;
  min-height: 253px;
}

/** custom .owl-carousel **/
.catalog-section-viewed__carousel.owl-carousel .owl-stage-outer {
  border-radius: 3px;
}
.catalog-section-viewed__carousel.owl-carousel .owl-stage {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;

  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.catalog-section-viewed__carousel.owl-carousel .owl-item {
  float: none;
  transition: opacity .2s linear;
  background-color: #fff;

  border-left: 1px solid #dde4ee;
  border-top: 1px solid #dde4ee;
  border-bottom:  1px solid #dde4ee;
}
.catalog-section-viewed__carousel.owl-carousel .owl-item:last-child {
  border-right: 1px solid #dde4ee;
}
.catalog-section-viewed__carousel.owl-carousel .owl-item img {
  width: auto !important;
}
.catalog-section-viewed__carousel .owl-prev.disabled,
.catalog-section-viewed__carousel .owl-next.disabled {
  display: none;
}

/** custom .catalog-item **/
.catalog-section-viewed .catalog-item .stickers {
  left: 8px;
  position: absolute;
  top: 16px;
  z-index: 1;
  cursor: default;
}
.catalog-section-viewed .catalog-item .catalog-item__picture {
  max-height: 135px;
}
.catalog-section-viewed .catalog-item .svg--bottle-nophoto {
  height: 84px;
}

/** Media ------------------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .catalog-section-viewed__title {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .catalog-section-viewed__carousel.owl-carousel .owl-stage-outer {
    margin-left: -19px;
    margin-right: -20px;
  }
}

/* End */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/catalog.products.viewed/catalog-section/style.css?17556110312065 */
