@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;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  touch-action: manipulation;
  
  font-family: system-ui, 'SF Pro Display', Arial, Geneva, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size:15px;
  font-display: swap;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -khtml-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  min-height: 100%;
  margin: 0;
  font-feature-settings: "kern";
  overflow-x:hidden;
  background:#fff;

  word-wrap:break-word;
  font-display: swap;
  direction: ltr;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
}
:root { 
  background:#fff;
}

input {
  border:none;
  outline: none;
  outline: 0;
  outline-offset: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  border:none;
}
input, textarea {
  font-size: 15px;
}
textarea {
  resize: none !important;
  outline: none;
}

button{
  border:none;
  border:0;
}

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

main {
  display: block;
}
p {
  margin: 0 0 15px 0;
}
hr {
  border-top-width: 1px;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
h1 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: normal;  
}
h2 {
  clear: both;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}
h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 900;
}
h4 {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 900;
}

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;
}
img {
  border-style: none;
}
h1{
  font-size:20px;
  font-weight:600;
}
label {
  cursor: pointer;
}
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
li {
  list-style-type: none;
}

: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="submit"]{
  color:#fff !important;
  background:#131217;
}
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;
}

::-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: #000;
}
*::-moz-placeholder {
  color:#000;
}
*:-ms-input-placeholder {
  color:#000;
}
*::placeholder {
  color:#000;
}

@media (max-width:768px){
  ::-webkit-scrollbar {
    background:#000;
    width: 0%;
    padding: 0px;
    height: 0px;
    display: none;
  }
  ::-webkit-search-cancel-button {
    display: none;
  }
}

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


.clearfix:before,
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.hidden{
  overflow:hidden;
}

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

#container{
  position:relative;
  display:block;
  max-width:1280px;
  min-height:1px;
  height:auto;
  margin:0 auto;
  overflow-x:hidden;
}
#wrapper{
  position:relative;
  display:block;
  width:100%;
  margin:0 auto;
  padding:0 12px;
  overflow:hidden;
}
#wrapper_radius_top{
  position:relative;
  top:-0px;
  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;
}

.slider img{
  border-radius:20px;
}

/*
#search{
  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;
  height: 100%;
  grid-column: 1;
  opacity: 1;
  z-index:1;
}
#search .input_search{
  display:block;
  width: 13vw;
  max-width:200px;
  height: 40px;
  background:#26262a;
  background-size:5%;
  padding:0px 15px 0px 40px;
  font-size: 14px;
  color:#fff;
  display: block;
  float: left;
  border:0;
  border:none;
  border:1px solid #26262a;
  border-top-right-radius:25px;
  border-bottom-right-radius:25px;
  border-top-left-radius:25px;
  border-bottom-left-radius:25px;
  z-index:1;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
@media (max-width:768px){
  #search .input_search{
    display: none;
  }
}
@media (max-width:1380px){
  #search{
    display:none;
  }
}
#search .input_search:focus{
  right:0px;
  background:#3c3c42;
  border:0;
  border:none;
  border:1px solid #3c3c42;
  color:#fff;
}
#search .input_search:hover{
  background:#3c3c42;
  border:0;
  border:none;
  border:1px solid #3c3c42;
}
#search .input_search:focus:hover{
  background:#3c3c42;
  border:0;
  border:none;
  border:1px solid #3c3c42;
}
#search .button_search {
  position:absolute;
  top:0px;
  left:20px;
  display:block;
  width:20px;
  height: 100%;
  font-size:15px;
  padding:0px 0px;
  background:transparent url(../images/d4691fecc833d0f23e77.svg) no-repeat center center;
  background-size:100% 100%;
  border-style: none;
  cursor: pointer;
  cursor: hand;
  float: left;
  margin-left:0px;
  border:none;
  z-index:2;
  opacity:1;
}
#search .button_search:hover {
  opacity:1;
}
*/
#search {
  flex: 1;
  min-width: 0;
}
#search form {
  display: flex;
  align-items: center;
  width: 100%;
  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;
  height: 100%;
  grid-column: 1;
  opacity: 1;
  z-index:1;
}
#search .input_search {
  display:block;
  width: 24vw;
  max-width:auto;
  height: 40px;
  background:#26262a;
  background-size:5%;
  padding:0px 15px 0px 40px;
  font-size: 14px;
  color:#fff;
  display: block;
  float: left;
  border:0;
  border:none;
  border:1px solid #26262a;
  border-top-right-radius:25px;
  border-bottom-right-radius:25px;
  border-top-left-radius:25px;
  border-bottom-left-radius:25px;
  z-index:1;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
