/*----------------------------------
Project: Fame-theme
Version: 1.0
Author: BZOTech
-----------------------------------*/

/*******************************************************************************************************
01. Begin General
********************************************************************************************************/


/*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;
    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 30px 30px;
}
/*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;
        background:rgb(255 173 155 / 60%);
        height: 40px;
        line-height: 40px;
        width: 40px;
        font-size: 20px;
    }
    .scroll-top.active {
        bottom: 20px;
    }
}
/*End Button Scoll Top*/


/*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.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 #B7B7B7;
    border-radius: 10px;
}
.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;
}
.main-top-filter__left .dropdown-link svg
{
    margin-left: 5px;
}
.main-top-filter__left>div
{
    border-right: 1px solid #B7B7B7;
}

.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%;
}
/*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*/

/*******************************************************************************************************
02. Blog General
********************************************************************************************************/
/*Begin Column item posts*/
.blog-grid-view  .list-post-wrap{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.list-col-item{
    padding: 0 20px;
}
/*meida widescreen*/
@media (min-width: 2400px){
    .list-1-item-widescreen{
         width: 100%;
    }
    .list-2-item-widescreen{
         width: 50%;
    }
    .list-3-item-widescreen{
         width: 33.3333%;
    }
    .list-4-item-widescreen{
         width: 25%;
    }
    .list-5-item-widescreen{
         width: 20%;
    }
    .list-6-item-widescreen{
         width: 16.66666667%;
    }
    .list-7-item-widescreen{
         width: 14.2857%;
    }
    .list-8-item-widescreen{
         width: 12.5%;
    }
    .list-9-item-widescreen{
         width: 11.111%;
    }
    .list-10-item-widescreen{
         width: 10%;
    }
}
/*meida desktop 2399px - 1367px*/
.list-1-item{
    width: 100%;
}
.list-2-item{
    width: 50%;
}
.list-3-item{
    width: 33.3333%;
}
.list-4-item{
    width: 25%;
}

.list-5-item{
    width: 20%;
}
.list-6-item{
    width: 16.66666667%;
}
.list-7-item{
    width: 14.2857%;
}
.list-8-item{
    width: 12.5%;
}
.list-9-item{
    width: 11.111%;
}
.list-10-item{
    width: 10%;
}
/*meida laptop*/
@media (max-width: 1366px){
    .list-1-item-laptop{
         width: 100%;
    }
    .list-2-item-laptop{
         width: 50%;
    }
    .list-3-item-laptop{
         width: 33.3333%;
    }
    .list-4-item-laptop{
         width: 25%;
    }
    .list-5-item-laptop{
         width: 20%;
    }
    .list-6-item-laptop{
         width: 16.66666667%;
    }
    .list-7-item-laptop{
         width: 14.2857%;
    }
    .list-8-item-laptop{
         width: 12.5%;
    }
    .list-9-item-laptop{
         width: 11.111%;
    }
    .list-10-item-laptop{
         width: 10%;
    }
}
/*meida table extra*/
@media (max-width: 1200px){
    .list-1-item-tablet-extra{
         width: 100%;
    }
    .list-2-item-tablet-extra{
         width: 50%;
    }
    .list-3-item-tablet-extra{
         width: 33.3333%;
    }
    .list-4-item-tablet-extra{
         width: 25%;
    }
    .list-5-item-tablet-extra{
         width: 20%;
    }
    .list-6-item-tablet-extra{
         width: 16.66666667%;
    }
    .list-7-item-tablet-extra{
         width: 14.2857%;
    }
    .list-8-item-tablet-extra{
         width: 12.5%;
    }
    .list-9-item-tablet-extra{
         width: 11.111%;
    }
    .list-10-item-tablet-extra{
         width: 10%;
    }
}
/*meida table*/
@media (max-width: 1024px){
    .list-1-item-tablet{
         width: 100%;
    }
    .list-2-item-laptop{
         width: 50%;
    }
    .list-3-item-tablet{
         width: 33.3333%;
    }
    .list-4-item-tablet{
         width: 25%;
    }
    .list-5-item-tablet{
         width: 20%;
    }
    .list-6-item-tablet{
         width: 16.66666667%;
    }
    .list-7-item-tablet{
         width: 14.2857%;
    }
    .list-8-item-tablet{
         width: 12.5%;
    }
    .list-9-item-tablet{
         width: 11.111%;
    }
    .list-10-item-tablet{
         width: 10%;
    }
}
/*meida Mobile Extra*/
@media (max-width: 880px){
    .list-1-item-mobile-extra{
         width: 100%;
    }
    .list-2-item-mobile-extra{
         width: 50%;
    }
    .list-3-item-mobile-extra{
         width: 33.3333%;
    }
    .list-4-item-mobile-extra{
         width: 25%;
    }
    .list-5-item-mobile-extra{
         width: 20%;
    }
    .list-6-item-mobile-extra{
         width: 16.66666667%;
    }
    .list-7-item-mobile-extra{
         width: 14.2857%;
    }
    .list-8-item-mobile-extra{
         width: 12.5%;
    }
    .list-9-item-mobile-extra{
         width: 11.111%;
    }
    .list-10-item-mobile-extra{
         width: 10%;
    }
}
/*meida Mobile*/
@media (max-width: 767px){
    .list-1-item-mobile{
         width: 100%;
    }
    .list-2-item-mobile{
         width: 50%;
    }
    .list-3-item-mobile{
         width: 33.3333%;
    }
    .list-4-item-mobile{
         width: 25%;
    }
    .list-5-item-mobile{
         width: 20%;
    }
    .list-6-item-mobile{
         width: 16.66666667%;
    }
    .list-7-item-mobile{
         width: 14.2857%;
    }
    .list-8-item-mobile{
         width: 12.5%;
    }
    .list-9-item-mobile{
         width: 11.111%;
    }
    .list-10-item-mobile{
         width: 10%;
    }
}

.swiper-wrapper.bzotech-row{
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1200px){
    .list-product-wrap{
        margin-right: -10px;
        margin-left: -10px;
    }
    .list-col-item {
        padding: 0 10px;
    }
}
@media (max-width: 425px){
    .list-2-item-mobile,.list-2-item-mobile-extra,.list-2-item-tablet,.list-2-item-tablet-extra,.list-2-item-laptop,.list-2-item,.list-2-item-widescreen,
    .list-3-item-mobile,.list-3-item-mobile-extra,.list-3-item-tablet,.list-2-item-tablet-extra,.list-3-item-laptop,.list-2-item,.list-3-item-widescreen{
        width: 100%;
    }
}
/*End column item Posts*/

/*Begin Style Post item*/
.post-title{

    line-height: 28px;
}
/*1. defaut style*/
.meta-post-style1 .meta-item i{
    margin-right: 12px;
}
.meta-post-style1 .meta-item .split{
    display: inline-block;
    width: 1px;
    height:16px;
    background: var(--bzo-gray-color);
    margin: 0px 10px;
        vertical-align: middle;
}
.meta-post-style1 .meta-item{
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    color: var(--bzo-gray-color);
}
.meta-post-style1 .meta-item i{
    display: none;
}
.meta-post-style1 .meta-item .inline-block{
    
    vertical-align: middle;
}

.meta-post-style1 .meta-item a{
    margin-right: 12px;
    color: var(--bzo-gray-color);
}
.meta-post-style1 .meta-item a:last-child{
    margin-right: 0px;
}
.meta-post-style1 .meta-item a:hover{
    color: var(--bzo-main-color);
}

.meta-post-style1 .avata .name{
    text-transform: capitalize;
    color: var(--bzo-main-color2);
}
.meta-post-style1 .avata a:hover .name{
    color: var(--bzo-main-color);
}
.meta-post-style1 .avata a:hover {
    color: var(--bzo-gray-color);
}
.meta-post-style1 .meta-cats span{
    display: none;
}
.meta-post-style1 .meta-cats a{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), #FFFFFF;
    padding: 8px 12px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 12px;
}
.meta-post-style1 .meta-cats{
    margin-bottom: -12px;
}
.meta-post-style1 .meta-cats a:hover{
    background: var(--bzo-main-color);
    color: #fff;
}
/*--------------*/
.meta-post-tags-share{
    margin-top: 80px;
}
.meta-post-tags-share .tags-post{
    margin-bottom: -12px;
}
.meta-post-tags-share .tags-post a{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), #FFFFFF;
    padding: 8px 12px;
    border-radius: 10px;
    display: inline-block;
    font-size: 16px;
    margin-right: 12px;
    margin-bottom: 12px;
    font-weight: 500;
    
}
.meta-post-tags-share .tags-post a:hover{
    background: var(--bzo-main-color);
    color: #fff;
}
.single-list-social a{
    display: inline-block;
    line-height: 0;
}
.single-list-social ul{
    line-height: 0;
    margin: 0px -6px;
}
.single-list-social ul li{
    padding: 0px 6px;
}
.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> i{
    position: absolute;
    right: 50px;
    color: #fff;
    top: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.share-popup-content-open ul{
    background: #fff;
    padding: 40px 50px 30px;
    border-radius: 5px;
}
.share-popup-content-open ul a{
    border-radius: 50%;
    display: inline-block;
    line-height: 0;
}
.share-popup-content-open ul a:hover{
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 30%);
}
.share-popup-content-open ul li{
    margin-right: 10px;
}
.share-popup-content-open ul li:last-child{
    margin-right: 0px;
}
.share-popup-content-open.active{
    display: flex;
}
/*--------------------*/
.blog-grid-post-item- .item-grid-post-{
    margin-bottom:40px;
}

