/* @font-face {
  font-family: 'DIN Next';
  font-style: normal;
  font-weight: normal;
  src: local('DIN Next'), url('./fonts/dinnextw1g.otf') format('truetype');
}

@font-face {
  font-family: 'DIN Next';
  font-style: bold;
  font-weight: bold;
  src: local('DIN Next'), url('./fonts/dinnextw1g_medium.otf') format('truetype');
}

@font-face {
  font-family: 'DIN Next';
  font-style: light;
  font-weight: light;
  src: local('DIN Next'), url('./fonts/dinnextw1g_light.otf') format('truetype');
}

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
} */

.indent {
  padding-left: 20px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
  font-size: 12px;
}

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* 
body {

} */

h4 {
  margin-bottom: -10px;

}

#info-view {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
  overflow-y: scroll;
}

#adauga-in-cos-final {
  background-color: #00be21;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0px;
  flex-direction: row;
  justify-content: space-evenly;
}

#adauga-in-cos-final2 {
  background-color: #00be21;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0px;
  flex-direction: row;
  justify-content: space-evenly;
}

#buton-wapp {
  width: 30px;
  position: relative;
}

#text-wapp {
  position: relative;
}

.butwa {
  height: 40px;
}

@media only screen and (max-device-width: 950px) {
  #loading-progress-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    object-fit: cover;
    z-index: 99999;
    pointer-events: none;
  }

  #loading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ff300b;
    z-index: 99999;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

  #loading-progress-text {
    position: relative;
    font-size: 30px;
    width: 100%;
    text-align: center;
    top: 20%;
    font-weight: bold;
  }

  #afiseaza-detalii-pret {
    position: fixed;
    top: 40%;
    left: 10px;
  }

  .extra-padding {
    padding-left: 5px;
    padding-right: 5px;
  }

  .logo-pdf {
    position: absolute;
    height: 50px;
    right: 0;
    top: -15px;
  }

  .centered {
    width: 100%;
    text-align: left;
    position: relative;
    top: -35px;
  }

  .cart-view {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999;
  }

  #pop-up {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background-color: white;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);

  }

  #pop-up-content {
    position: absolute;
    top: 50px;
    padding: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 180px);
    overflow-y: auto;

  }

  #image-preview {
    position: relative;
    width: 100%;
    height: auto;
    top: -35px;
    margin-bottom: -35px;
  }

  .close-pop-up {
    position: absolute;
    height: 35px;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }

  #buttons-final {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
    top: calc(100% - 47px);
  }

  #buttons-final2 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-top: 20px;
  }

  .button-final {
    width: 300px;
    height: 42px;
    background-color: #FE3708;
    color: white;
    bottom: 60px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
  }

  .item-name {
    position: relative;
    text-align: center;
    font-size: 12px;
    word-break: break-word;
    width: 62px;
  }

  .item-image {
    width: 62px;
    height: 62px;
  }

  .item-image-selected {
    border: solid #FE3708 4px;
    width: 54px;
    height: 54px;
  }

  .group-data-tall {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    gap: 6px;
    max-height: auto;
    overflow: auto;
  }

  #extra-options {
    position: fixed;
    right: 10px;
    top: 14px;
    padding: 5px;
    width: auto;
    height: 30px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }

  .extra-item {
    position: relative;
    width: 30px;
    background-color: white;
    cursor: pointer;
  }

  #temp-product {
    /* display: none; */
    pointer-events: none;
    position: fixed;
    left: 10px;
    top: 60px;
    z-index: 999;
  }

  #overall {
    position: absolute;
    top: 50%;
    left: 1px;
    width: 100%;
    height: 50%;
    z-index: 2;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    height: 65px;
    width: 100%;
    z-index: 5;
    pointer-events: none;
  }

  #menu {
    border-top: solid 4px white;
    position: fixed;
    left: -1px;
    width: 100%;
    height: calc(60% - 60px);
    z-index: 2;
    background-color: #ffffff;
    top: 40%;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

  }

  #logo {
    display: none;
  }

  #product-name {
    font-size: 22px;
    font-weight: bold;
    top: 10px;
    position: relative;
    left: 10px;
    pointer-events: none;
  }

  #product-price-discount {
    font-size: 16px;
    width: auto;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #FE3708;
    color: white;
    border-radius: 5px;
    font-weight: 600;
  }

  #product-price-container {
    top: 20px;
    left: 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: baseline;
    gap: 8px;
  }

  #product-price {
    font-size: 18px;
    font-weight: bold;
    color: #FE3708;
    pointer-events: none;
  }

  #product-price-before {
    font-size: 12px;
    font-weight: normal;
    color: #f53737;
    pointer-events: none;
  }

  #webGL {
    position: fixed;
    top: 0;
    left: 0;
    height: 40%;
    width: 100%;
  }

  #buttons-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    z-index: 9999;
    gap: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-around;
    align-items: center;
  }

  #adauga-in-cos {
    left: 10px;
    width: 100%;
    height: 45px;
    background-color: #00be21;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  #adauga-in-cos-ala {
    position: relative;
    width: calc(100% - 20px);
    height: 45px;
    background-color: #FE3708;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    right: 0px;
  }
}



