
/*menu style default*/
.menu-style- .bzotech-navbar-nav > li{
    padding: 43px 0;
}


.menu-style- .bzotech-navbar-nav > li.has-mega-menu > a,
.menu-style- .bzotech-navbar-nav > li.menu-item-has-children > a{
    position: relative;
}
.menu-style- .bzotech-navbar-nav > li > a{
    font-size: 20px;
    font-weight: 500;
    padding: 0px 25px;
    color: #5c5c5c;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
}

.menu-style- .bzotech-navbar-nav > li > a:hover{
    color: var(--bzo-main-color);
    cursor: pointer;
}
.menu-style- .bzotech-navbar-nav>li> a> span {
    position: relative;
}
.menu-style- .bzotech-navbar-nav>li:hover> a> span:after,
.menu-style- .bzotech-navbar-nav>li.current_page_parent  > a> span:after,
.menu-style- .bzotech-navbar-nav>li.current-menu-item > a> span:after
{
    opacity: 1;
    right: 0px;
}
.menu-style- .bzotech-navbar-nav>li:hover> a,
.menu-style- .bzotech-navbar-nav>li.current_page_parent  > a,
.menu-style- .bzotech-navbar-nav>li.current-menu-item > a
{
    color: var(--bzo-main-color);
}
.menu-style- .sub-menu  .current-menu-item>a{
    color: var(--bzo-main-color);
}
.menu-style- .bzotech-navbar-nav .menu-item-depth-0> .sub-menu{
    left: 9px;
}
.menu-style- .bzotech-navbar-nav li.menu-item-has-children li.menu-item-has-children:hover > .sub-menu {
    margin-left: 0px;
    margin-top: 0px;
}
@media (max-width: 1560px) {
    .menu-style- .bzotech-navbar-nav > li > a{
        padding: 0px 10px;
        font-size: 16px;
    }
}
@media (max-width: 1365px) {
    .menu-style- .bzotech-navbar-nav > li > a{
        padding: 0px 5px;
    }
}
/*******************************************************************************************************
/*05. Blog - Header - Footer
********************************************************************************************************/
/******** Header default **********/
.header-default .flex-wrapper{
    width: 100%;
}
.header-default .logo-default{
    width: 30%;
}
.header-default .logo-default h1{
    height: 90px;
    line-height: 90px;
    color: var(--bzo-main-color2);
    font-family: var(--bzo-title_typo-font-family);
    font-size: 26px;
    font-weight: 400;
    text-transform: lowercase;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.header-default .logo-default a:hover h1{
    color: var(--bzo-main-color);
}
.header-default .logo-default h1::first-letter{
    color: var(--bzo-main-color);
    text-transform: uppercase;
}
.header-default .logo-default a:hover{
}
.header-default .header-nav-default{
    width: 70%;
}
.header-nav-default .bzotech-navbar-nav{
    text-align: right;
    margin: 0px -40px;
}
  
.header-nav-default .bzotech-navbar-nav > li:last-child > a{
    margin-right: 0px;
}

.header-default{
       box-shadow: 0px 0px 10px rgb(0 0 0 / 0.1);
}
.footer-default{
    background: var(--bzo-main-color2);
}
.footer-default .copyright {
    margin: 35px 0px;
    color: #fff;
    font-size: 16px;
}

@media(max-width: 1680px){
    
  .header-nav-default.menu-style- .bzotech-navbar-nav > li > a{
    padding: 0px 20px;
  }
  .header-nav-default .bzotech-navbar-nav{
        margin: 0px -20px;
    }
}
@media(max-width: 1280px){
    
    .header-nav-default.menu-style- .bzotech-navbar-nav > li > a {
        padding: 0px 12px;
    }
    .header-default .logo-default h1{
        font-size: 24px;
    }
    .header-nav-default .bzotech-navbar-nav{
        margin: 0px -12px;
    }
}
@media(max-width: 1200px){
    .header-nav-default .bzotech-navbar-nav{
        margin: 0px;
    }
   .header-default .logo-default h1 {
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }
    .header-default .header-nav-default {
        width: auto;
        order: 0;
            position: relative;
    }
    .header-default .logo-default {
        width: 100%;
    }
}
@media(max-width: 767px){
   .header-default .logo-default h1 {
        height: 50px;
        line-height: 50px;
    }
   .header-default .toggle-mobile-menu{
        height: 50px;
        line-height: 50px;
   }
   .elbzotech-list-link-icon .item-link {
        margin: 0px 5px;
    }
    .elbzotech-list-link-icon {
        margin: 0px -5px;
    }
}
@media(max-width: 320px){
  .header-default .logo-default h1{
    font-size: 18px;
  }
}
/******** Header Style 1 **********/
.main-header-style1{
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
    z-index: 1000;
}
body.home .main-header-style1{
    box-shadow:none;
        transition: all 0s ease-out 0s;
    -webkit-transition: all 0s ease-out 0s;
}
body.home .main-header-style1:hover{
    box-shadow: 0px 3px 4px rgb(0 0 0 / 14%);
    background: #fff;
}
.main-header-style1__right .elementor-element{
    margin-left: 20px;

}
.main-header-style1__right .elbzotech-search-wrap .search-icon-popup,
.main-header-style1__right .elbzotech-mini-cart-style1 .mini-cart-link,
.main-header-style1__right .elbzotech-account-manager .button-account-manager{
    height: 90px;
    line-height: 94px;
    display: inline-block;
}
.main-header-style1__right .elbzotech-search-wrap .search-icon-popup{
    line-height: 100px;
}
.main-header-style1__right .elbzotech-account-manager .button-account-manager{
    line-height: 104px;
}

.main-header-style1 .col-logo .logo-text{
    line-height: 0;
}
.wg-post-list .swiper-slide{
    margin-top: 30px;
}
.wg-post-list .swiper-slide:first-child{
    margin-top: 0px;
}
.wg-post-list .post-thumb{
    width: 80px;
}
.wg-post-list .post-thumb img{
    border-radius: 5px;
}
.wg-post-list .post-info{
    padding-left: 18px;
    width: calc(100% - 80px);
}
.wg-post-list .post-info .post-title{
    line-height: 24px;
}
.wg-post-list .post-info .the-date{
    margin-bottom: 12px;
    color: var(--bzo-gray-color);
    margin-top: -5px;
}
.banner-wg .elbzotech-btwrap{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

/*******************************************************************************************************
06. Begin Home and Page Inner
********************************************************************************************************/
.product-label{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1
}

.product-label > span{
    color: #000;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 0px;
    display: inline-block;
    padding: 0px 8px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}
.product-label > span.sale{
   background: linear-gradient(0deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), #FF3B3B;
   color: #A62626;
   display: block;
    max-width: 60px;
}
.product-label > span.new{
     background: #FFCC00;
}
.product-label > span.trending{
     background: #A8EACD;
     color: #036138;
}
.item-product .product-label{
    top: 20px;
    left: 20px;
}
.woocommerce table.shop_attributes td{
        padding: 5px 10px;
}
.woocommerce table.shop_attributes td p{
    padding: 0;
}

.shop-grid-product-item- .list-product-wrap .item-grid-product-{
    margin-bottom: 45px;
}
.shop-grid-product-item- .list-product-wrap{
    margin-bottom: -45px;
}
.banner-list-post{
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--bzo-border-color);
    background-attachment: fixed;
}
.banner-list-post__info {
    max-width: 600px;
}
.banner-list-post__info .title-serum{
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 60px;
    font-family: var(--bzo-title_typo-font-family);
    margin-top: -20px;
}
.group-filters-shop{
    border: 1px solid #CFCFCF;
    padding: 30px 35px;
    border-radius: 30px;
}
.attribute-type-default li a span{
    border: 1px solid var(--bzo-main-color2);
    height: 18px;
    width: 18px;
    display: inline-block;
    position: absolute;
    right: 0;
}
.attribute-type-default li{
    position: relative;
}

.attribute-type-default li.active a span{
    background: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
}
.attribute-type-default li.active a span:before{
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #fff;
    margin-top: -4px;
    margin-left: 1px;
    display: inherit;
    font-size: 15px;
}
.bzotech-rating-filter__item{
    position: relative;
    display: block;
}
.bzotech-rating-filter .bzotech-rating-filter__item>span{
    border: 1px solid var(--bzo-main-color2);
    height: 18px;
    width: 18px;
    display: inline-block;
    position: absolute;
    right: 0;
       top: 3px;
}
.bzotech-rating-filter li.active .bzotech-rating-filter__item>span{
    border-color: var(--bzo-main-color);
    background: var(--bzo-main-color);
}
.bzotech-rating-filter li.active .bzotech-rating-filter__item>span:before{
        content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #fff;
    margin-top: -4px;
    margin-left: 1px;
    display: inherit;
    font-size: 15px;

}
.js-filter-hitory .item{
    background: #F5F5F5;
    border-radius: 5px;
    margin-right: 12px;
    padding: 6px 14px;
}
.js-filter-hitory .item.clear-filter{
    background: #E5E5E5;
}
.js-filter-hitory .item.clear-filter a{
    color: var(--bzo-main-color2);
    font-size: 14px;
    font-weight: 600;
}
.js-filter-hitory .item.clear-filter a:hover{
    color: var(--bzo-main-color);
}
.js-filter-hitory .item-label{
}
.js-filter-hitory .item-filter-hitory> a:after{
    content: "\e921";
    font-family: 'bzoicon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 9px;
    margin-left: 10px;
}
.js-filter-hitory .item-filter-hitory> a{
    margin-left: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--bzo-main-color2);
}
.js-filter-hitory .item-filter-hitory> a:hover{
    color: var(--bzo-main-color);
}
.js-filter-hitory .item-filter-hitory> a:last-child{
    margin-right: 0px;
}
.woocommerce-info{
    border-top-color: var(--bzo-main-color);
}
.woocommerce-info::before{
    color: var(--bzo-main-color);
}
.entry-title{
    margin: 0px;
    margin-top:30px;
}
.woocommerce .woocommerce-result-count{
    margin-bottom: 0;
}
.main-top-filter{
    margin-bottom: -15px;
    margin-top: 0px;
}
.fancybox-opened .fancybox-skin{
    background: #fff;
    border-radius: 30px;
}
.fancybox-opened .fancybox-inner::-webkit-scrollbar{
    width: 3px;
}
.fancybox-opened .fancybox-inner::-webkit-scrollbar-track{
  box-shadow: inset 0 0 6px var(--bzo-main-color2);
}
 
