/* thanks-wrapper */
.thanks-wrapper {
  padding: var(--60) 0;
}

.thanks-wrapper .success-order {
  max-width: 75rem;
  margin: 0 auto;
}

.thanks-wrapper .title-page {
  font-size: var(--28);
  color: #231f20;
  margin-bottom: var(--30);
  text-align: center;
}

.thanks-wrapper .thanks-des {
  max-width: 40rem;
  margin: 0 auto var(--35);
  font-size: var(--14);
  color: #231f20;
  text-align: center;
}

.thanks-wrapper .button-shop {
  box-shadow: none;
  height: var(--65);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--60);
  width: fit-content;
  border-radius: 99rem;
  padding: 0 var(--48);
  background-color: var(--theme-color);
  font-weight: normal;
  border: 1px solid var(--theme-color);
  font-size: var(--16);
  line-height: 1.5;
  color: #fff;
}

.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);
  font-weight: bold;
}

.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: var(--theme-color);
  color: #fff;
  font-weight: 500;
  font-size: var(--15);
  text-transform: none;
  padding: var(--10) var(--20);
  border: 0;
  position: relative;
  z-index: 2;
}

.tit-qty,
.tit-price {
  text-align: left;
}

.order-item span.amount {
  font-weight: normal;
}

.order-item thead>tr th:first-child {
  border-radius: 16px 0 0 16px;
}

.order-item thead>tr th:last-child {
  border-radius: 0 16px 16px 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: #d9d9d9;
}

.order-item tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
  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 16px 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: #fff !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 16px;
}

.order-item tfoot tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

.order-item tfoot tr.total_payment td {
  background-color: var(--theme-color) !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);
  font-weight: bold;
}

.thanks-wrapper .box-order-info {
  padding: var(--16) var(--32);
  background-color: #f1f1f1;
  border-radius: 16px;
}

.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 */
/* single-product */
.breadcrumbs {
  padding: var(--30) 0 1rem;
}

.woocommerce-notices-wrapper {
  display: none;
}

.breadcrumbs .rank-math-breadcrumb p {
  margin: 0;
}

.single-product #wrapper {
  /* background-color: #f8f8f8; */
  background: #fefaf6;
}

.product-container {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.08rem;
  position: relative;
}

.product-container--left {
  width: 100%;
  flex-shrink: 0;
  max-width: 100%;
  margin-top: 3rem;
}

.product-container--bottom {
  width: 100%;
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.25rem 1rem 1.06rem;
  margin-bottom: 3rem;
}

.related-title {
  color: var(--black);
  font-size: var(--28);
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0.87rem;
}

.single .breadcrumbs {
  display: none;
}

.single .product-container .product-main {
  padding-top: 0rem !important;
  display: flex;
  gap: 1.06rem;
  width: 100%;
  padding-bottom: 0.94rem;
}

.product-container .product-main--left {
  display: flex;
  gap: 1.06rem;
  width: 100%;
}

.product-container .product-main--right {
  flex: 1;
}

.product-main .product-gallery {
  width: 45%;
  flex-shrink: 0;
  border-radius: 0.625rem;
  background: #fff;
  max-width: 100%;
  padding: 1rem;
}

.product-main .swiper-button.swiper-next {
  right: -1rem;
}

.product-main .swiper-button.swiper-prev {
  left: -1rem;
}

.product-gallery-swiper {
  margin-bottom: var(--10);
}

.product-gallery-swiper img,
.product-thumbs-swiper 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;
  background-color: #fff;
}

.product-gallery-swiper a,
.product-thumbs-swiper a {
  padding-top: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  border-radius: 0.625rem;
}

.product-thumbs-swiper a {
  border: 2px solid #fff0;
}

.product-thumbs-swiper .swiper-slide-thumb-active a {
  border: 2px solid var(--theme-color);
}

