section.alternate {
  background-color: #f9f9f9;
}
section.dark {
  background-color: #151515;
  color: #fff;
}
section.dark.alternate {
  background-color: #2e2e2e;
  color: #fff;
}
section.theme-color {
  background-color: var(--bs-primary);
  color: #fff;
}
section.dark h1,
section.dark .h1,
section.dark h2,
section.dark .h2,
section.dark h3,
section.dark .h3,
section.dark h4,
section.dark .h4,
section.dark h5,
section.dark .h5,
section.dark h6,
section.dark .h6 {
  color: #fff;
}
section.dark.alternate h1,
section.dark.alternate .h1,
section.dark.alternate h2,
section.dark.alternate .h2,
section.dark.alternate h3,
section.dark.alternate .h3,
section.dark.alternate h4,
section.dark.alternate .h4,
section.dark.alternate h5,
section.dark.alternate .h5,
section.dark.alternate h6,
section.dark.alternate .h6 {
  color: #fff;
}
/* parallax */
.parallax {
  color: #ffffff;
  position: relative;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
}
.parallax h1,
.parallax .h1,
.parallax h2,
.parallax .h2,
.parallax h3,
.parallax .h3,
.parallax h4,
.parallax .h4,
.parallax h5,
.parallax .h5,
.parallax h6,
.parallax .h6 {
  color: #fff;
}
.parallax .container {
  position: relative;
  z-index: 10;
}
.parallax .overlay {
  background-color: rgba(34, 34, 34, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
/* video background */
section.section-video {
  border: 0;
  position: relative;
  color: #fff;
}
section.section-video .container {
  position: relative;
  z-index: 10;
}
section.section-video .section-container-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
section.section-video .section-container-video > video {
  position: absolute;
  top: 0;
  left: 0;
}
section.section-video .overlay {
  background-color: rgba(34, 34, 34, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
/* overlay */
.overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; /* required for IE */
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
a.overlay:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* dark overlay */
section .overlay.dark-0 {
  background-color: rgba(0, 0, 0, 0);
}
section .overlay.dark-1 {
  background-color: rgba(0, 0, 0, 0.1);
}
section .overlay.dark-2 {
  background-color: rgba(0, 0, 0, 0.2);
}
section .overlay.dark-3 {
  background-color: rgba(0, 0, 0, 0.3);
}
section .overlay.dark-4 {
  background-color: rgba(0, 0, 0, 0.4);
}
section .overlay.dark-5 {
  background-color: rgba(0, 0, 0, 0.5);
}
section .overlay.dark-6 {
  background-color: rgba(0, 0, 0, 0.6);
}
section .overlay.dark-7 {
  background-color: rgba(0, 0, 0, 0.7);
}
section .overlay.dark-8 {
  background-color: rgba(0, 0, 0, 0.8);
}
section .overlay.dark-9 {
  background-color: rgba(0, 0, 0, 0.9);
}
section .overlay.dark-10 {
  background-color: rgba(0, 0, 0, 1);
}
/* light overlay */
.overlay.light-0 {
  background-color: rgba(255, 255, 255, 0);
}
.overlay.light-1 {
  background-color: rgba(255, 255, 255, 0.1);
}
.overlay.light-2 {
  background-color: rgba(255, 255, 255, 0.2);
}
.overlay.light-3 {
  background-color: rgba(255, 255, 255, 0.3);
}
.overlay.light-4 {
  background-color: rgba(255, 255, 255, 0.4);
}
.overlay.light-5 {
  background-color: rgba(255, 255, 255, 0.5);
}
.overlay.light-6 {
  background-color: rgba(255, 255, 255, 0.6);
}
.overlay.light-7 {
  background-color: rgba(255, 255, 255, 0.7);
}
.overlay.light-8 {
  background-color: rgba(255, 255, 255, 0.8);
}
.overlay.light-9 {
  background-color: rgba(255, 255, 255, 0.9);
}
.overlay.light-10 {
  background-color: rgba(255, 255, 255, 1);
}

section.padding-xs {
  padding: 30px 0;
}
section.padding-sm {
  padding: 60px 0;
}
section.padding-md {
  padding: 80px 0;
}
section.padding-lg {
  padding: 120px 0;
}
section.padding-xl {
  padding: 140px 0;
}
section.dark a {
  color: #999;
}

@media (max-width: 1024px) {
  section.padding-sm {
    padding: 30px 0;
  }
  section.padding-md {
    padding: 40px 0;
  }
  section.padding-lg {
    padding: 40px 0;
  }
  section.padding-xl {
    padding: 50px 0;
  }
  section.dark a {
    color: #999;
  }
}

.ratio {
  display: block;
}

.comments-header__inner {
  display: flex;
  flex-wrap: wrap;
}

.comments-header__header {
  display: flex;
  align-items: flex-start;
  flex: 1 0 0%;
  margin-bottom: 0;
  padding-right: 20px;
}

.comments-header__actions {
  flex: 0 0 350px;
  padding-left: 40px;
  border-left: 1px solid #e2e2e2;
}

.reviews-total__circle {
  width: 114px;
  height: 114px;
  margin-bottom: 0;
}

.reviews-total__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 114px;
  position: absolute;
  top: 4px;
  left: 2px;
  border-radius: 50%;
  border: 7px solid #d8d8d8;
  box-sizing: border-box;
  text-align: center;
  padding: 0 20px;
}

.shop-product-total_summ {
  display: none;
}

.shop-item-rating-line {
  display: flex;
  align-items: center;
}

.star_content {
  display: flex;
}

.star_content .star {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}

.reviews-details__item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.reviews-details__rating-star {
  margin-right: 10px;
}

.reviews-details__rating-bar {
  width: 130px;
  margin-right: 10px;
}

.reviews-details__rating-rail {
  width: 100%;
  height: 7px;
  border-radius: 8px;
  background-color: #f3f4f6;
  overflow: hidden;
}

.reviews-details__rating-rail--fill {
  background-color: #efac4d;
  height: 100%;
}

.reviews-details__rating-text {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}

.reviews-total {
  margin-right: 35px;
}

.reviews-total svg {
  width: 120px;
  height: 120px;
}

.reviews-total__circle {
  position: relative;
  margin-bottom: 20px;
}

.reviews-total__info-rate {
  font-size: 35px;
  line-height: 35px;
}

.reviews-total__info-text {
  font-size: 11px;
  color: #777;
}

.reviews-total__svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shop-item-rating-line div {
  font-size: 14px;
  color: #ccc;
}

.setAllRating {
  position: relative;
  z-index: 1;
}

.setRating {
  border-bottom: 1px dotted;
}

.image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--bs-light);
  font-size: 70px;
  color: var(--bs-gray-400);
  text-align: center;
  overflow: hidden;
}

.image-placeholder::after {
  content: "Нет изображения";
  font-size: 20px;
}

.img-responsive,
img {
  max-width: 100%;
  height: auto;
}

.errors {
  display: none;
}

.product-chars-list {
  display: flex;
  flex-direction: column;
}

.product-chars-list__group {
  display: flex;
  margin: 4px 0;
}

.product-chars-list__term {
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-right: 8px;
  font-weight: 400;
  font-style: normal;
}

.product-chars-list__definition {
  display: flex;
  flex: 1;
  align-items: baseline;
  margin-bottom: 0;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 767.98px) {
  .product-chars-list__definition {
    font-size: 14px;
    line-height: 20px;
  }

  .product-chars-list__term {
    font-size: 14px;
    line-height: 20px;
  }

  .product-chars-list__group {
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e1e2e5;
  }
}

@media (min-width: 768px) {
  .product-chars-list__term::after {
    display: block;
    flex: 1;
    margin: 0 8px;
    padding: 0 18px;
    border-bottom: 1px dashed #e1e2e5;
    content: "";
  }
}

@media (min-width: 576px) {
  .list > * {
    flex: unset;
    width: 100%;
    max-width: 100%;
  }

  .list .card-product-grid {
    flex-direction: row;
  }

  .list .card-product-grid .info-wrap {
    flex: 1;
    border: 0 !important;
  }
}

.to-up {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.2s, opacity 0.2s;
}

.to-up.shown {
  opacity: 1;
  transform: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.shop-compare .rating {
  justify-content: center;
}

#filter_form {
  position: relative;
}

.filter-preview {
  border: 1px solid #cfcfcf;
  display: none;
  font-size: 14px;
  position: absolute;
  z-index: 1000;
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
}

.loader-search {
  background: rgba(0, 0, 0, 0) url("/upload/site/ajax-loader.gif") no-repeat scroll right center;
  float: left;
  height: 16px;
  margin-right: 5px;
  width: 16px;
}

.filter-preview span {
  white-space: nowrap;
}

.filter-preview {
  font-size: 12px;
}

.social-icon ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px;
  padding: 0;
  list-style-type: none;
}

