:root {
  --color1: #231f20;
  --color2: #2f5acf;
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info.message-wrapper {
  display: none;
}
.archive .woocommerce-info.message-wrapper {
  display: block;
}
#header .cart-item .nav-dropdown {
  min-width: 25rem;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06666666666666667);
  border: 1px solid #d9d9d9;
  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: var(--15) var(--25) 0 var(--15);
}

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

#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;
}

#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: var(--17);
  color: #000;
}

.cart-mini-product-info .quantity bdi {
  font-size: var(--17);
  font-weight: normal;
}

#header .cart-item .cart-mini-product-info .variation {
  display: flex;
  color: #2d2d2d;
  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: 700;
  font-size: var(--14);
  color: #000;
  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 .image-icon img {
  max-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
#header .search-phone img {
  max-width: 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
  object-fit: contain;
}
.home #header .image-icon img,
.home #header .search-phone img,
.home #header .icon-user::before {
  filter: brightness(0) invert(1);
}

.home #header.bg-menu .image-icon img,
.home #header.bg-menu .search-phone img,
.home #header.bg-menu .icon-user::before,
.home #header.hide-desktop-menu .image-icon img,
.home #header.hide-desktop-menu .search-phone img,
.home #header.hide-desktop-menu .icon-user::before {
  filter: unset;
}
.icon-user {
  width: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
  font-size: 0;
  position: relative;
}
.account-item a {
  position: relative;
}
.icon-user::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("/wp-content/uploads/2025/09/i-user-l.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#header .image-icon:after {
  background-color: var(--theme-color);
  border-radius: 99px;
  box-shadow: none;
  font-size: var(--10);
  font-weight: 100;
  height: var(--15);
  line-height: var(--15);
  min-width: var(--15);
  opacity: 1;
  position: absolute;
  right: -7px;
  bottom: auto;
  top: -2px;
}

.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.125rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  height: var(--40);
  color: #231f20;
  font-size: var(--14);
  z-index: 2;
  position: relative;
}

.active .location-selected {
  z-index: 4;
}
.d-flex.col-other .box-check {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.d-flex.col-other .box-check input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.d-flex.col-other .other-box {
  padding: 1rem;
  border-radius: 0.125rem;
  background-color: #f5f5f5;
  margin-top: 1rem;
}
.d-flex.col-other .gender-box {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin-bottom: 1rem;
}
.d-flex.col-other .gender-box .radio-1,
.d-flex.col-other .gender-box .radio-2 {
  display: flex;
  align-items: center;
}
.d-flex.col-other .gender-box input[type="radio"] {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
}
.arrow-down {
  border: solid #666;
  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 var(--16) var(--16);
  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: 9rem;
  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-wrapper {
  padding: var(--30) var(--section) var(--60);
}

.checkout-wrapper .row-fake {
  display: flex;
}

.checkout-wrapper .row-fake .col-left {
  width: 59.333%;
  flex-shrink: 0;
  padding-right: var(--40);
}

.checkout-wrapper .row-fake .col-price {
  flex: 1;
}
.row-fake .col-left.col-info .checkout-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--black);
}
.checkout-wrapper .checkout-title,
.custom-coupons .coupons-title,
.checkout-wrapper .col-price .cart-title {
  display: flex;
  align-items: center;
  column-gap: 0.68rem;
  margin-bottom: 1.5rem;
}
.checkout-wrapper .checkout-title img,
.custom-coupons .coupons-title img,
.checkout-wrapper .col-price .cart-title img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  flex-shrink: 0;
}
.checkout-wrapper .checkout-title span,
.custom-coupons .coupons-title span,
.checkout-wrapper .col-price .cart-title span {
  color: var(--black);
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1.5;
  text-transform: capitalize;
}

.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: rgba(0, 0, 0, 0.7);
  font-size: var(--14);
  font-weight: normal;
  margin-bottom: 0;
  line-height: var(--24);
}

.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.125rem;
  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: #231f20;
  margin-bottom: 0;
}

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

.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 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.4);
  display: flex;
  font-size: var(--12);
  font-weight: 400;
  margin-bottom: var(--20);
  padding-bottom: var(--12);
  text-transform: uppercase;
}

.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 rgba(0, 0, 0, 0.1);
}

.checkout-wrapper .col-price .price {
  flex-shrink: 0;
  color: #242424;
  font-size: var(--16);
  font-weight: 700;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
}

.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: 0.25rem;
  padding-top: 140%;
  background: hsl(0deg 0% 94.51%);
}

.checkout-wrapper .col-price .product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.checkout-wrapper .cart-item .product-item__name {
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}

.checkout-wrapper .cart-item .product-item__update {
  display: flex;
  gap: var(--20);
  justify-content: space-between;
}

.checkout-wrapper .cart-item .variations {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.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;
  padding: 0;
  font-size: var(--14);
  color: #242424;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: var(--5);
  margin-top: auto;
  min-height: auto;
  line-height: 1.3;
  margin-top: var(--10);
}

.checkout-wrapper .col-price .cart-totals .subtotal,
.checkout-wrapper .col-price .cart-totals .shipping {
  display: flex;
  justify-content: space-between;
  color: #231f20;
  font-size: 1rem;
  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: var(--16);
  color: #231f20;
}

