@import url("reset.css");
@import url("categories.css");

@font-face {
  font-family: 'Metropolis Black';
  src: url('../fonts/Metropolis-Black.woff2') format('woff2'),
  url('../fonts/Metropolis-Black.woff') format('woff'),
  url('../fonts/Metropolis-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
  url('../fonts/SFProDisplay-Regular.woff') format('woff'),
  url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
  url('../fonts/SFProDisplay-Bold.woff') format('woff'),
  url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
  url('../fonts/SFProDisplay-Medium.woff') format('woff'),
  url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SFProText-Bold.woff2') format('woff2'),
  url('../fonts/SFProText-Bold.woff') format('woff'),
  url('../fonts/SFProText-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Impact LT Std';
    src: url('../fonts/ImpactLTStd.eot');
    src: local('../fonts/Impact LT Std Roman'), local('ImpactLTStd'),
        url('../fonts/ImpactLTStd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ImpactLTStd.woff2') format('woff2'),
        url('../fonts/ImpactLTStd.woff') format('woff'),
        url('../fonts/ImpactLTStd.ttf') format('truetype');
    //font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, *::before,::after{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin:0;
  padding:0;
  -webkit-transition:all 0.3s ease;
  -khtml-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {clear: both;}
.clear {clear: both;}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: system-ui,sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  touch-action: manipulation;
}
body {
  position: relative;
  width:100%;
  height:100%;
  margin:0;
  font-feature-settings: "kern";
  letter-spacing:.1px;
  font-family: 'SF Pro Display', Arial, Geneva, sans-serif;
  background:#fff;
  overflow-x:hidden;
  
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}
::-webkit-scrollbar {
  display: none;
}

:where(*, *::before, *::after) {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  word-wrap: break-word;
}

main {
  display: block;
}
hr {
  border-top-width:1px;
  border-top-color:#f1f1f1;
  margin:20px 0;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
:where(b, strong) {
  font-weight: bold;
}
small {
  font-size: 80%;
}
:where(sub,sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
p {
  margin: 0 0 0px;
  line-height: 1.6;
}
p:empty {
  margin-bottom:20px;
}
p:last-child {
  margin-bottom:0px;
}
img {
  border-style: none;
}

input, textarea {outline:none;}

input, textarea{
  display:inline-block;
  border:1px solid #e1e1e1;
  background:#fafafa;
  width:100%;
  margin-bottom:10px;
  padding:4px 12px;
  border-radius:12px;
}
input{
  height:48px;
}
textarea{
  height:120px;
}
input::placeholder, textarea::placeholder{
  color:#999;
}



:where(button, input, optgroup, select, textarea) {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

:where(button, input) {
  overflow: visible;
}

:where(button, select) {
  text-transform: none;
}

:where( button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner ) {
  border-style: none;
  padding: 0;
}
textarea {
  overflow: auto;
}
:where([type="checkbox"], [type="radio"]) {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none!important;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none!important;
}
input[name="checkout"]{
  background:#171717;
  border:0;
  border:none;
  color:#fff;
}
.checkout_button{
  background:#171717;
  border:0;
  border:none;
  color:#fff;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: -webkit-box;
  display: -webkit-list-item;
  display: -ms-list-itembox;
  display: list-item;
}

[hidden] {
  display: none!important;
}
:where( blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre ) {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

:where(ol, ul) {
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

:where(button, [role="button"]) {
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0!important;
}
table {
  border-collapse: collapse;
}
:where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
}
:where(button, input, optgroup, select, textarea) {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, video) {
  max-width: 100%;
  height: auto;
}
select::-ms-expand {
  display: none;
}

*::-webkit-input-placeholder {
  color:#fefefc;
}
*::-moz-placeholder {
  color:#fefefc;
}
*:-ms-input-placeholder {
  color:#fefefc;
}
*::placeholder {
  color:#fefefc;
}

::-webkit-scrollbar {
  background:#fff;
  width: 0%;
  padding: 0px;
  height: 0px;
  display: none;
}

::-webkit-search-cancel-button {
  display: none;
}

a,.chakra-button {
  touch-action: manipulation;
  border:none;
  border:0;
}

.invert-color {
  //filter: invert(1) brightness(2);
}

.left{
  display:block;
  float:left;
}
.right{
  display:block;
  float:right;
}

#container{
  position:relative;
  display:block;
  max-width:460px;
  min-height:1px;
  height:auto;
  margin:0 auto;
  background:#fff;
  overflow-x:hidden;
}
#wrapper{
  position:relative;
  display:block;
  color:#000;
  width:100%;
  margin:0 auto;
  padding:12px;
  overflow:hidden;
}
#wrapper_radius_top{
  position:relative;
  top:0px; //-12px
  display:block;
  width:100%;
  height:auto;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  margin:0 auto;
  padding:0px 0px 0;
  overflow:hidden;
  background:#fff;
}

.css-d5a6pe {
  position:relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-padding-start:8px;
  padding-inline-start:8px;
  -webkit-padding-end:8px;
  padding-inline-end:8px;
  padding-top:10px;
  padding-bottom:10px;
  background:#000;
  //background:#ff0036;
  //background:linear-gradient(to right, #6f49fd, #ff32d6);
  color:#fff;
  font-size:12px;
  font-weight:700;
  z-index:30;
}

.marquee {
  position:relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-padding-start:8px;
  padding-inline-start:8px;
  -webkit-padding-end:8px;
  padding-inline-end:8px;
  padding-top:8px;
  padding-bottom:8px;
  background:#ba71ff;
  background:#d6f52e;
  color:#000;
  font-size:12px;
  font-weight:700;
  z-index:30;
  
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.marquee span {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: scroll 10s infinite linear;
  -moz-animation: scroll 10s infinite linear;
  animation: scroll 10s infinite linear;
}
.marquee:hover span {
  animation-play-state: paused;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }
}
@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

#navigation{
  position: fixed;
  display: block;
  //max-width:260px;
  width:auto;
  justify-items: stretch;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  //padding:8px 12px;
  margin:0px auto;
  background:transparent;
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  transition: background 0.3s;
}
.navigation{
  display:block;
  width:100%;
  height:50px;
  overflow:hidden;
  background:#d6f52e;
  background:#000;
  border:none;
  border:0;
  border-radius:50px;
  -moz-border-radius:50px;
  -webkit-border-radius:50px;
  color:#fff;
}

header {
  position: -webkit-sticky;
  position: sticky;
  //display: -webkit-box;
  //display: -webkit-flex;
  //display: -ms-flexbox;
  //display: flex;
  display: block;
  //-webkit-flex-direction: column;
  //-ms-flex-direction: column;
  //flex-direction: column;
  justify-items: stretch;
  left: 0;
  top: -1px;
  right: 0;
  padding: 3px 12px 0;
  margin:0px;
  background:transparent;
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  transition: background 0.3s; /* Добавляем анимацию для плавного перехода */
  z-index:999;
}
header.gradient {
  background: -moz-linear-gradient(to bottom, rgba(0,0,0,.2) 0%, rgba(0, 0, 0, 0) 95%);
  background: -webkit-linear-gradient(to bottom, rgba(0,0,0,.2) 0%, rgba(0, 0, 0, 0) 95%);
  background: -o-linear-gradient(to bottom, rgba(0,0,0,.2) 0%, rgba(0, 0, 0, 0) 95%);
  background: -ms-linear-gradient(to bottom, rgba(0,0,0,.2) 0%, rgba(0, 0, 0, 0) 95%);
  background: linear-gradient(to bottom, rgba(0,0,0,.2) 0%, rgba(0, 0, 0, 0) 95%);
  height:100%;
  padding: 8px 12px 30px;
  
  //pointer-events:none;
  //will-change:transform;
  //-webkit-transition:-webkit-transform 300ms linear;
  //transition:transform 300ms linear;
}

.css-q2neuv{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  background:#fff;
  height:54px;
  border:none;
  border:0;
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
}
.header{
  display:block;
  //display:flex;
  width:100%;
  max-width:460px;
  height:54px;
  margin:0 auto;
  overflow:hidden;
  background:#fff;
  border:none;
  border:0;
  border-radius:18px;
}
.burger{
  color:#000;
}
.logo{
  position: relative;
  //position:absolute;
  top:0;
  //left:0;
  //right:0;
  //background:red;
  //display:block;
  //text-align:center;
  font-size:17px;
  font-weight:700;
  color:#000;
  margin-left:0px;
  
  //float:left;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
  height: 54px;
  padding: 0px;
  grid-column: 1;
}
.logo img{height:28px;width:auto;}

.cart{
  display:block;
  float:right;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  //background:lime;
  width: 40px;
  height: 100%;
  padding: 0px;
  margin-right:10px;
  grid-column: 1;
}
.cart img{
  height:20px;
}
.cart .dbrd_tab_nav {
  background-color:#6734ff;
  background-color:#fc5050;
  //background-color:#ffcd00;
  background-color:#ba71ff;
  background-color:#171717;
  color:#fff;
  padding:0 0px;
  height:15px;
  width:15px;
  line-height:15px;
  text-align:center;
  display:block;
  font-weight:100;
  font-size:8px;
  position:absolute;
  top:10px;
  right:3px;
  box-shadow: 0 0 0 3px #fff;
  -moz-outline-radius: 20px;
  -webkit-outline-radius:20px;
  -khtml-outline-radius:20px;
  -moz-outline-radius:20px;
  -ms-outline-radius:20px;
  -o-outline-radius:20px;
  outline-radius:20px;

  opacity: 1;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: show;
  -ms-animation-name: show;
  -moz-animation-name: show;
  -o-animation-name: show;
  animation-name: show;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  
  -webkit-border-radius:20px;
  -khtml-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
}

.wishlist{
  display:block;
  float:right;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  //background:blue;
  width: 40px;
  height: 100%;
  padding: 0px;
  grid-column: 1;
}
.wishlist img{
  height:20px;
}
.wishlist .dbrd_tab_nav {
  background-color:#6734ff;
  background-color:#ba71ff;
  background-color:#171717;
  color:#fff;
  padding:0 0px;
  height:15px;
  width:15px;
  line-height:15px;
  text-align:center;
  display:block;
  font-weight:100;
  font-size:8px;
  position:absolute;
  top:10px;
  right:3px;
  box-shadow: 0 0 0 3px #fff;

  opacity: 1;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: show;
  -ms-animation-name: show;
  -moz-animation-name: show;
  -o-animation-name: show;
  animation-name: show;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  
  -webkit-border-radius:20px;
  -khtml-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
}



.user{
  display:block;
  float:right;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  width: 40px;
  height: 100%;
  padding: 0px;
  grid-column: 1;
}
.user img{
  height:22px;
}
.user .dbrd_tab_nav {
  background-color:#6734ff;
  background-color:#ba71ff;
  background-color:#171717;
  color:#fff;
  padding:0 4px;
  height:15px;
  width:auto;
  line-height:15px;
  text-align:center;
  display:block;
  font-weight:100;
  font-size:8px;
  position:absolute;
  top:10px;
  right:3px;
  box-shadow: 0 0 0 3px #fff;

  opacity: 1;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: show;
  -ms-animation-name: show;
  -moz-animation-name: show;
  -o-animation-name: show;
  animation-name: show;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  
  -webkit-border-radius:20px;
  -khtml-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
}

.css-q2neuv{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  background:#fff;
  height:54px;
  border:none;
  border:0;
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
}

.chakra-button{
  display:block;
  float:left;
}
.css-z5mr {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: 2px solid transparent;
  outline-offset: 2px;
  line-height: 1.2;
  border-radius:8px;
  border:none;
  font-weight: 500;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-duration:200ms;
  min-width: 40px;
  width: 50px;
  height: 100%;
  font-size:24px;
  padding: 0px;
  grid-column: 1;
}
.css-z5mr:focus-visible,.css-z5mr[data-focus-visible] {
  box-shadow:0 0 0 3px rgba(66, 153, 225, 0.6);
}
.css-z5mr:disabled,.css-z5mr[disabled],
.css-z5mr[aria-disabled=true],
.css-z5mr[data-disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow:none;
}
.css-z5mr:hover:disabled,
.css-z5mr[data-hover]:disabled,
.css-z5mr:hover[disabled],
.css-z5mr[data-hover][disabled],
.css-z5mr:hover[aria-disabled=true],
.css-z5mr[data-hover][aria-disabled=true],
.css-z5mr:hover[data-disabled],
.css-z5mr[data-hover][data-disabled] {
  background: initial;
}
.css-z5mr path{
  color:#171717;
}

.css-str2zv {
  font-family:Satoshi,sans-serif;
  font-weight:700;
  font-size:20px;
  line-height: 1.33;
  border-radius:8px;
  padding-top:4px;
  padding-bottom:4px;
  -webkit-padding-start:8px;
  padding-inline-start:8px;
  -webkit-padding-end:8px;
  padding-inline-end:8px;
}
@media screen and (min-width: 48em) {
  .css-str2zv {
    line-height:1.2;
  }
}

.main_banner{
  position:relative;
  display:block;
  height:auto;
  border-radius:20px;
  padding:0;
  margin:0;
  //background:#e1e1e1;
}
.main_banner img{
  border-radius:20px;
  width:100%;
  
}

#search-bar {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

#search-bar input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

#advertisement {
    text-align: center;
    padding: 20px;
}

#categories{
  position:relative !important;
    display: flex;
  max-width:460px;
  width:100%;
  margin:0px auto;
    padding: 10px 12px 10px;
  font-size: 14px;
  font-weight:100;
  color: #fff;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  
  white-space: nowrap;
  cursor:pointer;
  
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}

