/* Расстояние между иконками и между гамбургером в меню */
.t-menuwidgeticons__wrapper .t-menuwidgeticons__icon_sm {
    margin: 0 !important;
}

.t-menuwidgeticons__wrapper {
    margin-right: 15px !important;
}

/* Уменьшаем верхний отступ в карточке товара */
@media screen and (min-width: 981px) {
  .t-catalog__prod-snippet__container {
    padding-top: 80px !important;
  }
}

/* Хлебные крошки — отступ слева и сницу */
@media screen and (min-width: 981px) {
  .t-catalog__prod-popup__breadcrumbs.t-col {
    margin-left: 40px !important;
    margin-bottom: 5px !important;
  }
}

/* Хлебные крошки — уменьшает ширину, чтобы небыло горизонтальной прокрутки */
@media screen and (min-width: 481px) {
    .t-catalog__prod-popup__breadcrumbs {
        width: 95% !important;
    }
}

/* Увеличивает отступ слева в карточке товара */
@media screen and (min-width: 981px) {
  .t-catalog__prod-popup__col-left {
    margin-left: 40px !important;
  }
}

/* Увеличиваем расстояние между фото в карточке товаров */
.t-catalog__prod-popup__wrapper {
    width: calc(50% - 20px) !important;
    margin-bottom: 10px !important;
}

.t-catalog__prod-popup__wrapper:nth-child(odd) {
    margin-right: 10px !important;
}

/* Размеры правой колонки в карточке товаров */
@media screen and (min-width: 981px) {
    .t-container_fluid .t-col_3 {
        max-width: calc(30% - 40px) !important;
    }
}

/* Скрываем артикул в карточке товаров */
.t-catalog__prod-popup__sku {
  display: none !important;
}