#search .input_search::placeholder {
  color: #fff;
}
@media (max-width:768px){
  #search .input_search{
    display: none;
  }
}
#search .input_search:focus{
  right:0px;
  background:#3c3c42;
  border:0;
  border:none;
  border:1px solid #3c3c42;
  color:#fff;
}
#search .input_search:hover{
  background:#3c3c42;
  border:0;
  border:none;
  border:1px solid #3c3c42;
}
#search .input_search:focus:hover{
  background:#3c3c42;
  border:0;
  border:none;
  border:1px solid #3c3c42;
}
#search .button_search {
  position:absolute;
  top:0px;
  left:10px;
  display:block;
  width:20px;
  height: 100%;
  font-size:15px;
  padding:0px 0px;
  background:transparent url(../images/d4691fecc833d0f23e77.svg) no-repeat center center;
  background-size:100% 100%;
  border-style: none;
  cursor: pointer;
  cursor: hand;
  float: left;
  margin-left:0px;
  border:none;
  z-index:2;
  opacity:1;
}
#search .button_search:hover {
  opacity:1;
}



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

#categories{
  position:relative !important;
    display: flex;
  max-width:1280px;
  width:100%;
  margin:0px auto;
    padding: 10px 12px 10px;
  font-size: 14px;
  font-weight:100;
  color: #000;
  overflow-x:auto;
  overflow-y:hidden;
  
  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 {
  position:relative;
  display:flex;
    padding:8px 12px;
  margin-right:10px;
  border:1px solid #e1e1e1;
  border-radius:12px;
  font-weight:400;
  align-items:center;
}
#categories li:first-child {
    padding:8px 8px;
  //border-radius:50px;
}
#categories li .home {
  display:block;
  background: url(../images/home5.png) no-repeat center center;
  background-size:80%;
  width:20px;
  height:20px;
  opacity:.9;
}
#categories li.selected{
  //background:#fde401;
  background:#f6f6f6;
  border:1px solid #e1e1e1;
  color:#000;
  font-weight:400;
}
#categories li:last-child {
    margin-right: 0;
}


#brands{
  position:relative;
    display: inline-block;
  max-width:1280px;
  width:100%;
    padding: 14px 12px 20px;
  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;
}
#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 {
  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:#f1f1f1;
  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;
  height: auto;
  max-height: 100%;
  padding: 10px;
  grid-column: 1;
}
#brands li.selected{
  background:#fde401;
  color:#fff;
}
#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;
}







.catalog__inner-content{
  position:relative;
  display: inline-block;
  max-width:1280px;
  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:164px;
  width:265px;
  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;
  vertical-align:top;
}
@media (max-width: 756px){
  .catalog__inner-content .similar-products-item {
    width:164px;
  }
}
.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;
  height:265px;
  background:#fafafa;
  border-radius:12px;
  overflow:hidden;
}
@media (max-width: 756px){
  .catalog__inner-content .similar-products-item .similar-products-item__photo{
    height:164px;
  }
}
.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 .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:12px;
}
.catalog__inner-content .similar-products-item .similar-products-item__name{
  display:block;
  width:100%;
  height:auto;
  background:#fff;
  padding:5px 5px;
  white-space:normal;
  overflow:hidden;
}
.catalog__inner-content .similar-products-item .similar-products-item__name .brand{
  display:block;
  width:100%;
  font-size:13px;
  //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:#777;
}
.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;
}



#incart_top{
  position:relative;
    display: inline-block;
  max-width:1280px;
  width:100%;
    padding: 5px 12px 2px;
  margin:0;
  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;
}
#incart_top::-webkit-scrollbar {
  display: none;
}
#incart_top {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#incart_top li {
  position:relative;
  display:inline-block;
  width:60px;
  height:60px;
  //height:auto;
  background:transparent;
  margin-right:7px;
  font-weight:400;
  overflow:hidden;
  word-wrap: break-word;
  outline: 2px solid #f1f1f1;
  border:5px solid #fff;
  border-radius:100px;
}
#incart_top li .image{
  position:relative;
  display:block;
    width:100%;
    height:60px;
  background:#fff;
  -webkit-border-radius:100px;
  -khtml-border-radius:100px;
  -moz-border-radius:100px;
  -ms-border-radius:100px;
  -o-border-radius:100px;
  border-radius:100px;
  overflow:hidden;
}
#incart_top 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:100px;
}
#incart_top li:hover {
  outline: 2px solid #999;
}
#product li:hover .product_href{
  background:rgba(0,0,0,.08) !important;
  //opacity:.5;
}

#incart_top li .image .align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Делаем div занимающим всю ширину li */
    height: 100%; /* Делаем div занимающим всю высоту li */
}
#incart_top 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;
}
#incart_top li:last-child {
    margin-right: 0;
}







#prod_colors{
  position:relative;
  display: inline-block;
  max-width:800px;
  width:100%;
  padding:0px 0px 0px;
  margin-top:0px;
  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;
}
#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:8px;
  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:12px;
  opacity:1;
}
#prod_colors li .none {
  display:flex;
  width:auto;
  padding:4px 15px;
  border:1px solid #e1e1e1;
  border-radius:12px;
  opacity:.3;
}
#prod_colors li .other {
  display:flex;
  width:auto;
  padding:4px 15px;
  border:1px solid #e1e1e1;
  border-radius:12px;
  opacity:1;
}
#prod_colors li:last-child {
  margin-right: 0;
}





