::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #555555;
  border: 2px solid #555555;
}

#footer {
  overflow: hidden;
}

.d-none,
label[for="t-payment_method_momo"] img,
.t-checkout #payment ul,
.woocommerce-privacy-policy-text,
.t-cart-empty > div.col.large-5 .cart_totals > table,
.woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-NoticeGroup {
  display: none !important;
}

.txt-red {
  color: red;
}

.single .isures-sdc--wrap {
  visibility: hidden;
}

.isures-sdc--label {
  width: 100%;
  margin: 0 !important;
  font-size: 14px !important;
}

/* Checkout */
#payment-fake li {
  list-style: none;
  margin-left: 0 !important;
}

.t-checkout .woocommerce-cart-form__cart-item,
.t-checkout .woocommerce-cart-form__cart-item .col-right-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.t-checkout .woocommerce-cart-form__cart-item .product-thumbnail {
  flex: 1;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right {
  margin-left: 1.5rem;
  flex: 3;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right .product-name a {
  font-size: 16px;
  color: var(--color-black);
  font-weight: 500;
}

.t-checkout .quantity {
  height: 30px;
  margin-top: 5px;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right .variation dt {
  display: none !important;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right .variation {
  display: flex;
  margin-bottom: 5px !important;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right .variation dd {
  height: 30px;
  min-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px !important;
  border: 1px solid #000 !important;
  padding: 5px 6px 3px !important;
  text-transform: capitalize !important;
}

.t-checkout .quantity {
  border-radius: 8px !important;
}

.t-checkout .quantity input {
  height: 30px;
  min-height: 30px;
  line-height: 30px;
}

.t-checkout .quantity .button.minus {
  border-radius: 8px 0 0 8px;
}

.t-checkout .quantity .button.plus {
  border-radius: 0 8px 8px 0;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right-bottom {
  align-items: center;
}

.t-checkout
  .woocommerce-cart-form__cart-item
  .col-right-bottom
  .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 400 !important;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right-bottom .product-price {
  line-height: 1;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right .product-name {
  padding-right: 50px;
}

.t-checkout .woocommerce-cart-form__cart-item .product-remove {
  position: absolute;
  top: 5px;
  right: 3px;
}

.t-checkout .woocommerce-cart-form__cart-item .remove,
#masthead .cart-item .remove {
  border: none;
  color: var(--color-black);
  opacity: 1 !important;
}

.t-checkout .woocommerce-cart-form__cart-item .remove:hover,
#masthead .cart-item .remove:hover {
  color: red;
}

.t-checkout .woocommerce-checkout th,
.t-checkout .woocommerce-checkout td bdi,
.t-checkout .shipping__list_label {
  font-size: 15px !important;
  color: #4e4e4e !important;
  opacity: 1;
  font-weight: normal !important;
}

.t-checkout .woocommerce-checkout .order-total td bdi {
  font-size: 20px !important;
  font-weight: 700;
}

.t-checkout .woocommerce-checkout th,
.t-checkout .woocommerce-checkout td {
  border: none;
}

.t-checkout .woocommerce-checkout .order-total th,
.t-checkout .woocommerce-checkout .order-total td {
  border-top: 1px solid #d9d9d9;
  padding-top: 14px;
}

.t-checkout .woocommerce-checkout .shipping__table th,
.t-checkout .woocommerce-checkout .shipping__table td {
  padding-bottom: 14px;
}

.thong-tin-vc input,
.thong-tin-vc select {
  box-shadow: none !important;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  padding: 5px 20px;
  transition: all 0.2s;
  margin-bottom: 0;
  font-size: 13.5px;
}

.thong-tin-vc .input-box {
  margin-bottom: 1em;
}

.error-inp {
  color: red;
  font-size: 12px;
  padding-left: 10px;
  display: none;
}

.thong-tin-vc .d-flex {
  display: flex;
  justify-content: space-between;
}

.thong-tin-vc .two-col > * {
  width: 49%;
}

.thong-tin-vc .three-col > * {
  width: 32%;
}

.thong-tin-vc .one-col > * {
  width: 100%;
}

.thong-tin-vc .three-col > .input-box {
  position: relative;
}

.thong-tin-vc .three-col > .input-box:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
}

.checkout-title {
  font-size: 28px;
  margin-bottom: 1rem;
  font-weight: 700;
}

.col-hinh-thuc-thanh-toan {
  margin-top: 2rem;
}

.t-wc_payment_method {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 15px 20px !important;
  transition: 0.2s all;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.t-wc_payment_method label {
  width: 95%;
  padding-left: 50px;
  position: relative;
  min-height: 40px;
  display: inline-flex !important;
  align-items: center;
  font-weight: 500;
}

.t-wc_payment_method label:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  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(./images/COD.svg);
}

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

.t-wc_payment_method.payment_method_momo label:before {
  background-image: url(./images/momo-icon.webp);
}

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

.t-payment_box {
  width: 100%;
}

.t-payment_box p {
  margin-bottom: 0;
}

.t-wc_payment_method.active {
  border: 1px solid var(--theme-color);
}

.t-checkout .isures-sdc--code_item,
.t-checkout .isures-sdc--dropdown_list::after,
.t-checkout .isures-sdc--dropdown_list::before,
.t-checkout .isures-sdc--dropdown_list .isures-sdc-list_header,
.t-checkout
  .isures-sdc--dropdown_list
  .isures-sdc--dropdown_inner
  .isures-sdc--logo_left,
.isures-view--details_conditions,
#payment .place-order,
.woocommerce-message {
  display: none !important;
}

.t-checkout .isures-sdc--dropdown_list {
  display: block !important;
  position: static;
  width: 100%;
  overflow: auto;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow-y: visible !important;
  overflow-x: auto !important;
  flex-wrap: nowrap;
  max-width: 100% !important;
}

.t-checkout .isures-sdc--dropdown_list .isures-sdc--dropdown_inner {
  overflow-y: visible !important;
  overflow-x: auto !important;
  flex-wrap: nowrap;
  max-width: inherit !important;
  display: flex !important;
  min-height: inherit !important;
  padding-bottom: 10px;
}

.t-checkout .isures-sdc--dropdown_list .isures-sdc--item {
  flex-shrink: 0;
  margin-right: 15px;
  min-width: 250px;
  width: 60%;
  padding: 0 !important;
  height: 125px !important;
}

.t-checkout
  .isures-sdc--dropdown_list
  .isures-sdc--item
  .isures-sdc--content_wrap,
.t-checkout
  .isures-sdc--dropdown_list
  .isures-sdc--item
  .isures-sdc--info_wrap {
  width: 100%;
}

.t-checkout
  .isures-sdc--dropdown_list
  .isures-sdc--item
  .isures-sdc--content_right {
  flex-wrap: wrap;
  margin-top: 5px;
}

.t-checkout .isures-sdc--dropdown_list .isures-sdc--content_excpt {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 15px;
  -webkit-line-clamp: 3;
  max-height: 45px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 3px 0;
}

.t-checkout
  .isures-sdc--dropdown_list
  .isures-sdc--item
  .isures-sdc--info_wrap {
  position: static !important;
  border-color: var(--color-black) !important;
}

.t-checkout
  .isures-sdc--dropdown_list
  .isures-sdc--item
  .isures-sdc--info_wrap:after,
.t-checkout
  .isures-sdc--dropdown_list
  .isures-sdc--item
  .isures-sdc--info_wrap:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: transparent var(--color-black) var(--color-black) transparent;
  border-image: initial;
  position: absolute;
  border-radius: 50%;
  left: calc(100% - 15px / 2);
  transform: rotate(135deg);
}

.t-checkout
  .isures-sdc--dropdown_list
  .isures-sdc--item
  .isures-sdc--info_wrap:before {
  left: -7px;
  transform: rotate(-45deg);
}

.t-checkout
  .isures-sdc--dropdown_list
  .isures-sdc--item
  .isures-sdc--content_wrap {
  min-height: 100%;
  justify-content: space-between;
  padding-left: 40px;
  position: relative;
}

.t-checkout
  .isures-sdc--dropdown_list
  .isures-sdc--item
  .isures-sdc--content_wrap:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed;
  border-color: var(--color-black);
}

.t-checkout .large-7 {
  padding-right: 30px;
  border-right: 1px solid #ddd;
}

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

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

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

.single #tab-description {
  overflow: hidden;
}

.btn-xemthem-mota button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 250px;
  border: 1px solid #d9d9d9 !important;
  border-radius: 100px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  text-transform: none;
  font-weight: 500;
}

