body {
  margin: 0;
  font-family:auto !important;
}

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

a {
  color: #000 !important;
  text-decoration: none !important; 
}


.jc-end {
  justify-content: flex-end; }

.jc-center {
  justify-content: center; }

.jc-start {
  justify-content: flex-start; }

.jc-between {
  justify-content: space-between; }

.jc-around {
  justify-content: space-around; }

.fs-10 {
  font-size: 10px; }

.fs-11 {
  font-size: 11px; }

.fs-12 {
  font-size: 12px; }

.fs-13 {
  font-size: 13px; }

.fs-14 {
  font-size: 14px; }

.fs-15 {
  font-size: 15px; }

.fs-16 {
  font-size: 16px; }

.fs-17 {
  font-size: 17px; }

.fs-18 {
  font-size: 18px; }

.fs-19 {
  font-size: 19px; }

.fs-20 {
  font-size: 20px; }

.fs-21 {
  font-size: 21px; }

.fs-22 {
  font-size: 22px; }

.fs-1em {
  font-size: 1em; }


.overflowHidde {
  overflow: hidden;
}

.image-banner {
  width: 100%;
  height: 100vh;
  object-fit:cover;
}
.tvh-menu-item-ul {
  display: flex;
  padding: 0 35px;
  position: relative;
  margin: 0;
  height: 100%;
  justify-content: space-between;
}

.tvh-sidebar-menu-item {
  list-style: none;
  padding-right: 50px;
  transition: all 0.2s ease;
}

.tvh-sidebar-menu-item:hover .tvh-footer-items-hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease;
}

.tvh-sidebar-menu-item a {
  text-transform: uppercase;
  font-size: 12px;
}

.tvh-footer-items-hover {
  position: absolute;
  bottom: 43px;
  visibility: hidden;
  opacity: 0;
}

.tvh__menu-item-ul {
  padding: 0;
  list-style: none
}

.tvh__sidebar-menu-item {
  padding-bottom: 15px;
}

.header_menu{
  position: fixed;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: all 0.2s ease;
  display: block;
  bottom: 0;
  top: unset;
  height: 45px;
}

.tvh-footer {
  height: 100%;
}

.footer-pc {
  display: block;
}

.footer-mb {
  display: none;
}

.color-black {
  color: #444;
}

@media(max-width: 768px) {
  .footer-pc {
    display: none;
  }
  
  .footer-mb {
    display: block;
  }
  
  .header_cart-mb {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .header_cart-mb::before {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    width: 32px;
    height: 28px;
    border: 2px solid #000;
    border-radius: 0.5rem;
  }
  
  .header_cart-mb::after {
    content: "";
    position: absolute;
    bottom: 106%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 1.5rem;
    height: 0.75rem;
    border: 2px solid #000;
    border-bottom: none;
    border-radius: 1rem 1rem 0 0;
    transform: translateX(-50%);
  }
}

.tvh-footer:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: calc(100% - 3rem);
  height: calc(100% + 3rem);
  background-color: #f7f7f7;
  opacity: 0.9;
  filter: blur(1rem);
  border-radius: 1.5rem 1.5rem 0 0;
}

.padding_top {
  display: block;
  height: 4.5rem;
}

.padding_bottom {
  display: block;
  height: 4.5rem;
}

.entry-header {
    display: block;
    margin: 3rem auto;
}

/*danh mujc*/
.tvh-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
}

.grid-template-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  column-gap: 0;
}

.tvh-product-img {
  position: relative;
  transition: all 0.4s ease;
}

.tvh-product-items:hover .tvh-product-img {
  filter: blur(0.3rem);
  transition: all 0.4s ease;
}

.tvh-product-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  padding-top: 150%;
  box-shadow: 0 0 1.5rem 0.5rem white inset, 0 0 0.5rem 0.5rem white inset;
}

.tvh__type-product:hover .tvh-product-img::after {
  opacity: 1;
}

.tvh-product-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 1;
}

.tvh-product-name,
.tvh-product-price {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-top: 3px;
}

