 ul {
    margin: 0;
    padding-left: 20px;
}
 li {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 6px;
}
@media (max-width: 767px) {
.woocommerce-product-details__short-description .product-short-desc  li {
    font-size: 14px;
	}
}
/*đã xem*/
.item-da-xem{
        display: flex;
    border: 1px solid #e7e7e7;
    padding: 10px;
    border-radius: 10px;
            background: #fff;
}
.item-da-xem:hover{
     border-color: var(--bzo-main-color);
}
.item-da-xem .product-thumb-link img {
      width: 80px;
    height: 80px;
    object-fit: cover;
        border-radius: 10px;
}
.item-da-xem .info-item{
padding: 0px 10px;
    width: calc(100% - 100px);
}
.home .sp-da-xem{
    display: none !important;
}
.sp-da-xem {
    margin-bottom: 40px;
}
.sp-da-xem .title{
       margin: 0px;
    margin-bottom:0px;
    font-size: 24px;
    font-weight: 700; 
    text-transform: uppercase;
}
.item-da-xem .info-item>a{
font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    -webkit-line-clamp: 2;
    min-height: 40px;
        line-height:24px;
}
.item-da-xem .product-price .woocommerce-Price-amount {
    font-size: 16px!important;
    font-weight: 700;
}
.item-da-xem .product-price del .woocommerce-Price-amount {
    color: #666666;
     font-weight: 400;
    font-size: 14px!important;
 }
.sp-da-xem >.flex-wrapper {
    margin-bottom: 20px;
}
.sp-da-xem .rv-clear-all{
margin-bottom: 0px;
    border: none;
    cursor: pointer;
    background: transparent;
    font-size: 16px;
}
.sp-da-xem  .rv-clear-all:hover{
    color: #000;
}
.sp-da-xem .rv-remove{
    border: none;
    position: absolute;
    right: 4px;
    top: 4px;
    background: #dfdfdf;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sp-da-xem .rv-remove:hover{
    color:#fff;
    background: #000;
}
@media(max-width: 767px){
    .sp-da-xem .rv-clear-all,
    .sp-da-xem .title {
        font-size: 14px;
    }
    .item-da-xem .info-item>a {
        font-size: 14px;
        min-height: 40px;
    }
.sp-da-xem {
    margin-bottom: 20px;
}
}
.home .header1{
    box-shadow: none !important;
}
.list-links-line .elbzotech-list-link-global a:not(:last-child){
    position: relative;
}
.list-links-line .elbzotech-list-link-global a:not(:last-child)::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #C9CFD2;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
}

.header-top-menu .bzotech-navbar-nav > li:not(:first-child) > a{
    position: relative;
}
.header-top-menu .bzotech-navbar-nav > li:not(:first-child) > a::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #C9CFD2;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.header1 .elbzotech-text-bt-search > *{
    vertical-align: top;
}
.header1 .elbzotech-search-global-style1 .elbzotech-search-global-form{
    border: 2px solid var(--bzo-main-color);
    border-radius: 10px;
    background: var(--bzo-main-color);
}
.header1 .elbzotech-search-global-style1 .elbzotech-search-global-form input[name="s"]{
    height: 44px;
    background: #fff;
    border-radius: 8px;
}
.header1 .elbzotech-search-global-style1 .elbzotech-search-global-form input::placeholder {
  color: var(--bzo-gray-color);  
  opacity: 1;       
}
.header1 .elbzotech-search-global-style1 .elbzotech-search-global-form .elbzotech-text-bt-search{
    border: none;
    width: 50px;
    height: 44px;
    background-color: var(--bzo-main-color);
    font-size: 21px;
    border-radius: 0 8px 8px 0;
    right: -1px;
    color: #fff;
}
.header1 .elbzotech-search-global-style1 .elbzotech-search-global-form .elbzotech-text-bt-search{
    vertical-align: top;
}
.header1 .elbzotech-search-global-form > .elbzotech-dropdown-box .dropdown-link{
    height: 52px;
    line-height: 52px;
    align-items: center;
}
.header1 .elbzotech-search-global-form > .elbzotech-dropdown-box{
    border: none;
}

.header1 .bzoteche-info-box-global-menu-vertical .header-info{
    background-color: var(--bzo-main-color);
    border-radius: 16px 16px 0 0;
    padding: 18px 20px;
}
.header1 .bzoteche-info-box-global-menu-vertical .header-info h3{
    font-size: var(--bzo-body_typo-font-size);
    color: #fff;
}
.header1 .header-info-style1 .title-info i.la-angle-down{
    display: none;
}

