/*CSS CODEX*/

@media(min-width:850px) {
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em
    }

    .aligncenter {
        clear: both;
        display: block;
        margin: 0 auto
    }
}

.wp-caption {
    margin-bottom: 2em;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    background: rgba(0, 0, 0, .05);
    font-size: .9em;
    font-style: italic;
    padding: .4em
}

.wp-caption-text {
    text-align: center
}

img.size-full.alignnone {
    margin-bottom: 10px;
}

.row .entry-content .gallery {
    padding: 0
}

.gallery-caption {
    display: block
}


:focus{
    outline:none !important;
}
input,textarea{
    font-family: Inter, sans-serif !important;
}
.sidebar_banner {
    display: flex;
    flex-direction: column;
    gap:10px;
}

.tg_pagination {
    display: table;
    margin: 0px auto 0px auto;
    clear: both;
    padding: 30px 0px 0px 0px;
}

.tg_pagination span.current {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    color: #fff;
    background: #f06924;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.tg_pagination a {
    color: #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
}

.page-template-default .tg_breadcrumb{
    margin: 0 0 80px 0;
}

.page-template-default h1{
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    font-family: "Arima", system-ui;
    text-align: center;
    margin:0 0 40px 0;
}

.newsde_inside ul {
    list-style-type: initial;
}

.newsde_inside ul li, .newsde_inside ol li {
    list-style-type: initial;
}

.newsde_inside h2{
    font-size: 26px;
    line-height: 34px;
    margin: 20px 0px 10px 0;
}

.newsde_inside h3{
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0px 10px 0;
}

.newsde_inside h4{
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0px 10px 0;
}


.newsde_inside h5{
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0px 10px 0;
}

.info_detaild{
    display: flex;
    gap:30px;
    align-items: center;
    margin: 20px 0 0 0;
}

.info_detaild svg{
    width: 20px;
    height: 20px;
}

.info_detaild  span , .info_detaild  span a{
    font-size: 14px;
    line-height: 22px;
    color:#615c5c;
}

.info_detaild  span{
   display: flex;
   gap:3px;
   align-items: center;
}

.author_area{
  display: flex;
  gap:30px;
  margin: 0 0 40px 0;
}

.author_area .author_area_left{
  flex-shrink: 0;
}

.author_area .author_area_left img{
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}

.author_area .author_area_right h1 {

    margin: 0 0 20px 0;

    font-size: 28px;

    line-height: 36px;
}

.author_area .author_area_right h1 span trong{

}

.author_area .author_area_right .author_social{

}

.author_area .author_area_right .author_social ul{
  display: flex;
  gap:10px;
}

.author_area .author_area_right .author_social ul li a{
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #003984;
  color: #fff;
} 

.author_area .author_area_right .author_social ul li.zalo_u a{
  background: #0065f7;
}

.author_area .author_area_right .author_social ul li.linkedin_u a{
  background: #007ab5;
}

.author_area .author_area_right .author_social ul li.x_u a{
  background: #000000;
}

.author_area .author_area_right .author_social ul li.telegram_u a{
  background: #32abe7;
}

.author_area .author_area_right .author_social ul li.tiktok_u a{
  background: #000000;
}

.author_area .author_area_right .author_social ul li.email_u a{
  background: #e66a1f;
}

.author_area .author_area_right .author_desc{
  font-size: 16px;
  line-height: 23px;
  margin: 20px 0 0 0;
  opacity: 0.8;
  font-weight: 300;
}

.author_area .author_area_right .author_desc p{
    margin: 0 0 10px 0;
}

/*single product*/
.product-container {
    display: flex;
    flex-direction: column;
}

.product-main {
    padding: 0px 0px 70px 0px;
    border-bottom: 1px dashed #ccc;
    margin: 0px 0px 70px 0px;
}

.main-image {
    padding: 0;
    height: auto;
    width: 100%;
    object-fit: cover;
    display: block;
    overflow: hidden;
}

