#scrollbar-pd-bottom {
  scroll-behavior: smooth;
}

.production-image-mobile {
  display: none !important;
}
.production-image-mobile .image-active {
  opacity: 0.7;
  border-width: 3px;
  border-style: solid;
  transition: all 0.5s ease;
}
.production-image-mobile .image-preview-button {
  transition: all 0.2s ease;
}
.production-image-mobile .image-preview-button:hover {
  cursor: pointer;
  border-width: 3px;
  border-style: solid;
  transition: all 0.2s ease;
}
.production-image-mobile .slider-transition {
  transition: all 0.3s ease-out;
}

.products-detail {
  padding: 20px 0px;
  display: flex;
  min-height: 100%;
  flex-wrap: wrap;
}
.products-detail .image-gallery {
  flex: 1 1 0%;
  min-width: 65%;
  max-width: 65%;
  min-height: 100%;
}
.products-detail .image-gallery .image-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.products-detail .image-gallery .image-flex img {
  flex: 1 1 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  min-width: 340px;
  max-width: 440px;
  height: 500px;
  object-fit: cover;
}
.products-detail .content-detail-pd {
  flex: 1 0 0;
  width: 80%;
  min-height: 100%;
}
.products-detail .content-detail-pd .border-is-threme {
  width: 100%;
  border: 0.7px solid rgba(0, 0, 0, 0.1333333333);
}
.products-detail .content-detail-pd .right-content {
  padding: 0px 20px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.products-detail .content-detail-pd .color-is-threme {
  color: #5a781e;
}
.products-detail .content-detail-pd .name-products {
  font-size: clamp(1rem, 0.7143rem + 0.5952vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 10px;
}
.products-detail .content-detail-pd .price-products-main {
  font-size: clamp(0.875rem, 0.7321rem + 0.2976vw, 1rem);
  margin-bottom: 15px;
}
.products-detail .content-detail-pd .size-list-pd {
  margin: 0px;
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
}
.products-detail .content-detail-pd .size-list-pd-select {
  transition: all 0.5s ease;
  cursor: pointer;
  margin: 0px;
  font-size: clamp(0.625rem, 0.537rem + 0.3756vw, 0.875rem);
  border: 1px solid #000000;
  padding: 10px 15px;
  color: #000;
}
.products-detail .content-detail-pd .size-list-pd-select:hover {
  transition: all 0.5s ease;
  background-color: #000;
  color: #ffffff !important;
}
.products-detail .content-detail-pd .size-list-pd-select.active {
  font-size: clamp(0.625rem, 0.537rem + 0.3756vw, 0.875rem);
  background-color: #000;
  color: #ffffff !important;
}
.products-detail .content-detail-pd .size-list-pd-select.is-disable {
  cursor: not-allowed;
  text-decoration: line-through;
}
.products-detail .content-detail-pd .size-list-pd-select.none-disable:hover {
  transition: all 0.5s ease;
  opacity: 0.5;
}
.products-detail .content-detail-pd .size-list-pd-select.none-disable:active {
  transition: all 0.5s ease;
  opacity: 1;
  transform: scale(0.6);
}
.products-detail .content-detail-pd .color-list {
  transition: all 0.5s ease;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  border: 0.4px solid #5a781e;
}
.products-detail .content-detail-pd .color-list.is-active {
  transition: all 0.5s ease;
  transform: scale(1.5);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.products-detail .content-detail-pd .color-list:hover {
  transition: all 0.5s ease;
}
.products-detail .content-detail-pd .color-list:active {
  transition: all 0.5s ease;
  opacity: 1;
}
.products-detail .content-detail-pd .descriptionSub {
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
  color: #868686;
}
.products-detail .content-detail-pd ul li {
  list-style: none;
}
.products-detail .content-detail-pd .collapse ul li {
  list-style: disc;
}
.products-detail .content-detail-pd .collapse ol li {
  list-style: decimal;
}
.products-detail .content-detail-pd .sumary-detail {
  margin-top: 20px;
}
.products-detail .content-detail-pd .descriptionSubOnDetail {
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
  color: #868686;
}
.products-detail .guid-detail .header-toggle {
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-detail .guid-detail .header-toggle .head {
  text-transform: uppercase;
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
  margin: 0px;
  padding: 0px;
}
.products-detail .guid-detail .header-toggle .icon-is-toggle {
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
}
.products-detail .guid-detail .text-theme {
  color: #5a781e;
}
.products-detail .guid-detail .size-guid {
  text-align: center;
  width: 100%;
}
.products-detail .guid-detail .size-guid img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.products-detail .guid-detail .header-toggle[aria-expanded=false] .icon-is-toggle .plus {
  display: inline;
}
.products-detail .guid-detail .header-toggle[aria-expanded=false] .icon-is-toggle .minus {
  display: none;
}
.products-detail .guid-detail .header-toggle[aria-expanded=true] .icon-is-toggle .plus {
  display: none;
}
.products-detail .guid-detail .header-toggle[aria-expanded=true] .icon-is-toggle .minus {
  display: inline;
}
.products-detail .guid-detail .header-toggle:hover {
  transition: all 0.2s ease;
  opacity: 0.9;
}

.bottom-btn button {
  height: 43px;
  font-size: clamp(0.6875rem, 0.6655rem + 0.0939vw, 0.75rem);
  font-weight: 500;
}
.bottom-btn .btn-is-default {
  height: auto !important;
}
.bottom-btn .btn-is-dark:hover {
  transition: all 0.5s ease;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.bottom-btn .btn-is-dark:active {
  transition: all 0.5s ease;
  transform: scale(0.8);
}
.bottom-btn .btn-threme {
  transition: all 0.5s ease;
  background-color: #5a781e;
  border: 1px solid white;
  color: #fff;
}
.bottom-btn .btn-threme:hover {
  transition: all 0.5s ease;
  background-color: transparent;
  border: 1px solid #5a781e;
  color: #5a781e;
}
.bottom-btn .btn-threme:active {
  transition: all 0.5s ease;
  transform: scale(0.8);
}

.content-slider-img-products {
  display: none;
}

.prev-btn-detail-image-pd {
  position: absolute;
  left: 5px;
  top: 40%;
  padding: 10px 15px;
  z-index: 10;
}

.next-btn-detail-image-pd {
  position: absolute;
  right: 5px;
  top: 40%;
  padding: 10px 15px;
  z-index: 10;
}

.image-preview-res-pd {
  transition: all 0.2s ease;
  transition-duration: 1s;
  object-fit: cover;
}

.sldier-animate-tran {
  transition: all 0.2s ease-out;
  transition-duration: 1s;
}

.carousel-container {
  display: none;
  height: fit-content;
  width: 100vw;
  background: white;
  border-radius: 0px;
  overflow: hidden;
}

.carousel-wrapper {
  height: fit-content;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.carousel-track {
  height: fit-content;
  display: flex;
  transition: transform 0.4s ease;
  cursor: grab;
  user-select: none;
}

.carousel-track:active {
  cursor: grabbing;
}

.carousel-track.dragging {
  transition: none;
}

.carousel-slide {
  min-width: 100vw;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: relative;
}
.carousel-slide img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px 0px 10px 0px;
  background: white;
}

.nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: solid 1px #6c757d;
  outline: none;
}

.nav-dot.active {
  background: #0a0a0a;
  transition: all 0.3s ease;
  transform: scale(1.3);
}

.nav-dot:hover {
  transition: all 0.3s ease;
  background: #adb5bd;
}

.out-of-stock-header {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
  line-height: 16px;
  text-transform: uppercase;
}

.out-of-stock-header-detail {
  font-weight: 400;
  font-size: clamp(0.625rem, 0.581rem + 0.1878vw, 0.75rem);
  color: #bbbaba;
}

.modesl-tag-on {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(90, 120, 30, 0.3058823529);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: clamp(0.625rem, 0.559rem + 0.2817vw, 0.8125rem);
}

@media (max-width: 1114px) {
  .products-detail {
    gap: 20px 0px;
  }
  .products-detail .image-gallery {
    flex: 1 1 0%;
    min-width: 50%;
    max-width: 50%;
    min-height: 100%;
  }
  .products-detail .image-gallery .image-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .products-detail .image-gallery .image-flex img {
    min-width: 210px;
    max-width: 290px;
    height: 300px;
    object-fit: cover;
  }
  .products-detail .content-detail-pd {
    flex: 1 0 0;
    width: 50%;
    min-height: 100%;
  }
}
@media (max-width: 890px) {
  .is-set-new-line-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .is-flex-lg-row {
    flex-direction: column;
  }
  .carousel-container {
    display: block;
  }
  .production-image-mobile {
    display: block !important;
  }
  .products-detail {
    gap: 10px 0px;
    flex-direction: column;
  }
  .products-detail .image-gallery {
    display: none;
  }
  .products-detail .content-detail-pd {
    width: 100%;
    min-height: fit-content;
  }
  .products-detail .content-detail-pd .right-content {
    padding: 0px;
  }
  .products-detail .content-detail-pd .right-content .name-products,
  .products-detail .content-detail-pd .right-content .price-products-main {
    text-align: center;
  }
  .content-slider-img-products {
    display: block;
    max-width: 100%;
  }
  .content-slider-img-products .carousel-inner {
    min-width: 100%;
  }
  .content-slider-img-products img {
    min-width: 340px;
    max-width: 100vw;
    min-height: 500px;
    max-height: 900px;
    object-fit: cover;
  }
}

/*# sourceMappingURL=products.css.map */