.btn-xemthem-mota {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.03em;
  padding-top: 20px;
  color: #000;
  width: 100%;
  margin-top: 20px;
}

.btn-xemthem-mota button:hover {
  background-color: #d9d9d9;
  color: #000;
}

.tbl-total-box {
  border-top: 1px solid #d9d9d9;
  margin-top: 1rem;
  padding-top: 1rem;
}

.tbl-total-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.tbl-total-item * {
  font-size: 14px;
}

.tbl-total-money {
  text-align: right;
}

.tbl-total-result {
  border-top: 1px solid #d9d9d9;
  padding-top: 1rem;
}

.tbl-total-result .tbl-total-money {
  font-size: 20px;
}

.t-cart-empty
  .isures-sdc--dropdown_list
  .isures-sdc--item
  .isures-sdc--content_right {
  posfprodisplay-events: none;
}

.t-cart-empty .isures-sdc--dropdown_list .isures-sdc--item {
  cursor: not-allowed;
}

.t-checkout > .col,
.single .product-main {
  padding-top: 30px;
}

.single .product-main {
  padding-top: 3.25rem !important;
}

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

.t-cart-empty .isures-sdc--list:before {
  content: "Bạn không thể sử dụng mã giảm giá vì giỏ hàng trống!";
  font-size: 14px;
}