#categories::-webkit-scrollbar {
  display: none;
}
#categories {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/*
#categories li {
  scroll-snap-align:center;
  flex-shrink: 0;
  position:relative;
  display:flex;
    padding:8px 12px;
  margin-right:10px;
  border:1px solid #e1e1e1;
  border-radius:12px;
  font-weight:400;
  color:#000;
  align-items:center;
}
*/
#categories li {
  scroll-snap-align:center;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  margin-right: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  font-weight: 400;
  color: #000;
  flex-shrink: 0;
}
#categories li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
#categories li:first-child {
    padding:8px 8px;
  //border-radius:50px;
}
#categories li .back {
  display:block;
  background: url(../images/back.svg) no-repeat center center;
  background-size:140%;
  //filter: invert(1) brightness(2);
  width:20px;
  height:20px;
  transform: rotate(90deg);
  opacity:.9;
}
#categories li .home {
  display:block;
  background: url(../images/home5.png) no-repeat center center;
  background-size:80%;
  //filter: invert(1) brightness(2);
  width:20px;
  height:20px;
  opacity:.9;
}
#categories li.selected{
  //background:#fde401;
  background:#e9e9e9;
  border:1px solid #e9e9e9;
  color:#000;
  font-weight:400;
}
#categories li:last-child {
  margin-right: 0;
}
.cat-icon {
  width:auto;
  height:18px;
  margin-right:8px;
  display:block;
}
.cat-text {
  display:inline-block;
  line-height:1;
}


