.detail-prod {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

#add-label {
  color: #ffffff;
  text-decoration: none;
}

.preview-thumbnail {
  justify-content: center;
}

.image-products {
  display: contents !important;
}

.thumbnail-container {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
}

.thumbnail {
  width: 96px !important;
  height: 96px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  cursor: pointer !important;
}

.tab-pane {
  height: 400px;
}
.tab-pane img {
  height: 100%;
  width: unset !important;
}

.btn-cart,
.btn-fav {
  padding-top: 15px;
  width: 430px;
}

#selectedColor,
#selectedSize {
  width: 200px;
}

.selects-product {
  display: flex;
  margin-top: 10px;
}

p {
  font-weight: 600;
}

.rating2 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
}
.rating2.rating-0 {
  filter: grayscale(100%);
}
.rating2 > input {
  display: none;
}
.rating2 > label {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}
.rating2 > input:checked ~ label,
.rating2 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}
.rating2 > input:not(:checked) ~ label:hover,
.rating2 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

@media (max-width: 480px) {
  #pills-tabContent {
    overflow: auto;
  }
  .information-tab {
    color: #0f5174 !important;
  }
  .information-tab.active::before {
    display: none !important;
  }
  .btn-cart,
  .btn-fav {
    width: 100%;
  }
  #selectedColor,
  #selectedSize {
    width: 160px;
  }
  .s_product_inner .col-lg-6 {
    padding-left: 0;
  }
  .tab-pane {
    text-align: center;
  }
  .preview-thumbnail {
    justify-content: center;
  }
  .image-min {
    padding-left: 0 !important;
  }
  .thumbnail {
    width: 82px;
    height: 82px;
  }
  #mainImage {
    width: 90%;
    height: auto;
  }
}
.container-information {
  width: min(1150px, 100%);
  box-shadow: 4px 4px 5px 0px #d9d9d9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.container-information .information-header {
  background-color: #fafafa;
  border-radius: 10px;
}
.container-information .information-header .information-tab {
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
  transition-duration: 0.3s;
  color: #c4c4c4;
}
.container-information .information-header .information-tab:hover {
  color: #0e5690;
  border: 0;
}
.container-information .information-header .information-tab.active {
  color: #0e5690;
}
.container-information .information-header .information-tab.active::before {
  position: absolute;
  bottom: -130%;
  left: 50%;
  translate: -50%;
  content: "";
  display: block;
  background-color: #0e5690;
  height: 8px;
  width: 55px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#pills-information-tab {
  color: #0e5690 !important;
}

@media (max-width: 767px) {
  .container-information .information-header .information-tab {
    font-size: 0.7rem;
  }
}
.information-separator {
  height: 40px;
  width: 2px;
  background-color: #c4c4c4;
}

.reviews-container {
  border-radius: 10px;
  background-color: #0e5690;
  width: 250px;
}

.review-stars-container {
  gap: 5px;
}
.review-stars-container > svg {
  font-size: 18px;
}

.single-review svg {
  color: #ffffff;
  font-size: 12px;
}
.single-review span {
  font-size: 12px;
}

.progress {
  border-radius: 0 !important;
  height: 6px !important;
  background-color: rgba(119, 163, 199, 0.5294117647);
}
.progress .progress-bar {
  background-color: #ffffff;
}

.tab-content {
  max-height: auto !important;
}

.tab-pane {
  height: auto !important;
}

.feedback-container {
  border-left: 2px solid #c4c4c4;
  max-height: 100%;
  overflow-y: auto;
}
.feedback-container .single-feedback svg {
  font-size: 14px;
}
.feedback-container .single-feedback .feedback-title {
  font-size: 16px;
  font-weight: bold;
  color: rgb(15, 15, 15);
}
.feedback-container .single-feedback .feedback-comment {
  font-size: 14px;
  font-weight: 400;
  color: #c4c4c4;
}
.feedback-container .single-feedback .bottom-border {
  width: min(300px, 100%);
  height: 2px;
  background-color: #c4c4c4;
}
.feedback-container::-webkit-scrollbar {
  width: 12px;
}
.feedback-container::-webkit-scrollbar-track {
  background: #0e5690;
  border-radius: 10px;
}
.feedback-container::-webkit-scrollbar-thumb {
  background: #2982cb;
  border-radius: 10px;
}
.feedback-container::-webkit-scrollbar-thumb:hover {
  background: #2574b5;
}

.fav-rel {
  color: rgb(56, 165, 196);
  right: 8px;
  position: absolute;
  margin-top: 10%;
}

@media (max-width: 768px) {
  .tab-content {
    box-sizing: content-box !important;
    min-height: 400px !important;
    max-height: 1500px !important;
  }
  .tab-pane {
    height: 20rem !important;
  }
  .feedback-container {
    border: none;
  }
}
.product {
  display: flex;
  flex-direction: column;
  justify-content: initial;
  align-items: initial;
  border-radius: 0.875rem;
  overflow: hidden;
  padding-bottom: 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  transition-duration: 400ms;
}
.product:hover {
  box-shadow: 0 15px 21px rgba(0, 0, 0, 0.368627451);
}
.product .product-header {
  position: relative;
  padding: 0.5rem;
  height: 3.125rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  background-color: #38a5c4;
}
.product .product-header::after {
  position: absolute;
  display: block;
  content: "";
  height: 0.5rem;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #38a5c4;
}
.product .product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.product .product-image img {
  width: 100%;
  aspect-ratio: 1/1;
}
.product .product-image .favorite {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #38a5c4;
}
.product .product-image .favorite:hover {
  color: #0c415d;
}
.product .sponsored {
  cursor: default;
  background-color: #2fb02f;
  color: #ffffff;
  padding: 1px 20px;
  border-radius: 0 7px 7px 0;
  width: -moz-fit-content;
  width: fit-content;
}
.product .product-price-information {
  margin: 1rem 0;
  padding: 0 0.3125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .product .product-price-information {
    flex-direction: column;
  }
}
.product .product-see-more {
  margin: 0 auto;
}
.product .product-information {
  text-align: center;
}

@media (max-width: 768px) {
  .product-image {
    padding: 2rem;
  }
}
.product-detail > img {
  width: 500px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail-product {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
.detail-product > article {
  text-align: center;
}

picture {
  text-align: center;
}

@media (max-width: 720px) {
  .detail-product {
    grid-template-columns: 1fr;
  }
  article > a {
    padding: 0.5rem 7rem;
  }
}