#cart{
  position:relative;
    display: flex;
  max-width:1280px;
  width:100%;
    padding: 0px 12px 0px;
  margin-top:12px;
  font-size: 14px;
  font-weight: 100;
  color: #000;
  overflow-x:auto;
  
  white-space: nowrap;
  clear:both;
  cursor:pointer;
}
#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:#777;
  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:#f9d3d3 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;
  border-radius:10px;
  overflow:hidden;
}

#cart 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 #cart .product_href{
  background:rgba(0,0,0,.04) !important;
  //opacity:.5;
}

#cart li .info{
  display:block;
    width:100%;
  height:auto;
  background:#fff;
  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;
}


.cart_form input{
  width:100%;
  border:1px solid #e1e1e1;
  padding:12px 15px;
  border-radius:12px;
  margin-bottom:10px;
}
.cart_form textarea{
  width:100%;
  height:100px;
  border:1px solid #e1e1e1;
  padding:12px 15px;
  border-radius:12px;
  margin-bottom:10px;
}




#products{
  position:relative;
    display: inline-block;
  max-width:1280px;
  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:350px;
  height:430px;
  background:transparent;
  margin-right:7px;
  font-weight:400;
  overflow:hidden;
  word-wrap: break-word;
}
#products li .image{
  position:relative;
  display:block;
    width:100%;
    height:350px;
  background:#fff;
  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;
}


.products-progress-wrap {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #171717;
}
.products-progress-wrap.gray {
  padding: 20px;
  font-size: 13px;
  color: #8590a6;
}
.progress-bar {
  position: relative;
  margin: 10px auto 0;
  max-width: 15vw;
  width: 100%;
  background: #e1e1e1;
  height: 2px;
  border-radius: 40px;
}
@media (max-width: 756px) {
  .progress-bar {
    max-width: 40vw;
  }
}
.products-progress-wrap.gray .progress-bar {
  background: #c3cad9;
  height: 5px;
}
.progress-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.progress-line.dark {
  background: #171717;
}
.progress-line.purple {
  background: #6734ff;
}


#wrap {
    display:flex;
  clear:both;
  margin-top:20px;
}
#sidebar {
  position:relative;
    width: 400px;
  padding:0 15px 0 0;
}
#content {
    width: calc(100% - 400px);
    padding-right:40px;
}

@media (max-width: 756px){
  #wrap {
    display:block;
    margin-top:0px;
  }
  #sidebar {
    width: 100%;
    padding:0 12px;
  }
  #content {
    width: 100%;
    padding-right:0px;
  }
}

#sidebar h1 {
    font-weight:400;
  font-size:16px;
}
#sidebar h3 {
    font-weight:600;
  font-size:18px;
}


/* Хлебные крошки */
#path{
  position:relative;
  display:block;
  max-width: 1280px;
  width:100%;
  padding:0 0px;
  margin:15px auto;
  font-size: 12px;
  font-weight: 400;
  color: #b1b1b1;
  overflow-x:auto;
  background:transparent;
  border-radius:0px;

  white-space: nowrap;
  clear:both;
  
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}

@media (max-width: 756px){
  #path{
    margin:0 auto 15px;
    padding:10px 10px;
    background:#f9f9f9;
    border-radius:10px;
  }
}

#path::-webkit-scrollbar {
  display: none;
}
#path {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#path a+a:before {
  padding:0 6px;
  color:#a1a1a1;
  content:"/\00a0";
  font-weight: 100;
}
#path span+span:before {
  padding:0 6px;
  color:#a1a1a1;
  content:"/\00a0";
  font-weight: 100;
}
#path::after{
    content: '';
    position: absolute;
    right: 0; 
  top: 0;
    width: 0px; 
    height: 100%;

    background: -moz-linear-gradient(left, rgba(252,252,252, 0.2), #fcfcfc 100%);
    background: -webkit-linear-gradient(left, rgba(252,252,252, 0.2), #fcfcfc 100%);
    background: -o-linear-gradient(left, rgba(252,252,252, 0.2), #fcfcfc 100%);
    background: -ms-linear-gradient(left, rgba(252,252,252, 0.2), #fcfcfc 100%);
    background: linear-gradient(to right, rgba(252,252,252, 0.2), #fcfcfc 100%);
}
#path span:before {
  padding:0 6px;
  color:#a1a1a1;
  content:"/\00a0";
  font-weight: 100;
}
#path a,
#path span {
  color: #a1a1a1;
}
#path:hover a, 
#path:hover span {
  opacity: 0.3;
}
#path a:hover,
#path span:hover {
  opacity: 1;
}