@media (min-width: 1201px) {
    .bzo-menu-vertical{
        z-index: 99;
    }
    .bzo-menu-vertical .list-menu-vertical {
        border-color: var(--bzo-border-color);
        padding: 5px 0 5px 0;
        border-radius: 0 0 16px 16px;
    }
    .bzo-menu-vertical .list-menu-vertical__item-sub{
        background: #fff;
        border-radius: 0 16px 16px 0;
        box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.04);
        padding: 20px 30px;
	    margin-left: -8px;
        border: 1px solid #CCCCCC;
    }
}
.bzo-menu-vertical .list-menu-vertical__item .icon_sub_menu{
    font-size: 18px;
}
.bzo-menu-vertical .list-menu-vertical__item > a{
    padding: 12.5px 0;
    border-bottom: 1px solid var(--bzo-border-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}
.bzo-menu-vertical .list-menu-vertical__item:last-child > a{
    border: none;
}
.bzo-menu-vertical .list-menu-vertical__item:hover > a,
.bzo-menu-vertical .list-menu-vertical__item > a:hover{
    background: transparent;
    color: var(--bzo-main-color);
}
.bzo-menu-vertical .list-menu-vertical__item{
    padding: 0 10px;
}
.bzo-menu-vertical .list-menu-vertical__item > a .item-cont{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 36px;
}
.bzo-menu-vertical .list-menu-vertical__item > a .item-cont .image-icon{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}
.bzo-menu-vertical .list-menu-vertical__item > a .item-cont .image-hover{
    opacity: 0;
}
.bzo-menu-vertical .list-menu-vertical__item > a:hover .item-cont .image-hover{
    opacity: 1;
}
.bzo-menu-vertical .list-menu-vertical__item > a:hover .item-cont .image-icon1{
    opacity: 0;
}

@media(max-width: 1200px){
    
    .header1 .elbzotech-search-global-form > .elbzotech-dropdown-box{
        display: none;
    }
    .bzo-menu-vertical .list-menu-vertical__item > a{
        padding: 12px 0;
    }
    .bzo-menu-vertical .list-menu-vertical__item .icon_sub_menu-mobi{
        height: 52px;
        background: transparent;
    }
    .header1 .bzoteche-info-box-global-menu-vertical .header-info{
        border-radius: 10px;
        padding: 10px 10px;
    }
}
@media(max-width: 1024px){
    .header1 .bzoteche-info-box-global-menu-vertical .header-info h3 span{
        font-size: 0;
        text-align: center;
    }
    .header1 .bzoteche-info-box-global-menu-vertical .header-info h3 .la-bars{
        font-size: 24px;
    }
    .header1 .bzoteche-info-box-global-menu-vertical .header-info{
        width: 44px;
        height: 44px;
        padding: 10px;      
        line-height: 44px;
        text-align: center;
        border-radius: 50%;  
    }
}

.slider-danhgia .display-swiper-navi-group .bzotech-swiper-navi{
    margin-top: -90px;
}
.tabs-tintuc .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text{
    font-weight: 700;
}
.tabs-tintuc .e-n-tab-title[aria-selected="false"]:hover{
    cursor: pointer;
}
@media(max-width: 1200px){
    .slider-danhgia .display-swiper-navi-group .bzotech-swiper-navi{
        margin-top: -85px;
    }
}

@media(max-width: 767px){
    .slider-danhgia .display-swiper-navi-group .bzotech-swiper-navi{
        margin-top: -63px;
    }
}

.bread-crumb- {
    padding: 0px;
}
.bread-crumb- .bread-crumb-content{
    padding: 20px 0;
    border-bottom: 1px solid #C9CFD2;
}
.bread-crumb- .bread-crumb-content a {
    font-size: 18px;
    color: #5F6C72;
}
.bread-crumb- .bread-crumb-content span:last-child .bread-crumb-e {
    font-weight: 600;
}
/*
.product-detail-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-detail-info .summary-left {
  flex: 1 1 50%;
}

.product-detail-info .summary-middle {
  flex: 1 1 50%;
}

.product-detail-info .summary-right {
  flex: 1 1 100%;
    border: 1px solid #E4E7E9;
    padding: 23px 24px 24px;
    border-radius: 16px;
}
 */
.product-detail-info .summary-left,
.product-detail-info .summary-middle{
    width: 67%;
    padding-right: 20px;
}
.product-detail-info .summary-right{
    width: 33%;
    border: 1px solid #C9CFD2;
    padding: 15px 10px;
    border-radius: 16px;
}
.product-detail .thumb{
    width: 38%;
    padding: 0px 15px;
}
.product-detail .info{
     width:62%;
     padding: 0px 15px; 
}

.btn-zalo{
    border: 2px solid #005BE0;
    color:  #005BE0;
    background: #F2F6FE;
    font-weight: 500;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: .3s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 12px;
    gap: 10px;
    text-transform: capitalize;
}
.btn-zalo:hover{
    background: #005BE0;
    color: #fff;
}
.wap-camket{
    margin-top: 15px;
}
.wap-camket h3{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
}
.wap-camket .item-camket{
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid var(--bzo-border-color);
    padding-bottom: 10px;
}
.wap-camket .item-camket svg{
    width: 29px;
	min-width:29px;
}
.lable-con-hang{
    display: inline-flex;
    align-items: center;
    gap:5px;
    line-height: 20px;
    font-size: 15px;
}
@media (max-width: 767px) {
.lable-con-hang{
    font-size: 14px;
}
.qty-wrap .label-sl {
    font-size: 14px;
}
}
.reviews-da-ban>div.product-rating-total-sold{
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #E4E7E9;
}
.reviews-da-ban>div:last-child{
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.reviews-da-ban{
   margin: 15px 0 10px 0;
}
.lable-ship-quatang{
    gap:12px;
    margin-top: 20px;
}
.lable-ship-quatang .free-ship{
    background: #E6FFE6;
    color: #2DB224;
    font-size: 16px;
    line-height: 24px;
    padding: 2px 8px;
    border-radius: 4px;
}
.lable-ship-quatang .quatang{
    background: #FFE3E4;
    color: #F62E31;
    font-size: 16px;
    line-height: 24px;
    padding: 2px 8px;
    border-radius: 4px; 
}
.info-product .title-info{
    display: flex;
    align-items: center;
    background: #F52E31;
    padding: 12px 20px;
    gap:10px;
    color: #fff;
    border-radius: 16px 16px 0 0;
}
.info-product {
    margin-top: 5px;
    padding-top: 20px;
}
.info-product .info-product-list {
    border: 1px solid #C9CFD2;
    border-radius: 0 0 16px 16px;
    padding: 20px 10px;
    padding-top: 8px;
    line-height: 25px;
    font-size: 16px;
}
.info-product .info-product-list ul li {
    list-style: none !important;
    background-image: url(https://thegioirobothutbui.bzotech.com/wp-content/uploads/2025/10/check.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    padding-left: 25px;
    line-height: 25px;
    margin-bottom: 5px;
}
.wrap-detail-gallery .bz-add-compare{
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 10px;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    background: #ccc;
    border: none;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.wrap-detail-gallery .add_to_wishlist {
    position: absolute;
    z-index: 9;
    top: 52px;
    right: 10px;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    background: #ccc;
    border: none;
    border-radius: 50%;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
}
.bz-add-compare{
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
    width: 100%;
}
.bz-add-compare:hover,
.wrap-detail-gallery .add_to_wishlist:hover {
    background: var(--bzo-main-color);
    color: #fff;
}
.bz-add-compare:hover svg path{
    fill: #fff;
}
.sidebar-tab-content,
.detail-product-tabs .product-tab-content{
    border: 1px solid #C9CFD2;
    padding: 24px;
    border-top: none; 
    /*height: 100%;
    max-height: 1286px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;*/
    border-radius: 0 0 12px 12px;
    background-color: #fff;
}
.sidebar-tab-content .thong-so-content,
#tab-bzotech_custom_tab_ddnb .detail-tab-desc,
.detail-product-tabs #tab-description .detail-tab-desc{
    max-height: 760px;
     overflow: hidden;
}
.sidebar-tab-content.active .thong-so-content,
.detail-product-tabs.active .product-tab-content .detail-tab-desc{
    max-height: unset;
}
.tab-pane .detail-tab-desc.expanded {
    max-height: none!important;
}
.sidebar-tab-content.active .thong-so-content i:before,
.detail-product-tabs.active .xem-them-box i:before{
    content: "\f106";
}
.btn-loc-mobi{
    border-radius: 8px;
    border: 1px solid #E4E7E9;
    padding: 6px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}
@media (min-width: 1367px) {
    
    .main-page-shop .sidebar-position-left{
        width: 21%;
    }
    .main-page-shop .content-sidebar-left{
        width: 79%;
    }
}
.widget_product_categories{
    border: 1px solid #E4E7E9;
    border-radius: 16px;
}
.widget_product_categories .widget-title{
    padding: 14px;
    border-radius: 16px 16px 0 0;
    background: #F2F4F5;
    margin-bottom: 0;
}
.widget_product_categories .product-categories{
    padding: 14px 0px;
}
.widget_product_categories .product-categories> .cat-item>a{
    padding:0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce .woocommerce-result-count{
    margin-bottom: 0px;
}
.title-pl{
    margin-top: 13px;
}
.elbzotech-dropdown-box.sort-by-order{
    transition: all 0.3s ease-out 0s;
    background: #fff;
}
.elbzotech-dropdown-box.sort-by-order:hover svg path,
.elbzotech-dropdown-box.sort-by-order:hover,
.elbzotech-dropdown-box.sort-by-order:hover .dropdown-link{
    color: var(--bzo-main-color);
    fill:var(--bzo-main-color);
}
.js-filter-hitory{
    margin-bottom: 20px;
}
.widget_product_categories .product-categories .cat-parent{
    position: relative;
        display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.widget_product_categories .cat-item:hover>a{
    color: var(--bzo-main-color);
}
@media(min-width: 1201px){
    .widget_product_categories .product-categories>.cat-parent>.children{
        position: absolute;
        left: calc(100% + 1px);
        top: 0;
        z-index: 1;
        background: #fff;
        width: 300px;
        border-radius: 16px;
        padding: 20px 24px;
        margin-top: 0px;
        display: none;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.10);
    }
    .widget_product_categories .product-categories>.cat-item:hover>.children{

        display: block;
    }
}

.widget_product_categories .product-categories .cat-parent:after{
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    padding-right: 10px;
}
.widget_product_categories .product-categories .current-cat-parent:after{
    color: var(--bzo-main-color);
}
.widget_bzotech_brand_fillter .filter_product_brand li,
.widget_price_filter .list-gia li,
.widget_bzotech_stock_status_fillter ul li,
.widget_layered_nav ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 0 0 5px 23px;
}
.widget_bzotech_brand_fillter .filter_product_brand li a:before,
.widget_price_filter .list-gia li a:before,
.widget_bzotech_stock_status_fillter ul li a:before,
.widget_layered_nav ul li a:before{
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ADB7BC;
    border-radius: 4px;
    background-color: #fff;
}
.widget_bzotech_brand_fillter .filter_product_brand li a:after,
.widget_price_filter .list-gia li a:after,
.widget_bzotech_stock_status_fillter ul li a:after,
.widget_layered_nav ul li a:after{
    content: '';
    position: absolute;
    border-radius: 3px;
    background: var(--bzo-main-color);
    top: 5px;
    left: 2px;
    width: 14px;
    height: 14px;
    opacity: 0;
}

.widget_bzotech_brand_fillter .filter_product_brand li:first-child a:before,
.widget_price_filter .list-gia li:first-child a:before,
.widget_bzotech_stock_status_fillter ul li:first-child a:before,
.widget_layered_nav ul li:first-child a:before{
    top: 2px;
}
.widget_bzotech_brand_fillter .filter_product_brand li:first-child a:after,
.widget_price_filter .list-gia li:first-child a:after,
.widget_bzotech_stock_status_fillter ul li:first-child a:after,
.widget_layered_nav ul li:first-child a:after{
    top: 4px;
}
.widget_bzotech_brand_fillter .filter_product_brand li.chosen a:before,
.widget_price_filter .list-gia li.chosen a:before,
.widget_bzotech_stock_status_fillter ul li.chosen a:before,
.widget_layered_nav ul li.chosen a:before{
    border-color:var(--bzo-main-color);
}
.widget_bzotech_brand_fillter .filter_product_brand li.chosen a:after,
.widget_price_filter .list-gia li.chosen a:after,
.widget_bzotech_stock_status_fillter ul li.chosen a:after,
.widget_layered_nav ul li.chosen a:after{
    opacity: 1;
}
.widget_price_filter .list-gia{
    margin-bottom: 20px;
}
.sort-by .elbzotech-dropdown-list{
left: auto;
    right: 0;
}
@media(max-width: 1200px){
    .elbzotech-dropdown-box.sort-by-order > span >span{
        display: none;
    }
    .widget_product_categories .product-categories .cat-parent:after{
        content: "\f107";
    }
    .widget_product_categories .product-categories .cat-parent.active:after{
        content: "\f106";
    }
    .widget_product_categories .product-categories>.cat-parent>.children{
        display: none;
        width: 100%;
        order: 2;
        padding-left: 30px;
        padding-right: 15px;
    }
    .widget_product_categories .children a{
        font-size: 16px;
    }
    .js-filter-hitory .item{
        font-size: 16px;
    }
}

@media(min-width: 768px){
    .open-hide-filters{
        display: none;
    }
}
@media(max-width: 767px){

    .main-top-filter .woocommerce-result-count{
        display: none;
    }
    .group-filters-shop{
       position: fixed;
        width: 100%;
        top: 0px;
        z-index: 999999;
        background: rgb(255, 255, 255);
        left: -767px;
        padding: 15px;
        height: 100vh;
        overflow-y: auto; 
        transition: all 0.3s ease-out 0s;

        scrollbar-width: none;
    }
    .group-filters-shop .close-filters{
       position: absolute;
        top: 30px;
        right: 15px;
    }
    .onpen-sidebar .group-filters-shop{
        left: 0px;
    }
}
.custom-cat-home .adv-thumb-link{
    text-align: center;
}
.custom-cat-home img{
    width: auto;
}
.custom-cat-home .display-swiper-navi-group .bzotech-swiper-navi{
    margin-top: -70px;
}
.custom-cat-home .swiper-grid>.swiper-wrapper{
    align-items: center;
}
@media(max-width: 1024px){
    .custom-cat-home .display-swiper-navi-group .bzotech-swiper-navi{
        margin-top: -50px;
    }
}
@media(max-width: 767px){
    .custom-cat-home .display-swiper-navi-group .bzotech-swiper-navi{
        right: calc(50% - 40px);
    }
}
.wap-flash-sale{
    background: #F62E31;
}
@media(max-width: 1200px){
   .wap-flash-sale{
        background: #fff;
    } 
}
.elementor-widget-bzotech-products-global{
    width: 100%;
}
.elbzotech-search-global-style1 .elbzotech-dropdown-list{
    min-width: 780px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px!important;
    gap: 15px 20px;
        height: 400px;
    overflow-y: auto;

}
.elbzotech-search-global-style1 .elbzotech-dropdown-list::-webkit-scrollbar {
    width: 0px;
}
.elbzotech-search-global-form .elbzotech-dropdown-list>li{
    width: calc(50% - 10px);    
}
.post-ajax-enable .pagi-nav-block .pagi-nav{
    justify-content: end;
        margin-top: 30px;
}
.item-product-wg{
    
}
.item-product-wg:hover{

}
.item-product-wg .product-thumb{
    width: 100px;
}
.item-product-wg .product-thumb .product-thumb-link{
    border-radius: 12px;
}
.item-product-wg .product-info{
    width: calc(100% - 100px);
    padding-left: 20px;
}
.wg-product-slider .item-product{
    border-bottom: 1px solid var(--bzo-border-color);
    padding-bottom: 20px;
    margin: 0 15px;
}
.wg-product-slider .swiper-slide:last-child .item-product{
    border-bottom:none;
    padding-bottom: 0px;
}
.woocommerce table.shop_attributes th{
    width: 220px;
}
.woocommerce .type-product table.shop_attributes{
    border-left: none;
    border-right: none;
    border-top: none;
}
.woocommerce .type-product table.shop_attributes td, .woocommerce .type-product table.shop_attributes th {
    border: none;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th{
    background-color: #F7F7F7;
}
.woocommerce.single-product table.shop_attributes td,
.woocommerce.single-product table.shop_attributes th{
    padding: 13px 15px;
}
.xem-them-box{
    padding: 15px 0;
    background: #fff;
	margin-top: 0px;
	font-size: 16px;
}
.xem-them-box .xem-them:hover{
    color: #000;
}
.term-description .detail-content-wrap{
    max-height: 120px;
    overflow: hidden;
    position: relative;
    transition: max-height .35s ease;
}
.term-description .detail-content-wrap:not(.expanded)::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:60px;
    background:linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}
.text-center.xem-them-box i{
    transition: transform .25s ease;
}

.text-center.xem-them-box i.rotate{
    transform: rotate(180deg);
}
.xem-them-box i{
    transition: transform .25s ease;
}

/* khi mở */
.xem-them-box i.rotate{
    transform: rotate(180deg);
}
.term-description {
    margin-top: 40px;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    color: #444;
}  
.term-description.active .detail-content-wrap{
    max-height: unset;
}
 .product-title-single{
        font-size: 22px;
    }
@media(max-width: 1440px){
    .product-title-single{
        font-size: 22px;
        line-height: 30px;
    }
    .product-detail-info .summary-right {
        padding: 15px;
    }
    .product-detail-info .woocommerce-variation-price .product-price del, .product-detail-info .product-price del .woocommerce-Price-amount {
        font-size: 14px;
    }
    .product-detail-info .product-price .woocommerce-Price-amount {
     
        font-size: 20px;
    }
}
@media(max-width: 1200px){
    .product-detail-info .summary-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .product-detail-info .summary-right {
        width: 100%;
    }
    .bread-crumb- .bread-crumb-content span, 
    .bread-crumb- .bread-crumb-content a {
        font-size: 14px;
    }
/*chi tiết sp - đổi vị trí giá trên màn từ 1200px trở xuống */
 /* .product-detail-info {
    display: flex;
    flex-wrap: wrap;
  }

  .product-detail-info .summary-left {
    order: 2  !important; 
  }

  .product-detail-info .summary-right {
    order: 1  !important; 
  }
 */
}
@media(max-width: 767px){
    .slidebar-tab{
        margin-top: 30px;
    }
    .product-detail .info,
    .product-detail .thumb {
        width: 100%;
    }
    .product-detail .thumb {
        margin-bottom: 20px;
    }
    .reviews-da-ban{
        margin: 10px 0 5px 0;
    }
    .product-title-single {
        font-size: 20px;
    }
    .detail-product-tabs .product-tab-content{
        margin-bottom: 30px;
        border-top:1px solid #C9CFD2;
        border-radius:12px;
        padding: 20px 15px;
    }
    .sidebar-tab-content{
        padding: 20px 15px;
    }
    .tab-product-detail .sidebar-tab-title{
        font-size: 16px;
    }
    .woocommerce .type-product table.shop_attributes td,
    .woocommerce.single-product table.shop_attributes th{
        font-size: 14px;
        padding: 5px;
    }
    .woocommerce table.shop_attributes th {
        width: 170px;
    }
    .comment-text .description, .content-comment, .entry-content, .detail-content-wrap{
        font-size: 14px;
    }
}
.woocommerce div.product form.cart .ajax_add_to_cart, .woocommerce div.product form.cart button.single_add_to_cart_button {
    width: calc(50% - 5px);
}
@media(max-width: 430px){
.woocommerce div.product form.cart .ajax_add_to_cart, .woocommerce div.product form.cart button.single_add_to_cart_button {
    width: 100%;
    margin-right: 0;
}
}
.woocommerce div.product form.cart button.single_add_to_cart_button {

}
.chitiet-summary-right{
	margin-top: 20px;
}
.product-banner-content{
	margin-top: 10px;
}
.chitiet-summary-right img {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}
.chitiet-summary-right p {
    margin-bottom: 0;
}
/*form để lại sđt trang chi tiết sản phẩm */
/* ===== BOX NHẬN ƯU ĐÃI ===== */
.box-form-nhan-uu-dai {
  border: 1px solid #00AEEF;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, #ecfaff 0%, #c7e9f5 100%);
  margin-top: 30px;
}

.uu-dai-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(16deg, #045c7c 0%, #00AEEF 100%);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 15px;
  position: relative;
 vertical-align: middle;
}

/* ===== FORM ===== */
.form-nhan-so-dt {
  padding: 15px 0 0;
}
.form-nhan-so-dt form {
  display: flex;
  align-items: center;
  justify-content: center; /* căn giữa toàn form */
  gap: 8px;
  position: relative;
}

.form-nhan-so-dt input[type="tel"],
.form-nhan-so-dt input[type="text"],
.form-nhan-so-dt input[type="email"] {
  flex: 1 1 auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 14px;
}
.form-nhan-so-dt input[type="submit"] {
  background: #00AEEF;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
	margin-left: 10px;
}

.form-nhan-so-dt input[type="submit"]:hover {
  background: #ff4b2b;
}
.form-nhan-so-dt .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  pointer-events: none;
}
.form-nhan-so-dt .wpcf7-spinner {
  display: none;
}
@media (max-width: 600px) {
  .form-nhan-so-dt form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .form-nhan-so-dt input[type="submit"] {
    width: 20%;
    margin-left: 10px;
  }
.form-nhan-so-dt input[type="tel"], .form-nhan-so-dt input[type="text"], .form-nhan-so-dt input[type="email"] {
    width: 70%;
 margin-left: 10px;
}
  .form-nhan-so-dt .wpcf7-spinner {
    right: 10px;
    top: auto;
    bottom: 10px;
    transform: none;
  }
}
/*end form để lại sđt */
@media (max-width: 767px) {
    .style-gallery-horizontal .gallery-control {
        margin: 5px 5px 0 !important;
    }
}
 .gallery-control {
    margin: 10px 0 5px !important;
}
.style-gallery-horizontal .gallery-control .slick-prev {
    left: -10px !important;
}
.style-gallery-horizontal .gallery-control .slick-next {
    right: -10px !important;
}
.style-gallery-horizontal .gallery-control .slick-arrow {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    color: #333333 !important;
    border: 1px solid #8b8888 !important;
}
.style-gallery-horizontal .gallery-control .slick-arrow:hover {
	background: var(--bzo-main-color) !important;
    color: #ffffff !important;
    border: 1px solid var(--bzo-main-color) !important;
}
.woocommerce div.product .style-gallery-horizontal .gallery-control .slick-slide:hover img, 
.woocommerce div.product .style-gallery-horizontal .gallery-control .slick-current img {
    border-color: var(--bzo-main-color) !important;
}
@media (max-width: 767px) {
.compare-button-group {
    display: flex;
    flex-direction: column;
}
}
.elbzotech-search-fixed-sidebar .search-popular-title, .elbzotech-search-fixed-sidebar .search-results-title {
    padding: 0 !important;
}

/*============ HA =============*/
.header-page .full-width{
    white-space: nowrap;
}
@media(max-width: 1200px){
    body{
        font-size: 16px;
    }
}
@media(max-width: 767px){
    body{
        font-size: 14px;
    }
}
.home-title {
border-radius: 5px 0 0 5px;
}
.home-title .elbzotech-heading-global{
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.home-title .elbzotech-heading-global a,
.home-title .elbzotech-heading-global a:hover {
	color: #ffffff;
}
.home-title .elbzotech-heading-global::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 23px solid var(--bzo-main-color);
    border-bottom: 25px solid transparent;
    position: absolute;
    bottom: 0px;
    left: 100%;
}
.bg-flashsale{
    background: linear-gradient(90deg,
        #DE1F26 0%,
        #DE1F26 10%,
        #F06C19 50%,
        #DE1F26 90%,
        #DE1F26 100%
    );
}

.header1 .header-link-line a.button-inner{
    position: relative;
}
.header1 .header-link-line a.button-inner::after{
    width: 1px;
    height: 27px;
    background: #ccc;
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.home-blog .blog-grid-post-item-style3 .item-grid-post-style3{
    margin-bottom: 20px;
}
@media(max-width: 1440px){
    .bzo-menu-vertical .list-menu-vertical__item > a{
        padding: 13px 0;
    }
}
@media(max-width: 1200px){
.elbzotech-mini-cart-global-style1 .mini-cart-text {
        display: none !important;
    }
}
@media(max-width: 767px){
    /*.header1-top .elbzotech-banner-info-global-thumb a{
        width: 100%;
        height: 40px;
        overflow: hidden;
    }
    .header1-top .elbzotech-banner-info-global-thumb a img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }*/
    .home-title .elbzotech-heading-global::after{
        border-top: 20px solid transparent;
        border-left: 18px solid var(--bzo-main-color);
        border-bottom: 20px solid transparent;
    }
    .home-title .elbzotech-heading-global{
        min-height: 40px;
    }
}


.tab-product-detail .sidebar-widget .wg-product-slider{
    border: 1px solid #C9CFD2;
    border-radius: 0 0 16px 16px;
    padding: 30px 0;
}
.tab-product-detail .sidebar-widget .widget-title{
    margin-bottom: 0px;
    padding: 14px 24px;
    border-radius: 16px 16px 0 0;
    background: #C4C4C4;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}
@media(max-width: 767px){
    .single-related-product .title-related-product h2,
    .tab-product-detail .sidebar-widget .widget-title{
        font-size: 16px;
    }
}

.woocommerce-product-details__short-description ul li{
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
	color: #dc6803;
}
.woocommerce-product-details__short-description ul li::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(./images/ico-check.svg) no-repeat center;
    top: 3px;
    left: 0;
}
.product-detail-info .product-desc{
   /* border-top: 1px solid #C9CFD2;
    border-bottom: 1px solid #C9CFD2; */
	border: 1px solid #dc6803;
	border-radius: 10px;
	background-color: #fffaeb;
    padding: 12px 10px;
}
.product-detail-info .dat-mua{
    text-align: center;
    margin-top: 15px;
}
.product-detail-info .dat-mua a{
    font-weight: 700;
    color: #DE1F26;
}
.product-title-single{
    line-height: 1.3;
}

.lable-da-ban{
    display: none;
}
.price-contact{
    font-weight: 600;
}
.product-detail-info .price-contact{
    color: var(--bzo-main-color);
    font-size: 28px;
    margin-bottom: 20px;
}
@media(max-width: 767px){
    .product-detail-info .price-contact{
        font-size: 22px;
    }
}
.blog-grid-post-item-style2 .list-col-item .item-post .post-info .desc {
	font-size: 16px !important;
	margin-bottom: 0px !important;
    color: #727272;
} 
#tab-bzotech_custom_tab_ddnb .detail-tab-desc,
#tab-description .detail-tab-desc,
.thong-so-content {
    max-height: 760px;
    overflow: hidden;
}
.readmore-wrap a,
.item-grid-post- .readmore span{
    font-size: 16px;
}
.detail-tab-desc.expanded,
.thong-so-content.expanded {
    max-height: none!important;
}
.sidebar-widget.widget_categories ul.children li a {
    font-weight: 400;
}
.item-grid-post- .desc {
    margin: 20px 0 0 0;
    color: #727272;
}
.sidebar-widget .widget-title{
    text-transform: uppercase;
        padding-bottom: 15px;
    border-bottom: 1px solid #E4E7E9;
}
.bzo-menu-vertical img {
	width: 24px;
} 
/* Co giãn sub menu width theo content 
.bzo-menu-vertical .list-menu-vertical__item-sub {
    width: max-content !important;
    min-width: 260px;
    max-width: 100vw;
}*/
/*sticky header */
.sticky-header-vertical-menu .header-info-style1 .title-info .la-angle-down:before {
      display: none;
}
.header1 .sticky-header-vertical-menu .bzoteche-info-box-global-menu-vertical .header-info {
    background-color: unset;
    border-radius: 0;
    padding: 0;
}
@media (min-width: 1201px) {
    .sticky-header-vertical-menu .bzo-menu-vertical .list-menu-vertical {
        min-width: 300px;
    }
}
.box-header-sticky .elbzotech-search-global-style1 .elbzotech-search-global-form {
    border: 2px solid var(--bzo-main-color);
    border-radius: 10px;
    background: var(--bzo-main-color);
}
.box-header-sticky .elbzotech-search-global-style1 .elbzotech-search-global-form .elbzotech-text-bt-search {
    border: none;
    width: 50px;
    height: 44px;
    background-color: var(--bzo-main-color);
    font-size: 21px;
    border-radius: 0 8px 8px 0;
    right: -1px;
    color: #fff;
}
.box-header-sticky .elbzotech-search-global-style1 .elbzotech-search-global-form input[name="s"] {
    height: 44px;
    background: #fff;
    border-radius: 8px;
}

/* =======================
   DESKTOP STICKY
======================= */

#header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    opacity: 0;
    transform: translateY(-100%);
    transition: .3s ease;
}
/* ===============================
   OVERLAY ĐEN KHI HOVER MENU
================================ */

#header-sticky.is-show {
    position: fixed;
}

/* lớp phủ */
#header-sticky.is-show::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 1;
}

