.listing-section-tab .tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.listing-section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
}

.listing-section-tab .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}

.listing-section-tab .owl-carousel .catalog__col,
.listing-section-tab .owl-carousel .catalog__item,
.listing-section-tab .owl-carousel .catalog__item .tabs-body-elem {
  height: 100%;
}

@media screen and (max-width: 959px) {
  .listing-section-tab .tabs-nav .btn-all,
  .listing-section-tab .tabs-nav .btn-all-models {
    display: none;
  }

  .listing-section .tabs-body {
    margin-bottom: 24px;
  }

  .listing-section .owl-carousel .owl-nav {
    bottom: -24px;
    display: none;
  }

  .listing-section .btn-row .btn-all {
    padding: 11px 19px 10px 28px;
    width: 100%;
    justify-content: space-between;
  }

  .listing-section__body {
    padding-bottom: 14px;
  }
}

@media (max-width: 1365px) {
  .listing-section-tab .tabs-nav {
    align-items: flex-end;
  }

  .listing-section-tab .tabs-nav .head-ttl {
    padding-bottom: 2px;
  }

  .listing-section-tab .owl-carousel .catalog__col {
    width: 300px;
  }

  .listing-section-tab.wow-sections .tabs-body-row {
    margin-right: -15px;
    width: calc(100% + 15px);
  }
}

@media (max-width: 959px) {
  .listing-section .btn-row {
    display: block;
  }

  .listing-section-tab .tabs-nav .head-ttl {
    padding-bottom: 0;
  }

  .listing-section-tab .owl-carousel .catalog__col {
    width: 280px;
  }

  .listing-section.wow-sections {
    margin-top: 40px;
    padding-bottom: 54px;
  }
}

@media (max-width: 639px) {
  .listing-section-tab .tabs-nav {
    margin-bottom: 18px;
  }

  .listing-section.wow-sections {
    padding-bottom: 45px;
    margin-top: 27px;
  }
}

.brands-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.brands-item {
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  background-color: #fff;
}

.brands-item img {
  transition: transform 0.4s ease;
  transform: scale(1);
  border-radius: 24px;
  position: relative;
}

.brands-item .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 2;
  border-radius: 24px;
}

.brands-item__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
}

.brands-item__logo img {
  max-height: 100px;
  width: auto !important;
}

.owl-carousel .owl-item .brands-item img {
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.brands-item:hover img {
  transform: scale(1.15);
}

@media (max-width: 959px) {
  .listing-section .brands-col {
    width: 280px;
  }

  .listing-section-row.brands-row {
    margin-right: -15px;
    width: calc(100% + 15px);
  }

  .listing-section .videos-col {
    width: 280px;
  }
}

@media (max-width: 639px) {
  .listing-section--brands {
    padding-bottom: 71px;
  }
}

.popular-products .owl-nav button.owl-next,
.popular-products .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
}

.popular-products .owl-carousel .owl-nav {
  top: -29px;
}

.no-js .wow-sections .tabs-body-row.owl-carousel,
.wow-sections .tabs-body-row.owl-carousel.owl-loaded {
  display: block;
}

.wow-sections.listing-section .tabs-body-elem-img .hover-content img {
  width: unset;
  max-width: 100%;
  display: inline-block;
}

.listing-section-tab .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}

.listing-section-tab .owl-carousel .catalog__col,
.listing-section-tab .owl-carousel .catalog__item,
.listing-section-tab .owl-carousel .catalog__item .tabs-body-elem {
  height: 100%;
}

.popular-products.wow-sections .tabs-nav {
  margin-bottom: 41px;
}

.popular-products {
  /* margin-top: 86px; */
  margin-top: 64px;
  padding-bottom: 112px;
}

.listing-section--brands.listing-section-tab .tabs-nav {
  /* margin-bottom: 36px; */
}

/* Video */
.listing-section--video {
  padding-bottom: 115px;
}

.videos-item {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.videos-item a {
  text-decoration: none;
}

.videos-item .img {
  width: 100%;
  height: 197px;
  position: relative;
  margin-bottom: 21px;
}

.videos-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}

.article-play {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  margin: auto;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  transition: transform 0.25s ease;
  transform: scale(1);
}

