/* Specification Section */
.specification-container {
  margin-top: 4rem;
}
.specification-container.bg {
  position: relative;
  background-image: url("/assets/images/website/product-details/backgroundImg.jfif");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.35);
  margin: 0;
  padding: 6rem 0;
}
@media (max-width: 992px) {
  .specification-container.bg {
    padding: 3rem 0;
  }
}
.specification-container .border-y {
  border-top: solid;
  border-bottom: solid;
  padding: 1.2rem 0;
  color: #000;
}
.specification-container .border-bottom {
  border-bottom: solid !important;
  padding: 1.2rem 0;
  color: #000;
}
.specification-container #country-img {
  max-height: 40rem;
  width: 100%;
}
.specification-container .mobile-title-container h2 {
  font-family: EagleBook;
  font-size: 2rem;
  font-weight: 500;
}
.specification-container .mobile-title-container img {
  width: 5.2rem;
}
.specification-container .desktop-title-container h2 {
  font-family: EagleBook;
  font-size: 3rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .specification-container .desktop-title-container h2 {
    font-size: 2rem;
  }
}
.specification-container .desktop-title-container img {
  width: 4rem;
}
@media (max-width: 992px) {
  .specification-container .desktop-title-container img {
    width: 2.5rem;
  }
}
.specification-container .divider {
  height: 2px;
  background-color: #ccc;
  width: 100%;
}
.specification-container .info-container h3 {
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .specification-container .info-container h3 {
    font-size: 0.9rem;
  }
}
.specification-container .info-container p {
  font-family: EagleLight;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 24.66px;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .specification-container .info-container p {
    font-size: 0.9rem;
  }
}
.specification-container .nahrwerte-container h4 {
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}
.specification-container .nahrwerte-container h4:before {
  content: "";
  position: absolute;
  width: 2.5rem;
  bottom: -0.8rem;
  border-bottom: 0.3rem solid #000;
  border-radius: 1rem;
}
.specification-container .nahrwerte-container h3 {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.specification-container .nahrwerte-container p {
  margin-bottom: 0;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
}
.specification-container .detail-info {
  font-family: EagleLight;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
}
.specification-container .detail-info a {
  display: block;
  font-family: EagleBook;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
}
.specification-container .quality-trademark {
  display: grid;
  align-items: end;
}
@media (max-width: 992px) {
  .specification-container .quality-trademark {
    margin-top: 3rem;
    justify-content: center;
  }
}
.specification-container .quality-trademark img {
  width: 7rem;
}
/* Product Reviews */
.product-reviews {
  padding: 3rem 0;
  background-color: rgba(240, 227, 211, 0.2);
}
.product-reviews .box {
  background-color: #fff;
  padding: 2rem;
  height: 100%;
}
.product-reviews .stars {
  display: inline-flex;
  color: rgb(229, 152, 25);
}
.product-reviews .stars i:not(:last-child) {
  margin-right: 0.5rem;
}
.product-reviews .percentage {
  width: 1rem;
}
.product-reviews .overall-rating {
  color: #9e0b0f;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-reviews .ratings {
  color: #9e0b0f;
}
.product-reviews .ratings .rating:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product-reviews .ratings .rating .progress {
  height: 0.4rem;
}
.product-reviews .ratings .rating .progress .progress-bar {
  background-color: #9e0b0f;
}
.product-reviews .reviews {
  margin-top: 1rem;
}
.product-reviews .reviews .review {
  display: flex;
  padding: 1.5rem 0;
}
.product-reviews .reviews .review:not(:last-child) {
  border-bottom: 1px solid rgb(204, 204, 204);
}
.product-reviews .reviews .review .user {
  margin-right: 1.5rem;
}
.product-reviews .reviews .review .user .avatar {
  height: 4rem;
  width: 4rem;
  background-color: #9e0b0f;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.product-reviews .reviews .review .user .avatar:after {
  font-family: "bootstrap-icons" !important;
  content: "\f4e1";
  font-size: 2.2rem;
}
.product-reviews .reviews .review .user-info .date {
  font-style: italic;
  color: #aba294;
}
.product-reviews .review-form-container {
  background: #fff;
  padding: 2rem;
}
.product-reviews .review-form-container .review-rating {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.product-reviews .review-form-container .review-rating > input {
  display: none;
}
.product-reviews .review-form-container .review-rating > label {
  color: #ddd;
  float: right;
  transition: 0.6s all;
  cursor: pointer;
}
.product-reviews .review-form-container .review-rating > label:not(:last-child) {
  margin-right: 10px;
}
.product-reviews .review-form-container .review-rating > label:before {
  margin-bottom: 10px;
  font-size: 1.8em;
  font-family: "bootstrap-icons" !important;
  display: inline-block;
  content: "\f586";
}
.product-reviews .review-form-container fieldset.review-rating label {
  margin: 0;
  padding-right: 10px;
}
.product-reviews .review-form-container .review-rating:not(:checked) > label:hover,
.product-reviews .review-form-container .review-rating:not(:checked) > label:hover ~ label,
.product-reviews .review-form-container .review-rating > input:checked ~ label {
  color: #e59819;
}
.product-reviews .review-success-container {
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 4rem;
  background-color: #fff;
}
.product-reviews .review-success-container .icon {
  color: #3DC480;
  font-size: 6rem;
}
.product-reviews .review-success-container .success-title {
  color: #3DC480;
}
.product-reviews .review-success-container .success-message {
  color: #8c8c8c;
}