.checkout-wrapper .col-price .cart-totals .total span.amount {
  color: #000;
  font-size: var(--16);
  font-weight: bold;
}
.checkout-wrapper .col-price .cart-totals .discount-saved,
.checkout-wrapper .col-price .cart-totals .discount-saved bdi {
  font-size: 0.875rem;
  text-align: right;
  font-style: italic;
  color: var(--theme-color);
}
.cart-contents.loading {
  opacity: 0.5;
  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;
}

.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-top: var(--30);
}

#payment-fake .t-wc_payment_method {
  height: var(--60);
  border: 1px solid #d9d9d9;
  border-radius: 0.125rem;
  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(--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 .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/flatsome-child/images/ship-cod-icon.png);
}

.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: 95%;
  padding-left: var(--55);
  position: relative;
  min-height: var(--44);
  display: inline-flex !important;
  align-items: center;
}

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

#btn-order-fake.disable .button.thanh-toan {
  pointer-events: none;
  background-color: #bbbfc4;
}

#btn-order-fake .button.thanh-toan {
  display: block;
  margin-right: 0;
  width: 100%;
  border-radius: 0.125rem;
  background-color: var(--black);
  font-size: 15px;
  text-transform: none !important;
  height: 2.5rem;
  margin-top: 1.5rem;
  font-weight: 600;
}

.custom-coupons .custom-coupons__item {
  border-radius: 0.313rem;
  background-color: #f2f2f2;
  margin-bottom: 1rem;
  position: relative;
}
.custom-coupons .custom-coupons__item-content {
  display: flex;
  align-items: center;
  gap: 0.68rem;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 1rem;
  margin-left: 2.5rem;
  border-left: 1px dashed #ccc;
  min-height: 5rem;
}
.custom-coupons .custom-coupons__item-content .box-text {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.custom-coupons .custom-coupons__item-content .box-text .title p:first-child {
  font-weight: 600;
  font-size: 1rem;
  color: var(--black);
}
.custom-coupons .custom-coupons__item-content .box-text .title p:nth-child(2) {
  font-size: 0.75rem;
  color: var(--black);
}
.custom-coupons .custom-coupons__item-content .box-text .expires {
  font-size: 0.75rem;
  color: var(--black);
}
.custom-coupons .custom-coupons__item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(318deg);
  left: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 99rem;
  background-color: #fff;
}
.custom-coupons .custom-coupons__item .box-checkbox {
  flex-shrink: 0;
}
.custom-coupons .custom-coupons__item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #c5c5c5;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.custom-coupons .custom-coupons__item input[type="checkbox"]:checked {
  background-color: transparent;
}

.custom-coupons .custom-coupons__item input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 99px;
  background-color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

.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: var(--65);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--60);
  width: fit-content;
  border-radius: 0.25;
  padding: 0 var(--48);
  background-color: #000;
  font-weight: normal;
  border: 1px solid #000;
  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;
  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(--black);
  color: #fff;
  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:last-child {
  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 {
  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 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 {
  list-style: none;
}
.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: 150%;
}

.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;
  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.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: #f1f1f1;
}

.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: 18.5rem;
}

/* End thanks-wrapper */
@media screen and (max-width: 767.98px) {
  .quantity-controls button {
    width: var(--28);
    height: var(--28);
  }

  .checkout-wrapper .col-price .qty-input {
    width: var(--22);
    height: var(--28);
  }
  .checkout-wrapper .cart-item .variations {
    margin-bottom: 1rem;
  }
  .checkout-wrapper .row-fake {
    flex-wrap: wrap;
  }

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

  .checkout-wrapper .row-fake .col-price {
    order: -1;
    margin-bottom: var(--30);
  }

  .row-fake .col-left.col-info .checkout-title {
    font-size: 1rem;
  }
  .checkout-wrapper .checkout-title span,
  .custom-coupons .coupons-title span,
  .checkout-wrapper .col-price .cart-title span {
    font-size: 1rem;
    font-weight: 500;
  }
  .custom-coupons .custom-coupons__item-content .box-text {
    row-gap: 0.5rem;
  }
  .custom-coupons .custom-coupons__item-content .box-text .title p:first-child {
    font-size: 0.875rem;
  }
  .checkout-wrapper .checkout-title img,
  .custom-coupons .coupons-title img,
  .checkout-wrapper .col-price .cart-title img {
    width: 1.25rem;
    height: 1.25rem;
  }
  .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 {
    display: inline-block;
    font-size: 16px;
  }

  .thanks-wrapper .box-order-info {
    padding: var(--16);
  }
  .thanks-wrapper #addresses td {
    display: flex;
    flex-direction: column;
  }
  .thanks-wrapper #addresses p span {
    opacity: 0.8;
    width: 100%;
    font-size: 16px;
  }

  .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 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);
  }
}

/** Style box prouct **/
.product-small.box.is-loading .box-image {
  opacity: 0.5;
  pointer-events: none;
}
.product-small.box .box-image {
  margin: 0;
}
.product-small.box .box-text {
  padding: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
  flex: 1;
}

.product-small.box .box-text .title-wrapper {
  width: 100%;
  margin-top: auto;
}
.shop-container .product-small.box .box-text .title-wrapper {
  margin-top: 0;
}
.product-small.col.has-hover:hover img.show-on-hover {
  opacity: 0;
}

.product-small.box .box-image:hover img.show-on-hover {
  opacity: 1;
}

.product-small.box .box-image 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.2s ease-in-out;
}

.product-small.box .box-image .image-none,
.product-small.box .box-image .image-fade_in_back {
  padding-top: 0;
  height: 32rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
}

