/* Пользовательские стили */

.loadConfigCat {
  z-index: 10;
}

.reviews-list_slice:nth-child(n+4) {
  display: none;
}


@media (min-width: 1200px) {
  .order-details-card--410 {
    max-width: 410px;
  }
}

.order-pay-wrap-btn .btn-primary.w-100 {
  display: block;
  width: auto !important;
  margin-left: auto;
  min-width: 167px;
}

.table {
  vertical-align: middle;
}

.last-view-good-card {
  flex-direction: row;
  border-radius: 8px;
  padding: 8px;
  color: #242424;
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.1);
  margin: 2px 6px 6px 2px;
}

.last-view-good-card__thumb {
  margin-right: 8px;
  flex-shrink: 0;
  width: 88px;
  height: 76px;
}

.last-view-good-card__image {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.last-view-good-card__body {
  flex-grow: 1;
}

.last-view-good-card__title {
  margin-bottom: 8px;
  line-height: 22px;
}

.last-view-good-card__link {
  display: inline-flex;
  color: inherit;
}

.last-view-good-card__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.last-view-goods .swiper-button-next.swiper-button-disabled, .last-view-goods .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.last-view-good-card__price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.last-view-good-card__current-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.last-view-good-card__old-price {
  color: rgba(36, 36, 36, 0.6);
  text-decoration: line-through;
}

@media (min-width: 1200px) {
  .last-view-goods .swiper-button-prev {
    left: -20px;
  }

  .last-view-goods .swiper-button-next {
    right: -20px;
  }
}

.last-view-goods {
  margin-bottom: 72px;
}

@media (max-width:991px) {
  .last-view-goods {
    margin-bottom: 50px;
  }
}

@media (max-width:575px) {
  .last-view-goods .swiper-button-prev {
    display: none;
  }

  .last-view-goods {
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
  .last-view-good-card__old-price {
    font-size: 14px;
  }

  .last-view-good-card__current-price {
    font-size: 17px;
    line-height: 20px;
  }

  .last-view-good-card__title {
    font-size: 14px;
    line-height: 18px;
  }

  .last-view-good-card__thumb {
    width: 60px;
    height: 60px;
  }

  .last-view-goods .swiper-slide {
    width: 250px;
  }
}

.last-view-goods__slider-wrap {
  position: relative;
}

.review-card__rating {
  margin-bottom: 14px;
}

.review-card__head {
  margin-bottom: 10px;
}

.product-total-card__price-wrap {
  margin-bottom: 12px;
}

.product-total-card__promotions {
  margin-bottom: 24px;
  padding: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.product-total-card__promotions span {
  color: #E73131;
  font-weight: 700;
  font-size: 20px;
}

.review-count-card__count-reviews a {
  --bs-link-color:#242424;
}

.product-total-card .field-num {
  margin-bottom: 0;
}

.order-details-sub-card__list-description {
  font-weight: 500;
}

.order-details-sub-card__list-description--size-large {
  font-size: 20px;
}

.status {
  background: #3164E7;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 4px 8px;
}

@media (max-width: 575.98px) {
  .promotions-card__sale {
    margin-right: 10px;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .promotions-card__current-price {
    font-size: 20px;
    line-height: 24px;
  }

  .promotions-card__title {
    font-size: 14px;
    line-height: 18px;
  }

  .promotions-card__description {
    display: none;
  }

  .promotions-card__badge {
    margin: 10px 0;
  }

  .promo .promotions-card {
    width: 220px;
  }

  .promotions-card__price-container {
    gap: 10px 0;
  }

  .promotions-card__inner {
    padding: 14px;
  }

  .promotions-card__image {
    position: static;
    mix-blend-mode: normal;
    margin: 0 auto 20px;
  }
}

.product-inner__information .expandable {
  margin-bottom: 15px;
}

.promotions-card__content {
  max-width: 100%;
}

.promotions-card__description {
  max-width: 250px;
}

.page-header__address::before {
  content: '';
  background-image: url("/themes/default/images/geo-wgite-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 22px;
  display: inline-block;
  margin-right: 11px;
  vertical-align: -6px;
}

.page-header__address {
  font-weight: 200;
}

@media (min-width: 1200px) {
  html,
  body,
  body.fancybox-active {
    height: 100%;
  }

  body {
    display: flex;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }

  footer {
    flex-shrink: 0;
  }
}

.authorization .form-check {
  font-size: 14px;
  line-height: 16px;
}

.registration .form-check,
.authorization .form-check {
  color: #fff;
}

.registration .form-check a,
.authorization .form-check a {
  color: #fff;
}

.registration__inner,
.authorization__inner {
  padding: 40px 0 0;
}

.registration .form-check-input[type="checkbox"]:checked[type="checkbox"],
.authorization .form-check-input[type="checkbox"]:checked[type="checkbox"] {
  border-color: #ffffff;
}

.article__text-wrap ol,
.article__text-wrap ul {
  margin: 16px 0 30px;
  padding-left: 20px;
}

.article__text-wrap li + li {
  margin-top: 8px;
}

.article__text-wrap img {
  margin: 48px 0;
}

.article__text-wrap li::marker {
  color: #3164e7;
  font-weight: 500;
}

.article__text-wrap img {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .article__text-wrap img {
    margin: 30px 0;
  }
}

.page-link {
  width: auto;
  min-width: 25px;
}

.page-item.prev .page-link,
.page-item.next .page-link {
  width: 40px;
  height: 40px;
  margin: 0;
  color: rgba(36, 36, 36, 0.6);
  font-size: 0;
  background-color: #fff;
  border: 1px solid rgba(36, 36, 36, 0.6);
  border-radius: 8px;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  background-repeat: no-repeat;
  background-position: center;
}

.page-item.next .page-link {
  background-image: url("/themes/default/images/page-item-next.svg");
}

.page-item.prev .page-link {
  background-image: url("/themes/default/images/page-item-prev.svg");
  transform: none;
}

.page-item.prev .page-link:hover,
.page-item.next .page-link:hover {
  background-color: #fff;
}

.page-item.first .page-link,
.page-item.last .page-link {
  background-color: #fff;
  border: 1px solid rgba(36, 36, 36, 0.6);
  height: 40px;
  width: auto;
  border-radius: 8px;
  padding: 0 10px;
}

.page-item.first,
.page-item.last {
  margin: 0 10px;
}

.popular-brands__brand {
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.popular-brands__brand:hover {
  border-color: #3164e7;
}

.fancybox-content-background {
  background-color: #3164e7 !important;
  background-repeat: no-repeat !important;
  background-position: top -39px center !important;
  background-image: url("/themes/default/images/popup-bg.svg") !important;
  border-radius: 12px;
  padding: 40px !important;
}

.add_comment.fancybox-content-background {
  background-image: none !important;
}

.fancybox-content-background .h3 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}

#popup_message .btn-primary {
  width: 100%;
  --bs-btn-color: #3164e7;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5a86f8;
  --bs-btn-hover-border-color: #5a86f8;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5a86f8;
}

#popup_message .form-check {
  font-size: 14px;
  line-height: 16px;
}

#popup_message .form-control {
  border-color: #fff !important;
}

#popup_message .form-check a,
#popup_message .form-check,
.add_comment .form-check,
.add_comment .form-check a {
  color: #fff;
}

@media (min-width: 768px) {
  .fancybox-content-background .fancybox-close-small {
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    right: -40px !important;
    color: #fff !important;
  }
}

@media (max-width: 576px) {
  .fancybox-content-background {
    padding: 30px 20px !important;
  }

  .fancybox-content-background .h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
}

.errors {
  display: none;
}

.promotions-card__badge {
  background-color: rgb(224 233 251);
}

.page-footer__menu ul ul {
  display: none !important;
}

.swiper-button-lock {
  display: none;
}

.breadcrumb-item.active {
  --bs-breadcrumb-item-active-color: #242424;
}

.page-header__phone-link-container {
  margin-left: 0;
  white-space: nowrap;
}

.page-header__information {
  flex-wrap: wrap;
  gap: 10px 30px;
}

.page-header__phone-link-container a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/phone-link.svg");
  margin-right: 8px;
}

.product-card__badge {
  color: #fff;
}

.promo .promo-slider__navigation {
  display: none;
}

@media (min-width: 1200px) {
  .mega-menu__inner {
    max-height: 500px;
    overflow-y: auto;
  }

  .mega-menu__inner::-webkit-scrollbar {
    width: 4px;
  }

  .mega-menu__inner::-webkit-scrollbar-thumb {
    background: rgba(49, 100, 231, 0.5);
    border-radius: 11px;
  }

  .mega-menu__inner::-webkit-scrollbar-track {
    background-color: #f3f5fa;
    border-radius: 11px;
  }
}

.success-card {
  width: 450px;
  background-color: #3164e7 !important;
  background-image: url("/themes/default/images/success-card-bg.svg") !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
}

.js-category-products .swiper-button-next,
.js-category-products .swiper-button-prev {
  display: none !important;
}

.subcategories__image {
  width: 96px;
  height: 100%;
  object-fit: scale-down;
}

.catalog-inner__filter-link.form-select {
  background-image: url("/themes/default/images/up-down.svg");
  background-size: auto;
  background-position: right center;
  padding-right: 30px;
  cursor: pointer;
}

.catalog-inner__filter-link.form-select:focus {
  box-shadow: none;
}

@media (min-width: 576px) {
  .catalog-inner__head-action {
    flex-wrap: nowrap;
  }
}

.ui-slider {
  background: rgb(36 36 36 / 20%);
  height: 2px;
  position: relative;
  margin-top: 20px;
  width: 90%;
  margin-inline: auto;
}

.ui-slider-range {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #3164e7;
}

.ui-slider-handle {
  width: 18px;
  height: 18px;
  position: absolute;
  top: -8px;
  margin-left: -0.6em;
  border-radius: 50%;
  background: #3164e7;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.error {
  color: red;
}

.border-bottom-last-child .border-bottom:last-child {
  --bs-border-width: 0;
}

.rating {
  display: flex;
  align-items: center;
  gap: 2px;
}

.rating .fa {
  font-size: 14px;
  line-height: 14px;
}

.gray-star {
  color: #d4d4d4;
}

.gold-star {
  color: #ffd864;
}

.del_compare {
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  color: rgba(36, 36, 36, 0.6);
}

.product-comparison__item-thumb {
  position: relative;
}

.product-comparison__item-thumb .del_compare {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}

@media (min-width: 992px) {
  .order-total-card,
  #filter_form,
  .product-total-card {
    position: sticky;
    top: 0;
  }
}

.product-card__chars {
  display: none;
  font-size: 14px;
  line-height: 16px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}

.product-card__chars-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-card__chars-item:nth-child(n + 4) {
  display: none;
}

.product-card__chars-item + .product-card__chars-item {
  margin-top: 8px;
}

.product-card__chars-name {
  color: rgba(36, 36, 36, 0.6);
}

.product-card__chars-value,
.product-card__chars-value a {
  color: #242424;
}


.product-card__actions {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.product-card__actions-links-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

@media (min-width: 768px) {
  .catalog-inner__list--list-style .product-card {
    margin-bottom: 20px;
    /* border: 1px solid rgba(36, 36, 36, 0.2);
    padding: 16px 20px 16px 16px; */
  }

  .catalog-inner__list--list-style .product-card__chars {
    display: block;
  }

  .catalog-inner__list--list-style .product-card__inner {
    display: grid;
    grid-template-columns: 195px 1fr 200px;
    grid-template-areas:
      "thumb title price"
      "thumb review actions"
      "thumb chars actions";
  }

  .catalog-inner__list--list-style .product-card__thumb {
    grid-area: thumb;
    margin-bottom: 0;
  }

  .catalog-inner__list--list-style .product-card__title {
    grid-area: title;
    margin-bottom: 0;
    min-height: unset;
  }

  .catalog-inner__list--list-style .product-card__rating-and-reviews {
    grid-area: review;
    margin-top: 0;
  }

  .catalog-inner__list--list-style .product-card__price-wrap {
    grid-area: price;
    margin-top: 0;
    text-align: right;
    margin-left: auto;
  }

  .catalog-inner__list--list-style .product-card__chars {
    grid-area: chars;
    margin-top: 0;
  }

  .catalog-inner__list--list-style .product-card__actions {
    grid-area: actions;
    margin-top: 0;
    text-align: right;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8px 0;
  }

  .catalog-inner__list--list-style .product-card__actions .btn-primary {
    min-width: 160px;
  }

  .catalog-inner__list--list-style .product-card__actions-button-wrap {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .review-card {
    min-height: unset;
  }
}

.review-card__head {
  justify-content: flex-start;
}

.swiper-slide .product-card {
  height: 100%;
}

.product-comparison__item-rating-and-reviews {
  min-height: 24px;
}

.ratio {
  display: block;
}

.product-filter__devider::before {
  content: none;
}

.rcrumbs {
  overflow-x: hidden;
  white-space: nowrap;
}

.rcrumbs > ul > li {
  overflow: hidden;
}

@media (max-width:479px) {
  .rcrumbs > ul > li {
    display: none;
  }
}

.rcrumbs > ul > li.show {
  display: inline-block;
}

.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.rcrumbs .divider {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  vertical-align: -2px;
  background-image: url(../images/breadcrumb-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.registration__card .invalid-feedback {
  color: #000;
}

.user-nav__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: -5px;
  background: #517ea9;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 10px;
}

.social__link {
  transition: color 0.2s, background-color 0.2s;
}

.social__link:hover {
  background-color: #3164E7;
  color: #fff;
}

.contacts-card__description a {
  transition: color 0.2s;
}

.contacts-card__description a:hover {
  color: #3164E7;
}

.sweet-alert .sa-success {
  display: none !important;
}

.sweet-alert {
  padding: 40px !important;
  background-color: #3164E7 !important;
  background-repeat: no-repeat !important;
  background-position: top -50px center !important;
  background-image: url("/themes/default/images/popup-bg.svg") !important;
  border-radius: 12px !important;
  color: #fff !important;
  text-align: center !important;
  width: 416px !important;
}

.sweet-alert p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.sweet-alert h2 {
  margin: 0 0 16px !important;
  font-weight: 500 !important;
  font-size: 40px !important;
  line-height: 47px !important;
  color: #fff !important; 
}

@media (max-width:476px) {
  .sweet-alert {
    padding: 30px 20px !important;
  }

  .sweet-alert h2 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}

.inWishList,
.inCompare {
  color: #3164e7;
}

/*******************Смена изображения при наведении ***********************************************/

.promotions-card__sale,
.promotions-card__current-price {
  white-space: nowrap;
}

.image {
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.image-switch {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
  width: 75%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.mobile .image-switch {
  opacity: 1;
}

.image-switch-item {
  width: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5px;
}

.image-switch-item:only-child {
  opacity: 0;
}

.image-switch-item::after {
  content: "";
  width: 85%;
  margin: 0 auto;
  height: 4px;
  background: rgba(49, 100, 231, 0.1);
  border-radius: 11px;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.image-switch-item.hover::after {
  background: rgba(49, 100, 231, 0.5);
}

.image:hover .image-switch {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.image-switch-item:hover::after,
.image-switch-item.hover::after {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

/*******************Смена изображения при наведении ***********************************************/


/* ЛЮТЫЙ КАСТОМ */

:root {
  --bs-font-sans-serif: pt-root,sans-serif;
  --bs-primary-rgb: 0,0,0;
  --bs-link-color: #517ea9;
  --bs-link-hover-color: #B0C5D9;
}

.h1, h1 {
	font-size: 2rem;
  font-weight: 100;
}

.h2, h2 {
	font-size: 1.5rem;
  font-weight: 100;
}

dl, ol, p, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 100;
  font-size: 14px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1300px;
}



.page-header__top {
  color: #fff;
  background: #343b4e;
}
.sm-clean a {
  font-weight: 300;
  font-size: 12px;
  font-family: pt-root, sans-serif;
}
.sm-clean a:hover {
  font-weight: 300;
  font-size: 12px;
  font-family: pt-root, sans-serif;
  color: #B0C5D9 !important;
}
div .page-header__information {
  font-size: 12px;
}


.page-header .logo {
    width: 218px;
    margin-left: 8px;
}


.page-footer {
  color: #fff;
  background: #343b4e !important;
}
.page-footer .logo {
  background-image: url("/upload/site/sintez_logo_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 200px;
}
.page-footer .logo img {
  visibility: hidden;
}
.page-footer__menu ul {
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
}
.page-footer__menu a:hover {
  color: #B0C5D9;
}
.page-footer__contacts {
  font-size: 14px;
  font-weight: 200;
}
.page-footer__contacts a {
  font-size: 14px;
  font-weight: 400;
}
.page-footer__subscribe {
  font-size: 14px;
  font-weight: 200;
}
.page-footer__subscribe a {
  font-size: 20px;
  font-weight: 400;
}


/* Скрыть стрелки в числовом инпуте */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/* Главная */

.btn-light {
  --bs-btn-color:rgba(0,0,0,0.8);
  --bs-btn-bg:#fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: rgba(0,0,0,0.8);
  --bs-btn-hover-bg: #B0C5D9;
  --bs-btn-hover-border-color: #B0C5D9;
  font-weight: 100;
}

.btn-primary {
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-bg: #B0C5D9;
  --bs-btn-hover-border-color: #B0C5D9;
  font-weight: 100;
}
.btn-primary.btn-hover-style-outline {
  font-size: 14px;
  font-weight: 100;
  --bs-btn-hover-bg: #B0C5D9;
  --bs-btn-hover-color: #2e3438;
  --bs-btn-hover-border-color: #B0C5D9;
}
.shop-search .btn {
  --bs-btn-bg:#B0C5D9 !important;
  --bs-btn-border-color: #B0C5D9 !important;
}

.text-primary:hover {
  color: #B0C5D9 !important;
}
.fw-bold {
  font-weight: 100 !important;
}


.promo-slider__subtitle {
  font-weight: 200;
}


.page-header__catalog-button-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 11px 22px;
  box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.4);
}

.form-control {
  font-size: 14px;
  line-height: 22px;
  padding: 8px 8px;
}
.shop-search .btn {
  width: 32px;
  height: 32px;
}



.user-nav {
  font-size: 14px;
}
.user-nav__link {
  font-weight: 100;
}
.user-nav__link:hover {
  color: #B0C5D9;
}



.mega-menu__inner {
  gap: 20px;
  padding: 20px 60px;
}
.mega-menu__title-link {
  margin-bottom: 16px;
  color: #242424;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.mega-menu__sub-link {
  color: #242424;
  line-height: 16px;
  font-size: 14px;
  font-weight: 200;
}



.promotions-card {
  border: #343B4E solid 1px;
}
.promotions-card:hover {
  border: #B0C5D9 solid 1px;
  /* --bs-card-border-color: #B0C5D9 !important; */
}
.promotions-card__title {
  font-weight: 100;
	font-size: 16px;
}



.catalog-card__inner>.catalog-card__title {
	font-weight: 100;
	font-size: 16px;
	line-height: 23px;
}



.breadcrumb {
  margin-top: 0;
	--bs-breadcrumb-margin-bottom: 2em;
  font-size: 16px;
  font-weight: 100;
  line-height: 16px;
}


.promo {
  background: #fff;
}





.catalog__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3,1fr);
}



.catalog-card {
  color: #000;
  border: #f3f5fa solid 1px;
  background-color: #f3f5fa;
  background-position: inherit;
  background-image: url("../images/sintez_category_bg.svg");
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.1);
}
.catalog-card::before {
  color: #242424;
  border: #B0C5D9 solid 1px !important;
  background-color: #B0C5D9;
  background-position: inherit;
  background-image: url("../images/sintez_category_hover_bg.svg");
}
.catalog-card:hover {
  border: #B0C5D9 solid 1px !important;
}
.catalog-card__arrow {
  display: none;
}


/* .popular-brands__slider-wrap .swiper-slide {
  width: 200px !important;
} */
.popular-brands__brand {
	background: #fff;
}

a.popular-brands__brand:hover {
	border-color: #fff;
}


.popular-goods .swiper-slide{
  width: 230px !important;
  margin-bottom: 8px;
}



.feedback-form__inner {
  background-color: #343B4E;
}



.news__slider > .swiper-wrapper > .swiper-slide, swiper-slide {
  border: #343b4e dashed 1px;
  border-radius: 20px;
  padding: 18px;
  margin-bottom: 1px;
}
.news-card__date {
  color: rgba(0,0,0,.5);
  font-size: 12px;
  line-height: 16px;
  font-weight: 200;
}
.news-card__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.news-card__inner {
  padding-right: 0;
}
/* .news-card__description {
  font-weight: 200;
  font-size: 14px;
  line-height: 18px;
} */
.news-card__description p {
  font-weight: 200;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #343b4e;
  text-align: justify;
}
.news-card__more-text {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
  color: #000;
}
.news-card__more-text:hover {
  color: #B0C5D9;
}
/* / Главная */


/* Категория */

.addToCart {

}

.text-muted {
  font-weight: 200;
  font-size: 14px;
}



.image-switch-item::after {
  background: #B0C5D9;
}
.image-switch-item.hover::after {
  background: #517ea9;
}


.form-check-input:checked {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.ui-slider-range {
  background: #B0C5D9;
}

.ui-slider-handle {
  background: #B0C5D9;
}

.product-filter__list {
	gap: 12px 0; 
}

.product-filter__name
{
	font-size: 14px;
	font-weight: 100;
	line-height: 16px;
  color: #666;
}
.product-filter__name:hover
{
	color:#B0C5D9;
}
.product-filter__name::after
{
	height: 20px;
}
.product-filter__values {
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 8px;
}
.form-select {
  font-size: 0.8rem;
  padding: 8px 60px 8px 16px;
}
.form-check {
  font-size: 0.8rem;
  line-height: 1rem;
  min-height: 1rem;
}
.expandable .expand-bar {
  font-size: 14px !important;
  font-weight: 200;
  padding-left: 8px;
}

.btn-outline-primary {
  --bs-btn-color: #517ea9;
  --bs-btn-border-color: #B0C5D9;
  /* --bs-btn-hover-color: #2e3438; */
  --bs-btn-hover-bg: #B0C5D9;
  --bs-btn-hover-border-color: #B0C5D9;
  --bs-btn-focus-shadow-rgb: 49,100,231;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3164e7;
  --bs-btn-active-border-color: #3164e7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3164e7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3164e7;
  --bs-gradient: none;
  font-weight: 400;
}



.catalog-inner__list--grid-style {
/*
    position: relative;
    display: grid;
*/
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}
.catalog-inner__list--grid-style .product-card:nth-child(3n) {
    padding: 12px 0 24px 0;
}
/*
.catalog-inner__list--grid-style .product-card {
  padding: 24px 16px 24px 0;
}
*/


.product-card__inner {
  /* border: #b0c5d96b solid 0.1px; */
  border-radius: 12px;
  padding: 18px;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
  margin: 4px;
}

.product-card__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}



.last-view-good-card__title {
  font-size: 14px;
}

.product-card {
  color: #000000;
}
.product-card__title a {
  font-weight: 100;
}
.product-card__title a:hover {
  color: #517ea9 ;
}
.product-card__action-link {
  color: #B0C5D9;
}
.product-card__action-link:hover {
  color: #517ea9;
}
.pagination {
  /* --bs-pagination-color: #242424; */
  --bs-pagination-hover-color: #B0C5D9;
  /* --bs-pagination-hover-bg: #fff;
  --bs-pagination-active-bg: #fff; */
  --bs-pagination-active-color: #517ea9;
}



.subcategories .swiper-slide {
  width: 280px;
}
.subcategories__image {
  width: 120px;
}
.subcategories__name {
  font-weight: 200;
  font-size: 16px;
  max-width: 170px;
}
.subcategories__link {
  align-items: center;
  min-height: 120px;
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.1);
  margin: 4px;
}
.subcategories__link:hover {
  color: #517ea9;
}


.product-card__thumb img {
/*  height: 150px;*/
  max-height: 260px;
  object-fit: contain;
}
.product-card__code {
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
  color: #666666;
}


 /* / Категория  */


/* Контакты  */
.contacts-card {
  background: rgba(176,194,217,0.26);
  font-size: 14px;
  font-weight: 300;
}
.contacts-card__title {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
/* / Контакты */

/* Карточка */


.catalog-inner__toggler-link {
  height: 24px;
  width: 24px;
  color: #B0C5D9;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}

.catalog-inner__toggler-link--active {
  color: #fff;
  background: #517ea9;
}

#selectProductSort:hover {
  color: #517ea9;
}

.variable-product input:checked+.variable-product__checkbox-inner {
  box-shadow: 0 0 0 1px #517ea9;
}

.nav-pills {
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #517ea9;
  background: rgba(176,187,217,.2);
}

.card {
  --bs-card-border-color: rgba(176,187,217,.2);
}
.product-total-card {
  margin-bottom: 30px;
  color: #242424;
  background: rgba(176,187,217,.2);
  box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.1);
}

/* / Карточка */


/* Избранное */
.favorite-card__title {
  font-weight: 100;
}
.favorite-card__title:hover {
  color: #517ea9;
}
.personal-data-nav__list-link {
  font-weight: 100;
}
.personal-data-nav__list-link:hover {
  color: rgba(0,0,0,1);
}
.personal-data-nav__list-item--active .personal-data-nav__list-link {
  color: #517ea9;
}
.inWishList, .inCompare {
  color: #517ea9;
}

.alert-info {
  --bs-alert-color: #2e3438;
  --bs-alert-bg: rgba(176,187,217,.2);
  --bs-alert-border-color: rgba(176,187,217,.2);
  font-weight: 100;
}

/* /Избранное */


/* Доставка */
.bg-primary {
  background-color: #343b4e !important;
}
.payment-options {
  background-color: #b1c4d9;
  /* background-image: url(../images/payment-options-bg.svg); */
}

/* / Доставка  */


 /* Корзина */

.count {
  width: 65px !important;
}

.field-num__btn--plus {
	right: -5px;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}




.order-total-card__promo-code-link {
  display: inline-flex;
  color: #517ea9;
  line-height: 22px;
  border-bottom: 1px dashed #517ea9;
}

 /* / Корзина */

.fancybox-content-background {
  background-color: #517ea9 !important;
  background-repeat: no-repeat !important;
  background-position: top -39px center !important;
  /* background-image: url("/themes/default/images/popup-bg.svg") !important; */
  background-image: none !important;
  border-radius: 12px;
  padding: 40px !important;
}

#popup_message .btn-primary {
  width: 100%;
  --bs-btn-color: #fff;
  --bs-btn-bg: #2e3438;
  --bs-btn-border-color: #2e3438;
  --bs-btn-hover-color: #2e3438;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5a86f8;
}




@media (max-width: 460px) {
  .catalog__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1,1fr);
  }
  .catalog-card__image {
    width: 40%;
  }
  .fw-medium {
    font-weight: 200;
    font-size: initial;
  }
  .catalog-inner__head-action {
    flex-wrap: nowrap;
    width: 100%;
  }
  .catalog-inner__filter-link.form-select {
    padding-left: inherit;
  }
  .catalog-inner__list--grid-style {
    grid-template-columns: repeat(2,1fr);
  }

  .catalog-inner__list--grid-style .product-card {
    padding: 24px 16px 24px 0 !important;
  }

  .catalog-inner__list--grid-style .product-card:nth-child(3n) {
    padding: 24px 0 24px 0 !important;
  }


  .h1, h1 {
    font-size: 1.375rem;
    font-weight: 100;
  }
  .product-delivery-info, .product-inner__meta {
    margin-bottom: 30px;
    justify-content: space-between;
  }
}


/* /ЛЮТЫЙ КАСТОМ */