.thumbnail-images-slider {
    display: flex
    ;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.swiper-slide {
    overflow: hidden;
    cursor: pointer;
}

.thumbnail-images-slider img {
    height: 100px;
    object-fit: cover;
}

.product-container .product-main > .row > div[class*="col"] {
    /* padding: 0px 15px !important; */
    /* width: 50%; */
}

.single-product .product-info {
    text-align: left;
    align-items: flex-start;
}

.product-info.summary h2 {
    margin: 0px 0px 20px 0px;
    font-size: 36px;
    line-height: 140%;
    font-weight: 600;
    color: #000000;
    order: 2;
}

.product_meta .sku_wrapper {
  font-size: 15px;
  line-height: 23px;
}
.product_meta .posted_in {
  display: none;
}
.product-info > p.price {
  order: 3;
}
.product-info > .woocommerce-Price-notice-container {
  order: 3;
}
.product-info > .wc-availability {
  order: 4;
}

.product-info .tg_infopd_plus{
    order: 4;
    font-size: 14px;
    font-style: italic;
    margin: 5px 0 0 0;
}

.product-info > form {
  order: 5;
}
.product-info > .product_meta {
  order: 1;
}


.tg_wrap_button{
  display: flex;
  gap:20px;
}

.tg_wrap_button button , .tg_wrap_button a{
  background: #e66a1f;
  color:#fff;
  text-transform: none;
  border-radius: 50px;
  font-weight: 500;
  padding: 10px 20px;
  margin: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.tg_wrap_button a:hover{
  text-decoration: none;
}


.single_variation_wrap p.stock {
  margin:0px 0px 10px 0px;
}

.selling-points .icon-box-text{
  gap:15px;
}

.selling-points .icon-box-text i.fa{
  color: #e66a1f;
  font-size: 29px;
}

.tg_wrap_images_top_singlepd{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 50px;
}

.tg_wrap_images_top_singlepd .product-gallery{
    flex: 1 1 calc(40% - 50px);
    overflow: hidden;
}

.tg_wrap_images_top_singlepd .product-info{
    flex: 1 1 calc(60% - 50px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.product-images-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.main-image {
 padding: 0;
 height: auto;
 width: 100%;
 object-fit: cover;
}


.thumbnail-images-slider {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.product-images-slider .swiper-slide:hover img{
  transform: none !important;
}
.main-image{
  display: block;
  overflow: hidden;
}
.product-images-slider [class*="swiper-button"]{
 width: 30px;
 height: 30px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #e66a1f;
 color:#fff !important;
 border-radius: 50%;
}

.product-images-slider .swiper-button-next{
  right: 0px !important;
  bottom: 43px !important;!i;!;
  top: initial;
}

.product-images-slider .swiper-button-prev{
  left: 0px !important;
  bottom: 43px !important;
  top: initial;
}

.product-images-slider [class*="swiper-button"]::after{
  font-size: 14px !important;
  font-weight: 700;

}

.thumbnail-images-slider img{
  height: 100px;
  object-fit: cover;
}

.single-product .tg_header{

    background: #532200 !important;
}

.single-product .tg_content {
    padding:100px 0 0 0;
}

.single-product .product-info .price {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    color: #F56718;
    line-height: 140%;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: flex-end;
}

.single-product .product-info .price .sale-tag{
    display: none;
}

.single-product .product-info .price ins{

text-decoration: none;
}

.single-product .product-info .price del{

text-decoration: line-through;

color: #636161;

font-size: 18px;

font-weight: 400;

opacity: 0.6;

line-height: 22px;

position: relative;

top: -8px;
}


.custom-variation-buttons .variation-attribute label{
  padding: 6px 18px;
  font-size: 14px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%) !important;
  border: 1px solid #ddd;
  font-weight: 500;
  overflow: hidden;
  min-height: 30px;
  min-width: 30px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}


.custom-variation-buttons .variation-attribute label input{
  display: none;
}

.custom-variation-buttons .variation-attribute label.tg_active{
  background: none !important;
  border: 1px solid #e66a1f;
  color: #e66a1f!important;
}

.custom-variation-buttons .variation-attribute{
  display: flex;
  gap:10px;
  flex-wrap: wrap;
  margin: 0px 0px 15px 0px;
}

.custom-variation-buttons h3{
  font-size: 16px;
  line-height: 140%;
  margin: 0px 0px 5px 0px;
  font-weight: 600;
}

.custom-variation-buttons .variation-attribute label.tg_active:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome !important;
  position: absolute;
  color: #fff;
  bottom: 0;
  right: 0;
  font-size: 11px !important;!i;!;
  z-index: 1;
}

.custom-variation-buttons .variation-attribute label::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: #eee;
  transform: rotate(45deg);
  bottom: -15px;
  right: -15px;
}

.custom-variation-buttons .variation-attribute label.tg_active:after {
  background: #e66a1f;
}

.custom-variation-buttons{
    margin:20px 0 0 0;
}
.product_meta{
    margin: 0 0 10px 0;
}
.product_meta .sku_wrapper{
    font-size: 16px;
    line-height: 120%;
    opacity: 0.4;
}

.thinhvuong_commit{
    order:5;
    margin: 40px 0 0 0;
}



.thinhvuong_commit .wrap_tv_commit{
    display: flex;
    flex-direction: column;
    gap:10px;
}

.thinhvuong_commit .wrap_tv_commit .icon-box {
    display: flex;
    gap:5px;
    align-items: center;
}

.thinhvuong_commit .wrap_tv_commit .icon-box svg{
    flex-shrink: 0;
}

.thinhvuong_toktok{
   order: 6;
   width: 100%;
   max-width: 100%;
   overflow: hidden;
   margin: 0;
   border-top: none;
   padding: 0;
}

.product-info .title_info_pd{
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    margin: 0 0 10px 0px;
    display: block;
}

.toktok_item_video iframe {

}

.tg_km_singlepd,
.tg_km_singlepd h4 {
  font-weight: 500;
}
.tg_title_rlmk ul {
  display: flex;
  gap: 10px;
  margin: 0px 0px 20px 0px;
  justify-content: center;
}
.tg_title_rlmk ul li {
  text-transform: uppercase;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  padding: 7px 17px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f3f4f6;
  color: #444444;
  cursor: pointer;
  margin: 0px;
}
.tg_title_rlmk ul li.tg_current {
  color: #fff;
  background: #e66a1f;
}
.custom-related-products .swiper-container {
  padding: 0;
}
.tg_related_muakem_pd .slider__pagination {
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.tg_related_muakem_pd .swiper-pagination-bullet-active {
  background: #e66a1f !important;
}
.tg_related_muakem_pd .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0px 5px;
  background: #cccc;
  opacity: 1;
}
.tg-tab-content {
  display: none;
}
.tg-tab-content.tg_current {
  display: block;
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
}
.tg-tab-content h3 {
  font-weight: 700;
}
.tab-content__description blockquote {
  border: none !important;
  padding: 0px !important;
}

.custom-related-products {
    overflow: hidden;
}

.tg_wrap_pdft{
    margin: 0 0 80px 0;
}

.tg_related_pd{
    margin: 80px 0 0 0;
}

.star-rating {
   direction: rtl;
   display: inline-block;
   padding: 0;
   cursor: default;
   margin: 10px 0;
}
.star-rating input[type="radio"] {
   display: none;
}
.star-rating label {
   color: #bbb;
   font-size: 2rem;
   padding: 0;
   cursor: pointer;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.star-rating label:hover, .star-rating label:hover ~ label, .star-rating input[type="radio"]:checked ~ label {
   color: #e66a1f;
}

.product-gallery .onsale{
    display: none;
}

.tg_wrap_button{
    margin:30px 0 0 0;
}

.tg_review_single{
    display: flex;
    gap: 40px;
}

.tg_review_single .tg_review_single_left{
    flex:1;
}

.tg_review_single .tg_review_single_left b{
    font-size: 20px;
    line-height: 140%;
}


.tg_review_single .tg_review_single_left b strong{

    font-weight: 600;
}

.tg_review_single .tg_review_single_left .review_single_form{

}

.tg_review_single .tg_review_single_left .review_single_form .tg_form_rating_star{

}

.tg_review_single .tg_review_single_left .review_single_form form .tg_list_input{

    display: flex;

    flex-direction: column;

    gap: 15px;

    margin: 10px 0 0 0;
}

.tg_review_single .tg_review_single_left .review_single_form form .tg_form_input{

    flex-direction: column;

    gap: 5px;

    display: flex;
}

.tg_review_single .tg_review_single_left .review_single_form form .tg_form_input label{

}

.tg_review_single .tg_review_single_left .review_single_form form .tg_form_input .tg_input{

}

.tg_review_single .tg_review_single_left .review_single_form form .tg_form_submit{

    display: flex;

    gap: 10px;

    justify-content: flex-end;

    margin: 20px 0 0 0;
}

.tg_review_single .tg_review_single_left .review_single_form form .tg_form_submit button{

    background: #e66a1f;
    
    color: #fff;
    
    text-transform: none;
    
    border-radius: 50px;
    
    padding: 10px 20px;
    
    margin: 0;
    
    position: relative;
    
    display: inline-flex;
    
    align-items: center;
    
    border: none;
    
    font-size: 16px;
    
    font-weight: 600;
    
    cursor: pointer;
    
    border: 1px solid transparent;
}

.tg_review_single .tg_review_single_left .review_single_form form .tg_form_submit button[type="button"]{
    background: #fff;
    color: #e66a1f;
    border: 1px solid;
    font-weight: 400;
}

.tg_review_single .tg_review_single_left .review_single_form form input,
.tg_review_single .tg_review_single_left .review_single_form form textarea{
    border:1px solid #DDDDDD;
    padding:10px;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.tg_review_single .tg_review_single_left .review_single_form form textarea{
    height: 85px;
    resize: none;
}

.tg_review_single .tg_review_single_right{
    flex:1;
}

.tg_review_single .tg_review_single_right b{

    font-size: 20px;
    
    line-height: 140%;
    
    font-weight: 600;
    
    margin: 0 0 20px 0px;
    
    display: block;
}

.tg_review_single .tg_review_single_right .tg_list_review{

    display: flex;
    
    flex-direction: column;
    
    gap: 40px;
}

.tg_review_single .tg_review_single_right .tg_list_review .tg_list_review_item{

    display: flex;
    
    flex-direction: column;
    
    gap: 10px;
    
    position: relative;
}

.tg_review_single .tg_review_single_right .tg_list_review .tg_list_review_item::before{
    content:"";
    position: absolute;
    height: 1px;
    background: #e6e6e6;
    width: 100%;
    bottom: -20px;
    left:0;
}

.tg_review_single .tg_review_single_right .tg_list_review .tg_list_review_item .tg_review_name_star{

    display: flex;
    
    align-items: center;
}

.tg_review_single .tg_review_single_right .tg_list_review .tg_list_review_item .tg_review_name_star strong{

    font-weight: 500;
}

.tg_review_single .tg_review_single_right .tg_list_review .tg_list_review_item .tg_review_name_star img{

    margin: 0 0 0 auto;
}

.tg_review_single .tg_review_single_right .tg_list_review .tg_list_review_item .tg_content_review{

}

/*end single product*/

.archive-product-page .category-header{
    padding:65px 0 0 0;
}

.tax-product_cat h2.section-title{
    font-family: "Arima", system-ui;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin: 14px 0px 0px 0px;
    text-align: center;
}

.tax-product_cat .normal-products{
    margin: 50px 0 0 0;
}

.featured-products {
    margin:80px 0 0 0;
    background: #64300c;
    padding: 60px 0;
}

.tax-product_cat .featured-products h2.section-title {
    color:#fff;
    margin:0;
}

.tax-product_cat .featured-products .product_item{
    background:#fff;
}

.wp-block-woocommerce-cart .wc-block-cart-item__quantity{
    display: flex;
}

.wp-block-woocommerce-cart .wc-block-cart-item__remove-link{
    margin: 0 0 0 30px!important;
    opacity: 0.5;
}

.wp-block-woocommerce-cart  .wc-block-components-quantity-selector{
    margin: 0 !important;
}

.wc-block-cart__submit-container a{
    background: #f56718;
    color:#fff;
    border-radius: 50px;
}

.wc-block-cart-items .wc-block-cart-item__total .wc-block-components-product-price__value{
    color:#f56718;
}

.wc-block-cart-items  .wc-block-components-product-price__regular{
    font-size: 14px;
    line-height: 17px;
    opacity: 0.3;
}

.wc-block-cart__main .wc-block-cart-items td{
    padding: 16px 0 16px 16px !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-name{
    color: red;
    font-size: 16px;
    line-height: 24px;
    color:#f56718 !important;
}

.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__individual-prices{
    font-size: 14px;
    line-height: 17px;
    opacity: 0.3;
}

.wc-block-components-sidebar .tg_wrap_sticky_sb{
    position: sticky;
    top:120px;
}

.wp-block-woocommerce-cart .wp-block-product-new , 
.wp-block-woocommerce-cart .wp-block-separator  {
    display: none !important;
}

.woocommerce-checkout .newsde_inside ul li::before{
    display: none;
}

.woocommerce-checkout .newsde_inside ul li{
    margin:0;
    padding:0;
}

.woocommerce-checkout .newsde_inside ul{
    margin:0;
    padding:0 0 0 20px !important;
}

.woocommerce-checkout .wc_payment_methods {
  display: none;
}
.woocommerce-checkout #order_review {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout #order_review #payment {
  order: 3;
}
.woocommerce-checkout #order_review .shop_table {
  order: 1;
}
.woocommerce-checkout #order_review .tg_note_checkout {
  order: 2;
}
.tg_account_tks ul {
  padding: 0px 0px 0px 20px;
  list-style: initial;
}
.tg_btn_downqr {
  display: table;
  margin: 0px;
  background: #e66a1f;
  padding: 9px 17px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border: none;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0px 0px 10px #ccc;
  margin: 20px 0px 0px 0px;
}

.woocommerce-order-details h2.woocommerce-order-details__title{
    margin:0 0 20px 0;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: none !important;
}
.woocommerce-order{
  display: flex;
  flex-direction: row-reverse;
  gap:30px;
  justify-content: space-between;
  align-items: flex-start;
}

.woocommerce-order .tg_wrap_donhang{
 flex: 1 1 50%;
}

.woocommerce-order .woocommerce-order-details{
  flex: 1 1 50%;
}

.woocommerce-order>p{
  display: none;
}

.woocommerce-order-details thead {
  color: #31190a;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.woocommerce-order-details .cart-subtotal {
  color: #31190a;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  font-size: large;
}
.woocommerce-order-details .order-total {
  color: #31190a;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  font-size: x-large;
}
.woocommerce-order-details th,
.woocommerce-order-details td {
  border:1px solid #ccc;
  padding:10px;
}


.tg_search_hd form {
  position: relative;
  margin: 0px;
  display: flex;
}
.tg_search_hd .tg_wrap_input {
    width: 100%;
}
.tg_search_hd form .select-wrapper {
  width: 77px;
}
.tg_search_hd form .select-wrapper select {
  width: 100%;
  box-sizing: border-box;
  margin: 0px;
  height: 40px;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 27px 8px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tg_search_hd form button[type="submit"] .loading_spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #a60404;
  width: 20px;
  height: 20px;
}

#search_form #result {
  position: absolute;
  top: 90px;
  left: 0px;
  background: #fff;
  z-index: 9999;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #ccc;
  max-height: 318px;
  overflow: auto;
}

.tg_list_result_search {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.tg_list_result_search .tg_item_search {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
  gap: 15px;
  position: relative;
}
.tg_list_result_search .tg_item_search:last-child {
  border-bottom: none;
  padding: 10px 0px 0px 0px;
}
.tg_list_result_search .tg_item_search .wrap_figure {
  flex-shrink: 0;
  position: unset;
}
.tg_list_result_search .tg_item_search .wrap_figure a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.tg_list_result_search .tg_item_search .wrap_figure img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.tg_list_result_search .tg_item_search .tg_info_pd {
}
.tg_list_result_search .tg_item_search .tg_info_pd p {
  margin: 0px 0px 2px 0px !important;
  font-weight: 600;
  color: #e66a1f;
}
.tg_list_result_search .tg_item_search .tg_info_pd .tg_price {
  font-size: 13px;
  line-height: 22px;
}

.tg_nore_result {
    padding: 15px;
}

.tg_related_pd b{
    font-family: "Arima", system-ui;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin: 14px 0px 20px 0px;
    text-align: center;
    display: block;
}

.tg_success_alert{
    display: none;
}

.tg_success_alert .tg_alert_wrap  {
    background:green;
    padding:10px;
    color:#fff;
    font-size: 14px;
    line-height: 120%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap:10px;
}

.tg_alert_general {
   position: fixed;
   top:120px;
   right:30px;
   display: none;
   z-index: 99;
}

.tg_alert_general .tg_alert_wrap{
   background:green;
   padding:10px;
   color:#fff;
   font-size: 14px;
   line-height: 120%;
   border-radius: 5px;
   display: flex;
   align-items: center;
   gap:10px;

}

.tg_related_pd .product_general{
 display: flex;
 grid-gap: initial;
 grid-row-gap: initial;
 margin: 0;
}

h3.tg_content_update{
    text-align: center;
    margin:20px 0;
}

.tg_related_muakem_pd .tg_title_rlmk{
    margin:0 0 50px 0;
}

.thinhvuong_list_km{
    order:4;
    margin: 10px 0 0 0;
}

.thinhvuong_list_km .thinhvuong_km_wrap_list{
    display: flex;
    gap:10px;
    flex-wrap: wrap;
}

.thinhvuong_list_km .thinhvuong_km_wrap_list .km_item{
    display: flex;
    gap:10px;
    background: #F567180F;
    align-items: center;
    border-radius: 8px;
    padding: 6px 13px;
    font-size: 14px;
    line-height: 140%;
    color:#F56718;
    cursor: pointer;
}

.tg_popup_03072025  {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.6) center center no-repeat;
    font-size: 15px;
    overflow: auto;
    display: none;
    z-index: 99999;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 0 2rem;
}


.tg_popup_03072025 .tg_popup_03072025_content {
    position: relative;
    margin: 60px auto 50px auto;
    z-index: 9;
    transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s  linear;
    background: #fff;
    max-width: 510px;
    width: 100%;
    animation-name: animatetop;
    animation-duration: 0.4s;
    padding: 24px;
    border-radius: 16px;
}

.tg_popup_03072025 .tg_popup_03072025_content_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.tg_popup_03072025 .tg_popup_03072025_content_title{

}

.tg_popup_03072025 .tg_popup_03072025_content_title b{

    font-family: "Arima", system-ui;

    font-size: 32px;

    line-height: 120%;

    font-weight: 700;

    margin: 14px 0 15px 0;

    text-align: center;

    display: block;
}

.tg_popup_03072025 .tg_popup_03072025_content_title b::after{
   content: url(../images/thinhvuong-title-vignette.png);
   display: block;
   margin: 5px 0 0 0;
}

.tg_popup_03072025 .tg_popup_content{

    font-size: 16px;

    text-align: justify;
}

.tg_popup_03072025 .tg_popup_content p{
    margin:0 0 10px 0;
}

.tg_popup_03072025 .tg_close_pop_btn{
    font-size: 14px;
    line-height: 100%;
    color: #F56718;
    border:1px solid;
    border-radius: 50px;
    padding: 14px 50px;
    cursor: pointer;
    text-align: center;
    margin: 30px auto 0 auto;
    display: table;
}

.tg_popup_03072025 .tg_close_pop_btn:hover{
    background: #F56718;
    color:#fff;
}

.product-footer .tg-tab-content p{
    margin: 0 0 10px 0;
}

.wc-block-components-checkout-place-order-button{
  background: #f56718;
  color: #fff;
  border-radius: 50px;
  border: none;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
    background: #f56718;
    color: #fff;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button .wc-block-components-button__text{
    opacity: 1 !important;
}

.wc-block-checkout__terms{
    display: none !important;
}

.wp-block-woocommerce-cart h2.with-empty-cart-icon~h2{
    display: none;
}

.tg_content_about_desktop .about_belive .ct_right figure{
    display: flex;
    justify-content: center;
    position: relative;
    animation: logo_custom 2000ms infinite;
    border-radius: 50%;
}

.menu_mobile_flower{
    text-align: center;
}

.tg_contact_single_pd{
    position: fixed;
    bottom:0;
    left:0;
    background:#fff;
    padding: 15px 10px;
    width: 100%;
    z-index: 99;
    border-top: 1px solid #ccc;
}

.tg_contact_single_pd .tg_item_social{
    position: relative;
}

.tg_contact_single_pd .tg_item_social::before{
    content:"";
    position: absolute;
    top: 3px;
    left: -20px;
    width: 1px;
    height: 30px;
    background: #e6e6e6;
}

.tg_contact_single_pd .tg_item_social:first-child::before{
    width: 0;
}

.tg_contact_single_pd .tg_item_social a{
    display: flex;
}

.tg_contact_single_pd .tg_contact_list_fixed{
    display: flex;
    gap:40px;
    justify-content: center;
}

.tg_contact_single_pd .tg_contact_list_fixed .tg_ct_phone a{
    background: #F56718;
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    align-items: center;
    gap:10px;
    border-radius: 60px;
    padding: 4px 10px;
    color: #fff;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    background: #fff;
    opacity: 0.8;
}

#product-list {
    position: relative;
}

#loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    color: #31190a70;
    z-index: 9999;
}

.search-no-results  .category-description , .search-results .category-description{
    display: none;
}

.tg_mobile{
    display: none !important;
}

.tg_pc{
    display: inline-block !important;
}

.tg_wrap_search_archive{
    border:1px solid #e6e6e6;
    padding:25px;
    border-radius: 20px;
    margin: 20px 0 0 0;
}

.tg_wrap_search_archive .title_filter_adv{
    text-transform: uppercase;
    color: #f56718;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.category-header .category-description{
    display: table;
    max-width: 800px;
    margin:0 auto 0 auto;
    width: 100%;
    text-align: center;
}

.tg_filter_price{
    text-align: center;
}

.title_filter_adv{
    text-align: center;
}

.tg_wrap_search_archive_inner{
    display: flex;
    gap: 50px;
    justify-content: center;
}

.tg_related_muakem_pd .gallery img{
    height: auto;
}

.product-images-slider .video-thumbnail{
    position: relative;
}

.product-images-slider .video-thumbnail i.fa-play{
    color:#fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background:red;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-item.main-display-content video{
    height: 500px !important;
    object-fit: cover;
    /* width: 80% !important; */
    object-position: center center;
    margin: 0  auto;
    display: table;
}

#video-container-wrapper {
    position: relative; 
}

