.product-slide-wrap .left {
  position: sticky;
  top: 72px;
  min-width: 60%;
  max-width: 60%;
  display: flex;
  overflow: hidden;
}
.product-slide-wrap .left .nav-carousel {
  margin-right: 12px;
}
.product-slide-wrap .left .nav-carousel ul {
  list-style: none;
  padding: 0px;
}
.product-slide-wrap .left .nav-carousel ul li {
  margin-bottom: 12px;
  width: 104px;
  height: 132px;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
  position: relative;
}
.product-slide-wrap .left .nav-carousel ul li:hover {
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.product-slide-wrap .left .nav-carousel img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slide-wrap .left .nav-carousel img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
}
.product-slide-wrap .left .main-carousel .item-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 890px;
  border-radius: 1rem;
}
.product-slide-wrap .left .nav-item.active {
  border: 1px solid #000;
  opacity: 1;
}
.product-slide-wrap .right {
  min-width: 40%;
  max-width: 40%;
}

.tags .card-tag .list_tag span {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  color: #111;
}

.--sku {
  font-size: 14px;
  color: #757575;
  text-transform: uppercase;
}

.--rating {
  font-size: 14px;
  color: #757575;
}

.rate-star {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.rating-item.active,
.rating-item2.active {
  color: #f8b52b;
}
.rating-item.active svg g path,
.rating-item2.active svg g path {
  fill: #f8b52b;
}

.rating-item3 svg {
  width: 24px;
  height: 24px;
}

.rating-item3.active {
  color: #f8b52b;
}
.rating-item3.active svg {
  width: 24px;
  height: 24px;
}
.rating-item3.active svg g path {
  fill: #f8b52b;
}

.load-more-comment {
  border-radius: 20px;
  border: unset;
  background: #f5f5f5;
}

a.action-btn.heart-btn.btn-love.love-product-detail {
  padding: 12px;
  border-radius: 50%;
  transform: scale(1);
}
a.action-btn.heart-btn.btn-love.love-product-detail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.group_btn_popup_prd {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #000;
  border-radius: 2rem;
  overflow: hidden;
  border: 2px solid #000;
}
.group_btn_popup_prd .buynow_wrapper button {
  width: 100%;
  height: 48px;
  border: 0px solid #000;
  color: #fff;
  background: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.group_btn_popup_prd:hover {
  border: 2px solid #000;
  background: #fff;
}
.group_btn_popup_prd:hover .buynow_wrapper button {
  color: #000;
  background: #fff;
}
.product-slide-wrap {
  gap: 24px;
}

.des-title {
  font-size: 16px;
  color: #757575;
  font-weight: 300;
}

.bst {
  font-weight: 300;
}

.h1.title-product {
  font-size: 24px;
}

.owl-center .owl-carousel {
  display: flex !important; /* To override display:block I added !important */
  flex-direction: row;
  justify-content: center; /* To center the carousel */
}

.color-item-outside {
  opacity: 0.3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-item-outside .color-item-inside {
  width: 28px;
  height: 28px;
  border-radius: 15px;
}

.color-item-outside.active {
  opacity: 1;
}

.size-item {
  height: 48px;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #dedede;
  transition: all 0.3s ease;
  font-size: 14px;
}

.size-item.active {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-family: "arialbd", sans-serif;
}

.size-item.unactive {
  border: 1px solid #dedede;
  background: #dedede;
  color: #bfbfbf;
}

.size-item.sold-out {
  opacity: 0.3;
}

.change-quantity {
  position: relative;
  width: 100%;
}

.subtract,
.plus {
  border: none;
  height: 48px;
  background-color: transparent;
  position: absolute;
}

.subtract {
  left: 15px;
  z-index: 10;
}

.plus {
  right: 15px;
  z-index: 10;
}

.number-only {
  position: relative;
  height: 48px;
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  border: unset;
  background: #f5f5f5;
  border-radius: 15px;
}

.btn-add-to-cart {
  width: 100%;
  height: 48px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  font-weight: 500;
  cursor: pointer;
  color: #000000;
  border-radius: 2rem;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}
.btn-add-to-cart:hover {
  background: #000;
  color: #fff;
}

.btn-add-to-cart-out-of-stock {
  width: 100%;
  height: 48px;
  background-color: #b5b5b5;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  font-weight: 500;
  cursor: pointer;
}

.thong-tin-gioi-thieu svg {
  min-width: 28px;
}

.dac-diem-noi-bat ul li {
  padding: 5px;
  font-weight: 300;
}

.product-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--Alias-Primary---On-Theme, #27272a);
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
  word-break: break-word;
}

.old-price {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
}

.nav-link {
  border: none !important;
  color: #000;
  position: relative;
  font-size: 2rem;
}

.nav-tabs .nav-link.active {
  color: #f15928;
  font-weight: 500;
}

.tab-pane {
  min-height: 400px;
}
.tab-pane p {
  font-weight: 300;
}
.tab-pane img {
  max-width: 100%;
  height: auto;
}

.comments .rating-summary {
  background-color: #f8f9fa;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
}
.comments .rating-summary h6 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.comments .rating-summary .rating-display .rating-number {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
}
.comments .rating-summary .rating-display .rating-count {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.comments .reviews-list {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 15px;
}
.comments .reviews-list .review-item .review-avatar .avatar-circle {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #999;
  font-size: 18px;
}
.comments .reviews-list .review-item .review-content .review-author {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.comments .reviews-list .review-item .review-content .review-text {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.comments .reviews-list .review-item .review-content .review-date {
  font-size: 12px;
  color: #999;
}
.comments .reviews-list .review-divider {
  margin: 20px 0;
  border-color: #e9ecef;
}
.comments .reviews-list .no-reviews {
  color: #999;
  font-style: italic;
}
.comments .review-form-wrapper {
  padding: 0 20px 30px 20px;
  border-radius: 8px;
}
.comments .review-form-wrapper h6 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.comments .review-form-wrapper .form-description {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
.comments .review-form-wrapper .form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
.comments .review-form-wrapper .rating-input .rate-star {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
.comments .review-form-wrapper .rating-input .rate-star .rating-item {
  cursor: pointer;
  color: #ddd;
  transition: color 0.2s ease;
}
.comments .review-form-wrapper .rating-input .rate-star .rating-item:hover, .comments .review-form-wrapper .rating-input .rate-star .rating-item.active {
  color: #ffc107;
}
.comments .review-form-wrapper .form-control {
  border: unset;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  background: #f5f5f5;
}
.comments .review-form-wrapper .form-control:focus {
  border-color: #333;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.comments .review-form-wrapper .btn {
  padding: 12px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: #fff;
  color: #000;
}
.comments .review-form-wrapper .btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.comments .jq-star {
  width: 14px !important;
  height: 14px !important;
}
.comments .left-comment {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  padding: 25px;
}
.comments svg {
  min-width: 14px;
  min-height: 14px;
}

.comments .rating-item2 svg {
  width: 14px;
  height: 14px;
}

.main-carousel-wrap {
  width: calc(100% - 76px);
}

.all_sale_page_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.all_sale_page_wrapper .top_of_page_sale .row_title_header_page {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.all_sale_page_wrapper .top_of_page_sale .row_title_header_page .bolder_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.all_sale_page_wrapper .top_of_page_sale .row_title_header_page .normal_title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.all_sale_page_wrapper .top_of_page_sale .row_title_header_page .row_time_remaining {
  display: flex;
  gap: 5px;
  align-items: center;
}
.all_sale_page_wrapper .top_of_page_sale .row_title_header_page .row_time_remaining .time_remaining_text {
  color: rgb(117, 117, 117);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}
.all_sale_page_wrapper .top_of_page_sale .row_title_header_page .time_countdown {
  display: flex;
  align-items: center;
  gap: 4px;
}
.all_sale_page_wrapper .top_of_page_sale .row_title_header_page .time_countdown .time_item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
}
.all_sale_page_wrapper .banner_sale {
  width: 100%;
}
.all_sale_page_wrapper .banner_sale img {
  width: 100%;
}
.all_sale_page_wrapper .list_btn_tab_sale_type {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.all_sale_page_wrapper .list_btn_tab_sale_type .item_tab {
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background-color: rgb(245, 245, 245);
  padding: 19px 60px;
}
.all_sale_page_wrapper .list_btn_tab_sale_type .active {
  color: rgb(255, 255, 255);
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .main-carousel-wrap {
    width: 100%;
  }
  .custom_nav_info_prd_detail {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .custom_nav_info_prd_detail::-webkit-scrollbar {
    display: none;
  }
  .custom_nav_info_prd_detail .nav-link {
    min-width: unset;
  }
  .product-slide-wrap .left {
    position: relative;
    top: 0px;
    min-width: 100%;
    max-width: 100%;
  }
  .product-slide-wrap .left .nav-carousel {
    display: none;
  }
  .product-slide-wrap .right {
    max-width: 100%;
    margin-top: 10px;
  }
}
