/* Доработанный стиль чекбокса .t-checkbox__indicator с толщиной границы 1px */
.t-checkbox__indicator {
    border: 1px solid #000;           /* Устанавливаем границу толщиной 1px, цвет — чёрный */
    box-sizing: border-box;           /* Границы и паддинги учитываются внутри width/height */
    display: inline-block;            /* Отображаем как строчно-блочный элемент */
    height: 20px;                     /* Высота чекбокса */
    opacity: 0.6;                     /* Прозрачность */
    position: relative;              /* Позиционирование относительно родителя */
    transition: all 0.2s;             /* Плавный переход при наведении и других изменениях */
    vertical-align: top;           /* Выравнивание по вертикали */
    width: 20px;                      /* Ширина чекбокса */
    margin-right: 5px;
}


.reviews-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


#myReviews__block-widget {
    width: 100%;
    max-width: 1200px;
    border: none;
    outline: none;
}

.btn-hover:hover {
   color: fff; 
}

.price-strike,
.price-strike * {
  text-decoration: line-through !important;
}

@media (max-width: 960px) {
  .img-order {
    order: 2;
  }

  .txt-order {
    order: 1;
  }
}
