:root {
  --header-bg-color: #fff;
  --header-bg-color-end: #fff;
  --header-text-color: #333;
  --header-text-placeholder-color: #bbb;
  --header-bg-input-light: #f4f4f4;
  --theme-subsidiary-color: #cc0000;
  --theme-color: #cc0000;
  --theme-similar: #FFBD05;
  --theme-similar-end: #FFA700;
  --theme-gradient: #f22c8e;
  --theme-btn-bright: #cc0000;
  --theme-btn-bright-end: #F20100;
  --theme-btn-bright-shadow: rgba(243, 31, 26, 0.3);
  --theme-success: #04be02;
  --theme-error: #ff0000;
  --theme-primary: #0066cc;
  --theme-tag: #cc0000;
  --theme-border-tag: #cc0000;
  --bg-theme-light: #fff6f6;
  --bg-disabled: #ccc;
  --bg-input-light: #f4f4f4;
  --bg-block: #fff;
  --bg-normal: #F6F6F6;
  --bg-tip: #ffe2e2;
  --bg-title: #fff;
  --bg-light: #F6F6F6;
  --bg-dark: rgba(0, 0, 0, 0.1);
  --bg-badge: #2F3243;
  --border-normal: #DADADA;
  --border-light: #eee;
  --border-btn: #ddd;
  --text-bright: #fff;
  --text-lightest: #ccc;
  --text-lighter: #848689;
  --text-light: #666;
  --text-normal: #222;
  --link-color: #0066cc;
  --text-placeholder: #bbb;
  --text-price: #cc0000;
  --text-selected: #cc0000;
  --text-product: #222;
  --size-biggest: 0.2rem;
  --size-bigger: 0.18rem;
  --size-big: 0.16rem;
  --size-normal: 0.14rem;
  --size-small: 0.12rem;
  --size-smaller: 0.1rem;
  --coupon-voucher1-dark: #5D9BE1;
  --coupon-voucher1-light: #667BDD;
  --coupon-voucher2-dark: #49D1AF;
  --coupon-voucher2-light: #59D6D6;
  --left-right-spacing: 0.08rem;
  --up-down-spacing: 0.1rem;
  --border-radius-small: 0.02rem;
  --double-border-radius-small: 0.04rem;
  --border-radius-normal: 0.04rem;
  --border-radius-bigger: 0.1rem;
  --double-border-radius-bigger: 0.2rem;
}
.sprites3 {
  display: inline-block;
  vertical-align: middle;
  background-image: url('images/sprites/icons3.png?v=1724932956580');
  background-repeat: no-repeat;
  background-size: 3.75rem auto;
}
.sprites {
  display: inline-block;
  vertical-align: middle;
  background-image: url('images/sprites/icons.png?v=1724932956580');
  background-repeat: no-repeat;
  background-size: 3.75rem auto;
}
.sprites2 {
  display: inline-block;
  vertical-align: middle;
  background-image: url('images/sprites/icons2.png?v=1724932956580');
  background-repeat: no-repeat;
  background-size: 3.75rem auto;
}
.my-info {
  background-image: url('images/sprites/home-head-bg.png?v=1724932956580');
}