.article-play svg {
  margin: 8px;
  width: 40px;
  height: 40px;
}

.videos-item:hover .article-play {
  transform: scale(1.15);
}

.videos-item .name,
.videos-item .date {
  padding-left: 2px;
  padding-right: 2px;
}

.videos-item .name {
  font-size: 15px;
  line-height: 1.2em;
  color: #423e39;
  font-family: Manrope;
  font-weight: 500;
}

.videos-item .date {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 13px;
}

.listing-section--video .owl-carousel .owl-nav {
  top: -39px;
}

.ourfeatures--catalog {
  padding-bottom: 101px;
}

.ourfeatures--catalog .head {
  margin-bottom: 32px;
}

.catalog-page__catalog-wrap-all .bx-pagination {
  padding-left: 300px;
  padding-right: 241px;
  width: 100%;
}

.catalog-page__catalog-wrap-all .bx-pagination-container {
  margin-left: auto;
  margin-right: auto;
}

.promo-subscribe--type2.gray_bg {
  padding-top: 37px;
  padding-bottom: 25px;
}

.promo-subscribe__bg {
  background-color: #f5f5f5;
  border-radius: 24px;
  padding: 37px 40px 25px;
}

.promo-subscribe--type2 .promo-subscribe__title {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 33px;
}

.promo-subscribe--type2 .promo-subscribe__subtitle {
  padding-bottom: 4px;
  letter-spacing: 0;
}

.promo-subscribe--type2 .form__check-text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.promo-subscribe--type2 .form__check-check {
  margin-top: 3px;
}

.promo-subscribe--type2 .popup-form__item-agree {
  padding-top: 17px;
}

.catalog-page + .promo-subscribe {
  padding-top: 0;
  padding-bottom: 120px;
}

.promo-subscribe__bg .promo-subscribe__input {
  background-color: #fff;
}

.listing-section .owl-carousel .owl-nav button.owl-next,
.listing-section .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
}

.listing-section .btn-all,
.listing-section .btn-all-models {
  padding-top: 11px;
  padding-bottom: 10px;
}

.listing-section .owl-carousel .owl-nav {
  top: -41px;
}