.blog-grid-post-item- .list-post-wrap{
    margin-bottom: -40px;
}
.item-grid-post- .meta-post-style1{
    margin-bottom: 10px;
}
.item-grid-post- .post-info{
    text-align: center;
    padding: 0px 20px;
}
.item-grid-post- .post-title{
    margin-bottom: 12px;
    line-height: 28px;
}
.item-grid-post- .readmore-wrap {
    margin-top: 30px;
}
.item-grid-post- .post-thumb {
    margin-bottom: 13px;
    position: relative;
     border-radius: 20px;
}
.item-grid-post-:hover .post-thumb img{
    filter: brightness( 50% ) contrast( 100% ) saturate( 100% ) blur( 2px ) hue-rotate(0deg);
}
.post-thumb{
    overflow: hidden;
}

.item-grid-post- .meta-post-style1__cate{
    position: absolute;
    left: 16px;
    top: 16px;
}
.item-grid-post- .meta-post-style1__cate a{
    padding: 4px 12px;
    background: #F5F5F5;
}
/*---------------------------------*/

/*
--------------------------------------------------------
*/
/*2 List post item*/
.item-list-post-default{
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid var(--bzo-border-color);
}
.list-post-wrap>.bzotech-col-md-12:last-child .item-list-post-default{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.item-list-post-default .readmore{
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 700;
}
.item-list-post-default .readmore:after {
    content: '';
    background: #000;
    height: 2px;
    width: 0px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}
.item-list-post-default .readmore:hover:after {
    width: 20px;
}
.item-list-post-default .readmore:hover{
    color: #000;
}

.item-list-post-default .post-title{
     margin-bottom: 26px;
    word-break: break-word;
    overflow: inherit;
    white-space: inherit;
    line-height: 56px;
}
.item-list-post-default .desc {
    color: #666;
    margin-bottom: 40px;
    font-size: 16px;
}
.item-list-post-default .style-meta-detail-post{
     margin-bottom: 40px;
}
.item-list-post-default .style-meta-detail-post .avata .date{
    color: #999;
}
.item-list-post-default  .style-meta-detail-post .avata .name {
    margin-bottom: -7px;
}
.item-list-post-default .post-info{
    background: #fff;
    position: relative;
}
.item-list-post-default .post-thumb {
   margin-bottom: 35px;
   border-radius: 30px;
}
.item-list-post-default .post-thumb img{
   display: block;
}
.item-list-post-default .meta-post-style1{
    margin-bottom: 30px;
}
.item-list-post-default .meta-post-style1.not-content{
    margin-bottom: 0px;
}
.item-list-post-default .readmore-wrap{
    line-height: 0;
}
/*--------------*/
.item-list-post-style2 .post-thumb {
    width: 45%;
    position: relative;
    border-radius: 30px;
}
.item-list-post-style2 .post-thumb>a{
    line-height: 0;
        display: block;
}
.item-list-post-style2 .post-thumb img{
    width: 100%;
}
.item-list-post-style2 .post-info {
    width: 55%;
    padding-left: 40px;
}
.item-list-post-style2 .post-title{
    margin-top: 28px;
    margin-bottom: 28px;
}
.item-list-post-style2 .readmore-wrap{
    margin-top: 32px;
}
.item-list-post-style2{
    margin-bottom: 40px;
}

.blog-list-post-item-style2 .bzotech-col-md-12:last-child .item-list-post-style2{
    margin-bottom: 0px;
}
.item-list-post-style2 .post-thumb .meta-post-style1{
    position: absolute;
    top: 17px;
    left: 20px;
    right: 20px;
}
.item-list-post-style2 .post-thumb .meta-post-style1 .meta-cats a{
   padding: 4px 12px;
}
.item-list-post-style2:hover .post-thumb img {
    filter: brightness( 50% ) contrast( 100% ) saturate( 100% ) blur( 2px ) hue-rotate(0deg);
}
/*End Style Post item*/



/*******************************************************************************************************
03. WooCommerce General
********************************************************************************************************/

/*-------------------------------*/

/*Begin Effect image product item*/
.product-thumb-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-thumb-link img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: #ebebeb;
}
.product-thumb-link::before {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
/*Zoom Product*/
.product-thumb:hover .zoom-thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*Zoomout Product*/
.zoomout-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.product-thumb:hover .zoomout-thumb img:last-child {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
/*Rotate Product*/
.rotate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}
.product-thumb:hover .rotate-thumb img:last-child {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  opacity: 1;
}
.product-thumb:hover .rotate-thumb img:first-child {
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  opacity: 0;
}
/*Translate Product*/
.translate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.product-thumb:hover .translate-thumb img:last-child {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.product-thumb:hover .translate-thumb img:first-child {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
}
/*End Effect image product item*/

/*End WooCommerce General*/


/*******************************************************************************************************
04. Elementor General
********************************************************************************************************/


/*Begin Slider elementor */
.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 .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.95);
    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;
    font-size: 0;
}
.bzotech-navbar-nav > li{
    display: inline-block;
    font-size: 14px;
}
.bzotech-navbar-nav > li > a{
    position: relative;
    display: block;
    padding: 15px;
}