/*
#categories:before,
#categories:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
#categories:before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
#categories:after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
*/



#brands{
  position:relative;
    display: inline-block;
  max-width:460px;
  width:100%;
    padding: 14px 12px 20px;
  font-size: 14px;
  font-weight: 100;
  color: #000;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  
  white-space: nowrap;
  clear:both;
  cursor:pointer;
  
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}
#brands::-webkit-scrollbar {
  display: none;
}
#brands {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/*
#brands li {
  display:inline-block;
  width:59px;
  height:59px;
  background:#f1f1f1;
  border-radius:50px;
  margin-right:7px;
  font-weight:400;
  overflow:hidden;
}
*/
#brands li {
  scroll-snap-align:center;
  flex-shrink:0;
  scroll-snap-stop: always;
  display:inline-block;
  width:59px;
  height:auto;
  margin-right:7px;
  overflow:hidden;
}
#brands a {
  display:inline-block;
  width:59px;
  height:59px;
  margin-right:7px;
  overflow:hidden;
}
#brands .logo_brand {
  display:block;
  width:59px;
  height:59px;
  background:#e9e9e9;
  border-radius:50px;
  font-weight:400;
  overflow:hidden;
}
#brands li .align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Делаем div занимающим всю ширину li */
    height: 100%; /* Делаем div занимающим всю высоту li */
}
#brands li img{
  position: relative;
  display:block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 10px;
  grid-column: 1;
  //filter: invert(1) brightness(2);
}
#brands li.selected{
  background:#e1e1e1;
  color:#171717;
}
#brands li:last-child {
    margin-right: 0;
}
#brands .name_brand{
  display:block;
  margin-top:10px;
  text-align:center;
  font-size:12px;
  font-weight:600;
}


