.product-details{
    margin-top:7px;
}
select option {
    color:black;
}
select option {
    color:black!important;
}
html{
      width:100vw;
    overflow-x:hidden;
    min-height:100vh;
    background-color:white;
    padding:0;
    margin:0;
}
html::-webkit-scrollbar {
  width: 10px; /* Ширина полосы прокрутки */
}
html::-webkit-scrollbar-thumb {
  background-color: #777777; /* Цвет ползунка */
  border-radius: 0px; /* Скругление краев */
}

html::-webkit-scrollbar-track {
  background-color: white; /* Цвет фона */
}

/* Для Firefox */
body {
  scrollbar-width: 10px; /* Ширина полосы прокрутки */
     width:100vw;
    overflow-x:hidden;
    min-height:100vh;
    background-color:white;
    padding:0;
    margin:0;
}

body::-moz-range-thumb {
  background-color: #777777; /* Цвет ползунка */
  border-radius: 0px; /* Скругление краев */
}

body::-moz-range-track {
  background-color: #f2f2f2; /* Цвет фона */
}

/* Убираем чёрные стрелочки вверх и вниз */
/* Для WebKit браузеров (Chrome, Safari) */
body::-webkit-scrollbar-button {
  display: none;
}

/* Для Firefox */
body::-moz-scrollbar-button {
  display: none;
}