.fancybox-opened .fancybox-inner::-webkit-scrollbar-thumb{
  background-color: var(--bzo-main-color);
  outline: 1px solid var(--bzo-main-color);
}
.product-popup-content{
    padding: 40px;
}
.fancybox-close{
    top: 20px;
    right: 20px;
    background: transparent;
}
.fancybox-close:before{
    content: "\f00d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 24px;
}
.product-popup-content .product-detail-info .set_offset_top{
    display: none;
}
.product-popup-content .product-title-single{
    font-size: 26px;
}
.product-popup-content .product-detail-info .product-desc{
   margin-top: 17px;
}
.product-popup-content .product-rating-total-sold{
   margin-top: 20px;
}
.product-popup-content .product-detail-info .elbzotech-bt-style4{
   margin-top: 30px;
}
.buttom-footer1 .pay-image p{
    line-height: 0;
}
.banner-slider-home1{
    margin-top: -90px;
}
.banner-slider-home1 .elbzotech-bt-default{
    line-height: 55px!important;
}
.new-arrival-home1{
    padding-top: 135px;
}
.new-arrival-home1 .elementor-widget-bzotech-products{
    margin-top: 100px;
}
.new-arrival-home1 .elbzotech-heading-style1{
    margin-bottom: 23px;
}
.category-home1{
    margin-top: 82px!important;
}
.countdown-home1{
    margin-top: 100px!important;
}
.service-home1{
    padding-top: 70px!important;
    padding-bottom: 80px!important;
}
.service-home1 .elbzotech-heading{
    margin-bottom: 50px;
}
.instagram-home1{
    margin-top: 100px!important;
    margin-bottom: -200px!important;
    z-index: 1!important;
}
.product-masory-home1{
    padding-top: 70px;
}
.product-masory-home1 .width_masory:first-child .product-title{
    font-size: 20px;
}
.product-masory-home1 .product-info .product-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-masory-home1 .width_masory:first-child .product-thumb-link{
        margin: 45.5px 0;
}
.pagi-nav {
    margin-top: 80px;
}
.nav-slider-home1 .tp-bullet {
    width:15px;
    height:15px;
    position:absolute;
    background:#D9D9D9;
    border-radius:50%;
    cursor: pointer;
    box-sizing:content-box;
}
.nav-slider-home1 .tp-bullet.rs-touchhover,
.nav-slider-home1 .tp-bullet.selected {
    background:var(--bzo-main-color);
}

