/*----------------------------------
Project: Fame-theme
Version: 1.0
Author: BZOTech
-----------------------------------*/

/*******************************************************************************************************
01. Begin General
********************************************************************************************************/
/* cut from custom-style.css */
.elbzotech-swiper-slider{
    margin-top: -30px;
    margin-bottom: -30px;
}
.elbzotech-swiper-slider .swiper-wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
}
/*Begin Select Box*/
.select-box select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%;
}
.select-box::after {
    position: absolute;
    top: 2px;
    right: 0;
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    z-index: 2;
    cursor: pointer;
    pointer-events: none;
}
.select-box {
    position: relative;
}
.type-label .select-box::after{
    content: '';
}
.elbzotech-dropdown-box:hover .elbzotech-dropdown-list{
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    margin-top: 0px;
}
.elbzotech-dropdown-list {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 10px 30px 20px 30px;
    min-width: 260px;
    width: 100%;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    pointer-events: none;
    line-height: 28px;
    list-style: none;
    z-index: 9992;
    border-radius: 0px 0px 15px 15px;
}
/*End Select Box*/

/*Begin Button Scoll Top*/
body .scroll-top {
    bottom: -100px;
    right: 40px;
    display: block;
    height: 50px;
    line-height: 50px;
    opacity: 0;
    position: fixed;
    text-align: center;
    width: 50px;
    z-index: 999;
    background: var(--bzo-main-color);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;

}
body .scroll-top:hover {
    color: #fff;
}
body .scroll-top:before {
    content: '';
     transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 50%;
    top: 50%;
    border-radius: 50%;
    background: var(--bzo-main-color2);
    z-index: -1;
}
body .scroll-top:hover:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body .scroll-top:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.scroll-top.active {
    opacity: 1;
    bottom: 30px;
}
@media(max-width: 1170px){
    body .scroll-top {
        right: 20px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        font-size: 20px;
    }
    .scroll-top.active {
        bottom: 80px;
        right: 15px;
    }
}
/*End Button Scoll Top*/
.page-shop-4col{
    margin-top: 50px;
}
/*Begin Top filter*/
.top-filter .sort-pagi-bar{
    float: right;
}
.top-filter .view-type{
    display: flex;
}
.top-filter .view-type a{
    display: inline-block;
    margin-right: 30px;
        line-height: 0;
}
.top-filter .view-type a i::before{
    color: #898989;
}
.top-filter .view-type a.active i:before,
.top-filter .view-type a:hover i:before
{
    color: var(--bzo-main-color);
}
.top-filter .sort-pagi-bar > li{
        vertical-align: middle;
}

.top-filter{
    margin-bottom: 30px;
    border: 1px solid var(--bzo-border-color);
    border-radius: 10px;
}
.top_filter-shop{
    margin-bottom: 30px;
}
.main-top-filter__left .dropdown-link
{
    padding: 0 30px;
    height: 65px;
    display: inline-block;
    line-height: 65px;
    font-size: 16px;
    font-weight: 500;
        display: flex;
    align-items: center;
    color: #727272;
}
.main-top-filter__left .dropdown-link:hover{
    color: var(--bzo-main-color);
}
.main-top-filter__left .dropdown-link svg
{
    margin-left: 5px;
}
.main-top-filter__left>div
{
    border-right: 1px solid var(--bzo-border-color);
}

.hidden-sidebar .elementor-widget-sidebar,
.hidden-sidebar >.sidebar-position-left,
.hidden-sidebar >.sidebar-position-right
{
    display: none;
}
.hidden-sidebar .elementor-element:has(.elementor-widget-bzotech-products),
.hidden-sidebar >.content-sidebar-left,
.hidden-sidebar >.content-sidebar-right
{
    width: 100%;
}

@media(max-width: 1199px){
    .top-filter .view-type{
        display: none;
    }
}

@media(max-width: 767px){
    .sort-by .inline-block {
        width: 100%;
    }
    .main-top-filter__left {
        flex-direction: column;
        width: 100%;
    }
    .main-top-filter__left>div {
        width: 100%;        
        border-right: none;
    }
    .main-top-filter__left>div.open-hide-filters{
        border-bottom: 1px solid #B7B7B7;
    }
    .main-top-filter__left .dropdown-link {
        justify-content: space-between;
        height: 55px;
        line-height: 55px;
    }
}
/*End Top filter*/
/*Begin nav tabs*/
.nav-tabs{
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 0;
}