/*
.all_prods{
  width:100%;
  height: auto;
  margin-bottom:20px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:distribute;
  -webkit-justify-content:space-around;
  justify-content:space-around;
  -webkit-align-content:space-around;
  align-content: space-around;
  grid-template-columns: auto auto auto;
  grid-gap:0px;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.kvadrat{
  float:left;
  background:transparent;
  width:calc((100% - 10px*1)/2);
  margin-bottom:5px;
  overflow:hidden;
}

@media (max-width: 756px){
  .kvadrat{
    float:left;
    background:transparent;
    width:100%;
    margin-bottom:5px;
    overflow:hidden;
  }
}

.kvadrat .image_item_photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}
.kvadrat .image_item_photo {
  position: relative;
  max-width: 800px;
  width: 100%;
  
  background:#fcfcfc;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:10px;
  aspect-ratio: 1 / 1;
}
.kvadrat .image_item_photo .product_href{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  outline:transparent;
  background:rgba(0,0,0,.02) !important;
  opacity:1;
}
.kvadrat .image_item_photo:hover .product_href{
  background:rgba(0,0,0,.04) !important;
}
.kvadrat .image_item_photo .image img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:100%;
  padding:0 0px;
  top:0;
  bottom:0;
  position:relative;
  margin:auto 0;
  object-fit: cover;
}
*/
.all_prods::-webkit-scrollbar {
  display: none; /* Скрыть скроллбар для WebKit-браузеров */
}
.all_prods {
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.all_prods li{
  position:relative;
  display:inline-block;
 
  scroll-snap-align:center;
  flex-shrink:0;
  scroll-snap-stop: always;
}

.all_prods {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;

  margin-bottom:15px;
  padding:0px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  white-space: nowrap;
  cursor:pointer;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}
.kvadrats,
.kvadrat {
  position: relative;
  background: transparent;
  width: calc((100% - 10px) / 2);
  margin-bottom: 5px;
  overflow: hidden;
}
.kvadrats .image_item_photo,
.kvadrat .image_item_photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fcfcfc;
  display: flex;
  //display:block;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  contain: layout paint;
}
.kvadrats .image_item_photo img,
.kvadrat .image_item_photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.kvadrats .image_item_photo .product_href,
.kvadrat .image_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;
  transition: background 0.2s;
}
.kvadrats .image_item_photo:hover .product_href,
.kvadrat .image_item_photo:hover .product_href {
  background: rgba(0,0,0,.05);
}

@media (max-width: 756px) {
  .all_prods {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 4px;
    padding:0px 4px;
    margin-bottom:15px;
  }
  .kvadrats {
    flex: 0 0 95%; 
    margin-bottom: 0;
    scroll-snap-align: center;
  }
  .kvadrat {
    flex: 0 0 100%;
    margin-bottom: 0;
    scroll-snap-align: center;
  }
  .kvadrats .image_item_photo,
  .kvadrat .image_item_photo {
    border-radius: 20px;
  }
  .all_prods img {
      content-visibility: visible !important;
      transform: translateZ(0);
  }
}














.kvadrat .descr{
  display:block;
  width:100%;
  padding:15px 15px;
  background:#f9f9f9;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  overflow:hidden;
}
.kvadrat:hover .descr{
  background:#f4f4f4;
}
.kvadrat:hover .image_item_photo .product_href{
  background:rgba(0,0,0,.04) !important;
}
.kvadrat:hover .descr .brand{
  color:#6734ff;
}
.kvadrat:hover .descr .name{
  color:#6734ff;
}
.kvadrat .descr .brand{
  display:block;
  width:100%;
  font-size:12px;
  text-transform:uppercase;
  font-weight:700;
  color:#171717;
}
.kvadrat .descr .name{
  display:block;
  width:100%;
  font-size:12px;
  font-weight:400;
  color:#777;
}
.kvadrat .descr .allprice{
  display:block;
  float:left;
  width:100%;
  margin-top:1px;
}
.kvadrat .descr .allprice .price{
  display:block;
  float:left;
  font-size:12px;
  font-weight:700;
  color:#000;
}
.kvadrat .descr .allprice .strikeprice {
  display:block;
  float:left;
  position: relative;
  color: red;
  white-space: nowrap;
  margin:0 0px 0 8px;
  font-size:12px;
  font-weight:400;
}
.kvadrat .descr .allprice .strikeprice:before {
    border-bottom: 1px solid red;
    position: absolute;
  top:0px;
  left:-2px;
  right:-2px;
  content: "";
  width: 110%;
  height: 54%;
  transform: rotate(-7deg);
}

.page_title{
  display:block;
  margin-bottom:25px;
}
.page_title h1{
  font-size:18px;
  font-weight:400;
}


.sidebar_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    transition: background 0.3s;
}
.sidebar_item .brand {
  white-space: nowrap;
}
.sidebar_item .code {
  font-family: monospace;
  color: #777;
  background:#fff;
  border-radius:12px;
  padding:2px 8px;
  border:1px dashed #e1e1e1;
}

main {
  margin:15px 0;
  clear:both;
}
main div {
  vertical-align:top;
  color: #000;
  padding:0 10px 0 0;
  line-height:2.2;
}
.flex-center {
  display: flex;
  justify-content: flex;
}
.variant .price{
  font-size:18px;
  font-weight:700;
}
.variant .compare_price{
  font-size:18px;
  font-weight:700;
  margin-left:10px;
}
.variant .strikeprice {
    position: relative;
  width:auto;
  color: red;
  font-weight:400;
  white-space: nowrap;
}
.variant .strikeprice:before {
    border-bottom: 1px solid #484848;
    position: absolute;
  left:-7px;
  right:-0px;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-7deg);
}

.economi{
  font-size:12px;
  color:#999;
}