#masthead .cart-item .nav-dropdown {
  min-width: 400px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06666666666666667);
  border: 1px solid #d9d9d9;
}

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

#masthead .cart-item .cart_list.product_list_widget > li {
  padding: 5px 0;
  display: flex;
}

.cart-mini-product-info {
  padding: 0 25px 0 15px;
}

.cart-mini-product-info .quantity {
  border: none !important;
  display: flex !important;
  flex-direction: column;
  font-size: 12px !important;
  opacity: 1 !important;
  text-align: left !important;
  align-items: flex-start !important;
}

.cart-mini-product-info .quantity .woocommerce-Price-amount {
  margin-top: 15px;
}

.cart-mini-product-info .quantity bdi {
  font-size: 17px !important;
  font-weight: 100 !important;
}

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

#masthead .cart-item .cart-mini-product-img {
  width: 35%;
}

#masthead .cart-item .cart-mini-product-name a {
  font-weight: 700;
  font-size: 13px;
  color: var(--color-black);
}

#masthead
  .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: 15px;
  margin-left: auto;
}

#masthead
  .cart-item
  .woocommerce-mini-cart__buttons
  .button.wc-forward:first-child:hover {
  background-color: white;
  text-decoration: underline;
  box-shadow: none;
}

#masthead .image-icon img {
  max-width: 30px;
}

#masthead .image-icon:after {
  background-color: var(--theme-color);
  border-radius: 99px;
  box-shadow: none;
  font-size: 10px;
  font-weight: 100;
  height: 14px;
  line-height: 14px;
  min-width: 14px;
  opacity: 1;
  position: absolute;
  right: 8px;
  top: 10px;
}

.tt-qr img {
  max-width: 200px;
}

.t-payment_box,
.tt-qr {
  margin-top: 10px;
}

/* thanks page */
#momo-status-name {
  color: #231f20;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 28px;
}

.thanks-des {
  font-size: 14px;
  max-width: 70%;
  margin: auto;
}

.order-heading {
  font-size: 24px;
  margin: 2rem 0 1rem;
  text-align: center;
  color: var(--theme-color);
  font-weight: 500;
}

.thank-box-order {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 2rem 3rem;
}

.order-title {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  width: max-content;
  margin: 0 auto 1rem;
  font-weight: 500;
}

.thank-box-order table.order-item,
.thank-box-order .order-item td,
.thank-box-order .order-item th {
  border: 0.5px solid;
  border-color: #d9d9d9 !important;
  text-transform: none;
}

.thank-box-order table.order-item {
  border-radius: 16px;
  padding-bottom: 0;
}

.thank-box-order table.order-item thead th:first-child {
  border-radius: 16px 0 0 0;
}

.thank-box-order table.order-item thead th:last-child {
  border-radius: 0 16px 0 0;
  text-align: right;
}

.thank-box-order .order-item td,
.thank-box-order .order-item th {
  padding: 10px 20px;
  line-height: normal;
}

.thank-box-order .order-item th {
  font-weight: normal !important;
}

.thank-box-order .order-item thead th {
  color: #fff !important;
  background-color: var(--theme-color);
}

.thank-box-order .wc-item-meta {
  list-style: none;
  font-size: 14px;
}