@media (max-width: 1365px) {
  .catalog-page__catalog-wrap-all .bx-pagination {
    padding-left: 24px;
    padding-right: 0;
  }

  .popular-products.listing-section-tab .owl-carousel .catalog__col {
    width: unset;
  }

  .popular-products .owl-carousel .owl-nav {
    right: 15px;
  }

  .popular-products {
    margin-top: 44px;
    padding-bottom: 92px;
  }

  .listing-section-tab .tabs-nav {
    margin-bottom: 38px;
  }

  .popular-products.wow-sections .tabs-nav {
    margin-bottom: 29px;
  }

  .ourfeatures--catalog {
    padding-bottom: 80px;
  }

  .ourfeatures--catalog .head {
    margin-bottom: 21px;
  }

  .listing-section--video {
    padding-bottom: 99px;
  }

  .listing-section .owl-carousel .owl-nav {
    top: -39px;
  }

  .catalog-page + .promo-subscribe {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}

@media (max-width: 959px) {
  .listing-section-tab .tabs-nav {
    margin-bottom: 29px;
  }

  .promo-subscribe--type2.gray_bg {
    padding: 45px 35px 33px;
    margin-bottom: 20px;
  }

  .promo-subscribe--type2 .promo-subscribe__title {
    font-size: 24px;
    padding-bottom: 34px;
  }

  .promo-subscribe--type2 .promo-subscribe__subtitle {
    font-size: 15px;
    letter-spacing: 0;
    padding-bottom: 0;
  }

  .promo-subscribe.gray_bg .promo-subscribe__input {
    height: 52px;
  }

  .promo-subscribe--type2 .form__check-check {
    margin-top: 4px;
  }

  .promo-subscribe--type2 .popup-form__item-agree {
    padding-top: 16px;
  }

  .promo-subscribe__bg {
    padding: 45px 35px 33px;
  }

  .popular-products.listing-section-tab .owl-carousel .catalog__col {
    width: 280px;
  }

  .listings-section .head-ttl {
    font-size: 24px;
  }

  .popular-products.wow-sections .tabs-nav {
    margin-bottom: 18px;
  }

  .ourfeatures--catalog .head {
    margin-bottom: 18px;
  }

  .ourfeatures--catalog {
    padding-bottom: 90px;
  }

  .listing-section--video {
    padding-bottom: 65px;
  }

  .listing-section--brands.listing-section .btn-row .btn-all {
    width: auto;
  }
}

@media (max-width: 639px) {
  .promo-subscribe--type2 .promo-subscribe__subtitle {
    padding-bottom: 6px;
  }

  .promo-subscribe--type2 {
    .inner {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  .promo-subscribe--type2.gray_bg {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .promo-subscribe__bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ourfeatures--catalog {
    padding-bottom: 68px;
  }

  .listing-section-tab .tabs-nav {
    margin-bottom: 18px;
  }

  .videos-item .date {
    margin-bottom: 12px;
  }

  .listing-section--video {
    padding-bottom: 44px;
  }

  .listing-section--brands .listing-section__body {
    padding-bottom: 0;
  }

  .listing-section--brands:last-child {
    padding-bottom: 0px;
  }

  .catalog-page + .promo-subscribe {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/* Tooltip */
.tippy-box[data-theme~="light"] {
  background-color: #fff;
  color: rgba(65, 62, 59, 0.6);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;

  box-shadow:
    0px 4px 8px 0px rgba(148, 148, 148, 0.1),
    0px 15px 15px 0px rgba(148, 148, 148, 0.09),
    0px 35px 21px 0px rgba(148, 148, 148, 0.05),
    0px 61px 25px 0px rgba(148, 148, 148, 0.01),
    0px 96px 27px 0px rgba(148, 148, 148, 0);
}

.tippy-box[data-theme~="light"] .tippy-content {
  padding: 13px 28px 12px;
}

.tippy-box[data-theme~="light"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #fff;
}
.tippy-box[data-theme~="light"][data-placement^="bottom"]
  > .tippy-arrow::before {
  border-bottom-color: #fff;
}
.tippy-box[data-theme~="light"][data-placement^="left"] > .tippy-arrow::before {
  border-left-color: #fff;
}
.tippy-box[data-theme~="light"][data-placement^="right"]
  > .tippy-arrow::before {
  border-right-color: #fff;
}

.tippy-box[data-theme~="light"][data-placement^="bottom"]
  > .tippy-arrow:before {
  top: -13px;
  left: -13px;
  border-width: 0 20px 26px;
}

/* Popover style */

.hint-popover {
  height: 300px;
  overflow-y: auto;
  width: 512px;
}

.hint-popover__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.hint-popover__text {
  width: 280px;
  padding-right: 16px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  color: #504c48;
}

.hint-popover__image {
  width: 200px;
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
}

.hint-popover__image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.tippy-box[data-theme~="popover"] {
  background-color: #fff;
  color: #504c48;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6em;
  max-width: 521px;

  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9e9e9;
}

.tippy-box[data-theme~="popover"] .tippy-content {
  padding: 15px 16px;
}

.tippy-box[data-theme~="popover"][data-placement^="top"]
  > .tippy-arrow::before {
  border-top-color: #fff;
}
.tippy-box[data-theme~="popover"][data-placement^="bottom"]
  > .tippy-arrow::before {
  border-bottom-color: #fff;
}
.tippy-box[data-theme~="popover"][data-placement^="left"]
  > .tippy-arrow::before {
  border-left-color: #fff;
}
.tippy-box[data-theme~="popover"][data-placement^="right"]
  > .tippy-arrow::before {
  border-right-color: #fff;
}

@media (max-width: 639px) {
  .hint-popover {
    width: unset;
  }

  .hint-popover__image {
    flex-shrink: 2;
  }
}

.popup-window {
  position: absolute !important;
  transform: none !important;
  width: min(900px, calc(100vw - 40px)) !important;
  max-height: calc(100vh - 40px);
  margin: 0 auto !important;
  overflow-y: auto;
  z-index: 9999 !important;
}

.popup-window-titlebar {
  display: none;
}

.popup-window-with-titlebar .popup-window-content {
  padding-bottom: 0;
}

.popup-window-buttons {
  padding-top: 0px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.popup-add-product__picture-wrap {
  max-width: 326px;
}