.video-control-btn {
    position: absolute;
    bottom: 10px; 
    right: 10px; 
    background: rgb(230 106 31); 
    color: white;
    border: none;
    border-radius: 50%; 
    cursor: pointer;
    line-height: 1;
    z-index: 10; 
    width: 40px;
    height: 40px;
}

.video-control-btn.is-muted .icon-mute {
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-control-btn.is-muted .icon-unmute {
    display: none;
}

.video-control-btn:not(.is-muted) .icon-mute {
    display: none;
}
.video-control-btn:not(.is-muted) .icon-unmute {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item.main-display-content{
    width: 100%;
}

.slider-item.main-display-content a{
    width: 100%;
    display: block;
}

.slider-item.main-display-content a img{
    width: 100%;
    height: auto;
}

.product_hp.tg_pt_pb_80{
    padding:60px 0 0 0;
}

.banner_hp {
    padding:80px 0;
}

.product_general .product_item  .wrap_figure video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.thinhvuong_toktok iframe{
    width: 100%;
    height: 350px;
    max-width: 600px;
    margin: 0 auto;
    display: table;
}

.tg_short_archivepd , .tg_wrap_content_tab {
  margin: 20px 0px 0px 0px;
  position: relative;
  max-height: 500px;
  overflow: hidden;
  box-shadow: 0px 0px 7px #ccc;
  border-radius: 15px;
  transition: all 0.3s;
  padding: 20px;
}

.tg_click_ream {
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: #e66a1f;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 150px;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px #ccc;
  font-size: 17px;
  font-weight: 600;
  z-index: 3;
  cursor: pointer;
  color: #fff;
}
.tg_click_ream span::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0px 0px 0px 5px;
}

.tg_wrap_content_tab::before,
.tg_short_archivepd::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background: transparent;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.91)),
    color-stop(55%, #fff)
);
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
);
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
);
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
  display: block;
  margin-bottom: 0;
  height: 100px;
  z-index: 2;
}
.tg_wrap_content_tab.tg_active,
.tg_short_archivepd.tg_active {
  max-height: initial;
}
.tg_wrap_content_tab.tg_active::before,
.tg_short_archivepd.tg_active::before {
  opacity: 0;
  pointer-events: none;
}

.tg_short_archivepd_area{
    margin:40px 0 0 0;
}

