.custom-select {
  border: 2px solid black;
  border-radius: 0;
  padding: 5px;
  background-color: white;
  color: black;
  min-width: 200px;
}


/* ogranichenie iz-za browser - telefon i td */
.custom-select option {
  
}

.option-image {
  width: 30px; /* Passen Sie die Größe nach Bedarf an */
  height: 30px; /* Passen Sie die Größe nach Bedarf an */
  margin-right: 5px; /* Platzieren Sie das Bild rechts vom Text */
}

  /* Стили для кнопок */
  .tab-button {
    background-color: white;
    color: black;
    border: 1px solid black;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 0px;
  }
 
.tab-button-first {
    margin-left: 0;   
}
  
  .tab-button.active {
    border: 2px solid black;
    font-weight: bold;
  
}

  /* Стили для рамки текста вкладок */
  .tab-content {
    border: 1px solid #dee2e6;
    padding: 10px;
    margin-top: 10px;
    background-color: white; 
    color: black; 
  }

  .form-check-input:checked {
    background-color: var(--color-one);
    border-color: var(--color-one);
  }

  .form-check-input[type=radio] {
    border-radius: 25%;
  }

  .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url(/build/images/check.5d96fdc4.svg);
  }
 
.radio-input { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}


.radio-input + img {
  cursor: pointer;
  outline: 2px solid  transparent;  
}


.radio-input:checked + img {
  outline: 2px solid  #000;
  padding: 1px;
}


.radio-input-standard {
    width: 40px;
    height: 40px;
}

.radio-input-long {
  width: 80px;
  height: 40px;
}

.radio-input-small {
  width: 30px;
  height: 30px;
}

.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.radio-input-81 {
    width: 60px;
    height: 60px;
}

.radio-input-258 {
  width: 60px;
  height: 60px;
}

.radio-input-8 {
  width: 60px;
  height: 60px;
}

.radio-input-169 {
    width: 60px;
    height: 60px;
}

.radio-input-165 {
    width: 60px;
    height: 60px;
}

.col-sticky {
  position: static;
}

.in-sticky {
  position: sticky;
  top: 150px;
  z-index: 1000;
}

@media (max-width: 991px) {
  .in-sticky {
    position: sticky;
    top: 80px;
    z-index: 1000;
  }    
}

@media (max-width: 767px) {
    .col-sticky {
      position: sticky;
      top: -100px;
      z-index: 1000;
    }
    .in-sticky {
      position: static;
    }
    .radio-input-81 {
        width: 40px;
        height: 40px;
    }  
    .radio-input-81 {
        width: 40px;
        height: 40px;
    }    
    .radio-input-165 {
        width: 40px;
        height: 40px;
    }    
}



.label-wrapper {
    position: relative;
}

.label-text {
    position: absolute;
    top: 20px;
    left: 12px;
}

.label-body {
    visibility: hidden;
    position: absolute;
    left: -9999px;    
    /* position: absolute;
    top: 220px;
    left: 12px; */
}

.lieferung-text {
    color: #666;
    font-weight: 0.9em;
}

.formatted-price {
  min-height: 1em; /* Измените это значение на минимальную высоту, которую вы хотите установить */
  display: inline-block; /* Чтобы минимальная высота применялась */
}

  label:hover {
    cursor: pointer;
  }
  
  .city {    
    display: none;
}

.ibox-btn {
  background-color: var(--c-black);    
  color: #fff;    
  border: none;
  border-radius: 0;
  font-weight: bold;
  width: 44px;
}

.ibox-btn:disabled {
  background-color: var(--c-black) !important;
}

.ibox-btn:hover {
  background-color: var(--c-brown);    
  color: #fff;    
  text-transform: uppercase;
}
  
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}