.product-info {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-info--top .btn-zalo {
  display: flex;
  flex-shrink: 0;
  min-width: 9.375rem;
  justify-content: center;
  align-items: center;
  gap: var(--6);
  background-color: var(--theme-color);
  border: 0;
  color: #fff;
  border: 1px solid var(--theme-color);
  border-radius: 9rem;
  height: var(--45);
  padding: 0 var(--30);
  margin-top: 2rem;
}

.product-info--top {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.12rem 1.69rem 1.38rem 1.69rem;
  flex-shrink: 0;
  height: 100%;
}

.product-info .product_title {
  color: var(--theme-color);
  font-size: var(--42);
  font-family: var(--title);
  line-height: normal;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.woocommerce-product-details__short-description {
  text-align: justify;
}

.woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.product-info .product-title-box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: var(--20);
  margin-bottom: var(--20);
}

.product-info .product-title-info {
  display: flex;
  align-items: center;
  gap: var(--20);
  font-size: var(--14);
  color: var(--theme-color);
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: var(--10);
  margin-bottom: var(--12);
}

.product-info .product-title-info span {
  color: var(--black);
}

.product-info .product-title-info .product-title-info-item {
  position: relative;
}

.product-info .product-title-info .product-title-info-item:not(:last-child):before {
  content: '';
  width: 1px;
  height: var(--15);
  background-color: var(--black);
  position: absolute;
  right: -0.625rem;
  top: 50%;
  transform: translateY(-50%);
}

.product-info .price-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1.06rem;
}

.product-info .price-wrapper .price-label {
  color: #626263;
  font-size: var(--20);
  font-style: normal;
  font-weight: 400;
  margin-right: 0.37rem;
  flex-shrink: 0;
  line-height: var(--30);
}

.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;
  text-decoration: unset;
}