/* Основные данные 

@font-face {
    font-family: "druk";
    src: url("systemfiles/fonts/druk-medium.ttf") format("opentype");
    }

*/

 @font-face {
  font-family: "druk";
  src: url('systemfiles/fonts/fonts/druktextwidecyr-medium.woff2') format('woff2'),
       url('systemfiles/fonts/fonts/druktextwidecyr-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}   
    
    
    
    @font-face {
    font-family: "mulishbold";
    src: url("systemfiles/fonts/Mulish-Bold.ttf") format("opentype");
    }
    @font-face {
    font-family: "mulishmedium";
    src: url("systemfiles/fonts/Mulish-Medium.ttf") format("opentype");
    }
    a{
      color:black;
    }
    button{
      padding: 0px;
    }
     body {
        box-sizing: border-box;
      padding-right: 17px; /* Ширина полосы прокрутки */
        font-family: "druk";
        margin: 0;
        padding: 0;
        }
        input{
            outline: none;
        }
    /* Всё что связано с header */
        .header {
          width: 100%;
          padding-top:6px;
          padding-bottom:6px;
          position: fixed;
          top: 0;
          left: 0;
          z-index: 100;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: white;
          border-bottom: 1px solid #E6E6E6;
        }
        
        .header-content {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
        .header-content .icons:first-child img:first-child{
          padding-left: 0px;
        }
        .header-content .icons:last-child img:last-child{
          padding-right: 0px;
        }
        .granheth {
          font-size: 20px;
          color: #000;
        }
        
        .icons {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
        .headericon{
            height:19px;
        }
    /* Всё что касается блока с товарами */
    .header-content {
      width: 1000px;
    }
    .containerindex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        margin-top: 60px;
        width: 100%;
    }
    .container{
      width:56%;
      margin-left:22%;
      text-align: left;
      margin-top: 70px;
    }
    
    .inner-container{
        margin: 0 !important;
        width: fit-content;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        justify-content: center;
        gap: 48px;
        
        @media (max-width: 639px) {
            grid-template-columns: 1fr;
        }
        
        @media (min-width: 640px) and (max-width: 1023px) {
            grid-template-columns: repeat(2, 1fr);
        }
        
        @media (min-width: 1024px) {
            grid-template-columns: repeat(3, 1fr);
        }
        margin-top:-10px;
    }
    
    .selectxxl{
      margin-top: 10px;
      font-size:0px;
    }
    .my-custom-label {
      display:inline-block;
      width: 45px;
      height: 45px;
      text-align: center;
      border:2px solid black;
      font-size:14px;
      margin-left:-2px;
  }
  .my-custom-label span p{
    margin-top: 14px;
  }
  
  .my-custom-label > input[type=radio] {
      display: none;
  }
  
  .my-custom-label > span {
      background: #fff;
      display:inline-block;
      width:100%;
      height: 100%;
      vertical-align:middle;
  }
  
  .my-custom-label > input[type=radio]:checked + span {
      background: black;
      color:white;
  }

    .product {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 510px;
        margin: 0;
    }

        /* долгий пиздец для отображения товаров*/
        @media (max-width: 1644px) {
          .container{
            width:78%;
            margin-left: 11%;
          }
  }
  @media (max-width: 1280px) {
    .container{
      width:82%;
      margin-left: 9%;
    }
}

@media (max-width: 1280px) {
  .container{
    width:62%;
    margin-left:19%;
  }

  .product {
    width:300px;
  }
}
@media (max-width: 1024px) {
  .header-content {
    width: 650px;
  }
  .container{
    width:82%;
    margin-left:9%;
  }

}
@media (max-width: 780px) {
  .header-content {
    max-width: 92%;
  }
  .container{
    width:92%;
    margin-left: 4%;
  }
}
@media (max-width: 670px) {
    .containerindex{
        margin-top:0px;
    }
}
    .product img {
      width: 100%;
      grid-area: 1 / 1;
    }

    /* Стили самого товара*/
    .brand{
      font-size:19px;
    }

    .name{
      font-size:14px;
      margin-top:12px;
      color: #7A7A7A;
    }

    .price{
      font-size:19px;
      margin-top: 15px;
    }
    .pricesec{
      font-size:16px;
      margin-top:8px;
      color: #7A7A7A;
    }
    
    .black-button {
      font-family: "druk";
      height:40px;
      background-color: black;
      color: white;
      border: none;
      border-radius: 10px;
      width:100%;
      font-size: 15px;
  
    }
     .showoneitembutton{
      width:237px;
  }
    .black-buttongray{
      display: block;
      font-family: "druk";
      height:40px;
      background-color: rgb(218, 218, 218);
      color: white;
      border: none;
      border-radius: 10px;
      width:100%;
      font-size: 16px;
    }
    
    .heart-icon {
      height: 25px;
    }
@media (max-width: 550px) {
    .showoneitembutton{
        width:100%;
    }
  .granheth{
    font-size:24px;
    margin-top: -2px;
  }
}
    /*вёрстка для бокового меню */
    .menu {
          position: fixed;
    flex-direction: column;
          top: 0;
          left: -330px;
          width: 280px;
          height: 100%;
          padding-right: 10px;
          background-color: white;
          transition: left 0.2s ease-in-out;
          z-index: 2;
          font-family: "Mulishbold";
          padding:25px;
          padding-top: 15px;
          
        }
      .genaralmenu {

      }
      .genaralmenuchild{
        position: absolute;
        bottom: 70px;
        width:90%;
      }

        .menu{
          align-self: end;
        }
    
        .menu.open {
          left: 0;
        }
    
        @media (max-width: 600px) {
          .menu {
            left: -100%;
            width: calc(100% - 50px);
          }
        }

    
    .graymirror{
      position: fixed;
       width:100vw;
      height: 200%;
      margin-top: -300px;
      background: rgba(255, 255, 255, 0);
      z-index: 1;
      pointer-events: none;
      transition: background 0.3s ease-in-out;
    }
    .graymirror.open {
      background: rgba(0, 0, 0, 0.2);
        }
    .sideheader {
      display: flex;
      justify-content: space-between;
      align-items: center;
    
    }
    .close-btn {
      font-size: 1.5rem;
      cursor: pointer;
      width:15px;
    }
    .cross {
      top: 30px;
      right: 30px;
      width: 100%;
      height:10px;
      margin-top: -30px;
      padding-top: 0px;
      background-color: rgba(255, 255, 255, 0.521);
      grid-area: 1 / 1;
      text-align: right;
  }
  .cross p img{
    width:18px;
    height:18px;
  }
    .personal-account-btn {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      cursor: pointer;
      box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.15);
      height:25px;
      padding: 7px 12px 7px 12px;
      border-radius: 5px;
      font-family: "mulishmedium";
      font-size: 15px;
    }
    
    .main-menu {
      list-style-type: none;
      padding: 0;
      margin-top: 10px;
    }

    .main-menu li {
      padding-top: 1rem;
      cursor: pointer;
      font-size:1.8rem;
    }


    .secondstage li:first-child{
      padding-top: 1rem;
      cursor: pointer;
      font-size:1.8rem;
      color:black;
    }
    .secondstage li{
      padding-top: 1rem;
      cursor: pointer;
      font-size:1.2rem;
    }

    .main-menu li a {
      display: block;
      color: #000;
      text-decoration: none;
    }
    
    .secondstage li:first-child a {
      display: block;
      color: #000000;
      text-decoration: none;
    }
    .secondstage li a {
      display: block;
      color: #4e4e4e;
      text-decoration: none;
    }
    
    
    hr {
      border: 1px solid #ccc;
      margin: 1rem 0;
    }
    
    .links {
      text-align: center;
      padding: 1rem 0;
    }
    
    .links-menu {
      list-style-type: none;
      padding: 0;
      margin: 0;
      
    }
    .menuchildren{
      flex:1;
    }
    
    .links-menu li {
      padding-top: 1rem;
      cursor: pointer;
      font-size: 15px;
    }
    
    .links-menu li a {
      display: block;
      color: #000;
      text-decoration: none;
    }
  

    .footer-menu {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }
    
    .footer-menu li {
      padding: 1rem;
      cursor: pointer;
    }
    
    .footer-menu li a {
      display: block;
      color: #000;
      text-decoration: none;
    }
    
    .footer-menu li a:hover {
      background-color: #f5f5f5;
    }
    .linecontainer {
      color:rgba(217, 217, 217, 1);
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-top:10px;
    }
    
    .line {
      flex-grow: 1;
      height: 1px;
      background-color:rgba(217, 217, 217, 1);
    }
    
    .text {
      margin-left: 1rem;
      font-size:0.8rem;
    }
    .piccontainer{
      margin-top: 15px;
    }
    .item {
      display: flex;
      align-items: center;
      gap: 1rem;
      width: calc(100% - 10px);
      margin-top:10px;
    }
    .item span{
      background-color: #D9D9D9; 
      width:35px; 
      height: 30px; 
      font-size: 20px; 
      text-align: center; 
      border-radius: 50%; 
      padding-top: 5px;
    }
    .item img:first-child {
      width: 35px;
    }

    .item .text {
      margin-left: 0.5rem;
    }
    
    .item .text .zag {
      font-size: 1.1rem;
    }
    
    .item .text p {
      margin: 0px;
      font-size: 0.7rem;
      color:#D9D9D9;
    }
    
    .item img:last-child {
      height: 16px;
      margin-left: auto;
    }
    .dollarinmenu{
      background-color: #D9D9D9;
      width:35px;
      height: 30px;
      font-size: 20px;
      text-align: center;
      border-radius: 50%;
      padding-top: 5px;
    }
    /*Стили для блока при показе товара*/
    .containershowtovar {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          height: 100vh;
        }
    
        .product-image {
          width: 50%;
          height: 100%;
          background-color: #ccc;
        }
    
        .product-info {
          width: 50%;
          padding: 1rem;
        }
    
        .product-info h1 {
          font-size: 1.5rem;
          margin-bottom: 1rem;
        }
    
        .product-info p {
          font-size: 1rem;
          margin-bottom: 1rem;
        }
    
        .product-info table {
          width: 100%;
          border-collapse: collapse;
        }
    
        .product-info table td {
          padding: 0.5rem;
          border: 1px solid #ccc;
          text-align: center;
        }
    
        .product-info button {
          margin-top: 1rem;
          padding: 0.5rem 1rem;
          background-color: #000;
          color: #fff;
          border: none;
          cursor: pointer;
        }
        .backbutton{
          font-size: 14px;
          color:#7A7A7A;
        }
        .granhetlinput{
          width:calc(100% - 17px);
          height:40px;
          border: none;
        outline: none;
          border-radius: 15px;
          border:2px solid #1B1D1F;
          padding-left: 15px;
          font-size:15px;
          font-family: "druk";
        }
        ::placeholder{
          padding-left: 10px;
          font-family: "druk";
          font-size: 11px;
          color:#7A7A7A;
    
        }
        .granhetlbutton{
          all:unset;
          text-align: center;
          width: 100%;
          height: 38px;
          margin-top: 2px;
          border-radius: 15px;
          background-color: black;
          padding-left: 2px;
          padding-right: 2px;
          color:white;
          font-size:13px;
        }
        .granhetllinkforform{
          text-align: center;
          width: 100%;
          height: 38px;
          border-radius: 15px;
          color:#000000;
          border: 2px solid #529ce6; /* Параметры границы */
          font-family: "mulishmedium";
          padding-top: 15px;
        }
        
        .containerlines {
          justify-content: center;
          align-items: center;
          width: 100%;
          margin-top: 15px;
        }
    
        .lines {
          display: flex;
          align-items: center;
          width: 100%;
        }
    
        .line {
          flex: 1 0 0;
          height: 1px;
          background-color:#d3d3d3;
        }
    
        .text {
          font-family: "mulishmedium";
          font-size: 12px;
          color:#8d8d8d;
          margin-left:6px;
          margin-right:2px;
        }
        .logform{
          width: 450px;
          margin-left:  calc(50% - 225px);
          margin-top: 75px;
        }
        .sellersreg{
          margin-left: calc(50% - 225px - 16px);
        }
        .lkbutton{
          padding: 0px;
          margin: 0px;
          display: inline-block;
          text-align: center;
          width:calc(25% - 20px);
          border: black 2px solid;
          height: 18px;
          padding: 5px;
          margin: 3px;
          border-radius: 8px;
          font-size: 12px;
        }
        .lkbuttonbig{
          padding: 0px;
          margin: 0px;
          display: inline-block;
          text-align: center;
          width:calc(33% - 20px);
          border: black 2px solid;
          height: 18px;
          padding: 5px;
          margin: 3px;
          border-radius: 8px;
          font-size: 12px;
        }
        .lkbuttonselected{
          color: white;
          background-color: black;
        }
        .cabinetbutton{
          width:100%;
        }
        .lkblock{
          width: 450px;
          min-height: 50px;
          box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.15);
          margin-top: 15px;
          border-radius: 8px;
          padding-top:10px;
          padding-bottom:10px;
        }
        .lkblock2{
          width:100%;
          min-height: 50px;
          height: auto;
          margin-top: 25px;
        }
        .adrblo{
          text-align: left;
          color: black;
          font-size: 13px;
          padding-top: 12px;
          padding-bottom: 12px;
          border-bottom: 1px #EDEDED solid; 
        }
        .adrblo p{
          padding: 0;
          margin: 0;
          margin-left: 20px;
        }
        .adrbutton{
          text-align: left;
          background-color: black;
          color:white;
          text-align: center;
          font-size: 13px;
          padding-top: 8px;
          padding-bottom: 8px;
          border-radius: 12px;
          width:150px;
          margin-left: calc(50% - 75px);
          margin-top: 15px;
        }
        .tlinfousername{
          margin: 0;
          text-align: left;
          color: black;
          font-size: 10px; 
          display: inline-block;
          padding: 10px;
          margin-left: 15px;
        }
        .tlinfousernamedate{
          margin: 0;
          margin-right: 15px;
          text-align: center;
          color: black;
          font-size: 15px; 
          display: block;
          border-radius: 10px;
          padding: 10px;
          width:170px;
          text-align: left;
          border: black 2px solid;
          float:right;
        }
        .itemlefttext{
          margin: 0;
          text-align: center;
          color: rgb(139, 139, 139);
          font-size: 13px; 
          display: inline-block;
          padding: 10px;
          margin-left: 15px;
        }
        .itemrighttext{
          margin: 0;
          margin-right: 15px;
          text-align: center;
          color: black;
          font-size: 15px; 
          display: block;
          border-radius: 10px;
          padding: 10px;
          text-align:right;
          float:right;
        }
        .itemrighttextmega{
          margin: 0;
          margin-right: 15px;
          text-align: center;
          color: black;
          font-size: 15px; 
          border-radius: 10px;
          padding: 10px;
          text-align: left;
          margin-left: 15px;

        }

        .tlinfousernameright{
          margin: 0;
          margin-right: 15px;
          color: black;
          font-size: 18px; 
          display: block;
          border-radius: 10px;
          padding: 10px;
          text-align: right;
          float:right;
          margin-top: -3px;
        }
        .adrblo p{
          display: inline-block;
        }
        .adrblo span{
          display: inline-block;
          float: right;
          margin-right: 20px;
          width:15px;
        }
        .adrblo span img {
          width:15px;
        }

.lkblock img{
  width:240px;
  box-shadow: none;
}
.lkitemzag{
font-size:18px;
margin-top: 0px;
}
.lkitempodpis{
  font-size: 13px;
  margin-top: 0px;
  color:#555555;
  margin-top: -5px;
  padding-top: 0px;
  }
  .lkitembutton{
    font-size: 11px;
    margin-top: 25px;
    color:#555555;
    text-align: center;
    width:calc(100%-2px);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    color:rgb(28, 184, 28);
    border: 2px rgb(28, 184, 28) solid;
    }
.indelivery{
  color:rgb(165, 165, 165);
  border: 2px rgb(165, 165, 165) solid;
}
.returned{
  color:rgb(206, 41, 41);
  border: 2px rgb(206, 41, 41) solid;
}
.inline{
  display: inline-block;
}
.leftimg{
  min-width:350px;
  max-width: 36%;
}
.leftimg img{
  width:100%;
}
.rightimg{
  vertical-align:top;
  font-size:20px;
  margin-top:50px;
  margin-left: calc(80px + 2%);
  min-width:350px;
  width:50%;
}
.rightimg p{
  margin-top:3px;
  padding: 0;
}
.podpisoneitem{
  font-size:12px;
  color:#707070;
  margin-top: 0px;
}
.onedesc{
  font-size: 12px;
  color:#707070;
  margin-top: 35px;
}
.onedesc2{
  font-size: 14px;
  color:#000000;
  margin-top: 5px;
}

.showoneitem{
  width:100%;
}

@media (max-width: 500px) {
.logform{
  width:90%;
  margin-left:5%;
}
.sellersreg{
  margin-left: calc(5% - 16px);
}
}
.inputsblo input{
  padding-right:10px;
}
.inputsblo{
  vertical-align: top;
  display: inline-block;
  width:calc(100% - 275px);
}
.amoutcart{
  margin-top: 35px;
  margin-left: 40px;
  display: inline-block;
  width:200px;
  min-height:20px;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.15);
}
.pokypd{
  padding-top: 20px;
  margin-bottom:15px;
  font-size:13px;
}
.inline100 input{
  padding-right: 0px;
}
.inline50{
  width:calc(50% - 20px);
  display: inline-block;
}
.rightinline502{
  margin-left: 150px;
}
.zakazcontainer {
  display: flex;
  width: 100%;
  min-height: 60px;
  margin-top: 10px;
}