/*
#brands {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}
*/
#sale {
    text-align: center;
    padding: 20px;
}





.loadprev{
  display:block;
  float:none;
  margin:20px auto 20px;
  width:auto;
  max-width:140px;
  border:1px solid #ebebeb;
  border:1px solid #d9d9d9;
  border-radius:15px;
  padding:14px 15px;
  color:#323232;
  font-weight:100;
  font-size:13px;
  text-align:center;
}
.loadprev:hover{
  border:1px solid #ebebeb;
  color:#9e9e9e;
}

/*stickers*/
.similar-products-item__photo .stickers {display:block;position:absolute;top:10px;left:10px;opacity:1;z-index:1;}
.similar-products-item__photo:hover .stickers {display:block;opacity:.2;}
.stickers [class*="sticker_"] { 
  display: block;
  color:#000;
  text-transform:none;
  text-align:center;
  font-size:9px;
  font-weight:600;
  //writing-mode: vertical-rl;
  letter-spacing:.4px;
  width:100% !important;
  max-width:100px;
  height:auto;
  padding:3px 8px;
  //padding:8px 3px;
  margin-bottom:4px;
  //text-indent: -9999px;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
}
.stickers .sticker_new{ background:transparent;border:1px solid #e1e1e1;color:#000; }
.stickers .sticker_recommend { background:transparent;border:1px solid #e1e1e1;color:#000; }
.stickers .sticker_stock { 
  background:transparent;
  border:1px solid #e1e1e1;
  color:#000;
}
.stickers .arrow-down {
  position:absolute;
  top:0;
  left:0;
    width: 0;
    height: 0;
    border-top: 20px solid red;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.stickers [class*="sticker_"]:first-child { margin-top: 0; }
/*stickers*/
  
.release_date{
  position:absolute;
  top:1rem;
  left:0px;
  right:0px;
  width:80%;
  padding:10px 10px;
  margin:0 auto;
  background:#171717;
  outline: 3px solid rgba(255,255,255,.3);
  color:#fff;
  border-radius:12px;
  -o-border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -khtml-border-radius:12px;
  -ms-border-radius:12px;
  font-size:13px;
  z-index:1; 
  text-align:center;
}
@media (max-width:756px){
  .release_date{
    top:1rem;
    width:80%;
  }  
}

.catalog__inner-content{
  position:relative;
    display: inline-block;
  max-width:460px;
  width:100%;
    padding: 0px 12px 0px;
  margin-top:4px;
  font-size: 14px;
  font-weight: 100;
  color: #000;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  
  white-space: nowrap;
  clear:both;
  cursor:pointer;
  
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}
.catalog__inner-content::-webkit-scrollbar {
  display: none;
}
.catalog__inner-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.catalog__inner-content .similar-products-item {
  position:relative;
  display:inline-block;
  width:145px;
  height:244px;
  //height:auto;
  background:transparent;
  margin-right:8px;
  font-weight:400;
  overflow:hidden;
  word-wrap:break-word;
  scroll-snap-align:center;
  flex-shrink:0;
  scroll-snap-stop: always;
}
.catalog__inner-content .similar-products-item:last-child {
    margin-right:0;
}
.catalog__inner-content .similar-products-item .similar-products-item__photo{
  position:relative;
  display:block;
    width:100%;
    height:145px;
  background:#fcfcfc;
  //border-radius:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-radius:10px;
  overflow:hidden;
}
.catalog__inner-content .similar-products-item .similar-products-item__photo .align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.catalog__inner-content .similar-products-item .similar-products-item__photo .align-center img{
  position: relative;
  display:block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
  width:100%;
  height: auto;
  padding: 0px;
  grid-column: 1;
  border-radius:10px;
}

.catalog__inner-content .similar-products-item .similar-products-item__photo .product_href{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  outline:transparent;
  background:rgba(1,1,1,.05) !important;
  opacity:1;
  border-radius:10px;
}
.catalog__inner-content .similar-products-item .similar-products-item__name{
  display:block;
    width:100%;
  height:auto;
  background:#fff;
  padding:8px 5px 5px;
  white-space:normal;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  overflow:hidden;
}
.catalog__inner-content .similar-products-item .similar-products-item__name .brand{
  display:block;
    width:100%;
  font-size:13px;
  color:#000;
  //text-transform:uppercase;
  font-weight:700;
  margin-bottom:2px;
}
.catalog__inner-content .similar-products-item .similar-products-item__name .name{
  display:block;
    width:100%;
  font-size:12px;
  font-weight:400;
  line-height:16px;
  color:#171717;
}
.catalog__inner-content .similar-products-item .similar-products-item__name .price{
  display:block;
  float:left;
  margin-top:2px;
    width:100%;
  font-size:13px;
  font-weight:700;
  color:#000;
}






#prod_colors{
  position:relative;
    display: inline-block;
  max-width:460px;
  width:100%;
    padding:0px 0px 0px;
  margin-top:4px;
  font-size:16px;
  font-weight:100;
  color:#000;
  overflow-x:auto;
  
  white-space: nowrap;
  clear:both;
  cursor:pointer;
  
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}
#prod_colors::-webkit-scrollbar {
  display: none;
}
#prod_colors {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#prod_colors li {
  position:relative;
  display:inline-block;
  width:auto;
  height:auto;
  background:transparent;
  margin-right:7px;
  font-weight:400;
  overflow:hidden;
  word-wrap: break-word;
}
#prod_colors li .first {
  display:flex;
  width:auto;
  //background:#f1f1f1;
  color:#000;
  padding:4px 15px;
  border:1px solid #e1e1e1;
  border-radius:10px;
  opacity:1;
}
#prod_colors li .none {
  display:flex;
  width:auto;
  padding:4px 15px;
  border:1px solid #e1e1e1;
  border-radius:10px;
  opacity:.3;
}
#prod_colors li .other {
  display:flex;
  width:auto;
  padding:4px 15px;
  border:1px solid #e1e1e1;
  border-radius:10px;
  opacity:1;
}
#prod_colors li:last-child {
    margin-right: 0;
}






