:root {
  --color1: #231f20;
  --color2: #2f5acf;
}
/* .single-product .product-container .vertical-thumbnails .product-thumbnails.thumbnails .flickity-slider {
	display: flex;
	flex-direction: column;
}
.single-product .product-container .woocommerce-product-gallery__wrapper.product-gallery-slider .flickity-slider{
	display: flex;
}
.single-product .product-container .vertical-thumbnails .product-thumbnails.thumbnails .flickity-slider .video-thumb,
.single-product .product-container .woocommerce-product-gallery__wrapper.product-gallery-slider .flickity-slider .product-video-slide{
	order: -1;
} */
.product-thumbnails .flickity-slider{
	display: flex;
    flex-direction: column;
  }
	.product-thumbnails .col.video-thumb{
		order:-1
	}
#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 {
  width: 2.00369rem;
  height: 1.875rem;
  object-fit: contain;
}

#header .image-icon:after {
  background-color: #eedabc;
  border-radius: 99px;
  box-shadow: none;
  font-size: 0.6rem;
  font-weight: 100;
  height: 0.9375rem;
  line-height: 0.9375rem;
  min-width: 0.9375rem;
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -4px;
  color: var(--theme-color);
  font-weight: 700;
}

.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;
  flex-wrap: wrap;
  column-gap: var(--18);
  margin: 0 auto;
  padding: 0 0 var(--18);
}
.location-wrapper .district-box{
	width: 100%;
}
.location-box {
  flex: 1;
  position: relative;
}

.location-selected {
  padding: 0 var(--20);
  border: 1px solid #d9d9d9;
  border-radius: 9rem;
  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;
}

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

.location-dropdown {
  position: absolute;
  top: 3rem;
  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: 5rem calc(var(--section) * 1.5) var(--60);
  background: #f7f7f7;
}

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

.checkout-wrapper .checkout-title {
  color: var(--black);
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: normal;
}

.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 .input-box label i {
  color: var(--theme-color2);
}
.checkout-wrapper .col-info label {
  padding-left: 1rem;
}
.checkout-wrapper .col-info .col-name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
.checkout-wrapper .col-info .col-tel {
  margin-bottom: 1rem;
}
.checkout-wrapper .col-info .col-addr .input-box:first-child {
  padding-bottom: 1rem;
}
.checkout-wrapper .col-info .col-email {
  margin-bottom: 1rem;
}

.checkout-wrapper .input-box > input {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 9rem;
  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.show,
.location-selected.show {
  background-color: #fff7f2;
}
.checkout-wrapper .input-box > input:focus {
  border: 1px solid var(--color2);
}

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

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

.checkout-wrapper .col-price .cart-title {
  border-bottom: 1px solid 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.375rem;
  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: var(--black);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: var(--10);
}

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

.checkout-wrapper .cart-item .variations {
  flex: 1;
}

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

.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: 1.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.625rem;
}

.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: 1.625rem;
  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: 2.5rem;
  display: flex;
  margin-bottom: var(--10);
  align-items: center;
  position: relative;
}

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

#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: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

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

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

.t-wc_payment_method.payment_method_ppcp-gateway label:before {
  background-image: url(/wp-content/uploads/2025/08/PayPal.svg);
}

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

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

#payment-fake .place-order.disable .button.thanh-toan {
  pointer-events: none;
  background-color: var(--black-200);
}

#payment-fake .button.thanh-toan {
  display: block;
  margin-right: 0;
  width: 100%;
  border-radius: 99rem;
  background-color: var(--theme-color);
  font-size: 1rem;
  text-transform: none !important;
  height: var(--40);
  margin-top: var(--25);
}
#payment-fake .form-row.place-order span {
  font-size: 0.9375rem;
  line-height: normal;
}
/* thanks-wrapper */
.thanks-wrapper {
  padding: 5rem var(--section);
  background-color: #f7f7f7;
}

.thanks-wrapper .success-order {
  padding: 3rem 3.25rem;
  border-radius: 0.625rem;
  background: #fff;
}
.thanks-wrapper .success-order .grid-cols-2 {
  display: grid;
  grid-template-columns: 1fr 30rem;
  column-gap: 4rem;
}
.thanks-wrapper .success-order .grid-cols-2 .col-1 {
  order: 1;
}
.thanks-wrapper .success-order .grid-cols-2 .col-1 .content {
  border-radius: 0.625rem;
  background: #fff7f2;
  padding: 1.5rem;
  order: 1;
}
.thanks-wrapper .title-page {
  font-size: 1.75rem;
  color: #231f20;
  margin-bottom: 1.5rem;
}