.product-info .count-sale {
  width: 2.5rem;
  height: 1rem;
  flex-shrink: 0;
  border-radius: 6.25rem;
  background: #ee1212;
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  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: red;
  font-size: var(--26);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-info .price-wrapper del .amount {
  opacity: 1;
  text-decoration: line-through;
  color: #626263;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  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 0 1rem;
}

.product-info .list-info li {
  display: flex;
  gap: 1.19rem;
  margin-left: 0;
  margin-bottom: 0.69rem;
}

.product-info .list-info li:last-child {
  margin-bottom: 0;
}

.product-info .list-info .info-label,
.quantity-label {
  color: #626263;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 5.125rem;
  display: inline-block;
}

.product-info .list-info .info-value {
  color: #27272a;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-info .quantity {
  display: flex;
  align-items: center;
  margin-right: 40%;
  margin-bottom: 2rem;
}

.product-info .quantity-input {
  margin: 0 1.5rem 0 0;
  width: 9.1875rem;
  height: 2.875rem;
  border-radius: 2.875rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #f6f6f6;
  gap: 0.125rem;
  flex-shrink: 0;
  display: flex;
}

.product-info .quantity .button {
  padding: 0 0 0 0.125rem;
  background: #fff;
  border: 0;
  box-shadow: none;
  font-size: 1.1875rem;
  height: 1.875rem;
  min-height: 1.875rem;
  width: 1.875rem;
  line-height: 0;
  color: #262626;
  border: 0.03125rem solid #b6b6b6 !important;
  border-radius: 50% !important;
  text-shadow: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-info .quantity input[type='number'] {
  height: 2.5rem;
  border: 0;
  box-shadow: none;
  font-size: 1.125rem;
  background: 0 0;
  color: #262626;
  display: inline-flex;
  width: var(--45);
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
  /* Firefox */
}

.product-info .single_add_to_cart_button {
  height: var(--50);
  width: var(--50);
  border-radius: var(--10);
  border: 1.5px solid var(--theme-color);
  background-color: #fff;
  margin-right: var(--12);
  color: var(--theme-color);
  cursor: pointer;
}

.product-info .single_add_to_cart_button svg {
  width: var(--30);
  height: var(--30);
}

.product-info .single_add_to_cart_button:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.product-info .single_buynow_button {
  flex: 1;
  height: var(--50);
  border-radius: var(--10);
  background-color: var(--theme-color);
  border: 1.5px solid var(--theme-color);
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.product-info .single_buynow_button p:first-child {
  margin-bottom: 0;
  font-size: var(--15);
  font-weight: bold;
  text-transform: uppercase;
}

.product-info .single_buynow_button p:nth-child(2) {
  margin: 0;
  font-size: var(--12);
}

.product-info .single_buynow_button:hover {}

.product-info .cart {
  display: flex;
  flex-wrap: wrap;
  display: none;
}

.product-info .form-tuvan {
  display: flex;
}

.product-info .form-tuvan .wpcf7-form-control-wrap {
  flex: 1;
}

.product-info .form-tuvan input[type='tel'] {
  width: 100%;
  background-color: #f2f1ed;
  border: 0;
  outline: none;
  height: var(--40);
  padding: 0 1rem;
  font-size: var(--15);
}

.product-info .form-tuvan {
  margin-top: 1.5rem;
}

.product-info .form-tuvan .button {
  display: flex;
  flex-shrink: 0;
  min-width: 9.375rem;
  justify-content: center;
  align-items: center;
  gap: var(--6);
  height: var(--40);
  background-color: var(--theme-color);
  border: 0;
  color: #fff;
  border: 1px solid var(--theme-color);
}

.product-info .form-tuvan .button svg {
  width: 1rem;
  height: 1rem;
}

.product-info .form-tuvan .button path {
  fill: currentColor;
}

.product-footer {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.7rem 2.19rem;
  margin-bottom: var(--40);
}

.product-footer .woocommerce-tabs .tabs a:before {
  display: none;
}

.product-footer .woocommerce-tabs {
  border-top: 0;
  padding-bottom: 0;
}

.product-footer .woocommerce-tabs .tabs {
  gap: 2.94rem;
  border-bottom: 1px solid rgba(98, 98, 99, 0.3);
  display: flex;
  list-style: none;
  margin-bottom: 1.5rem;
}

.product-footer .woocommerce-tabs .tabs li {
  margin: 0;
}

.product-footer .woocommerce-tabs .tabs a {
  color: #27272a;
  font-size: var(--24);
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  padding: 0 0 0.56rem;
}

.product-footer .woocommerce-tabs .tabs .active a {
  color: var(--theme-color);
}

/* End single-product */
/* Shop */
.archive.woocommerce {
  background-color: #f8f8f8;
}

.col-header {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.38rem 0.94rem 1.19rem;
  margin-bottom: 0.81rem;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  align-items: flex-end;
}

.col-header .shop-page-title {
  color: #27272a;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.col-header .cate-child {
  margin-top: 1rem;
}

.col-header .swiper-slide {
  width: fit-content;
}

.col-header .cate-child a {
  border-radius: 1rem;
  border: 1px solid #dadada;
  height: 2rem;
  flex-shrink: 0;
  padding: 0 1.13rem;
  display: inline-flex;
  align-items: center;
  color: #27272a;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.col-header .cate-child a:hover {
  border-color: var(--theme-color);
}

.woocommerce-pagination li:has(.icon) {
  display: none !important;
}

.category-page-row .woocommerce-pagination li a,
.category-page-row .woocommerce-pagination li span {
  width: 1.875rem;
  height: 1.875rem;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #626263;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: unset;
}

.category-page-row .woocommerce-pagination li .current {
  border-radius: 0;
  width: 1.875rem;
  height: 1.875rem;
  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: var(--theme-color);
  background: #e7f4ff;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.close-filter-bg,
.close-filter,
.filter-popup-mb__heading,
#applyFilterMobile {
  display: none;
}

.category-page-row .col-filter {
  width: 16rem;
  flex-shrink: 0;
}

.category-page-row .col-main {
  flex: 1;
  flex-shrink: 0;
}

.category-page-row .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--12);
  margin-bottom: 2rem;
}

.category-page-row {
  gap: var(--40);
  padding-top: 0;
  display: flex;
  padding: 0 var(--section);
  flex-wrap: wrap;
  padding: 0 0 var(--30);
}

.category-page-row #shop-sidebar {
  border-radius: 0.5rem;
  border: 1px solid #dadada;
  background: #fff;
  padding: 1rem;
}

.filter-product .box-danhmuc-item .box-hienthi {
  color: #27272a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.69rem;
}

.filter-product .category-list .list-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.filter-product .item-group-title {
  color: #27272a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.69rem;
  position: relative;
}

.filter-product .item-group-title:before {
  content: '';
  position: absolute;
  right: 5px;
  transition: all 0.3s;
  display: block;
  background: url(/wp-content/themes/vt-theme/images/angle-small-down.svg) no-repeat center;
  width: var(--14);
  height: var(--14);
  top: var(--5);
  background-position: center;
  line-height: 1;
  background-size: contain;
  /* transform: rotate(180deg); */
}

.filter-product .item-group-title.not-active:before {
  transform: rotate(180deg);
}

.filter-product .item-group-content {
  max-height: 9rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.5rem;
}