.nav-tabs>li>a{
    border-radius: 0;
    padding: 0px;
    border: none;
    margin: 0px;
}
.nav>li>a:focus,
.nav>li>a:hover,
.nav-tabs>li>a:hover {
    background: transparent;
    border-color: transparent;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover{
    border: none;
    background: transparent;
}

.nav-tabs > li > a i{
    display: inline-block;
    vertical-align: middle;
}
/*End nav tabs*/

/*End General*/


/*******************************************************************************************************
03. WooCommerce General
********************************************************************************************************/

/*-------------------------------*/

/*Begin Effect image product item */
.product-thumb-link {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.product-thumb-link img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: #f5f5f5;
}

/*Zoom Product*/

.product-thumb:hover .zoom-thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*Zoomout Product*/
.zoomout-thumb img.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(2);
  -webkit-transform: scale(2);
}
.product-thumb:hover .zoomout-thumb img.image-hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
/*Rotate Product*/
.product-thumb .rotate-thumb img{
    transition: all 0.4s linear 0s;
}
.rotate-thumb img.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transition: all 0.4s linear 0s;
}
.product-thumb:hover .rotate-thumb img.image-hover {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  opacity: 1;
  transition: all 0.4s linear 0s;
}
.product-thumb:hover .rotate-thumb img:first-child {
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  opacity: 0;
  transition: all 0.4s linear 0s;
}
/*Translate Product*/
.product-thumb .translate-thumb img{
    transition: all 0.4s ease-out 0s;
}
.translate-thumb img.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.4s ease-out 0s;
}
.product-thumb:hover .translate-thumb img.image-hover {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  transition: all 0.4s ease-out 0s;
}
.product-thumb:hover .translate-thumb img:first-child {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
  transition: all 0.4s ease-out 0s;
}
/*End Effect image product item*/

/*End WooCommerce General*/


/*******************************************************************************************************
04. Elementor General
********************************************************************************************************/


/*Begin Slider elementor */
.elbzotech-wrapper-slider-global .swiper-button-prev:after, 
.elbzotech-wrapper-slider-global .swiper-container-rtl .swiper-button-next:after ,
.elbzotech-wrapper-slider-global .swiper-button-next:after,
.elbzotech-wrapper-slider-global .swiper-container-rtl .swiper-button-prev:after,
.elbzotech-wrapper-slider .swiper-button-prev:after, 
.elbzotech-wrapper-slider .swiper-container-rtl .swiper-button-next:after ,
.elbzotech-wrapper-slider .swiper-button-next:after,
.elbzotech-wrapper-slider .swiper-container-rtl .swiper-button-prev:after{
    content: '';
}
.elbzotech-wrapper-slider-global .swiper-button-next, 
.elbzotech-wrapper-slider-global .swiper-container-rtl .swiper-button-prev,
.elbzotech-wrapper-slider-global .swiper-button-prev, 
.elbzotech-wrapper-slider-global .swiper-container-rtl .swiper-button-next,
.elbzotech-wrapper-slider .swiper-button-next, 
.elbzotech-wrapper-slider .swiper-container-rtl .swiper-button-prev,
.elbzotech-wrapper-slider .swiper-button-prev, 
.elbzotech-wrapper-slider .swiper-container-rtl .swiper-button-next{
    background-image:none;
}
/*End Slider elementor */
/*Begin Account manager elementor*/
.elbzotech-popup-overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -1;
}
/*End Account manager elementor */

/*Begin Elementor Menu*/
.bzotech-navbar-nav{
    margin: 0;
    padding: 0;
    list-style: none;
}
.bzotech-navbar-nav > li{
    display: inline-block;
    font-size: 14px;
}
.bzotech-navbar-nav > li > a{
    position: relative;
    display: block;
}

.bzotech-navbar-nav li.menu-item-has-children{
    position: relative;
}