.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: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: fit-content;
  border-radius: 99rem;
  padding: 0 4rem;
  background-color: var(--theme-color);
  font-weight: normal;
  border: 1px solid var(--theme-color);
  font-size: var(--16);
}

.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 {
  font-size: 1.5rem;
  color: #231f20;
  margin-bottom: var(--16);
  font-weight: 700;
}

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

.order-item thead {
  position: relative;
  border-bottom: 1px solid #d9d9d9 !important;
}

.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: transparent;
  color: var(--black);
  font-weight: 500;
  font-size: var(--15);
  text-transform: none;
  padding: var(--10) var(--20);
  border: 0;
  position: relative;
  z-index: 2;
}

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

.order-item thead > tr th:first-child {
  border-radius: 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:last-child td:first-child {
  border-radius: 0 0 0 16px;
  overflow: hidden;
}

.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;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
}

.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: 1rem;
  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: transparent !important;
  color: var(--black);
  padding: 0.875rem 1.5rem;
}

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

.thanks-wrapper .order-heading {
  font-size: 1.5rem;
  color: var(--black);
  margin-bottom: var(--16);
  font-weight: 700;
}

.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 */
@media screen and (max-width: 767.98px) {
	.location-box .input-box{
	padding-bottom: 0 !important;
}
  .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);
  }

  .checkout-wrapper .checkout-title {
    font-size: var(--24);
  }

  .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: 0 0 var(--10);
    gap: var(--10);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-item {
    display: block;
  }

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

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

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

  .order-item tfoot td {
    padding: 1rem;
  }

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

