@charset "UTF-8";
.product-thumb--details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.product-thumb--details .prod-d-image-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-thumb--details .prod-desc--right {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
  max-width: 55%;
}
@media (max-width: 834px) {
  .product-thumb--details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-thumb--details .prod-d-image-box,
  .product-thumb--details .prod-desc--right {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  .product-thumb--details .prod-desc--right {
    max-width: 100%;
  }
}

.info-prod-detail {
  padding: 0 0 24px 0;
}
.info-prod-detail h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #3D3D3D;
  margin-bottom: 8px;
}
.info-prod-detail .prod-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.info-prod-detail .prod-meta .code {
  color: #6E6E6E;
  font-size: 14px;
  border-right: 1px solid #E7E7E7;
  padding-right: 12px;
  margin-right: 12px;
  line-height: 13px;
}
.info-prod-detail .prod-meta .spec-link {
  font-size: 14px;
  color: #0A5FFF;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.info-prod-detail .short-desc {
  font-size: 16px;
  line-height: 24px;
  color: #6E6E6E;
  max-width: 760px;
}
@media (max-width: 768px) {
  .info-prod-detail h1 {
    font-size: 22px;
  }
  .info-prod-detail .short-desc {
    font-size: 15px;
    line-height: 22px;
  }
}

.box-tick-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.box-tick-button .label-text {
  min-width: 118px;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .box-tick-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .box-tick-button .label-text {
    margin-bottom: 8px;
  }
  .box-tick-button .parent--tab-menu {
    margin-top: 0;
  }
}

