/* Контейнер подсказок */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* Если вы хотите, чтобы точки под перемещаемым текстом */
}

/* Текст подсказки */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: #6385FF;
  color: #fff;
  text-align: center;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;

  /* Расположите текст подсказки */
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 105%;
  

  /* Исчезают в подсказке */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Отображение текста подсказки при наведении курсора мыши на контейнер подсказки */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.footer__description {
    position: relative;
    top: -50px;
    font-size: 14px;
}
.footer__description2 {
    position: relative;
    top: -40px;
    font-size: 12px;
}
a.add2cart-button--mini, .add2cart-button--mini, a.add2cart-button, .add2cart-button {
    background: #9971e2;
}
.brands {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 50px;
    padding: 20px
}
.brands-items {
    width: 12.5%;
}
.brands-items-link > img {
    max-width: 180px;
}
.sku-inner {
    font-size: 12px;
    margin-bottom: 10px;
}
.sku-inner__title {
    margin-bottom: 20px;
}
.skus-select {
    width: 100%;
}
@media (max-width: 1400px) {
    .brands-items {
        width: 25%;
    }
}
@media (max-width: 992px) {
    .brands {
        justify-content: left;
    }
    .brands-items {
       width:  33%;
        /*margin:0 10px;*/
    }

}
@media (max-width: 500px) {
    .brands-items {
        width:100%;
        text-align: center;
        margin-bottom: 15px;
    }
}
@media (max-width: 1000px) {
    .tooltip .tooltiptext {
        width: 200px;
        left: 0;
        margin-top: -73px;
    }

    .filter-buttons {
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
        padding: 5px 33px;
        max-width: 284px;
    }
    .filter-buttons.active {
        position: fixed;
    }
}
@media (max-width: 768px) {
    .footer-subs {
        display: none;
    }
    .footer-contacts_item {
        margin:0 !important;
        display: block;
    }
    .footer_links {
       margin:0;
    }
    .footer__links-about {
        padding: 0;
    }
    .footer_head {
        margin: 0;
        border-bottom: 1px solid hsla(0,0%,100%,.07);
        width: 100%;
        padding: 10px 0;
        position: relative;
    }
    .footer_head:before, .footer_head:after {
        content: '';
        border-right: 2px solid #fff;
        display: block;
        margin-top:-3px;
        height: 8px;
        position: absolute;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 10px;
        top: 50%;
        width: 0;
    }
    .footer_head:before {
        right: 5px;
    }
    .footer_head:after {
        margin-top:-3px;
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .footer_head.active:before {
        right: 9px;
    }
    .footer_head.active:after {
        right: 3px;
    }
    .footer_links-col {
        width: 100%;
    }
    .footer_links-col--сatalog {
        max-width: 100%;
    }
    .footer_menu {
        display: none;
        margin-top:10px;
    }
    .footer-subs__head {
        margin-bottom: 0px;
    }
    .footer-subs .icon__submit {
        top:4px;
    }
    .footer__description {
        top:-15px;
    }
    .footer__description2 {
        top:0;
    }
    .footer_links-col--сatalog .footer_menu {
        column-count: 1;
    }
}

@media (max-width: 480px) {
    .tooltip .tooltiptext {
        width: 150px;
        max-width: 150px;
        font-size: 12px;
        display: none !important;
    }
    .tooltip {
        border-color: #fff;
    }
    .table-size__items {
        width: 23%;
    }
    .product_features-title:before {
        display: none;
    }
    .product_features-item {
        display: flex;
        flex-direction: column;
    }
    .product_features td {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .filter-buttons {
        max-width: 400px;
    }
    .table-size__items {
        width: 30.33%;
    }
    .footer_links-col {
        margin:0;
    }

}