/* khi menu mở */
body.overlay #header-sticky.is-show::before {
    opacity: 1;
}

/* đảm bảo menu nằm trên overlay */
#header-sticky.is-show .js-info-box-menu-vertical {
    position: relative;
    z-index: 5;
}

/* hiển thị khi scroll */
#header-sticky.is-show {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
/* ==========================
   MOBILE NORMAL HEADER
========================== */

#header-mobile-normal {
    position: relative;
    z-index: 20;
    transition: opacity .25s ease, transform .25s ease;
}

#header-mobile-normal.is-hide {
    opacity: 0;
    pointer-events: none;
}
/* ==========================
   MOBILE STICKY HEADER
========================== */
#header-mobile-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    opacity: 0;
    transform: translateY(-100%);
    transition: .3s ease;
}

#header-mobile-sticky.is-show {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
/*more style on sticky */
#header-sticky .list-menu-vertical-wap {
    padding-top:10px;
}
#header-mobile-sticky .elbzotech-search-global-style1 .elbzotech-search-global-form input[name="s"],
#header-mobile-normal .elbzotech-search-global-style1 .elbzotech-search-global-form input[name="s"]{
    height: 40px;
    border-radius: 10px;
    z-index: 1;
    border: solid 1px #DE1F26;
    padding: 0 12px;
}
@media (max-width: 1200px) {
    .menu_mobile_style-right .bzotech-menu-inner .bzotech-navbar-nav, .menu_mobile_style-left .bzotech-menu-inner .bzotech-navbar-nav {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
        position: relative;
        justify-content: flex-start !important;
        z-index: 999999;
    }
}
.qty-wrap .label-sl {
    font-size: 16px;
}
#header-mobile-sticky .elbzotech-search-global-style1 .elbzotech-search-global-form .elbzotech-text-bt-search,
#header-mobile-normal .elbzotech-search-global-style1 .elbzotech-search-global-form .elbzotech-text-bt-search{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}
/* cho phép menu tràn ra khỏi header */
#header-mobile-sticky,
#header-mobile-sticky .e-con,
#header-mobile-sticky .e-con-inner {
    overflow: visible !important;
}
/* trạng thái bình thường: menu KHÔNG chiếm màn hình */
#header-mobile-sticky .bzotech-navbar-nav {
	position: relative;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    position: relative;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.1);
    background: #f3f3f3;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    justify-content: flex-start !important;
}