.thank-box-order .wc-item-meta .wc-item-meta-label {
  font-weight: 100;
}

.thank-box-order #addresses {
  margin: 0 !important;
}

.thank-box-order.payment-method h2 {
  font-size: 20px;
}

.thank-box-order.payment-method h3 {
  font-size: 16px;
}

.thank-box-order.payment-method li {
  font-size: 14px;
  margin-left: 20px;
}

.thank-box-order.payment-method ul {
  margin-bottom: 0;
}

/* end thanks page */

/* login popup */
.modal_show_cv {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  top: 0;
  left: 0;
}

.bg_overlay_cv {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000040;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  cursor: poSFProDisplay;
}

.modal_cv_inner {
  position: absolute;
  width: 40%;
  height: auto;
  z-index: 9999999999;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close_cv {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 25px;
  height: 25px;
  z-index: 9999999999;
  cursor: poSFProDisplay;
}

.gallery_cv {
  overflow: auto !important;
  height: 100%;
}

.btn-chon-form-item {
  display: flex;
  justify-content: space-between;
}

.gallery_cv * {
  font-size: 14px;
}

.btn-chon-form-item span {
  color: var(--theme-color);
  cursor: poSFProDisplay;
  transition: 0.2s all;
}

.btn-chon-form-item span:hover {
  color: black;
}

.login-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
}

.gallery_cv input {
  box-shadow: none !important;
  height: 3em;
  padding: 0 0.75em;
  border-radius: 8px;
  text-transform: none !important;
}

.gallery_cv input[type="submit"],
.gallery_cv .woocommerce-form-register__submit {
  display: block;
  background-color: black;
  transition: 0.2s all;
  width: 100%;
  border-radius: 8px !important;
  text-transform: none !important;
  font-weight: 700;
}

.gallery_cv input:focus {
  border-color: var(--theme-color);
}

.gallery_cv input[type="submit"]:hover,
.gallery_cv .woocommerce-form-register__submit:hover {
  background-color: #d9d9d9 !important;
}

.login-social-box {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.login-social-box > div {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 48%;
  cursor: poSFProDisplay;
}

.login-social-box > div.lg-gg img {
  margin-right: 5px;
}

.login-social-box > div:hover {
  border-color: var(--theme-color);
}

.login-social-box {
  margin-bottom: 15px;
}

.account-item a {
  cursor: poSFProDisplay;
}

.section-title b {
  height: 0.5px;
}
.popup-app .bg_overlay_popup,
.popup-custom-full .bg_overlay_popup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000040;
  width: 100%;
  height: 100vh;
  z-index: 999;
  cursor: pointer;
}
.popup-app .popup-content,
.popup-custom-full .popup-content {
  max-width: 650px;
}
.popup-contact .popup-content .title,
.popup-app .popup-content .title,
.popup-custom-full .popup-content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.popup-app .title-sub,
.popup-custom-full .title-sub {
  color: var(--color-black);
  font-weight: 500 !important;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.um-login .um-notice.err {
  display: none;
}
.popup-app .popup-content .title i .popup-custom-full .popup-content .title i {
  font-size: 22px;
  color: var(--color-black);
}
.popup-app .content p .popup-custom-full .content p {
  text-align: center;
}
.popup-app .content .title-form,
.popup-custom-full .content .title-form {
  font-weight: 700 !important;
  margin-bottom: 10px;
  font-size: 23px;
  text-align: center;
  color: var(--theme-color);
}
.popup-app .tb-box,
.popup-custom-full .tb-box {
  padding: 25px 25px 35px;
}
.popup-app .submit button,
.popup-app .submit a .popup-custom-full .submit button,
.popup-custom-full .submit a {
  margin: 20px 0 0;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: 700;
  text-transform: none;
  padding: 0 30px;
  border-radius: 99px;
  text-align: center;
  border: 1px solid var(--theme-color);
}
.popup-app .submit button:hover,
.popup-custom-full .submit button:hover {
  background-color: #fff;
  color: var(--theme-color);
}
.popup-app .submit,
.popup-custom-full .submit {
  text-align: center;
}
.popup-app,
.popup-custom-full {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  top: 0;
  left: 0;
}
.popup-contact {
  border-radius: 1rem;
  width: fit-content;
}
.popup-contact .mfp-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1rem;
  min-width: 1rem;
  height: 1rem;
  mix-blend-mode: unset;
  opacity: 1;
  position: static;
}
.popup-contact .mfp-close i {
  pointer-events: none;
}
.popup-app form {
  margin-bottom: 0;
}
.modal_show_tb .close_tb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.popup-custom-full.show,
.popup-app.show {
  display: flex;
}

