:root {
  --color1: #231f20;
  --color2: #2f5acf;
}

#header .cart-item .nav-dropdown {
  min-width: 25rem;
  border-radius: 0.625rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06666666666666667);
  border: 1px solid #f7f7f7;
  background: #fff;
  max-height: 28.75rem;
  overflow: auto;
}

#header .cart-item ul.product_list_widget li .cart-mini-product-img img {
  height: auto !important;
  width: 100% !important;
  position: static !important;
  border-radius: 10px;
}

#header .cart-item .cart_list.product_list_widget > li {
  display: flex;
  margin-bottom: var(--16);
  padding: 0;
  border: 0;
}

#header .cart-item .cart_list.product_list_widget > li:last-child {
  margin-bottom: 0;
}

#header .cart-mini-product-info {
  padding: 0 1.25rem 0 1rem;
}

#header .cart-item a.remove {
  border: 0;
  width: var(--18);
  height: var(--18);
  top: 0;
  color: var(--black);
}

#header .cart-mini-product-info .quantity {
  border: none;
  display: flex;
  flex-direction: column;
  font-size: var(--12);
  opacity: 1;
  text-align: left;
  align-items: flex-start;
  width: 100%;
}

#header .cart-mini-product-info .quantity > span:first-child {
  font-size: var(--13);
  margin-bottom: var(--5);
  display: block;
  color: var(--black-200);
}

#header .cart-mini-product-info .quantity > span:nth-child(2) {
  display: block;
  width: 100%;
}

#header .woocommerce-mini-cart {
  margin: 0;
}

.cart-mini-product-info .quantity .woocommerce-Price-amount {
  margin-top: 15px;
  font-size: 0.875rem;
  color: var(--black);
}

.cart-mini-product-info .quantity bdi {
  font-weight: 600;
  font-size: 0.875rem;
}

#header .cart-item .cart-mini-product-info .variation {
  display: flex;
  color: var(--black-200);
  opacity: 1;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 100;
}

#header .cart-item .cart-mini-product-img {
  width: 6.25rem;
  flex-shrink: 0;
}

#header .cart-item .cart-mini-product-img * {
  margin: 0;
}

#header .cart-item .cart-mini-product-name a {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--black);
  margin-bottom: var(--12);
}

#header
  .cart-item
  .woocommerce-mini-cart__buttons
  .button.wc-forward:first-child {
  display: block;
  width: max-content;
  padding: 0;
  line-height: 1;
  height: max-content;
  min-height: max-content;
  text-transform: none;
  font-weight: 100;
  background-color: white;
  border: none;
  color: var(--theme-color);
  font-size: var(--15);
  margin-left: auto;
}

#header
  .cart-item
  .woocommerce-mini-cart__buttons
  .button.wc-forward:first-child:hover {
  background-color: white;
  text-decoration: underline;
  box-shadow: none;
}
#header li.html.custom.html_top_right_text {
  margin: 0 0 0 1.35rem !important;
}
#header .search-header img {
  width: var(--23);
  height: var(--23);
  cursor: pointer;
}
#header .cart-item .image-icon img {
  width: var(--23);
  height: var(--23);
}
#header .cart-item {
  padding-left: 1.3rem;
  margin-left: 1.3rem;
  border-left: 1px solid #d0d8dd;
  flex-shrink: 0;
}
#header .cart-item .header-cart-link {
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#header .cart-item .header-cart-link .header-cart-title {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  order: 1;
  margin: 0;
}
#header .cart-item .header-cart-link .image-icon.header-cart-icon {
  margin: 0;
}
#header .image-icon:after {
  background-color: var(--theme-color2);
  border-radius: 99px;
  box-shadow: none;
  font-size: 10px;
  font-weight: 600;
  opacity: 1;
  position: absolute;
  right: -7px;
  bottom: auto;
  width: 14.5px;
  height: 14.5px;
  flex-shrink: 0;
  color: #fff;
  border: 0;
  top: -5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
  letter-spacing: 0;
  line-height: 0.84375rem;
}

.t-cart-empty .isures-sdc--label,
#masthead .cart-item .button.checkout,
#masthead .cart-item:before,
#masthead .cart-item:after,
#masthead .cart-item .woocommerce-mini-cart__total,
.cart-mini-product-info .variation dt {
  display: none;
}

.location-wrapper {
  display: flex;
  gap: var(--18);
  margin: 0 auto;
  padding: var(--18) 0;
}

.location-box {
  flex: 1;
  position: relative;
}

.location-selected {
  padding: 0 var(--20);
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  height: var(--40);
  color: var(--black);
  font-size: var(--14);
  z-index: 2;
  position: relative;
}
.location-selected .selected-text {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.active .location-selected {
  z-index: 4;
}

.arrow-down {
  border: solid var(--theme-color2);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}

.location-dropdown {
  position: absolute;
  top: var(--20);
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding-top: var(--20);
  display: none;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
  border-radius: 0 0 0.25rem 0.25rem;
  overflow: hidden;
}

.search-box {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.search-box input {
  margin: 0;
  height: var(--34);
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  font-size: var(--14);
  box-shadow: none;
  min-height: unset;
  line-height: 1;
}

.search-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.option-list {
  max-height: 300px;
  overflow-y: auto;
}

.option-list::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}

.option-item:hover {
  background: #d9d9d9;
}

.active .location-dropdown {
  display: block;
}
.checkout-page-title.page-title {
  padding: 2.2rem 0 1.2rem;
  background-color: #f7f7f7;
}
.checkout-page-title.page-title p {
  margin-bottom: 0;
}
.checkout-wrapper {
  padding: 0 var(--section) 2.5rem;
  max-width: 100%;
  margin: 0 auto;
  background-color: #f7f7f7;
}

.checkout-wrapper .row-fake {
  display: grid;
  grid-template-columns: 1fr 31.3125rem;
  column-gap: 2.5rem;
}

.checkout-wrapper .row-fake .col-left .col-info {
  background-color: #fff;
  padding: 1.75rem 2.7rem;
  border-radius: 0.3125rem;
}
.checkout-wrapper .row-fake .col-price .col-inner {
  background-color: #fff;
  padding: 1.75rem 2.7rem;
  border-radius: 0.3125rem;
}

.checkout-wrapper .checkout-title {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.checkout-wrapper .cart-empty {
  display: flex;
  margin-bottom: var(--20);
  padding-bottom: var(--20);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-wrapper .input-box label {
  color: var(--black);
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: var(--24);
}
.checkout-wrapper .input-box label span {
  color: var(--theme-color2);
}
.checkout-wrapper .col-info .col-name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--20);
  margin-bottom: var(--18);
}

.checkout-wrapper .col-info .col-email {
  margin-bottom: var(--18);
}

.checkout-wrapper .col-info .col-addr {
  margin-bottom: var(--30);
}

.checkout-wrapper .input-box > input {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  box-sizing: border-box;
  height: var(--40);
  padding: 0px var(--20);
  transition: all 0.2s;
  width: 100%;
  font-size: var(--14);
  box-shadow: none;
  color: var(--black);
  margin-bottom: 0;
}

.checkout-wrapper .input-box > input:focus {
  border: 1px solid var(--theme-color2);
}

.checkout-wrapper .input-box > input::placeholder {
  color: #999;
}

.checkout-wrapper .option-item {
  font-size: var(--14);
  padding: 4px 15px;
  cursor: pointer;
  line-height: var(--20);
  box-shadow: none;
}

.checkout-wrapper .col-price .cart-title {
  border-bottom: 1px solid #d9d9d9;
  color: #6b7280;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: var(--20);
  padding-bottom: var(--12);
}

.checkout-wrapper .col-price .cart-title__item:nth-of-type(1) {
  flex: 1;
}

.checkout-wrapper .col-price .cart-title__item:nth-of-type(2) {
  flex: 0 0 20%;
  text-align: center;
}

.checkout-wrapper .col-price .cart-title__item:nth-of-type(3) {
  flex: 0 0 11%;
  text-align: right;
}

.checkout-wrapper .col-price .cart-item {
  display: flex;
  margin-bottom: var(--20);
  padding-bottom: var(--20);
  border-bottom: 1px solid #d9d9d9;
}

.checkout-wrapper .col-price .price {
  flex-shrink: 0;
  color: var(--black);
  font-size: 0.9375rem;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
}
.checkout-wrapper .col-price .price span.amount {
  font-weight: 600 !important;
}
.checkout-wrapper .col-price .product-image {
  width: 25%;
  flex-shrink: 0;
  margin-right: var(--10);
}

.checkout-wrapper .col-price .product-image .image-cover {
  border-radius: var(--10);
}

.checkout-wrapper .col-price .product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.checkout-wrapper .cart-item .title-product {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  margin-bottom: 0.7rem;
}
.checkout-wrapper .cart-item .product-item__name {
  display: block;
  color: var(--black);
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0;
}

.checkout-wrapper .cart-item .product-item__update {
  display: flex;
  row-gap: 0.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.checkout-wrapper .cart-item .variations {
  flex: 1;
  max-width: 100%;
  flex-basis: 100%;
}

.checkout-wrapper
  .cart-item
  .remove-item
  .checkout-wrapper
  .col-price
  .product-image
  .image-cover {
  border-radius: var(--10);
  background-color: hsla(0, 0%, 100%, 0.9);
}

.checkout-wrapper .cart-item .remove-item {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5835rem;
  height: 1.5835rem;
  cursor: pointer;
  border-radius: 99rem;
  background-color: #eaeaea;
  padding: 0;
  min-width: inherit;
  min-height: inherit;
  line-height: inherit;
  flex-shrink: 0;
}
.checkout-wrapper .cart-item .remove-item:hover {
  background-color: var(--theme-color2);
}
.checkout-wrapper .cart-item .remove-item:hover svg path {
  stroke: #fff;
}
.checkout-wrapper .col-price .cart-totals .subtotal,
.checkout-wrapper .col-price .cart-totals .shipping {
  display: flex;
  justify-content: space-between;
  color: #6b7280;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

.checkout-wrapper .col-price .cart-totals span.amount {
  font-weight: normal;
}

.checkout-wrapper .col-price .cart-totals .total {
  border-top: 1px solid #d9d9d9;
  padding-top: var(--16);
  display: flex;
  justify-content: space-between;
  font-size: 0.9375rem;
  color: var(--black);
}

.checkout-wrapper .col-price .cart-totals .total span.amount {
  color: var(--black);
  font-size: 0.9375rem;
  font-weight: 600;
}

.cart-contents.loading {
  opacity: 1;
  pointer-events: none;
}

.quantity-controls {
  border-radius: 9rem;
  display: flex;
  width: var(--95);
  border: 1px solid #d9d9d9;
  justify-content: space-around;
  align-items: center;
}

.quantity-controls button {
  margin: 0;
  padding: 0;
  min-width: unset;
  min-height: unset;
  width: var(--34);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--34);
}

.checkout-wrapper .col-price .qty-input {
  border: none;
  font-size: var(--13);
  margin: 0;
  padding: 5px 0;
  text-align: center;
  width: var(--25);
  box-shadow: none;
  height: var(--34);
  line-height: 1;
  background-color: transparent;
}

.checkout-wrapper input[type="number"]::-webkit-inner-spin-button,
.checkout-wrapper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.error-inp {
  color: red;
  font-size: 12px;
  padding-left: var(--20);
  display: none;
}

.error-inp.show {
  display: inline;
}

.checkout-wrapper .col-payment {
  padding: 1.75rem 2.7rem;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-top: 1.56rem;
}
.checkout-wrapper .col-payment .box-qr {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.checkout-wrapper .col-payment .box-qr .img-qr {
  width: 6.5rem;
  height: 6.5rem;
  aspect-ratio: 1;
}
.checkout-wrapper .col-payment .box-qr .img-qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkout-wrapper .col-payment .box-qr .box-text {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
}
.checkout-wrapper .col-payment .box-qr .box-text p {
  margin-bottom: 0;
  color: var(--black);
  font-size: 0.875rem;
}
#payment-fake .t-wc_payment_method {
  height: auto;
  /* border: 1px solid #d9d9d9; */
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  position: relative;
}

#payment-fake .custom-radio {
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  display: block;
  height: var(--20);
  position: relative;
  transition: all 0.2s;
  width: var(--20);
  margin-right: var(--10);
  position: absolute;
  top: 0;
  left: 1rem;
}

#payment-fake .custom-radio .checkmark {
  background-color: var(--color2);
  border-radius: 50%;
  display: none;
  height: var(--10);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--10);
}