.tg_short_archivepd p{
    margin:0 0 10px 0;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon::before{
    height: 200px !important;
    background: url(../images/cart-svgrepo-com.svg) center center no-repeat !important;
    background-size: contain !important;
    mask-image: none !important;
    width: 200px !important;
    position: relative;
    margin: 0 auto 20px auto !important;
}

.tg_search_pd_archive{
    margin:50px 0 0 0;
}

.tg_search_pd_archive .page-title{
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.tg_search_pd_archive .page-title span{
    color:#f56718;
    font-weight: 600;
}

.navigation.pagination .nav-links a.page-numbers{
 width: 30px;
 height: 30px;
 border: 1px solid transparent;
 border-radius: 50%;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 color:#000;
}

.navigation.pagination .nav-links .page-numbers:hover{
    color: #f56718 !important;
}

.navigation.pagination {
    margin:80px 0 0 0;
}

.navigation.pagination .nav-links span.current{
   width: 30px;
   height: 30px;
   border: 1px solid #f56718;
   border-radius: 50%;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color:#f56718;
}

.navigation.pagination .nav-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
}

.navigation.pagination .nav-links a.next{
    width: initial !important;
    height: initial !important;
}
.the_breadcrumb{
    margin:20px 0 0 0;
}
.the_breadcrumb ul li{
    display: inline;
    position: relative;
    font-size: 14px;
}



.the_breadcrumb ul li:first-child::before{
    content:"";
    margin:0;
}

.the_breadcrumb ul li a{
    color:#000;
}

.the_breadcrumb ul li::before{
    content:">";
    margin: 0 10px 0 5px;

}

.single-product .the_breadcrumb {
    margin:0 0 40px 0;
}

/*contact fixed*/
.arcontactus-widget .arcontactus-message-button.pulsation {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.arcontactus-widget.md .arcontactus-message-button,
.arcontactus-widget.md.arcontactus-message {
  width: 60px;
  height: 60px;
}
.arcontactus-widget {
  opacity: 0;
  transition: all 0.5s;
}
.arcontactus-widget * {
  box-sizing: border-box;
}
.arcontactus-widget.left.arcontactus-message {
  left: 20px;
  right: auto;
}
.arcontactus-widget.left .arcontactus-message-button {
  right: auto;
  left: 0;
}
.arcontactus-widget.left .arcontactus-prompt {
  left: 80px;
  right: auto;
  transform-origin: 0 50%;
}
.arcontactus-widget.left .arcontactus-prompt:before {
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: auto;
  left: -15px;
}
.arcontactus-widget.left .messangers-block {
  right: auto;
  left: 0;
  -webkit-transform-origin: 10% 105%;
  -ms-transform-origin: 10% 105%;
  transform-origin: 10% 105%;
}
.arcontactus-widget.left .callback-countdown-block {
  left: 0;
  right: auto;
}
.arcontactus-widget.left .callback-countdown-block::before,
.arcontactus-widget.left .messangers-block::before {
  left: 25px;
  right: auto;
}
.arcontactus-widget.md .callback-countdown-block,
.arcontactus-widget.md .messangers-block {
  bottom: 70px;
}
.arcontactus-widget.md .arcontactus-prompt {
  bottom: 5px;
}
.arcontactus-widget.md.left .callback-countdown-block:before,
.arcontactus-widget.md.left .messangers-block:before {
  left: 21px;
}
.arcontactus-widget.md.left .arcontactus-prompt {
  left: 70px;
}
.arcontactus-widget.md.right .callback-countdown-block:before,
.arcontactus-widget.md.right .messangers-block:before {
  right: 21px;
}
.arcontactus-widget.md.right .arcontactus-prompt {
  right: 70px;
}
.arcontactus-widget.md .arcontactus-message-button .pulsation {
  width: 74px;
  height: 74px;
}
.arcontactus-widget.md .arcontactus-message-button .callback-state,
.arcontactus-widget.md .arcontactus-message-button .icons {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}
.arcontactus-widget.sm .arcontactus-message-button,
.arcontactus-widget.sm.arcontactus-message {
  width: 50px;
  height: 50px;
}
.arcontactus-widget.sm .callback-countdown-block,
.arcontactus-widget.sm .messangers-block {
  bottom: 60px;
}
.arcontactus-widget.sm .arcontactus-prompt {
  bottom: 0;
}
.arcontactus-widget.sm.left .callback-countdown-block:before,
.arcontactus-widget.sm.left .messangers-block:before {
  left: 16px;
}
.arcontactus-widget.sm.left .arcontactus-prompt {
  left: 60px;
}
.arcontactus-widget.sm.right .callback-countdown-block:before,
.arcontactus-widget.sm.right .messangers-block:before {
  right: 16px;
}
.arcontactus-widget.sm.right .arcontactus-prompt {
  right: 60px;
}
.arcontactus-widget.sm .arcontactus-message-button .pulsation {
  width: 64px;
  height: 64px;
}
.arcontactus-widget.sm .arcontactus-message-button .icons {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}
.arcontactus-widget.sm .arcontactus-message-button .static {
  margin-top: -16px;
}
.arcontactus-widget.sm .arcontactus-message-button .callback-state {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}
.arcontactus-widget.active {
  opacity: 1;
}
.arcontactus-widget .icons.hide,
.arcontactus-widget .static.hide {
  opacity: 0;
  transform: scale(0);
}
.arcontactus-widget.arcontactus-message {
  z-index: 9;
  right: 25px;
  bottom: 30px;
  position: fixed !important;
  height: 60px;
  width: 60px;
}
.arcontactus-widget .arcontactus-message-button {
  width: 60px;
  position: absolute;
  height: 60px;
  right: 0;
  background-color: #e66a1f !important;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.arcontactus-widget .arcontactus-message-button p {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.arcontactus-widget .arcontactus-message-button .pulsation {
  width: 84px;
  height: 84px;
  background-color: #e66a1f !important;
  border-radius: 50px;
  position: absolute;
  left: -12px;
  top: -12px;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: arcontactus-pulse 2s infinite;
  animation: arcontactus-pulse 2s infinite;
}
.arcontactus-widget .arcontactus-message-button .icons {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}
.arcontactus-widget .arcontactus-message-button .static {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -26px;
  width: 49px;
  height: 49px;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.arcontactus-widget .arcontactus-message-button .static img {
  display: inline;
}
.arcontactus-widget .arcontactus-message-button .static svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.arcontactus-widget .arcontactus-message-button.no-text .static {
  margin-top: -12px;
}
.arcontactus-widget .pulsation:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.arcontactus-widget .pulsation.stop {
  -webkit-animation: none;
  animation: none;
}
.arcontactus-widget .icons-line {
  top: 10px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  -o-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  height: 24px;
  transition: 0.2s all;
}
.arcontactus-widget .icons,
.arcontactus-widget .static {
  transition: 0.2s all;
}
.arcontactus-widget .icons-line.stop {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.arcontactus-widget .icons-line span {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #0066b2 !important;
}
.arcontactus-widget .icons-line span i,
.arcontactus-widget .icons-line span svg {
  width: 24px;
  height: 24px;
}
.arcontactus-widget .icons-line span i {
  display: block;
  font-size: 24px;
  line-height: 24px;
}
.arcontactus-widget .icons-line img,
.arcontactus-widget .icons-line span {
  margin-right: 40px;
}
.arcontactus-widget .icons.hide .icons-line {
  transform: scale(0);
}
.arcontactus-widget .icons .icon:first-of-type {
  margin-left: 0;
}
.arcontactus-widget .arcontactus-close {
  color: #fff;
}
.arcontactus-widget .arcontactus-close svg {
  -webkit-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  -webkit-transition: ease-in 0.12s all;
  -o-transition: ease-in 0.12s all;
  transition: ease-in 0.12s all;
  display: block;
}
.arcontactus-widget .arcontactus-close.show-messageners-block svg {
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.arcontactus-widget .arcontactus-prompt,
.arcontactus-widget .messangers-block {
  background: center no-repeat #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  width: 235px;
  position: absolute;
  bottom: 80px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 14px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  -webkit-transform-origin: 80% 105%;
  -ms-transform-origin: 80% 105%;
  transform-origin: 80% 105%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: ease-out 0.12s all;
  -o-transition: ease-out 0.12s all;
  transition: ease-out 0.12s all;
  z-index: 10000;
}
.arcontactus-widget .arcontactus-prompt:before,
.arcontactus-widget .messangers-block:before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}
.arcontactus-widget .arcontactus-prompt.show-messageners-block,
.arcontactus-widget .messangers-block.show-messageners-block {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.arcontactus-widget .arcontactus-prompt {
  color: #787878;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  width: auto;
  bottom: 10px;
  right: 80px;
  white-space: nowrap;
  padding: 18px 20px 14px;
}
.arcontactus-widget .arcontactus-prompt:before {
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  bottom: 16px;
  right: -15px;
}
.arcontactus-widget .arcontactus-prompt.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
  z-index: 100;
  height: 14px;
  width: 14px;
  padding: 2px;
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
  height: 10px;
  width: 10px;
  display: block;
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
  border-radius: 10px;
  display: inline-block;
  left: 3px;
  padding: 0;
  position: relative;
  top: 4px;
  width: 50px;
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div {
  position: relative;
  float: left;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 0 2px;
  -webkit-animation: arcontactus-updown 2s infinite;
  animation: arcontactus-updown 2s infinite;
}
.arcontactus-widget
.arcontactus-prompt
.arcontactus-prompt-typing
> div:nth-child(2) {
  animation-delay: 0.1s;
}
.arcontactus-widget
.arcontactus-prompt
.arcontactus-prompt-typing
> div:nth-child(3) {
  animation-delay: 0.2s;
}
.arcontactus-widget .messangers-block.sm .messanger {
  padding-left: 50px;
  min-height: 44px;
}
.arcontactus-widget .messangers-block.sm .messanger span {
  height: 32px;
  width: 32px;
  margin-top: -16px;
}
.arcontactus-widget .messangers-block.sm .messanger span svg {
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.arcontactus-widget .messanger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  padding: 8px 20px 8px 60px;
  position: relative;
  min-height: 54px;
  text-decoration: none;
}
.arcontactus-widget .messanger:hover {
  background-color: #f1f1f1;
}
.arcontactus-widget .messanger:before {
  background-repeat: no-repeat;
  background-position: center;
}
.arcontactus-widget .messanger.facebook span {
  background: #0084ff;
}

.arcontactus-widget .messanger.email span {
  background: #ff8400;
}
.arcontactus-widget .messanger.contact span {
  background: #7eb105;
}
.arcontactus-widget .messanger.call-back span {
  background: #54cd81;
}
.arcontactus-widget .messanger span {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5 !important;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.arcontactus-widget .messanger span i,
.arcontactus-widget .messanger span svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.arcontactus-widget .messanger span svg {
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
}
.arcontactus-widget .messanger span i {
  font-size: 18px;
  line-height: 24px;
}
.arcontactus-widget .messanger p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color:#000;
}

.product_item{
    border-radius: 20px 20px;
    box-shadow: rgb(0 0 0 / 18%) 0px 3px 8px;
    transition: all 0.3s !important;
    height: 100%;
}

.product_item .wrap_figure{
    position: relative;
}

.product_item .wrap_figure .tg_discount_tag{
      position: absolute;
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url(../images/discount_bg.png) center center no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}

.product_style1 .product_item{
    box-shadow: none;
}

/*end rau*/

@media(min-width: 1400px) and (max-width: 1599px){
      .menu_desktop_full .list_sub_menu #menu-flex-1 {
    top: -110px;
}
.menu_desktop_full .list_sub_menu #menu-flex-2 {
    top: -15px;
}
.menu_desktop_full .list_sub_menu #menu-flex-3 {
    top: -45px;
}
}

@media(max-width: 1024px){
    .single-product .product-info .price del{
        font-size: 14px;
        top:0;
    }
    .product_item .wrap_figure .tg_discount_tag{
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .product-info .tg_infopd_plus{
        font-size: 12px;
    }
    .model_hp{
        padding:25px 0 10px 0;
    }
    .single-product .arcontactus-widget.arcontactus-message{
        bottom:90px;
        right:15px;
    }
    .tg_wrap_search_archive{
        padding:20px;
        margin: 30px 0 0 0;
    }
    .tg_wrap_search_archive_inner{
        flex-direction: column;
        gap:20px;
    }
    .radio-button{
        margin: 10px 5px 0 0;
    }
    .tg_search_archive .col-inner{
        display: block;
        margin: 0;
    }
    .tg_mobile{
        display: inline-block !important;
    }

    .tg_pc{
        display: none !important;
    }
    .tg_alert_general{
        top:80px;
        right:15px;
    }
    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
        min-height: initial !important;
    }
    .woocommerce-checkout .newsde_inside .wc-block-components-order-summary h3{
        margin: 0 !important;
        font-size: 16px;
        line-height: 24px;
        color: #f56718 !important;
    }
    .swiper-pagination{
        margin: 10px 0 0 0 !important;
    }
    .product-footer .tg-tab-content{
        font-size: 14px;
        line-height: 22px;
    }
    .sidebar_banner {}

    .tg_pagination {}

    .tg_pagination span.current {}

    .tg_pagination a {}

    .page-template-default .tg_breadcrumb {}

    .page-template-default h1 {}

    .newsde_inside ul {}

    .newsde_inside ul li,
    .newsde_inside ol li {}

    .newsde_inside h2 {}

    .newsde_inside h3 {}

    .newsde_inside h4 {}

    .newsde_inside h5 {}

    .info_detaild {}

    .info_detaild svg {}

    .info_detaild span,
    .info_detaild span a {}

    .info_detaild span {}

    .author_area {}

    .author_area .author_area_left {}

    .author_area .author_area_left img {}

    .author_area .author_area_right h1 {}

    .author_area .author_area_right h1 span trong {}

    .author_area .author_area_right .author_social {}

    .author_area .author_area_right .author_social ul {}

    .author_area .author_area_right .author_social ul li a {}

    .author_area .author_area_right .author_social ul li.zalo_u a {}

    .author_area .author_area_right .author_social ul li.linkedin_u a {}

    .author_area .author_area_right .author_desc {}

    .author_area .author_area_right .author_desc p {}

/*single product*/
.product-container {}

.single-product  .product-main {
    padding: 0 0 40px 0;
    margin: 0 0 50px 0;
}

.main-image {}

.thumbnail-images-slider {}

.swiper-slide {}

.thumbnail-images-slider img {}

.product-container .product-main>.row>div[class*="col"] {
    flex: none;
}

.single-product .product-info {}

.product-info.summary h2 {
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 10px 0;
}

.product_meta .sku_wrapper {
    font-size: 14px;
}

.product_meta .posted_in {}

.product-info>p.price {}

.product-info>.woocommerce-Price-notice-container {}

.product-info>.wc-availability {}

.product-info>form {}

.product-info>.product_meta {
    margin: 0 0 3px 0;
}

.tg_wrap_button {}

.tg_wrap_button button,
.tg_wrap_button a {}

.tg_wrap_button a:hover {}

.single_variation_wrap p.stock {}

.selling-points .icon-box-text {}

.selling-points .icon-box-text i.fa {}

.tg_wrap_images_top_singlepd {
    display: block;
}

.tg_wrap_images_top_singlepd .product-gallery {
    margin: 0 0 30px 0;
}

.tg_wrap_images_top_singlepd .product-info {}

.product-images-slider {
}

.main-image {}

.thumbnail-images-slider {}

.product-images-slider .swiper-slide:hover img {}

.main-image {}

.product-images-slider [class*="swiper-button"] {}

.product-images-slider .swiper-button-next {}

.product-images-slider .swiper-button-prev {}

.product-images-slider [class*="swiper-button"]::after {}

.thumbnail-images-slider img {}

.single-product .tg_header {}

.single-product .tg_content {}

.single-product .product-info .price {
    font-size: 16px;
    line-height: 140%;
}

.custom-variation-buttons .variation-attribute label {}

.custom-variation-buttons .variation-attribute label input {}

.custom-variation-buttons .variation-attribute label.tg_active {}

.custom-variation-buttons .variation-attribute {}

.custom-variation-buttons h3 {}

.custom-variation-buttons .variation-attribute label.tg_active:before {}

.custom-variation-buttons .variation-attribute label::after {}

.custom-variation-buttons .variation-attribute label.tg_active:after {}

.custom-variation-buttons {}

.product_meta {}

.product_meta .sku_wrapper {}

.thinhvuong_commit {}

.thinhvuong_commit .wrap_tv_commit {}

.thinhvuong_commit .wrap_tv_commit .icon-box {
    font-size: 14px;
    line-height: 130%;
}

.thinhvuong_toktok {}

.product-info .title_info_pd {}

.toktok_item_video iframe {
    height: 200px;
}

.tg_km_singlepd,
.tg_km_singlepd h4 {}

.tg_title_rlmk ul {}

.tg_title_rlmk ul li {
    font-size: 14px;
}

.tg_title_rlmk ul li.tg_current {}

.custom-related-products .swiper-container {}

.tg_related_muakem_pd .slider__pagination {}

.tg_related_muakem_pd .swiper-pagination-bullet-active {}

.tg_related_muakem_pd .swiper-pagination-clickable .swiper-pagination-bullet {}

.tg-tab-content {}

.tg-tab-content.tg_current {}

.tg-tab-content h3 {}

.tab-content__description blockquote {}

.custom-related-products {
    padding:0px 5px;
}

.tg_wrap_pdft {
    margin: 0 0 40px 0;
}

.tg_related_pd {
    margin: 40px 0 0 0;
}

.star-rating {}

.star-rating input[type="radio"] {}

.star-rating label {}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type="radio"]:checked~label {}

.product-gallery .onsale {}

.tg_wrap_button {
    gap: 10px;
}

.tg_review_single {
    flex-direction: column;
}

.tg_review_single .tg_review_single_left {}

.tg_review_single .tg_review_single_left b {
    font-size: 16px;
}

.tg_review_single .tg_review_single_left b strong {}

.tg_review_single .tg_review_single_left .review_single_form {}

.tg_review_single .tg_review_single_left .review_single_form .tg_form_rating_star {}

.tg_review_single .tg_review_single_left .review_single_form form .tg_list_input {}

.tg_review_single .tg_review_single_left .review_single_form form .tg_form_input {}

.tg_review_single .tg_review_single_left .review_single_form form .tg_form_input label {}

.tg_review_single .tg_review_single_left .review_single_form form .tg_form_input .tg_input {}

.tg_review_single .tg_review_single_left .review_single_form form .tg_form_submit {}

.tg_review_single .tg_review_single_left .review_single_form form .tg_form_submit button {
    font-size: 14px;
}

.tg_review_single .tg_review_single_left .review_single_form form .tg_form_submit button[type="button"] {}

.tg_review_single .tg_review_single_left .review_single_form form input,
.tg_review_single .tg_review_single_left .review_single_form form textarea {}

.tg_review_single .tg_review_single_left .review_single_form form textarea {}

.tg_review_single .tg_review_single_right {}

.tg_review_single .tg_review_single_right b {}

.tg_review_single .tg_review_single_right .tg_list_review {}

.tg_review_single .tg_review_single_right .tg_list_review .tg_list_review_item {}

.tg_review_single .tg_review_single_right .tg_list_review .tg_list_review_item::before {}

.tg_review_single .tg_review_single_right .tg_list_review .tg_list_review_item .tg_review_name_star {}

.tg_review_single .tg_review_single_right .tg_list_review .tg_list_review_item .tg_review_name_star strong {}

.tg_review_single .tg_review_single_right .tg_list_review .tg_list_review_item .tg_review_name_star img {}

.tg_review_single .tg_review_single_right .tg_list_review .tg_list_review_item .tg_content_review {}

/*end single product*/
.archive-product-page .category-header {
    padding:40px 0 0 0;
}

.archive-product-page .category-header .category-description{
    margin:20px 0 0 0;
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
}

.tax-product_cat h2.section-title {
    font-size: 22px;
    line-height: 32px;
}

.tax-product_cat .normal-products {
    margin: 0;
        background: none;
        padding: 20px 0 0 0;
}

.featured-products {
    margin:40px 0 0 0;
    padding:30px 0;
}

.wp-block-woocommerce-cart .wc-block-cart-item__quantity {}

.wp-block-woocommerce-cart .wc-block-cart-item__remove-link {}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector {}

.wc-block-cart__submit-container a {}

.wc-block-cart-items .wc-block-cart-item__total .wc-block-components-product-price__value {}

.wc-block-cart-items .wc-block-components-product-price__regular {}

.wc-block-cart__main .wc-block-cart-items td {}

.wc-block-checkout__sidebar .wc-block-components-product-name {}

.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__individual-prices {}

.wc-block-components-sidebar .tg_wrap_sticky_sb {}

.wp-block-woocommerce-cart .wp-block-product-new,
.wp-block-woocommerce-cart .wp-block-separator {}

.woocommerce-checkout .newsde_inside ul li::before {}

.woocommerce-checkout .newsde_inside ul li {}

.woocommerce-checkout .newsde_inside ul {}

.woocommerce-checkout .wc_payment_methods {}

.woocommerce-checkout #order_review {}

.woocommerce-checkout #order_review #payment {}

.woocommerce-checkout #order_review .shop_table {}

.woocommerce-checkout #order_review .tg_note_checkout {}

.tg_account_tks ul {}

.tg_btn_downqr {}

.woocommerce-order-details h2.woocommerce-order-details__title {}

.woocommerce-order-received .woocommerce-customer-details {}

.woocommerce-order {}

.woocommerce-order .tg_wrap_donhang {}

.woocommerce-order .woocommerce-order-details {}

.woocommerce-order>p {}

.woocommerce-order-details thead {}

.woocommerce-order-details .cart-subtotal {}

.woocommerce-order-details .order-total {}

.woocommerce-order-details th,
.woocommerce-order-details td {}

.tg_search_hd form {}

.tg_search_hd .tg_wrap_input {}

.tg_search_hd form .select-wrapper {}

.tg_search_hd form .select-wrapper select {}

.tg_search_hd form button[type="submit"] .loading_spinner {}

#search_form #result {}

.tg_list_result_search {}

.tg_list_result_search .tg_item_search {}

.tg_list_result_search .tg_item_search:last-child {}

.tg_list_result_search .tg_item_search .wrap_figure {}

.tg_list_result_search .tg_item_search .wrap_figure a::before {}

.tg_list_result_search .tg_item_search .wrap_figure img {}

.tg_list_result_search .tg_item_search .tg_info_pd {}

.tg_list_result_search .tg_item_search .tg_info_pd p {}

.tg_list_result_search .tg_item_search .tg_info_pd .tg_price {}

.tg_nore_result {}

.tg_related_pd b {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px 0;
}

.tg_success_alert {}

.tg_success_alert .tg_alert_wrap {}

.tg_related_pd .product_general {}

h3.tg_content_update {}

.tg_related_muakem_pd .tg_title_rlmk {
    margin: 0 0 20px 0;
}

.thinhvuong_list_km {}

.thinhvuong_list_km .thinhvuong_km_wrap_list {}

.thinhvuong_list_km .thinhvuong_km_wrap_list .km_item {}

.tg_popup_03072025 {}

.tg_popup_03072025 .tg_popup_03072025_content {}

.tg_popup_03072025 .tg_popup_03072025_content_close {}

.tg_popup_03072025 .tg_popup_03072025_content_title {}

.tg_popup_03072025 .tg_popup_03072025_content_title b {
    font-size: 20px;
}

.tg_popup_03072025 .tg_popup_03072025_content_title b::after {}

.tg_popup_03072025 .tg_popup_content {
    font-size: 14px;
}

.tg_popup_03072025 .tg_popup_content p {}

.tg_popup_03072025 .tg_close_pop_btn {}

.tg_popup_03072025 .tg_close_pop_btn:hover {}
.page-template-default .tg_breadcrumb{
    margin: 0 0 40px 0;
}
.page-template-default h1{
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 20px 0;
}
.newsde_inside h2{
    font-size: 24px;
    line-height: 32px;

}

.newsde_inside h3{
    font-size: 22px;
    line-height: 30px;
}

.newsde_inside h4{
    font-size: 20px;
    line-height: 28px;

}


.newsde_inside h5{
    font-size: 18px;
    line-height: 26px;

}
.single-product .tg_content{

    padding: 120px 0 0 0;

}
#search_form #result{
    top:64px;
}
.tg_list_result_search .tg_item_search .tg_info_pd p , .tg_nore_result{
    font-size: 14px;
    line-height: 22px;
}
.tg_header .tg_header_search input{
    font-size: 14px;
    padding: 15px 40px 15px 15px;
}
.tg_footer .footer_middle .footer_menu ul li a{
    font-size: 14px;
    line-height: 22px;
}
.tg_header .tg_header_search button{
    top: 15px;
    right: 9px;
}
.tg_header .tg_header_search button svg{
    width: 30px;
    height: 28px;
}
.woocommerce-order{
    flex-direction: column;
}
.author_area .author_area_right .author_desc{
    font-size: 16px;
    line-height: 24px;
}
.author_area .author_area_right h1{
    text-align: center;
}
.author_area .author_area_right .author_social ul{
    justify-content: center;
}
.author_area{
    flex-direction: column;
    align-items: center;
}
}