.zakazimage {
  height:60px;
}

.zakaztext {
  color:#7A7A7A;
  font-size: 11px;
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.amountpynkt{
  margin-top: 18px;
  padding-top: 15px;
}
.amountpynkt span:first-child{
  font-size: 11px;
  color:#7A7A7A;
}
.amountpynkt span:last-child{
  font-size: 14px;
  float: right;
}
.amoutcart .amountpynkt:last-child{
  border-top: 1px solid #7A7A7A;
}
@media (max-width: 1200px) {
.inputsblo{
  width:100%;
  display: block;
}
.amoutcart{
  width:calc(100% - 30px);
  margin-left: 0px;
}
}
.cartblock{
  border-top: 1px solid #7A7A7A;
  margin-top: 30px;
  width:100%;
}
.cartblockimg{
  width:30%;
  display: inline-block;
}
.cartblockimg img{
  width:100%;
}

.carblockright{
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  width:calc(70% - 5px);
  margin-left: 0px;
}
.carblockright .desc{
  font-size: 13px;
  color:#7A7A7A;
  display: inline-block;

}
.selectgran{
  padding-top: 2px;
  padding-bottom: 2px;
}
.onecartblock{
  display:inline-table;
  width:calc(50% - 5px);
  height:150px;
}
select option {
  height: 500px;
  font-size:15px;
}
@media (max-width: 700px) {
  .cartblockimg{
    width:100%;
  }
  .carblockright{
    width:100%;
  }
  .onecartblock{
    min-width:100%;
    height:auto;
  }
  .onecartblock2{
    margin-left: 0% !important;
  }
  .onecartblock2 .desc{
    display: block;
  }
  }
.upload-btn {
  background-color: #c9c9c9;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  color:white;
  width:140px;
  font-size: 14px;
  margin-left: calc(50% - 70px);
}

.upload-btn input {
  display: none;
}
.shadow{
  box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.15);
border-radius: 15px;
padding: 15px;
}
.black{
  color:black;
  margin-top: 20px;
  font-family: "mulishmedium";
}
.mulishbold{
  font-family: "mulishbold";
}
.nothing{
  width:100%;
  padding-bottom: 50px;
  padding-top: 50px;
  border-radius: 15px;
  background-color: #d4d4d4;
  text-align: center;
  color:#ffffff;
  font-size: 30px;
}
.previews{
  background-color: black;
}
a{
  color:black;
  text-decoration: none;
}
.dropzone2{
  width:120px;
}
.dropzone2 svg{
  display: none;
}
.dropzone2 img{
  width:120px;
  border-radius: 10px;
  box-shadow: 3px 3px 12px 5px rgba(196, 196, 196, 0.5);
}
.dropzone2 .dz-preview{
  display:inline-block;
  margin-left: 15px;
  flex-grow: 1;
}
.dropzone2 .dz-preview:first-child{
  margin-left: 0px;
}
.dropzone2 .dz-preview:last-child{
  padding-right: 15px;
}
.dropzone2 .dz-preview .dz-details{
  display:none;
}
.dropzone{
  font-display: inline-block;
  width:120px;
  min-height: 120px;
  height:50px;
  background-color: #EDEDED;
  border: none;
  border-radius: 10px;
  box-shadow: 3px 3px 12px 5px rgba(172, 172, 172, 0.5);
  padding: 0px;

}
.dropzone2{
  display: flex;
  height:120px;
  width:auto;
}
.categorydisplay{
  display:none;
}
.branddisplay{
  display:none;
}
.secondmenu li{
  font-size:140%;
}
.secondmenu li:first-child{
  font-size:180%;
}
.backarrowincategoryandbrand{
  display: none;
}
@media (max-height: 850px) {
  .main-menu li{
   font-size:26px;
  }
  .genaralmenuchild{
    bottom:60px;
  }
.links-menu li{
  font-size:13px;
  padding-top: 7px;
}
.item img:first-child {
  width:20px;
}
.item span{
  background-color: #D9D9D9; 
  width:20px; 
  height: 18px; 
  font-size: 12px; 
  text-align: center; 
  border-radius: 50%; 
  padding-top: 2px;
}

.item img:last-child {
  height:12px;
}
.item .text .zag {
  font-size: 0.8rem;
}
.dollarinmenu{
  width:25px;
  height: 20px;
  font-size: 12px;
}
.linecontainer{
  margin-top: 8px;
}

}

