.review-container {
  display: flex;
  align-items: center;
}
.spec-column{
  font-size: 14px;
}
.review-container .stars {
  margin-right: 30px;
}

.review-container .tech_details {
  margin-right: 30px;
}


.review-container .stars svg {
  margin-right: 4px;
}

.review-container .tech_details svg {
  margin-right: 11px;
}

.subtitle-product-details {
  margin-top: 25px;
  margin-bottom: 0px;
}

h1.product__info-item.title3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#price-main-product-info {
  /* margin-top: 0px !important; */

}

/* .product__info-item .price-item {
  font-weight: 300 !important;
} */

.product__info-item.rte.body3 {
  font-weight: 300;
  font-size: 14PX;
  margin-block: 40px;
}

#Quantity-Form-main-product-info {
  WIDTH: 50%;
  DISPLAY: flex;
  flex-wrap: wrap;
  margin-right: 25px;
  ALIGN-ITEMS: center;
  JUSTIFY-CONTENT: space-between;
}

.quantity-input-label {
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
}

.quantity__button {
  border: 1px solid #000;
  width: 30px;
  height: 30px;
}

.quantity__button svg {
  height: 7px;
}

.quantity {
  align-items: center;
}

.quantity__button:first-child {
  border-right: 0 !important;
}

.product-quantity_selector {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.button#product-form-main-product-info-submit {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #000;
  letter-spacing: 1px;
}

fieldset legend {
  font-weight: 500 !important;
}

.color-variant-cercle {
  border-radius: 50% !important;
}

label.body3.variant-image__wrapper.color-variant-cercle {
  border-radius: 50% !important;
}

.product-form__input input[type="radio"]:checked+label.body3.label-color {
  background-color: transparent;
  border-color: rgba(var(--color-button-background));
  border: 2px solid #000;
  width: 31px;
  height: 31px;
}

.product-form__input label.body3.label-color {
  padding: 2px !important;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 50% !important;
}

.product-form__input div {
  width: 21px;
  height: 21px;
  margin-left: 1px;
  margin-top: 1px;
  border: 0 !important;

}

.product-form__input label :hover {
  border-radius: 50% !important;
}

.product-form__input input[type="radio"]:checked+label {
  background-color: transparent;
  border-color: rgba(var(--color-button-background));
}

.product__info-item.product__info-description.body3.rte {
  margin-block: 10px;
  font-weight: 400;
}

button.btn.btn-primary.pay-button-common-item.pay-button-buy-now.button {
  background-color: #000;
  color: #FFF;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 14px;
  padding: 0 !important;
}

.continue-shopping {
  width: 100%;
  margin: 5px 0px;
  padding: 1px 6px 4px;
  height: 40px;
  text-align: center;
  color: #000000;
  border: 2px solid #000;
  background-color: #ffffff;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 14px;
}


.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.tablink {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0PX;
  margin-right: 70PX;
  border-bottom: 2px solid;
  font-weight: bold;
  color: #707070;
  cursor: pointer;
  font-size: 18px;
  /* text-decoration-skip-ink: none; */
}

.tablink.tab_active {
  color: #000 !important;
}

.tabcontent {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.tabcontent.show {
  display: block;
  opacity: 1;
  margin-inline: 10px;
}

.product-specs {
  display: flex;
  gap: 50px;
  /* Adjust spacing between columns as needed */
}



.spec-column h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
}

.spec-column ul {
  list-style-type: none;
  padding: 0;
}

.spec-column ul li {
  background-color: #f4f4f4;
  /* Light gray background for the items */
  padding: 5px 10px;
  margin-bottom: 5px;
}

.spec-column ul li strong {
  font-weight: bold;
}

.product-specs {
  display: flex;
  gap: 50px;
  /* Adjust spacing between columns as needed */
}


.spec-column h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #757575;
  /* Dark gray for the heading */
  font-weight: 500;
}

.spec-column ul {
  list-style-type: none;
  padding: 0;
}

.spec-column ul li {
  word-break: break-all;
  font-weight: 300;
  color: #000000;
  /* Dark gray text */
}

.spec-column ul li .dataLI {

  padding: 5px 2px;
  margin-bottom: 5px;
  color: #000000;
  /* Dark gray text */
  font-weight: 200;

}

.spec-column ul li:nth-child(odd) {
  background-color: #f5f4f4;
  /* Light gray for odd items */
}

.spec-column ul li:nth-child(even) {
  background-color: #ffffff;
  /* White for even items */
}

.spec-column ul li strong {
  font-weight: bold;
  color: #111111;
  /* Black for key elements like "Color", "Material", etc. */
}

@media screen and (max-width: 959px) {
  .product-specs {
    gap: 5px !important;
  }
  .product-recommendations-title{
    text-align: center;
  }
  .table-container-details {
    display: none;
  }

  .product-specs {
    flex-direction: column;
  }

  .container-sepicial {
    margin-left: 0%;
    margin-block: 0px;
    margin-TOP: 15px;
    padding-top: 0 !important;
    padding-inline: 5%;

  }
}
.continue-shopping  {
  padding: 0 !important;
}
@media screen and (min-width: 959px) {
  .tabcontent.show {
    margin-inline: 0px;
  }
  .according-container-details {
    display: none;
  }
  .spec-column {
    min-width: 230px;
}
  .container-sepicial {
display: flex;
justify-content: center;
width: 100%;
    margin-TOP: 70px;

  }

}
section#MainProduct-main-product-info {
  padding-bottom: 0px !important;
}
.download_sheet {
  display: flex;
  justify-content: center;
  /* margin-top: 20px; */
}

.download_sheet button {
  border: 0;
  border-bottom: 1px solid #000;
  background-color: #ffffff00;

}

.according-container-details .accordion {
  border: 0;
  border-color: #000;
  color: #000;
}

.according-container-details .accordion .accordion__title {
  font-weight: 500;
  font-size: 18px;
}

.according-container-details .accordion summary {
  border-bottom: 1px solid;
}

.according-container-details .accordion__content {
  margin-top: 25px;
}
.download_sheet a {
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding-inline: 3px;
  text-decoration: none;
}
.download_sheet span {
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding-inline: 3px;
}
.disabled-download{
  color: #888;
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

#ProductDetails li {
  font-size: 12px;
}
#plugin-product-comment{
  display: none;
}
.isv-web-btn-primary{
  background-color: #000 !important;
}
.plugin-product-comment-list-wrap {
  margin-top: 0px;
}
.plugin-product-comment-empty-list {
margin-top: 30px;
}