.filter-product .item-group-content::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: var(--6);
}

.filter-product .item-group-content::-webkit-scrollbar-track {
  background-color: #f8f8f8;
}

.filter-product .box-thuong-hieu .list-item {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.filter-product .box-thuong-hieu .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-thuong-hieu .list-item .item .image-cover {
  padding-top: 2.375rem;
}

.filter-product .box-thuong-hieu .list-item .item.active {
  border-color: var(--theme-color);
}

.filter-product .box-thuong-hieu .list-item .item:before {
  display: none;
}

.slider-range {
  width: 100%;
  margin: 15px 0;
}

.price-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: 0.75rem;
  width: 100%;
  overflow: hidden;
}

.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;
  height: var(--35);
  width: 100%;
}

.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;
}

.ui-slider-horizontal .ui-slider-handle:focus-visible {
  outline: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-widget-header {
  background: var(--theme-color);
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.filter-product .list-item .item {
  cursor: pointer;
  position: relative;
  padding-left: var(--25);
  margin: 0;
  color: #000;
  font-size: var(--14);
  font-style: normal;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--10);
}

.filter-product .list-item .item .count {
  color: #999;
  font-size: var(--14);
}

.filter-product .list-item .item:not(:last-child) {
  margin-bottom: var(--12);
}

.filter-product .list-item .item:hover {
  color: var(--theme-color);
}

.filter-product .list-item .item:after,
.filter-product .list-item .item:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.filter-product .list-item .item:after {
  opacity: 0;
  background: url(/wp-content/themes/vt-theme/images/i-check.svg) no-repeat center;
  width: var(--10);
  height: var(--10);
  background-size: contain;
  left: var(--3);
}

.filter-product .list-item .item:before {
  left: 0;
  position: absolute;
  width: var(--14);
  height: var(--14);
  flex-shrink: 0;
  border-radius: var(--5);
  border: 1px solid #e3e3e3;
  background: #efefef;
}

.filter-product .list-item .item.active:before,
.filter-product .list-item .item:hover:before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.filter-product .list-item .item.active:after,
.filter-product .list-item .item:hover:after {
  opacity: 1;
}

.filter-product .box-danhmuc-item .list-item {
  margin: 0;
}

.filter-product .box-danhmuc-item:not(:last-child) {
  margin-bottom: var(--30);
}

.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-style: normal;
  font-weight: 600;
  line-height: normal;
}

.filter-sortby__item {
  max-width: 279px;
}

.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 {
  position: absolute;
  background-color: #fff;
  border: 0;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  border-radius: var(--4);
  z-index: 1;
  display: none;
  flex-direction: column;
  overflow: hidden;
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 1px 4px);
}

.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: #000;
  padding: 0 1rem;
  cursor: pointer;
  position: relative;
  font-size: var(--14);
  height: var(--36);
  display: inline-flex;
  align-items: center;
}

.category-page-row .custom-select .select-items div.active {
  background: url(/wp-content/themes/vt-theme/images/check-green.png) no-repeat;
  background-size: var(--24);
  background-position: 95% center;
}

.category-page-row .custom-select .select-items div span {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgb(235, 235, 240);
}

.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 {
  background-color: #e7f5ff;
}

.category-page-row .custom-select .select-items div.active {
  color: var(--theme-color);
}

.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);
}

.category-page-row .collection-filter-selected .select-selected:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  display: block;
  background: url(/wp-content/themes/vt-theme/images/angle-small-down.svg) no-repeat center;
  width: 1rem;
  height: 0.5rem;
  right: 0.74rem;
  top: var(--12);
}

/* End shop */

/* Responsive */
@media screen and (max-width: 767.98px) {
  .product-main .product-gallery {
    width: 100%;
  }

  .header-main .search-container {
    order: 3;
    max-width: 100%;
    margin: 10px 0;
  }

  .header-main .search-input-wrapper {
    border-radius: 20px;
  }

  .header-main .search-field {
    padding: 10px 45px 10px 15px;
    font-size: 16px;
  }

  .header-main .search-submit {
    width: 35px;
    height: 35px;
  }

  .header-main .search-submit svg {
    width: 16px;
    height: 16px;
  }
}

/* Cart Dropdown */
.cart-item {
  position: relative;
}

.cart-item .nav-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 10px;
}

