
.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: 64px;
  height: 80px;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0.7;
}
.product-slide-wrap .left .nav-carousel ul li:hover {
  border: 1px solid #000;
  transition: 0.3s;
  opacity: 0.7;
}
.product-slide-wrap .left .nav-carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slide-wrap .left .main-carousel .item-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slide-wrap .left .nav-item.active {
  border: 1px solid #000;
  opacity: 1;
}
.product-slide-wrap .right {
  min-width: 40%;
  max-width: 40%;
}

.right .mt-4.d-flex.align-items-center {
/*display:none !important;*/
}

.product-slide-wrap {
  gap: 24px;
}

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

.bst {
  font-weight: 300;
}

.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 {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
  cursor: pointer;
}

.size-item.active {
  border: 2px solid #333;
}

.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: 5px;
  z-index: 10;
}

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

.number-only {
  position: relative;
  height: 48px;
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

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

.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;
  border-bottom: 1px solid #dee2e6 !important;
  color: #757575;
  position: relative;
}

.nav-link.active {
  color: black;
  font-weight: 500;
}
.nav-link.active::after {
  content: "";
  display: block;
  width: 15%;
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

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

.comments .left-comment {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  padding: 25px;
}

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

#reviewForm {
  width: 100%;
  margin: auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}

#reviewForm .form-group {
  margin-bottom: 15px;
}

#reviewForm .form-label {
  font-weight: bold;
}

#reviewForm .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#reviewForm .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
}

#reviewForm .btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}

.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) {
  .left-comment {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .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;
  }
}