.prod-desc--right {
  /* ===========================
     NHÓM 1 — GIÁ SẢN PHẨM
  =========================== */
  /* ===========================
     NHÓM 2 — CHỌN SỐ LƯỢNG
  =========================== */
}
.prod-desc--right .pro-price {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.prod-desc--right .pro-price .price-current {
  font-size: 28px;
  font-weight: 700;
  color: #2962ff;
}
.prod-desc--right .pro-price .price-old {
  font-size: 18px;
  color: #9e9e9e;
  text-decoration: line-through;
  margin-left: 4px;
}
.prod-desc--right .pro-price .price-percent {
  background-color: #ffe6ea;
  color: #ff3b3b;
  padding: 2px 6px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 600;
}
.prod-desc--right .pro-price .vat-note {
  width: 100%;
  font-size: 14px;
  color: #9e9e9e;
  margin-top: 4px;
}
.prod-desc--right .quantity {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prod-desc--right .quantity label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.prod-desc--right .quantity .qty-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  overflow: hidden;
  margin-left: 12px;
  /* Chrome, Safari, Edge */
  /* Firefox */
}
.prod-desc--right .quantity .qty-box button {
  width: 40px;
  height: 40px;
  background: #f8f8f8;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.prod-desc--right .quantity .qty-box button:hover {
  background: #eee;
}
.prod-desc--right .quantity .qty-box .qty-input {
  width: 50px;
  text-align: center;
  font-size: 16px;
  border: none;
  outline: none;
}
.prod-desc--right .quantity .qty-box .qty-input::-webkit-inner-spin-button,
.prod-desc--right .quantity .qty-box .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.prod-desc--right .quantity .qty-box .qty-input {
  -moz-appearance: textfield;
}
.prod-desc--right .privilege,
.prod-desc--right .box-privilege {
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #E7E7E7;
}
.prod-desc--right .privilege .detail-info--tick-green .detail-title,
.prod-desc--right .box-privilege .detail-info--tick-green .detail-title {
  background: #f3f3f3;
  font-size: 20px;
  font-weight: 700;
  padding: 0 16px;
  line-height: 52px;
  margin-bottom: 0;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.prod-desc--right .privilege .detail-info--tick-green .detail-list,
.prod-desc--right .box-privilege .detail-info--tick-green .detail-list {
  padding: 16px;
}
.prod-desc--right .box--promotion-payment {
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #E7E7E7;
}
.prod-desc--right .box--promotion-payment .detail-title {
  background: #f3f3f3;
  font-size: 20px;
  font-weight: 700;
  padding: 0 16px;
  line-height: 52px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.prod-desc--right .box--promotion-payment .content-box {
  padding: 16px;
  margin-top: 0;
}

.parent-parameters {
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.parent-parameters .row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 0;
}
.parent-parameters .row-top .label-title {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 700;
}
.parent-parameters .row-top .view-all {
  border: 1px solid #4564ED;
  border-radius: 8px;
  color: #4564ED;
  line-height: 32px;
  padding: 0 10px;
  cursor: pointer;
}

.parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
.parameter .param-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 33.33%;
}
.parameter .param-item .icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.parameter .param-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.parameter .param-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}
.parameter .param-item .content::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #E7E7E7;
  right: -24px;
}
.parameter .param-item .content .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #888;
  margin-bottom: 8px;
}
.parameter .param-item .content .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #3D3D3D;
}
.parameter .param-item .content .value .icons {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.parameter .param-item:nth-last-of-type(1) {
  padding-right: 0;
}
.parameter .param-item:nth-last-of-type(1) .content::before {
  display: none;
}

.pop-swiper-container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 374px;
  width: 672px;
  overflow: hidden;
  margin: 0 16px;
  /* --------------------------
    TOP GALLERY (SWIPER MAIN)
   -------------------------- */
  /* --------------------------
    THUMBNAIL GALLERY
   -------------------------- */
}
@media screen and (min-width: 541px) {
  .pop-swiper-container-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
@media screen and (max-width: 768px) {
  .pop-swiper-container-wrapper {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 540px) {
  .pop-swiper-container-wrapper {
    height: 430px;
    height: 270px;
    width: calc(100% - 32px);
  }
}
.pop-swiper-container-wrapper .pop-gallery-top {
  position: relative;
  width: 100%;
  height: 100%;
  /* Arrow buttons */
}
@media (min-width: 541px) {
  .pop-swiper-container-wrapper .pop-gallery-top {
    width: 80%;
    width: calc(100% - 60px);
    height: 100%;
    margin-right: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 540px) {
  .pop-swiper-container-wrapper .pop-gallery-top {
    height: calc(100% - 58px);
  }
}
.pop-swiper-container-wrapper .pop-gallery-top .swiper-wrapper .swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pop-swiper-container-wrapper .pop-gallery-top .swiper-wrapper .swiper-slide .title,
.pop-swiper-container-wrapper .pop-gallery-top .swiper-wrapper .swiper-slide .description {
  display: block;
  opacity: 0;
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
}
.pop-swiper-container-wrapper .pop-gallery-top .swiper-wrapper .swiper-slide img {
  width: 580px;
  height: 342px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pop-swiper-container-wrapper .pop-gallery-top .swiper-wrapper .swiper-slide-active .title,
.pop-swiper-container-wrapper .pop-gallery-top .swiper-wrapper .swiper-slide-active .description {
  opacity: 1;
}
.pop-swiper-container-wrapper .pop-gallery-top .swiper-wrapper .swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
}
.pop-swiper-container-wrapper .pop-gallery-top .swiper-wrapper .swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  -webkit-transition: opacity 0.5s ease 0.75s;
  transition: opacity 0.5s ease 0.75s;
}
.pop-swiper-container-wrapper .pop-gallery-top .swiper-button-next,
.pop-swiper-container-wrapper .pop-gallery-top .swiper-button-prev {
  color: #000;
  opacity: 0;
}
.pop-swiper-container-wrapper .pop-gallery-thumbs {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  overflow: auto;
}
@media (min-width: 541px) {
  .pop-swiper-container-wrapper .pop-gallery-thumbs {
    width: 64px;
    height: 100%;
    padding: 0;
  }
}
.pop-swiper-container-wrapper .pop-gallery-thumbs .swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 541px) {
  .pop-swiper-container-wrapper .pop-gallery-thumbs .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pop-swiper-container-wrapper .pop-gallery-thumbs .swiper-wrapper .swiper-slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  height: 60px !important;
  width: 25%;
  opacity: 0.8;
  cursor: pointer;
}
.pop-swiper-container-wrapper .pop-gallery-thumbs .swiper-wrapper .swiper-slide img {
  border: 2px solid #E7E7E7;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 541px) {
  .pop-swiper-container-wrapper .pop-gallery-thumbs .swiper-wrapper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .pop-swiper-container-wrapper .pop-gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 48px !important;
    height: 48px !important;
    margin-right: 12px;
  }
  .pop-swiper-container-wrapper .pop-gallery-thumbs .swiper-wrapper .swiper-slide img {
    width: 46px;
    height: 46px;
  }
}
.pop-swiper-container-wrapper .pop-gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.pop-swiper-container-wrapper .pop-gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  border: 2px solid #4564ED;
}
.pop-swiper-container-wrapper .pop-gallery-thumbs.scroll--horizontal::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.pop-swiper-container-wrapper .pop-gallery-thumbs.scroll--horizontal::-webkit-scrollbar-track {
  background-color: rgba(209, 213, 219, 0);
  border-radius: 4px;
}
.pop-swiper-container-wrapper .pop-gallery-thumbs.scroll--horizontal::-webkit-scrollbar-thumb {
  background: rgba(213, 213, 213, 0.2);
  border-radius: 4px;
}
.tbl-of--popup {
  margin-top: 16px;
  padding: 16px 16px 0px;
  border-top: 1px solid #E7E7E7;
  height: calc(100vh - 570px);
  overflow-y: auto;
}
.tbl-of--popup::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.tbl-of--popup::-webkit-scrollbar-track {
  background-color: rgba(209, 213, 219, 0);
  border-radius: 4px;
}
.tbl-of--popup::-webkit-scrollbar-thumb {
  background: rgba(213, 213, 213, 0.5);
  border-radius: 4px;
}
.tbl-of--popup .label-head {
  line-height: 22px;
  color: #3D3D3D;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.tbl-of--popup table {
  border-collapse: collapse;
  width: 100%;
}
.tbl-of--popup th {
  font-weight: 700;
}
.tbl-of--popup td {
  font-weight: 500;
}
.tbl-of--popup td,
.tbl-of--popup th {
  border-bottom: 1px dashed #E7E7E7;
  text-align: left;
  padding: 13px 0;
  line-height: 24px;
  color: #3D3D3D;
  width: 50%;
}
.tbl-of--popup td:nth-of-type(1) {
  color: #888888;
  padding-right: 8px;
}
.tbl-of--popup td:nth-of-type(2) {
  padding-left: 8px;
}
.tbl-of--popup tr:nth-last-of-type(1) th,
.tbl-of--popup tr:nth-last-of-type(1) td {
  border-bottom: 0px;
}
@media screen and (max-width: 540px) {
  .tbl-of--popup {
    height: calc(100vh - 470px);
    padding-bottom: 0px;
  }
}

.popup-overlay.pop-thongso-kythuat {
  z-index: 1010;
}
.popup-overlay.pop-thongso-kythuat .popup-close {
  top: 6px;
  right: 8px;
}
.popup-overlay.pop-thongso-kythuat .popup-close::before {
  background: url("../images/icons/button-close-gray-1.png") center/44px 44px no-repeat;
}
.popup-overlay.pop-thongso-kythuat .popup-box {
  max-width: 704px;
}
.popup-overlay.pop-thongso-kythuat .popup-box .popup-content .form-overlay {
  width: 704px;
  height: 90vh;
  padding: 0;
}
.popup-overlay.pop-thongso-kythuat .popup-box .popup-content .form-overlay .title--pop-form {
  margin: 0 0 16px;
  padding: 0 16px;
  line-height: 56px;
  text-align: left;
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 768px) {
  .popup-overlay.pop-thongso-kythuat .popup-box .popup-content .form-overlay {
    width: calc(100% - 30px);
  }
}/*# sourceMappingURL=product-thumb-detail.css.map */