.items {
  display: none; /* Initially hide the items */
}

.item-row {
  display: flex;
  align-items: flex-start;
  margin: 5px 0;
}

.toggleHeader {
  cursor: pointer;
  user-select: none;
}

.arrow-icon {
  margin-right: 5px;
}

.upgradeText {
  font-size: 16px;
  font-weight: 400;
  padding-right: 3px;
}

.leftPrice {
  float: left;
}
.contact-container {
  display: flex;
  gap: 50px;
  padding-top: 20px;
}
.contact-item {
  text-align: center;
  cursor: pointer;
  font-family: Arial, sans-serif;
  transition:
    transform 0.3s,
    color 0.3s;
}
.contact-item i {
  font-size: 30px;
  transition:
    transform 0.3s,
    color 0.3s;
}
.contact-item:hover i {
  transform: scale(1.2);
}
.whatsapp i {
  color: #25d366;
}
.whatsapp:hover i {
  color: #128c7e;
}
.phone i {
  color: #e0a605;
}
.phone:hover i {
  color: #0056b3;
}
.contact-text {
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
  transition:
    transform 0.3s,
    color 0.3s;
}
.contact-item:hover .contact-text {
  transform: scale(1.1);
}
.whatsapp:hover .contact-text {
  color: #128c7e;
}
.phone:hover .contact-text {
  color: #0056b3;
}
#ProdDescDis img {
  max-width: 100%;
  height: auto;
}
.greenwarranty {
  background-color: #008000;
  border-radius: 20px;
  color: #ffffff;
  text-align: center;
  padding: 5px 10px;
}
.custom-select {
  position: relative;
  width: 250px;
  direction: rtl;
  text-align: center;
  border: 1px solid #000000;

  background-color: #f9f9f9;
}

.selected {
  background-color: #ffffff;
  color: #000000;
  padding: 5px 5px;
  cursor: pointer;
  font-size: 16px;
}

.selected::after {
  content: "▼";
  float: left;
  font-size: 16px;
}

.options {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
  border: 1px solid #8d8d8d;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow-y: auto;
  color: black;
  text-align: right;
}

.custom-select.open .options {
  display: block;
}

.option {
  padding: 5px 5px;
  cursor: pointer;
  color: black;
  border-top: 1px solid #000000;
}

.option.first {
  color: red;
  font-size: 16px;
}

.option:hover {
  background-color: #dedede;
}

.top-right-image {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 180px; /* adjust size as needed */
  height: auto;
}
/* width */
#imggallery::-webkit-scrollbar {
  width: 4px;
}

/* Track */
#imggallery::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 4px;
}

/* Handle */
#imggallery::-webkit-scrollbar-thumb {
  background: #e0a605;
  border-radius: 4px;
}

/* Handle on hover */
#imggallery::-webkit-scrollbar-thumb:hover {
  background: #e0a605;
}

.productpicgallery {
  margin-bottom: 13px;
  width: 120px;
  height: auto;
}

.productpicgallery:last-child {
  margin-bottom: 0px;
}

.bm-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  z-index: 999999;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media (min-width: 601px) {
  .bm-modal {
    display: none;
  }
}
.bm-price-section {
  text-align: center;
  padding: 14px 16px 6px;
  background: #e8e8e8;
}
.bm-main-price {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
}
.bm-main-price .bm-currency {
  font-size: 22px;
  font-weight: 700;
}
.bm-help-section {
  text-align: center;
  padding: 10px 16px 8px;
  background: #fff;
}
.bm-help-text {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}
.bm-contact-options {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-bottom: 4px;
}
.bm-contact-link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.bm-contact-link.bm-whatsapp {
  color: #1a8d5f;
}
.bm-contact-link.bm-phone {
  color: #333;
}
.bm-wa-svg {
  width: 22px;
  height: 22px;
}
.bm-phone-svg {
  width: 20px;
  height: 20px;
}
.bm-buttons-section {
  display: flex;
  gap: 10px;
  padding: 10px 12px 14px;
}
.bm-btn {
  flex: 1;
  padding: 14px 20px;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  transition: opacity 0.2s;
}
.bm-btn:active {
  opacity: 0.85;
}
.bm-btn-primary {
  background: #1a1a1a;
  color: #fff;
}
.bm-btn-primary .bm-arrow {
  font-size: 18px;
  transition: transform 0.2s;
}
.bm-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 26px;
  color: rgb(0, 0, 0) 9;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
  z-index: 1;
}
.bm-close:hover {
  color: #333;
}
.bm-modal::after {
  content: "";
  display: block;
  height: env(safe-area-inset-bottom, 0px);
  background: #fff;
}