/*******************************************************************************************************
Begin Inner page
********************************************************************************************************/
.box-contact-from .wpcf7-form textarea,
.box-contact-from .wpcf7-form input
{
    width: 100%;
    background: #F0F0F0;
    border-radius: 5px;

}
.box-contact-from .wpcf7-form label
{
    margin-bottom: 8px;
    display: block;
    
}
.box-contact-from .wpcf7-form p{
    margin-bottom: 17px;
    display: flex;
    flex-direction: column;
}
.box-contact-from .wpcf7-form .bzotech-col-md-6{
    margin-bottom: 17px;
}
.box-contact-from .wpcf7-form .elbzotech-bt-default{
    margin-top: 30px;
    width: 240px;
}
.box-contact-from{
    padding-bottom: 150px;
    padding-top: 130px;
}
.box-contact-from .elbzotech-heading-style2{
    margin-bottom: 62px;
}
.box-info-contact-page{
    padding-top: 45px!important;
    padding-bottom: 115px!important;
}
.box-info-contact-page .elbzotech-heading-style2{
    margin-bottom: 35px;
}
.box-info-contact-page .list-info-contact{
    margin-top: 65px;
}
.box-info-contact-page .bread-crumb{
    margin-bottom: 45px;
}
/*------ about page ----------*/
.our-mission-about {
    padding-top: 150px;
    padding-bottom: 150px;
}
.our-mission-about .our-mission-about__left:before{
    width: 100vw;
    left: auto;
    right: 0;
    border-radius: 0 30px 30px 0;
}
.our-mission-about .our-mission-about__left .elbzotech-heading-style2{
    margin-bottom: 35px;
}
.our-mission-about .our-mission-about__left .elementor-widget-bzotech-button{
    margin-top: 50px;
}
.our-values-about{
    padding-top: 135px;
    padding-bottom: 100px;
}
.our-values-about .elbzotech-heading-style2{
    margin-bottom: 35px;
}
.our-values-about .bzoteche-info-box-style7{
    margin-bottom: 30px;
}
.our-story-about .elbzotech-heading-style2{
    margin-bottom: 35px;
}
.our-story-about .elementor-widget-bzotech-button{
    margin-top: 50px;
}
.our-story-about .elbzotech-banner-info-elbzotech-bndf .adv-thumb-link img{
    border-radius: 0 30px 30px 0;
}
.our-team-about{
    padding-top: 135px;
    padding-bottom: 82px;
}
.our-team-about .elbzotech-heading-style2{
    margin-bottom: 40px;
}
.el-filter-top .main-top-filter{
    margin-bottom: 30px;
}
.woocommerce .products ul.wrap-rating{
    margin-bottom: 0;
}
.wishlist-title-container .wishlist-title{
    display: none;
}
.woocommerce table.wishlist_table {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.woocommerce table.wishlist_table td{
    border-top: none;
}
.woocommerce table.wishlist_table td:not(:last-child){
    border-right: none;
}
.woocommerce table.wishlist_table th:not(:last-child){
    border-right: none;
}
.woocommerce table.wishlist_table th{
    font-size: 16px;
    font-weight: 600;
    color: var(--bzo-main-color2);
}
.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete {
    text-align: left;
}
.wishlist_table .product-name a {
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
    font-size: 16px;
}
.item-grid-product- .add_to_wishlist.added{
    background: var(--bzo-main-color)!important;
    color: #fff;
}
.wishlist_compare_single_product .add_to_wishlist.added i,
.item-list-default .add_to_wishlist.added i
{
    color: var(--bzo-main-color);
}
.wishlist_compare_single_product .compare-link.added:before {
    content: "\f02c";
     color: var(--bzo-main-color);
    font-size: 24px;
    vertical-align: middle;
    margin-right: 8px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.fancybox-overlay{
    z-index: 99995;
}
#colorbox, #cboxOverlay, #cboxWrapper,.share-popup-content-open{
   z-index: 99997;
}
.yith-wcwl-share .share-button a i{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share{
    margin-bottom: 0;
}
.yith-wcwl-share li a{
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 5px;
}
.wishlist_table.mobile .product-add-to-cart a{
    display: inline-block!important;
    margin-bottom: 0;
}
.wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3{
    margin-top: 0;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: left;
        position: absolute;
    right: 0px;
    top: 0px;
}
.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist, .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{
    text-align: left;
}
.wishlist_table.mobile li .item-wrapper .item-details .item-details-table .label,
.wishlist_table.mobile .additional-info
{
    display: none;
}
.wishlist_table.mobile li .item-wrapper .item-details .item-details-table .value{
    padding: 0;
}
.wishlist_table.mobile li {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--bzo-border-color);
    position: relative;
}
body.drive-iphone input[type="checkbox"]:before{
    display: none;
}
body.drive-iphone input[type="checkbox"]{
    display: inline-block;
}
.group-filters-shop .close-filters{
    display: none;
}
.cky-consent-container .cky-consent-bar{
    padding: 30px 36px!important;
    border-radius: 15px!important;
}
.cky-consent-container .cky-consent-bar .cky-btn{
    border-radius: 30px;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-color: var(--bzo-main-color2)!important;
    color:  var(--bzo-main-color2)!important;
}
.cky-consent-container .cky-consent-bar .cky-btn:hover{
    background: var(--bzo-main-color2)!important;
    color:  #fff!important;
}
.cky-consent-container .cky-consent-bar .cky-btn.cky-btn-accept{
    background: var(--bzo-main-color)!important;
    border-color: var(--bzo-main-color)!important;
     color:  #fff!important
}
.cky-consent-container .cky-consent-bar .cky-btn.cky-btn-accept:hover{
    background: var(--bzo-main-color2)!important;
    border-color: var(--bzo-main-color2)!important;
}
.page-shop-4col .main-filter__hitory{
    display: none;
}
.page-shop-4col .main-top-filter{
    margin-bottom: 0;
}

/*-------------- home aleta ------------------*/

.custom-currency .chosen-container-single .chosen-single{
    width: 42px;
    height: 42px;
    border: none;
    background: #f5f5f5;
    padding: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}
.custom-currency .chosen-container{
    min-width: auto;
}
.custom-currency .chosen-container-single .chosen-single span{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.custom-currency .chosen-container-single .chosen-single div{
    display: none;
}
.custom-currency .chosen-container .chosen-results li{
    padding: 5px 0px 0px;
    font-size: 14px;
    font-weight: 500;
}
.custom-currency .chosen-container .chosen-results li:hover{
    color: var(--bzo-main-color);
}
.custom-currency .chosen-container-active.chosen-with-drop .chosen-single{
    background: #f5f5f5;
    border: none;
        box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}
.custom-currency .chosen-container .chosen-drop{
    background: #f5f5f5;
    border-radius: 0 0 25px 25px;
    border: none;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
    padding-bottom: 10px;
}
.custom-currency .chosen-container .chosen-results{
    padding: 0;
    margin: 0;
    text-align: center;
}
.chosen-container-active .chosen-single{
    box-shadow: none;
}
.main-footer-aleta__contact .item-link i{
    width: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}


.bzoteche-info-box-style11 .info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 30px 45px;
}
.bzoteche-info-box-style11 .info:before{
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.bzoteche-info-box-style11:hover .info:before{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.bzoteche-info-box-style11:hover .info{
    justify-content: center;
}
.bzoteche-info-box-style11 .info .title{
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
        position: absolute;
    bottom: 50px;
}
.bzoteche-info-box-style11:hover .info .title{
    position: unset;
}
.bzoteche-info-box-style11:hover .info .title a{
    color: #fff;
}
.bzoteche-info-box-style11:hover .info .title{
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

}
.bzoteche-info-box-style11 .info .desc{
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-top: 10px;
}
.bzoteche-info-box-style11:hover .info .desc{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.bzoteche-info-box-style11 .adv-thumb-link{
        border-radius: 30px;
    overflow: hidden;
}
.bzoteche-info-box-style11 .adv-thumb-link:before{
    background: rgba(23, 23, 23, 0.4);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
        transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.bzoteche-info-box-style11:hover .adv-thumb-link:before{
    opacity: 1;
}
.top-header-aleta .item-slider- p:before{
    content: '';
    height: 5px;
    width: 5px;
    background: #80574D;
        display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 50%;
}
.top-header-aleta .item-slider- p{
    text-transform: uppercase;
}
.main-header-aleta{
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14);
}
/* Begin phu */

.slider-22 {
    display: flex;
}
.slider-22 .text-s1{
    color: #4B5033;
    margin-right: 15px;
    display: inline-block;
}
.slider-22 .text-s2{
    color: #FBAF0F;
    display: inline-block;
}
.payment-fter ul {
    list-style: none;
    display: flex;
}
.payment-fter ul li {
    margin-right: 20px;
}
.footer-copyright {
    position: relative;
}
/* End phu */
div.ui-widget{
    font-family:  var(--bzo-body_typo-font-family);
}
.tags-and-share .tags-and-share-title,
.tags-and-share .tags-and-share-title{
    display: none;
}
.single-post-share-wrap{
    display: inline-block;
}
.single-list-social.single-post-share{
    
}

.banner-list-post p{
    font-size: 16px;
    color: #000;
}
.banner-list-post .elbzotech-bt-style4{
    font-weight: 700;
}
.widget_bzotech_attribute_filter .list-filter li a{
    padding-right: 25px;
    display: flex;
}


/* style pagination */
.pagi-nav .page-numbers{
    width: 46px;
    height: 46px;
    border: 1px solid #B7B7B7;
    border-radius: 23px;
    line-height: 46px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--bzo-main-color2);
    text-shadow: 0px 10px 20px rgba(209, 188, 178, 0.25);
    margin: 0 4px;
    display: inline-block;
}
.pagi-nav .page-numbers.dots{
    border: none;
}

.pagi-nav .page-numbers.next,
.pagi-nav .page-numbers.prev{
    color: #293042;
    border-color: #a1a1a1;
    margin: 0 8px;
    font-size: 18px;
}
.pagi-nav .page-numbers:hover,
.pagi-nav .page-numbers.current{
    background-color: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    color: #fff;
}
.pagi-nav .page-numbers.dots:hover{
    background: transparent;
    color: var(--bzo-main-color2);
}
.open-hide-filters-mobile{
    display: none;
}
.banner-slider-home .elbzotech-bt-style5 i.fa-play{
    margin-left: 10px;
    border: 4px solid #2d3446;
    border-radius: 50%;
    height: 39px;
    line-height: 31px;
    width: 39px;
    text-align: center;
    vertical-align: middle;
    color: #2d3446;
    padding-left: 3px;
}
.banner-slider-home .elbzotech-bt-style5:hover i.fa-play{
    border-color: var(--bzo-main-color);
    color: var(--bzo-main-color);
}
.main-header2 .elbzotech-mini-cart-dropdown .mini-cart-content{
    background: #eff1e9;
    padding-top: 35px;
}
.main-header2-right .custom-currency .chosen-container-single .chosen-single,
.main-header2-right .elbzotech-lang-demo-style .dropdown-link{
    background: transparent;
    box-shadow: none;
    border: 2px solid #454545;
    width: 36px;
    height: 36px;
        padding: 0;
}

.main-header2-right .custom-currency .chosen-container-single .chosen-single span{
    font-size: 12px;
}
.home2-video-box .elementor-custom-embed-play{
    animation: zoom-in-zoom-out 1s ease infinite;
    margin-top: -50px;
    margin-left: -50px;
}
.main-header2-right .elbzotech-lang-demo-style .elbzotech-dropdown-list{
     width: 36px;
      border: 2px solid #454545;
      border-top: none;
}
.main-header2-right .custom-currency .chosen-container-active.chosen-container-single .chosen-single,
.main-header2-right .elbzotech-lang-demo-style:hover .dropdown-link{
    border-bottom: none;
}
.main-header2-right .custom-currency .chosen-container .chosen-drop{
    border: 2px solid #454545;
    border-top: none;
}
.main-header2-right .custom-currency .chosen-container .chosen-results li{
    font-size: 12px;

}
.main-header2-right .elbzotech-lang-demo-style .elbzotech-dropdown-list li {
    padding: 0px 7px;
}
.banner-slider-home #rev_slider_3_1[data-slideactive="rs-19"] .hesperiden_copy100.tparrows:hover:before{
    color: #fff!important;
}
.brand-home1 .elbzotech-wrapper-slider{
    margin: -30px 0;
}
.brand-home1 .elbzotech-wrapper-slider .elbzotech-swiper-slider{
    padding: 30px 0;
}
.brand-home1 .img-wrap:hover img{
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14);
}
.login-popup-content-wrap .show-password-input {
    position: absolute;
    right: 20px;
    top: 50%!important;
    margin-top: -10px;
    cursor: pointer;
}
.login-popup-content-wrap .show-password-input:after{
font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "\e010";
    text-decoration: none;
}
.login-popup-content-wrap .password-input {
    position: relative;
}
.login-popup-content-wrap div.nsl-container.nsl-container-block .nsl-container-buttons{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px -15px;
}
.login-popup-content-wrap div.nsl-container.nsl-container-block .nsl-container-buttons>a{
    width: 50%;
    padding: 0px 15px;
}
.login-popup-content-wrap div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container{
    background: transparent;
}
.login-popup-content-wrap div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container svg{
    background: #fff;
    border-radius: 50%;
}
.login-popup-content-wrap div.nsl-container.nsl-container-block .nsl-container-buttons>a .nsl-button-default{
    border-radius: 30px;
    font-weight: 500;
    font-family: var(--bzo-body_typo-font-family);
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.login-popup-content-wrap div.nsl-container.nsl-container-block .nsl-container-buttons>a .nsl-button-facebook{
    background: #405993!important;
}
.login-popup-content-wrap div.nsl-container .nsl-button-default div.nsl-button-label-container{
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 19px 0 17px;
}
.login-popup-content-wrap div.nsl-container.nsl-container-block .nsl-container-buttons>a .nsl-button-svg-container svg{
    width: 40px;
    height: 40px;
}
.login-popup-content-wrap div.nsl-container.nsl-container-block .nsl-container-buttons>a .nsl-button-default:hover{
    background: var(--bzo-main-color)!important;
}
.login-popup-content-wrap .nextend-social-login >h3{
   position: relative;
   z-index: 1;
   margin: 30px 0;
}
.login-popup-content-wrap .nextend-social-login >h3 span{
   background: #fff;
   display: inline-block;
   padding: 0px 20px;
}
.login-popup-content-wrap .nextend-social-login >h3:before{
   position: absolute;
   content: '';
   height: 1px;
   width: 100%;
   top: 50%;
    background: #00000029;
    left: 0;
    z-index: -1;
}
.coppyright-footer1 a:hover{
    color: var(--bzo-main-color2)!important;
}
#rev_slider_3_1_wrapper .hesperiden_copy100.tparrows{
    display: none!important;
}
#rev_slider_3_1_wrapper:hover .hesperiden_copy100.tparrows{
    display: block!important;
}
.mc4wp-response >div{
    color: #ccc;
    margin-top: 12px;
    font-size: 14px;
}
/*******************************************************************************************************
11. Begin Responsive
********************************************************************************************************/
@media(max-width: 1440px){
    .banner-slider-home #rev_slider_3_1_wrapper .hesperiden_copy100.tparrows{
        display: none!important;
    } 
}
@media(min-width: 1200px) and (max-width: 1365px){
    div.addcart-link-wrap .elbzotech-bt-default{
        padding: 0 15px !important;
    }
    div.item-list-default .list-thumb-wrap{
        width: 300px;
    }
    div.item-list-default .list-info-wrap{
        width: calc(74% - 300px);
    }
    div.item-list-default .product-extra-link{
        padding-left: 25px;
        margin-left: 25px;
    }

    .single-related-product .item-grid-product- .product-info .flex-wrapper{
        display: inherit;
    }
}
@media (min-width: 1200px) {

}/*End min-width: 1170px*/