/* CHỈ khi menu mở */
body.overlay #header-mobile-sticky .bzotech-navbar-nav {
    position: fixed;
    top: var(--mobile-header-height, 60px);
    left: 0;
    right: 0;

    height: calc(100vh - var(--mobile-header-height, 60px));
    overflow-y: auto;
    overflow-x: hidden;

    background: #fff;
    z-index: 10000;
}
/* ==========================
   END MOBILE STICKY HEADER
========================== */
/*more style on sticky */
#header-sticky .list-menu-vertical-wap {
    padding-top:10px;
}
#header-mobile-sticky .elbzotech-search-global-style1 .elbzotech-search-global-form input[name="s"],
#header-mobile-normal .elbzotech-search-global-style1 .elbzotech-search-global-form input[name="s"]{
    height: 40px;
    border-radius: 10px;
    z-index: 1;
    border: solid 1px #DE1F26;
    padding: 0 12px;
}
@media (max-width: 1200px) {
    .menu_mobile_style-right .bzotech-menu-inner .bzotech-navbar-nav, .menu_mobile_style-left .bzotech-menu-inner .bzotech-navbar-nav {
        z-index: 999999;
    }
}
.woocommerce-cart table.cart tr .qty-wrap .label-sl {
    display: none;
}
.woocommerce-cart table.cart tr .detail-qty {
    padding: 0 20px 0 0;
}
#header-mobile-sticky .elbzotech-search-global-style1 .elbzotech-search-global-form .elbzotech-text-bt-search,
#header-mobile-normal .elbzotech-search-global-style1 .elbzotech-search-global-form .elbzotech-text-bt-search{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}
#tab-bzotech_custom_tab_ddnb .detail-tab-desc{
	background-color: #fdecec;
    border: 1.5px solid #e53935;
    border-radius: 10px;
    padding: 16px 20px;
}
@media (max-width: 767px) {
.item-grid-post- .desc {
    font-size: 14px;
}
.blog-grid-post-item-style2 .list-col-item .item-post .post-info .desc {
    font-size: 14px !important;
}
.meta-post-style1 .post-meta-data__content>i {
    font-size: 14px;
}
.readmore-wrap a, .item-grid-post- .readmore span {
    font-size: 14px;
}
.meta-post-style1 .post-meta-data__content {
    font-size: 14px;
}
.meta-post-style1 .post-meta-data__item li{
    margin-bottom: 1px;
}
.item-grid-post- .desc {
    margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow-wrap: break-word;
	-webkit-line-clamp: 3;
}
.item-grid-post- .post-title {
    font-size: 16px;
}
	.wap-camket .item-camket{
		    width: 50%; 
		border-bottom:none;
		    font-size: 14px;
    line-height: 20px;
	}
	.list-camket{
		display: flex;
    flex-wrap: wrap;
	}
}

