
          .inputGroup {

              display: block;
              margin: 10px 25px;
              position: relative;
              border-radius: 10px;
              overflow: hidden;
              transition: all 0.3s ease;
          }
      
          .inputGroup input {
              display: none;
          }
      
          .inputGroup label {
              display: flex;
              align-items: center;
              padding: 15px 20px;
              font-family: cursive;
              color: #3C454C;
              background-color: #e3e3e3;
              transition: background-color 0.3s, color 0.3s;
              border: 2px solid #4a6983;
              border-radius: 10px;
              cursor: pointer;
              position: relative;
              z-index: 2;
          }
      
          .icon {
              width: 32px;
              height: 32px;
              margin-right: 15px;
          }
      
          .icon img {
              width: 100%;
              height: 100%;
              border-radius: 50%;
          }
      
          .option-text {
              flex-grow: 1;
              text-align: left;
          }
      
          .option-number {
              width: 24px;
              height: 24px;
              border-radius: 50%;
              background-color: #fff;
              border: 2px solid #d1d7dc;
              margin-left: auto;
              transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
              display: flex;
              align-items: center;
              justify-content: center;
              position: relative;
          }
      
          .inputGroup input:not(:checked) + label .option-number::before {
              content: '';
              width: 10px;
              height: 10px;
              background-color: #fff;
              border-radius: 50%;
              position: absolute;
              opacity: 1;
              transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1), opacity 0.3s ease-in-out;
          }
      
          .inputGroup input:checked + label {
              color: #fff;
              background-color: #6b9b92;
              border-color: #d1d7dc;
          }
      
          .inputGroup input:checked + label .option-number {
              background-color: #1a8571;
              border-color: #d1d7dc;
              transform: scale(1.1);
          }
      
          .inputGroup input:checked + label .option-number::after {
              content: '✓';
              font-size: 1rem;
              color: #fff;
              position: absolute;
          }
          .select-dropdown {
    position: relative; /* Ensure it’s properly positioned */
    z-index: 10; /* A higher z-index to keep the dropdown above other elements */
}

.inputGroup {
    position: relative; /* Ensure radio button groups have a lower z-index */
    z-index: 1; /* Lower than the dropdown */
}






  .access-text {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
    width: 130px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
  }

  .right-side {
    display: flex;
    margin-left: 260px;
    margin-top: -60px;
    font-family: 'Open Sans', sans-serif;
    justify-content: right;
  }
  .price {
    background-color: #000000;
    border-radius: 13px;
    margin-right: 20px;
    line-height: 6em;
    height: 62px;
    width: 170px;
    justify-content: center;
    display: flex;
  }



  .price-block .left-side .price {
    font-size: 37px;
    margin-top: 100px;
    position: absolute;
  }
  .price-block .left-side .old-price {
    text-decoration: line-through;
    color: #ccc;
    margin-left: 5px;
  }

  .price-block .right-side ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .price-block .right-side ul li {
    padding: 10px;
    font-size: 14px;
    font-weight: 100;
  }

  .price-block select {
    width: 180px;
    padding: 10px;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 18px;
    padding-left: 20px;
    letter-spacing: 1.5px;
    border-radius: 9px;
	border: 2px solid #20731e;
  }
  .price-block button {
    background-color: #fb8500;
    color: #000000;
    border: none;
    border-radius: 13px;
    cursor: pointer;
    height: 62px;
    width: 170px;
    padding: 0;
    font-size: 25px;
  }
  button:hover{
  box-shadow: 0px 0px 30px #fb8500;
  }
.currency-section {
  position: relative;
  /* width: 180px; */
}

#currency-display {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: 2px solid #20731e;
  padding: 10px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 9px;
  background-image: url('https://img.icons8.com/ios-glyphs/15/ffffff/sort.png'); /* Custom arrow image */
  background-repeat: no-repeat;
  background-position: right 10px center; /* Position the arrow to the right */
}

#currency-display .fi {
  font-size: 24px;
}

.currency-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #000000;
  border: 2px solid #20731e;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
}

.currency-list li {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #ffffff;
  background-color: #000000;
}

.currency-list li:hover {
  background-color: #20731e;
}

.currency-list .fi {
  font-size: 20px;
}


  .amount {
    font-weight: bold;
    font-size: 22px;
    transform: translateY(-25%);
  }

  .old-price,
  .old-amount {
    text-decoration: line-through;
    color: #777;
    margin-left: 5px;
  }
  .old-amount {
    font-weight: 100;
    font-size: 22px;
    transform: translateY(-25%);
  }
  hr {
    border-width: 0.5px;
  }
  .chois {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: #959595;
	font-size: 15px;
    text-align: center;
	margin-bottom: 5px;
}
  }
  #currency-select {
    appearance: none; /* Remove default styling */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    background-image: url('https://img.icons8.com/ios-glyphs/15/ffffff/sort.png'); /* Use the path to your custom arrow image */
    background-position: right center; /* Position the custom arrow */
    background-repeat: no-repeat; /* Do not repeat the background image */
    padding-right: 25px; /* Add padding to prevent text from overlapping the arrow */
    background-position-x: 150px;
  }
  .title-finish {
    max-width: 960px;
    margin: 0 auto;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-top: 10px;
  }

  @media screen and (max-width: 720px) {
    .price-block {
      flex-direction: column;
      align-items: center;
      
    }
	.currency-section {
    position: relative;
    width: 180px;
}
    .left-side {
      order: 2; /* place .left-side after .right-side */
    justify-content: center;
    display: grid;
    }
    .right-side {
      order: 1; /* place .right-side before .left-side */
      margin-left: 0;
      margin-top: 20px;
    }
    .title-price {
      padding-left: 20px;
    }
    .title-finish {
      padding-left: 20px;
    }
    .price-block select {
   /*  width: 363px; */
    padding-left: 36px;
    border-radius: 9px;
    padding-top: 15px;
    padding-bottom: 15px;
    }


  }
     