.info-general-producto{
  padding:0 0 10px;
  margin:30px 0 0px;
  font-size:14px;
  color:#222;
}
.valor-grid{
  display:grid;
  grid-row:auto auto;
  grid-column-gap:6px;
  grid-row-gap:6px;
  grid-template-columns:1fr 1fr;
  grid-auto-rows:1fr;
}
.valor-grid .adv{
  background:#f1f1f1;
  //border:1px solid #e1e1e1;
  border-radius:12px;
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  align-items:center;
  padding:8px 12px;
}
.valor-grid .adv p{
  font-size:12px;
  line-height:16px;
  color:#222;
  margin:0;
}
.valor-grid .adv img{
  width:100%;
  max-width:20px;
  max-height:20px;
  margin-right:15px;
}
@media only screen and (max-width:640px){
  .valor-grid{
    grid-row-gap:6px;
    grid-template-columns:1fr;
  }
}



.info-general-producto2{padding:0 0 5px;margin:30px 0 10px;font-size:14px;color:#222;}
.valor-grid2{display:inline;}
.valor-grid2 .adv{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:4px 5px;}
.valor-grid2 .adv p{font-size:12px;line-height:16px;color:#222;margin:0;}
.valor-grid2 .adv img{width:100%;max-width:18px;max-height:18px;margin-right:15px;opacity:.5;}


.support-box{
  background:#fff;
  border:1px solid #e1e1e1;
  padding:15px;
  margin:0 0 15px;
  border-radius:12px;
  overflow:auto;
  text-align:center;
}
.support-box:hover{
  border:1px solid #171717;
}
.support-box p{
  font-size:12px !important;
  font-weight:400;
  line-height:18px;
  letter-spacing:.3px;
  color:#313131;
  margin:0;
  padding:0;
}
.support-box strong{
  text-transform:uppercase;
  color:#000;
  font-weight:700;
}

#tabs{
  margin-bottom:15px;
}
#tabs input {
  position: absolute;
  opacity: 0;
  z-index: -9999;
}
#tabs .tabs {
  overflow: hidden;
}
#tabs .tab {
  width: 100%;
  color: #000;
  overflow: hidden;
}
#tabs .tab-label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size:14px;
  //letter-spacing:.2px;
  cursor: pointer;
  background:#fff;
  border-radius:12px;
  margin-bottom:0px;
  
  padding: 10px 0px;
}
#tabs .tab-label:hover {
  color: #777;
}
#tabs .tab-label::after {
  content: "+"; /* закрыто - стрелка вниз */
  font-size: 16px;
  font-weight: 100;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.35s;
  color:#000;
}
#tabs input:checked + .tab-label::after {
  content: "-";
  color:#000;
}
#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;
  //background: #f1f1f1;
}
#tabs input:checked ~ .tab-content {
  height: 100%;
  max-height: 200px;
  padding: 10px;
  margin-top:4px;
  margin-bottom:4px;
  font-size:14px !important;
  line-height:18px;
  overflow-y:auto;
  background: #fafafa;
  border-radius:12px;
}
#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;
}
#tabs .tab-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom:10px;
}
#tabs .tab-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
#tabs .tab-content ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #999;
}