@media only screen and (min-device-width: 950px) {
  #loading-progress-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
    object-fit: cover;
    z-index: 99999;
    pointer-events: none;
  }

  #loading-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ff300b;
    z-index: 99999;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

  #loading-progress-text {
    position: relative;
    font-size: 30px;
    width: 100%;
    text-align: center;
    top: 30%;
    font-weight: bold;
  }

  #afiseaza-detalii-pret {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
  }

  .logo-pdf {
    position: absolute;
    height: 75px;
    right: 0;
    top: -15px;
  }

  .centered {
    width: 100%;
    text-align: left;
    position: relative;
    top: -35px;
  }

  .cart-view {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99;
  }

  #pop-up {
    position: absolute;
    width: 700px;
    height: calc(100% - 200px);
    top: 100px;
    left: calc(50% - 350px);
    background-color: white;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);

  }

  #pop-up-content {
    position: absolute;
    top: 50px;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 160px);
    overflow-y: auto;

  }

  #image-preview {
    position: relative;
    width: 596px;
    height: 350px;
    top: -35px;
    margin-bottom: -35px;
  }

  .close-pop-up {
    position: absolute;
    height: 35px;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }

  #buttons-final {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
    top: calc(100% - 60px);
  }

  #buttons-final2 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-top: 20px;
  }

  .button-final {
    width: 300px;
    height: 42px;
    background-color: #FE3708;
    color: white;
    bottom: 60px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
  }

  .item-name {
    position: relative;
    text-align: center;
    font-size: 12px;
    word-break: break-word;
    width: 76px;
  }

  .item-image {
    width: 76px;
    height: 76px;
  }

  .item-image-selected {
    border: solid #FE3708 2px;
    width: 72px;
    height: 72px;
  }

  .group-data-tall {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    max-height: auto;
    overflow: auto;
  }

  #extra-options {
    position: fixed;
    right: 10px;
    top: 10px;
    padding: 5px;
    width: auto;
    height: 40px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }

  .extra-item {
    position: relative;
    width: 40px;
    background-color: white;
    cursor: pointer;
    opacity: 0.7;
  }

  .extra-item:hover {
    opacity: 1;
  }

  #temp-product {
    /* display: none; */
    pointer-events: none;
    position: fixed;
    left: 500px;
    top: 0px;
  }

  #overall {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #header {
    position: fixed;
    top: 2px;
    left: 2px;
    height: 100px;
    width: 480px;
    background-color: #ffffff;
    z-index: 5;
  }

  #menu {
    position: relative;
    top: 1px;
    left: 1px;
    width: 451px;
    height: calc(100% - 35px);
    border: 1px solid #000000;
    z-index: 2;
    padding: 15px;
    overflow-y: auto;
    background: white;
  }

  #accordion-container {
    position: relative;
    top: 90px;
  }

  #logo {
    position: absolute;
    top: 10px;
    width: 40%;
    left: 27%;
  }

  #product-name {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 11px;
    left: 15px;
    pointer-events: none;
  }

  #product-price-discount {
    font-size: 16px;
    width: auto;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #FE3708;
    color: white;
    border-radius: 5px;
    font-weight: 600;
  }

  #product-price-container {
    top: 34px;
    left: 15px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: baseline;
    gap: 10px;
  }

  #product-price {
    font-size: 20px;
    font-weight: bold;
    color: #FE3708;
    /* margin-top: 14px; */
    /* margin-bottom: 25px; */
    position: relative;
    pointer-events: none;
    left: -4px;
    top: 1px;
  }

  #product-price-before {
    font-size: 14px;
    font-weight: normal;
    color: #f53737;
    /* margin-top: 15px; */
    position: relative;
    pointer-events: none;
    left: -9px;
  }

  #webGL {
    position: absolute;
    top: 0;
    left: 480px;
    height: 100%;
    width: calc(100% - 480px);
  }

  #adauga-in-cos-ala {
    position: absolute;
    width: 185px;
    height: 35px;
    background-color: #FE3708;
    color: white;
    top: 32px;
    left: 278px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    z-index: 999;
  }

  #adauga-in-cos {
    position: absolute;
    width: 220px;
    height: 35px;
    background-color: #00be21;
    color: white;
    top: 100px;
    left: 17px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    z-index: 999;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}