/* end login popup */
/* tai khoan */
.doi-mk,
.sua-hs {
  font-size: 14px;
  color: #6abd45;
  text-decoration: underline;
  margin-bottom: 15px;
  cursor: poSFProDisplay;
  width: max-content;
}

.data-user,
.box-tp,
.change-pass-box form > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.data-user label,
.change-pass-box form > div label {
  width: 30%;
}

.data-user input,
.box-tp,
.change-pass-box form > div input {
  width: 70%;
  border-radius: 5px;
}

.box-tp select {
  box-shadow: none !important;
  border-radius: 5px;
}

.box-tp .input-box {
  width: 31%;
}

.star-rating span:before,
.star-rating:before,
.woocommerce-page .star-rating:before {
  color: #ffb600 !important;
}

.t-review_container,
.review-author {
  display: flex;
  justify-content: space-between;
}

.t-review_container .review-avatar {
  width: 55px;
  margin-right: 20px;
  border-radius: 5px;
}

.t-review_container .review-avatar img {
  border-radius: 5px;
}

.t-review-content-box {
  width: calc(100% - 75px);
}

.t-review_container {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.t-review_container:last-child {
  border: none;
  margin-bottom: 0;
}

.review-author-name {
  font-weight: 700 !important;
}

.review-date time {
  font-size: 14px;
}

.t-review_container .button {
  border-radius: 5px;
  text-transform: none;
  margin-left: auto;
  display: block;
  width: max-content;
  margin-right: 0;
}

.t-wc-reviews-images-wrap-wrap {
  display: flex;
}

.t-wc-reviews-images-wrap-wrap .reviews-images-item {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.t-wc-reviews-images-wrap-wrap .reviews-images-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.t-rv-box {
  margin-top: 20px;
}

.account-item ul,
.account-item:before,
.account-item:after,
.myaccount-menu:before,
.myaccount-menu:after {
  display: none !important;
}

.myaccount-menu li {
  border: none !important;
  margin-left: 0 !important;
}

.myaccount-menu li a {
  border: 1px solid var(--color-black) !important;
  padding: 10px 25px !important;
  border-radius: 5px;
}

.myaccount-menu li.active a {
  background-color: #6abd45;
  color: white !important;
  border-color: #6abd45 !important;
}

.myaccount-menu li:hover a {
  border-color: #6abd45 !important;
}

#my-account-menu .user-avatar img {
  border-radius: 5px;
}

#my-account-menu ~ .woocommerce-MyAccount-content {
  padding: 2%;
  width: 72%;
  background-color: white;
  border-radius: 5px;
}

#my-account-menu.position-vertical-left {
  margin-right: 2% !important;
  width: 26%;
}

#my-account-menu ~ .woocommerce-MyAccount-content h3 {
  margin-bottom: 20px;
  color: #6abd45;
}

.yith-wcmap .user-profile .user-info .logout a {
  padding: 5px 10px;
  border-radius: 5px;
}

.woocommerce-MyAccount-content
  .woocommerce-orders-table
  tbody
  tr:nth-child(odd) {
  background-color: #f8fafc;
}

.woocommerce-MyAccount-content .woocommerce-orders-table tbody .button {
  text-transform: none;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 0;
}

.woocommerce-MyAccount-content .woocommerce-orders-table td:first-child,
.woocommerce-MyAccount-content .woocommerce-orders-table td:last-child {
  padding: 0.5em;
}

th {
  font-weight: normal !important;
}

.woocommerce-MyAccount-content span.amount {
  font-weight: 700 !important;
}

.woocommerce-MyAccount-content .woocommerce-table__line-item span.amount {
  font-weight: 400 !important;
}

.woocommerce-order-details .order-info > div {
  display: flex;
}

.woocommerce-order-details .order-info strong {
  width: 16%;
}

.woocommerce-order-details .order-info {
  margin-bottom: 15px;
}

.woocommerce-MyAccount-content .product-name a {
  font-size: 16px;
  color: var(--color-black) !important;
  font-weight: 700 !important;
}

.woocommerce-MyAccount-content .wc-item-meta {
  margin: 5px 0 0;
}