/* ===============================
   VIDEO THUMB OVERLAY + ICON
================================ */

.video-review-grid .video-thumb {
    position: relative;
    overflow: hidden;
}

/* img / iframe nằm dưới */
.video-review-grid .video-thumb img,
.video-review-grid .video-thumb iframe,
.video-review-grid .video-thumb video {
    position: relative;
    z-index: 1;
}

/* overlay đen */
.video-review-grid .video-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 2;
}

/* icon play */
.video-review-grid .video-thumb::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    background: url('https://test.bzotech.com/dankedanang/wp-content/themes/bw-zagg/assets/global/css/images/play-icon-white.svg') no-repeat center center;
    background-size: contain;
    z-index: 3;
    pointer-events: none;
}
/* transition mượt cho media */
.video-review-grid .video-thumb img,
.video-review-grid .video-thumb iframe,
.video-review-grid .video-thumb video {
    transition: transform .25s ease;
    will-change: transform;
    transition-duration: .4s !important;
}

/* hover zoom media */
.video-review-grid article:hover .video-thumb img,
.video-review-grid article:hover .video-thumb iframe,
.video-review-grid article:hover .video-thumb video {
    transform: scale(1.05);
}
/* =========================================
   VIDEO SEARCH – OVERLAY (CONTENT ONLY)
========================================= */