@media (max-width: 1300px) {
  .rightimg{
    margin-left: 0px;
  }
  .showoneitem{
    width:350px;
    margin-left: calc(50% - 175px);
  }
}
.sellersmainmenu {
  font-family: "druk";
}
.sellersmainmenu .menuchildren ul li{
font-size:27px;
margin-top: 10px;
}
.selectgran{
  font-size: 12px;
}
.sellersreg{
  background-color: #ffffff;
  padding:15px;
  padding-right: 17px;
  border-radius: 15px;
  border:2px solid black;
  margin-top: 100px;
}
option {
  color: black!important;
}
select option {
    color:black;
}
select option {
    color:black!important;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    margin: 50px 0 0 0 !important;
}

  .checkbox.style-e {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-e input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark {
  background-color: #000000;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark:after {
  left: 21px;
}
.checkbox.style-e:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.style-e:hover input:checked ~ .checkbox__checkmark {
  background-color: #000000;
}
.checkbox.style-e .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 40px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
.checkbox.style-e .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.25s ease;
}
.checkbox.style-e .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: color 0.25s ease;
}
.sorderststuses{
  font-size: 22px;
  width:auto;
  margin-top:60px;
}
.sorderststuses:firstchild{
    margin-top:0px!important;
}
.headermenu li{
    font-family: "druk"!important;
    font-size:23px;
    margin-top:15px;
}
 .image-container {
      width:100%;
      margin-top: 15px;
      position: relative;
      padding-bottom:10px;
    }
    .image-container img {
      width: 100%;
      height: 100%;
      object-fit:contain;
    }

