.offcanvas .offcanvas-body {
    max-height: 100vh;
}

.c-list__custom-text-btn {
    padding-top: 2px;
}

.c-list__custom-text-btn a {
    font-size: 0.9rem;
    text-decoration: underline;
}

#catalogSectionListWrap + a[name="detail"] {
    scroll-margin-top: 120px;
}
@media (max-width: 767.98px) { 
    #basketResultToast{
        /* display: none; */
    }
 }
.rdd-breadcrumbs__list{display:flex;padding:0}
@media (max-width: 768px) {
    .bx-breadcrumb .bx-breadcrumb-item {
        line-height: 17px;
        font-size: 12px;
        width: auto;
    }
}
@media (max-width: 991px){.prod__yandex-rate{padding-bottom:30px}}

.cross {
  position: relative;
  width: 30px;
  height: 30px;
}

.cross::before,
.cross::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: black;
  transform-origin: center;
}

.cross::before {
  transform: rotate(45deg);
}

.cross::after {
  transform: rotate(-45deg);
}