@media (max-width: 1440px) and (min-width: 1200px) {
  
}/*End max-width: 1440px and min-width: 1170px*/
@media (max-width: 1170px) and (min-width: 1025px) {
   
}/*End max-width: 1170px and min-width: 1025px*/
@media (max-width: 1800px) {

}/*End max-width: 1800px*/
@media (max-width: 1500px) {

}/*End max-width: 1440px*/
@media (max-width: 1440px) {
    .our-story-about .elbzotech-text-editor{
        height: 290px;
        overflow-y: auto;
        padding-right: 20px;
    }
    
    .our-story-about .elbzotech-text-editor::-webkit-scrollbar{
        width: 3px;
    }
    .our-story-about .elbzotech-text-editor::-webkit-scrollbar-track{
      box-shadow: inset 0 0 6px var(--bzo-main-color2);
    }
     
    .our-story-about .elbzotech-text-editor::-webkit-scrollbar-thumb{
      background-color: var(--bzo-main-color);
      outline: 1px solid var(--bzo-main-color);
    }
    .banner-slider-home1 .title-slider1{
        font-size: 43px!important;
        line-height: 50px!important;
    }
    .banner-slider-home1 .title-slider2{
        font-size: 30px!important;
        line-height: 35px!important;
    }

    .banner-slider-home1 .title-slider3{
        max-width: 600px!important;
        font-size: 18px!important;
    }
    .banner-slider-home1 .title-slider3-item2{
        margin-bottom: 20px;
    }
}/*End max-width: 1440px*/
@media (max-width: 1366px) {
    .main-header2-left .info-box-icon,
    .main-header2-right .info-box-icon
    {
        display: none;
    }
    .main-header2-left .bzoteche-info-box-style14 .info-box-content,
    .main-header2-right .bzoteche-info-box-style14 .info-box-content{
        padding-left: 0;
    }
}/*End max-width: 1366px*/
@media (max-width: 1365px) {
    .main-header-aleta .menu-style- .bzotech-navbar-nav > li > a{
        padding: 0 8px;
    }
}/*End max-width: 1365px*/
@media (max-width: 1366px)and (min-width: 1025px) {

}/*End max-width: 1366px*/
@media (max-width: 1280px) {
 
}
@media (max-width: 1200px) {
    .menu-header2 .toggle-mobile-menu{
        color: #fff;
    }
    .login-popup-content-wrap div.nsl-container.nsl-container-block .nsl-container-buttons>a .nsl-button-svg-container svg{
        width: 24px;
        height: 24px;
    }
    .login-popup-content-wrap div.nsl-container .nsl-button-default div.nsl-button-label-container{
        padding: 10px 0;
    }
    .banner-slider-home .countdown1,
    .banner-slider-home .countdown2,
    .banner-slider-home .sub-title
    {
        display: none;
    }
    .menu-style- .bzotech-navbar-nav>li> a> span:after{
        display: none;
    }
    .banner-slider-home1{
        margin-top: 0;
    }
    .our-story-about .elbzotech-text-editor{
        height: 200px;
    }
    .main-header-style1 .col-logo{
        order: 1;
    }
    
    .main-header-style1 .col-menu{
        order: 3;
    }
    .main-header-style1 .main-header-style1__right{
        order: 2;
    }
    .main-header-style1 .menu-style-{
        text-align: right;
    }
    .new-arrival-home1 .elementor-widget-bzotech-products{
        margin-top: 63px;
    }
    .category-home1 {
        padding-top: 70px;
        margin-top: 0px!important;
    }
    .product-masory-home1{
        padding-top: 37px;
    }
    .countdown-home1{
        margin-top: 70px!important;
    }

  .main-header-style1__right .elbzotech-search-wrap .search-icon-popup, .main-header-style1__right .elbzotech-mini-cart-style1 .mini-cart-link, .main-header-style1__right .elbzotech-account-manager .button-account-manager{
    height: 70px;
    line-height: 72px;
  }
  .main-header-style1__right .elbzotech-search-wrap .search-icon-popup{
    line-height: 77px;
  }
  .main-header-style1__right .elbzotech-account-manager .button-account-manager{
    line-height: 82px;
    }
}/*End max-width: 1200px*/
@media (max-width: 1199px) {

}/*End max-width: 1199px*/