.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;
}
.menu-style- .bzotech-navbar-nav li.menu-item-has-children li.menu-item-has-children:hover > .sub-menu {
    margin-left: 0px;
    margin-top: 0px;
}
.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: 30px 0 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow: 0 8px 15px -5px rgb(0 0 0 / 10%);
    width: 280px;
    border-radius: 0 0 30px 30px;
}
.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 20px 40px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    text-align: left;
    margin: 30px 0 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow: 0px 8px 15px -5px rgb(0 0 0 / 10%);
    border-radius: 0px 0px 30px 30px;
}
.bzotech-navbar-nav li.has-mega-menu:hover > .mega-menu {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
.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;
    color: var(--bzo-main-color2);
}
.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;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    display:block;
    overflow: hidden;
    cursor: pointer;
}
.bzotech-nav-identity-panel{
    display: none;
}


/*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:45px;
    line-height: 40px;
    cursor: pointer;
        font-size: 24px;
        z-index: 1;
}
.position_content-right .close-menu{
    position: absolute;
    left: 17px;
    top: 34px;
    line-height: 40px;
    cursor: pointer;
        font-size: 24px;
}
.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{
    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;
}
.menu-style-icon{

}
/*menu style default*/
.menu-style- .bzotech-navbar-nav > li > a{
    font-size: 20px;
    font-weight: 500;
    padding: 0px 40px;
    height: 90px;
    line-height: 90px;
    color: var(--bzo-main-color2);
}
.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> a> span:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -3px;
    background: var(--bzo-main-color);
    height: 2px;
    text-align: center;
    opacity:0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.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;
}
.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;
}
/*menu style 2*/
.menu-style-style2 .bzotech-navbar-nav > li > a{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 27px;
    height: 60px;
    line-height: 60px;
    color: #303030;
   
    position: relative;
        z-index: 2;
}
.menu-style-style2 .bzotech-navbar-nav > li > a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0px;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 40%, rgba(222,126,112,1) 100%);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.menu-style-style2 .bzotech-navbar-nav > li > a:after{
       content: '';
    border-bottom: 6px solid #303030;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    z-index: -2;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition-delay:0.1s;
}
.menu-style-style2 .bzotech-navbar-nav>li.current_page_parent > a:after, 
.menu-style-style2 .bzotech-navbar-nav>li.current-menu-item > a:after,