.video-search-result .content-wrap .post-thumb .adv-thumb-link {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 9 / 16;
}

.video-search-result .content-wrap .post-thumb .adv-thumb-link img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000; 
	aspect-ratio: 9 / 16;
}

/* overlay */
.video-search-result .content-wrap .post-thumb .adv-thumb-link::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 2;
    pointer-events: none;
}

/* icon play */
.video-search-result .content-wrap .post-thumb .adv-thumb-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    background: url('https://test.bzotech.com/dankedanang/wp-content/themes/bw-zagg/assets/global/css/images/play-icon-white.svg') no-repeat center center;
    background-size: contain;
    z-index: 3;
    pointer-events: none;
}

/* hover */
.video-search-result .content-wrap article:hover .post-thumb .adv-thumb-link::after {
    background: rgba(0,0,0,0.55);
}

.video-search-result .content-wrap article:hover .post-thumb .adv-thumb-link::before {
    transform: translate(-50%, -50%) scale(1.05);
    transition: transform .25s ease;
    transition-duration: .4s;
}

/* ===============================
   VIDEO WIDGET – OVERLAY + PLAY ICON
================================ */

/* đảm bảo thumb làm mốc */
#bzotech_bloglistpostswidget-4 .post-thumb {
    position: relative;
    overflow: hidden;
}