@media (max-width: 1170px) {

}/*End max-width: 1170px*/

@media (width: 1024px)  {

}
@media (max-width: 1024px)  {
    
}/*End max-width: 1024px*/
@media (max-width: 991px)  {

}/*End max-width: 991px*/
@media (min-width: 767px) and (max-width: 991px)  {
    
}/*End min-width: 767px and max-width: 991px*/
@media (width: 768px) {
    
}/*End width: 768px*/
@media (max-width: 768px) {

}/*End max-width: 768px*/
@media (max-width: 800px) {

}/*End max-width: 768px*/

@media (max-width: 767px) {

    .home2-video-box .elementor-custom-embed-play svg{
        width: 50px;
    }
    .home2-video-box .elementor-custom-embed-play {
        margin-left: -25px;
    }
    .main-header-aleta .elbzotech-account-default .button-account-manager{
        min-width: auto;
        width: 42px;
        height: 42px!important;
        border-radius: 50%;
            padding: 0px!important;
    line-height: 42px!important;
    }
    .main-header-aleta .elbzotech-account-default .button-account-manager span{
        font-size: 0;
    }
    .main-header-aleta .elbzotech-account-default .button-account-manager span:before{
        font-size: 24px;
        content: "\f007";
        font-family: 'Line Awesome Free';
        font-weight: 900;
    }
    .main-header-style1 .main-header-style1__right .elementor-widget-bzotech-account {
        margin-right: -30px;
    }
    .main-footer1 .footer-col3{
        order: 1;
    }
    .main-footer1 .footer-col1{
        order: 2;
    }
    .main-footer1 .footer-col2{
        order: 3;
    }
    .main-footer1 .footer-col4{
        order: 4;
    }
    .new-arrival-home1 .elementor-background-overlay{
        display: none;
    }
    .new-arrival-home1{
        background-image: none!important;
        padding-top: 30px;
    }
    .new-arrival-home1 .elementor-widget-bzotech-products {
        margin-top: 50px;
    }

    .login-popup-content-wrap div.nsl-container.nsl-container-block .nsl-container-buttons{
        flex-direction: column;
    }
    .login-popup-content-wrap div.nsl-container.nsl-container-block .nsl-container-buttons>a{
        width: 100%;
    }
}/*End max-width: 767px*/
@media (max-width: 680px) {
    .main-header-style1 .main-header-style1__right .elementor-widget-bzotech-account {
        margin-right: -27px;
    }
}/*End max-width: 680px*/
@media (max-width: 600px) {
    .main-header-style1 .main-header-style1__right .elementor-widget-bzotech-account {
        margin-right: -17px;
    }
}/*End max-width: 600px*/
@media (max-width: 480px) {

    .main-header-style1 .main-header-style1__right .elementor-widget-bzotech-account {
        margin-right: -10px;
    }
}/*End max-width: 480px*/
@media (max-width: 400px) {

    .main-header-style1 .main-header-style1__right .elementor-widget-bzotech-account {
        margin-right: 0px;
    }
}/*End max-width: 400px*/