.woocommerce-MyAccount-content .wc-item-meta li {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.woocommerce-MyAccount-content .wc-item-meta li p {
  margin: 0;
}

.woocommerce-MyAccount-content .woocommerce-order-details {
  margin-bottom: 30px;
}

.woocommerce-MyAccount-content .wc-item-meta li strong {
  margin-right: 5px;
  font-weight: 400 !important;
}

.woocommerce-MyAccount-content .woocommerce-table--order-details td,
.woocommerce-MyAccount-content .woocommerce-table--order-details th {
  font-size: 16px;
}

.woocommerce-MyAccount-content .woocommerce-table--order-details .shipping,
.woocommerce-MyAccount-content
  .woocommerce-table--order-details
  .payment_method {
  font-weight: 400 !important;
}

.woocommerce-MyAccount-content td.product-name {
  display: flex;
  align-items: center;
}

.woocommerce-MyAccount-content td.product-name .pro-iamge {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.woocommerce-MyAccount-content td.product-name .pro-iamge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.woocommerce-MyAccount-content td.product-name .pro-info {
  width: calc(100% - 95px);
}

.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th {
  border-width: 1px !important;
}

td,
th {
  color: var(--color-black) !important;
}

.sec-acc {
  padding-bottom: 20px !important;
  padding-top: 50px !important;
}

.shipping-box > div,
.note-box > div {
  display: flex;
}

.shipping-box > div > span:first-child,
.note-box > div strong {
  width: 16%;
}

/* end tai khoan */

@media (min-width: 900px) {
  #my-account-menu ~ .woocommerce-MyAccount-content {
    min-height: 312px;
  }
}

@media (max-width: 480px) {
  /* 	thanks page */
  .thank-box-order .order-item td,
  .thank-box-order .order-item th {
    padding: 10px;
  }

  .thank-box-order table.order-item thead th:first-child {
    width: 50%;
  }

  .thank-box-order {
    padding: 1rem;
  }

  .thank-box-order .order-item thead th:nth-child(2) {
    text-align: center;
    width: 10%;
  }

  .thank-box-order .order-item {
    font-size: 14px;
  }

  #momo-status-name {
    font-size: 24px;
  }

  .thanks-des {
    max-width: 90%;
  }

  .product-main .woo-variation-product-gallery {
    width: 100%;
    margin-bottom: 15px;
  }

  .product-main
    .woo-variation-gallery-thumbnail-position-left-bottom
    .woo-variation-gallery-container
    .woo-variation-gallery-thumbnail-slider:not(.slick-initialized) {
    display: flex;
    flex-direction: column;
  }

  .woo-variation-gallery-thumbnail-position-left-bottom
    .woo-variation-gallery-container
    .woo-variation-gallery-thumbnail-wrapper {
    width: 30px !important;
  }

  .product-main
    .woo-variation-gallery-thumbnail-position-left-bottom
    .woo-variation-gallery-container
    .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)
    > div {
    width: 100%;
  }

  .woo-variation-gallery-thumbnail-position-left-bottom
    .woo-variation-gallery-container
    .woo-variation-gallery-thumbnail-wrapper
    .wvg-gallery-thumbnail-image
    img {
    height: 30px;
    object-fit: contain;
  }

  .product-info ul[data-attribute_name="attribute_pa_kich-thuoc"] li span {
    font-size: 14px;
  }

  .product-info ul[data-attribute_name="attribute_pa_kich-thuoc"] li,
  .product-info ul[data-attribute_name="attribute_pa_mau-sac"] li {
    height: 30px;
  }

  .product-info .quantity input {
    height: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }

  .product-info .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
  }

  .product-info .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    flex: 1;
  }

  .row-policy p {
    font-size: 10px;
  }

  .row-policy p br {
    display: none;
  }

  .goi-y-sp .row {
    overflow: auto;
    flex-wrap: nowrap;
  }

  .goi-y-sp .row .col {
    width: 40%;
    flex-shrink: 0;
    padding-bottom: 0;
  }

  .isures-sdc--code_item span {
    font-size: 12px !important;
    padding: 0 !important;
  }

  .product-info > .product-title {
    font-size: 21px;
  }

  .t-checkout .isures-sdc--close_popup {
    display: none !important;
  }

  .t-checkout .isures-sdc--dropdown_list .isures-sdc--item {
    height: 128px !important;
  }

  .woocommerce > .isures-sdc--wrap {
    display: none !important;
  }

  .t-checkout .woocommerce-cart-form__cart-item .remove {
    position: static !important;
  }

  .t-checkout .woocommerce-cart-form__cart-item .product-remove {
    right: auto;
    left: 90%;
  }

  .t-checkout .large-7 {
    padding-right: 15px;
  }

  .t-wc_payment_method label {
    width: max-content;
    margin-left: 5px;
  }

  .t-wc_payment_method {
    justify-content: flex-start;
  }

  .t-checkout {
    flex-direction: column-reverse;
  }

  .modal_cv_inner {
    width: 95%;
    top: 45%;
  }

  .off-canvas-left .mfp-content {
    max-width: 70% !important;
  }

  .t-wc_payment_method label {
    padding-left: 40px;
    min-height: 30px;
  }

  .t-wc_payment_method label:before {
    width: 30px;
    height: 30px;
  }

  .t-checkout .isures-sdc--dropdown_list .isures-sdc--content_excpt {
    line-height: 13px;
    -webkit-line-clamp: 3;
    max-height: 39px !important;
    font-size: 12px;
  }

  .isures-sdc--content_name {
    font-size: 14px;
  }

  .t-checkout > .large-5 {
    padding-bottom: 0;
  }

  .checkout-title {
    font-size: 22px;
  }

  /* end thanks page */
}
/*sản phẩm */
.product-small.box .box-price {
  display: flex;
  column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.product-small.box .box-price .price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-small.box .box-price .theme-action {
  flex-shrink: 0;
}
.product-small.box .price-wrapper .regular-price,
.product-small.box .price-wrapper .price-contact {
  color: var(--color-blue);
  font-size: 1rem;
  font-weight: 600;
}
.product-small.box .price-wrapper .discount-percentage {
  border-radius: 6.25rem;
  background: var(--color-green);
  color: var(--color-white);
  font-size: 0.688rem;
  font-weight: 600;
  padding: 0.15rem 0.35rem;
  margin-right: 0.5rem;
}
.product-small.box .price-wrapper .sale-price {
  color: var(--color-gray);
  font-size: 0.8125rem;
  font-weight: 400;
  text-decoration-line: line-through;
}
@media (max-width: 767.98px) {
  .product-type-simple.product-small {
    padding: 0 5px 10px !important;
  }
  .product-small.box .box-price .theme-action {
    display: none;
  }
}
/* chi tiết sản phẩm */
.acc-product .col-right.col .col-inner {
  height: 100%;
}
.order-content {
  border-radius: 0.6875rem;
  background: linear-gradient(0deg, #093fb4 0%, #02c988 100%);
  padding: 2rem 1.75rem;
}
.info-order .title,
.info-form .back-btn-js {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
}
.info-form .back-btn-js {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  cursor: poSFProDisplay;
}
.info-form .back-btn-js img {
  transform: rotate(-135deg);
  flex-shrink: 0;
  width: 0.875rem;
  margin-left: 0.313rem;
}
.info-order ul {
  margin-left: 1.3rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.info-order ul li {
  margin: 0;
}
.info-order .list-app,
.info-order .total-app {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}
.info-order .list-app {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.info-order .total-app,
.info-order .item-app {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
}
.info-order .total-app .title,
.info-order .item-app .name {
  font-size: 1rem;
  font-weight: 400;
}
.info-order .total-app .price,
.info-order .item-app .price {
  font-size: 1.25rem;
  font-weight: 600;
}
.order-form {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.order-form .info-order,
.order-form .info-form {
  flex-shrink: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.order-form.show-form .info-order {
  transform: translateX(-100%);
}
.order-form .info-form {
  transform: translateX(100%);
}
.order-form.show-form .info-form {
  transform: translateX(-100%);
}
.order-form .button {
  background: var(--color-white) !important;
  background-color: var(--color-white) !important;
  color: var(--color-black);
  font-size: 1.125rem;
  font-weight: 600;
  column-gap: 0.313rem;
  box-shadow: none !important;
}
.order-form .button img {
  filter: brightness(0);
  transition: all 0.3s ease-in-out;
}
.order-form .button:hover img {
  transform: rotate(45deg);
}
.order-form .info-form .button {
  margin: 2rem 0 0;
  width: 100%;
}
.order-form .info-form input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: var(--color-white);
  height: 2.5rem;
  box-shadow: none;
}
.order-form .info-form input::placeholder {
  color: #fcfdfc;
}
