.layout-product {
  padding-bottom: 20px;
}

.layout-product .selector-wrapper {
  display: none !important;
}

.details-product .product-images {
  position: relative;
}

@media (min-width: 992px) {
  .details-product .product-images .sticky {
    position: sticky !important;
    top: 90px;
  }
}

.details-product .product-images .sticky .product-image-block {
  margin-bottom: 20px;
}

.details-product .details-pro .title-product {
  font-size: 2rem;
  margin: 0px 0px 5px;
  line-height: initial;
  font-weight: 600;
}

.details-product .details-pro .a-sku,
.details-product .details-pro strong {
  color: var(--shop-color-main);
}

.details-product .details-pro .product-top {
  display: flex;
}

.details-product .details-pro .product-top .sku-product {
  font-size: 1.4rem;
  display: flex;
  margin-right: 15px;
  font-weight: 400;
}

.details-product .details-pro .product-top .sku-product strong {
  font-weight: 500;
}

.details-product .details-pro .product-top .sku-product span:last-child {
  margin-right: 0px;
}

.details-product .details-pro .product-top .product-review {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.details-product
  .details-pro
  .product-top
  .product-review
  .sapo-product-reviews-badge {
  margin-right: 5px;
}

.details-product .form-product {
  margin-bottom: 15px;
}

.details-product .inventory_quantity {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.details-product .inventory_quantity .a-stock {
  color: var(--shop-color-main);
}

.details-product .inventory_quantity .a-vendor {
  color: var(--shop-color-main);
}

@media (max-width: 480px) {
  .details-product .inventory_quantity .line {
    display: block;
    width: 100%;
    height: 0px;
    visibility: hidden;
  }
}

.details-product .form-inline {
  margin-bottom: 30px;
}

.details-product .form-inline .price-box {
  padding-bottom: 10px;
}

.details-product .form-inline .price-box .special-price {
  font-size: 2.3rem;
  font-weight: bold;
  color: var(--price-color-text);
}

.details-product .form-inline .price-box .old-price {
  color: #acacac;
  font-size: 1.6rem;
  margin-left: 4px;
}

.details-product .form-inline .price-box .sale-off {
  color: #fff;
  position: relative;
  bottom: 1px;
  background: #b11111;
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 1.2rem;
  min-width: 20px;
  margin-left: 15px;
}

.details-product .form-inline .price-box .sale-off:after {
  border-right: 6px solid #b11111;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translate(0%, -50%);
}

.details-product .form-inline .product-summary {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.details-product .form-inline .product-summary p {
  margin-bottom: 0px;
}

.details-product .form-inline .product-summary img {
  display: none;
}

.details-product .form-inline .product-summary .rte ul {
  list-style: initial;
  padding-left: 20px;
}

.details-product .form-inline .select-swatch {
  margin-bottom: 20px;
}

.details-product .form-inline .select-swatch .swatch {
  font-size: 1.4rem;
}

.details-product .form-inline .select-swatch .swatch .header {
  margin-bottom: 8px;
  font-size: 1.6rem;
  color: #444b52;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details-product .form-inline .select-swatch .swatch .header .value-roperties {
  font-weight: 600;
  color: var(--shop-color-main);
  margin-left: 5px;
}

.details-product .form-inline .select-swatch .swatch .header a {
  color: var(--shop-color-main);
  text-decoration: underline;
}

.details-product .form-inline .select-swatch .swatch .header a:hover {
  color: var(--shop-color-secondary);
}

.details-product .form-inline .select-swatch .swatch .swatch-element {
  display: inline-block;
  margin: 0px 8px 8px 0;
}

.details-product .form-inline .select-swatch .swatch .swatch-element input {
  display: none;
}

.details-product .form-inline .select-swatch .swatch .swatch-element label {
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 10px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  line-height: 28px;
  border-radius: 8px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element
  label
  .crossed-out {
  display: none;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element
  input:checked
  + label {
  background: var(--shop-color-main);
  border-color: #ddd;
  color: #fff;
}

.details-product .form-inline .select-swatch .swatch .swatch-element .tooltip {
  display: none;
}

.details-product .form-inline .select-swatch .swatch .swatch-element.soldout {
  position: relative;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.soldout
  label {
  position: relative;
}

.details-product .form-inline .select-swatch .swatch .swatch-element.color {
  position: relative;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.tim
  label {
  background-color: #b6ade4;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.xanh
  label {
  background-color: #024779;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.vang
  label {
  background-color: #fce505;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.den
  label {
  background-color: #000000;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.do
  label {
  background-color: #f20808;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.xanh-la
  label {
  background-color: #d5ffaf;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.xam
  label {
  background-color: #615a5a;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.bac
  label {
  background-color: #c4c4c4;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.trang
  label {
  background-color: #ffffff;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.hong
  label {
  background-color: #e377fb;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.xanh-rung
  label {
  background-color: #005c23;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.xanh-bien
  label {
  background-color: #64d0ff;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.than-chi
  label {
  background-color: #686868;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.cam
  label {
  background-color: #ff8641;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.mau-15
  label {
  background-color: #abc972;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.mau-16
  label {
  background-color: #aa5f5f;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.mau-17
  label {
  background-color: #057085;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.mau-18
  label {
  background-color: #2c1585;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.mau-19
  label {
  background-color: #850c0c;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color.mau-20
  label {
  background-color: #001b74;
  min-width: 30px;
  height: 30px;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color
  label {
  border-radius: 50%;
}

.details-product
  .form-inline
  .select-swatch
  .swatch
  .swatch-element.color
  input:checked
  + label {
  border: 2px solid #f1f1f1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1200px) {
  .details-product
    .form-inline
    .select-swatch
    .swatch
    .swatch-element.color:hover:before {
    content: attr(title);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    padding: 3px 7px;
    background: #666;
    color: #fff;
    border-radius: 5px;
    font-size: 1.3rem;
    white-space: nowrap;
    display: inline-block;
    line-height: initial;
    transform: translate(-50%, 0%);
  }

  .details-product
    .form-inline
    .select-swatch
    .swatch
    .swatch-element.color:hover:after {
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-top-color: #666;
    content: "";
    left: 50%;
    bottom: calc(100% + -7px);
    z-index: -1;
    transform: translate(-50%, 0%);
  }
}

.details-product .form-inline .boz-form .flex-quantity {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.details-product .form-inline .boz-form .flex-quantity .custom-btn-number {
  display: flex;
  align-items: center;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .custom-btn-number
  > span {
  margin-right: 8px;
  font-weight: 600;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .custom-btn-number
  .input_number_product {
  display: inline-flex;
  vertical-align: top;
  white-space: nowrap;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .custom-btn-number
  .input_number_product
  input#qtym {
  width: 60px;
  border-radius: 0;
  border-right: none;
  border-left: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  height: 35px;
  min-height: 35px;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .custom-btn-number
  .input_number_product
  .btn_num {
  padding: 0 5px;
  min-width: 35px;
  min-height: unset;
  height: 35px;
  border: 1px solid #ddd;
  background: #f3f3f3;
  box-shadow: none;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .custom-btn-number
  .input_number_product
  .btn_num.num_1 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .custom-btn-number
  .input_number_product
  .btn_num.num_2 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .custom-btn-number
  .input_number_product
  .btn_num:hover {
  background: var(--shop-color-main);
  color: #fff;
}

.details-product .form-inline .boz-form .flex-quantity .button_actions {
  width: 100%;
}

.details-product .form-inline .boz-form .flex-quantity .button_actions .btn {
  font-size: 1.6rem;
  transition-duration: 0.3s;
  padding: 0 24px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
  line-height: 50px;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .button_actions
  .btn:first-child {
  margin-right: 12px;
}

@media (min-width: 767px) {
  .details-product .form-inline .boz-form .flex-quantity .button_actions .btn {
    width: 48%;
  }
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .button_actions
  .btn.btn-buyNow {
  background: var(--shop-color-main);
}

@media (max-width: 1199px) {
  .details-product
    .form-inline
    .boz-form
    .flex-quantity
    .button_actions
    .btn.btn-buyNow {
    font-size: 1.4rem;
  }
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .button_actions
  .btn.btn-buyNow
  span.txt-main {
  display: block;
  font-weight: 600;
  width: 100%;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .button_actions
  .btn.btn-buyNow:hover {
  background: var(--shop-color-secondary);
  color: #fff;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .button_actions
  .btn.btn-buyNow:hover:before {
  border-color: #fff;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .button_actions
  .btn.btn_add_cart {
  background-color: #fff;
  border: 1px solid var(--shop-color-secondary);
  color: var(--shop-color-secondary);
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .button_actions
  .btn.btn_add_cart
  span {
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .button_actions
  .btn.btn_add_cart:hover {
  background: var(--shop-color-secondary);
  color: #fff;
  border: 1px solid var(--shop-color-secondary);
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .button_actions
  .btn.btn_add_cart[disabled="disabled"] {
  background: #787878 !important;
  color: #fff;
  border: 0px;
  cursor: no-drop;
  margin-right: 0px !important;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .button_actions
  .btn.btn_add_cart[disabled="disabled"]:before {
  border-color: #fff !important;
}

.details-product
  .form-inline
  .boz-form
  .flex-quantity
  .button_actions
  .btn.btn_add_cart[disabled="disabled"]
  span {
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.details-product .bottom-product {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.details-product .bottom-product .product-wish {
  margin-bottom: 10px;
}

.details-product .bottom-product .product-wish a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 10px 8px;
  border-radius: 10px;
  border: 1px solid #bbb;
  transition-duration: 0.3s;
  color: #000;
}

.details-product .bottom-product .product-wish a img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
}

.details-product .bottom-product .product-wish a:hover {
  background: var(--shop-color-main);
}

.details-product .bottom-product .js-btn-compare {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 10px 8px;
  border-radius: 10px;
  border: 1px solid #bbb;
  transition-duration: 0.3s;
}

.details-product .bottom-product .js-btn-compare svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
}

.details-product .bottom-product .js-btn-compare::after {
  content: " So sánh sản phẩm";
}

.details-product .bottom-product .js-btn-compare:hover {
  color: #0d6efd;
}

.details-product .bottom-product .js-btn-compare:hover svg path {
  fill: #0d6efd;
}

.details-product .bottom-product .js-btn-compare.active {
  color: #0d6efd;
}

.details-product .bottom-product .js-btn-compare.active svg path {
  fill: #0d6efd;
}

.details-product .bottom-product .js-btn-compare.active::after {
  content: " Đã so sánh";
}

@media (max-width: 991px) and (min-width: 768px) {
  .details-product .bottom-product {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .details-product .bottom-product .product-wish {
    margin: 0px;
  }
}

@media (max-width: 991px) {
  .details-product .form-inline .block-flashsale {
    flex-wrap: wrap;
    justify-content: center;
  }

  .details-product .form-inline .block-flashsale .heading-flash {
    margin-bottom: 8px;
  }

  .details-product .form-inline .block-flashsale .count-down {
    width: 100%;
    justify-content: center;
  }

  .details-product .form-inline .boz-form .flex-quantity .button_actions .btn {
    padding: 8px 10px;
  }

  .details-product
    .form-inline
    .boz-form
    .flex-quantity
    .button_actions
    .btn:first-child {
    margin-right: 10px;
  }

  .details-product
    .form-inline
    .boz-form
    .flex-quantity
    .button_actions
    .btn.btn-buyNow {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) and (max-width: 321px) {
  .details-product
    .form-inline
    .boz-form
    .flex-quantity
    .button_actions
    .btn.btn-buyNow {
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .details-product
    .form-inline
    .boz-form
    .flex-quantity
    .button_actions
    .btn.btn-buyNow
    span.txt-main {
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) and (max-width: 321px) {
  .details-product
    .form-inline
    .boz-form
    .flex-quantity
    .button_actions
    .btn.btn-buyNow
    span.txt-main {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  .details-product
    .form-inline
    .boz-form
    .flex-quantity
    .button_actions
    .btn.btn_add_cart {
    padding: 8px 13px;
  }

  .details-product
    .form-inline
    .boz-form
    .flex-quantity
    .button_actions
    .btn.btn_add_cart[disabled="disabled"] {
    height: 50px;
  }

  .details-product
    .form-inline
    .boz-form
    .flex-quantity
    .button_actions
    .btn.btn_add_cart[disabled="disabled"]
    span.txt-main {
    font-size: 1.6rem;
    display: block;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .details-product .form-inline .boz-form .flex-quantity .button_actions {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .details-product .bottom-product {
    gap: 8px;
    justify-content: start;
  }

  .details-product .bottom-product .line {
    width: 1px;
    height: 24px;
    margin: 0 8px;
    background: #ddd;
  }

  .details-product .bottom-product .social-media li.title svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }

  .details-product .bottom-product .social-media li a {
    width: 24px;
    height: 24px;
  }

  .details-product .bottom-product .social-media li a svg {
    width: 16px;
    height: 16px;
  }

  .details-product .bottom-product .product-wish a img {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 992px) {
  .product-review-details .product-favi {
    display: none !important;
  }
}

.product-review-details .pro_review {
  border: 1px solid #dee2e6;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 0px;
}

.product-review-details .pro_review .box_tt {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  border-bottom: 1px solid #dee2e6;
  color: var(--shop-color-main);
  position: relative;
  margin-bottom: 15px;
}

.product-review-details .pro_review .title_vide {
  color: var(--shop-color-text);
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0px 0px 8px;
}

.product-review-details .pro_review .box_review {
  display: block;
}

.product-review-details .pro_review .box_review .alert {
  padding: 0px;
}

.product-review-details .product-tab {
  margin-bottom: 25px;
}

.product-review-details .product-tab .tabs-title {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
  .product-review-details .product-tab .tabs-title {
    justify-content: flex-start;
    width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
  }
}

.product-review-details .product-tab .tab-link {
  cursor: pointer;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .product-review-details .product-tab .tab-link {
    white-space: nowrap;
  }
}

.product-review-details .product-tab .tab-link h3 {
  color: #000;
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 0px;
  position: relative;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .product-review-details .product-tab .tab-link h3 {
    font-size: 1.6rem;
  }
}

.product-review-details .product-tab .tab-link:last-child h3 {
  margin-right: 0px;
}

.product-review-details .product-tab .tab-link.active h3,
.product-review-details .product-tab .tab-link:hover h3 {
  color: var(--shop-color-main);
}

.product-review-details .product-tab .tab-link.active h3:after,
.product-review-details .product-tab .tab-link:hover h3:after {
  position: absolute;
  height: 2px;
  background: var(--shop-color-main);
  bottom: -1px;
  content: "";
  left: 0;
  right: 0;
}

.product-review-details .product-tab .tab-float .tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.product-review-details .product-tab .tab-float .tab-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.product-review-details .product-tab .tab-float .rte {
  position: relative;
}

.product-review-details .product-tab .tab-float .rte h1,
.product-review-details .product-tab .tab-float .rte h2,
.product-review-details .product-tab .tab-float .rte h3,
.product-review-details .product-tab .tab-float .rte h4,
.product-review-details .product-tab .tab-float .rte h5,
.product-review-details .product-tab .tab-float .rte h6 {
  font-weight: bold;
}

.product-review-details .product-tab .tab-float .rte .ba-text-fpt.has-height {
  height: 450px;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}

.product-review-details .product-tab .tab-float .rte.expanded .ba-text-fpt {
  height: auto;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
  margin-bottom: 30px;
}

.product-review-details .product-tab .tab-float .rte.expanded .less-text {
  display: block;
}

.product-review-details .product-tab .tab-float .rte.expanded .more-text {
  display: none;
}

.product-review-details
  .product-tab
  .tab-float
  .rte.expanded
  .show-more::before {
  display: none;
}

.product-review-details .product-tab .tab-float .rte .show-more {
  position: relative;
}

.product-review-details
  .product-tab
  .tab-float
  .rte
  .show-more
  .btn--view-more {
  position: relative;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  margin-top: 0px;
}

.product-review-details
  .product-tab
  .tab-float
  .rte
  .show-more
  .btn--view-more
  svg {
  width: 12px;
  height: 12px;
}

.product-review-details
  .product-tab
  .tab-float
  .rte
  .show-more
  .btn--view-more.active {
  bottom: 0;
}

.product-review-details .product-tab .tab-float .rte .show-more::before {
  height: 55px;
  margin-top: -45px;
  content: "";
  display: block;
  background: transparent;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.91)),
    color-stop(55%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
}

.product-review-details .product-tab .tab-float .rte .less-text {
  display: none;
}

.product-review-details .product-tab .tab-float .rte img {
  max-width: 100% !important;
  height: auto !important;
}

.product-review-details .product-tab .tab-float .rte ul {
  list-style: initial;
  padding-left: 25px;
  margin-bottom: 15px;
}

.product-review-details .product-tab .tab-float .rte a {
  color: blue;
}

.product-review-details .product-tab .tab-float .rte a:hover {
  color: var(--shop-color-main);
}

.product-review-details .product-tab .product_getcontent {
  position: relative;
}

.product-review-details .product-tab .product_getcontent ul {
  list-style: initial;
  padding-left: 25px;
  margin-bottom: 15px;
}

.product-review-details .pro_video .iframe_video {
  display: block;
  position: relative;
  padding-top: 56.22%;
}

.product-review-details .pro_video .iframe_video iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product-review-details .pro_video .box_review {
  display: block;
}

.product-review-details .specifications table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
  text-align: left !important;
}

.product-review-details .specifications table tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.product-review-details .specifications table td {
  border: 0px !important;
  padding: 6px 10px;
  font-size: 1.4rem;
  text-align: left !important;
}

.product-review-details .specifications table td p {
  margin-bottom: 0px;
}

.product-review-details .specifications table td:first-child {
  width: 126px;
}

@media (max-width: 991px) {
  .product-review-details .specifications table td {
    text-align: left;
  }

  .product-review-details .specifications table td:first-child {
    width: 145px;
  }
}

.product-review-details .specifications table + p {
  display: none;
}

.product-review-details .specifications .specifications-button-show {
  margin-top: 20px;
  text-align: center;
  position: relative;
}

.product-review-details .specifications .specifications-button-show::before {
  height: 50px;
  margin-top: -50px;
  content: "";
  display: block;
  background: transparent;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.6) 50%,
    #fff 55%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0.2)),
    color-stop(50%, rgba(255, 255, 255, 0.6)),
    color-stop(55%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.6) 50%,
    #fff 55%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.6) 50%,
    #fff 55%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.6) 50%,
    #fff 55%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.6) 50%,
    #fff 55%
  );
  transition: 0s all;
}

.product-review-details
  .specifications
  .specifications-button-show
  .specifications-button {
  margin: 0 auto;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  position: relative;
  display: inline-block;
  background-color: var(--shop-color-main);
  width: auto;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.product-review-details
  .specifications
  .specifications-button-show
  .specifications-button
  svg {
  margin-left: 5px;
}

.product-review-details
  .specifications
  .specifications-button-show
  .specifications-button:hover,
.product-review-details
  .specifications
  .specifications-button-show
  .specifications-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: var(--shop-color-secondary);
  color: #000;
}

.khuyen-mai {
  margin-bottom: 15px;
  overflow: hidden;
  border: 2px dashed var(--shop-color-main);
  padding: 15px;
  border-radius: 10px;
}

.khuyen-mai .title {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
}

.khuyen-mai .content ul li {
  display: block;
  margin-bottom: 10px;
  align-items: center;
  position: relative;
  padding-left: 18px;
}

.khuyen-mai .content ul li:before {
  content: "";
  position: absolute;
  background-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/checkernew.png?1775525156190);
  display: inline-block;
  min-width: 12px;
  min-height: 12px;
  top: 5px;
  left: 0px;
}

.section-index {
  padding: 30px 0;
}

.section-index .section-title {
  position: relative;
  margin-bottom: 15px;
}

.section-index .section-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  top: 50%;
  left: 50%;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}

.section-index .section-title h2 {
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 0px;
  font-family: "Raleway", sans-serif;
  color: var(--shop-color-main);
  line-height: 1;
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding-right: 10px;
  font-weight: 700;
}

.section-index .section-title h2 a {
  color: var(--shop-color-main);
}

.section-index .section-title h2 a:hover,
.section-index .section-title h2 a:focus {
  color: var(--shop-color-secondary);
}

.section-index .section-title h2 span {
  color: var(--shop-color-secondary);
}

.section-index .section-title .button-more {
  position: absolute;
  background-color: #fff;
  z-index: 1;
  padding: 5px 0px;
  padding-left: 10px;
  top: 50%;
  right: 0px;
  transition: all 0.3s ease-in-out;
  transform: translate(0px, -50%);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--shop-color-secondary);
}

.section-index .section-title .button-more svg {
  margin-left: 5px;
  vertical-align: -2px;
}

.section-index .section-title .button-more svg path {
  fill: var(--shop-color-secondary);
  transition: all 0.3s ease-in-out;
}

.section-index .section-title .button-more:hover {
  color: var(--shop-color-main);
}

.section-index .section-title .button-more:hover svg path {
  fill: var(--shop-color-main);
}

.section-index .section-title .icon-title {
  display: block;
  text-align: center;
  height: 24px;
}

.section-index .section-title .icon-title img {
  display: inline-block;
  margin: 0 auto;
  max-width: 196px;
}

@media (max-width: 767px) {
  .section-index {
    padding: 25px 0;
  }

  .section-index .section-title h2 {
    font-size: 2rem;
  }

  .section-index .section-title .button-more {
    font-size: 1.2rem;
  }

  .section-index .section-title .button-more svg {
    width: 12px;
    height: 12px;
  }
}

.product-swipers {
  display: block;
}

.product-swipers .swiper_product_related {
  padding: 2px;
}

.product-swipers .swiper_product_related .swiper-pagination-bullets {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.product-swipers
  .swiper_product_related
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  box-shadow: none;
  outline: 0;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0;
  font-size: 0;
  opacity: 1;
}

.product-swipers
  .swiper_product_related
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.2s;
  background: var(--shop-color-main);
}

.product-swipers .swiper_product_related .swiper-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: 0px;
  background: transparent;
  text-align: center;
  z-index: 2;
  right: 8px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translate(32px, -50%);
  -ms-transform: translate(32px, -50%);
  transform: translate(32px, -50%);
  margin-top: 0px;
  background-color: var(--shop-color-main);
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

@media (max-width: 1199px) {
  .product-swipers .swiper_product_related .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1025px) {
  .product-swipers .swiper_product_related .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}

.product-swipers .swiper_product_related .swiper-button-next svg {
  width: 100%;
  height: 100%;
}

.product-swipers .swiper_product_related .swiper-button-next svg path {
  stroke: #fff;
}

.product-swipers .swiper_product_related .swiper-button-next:after {
  display: none;
}

.product-swipers .swiper_product_related .swiper-button-next:hover {
  background-color: var(--shop-color-secondary);
}

@media (max-width: 767px) {
  .product-swipers .swiper_product_related .swiper-button-next {
    display: none;
  }
}

.product-swipers .swiper_product_related .swiper-button-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: 0px;
  background: transparent;
  text-align: center;
  z-index: 2;
  left: 8px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translate(-32px, -50%) rotate(180deg);
  -ms-transform: translate(-32px, -50%) rotate(180deg);
  transform: translate(-32px, -50%) rotate(180deg);
  margin-top: 0px;
  background-color: var(--shop-color-main);
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

@media (max-width: 1199px) {
  .product-swipers .swiper_product_related .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1025px) {
  .product-swipers .swiper_product_related .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}

.product-swipers .swiper_product_related .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

.product-swipers .swiper_product_related .swiper-button-prev svg path {
  stroke: #fff;
}

.product-swipers .swiper_product_related .swiper-button-prev:after {
  display: none;
}

.product-swipers .swiper_product_related .swiper-button-prev:hover {
  background-color: var(--shop-color-secondary);
}

@media (max-width: 767px) {
  .product-swipers .swiper_product_related .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-swipers .swiper_product_related .swiper-button-next,
  .product-swipers .swiper_product_related .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .product-swipers .swiper_product_related .swiper-button-next:after,
  .product-swipers .swiper_product_related .swiper-button-prev:after {
    font-size: 1.2rem;
  }
}

.product-swipers .swiper_product_related .swiper-button-lock {
  display: none !important;
}

.product-swipers .swiper_product_related .swiper-button-disabled {
  opacity: 0.35;
}

.product-swipers .swiper_product_related:hover .swiper-button-next {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-swipers
  .swiper_product_related:hover
  .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}

.product-swipers .swiper_product_related:hover .swiper-button-prev {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.product-swipers
  .swiper_product_related:hover
  .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}

.product-swipers
  .swiper_product_related:hover
  .swiper-button-prev.swiper-button-lock {
  display: none;
}

.product-swipers .swiper_product_related .swiper-button-next,
.product-swipers .swiper_product_related .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.product-swipers .swiper_product_related .swiper-button-next:after,
.product-swipers .swiper_product_related .swiper-button-prev:after {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .product-swipers .swiper_product_related .swiper-button-next {
    display: block;
  }

  .product-swipers .swiper_product_related .swiper-button-prev {
    display: block;
  }
}

.product-swipers .item_product_main {
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  .sticky_left {
    position: sticky !important;
    top: 85px;
  }
}

@media (max-width: 992px) {
  .sticky_left .product-favi {
    display: none !important;
  }
}

.section_coupons {
  position: relative;
  margin-bottom: 25px;
  padding: 20px;
  background: var(--shop-color-main);
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section_coupons {
    padding: 14px;
  }
}

.section_coupons .swiper_coupons .swiper-pagination-bullets {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.section_coupons
  .swiper_coupons
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  box-shadow: none;
  outline: 0;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0;
  font-size: 0;
  opacity: 1;
}

.section_coupons
  .swiper_coupons
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.2s;
  background: var(--shop-color-main);
}

.section_coupons .swiper_coupons .swiper-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: 0px;
  background: transparent;
  text-align: center;
  z-index: 2;
  right: 8px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translate(32px, -50%);
  -ms-transform: translate(32px, -50%);
  transform: translate(32px, -50%);
  margin-top: 0px;
  background-color: var(--shop-color-main);
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

@media (max-width: 1199px) {
  .section_coupons .swiper_coupons .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1025px) {
  .section_coupons .swiper_coupons .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}

.section_coupons .swiper_coupons .swiper-button-next svg {
  width: 100%;
  height: 100%;
}

.section_coupons .swiper_coupons .swiper-button-next svg path {
  stroke: #fff;
}

.section_coupons .swiper_coupons .swiper-button-next:after {
  display: none;
}

.section_coupons .swiper_coupons .swiper-button-next:hover {
  background-color: var(--shop-color-secondary);
}

@media (max-width: 767px) {
  .section_coupons .swiper_coupons .swiper-button-next {
    display: none;
  }
}

.section_coupons .swiper_coupons .swiper-button-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: 0px;
  background: transparent;
  text-align: center;
  z-index: 2;
  left: 8px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translate(-32px, -50%) rotate(180deg);
  -ms-transform: translate(-32px, -50%) rotate(180deg);
  transform: translate(-32px, -50%) rotate(180deg);
  margin-top: 0px;
  background-color: var(--shop-color-main);
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

@media (max-width: 1199px) {
  .section_coupons .swiper_coupons .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1025px) {
  .section_coupons .swiper_coupons .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}

.section_coupons .swiper_coupons .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

.section_coupons .swiper_coupons .swiper-button-prev svg path {
  stroke: #fff;
}

.section_coupons .swiper_coupons .swiper-button-prev:after {
  display: none;
}

.section_coupons .swiper_coupons .swiper-button-prev:hover {
  background-color: var(--shop-color-secondary);
}

@media (max-width: 767px) {
  .section_coupons .swiper_coupons .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 767px) {
  .section_coupons .swiper_coupons .swiper-button-next,
  .section_coupons .swiper_coupons .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .section_coupons .swiper_coupons .swiper-button-next:after,
  .section_coupons .swiper_coupons .swiper-button-prev:after {
    font-size: 1.2rem;
  }
}

.section_coupons .swiper_coupons .swiper-button-lock {
  display: none !important;
}

.section_coupons .swiper_coupons .swiper-button-disabled {
  opacity: 0.35;
}

.section_coupons .swiper_coupons:hover .swiper-button-next {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section_coupons
  .swiper_coupons:hover
  .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}

.section_coupons .swiper_coupons:hover .swiper-button-prev {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.section_coupons
  .swiper_coupons:hover
  .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}

.section_coupons .swiper_coupons:hover .swiper-button-prev.swiper-button-lock {
  display: none;
}

.section_coupons .swiper_coupons .swiper-slide {
  height: auto;
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon {
  display: flex;
  align-items: center;
  padding: 3px;
  position: relative;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 216/60;
  background-color: #fff;
  border-radius: 10px;
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .image {
  width: 50px;
  height: 60px;
  display: flex;
  position: relative;
  flex: none;
  flex-grow: 0;
  padding: 5px;
  justify-content: center;
  align-items: center;
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .image img {
  height: 50px;
  width: 41px;
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  position: relative;
  width: 100%;
  height: 55px;
  justify-content: space-between;
}

.section_coupons
  .swiper_coupons
  .swiper-slide
  .box-coupon
  .content_wrap
  .content-top {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

.section_coupons
  .swiper_coupons
  .swiper-slide
  .box-coupon
  .content_wrap
  .content-top
  span {
  font-size: 1.2rem;
  color: #444;
  font-weight: 500;
}

@media (max-width: 350px) {
  .section_coupons
    .swiper_coupons
    .swiper-slide
    .box-coupon
    .content_wrap
    .content-top {
    font-size: 1.4rem;
  }

  .section_coupons
    .swiper_coupons
    .swiper-slide
    .box-coupon
    .content_wrap
    .content-top
    span {
    font-size: 10px;
  }
}

.section_coupons
  .swiper_coupons
  .swiper-slide
  .box-coupon
  .content_wrap
  .content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.section_coupons
  .swiper_coupons
  .swiper-slide
  .box-coupon
  .content_wrap
  .content-bottom
  span {
  color: var(--shop-color-main);
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  color: #666;
}

.section_coupons
  .swiper_coupons
  .swiper-slide
  .box-coupon
  .content_wrap
  .content-bottom
  .coupon-code {
  position: relative;
  display: inline-block;
  color: #fff;
  background: var(--shop-color-main);
  padding: 2px 4px;
  margin-left: 0px;
  min-width: 55px;
  text-align: center;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 18px;
  margin-right: 4px;
  border-radius: 5px;
}

.section_coupons
  .swiper_coupons
  .swiper-slide
  .box-coupon
  .content_wrap
  .content-bottom
  .coupon-code:hover {
  background: var(--shop-color-secondary);
  color: #fff;
}

.section_coupons
  .swiper_coupons
  .swiper-slide
  .box-coupon
  .content_wrap
  .info-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 1.4rem;
  border: 1px solid var(--shop-color-main);
  border-radius: 99px;
  position: absolute;
  right: 5px;
  top: 2px;
}

.section_coupons
  .swiper_coupons
  .swiper-slide
  .box-coupon
  .content_wrap
  .info-button
  svg {
  width: 10px;
  height: 10px;
  fill: var(--shop-color-main);
}

.section_coupons
  .swiper_coupons
  .swiper-slide
  .box-coupon
  .content_wrap
  .info-button:hover {
  border: 1px solid var(--shop-color-secondary);
}

.section_coupons
  .swiper_coupons
  .swiper-slide
  .box-coupon
  .content_wrap
  .info-button:hover
  svg {
  fill: var(--shop-color-secondary);
}

@media (max-width: 767px) {
  .section_coupons .swiper_coupons {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
  }

  .section_coupons .swiper_coupons .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -14px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 14px;
    width: auto;
  }

  .section_coupons .swiper_coupons .swiper-wrapper .swiper-slide {
    padding-left: 0px;
    padding-right: 14px;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
    height: auto;
  }

  .section_coupons .swiper_coupons .swiper-wrapper .swiper-slide:last-child {
    padding-right: 2px;
  }

  .section_coupons
    .swiper_coupons
    .swiper-wrapper
    .swiper-slide
    .box-coupon
    .content_wrap
    .content-bottom
    .coupon-code {
    min-width: 70px;
    font-size: 1.1rem;
  }

  .section_coupons
    .swiper_coupons
    .swiper-wrapper
    .swiper-slide
    .box-coupon
    .content_wrap
    .content-bottom
    span {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: normal;
  }
}

.popup-coupon {
  padding: 0 8px;
  box-sizing: border-box;
  width: 450px;
  max-height: 505px;
  height: auto;
  background: transparent;
  margin: 0 auto;
  position: relative;
  position: fixed;
  left: 50%;
  top: 15%;
  transition:
    transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
  touch-action: manipulation;
  opacity: 0;
  transform: translateX(-50%);
  z-index: -1;
  min-height: 200px;
}

@media (max-width: 767px) {
  .popup-coupon {
    width: 100%;
  }
}

.popup-coupon.active {
  opacity: 1;
  z-index: 99999;
}

.popup-coupon .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.popup-coupon .content .title {
  display: block;
  width: 100%;
  padding: 10px;
  background: var(--shop-color-main);
  color: #fff;
}

.popup-coupon .content .close-popup-coupon {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
}

.popup-coupon .content .close-popup-coupon svg {
  width: 15px;
  height: 15px;
  transition: transform 0.3s;
}

.popup-coupon .content .close-popup-coupon svg path {
  fill: #fff;
}

.popup-coupon .content .close-popup-coupon:hover svg {
  transform: rotate(90deg);
}

.popup-coupon .content ul {
  width: 100%;
}

.popup-coupon .content ul li {
  padding: 10px;
  display: flex;
}

.popup-coupon .content ul li:nth-child(2n + 1) {
  background-color: #f9f9f9;
}

.popup-coupon .content ul li span:first-child {
  min-width: 126px;
  display: inline-block;
  color: var(--shop-color-main);
}

.popup-coupon .item_thanh_note {
  font-size: 1.2rem;
  display: block !important;
}

.popup-coupon .item_thanh_note b {
  color: red;
}

.section-recenview-product {
  display: block;
}

.section-recenview-product .recent-viewed {
  padding: 2px;
}

.section-recenview-product .recent-viewed .swiper-pagination-bullets {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.section-recenview-product
  .recent-viewed
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  box-shadow: none;
  outline: 0;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0;
  font-size: 0;
  opacity: 1;
}

.section-recenview-product
  .recent-viewed
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.2s;
  background: var(--shop-color-main);
}

.section-recenview-product .recent-viewed .swiper-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: 0px;
  background: transparent;
  text-align: center;
  z-index: 2;
  right: 8px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translate(32px, -50%);
  -ms-transform: translate(32px, -50%);
  transform: translate(32px, -50%);
  margin-top: 0px;
  background-color: var(--shop-color-main);
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

@media (max-width: 1199px) {
  .section-recenview-product .recent-viewed .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1025px) {
  .section-recenview-product .recent-viewed .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}

.section-recenview-product .recent-viewed .swiper-button-next svg {
  width: 100%;
  height: 100%;
}

.section-recenview-product .recent-viewed .swiper-button-next svg path {
  stroke: #fff;
}

.section-recenview-product .recent-viewed .swiper-button-next:after {
  display: none;
}

.section-recenview-product .recent-viewed .swiper-button-next:hover {
  background-color: var(--shop-color-secondary);
}

@media (max-width: 767px) {
  .section-recenview-product .recent-viewed .swiper-button-next {
    display: none;
  }
}

.section-recenview-product .recent-viewed .swiper-button-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: 0px;
  background: transparent;
  text-align: center;
  z-index: 2;
  left: 8px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translate(-32px, -50%) rotate(180deg);
  -ms-transform: translate(-32px, -50%) rotate(180deg);
  transform: translate(-32px, -50%) rotate(180deg);
  margin-top: 0px;
  background-color: var(--shop-color-main);
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

@media (max-width: 1199px) {
  .section-recenview-product .recent-viewed .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1025px) {
  .section-recenview-product .recent-viewed .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}

.section-recenview-product .recent-viewed .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

.section-recenview-product .recent-viewed .swiper-button-prev svg path {
  stroke: #fff;
}

.section-recenview-product .recent-viewed .swiper-button-prev:after {
  display: none;
}

.section-recenview-product .recent-viewed .swiper-button-prev:hover {
  background-color: var(--shop-color-secondary);
}

@media (max-width: 767px) {
  .section-recenview-product .recent-viewed .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-recenview-product .recent-viewed .swiper-button-next,
  .section-recenview-product .recent-viewed .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .section-recenview-product .recent-viewed .swiper-button-next:after,
  .section-recenview-product .recent-viewed .swiper-button-prev:after {
    font-size: 1.2rem;
  }
}

.section-recenview-product .recent-viewed .swiper-button-lock {
  display: none !important;
}

.section-recenview-product .recent-viewed .swiper-button-disabled {
  opacity: 0.35;
}

.section-recenview-product .recent-viewed:hover .swiper-button-next {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-recenview-product
  .recent-viewed:hover
  .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}

.section-recenview-product .recent-viewed:hover .swiper-button-prev {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.section-recenview-product
  .recent-viewed:hover
  .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}

.section-recenview-product
  .recent-viewed:hover
  .swiper-button-prev.swiper-button-lock {
  display: none;
}

.section-recenview-product .recent-viewed .item_product_main {
  max-width: 237px;
}

.section-recenview-product .recent-viewed .swiper-button-next,
.section-recenview-product .recent-viewed .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.section-recenview-product .recent-viewed .swiper-button-next:after,
.section-recenview-product .recent-viewed .swiper-button-prev:after {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .section-recenview-product .recent-viewed .swiper-button-next {
    display: block;
  }

  .section-recenview-product .recent-viewed .swiper-button-prev {
    display: block;
  }
}

.section-recenview-product .item_product_main {
  padding-bottom: 0px;
}

.gallery-top {
  position: relative;
  display: block;
  margin-bottom: 15px !important;
}

.gallery-top .swiper-slide {
  padding-bottom: 100%;
  display: block;
  height: 0;
  aspect-ratio: 1;
}

.gallery-top .swiper-slide img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  position: absolute;
  border-radius: 10px;
}

.gallery-top .play-video {
  display: inline-flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  bottom: 15px;
  left: 10px;
  padding: 5px 10px;
  box-shadow:
    0 0px 2px 0 red,
    0 0px 3px 0px red;
  background: #fff;
  border-radius: 10px;
}

.gallery-top .play-video span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}

.gallery-top .play-video img {
  height: 28px;
  width: 28px;
}

.gallery-thumbs {
  margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
  border: 1px solid #ebebeb;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  height: auto !important;
  border-radius: 10px;
}

.gallery-thumbs .swiper-slide .p-100 {
  padding-bottom: 100%;
  height: 0;
  position: relative;
  aspect-ratio: 1;
  border-radius: 10px;
}

.gallery-thumbs .swiper-slide .p-100 img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  position: absolute;
  border-radius: 10px;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--shop-color-main);
  overflow: hidden;
}

.gallery-thumbs .swiper-slide:hover {
  border-color: var(--shop-color-main);
}

.gallery-thumbs .swiper-button-next {
  right: 0px;
  overflow: hidden;
}

.gallery-thumbs .swiper-button-prev {
  left: 0px;
  overflow: hidden;
}

.gallery-thumbs .swiper-button-next {
  width: 24px;
  height: 24px;
  background: transparent;
  margin: 0px;
  top: 50%;
  transform: translate(0, -50%) !important;
  border-radius: 50%;
}

.gallery-thumbs .swiper-button-next:after {
  width: 24px;
  height: 24px;
  font-size: 1rem;
  font-weight: bold;
  background: #ffe9fd;
  padding: 8px 5px;
  color: var(--shop-color-main);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-thumbs .swiper-button-next:hover:after {
  background: var(--shop-color-main);
  color: #fff;
}

.gallery-thumbs .swiper-button-next.swiper-button-disabled {
  display: none;
}

.gallery-thumbs .swiper-button-prev {
  width: 24px;
  height: 24px;
  background: transparent;
  margin: 0px;
  top: 50%;
  transform: translate(0, -50%) !important;
  border-radius: 50%;
}

.gallery-thumbs .swiper-button-prev:after {
  width: 24px;
  height: 24px;
  font-size: 1rem;
  font-weight: bold;
  background: #ffe9fd;
  padding: 8px 5px;
  color: var(--shop-color-main);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-thumbs .swiper-button-prev:hover:after {
  background: var(--shop-color-main);
  color: #fff;
}

.gallery-thumbs .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.popup-video {
  position: fixed;
  z-index: 99999;
  top: 0 !important;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.89);
  display: none;
}

.popup-video.active {
  display: flex;
}

.popup-video .close-popup-video {
  background: #fff;
  color: #000;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.popup-video .close-popup-video:hover {
  opacity: 0.8;
}

.popup-video iframe {
  height: calc(100vh - 200px);
  width: 1100px;
}

@media (max-width: 1100px) {
  .popup-video iframe {
    width: 700px;
  }
}

@media (max-width: 767px) {
  .popup-video .body-popup {
    padding: 0 5px;
    width: 100%;
  }

  .popup-video .body-popup iframe {
    width: 100%;
    height: 300px;
  }
}

.thump-check {
  line-height: 0;
  position: relative;
}

.thump-check .check-bar {
  display: inline-block;
  width: 100%;
  height: 8px;
  background: #f5f5f5;
  border-radius: 5px;
}

.thump-check .check-bar1 {
  position: absolute;
  height: 8px;
  top: 0px;
  background-color: #6e0e10;
  -webkit-animation: progress_bar_fill 2s linear infinite;
  animation: progress_bar_fill 2s linear infinite;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  transition: width 0.6s ease;
}

.thump-check .dot {
  width: 15px;
  height: 15px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  top: -3px;
}

.thump-check .dot .gift-item {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  display: block;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  border: 2px solid #6e0e10;
  background: #fff;
  background-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/icon_gift.png?1775525156190);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  transition: all 0.3s ease;
}

.thump-check .dot .gift-item.selected {
  background-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/checked.png?1775525156190);
  background-size: 12px;
}

.thump-check .dot .gift-item:after {
  content: attr(data-entry);
  height: 25%;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #6e0e10;
  top: -16px;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  text-align: center;
}

.thump-check .dot.active {
  background: #6e0e10;
}

.thump-check .dot1 {
  left: calc(50% - 10px);
}

.thump-check .dot2 {
  left: calc(100% - 10px);
}

.m_white_bg_module {
  background: #fff;
  padding: 1rem;
  margin: auto !important;
}

.popup_discount {
  top: 0 !important;
  left: 0;
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup_discount.open {
  z-index: 12;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.popup_discount .b_video {
  width: 800px;
  max-width: calc(100% - 10px);
}

.popup_discount .b_video .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.popup_discount .b_video .title_popup {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
}

.popup_discount .b_video .title_popup h5 {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.popup_discount .b_video .embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.popup_discount .b_video .embed-responsive::before {
  display: block;
  content: "";
}

.popup_discount .b_video .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.popup_discount .max-100 {
  position: relative;
  max-width: 100%;
}

.popup_discount .close_discount {
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  z-index: 2;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .popup_discount .close_discount {
    right: -6px;
    top: -12px;
    transition: all 0.3s;
    position: absolute;
  }
}

.popup_discount .close_discount img {
  max-width: 16px;
  filter: brightness(0);
}

@media (min-width: 768px) {
  .popup_discount .close_discount:hover {
    transform: scale(1.1) rotate(360deg);
  }
}

@keyframes progress_bar_fill {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 40px 0;
  }
}

.js-gift-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.open_discount {
  display: inline-block;
  color: #fff;
  background: #6e0e10;
  padding: 5px 10px;
  margin-top: 5px;
  margin-left: 0px;
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.open_discount:hover {
  background: var(--shop-color-main);
}

.open_discount.active {
  opacity: 1;
  pointer-events: inherit;
  cursor: pointer;
}

.combo_pro {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background: #ffeedb;
  border-radius: 20px;
  padding: 15px;
}

.combo_pro .title-popup {
  margin-bottom: 15px;
  display: block;
}

.combo_pro .title-popup h3 {
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 0px;
  font-family: "Raleway", sans-serif;
  color: var(--shop-color-main);
  line-height: 1;
  position: relative;
  font-weight: 700;
  z-index: 1;
  padding-right: 10px;
}

.combo_pro .title-popup h3 a {
  color: var(--shop-color-main);
}

.combo_pro .title-popup h3 a:hover,
.combo_pro .title-popup h3 a:focus {
  color: var(--shop-color-secondary);
}

@media (max-width: 767px) {
  .combo_pro .title-popup h3 {
    font-size: 2rem;
  }
}

.combo_pro .title-popup h3 span {
  color: var(--shop-color-secondary);
}

.combo_pro .product-bundled-section #bundled-form {
  width: 100%;
  display: flex;
  flex-flow: row;
  margin: 0;
}

@media (max-width: 767px) {
  .combo_pro .product-bundled-section #bundled-form {
    flex-flow: column;
  }
}

.combo_pro .product-bundled-section .bundled-products {
  display: grid;
  gap: 20px;
  padding-inline: 16px;
  grid-auto-flow: column;
  grid-template-rows: repeat(1, 1fr);
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0;
}

@media (max-width: 767px) {
  .combo_pro .product-bundled-section .bundled-products {
    gap: 15px;
  }
}

.combo_pro .product-bundled-section .bundled-products .bundled-product {
  max-width: 100%;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding: 10px;
  max-width: 200px;
  position: relative;
  min-width: 200px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
}

.combo_pro
  .product-bundled-section
  .bundled-products
  .bundled-product
  .bundled-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
  border-color: #838383;
  z-index: 2;
  margin: 0;
  width: auto;
  height: auto;
  opacity: 1;
  width: 16px;
  height: 16px;
}

@media (max-width: 767px) {
  .combo_pro
    .product-bundled-section
    .bundled-products
    .bundled-product
    .bundled-checkbox {
    height: 25px;
    width: 25px;
  }
}

.combo_pro
  .product-bundled-section
  .bundled-products
  .bundled-product
  .bundled-checkbox:focus {
  outline: none;
  box-shadow: none;
}

.combo_pro
  .product-bundled-section
  .bundled-products
  .bundled-product
  .bundled-checkbox:checked,
.combo_pro
  .product-bundled-section
  .bundled-products
  .bundled-product
  .bundled-checkbox:hover {
  background-color: red;
  border-color: red;
}

.combo_pro
  .product-bundled-section
  .bundled-products
  .bundled-product
  .box_content_pro {
  width: 100%;
  text-align: left;
}

.combo_pro
  .product-bundled-section
  .bundled-products
  .bundled-product
  .box_content_pro
  .price {
  color: var(--price-color-text);
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.combo_pro
  .product-bundled-section
  .bundled-products
  .bundled-product
  .thumb-product {
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 145%;
}

.combo_pro
  .product-bundled-section
  .bundled-products
  .bundled-product
  .thumb-product
  img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: contain;
}

.combo_pro
  .product-bundled-section
  .bundled-products
  .bundled-product
  .view-product {
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-line-clamp: 1;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 24px;
  height: 24px;
}

.combo_pro
  .product-bundled-section
  .bundled-products
  .bundled-product
  .view-product:hover {
  color: var(--shop-color-main);
}

.combo_pro
  .product-bundled-section
  .bundled-products
  .bundled-product
  .bundled-variants {
  font-size: 14px;
}

.combo_pro
  .product-bundled-section
  .bundled-products
  .bundled-product
  .bundled-variants:focus {
  outline: none;
  box-shadow: none;
}

.combo_pro .product-bundled-section .bundled-right {
  flex-flow: column;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  font-size: 14px;
  margin-left: auto;
  width: 260px;
}

@media (max-width: 991px) {
  .combo_pro .product-bundled-section .bundled-right {
    min-width: 200px;
  }
}

@media (max-width: 767px) {
  .combo_pro .product-bundled-section .bundled-right {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    font-size: 15px;
    border-top: 1px solid #f3f5f7;
    margin-top: 15px;
  }
}

.combo_pro .product-bundled-section .bundled-right #bundled-price {
  color: var(--shop-color-main);
  font-weight: 600;
  font-size: 17px;
}

.combo_pro .product-bundled-section .bundled-right button {
  margin-top: 10px;
  border: 1px solid var(--shop-color-main);
  background-color: var(--shop-color-main);
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .combo_pro .product-bundled-section .bundled-right button {
    width: 100%;
  }
}

.combo_pro .product-bundled-section .bundled-right button:hover {
  background-color: var(--shop-color-secondary);
  border: 1px solid var(--shop-color-secondary);
}

.combo_pro .swatchitem {
  font-size: 14px;
  margin-bottom: 5px;
}

.combo_pro .swatchitem .header {
  margin-bottom: 5px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.2;
}

.combo_pro .swatchitem .swatch-element {
  display: inline-block;
  margin: 0px 5px 5px 0;
  position: relative;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element input {
  position: absolute;
  top: -3px;
  right: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element label {
  min-width: 36px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--shop-color-text);
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 5px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
}

.combo_pro .swatchitem .swatch-element label:hover {
  background-color: var(--shop-color-main);
}

.combo_pro .swatchitem .swatch-element label .crossed-out {
  display: none;
}

.combo_pro .swatchitem .swatch-element input:checked + label {
  background: var(--shop-color-main);
  border-color: var(--shop-color-main);
  color: #fff;
}

.combo_pro .swatchitem .swatch-element.color.tim label {
  background-color: #b6ade4;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.xanh label {
  background-color: #024779;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.vang label {
  background-color: #fce505;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.den label {
  background-color: #000000;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.do label {
  background-color: #f20808;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.xanh-la label {
  background-color: #d5ffaf;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.xam label {
  background-color: #615a5a;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.bac label {
  background-color: #c4c4c4;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.trang label {
  background-color: #ffffff;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.hong label {
  background-color: #e377fb;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.xanh-rung label {
  background-color: #005c23;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.xanh-bien label {
  background-color: #64d0ff;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.than-chi label {
  background-color: #686868;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.cam label {
  background-color: #ff8641;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.mau-15 label {
  background-color: #abc972;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.mau-16 label {
  background-color: #aa5f5f;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.mau-17 label {
  background-color: #057085;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.mau-18 label {
  background-color: #2c1585;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.mau-19 label {
  background-color: #850c0c;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color.mau-20 label {
  background-color: #001b74;
  min-width: 26px;
  height: 26px;
}

.combo_pro .swatchitem .swatch-element.color label {
  border-radius: 50%;
  min-width: 26px;
}

.combo_pro .swatchitem .swatch-element.color input:checked + label {
  border: 2px solid #00ff4e;
}

#successModal {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  height: 140px;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  #successModal {
    width: 100%;
    bottom: 0;
    top: auto !important;
    left: 0;
    right: 0;
    transform: translateY(100%);
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }

  #successModal.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

#successModal .modal-content {
  padding: 10px;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid var(--shop-color-main);
  text-align: center;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

@media (max-width: 767px) {
  #successModal .modal-content {
    border: none;
  }
}

#successModal .modal-content .close {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 10px;
  color: #000;
}

#successModal .modal-content .close:hover {
  color: var(--shop-color-main);
  cursor: pointer;
}

#successModal .modal-content #successMessage {
  margin-bottom: 0;
  font-weight: 600;
}

#successModal .modal-content .btn {
  width: 100%;
  padding: 0px 20px;
  background-color: var(--shop-color-main);
  border-color: var(--shop-color-main);
  color: #fff;
  margin-top: 15px;
  border-radius: 10px;
  max-width: 145px;
}

#successModal .modal-content .btn:hover {
  background-color: var(--shop-color-secondary);
}

.product-favi {
  position: relative;
  background: #ffeedb;
  padding: 15px;
  border-radius: 20px;
}

.product-favi .title-head {
  margin: 0;
  display: block;
  padding: 0px 0px 10px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
}

.product-favi .title-head:hover {
  color: var(--shop-color-main);
}

.product-favi .product-favi-content .product-view {
  display: inline-block;
  padding: 10px;
  background: #fff;
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.product-favi .product-favi-content .product-view:last-child {
  border-bottom: none;
}

.product-favi .product-favi-content .product-view .image_thumb {
  display: inline-block;
  float: left;
  width: 100%;
  width: 65px;
  padding: 0px;
}

.product-favi .product-favi-content .product-view .image_thumb .box_img_pro {
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 100%;
}

.product-favi
  .product-favi-content
  .product-view
  .image_thumb
  .box_img_pro
  img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease;
}

.product-favi .product-favi-content .product-view .product-info {
  display: block;
  float: left;
  width: calc(100% - 65px);
  -o-width: calc(100% - 65px);
  -moz-width: calc(100% - 65px);
  -webkit-width: calc(100% - 65px);
  padding-left: 10px;
}

.product-favi .product-favi-content .product-view .product-info {
  margin: 0px;
  position: relative;
}

.product-favi .product-favi-content .product-view .product-info h3 {
  padding: 0;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 3px;
  line-height: 20px;
  text-transform: capitalize;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .product-favi .product-favi-content .product-view .product-info h3 {
    font-size: 14px;
  }
}

.product-favi .product-favi-content .product-view .product-info h3:hover,
.product-favi .product-favi-content .product-view .product-info h3:focus {
  color: var(--shop-color-main);
}

.product-favi .product-favi-content .product-view .product-info h3:hover a,
.product-favi .product-favi-content .product-view .product-info h3:focus a {
  color: var(--shop-color-main);
}

.product-favi .product-favi-content .product-view .product-info .price-box {
  color: #cc2020;
  line-height: 23px;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.product-favi
  .product-favi-content
  .product-view
  .product-info
  .price-box
  .price {
  padding-right: 5px;
}

.product-favi
  .product-favi-content
  .product-view
  .product-info
  .price-box
  .compare-price {
  text-decoration: line-through;
  font-size: 12px;
  color: #9e9e9e;
  line-height: 24px;
  font-weight: 300;
}

.socila_product {
  display: block;
  margin: 15px 0px;
  margin-bottom: 0px;
}

.socila_product span {
  display: block;
  margin-bottom: 10px;
}

.socila_product a {
  margin-right: 5px;
}

.socila_product a:last-child {
  margin-right: 0px;
}

.socila_product a img {
  max-width: 34px;
  border-radius: 5px;
}

.block-policy {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #ffeedb;
  margin-bottom: 20px;
}

.block-policy .policy-content {
  padding: 5px 10px;
  margin: 0px !important;
}

.block-policy .policy-content .col-12 {
  padding: 0px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .block-policy .policy-content .col-12 {
    padding: 0 10px;
  }
}

.block-policy .policy-content .col-12 .policy-item {
  display: flex;
  align-items: center;
}

.block-policy .policy-content .col-12 .policy-item .icon {
  width: 40px;
  height: 40px;
  position: relative;
}

.block-policy .policy-content .col-12 .policy-item .icon img {
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: contain;
}

.block-policy .policy-content .col-12 .policy-item .info {
  text-align: left;
  flex-grow: 1;
  margin-left: 10px;
}

.block-policy .policy-content .col-12 .policy-item .info h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 3px;
  line-height: initial;
  color: var(--shop-color-main);
}

.block-policy .policy-content .col-12 .policy-item .info span {
  color: #393939;
  font-size: 1.4rem;
  display: block;
  line-height: initial;
}

.support-product {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  background: #f8f8f8;
}

@media (max-width: 767px) {
  .support-product {
    margin-top: 20px;
  }
}

.support-product .title {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 0;
  font-weight: 700;
}

@media (max-width: 1025px) {
  .support-product .title {
    font-size: 13px;
  }
}

.support-product .image {
  height: 150px;
  display: block;
  position: relative;
}

.support-product .image img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.support-product .title2 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  font-weight: normal;
}

@media (max-width: 1025px) {
  .support-product .title2 {
    font-size: 12px;
  }
}

.support-product .phone {
  width: 100%;
  margin-top: 5px;
  display: block;
  text-align: center;
  line-height: 1.1;
}

.support-product .phone a {
  font-size: 29px;
  font-weight: 800;
  color: var(--shop-color-main);
  text-decoration: none;
}

@media (max-width: 1025px) {
  .support-product .phone a {
    font-size: 24px;
  }
}

.support-product .phone a:hover {
  color: var(--shop-color-secondary);
}

.support-product .or {
  width: 100%;
  margin: 0px 0 10px;
  color: #7a7d8d;
  text-align: center;
  line-height: 1.1;
}

.support-product .or span {
  display: inline-block;
  background: #fbfbfb;
  padding: 0 10px;
  transform: translateY(50%);
  font-size: 13px;
}

.support-product .or:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ededed;
}

.support-product .title3 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 0;
  font-weight: 700;
}

.support-product .chat {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 30px;
  display: inline-block;
  width: 100%;
  background: #0d6efd;
  color: #fff;
}

.support-product .chat:hover {
  background: var(--shop-color-main);
}

.details-pro .title-product {
  font-size: 23px;
  line-height: 1.35;
  font-weight: 600;
  color: #111;
  margin: 0 0 8px;
}

/* Thông tin mã, thương hiệu, tồn kho */
.details-pro .inventory_quantity {
  margin-bottom: 5px;
}

.details-pro .thump-break {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.details-pro .mb-break {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.details-pro .stock-brand-title {
  color: #333;
  font-weight: 400;
}

.details-pro .variant-sku,
.details-pro .a-vendor {
  color: var(--shop-color-main);
  font-weight: 600;
}

/* Box khuyến mãi nếu có */
.details-pro .product-promotion,
.details-pro .khuyen-mai,
.details-pro .promotion-box {
  border: 1px dashed var(--shop-color-main);
  border-radius: 6px;
  padding: 14px 16px;
  margin: 18px 0 20px;
  background: #fff;
}

.details-pro .product-promotion h3,
.details-pro .khuyen-mai h3,
.details-pro .promotion-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0 0 10px;
}

.details-pro .product-promotion ul,
.details-pro .khuyen-mai ul,
.details-pro .promotion-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.details-pro .product-promotion li,
.details-pro .khuyen-mai li,
.details-pro .promotion-box li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.details-pro .product-promotion li:before,
.details-pro .khuyen-mai li:before,
.details-pro .promotion-box li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f15a24;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

/* Giá sản phẩm */
.details-pro .price-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 10px;
}

.details-pro .special-price {
  display: inline-flex;
  align-items: center;
}

.details-pro .special-price .product-price {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--price-color-text);
  letter-spacing: 1px;
}

.details-pro .old-price {
  display: inline-flex;
  align-items: center;
}

.details-pro .old-price .product-price-old {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

.details-pro .save-price {
  display: inline-flex;
  align-items: center;
  background: #a90000;
  color: #fff;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 600;
}

.details-pro .save-price .product-price-save {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

/* Ẩn chữ "Tiết kiệm:" nếu muốn chỉ hiện -10% dạng badge */
.details-pro .save-price {
  font-size: 0;
}

.details-pro .save-price:before {
  content: "-10%";
  font-size: 13px;
}

/* Số lượng */
.details-pro .sl.section {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0 !important;
  font-size: 15px;
  font-weight: 400;
  color: #111;
  vertical-align: middle;
}

.details-pro .form-product {
  margin: 0;
}

.details-pro .form-product > .form-product,
.details-pro .form-product .clearfix.form-group {
  margin-bottom: 0;
}

.details-pro .flex-quantity {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Cụm tăng giảm số lượng */
.details-pro .custom-btn-number {
  display: inline-flex;
  align-items: center;
}

.details-pro .input_number_product {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.details-pro .input_number_product .button_qty {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s ease;
}

.details-pro .input_number_product .button_qty:hover {
  background: #ff5a1f;
  border-color: #ff5a1f;
  color: #fff;
}

.details-pro .input_number_product .button_qty svg {
  width: 14px;
  height: 14px;
}

.details-pro .input_number_product .prd_quantity {
  width: 60px;
  height: 36px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 14px;
  color: #333;
  background: #fff;
  box-shadow: none;
}

/* Button mua hàng */
.details-pro .btn-mua {
  flex: 1;
}

.details-pro .button_actions {
  width: 100%;
}

.details-pro .button_actions .btn_add_cart {
  width: 100%;
  min-width: 225px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  transition: all 0.25s ease;
  text-transform: none;
}

.details-pro .button_actions .btn_add_cart:hover {
  background: #ff5a1f;
  border-color: #ff5a1f;
  color: #fff;
}

.details-pro .button_actions .btn_add_cart .icon {
  display: none;
}

.details-pro .button_actions .btn_add_cart .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}

.details-pro .button_actions .btn_add_cart .txt-main {
  font-size: 16px;
  font-weight: 600;
}

.details-pro .button_actions .btn_add_cart .text_2 {
  display: none;
}

/* Nếu muốn có thêm nút Mua ngay giống ảnh mẫu */
.details-pro .flex-quantity .btn-mua:before {
  content: "Mua ngay";
  width: 225px;
  height: 50px;
  border-radius: 8px;
  background: #ff5a1f;
  border: 1px solid #ff5a1f;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}

/* Sắp xếp lại hàng số lượng + button */
.details-pro label.sl.section {
  margin-top: 8px;
}

.details-pro label.sl.section + .form-product {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
}

/* Responsive */
@media (max-width: 991px) {
  .details-pro {
    padding-left: 0;
    padding-top: 25px;
  }

  .details-pro .title-product {
    font-size: 23px;
  }

  .details-pro .special-price .product-price {
    font-size: 23px;
  }

  .details-pro label.sl.section + .form-product {
    width: 100%;
    display: block;
    margin-top: 8px;
  }

  .details-pro .flex-quantity {
    align-items: flex-start;
  }

  .details-pro .btn-mua {
    width: 100%;
    flex: unset;
    display: flex;
    gap: 10px;
  }

  .details-pro .flex-quantity .btn-mua:before,
  .details-pro .button_actions .btn_add_cart {
    width: 50%;
    min-width: unset;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .details-pro .title-product {
    font-size: 21px;
  }

  .details-pro .price-box {
    gap: 8px;
  }

  .details-pro .special-price .product-price {
    font-size: 22px;
  }

  .details-pro .old-price .product-price-old {
    font-size: 14px;
  }

  .details-pro .btn-mua {
    flex-direction: column;
  }

  .details-pro .flex-quantity .btn-mua:before,
  .details-pro .button_actions .btn_add_cart {
    width: 100%;
  }
}

/* ========================================================
   FIX LAYOUT LỆCH - SỐ LƯỢNG & NÚT MUA HÀNG
   ======================================================== */

/* 1. Label "Số lượng:" chuyển sang block, không inline */
.details-pro label.sl.section {
  display: block !important;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
  vertical-align: unset !important;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

/* 2. Inner form-product: full width block (bỏ inline-block + calc) */
.details-pro label.sl.section + .form-product {
  display: block !important;
  width: 100% !important;
  vertical-align: unset !important;
  margin-top: 0;
}

/* 3. flex-quantity: stepper trái, buttons phải (không wrap) */
.details-pro .flex-quantity {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

/* 4. Stepper giữ nguyên width tự nhiên */
.details-pro .custom-btn-number {
  flex-shrink: 0;
}

/* 5. Buttons container: flex column để stack Mua ngay / Thêm vào giỏ */
.details-pro .btn-mua {
  flex: 1 !important;
  width: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

/* 6. Pseudo "Mua ngay" button - fix display để stack đúng */
.details-pro .flex-quantity .btn-mua:before {
  content: "Mua ngay" !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 50px !important;
  border-radius: 8px !important;
  background: #ff5a1f !important;
  border: 1px solid #ff5a1f !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  transition: background 0.2s ease !important;
}

.details-pro .flex-quantity .btn-mua:hover:before {
  background: #e04d18 !important;
  border-color: #e04d18 !important;
}

/* 7. button_actions full width bên trong btn-mua */
.details-pro .btn-mua .button_actions {
  width: 100% !important;
}

/* 8. "Thêm vào giỏ" - full width */
.details-pro .button_actions .btn_add_cart {
  width: 100% !important;
  min-width: unset !important;
  height: 50px !important;
  box-sizing: border-box !important;
}

/* 9. Responsive mobile: stack hoàn toàn dọc */
@media (max-width: 575px) {
  .details-pro .flex-quantity {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .details-pro .custom-btn-number {
    align-self: flex-start;
  }
}

/* 10. Reset media override cũ (991px) cho btn-mua */
@media (max-width: 991px) {
  .details-pro .btn-mua {
    width: auto !important;
    flex: 1 !important;
    flex-direction: column !important;
  }

  .details-pro .flex-quantity .btn-mua:before,
  .details-pro .button_actions .btn_add_cart {
    width: 100% !important;
    min-width: unset !important;
    margin-right: 0 !important;
  }
}

/* ========================================================
   FIX LAYOUT MẪU - SỐ LƯỢNG & NÚT MUA HÀNG
   Theo ảnh mẫu: [Số lượng: - 1 +] trên, [Mua ngay][Thêm vào giỏ] ngang bên dưới
   ======================================================== */

/* Xóa override cũ có thể xung đột */
.details-pro label.sl.section,
.details-pro .sl.section {
  display: block !important;
  margin: 0 !important;
  vertical-align: unset !important;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.details-pro label.sl.section + .form-product {
  display: block !important;
  width: 100% !important;
}

/* ---- Block wrapper mới ---- */
.details-pro .qty-actions-block {
  margin-top: 18px;
}

/* Row 1: "Số lượng:" + stepper cùng hàng */
.details-pro .qty-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.details-pro .qty-row .sl.section {
  display: inline !important;
  margin: 0 !important;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Stepper trong qty-row */
.details-pro .qty-row .input_number_product {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  flex-shrink: 0;
}

.details-pro .qty-row .button_qty {
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.details-pro .qty-row .button_qty:hover {
  background: #ff5a1f;
  border-color: #ff5a1f;
  color: #fff;
}

.details-pro .qty-row .button_qty svg {
  width: 14px;
  height: 14px;
}

.details-pro .qty-row .prd_quantity {
  width: 56px;
  height: 38px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 15px;
  color: #333;
  background: #fff;
  box-shadow: none;
  outline: none;
}

/* Row 2: Mua ngay + Thêm vào giỏ ngang nhau */
.details-pro .action-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

/* Nút Mua ngay (cam, pill) */
.details-pro .action-row .btn-buy-now {
  flex: 1;
  height: 50px;
  border-radius: 25px;
  background: var(--btn-color-hover-bg);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details-pro .action-row .btn-buy-now:hover {
  background: var(--btn-color-bg);
}

/* Nút Thêm vào giỏ (outline trắng, pill) */
.details-pro .action-row .btn_add_cart {
  flex: 1;
  height: 50px;
  border-radius: 25px !important;
  border: 1.5px solid var(--btn-color-bg);
  background: var(--shop-color-bg) !important;
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 0 16px !important;
  transition: all 0.2s ease;
  min-width: 0 !important;
  white-space: nowrap;
  text-transform: none !important;
  /* Ẩn icon cũ nếu còn */
  line-height: 1.2;
}

.details-pro .action-row .btn_add_cart:hover {
  border-color: var(--btn-color-hover-bg) !important;
  color: var(--btn-color-hover-bg) !important;
  background: var(--shop-color-bg) !important;
}

.details-pro .action-row .btn_add_cart .icon {
  display: none !important;
}

.details-pro .action-row .btn_add_cart .text_2 {
  display: none !important;
}

/* Responsive mobile: stack dọc */
@media (max-width: 480px) {
  .details-pro .action-row {
    flex-direction: column;
    gap: 10px;
  }

  .details-pro .action-row .btn-buy-now,
  .details-pro .action-row .btn_add_cart {
    width: 100%;
  }
}

/* ========================================================
   UNIFIED PRODUCT TABS: Mô tả | Đánh giá
   Theo ảnh mẫu: tab header dạng text + underline cam khi active
   ======================================================== */

/* ---- Tab nav bar ---- */
.product-tab-unified {
  background: #fff;
  border-radius: 8px;
  overflow: visible;
}

.ptu-tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #eee;
  gap: 0;
}

.ptu-tab-item {
  cursor: pointer;
  position: relative;
  padding: 14px 24px 12px;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  transition: color 0.2s ease;
  white-space: nowrap;
  user-select: none;
}

.ptu-tab-item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  border-radius: 2px 2px 0 0;
  transition: background 0.2s ease;
}

.ptu-tab-item.active {
  color: var(--shop-color-main);
}

.ptu-tab-item.active::after {
  background: var(--shop-color-main);
}

.ptu-tab-item:hover {
  color: var(--shop-color-main);
}

/* ---- Tab content panels ---- */
.ptu-tab-content {
  display: none;
  padding: 28px 4px 20px;
}

.ptu-tab-content.active {
  display: block;
}

/* ---- Description typography ---- */
.ptu-description-body {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.ptu-description-body h2,
.ptu-description-body h3,
.ptu-description-body h4 {
  font-weight: 700;
  color: #222;
  margin-top: 24px;
  margin-bottom: 10px;
}

.ptu-description-body ul,
.ptu-description-body ol {
  padding-left: 22px;
  margin-bottom: 16px;
}

.ptu-description-body ul li,
.ptu-description-body ol li {
  margin-bottom: 6px;
}

.ptu-description-body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 12px 0;
}

.ptu-description-body p {
  margin-bottom: 12px;
}

/* ---- Review tab: bản thân phần wrapper đánh giá ---- */
#ptu-danhgia .product-review {
  padding: 15px;
}

#ptu-danhgia .rounded-10 {
  border-radius: 0;
  padding: 0 !important;
}

/* Rating summary block */
#ptu-danhgia .bpr-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

#ptu-danhgia .bpr-summary-average {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

/* Progress bars */
#ptu-danhgia .product-review-progress-bar > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

#ptu-danhgia .side {
  width: 36px;
  text-align: right;
  font-size: 13px;
  color: #666;
}

#ptu-danhgia .side.right {
  width: 36px;
  text-align: left;
  font-size: 12px;
  color: #888;
}

#ptu-danhgia .bar-container {
  flex: 1;
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}

#ptu-danhgia .bar {
  height: 100%;
  background: #ff5a1f;
  border-radius: 4px;
  transition: width 0.5s ease;
}

/* Review form styling */
.product-reviews-form {
  /* keep existing behaviour */
}

/* "Đánh giá ngay" link styling */
.open-review-form a {
  color: #ff5a1f;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 480px) {
  html
    body
    .details-pro
    .qty-actions-block
    .action-row
    > button#button-cart.btn_add_cart,
  html body .details-pro .action-row > button#button-cart.btn_add_cart,
  html body button#button-cart.btn_add_cart {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;

    height: 38px !important;
    min-height: 38px !important;
    line-height: 1 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 16px !important;
    margin: 0 !important;

    border-radius: 999px !important;
    border: 1.5px solid var(--shop-color-main) !important;

    background: #ffffff !important;
    background-color: #ffffff !important;
    color: var(--shop-color-main) !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-transform: none !important;

    box-shadow: none !important;
    outline: none !important;
    box-sizing: border-box !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    margin-bottom: 10px !important;
  }

  html
    body
    .details-pro
    .qty-actions-block
    .action-row
    > button#button-cart.btn_add_cart
    span,
  html body button#button-cart.btn_add_cart span,
  html body button#button-cart.btn_add_cart .txt-main,
  html body button#button-cart.btn_add_cart .text_1 {
    color: var(--shop-color-main) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  html
    body
    .details-pro
    .qty-actions-block
    .action-row
    > button#button-cart.btn_add_cart:hover,
  html
    body
    .details-pro
    .qty-actions-block
    .action-row
    > button#button-cart.btn_add_cart:focus,
  html
    body
    .details-pro
    .qty-actions-block
    .action-row
    > button#button-cart.btn_add_cart:active {
    background: #fff7f2 !important;
    background-color: #fff7f2 !important;
    border-color: var(--shop-color-main) !important;
    color: var(--shop-color-main) !important;
  }
}

/* =========================
   MÔ TẢ NGẮN KIỂU KHUNG KHUYẾN MÃI
========================= */

/* Tiêu đề: Mô tả ngắn */
.details-pro > .inventory_quantity + .stock-brand-title {
    display: block;
    max-width: 720px;
    margin: 12px 0 0;
    padding: 10px 10px 6px;
    border: 2px dashed var(--shop-color-main);
    border-bottom: 0;
    border-radius: 16px 16px 0 0;

    background: #fff;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

/* Nội dung mô tả */
.details-pro > .inventory_quantity + .stock-brand-title + p {
    position: relative;
    max-width: 720px;
    margin: 0 0 10px;
    padding: 0px 10px 14px 10px;

    border: 2px dashed var(--shop-color-main);
    border-top: 0;
    border-radius: 0 0 16px 16px;

    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

/* Mobile */
@media (max-width: 767px) {
    .details-pro > .inventory_quantity + .stock-brand-title {
        max-width: 100%;
        margin-top: 18px;
        padding: 16px 18px 6px;
        border-radius: 12px 12px 0 0;
        font-size: 17px;
    }

    .details-pro > .inventory_quantity + .stock-brand-title + p {
        max-width: 100%;
        margin-bottom: 22px;
        padding: 8px 18px 20px 48px;
        border-radius: 0 0 12px 12px;
        font-size: 14px;
        line-height: 1.65;
    }

    .details-pro > .inventory_quantity + .stock-brand-title + p::before {
        top: 12px;
        left: 18px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
}
