h1.product-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: left;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}

.box-detail-info {
  display: flex;
  gap: 12px;
}

.box-detail-info .detail-info-left {
  flex: none;
  width: 55%;
  max-width: 688px;
  height: max-content;
  height: max-content;
  position: sticky;
  top: 70px;
}

.box-detail-info .detail-info-right {
  height: max-content;
  width: 45%;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: max-content;
  position: sticky;
  height: max-content;
  position: sticky;
  top: 12px;
}

.product-images {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d1d5db;
}

.product-images .woocommerce-product-gallery__image a {
  aspect-ratio: 1 / 1;
  position: relative;
  display: block;
  background-color: #fff;
  max-width: 430px;
  margin: 0 auto;
  border-radius: 10px;
}

.product-images .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-thumbnails a {
  border-radius: 10px;
  transition: all 0.3s ease;
}

.product-thumbnails img {
  margin: 0;
  border-radius: 10px;
  opacity: 1;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-radius: 10px;
  border-color: var(--fs-color-primary);
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: unset;
  border-radius: 10px;
}

.product-thumbnails {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.product-thumbnails .col {
  padding: 0 5px !important;
}

.detail-info-left .box-content {
  margin-top: 12px;
}

.item-site-banner {
  display: flex;
  padding: 12px 20px;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  background: var(--black-black-4, #ebebeb);
}

.item-site-banner .site-banner-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.item-site-banner .site-banner-content .description {
  font-size: 15px;
  font-weight: 700;
  line-height: 18.15px;
  text-align: left;
}

.item-site-banner .site-banner-content i {
  font-size: 24px;
  line-height: 24px;
  width: 24px;
}

.item-site-banner .fs-closes {
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 1.28;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: #fd5465;
  -webkit-border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.box-content .item-site-banner {
  background: var(--black-black-4, #ebebeb);
}

.box-content .box-content-description {
  padding: 12px;
  position: relative;
  background-color: white;
  overflow: hidden;
  text-align: justify;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
}

.product-content-text {
  font-size: 14px;
}

.box-content .box-content-description .product-content-text {
  position: relative;
  overflow: hidden;
  min-height: 0;
  overflow: hidden;
  text-align: justify;
}

.box-content .box-content-description .img {
  width: 100%;
  text-align: center;
}

.box-content .box-content-description .img img {
  width: auto;
  text-align: center;
}

.view-box-content,
.view-specs-content {
  background: var(--white-white-1, #fff);
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  padding: 7.5px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid var(--black-black-3, #c9c9c9);
  display: flex;
  bottom: 13px;
  left: 50%;
  font-size: 15px;
  font-weight: 700;
  color: #4b4b4b;
  cursor: pointer;
  transition: background-color 0.5s ease;
  z-index: 2;
}

.view-specs-content {
  padding: 7.5px 30px;
  margin-bottom: 12px;
}

.btn-view a {
  color: #4b4b4b;
  font-size: 13px;
  font-weight: 700;
  line-height: 15.73px;
  text-align: center;
  text-transform: uppercase;
}

.box-content-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: linear-gradient(transparent, rgba(255, 255, 255, 1));
}

.box-content-text.no-after:after {
  content: unset;
}

.icon-caret-down::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M10 13L4 7H16L10 13Z' fill='%23191919'/></svg>");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.product-content-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.product-content-text table ul {
  padding-left: 20px;
}

.product-content-text .table-content-border tr,
.product-content-text .table-content-border th,
.product-content-text .table-content-border td {
  border: 1px #ccc solid;
}

.product-content-text .table-content-border td,
.product-content-text .table-content-border th {
  padding: 8px 10px;
  font-size: 15px;
  color: #222;
}

.detail-info-right .box-warranty {
  display: none;
}

.detail-info-left .box-warranty,
.detail-info-right .box-warranty {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--black-black-3, #c9c9c9);
  background: var(--white-white-1, #fff);
  margin-bottom: 12px;
  margin-top: 12px;
}

.detail-info-left .box-warranty .commitment,
.detail-info-right .box-warranty .commitment {
  text-align: center;
  color: #dd283b;
  font-size: 15px;
  line-height: 18.15px;
  padding-bottom: 12px;
}

.detail-info-left .box-warranty .warranty-content,
.detail-info-right .box-warranty .warranty-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.warranty-content .item-warranty-info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.warranty-content .item-warranty-info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.warranty-content .item-warranty-info i {
  font-size: 21px;
  line-height: 21px;
  width: 21px;
  color: var(--fs-color-primary);
}

.warranty-content .item-warranty-info .description {
  color: var(--black-black-2, #4b4b4b);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.warranty-content .item-warranty-info .description a {
  color: var(--fs-color-primary);
  font-weight: 700;
}

.detail-info-right .box-technical-specifications {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  background: white;
  border-radius: 10px;
}

.box-technical-specifications .box-specs-content {
  display: flex;
  padding: 12px;
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.box-technical-specifications .box-specs-content .specs-item .title {
  font-size: 15px;
}

.box-technical-specifications .box-specs-content .specs-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 12px 0 12px;
}

.box-technical-specifications .box-specs-content ul {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.box-technical-specifications .box-specs-content ul li {
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 10px;
  justify-content: space-between;
  font-size: 14px;
  list-style: none;
  line-height: 1.3;
}

.box-technical-specifications .box-specs-content ul li:nth-child(odd) {
  background-color: #f2f2f2;
}

.box-technical-specifications .box-specs-content ul li strong {
  width: 40%;
}

.box-technical-specifications .box-specs-content ul li strong {
  width: 40%;
}

.box-technical-specifications .box-specs-content ul li span {
  width: 60%;
}

.box-technical-specifications .box-specs-content ul li:last-child {
  margin-bottom: 0;
}

.box-technical-specifications .box-content-text:after {
  display: none;
}

.woo-custom-variations {
  display: flex;
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  flex-wrap: wrap;
  width: 100%;
}

.woo-custom-variations .woo-custom-variation {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  position: relative;
  overflow: hidden;
  display: flex;
  text-align: center;
  /* justify-content: center; */
  align-items: center;
  cursor: pointer;
  min-height: 44px;
}

.detail-info-right .box-product-option .list-option {
  display: flex;
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  flex-wrap: wrap;
  width: 100%;
}

.detail-info-right .box-product-option .item-option {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  position: relative;
  overflow: hidden;
  display: flex;
  text-align: center;
  /* justify-content:center;*/
  align-items: center;
  cursor: pointer;
  min-height: 44px;
}

.detail-info-right .box-product-option .item-option a {
  padding: 8px 0;
  margin-left: -35px;
}

#option-version .item-option {
  justify-content: center;
}

form.cart .item-option {
  padding: 0 0 0 10px;
  min-height: 56px;
}

.detail-info-right .box-product-option .item-option:before {
  color: #fff;
  width: 24px;
  height: 20px;
  background-color: var(--fs-color-primary);
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\69";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  overflow: hidden;
  font-weight: 300;
  font-variant: normal;
  font-size: 9px;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.detail-info-right .box-product-option .item-option img {
  height: 30px;
  position: absolute;
  left: 10px;
  width: 30px;
}

.detail-info-right .box-product-option .item-option span {
  line-height: 15.73px;
  color: #191919;
  padding: 5px 1px 5px 35px;
}

.detail-info-right .box-product-option .item-option .color-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 5px 1px 5px 35px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.detail-info-right .box-product-option .item-option .color-price span {
  line-height: 15.73px;
  color: #191919;
  padding: 0;
}

.detail-info-right .box-product-option .item-option p {
  font-size: 12px;
  line-height: 15.73px;
  color: #d70018;
  margin: 0;
}

.box-product-option .item-option:hover,
.box-product-option .item-option.active,
.box-product-option .item-option.selected {
  border: 1.5px solid var(--fs-color-primary);
}

.box-product-option .item-option.active:before {
  opacity: 1 !important;
}

.box-product-option .item-option.selected:before {
  opacity: 1 !important;
}

table.variations,
.woocommerce-variation.single_variation {
  display: none !important;
}

#option-version .item-option a {
  margin-left: unset;
}

#option-version .item-option span {
  padding: 0;
}

#option-version .item-option span.amount,
#option-version .item-option span.amount .woocommerce-Price-currencySymbol {
  color: #d70018 !important;
}

.detail-info-right .box-product-option {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.box-product-note {
  font-style: italic;
  font-weight: 500;
}

.product-price-container span.amount,
.product-price-container ins {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-style: normal;
  line-height: 127.682%;
  color: #d70018;
  font-weight: 700;
}

.product-price-container p {
  margin-bottom: 0;
}

form.cart .ux-quantity {
  display: none !important;
}

form.cart .single_add_to_cart_button {
  font-size: 0;
  display: flex;
  align-items: center;
  background-color: initial;
  border: 2px solid #e04040;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1.5px solid var(--fs-color-secondary);
  color: var(--fs-color-secondary);
}

form.cart .single_add_to_cart_button::before {
  content: "\e914";
  font-size: 24px;
  line-height: 24px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

form.cart .ux-buy-now-button {
  width: calc(100% - 70px);
  border: none;
  border-radius: 10px;
  color: #fff;
  flex-direction: column;
  gap: 4px;
  outline: none;
  justify-content: center;
  display: flex;
  text-align: center;
  height: 56px;
  background: linear-gradient(0deg, #d70018, #e45464);
}

form.cart .ux-buy-now-button strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 18.15px;
  text-align: center;
  text-transform: uppercase;
}

form.cart .ux-buy-now-button span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: center;
  text-transform: none;
}

.detail-info-right .box-order .box-order-btn {
  display: flex;
  gap: 10px;
  width: 100%;
}

.box-order .order-btn {
  border: none;
  border-radius: 10px;
  color: #fff;
  flex-direction: column;
  gap: 4px;
  outline: none;
  width: 100%;
  justify-content: center;
  display: flex;
  text-align: center;
  height: 56px;
  background: var(--fs-color-secondary);
}

.box-order .btn-installment {
  width: 50%;
}

.box-order .order-btn strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 18.15px;
  text-align: center;
  text-transform: uppercase;
}

.box-order .order-btn span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: center;
}

.detail-info-right .promotion-hoangha .item-site-banner {
  background: #ffdade;
  color: #fd475a;
}

.detail-info-right .promotion-hoangha .box-promotion-content {
  background-color: #fff;
  padding: 14px 7px 10px 12px;
  border-radius: 0 0 10px 10px;
}

.detail-info-right .promotion-hoangha ol,
.detail-info-right .promotion-hoangha ul {
  padding-left: 20px;
}

.detail-info-right .promotion-hoangha ol {
  list-style: none;
  padding-left: 0;
}

.detail-info-right .promotion-hoangha ol li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
}

.detail-info-right .promotion-hoangha ol li::before {
  content: counter(list-item);
  position: absolute;
  left: 0;
  top: 0.1em;

  width: 25px;
  height: 25px;
  line-height: 25px;

  background-color: var(--fs-color-secondary);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}

.detail-info-right .promotion-hoangha ol li:last-child {
  margin-bottom: 0;
}

.global-box-container {
  padding: 12px 20px 30px 20px;
  border-radius: 10px;
  background: white;
  overflow: hidden;
  margin-bottom: 30px;
}

div#reviews.woocommerce-Reviews,
.devvn_prod_cmt {
  max-width: 100%;
}

.detail-info-right .box-info-prd {
  display: none;
}

@media only screen and (max-width: 48em) {
  .box-detail-info .detail-info-left,
  .box-detail-info .detail-info-right {
    width: 100%;
    position: relative;
    top: unset;
  }

  .box-detail-info {
    display: block;
  }

  .box-detail-info .detail-info-left .box-warranty,
  .box-detail-info .detail-info-left .box-info-prd {
    display: none;
  }

  .box-detail-info .detail-info-right {
    margin-top: 24px;
  }

  .detail-info-right .box-product-option .list-option {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-info-right .box-info-prd,
  .detail-info-right .box-warranty {
    display: block;
  }
}