.bzotech-navbar-nav li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
    margin-top: 0px;
}
.bzotech-navbar-nav li.menu-item-has-children li.menu-item-has-children > .sub-menu {
    margin: 0px 0px 0px 30px;
}

.bzotech-navbar-nav .sub-menu {
    background: #fff;
    left: 0px;
    list-style: none;
    opacity: 0;
    padding: 20px 0px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    margin: 0px 0 0 20px;  
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow: 0px 4px 10px 5px rgb(0 0 0 / 10%);
    width: 280px;
    border-radius: 0 0 15px 15px;
}
.bzotech-navbar-nav .sub-menu .sub-menu{
    left: 100%;
    top: 0;
    border-radius: 30px;
}
.bzotech-navbar-nav .sub-menu > li > a {
    display: block;
    padding: 6px 30px;
    position: relative;
    font-size: 18px;
}
.bzotech-navbar-nav .sub-menu > li > a:hover{
    color: var(--bzo-main-color);
}

.bzotech-navbar-nav li.has-mega-menu .mega-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    padding: 30px 15px 30px 15px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: -1;
    text-align: left;
    margin: 0px 0 0 30px;    
    box-shadow: 0px 4px 10px 5px rgb(0 0 0 / 10%);
    border-radius: 0px 0px 15px 15px;
}
.bzotech-navbar-nav li.has-mega-menu.active-hover > .mega-menu {
    margin: 0;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
     z-index: 999;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.mega-menu .current-link{
    text-decoration: underline;
}
.indicator-icon{
    margin-left: 6px;
    cursor: pointer;
    position: relative;
    font-weight: 900;
    font-style: normal;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 12px;
}
.indicator-icon:before {
    content: "\f107";
}
.sub-menu .indicator-icon::before {
    content: "\f105";
}
.bzotech_plus_icon .indicator-icon::before {
    content: '+';
}
.bzotech_fill_arrow .indicator-icon::before {
    content: '\f0d7';
}
.bzotech_fill_arrow .sub-menu .indicator-icon::before {
    content: '\f0da';
}
.bzotech_none .indicator-icon{
    display: none;
}
.bzotech-menu-toggler{
    display: flex;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.bzotech-nav-identity-panel{
    display: none;
}
.menu-global-style- .bzotech-navbar-nav{
    display: flex;
}

/*Menu fixed style*/

.fixed-header {
    background:#fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.menu-fixed-content.fixed-header{
    background: #fff;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0 !important;
    margin: 0;
    max-width: 100%;
    display: block;
}
.fixed-header .vc_row[data-vc-full-width].vc_hidden{
    opacity: 1;
}
.fixed-header {
    position: fixed !important;
    top: -100px;
    left: 0px !important;
    z-index: 9999!important;
    -webkit-transition: top 0.4s ease-out 0s !important;
    transition: top 0.4s ease-out 0s !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
    top: 32px;
}
.fixed-header.active {
    top: 0;
}

/*menu style icon*/

.menu-style-icon .bzotech-nav-identity-panel{
    display: block;
}
.menu-style-icon .bzotech-menu-inner{ 
    background: #fff;
    width: 330px;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9995;
    padding: 50px 0px 30px 0px;
    overflow-x: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    max-width: 100%;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.1);
    max-height: 100%;
    display: block;
}
.menu-style-icon.position_content-left .bzotech-menu-inner{ 
   left: -350px;
}
.menu-style-icon.position_content-left .bzotech-menu-inner.menu-side-active{
    left: 0;
}
.menu-style-icon.position_content-right .bzotech-menu-inner{ 
   right: -350px;
}
.menu-style-icon.position_content-right .bzotech-menu-inner.menu-side-active{
    right: 0;
}
.menu-style-icon .bzotech-menu-inner .bzotech-navbar-nav{
    padding-top: 30px;
    padding-left: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

.menu-style-icon .bzotech-navbar-nav > li > a{
    padding: 10px 0;
    text-transform: uppercase;
}
.menu-style-icon .bzotech-navbar-nav > li > a:hover{
    color: #000;
    text-decoration: underline;
}
.menu-style-icon .bzotech-navbar-nav > li {
    display: block;
}

.position_content-left .close-menu{
    position: absolute;
    right: 17px;
    top:0px;
    line-height: 40px;
    cursor: pointer;
        font-size: 24px;
        z-index: 1;
}
.position_content-right .close-menu{
    position: absolute;
    left: 17px;
    top: 0px;
    line-height: 40px;
    cursor: pointer;
        font-size: 24px;
}
.admin-bar .position_content-right .close-menu{
    top: 40px;
}
.admin-bar .menu-global-style-icon .bzotech-menu-inner{
    padding-top: 80px;
}
.close-menu .bzotech-menu-toggler span,
.close-menu .bzotech-menu-toggler:after,
.close-menu .bzotech-menu-toggler:before{
    background: #fff;
}
.menu-style-icon .bzotech-navbar-nav .sub-menu{
    position: static;
    opacity: 1;
    visibility: visible;
    margin: 0;
    width: 100%;
    display: none;
    box-shadow: none;
}
.menu-style-icon .bzotech-navbar-nav .sub-open > .sub-menu{
    display: block;
}
.menu-style-icon .bzotech-navbar-nav .sub-menu{
    background: transparent;
}
.menu-style-icon .bzotech-navbar-nav .sub-menu{
    padding: 0px;
}
.menu-style-icon .bzotech-navbar-nav .sub-menu >li>a{
    padding: 8px 20px;
}
.menu-style-icon .indicator-icon{
    width: 30px;
    text-align: center;
    display: none;
}
.mobile-logo img{
    max-width: 200px;
}


.effect-line-bottom .bzotech-navbar-nav>li>a{
    position: relative;
}
.effect-line-bottom .bzotech-navbar-nav>li>a:after
{
    content: '';
    background: #c82811;
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 50%;
    right: 50%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.effect-line-bottom .bzotech-navbar-nav>li>a:hover:after,
.effect-line-bottom .bzotech-navbar-nav>li.current-menu-parent>a:after,
.effect-line-bottom .bzotech-navbar-nav>li.current-menu-ancestor>a:after,
.effect-line-bottom .bzotech-navbar-nav>li.current-menu-item>a:after
{
    left: 0;
    right: 0;
    opacity: 1;
}
.effect-line-top .bzotech-navbar-nav>li{
    position: relative;
}
.effect-line-top .bzotech-navbar-nav>li>a:after
{
    content: '';
    background: #c82811;
    position: absolute;
    top: 0;
    height: 3px;
    left: 50%;
    right: 50%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.effect-line-top .bzotech-navbar-nav>li>a:hover:after,
.effect-line-top .bzotech-navbar-nav>li.current-menu-item>a:after
{
    left: 0;
    right: 0;
    opacity: 1;
}

.toggle-mobile-menu {
  display: none;
}

/*begin menu global style icon*/
.menu-global-style-icon.bg-overlay:after{
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
}
.menu-global-style-icon .bzotech-nav-identity-panel{
    display: flex;
}
.menu-global-style-icon .bzotech-menu-inner{ 
    background: #fff;
    width: 330px;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9995;
    padding: 50px 0px 0px 0px;
    overflow-x: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    max-width: 100%;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.1);
    max-height: 100%;
    display: block;
}
.menu-global-style-icon.position_content-left .bzotech-menu-inner{ 
   left: -350px;
}
.menu-global-style-icon.position_content-left .bzotech-menu-inner.menu-side-active{
    left: 0;
}
.menu-global-style-icon.position_content-right .bzotech-menu-inner{ 
   right: -350px;
}
.menu-global-style-icon.position_content-right .bzotech-menu-inner.menu-side-active{
    right: 0;
}

.menu-global-style-icon .position_content-left .close-menu{
    position: absolute;
    right: 17px;
    top:0px;
    line-height: 40px;
    cursor: pointer;
        font-size: 24px;
        z-index: 1;
}
.menu-global-style-icon .position_content-right .close-menu{
    position: absolute;
    left: 17px;
    top: 0px;
    line-height: 40px;
    cursor: pointer;
        font-size: 24px;
}
.menu-global-style-icon .bzotech-menu-inner .bzotech-navbar-nav{
    margin-top: 0px;
    padding-left: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    position: relative;
}

.menu-global-style-icon .bzotech-navbar-nav > li > a{
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 500;
}
.menu-global-style-icon .bzotech-navbar-nav > li > a:hover{
    color: var(--bzo-main-color);
}
.menu-global-style-icon .bzotech-navbar-nav > li {
    display: block;
    position: unset;
}

.menu-global-style-icon .bzotech-navbar-nav .sub-menu{
    width: 330px;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    box-shadow: none;
    background: #fff;
    top: 0;
    bottom: 0;
    border-radius: 0;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    box-shadow: -15px 0px 25px -15px #00000024;
}
.menu-global-style-icon li.has-mega-menu .mega-menu{
    width: calc(70% - 330px)!important;
    max-width: 100%!important;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    box-shadow: none;
    background: #fff;
    top: 0;
    bottom: 0;
    border-radius: 0;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    box-shadow: -15px 0px 25px -15px #00000024;
}
.menu-global-style-icon li.has-mega-menu:hover .mega-menu{
    opacity: 1;
    visibility: visible;
    z-index: 999;
    margin-right: 0;
    margin-left: 0;
}
.menu-global-style-icon.position_content-right .bzotech-navbar-nav .sub-menu,
.menu-global-style-icon.position_content-right .bzotech-navbar-nav .mega-menu
{
    right: 330px;
    left: auto!important;
    margin-right: 50px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.admin-bar .menu-global-style-icon.position_content-right .bzotech-navbar-nav .sub-menu,
.admin-bar .menu-global-style-icon.position_content-right .bzotech-navbar-nav .mega-menu
{
    padding-top: 32px;
}
.menu-global-style-icon.position_content-left .bzotech-navbar-nav .sub-menu,
.menu-global-style-icon.position_content-left .bzotech-navbar-nav .mega-menu
{
    left: 330px;
    right: auto!important;
    margin-left: 50px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.menu-global-style-icon .bzotech-navbar-nav li:hover>.sub-menu
.menu-global-style-icon .bzotech-navbar-nav .sub-open > .sub-menu
{
    display: block;
    margin-right: 0;
    margin-left: 0;
}
.menu-global-style-icon .bzotech-navbar-nav .sub-menu{
    padding: 0px;
}
.menu-global-style-icon .bzotech-navbar-nav .sub-menu >li>a{
    padding: 8px 20px;
}
.menu-global-style-icon .indicator-icon{
    width: 30px;
    text-align: center;
    float: right;
}
.bzotech-navbar-nav li.has-mega-menu.active-hover > .mega-menu {
    margin: 0;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    z-index: 999;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
@media (max-width: 1440px) {
    .menu-global-style-icon li.has-mega-menu .mega-menu{
       width: calc(100% - 330px)!important;
    }
}
/*End menu global style icon*/
@media (max-width: 1200px) {
    .menu-global-style-icon .bzotech-navbar-nav .sub-menu{
        width: 100%;
        position: unset;
        border-right: none;
        display: none;
        opacity: 1;
        visibility: visible;
        border-top: 1px solid #e1e1e1;
        border-right: none;
        border-left: none;
        transition: none;
    }
    .menu-global-style-icon .bzotech-navbar-nav > li > a{
        border-top: 1px solid #e1e1e1!important;
    }

   .menu-style- .bzotech-navbar-nav,
   .menu-global-style- .bzotech-navbar-nav{
    flex-direction: column;
   }
    .btn-toggle-mobile-menu {
        position: absolute;
        top: 0;
        right: 0px;
        height: 55px;
        width: 55px;
        border-left: 1px solid #e1e1e1;
        line-height: 55px;
        z-index: 10;
        text-align: center;        
        font-size: 18px;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }
    .btn-toggle-mobile-menu::after {
        font-family: 'Line Awesome Free';
        content: "\f107";
        font-weight: 900;
    }
    .btn-toggle-mobile-menu.active::after {
        content: "\f106";
    }
    .btn-toggle-mobile-menu.active {
        background: #ebebeb;
    }
    .bzotech-menu-inner .indicator-icon{
        display: none;
    }
    .bzotech-menu-inner{
        position: absolute;
        top: 100%;
        width: 100vw;
        display: none;
        z-index: 99999;
        background: #fff;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        transition: none;
        -webkit-transition: none;
        text-align: left;
        overflow-x: auto;
        max-height: 332px;
    }
    .bzotech-menu-inner > .bzotech-navbar-nav  {
           text-align: left!important;
    }
    .bzotech-menu-inner > .bzotech-navbar-nav > li {
        display: block;
        margin: 0px !important;
        padding: 0!important;
        position: relative;
    }
    .bzotech-menu-inner > .bzotech-navbar-nav>li > a {
        display: block;
        font-weight: 500;
        font-size: 18px;
        height: 55px !important;
        line-height: 55px !important;
        padding: 0px 20px!important;
        padding-right: 70px!important;
        border-bottom: none!important;
        transition: none;
        -webkit-transition: none;
         margin: 0px!important;
         color: #000!important;
    }
    .bzotech-navbar-nav li.menu-item-has-children> a:before{
        display: none;
    }
    .bzotech-menu-inner > ul li:not(.has-mega-menu) ul li > a {
        padding-left: 30px!important;
        /* height: 55px !important; */
        line-height: 50px !important;
        padding-top: 0px!important;
        padding-bottom: 0px!important;
         border-top: 1px solid #e1e1e1!important;
         font-size: 16px;
    }
    .bzotech-menu-inner > ul li:not(.has-mega-menu) ul li:first-child > a {
         border-top: none!important;
    }
    .bzotech-menu-inner > ul li:not(.has-mega-menu) ul li.menu-item-depth-2 > a {
        padding-left: 45px!important;
    }
    .bzotech-menu-inner > ul li:not(.has-mega-menu) ul li.menu-item-depth-3 > a {
        padding-left: 60px!important;
    }
    .bzotech-menu-inner > ul li:not(.has-mega-menu) ul li.menu-item-depth-4 > a {
        padding-left: 75px!important;
    }
    .bzotech-menu-inner > ul li:not(.has-mega-menu) ul li.menu-item-depth-4 .sub-menu-item > a {
        padding-left: 90px!important;
    }
    .bzotech-navbar-nav .sub-menu{
        padding: 0px;
    }
    .toggle-mobile-menu {
        position: relative;
        padding: 0px;
        text-align: center;
        display: inline-block;
        line-height: 72px;
        height: 70px;
        font-size: 24px;
    }
    .bzotech-menu-container.active .toggle-mobile-menu i:before,
    .bzotech-menu-global-container.active .toggle-mobile-menu i:before
    {
        content: "\f00d";
    }
    .toggle-mobile-menu:hover,
    .toggle-mobile-menu:focus
    {
        color: var(--bzo-main-color2);
    }
   .toggle-mobile-menu.active .la-reorder:before {
    content: "\f191";
  }
  
  .menu-style- .sub-menu li,
  .menu-global-style- .sub-menu li
    {
    transition: none;
    -webkit-transition: none;
  }
  .menu-style- .sub-menu,
  .menu-global-style- .sub-menu
   {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 0!important;
    opacity: 1!important;
    visibility: visible!important;
    position: static!important;
    box-shadow: none!important;
    border-top: 1px solid #e1e1e1;
    transition: none;
    -webkit-transition: none;
    width: 100%;
  }
  .menu-style- .bzotech-navbar-nav > li > a,
  .menu-global-style- .bzotech-navbar-nav > li > a
   {
    border-top: 1px solid #e1e1e1!important;
  }
  /*css bach*/
  .menu-style- .bzotech-navbar-nav>li> a:after,
  .menu-global-style- .bzotech-navbar-nav>li> a:after
  {
    display: none;
  }
  .bzotech-navbar-nav li.has-mega-menu .mega-menu{
    position: unset;
    transition: none!important;
    display: none;
    box-shadow: none!important;
    border-top: 1px solid #e1e1e1;
    opacity: 1!important;
    width: 100%!important;
    visibility: visible!important;
    margin: 0!important;
    border-right: none!important;
    border-left: none!important;
  }
}
/*End Elementor Menu */

/*Begin Product elementor*/

.product-rate {
  background-image: url(./images/icon/rate-star.png);
  background-position: 0 -13px;
  background-repeat: repeat-x;
  height: 13px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 90px;
}
.product-rating {
  background-image: url(./images/icon/rate-star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
}
.total-star .product-rate {
  background-image: url(./images/icon/total-star.png);
  background-position: 0 -24px;
  height: 24px;
  width: 160px;
}
.total-star .product-rating {
  background-image: url(./images/icon/total-star.png);
  height: 24px;
}
/*End Product elementor*/

.product-label{
    max-width: 80px;
}
.product-label span{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 32px;
    padding: 0 8px;
    border-radius: 5px;
    background-color: var(--bzo-main-color);
    display: inline-block;
    margin-bottom: 10px;
}
.product-label span.trending{
    background-color: #49CFF8;
}
.product-label span.sale{
    background-color: #ffc12b;
}
.product-detail .product-label{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
}

/* pagination */
.woocommerce-pagination .page-numbers{
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: 1px solid var(--bzo-border-color);
    border-radius: 100%;
    margin: 0 5px;
    font-weight: 500;
    font-size: 16px;
    color: #898989;
    display: inline-block;
}
.woocommerce-pagination .page-numbers i{
    color: #293042;
    font-size: 18px;
}
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover{
    background-color: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    color: #fff;
} 
.woocommerce-pagination .page-numbers:hover i{
    color: #fff;
}

/* Begin page table wishlist  */
.wishlist-title-container .wishlist-title{
    display: none;
}
.woocommerce table.wishlist_table {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.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-gray-color);
}
.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;
}

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

/* End page table wishlist  */

/* Begin quick view popup---*/
.fancybox-opened .fancybox-skin {
    background: #fff;
    border-radius: 15px;
}

.fancybox-opened .fancybox-inner::-webkit-scrollbar {
    width: 3px;
}

.fancybox-opened .fancybox-inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #efefef;
}

.fancybox-opened .fancybox-inner::-webkit-scrollbar-thumb {
    background-color: var(--bzo-main-color);
    outline: 1px solid var(--bzo-main-color)
}

.product-popup-content {
    padding: 15px 15px;
}
.product-popup-content .product-detail .final-countdown{
    display: none;
}

.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
}
/* End quick view popup---*/

/* filter clear */
.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: #454545;
    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: #454545;
}
.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;
}

/*Begin popup add to cart*/
.bzo-ajaxcart-report{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    display: flex;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.bzo-ajaxcart-report >div{
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px 30px;
    max-width: 600px;
    text-align: center;
}
.bzo-ajaxcart-report .msg-success{
    margin-bottom: 20px;
    background: #f1f1f1;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 5px;
    color: #333;
}
/*End popup add to cart*/

/* Begin Header Default - Footer Default */
.header-default{
        min-height: 0px;
    position: absolute;
    top: 0px;
    left: 30px;
    right: 30px;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.12);
        border-radius: 15px;
    margin: 30px;
}
.header-default .logo-default{
    padding: 40px 0;
}
.header-default .menu-global-style- .bzotech-navbar-nav > li > a{
    padding: 0 15px;
}
@media (max-width: 1560px) {
    .header-default .menu-global-style- .bzotech-navbar-nav > li > a{
        padding: 0 10px;
        font-size: 16px;
    }
}
@media (max-width: 1365px) {
    .header-default .menu-global-style- .bzotech-navbar-nav > li > a{
        padding: 0 5px;
        font-size: 14px;
    }
}
.header-default .logo-default h1{
        text-transform: uppercase;
        font-size: 20px;
    }
.footer-default{
    background: #405A80;
}
.footer-default .copyright {
    margin-bottom: 0;
       color: #fff;
       text-align: left;
}
@media(max-width: 1200px){
    .header-default{
        position: unset;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
    }
    .header-default .bzotech-container> .flex-wrapper{
        position: relative;
    }
    .header-default .logo-default {
        padding: 20px 0;
    }
}
@media(max-width: 767px){
    .header-default .logo-default h1{
        font-size: 18px;
    }
}
/* End Header Default - Footer Default */

/*Begin after append footer*/
.after-append-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99991;
}
/*End after append footer*/