#pop-up-message {
  position: relative;
  top: 35%;
  left: 10%;
  width: 80%;
  font-size: 18px;
}

#status-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999999;

}

#status-close-pop-up {
  position: absolute;
  height: 35px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

#window-pop-up {
  position: relative;
  width: 500px;
  height: 250px;
  top: 200px;
  left: calc(50% - 250px);
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}



#info-header {
  position: relative;
  width: 100%;
  text-align: center;
}

.user-form {
  position: relative;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding-bottom: 10px;
}

.user-form-title {
  position: relative;
  width: 42%;
}

.user-form-input {
  position: relative;
  width: 55%;
}

.break-before {
  page-break-before: always;
}

.break-after {
  page-break-after: always;
}

.break-avoid {
  page-break-inside: avoid;
}

.fullpage {
  height: 792pt;
}

.form-input {
  width: 100%;
  outline: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}

/* #info-date-and-time {
  width: 100%;
  text-align: right;
  padding-top: 20px;
} */

#info-pret-flex {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: -35px;
}

.strikethrough {
  text-decoration: line-through;
  text-decoration-color: #f53737;

  text-decoration-thickness: 1px;
}

.mat-sub-title {
  font-size: 12px;
  margin-bottom: 20px;
}

#sumar-buttons {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.sumar-button {
  position: relative;
  width: 50%;
  height: 40px;
  background-color: #FE3708;
  text-decoration: none;
  color: white;
  font-size: 18px;
  outline: none;
  text-align: center;
  line-height: 38px;
}


#material-tags-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
}

.material-tag {
  position: relative;
  width: auto;
  height: 25px;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

#wrapper {
  overflow-y: auto;
  position: relative;
  width: 100%;
  max-height: calc(100% - 320px);
  padding-right: 15px;
  margin: 0px;
}

.group-lister {
  position: relative;
}

.info-title {
  position: relative;
  font-size: 18px;
}

.group-data {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  max-height: auto;
  overflow: auto;
}

.group-title {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
}

.item {
  position: relative;
  cursor: pointer;
}

#tip-materiale {
  position: relative;
  height: 30px;
  width: 120px;
  left: 15px;
  padding-left: 5px;
}







.accordion {
  background-color: #FE3708;
  font-weight: bold;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  height: 40px;
  line-height: 0;
  margin-bottom: 5px;
}

.active,
.accordion:hover {
  background-color: #FE3708;
}

.accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}




.range-slider-container {
  display: flex;
  align-items: center;
  padding-bottom: 35px;
  position: relative;
  top: 15px;
}

.range-slider-label {
  width: 25%;
  text-align: left;
  font-size: 16px;
}

.range-slider-min,
.range-slider-max {
  width: 8%;
  text-align: center;
  font-size: 14px;
}

.range-slider-wrapper {
  position: relative;
  flex-grow: 1;
  text-align: center;
}

.range-slider-value {
  position: absolute;
  top: -30px;
  font-size: 12px;
  background: #fff;
  padding: 2px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.range-slider {
  width: 95%;
  appearance: none;
  background: #fe370836;
  height: 6px;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

.range-slider::-webkit-slider-thumb {
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.range-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
}





.toggle-container {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  margin-top: 15px;
}

.toggle-container .label {
  font-size: 16px;
}

.toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 15px;
}

.switch:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked+.switch {
  background-color: #FE3708;
}

input:checked+.switch:before {
  transform: translateX(30px);
}












.slidecontainer {
  width: 100%;
  /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 25px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider::-webkit-slider-thumb {
  content: "test";
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #04AA6D;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #04AA6D;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fe370836;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.temp-text {
  position: relative;
  pointer-events: none;
  font-size: 12px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
  /* padding-left: 5px;
  padding-right: 5px; */
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slidero {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slidero:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slidero {
  background-color: #2196F3;
}

input:focus+.slidero {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slidero:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded slideros */
.slidero.round {
  border-radius: 25px;
}

.slidero.round:before {
  border-radius: 50%;
}

#transport-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#termeni-si-conditii {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 3px;
  font-size: 14px;
}

#jos-de-tot {
  position: relative;
  top: calc(100% - 74px);
}

#deacord {
  position: relative;
  top: 2px;
}

.prices-container {
  position: absolute;
  z-index: 99;
  width: 450px;
  left: 490px;
  padding: 20px;
  height: calc(100% - 60px);
  background-color: white;
  overflow-x: auto;
  border: 2px solid #aeaeae;
}