.image-container {
    width:90%;
    margin-left: 5%;
    margin-top: 50px;
    position: relative;
    padding-bottom:10px;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.fitimg {
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.autoimg{
    width:100%;
}
    .realfirstimg{
        width:100%;
        margin:0;
    }
    .likeinner{
        margin-top:-65px;
    }
    .product a{
        text-decoration: none;
        color:white;
    }
    .product p{
        margin-bottom:0px;
    }
    .itembrand{
        font-size:20px;
        text-align: center;
    }
    .itemname{
        font-size:15px;
        text-align: center;
        margin: 0;
        color:#808080;
    }
    .productpriceandbuttons{
        margin-top:14px;
        height:45px;
    }
    .productprice{
        display: inline-block;
        font-size:20px;
        margin-top: 10px;
    }
    .productbuttons{
        display: inline-block;
        float:right;
        height:100%;
    }
    .oneproductbutton{
        height:100%;
        display: inline-block;
        vertical-align: top;
        padding-left: 6px;
    }
    .oneproductbutton p{
        font-size:8px;
        text-align: center;
        margin-top:0px;
    }
    .oneproductsvg{
        height:33px;
    }
    .openitem{
        width:100%;
        background-color: black;
        margin-top: 10px;
        text-align: center;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size:15px;
        border-radius: 8px;
    }
     .swiper-container {
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
      .swiper-slide {
      width: 300px;
    }
    .product{
        width:300px!important;
    }
    .panel {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      background-color: rgb(228, 228, 228);
      transition: height 0.2s ease-in-out;
      border-radius: 25px 25px 0 0;
      
    }

    .panel.open {
      height: 70vh;
      padding-top: 10px;
    }
    
       .comments{
        margin-top:10px;
        padding-left:18px;
        padding-right:18px;
        width:calc(100% - 36px);
    }
    .comment {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
      
    }
    .avatar {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      margin-right: 12px;
    }
    .comment-text {
      flex: 1;
    }
    .like {
      float:right;
      vertical-align: top;
      margin-right:3px;
    }
    .date {
      font-size: 13px;
      color: #888;
      font-family: "mulishmedium";
    }
    .reply-link {
      color: rgb(105, 105, 105);
      cursor: pointer;
      margin-top: 10px;
      font-size:11px;
    }
    .replies {
      display: none;
      margin-left:0px;
      margin-top: 15px;
    }
    .inline{
        display: inline-block;
        vertical-align: middle;
    }
    .otvetit{
        margin-left:7px;
        cursor: pointer;
        font-size: 11px;
        color: #888;
    }
    .comentblock2{
        margin-top: 5px;
    }
    .commenttext{
        margin-top:8px;
        font-size:13px;
    }
    .replies .comment .avatar{
        width:35px;
        height:35px;
    }
    .otvet{
      height:30px;
      width:100%;
    }
    .likecount{
      margin-top:0px;
      float: right;
      font-size:13px;
      font-family: "mulishmedium";
      color:#888;
    }
    .nick{
        font-size: 11px;
        color: #888;
    }
    .nick a{
      font-size: 11px;
      color: #888;
    }
       
        .search-input {
          width: calc(100% - 80px);
          height: 20px;
          padding: 10px;
          border-radius: 10px;
          font-family: "druk";
          display: inline-block;
          vertical-align: top;
          font-size:15px;
          color:white;
          background-color: #b7b7b7;
          border-color: #b7b7b7;;
        }
      
        .comment-button {
        padding:2px;
        display: inline-block;
        vertical-align: top;
          width: 40px;
          height: 40px;
          margin-left: 10px;
          padding: 0;
          border: none;
          background-color: #b7b7b7;
          border-radius: 10px;
          cursor: pointer;
          
        }
      
        .comment-button img {
          width: 30px;
          height: 30px;
          margin-left:5px;
          margin-top:5px;
        }
.commentscross{
    display:inline-block;
    }
    .commentscross img{
        width:12px;
        height:12px;
    }