#payment-fake .t-wc_payment_method.active .custom-radio {
  border: 1px solid var(--color2);
}

#payment-fake .t-wc_payment_method.active .custom-radio .checkmark {
  display: block;
}

#payment-fake .t-wc_payment_method .input-radio {
  display: none;
}

#payment-fake .wc_payment_methods {
  list-style: none;
  margin: 0;
}

#payment-fake .t-wc_payment_method label {
  font-size: 0.9375rem;
  color: var(--black);
  font-weight: 500;
  line-height: 1;
  position: relative;
  flex-direction: column;
  align-items: flex-start !important;
  row-gap: 1rem;
  padding-top: 0.2rem;
}

/* #payment-fake .t-wc_payment_method img {
  display: none;
} */

.t-wc_payment_method input,
.t-wc_payment_method label {
  margin-bottom: 0;
  margin-top: 0;
  cursor: pointer;
}

.t-wc_payment_method > label:before {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.t-wc_payment_method.payment_method_cod label:before {
  background-image: url(/wp-content/uploads/2025/10/i-shipping.svg);
}

.t-wc_payment_method.payment_method_bacs label:before {
  background-image: url(./images/60378.png);
}

.t-wc_payment_method.payment_method_dht_momo_gateway label:before {
  background-image: url(/wp-content/themes/flatsome-child/images/momo-icon.webp);
}

.t-wc_payment_method.payment_method_vnpay label:before {
  background-image: url(/wp-content/themes/flatsome-child/images/vnpay.webp);
}

.t-wc_payment_method.payment_method_alepay label:before {
  background-image: url(/wp-content/themes/flatsome-child/images/alego-Logo.png);
}

.t-wc_payment_method label {
  width: 100%;
  padding-left: 3.25rem;
  position: relative;
  min-height: var(--44);
  display: inline-flex !important;
  align-items: center;
}

#payment-fake .place-order.disable {
  cursor: not-allowed;
}

#payment-fake .place-order.disable .button.thanh-toan {
  pointer-events: none;
  background-color: #afafaf;
}

#payment-fake .button.thanh-toan {
  display: block;
  margin-right: 0;
  width: 100%;
  border-radius: 0.25rem;
  background-color: var(--theme-color2);
  font-size: 15px;
  text-transform: none !important;
  height: var(--40);
  margin-top: var(--25);
  font-weight: 600;
}

/* thanks-wrapper */
.thanks-wrapper {
  padding: 2.5rem var(--section);
}

.thanks-wrapper .success-order {
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  background-color: #fff;
}

.thanks-wrapper .title-page {
  font-size: var(--28);
  color: #231f20;
  margin-bottom: var(--30);
}

.thanks-wrapper .thanks-des {
  max-width: 40rem;
  margin: 0 auto var(--35);
  font-size: var(--14);
  color: #231f20;
}

.thanks-wrapper .button-shop {
  box-shadow: none;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--60);
  width: fit-content;
  border-radius: 0.5rem;
  padding: 0 var(--48);
  background-color: var(--black);
  font-weight: normal;
  border: 1px solid var(--black);
  font-size: var(--16);
  line-height: 1.5;
}

.thanks-wrapper .button-shop:hover {
  background-color: #fff;
  color: #000;
}

.thanks-wrapper .thank-box-order {
  max-width: 75rem;
  margin: 0 auto;
}

.thanks-wrapper .order-title {
  text-align: center;
  font-size: var(--30);
  color: #231f20;
  margin-bottom: var(--16);
}

.order-item {
  border-radius: 16px;
  border-spacing: 0;
  width: 100%;
  border: 0;
  background: #fff;
  position: relative;
}

.order-item thead {
  position: relative;
}

.order-item td,
.order-item th {
  padding: var(--10) var(--20);
  border: 0;
}

.order-item td td:first-child {
  padding: var(--10);
}

.order-item thead > tr th {
  background-color: #f3f4f6;
  color: var(--black);
  font-weight: 500;
  font-size: var(--15);
  text-transform: none;
  padding: var(--10) var(--20);
  border: 0;
  position: relative;
  z-index: 2;
}

.order-item span.amount {
  font-weight: normal;
}

.order-item thead > tr th:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}

.order-item thead > tr th:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
  text-align: right;
}

.order-item tbody {
  position: relative;
}

.order-item tbody tr:nth-child(2n) td {
  background-color: #eee;
}

.order-item tbody tr:not(:nth-child(2n)) td {
  background-color: #f9f9f9;
  border-bottom: 1px solid #d9d9d9;
}

.order-item tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.25rem;
  overflow: hidden;
}

.order-item tbody:after,
.order-item tbody:before {
  background-color: #d9d9d9;
  bottom: 100%;
  content: "";
  height: var(--20);
  left: 0;
  position: absolute;
  width: var(--20);
}

.order-item tbody:after {
  left: auto;
  right: 0;
}

.order-item tbody tr:last-child td:last-child {
  border-radius: 0 0 0.25rem 0;
}

.order-item tbody td {
  font-size: var(--14);
  color: #231f20;
  font-weight: normal;
}

.order-item tbody .pro-total {
  text-align: right;
}

.order-item tbody .screen-reader-text {
  display: none;
}

.order-item tbody .pro-price .box {
  display: flex;
  flex-direction: column-reverse;
}

.order-item tbody .name {
  margin-top: 0;
}

.order-item tbody .qty-mb {
  display: none;
}

.order-item tbody .product-attributes {
  color: #231f20;
  font-size: var(--14);
  margin: 0;
}

.order-item tbody .product-attributes li:last-child {
  margin: 0;
}

.order-item tbody .pro-price del .amount {
  font-size: var(--12);
  color: #333;
}

.order-item tbody td:first-child {
  padding-left: var(--10);
}

.order-item tbody .img {
  width: var(--70);
  margin-right: var(--12);
  flex-shrink: 0;
}

.order-item tbody .img .image-cover {
  border-radius: var(--5);
  border: 1px solid #9fb1e1;
  padding-top: 100%;
}

.order-item tbody .pro-info {
  display: flex;
  align-items: center;
}

.order-item tbody th:last-child {
  padding-right: var(--10);
}

.order-item tfoot td {
  background-color: #f9f9f9 !important;
  border-bottom: 1px solid #d9d9d9;
  padding: var(--20) 0.5rem;
  text-align: left;
  font-size: var(--14);
  color: #231f20;
  flex-shrink: 0;
}

.order-item tfoot tr:last-child td {
  border-bottom: 1px solid #d9d9d9 !important;
}