.social-icon li {
  padding: 0 5px;
}

.social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 20px;
  border-radius: 50%;
  background: rgb(var(--bs-light-rgb));
}

.social-icon .fa {
  font-family: "Font Awesome 5 Brands" !important;
}

.gray-star {
  color: var(--bs-gray-300);
}

.gold-star {
  color: var(--bs-yellow);
}

.shop-item-rating-line,
.rating {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 3px;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: var(--bs-primary);
  border-radius: 50%;
  border: 0;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

.videoHref {
  position: relative;
}

.videoHref i {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--bs-primary);
  font-size: 23px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoHref i::before {
  transform: translateX(2px);
}

.thumbs-wrap .videoHref i {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

var {
  font-style: normal;
}

a.title,
.title a,
a .title {
  text-decoration: none;
}

a.title:hover,
.title a:hover,
a .title:hover {
  color: #0a58ca;
  text-decoration: underline;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.slider-nav .slick-current .card {
  border-color: var(--bs-primary);
}

.content-body {
  flex: 1 1 auto;
  padding: 1.88rem;
}

.img-wrap img {
  object-fit: contain;
}

a:hover > .img-thumbnail {
  border-color: #9da1a7;
}

.table-lg th,
.table-lg td {
  padding: 1rem;
}

.bg-center {
  background-position: center center;
}

.bg-cover {
  background-size: cover;
}

.bg-dark-50 {
  background-color: rgba(33, 37, 41, 0.5);
}

.opacity {
  opacity: 0.5;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.overlay-gradient {
  position: relative;
}

.overlay-gradient:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  transition: 0.5s;
  background: linear-gradient(to bottom right, #0143a3, aqua);
}

.overlay-gradient:hover:before {
  opacity: 0.9;
}

.breadcrumb.ondark .breadcrumb-item {
  color: #fff;
}

.breadcrumb.ondark .breadcrumb-item::before {
  color: #fff;
  opacity: 0.6;
}

.breadcrumb.ondark a {
  color: inherit;
  opacity: 0.75;
}

.breadcrumb.ondark a:hover {
  opacity: 1;
}

/* ============== BS5 accordion restyle ============== */
.accordion-flush .accordion-button {
  padding-left: 5px;
  padding-right: 5px;
}

.accordion-flush .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.accordion-header:hover .accordion-button {
  background-color: #e7f1ff;
}

/* ============== spacing ============== */
.padding-y {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-top {
  padding-top: 40px;
}

.padding-bottom {
  padding-bottom: 40px;
}

.padding-y-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-top-lg {
  padding-top: 80px;
}

.padding-bottom-lg {
  padding-bottom: 80px;
}

.padding-y-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-top-sm {
  padding-top: 20px;
}

.padding-bottom-sm {
  padding-bottom: 20px;
}

/* ==============  DEFINED VARIABLES ============= */
.icon-xs,
.icon-sm,
.icon-md,
.icon-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
}

.icon-xs img,
.icon-sm img,
.icon-md img,
.icon-lg img {
  max-width: 100%;
}

.icon-xs {
  width: 36px;
  height: 36px;
}

.icon-sm {
  width: 42px;
  height: 42px;
  font-size: 20px;
}

.icon-md {
  width: 56px;
  height: 56px;
  font-size: 24px;
}

.icon-lg {
  width: 72px;
  height: 72px;
  font-size: 32px;
}

.img-xs,
.img-sm,
.img-md,
.img-lg {
  display: inline-block;
  object-fit: cover;
  flex-shrink: 0;
  flex-grow: 0;
}

.img-xs {
  width: 40px;
  height: 40px;
}

.img-sm {
  width: 72px;
  height: 72px;
}

.img-md {
  width: 96px;
  height: 96px;
}

.img-lg {
  width: 128px;
  height: 128px;
}

.img-xl {
  width: 196px;
  height: 196px;
}

.obj-contain {
  object-fit: contain;
}

.obj-cover {
  object-fit: cover;
}

.center-xy {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.center-y {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.center-x {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.menu-aside {
  list-style: none;
  margin: 0.5rem;
  padding: 0;
}

.menu-aside a {
  display: block;
  text-decoration: none;
}

.menu-aside .menu-item {
  margin-bottom: 5px;
}

.menu-aside .menu-item .icon {
  color: #9da1a7;
  margin-right: 10px;
  font-size: 24px;
}

.menu-aside .menu-item.active .icon {
  color: #0d6efd;
}

.menu-aside .menu-item.active .menu-link {
  background-color: #d7e7ff;
}

.menu-aside .menu-link {
  padding: 10px;
  color: #51585e;
  font-weight: bold;
  border-radius: 0.6rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-aside .menu-link .text {
  vertical-align: middle;
}

.menu-aside .menu-link:hover {
  transition: 0.2s linear;
  background-color: #e9ecef;
}

.menu-aside .submenu {
  margin-left: 44px;
  display: none;
}

.menu-aside .submenu a {
  color: #6c757d;
  padding: 5px;
}

.menu-aside .submenu a:hover {
  color: #000;
}

.menu-aside .menu-item.active .submenu {
  display: block;
}

.menu-aside .menu-item.has-submenu > .menu-link:after {
  display: inline-block;
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
  margin-top: 0.6em;
  vertical-align: middle;
  content: "";
  border-top: 5px solid #9da1a7;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}

.nav-pills .nav-link:not(.active):hover {
  background-color: rgba(157, 161, 167, 0.15);
}

.nav-icontop a.nav-link {
  text-align: center;
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
}

.nav-icontop a.nav-link i {
  font-size: 20px;
  color: #9da1a7;
}

.nav-icontop a.nav-link .text {
  display: block;
  font-weight: normal;
}

.nav-icontop a.nav-link:hover i {
  color: #212529;
}

.nav-icontop a.nav-link.active i,
.nav-icontop a.nav-link.active .text {
  color: #0d6efd;
}

.nav-ondark .active {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.nav-ondark a.nav-link {
  color: #fff !important;
}

.nav-ondark a.nav-link:not(.active):hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.item-link {
  width: 100%;
  display: block;
  text-decoration: none;
}

.item-link .icon {
  border: 1px solid #dee2e6;
}

.item-link .text {
  display: block;
  color: #51585e;
}

.item-link:hover {
  text-decoration: none;
}

.item-link:hover .icon {
  border-color: #9da1a7;
  opacity: 0.7;
}

.item-link:hover .text {
  color: #212529;
}

.boxed-link {
  width: 100%;
  display: block;
  text-decoration: none;
}

.boxed-link .icon {
  background-color: var(--bs-gray-200);
}

.boxed-link .text {
  display: block;
  color: #51585e;
}

.boxed-link:hover {
  text-decoration: none;
}

.boxed-link:hover .icon {
  background-color: #e9ecef;
}

.boxed-link:hover .text {
  color: #212529;
}

.box.boxed-link:hover,
.card.boxed-link:hover {
  border-color: #ccd1d6;
  box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.03);
}

.box.boxed-link:hover .icon,
.card.boxed-link:hover .icon {
  background-color: var(--bs-gray-300);
}

.menu-category {
  margin: 0;
  padding: 0;
}

.menu-category li {
  position: relative;
  display: block;
  border-bottom: 1px solid #dee2e6;
}

.menu-category li:last-child {
  border-bottom: 0;
}

.menu-category a {
  color: #212529;
}

.menu-category > li > a {
  display: block;
  padding: 10px 18px;
}

.menu-category .submenu {
  display: none;
  margin: 0;
  padding: 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 20;
  position: absolute;
  left: 100%;
  top: 0;
  width: 250px;
  background: #fff;
}

.menu-category .submenu li {
  list-style: none;
}

.menu-category .submenu li a {
  padding: 10px 16px;
  display: block;
}

.menu-category li:hover {
  background: #f8f9fa;
  transition: all 0.3s;
}

.menu-category li:hover .submenu {
  display: block;
  margin-left: 0px;
}

.menu-category .has-submenu > a:after {
  content: "›";
  font-size: 24px;
  color: #999;
  line-height: 18px;
  font-weight: bold;
  float: right;
}

/* --------------------- titles ---------------------- */
.title-text {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.b {
  font-weight: 700;
}

.text-lg {
  font-size: 1.1rem;
}

/* ==================  title helpers ================ */
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

/* ================== SECTIONS =================== */
/* ================== header main ==================  */
.header-top-light .nav-link {
  font-weight: normal;
}

.header-top-light .nav-link:hover {
  color: #212529;
}

.header-top-dark {
  color: rgba(255, 255, 255, 0.75);
}

.header-top-dark .nav-link {
  color: inherit;
  font-weight: normal;
}

.header-top-dark .nav-link:hover {
  color: #fff;
}

.header-main {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.brand-wrap,
.navbar-brand {
  opacity: 0.75;
}

.brand-wrap .logo,
.navbar-brand .logo {
  margin-right: 7px;
  max-height: 42px;
  display: inline-block;
}

.brand-wrap:hover,
.navbar-brand:hover {
  opacity: 1;
}

.widget-header {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.widget-header a {
  text-decoration: none;
  color: inherit;
}

.widget-header i {
  color: #6c757d;
}

.widget-header form {
  min-width: 280px;
}

.widget-header .notify {
  position: absolute;
  top: -3px;
  right: -7px;
}

.widget-header:hover i {
  color: #212529;
}

.widget-header .widget-icontop {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

.widget-header .widget-icontop .icon-area {
  font-size: 22px;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.widget-header .widget-icontop .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 1.2;
}

/* desktop only */
/* desktop only .end */
/* ================ SECTION-FOOTER ==================  */
.section-footer .logo-footer {
  max-height: 40px;
}

.section-footer .title {
  margin-bottom: 10px;
}

.footer-dark {
  color: #fff;
}

.footer-dark .icon {
  color: #fff !important;
  opacity: 0.7;
}

.footer-dark .title {
  color: #fff;
}

.footer-dark .list-menu a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-dark .list-menu a:hover {
  color: #fff;
}

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ================== COMPONENTS =================== */
.btn-icon {
  width: 2.6rem;
  padding-left: 0px;
  padding-right: 0px;
}

.btn-icon.btn-sm {
  width: 2rem;
}

.btn-icon.btn-lg {
  width: 2.8rem;
}

.btn-light {
  background-color: #fff;
  border-color: #dee2e6;
}

.btn-light i {
  color: #9da1a7;
}

.btn-light:hover {
  border-color: #c1c9d0;
}

.btn-light.active {
  border-color: #dee2e6;
}

.btn i {
  min-width: 16px;
}

.btn .text + i {
  margin-left: 10px;
}

.btn i + .text {
  margin-left: 10px;
}

/* if card is linked */
a[class*="card"] {
  text-decoration: none;
  color: #51585e;
}

a[class*="card"]:hover .title {
  color: #0d6efd;
}

/* if product as card element */
.card.card-product-grid,
.card.card-product-list {
  box-shadow: 0 1px 2px rgba(51, 51, 51, 0.07);
}

.card.card-product-grid:hover,
.card.card-product-list:hover {
  box-shadow: 0 3px 10px rgba(51, 51, 51, 0.1);
  transition: 0.2s;
}

/* base style for product */
[class*="card-product"] p {
  margin-bottom: 0;
}

[class*="card-product"] a.title {
  display: block;
  text-decoration: none;
}

[class*="card-product"] a.title:hover {
  color: #0d6efd;
}

[class*="card-product"] .price {
  color: #212529;
}

[class*="card-product"] .price-old {
  color: #9da1a7;
  margin-left: 3px;
  font-size: 90%;
}

[class*="card-product"] .img-wrap {
  position: relative;
}

[class*="card-product"] .img-wrap img {
  height: 100%;
  max-width: 100%;
  width: auto;
}

/* product-grid style */
.card-product-grid {
  margin-bottom: 20px;
}

.card-product-grid .title {
  color: #51585e;
}

.card-product-grid .info-wrap {
  padding: 1rem 1.2rem;
  overflow: hidden;
}

.card-product-grid .bottom-wrap {
  padding: 1rem 1.2rem;
  border-top: 1px solid #dee2e6;
}

.card-product-grid .topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: left;
  padding: 10px 15px;
}

.card-product-grid .hover-action {
  opacity: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}

.card-product-grid:hover .hover-action {
  opacity: 1;
}

/* card list view style */
.card-product-list {
  margin-bottom: 20px;
}

.card-product-list .title {
  color: #212529;
}

.card-product-list .img-wrap {
  height: 220px;
  padding: 0.5rem;
}

.card-product-list .info-aside {
  padding: 1.25rem 1.25rem;
  border-left: 1px solid #dee2e6;
  height: 100%;
}

/* product image sizes */
.product-sm .img-wrap {
  height: 160px;
}

.product-lg .img-wrap {
  height: 250px;
}

/* Banners */
.card-banner {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  border-radius: 0.35rem;
}

.card-banner .card-body {
  background-size: cover;
  position: relative;
  z-index: 10;
}

.card-banner .caption {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  color: #fff;
}

.card-banner .caption.bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.card-banner .caption.top {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.card-banner .caption.left {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.card-banner .text-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 1rem;
  padding-top: 2rem;
  border-radius: 0 0 0.35rem 0.35rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
}

.card-banner .img-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  max-width: 100%;
}

.icontext {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.icontext p {
  margin-bottom: 0;
}

.icontext .text {
  width: 100%;
  line-height: 1.25;
}

.icontext .icon {
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.icontext .title {
  display: block;
  margin-bottom: 3px;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 1rem;
  margin-bottom: 5px;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  margin-top: 4px;
  margin-right: 2px;
  font-size: 90%;
}

.tag .btn-close {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 10px;
}

strong.price,
b.price,
.b.price,
.fw-bold.price {
  color: #212529;
}

.notify {
  position: absolute;
  top: -4px;
  right: -10px;
  display: inline-block;
  padding: 0.25em 0.6em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 3rem;
  color: #fff;
  background-color: #ff2748;
}

.img-avatar {
  border-radius: 100%;
  border: 1px solid rgba(33, 37, 41, 0.2);
}

.card-header .title {
  margin-bottom: 0;
  color: initial;
  display: block;
}

.icon-control {
  margin-top: 6px;
  float: right;
  font-size: 84%;
  color: #9da1a7;
}

.filter-group {
  border-bottom: 1px solid #dee2e6;
}

.filter-group:last-child {
  border-bottom: 0;
}

.filter-group .card-header {
  border-bottom: 0;
  border-radius: 0;
}

.filter-group .title:hover {
  text-decoration: none;
}

/* ======== text with line divider ======= */
.text-divider {
  text-align: center;
  display: flex;
  font-size: 0.875rem;
  color: #9da1a7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.text-divider:after,
.text-divider:before {
  content: "";
  height: 1px;
  background: #dee2e6;
  flex: 1;
  margin: 0 7px;
}

/* ======== box ======= */
.box {
  padding: 0.8rem;
  border-radius: 0.35rem;
  border: 1px solid #dee2e6;
}

.box img {
  max-width: 100%;
}

/* ======== Rating ======== */
.label-rating {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

/* ======== rating-list ======== */
.rating-stars {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  clear: both;
}

.rating-stars i {
  font-size: 14px;
  color: #ccc;
  display: inline;
}

.rating-stars img {
  height: 16px;
  max-width: none;
}

.rating-stars li {
  display: block;
  text-overflow: clip;
  white-space: nowrap;
  z-index: 1;
}

.rating-stars li.stars-active {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating-stars li.stars-active i {
  color: orange;
}

.rating-stars.stars-lg img {
  height: 20px;
  max-width: none;
}

.form-check .rating-stars {
  transform: translateY(-2px);
}

.dot {
  font-style: normal;
  opacity: 0.5;
}

.dot:after {
  content: "•";
  display: inline-block;
}

.bg-loading {
  position: static;
  margin-right: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px;
  animation: placeholderSkeleton 2s linear;
  animation-iteration-count: infinite;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%);
  background-size: 800px 100%;
  max-width: 30rem;
}

@keyframes placeholderSkeleton {
  0% {
    background-position: -800px 0;
  }
  100% {
    background-position: 800px 0;
  }
}

/* =====  TIMELINE  ===== */
.steps-vertical {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid #0d6efd;
  margin-left: 12px;
  position: relative;
}

.steps-vertical li {
  padding-left: 30px;
  position: relative;
  transform: translateY(-4px);
}

.steps-vertical .icon {
  position: absolute;
  top: 3px;
  left: -8px;
  content: "";
  background: #0d6efd;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: inline-block;
}

/* =====  BREADCRUMB STEP   ===== */
.breadcrumb.steps {
  margin-bottom: 0;
  color: #0d6efd;
}

.breadcrumb.steps a {
  color: inherit;
}

.breadcrumb.steps .breadcrumb-item.active {
  font-weight: 600;
  color: #212529;
}

.breadcrumb.steps .breadcrumb-item.active ~ .breadcrumb-item {
  color: #9da1a7;
  opacity: 0.8;
}

.breadcrumb.steps.ondark .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb.steps.ondark .breadcrumb-item.active ~ .breadcrumb-item {
  color: #fff;
  opacity: 0.5;
}

/* =====  STEPS  ===== */
.steps-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  position: relative;
  display: flex;
  border-radius: 30px;
}

.steps-wrap .step {
  width: 100%;
  text-align: center;
  position: relative;
  flex-grow: 1;
  font-size: 14px;
  line-height: 24px;
}

.steps-wrap .step:before {
  background-color: #ccd1d6;
  height: 4px;
  position: absolute;
  content: " ";
  width: 100%;
  right: 50%;
  top: 10px;
}

.steps-wrap .step:first-child:before {
  display: none;
}

.steps-wrap .icon {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 10;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  text-align: center;
  background: #ccd1d6;
}

.steps-wrap .text {
  display: block;
  padding-top: 5px;
  text-align: center;
  color: #9da1a7;
}

.steps-wrap .step.active .icon {
  background: #00a524;
  color: #fff;
}

.steps-wrap .step.active .text {
  color: #9da1a7;
}

.steps-wrap .step.active:before {
  background: #00a524;
}

.steps-wrap .step.active:after {
  background: #00a524;
  height: 4px;
  position: absolute;
  content: " ";
  z-index: 5;
  width: 50%;
  right: 0%;
  top: 10px;
}

.steps-wrap .step.active:last-child:after {
  display: none;
}

.input-spinner {
  max-width: 140px;
  flex-wrap: nowrap;
  display: inline-flex;
}

.input-spinner input.form-control {
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}

.input-spinner .btn {
  width: 42px;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.checkbox-btn {
  position: relative;
}

.checkbox-btn input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-btn input:checked ~ .btn {
  border-color: var(--bs-primary);
  background-color: #e9ecef;
}

.box-check {
  position: relative;
  margin-right: 5px;
}

.box-check:hover:not(.active) {
  border-color: var(--bs-light-rgb);
}

.box-check .border-oncheck {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 0.35rem;
  z-index: 1;
  mix-blend-mode: darken;
}

.box-check input:checked ~ .border-oncheck {
  border-color: var(--bs-primary);
  background-color: rgb(var(--bs-light-rgb));
}

.gallery-uploader-wrap .uploader-img {
  position: relative;
  display: inline-flex;
  width: 110px;
  height: 110px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 0.35rem;
  border: 1px dashed #ccd1d6;
  overflow: hidden;
  background-color: #f8f9fa;
}

.gallery-uploader-wrap .uploader-img:hover {
  border-color: #0d6efd;
  background-color: rgba(231, 241, 255, 0.5);
}

.gallery-uploader-wrap input {
  width: 0;
  height: 0;
  visibility: hidden;
}

.gallery-uploader-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.done-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.done-wrap img {
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}

a.itemside {
  color: #51585e;
  text-decoration: none;
}

a.itemside:hover .title {
  color: #0d6efd;
}

a.itemside:hover .img-thumbnail {
  border-color: #9da1a7;
}

.itemside {
  position: relative;
  display: flex;
  width: 100%;
}

.itemside .aside {
  position: relative;
  flex-shrink: 0;
}

.itemside .aside .badge {
  position: absolute;
  top: -5px;
  right: -8px;
}

.itemside .info {
  padding-left: 0.75rem;
  flex-grow: 1;
}

.itemside .title {
  display: block;
  margin-bottom: 0rem;
}

.itemside a.title {
  color: inherit;
}

.itemside a.title:hover {
  color: #0d6efd;
}

.itemside p {
  margin-bottom: 0;
}

.items-bordered-wrap .itemside:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.itemlist {
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.list-inline {
  margin-bottom: 0;
}

.list-inline-item {
  vertical-align: middle;
}

/* --------- description list --------*/
dl[class="row"] {
  margin-bottom: 0;
}

dl[class="row"] dt {
  color: #212529;
}

[class*="dlist-"] {
  margin-bottom: 5px;
}

[class*="dlist-"] dd {
  margin-bottom: 0;
}

.dlist-inline dt,
.dlist-inline dd {
  display: inline-block;
}

.dlist-align {
  display: flex;
}

.dlist-align dt {
  width: 150px;
  word-wrap: break-word;
  font-weight: normal;
}

.dlist-align dd {
  flex-grow: 1;
}

/* ================= lists ================= */
ul.row {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.list-icon,
.list-bullet,
.list-dots,
.list-check,
.list-menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.list-icon li,
.list-bullet li,
.list-dots li,
.list-check li,
.list-menu li {
  position: relative;
  margin-bottom: 4px;
}

.list-icon li {
  padding-left: 30px;
}

.list-icon .icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  text-align: center;
  color: #9da1a7;
}

.list-bullet li,
.list-dots li {
  padding-left: 20px;
}

.list-bullet li::before,
.list-dots li::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  border-radius: 100%;
  height: 7px;
  background: #ccd1d6;
}

.list-check > li {
  padding-left: 24px;
}

.list-check > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  color: #33b750;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
}

.list-menu li > a {
  display: block;
  color: #51585e;
  text-decoration: none;
}

.list-menu li > a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.cols-two {
  column-count: 2;
}

.cols-two > li {
  break-inside: avoid;
}

.cols-three {
  column-count: 3;
}

.cols-three > li {
  break-inside: avoid;
}

.cols-four {
  column-count: 4;
}

.cols-four > li {
  break-inside: avoid;
}

@media (max-width: 768px) {
  /* @media */
  .cols-two {
    column-count: 1;
  }

  .cols-three {
    column-count: 2;
  }

  .cols-four {
    column-count: 2;
  }

  /* @media end */
}

/* ================ OWL SLIDER BANNER ================ */
.slider-banner-owl .owl-nav .owl-prev,
.slider-banner-owl .owl-nav .owl-next {
  padding: 16px 7px;
  color: #fff;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute;
}

.slider-banner-owl .owl-nav .owl-prev {
  left: 0;
}

.slider-banner-owl .owl-nav .owl-next {
  right: 0;
}

.slider-banner-owl .item-slide img {
  width: 100%;
  object-fit: cover;
}

.slider-banner-slick .slick-prev,
.slider-banner-slick .slick-next {
  padding: 18px 7px;
  color: #fff;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute;
}

.slider-banner-slick .slick-prev:before,
.slider-banner-slick .slick-next:before {
  display: none;
}

.slider-banner-slick .slick-prev {
  left: 0;
}

.slider-banner-slick .slick-next {
  right: 0;
}

.slider-banner-slick .item-slide img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

/* ================== PAGES =================== */
/* ================ PAGES HEADER ================== */
.thumbs-wrap {
  overflow: hidden;
}

.gallery-wrap .img-big-wrap {
  display: block;
  text-align: center;
  width: 100%;
  height: 520px;
  margin-bottom: 1rem;
  overflow: hidden;
  background-color: #fff;
}

.gallery-vertical .thumbs-wrap {
  height: 520px;
}

.gallery-vertical .thumbs-wrap .slick-arrow {
  position: static;
  margin: 0;
}

.gallery-vertical .thumbs-wrap .slick-next {
  margin-top: auto;
  transform: rotate(90deg);
}

.gallery-vertical .thumbs-wrap .slick-prev {
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .gallery-wrap .img-big-wrap,
  .gallery-vertical .thumbs-wrap {
    height: 350px;
  }
}

.gallery-wrap .img-big-wrap a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gallery-wrap .img-big-wrap img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.gallery-wrap .thumbs-wrap {
  text-align: center;
}

.gallery-wrap .thumbs-wrap .item-thumb {
  width: 60px;
  height: 60px;
  border: 1px solid #dee2e6;
  border-radius: 0.35rem;
  display: inline-block;
  overflow: hidden;
}

.gallery-wrap .thumbs-wrap a.item-thumb:hover {
  border-color: #9da1a7;
}

.gallery-wrap .thumbs-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-vertical {
  display: flex;
}

.gallery-vertical .thumbs-wrap {
  order: 1;
  width: 60px;
  margin-right: 1rem;
}

.gallery-vertical .img-big-wrap {
  order: 2;
}

.item-option-select {
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 15px;
}

.item-option-select .btn {
  min-width: 80px;
}

/* ====================== shopping-cart ==================== */
.table-shopping-cart.table td,
.table-shopping-cart.table th {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.table-shopping-cart .price-wrap {
  line-height: 1.2;
}

.table-shopping-cart .price {
  font-weight: bold;
  margin-right: 5px;
  display: block;
}

.mm-spn.mm-spn--light {
  background: #fff !important;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

#alert_mess {
  font-size: 18px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999;
}

.desktop-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.desktop-menu .js-mmenu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.desktop-menu .js-mmenu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 15px;
  min-height: 50px;
}

.desktop-menu .is-active {
  color: var(--bs-primary);
}

.desktop-menu a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}

.desktop-menu .is-dropdown {
  position: relative;
}

.desktop-menu .is-dropdown > a::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  color: #9da1a7;
}

.desktop-menu .is-dropdown .is-dropdown > a::after {
  transform: rotate(-135deg);
  margin-left: auto;
}

.desktop-menu .is-dropdown-menu {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  min-height: 100px;
  width: 250px;
  padding: 10px 0;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.35rem;
  background: #fff;
  transition: opacity 0.2s;
}

.desktop-menu .is-dropdown:hover > .is-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
}

.desktop-menu .is-dropdown .is-dropdown > .is-dropdown-menu {
  left: 100%;
  top: 0;
}

.desktop-menu .is-dropdown-menu a {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 5px 15px;
}

.desktop-menu .is-dropdown-menu a:hover {
  background: whitesmoke;
}

.ui-slider {
  background: #c4c4c4;
  height: 3px;
  position: relative;
}

.ui-slider-range {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #2c282d;
}

.ui-slider-handle {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -6px;
  margin-left: -0.6em;
  border-radius: 50%;
  background: #2c282d;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.checkbox {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin: 1em 0;
}

.checkbox i {
  display: none;
}

.checkbox a {
  color: #51585e;
  text-decoration: underline;
}

.checkbox input {
  width: 1em;
  height: 1em;
  float: left;
  margin-left: -1.5em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  border-radius: 0.25em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checkbox input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.checkbox input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.checkbox input:active {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.checkbox input:focus {
  border-color: var(--bs-dark-rgb);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-dark-rgb), 0.5);
}

label.error {
  display: block;
  color: red;
}

.form-check-input.error ~ .border-oncheck {
  border-color: red;
  background-color: rgba(253, 0, 0, 0.06);
}

.bg-gray-light {
  background-color: #e9ecef;
}

.vendors img {
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .fancybox-content {
    padding: 45px 20px 20px !important;
  }

  .breadcrumb {
    font-size: 14px;
  }

  .breadcrumb-item:nth-last-child(n + 3) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .breadcrumb-item:nth-last-child(n + 2)::before {
    content: none;
  }
}

/*******************Смена изображения при наведении ***********************************************/

.card .image {
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.image-switch {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.mobile .image-switch {
  opacity: 1;
}

.image img {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover !important;
}

.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::after {
  content: "";
  width: 90%;
  margin: 0 auto;
  height: 3px;
  background-color: #bfa880;
  border-radius: 10px;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.image:hover .image-switch {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.image-switch-item:hover::after,
.image-switch-item.hover::after {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

/*******************Смена изображения при наведении ***********************************************/