/* overlay nền đen */
#bzotech_bloglistpostswidget-4 .post-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

/* icon play */
#bzotech_bloglistpostswidget-4 .post-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://test.bzotech.com/dankedanang/wp-content/themes/bw-zagg/assets/global/css/images/play-icon-white.svg")
        center center / 48px no-repeat;
    z-index: 3;
    pointer-events: none;
}
@media(max-width: 767px){
#bzotech_bloglistpostswidget-4 .post-thumb {
    width: 100%;
    max-width: fit-content;
}
}
@media(max-width: 767px){
.xem-them-box {
    font-size: 14px;
	}
.btn-zalo {
    font-size: 14px;
	}
.woocommerce-review-link {
    font-size: 14px;
}
#tab-bzotech_custom_tab_ddnb .detail-tab-desc,
.sidebar-tab-content .thong-so-content, .detail-product-tabs #tab-description .detail-tab-desc{
    max-height: 260px;
}
 }
.bzo-ajaxcart-report {
    display: none;
}
#header-sticky .elbzotech-mini-cart-side-global .mini-cart-content,
#header-mobile-sticky .elbzotech-mini-cart-side-global .mini-cart-content {
    height: 100vh;
    overflow-y: scroll;
}
.woocommerce .checkout-custom .order-custom .shop_table .product-name{
    padding-right: 15px;
}
.woocommerce ul#shipping_method li label {
    font-size: 16px;
}
@media(max-width: 767px){
.woocommerce-reviews-customer .col-commentlist {
    border-left: none;
	}
.mini-cart-button a.button{
    font-size: 13px;
	overflow: hidden;
    border-radius: 32px;
    }
.elbzotech-mini-cart-side-global.open-side .mini-cart-content {
        height: 100vh !important;
        overflow-y: scroll;
    }
.widget_bzotech_category_fillter ul li .smoke,
.widget .smoke {
    right: 0;
 	font-size: 12px;
}
}
.bz-compare-detail h2{
 font-size: 24px;
}
.bz-compare-detail .bz-compare-table-container .info h3{
 font-size: 16px;
}
.bz-compare-detail .tt-co-ban-compare h3{
 font-size: 20px;
}
.bz-compare-detail .tt-co-ban-compare .div-tt-co-ban-compare p{
    margin-bottom: 0;
}
.widget_bzotech_brand_fillter .filter_product_brand .smoke {
	display: none;
}
@media (max-width: 480px) {
.woocommerce-cart .cart-custom-default .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
}
}