.order-item tfoot tr:last-child td:first-child {
  border-radius: 0 0 0 0.25rem;
}

.order-item tfoot tr:last-child td:last-child {
  border-radius: 0 0 0.25rem 0;
}

.order-item tfoot tr.total_payment td {
  background-color: #000 !important;
  color: #fff;
  padding: 0.875rem 1.5rem;
}

.order-item tfoot tr.total_payment td {
  background-color: #000 !important;
  color: #fff;
  padding: 0.875rem 1.5rem;
  font-size: var(--18);
  font-weight: bold;
}

.thanks-wrapper .order-heading {
  text-align: center;
  font-size: var(--30);
  color: #231f20;
  margin-bottom: var(--16);
}

.thanks-wrapper .box-order-info {
  padding: var(--16) var(--32);
  background-color: #f3f4f6;
  border-radius: 0.5rem;
}

.thanks-wrapper #addresses {
  margin: 0 !important;

  border: 0;
}

.thanks-wrapper #addresses p {
  font-size: var(--14);
  color: #231f20;
  display: flex;
  align-items: center;
}

.thanks-wrapper #addresses p span {
  width: 12.5rem;
}

/* End thanks-wrapper */
@media screen and (max-width: 767.98px) {
  .checkout-wrapper .row-fake {
    grid-template-columns: minmax(0, 1fr);
  }

  .checkout-wrapper .row-fake .col-left {
    width: 100%;
    flex-shrink: 0;
    padding-right: 0;
  }

  .checkout-wrapper .row-fake .col-price {
    order: -1;
    margin-bottom: 0.5rem;
    padding: 2rem 1rem;
    background: #fff;
  }
  .checkout-wrapper .cart-item .product-item__name {
    font-size: 0.875rem;
  }
  .checkout-wrapper .row-fake .col-left .col-info {
    padding: 2rem 1rem 0.5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0.5rem;
  }
  .checkout-wrapper .col-payment {
    padding: 2rem 1rem;
    margin: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  #payment-fake .custom-radio {
    left: 0;
  }

  .t-wc_payment_method label {
    padding-left: 2.5rem;
  }
  .checkout-wrapper .col-payment .box-qr {
    margin-left: -2.5rem;
    column-gap: 0.3rem;
  }
  .checkout-wrapper .col-payment .box-qr .img-qr {
    width: 3.5rem;
    height: 3.5rem;
    aspect-ratio: 1;
  }
  .checkout-wrapper .col-payment .box-qr .box-text {
    row-gap: 0;
  }
  .checkout-wrapper .checkout-title {
    font-size: 1.2rem;
  }

  .checkout-wrapper .col-price .product-image {
    width: 30%;
  }

  .checkout-wrapper .col-info .col-name {
    display: flex;
    flex-direction: column;
    grid-gap: var(--10);
    margin-bottom: var(--10);
  }

  .checkout-wrapper .col-info .col-email {
    margin-bottom: var(--10);
  }

  .location-wrapper {
    flex-direction: column;
    padding: var(--10) 0;
    gap: var(--10);
  }

  .thanks-wrapper .title-page {
    font-size: var(--24);
    margin-bottom: var(--25);
  }

  .thanks-wrapper .thanks-des {
    margin-bottom: var(--24);
  }

  .thanks-wrapper .order-title,
  .thanks-wrapper .order-heading {
    font-size: var(--22);
    margin-bottom: var(--10);
  }

  .order-item thead > tr th {
    padding: var(--10);
    font-size: var(--14);
    white-space: nowrap;
  }

  .thank-box-order table.order-item thead th:first-child {
    flex: 1;
  }

  .thank-box-order .order-item thead .tit-qty,
  .thank-box-order .order-item thead .tit-price,
  .thank-box-order .order-item .pro-quantity,
  .thank-box-order .order-item .pro-price {
    overflow: hidden;
    width: 0;
    padding: 0;
    margin: 0;
    display: none;
  }

  .thank-box-order .order-item thead tr {
    display: flex;
    width: 100%;
    min-width: 100%;
    border-collapse: unset;
  }

  .order-item tfoot tr.total_payment td {
    padding: 0.875rem 1rem;
    font-size: var(--16);
  }

  .thanks-wrapper #addresses p {
    flex-direction: column;
    align-items: flex-start;
    font-size: var(--16);
  }

  .thanks-wrapper .box-order-info {
    padding: var(--16);
  }

  .thanks-wrapper #addresses p span {
    opacity: 0.8;
    width: 100%;
    font-size: var(--14);
  }

  .thanks-wrapper #addresses p {
    margin-bottom: var(--12);
  }

  .order-item {
    display: block;
  }

  .order-item tfoot {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .order-item tfoot tr {
    display: flex;
    justify-content: space-between;
  }

  .order-item tfoot td[colspan] {
    width: 100%;
    flex: 1;
  }

  .order-item thead {
    display: flex;
  }

  .order-item tbody .name {
    font-size: var(--14);
    line-height: 1.4;
    font-weight: bold;
  }

  .order-item tbody .product-attributes {
    margin-bottom: var(--6);
  }

  .order-item tbody .qty-mb {
    display: block;
  }

  .order-item td,
  .order-item th {
    padding: var(--10);
  }
  .thanks-wrapper {
    padding: 1.5rem 0.5rem;
  }
  .thanks-wrapper .success-order {
    max-width: 100%;
    padding: 2rem 0.5rem;
  }
}

/* Single product */
.shop-page-title .page-title-inner {
  padding-top: 0.69rem;
  min-height: auto;
  padding: 0.69rem 0 1.06rem;
}

.single .breadcrumbs a:first-child,
.single .breadcrumbs span:nth-child(2) {
  display: none;
}

#wrapper > .message-wrapper {
  display: none;
}

.search .rank-math-breadcrumb .last {
  display: inline-block !important;
}
.rank-math-breadcrumb * {
  color: #6b7280;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
.rank-math-breadcrumb a {
  text-wrap-mode: nowrap;
  color: var(--black-200);
  white-space: nowrap;
}
.rank-math-breadcrumb p {
  margin-bottom: 0.8rem;
}
.rank-math-breadcrumb .last,
.rank-math-breadcrumb a:last-child {
  color: var(--black-200);
}
.rank-math-breadcrumb .last {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.rank-math-breadcrumb .separator {
  opacity: 1;
  margin: 0 var(--5);
  font-size: 0;
  position: relative;
  height: 0.75rem;
  width: 0.75rem;
  display: block;
}
.rank-math-breadcrumb .separator::before {
  content: "";
  font-size: 1rem;
  height: 0.7rem;
  width: 0.7rem;
  background-image: url("/wp-content/uploads/2025/11/i-beacum.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-page-title .container,
.archive-header.container {
  padding: 0;
}
/* End single product */

.product-container--left {
  max-width: 57.6875rem;
  flex-shrink: 0;
}

.product-container--right {
  flex: 1;
}
.product-container--bottom {
  padding: 2.5rem 0;
  background-color: #fff;
}
.product-container--bottom .related .swiper-slide {
  height: auto;
}
.product-container--bottom .related .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
.single .product-container .product-main {
  padding-top: 0rem !important;
  display: flex;
  gap: 1.69rem;
  width: 100%;
}

.product-container .product-main--left {
  display: flex;
  gap: 1.06rem;
}

.product-container .product-main--right {
  flex: 1;
}

.product-main .product-gallery {
  flex-shrink: 0;
  border-radius: 0.625rem;
  background: transparent;
  max-width: 100%;
}
.product-main .product-gallery .product-gallery-slider img {
  background-color: #fff;
  border-radius: 0.625rem;
}
.product-main .product-images img,
.product-main .product-thumbnails a img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  transform: unset;
  margin: 0;
  aspect-ratio: 1;
}

.product-main .product-images a,
.product-main .product-thumbnails a {
  padding-top: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  border-radius: 0.25rem;
}
.product-main .product-images .product-video {
  position: absolute;
  width: var(--70);
  height: var(--55);
  padding-top: 0;
  border: 1px solid #f58220;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--6);
  bottom: 1rem;
  left: 1rem;
  flex-direction: column;
  font-size: var(--12);
}
.product-main .product-images .product-video:hover {
  background-color: #f58220;
  color: #fff;
}
.product-main .product-images .product-video:hover svg {
  color: #fff;
}
@keyframes ripple_video {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 94%),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
  }
}
.product-main .product-images .product-video svg {
  width: 1.1rem;
  height: 1.1rem;
  transform: translateX(3px);
  color: #f58220;
}
.product-main .product-thumbnails a {
  border: 2px solid transparent;
}

.product-main .product-thumbnails .is-selected a {
  border: 1.5px solid var(--theme-color);
}

.product-main .zoom-button {
  display: none !important;
}

.product-main .zoom-button {
  display: none !important;
}

.product-thumbnails img {
  opacity: 0.5;
}
.product-main .vertical-thumbnails::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.product-main .vertical-thumbnails::-webkit-scrollbar {
  width: 4px;
}
.product-main .vertical-thumbnails::-webkit-scrollbar-track {
  background-color: #f3f4f6;
}
#wrapper .product-main .product-thumbnails .col {
  padding: 0 0.375rem 0;
}

.product-main .product-thumbnails .is-selected img {
  opacity: 1;
  border: 0;
  transform: unset;
}

#main .product-main .product-thumbnails {
  max-width: unset;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.56rem 0 0;
}

#main .product-main .product-images {
  margin-bottom: 0.88rem;
}

