:root {
    --theme-color-primary: #aa262a;
  }
  .standart__item-home.standart__item-submenu a {
    font-size: 15px;
    width: max-content;
    margin: 0 auto;
  }

  body{
    font-family: "Montserrat", sans-serif;
  }

  .input-radio-label__list .instock p{
    color:#7b7b7b;
    font-size:13px;
    font-weight: 700; 
    letter-spacing: 2px;
  }

  .fromCheckWrp.newAdressBtn{
    display: none;
  }
  .terms-of-service .custom-control-description {
    font-size: 15px;
}
.site-footer__copyright {
  width: initial;
}
.username-box span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 210px;
}