    /*  duplicatistyle with shop page   */
       
       
.custom-alert {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.alert-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: popup 0.3s ease-out; /* Popup animation */
}
.succ {
  background-color:#9feda1; /*#fff; */
    
}
.warn{
    background-color:#edac9f; /*#fff; */
}
@keyframes popup {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Optional: Add a fade-out animation */
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



       
       
        /*  duplicatistyle with shop page   */
       
.quantity-selector {
  display: flex;
  align-items:center;

  margin-bottom: 25px;
}
  .quantity-selector input {
  width:80px;
  height: 25px;
  margin: 2%;
  border-radius: 25px;
  text-align: center;
  }
  .quantity-selector button {
  padding: 5px 10px;
  border-radius: 60%;
border:0;
height: 32px;
width:32px ;
  cursor:default;;
  }
.incde{
background-color: rgb(228, 206, 209);
  color: red;
}
  .custom-select select {
     width: 100%;
     margin-left: 2px;
      padding: 5px; 
     font-size: 10px;
      border: .1px solid #ccc;
      border-radius: 4px; background: #fff; 
      -webkit-appearance: none; -moz-appearance: none;
       appearance: none; cursor: pointer; 
      } /* Style the dropdown arrow */
       .custom-select { 
        position: relative;
       } .custom-select::after {
         content: '\25BC';
          /* Down arrow symbol */ 
          position: absolute; 
          top: 55%; right: -9px; 
          transform: translateY(-50%);
          pointer-events: none; 
          color: #41c758; }

        

          #uni option {
            color : black ;
            background-color: white;
          }
          .custom-select select {
padding-left: -4px;
          font-size: 16px;
          }


       body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
   min-height: 100vh;
    height: 100%;
}

.product-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100vh;
    width: 100%;
}

h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    color: #555;
}

a {
    color: #007bff;
    text-decoration: none;
}

.pack-sizes, .reviews {
    margin-top: 20px;
}

h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    font-size: 14px;
    color: #555;
}

.review {
   
    margin-bottom: 15px;
}

.reviewer {
    font-weight: bold;
}

.review-date {
    font-size: 12px;
    color: #888;
  display: inline-block;
}

.review-rating {
    color: #ffc107;
    font-size: 14px;
}

#add-to-basket {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10%;
    width: 100%;
}

#add-to-basket:hover {
    background-color: #218838;
}
.back {
    
    position: absolute;
    top:2%;
    font-size: 30px;
 
}
.back i {
    
    color:#0c9b2e;
  
}
.price{
    
    font-size: 15px;
}

.imgbox{
    
    width: 100%;
    height: 45vh;
}
.rname{
    display: flex;
}