.bg-zoom:hover .bg,
.has-hover:hover .image-zoom img {
  transform: scale(1.05);
}

.slider .product-small.box {
  margin-top: 0.313rem;
}

.product-small.box .product-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.625rem;
  right: 0.75rem;
  font-size: 0.625rem;
  height: 22px;
  padding: 0 0.5rem;
  font-weight: 500;
  color: #fff;
  background-color: #ff3102;
  text-transform: capitalize;
  z-index: 2;
}

.product-small.box .product-tags.new {
  background-color: #2f5acf;
}

.product-small.box .product-tags.dangmua {
  background-color: #009739;
}

.product-small.box .product-title a {
  font-size: 0.9375rem;
  line-height: normal;
  font-weight: 400;
  color: var(--black);
  margin: 0 0 0.313rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: unset;
  text-align: left;
  font-family: var(--semi);
  margin-bottom: 0.75rem;
}

.product-small.box .product-title a:hover {
  color: var(--theme-color);
}

.product-small.box .product-title {
  margin: 0;
}

.product-small.box .price-wrapper .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-small.box .price-wrapper ins {
  display: flex;
  align-items: center;
}

.product-small.col {
  padding: 0;
}

.product-small.box .price-wrapper .count-sale {
  font-size: 0.7rem;
  color: #fff;
  margin-left: 0.5rem;
  background: #000;
  padding: 0 0.5rem;
  font-family: var(--semi);
  display: flex;
  align-items: center;
  height: 1.125rem;
}

.product-small.box .price-wrapper del {
  text-decoration: none;
}

.product-small.box .price-wrapper del .amount {
  margin-right: 0;
  position: relative;
  opacity: 1;
  text-decoration: line-through;
  color: #c4c4c4;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}

.product-small.box .price-wrapper .amount {
  color: var(--black);
  font-size: 0.9375rem;
  font-weight: 700;
}

.product-small.box .product-size {
  position: absolute;
  bottom: 3.25rem;
  left: 50%;
  max-width: calc(100% - 2rem);
  width: 100%;
  padding: 0.75rem 0.7rem;
  opacity: 0;
  visibility: visible;
  transform: translate3d(-50%, 20px, 0);
  transition: all 0.3s;
  z-index: -1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(0deg, rgb(0 0 0 / 0.1), rgb(0 0 0 / 0.1)),
    hsl(0 0% 100% / 0.4);
}
.product-small.box .view-icon {
  position: absolute;
  bottom: 1rem;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.product-small.box .view-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
}
.product-small.box .view-icon img {
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
}
.product-small.box .box-image .product-size.active {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  transform: translate3d(-50%, 0, 0);
  z-index: 9;
}
.product-small.box .box-image:hover .view-icon {
  opacity: 1;
  visibility: visible;
}
.product-small.box .product-size .size-attribute {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.313rem;
}

.product-small.box .product-size .size-name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.25rem;
  background-color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
}

.product-small.box .product-size .size-name:hover {
  background-color: var(--black);
  color: #fff;
}

.product-small.box .product-size p {
  text-align: center;
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  line-height: normal;
  color: var(--black);
  font-weight: 400;
}

.product-small.box .product-colors {
  display: block;
  width: 100%;
}

.product-small.box .product-colors .checkmark {
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-repeat: no-repeat;
  border-radius: 99rem;
  background-size: contain !important;
  background-position: top !important;
}

.product-small.box .product-colors .options-color {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.product-small.box .product-colors .option-color__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border-radius: 99rem;
  border: 1px solid #d4d4d4;
  background: #ececec;
}
.product-small.box .product-colors .option-color__item.is-select {
  border: 1px solid var(--black);
}
.product-small .badge-container {
  margin-top: 0.5rem;
}
.product-small span.onsale-percent {
  border-radius: 99rem;
  font-size: 0.65rem;
  font-weight: 700;
  background: red;
  width: 2.5rem;
  height: 1rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}
