* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: ;
  background: ;

}

.container {
  max-width: 70%;
  margin: auto;
  height: 80vh;
  margin-top: 5%;
  background: white;
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.1);
}

.left, .right {
  width: 50%;
  padding: 30px;
}

.details{
  display: flex;
  height: auto;
  margin-top: 3%;
}

.details_logo{
  width: 20%;
  display: flex;
  border: 1px solid #f2f2f2;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
}

.details_logo i{
}

.details_desc{
  width: 70%;
  font-size: 12px;
  border: 2px solid #f2f2f2;
  text-align: center;
  height: auto;
  opacity: 0.7;
  margin-left: 15px;
}


.flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}

.flex1 {
  display: flex;
}

.main_image {
  width: auto;
  height: auto;
  margin-left: 15px;
}

.main_image img{
  width: 85%;
  height: 50%;
}

.option img {
  width: 75px;
  height: 75px;
  padding: 10px;
}

.price{
  font-weight: bold;
  color: grey;
}

.right {
  padding: 50px 100px 50px 50px;
  margin-top: 15px;
}

h3 {
  color: #af827d;
  margin: 20px 0 20px 0;
  font-size: 16px;
}

h5,
p,
small {
  color: #837D7C;
}

h4 {
  color: red;
}

p {
  margin: 20px 0 50px 0;
  line-height: 25px;
  font-size: 15px;
}

h5 {
  font-size: 17px;
  padding-top: 15px;
}

.label_1,
.add span,
.color span {
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
  margin: 20px 10px 20px 0;
}

label{
  font-size: 15px;
}

.color span:nth-child(2) {
  background: #EDEDED;
}

.color span:nth-child(3) {
  background: #D5D6D8;
}

.color span:nth-child(4) {
  background: #EFE0DE;
}

.color span:nth-child(5) {
  background: #AB8ED1;
}

.color span:nth-child(6) {
  background: #F04D44;
}

.add label,
.add span {
  background: none;
  border: 1px solid #C1908B;
  color: #C1908B;
  text-align: center;
  line-height: 25px;
}

.add label {
  padding: 10px 30px 0 20px;
  border-radius: 50px;
  line-height: 0;
}

button {
  width: 80%;
  height: 50px;
  font-size: ;
  padding: 10px;
  border: none;
  outline: none;
  background: #C1908B;
  color: white;
  margin-top: 10%;
  border-radius: 10px;
}

button a{
  color: white;
}

.fas.fa-star,
    .far.fa-star {
        color: #DAA520; /* Apply the specific color to the stars */
    }
.product-reviews {
       width: 60%;
       padding-top: 20px;
       margin-top: 30px;
       margin-left: 3%;
    }

    .review {
      border-bottom: 1px solid #ccc;
      margin-bottom: 15px;
      padding-bottom: 15px;
    }

    .review h4 {
      margin-bottom: 5px;
      font-size: 18px;
    }

    .review p {
      margin: 5px 0;
    }

    .add-review {
      margin-top: 30px;
    }

    .add-review form {
      display: flex;
      flex-direction: column;
      width: 50%;
    }

    .add-review {
      margin-bottom: 10px;
      height: auto;
      margin-left: 3%;
    }

    .add-review input[type="text"] {
      width: 60%;
      padding: 5px;
      height: 60px;
      font-size: 14px;
      margin-bottom: 10px;
      border-bottom: 1px solid #f2f2f2;
    }
    .add-review input[type="number"] {
      width: 15%;
      padding: 5px;
      height: 40px;
      margin-bottom: 10px;
      border: 1px solid #f2f2f2;
    }
    .add-review textarea {
      padding: 5px;
      height: 120px;
      margin-bottom: 10px;
      border: 1px solid #f2f2f2;
      font-size: 14px;
      width: 100%;
    }

    .add-review input[type="submit"] {
      padding: 8px;
      height: 60px;
      border-radius: 10px;
      cursor: pointer;
      background-color: #4CAF50;
      color: white;
      border: none;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin-top: 10px;
    }

  .footer {
        background: #111;
        color: #fff;
        padding: 40px 20px;
        text-align: center;
        margin-top: 15%;
    }

    .footer-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-logo h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .footer-links {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .footer-links li {
        display: inline;
    }

    .footer-links a {
        text-decoration: none;
        color: #ccc;
        font-size: 16px;
        transition: 0.3s;
    }

    .footer-links a:hover {
        color: #fff;
    }

    .footer-social a {
        color: #ccc;
        font-size: 20px;
        margin: 0 10px;
        transition: 0.3s;
    }

    .footer-social a:hover {
        color: #fff;
    }

    .footer-bottom {
        margin-top: 20px;
        font-size: 14px;
        color: #aaa;
    }

@media only screen and (max-width:768px) {
  .container {
    max-width: 90%;
    margin: auto;
    height: auto;
  }

  .left, .right {
    width: 100%;
  }

  .container {
    flex-direction: column;
  }

  .add-review input[type="number"] {
      width: 30%;
      font-size: 15px;
      
    }
}

@media only screen and (max-width:511px) {
  .container {
    max-width: 100%;
    height: auto;
    padding: 10px;
  }

  .left, .right {
    padding: 0;
  }

  img {
    width: 100%;
    height: 100%;
  }

  .option {
    display: flex;
    flex-wrap: wrap;
  }

  .add-review input[type="number"] {
      width: 30%;
      font-size: 15px;
      
    }
}
}