@media (max-width: 375px) {
    .main-header-style1 .col-logo .logo-text svg{
        width: 100px;
    }
}
@media (max-width: 320px) {
}/*End max-width: 320px*/

/* Begin ver 1.1 */
.color-title{
    color: var(--bzo-main-color2);
}
a{
    color: var(--bzo-main-color2);
    text-decoration: unset;
    transition: .2s;
}
h1, h2, h3 {
    font-weight: 600;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--bzo-main-color2);
}
.indicator-icon{
    display: none;
}
.menu-style- .bzotech-navbar-nav>li>a{
    font-size: 20px;
    font-weight: 500;
    padding: 0 20px;
    text-transform: capitalize;
    color: var(--bzo-main-color2);
}
@media(max-width: 1680px){
	.menu-style- .bzotech-navbar-nav>li>a{
		 padding: 0 10px;
	}
	
}
.bzotech-menu-inner .elbzotech-list-link-block a.icon-position-right i{
    color: var(--bzo-main-color);
}
.menu-style- .bzotech-navbar-nav>li>a:hover {
    color: var(--bzo-main-color);
}

.menu-style- .bzotech-navbar-nav>li>a>span {
    position: relative;
}

.menu-style- .bzotech-navbar-nav>li:hover>a>span:after,.menu-style- .bzotech-navbar-nav>li.current_page_parent>a>span:after,.menu-style- .bzotech-navbar-nav>li.current-menu-item>a>span:after {
    opacity: 1;
    right: 0;
}