@media(max-width: 767px){
    .thinhvuong_toktok{
        border-top:1px solid #e6e6e6;
        margin:40px 0 0 0;
        padding:40px 0 0 0;
    }
    .home  .product_hp , .tax-product_cat .product_hp{
        /* background: #e9e9e9; */
    }
    .navigation.pagination{
        margin:40px 0 0 0;
    }
    .wc-block-cart__empty-cart__title.with-empty-cart-icon::before{
        width: 150px !important;
        height: 150px !important;
    }

    .home .product_style2 .product_general .product_item, .tax-product_cat .product_style2 .product_item, .archive.search-results .product_item{
     padding: 0;
 }

 .home .product_style2 .product_general .product_item .wrap_figure, .tax-product_cat .product_style2 .product_item .wrap_figure, .archive.search-results .product_item .wrap_figure{
    background:#fff;
    border-radius: 10px 10px 0 0;
}

.home .product_style2 .product_general .product_item .text_widget, .tax-product_cat .product_style2 .product_item .text_widget, .archive.search-results .product_item .text_widget{
    background:#fff;
    border-radius: 0 0 10px 10px;
}

.home .product_style2 .product_general .product_item, .tax-product_cat .product_style2 .product_general .product_item{
    margin:0 0 6px 0;
}
.home .product_style2 .product_general .product_item , 
.tax-product_cat .product_style2 .product_general .product_item,
.grid-sizer{
    width: 100%;
}
.gutter-sizer {
    width: 4%;
}


.home .product_style2 .product_general .product_item.tg_has_video .wrap_figure figure,
.tax-product_cat .product_style2 .product_general .product_item.tg_has_video .wrap_figure figure{
    height: 220px;
}
 .product_style2 .product_general .product_item .text_widget {
    margin:0;
    padding: 10px;
}
.tg_short_archivepd{
    font-size: 14px;
    line-height: 22px;
}

.tg_click_ream{
    font-size: 14px;
    padding:8px 10px;
}
.tg_short_archivepd_area{
    margin:40px 0 0 0;
}
.tg_filter_price{
    text-align: left;
}
.product_hp.tg_pt_pb_80{
    padding: 25px 0 10px 0;
}

.product_hp.tg_pt_pb_80.last_pd_hp{
    padding:40px 0;
}

.product_hp:last-of-type{
    padding:40px 0 40px 0;
}
.banner_hp{
    padding:40px 0;
}
.slider-item.main-display-content video{
    height: 400px !important;
    /* width: 70% !important; */
}
.tg_related_muakem_pd .gallery-item{
    width: 100% !important;
    float:none !important;
}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{
    width: 50%;
}
.wc-block-cart table.wc-block-cart-items td{
    margin:0 !important;
}
.wc-block-cart__main .wc-block-cart-items td{
    padding: 0 !important;
}

.wc-block-cart__main .wc-block-cart-items td:first-child{
   padding:5px 0 5px 0 !important;
   flex-shrink: 0;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
    width: 50px !important;
    height: 50px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row{
    display: flex !important;
    gap: 15px;
}
}

@keyframes anime {
  0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
.loading_spinner {
  border: 5px solid #f3f3f3;
  -webkit-animation: load_keyf 1s linear infinite;
  animation: load_keyf 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0px auto;
}
@keyframes load_keyf {
  0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes sparkle {
  0% {
    background-position: 0 0, 0 0, 0 0;
}
to {
    background-position: -500px -1000px, -400px -400px, 300px 300px;
}
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}

@keyframes logo_custom {
  0% {
    box-shadow: 0 0 0 0px rgb(239 207 160 / 20%), 0 0 0 0px rgb(239 207 160 / 20%);
}
100% {
    box-shadow: 0 0 0 7px rgba(0, 210, 255, 0), 0 0 0 30px rgba(0, 210, 255, 0);
}
}

@-webkit-keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes arcontactus-updown {
  0%,
  100%,
  43% {
    transform: translate(0, 0);
  }
  25%,
  35% {
    transform: translate(0, -10px);
  }
}
@-webkit-keyframes arcontactus-updown {
  0%,
  100%,
  43% {
    transform: translate(0 0);
  }
  25%,
  35% {
    transform: translate(-10px 0);
  }
}
@keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}