.features-list{
}
.features-list .features-list__item{
  display:flex;
  align-items:center;
  padding-bottom:6px;
}
.features-list .features-list__name,
.features-list .features-list__value{font-size:14px !important;}
.features-list .features-list__value{flex:0 0 auto;color:#171717;max-width:auto;}
.features-list .features-list__line{
  height:1px;
  background:linear-gradient(90deg,rgba(40,47,55,.3) 33%,transparent 0) repeat-x bottom;
  background-size:3px 1px;
  flex-grow:1;
  margin-top:10px;
  margin-left:10px;
  margin-right:10px;
}
.features-list .features-list__link{
  font-size:13px !important;
  font-weight:600;
  text-decoration:none;
  border-bottom: 1px dashed #919191;
}

.add {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  gap: 10px;
}
.addtocart_fast {
  flex: 1;
  padding: 15px 10px;
  background: #131217;
  color: #fff;
  text-align: center;
  border: none;
  border-radius:12px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}
.addtocart_fast:hover {
  background: #313131;
}
.not_available {
  flex: 1;
  padding: 15px 10px;
  background: #fff;
  color: #000;
  text-align: center;
  border:1px solid #171717;
  border-radius:12px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.addfavorite_added {
  background: #ff0036;
  border: 1px solid #ff0036;
  border-radius:12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.addfavorite_added:hover {
  background: #313131;
  border: 1px solid #313131;
}
.addfavorite {
  background: #fff;
  border: 0px solid #e1e1e1;
  border-radius:12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.addfavorite:hover {
  background: #e1e1e1;
  border: 0px solid #e1e1e1;
}
.share {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius:12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.share:hover {
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
}

.mobile-row {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.addfavorite, .addfavorite_added, .share {
  width: 55px;
  height:55px;
}
.addfavorite img, .share img {
  width: auto;
  height: 16px;
  transition: 0.3s;
}
.addfavorite_added img {
  width: auto;
  height: 16px;
  transition: 0.3s;
  filter: brightness(0) invert(1);
  fill: white;
}

@media (max-width: 768px) {
  .add {
    flex-direction: column;
  }
  .addtocart_fast {
    width: 100%;
    margin-bottom: 5px;
  }
  .not_available {
    width: 100%;
    margin-bottom: 5px;
  }
  .mobile-row {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }
  .addfavorite, .addfavorite_added, .share {
    width: 50%;
  }
}
.addfavorite a.wish_item {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    transition: background 0.3s, border 0.3s;
}
.addfavorite a.wish_item:hover {
    background: #e1e1e1;
    border: 1px solid #e1e1e1;
}
.addfavorite a.wish_item.added {
    background: #ff0036;
    border-color: #ff0036; 
}
.addfavorite a.wish_item.added img {
  width: auto;
  height: 16px;
  transition: 0.3s;
  filter: brightness(0) invert(1);
  fill: white;
}





.sendme{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:8px;
  flex: 1;
  padding:15px 10px;
  background: #fff;
  color: #000;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}
.sendme:hover{
  border:1px solid #131217;
}
.sendme img{
  float:left;
  display:block;
  height:20px;
}


.select_size {
  position:relative !important;
  display: flex;
  width:100%;
  margin:10px auto 15px;
  padding: 10px 0 0;
  font-size: 14px;
  font-weight:100;
  color: #fff;
  scroll-snap-type: x mandatory;
  scroll-snap-align: left;
  scroll-behavior: smooth;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
  clear:both;
}
.select_size::-webkit-scrollbar {
  display: none;
}
.select_size {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.select_size .variant_item label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.select_size .variant_item input {
  display: none;
}
.select_size .variant_item:first-child {
  margin-left: 0;
}
.select_size .variant_item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .select_size {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .select_size {
    overflow: visible;
    flex-wrap: wrap;
    white-space: normal;
    justify-content: flex-start;
  }
  .variant_item {
    margin-bottom: 8px;
  }
}


.variant_item {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  cursor:pointer;
  transition:.2s;
  overflow:hidden;
  
  scroll-snap-align:center;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  margin-right:8px;
  font-weight: 400;
  color: #000;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .variant_item {
    padding: 14px 30px;
  }
}
.variant_item:hover {
  border-color: #171717;
}
.variant_item input[type="radio"] {
  display:none;
}
.variant_name {
  font-weight:600;
  margin:0;
  display:flex;
  align-items:center;
  cursor:pointer;
}
.variant_item .price {
  color: #333;
}
.variant_item.out-of-stock {
  opacity: .5;
  cursor: not-allowed;
}
.variant_item.selected {
  background:#171717;
  border-color: #171717;
}
.variant_item.selected .variant_name {
  color: #6f49fd;
  color:#fff;
}
.variant_item input:disabled + .variant_name {
  color: #a0a0a0;
  cursor: not-allowed;
}
.variant_item.out-of-stock {
  position: relative;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  border-color: #ccc;
}
.variant_item.out-of-stock::after {
  content: "";
  position: absolute;
  inset: 0;
  background:linear-gradient(152deg, transparent 49%, #ccc 49%, #ccc 51%, transparent 51%);
  pointer-events: none;
}


.subcatbrands{
  position: relative;
  display: inline-flex;
  white-space: nowrap;
  gap: 8px;
  scroll-behavior:smooth;
  //justify-content: center;
  justify-content: flex-start;
  align-items: center;
  margin:10px 0;

  overflow-y:hidden;
  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;
}
@media (max-width:768px){
  .subcatbrands{
    justify-content: flex-start;
  }
}
.subcatbrands::-webkit-scrollbar {
  display: none;
}
.subcatbrands {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.subcatbrands {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.subcatbrands a,
.subcatbrands a * {
  user-select: none;
  -webkit-user-drag: none;
  touch-action: pan-x;
}
.subcatbrand{
  flex-shrink: 0;
  display: inline-flex;
  background: #fff;
  padding:10px 12px;
  border:1px solid #e1e1e1;
  border-radius:12px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  box-sizing: border-box;
  max-width: 100%;
  
  word-wrap:break-word;
  scroll-snap-align:center;
  flex-shrink:0;
  scroll-snap-stop: always;
}
.subcatbrand:hover{
  border:1px solid #171717;
}
.position-wrapper {
  position: relative;
  display: flex;
  justify-content: center; 
  width: 100%;
  overflow: hidden;
}
.swipe-hint {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(103,52,255,0.15);
  pointer-events: none;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index:1;

  animation: dragMove 1.4s ease-in-out 2,
             fadeOut 0.4s ease-in-out 1 forwards;
  animation-delay: 0s, 4.2s;
}
@media (max-width:768px){
  .swipe-hint {
    display: flex;
  }
}
.swipe-hint img {
  height: 16px;
  width: auto;
}
@keyframes dragMove {
  0%   { transform: translateY(-50%) translateX(0); }
  40%  { transform: translateY(-50%) translateX(18px); }
  80%  { transform: translateY(-50%) translateX(-3px); }
  100% { transform: translateY(-50%) translateX(0); }
}
@keyframes fadeOut {
  from { opacity: 1; }
  to   { opacity: 0; }
}


.product_item__photo{
  position:relative;
  display:block;
  width:100%;
  height:auto;
  //height:375px;
  //max-height:450px;
  background:#fff;
  overflow:hidden;
}
.product_item__photo .wishlist{
  position:absolute;
  top:25px;
  right:25px;
  display:block;
  width:34px;
  height:34px;
  background:#202020;
  background:#999;
  border-radius:50px;
  overflow:hidden;
}
.product_item__photo .wishlist img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product_item__photo .align-center{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product_item__photo .product_href{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  outline:transparent;
  background:rgba(1,1,1,.04) !important;
  opacity:1;
}


#product{
  position:relative;
    display: inline-block;
  max-width:460px;
  width:100%;
  margin:0;
  padding:0px 2px 0px;
  //padding:0px 0px 0px;
  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;
}
#product::-webkit-scrollbar {
  display: none; /* Скрыть скроллбар для WebKit-браузеров */
}
#product {
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
#product li{
  position:relative;
  display:inline-block;
 
  scroll-snap-align:center;
  flex-shrink:0;
  scroll-snap-stop: always;
}
#wishlist{
  position:absolute;
  top:15px;
  right:40px;
  display:block;
    width:30px;
    height:30px;
  background:#202020;
  background:#333;
  border-radius:50px;
  //outline:2px solid #999;
  box-shadow: 0 0 0 2px #fff;
  overflow:hidden;
  z-index:1;
}
#wishlist img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#product li.pics {
  position:relative;
  display:inline-block;
  width:95%;
  
  aspect-ratio: 1 / 1;
  //height:auto;
  background:transparent;
  margin-right:3px;
  //margin-right:0px;
  font-weight:400;
  overflow:hidden;
  word-wrap: break-word;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}
#product li.onepic {
  position:relative;
  display:inline-block;
  //width:340px;
  width:100%;
  //height:350px;
  height:auto;
  aspect-ratio: 1 / 1;
  background:transparent;
  //margin-right:2px;
  margin-right:0px;
  font-weight:400;
  overflow:hidden;
  word-wrap: break-word;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}
#product li .image{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio: 1 / 1;
  //background:#f1f1f1;
  //-webkit-border-radius:20px;
  //-khtml-border-radius:20px;
  //-moz-border-radius:20px;
  //-ms-border-radius:20px;
  //-o-border-radius:20px;
  
  //border-top-left-radius:20px;
  //border-top-right-radius:20px;
  overflow:hidden;
}
#product li .product_href{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  outline:transparent;
  background:rgba(1,1,1,.04) !important;
  background:rgba(1,1,1,.05) !important;
  opacity:1;
}
#product li:hover .product_href{
  background:rgba(0,0,0,.08) !important;
  //opacity:.5;
}

#product li .image .align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Делаем div занимающим всю ширину li */
    height: 100%; /* Делаем div занимающим всю высоту li */
}
#product 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;
}
#product li:last-child{
    margin-right:0;
}