/* box product */
.product-small {
  padding: 0;
}
.product-small .product-title {
  margin: 0 0 0.45rem;
}
.product-small .product-title a {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-small .box-image {
  background: #faf8f4;
}
.product-small .box-text .button.btn__primary {
  display: none;
}
.product-small .box-text {
  padding: 1rem 0 0;
  position: static;
}
.product-small .price {
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.5rem;
}
.product-small .price .price-label {
  color: var(--black-200);
  font-size: 0.875rem;
  font-weight: 400;
}
.product-small .onsale-percent {
  background: #f00;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  width: 2.3125rem;
  height: 0.9375rem;
  line-height: 1rem;
  text-align: center;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.product-small .price bdi {
  color: var(--theme-color2);
  font-size: 1.125rem;
  font-weight: 500;
}
.product-small .price del span {
  color: var(--black-200);
}
.product-small .price del bdi {
  color: var(--black-200);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}
.product-small .progress-wrapper {
  width: 100%;
  background: #ffd1b2;
  border-radius: 99rem;
  overflow: hidden;
  height: 1.25rem;
  margin-top: 0.8rem;
}

.product-small .progress-bar {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  transition: width 0.3s ease-in-out;
  position: relative;
}
.product-small .progress-bar .progress-label {
  position: relative;
  z-index: 1;
}
.product-small .progress-value {
  height: 100%;
  background: linear-gradient(270deg, #f60 0%, #f40000 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 99rem;
}
.product-small .progress-wrapper {
  display: none;
}
.product-small .progress-wrapper.show {
  display: block;
}
.product-small .shipping {
  padding-top: 0.45rem;
  margin-top: 0.95rem;
  border-top: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.product-small .shipping img {
  flex-shrink: 0;
  width: 0.9375rem;
  height: 0.75rem;
  object-fit: cover;
}
.product-small .shipping .ship {
  color: #28a745;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
}
.product-small .shipping .date {
  color: var(--black-200);
  font-size: 0.8125rem;
  font-weight: 400;
}
.product-small .box-text .review {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}
.product-small .box-text .ux-swatches,
.product-small .box-text .box-excerpt {
  display: none;
}
.product-small .box-text .review img {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.8125rem;
  object-fit: cover;
  margin-bottom: 0.2rem;
}
.product-small .box-text .review .star {
  color: var(--black);
  font-size: 0.8125rem;
  font-weight: 700;
}
.product-small .box-text .review .count {
  color: var(--black-200);
  font-size: 0.8125rem;
  font-weight: 400;
}
.product-small .box-image .out-of-stock-label {
  background: var(--theme-color2);
  font-weight: 500;
  opacity: 1;
  right: auto;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 0.75rem;
  text-transform: capitalize;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 6.25rem;
}
/* archive product */
.archive .banner-home {
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.archive-product {
  max-width: 100% !important;
  padding: 3.25rem var(--section);
}
.archive-product__content {
  padding: 0;
}
.archive-product .shop-container.row .product-small {
  padding: 0;
}
.archive-product .shop-container .row {
  max-width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.25rem;
  row-gap: 2.5rem;
}
.archive-product .shop-container .row .col {
  padding: 0;
}
.archive-product .shop-container .row .product-small {
  max-width: 100%;
}
.product-small .highlight-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.5625rem;
  height: 1.375rem;
  flex-shrink: 0;
  border-radius: 0 0.9375rem 0 0;
  background: #28a745;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-small .highlight-text.hot-sale {
  background-color: var(--theme-color);
}
.archive-product .header-title h1 {
  margin-bottom: 0;
}
.archive-product .header-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.35rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid #d9d9d9;
}
.archive-product .header-title .sortbycate .titlesort {
  color: #222;
  font-size: 1rem;
  font-weight: 600;
}
.archive-product .header-title .sortbycate {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
.archive-product .header-title .order-list {
  margin: 0;
  display: grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
  column-gap: 1rem;
}
.archive-product .header-title .order-list .order-item {
  margin: 0;
  padding: 0.3rem 1.25rem;
  list-style: none;
  border-radius: 6.25rem;
}
.archive-product .header-title .order-list .order-item a {
  color: var(--black);
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
}
.archive-product .header-title .order-list .order-item.active,
.archive-product .header-title .order-list .order-item:hover {
  background-color: var(--theme-color);
}
.archive-product .header-title .order-list .order-item.active a,
.archive-product .header-title .order-list .order-item:hover a {
  color: #fff;
}
.rank-math-breadcrumb p {
  margin-bottom: 0.65rem;
  font-size: 0.875rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--4);
}
@media (max-width: 767.98px) {
  .product-small .product-title a {
    font-size: 0.9375rem;
  }
  .archive-product .shop-container .row {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.5rem;
    row-gap: 2.5rem;
  }
  .archive-product .header-title .title-main {
    padding-bottom: 1rem;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1rem;
    width: 100%;
  }
  .archive-product .header-title {
    align-items: flex-start;
    margin-bottom: 0.65rem;
    padding-bottom: 0.65rem;
    border-bottom: 0;
    flex-direction: column;
  }
  .archive-product .header-title .order-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .archive-product .header-title .order-list::-webkit-scrollbar {
    display: none;
  }
  .archive-product .header-title .order-list .order-item {
    width: auto;
    flex-shrink: 0;
    padding: 0.15rem 0.88rem;
  }
  .archive-product .header-title .order-list .order-item a {
    font-size: 0.8125rem;
  }
  .archive-product .header-title .sortbycate .titlesort {
    font-size: 0.8125rem;
  }
}
/*single product*/
.product-gallery .video-controls {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: fit-content;
}
.product-gallery .custom-slide-counter {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-weight: 500;
  font-size: 0.8125rem;
  color: var(--theme-color);
  background-color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.125rem;
}
.woocommerce-product-gallery__image img,
.vertical-thumbnails .col img {
  aspect-ratio: 1;
  object-fit: cover;
}
.product-info .product-info__content {
  display: flex;
  flex-direction: column;
}
.product-info .product-info__content .product-sale {
  border-radius: 0.3125rem 0.3125rem 0 0;
  background: linear-gradient(113deg, #eedabc 0%, #987952 70.17%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.35rem 1.5rem;
}
.product-info .product-info__content .product-sale .box-countdown {
  display: flex;
  column-gap: 0.3rem;
  align-items: center;
}
.product-info .product-info__content .product-sale .box-countdown .text {
  color: #fff;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-info .product-info__content .product-sale .box-countdown .countdown {
  color: #fff;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  column-gap: 0.15rem;
  align-items: center;
}
.product-info .product-title {
  color: var(--theme-color);
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 0.56rem;
  order: -1;
}
.product-info .price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fbf5ec;
  padding: 0.7rem 1rem;
  margin-bottom: 1rem;
}
.product-info .price-wrapper .text {
  color: var(--black-200);
  text-align: right;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: normal;
}
.product-info .price-wrapper p {
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.product-info .price-wrapper p .woocommerce-Price-amount {
  color: var(--theme-color2);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.product-info .price-wrapper p del {
  text-decoration: none;
}
.product-info .price-wrapper p del .woocommerce-Price-amount {
  color: var(--black-200);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration-line: line-through;
}
.product-info .price-wrapper p .price-label {
  color: var(--black-200);
  font-size: 0.9375rem;
  font-weight: 400;
}
.product-info .price-wrapper p .onsale-percent {
  background: #f00;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  width: 2.3125rem;
  height: 0.9375rem;
  line-height: 1rem;
  text-align: center;
  margin-top: 0.15rem;
}
.product-summary .woocommerce-Price-currencySymbol {
  font-size: unset;
  vertical-align: inherit;
}
.product-info form.variations_form.cart.ux-swatches-js-attached {
  order: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.woocommerce-breadcrumb {
  display: none;
}
@media (max-width: 849.98px) {
  .vertical-thumbnails .col {
    padding: 0 !important;
  }
}
/** Module 1 **/
.module-1 {
  padding: 4.25rem var(--section);
  background: linear-gradient(180deg, #fff 0%, #faf8f4 100%);
}
.module-1 .video-product {
  padding: 0 8.3rem;
  margin-bottom: 2.25rem;
}
.module-1 .video-fit {
  padding-top: 0 !important;
  height: 33.9375rem;
}
.module-1 .video-fit .youtube-video {
  height: 100%;
}
.module-1 .video-fit .youtube-video .bg-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-1 .list-item .box-image .image-cover {
  padding-top: 0;
  height: 25rem;
}
.module-1 .list-item .box-image .box-text {
  padding: 1.4rem 1rem 0;
}
.module-1 .list-item .box-image .box-text .title {
  color: var(--theme-color);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767.98px) {
  .module-1 {
    padding: 3.25rem var(--section) 1rem;
  }
  .module-1 .video-product {
    padding: 0;
    margin-bottom: 1rem;
  }
  .module-1 .video-fit {
    height: 13rem;
  }
  .module-1 .list-item .box-image .box-text {
    padding: 1rem 1rem 0;
  }
  .module-1 .list-item .box-image .box-text .title {
    font-size: 1rem;
  }
  .module-1 .list-item .box-image .image-cover {
    height: 22rem;
  }
}
/** Module 2**/
.module-2 {
  padding: 4.25rem var(--section) 0;
}
.module-2 .grid-cols-2 {
  display: grid;
  grid-template-columns: 1fr 32rem;
  column-gap: 4.5rem;
}
.module-2 .grid-cols-2 .col-2 .gallery-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem;
}
.module-2 .grid-cols-2 .col-2 .gallery-img .img:nth-child(3) {
  grid-column: span 2;
}
.module-2 .grid-cols-2 .col-2 .gallery-img .img:nth-child(3) .image-cover {
  padding-top: 65%;
}
.show-more .button.btn__primary {
  margin: auto;
}
@media (max-width: 767.98px) {
  .module-2 {
    padding: 3.25rem var(--section) 0;
  }
  .module-2 .grid-cols-2 {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
    row-gap: 2.5rem;
  }
  .module-2 .grid-cols-2 .col-2 .gallery-img {
    grid-gap: 0.3125rem;
  }
}
/** module 3 **/
.module-3 {
  padding: 4.25rem var(--section) 0;
}
.module-3 .list-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.module-3 .list-item .box-image {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.module-3 .list-item .box-image .img {
  height: 25.7rem;
  overflow: hidden;
}

.module-3 .list-item .box-image .img img {
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.module-3 .list-item .box-image .img:hover img {
  transform: scale(1.1);
}
.module-3 .list-item .box-image.even .box-text {
  order: -1;
}
.module-3 .list-item .box-image .box-text {
  padding: 3rem;
  background: #faf8f4;
  height: 25.7rem;
  display: flex;
  align-items: center;
  overflow: auto;
}
.module-3 .list-item .box-image .box-text .title p {
  color: var(--black-200);
  font-size: 0.9375rem;
  font-weight: 400;
}
.module-3 .list-item .box-image .box-text .title p:first-child {
  color: var(--theme-color);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.module-3 .list-item .box-image .box-text .title p:last-child {
  margin-bottom: 0;
}
.module-3 .list-item .box-image .box-text .title p strong {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .module-3 {
    padding: 3.25rem var(--section) 0;
  }
  .module-3 .list-item {
    grid-template-columns: minmax(0, 1fr);
  }
  .module-3 .list-item .box-image.even .box-text {
    order: 1;
  }
  .module-3 .list-item .box-image .box-text {
    padding: 2.5rem 1.5rem;
  }
  .module-3 .list-item .box-image .box-text {
    height: auto;
    overflow: visible;
  }
  .module-3 .list-item .box-image .box-text .title p {
    font-size: 0.9375rem;
  }
  .module-3 .list-item .box-image .box-text .title p:first-child {
    font-size: 1.25rem;
  }
  .module-3 .list-item .box-image .img {
    height: auto;
    overflow: visible;
  }
}
/*variation*/
.variations-fake {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.variations-fake .attr-group {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.variations-fake .attr-group.attr-group__color {
  align-items: flex-start;
}
.variations-fake .attr-group .variations-name {
  flex-shrink: 0;
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 600;
  min-width: 3.5rem;
}
.variations-fake .attr-group .product-variations {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.25rem;
}

.variations-fake .attr-group .product-variations .fake-attr {
  padding: 0rem 1rem;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.variations-fake .attr-group.attr-group__color .product-variations .fake-attr {
  row-gap: 0.313rem;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.variations-fake .attr-group .product-variations .fake-attr img {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #e2e2e2;
  object-fit: cover;
}
.variations-fake .attr-group .product-variations .fake-attr span {
  color: #9f9f9f;
  font-size: 0.8125rem;
  font-weight: 500;
}
.variations-fake .attr-group .product-variations .fake-attr:hover span {
  color: var(--theme-color);
}
.variations-fake .attr-group .product-variations .fake-attr:hover {
  border-color: var(--theme-color);
}
.fake-attr.disabled {
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(100%);
  cursor: not-allowed;
}
table.variations {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.woocommerce-variation-price {
  padding: 0;
}
.variations-fake .attr-group .product-variations .fake-attr.active {
  border-color: var(--theme-color);
}
.variations-fake .attr-group .product-variations .fake-attr.active span {
  color: var(--theme-color);
}

.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(--theme-color);
  background: var(--theme-color);
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  flex-grow: 1;
}
.product-info .ux-buy-now-button:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.product-summary .variations_button {
  padding: 0 !important;
}
.product-info .single_add_to_cart_button {
  background-color: transparent;
  color: var(--theme-color);
  display: flex;
  column-gap: 0.313rem;
  align-items: center;
}
.product-info .single_add_to_cart_button:hover {
  background-color: var(--theme-color);
  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: #dde4ee;
  background: transparent;
  color: var(--black);
  height: 2rem;
  min-height: unset;
  line-height: unset;
  font-size: 0.875rem;
}
.product-info .ux-quantity .input-text.qty {
  border-left: 0;
  border-right: 0;
  max-width: 1rem;
}
.product-info .ux-quantity .ux-quantity__button--plus {
  border-radius: 0 !important;
  padding: 0 0.875rem;
}
.product-info .ux-quantity .ux-quantity__button--minus {
  border-radius: 0 !important;
  padding: 0 0.875rem;
}
.product-info .infor-policy {
  border: 1px solid #e2e2e2;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  order: 2;
}
.product-info .infor-policy .icon-box {
  display: flex;
  column-gap: 0.87rem;
}
.product-info .infor-policy .icon-box:last-child {
  align-items: center;
}
.product-info .infor-policy .icon-box:last-child img {
  width: 2.4375rem;
  height: 1.625rem;
  flex-shrink: 0;
}
.product-info .infor-policy .payment-3 {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 0.25rem;
  background-color: #fff;
}
.product-info .infor-policy .icon-box .icon {
  width: 1.5rem;
  height: 1.2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info .infor-policy .icon-box .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.btn-xemthem-mota {
  display: none;
}
.product-info .infor-policy .icon-box .text {
  font-size: 0.9375rem;
  color: var(--black-200);
  line-height: 1.4;
}
.product-info .infor-policy .icon-box .text strong,
.product-info .infor-policy .icon-box .text-2 {
  color: var(--black);
  font-weight: 500;
}
.product-info .infor-policy .icon-box .text span {
  color: var(--theme-color);
  font-weight: 500;
}
/**************/
.single-product .product-gallery .viddeosp {
  aspect-ratio: 1;
}
.single-product .product-gallery .viddeosp .youtube-video,
.single-product .product-gallery .viddeosp .youtube-video iframe {
  height: 100%;
  width: 100%;
}
.single-product .product-container .row,
.single-product .product-footer .woocommerce-tabs {
  max-width: 100%;
  margin: 0;
}
.single-product .product-container .col {
  padding: 0;
}
.single-product .product-container .vertical-thumbnails .col {
  padding-bottom: 0.313rem !important;
}
.single-product
  .product-container
  .vertical-thumbnails
  .col.video-thumb
  .icon-video-thumb {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff99;
  border-radius: 99rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
}
.single-product .product-container .vertical-thumbnails a {
  background: #faf8f4;
}
.single-product .product-thumbnails .is-nav-selected a img,
.single-product .product-thumbnails a:hover img {
  transform: translateY(0);
}
.product-thumbnails img {
  opacity: 1;
}
.single-product .product-container .product-main {
  padding: 3.81rem 0 0;
}
.single-product .product-container .product-main .product-gallery {
  background: #faf8f4;
  padding: 1.6rem 2.5rem 3rem var(--section) !important;
}
.single-product .product-container .product-main .product-info {
  padding: 3.4rem var(--section) 3rem 4.2rem;
  background: linear-gradient(180deg, #fefefe 0%, #f0f0f0 100%);
}
.single-product .product-container .product-main .content-row {
  display: grid;
  grid-template-columns: 50rem 1fr;
}
.vertical-thumbnails::-webkit-scrollbar {
  display: none;
  padding: 0;
}
.single-product .product-footer .woocommerce-tabs ul {
  padding-bottom: 0.5rem;
  margin: 0 0 1rem !important;
  border-bottom: 1px solid #d9d9d9;
}
.product-footer .woocommerce-tabs {
  padding: 0;
  border: 0;
  padding-top: 2rem;
}
.single-product .product-footer .woocommerce-tabs ul li a::before {
  display: none;
}
.single-product .product-footer .woocommerce-tabs ul li a {
  color: var(--theme-color);
  font-size: 1.75rem;
  font-weight: 700;
  padding: 0;
}
.single-product .product-footer .woocommerce-tabs .tab-panels {
  padding: 0;
}

.single-product .woocommerce-variation {
  display: none !important;
}
.single-product .ppc-button-wrapper {
  order: 1;
  margin-bottom: 1rem;
  display: none;
}
/* Sản phẩm liên quan */
.related-products {
  padding: 3.5rem var(--section) 2rem;
}
.related-products .related-title {
  color: var(--black);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  font-family: "Cinzel";
  color: var(--theme-color);
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.related-products .product-small .box-text .ux-swatches {
  display: flex;
  column-gap: 0.5rem;
  margin-left: 1px;
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.related-products .ux-swatches-in-loop .ux-swatch.selected {
  box-shadow: none;
}
.related-products .product-small .box-text .ux-swatches .ux-swatch--color {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
}
.related-products .product-small .box-text .price-wrapper {
  margin: 1rem 0 1.5rem;
}
.related-products .swiper-slide {
  height: auto;
}
.related-products .product-small.col {
  background: #faf8f4;
  height: 100%;
}
.related-products .product-small.col .col-inner {
  height: 100%;
}
.related-products .product-small .product-small.box {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  height: 100%;
}
.related-products .product-small .product-small.box .box-image {
  margin: 0;
  width: 100%;
  order: 1;
  height: 100%;
}
.related-products
  .product-small
  .product-small.box
  .box-image
  .image-fade_in_back,
.related-products
  .product-small
  .product-small.box
  .box-image
  .image-fade_in_back
  a {
  height: 100%;
}
.related-products .product-small .product-small.box .box-image img {
  height: 100%;
  object-fit: cover;
}
.related-products .product-small .product-small.box .box-text {
  padding: 1rem 1rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-products .product-small .product-small.box .box-text .title-wrapper {
  order: -2;
}
.related-products .product-small .box-text .box-excerpt {
  display: block;
  order: -1;
  color: #575757;
  font-size: 0.875rem;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
}
.related-products .product-small .box-text .button.btn__primary {
  display: flex;
  height: 1.75rem;
  font-size: 0.875rem;
  margin-top: auto;
}

@media (max-width: 767.98px) {
 
  .product-info .infor-policy {
    padding: 1rem;
  }
  .product-info .infor-policy .icon-box {
    column-gap: 0.5rem;
  }
  .related-products {
    padding: 3.5rem var(--section) 1rem;
  }
  .related-products .product-small .product-small.box {
    flex-direction: column;
  }
  .related-products .product-small .product-small.box .box-image {
    margin: 0;
    width: 100%;
    order: -1;
    padding: 0 !important;
  }
  .related-products .product-small .product-small.box .box-text {
    padding: 1rem;
    flex: 1;
  }
  .related-products .product-small .box-text .price-wrapper {
    margin-bottom: 0;
  }
  .related-products .product-small .box-text .button.btn__primary {
    display: none;
  }
}
.image-tools.bottom.left {
  display: none;
}
.woocommerce-message {
  display: none;
}
.btn--view-more .see-more {
  background-color: transparent !important;
  color: var(--black-200) !important;
  border-color: var(--black-200) !important;
  font-size: 0.875rem !important;
  height: 2.125rem !important;
  font-weight: 600 !important;
  z-index: 2;
}
.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;
}
.btn--view-more .see-more:hover {
  background-color: var(--theme-color) !important;
  color: #fff !important;
  border-color: var(--theme-color) !important;
}
/* Review */
.count-review {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  margin-bottom: 1rem;
}
.product-review .count-review {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d9d9d9;
}
.count-review span {
  font-size: 0.9375rem;
  line-height: normal;
}
.count-review .quantity-star {
  color: var(--black);
  font-weight: 500;
}
.count-review .star {
  display: flex;
  align-items: center;
  column-gap: 0.3125rem;
}
.count-review .star img {
  width: 1.25rem;
  height: 1rem;
  flex-shrink: 0;
  object-fit: contain;
  margin-bottom: 0.15rem;
}
.product-review .box-review .icon-box {
  display: flex;
  align-items: center;
  column-gap: 0.65rem;
}
.product-review .box-review .icon-box img {
  width: 2.1875rem;
  height: 2.1875rem;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 99rem;
}
.product-review .box-review .icon-box .name {
  color: var(--black);
  font-size: 0.9375rem;
  font-weight: 500;
  margin-left: 0.5rem;
}
.product-review .box-review .icon-box .date {
  color: var(--black-200);
  font-size: 0.8125rem;
  font-weight: 400;
}
.product-review .box-review .star {
  display: flex;
  align-items: center;
  column-gap: 0.3125rem;
  margin: 0.75rem 0 1rem;
}
.product-review .box-review .star img {
  flex-shrink: 0;
  object-fit: contain;
  width: 0.8125rem;
  height: 0.8125rem;
}
.product-review .box-review .content p {
  color: var(--black-200);
  font-size: 0.9375rem;
  font-weight: 400;
}
.rank-math-breadcrumb .last {
  flex: 1 1 0%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .product-info .infor-policy .icon-box .text {
    font-size: 0.8125rem;
  }
  .product-info .single_add_to_cart_button,
  .product-info .ux-buy-now-button {
    flex: 1;
    width: 100%;
  }
  .single-product .product-container .product-main {
    padding: 3.375rem 0 0;
  }

  .single-product .product-container .product-main .content-row {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }
  .single-product .product-container .product-main .product-gallery {
    padding: 1rem 1rem 3.25rem !important;
  }
  .related-products .related-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
  }
  .related-products .related-title,
  .single-product .product-footer .woocommerce-tabs ul li a {
    font-size: 1.4rem;
  }
  .variations-fake .attr-group .product-variations {
    grid-gap: 0.5rem;
  }
  .product-main .vertical-thumbnails {
    display: none;
  }
  .show-infor__mobi {
    padding: 1rem 0 0 !important;
    background: transparent !important;
  }
  .variations-fake .attr-group {
    flex-direction: column;
    row-gap: 0.313rem;
    align-items: flex-start;
  }
  .product-info .product-title {
    font-size: 1.35rem;
  }
}

/*checkout*/
.checkout-wrapper .row-fake {
  padding: 3rem 3.25rem;
  border-radius: 0.625rem;
  background: #fff;
}
.checkout-wrapper .col-price .cart-title {
  display: none;
}
.row-fake .col-price .cart-wrapper {
  border-radius: 0.625rem;
  background: #faf8f4;
  padding: 1.5rem;
}
.row-fake .col-price .cart-wrapper .cart-item {
  padding: 0.5rem;
  border-radius: 1rem;
  background: #fff;
  border-bottom: 0;
  position: relative;
}
.row-fake .col-price .cart-wrapper .remove-item {
  background-color: var(--theme-color);
  width: 1.625rem;
  height: 1.625rem;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  border-radius: 99rem;
  margin: 0;
  padding: 0;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.row-fake .col-price .cart-wrapper .remove-item:hover {
  background-color: var(--theme-color2);
}
.row-fake .col-price .cart-wrapper .product-item__update bdi {
  color: var(--theme-color);
}
.cart-totals {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1rem;
}
.cart-totals .title {
  color: var(--black-200);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}
.cart-totals .subtotal span,
.cart-totals .shipping span {
  color: var(--black-200);
}
.checkout-wrapper .col-price .cart-totals .total {
  font-weight: 700;
}
.flickity-button {
  display: none;
}
.order-item tbody .pro-price .box .price-label,
.order-item tbody .pro-price .box .onsale-percent {
  display: none;
}
@media (max-width: 768px) {
  .checkout-wrapper {
    padding: 5rem var(--section) var(--60);
  }
  .checkout-wrapper .row-fake {
    padding: 0;
    background: transparent;
  }
  .checkout-wrapper .row-fake .col-left {
    padding: 2rem 1rem;
    border-radius: 1rem;
    background: #fff;
  }
  .thanks-wrapper .success-order .grid-cols-2 {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
    row-gap: 1.5rem;
  }
  .thanks-wrapper .success-order .grid-cols-2 .col-1 {
    order: -1;
  }
  .thanks-wrapper .success-order {
    padding: 2rem 1rem;
  }
}
.message-container {
  text-align: center;
}
.list-review.toggle-content {
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.3s linear;
}

.woocommerce-Tabs-panel--description .content.toggle-content {
  max-height: 500px;
  overflow: hidden;
  transition: max-height 1s linear;
}

/** accondition**/
.product-footer {
  padding-top: 3.25rem;
}
.faq-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  transition: padding 300ms;
}
.faq-item .faq-item-visible {
  height: fit-content;
  cursor: pointer;
  align-items: center;
  border-bottom: 1px solid #eedabc;
}
.faq-item .faq-item-visible .question {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--theme-color);
}
.faq-item .faq-content {
  height: 0;
  transition: all 0.5s;
}
.faq-item .faq-content p:last-child {
  margin-bottom: 2rem;
}
.faq-item .faq-item-visible {
  border-top: 0;
  padding: 0.5rem 0;
  display: flex;
  column-gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.faq-item .faq-item-visible .toggle .plus {
  display: none;
}
.faq-item .faq-item-visible.active .toggle .minus {
  display: none;
}
.faq-item .faq-item-visible.active .toggle .plus {
  display: block;
}
.faq-item .toggle {
  margin: 0;
  flex-shrink: 0;
  min-height: unset;
  height: 1.25rem;
  width: 1.25rem;
  opacity: 1;
}
.faq-item .toggle i {
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
}

.faq-item .toggle img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
.faq-item-active .toggle {
  transform: none;
}
.specifications ul {
  margin: 0;
}
.specifications ul li {
  display: flex;
  column-gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 1.25rem;
}
.specifications ul li .name {
  color: var(--black);
  font-size: 0.9375rem;
  font-weight: 300;
  flex-shrink: 0;
  position: relative;
}
.specifications ul li .value {
  color: var(--black);
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .faq-item .faq-item-visible .question {
    font-size: 1.125rem;
  }
  .specifications ul li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d9d9d9;
  }
  .specifications ul li .name {
    font-size: 0.8125rem;
  }
  .specifications ul li .value {
    font-size: 0.8125rem;
    text-align: right;
  }
}