.menu-style- .bzotech-navbar-nav>li:hover>a,.menu-style- .bzotech-navbar-nav>li.current_page_parent>a,.menu-style- .bzotech-navbar-nav>li.current-menu-item>a {
    color: var(--bzo-main-color);
}

.menu-style- .sub-menu .current-menu-item>a {
    text-decoration: underline;
}

.menu-style- .bzotech-navbar-nav .menu-item-depth-0>.sub-menu {
    left: 9px;
}

@media(min-width: 1200px){
    .elbzotech-mini-cart-style1{
        padding: 34px 0;
    }
    .menu-fixed-content.fixed-header .elbzotech-mini-cart-style1{
        padding: 25px 0;
    }
}
.top-header-aleta .content-slider-custom a{
    color: rgb(128, 87, 77);
    font-weight: 500;
}
.item-grid-product- .product-thumb__group-extra a{
    font-size: 22px;
}
.elbzotech-list-link-block a{
    color: var(--bzo-body_typo-color);
}
.elbzotech-list-link-block a:hover span{
    color: var(--bzo-main-color);
}
@media (max-width: 1440px){
    .menu-style- .bzotech-navbar-nav>li>a {
        padding: 0 12px;
        font-size: 18px;
    }
}

.elbzotech-dropdown-list{
    border: none;
    border-radius: 0 0 25px 25px;
}
.menu-fixed-content.fixed-header .menu-style- .bzotech-navbar-nav > li{
    padding: 25px 0;
}
.menu-home{
    box-shadow: 0px 2px 5px 3px rgb(0 0 0 / 10%);
    border-radius: 15px;
    overflow: hidden;
}

