.b-crumb{
    padding: 20px 5%;
}
.breadcrumb-item a{
    color: #000;
}
.product-detail{
    margin: 20px 0px;
    padding: 0px 5%;
}
.product-images {
    position: sticky;
    top: 120px;
    z-index: 10;
  }
  .main-image {
    border-radius: 10px;
    overflow: hidden;
  }
  .main-image .carousel-item img {
    /* height: 500px; */
    object-fit: contain;
    padding: 10px;
    border: 20px solid #f8f9fa;
  }
  .control-icon {
    filter: invert(1);
    width: 20px !important;
    height: 20px !important;
  }
  .carousel-indicators-thumbnails {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    justify-content: center;
  }

  .carousel-indicators-thumbnails button {
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
  }

  .carousel-indicators-thumbnails button.active {
    border-color: #ff0191;
  }

  .carousel-indicators-thumbnails button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-indicators-thumbnails button.last-indicators-thumbnails {
    position: relative;
  }

  .carousel-indicators-thumbnails button.last-indicators-thumbnails p {
    background: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    font-size: 10px;
    border-radius: 8px;
  }
  .modal-fullscreen .modal-content {
    background: rgba(0, 0, 0, 0.95);
  }
  .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .modal-carousel-image {
    max-height: 80vh;
    max-width: 90vw;
    object-fit: contain;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  }
  .modal-control-pre {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 20px;
    transition: all 0.3s ease;
  }
  .modal-control-nex {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    top: 50% !important;
    left: 5% !important;
    transform: translateY(-50%) !important;
    margin: 0 20px;
    transition: all 0.3s ease;
  }
  .modal-control-pre:hover {
    background: #fff !important;
    transform: translateY(-50%) scale(1.1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
  .modal-control-pre:nex {
    background: #fff !important;
    transform: translateY(-50%) scale(1.1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
  .modal-control-icon {
    filter: invert(1);
    width: 30px !important;
    height: 30px !important;
  }
   .carousel-indicators-thumbnails-modal {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .carousel-indicators-thumbnails-modal button {
    width: 80px;
    height: 80px;
    border: 3px solid transparent;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
  }

  .carousel-indicators-thumbnails-modal button.active {
    border-color: #ff0191;
    transform: scale(1.05);
  }

  .carousel-indicators-thumbnails-modal button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-indicators-thumbnails-modal button:hover {
    transform: scale(1.05);
    border-color: #ff0191;
  }
  .btn-close-white {
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: all 0.3s ease;
  }

  .btn-close-white:hover {
    opacity: 1;
    transform: rotate(90deg);
  }
  .carousel-control-prev,
  .carousel-control-next {
    opacity: 0.7;
  }

  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    opacity: 1;
  }
  .product-sticky{
    position: sticky;
    top: 120px;
    z-index: 10;
  }
  .product-header{
    padding: 10px;
    background: #f8f9fa;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.371);
  }
  .product-header .product-title h1{
    font-size: 20px;
    font-weight: bold;
  }
  .product-title-xs{
    padding: 10px;
    background: #f8f9fa;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.371);
    margin: 20px 0px;
  }
  .product-title-xs h1{
    font-size: 20px;
    font-weight: bold;
  }
  .product-price{
    text-align: center;
  }
  .product-price del{
    color: red;
    margin-bottom: 10px;
  }
  .product-price p{
    font-size: 20px;
    font-weight: bold;
  }
  .product-call{
    text-align: center;
  }
  .product-call a{
    color: #000;
    border: 2px solid #000;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
  }
  .product-call p{
    font-size: 12px;
    opacity: 50%;
  }
  .product-call a:hover{
    border: 2px solid #999;
  }
  .product-content{
    padding: 10px;
  }
  .product-brand{
    color: #b80169;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .tabs-product {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    padding: 10px;
    border-radius: 13px;
    position: sticky;
    top: 0;
    z-index: 9;
    margin-bottom: 40px;
}
/* .tabs-product.is-fixed {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    top: 10px;
} */

.tabs-product ul {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.btn-item-tab {
  background-color: #555;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
  font-size: 14px;
  padding: 8px;
  border-radius: 8px;
}
.btn-item-tab.active {
  background: #b80169;
  color: #fff;
  display: flex;
}
.tab-content-title{
  color: #b80169;
  font-size: 20px;
  font-weight: bold;
}
.properties-content{
  margin-bottom: 40px;
}
.tab-properties-items p{
  padding: 5px;
  border: 1px solid #000;
  border-radius: 5px;
}
.description-content{
  margin-bottom: 40px;
}
.description-content input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.description-content .p {
  overflow: hidden;
  white-space: inherit;
  word-wrap: break-word;
  transition: max-height 0.5s ease;
  color: #444;
  text-overflow: ellipsis;
  max-height: 15rem;
  line-height: 1.75rem;
  font-size: 0.9rem;
  position: relative;
}
.description-content .button {
  display: block;
  color: #b80169;
  cursor: pointer;
  user-select: none;
  margin: 15px 0 0 auto;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s 0.5s;
  font-size: 14px;
}
.description-content input:checked+.p {
  -webkit-line-clamp: unset;
  max-height: inherit !important;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.description-content .p::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(253, 253, 253, 0.81) 68%); */
  height: 50%;
}
.description-content .p.remove-after::after{
  content: unset !important;
}
.description-content input:checked~.button {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.comment-content{
  margin-bottom: 40px;
}
.btn-comment{
  background-color: #b80169;
  color: #fff;
  padding: 5px;
  width: 100px;
}
.btn-comment:hover{
  background-color: #ff0191;
  color: #fff;
}
.offcanvas-bottom{
  height: auto !important;
  border-radius: 5px;
}
.form-comment{
  background-color: #f8f9fa;
  padding: 20px;
}
.form-comment input:focus{
  box-shadow: none !important;
  border: 0px;
}
.form-comment textarea:focus{
  box-shadow: none !important;
  border: 0px;
}
.list-comments .comment{
  padding: 20px;
  background-color: #f8f9fa;
  border: 1px solid #999;
  border-radius: 10px;
}
.list-comments .comment .name p{
  font-size: 12px;
  margin-bottom: 0px;
}
.list-comments .comment .comment-text{
  font-size: 14px;
}
.rep-comment{
  padding: 10px;
  margin-right: 2rem;
}
.rep-text{
  font-size: 14px;
}
.rep-btn{
  border: 1px solid #555;
  border-radius: 5px;
}
.form-rep{
  background-color: #f8f9fa;
  padding: 20px;
}
.form-rep input:focus{
  box-shadow: none !important;
  border: 0px;
}
.form-rep textarea:focus{
  box-shadow: none !important;
  border: 0px;
}
.faqs-content .accordion-button:not(.collapsed){
  background-color: #fff;
  color: #000;
}
.faqs-content .accordion-button:focus {
  box-shadow: none !important;
}
.faqs-content .accordion-item{
  margin-top: 20px;
}
.faqs-content .accordion-header{
  border: 0px;
  background-color: #f8f9fa;
}
.faqs-content .accordion-body{
  color: rgba(0, 0, 0, 0.565);
  font-size: 14px;
}
.faqs-content .ac-icon{
  margin-left: 0.5em;
}
.related-title{
  max-width: 300px;
  margin: auto;
}
.related-swiper{
  margin-top: 10px;
}
.related{
  margin: 50px 0px;
  padding: 5px 2%;
  position: relative;
}
.product-box{
  border: 1px solid #b80169;
  padding: 5px;
}
.product-name{
  padding: 0.5rem;
  font-size: 14px;
  height: 100px;
}
.p-name{
  color: #000;
}
.price{
  color: #000;
  font-size: 12px;
}
del{
  color: red;
  font-size: 12px;
}
.related .product-box:hover{
  border: 1px solid #ff0191;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.371);
}
.all-related{
  z-index: 10;
  background: #ff0191;
  position: absolute;
  top: 60%;
  left: 0px;
  color: #fff;
  font-size: 14px;
  transform: rotate(-90deg);
}
.all-related:hover{
  background: #b80169;
  color: #fff;
}
.fix-price-xs{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 11;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: rgb(246, 245, 245);
  padding: 10px;
  /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1); */
}
.fix-price-xs-btn{
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 14px;
}
.fix-price{
  font-weight: bold;
  font-size: 18px;
}
.fix-price p{
  margin-bottom: 0px;
}
@media(max-width: 1400px){
  .all-related{
    left: -10px;
  }
}
@media(max-width: 992px){
  .product-detail{
    padding: 0px 2%;
}
  .all-related{
    left: -15px;
  }
  .carousel-indicators-thumbnails button {
    width: 50px;
    height: 50px;
  }
  .product-content{
    padding: 0px;
  }
  .main-image .carousel-item img {
    padding: 0px;
    border: 10px solid #f8f9fa;
  }
}
  @media (max-width: 768px) {
    .main-image .carousel-item img {
      height: 250px;
      padding: 10px;
    }

    .carousel-indicators-thumbnails button {
      width: 50px;
      height: 50px;
    }

    .carousel-indicators-thumbnails-modal button {
      width: 60px;
      height: 60px;
    }

    .modal-control {
      width: 40px;
      height: 40px;
      margin: 0 5px;
    }

    .modal-control-icon {
      width: 20px !important;
      height: 20px !important;
    }

    .modal-carousel-image {
      max-height: 60vh;
      padding: 10px;
    }
    .all-related{
      left: -20px;
    }
    .main-image .carousel-item img {
      height: 500px;
    }
    .control-icon {
      filter: invert(1);
      width: 20px !important;
      height: 20px !important;
    }

    .modal-control-nex {
      left: 1%;
    }
    .related-title{
      max-width: 250px;
    }
    footer{
      padding-bottom: 80px;
    }
  }

  @media (max-width: 480px) {
    .breadcrumb-item a{
      font-size: 14px;
  }
    .main-image .carousel-item img {
      height: 200px;
    }

    .carousel-indicators-thumbnails button {
      width: 40px;
      height: 40px;
    }

    .carousel-indicators-thumbnails-modal button {
      width: 50px;
      height: 50px;
    }
    .main-image .carousel-item img {
      height: 100%;
    }
    .all-related{
      left: -30px;
    }
    .related-title{
      max-width: 250px;
    }
    footer{
      padding-bottom: 80px;
    }
      del{
          margin-left: 5px;
      }
  }