#cart{
  position:relative;
    display: flex;
  max-width:460px;
  width:100%;
    padding: 0px 12px 0px;
  margin-top:10px;
  font-size: 14px;
  font-weight: 100;
  color: #000;
  overflow-x:auto;
  
  white-space: nowrap;
  clear:both;
  cursor:pointer;
  
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none;    /* Firefox */
}
#cart::-webkit-scrollbar {
  display: none;
}
#cart {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#cart li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middle;
    width: auto;
    height: 120px;
    flex-direction: column;
}

#cart li div {
    position:relative;
    display:block;
    width:100%;
  font-weight:400;
  font-size:14px;
  overflow:hidden;
}
#cart li div.brand {
  font-weight:700;
}
#cart li div.name {
  font-size:12px;
}
#cart li div.size {
  font-style:italic;
  color:#999;
  font-size:12px;
}
#cart li div.price {
  font-weight:600;
  color:#000;
  font-size:15px;
}

#cart li.center {
    flex-grow:1;
    padding:0 12px;
  text-align:left;
}
#cart li.delete {
    width:34px;
    text-align:center;
    //background-color:#f78282;
    //background-color:#f1f1f1;
  border-radius:10px;
}
#cart li.delete .icon {
  display:block;
  margin:auto;
    text-align:center;
  width:34px;
  height:34px;
  border-radius:50px;
  background:#e1e1e1 url(../images/remove-red.e1ef4e67.svg) no-repeat center center;
  background-size:54%;
}
#cart li.im {
  position:relative;
  display:inline-block;
  width:120px;
  height:120px;
  background:transparent;
  font-weight:400;
  overflow:hidden;
  word-wrap: break-word;
}
#cart li.in {
  position:relative;
  display:inline-block;
  width:auto;
  height:120px;
  background:transparent;
  margin-right:7px;
  font-weight:400;
  overflow:hidden;
  word-wrap: break-word;
}
#cart li .image{
  position:relative;
  display:block;
    width:100%;
    height:120px;
  background:#fff !important;
  border-radius:10px;
  overflow:hidden;
}
#cart li.link {
    width:34px;
    text-align:center;
  border-radius:10px;
}
#cart li.link .icon {
  display:block;
  margin:auto;
    text-align:center;
  width:34px;
  height:34px;
  line-height:32px;
  border-radius:50px;
  background:#e1e1e1;
}

#cart li .product_href{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  outline:transparent;
  background:rgba(1,1,1,.05) !important;
  opacity:1;
  border-radius:10px;
}
.similar-products-item:hover #cart .product_href{
  background:rgba(0,0,0,.02) !important;
  //opacity:.5;
}

#cart li .info{
  display:block;
    width:100%;
  height:auto;
  background:#000;
  padding:10px;
  white-space:normal;
}
#cart li .info .brand{
  display:block;
    width:100%;
  font-size:14px;
  //text-transform:uppercase;
  font-weight:700;
  margin-bottom:5px;
}
#cart li .info .name{
  display:block;
    width:100%;
  font-size:14px;
  font-weight:400;
  line-height:18px;
  color:#777;
}
#cart li .image .align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Делаем div занимающим всю ширину li */
    height: 100%; /* Делаем div занимающим всю высоту li */
}
#cart li .image img{
  position: relative;
  display:block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
  width:100%;
  height: auto;
  padding: 0px;
  grid-column: 1;
}
#cart li:last-child {
    margin-right: 0;
}

