/*===== PRODUCT DETAIL ==========================*/
.productDetail-related {
  padding-bottom: 64px; }
  .productDetail-related .productRelated-title h2 {
    margin: 0 0 48px;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    /* 125% */
    letter-spacing: -0.7px; }
  .productDetail-related #owlProduct-related.owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
    .productDetail-related #owlProduct-related.owl-carousel:not(.owl-loaded) > div {
      -webkit-flex: 0 0 calc(25% - 12px);
      flex: 0 0 calc(25% - 12px);
      margin-right: 16px; }
      @media (max-width: 991.98px) {
        .productDetail-related #owlProduct-related.owl-carousel:not(.owl-loaded) > div {
          -webkit-flex: 0 0 calc(50% - 8px);
          flex: 0 0 calc(50% - 8px); } }
  @media (max-width: 991.98px) {
    .productDetail-related .productRelated-title h2 {
      font-size: 24px; } }

.productDetail-recently-viewed {
  padding-bottom: 64px; }
  .productDetail-recently-viewed .productViewed-title h2 {
    margin: 0 0 48px;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    /* 125% */
    letter-spacing: -0.7px; }
  .productDetail-recently-viewed #listViewed.owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
    .productDetail-recently-viewed #listViewed.owl-carousel:not(.owl-loaded) > div {
      -webkit-flex: 0 0 calc(25% - 12px);
      flex: 0 0 calc(25% - 12px);
      margin-right: 16px; }
      @media (max-width: 991.98px) {
        .productDetail-recently-viewed #listViewed.owl-carousel:not(.owl-loaded) > div {
          -webkit-flex: 0 0 calc(50% - 8px);
          flex: 0 0 calc(50% - 8px); } }
  @media (max-width: 991.98px) {
    .productDetail-recently-viewed .productViewed-title h2 {
      font-size: 24px; } }

.productDetail-phukien {
  margin-top: 32px; }
  .productDetail-phukien .productPhukien-title h2 {
    margin: 0 0 48px;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    /* 125% */
    letter-spacing: -0.7px; }
  .productDetail-phukien #owlProduct-Phukien.owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
    .productDetail-phukien #owlProduct-Phukien.owl-carousel:not(.owl-loaded) > div {
      -webkit-flex: 0 0 calc(25% - 12px);
      flex: 0 0 calc(25% - 12px);
      margin-right: 16px; }
      @media (max-width: 991.98px) {
        .productDetail-phukien #owlProduct-Phukien.owl-carousel:not(.owl-loaded) > div {
          -webkit-flex: 0 0 calc(50% - 8px);
          flex: 0 0 calc(50% - 8px); } }

.productDetail--gallery .wrapbox-gallery {
  position: relative; }

.productDetail--gallery .productCarousel-slider:not(.owl-loaded),
.productDetail--gallery .productCarousel-thumb:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  overflow: hidden; }

