/* Рамка счетчика товаров */
div.t-store__prod__quantity {
  border-radius: 0 !important;
}

/* Плавное появление страницы */
.t-body {
  opacity: 0;
  animation: fadeIn 0.3s ease 0.5s forwards;
}

@keyframes fadeIn {
  to { opacity: 1; }
}

/* Углы у картинок в корзине */
.t706__product-imgdiv {
  border-radius: 0 !important;
}

/* Шрифт в корзине */
.t-radio__control.t-text.t-text_xs {
  font-size: 15px !important;
}

.t-input-subtitle.t-descr_xxs {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

.t-checkbox__control.t-text_xs {
  font-size: 15px !important;
}

/* Радио-кнопки способы оплаты */
.t-radio__control.t-text.t-text_xs {
  opacity: 0.7 !important;
  line-height: 1.35 !important;
}

/* Отступы блока способа оплаты */
.t-input-group.t-input-group_pm {
  margin: 10px 0px !important;
}

/* Кнопка оформить заказ */
.t706__cartpage-form .t-form__submit {
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}

/* Счетчик корзины */
.cart-dot {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 4px;
  height: 4px;
  background: #3F3D3D;
  border-radius: 50%;
  display: none;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
}

/* Кнопка промокода */
.t-inputpromocode__btn {
  font-size: 14px !important;
  font-weight: 400 !important;
}