.cart-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cart-item .nav-dropdown::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.cart-item .nav-dropdown::after {
  content: '';
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ddd;
}

.widget_shopping_cart_content {
  padding: 15px;
}

.widget_shopping_cart_content .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  text-align: center;
  color: #666;
  font-style: italic;
  margin: 20px 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart__total {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  margin-top: 15px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
  background: var(--theme-color);
  color: #fff;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.wc-forward {
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item:last-child {
  border-bottom: none;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__details {
  flex: 1;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__title {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__quantity {
  color: #666;
  font-size: 12px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__remove {
  color: #ff4444;
  text-decoration: none;
  font-size: 18px;
  margin-left: 10px;
  line-height: 1;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__remove:hover {
  color: #cc0000;
}

/* Page Blank Default Template */
.page-blank-default {
  padding: 2rem 0;
  background-color: #f8f8f8;
  min-height: 60vh;
}

.page-blank-default .page-blank {
  background: #fff;
  border-radius: 0.625rem;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blank-default .entry-header {
  margin-bottom: 2rem;
  text-align: center;
}

.page-blank-default .entry-title {
  color: var(--black, #333);
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

.page-blank-default .entry-content {
  line-height: 1.6;
  color: var(--black, #333);
}

.page-blank-default .entry-content h1,
.page-blank-default .entry-content h2,
.page-blank-default .entry-content h3,
.page-blank-default .entry-content h4,
.page-blank-default .entry-content h5,
.page-blank-default .entry-content h6 {
  color: var(--black, #333);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.page-blank-default .entry-content p {
  margin-bottom: 1rem;
}

.page-blank-default .entry-content ul,
.page-blank-default .entry-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.page-blank-default .entry-content li {
  margin-bottom: 0.5rem;
}

.page-blank-default .entry-content a {
  color: var(--primary-color, #007cba);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blank-default .entry-content a:hover {
  color: var(--primary-color-dark, #005a87);
  text-decoration: underline;
}

.page-blank-default .page-links {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  text-align: center;
}

.page-blank-default .entry-content .page-links a {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  background: var(--primary-color, #007cba);
  color: #fff;
  text-decoration: none;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
}

.page-blank-default .entry-content .page-links a:hover {
  background: var(--primary-color-dark, #005a87);
}

/* Responsive */
@media (max-width: 768px) {
  .page-blank-default {
    padding: 1rem 0;
  }

  .page-blank-default .page-blank {
    padding: 1.5rem;
    margin: 0 1rem;
  }

  .page-blank-default .entry-title {
    font-size: 1.5rem;
  }
}

/* Checkout Page Styles */
.checkout-wrapper {
  margin: 0 auto;
  padding: 2rem 0;
}

.row-fake {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.col-left {
  flex: 1;
}

.col-right {
  width: 30rem;
  flex-shrink: 0;
}

.checkout-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--theme-color);
}

.col-info {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
}

.input-box {
  margin-bottom: 1rem;
}

.input-box label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #333;
}

.input-box input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

.input-box input:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}

.error-inp {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: none;
}

.error-inp.show {
  display: block;
}

.location-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.location-box {
  position: relative;
}

.location-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
}

.location-selected:hover {
  border-color: #007cba;
}

.location-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
  overflow-y: auto;
}

.location-box.active .location-dropdown {
  display: block;
}

.search-box {
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
}

.search-input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.875rem;
}

.option-list {
  max-height: 250px;
  overflow-y: auto;
}

.option-item {
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}

.option-item:hover {
  background: #f8f9fa;
}

.option-item:last-child {
  border-bottom: none;
}

.col-payment {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.col-price {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Cart Styles */
.cart-title {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  color: #333;
}

.cart-title .cart-title__item:last-child {
  text-align: right;
}

.cart-contents {
  margin-bottom: 1.5rem;
}

.cart-contents.processing {
  opacity: 0.5;
}

.cart-item {
  display: grid;
  grid-template-columns: 25% auto;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #f5f5f5;
  align-items: center;
}

.product-image {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-image .image-cover {
  width: 100%;
}

.product-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.product-item__name {
  font-weight: 500;
  color: #333;
  text-decoration: none;
  font-size: var(--14);
}

.product-item__name:hover {
  color: #007cba;
}

.checkout-wrapper .cart-item .product-item__update {
  display: flex;
  gap: var(--20);
  justify-content: space-between;
  align-items: center;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.quantity-controls button {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-controls button:hover {
  background: #f8f9fa;
}

.qty-input {
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.25rem;
}

.remove-item {
  background: none;
  border: none;
  color: #dc3545;
  cursor: pointer;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.remove-item:hover {
  color: #c82333;
}

.cart-totals {
  border-top: 2px solid #eee;
  padding-top: 1rem;
}

.cart-totals>div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.cart-totals .total {
  font-weight: bold;
  font-size: 1.125rem;
  border-top: 1px solid #eee;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

/* Payment Methods */
#payment-fake {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
}

.wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wc_payment_methods li {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wc_payment_methods li:hover {
  border-color: #007cba;
}

.wc_payment_methods li.active {
  border-color: #007cba;
  background: #f8f9fa;
}

.wc_payment_methods input[type='radio'] {
  margin-right: 0.5rem;
}

.t-payment_box {
  margin-top: 1rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 4px;
  display: none;
}

.wc_payment_methods li.active .t-payment_box {
  display: block;
}

.place-order {
  margin-top: 1.5rem;
  text-align: center;
}

.place-order button {
  width: 100%;
  padding: 1rem;
  background: var(--theme-color);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.place-order button:hover {
  background: #005a87;
}

.place-order button.disable {
  background: #6c757d;
  cursor: not-allowed;
}

.place-order button.disable:hover {
  background: #6c757d;
}

#payment-fake .t-wc_payment_method {
  height: var(--60);
  border: 1px solid #d9d9d9;
  border-radius: var(--12);
  padding: var(--8) var(--16);
  display: flex;
  margin-bottom: var(--10);
  align-items: center;
}

#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);
}

#payment-fake .custom-radio .checkmark {
  background-color: var(--theme-color);
  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(--theme-color);
}

#payment-fake .t-wc_payment_method.active .custom-radio .checkmark {
  display: block;
}

#payment-fake .t-wc_payment_method .input-radio {
  display: none;
}

#payment-fake .t-wc_payment_method.active {
  background-color: hsla(0, 0%, 90%, 0.5);
}

#payment-fake .wc_payment_methods {
  list-style: none;
  margin: 0;
}

#payment-fake .t-wc_payment_method label {
  font-size: var(--14);
  color: #231f20;
  font-weight: bold;
  line-height: 1;
}

#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: var(--44);
  height: var(--44);
  top: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.t-wc_payment_method.payment_method_cod label:before {
  background-image: url(/wp-content/themes/vt-theme/images/ship-cod-icon.png);
}

.t-wc_payment_method label {
  width: 95%;
  padding-left: var(--55);
  position: relative;
  min-height: var(--44);
  display: inline-flex !important;
  align-items: center;
}

/* Responsive */

@media (max-width: 768px) {
  .row-fake {
    flex-direction: column-reverse;
  }

  .col-right,
  .col-payment,
  .col-info {
    width: 100%;
    padding: 1rem;
  }

  .quantity-controls {
    gap: 0;
    border: 1px solid #ddd;
    border-radius: 99rem;
    overflow: hidden;
  }

  .quantity-controls button,
  .qty-input {
    width: 2rem;
    border: 0;
    padding: 0;
  }

  .location-wrapper {
    grid-template-columns: 1fr;
  }

  .cart-title,
  .cart-item {
    /* grid-template-columns: 1fr; */
    gap: 0.5rem;
  }

  .product-image {
    justify-content: center;
  }
}

/* Product Loop Add to Cart Button */
.image-tools.add-to-cart-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(0.8);
}

.box-image:hover .image-tools.add-to-cart-button {
  opacity: 1;
  transform: scale(1);
}

.ajax-add-to-cart,
.view-product-details {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.ajax-add-to-cart:hover,
.view-product-details:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ajax-add-to-cart img,
.view-product-details img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Loading state */
.ajax-add-to-cart.loading {
  pointer-events: none;
  opacity: 0.7;
}

.ajax-add-to-cart.loading img {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Success state */
.ajax-add-to-cart.success {
  background: #28a745;
  color: white;
}

.ajax-add-to-cart.success img {
  filter: brightness(0) invert(1);
}

/* Disabled state */
.ajax-add-to-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Out of stock styling */
.out-of-stock .image-tools.add-to-cart-button {
  opacity: 0.5;
}

.out-of-stock .view-product-details {
  background: rgba(220, 53, 69, 0.9);
  color: white;
}

.out-of-stock .view-product-details:hover {
  background: rgba(220, 53, 69, 1);
}

/* Responsive */
@media screen and (max-width: 767.98px) {
  .image-tools.add-to-cart-button {
    top: 5px;
    right: 5px;
    opacity: 1;
    transform: scale(1);
  }

  .ajax-add-to-cart,
  .view-product-details {
    width: 35px;
    height: 35px;
  }

  .ajax-add-to-cart img,
  .view-product-details img {
    width: 18px;
    height: 18px;
  }

  .category-page-row {
    max-width: 100% !important;
  }

  .filter-product .box-thuong-hieu .list-item img {
    object-fit: contain;
  }

  .filter-product .box-thuong-hieu .list-item .item {
    min-height: var(--50);
  }

  .filter-product .box-thuong-hieu .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 {
    display: flex;
    position: unset;
    filter: unset;
    flex-direction: row;
    margin-left: -0.625rem;
  }

  .category-page-row .products.row-small {
    max-width: unset;
    margin-left: -0.375rem;
    margin-right: -0.375rem;
    width: auto;
  }

  .category-page-row .collection-filter-selected .filter-sortby__heading {
    display: none;
  }

  .product-info .product-title {
    font-size: var(--20);
  }

  .mota-duoi {
    width: 100%;
    border-radius: 0;
  }

  .category-page-row.container {
    max-width: 100%;
  }

  .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;
    /* min-width: 188px; */
    text-align: left;
    padding: 0 var(--14);
    height: var(--32);
    flex-shrink: 0;
    align-items: center;
    gap: 0.5rem;
    min-height: unset;
  }

  .category-filter-row {
    display: none;
  }

  .col-header {
    padding: 1rem;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    /* margin-right: -1rem; */
    /* margin-left: -1rem; */
    border-radius: 0;
    width: 100%;
  }

  .woocommerce-no-products-found {
    padding: 0 1rem;
  }

  .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: 1.5rem 1.5rem 0 0;
    border: 1px solid #d9d9d9;
    padding: 1rem 1.5rem 2rem;
    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 {
    position: absolute;
    width: 1.2rem;
    top: var(--6);
    display: block;
    height: 1.2rem;
    right: 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;
  }

  .category-page-row .products {
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem 0.9rem;
  }

  .breadcrumbs {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-container .product-main--left {
    flex-direction: column;
    max-width: 100%;
  }

  .product-container {
    flex-direction: column;
  }

  .product-info--top {
    padding: 1rem;
  }

  .product-footer {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem;
    border-radius: 0;
  }

  .product-container--bottom {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    border-radius: 0;
    margin-bottom: 0;
  }

  .related-title {
    font-size: var(--24);
  }

  .product-info .price-wrapper .price-label {
    font-size: 1rem;
  }

  .product-info .price-wrapper span.amount {
    font-size: var(--12);
  }

  .product-info .price-wrapper ins .amount {
    font-size: 1rem;
  }

  .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;
    padding: 0 1rem;
  }

  .order-item tfoot tr:last-child {
    padding: 0;
  }

  .order-item tfoot td[colspan] {
    width: 100%;
    flex: 1;
  }

  .order-item tfoot td {
    padding: var(--15) 0;
  }

  .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);
  }
}

.woocommerce-account .page-content .woocommerce {
  display: flex;
  padding: var(--80) 0;
  gap: var(--50);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  flex-shrink: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--10);
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-account #main {
  background-color: #f2f2f2;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  min-height: var(--52);
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  border-radius: var(--8);
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  background-color: var(--theme-color);
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 3rem 4rem;
  background-color: #fff;
  border-radius: var(--8);
  flex: 1;
}

.woocommerce-account .woocommerce-MyAccount-content section {
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .col-info {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.woocommerce-account .woocommerce-MyAccount-content .title,
.woocommerce-MyAccount-content .address-user h2 {
  font-size: var(--26);
  color: #000;
  line-height: 1.4em;
  margin-bottom: 1rem;
  font-weight: bold;
}

.woocommerce-MyAccount-content .address-user ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--18);
}

.woocommerce-MyAccount-content .address-user .info-user-item {
  display: flex;
  gap: var(--30);
}

.woocommerce-MyAccount-content .address-user .info-user-item-label {
  font-size: 1rem;
  width: 12.5rem;
  color: #00000080;
}

.woocommerce-MyAccount-content .address-user .info-user-item-value {
  font-size: 1rem;
  color: #000;
}

.woocommerce-MyAccount-content .address-user .btn-update,
.btn__red {
  min-width: 9.375rem;
  border: 1px solid var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--45);
  border-radius: 99rem;
  margin-top: 2rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  width: fit-content;
  background-color: #fff;
  color: var(--theme-color);
}

.woocommerce-MyAccount-content .address-user .btn-update:hover,
.btn__red:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.woocommerce-MyAccount-content .box-login {
  margin-top: 3rem;
}

.woocommerce-account .woocommerce-MyAccount-content .input-box {
  margin-bottom: 0;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .woocommerce-account .page-content .woocommerce {
    flex-direction: column;
    gap: var(--30);
    padding: var(--50) 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 1.5rem 1rem;
    max-width: 100%;
    overflow-y: auto;
  }

  .woocommerce-orders-table {
    width: 40rem;
  }

  .woocommerce-MyAccount-content .address-user .info-user-item {
    flex-direction: column;
    gap: var(--5);
  }

  .woocommerce-MyAccount-content .address-user .btn-update,
  .btn__red {
    margin-top: 1rem;
  }
}

/* Tab System Styles */
.row-tab {
  display: flex;
  gap: var(--30);
  margin-top: var(--30);
}

.col-menu {
  flex: 0 0 250px;
  position: relative;
}

.tab-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: sticky;
  width: 100%;
}

.tab-menu-item {
  border-bottom: 1px solid #f0f0f0;
}

.tab-menu-item:last-child {
  border-bottom: none;
}

.tab-menu-item a {
  display: block;
  padding: var(--18) var(--20);
  color: #666;
  text-decoration: none;
  font-size: var(--14);
  font-weight: 500;
  transition: all 0.3s ease;
}

.tab-menu-item.active {
  background-color: var(--theme-color);
  position: relative;
}

.tab-menu-item.active a {
  color: #fff;
  font-weight: 600;
}

.tab-product {
  flex: 1;
}

.tab-content {
  background: #fff;
  border-radius: 12px;
  padding: var(--30);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: var(--30);
  /* ThÃªm khoáº£ng cÃ¡ch giá»¯a cÃ¡c section */
}

.tab-content:last-child {
  margin-bottom: 0;
  /* Bá» margin bottom cá»§a section cuá»‘i cÃ¹ng */
}

.tab-content.active {
  display: block;
  /* Hiá»ƒn thá»‹ tab content active */
  opacity: 1;
  transform: translateY(0);
}

.tab-content-title {
  font-size: var(--24);
  color: #231f20;
  margin-bottom: var(--20);
  font-weight: bold;
  border-bottom: 2px solid var(--theme-color);
  padding-bottom: var(--10);
}

.tab-content-body {
  font-size: var(--14);
  line-height: 1.6;
  color: #333;
}

.tab-content-body p {
  margin-bottom: var(--15);
}

.tab-content-body ul,
.tab-content-body ol {
  margin-bottom: var(--15);
  padding-left: var(--20);
}

.tab-content-body li {
  margin-bottom: var(--8);
}

/* Responsive */
@media screen and (max-width: 767.98px) {
  .row-tab {
    flex-direction: column;
    gap: var(--20);
  }

  .col-menu {
    flex: none;
  }

  .tab-menu {
    display: flex;
    overflow-x: auto;
    border-radius: 8px;
    scrollbar-width: thin;
    scrollbar-color: var(--theme-color) #f0f0f0;
  }

  .tab-menu::-webkit-scrollbar {
    height: 4px;
  }

  .tab-menu::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 2px;
  }

  .tab-menu::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 2px;
  }

  .tab-menu-item {
    border-bottom: none;
    border-right: 1px solid #f0f0f0;
    flex-shrink: 0;
  }

  .tab-menu-item:last-child {
    border-right: none;
  }

  .tab-menu-item a {
    padding: var(--15) var(--20);
    white-space: nowrap;
  }

  .tab-content {
    padding: var(--20);
  }

  .tab-menu-item.active::after {
    display: none;
    /* áº¨n arrow indicator trÃªn mobile */
  }
}