.product-main .product-thumbnails .flickity-button {
  display: none;
}

.product-info .product-info__content {
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.8rem !important;
}
.product-info .product-info__content .woocommerce-product-rating {
  display: none;
}
.product-info--top {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.12rem 1.69rem 1.38rem 1.69rem;
  margin-bottom: 0.69rem;
  flex-shrink: 0;
}

.product-info .title-top {
  position: relative;
  padding-bottom: 2.15rem;
}

.product-info .product-title {
  color: var(--black);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0.45rem;
}

.product-info .woocommerce-product-rating {
  position: absolute;
  bottom: 0.6rem;
}

.product-info .woocommerce-product-rating .star-rating {
  margin: 0;
}

.product-info .star-rating span:before {
  color: #f58220;
}

.product-info .price-wrapper {
  display: flex;
  align-items: center;
  border-radius: 0.3125rem;
  border: 1px solid #c2deff;
  background: #f1f8ff;
  padding: 1rem 1.25rem;
  margin: 1.29rem 0;
}
.price-wrapper .vat-label {
  color: #e00;
}
.product-info .price-wrapper .price-label {
  color: var(--black-200);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.37rem;
  flex-shrink: 0;
}

.product-main .price-wrapper .product-page-price del {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
  color: #c4c4c4;
  order: 1;
}

.product-info .price-wrapper del {
  text-decoration: unset;
  position: relative;
}

.product-info .price-wrapper ins {
  display: flex;
  align-items: center;
  order: -2;
}
.product-info .product-short-description p {
  color: var(--black-200);
  font-size: 0.9375rem;
  text-align: justify;
}
.product-info .count-sale {
  width: 2.25rem;
  height: 1.125rem;
  flex-shrink: 0;
  border-radius: 6.25rem;
  background: #28a745;
  color: #fff;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.81rem;
}