.menu-style-style2 .bzotech-navbar-nav>li:hover> a:before, 
.menu-style-style2 .bzotech-navbar-nav > li > a:hover:before,
.menu-style-style2 .bzotech-navbar-nav>li.current_page_parent > a:before, 
.menu-style-style2 .bzotech-navbar-nav>li.current-menu-item > a:before{
    opacity: 1;
}
.menu-style-style2 .bzotech-navbar-nav>li.current_page_parent > a:before, 
.menu-style-style2 .bzotech-navbar-nav>li.current-menu-item > a:before{
     top: -6px;
}
/*Begin Mobile Menu*/
@media (max-width: 1680px) {
    .menu-style- .bzotech-navbar-nav > li > a{
        padding: 0px 25px;
    }
}
@media (max-width: 1200px) {
   
    .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: 999;
        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: 55px !important;
        padding-top: 0px;
        padding-bottom: 0px;
         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;
        color: var(--bzo-main-color2);
    }
    .bzotech-menu-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-style-style2 .sub-menu li
   {
    transition: none;
    -webkit-transition: none;
  }
  .menu-style- .sub-menu,
  .menu-style-style2 .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-style-style2 .bzotech-navbar-nav > li > a
   {
    border-top: 1px solid #e1e1e1!important;
  }
  /*css bach*/
  .menu-style- .bzotech-navbar-nav>li> a:after,
  .menu-style-style2 .bzotech-navbar-nav>li> a:after
  {
    display: none;
  }
  .bzotech-navbar-nav li.has-mega-menu .mega-menu{
    position: unset;
    transition: none;
    display: none;
    box-shadow: none!important;;
    border-top: 1px solid #e1e1e1;
    opacity: 1!important;
    width: 100%!important;
    visibility: visible!important;
    margin: 0!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*/
/*Custom theme*/

/*******************************************************************************************************
/*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-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;
}
.detail-qty{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    position: relative;
    border: 1px solid var(--bzo-border-color);
    background: #F0F0F0;
    width: 150px;
    border-radius: 30px
}
.detail-qty > a{
    height:55px;
    line-height: 55px;
    width: 55px;
    text-align: center;
}
.detail-qty > input{
    padding: 0 5px;
    text-align: center;
    height:55px;
    line-height: 55px;
    border: none;
    max-width: 40px;
    min-width: auto;
    font-size: 20px;
        background: #F0F0F0;
}

.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: 630px;
    margin-left: 40px;
}
.banner-list-post__info .title-serum{
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 60px;
    font-family: var(--bzo-title-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);
}
.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: 40px;
}
.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: 130px;
}
.new-arrival-home1 .elbzotech-heading-style1{
    margin-bottom: 23px;
}
.new-arrival-home1 .elbzotech-text-editor{
    margin-bottom: 45px;
}
.category-home1{
    padding-top: 370px;
    margin-top: -240px!important;
}
.countdown-home1{
    margin-top: 150px!important;
}
.service-home1{
    padding-top: 130px!important;
    padding-bottom: 130px!important;
}
.service-home1 .elbzotech-heading{
    margin-bottom: 50px;
}
.instagram-home1{
    margin-top: 150px!important;
    margin-bottom: -90px!important;
    z-index: 1!important;
}
.product-masory-home1{
    padding-top: 97px;
}
.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:24px;
    height:24px;
    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:#FFAD9B;
}

/*******************************************************************************************************
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;
}
/*******************************************************************************************************
11. Begin Responsive
********************************************************************************************************/
@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) {

}/*End max-width: 1366px*/
@media (max-width: 1365px) {

}/*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-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) {
    
    .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;
    }

}/*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