select {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  padding: 10px 20px;
  padding-right: 40px; /* место под стрелку */
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") 
              no-repeat right 15px center;
  background-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
}

.addtocart{
  position:relative;
  display:block;
  width:100%;
  height:50px;
  
  -o-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -moz-border-radius: 15px !important !important;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px !important;
  border-radius: 15px !important;
  behavior: url(border-radius.htc); 
  border:none;
  border:0;
  background:#131217;
  color:#fff;
  padding:12px;
  //border:1px solid #fff;
  text-align:center;
  margin-top:15px;
  margin-bottom:15px;
}

/* Для неактивной кнопки (disabled) */
.add input[type="submit"][disabled]{
  display:block;
  background-color:#131217;
  color:#fff !important;
  //border:1px solid #e1e1e1;
  font-weight:600 !important;
  cursor:not-allowed;
  opacity:.3;
}

/* Для активной кнопки (не disabled) */
.add input[type="submit"]:not([disabled]){
  display:block;
  background-color:#131217;
  color:#fff;
  cursor:pointer;
  opacity:1;
}

/* Опционально, можно добавить стили для наведения на активную кнопку */
.add input[type="submit"]:not([disabled]):hover{
  background-color:#313131;
}




/*stickers*/
.image .stickers {display:block;position:absolute;top:10px;left:10px;opacity:1;z-index:1;}
.image_item_photo .stickers {display:block;position:absolute;top:10px;left:10px;opacity:1;z-index:1;}
.image_item_photo:hover .stickers {display:block;opacity:.9;}
.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:.9;}
.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:#b5eb7f;
  color:#000;
}
.stickers .sticker_recommend { 
  background:#ad7232;
  background:#c8b273;
  color:#fff;
}
.stickers .sticker_stock { 
  background:#e85757;
  //border:1px solid #e1e1e1;
  color:#fff;
}
.stickers .sticker_vegan {
  background:#b5eb7f;
}
.stickers .sticker_spicy {
  background:#eb7f7f;
}
.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:12px;
  z-index:1; 
  text-align:center;
}
@media (max-width:756px){
  .release_date{
    top:1rem;
    width:80%;
  }  
}