/*
.delivery-item {
  padding:4px 0px;
  margin-bottom: 4px;
  background: #fff;
  position: relative;
  
  display:flex;
  flex-direction: column;
}
.delivery-item input[type="radio"] {
  display: none;
  //position: absolute;
  //opacity: 0;
  //pointer-events: none;
}
.toggleSwitchDelivery{
  display: inline-block;
  position: relative;
  width:26px;
  height:12px;
  background-color:#555;
  border-radius:20px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-right:15px;
  flex-shrink: 0;
}
.toggleSwitchDelivery::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #555;
  box-sizing: border-box;
  transition: left 0.3s, border 0.3s;
}
.delivery-item input[type="radio"]:checked ~ .delivery-header .toggleSwitchDelivery{
  background-color: blue;
}
.delivery-item input[type="radio"]:checked ~ .delivery-header .toggleSwitchDelivery::after {
  left: calc(100% - 16px);
  border: 2px solid blue;
}
.delivery-header {
  display: flex;
  align-items:center;
  gap:8px;
}
.delivery-name {
  cursor: pointer;
  user-select: none;
  font-weight:400;
  font-size: 16px;
  vertical-align: middle;
  float:left;
}
.delivery-extra {
  display: none;
  margin-top:0px;
  padding: 0;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
}
.delivery-item input[type="radio"]:checked ~ .delivery-extra {
  display: block;
}
.delivery-extra label {
  display: block;
  margin-bottom: 5px;
  font-weight:400;
}
.delivery-extra input {
  width: 100%;
  padding: 8px;
  margin-bottom:10px;
  border: 1px solid #ccc;
  border-radius:12px;
}
.delivery-extra input:last-child {
  margin-bottom:0px;
}
*/
.delivery-item {
  padding:0px 0px;
  margin-top:15px;
  margin-bottom:10px;
  background:#fff;
  position:relative;
}
.delivery-item:last-child{
  margin-top:0px;
}
.delivery-item input[type="radio"] {
  display: none;
}
.delivery-item .delivery-header label.delivery-name {
  display: flex;
  align-items:center;
  padding: 12px;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
  user-select: none;
}
.delivery-item input[type="radio"]:checked ~ .delivery-header label.delivery-name {
  //border:1px solid #ff0036;
  //background:rgba(255,0,54,.03);
  border:1px solid #b5eb7f;
  background:rgba(181,235,173,.1);
}
.delivery-item .delivery-header label.delivery-name img {
  height:16px;
  margin-right:8px;
}
.delivery-description {
  display: none;
  margin-top: 8px;
  padding: 15px;
  background: transparent;
  background: rgba(173,50,50,.1);
  border:1px dashed red;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
}
.delivery-item input[type="radio"]:checked ~ .delivery-extra,
.delivery-item input[type="radio"]:checked ~ .delivery-description {
  display: block;
}

.delivery-extra {
  display: none;
  margin-top: 8px;
  padding: 15px;
  background: transparent;
  background: #f1f1f1;
  border:0px solid blue;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
}
.delivery-item input[type="radio"]:checked ~ .delivery-extra {
  display: block;
}
.delivery-extra label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.delivery-extra input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.delivery-extra input:last-child {
  margin-bottom: 0;
}


.np-dropdown{
  background:trasparent;
  padding:0px;
}
#np_list {
  background:trasparent;
  padding:0px 0px;
}
.np-dropdown{
  max-height:200px;
  overflow-y:auto;
}
.np-city-item{
  background:#f1f1f1;
  border-radius:12px;
  padding:10px;
  margin-bottom:2px;
  cursor:pointer;
}
.np-city-item:hover{
  background:#e1e1e1;
}
.np_list{
  max-height:200px;
  overflow-y:auto;
}
.np-item{
  background:#f1f1f1;
  border-radius:12px;
  padding:10px;
  margin-bottom:2px;
  cursor:pointer;
}
.np-item:hover{
  background:#e1e1e1;
}




.payment-item {
  padding:4px 0px;
  margin-bottom: 4px;
  background: #fff;
  position: relative;
  
  display:flex;
  flex-direction: column;
}
.payment-item input[type="radio"] {
  display: none;
  //position: absolute;
  //opacity: 0;
  //pointer-events: none;
}
.toggleSwitchPayment{
  display: inline-block;
  position: relative;
  width:26px;
  height:12px;
  background-color:#555;
  border-radius:20px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-right:15px;
  flex-shrink: 0;
}
.toggleSwitchPayment::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #555;
  box-sizing: border-box;
  transition: left 0.3s, border 0.3s;
}
.payment-item input[type="radio"]:checked ~ .payment-header .toggleSwitchPayment{
  background-color: blue;
}
.payment-item input[type="radio"]:checked ~ .payment-header .toggleSwitchPayment::after {
  left: calc(100% - 16px);
  border: 2px solid blue;
}

.payment-header {
  display: flex;
  align-items:center;
  gap:8px;
}