.dac-diem-noi-bat {
    background-color: #fdecec;
    border: 1.5px solid #e53935;
    border-radius: 10px;
    padding: 16px 20px;
	margin-bottom: 30px;
}
.dac-diem-noi-bat h3{
	margin: 0 0 12px 0;
	text-align:center;
	text-transform: uppercase;
	font-size: 18px;
    font-weight: 600;
}
.dac-diem-noi-bat ul {
    padding-left: 10px;
}
/* banner scroll mobile */
@media (max-width: 767px){
    .banner-scroll-mobile {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch;
	    position: relative;
        padding-bottom: 20px; 
    }
    /* từng banner */
    .banner-scroll-mobile > * {
        min-width: 90%;
        flex: 0 0 90%;
    }
.home-video-banner .elbzotech-banner-info-global-thumb.elbzotech-hidden img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.home-video-banner .elbzotech-banner-info-global-thumb {
        height: 155px;
    }
}
/* active mobile menu */
/* menu đang mở */
#menu-mobile-menu .main-menu-item.menu-active > .menu-link,
#menu-mobile-menu-1 .main-menu-item.menu-active > .menu-link {
    color: #DE1F26 !important;
    font-weight: 600;
}

/* menu khác bị mờ */
#menu-mobile-menu .main-menu-item.menu-dim,
#menu-mobile-menu-1 .main-menu-item.menu-dim {
    opacity: 0.25;
    transition: opacity 0.3s;
	display: none;
}
@media (max-width: 1200px) {
  .btn-toggle-mobile-menu.active:after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f104"; /* arrow left */
    color: #ffffff;
	transition: transform 0.3s ease;
  }
}
/*hide deal banner*/
.deal-label-acf {
	display: none;
}
/* button xem them in woocommerce sidebar*/
.xem-them-cate{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;

    color: var(--bzo-main-color);
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

/* icon arrow */
.xem-them-cate::after{
    content: "\f107"; /* fa-angle-down */
    font-family: "Line Awesome Free";
    font-weight: 900;
    transition: transform .25s ease;
}

/* khi mở */
.xem-them-cate.expanded::after{
    transform: rotate(180deg);
}

/* hover */
.xem-them-cate:hover{
    opacity: .8;
}
/* end button xem them*/
.woocommerce ul#shipping_method li input {
	margin: -3px .4375em 0 0 !important;
    vertical-align: middle !important;
}
.cart_totals .shop_table .woocommerce-Price-amount {
    font-size: 16px !important;
}
.product-detail-info .woocommerce-product-details__short-description {
    margin-bottom: 20px;
}
.compare-modal-popup .modal-content p {
    padding: 20px 20px 0;
}
.search-results.post-type-archive-product .main-filter__hitory{
	display: none;
}
.page-gioi-thieu .display-swiper-pagination-style2 .swiper-pagination {
    margin-top: 20px;
}
/*phone icon in menu */
.menu-phone{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:600;
}
.menu-phone::before{
    content:"";
    width:20px;
    height:20px;
    display:inline-block;
    background:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.418 3.49C11.942 3.40206 11.5048 3.70586 11.4142 4.17054C11.3235 4.63522 11.6283 5.08891 12.0914 5.17984C13.4856 5.45166 14.5622 6.53092 14.8351 7.92995V7.93095C14.9128 8.33368 15.2673 8.62648 15.6756 8.62648C15.7304 8.62648 15.7852 8.62148 15.8409 8.61149C16.304 8.51855 16.6088 8.06586 16.5181 7.60018C16.1108 5.51062 14.5024 3.89672 12.418 3.49Z' fill='%23000'/%3E%3Cpath d='M12.3557 0.00792976C12.1326 -0.0240483 11.9086 0.0419064 11.7303 0.183809C11.5471 0.32771 11.4325 0.535567 11.4076 0.768408C11.3548 1.23908 11.6944 1.66479 12.1645 1.71776C15.4062 2.07951 17.9258 4.60477 18.2903 7.85654C18.3391 8.29224 18.7046 8.62101 19.1408 8.62101C19.1737 8.62101 19.2055 8.61902 19.2384 8.61502C19.4665 8.59004 19.6696 8.47711 19.813 8.29724C19.9555 8.11736 20.0202 7.89351 19.9943 7.66467C19.5402 3.60746 16.4001 0.45862 12.3557 0.00792976Z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.0315 10.9724C13.0206 14.9604 13.9255 10.3467 16.4654 12.8848C18.914 15.3328 20.3214 15.8232 17.219 18.9247C16.8304 19.237 14.3614 22.9943 5.68436 14.3197C-2.99372 5.644 0.761341 3.17244 1.07373 2.78395C4.18362 -0.326154 4.66562 1.08938 7.11425 3.53733C9.65412 6.0765 5.04241 6.98441 9.0315 10.9724Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center;
    background-size:contain;
}
/*qr code for bank transfer payment */
.bank-transfer-qr{
    margin-top:25px;
    padding:0 20px 20px;
    text-align:left;
    background:#f8f8f8;
    border-radius:10px;
}

.bank-transfer-qr img{
    max-width: 300px;
    height: auto;
    margin: 10px 0;
    display: block;
}