
h1 {
margin-top: 20px;
}

.product-details {
width: 80%;
margin: 20px auto;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 10px;
background-color: #fff;
overflow: hidden;
height: auto;
position: relative;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
padding: 0;
}

.product {
float: left;
margin-right: 20px;
padding: 0;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
margin: 0;

}

.product img {
max-width: 700px;
max-height: 650px;
object-fit: contain;

}

.product-info {
overflow: hidden; /* Clear float */
padding: 20px;
padding-top: 5%;


}

#productName {
font-size: 42px;
font-weight: bold;
margin-bottom: 10px;
}

.product-info p {
font-size: 16px;
margin-bottom: 15px;
}

label {
display: block;
margin-bottom: 5px;
font-size: 16px;
}

#quantity {
width: 70px;
padding: 8px 20px;
font-size: 20px;
margin-right: 10px;


border-radius: 5px;
background-color: whitesmoke;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#addtocart {
padding: 10px 20px;
cursor: pointer;

border: none;
border: 2px solid #bc6e19;
background-color: #bc6e19;
color: white;
border-radius: 5px;
font-size: 20px;

transition: all .3s ease;

}

#addtocart:hover {
transition: all .3s ease;
color: #bc6e19;
border: 2px solid #bc6e19;
background-color: white;
border-radius: 5px;
font-size: 20px;
}


/* SIZES */
.size-container {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
  }
  
  .size-container .custom-radio {
    display: inline-flex;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    overflow: hidden;
  }
  
  .size-container .custom-radio input[type='radio'] {
    display: none;
  }
  
  .size-container .radio-label {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }
  
  .size-container .radio-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #d38e40;
    border-radius: 50%;
    margin-right: 10px;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  
  .size-container .radio-text {
    font-size: 1rem;
    color: #333;
    transition: color 0.3s ease-in-out;
  }
  
  .size-container .custom-radio input[type='radio']:checked + .radio-label {
    background-color: #d38e40;
  }
  
  .size-container .custom-radio input[type='radio']:checked + .radio-label .radio-circle {
    border-color: #fff;
    background-color: #d38e40;
  }
  
  .size-container .custom-radio input[type='radio']:checked + .radio-label .radio-text {
    color: white;
  }


/* ADD ONS CONTAINER */

.select-optionnn {
  position: absolute;
  background: #ccc;
  width: 80%;
  top: 600px;
  left: 70%;
  transform: translateX(-50%);
}
.select-optionnn label {
  position: absolute;
  color: #6f4e37;
  font-weight: bold;
  font-size: 27px;
  font-family: arial;
  text-align: center;
  
}

.addOnQuantity{
  position: absolute;
  right: 0px;
  width: 50px;
  height: 25px;
  margin-right: 5px;
}
.checkbox-option {
  position: relative;
  top: 20px;
  display: flex;
  align-items: center;
  left: -50px;
  width: 100%;

}

.checkbox-option input[type="checkbox"] {
  margin-right: 10px;
  padding: 90px;
  accent-color: brown;
  width: 25px;
  height: 25px;
  margin: 4px;

}

.checkbox-option label {
  font-size: 18px;
  color: white;

  font-family: Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  
}



.add-ons-container {
  position: absolute;
  display: flex;
  color: #4e3629;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0px;
  color: black;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  padding: 20px;
  width: 350px;
  height: 400px;
  left: 650px;
  top: -560px;
  overflow: auto;
  border-radius: 10px;
  background-color: #f9f9f9;

  justify-content: center;
  align-items: center;
}

.category-column {
  flex: 1;
  min-width: 200px;
  color: #6f4e37;
  /* border: 1px solid #ddd; */
  border-radius: 5px;
  /* Optional: Round the corners */
  /* background-color: #f9f9f9;  */
  

}

.category-column h3 {
  text-align: center;
  font-size: 20px;
  width: 200px;
  position: relative;
  margin: 0 auto;
}

.checkbox-option {
  margin-bottom: 10px;
  color: #218838;
  margin: 0 50px;

}


.checkbox-option label {
  color: black;
  position: relative;

  /* Set checkbox label color to black */
}