.productDetail--gallery .productCarousel-slider {
  overflow: hidden; }
  .productDetail--gallery .productCarousel-slider:not(.owl-loaded) .product-gallery {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
  .productDetail--gallery .productCarousel-slider .owl-nav button {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    font-size: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    outline: none;
    text-align: center;
    display: inline-block;
    background: transparent; }
  .productDetail--gallery .productCarousel-slider .owl-nav button.owl-prev {
    left: 0; }
  .productDetail--gallery .productCarousel-slider .owl-nav button.owl-next {
    right: 0; }
  .productDetail--gallery .productCarousel-slider .owl-nav button span {
    font-size: 0; }
  .productDetail--gallery .productCarousel-slider .owl-nav button:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 35px;
    display: inline-block; }
  .productDetail--gallery .productCarousel-slider .owl-nav .owl-prev:before {
    content: "\f104"; }
  .productDetail--gallery .productCarousel-slider .owl-nav .owl-next:before {
    content: "\f105"; }
  .productDetail--gallery .productCarousel-slider .owl-nav button.disabled {
    opacity: 0; }
  .productDetail--gallery .productCarousel-slider .owl-dots {
    padding: 5px 0;
    text-align: center; }
  .productDetail--gallery .productCarousel-slider .owl-dots .owl-dot {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-width: 2px;
    background: #ddd;
    border: 1px solid #fff;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out , background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out , background 0.2s ease-in-out; }
  .productDetail--gallery .productCarousel-slider .owl-dots .owl-dot.active {
    background: var(--shop-color-main); }

.productDetail--gallery .productCarousel-thumb .product-thumb__item {
  display: block;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden; }

.productDetail--gallery .productCarousel-thumb .product-thumb__item {
  cursor: pointer; }
  .productDetail--gallery .productCarousel-thumb .product-thumb__item .boxlazy-img__aspect.icon-play {
    background: rgba(255, 255, 255, 0.7); }
    .productDetail--gallery .productCarousel-thumb .product-thumb__item .boxlazy-img__aspect.icon-play img {
      max-width: 80%; }

.productDetail--gallery .productCarousel-thumb .current .product-thumb .product-thumb__item {
  border-color: rgba(189, 0, 16, 0.15); }

@media (min-width: 992px) {
  .productDetail--gallery .productCarousel-thumb {
    position: initial;
    max-width: 90%;
    margin: 15px auto 0; } }

.productDetail_style__04 .productDetail--main {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 60px; }

.productDetail_style__04 .productDetail--gallery {
  position: relative; }
  .productDetail_style__04 .productDetail--gallery .productList-slider .product-gallery img {
    cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; }
  .productDetail_style__04 .productDetail--gallery .productCarousel-thumb {
    max-width: 100%; }
    .productDetail_style__04 .productDetail--gallery .productCarousel-thumb .boxlazy-img__aspect {
      border-radius: 4px;
      overflow: hidden; }
      .productDetail_style__04 .productDetail--gallery .productCarousel-thumb .boxlazy-img__aspect img {
        position: absolute;
        max-height: 100%;
        object-fit: cover;
        inset: 0;
        width: 100%;
        height: 100%;
        transform: translate(0);
        border-radius: 4px; }

.productDetail_style__04 .productDetail--content .wrapbox-detail {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.productDetail_style__04 .productDetail--content .product-heading h1 {
  margin-bottom: 8px;
  color: #BD0010;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.2px; }

.productDetail_style__04 .productDetail--content .product-heading #pro_sku {
  display: block;
  color: rgba(51, 51, 51, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.1px; }

.productDetail_style__04 .productDetail--content .product-short-description {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Primary, #BD0010);
  background: var(--BG-gray, #F5F5F5); }
  .productDetail_style__04 .productDetail--content .product-short-description .product-short-description-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    font-weight: 500; }

.productDetail_style__04 .productDetail--content .product-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch; }
  .productDetail_style__04 .productDetail--content .product-actions .product-actions-top {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch; }
    .productDetail_style__04 .productDetail--content .product-actions .product-actions-top a {
      display: flex;
      width: 50%;
      padding: 8px 20px;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      background: rgba(189, 0, 16, 0.15);
      color: #BD0010;
      font-weight: 600;
      line-height: 24px;
      /* 150% */
      letter-spacing: -0.2px;
      gap: 8px; }
      .productDetail_style__04 .productDetail--content .product-actions .product-actions-top a.btn-baogia {
        background: #BD0010;
        color: #fff; }
  .productDetail_style__04 .productDetail--content .product-actions .product-actions-bottom {
    display: flex;
    padding: 8px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 4px;
    background: #333; }
    .productDetail_style__04 .productDetail--content .product-actions .product-actions-bottom span {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #fff;
      justify-content: center;
      font-weight: 600; }
      .productDetail_style__04 .productDetail--content .product-actions .product-actions-bottom span:nth-child(2) {
        font-size: 12px;
        font-weight: 400; }

.productDetail_style__04 .productDetail--navs-tabs {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 64px; }
  .productDetail_style__04 .productDetail--navs-tabs .nav-tabs {
    border-bottom: 0;
    display: flex;
    gap: 8px; }
    .productDetail_style__04 .productDetail--navs-tabs .nav-tabs li a {
      display: flex;
      padding: 8px 16px;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      border: 1px solid #D9D9D9;
      background: #F5F5F5;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      /* 150% */
      letter-spacing: -0.2px; }
      .productDetail_style__04 .productDetail--navs-tabs .nav-tabs li a.active {
        background: rgba(189, 0, 16, 0.15);
        color: #BD0010; }
  .productDetail_style__04 .productDetail--navs-tabs .productDetail--navs-content {
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #fff; }
    .productDetail_style__04 .productDetail--navs-tabs .productDetail--navs-content .heading {
      width: 100%;
      color: #BD0010;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      /* 133.333% */
      letter-spacing: -0.2px;
      margin: 0; }
    .productDetail_style__04 .productDetail--navs-tabs .productDetail--navs-content .content {
      width: 100%; }
      .productDetail_style__04 .productDetail--navs-tabs .productDetail--navs-content .content table,
      .productDetail_style__04 .productDetail--navs-tabs .productDetail--navs-content .content th,
      .productDetail_style__04 .productDetail--navs-tabs .productDetail--navs-content .content td {
        border: 1px solid #d9d9d9; }
      .productDetail_style__04 .productDetail--navs-tabs .productDetail--navs-content .content table td {
        padding: 12px 16px; }
      .productDetail_style__04 .productDetail--navs-tabs .productDetail--navs-content .content ul {
        padding-left: 20px;
        list-style: inherit; }
  .productDetail_style__04 .productDetail--navs-tabs .download-lists .download-item {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-bottom: 1px solid #D9D9D9; }
    .productDetail_style__04 .productDetail--navs-tabs .download-lists .download-item .download-item-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      flex: 0 0 90%;
      max-width: 90%; }
      .productDetail_style__04 .productDetail--navs-tabs .download-lists .download-item .download-item-left .download-title {
        color: #333;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        /* 150% */
        letter-spacing: -0.2px; }
      .productDetail_style__04 .productDetail--navs-tabs .download-lists .download-item .download-item-left .download-meta {
        color: rgba(51, 51, 51, 0.65);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: -0.1px; }
    .productDetail_style__04 .productDetail--navs-tabs .download-lists .download-item .download-item-right {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      flex: 0 0 calc(10% - 32px);
      max-width: calc(10% - 32px); }
      .productDetail_style__04 .productDetail--navs-tabs .download-lists .download-item .download-item-right a {
        display: flex;
        padding: 4px 8px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: -0.1px;
        border-radius: 4px;
        background: #BD0010; }
    .productDetail_style__04 .productDetail--navs-tabs .download-lists .download-item:last-child {
      border-bottom: 0; }

@media (min-width: 992px) {
  .productDetail_style__04 .productDetail--main {
    padding: 64px 0; }
  .productDetail_style__04 .productDetail--gallery {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px); }
    .productDetail_style__04 .productDetail--gallery .productCarousel-slider:not(.owl-loaded) .product-gallery {
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      max-width: 100%; }
    .productDetail_style__04 .productDetail--gallery .productCarousel-thumb:not(.owl-loaded) .product-thumb {
      flex: 0 0 calc((100% - 80px) / 6);
      max-width: calc((100% - 80px) / 6);
      margin-right: 16px; }
  .productDetail_style__04 .productDetail--content {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between; } }

@media (max-width: 991.98px) {
  .productDetail_style__04 .productDetail--main {
    padding: 32px 0;
    display: block; }
  .productDetail_style__04 .productDetail--gallery .productCarousel-thumb {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px; }
    .productDetail_style__04 .productDetail--gallery .productCarousel-thumb:not(.owl-loaded) .product-thumb {
      flex: 0 0 calc((100% - 48px) / 4);
      max-width: calc((100% - 48px) / 4);
      margin-right: 16px; }
  .productDetail_style__04 .productDetail--content {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px; }
    .productDetail_style__04 .productDetail--content .wrapbox-detail {
      gap: 16px; }
  .productDetail_style__04 .productDetail--navs-tabs {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px; }
    .productDetail_style__04 .productDetail--navs-tabs .nav-tabs {
      border-bottom: 0;
      display: flex;
      gap: 8px; }
    .productDetail_style__04 .productDetail--navs-tabs .download-lists .download-item {
      flex-wrap: wrap;
      padding: 16px 0;
      gap: 16px; }
      .productDetail_style__04 .productDetail--navs-tabs .download-lists .download-item .download-item-left {
        flex: 0 0 100%;
        max-width: 100%; }
      .productDetail_style__04 .productDetail--navs-tabs .download-lists .download-item .download-item-right {
        flex: 0 0 100%;
        max-width: 100%; }
      .productDetail_style__04 .productDetail--navs-tabs .download-lists .download-item:last-child {
        border-bottom: 0; } }

@media (min-width: 992px) {
  .stickyProduct-gallery,
  .stickyProduct-detail {
    top: 30px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  body.scroll-body-up .stickyProduct-gallery,
  body.scroll-body-up .stickyProduct-detail {
    top: 80px; } }