.payment-name {
  cursor: pointer;
  user-select: none;
  font-weight:400;
  font-size: 16px;
  vertical-align: middle;
  float:left;
}
.payment-extra {
  display: none;
  margin-top: 8px;
  padding: 15px;
  background: transparent;
  background: #f1f1f1;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
}
.payment-item2 input[type="radio"]:checked ~ .payment-extra {
  display: block;
}

.payment-extra label {
  display: block;
  margin-bottom: 5px;
  font-weight:400;
}
.payment-extra input {
  width: 100%;
  padding: 8px;
  margin-bottom:10px;
  border: 1px solid #ccc;
  border-radius:12px;
}
.payment-extra input:last-child {
  margin-bottom:0px;
}


#products{
  position:relative;
    display: inline-block;
  max-width:460px;
  width:100%;
    padding: 0px 12px 0px;
  margin-top:4px;
  font-size: 14px;
  font-weight: 100;
  color: #000;
  overflow-x:auto;
  
  white-space: nowrap;
  clear:both;
  cursor:pointer;
  
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}
#products::-webkit-scrollbar {
  display: none;
}
#products {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#products li {
  position:relative;
  display:inline-block;
  width:150px;
  height:230px;
  background:transparent;
  margin-right:7px;
  font-weight:400;
  overflow:hidden;
  word-wrap: break-word;
}
#products li .image{
  position:relative;
  display:block;
    width:100%;
    height:150px;
  background:#e1e1e1;
  border-radius:10px;
  overflow:hidden;
}
#products li .product_href{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  outline:transparent;
  background:rgba(1,1,1,.04) !important;
  opacity:1;
  border-radius:10px;
}
.similar-products-item:hover #products .product_href{
  background:rgba(0,0,0,.04) !important;
  //opacity:.5;
}

#products li .info{
  display:block;
    width:100%;
  height:auto;
  background:#fff;
  padding:10px;
  white-space:normal;
}
#products li .info .brand{
  display:block;
    width:100%;
  font-size:11px;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:5px;
}
#products li .info .name{
  display:block;
    width:100%;
  font-size:12px;
  font-weight:400;
  line-height:16px;
  color:#777;
}
#products li .image .align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Делаем div занимающим всю ширину li */
    height: 100%; /* Делаем div занимающим всю высоту li */
}
#products li .image img{
  position: relative;
  display:block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
  width:100%;
  height: auto;
  padding: 0px;
  grid-column: 1;
}
#products li:last-child {
    margin-right: 0;
}

footer{
  position:relative;
  display:block;
  max-width:460px;
  min-height:1px;
  height:auto;
  
  padding:15px 10px 50px;
  margin:0px auto 0;
  background:#171717;
  //border-top:1px solid #f1f1f1;
  //border-top-left-radius:30px;
  //border-top-right-radius:30px;
}
.copy{
  margin:20px auto 0;
  text-align:center;
  font-size:12px;
  line-height:1.2;
  color:#999;
}

.accordion {
  color:#fff;
  cursor:pointer;
  padding:10px;
  width:100%;
  border:none;
  text-align:left;
  outline: none;
  font-weight:600;
  transition:0.4s;
  border-radius:12px;
}
.active, .accordion:hover {
  background-color: #212121;
}
.accordion:after {
  content: '\002B';
  color: #e1e1e1;
  font-weight:600;
  float: right;
  margin-left:5px;
  border:1px solid #444;
  font-size:16px;
  width:30px;
  height:30px;
  line-height:28px;
  text-align:center;
  border-radius:10px;
}
.active:after {
  content: "\2212";
}
.panel {
  padding:0px 15px;
  max-height:0;
  overflow:hidden;
  transition:max-height 0.2s ease-out;
  color:#fff;
}


.rating{
  display:flex;
  float:left;
  width:auto;
  margin-right:12px;
  clear:both;
}
.rating-gray{
  display:block;
  float:left;
  background:url('../images/rating-star-empty.svg') no-repeat left center;
  width:15px;
  height:15px;
  opacity:1;
}
.rating-active{
  display:block;
  float:left;
  background:url('../images/rating-star-fill.svg') no-repeat left center;
  width:15px;
  height:15px;
  opacity:1;
}
.rating-number{
  display:block;
  float:left;
  width:15px;
  height:15px;
  padding-left:5px;
}


/* Звёздный рейтинг товаров */
.iblock-vote{
  display:block;
  float:left;
  margin:0;
}
.rater-rating{
  position:relative;
  top:-5px;
  color:#8590a6;
  color:#000;
  font-size:12px;
  line-height:4px;
  margin-left:10px;
}
.rater-rateCount{
  position:relative;
  top:-3px;
  color:#8590a6;
  color:#000;
  font-size:12px;
  line-height:4px;
  margin-left:4px;
}

.rating .rater-starsOff{
  width: 80px;
  display: inline-block;
  text-align:left;
  background:url('../images/rating-star-empty.svg') repeat-x 0 0px;
  height:16px;
}
.rating .rater-starsOn {
  position:relative;
  top:-2px;
  width: 80px;
  display: inline-block;
  text-align:left;
  background:url('../images/rating-star-fill.svg') repeat-x 0 0px;
  height:16px;
}
/*
.rating .rater-starsOn {
  background-position: 0 -16px;
}
*/