@media (min-width: 1600px) {
  .product-small.box .product-title a {
    font-size: 0.8rem;
  }
}
@media (max-width: 1600px) {
  .product-small.box .box-image .image-none,
  .product-small.box .box-image .image-fade_in_back {
    height: 25rem;
  }
}
@media (max-width: 767.98px) {
  .product-small.box .box-image .image-none,
  .product-small.box .box-image .image-fade_in_back {
    height: 16rem !important;
  }
  .product-small.box .price-wrapper .price {
    row-gap: 0.25rem;
  }
  .product-small.box .price-wrapper ins {
    flex-basis: 100%;
  }
  .product-small.box .product-title a {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .product-small.box .price-wrapper .amount {
    font-size: 0.875rem;
    font-weight: 600;
  }
  .product-small.box .price-wrapper del .amount {
    font-size: 0.8rem;
  }
  .product-small span.onsale-percent {
    font-size: 0.6rem;
    font-weight: 500;
    width: 2.25rem;
  }
  .product-small.box .product-size {
    bottom: 2.5rem;
    max-width: calc(100% - 0.5rem);
  }
  .product-small.box .box-image .view-icon {
    opacity: 1;
    visibility: visible;
  }
  .product-small.box .view-icon {
    bottom: 0.5rem;
  }
}

/** Archive Product */
.category-page-product {
  max-width: 100% !important;
  padding: 0 var(--section) 3.25rem;
  display: grid;
  grid-template-columns: 12rem 1fr;
  column-gap: 1.5rem;
}
.collection-filter-selected .filter-sortby {
  display: flex;
  align-items: center;
}

.collection-filter-selected .filter-sortby__heading {
  margin-right: 0.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  width: fit-content;
}

.collection-filter-selected .custom-select {
  height: 2.25rem;
  position: relative;
  box-sizing: border-box;
  font-size: 0.875rem;
}

.collection-filter-selected .select-items {
  position: absolute;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 0.25rem;
  padding-top: 0;
  margin-top: 0;
  z-index: 1;
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.collection-filter-selected .custom-select.show .select-items {
  display: flex;
}

.custom-select.show .select-selected:after {
  transform: rotate(180deg);
}

.custom-select .select-items div {
  color: #000;
  padding: 0.4rem 1rem;
  cursor: pointer;
  position: relative;
}

.custom-select .select-items .option.active,
.custom-select .select-items .option:hover {
  background-color: #d9d9d9;
}

.collection-filter-selected .select-selected {
  height: 2.25rem;
  width: 10rem;
  line-height: 2.25rem;
  border: none;
  color: #000;
  cursor: pointer;
  z-index: 2;
  position: relative;
  background: #f5f5f5;
  padding: 0 1.68rem 0 0.68rem;
  border-radius: 99rem;
}

.collection-filter-selected .select-selected:after {
  content: "\f107";
  font-family: fl-icons;
  position: absolute;
  top: 0;
  right: 0.68rem;
  transition: all 0.3s;
  display: block;
  font-size: 0.9375rem;
}
.category-page-product .products.row {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem 1rem;
  width: 100%;
  max-width: 100%;
}
.category-page-product .products.row .product-small {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.category-page-product
  .products.row
  .product-small
  .box-image
  .out-of-stock-label {
  background: #cf0808;
  left: 0;
  opacity: 1;
  padding: 3px 8px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: math-auto;
  top: 0.5rem;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  width: fit-content;
}
.archive .title-product {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0 var(--section);
}
.term-khuyen-mai.archive .title-product {
  margin-top: 1.5rem;
}

.archive .title-product .title-shop {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.term-khuyen-mai.archive .title-product .title-shop {
  opacity: 1;
  visibility: visible;
}
.category-page-product .title-product h1 {
  margin: 0;
}
.category-page-product .col-1 .filter-popup-mb__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d9d9d9;
}
#shop-sidebar {
  padding-right: 2px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#shop-sidebar::-webkit-scrollbar {
  width: 5px;
}
#shop-sidebar::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
#shop-sidebar::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}
.box-danhmuc-item ul li {
  list-style: none;
  margin: 0;
  cursor: pointer;
}
.box-danhmuc-item .list-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.68rem;
}
.box-danhmuc-item .box-hienthi {
  font-weight: 600;
  margin-bottom: 1rem;
}
.box-kich-co ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  border: 1px solid var(--black);
  border-radius: 0.125rem;
  height: 1.6rem;
  font-size: 0.9375rem;
}
.box-kich-co ul li:hover,
.box-kich-co ul li.active {
  background-color: var(--black);
  color: #fff;
}
.box-mau-sac ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box-mau-sac ul li .color {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 99rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-mau-sac ul li .color::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 99rem;
  border: 1px solid transparent;
}
.box-mau-sac ul li.active .color::before {
  border-color: var(--black);
}
.box-mau-sac ul li .term-name {
  font-size: 0.8rem;
}
.box-mau-sac ul li:hover .term-name,
.box-mau-sac ul li.active .term-name {
  color: var(--theme-color2);
}
.filter-price .order-list .order-item {
  border: 0;
  position: relative;
  padding-left: 0;
}
.filter-price .order-list .order-item::after {
  height: 16px;
  width: 16px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid var(--black);
  pointer-events: none;
}
.filter-price .order-list .order-item::before {
  height: 12px;
  width: 12px;
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  background-color: transparent;
  pointer-events: none;
}
.filter-price .order-list .order-item.active::before {
  background-color: var(--black);
}
.filter-price .order-list .order-item a {
  color: var(--black);
  font-size: 0.875rem;
  padding-left: 1.5rem;
}
.shop-page-title {
  padding-top: 1rem;
}
.archive .shop-page-title .page-title-inner {
  padding: 0.313rem 1rem;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  min-height: unset;
  background-color: #f5f5f5;
}
.archive .shop-page-title .page-title-inner .woocommerce-breadcrumb {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: start;
}
.collection-section-loadmore {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-archive {
  padding: 0 var(--section) 4.25rem;
}
.content-archive figure {
  max-width: fit-content;
  margin: auto;
}
.content-archive img {
  max-width: 40rem !important;
  margin: auto;
  width: 100%;
}
.content-archive span {
  font-family: "Roboto", sans-serif !important;
}
.btn--view-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--view-more .see-more {
  z-index: 2;
  width: fit-content;
}
.show-more {
  text-align: center;
  margin-top: 2rem;
  position: relative;
}
.show-more::before {
  content: "";
  width: 100%;
  height: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 67.31%);
  z-index: 2;
  top: -5rem;
}
.toggle-content {
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.3s linear;
}
.categorys-list {
  padding: 3.25rem var(--section) 0;
}
.categorys-list .product-cat-item .box-text {
  padding: 1rem 0 0;
  text-align: center;
}
.categorys-list .product-cat-item .box-image .image-cover {
  padding-top: 0;
  height: 12rem;
  border-radius: 0.25rem;
}
.categorys-list .product-cat-item .box-text .product-title {
  font-weight: 600;
  color: var(--black);
}
.categorys-list .swiper-slide {
  width: 18.75%;
  margin-right: 1.25rem;
}
@media (max-width: 767.98px) {
  .categorys-list .swiper-slide {
    width: 49%;
    margin-right: 0.5rem;
  }
  .term-khuyen-mai.archive .title-product {
    margin-top: 0;
  }
  .category-page-product {
    padding: 2.5rem var(--section);
  }
  #shop-sidebar {
    height: 23rem;
  }
  .category-page-product {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 3.25rem;
  }
  .category-page-product .products.row {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem 0.5rem;
  }
  .collection-filter-selected .filter-sortby .filter-sortby__heading,
  .shop-page-title .category-filtering {
    display: none;
  }
  .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;
    width: 100%;
  }

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

  .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: 1rem 1rem 0 0;
    border: 1px solid #d9d9d9;
    padding: 1rem 1.5rem 2rem;
  }

  .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;
  }
  .category-page-product .col-1 .header-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d9d9d9;
  }
  .category-page-product .col-1 .header-filter .close-filter svg {
    width: 1.125rem;
    height: 1.125rem;
  }
  .category-page-product .col-1 .filter-popup-mb__heading {
    justify-content: flex-start;
    column-gap: 0.313rem;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .box-kich-co ul li,
  .box-mau-sac ul li .term-name,
  .filter-price .order-list .order-item a,
  .box-danhmuc-item .box-hienthi {
    font-size: 0.875rem;
  }
  .box-danhmuc-item .list-item {
    grid-template-columns: repeat(6, 1fr);
  }
  .category-page-row.fix-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--black);
    z-index: 10001;
  }
  .archive .title-product {
    flex-direction: column;
    margin: 0;
  }
  .category-page-row.fix-mobile .fillter-mobile {
    color: white;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0;
    border: 0;
    border-right: 1px solid #fff;
  }
  .category-page-row.fix-mobile .fillter-mobile span {
    position: relative;
  }
  .category-page-row.fix-mobile .fillter-mobile span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.5rem;
    transform: translateY(-50%);
    background: url("/wp-content/uploads/2025/09/i-filter.svg") no-repeat center
      center;
    width: 1.125rem;
    height: 1.125rem;
    filter: brightness(0) invert(1);
  }
  .collection-filter-selected .select-selected {
    color: #fff;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
  .collection-filter-selected .select-selected::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.5rem;
    transform: translateY(-50%);
    background: url("/wp-content/uploads/2025/09/i-down.svg") no-repeat center
      center;
    width: 1.125rem;
    height: 1.125rem;
    filter: brightness(0) invert(1);
  }
  .custom-select.show .select-selected:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .collection-filter-selected .select-items {
    top: auto;
    bottom: 100%;
    width: 9.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .category-page-row.fix-mobile .collection-filter-selected {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .collection-filter-selected .filter-sortby {
    justify-content: center;
  }
  .categorys-list {
    padding-top: 1rem;
  }
  .categorys-list .product-cat-item .box-image .image-cover {
    height: 13rem;
  }
}

/** Login **/
.account-container {
  padding: 3.25rem var(--section);
  background-color: #f7f7f7;
}
.account-container .grid-cols-2 .col-1,
.account-container .grid-cols-2 .col-2 {
  width: 100%;
}
#customer_login .register {
  display: none;
}
.account-container .account-content {
  width: 25rem;
  background-color: #fff;
  padding: 0;
  border-radius: 0.125rem;
  margin: auto;
  overflow: hidden;
}
.account-container .account-content .grid-cols-2 {
  padding: 2rem;
}
#customer_login input {
  box-shadow: none !important;
  border: 1px solid #d9d9d9;
}
.toggle-auth {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.toggle-auth button {
  margin: 0;
  color: var(--black);
  width: 100%;
}
.toggle-auth button.active {
  background-color: var(--black);
  color: #fff;
}
#customer_login label {
  font-weight: 500;
  display: none;
}
#customer_login .btn__outline {
  width: 100%;
  height: 2.25rem;
  background-color: #bbbfc4;
  color: #fff;
  border-color: #bbbfc4;
}
#customer_login .btn__outline:hover {
  background-color: var(--black);
}
#login-form .form-row.form-check {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
#login-form .form-row.form-check {
  justify-content: space-between;
}
#login-form .form-row.form-check input,
#login-form .form-row.form-check p,
#login-form .form-row.form-check .label,
#login-form .form-row.form-check a {
  margin-bottom: 0;
}
#login-form .form-row.form-check .label,
#login-form .form-row.form-check a {
  font-size: 0.875rem;
}
#customer_login .woocommerce-privacy-policy-text p {
  font-size: 0.875rem;
  margin-bottom: 1.3rem;
}
.woocommerce-MyAccount-content {
  padding: 3.25rem var(--section);
}
.woocommerce-MyAccount-content .message-container {
  display: none;
}