.pstkrskidka{
  position:fixed;
  top:15px;
  left:15px;
  background:#e85757;
  padding:10px 6px;
  color:#fff;
  font-size:12px;
  z-index:1;
  
  display: block;
  text-transform:none;
  text-align:center;
  font-weight:600;
  //writing-mode: vertical-rl;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  letter-spacing:.2px;

  height:auto;
  border-top-right-radius:8px;
  border-top-left-radius:8px;
  border-bottom-right-radius:8px;
  border-bottom-left-radius:8px;
}



footer{
  position:relative;
  padding:20px 10px 100px;
  margin-top:30px;
  background:#1f1f21;
  color:#fff;
  text-align:center;
}






.cookiesale {
  position:fixed;
  background:#1f1f21;
  bottom:22px;
  left:22px;
  display:block;
  width:auto;
  max-width:350px;
  padding:25px 20px 25px 30px;
  color:#fff;
  //color:#171717;
  clear:both;
  //border-radius:4px;
  border-radius:22px;

  -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  //z-index:99999;
  z-index:1;
}
.cookiesale p {
  width:100%;
  float:left;
  font-size:14px;
  font-weight:100;
  line-height:20px;
  letter-spacing: .3px;
  margin-bottom:10px;
  color:#fff;
}
.cookiesale p b {
  font-weight:100;
  text-transform:uppercase;
}
.cookiesale p a {
  font-size:14px;
  font-weight:100;
  color:#f1f1f1;
  border-bottom:1px solid #777;
  opacity:.7;
}
.cookiesale p a:hover {
  opacity:1;
}
.cookiesale .close{
  display:block;
  position:absolute;
  top:-7px;
  right:-7px;
  width:14px;
  height:14px;
  padding:0px;
  background: url(../images/4f4fa557b7b857d3f911.svg) no-repeat center center;
  background-size:100%;
  border-radius:20px;
  opacity:1;
}
.cookiesale .close:hover{
  opacity:.5;
}
.cookiesale_close {
  position:absolute;
  top:20px;
  right:20px;
  background:url('../images/close_white.png') no-repeat center center;
  width:10px;
  height:10px;
  background-size:100%;
  -webkit-transition: width .7s, height .7s, -webkit-transform .7s;
  transition: width .7s, height .7s, transform .7s;
  cursor:pointer;
  vertical-align:middle;
  opacity:.7;
}
.cookiesale_close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity:1;
}
.cookiesale button{
  width:auto;
  color:#fff;
  //background:#251db3;
  background:rgba(241,241,241,.1);
  //background:#ddd3c6;
  padding:8px 30px;
  margin:4px auto 0;
  border-radius:40px;
  font-size:14px;
  letter-spacing: .3px;
  border:none;
  cursor:pointer;
}
.cookiesale button:hover {
  background:#000;
}
@media (max-width:756px){
  .cookiesale {
    bottom:0px;
    left:0px;
    width:100%;
    max-width:100%;
    padding:15px 25px 15px 15px;
    border-radius:0px;
  }
  .cookiesale p {
    font-size:14px;
    line-height:20px;
  }
  .cookiesale p a {
    font-size:14px;
  }
  .cookiesale button{
    font-size:14px;
  }
}


@media (min-width:1100px){
  #scrolltop{
    position: fixed;
    bottom: 160px;
    right: 30px;
    background: #212121;
    width: 50px;
    height: 50px;
    line-height: 49px;
    display: block;
  color:#fff;
  font-size:10px;
  font-weight:100;
  text-align:center;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    z-index:100;
  }
  #scrolltop:hover{
    background:#212121;
  color:#9e9e9e;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.18);
  }
  #scrolltop:hover i{
    color: #fff;
    top: 5px;
  }
}
@media (max-width:1099px){
  #scrolltop{
    position: fixed;
    bottom: 160px;
    right: 30px;
    background: #212121;
    width: 50px;
    height: 50px;
    line-height: 49px;
    display: block;
  color:#fff;
  font-size:10px;
  font-weight:100;
  text-align:center;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    z-index:100;
  }
  #scrolltop:hover{
    background:#212121;
  color:#9e9e9e;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.18);
  }
  #scrolltop:hover i{
    color: #fff;
    top: 5px;
  }
}




/* cart */
#navigation{
  position: fixed;
  display: block;
  //max-width:260px;
  width:auto;
  justify-items: stretch;
  bottom: 80px;
  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;
}

.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-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;
}


.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 12px;
  gap: 8px;
}
.pagination a,
.pagination div {
  background-color: #fff;
  color: #000;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  border:1px solid #e1e1e1;
  border-radius: 12px;
}
.pagination a {
  background-color: #333;
  color: #fff;
  border:1px solid #333;
}
.pagination a.selected,
.pagination a.selected:hover {
  background-color: #fff;
  color: #000;
  border:1px solid #e1e1e1;
}
.pagination a:hover {
  background-color: #171717;
}
.pagination a.next_page_link,
.pagination a.prev_page_link {
  border: none;
  background: none;
}




.checkout_button{
  padding:12px 25px;
  border-radius:12px;
  margin:10px 0;
  cursor:pointer;
}