/* Modal Window */
.modal-container {
  position: fixed;
  background-color: #fff;
  width:94%;
  max-width: 400px;
  max-height:100%;
  left:50%;
  padding:20px;
  border-radius:18px;
  overflow-y:auto;
    
  -webkit-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
    
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  z-index:99999;
}
.modal-container .container{
  position: relative;
}
.modal-container .container .close {
  position: absolute;
  top:0;
  right:0;
  background-color:red;
  width:20px;
  height:20px;
  left:50%;
  border-radius:40px;
}

.modal:before {
  content:"";
  position:fixed;
  display:none;
  background-color:rgba(0,0,0,.3);
  top:0;
  left:0;
  height:100%;
  width:100% 
}
.modal:target:before {
  display: block;
}
.modal:target .modal-container {
  top:100px;
  bottom:66px;
    
  -webkit-transform:translate(-50%, 0);
  -ms-transform:translate(-50%, 0);
  transform:translate(-50%, 0);
}
/* Modal Window */




.thclr {
  display:flex;
  //width:100%;
  width:auto;
  margin:10px 0;
  clear:both;
  opacity:1;
}
.thclr a:hover {
  opacity:.5;
}
.thclr img {
  display:block;
  width:100%;
  margin-right:15px;
}
.thclr .strikeprice {
    position: relative;
  width:auto;
  color: #000;
  font-weight:100;
  white-space: nowrap;
}
.thclr .strikeprice:before {
    border-bottom: 1px solid #484848;
    position: absolute;
  left:-20px;
  right:-0px;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-35deg);
}

.economi{
  display:block;
  width:100%;
  margin:0 auto;
  text-align:left;
  text-transform:uppercase;
  font-size:10px;
  font-weight:100;
  //color:#e94a34;
  color:#717171;
  line-height:0;
  margin-top:10px;
  padding-bottom:0px;
}


#tabs input {
  position: absolute;
  opacity: 0;
  z-index: -9999;
}
#tabs .tabs {
  overflow: hidden;
}
#tabs .tab {
  width: 100%;
  color: #171717;
  overflow: hidden;
}
#tabs .tab:hover {
}
#tabs .tab-label:nth-child(1) {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size:16px;
  letter-spacing:.2px;
  //border-top:1px solid #f1f1f1;
  cursor: pointer;
  
  padding: 10px 4px 10px 30px;
}
#tabs .tab-label:first-child {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size:16px;
  letter-spacing:.2px;
  //border-top:1px solid #f1f1f1;
  cursor: pointer;
  
  padding: 10px 4px 0px 30px;
}
#tabs .tab-label {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size:16px;
  letter-spacing:.2px;
  //border-bottom:1px solid #f1f1f1;
  cursor: pointer;
  
  padding: 10px 4px 10px 30px;
}
#tabs .tab-label:hover {
  color: #777;
}
#tabs .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  
  transform: rotate(90deg);
  position:absolute;
  right:5px;
  margin-top:1px;
  font-size:14px;
  font-weight:100;
}
#tabs .tab-content {
  max-height: 0;
  padding:0em;
  color: #000;
  transition: all 0.35s;
}
#tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 0em;
  font-size: 0.75em;
  cursor: pointer;
}
#tabs input:checked + .tab-label {
  color: #999;
}
#tabs input:checked + .tab-label::after {
  transform: rotate(-90deg);
}
#tabs input:checked ~ .tab-content {
  height: 100%;
  max-height: 150px;
  padding: 0px 10px 0px 0;
  margin-top:8px;
  margin-bottom:15px;
  font-size:14px !important;
  letter-spacing:.2px;
  line-height:18px;
  overflow-y:auto;
}
#tabs input:checked ~ .tab-content::-webkit-scrollbar {
  width: 2px;
}
#tabs input:checked ~ .tab-content::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
#tabs input:checked ~ .tab-content::-webkit-scrollbar-thumb {
  background: #515151; 
}
#tabs input:checked ~ .tab-content::-webkit-scrollbar-thumb:hover {
  background: #717171; 
}
#tabs .tab-content p {
  font-size:14px !important;
  letter-spacing:.2px;
  line-height:18px;
}
#tabs .tab-content span {
  font-size:14px !important;
  letter-spacing:.2px;
  line-height:18px;
}



/* @group Постраничная навигация */
.pagination {
  margin-top:0px;
  margin-bottom:30px;
  font-size:12px;
  overflow:hidden;
}
.pagination div {
  display: block;
  float: left;
  background-color:#171717;
  color:#fff;
  margin-right:7px;
  margin-bottom:7px;
  padding:10px 20px;
  min-width:auto;
  text-align:center;
  text-decoration:none;
  border-radius:15px;
}
.pagination a {
  display: block;
  float:left;
  background-color:#333;
  color:#fff;
  margin-right:7px;
  margin-bottom:7px;
  padding:10px 20px;
  min-width:auto;
  text-align:center;
  text-decoration:none;
  border-radius:15px;
}
.pagination a.selected:hover,
.pagination a.selected {
  background-color:#171717;
  color:#fff;
}
.pagination a:hover {
  background-color: #999;
}

.pagination a.next_page_link, .pagination a.prev_page_link{
  border: none;
  background: none;
}