/** Chi tiÃ¡ÂºÂ¿t sÃ¡ÂºÂ£n phÃ¡ÂºÂ©m **/
.single-product .product-main .row {
  margin: 0 !important;
  max-width: 100% !important;
}
.single-product .product-main .row.content-row {
  padding: 0 calc(var(--section) * 3.5);
  display: grid;
  grid-template-columns: 65% 35%;
  column-gap: 3.25rem;
}
.single-product .product-main .row.content-row .col {
  padding: 0 !important;
  max-width: 100%;
}
.reset_variations,
.single_variation_wrap .woocommerce-variation.single_variation {
  display: none !important;
}
.product-info table {
  border-width: 0;
}
.product-summary table tr + tr {
  border: 0;
}
.product-info table tbody {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}
.product-info table tbody tr:nth-child(2) {
  order: -1;
}
.product-info table th {
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 500;
}
.product-info table th label {
  margin: 0;
}
.product-info table tr:nth-child(2) {
  margin-bottom: 1rem;
}
.product-info .custom-stock {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--black);
}
.product-info .ux-swatches,
.product-info .custom-stock {
  margin: 0;
}
.product-info .ux-swatches .ux-swatch--image {
  border-radius: 99rem;
  width: 2rem;
  height: 2rem;
}
.product-info .variations_form .ux-swatch.selected {
  box-shadow: 0 0 0 1px var(--black);
}
.product-info .ux-swatches .ux-swatch--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 99rem;
}
.product-info h1 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.product-info .price-wrapper {
  margin: 1rem 0;
  padding-top: 1rem;
  border-top: 1px dashed #d9d9d9;
}
.product-info .price-wrapper .price {
  display: flex;
  align-items: center;
  column-gap: 0.68rem;
}
.product-info .price-wrapper del {
  text-decoration: auto;
}
.product-info .price-wrapper del span {
  margin: 0;
}
.product-info .price-wrapper del bdi {
  font-size: 1rem;
  text-decoration: line-through;
}
.product-info .price-wrapper bdi {
  font-size: 1.25rem;
  color: var(--black);
}
.product-info .price-wrapper .onsale-percent {
  font-size: 0.6rem;
  height: 1rem;
  width: 2.5rem;
  border-radius: 6rem;
  background-color: red;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info
  .ux-swatches[data-attribute_name="attribute_pa_kich-thuoc"]
  .ux-swatch--label {
  height: 1.6rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  font-weight: 500;
  color: var(--black);
  border: 1px solid #d9d9d9;
  padding: 0;
  box-shadow: none !important;
  min-height: unset;
}
.product-info
  .ux-swatches[data-attribute_name="attribute_pa_kich-thuoc"]
  .ux-swatch--label.selected {
  background-color: var(--black);
  color: #fff;
  border-color: var(--black);
}
.product-info
  .ux-swatches[data-attribute_name="attribute_pa_mau-sac"]
  .ux-swatch--color {
  box-shadow: none !important;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 99rem;
  padding: 1.5px;
  border: 1px solid #d9d9d9;
}
.product-info
  .ux-swatches[data-attribute_name="attribute_pa_mau-sac"]
  .ux-swatch--color
  .ux-swatch__color--single-color {
  border-radius: 99rem;
}
.product-info
  .ux-swatches[data-attribute_name="attribute_pa_mau-sac"]
  .ux-swatch--color.selected {
  border-color: var(--black);
}

.product-info .single_add_to_cart_button,
.product-info .ux-buy-now-button {
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border: 1px solid var(--black);
  background: var(--black);
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  flex: 1;
}
.product-info .ux-buy-now-button:hover {
  background-color: transparent;
  color: var(--black);
}
.product-summary .variations_button {
  padding: 0 !important;
}
.product-info .single_add_to_cart_button {
  background-color: transparent;
  color: var(--black);
  display: flex;
  column-gap: 0.313rem;
  align-items: center;
}
.product-info .single_add_to_cart_button:hover {
  background-color: var(--black);
  color: #fff;
}
.product-info .ux-quantity {
  width: 100%;
  align-items: center;
}
.product-info .ux-quantity .quantity-label {
  font-weight: 600;
  color: var(--black);
  margin-right: 1rem !important;
  font-size: 0.875rem;
}
.product-info .ux-quantity .input-text.qty,
.product-info .ux-quantity .ux-quantity__button--plus,
.product-info .ux-quantity .ux-quantity__button--minus {
  box-shadow: none;
  border-color: #d9d9d9;
  background: transparent;
  color: var(--black);
  height: 2rem;
  min-height: unset;
  line-height: unset;
  font-size: 0.875rem;
}
.product-info .ux-quantity .input-text.qty {
  max-width: 2.5rem;
}
.product-info .ux-quantity .ux-quantity__button--plus {
  border-radius: 0 !important;
  padding: 0 0.875rem;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.product-info .ux-quantity .ux-quantity__button--minus {
  border-radius: 0 !important;
  padding: 0 0.875rem;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.product-info .custom-coupons .coupon-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--black);
}
.product-info .custom-coupons .coupon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.product-info .custom-coupons .coupon-list .coupon-item {
  padding: 0.25rem 1rem;
  border: 1.5px solid var(--black);
  color: var(--black);
  border-radius: 0.125rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
}
.product-info .custom-coupons .coupon-list .coupon-item::before,
.product-info .custom-coupons .coupon-list .coupon-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.55rem;
  transform: translateY(-50%) rotate(318deg);
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 99rem;
  border: 1.5px solid var(--black);
  border-left-color: transparent;
  border-top-color: transparent;
}
.product-info .custom-coupons .coupon-list .coupon-item::after {
  left: auto;
  right: -0.55rem;
  transform: translateY(-50%) rotate(135deg);
}
.product-info .box-promotion {
  border: 1px dashed red;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.product-info .box-promotion .icon-box {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  position: absolute;
  top: -1rem;
  left: 1rem;
  background-color: #fff;
  padding: 0 0.313rem;
}
.product-info .box-promotion .icon-box img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  flex-shrink: 0;
}
.product-info .box-promotion .icon-box span {
  font-weight: 600;
  color: red;
  font-size: 0.9375rem;
}
.product-info .box-promotion ul {
  padding: 2rem 1.5rem 1.5rem;
  margin: 0;
}
.product-info .box-promotion ul li {
  list-style: none;
  margin-left: 0;
  font-size: 0.9375rem;
}
.product-info .box-promotion ul li:last-child {
  margin-top: 0;
}
.product-info .box-policy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  padding: 0 1rem 1rem;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
  margin-top: 1.5rem;
}
.product-info .box-policy .icon-box {
  display: flex;
  column-gap: 0.68rem;
  align-items: center;
  margin-top: 1rem;
}
.product-info .box-policy .icon-box .img {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  padding: 0.5rem;
  border: 1.5px solid var(--black);
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-info .box-policy .icon-box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0);
}
.product-info .box-policy .icon-box span {
  font-weight: 500;
  color: var(--black);
  font-size: 0.875rem;
}
.product-info .woocommerce-breadcrumb {
  display: none;
}
.product-gallery .vertical-thumbnails::-webkit-scrollbar {
  width: 0.25rem;
}
.product-gallery .vertical-thumbnails::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.product-gallery .vertical-thumbnails::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}
.product-gallery .woocommerce-product-gallery__image a {
  display: block;
  position: relative;
  padding-top: 138%;
}
.product-gallery .woocommerce-product-gallery__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product-gallery .vertical-thumbnails .col a {
  height: 6.5rem;
  padding: 2px;
  margin-right: 3px;
}
.product-gallery .vertical-thumbnails .col img {
  object-fit: cover;
  transform: none;
  transition: none;
  margin: 0 !important;
  height: 100%;
  width: 100%;
}
.single-product .product-main .row.content-row .col.large-2 {
  flex-basis: 12%;
  max-width: 12%;
  padding-right: 0.313rem !important;
}
.product-gallery .col.large-10 {
  padding-bottom: 0;
  flex-basis: 88%;
  max-width: 88%;
}
.single-product .product-main .product-gallery .vertical-thumbnails .col {
  padding-bottom: 5px !important;
}
.product-gallery .custom-slide-counter {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-weight: 600;
  font-size: 0.8125rem;
  color: var(--black);
  background-color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.125rem;
  z-index: 2;
}
.product-gallery .flickity-button,
.product-gallery .image-tools {
  display: none !important;
}
.product-footer {
  background-color: #f7f7f7;
  padding: 2.5rem 0;
}
.product-footer > .container {
  max-width: 100% !important;
  padding: 0 calc(var(--section) * 1.5);
}
.product-footer > .container figure {
  height: 40rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
.product-footer > .container figure img {
  height: 100%;
  object-fit: contain;
}
.product-footer .row {
  max-width: 100% !important;
  margin: 0 !important;
}
.product-footer .row.show-policy .chinh_sach_bao_quan_tab_tab,
.product-footer .row.show-policy .chinh_sach_krik_tab_tab,
.product-footer
  .row.show-policy
  .woocommerce-Tabs-panel--chinh_sach_bao_quan_tab,
.product-footer .row.show-policy .woocommerce-Tabs-panel--chinh_sach_krik_tab {
  display: none;
}
.product-footer .row .woocommerce-tabs {
  margin: 0;
  max-width: 100%;
  border-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.product-footer .row .woocommerce-tabs .tab-panels {
  padding-top: 0rem;
}
.product-footer .row .woocommerce-tabs .product-tabs {
  margin-top: 0;
  justify-content: center;
  display: none;
}
.product-footer .row .woocommerce-tabs .product-tabs li {
  min-width: 10rem;
  background-color: #f7f7f7;
  border-radius: 0.125rem;
  border: 1px solid transparent;
}
.product-footer .row .woocommerce-tabs .product-tabs li.active {
  border-color: transparent;
}
.product-footer .row .woocommerce-tabs .product-tabs li a {
  font-weight: 500;
  font-size: 1rem;
  color: var(--black);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.313rem 1rem;
}
.product-footer .row .woocommerce-tabs .product-tabs li a::before {
  display: none;
}
.product-footer .row-product-tab .col.large-12 {
  padding: 0;
}
/** SÃ¡ÂºÂ£n phÃ¡ÂºÂ©m liÃƒÂªn quan **/
.related-products {
  padding: 4.25rem var(--section);
}
.related-products .related-tab .nav {
  justify-content: flex-start;
  position: relative;
}
.related-products .related-tab .nav::before {
  content: "";
  position: absolute;
  bottom: 0.5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}
.related-products .related-tab .nav li {
  margin-right: 2rem;
  margin-left: 0;
}
.related-products .related-tab li a {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--black);
}
.related-products .related-tab li a::before {
  top: auto;
  bottom: 0;
  height: 2px;
  background-color: var(--black);
}
.related-products .related-tab .tab-panels {
  padding-top: 2rem;
}
.related-products .product-small.box .box-image .image-fade_in_back {
  height: 38.5rem;
}
@media screen and (max-width: 768px) {
  .product-footer > .container figure {
    height: auto;
    text-align: center;
    margin-bottom: 1.3rem;
  }
  .icon-user::before,
  #header .search-phone img {
    width: 1rem;
    height: 1rem;
  }
  #header .account-item {
    margin: 0 3px;
  }
  #header .icon-user {
    min-width: inherit;
  }
  #header .cart-item {
    margin: 0;
  }
  #header .image-icon img {
    max-width: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
  }
  .single-product .product-main .row.content-row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
    padding: 0 var(--section);
  }
  .product-footer > .container {
    padding: 0 var(--section);
  }
  .single-product .product-main .product-gallery .row {
    flex-direction: column;
  }
  .single-product .product-main .row.content-row .col.large-2 {
    max-width: 100% !important;
    margin-top: 5px;
    padding-right: 0 !important;
  }
  .single-product .product-main .product-gallery .vertical-thumbnails .col {
    padding-bottom: 0 !important;
    max-width: 25% !important;
  }
  .product-info h1 {
    font-size: 1.125rem;
  }
  .product-info .single_add_to_cart_button,
  .product-info .ux-buy-now-button {
    font-size: 0.8rem;
  }
  .product-footer .row .woocommerce-tabs .product-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
  }
  .product-footer .row .woocommerce-tabs .product-tabs li {
    flex-shrink: 0;
  }
  .product-footer .row .woocommerce-tabs .product-tabs li {
    min-width: unset;
    width: auto;
    padding: 0 3rem;
  }
  .product-footer .row .woocommerce-tabs {
    padding: 0;
  }
  .product-footer a,
  .product-footer span,
  .product-footer p,
  .product-footer li,
  .product-footer button,
  .product-footer input,
  .product-footer select,
  .product-footer textarea {
    font-size: 16px;
  }
  .related-products {
    padding: 2.75rem var(--section);
  }
  .related-products .related-tab li a {
    font-size: 1rem;
  }
  .related-products .related-tab .nav {
    flex-wrap: nowrap;
  }
  .related-products .related-tab .nav li {
    margin-right: 1rem;
  }
  .single-product .product-main {
    padding-top: 1rem;
  }
  .product-info .price-wrapper {
    padding-top: 0.56rem;
    margin-top: 0.56rem;
  }
  .product-info .box-policy {
    padding: 0 0.5rem 1rem;
  }
  .product-info .box-policy .icon-box .img {
    width: 2rem;
    height: 2rem;
    padding: 0.25rem;
  }
  .product-info .box-policy .icon-box span {
    font-weight: 400;
    font-size: 14px;
  }
  .product-info .box-policy .icon-box {
    column-gap: 0.3125rem;
  }
  .product-info .custom-coupons .coupon-list .coupon-item {
    font-size: 15px;
  }
  .product-info .box-promotion ul li {
    font-size: 16px;
  }
}
/* 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 {
  width: 100%;
  border-radius: 0.625rem;
  background: #f9f9f9;
  padding: 3.5rem var(--section);
}

.product-reviews-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.reviews-title {
  color: #27272a;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

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

.average-score {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
}

.rating-count-text {
  color: #666;
  font-size: 0.875rem;
}

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

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

.filter-label {
  color: #626263;
  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/uploads/2025/09/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: #fff;
  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: 0.69rem;
}

.reviewer-name {
  color: #27272a;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.19rem;
}

.review-date {
  color: #626263;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

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

.star-rating {
  letter-spacing: var(--1);
  width: 6.625rem;
  height: 1.14225rem;
  font-size: 1rem;
}

.review-content p {
  margin: 0;
  color: #333;
  line-height: 1.5;
}

.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: 54.75rem;
  max-width: 100%;
}

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

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

.product-reviews-comment {
  width: 100%;
  border-radius: 0.625rem;
  background: #f9f9f9;
  padding: 3.5rem var(--section);
  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: #27272a;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  margin-right: 2rem;
}
.product-reviews-comment input {
  height: var(--40);
  border-radius: var(--5);
}
.product-reviews-comment .rating-fake {
  display: flex;
  align-items: center;
}
.product-reviews-comment .rating-fake-item {
  display: flex;
  align-items: center;
}
.product-reviews-comment .rating-fake-item path {
  fill: #ddd;
}

.product-reviews-comment .rating-fake-item.active path {
  fill: #f58220;
}
.product-reviews-comment .form-submit {
  flex: 1;
}
.product-reviews-comment .comment-form {
  align-items: flex-end;
  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;
  background-color: var(--black);
  border-radius: 0.125rem;
}

.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 (max-width: 768px) {
  .product-reviews-header {
    flex-direction: column;
  }
  .product-reviews-wrapper {
    flex-direction: column;
    row-gap: 1rem;
  }
}

/**size popup**/
.size-chart {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.size-chart.active {
  display: flex;
}
.size-chart .sec-container {
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.25rem;
  position: relative;
  max-width: 50rem;
  width: 90%;
  overflow: hidden;
}
.size-chart .close-size-chart {
  position: absolute;
  top: 0;
  right: 0;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  background: var(--black);
  color: #fff;
}
.size-guide-text {
  font-size: 0.875rem;
  margin-left: auto;
  cursor: pointer;
  font-weight: 600;
}
.size-guide-text:hover {
  color: var(--theme-color);
}
@media screen and (max-width: 768px) {
  .size-chart .sec-container {
    background: #fff;
    padding: 1rem;
    max-width: 100%;
    width: 95%;
  }
}
.related-slider .swiper-slide {
  height: auto;
}
.related-slider .swiper-slide .product-small,
.related-slider .swiper-slide .product-small .col-inner {
  height: 100%;
}
.related-slider .swiper-slide .product-small .col-inner .product-small {
  display: flex;
  flex-direction: column;
}