.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span.amount {
  color: var(--theme-color2);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-info .price-wrapper del .amount {
  opacity: 1;
  text-decoration: line-through;
  color: #626263;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-info .price-wrapper .onsale {
  color: #fff;
  font-size: 1rem;
  padding: 3px 8px;
  background: #000;
  border-radius: 6px;
  font-family: var(--semi);
  margin-left: 15px;
}

.price-wrapper .price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-info .woocommerce-Price-currencySymbol {
  font-size: 100%;
  margin-left: 1px;
}

.product-info .list-info {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  grid-gap: 2.3rem;
}

.product-info .list-info li {
  display: flex;
  gap: 0.35rem;
  margin-left: 0;
  margin-bottom: 0;
}

.product-info .list-info li:last-child {
  margin-bottom: 0;
}

.product-info .list-info .info-label {
  color: var(--black-200);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-info .list-info .info-value {
  color: var(--theme-color);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-info .ux-quantity {
  display: none !important;
}
.product-info form.cart,
.product-info .custom-buttons-zero-price {
  display: flex;
  column-gap: 1.19rem;
  width: 100%;
}
.product-info .single_add_to_cart_button,
.product-info .button.btn__primary,
.product-info .button.btn__secondary {
  display: inline-flex;
  flex-direction: column;
  row-gap: 0.12rem;
  align-items: center;
  height: 3.6875rem;
  flex: inherit;
  padding: 0 0.5rem;
}
.product-info .button.btn__primary .name,
.product-info .button.btn__secondary .name {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0;
}
.product-info .button.btn__primary .desc,
.product-info .button.btn__secondary .desc {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
}
.product-info .single_add_to_cart_button {
  min-height: unset;
  border-radius: 0.3125rem;
  padding: 0 1.3rem;
  font-weight: 500;
  font-size: 0.9375rem;
  border: 1px solid var(--theme-color) !important;
  background-color: var(--theme-color) !important;
  box-shadow: none;
  color: #fff;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content !important;
  flex-grow: 1;
}
.product-info .single_add_to_cart_button:hover {
  background-color: #fff !important;
  color: var(--theme-color) !important;
}
.woocommerce-variation-price {
  display: none;
}
.variations_form {
  display: flex;
  flex-direction: column;
}
.variations_form .variations {
  border: 0;
}
.product-info .variations .ux-swatch--label {
  padding: 0 0.7rem;
  height: 1.625rem;
  flex-shrink: 0;
  min-height: unset;
  min-width: unset;
  color: #27272a;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  box-shadow: none;
  border-radius: 0.1875rem;
  background: #d8f3ff;
}
table.variations .label {
  padding: 0;
}
table.variations .label label {
  color: #626263;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 5.125rem;
  margin: 0 1rem 0 0;
}
.woocommerce-variation-add-to-cart,
form.cart {
  gap: 0;
  margin: 0;
  flex-wrap: nowrap;
}

.product-info--bottom {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.12rem 1.69rem 1.38rem 1.69rem;
  flex: 1;
}

.product-info--bottom .product-outstanding {
  margin: 0;
  list-style: none;
}

.product-info--bottom .product-outstanding li {
  display: flex;
  align-items: center;
  margin-bottom: 0.56rem;
  padding-bottom: 0.56rem;
  gap: 0.87rem;
  margin-left: 0;
  border-bottom: 1px solid rgba(98, 98, 99, 0.2);
}

.product-info--bottom .product-outstanding li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.product-info--bottom .product-outstanding li img {
  width: 1rem;
  height: 1.224rem;
  flex-shrink: 0;
  object-fit: contain;
}

.product-info--bottom .product-outstanding li p {
  color: #27272a;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.product-footer .row-product-tab,
.product-footer .row-product-tab .container {
  max-width: 100%;
}
.product-footer {
  background-color: #f7f7f7;
}
.product-footer .container .row {
  margin: 0 !important;
}
.product-footer .container .row .col {
  padding: 0;
  max-width: 100%;
}
.product-footer .row-product-tab {
  margin-top: 1.69rem;
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.8rem 2.25rem !important;
}
.product-footer .row-product-tab .content {
  text-align: justify;
}
/* .product-footer .row-product-tab .content #reviews {
  display: none;
} */
.product-footer .row-product-tab .content .box-download a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  color: var(--black);
}
.product-footer .row-product-tab .content .box-download a svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.product-footer .row-product-tab .content .box-download a:hover {
  color: var(--theme-color);
}
.product-footer .row-product-tab .content .box-download a:hover svg path {
  fill: var(--theme-color);
}
.product-footer .row-product-tab .content p,
.product-footer .row-product-tab .content a,
.product-footer .row-product-tab .content li,
.product-footer .row-product-tab .content span,
.product-footer .row-product-tab .content em,
.product-footer .row-product-tab .content b,
.product-footer .row-product-tab .content label,
.product-footer .row-product-tab .content div,
.product-footer .row-product-tab .content strong {
  font-size: 0.9375rem;
}
.row-product-tab .woocommerce-tabs .tabs a:before {
  top: auto;
  bottom: -2px;
  background-color: var(--theme-color);
  height: 4px;
}

.product-footer .woocommerce-tabs {
  border-top: 0;
  padding: 0;
}
.product-footer .woocommerce-tabs .product-tabs {
  margin: 0 !important;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #d0d8dd;
}

.row-product-tab .woocommerce-tabs .tabs li {
  margin: 0;
}

.row-product-tab .woocommerce-tabs .tabs a {
  color: var(--black);
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 0.81rem;
}

.row-product-tab .woocommerce-tabs .reviews_tab,
.woocommerce-tabs .tab-panels .woocommerce-Tabs-panel--reviews {
  display: none !important;
}

.row-product-tab .woocommerce-tabs .tab-panels {
  padding-top: 1.5rem;
}
.row-product-tab .woocommerce-tabs .tab-panels img {
  height: auto !important;
}

.row-product-tab .show-more {
  display: none;
}

.related-title {
  color: var(--black);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.56rem;
}

.related-products-wrapper .product-small.col {
  padding: 0;
  height: 100%;
}
.related-products-wrapper .product-small.col .col-inner {
  height: 100%;
}

/* Product Reviews Styles */
.product-container-review {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.product-reviews-container {
  margin-top: 1.69rem;
  width: 100%;
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.8rem 2.25rem;
}

.product-reviews-header {
  width: 100%;
}

.reviews-title {
  color: var(--black);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.reviews-average {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  flex-shrink: 0;
  max-width: 100%;
}

.average-score {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--black);
}

.rating-count-text {
  color: var(--black-200);
  padding-left: 0.5rem;
  border-left: 1px solid var(--black-200);
  line-height: normal;
}

.product-reviews-filters {
  margin-bottom: 2rem;
}

.filter-by-rating {
  display: flex;
  flex-direction: column;
  gap: 0.81rem;
}

.filter-label {
  color: var(--black-200);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.rating-filter-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.69rem;
  flex-direction: column;
}

.rating-filter-list li {
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0;
  position: relative;
}

.rating-filter-list li label {
  display: flex;
  gap: 0.88rem;
  align-items: center;
  cursor: pointer;
}

.rating-filter-list .label-check {
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rating-filter-list li.active .label-check:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  background: #0072bc;
}

.rating-filter-list input[type="radio"] {
  display: none;
}

.star-rating-container {
  display: flex;
  gap: 0.25rem;
}

.star {
  display: inline-block;
  position: relative;
  width: 1.14225rem;
  height: 1.14225rem;
}

.star-full {
  width: 1.14225rem;
  height: 1.14225rem;
  flex-shrink: 0;
  background: url(/wp-content/themes/flatsome-child/images/icon-star.svg)
    no-repeat center;
  background-size: contain;
}

.product-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.review-item {
  padding: 0.94rem 1.75rem 1.06rem;
  border-radius: 0.3125rem;
  background: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
}

.review-item .review-content {
  width: 100%;
  color: #626263;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  flex-direction: column;
  margin-right: 1.5rem;
}

.reviewer-name {
  color: var(--black);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.2rem;
}

.review-date {
  color: var(--black-200);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.star-rating span:before {
  color: #f58220;
}

.product-reviews-list .review-rating .star-rating {
  margin: 0.125rem 0 0;
}

.star-rating {
  letter-spacing: var(--1);
  /* width: 6.625rem;
  height: 1.14225rem; */
  font-size: 1rem;
  overflow: inherit !important;
}

.review-content p {
  margin: 0;
  color: var(--black-200);
  line-height: 1.5;
  font-size: 0.875rem;
}

.no-reviews p,
.no-filtered-reviews p {
  color: #666;
  font-style: italic;
  text-align: center;
  padding: 2rem 0;
}

.product-reviews-filters {
  flex: 1;
  margin: 0 1rem 0 0;
}
.product-reviews-left {
  width: 100%;
  max-width: 100%;
}
.product-reviews-list {
  flex-shrink: 0;
  gap: 0.94rem;
  max-width: 100%;
}

.product-reviews-wrapper {
  display: flex;
}

.product-container--right .box-sidebar {
  position: sticky;
  top: var(--12);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.admin-bar .product-container--right .box-sidebar {
  top: var(--44);
}

.product-container--right .banner-single a {
  overflow: hidden;
  border-radius: 0.625rem;
  display: block;
}
/** DAnh mục sản phẩm */

body .container,
body .container-width,
body .full-width .ubermenu-nav {
  max-width: 100% !important;
}
.category-page-row {
  column-gap: 1.31rem;
  display: grid;
  grid-template-columns: 1fr 68rem;
  padding: 2.25rem var(--section);
  margin-bottom: 0;
}

.category-page-row .products.row-small {
  max-width: 100%;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
.category-page-row .products.row-small .product-small.col {
  padding: 0;
  max-width: 100%;
}
.category-page-row .products.row-small .product-small.col .col-inner {
  height: 100%;
}

.category-page-row .col-main {
  margin-bottom: 0;
  flex: 1;
}
.category-page-row .products .product-small.col {
  padding: 0 var(--6) var(--12);
}

.close-filter-bg,
.close-filter,
.filter-popup-mb__heading,
#applyFilterMobile {
  display: none;
}

.category-page-row #shop-sidebar {
  border-radius: 0.5rem;
  background: #f7f7f7;
}
.category-page-row #shop-sidebar .title-sidebar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--black);
  padding: 0.75rem 1rem 0;
  justify-content: space-between;
}
.category-page-row #shop-sidebar .title-sidebar span {
  display: flex;
  align-items: center;
  column-gap: 0.7rem;
}
.filter-product .box-danhmuc-item {
  padding: 1rem 1rem 0;
  margin-top: 0.75rem;
  border-top: 1px solid #d4d4d4;
}
.filter-product .box-danhmuc-item:last-child {
  padding-bottom: 1rem;
}
.filter-product .box-danhmuc-item .box-hienthi {
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.69rem;
}
.filter-product .box-danhmuc-item.box-price .filter-price-btn {
  color: var(--black-200);
}

.filter-product .list-item .item:hover,
.filter-product .box-danhmuc-item.box-price .filter-price-btn:hover {
  color: var(--theme-color2);
}
.filter-product .box-hang-san-xuat .list-item {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.filter-product .box-hang-san-xuat .list-item .item {
  border-radius: 0.125rem;
  border: 1px solid #dadada;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #27272a;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  cursor: pointer;
  padding-left: 0;
  margin: 0 !important;
  min-height: 2.375rem;
}
.filter-product .box-hang-san-xuat .list-item .item .image-cover {
  padding-top: 2.375rem;
}

.filter-product .box-hang-san-xuat .list-item .item.active {
  border-color: var(--theme-color);
}

.filter-product .box-hang-san-xuat .list-item .item:before {
  display: none;
}

.slider-range {
  width: 100%;
  margin: 15px 0;
}

.price-values {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.price-values .input-group {
  border-radius: 0.125rem;
  border: 1px solid #dadada;
  background: #fff;
}

.price-values input {
  padding: 0 0.31rem;
  border: 0;
  margin: 0;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #27272a;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.price-slider .noUi-target {
  height: 6px !important;
  border: none !important;
  background: #d9d9d9 !important;
  margin-bottom: 15px;
  width: calc(100% - 18px);
  box-shadow: none;
}

.price-slider .noUi-connect {
  background: var(--theme-color);
}
.price-slider .noUi-target .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  background: var(--theme-color);
  margin-left: -1px;
  top: -6px;
  box-shadow: none;
}
.price-slider .noUi-connects {
  width: calc(100% + 10px);
  background: #d9d9d9 !important;
}
.price-slider .noUi-target .noUi-handle:before,
.price-slider .noUi-target .noUi-handle:after {
  display: none;
}
.filter-product .list-item {
  margin: 0;
}
.filter-product .list-item .item {
  cursor: pointer;
  position: relative;
  padding-left: var(--25);
  margin: 0;
  color: var(--black-200);
  font-size: 0.875rem;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 12px !important;
}
.filter-product .box-danhmuc-item.box-price .list-item .item {
  padding-left: 0;
}
.filter-product .box-danhmuc-item.box-price .list-item .item a {
  padding-left: var(--25);
}
.filter-product .list-item .item:last-child {
  margin-bottom: 0;
}
.filter-product .list-item .item:after,
.filter-product .list-item .item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.filter-product .list-item .item:after {
  opacity: 0;
  background: url(/wp-content/uploads/2025/11/i-check.svg) no-repeat center;
  width: 0.75rem;
  height: 0.75rem;
  background-size: contain;
  left: 0.125rem;
}
.filter-product .box-hang-san-xuat .list-item .item:after {
  display: none;
}
.filter-product .list-item .item:before {
  left: 0;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  flex-shrink: 0;
  border-radius: 0.1875rem;
  border: 1px solid #d4d4d4;
}

.filter-product .list-item .item.active:before {
  border-color: #d81f26;
  background-color: #d81f26;
}

.filter-product .list-item .item.active:after {
  opacity: 1;
}

.fillter-mobile {
  display: none;
}

.category-page-row .collection-filter-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.category-page-row .collection-filter-selected .products-total {
  font-size: 14px;
  color: #231f20;
  font-weight: 400;
}

.category-page-row .collection-filter-selected .filter-sortby {
  display: flex;
  align-items: center;
}

.category-page-row .collection-filter-selected .filter-sortby__heading {
  margin-right: 0.94rem;
  margin-bottom: 0;
  width: fit-content;
  color: #626263;
  font-size: 0.9375rem;
  font-weight: 600;
  display: none;
}
.category-page-row .collection-filter-selected .custom-select {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
}

.category-page-row .collection-filter-selected .select-items {
  display: flex;
  position: unset;
  filter: unset;
  flex-direction: row;
  margin-left: 0;
  column-gap: 1.5rem;
}
.category-page-row .custom-select.show .select-items {
  display: flex;
}
.category-page-row .custom-select.show .select-selected:after {
  transform: rotate(180deg);
}

.category-page-row .custom-select .select-items div {
  color: var(--black-200);
  padding: 0;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.category-page-row .custom-select .select-items div:first-child {
  padding-left: 0;
}

.category-page-row .custom-select .select-items div span {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.category-page-row .custom-select .select-items .span-mb {
  display: none;
}
.category-page-row .custom-select .select-items div:last-child span {
  border-bottom: 0;
}
.category-page-row .custom-select .select-items .option.active,
.category-page-row .custom-select .select-items .option:hover {
  color: var(--theme-color);
}

.category-page-row .custom-select .select-items div.active {
  color: var(--theme-color);
  font-weight: 700;
}
.category-page-row .custom-select .select-items .span-mb:before {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.category-page-row .custom-select .select-items div.active .span-mb:before {
  width: 100%;
}
.category-page-row .collection-filter-selected .select-selected {
  height: 2rem;
  width: 10.3125rem;
  line-height: 2rem;
  border: none;
  background: #fff;
  border-radius: 1.8125rem;
  color: #000;
  cursor: pointer;
  padding: 0 37px 0 1rem;
  z-index: 2;
  position: relative;
  border: 1px solid rgb(221, 221, 227);
  overflow: hidden;
  font-weight: 500;
  font-size: var(--14);
  display: none;
}

.category-page-row .collection-filter-selected .select-selected:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  display: block;
  background: url(/wp-content/themes/flatsome-child/images/icon-down-blue.svg)
    no-repeat center;
  width: 1rem;
  height: 0.5rem;
  right: 0.74rem;
  top: var(--12);
}

.col-header {
  margin-bottom: 1rem;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
}
.col-header .products-total {
  color: var(--black-200);
  font-size: 0.875rem;
  font-weight: 400;
}

.col-header .products-total span {
  color: var(--theme-color);
  font-weight: 700;
}
.archive-header .shop-page-title {
  color: var(--black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.3rem;
}
.archive-header .mota-tren {
  color: var(--black-200);
  text-align: justify;
  margin-bottom: 0;
}
.archive-header .mota-tren ul,
.archive-header .mota-tren ol {
  margin-left: 1.3rem;
}
.archive-header .mota-tren p,
.archive-header .mota-tren li,
.archive-header .mota-tren span,
.archive-header .mota-tren a,
.archive-header .mota-tren div,
.archive-header .mota-tren em,
.archive-header .mota-tren strong,
.archive-header .mota-tren b,
.archive-header .mota-tren label {
  font-size: 0.9375rem;
  margin: 0;
}
.woocommerce-pagination li:has(.icon) {
  display: none !important;
}

.category-page-row .woocommerce-pagination li a,
.category-page-row .woocommerce-pagination li span {
  width: 2.25rem;
  height: 2.25rem;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--black-200);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.25rem;
  padding: 0;
  min-width: unset;
}

.category-page-row .woocommerce-pagination li .current {
  border-radius: 0;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  min-width: unset;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  background: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

@media (max-width: 768px) {
  .product-reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .product-main .woocommerce-product-gallery a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .reviews-title {
  }
  .rating-count-text {
    font-size: 0.75rem;
  }
  .average-score {
    font-size: 1.5rem;
  }
  .product-reviews-comment .comment-form {
    grid-template-columns: minmax(0, 1fr) !important;
    column-gap: 0 !important;
  }
  .product-reviews-comment .comment-form .rating-and-submit .form-submit {
    margin-top: 1rem !important;
  }
  .product-info .product-info__content {
    border-radius: 0;
    padding: 1rem !important;
  }
  .rating-filter-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Ajaxify CSS */
.category-page-row .products.processing {
  position: relative;
  opacity: 0.8;
  pointer-events: none;
  min-height: 200px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.woocommerce-pagination .page-number {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-pagination .ajax-page-number:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.woocommerce-pagination .page-number.current {
  cursor: default;
}

.woocommerce-pagination .next.page-number,
.woocommerce-pagination .prev.page-number {
  font-size: 1rem;
}

.woocommerce-pagination .next.page-number:hover,
.woocommerce-pagination .prev.page-number:hover {
  background-color: rgba(0, 114, 188, 0.1);
}
.product-reviews-comment {
  width: 100%;

  margin-bottom: 1rem;
}
.product-reviews-comment .comment-form-cookies-consent {
  display: none;
}
.product-reviews-comment label {
  font-size: 1rem;
}
.product-reviews-comment textarea {
  border-radius: var(--10);
  min-height: 80px;
}
.product-reviews-comment .rating-fake-wrapper {
  display: flex;
}
.product-reviews-comment .rating-fake-wrapper p {
  color: var(--black);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-right: 1rem;
}
.product-reviews-comment input {
  height: 2.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #d4d4d4;
  margin: 0;
  box-shadow: none !important;
  outline: none !important;
  font-size: 0.875rem;
}
.product-reviews-comment textarea {
  height: 4.8125rem;
  border-radius: 0.3125rem;
  border: 1px solid #d4d4d4;
  overflow: auto;
  box-shadow: none !important;
  outline: none !important;
  font-size: 0.875rem;
  margin: 0;
}
.product-reviews-comment input:placeholder,
.product-reviews-comment textarea:placeholder {
  color: var(--black-200);
}
.product-reviews-comment .rating-fake {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}
.product-reviews-comment .rating-fake-item {
  display: flex;
  align-items: center;
}
.product-reviews-comment .rating-fake-item:hover svg path {
  fill: #f58220;
}
.product-reviews-comment .rating-fake-item path {
  fill: #ddd;
}

.product-reviews-comment .rating-fake-item.active path {
  fill: #f58220;
}
.product-reviews-comment .comment-form {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
.product-reviews-comment .comment-form label {
  display: none;
}
.product-reviews-comment .comment-form .comment-form-author {
  order: 1;
  padding: 0;
  margin: 0;
}
.product-reviews-comment .comment-form .comment-form-email {
  order: 2;
  padding: 0;
  margin: 0;
}
.product-reviews-comment .comment-form .comment-form-comment {
  order: 3;
  padding: 0;
  margin: 0;
}
.product-reviews-comment .comment-form .rating-and-submit {
  order: 4;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-reviews-comment .comment-form p.form-submit {
  display: none;
}
.product-reviews-comment .comment-form .rating-and-submit .form-submit {
  display: block !important;
  margin: auto 0 0;
  flex: inherit;
}
.product-reviews-comment .comment-form .rating-and-submit .form-submit input {
  width: 8.125rem;
  border-radius: 0.3125rem;
  background: var(--theme-color2);
  height: 2.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid var(--theme-color2);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-reviews-comment
  .comment-form
  .rating-and-submit
  .form-submit
  input:hover {
  background: transparent;
  color: var(--theme-color2);
}
.product-reviews-comment .form-submit {
  flex: 1;
}
.product-reviews-comment .comment-form {
  align-items: stretch;
  margin-bottom: 0;
}
.product-reviews-comment .form-submit input {
  margin-right: 0;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  min-height: var(--40);
  display: inline-flex;
  align-items: center;
}
.table-specifications {
  margin-top: var(--16);
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 92, 161, 0);
  background: linear-gradient(180deg, #fff 13.13%, #edf9ff 100%);
  overflow: hidden;
  padding: 0 0 1.87rem;
  margin-bottom: 0.69rem;
}
.table-specifications .table-specifications__title {
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  background: var(--Color, #005ca1);
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 2.8125rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.12rem;
}
.table-specifications .table-specifications__item {
  display: flex;
  gap: 1rem;
  padding: var(--3) 0;
  /* border-bottom: 1px solid rgb(235, 235, 240); */
}
.table-specifications .table-specifications__item p {
  margin-bottom: 0;
  font-size: var(--14);
}
.table-specifications .table-specifications__item p:first-child {
  width: 9.5rem;
  font-weight: 600;
}
.table-specifications .table-specifications__content {
  padding: 0 1.5rem 0;
}
.review-pagination {
  margin-top: 30px;
  text-align: center;
}
.pagination-pages {
  display: inline-flex;
  gap: 0.3125rem;
}
.review-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.3125rem;
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
}
.review-page.active {
  background-color: var(--theme-color);
  color: white;
}
.review-page:hover:not(.active) {
  background-color: #e0e0e0;
}
.no-reviews-found {
  padding: 1.25rem;
  text-align: center;
  color: #666;
}
.comment-form-attachment {
  margin-bottom: 1.25rem;
}
.review-upload-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
  margin-top: 0.625rem;
  align-items: center;
  margin-bottom: 1rem;
}
.image-preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.image-preview-item {
  position: relative;
  width: 5rem;
  height: 5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.image-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remove-image {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.875rem;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.btn-upload {
  border: 0.0625rem dashed #ccc;
  color: #666;
  background-color: white;
  padding: 0.5rem 1.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
  margin: 0;
  height: var(--40);
  display: inline-flex;
  align-items: center;
}
.upload-btn-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.rating-fake-item {
  cursor: pointer;
}
.rating-fake-item.active svg path {
  fill: #f58220;
}
.rating-fake-item:not(.active) svg path {
  fill: #d9d9d9;
}
@media screen and (min-width: 768px) and (max-width: 849.98px) {
  .category-page-row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .category-page-row .col-filter {
    display: flex !important;
    position: fixed;
    z-index: 10;
    flex-basis: 100%;
    max-width: 100%;
    height: 80%;
    z-index: 10001;
    padding: 0;
    align-items: flex-end;
    left: 0;
    bottom: 0;
    transform: translateY(105%);
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    height: fit-content;
    width: 100%;
  }

  .category-page-row .close-filter-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    z-index: 10000;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }

  .category-page-row .close-filter-bg.show {
    opacity: 1;
    visibility: visible;
  }

  .category-page-row .col-filter .is-sticky-column {
    background-color: #fff;
    display: block;
    width: 100%;
    z-index: 2;
    border-radius: 0.5rem 0.5rem 0 0;
    border: 1px solid #d9d9d9;
    padding: 1.5rem;
    z-index: 99999999;
  }

  .category-page-row .col-filter.show {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }

  .col-filter .is-sticky-column__inner {
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .col-filter .filter-popup-mb__heading {
    text-align: center;
    font-size: 1.25rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
    display: block;
    font-weight: 700;
  }

  .col-filter .is-sticky-column .close-filter {
    width: 1rem;
    display: block;
    height: 1rem;
  }

  .col-filter .is-sticky-column .close-filter svg {
    width: 100%;
    height: 100%;
  }
  .filter-product .box-hang-san-xuat .list-item {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
  .filter-product .box-hang-san-xuat .list-item .item .image-cover {
    padding-top: 6.375rem;
  }
  .fillter-mobile {
    display: flex;
    margin: 0;
    font-weight: 400;
    background: #fff;
    border-radius: 1.8125rem;
    border: none;
    font-size: var(--14);
    color: #000;
    text-align: left;
    padding: 0 0.5rem;
    height: 2.25rem;
    flex-shrink: 0;
    align-items: center;
    gap: 0.5rem;
    min-height: unset;
    margin-left: 1.5rem;
  }
  .fillter-mobile img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .col-filter #applyFilterMobile {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 99px;
    border: 2px solid var(--theme-color);
    background-color: var(--theme-color);
    color: #fff;
    padding: 0 30px;
    transition: all 0.2s;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .checkout-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-wrapper .row-fake .col-price .col-inner {
    padding: 0;
  }
  .woocommerce-variation-add-to-cart,
  form.cart {
    flex-wrap: wrap;
  }
  .product-info form.cart,
  .product-info .custom-buttons-zero-price {
    margin-bottom: 1.5rem;
    row-gap: 1rem;
    flex-wrap: wrap;
  }
  .product-info .single_add_to_cart_button,
  .product-info .button.btn__primary,
  .product-info .button.btn__secondary {
    width: 100%;
    flex: 0 0 100%;
  }
  .product-info .single_add_to_cart_button {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  .filter-product .box-hang-san-xuat .list-item img {
    object-fit: contain;
  }
  .filter-product .box-hang-san-xuat .list-item .item {
    min-height: var(--50);
  }
  .filter-product .box-hang-san-xuat .list-item .item .image-cover {
    padding-top: var(--50);
  }
  .category-page-row .custom-select .select-items div.active {
    background: unset;
    background-color: unset !important;
  }
  .category-page-row
    .collection-filter-selected
    .custom-select.show
    .select-items {
    display: flex;
    position: unset;
    flex-direction: row;
    filter: unset;
  }

  .category-page-row .collection-filter-selected .select-selected,
  .category-page-row .custom-select .select-items .span-pc {
    display: none;
  }
  .category-page-row .custom-select .select-items .span-mb {
    display: flex;
    border-bottom: 0;
    justify-content: center;
    position: relative;
  }
  .category-page-row .custom-select .select-items .span-mb svg {
    width: 1rem;
    height: 1rem;
    margin-left: 0.3rem;
  }
  .category-page-row .custom-select .select-items .span-mb svg path {
    fill: currentColor;
  }
  .category-page-row .custom-select .select-items div {
    padding: 0 var(--10);
    min-width: var(--80);
    justify-content: center;
    border-right: 1px solid #eee;
    height: var(--30);
  }
  .category-page-row .custom-select .select-items div:after {
    content: "";
    width: 1px;
  }

  .category-page-row .collection-filter-selected .custom-select .select-items {
    margin-left: 0;
    column-gap: 0;
  }
  .category-page-row .products.row-small {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
  }
  .category-page-row .collection-filter-selected .filter-sortby__heading {
    display: none;
  }
  .product-info .product-title {
    font-size: 20px;
    font-weight: 500;
  }
  .category-page-row.container {
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }
  .category-page-row .col-main .shop-container {
    border-radius: 0.625rem;
    background: #fff;
    padding: 0.87rem 0.94rem 1.63rem;
    width: calc(100% + 30px);
  }
  .category-page-row .col-main {
    width: 100%;
    flex: unset;
  }
  .category-page-row .collection-filter-selected {
    width: 100%;
  }

  .fillter-mobile {
    display: flex;
    margin: 0;
    font-weight: 400;
    background: #f1f1f1;
    border-radius: 1.8125rem;
    border: none;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: 0 0.45rem;
    height: var(--32);
    flex-shrink: 0;
    align-items: center;
    gap: 0.5rem;
    min-height: unset;
  }

  .category-filter-row {
    display: none;
  }
  .archive-header {
    background-color: #fff;
    margin: 0;
    padding: 0;
    max-width: 100% !important;
  }
  .archive-header .shop-page-title {
    font-size: 1.4rem;
    margin-bottom: 0.68rem;
  }
  .col-header {
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border-radius: 0;
    width: 100%;
    background-color: #fff;
  }

  .col-header .cate-child {
    width: 100%;
  }

  .col-header .shop-page-title {
    font-size: var(--22);
  }

  .col-header .col-header__title {
    width: 100%;
  }

  .category-page-row .col-main .shop-container {
    /* margin-right: -1rem; */
    /* margin-left: -1rem; */
    border-radius: 0;
    width: 100%;
  }

  .category-page-row .col-filter {
    display: flex !important;
    position: fixed;
    z-index: 10;
    flex-basis: 100%;
    max-width: 100%;
    height: 80%;
    z-index: 10001;
    padding: 0;
    align-items: flex-end;
    left: 0;
    bottom: 0;
    transform: translateY(105%);
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    height: fit-content;
    width: 100%;
  }

  .category-page-row .close-filter-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    z-index: 10000;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }

  .category-page-row .close-filter-bg.show {
    opacity: 1;
    visibility: visible;
  }

  .category-page-row .col-filter .is-sticky-column {
    background-color: #fff;
    display: block;
    width: 100%;
    z-index: 2;
    border-radius: 0.5rem 0.5rem 0 0;
    border: 1px solid #d9d9d9;
    padding: 1.5rem;
    z-index: 99999999;
  }

  .category-page-row .col-filter.show {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }

  .col-filter .is-sticky-column__inner {
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .col-filter .filter-popup-mb__heading {
    text-align: center;
    font-size: 1.25rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
    display: block;
    font-weight: 700;
  }

  .col-filter .is-sticky-column .close-filter {
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
  }
  .category-page-row #shop-sidebar .title-sidebar {
    padding-top: 0;
  }
  .col-filter .is-sticky-column .close-filter svg {
    width: 100%;
    height: 100%;
  }

  .col-filter #shop-sidebar {
    overflow-y: auto;
    padding-right: 5px;
    max-height: calc(100vh - 280px);
    padding-left: 0;
    padding-top: 1rem;
    border: 0;
  }

  .col-filter #applyFilterMobile {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 99px;
    border: 2px solid var(--theme-color);
    background-color: var(--theme-color);
    color: #fff;
    padding: 0 30px;
    transition: all 0.2s;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    flex-shrink: 0;
  }

  .collection-filter-selected.is-fixed .fillter-mobile {
    position: fixed;
    top: 30%;
    z-index: 10;
    right: 0;
    border-radius: 5px 0 0 5px;
    background-color: var(--theme-color);
  }

  .collection-filter-selected.is-fixed .fillter-mobile img {
    filter: brightness(0) invert(1);
  }

  .collection-filter-selected.is-fixed .fillter-mobile span {
    display: none;
  }

  .product-container--left {
    width: 100%;
  }

  .single .product-container .product-main,
  .product-container .product-main--left {
    flex-direction: column;
  }

  .product-info--top {
    padding: 1rem;
  }

  .product-info .price-wrapper .price-label {
    margin-right: 2rem;
  }

  .product-footer table {
    max-width: 100% !important;
    font-size: 1rem !important;
    width: 100% !important;
  }

  .product-footer .row-product-tab {
    padding: 1rem;
    border-radius: 0;
  }

  .row-product-tab .woocommerce-tabs .tabs {
    display: flex;
    justify-content: start;
    scroll-snap-type: x mandatory;
    padding-top: 0;
    overflow-y: auto;
    white-space: nowrap;
    flex-flow: row;
    gap: 1.5rem;
    scroll-padding: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .row-product-tab .woocommerce-tabs .tabs::-webkit-scrollbar {
    display: none;
  }
  .product-container--bottom {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    border-radius: 0;
    margin-bottom: 0;
  }

  .product-reviews-container {
    padding: 1rem;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }

  .product-reviews-wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .product-reviews-filters {
    margin: 0;
  }

  .review-item {
    padding: 0.7rem;
  }
}

/* CSS cho search */
.search-history-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin-top: 5px;
  max-height: 300px;
  overflow-y: auto;
}

.search-history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.search-history-header span {
  font-weight: 600;
  color: #333;
}

.clear-search-history {
  background: none;
  border: none;
  color: #999;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.clear-search-history:hover {
  color: #333;
}

.search-history-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-history-item {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  transition: background-color 0.2s;
  margin-bottom: 0;
}
.search-history-item:hover {
  color: var(--theme-color);
}
.search-history-item:hover {
  background-color: #f9f9f9;
}

.search-history-item:last-child {
  border-bottom: none;
}

.searchform {
  position: relative;
}

.autocomplete-suggestion img {
  border-radius: 4px;
  object-fit: contain;
  background: #f2f2f2;
  border-radius: 4px;
  height: 4rem;
  width: 4rem;
}

.header .search-form .autocomplete-suggestions,
.header-block .autocomplete-suggestions {
  max-height: 40vh;
  background-color: #fff;
  border-radius: 0.5rem;
}
.header .search-form .autocomplete-suggestion {
  cursor: pointer;
}
.header .search-form .live-search-results {
  top: 110%;
  background-color: transparent;
}

.autocomplete-suggestion .search-name {
  font-size: 0.9375rem;
  color: var(--black);
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: var(--black);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.autocomplete-suggestion .search-price {
  font-size: 0.9375rem;
}
.autocomplete-suggestion .search-price span.amount {
  color: var(--black);
  font-weight: 600;
}
.autocomplete-suggestion .search-name strong {
  color: var(--theme-color);
}

@media screen and (max-width: 767.98px) {
  .search-history-container {
    max-height: 250px;
  }
}

/** Single product */
.single-product .page-title {
  padding: 2.2rem 0 1.2rem;
}
.single-product .page-title,
.product-main {
  background-color: #f7f7f7;
}
.single-product .page-title p {
  margin-bottom: 0 !important;
}
.product-main .content-row {
  display: grid;
  grid-template-columns: 42rem 1fr;
  column-gap: 1.7rem;
}
.product-main .content-row .col {
  padding: 0;
  max-width: 100%;
}

.product-info .box-sale {
  padding: 1.25rem;
  margin-top: 1.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.3125rem;
  border: 1px solid #d9d9d9;
}
.product-info .box-sale .title {
  font-size: 0.9375rem;
  color: var(--black);
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.product-info .box-sale ul {
  margin: 0;
}
.product-info .box-sale ul li {
  display: flex;
  align-items: center;
  column-gap: 0.45rem;
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0.8rem;
}
.product-info .box-sale ul li span {
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 400;
}
.product-info .box-sale ul li img {
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.row-product-tab .col.large-3 .title {
  color: var(--black);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
}

.box-thongso table,
.box-thongso table tbody,
.box-thongso table tbody tr,
.box-thongso table tbody td {
  border: 0;
}
.box-thongso table tbody tr:nth-child(odd) {
  background-color: #f3f4f6;
}
.box-thongso table tbody tr td {
  padding: 1rem;
}
.box-thongso table tbody tr td:first-child {
  font-size: 0.875rem;
  color: var(--black);
  font-weight: 600;
  width: 30%;
}

.box-thongso table tbody tr td:last-child {
  font-size: 0.875rem;
  color: var(--black-200);
  font-weight: 400;
}
.product-gallery .flickity-button,
.product-gallery .image-tools {
  display: none !important;
}
.product-gallery .custom-slide-counter {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-weight: 500;
  font-size: 0.8125rem;
  color: var(--black-200);
  border: 1px solid #ffdfe0;
  background: linear-gradient(90deg, #fff7f5 0%, #f9e9e5 100%);
  padding: 0.2rem 0.5rem;
  border-radius: 0.125rem;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .single-product .page-title {
    padding: 1rem 0;
  }
  .product-main .content-row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0.5rem;
    max-width: 100%;
    padding: 0;
  }
  .single-product .product-main .product-gallery .vertical-thumbnails .col {
    padding-bottom: 0 !important;
    max-width: 20% !important;
  }

  .product-main .product-gallery > .row.row-small {
    padding: 1rem;
    background-color: #fff;
  }
  #main .product-main .product-thumbnails {
    margin: 0 !important;
    padding: 0.5rem 0 0;
  }
  .product-info .list-info {
    gap: 0.5rem;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .product-info .list-info .info-label {
    text-wrap-mode: nowrap;
    font-size: 16px;
  }
  .product-info .list-info .info-value {
    font-size: 16px;
  }
  .product-info .list-info li {
    column-gap: 0.5rem;
  }
  .product-info .price-wrapper {
    padding: 1rem 0.68rem;
	  margin-top: 0.25rem;
	  margin-bottom: 0.75rem;
  }
  .product-info .price-wrapper .price-label {
    margin-right: 0.5rem;
    font-size: 0.875rem;
  }
  .product-info .price-wrapper ins .amount,
  .product-info .price-wrapper span.amount {
    font-size: 1rem;
  }
  .product-info .price-wrapper del .amount {
    font-size: 0.875rem;
  }
  .product-info .count-sale {
    width: 2rem;
    height: 1rem;
    font-size: 0.5rem;
    font-weight: 500;
    line-height: 1rem;
    margin: 0 0.5rem;
  }
  .product-info .box-sale {
    padding: 2rem 1rem;
    margin-top: 0;
  }
  .product-info .box-sale ul li:first-child {
    margin-bottom: 1rem;
  }

  .product-info .box-sale ul li {
    gap: 0.68rem;
    margin-bottom: 0.5rem;
  }
  .product-footer .row-product-tab {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
    padding: 2rem 1rem !important;
    margin-top: 0;
  }
  .row-product-tab .woocommerce-tabs .tabs a,
  .row-product-tab .col.large-3 .title {
    font-size: 1.125rem;
  }
  .box-thongso table tbody tr td:first-child,
  .box-thongso table tbody tr td:last-child {
    font-size: 0.875rem;
  }
  .box-thongso table tbody tr td {
    padding: 1rem 0.5rem;
  }
  .box-thongso table {
    margin-bottom: 0;
  }
  .product-container--bottom .related {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .related-title {
    font-size: 1.25rem;
  }
}

/*Sản phẩm */
.product-small.box .title-wrapper {
  padding-bottom: 0;
  position: relative;
  flex: 1;
}
.product-small.box .title-wrapper .rating-wrapper {
  position: absolute;
  bottom: 0.4rem;
}
.product-small.box .box-text--bottom {
  width: 100%;
  /* border-radius: 0.3125rem;
  display: flex;
  align-items: center; */
  height: fit-content;
}
.product-small.box .box-image {
  margin: 0;
}
.product-small.box .box-image img,
.product-small.box .box-image a {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  background-color: #f7f7f7;
}
.product-small.box .box-image a {
  background-color: transparent;
}
.product-small.box .box-image .image-fade_in_back {
  border-radius: 6px;
  padding-top: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #f7f7f7;
}
.product-small.box .box-image .tag-product {
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background-color: var(--theme-color);
  padding: 0.125rem 0.25rem;
  min-width: 3rem;
  text-align: center;
}
.product-small.box {
  border-radius: 0.5rem;
  background: #f7f7f7;
  padding: 0.5rem 0.5rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bg-zoom:hover .bg,
.has-hover:hover .image-zoom img {
  transform: scale(1.05);
}

.slider .product-small.box {
  margin-top: 5px;
}
.product-small.box .box-text {
  padding: 1rem 0.5rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-small.box .product-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: var(--black);
  font-size: 0.9375rem;
  font-weight: 600;
  height: fit-content;
  line-height: normal;
  margin: 0;
}
.product-small.box .product-title a:hover {
  color: var(--theme-color);
}
.product-small.box .price-wrapper {
  flex: 1;
}

.product-small.box .product-title {
  margin: 0 0 0.75rem;
}
.product-small.box .price-wrapper .price {
  display: flex;
  align-items: center;
  column-gap: 0.56rem;
  justify-content: center;
}
.product-small.box .price-wrapper .price-from {
  color: var(--Color, #005ca1);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 0.3rem;
}
.product-small.box .price-wrapper ins {
  display: flex;
  align-items: center;
  width: fit-content;
}

.product-small.box .price-wrapper del {
  text-decoration: none;
}
.product-small.box .price-wrapper del .amount {
  color: #626263;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.product-small.box .price-wrapper .amount {
  color: var(--theme-color2);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: normal;
}

/** Nội dung danh mục **/
.content-product {
  padding: 2.5rem 0;
  background-color: #f7f7f7;
  text-align: justify;
}
.content-product h1,
.content-product h2,
.content-product h3,
.content-product h4,
.content-product h5,
.content-product h6 {
  color: var(--black);
}
.content-product h1,
.content-product h2 {
  font-size: 1.5rem;
}
.content-product .sec-container {
  padding: 0 calc(5.625rem * 4);
}
.content-product ol,
.content-product ul {
  margin-left: 1.3rem;
}
.content-product p,
.content-product li,
.content-product span,
.content-product a,
.content-product strong,
.content-product em,
.content-product b,
.content-product div {
  font-size: 0.9375rem;
}
.toggle-content {
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  position: relative;
}
.toggle-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 97.6%);
  pointer-events: none;
}
.toggle-content.active::after {
  opacity: 0;
  visibility: hidden;
}
.btn-toggle {
  height: 2.25rem !important;
}

/* Popup form */

.popup-form {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.popup-form .box-product {
  display: flex;
  align-items: center;
  column-gap: 1.37rem;
  padding: 0.3rem;
  border-radius: 0.3125rem;
  background: #f1f8ff;
}
.popup-form .box-product img {
  width: 5.14456rem;
  height: 5.14456rem;
  flex-shrink: 0;
  aspect-ratio: 1;
}
.popup-form .box-product .product-title {
  color: var(--black);
  font-weight: 600;
}
.popup-form.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.popup-form .bg_overlay_popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.popup-form .popup-content {
  width: 30rem;
  background: #fff;
  position: relative;
  padding: 3rem 2.5rem;
  border-radius: 0.625rem;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.popup-form.show .popup-content {
  transform: translateY(0);
  opacity: 1;
}

.popup-form .close_popup {
  border-radius: 99rem;
  padding: 0.35rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  cursor: pointer;
}
.popup-form .popup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.popup-form .close_popup:hover {
  background-color: var(--theme-color);
}
.popup-form .close_popup:hover svg path {
  stroke: #fff;
}
.popup-form .close_popup svg {
  width: 0.875rem;
  height: 0.875rem;
}

.popup-form input,
.popup-form select {
  border: 0;
  border-bottom: 1px solid #c8d0d4;
  box-shadow: none !important;
  background: transparent !important;
  color: var(--black);
  padding: 0;
  font-size: 0.9375rem;
}
.popup-form input::placeholder,
.popup-form select::placeholder {
  color: #9a9a9a;
}
.popup-form form {
  margin-bottom: 0;
}
.popup-form .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
  line-height: normal;
  color: var(--theme-color);
  text-transform: uppercase;
}
.popup-form .form-submit {
  text-align: center;
}
.popup-form .button.btn__secondary {
  margin-top: 1rem;
}
@media (max-width: 1440px) {
  .content-product .sec-container {
    padding: 0 calc(var(--section) * 3.25);
  }
}
@media (max-width: 767.98px) {
  .category-page-row .col-main .shop-container {
    padding: 0;
  }

  .popup-form .popup-content {
    width: 100%;
    padding: 3rem 1rem 1rem;
  }
  .popup-form .popup-wrapper {
    padding: var(--section);
  }
  .popup-form .title {
    font-size: 1.2rem;
  }

  .checkout-page-title.page-title {
    padding: 1rem 0;
  }
  .content-product .sec-container {
    padding: 0 var(--section);
  }
  .content-product h1,
  .content-product h2 {
    font-size: 1.25rem;
  }
  .product-small.box .box-text {
    text-align: left;
  }
  .product-small.box .price-wrapper .amount {
    white-space: normal;
  }
  .product-small.box .product-title a {
    font-weight: 500;
    font-size: 0.875rem;
  }
  .product-small.box .price-wrapper .price {
    justify-content: left;
  }
}