/* share */

.popup-share-content {
    display: none;
}

.popup-share span {
    display: none;
}

.share-popup-content-open {
    background: rgb(0 0 0 / 80%);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    z-index: 9999;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.share-popup-content-open ul li a>i {
    font-size: 20px;
}

.share-popup-content-open ul {
    background: #fff;
    padding: 40px 50px 30px;
    border-radius: 5px;
}

.share-popup-content-open ul li {
    margin: 0 10px;
}
.single-list-social ul li .facebook-social,
.share-popup-content-open ul li .facebook-social{
    color: #1877F2;
}
.single-list-social ul li .envelope-social,
.share-popup-content-open ul li .envelope-social{
    color: #F2A42E;
}    
.single-list-social ul li .twitter-social,
.share-popup-content-open ul li .twitter-social{
    color: #2DAAE1;
}
.single-list-social ul li .pinterest-social,
.share-popup-content-open ul li .pinterest-social{
    color: #CC0000;
}

.share-popup-content-open ul li:last-child {
    margin-right: 0;
}

.share-popup-content-open.active {
    display: flex;
}
.single-list-social ul li a,
.share-popup-content-open ul a{
    border-radius: 0;
    font-size: 24px;
    transition: 0.2s;
}
.single-list-social ul li a:hover,
.share-popup-content-open ul a:hover{
    box-shadow: none;
    opacity: 0.8;
    transition: 0.2s;
}
.share-popup-content-open> i:hover{
    color: var(--bzo-main-color);
}

.elementor-animation-push:hover{
    animation-duration: .6s !important;
}

.home2-video-box .elementor-open-lightbox{
    aspect-ratio: unset !important;
}

.price_slider_amount .elbzotech-bt-default{
    float: left;
    margin-top: 10px;
}

#main-content{
    padding: 40px 0 80px 0;
}
select.woocommerce-currency-switcher{
    border: none;
    opacity: 0;
}
.coppyright-footer1 a,
.fter-copyright a{
    color: #fff;
}
.coppyright-footer1 a:hover,
.fter-copyright a:hover{
    text-decoration: underline;
}
/* End ver 1.1 */