.page_number {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item {
  list-style: none;
  padding: 0 5px;
}

.page-link {
  border-bottom: 1px solid #fff;
}

/*.page-link.select {*/
/*  border-bottom: 1px solid #000;*/
/*}*/

@media (max-width: 767px) {
  .grid-template-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    column-gap: 0;
  }
}

/*cart*/
.cart {
  padding: 10px;
  margin: 0 auto;
  max-width: 800px;
}

.table-customize {
  width:100%;
}

table.shop_table {
  border: 1px solid rgba(0,0,0,.1);
  /*margin: 0 -1px 24px 0;*/
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}

table.shop_table th {
  font-weight: 700;
  padding: 9px 15px;
  line-height: 1.5em;
  font-size: 12px;
}

table.shop_table td {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
  font-size: 12px;
}

.removeCartItem {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red!important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.cartItemProdInfo a {
  display: block
}

.woocommerce-button {
  background: #444;
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  min-height: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  padding: 0 10px;
}

.cartItemProdimg img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.product-quantity-input input {
  width: 50px;
  text-align: center;
  padding-left: 0;
  height: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  outline: none;
}

.buttons_added {
  /*width: 110px;*/
  display:flex;
  align-items: center;
}

.is-form {
  width: 32px;
  height: 30px;
  border:1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.productCart:nth-child(even) {
  background-color: #f9f9f9;
}

@media(max-width: 768px){
  table.shop_table {
    width: 100%;
  }
  
  table.shop_table .data-title::before {
    content: attr(data-title);
    font-weight: 700;
    float: left;
  }
  
  .product-thumbnail {
    display: none !important;
  }
  
  .shop_table .productCart-thead {
    display: none;
  }
  
  table.shop_table .productCart td {
    display: flex ;
    align-items: center;
    justify-content: space-between;
  }
  
  .cart_item td,
  .order-total td {
    display: revert !important;
  }
  
  .cart-subtotal .data-title::before {
    content: attr(data-title);
    font-weight: 700;
    float: left;
  }
  
  .cart-collaterals .cart_totals,
  .wc-forward {
    width: 100% !important;
  }
  
  .margin-bottom {
    margin-bottom: 50px;
  }
}

.cart-collaterals::before,
.wc-proceed-to-checkout::before,
.wc-proceed-to-checkout::after {
  content: " ";
  display: table;
}

.cart-collaterals .cart_totals {
  float: right;
  width: 55%;
}

.wc-proceed-to-checkout {
  padding: 1em 0 5em 0;
  display: flex;
}

.wc-forward {
  background-color: black;
  color: white !important;
  width: 100%;
  display: block;
  padding: 7px 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #1e85be;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-size: 12px;
}

.woocommerce-info::after {
  content: " ";
  display: table;
}

.wc-backward {
  min-height: 2.5rem;
  line-height: 2.5rem;
  background-color: #000;
  padding: 7px 12px;
  font-size: 12px;
  color: #fff !important;
}

.cart-subtotal td {
  border-top: none !important;
}

/*checkout*/
.elementor-column-gap-default {
  max-width: 650px;
  padding: 10px;
  margin: 0 auto;
}

.elementor-container h1 {
  font-size: 2rem;
  /*font-family: serifbabe;*/
  text-align: center;
  font-weight: 600;
}

.click-down {
  cursor: pointer;
}

.checkout_coupon {
  max-height: 0;
  overflow: hidden;
  transition: 500ms all;
}

.checkout_coupon.is-dashed.actived {
  border: 1px solid #446084;
  max-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.is-dashed {
  border: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.flex--col.medium-flex-wrap {
  display: flex;
  align-items: center;
}

.flex-col-input input {
  height:32px;
  border: 1px solid #444;
  outline: none;
  border-radius:4px;
  width: 100%;
  max-width: 196px;
  padding-left:10px;
}

.discount-btn {
  font-size:12px;
  margin-left: 8px;
  border-radius:4px;
}

.flex-col-input {
  width: 100%;
  max-width: 196px;
}

.tvh-input-form {
  display: flex;
  margin-bottom: 5px;
}

p.update_totals_on_change {
  margin-bottom: 0;
  width: 100%;
}

.update_totals_on_change label,
.tvh-input-form-container label {
  font-size:12px;
}

.width-input {
  width: 20px;
}

p.update_totals_on_change input {
  width: -webkit-fill-available;
  padding: 2px 8px;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  border: 1px solid #D1D1D1;
  margin-top: 4px;
  outline: none;
  border-radius:4px;
}

.tvh-input-form-container {
  width: 100%;
}

.tvh-input-form-container select {
  height: 30px;
  width: 100%;
  border: 1px solid #C7C7C7;
  outline: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0em;
  border-radius:4px;
}

.woocommerce-billing-fields__field-wrapper h3 {
  font-size: 14px;
}

.required {
  color: red;
}

.tvh-input-form textarea {
  width: -webkit-fill-available;
  padding: 7px 12px;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  border: 1px solid #D1D1D1;
  outline: none;
  margin-top: 4px;
}

.order-total b {
  font-size: 12px;
  font-weight:600;
}

.woocommerce-checkout-payment {
  background-color: #ebe9eb;
  border-radius: 5px;
}

.wc_payment_method,
.form-row {
  padding: 12px;
}

.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}

.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.payment_methods {
  border-bottom: 1px solid #d3ced2;
}

.place-order {
  text-align:right;
}

@media(max-width:425px) {
  .tvh-input-form {
    display: block;
  }
  
  .tvh-input-form-container {
    margin-bottom: 5px;
  }
}


/*thanh toasn*/
.woocommerce-thankyou-order-received {
  margin-bottom: 5px;
}

ul.woocommerce-thankyou-order-details {
  margin: 0;
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}

ul.woocommerce-thankyou-order-details li {
  display: inline-block;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

ul.woocommerce-thankyou-order-details li:last-of-type {
  border: none;
}

ul.woocommerce-thankyou-order-details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}

ul.order_details {
  margin: 0 0 3em;
  list-style: none;
  padding-left: 0px;
}

ul.order_details li {
  display: inline-block;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

ul.order_details li strong {
  display: block;
  font-size: 1.2em;
  text-transform: none;
  line-height: 1.5;
}

ul.order_details li:last-of-type {
    border: none;
}

.wc-bacs-bank-details-heading {
  margin-bottom: 0;
}

.woocommerce-bacs-bank-details-item {
  margin-bottom: 40px;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  font-size: 12px !important;
  color: #000;
}




/*blog*/
.elementor--container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1515px;
}

.elementor-grid-2 {
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media(max-width:768px) {
  .elementor-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.elementor-post__text {
  margin-top:18px;
}

.elementor-post__title a {
  font-size:1.5rem;
  font-weight: 500;
}

.elementor-post__excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size:14px;
  color: #777;
  line-height: 1.5em;
  margin: 0;
}

.elementor-post__thumbnail img {
  aspect-ratio: 6/4;
  object-fit: cover;
}

.main-blog-post {
  max-width: 500px;
  margin: 0 auto;
}

.blog-post-excerpt {
  font-size: 12px;
  padding: 15px;
}

.blog-post-title {
  font-size: 30px;
  text-align: center;
  margin-top: 55px;
}

.jp-relatedposts {
  padding: 15px;
}

h5.jp-relatedposts-headline b {
  padding-top: 10px;
  border-top: 1px solid #000;
  font-size:14px;
}

.jp-relatedposts-post-title a {
  display: block;
  margin-right: 10px;
  width:100%;
}

.jp-relatedposts-items-minimal {
  column-gap: 10px;
}

.jp-relatedposts-post {
  font-size: 14px;
}

.post-blog-time {
  color: #909090;
}

/*bo suu tap*/
.elementor-heading-title {
  color: #000000;
  /*font-family: "Serifbabe", Sans-serif;*/
  font-size: 60px;
  text-align:center;
  margin-top:15px;
}










 















