#body {
  background-color: #fff !important;
}

.product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 950px;
}

.product .image,
.product .info {
  width: 50%;
}
.product .image {
  position: relative;
  height: 950px;
}
.product .status {
  display: grid;
  place-content: center;
  z-index: 22;
  position: absolute;
  top: 0;
  margin-top: 90px;
  margin-left: 5px;
  background-color: #ffee00;
  width: 170px;
  height: 54px;
  padding-top: 2px;
  border-radius: 13px;
}
.product .status h4 {
  color: #333;
  font-size: 1.3rem;
  padding-top: 7px;
}
#carouselExampleIndicators img {
  height: 950px;
  object-fit: cover;
}

.product .image .f-b {
  background-color: #e4d500 !important;
  height: 30px;
}
.product .arrow-c {
  color: #333;
  font-size: 2rem;
}

.info-c {
  width: 90%;
  margin-inline: auto;
  max-width: 800px;
}

.info-c h2 {
  font-size: 3.4rem;
  max-width: 500px;
  color: #000;
}
.info-c h5 {
  max-width: 550px;
  color: #333;
  font-size: 1.3rem;
  line-height: 33px;
}

.info-c p {
  font-size: 1.1rem;
  line-height: 30px;
  color: #333333e1;
}

.info-c .c-border {
  border: 1px solid #3333330c;
}
.info-c .price {
  margin-top: 10px;
  margin-bottom: 10px;
}
.info-c .price h6 {
  font-size: 1.2rem;
  color: #33333393;
  margin-bottom: 0px;
}
.info-c .price span {
  font-size: 1.6rem;
  color: #e4d500;
}
.info-c .form-c {
  margin-top: 10px;
}
.info-c .radio-c {
  margin-bottom: 10px;
}
.info-c .radio-c div {
  display: flex;
  align-items: center;
}
.info-c .radio-c label {
  font-size: 1.1rem;
  color: #333333d7;
  margin-left: 5px;
  cursor: pointer;
}

.info-c .radio-c input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid gray;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.info-c .radio-c input[type="radio"]:checked {
  background-color: #ffee00;
}

.info-c .submit .flex {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.info-c .submit button {
  width: 150px;
  height: 50px;
  border: none;
  font-size: 1rem;
  border-radius: 10px;
  background-color: #ffec00;
  color: #333;
}

.info-c .submit .flex input {
  width: 50px;
  height: 50px;
  padding-left: 15px;
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid #3333333a;
  color: #333;
}
.info-c .submit .flex input:focus {
  outline: none;
}

@media only screen and (max-width: 1279px) {
  .info-c h2 {
    font-size: 2.5rem;
    max-width: 350px;
  }
  .info-c h5 {
    font-size: 1.2rem;
  }
  .info-c p {
    font-size: 1rem;
    line-height: 28px;
  }
  .info-c .price h6 {
    font-size: 1.1rem;
  }
  .info-c .price span {
    font-size: 1.5rem;
  }
  .info-c .radio-c label {
    font-size: 1rem;
  }
  .info-c .submit button {
    width: 145px;
    height: 50px;
  }
  .product .status {
    width: 135px;
    height: 50px;
  }
  .product .status h4 {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767px) {
  .product {
    flex-direction: column;
    height: auto;
  }

  .product .status {
    width: 120px;
    height: 43px;
  }
  .product .status h4 {
    font-size: 1.05rem;
  }
  .product .image,
  .product .info {
    width: 100%;
  }
  .product .image {
    height: 500px;
  }

  #carouselExampleIndicators img {
    height: 500px;
  }
  .info-c {
    width: 97%;
  }

  .product .arrow-c {
    font-size: 1.7rem;
  }
  .product .image .f-b {
    height: 5px;
  }
  .product .info {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 499px) {
  .product .status {
    display: none;
  }

  .product .image {
    margin-top: 67px;
    height: 380px;
  }

  #carouselExampleIndicators img {
    height: 380px;
  }
  .info-c h2 {
    font-size: 2.1rem;
  }
  .info-c h5 {
    font-size: 1.1rem;
    line-height: 28px;
  }
  .info-c p {
    font-size: 0.9rem;
    line-height: 26px;
  }
  .info-c .price h6 {
    font-size: 1rem;
  }
  .info-c .price span {
    font-size: 1.35rem;
  }
  .info-c .radio-c label {
    font-size: 0.95rem;
  }
  .info-c .submit button {
    font-size: 0.95rem;
    width: 128px;
    height: 47px;
  }
  .info-c .submit .flex input {
    height: 47px;
  }
}
