
/*== Begin page about us style 1===*/
.counter-about .elbzotech-text-editor{
    box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 120px 0;
}
.counter-about .elbzotech-text-editor p{
    margin-top: 35px;
}
/*== End page about us style 1===*/

/*== Begin page contact us style 1 and style 2===*/

.box-contact-form .wpcf7-form textarea{
    width: 100%;
    background: #fff;
    border-radius: 15px;
    border: none;
    font-family: var(--bzo-body_typo-font-family);
    font-size: 16px;
}
.box-contact-form .wpcf7-form input.wpcf7-text
{
    width: 100%;
    background: #fff;
    border-radius: 15px;
    border: none;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
}
.box-contact-form .wpcf7-form input.wpcf7-submit{
    margin-top: 45px;
}
.box-contact-form .wpcf7-form label
{
    margin-bottom: 8px;
    display: block;
    
}
.box-contact-form .wpcf7-form p{
    margin-bottom: 30px;

}
.box-contact-form .wpcf7-not-valid-tip{
    text-align: left;
    margin-top: 15px;
    padding: 0px 20px;
}
.box-contact-form form .wpcf7-response-output{
    display: inline-block;
    margin: 0px;
}
.box-contact-form .wpcf7-spinner{
    display: none;
    margin-bottom: -5px;
}
.box-contact-form .submitting .wpcf7-spinner{
    display: inline-block;
}
@media(max-width: 1199px){
    .item-list-post-default .post-title{
        font-size: 36px;
        line-height: 42px;
    }
}
/*=== contact page v2 ====*/
.box-contact-form-v2 .wpcf7-form textarea,
.box-contact-form-v2 .wpcf7-form input.wpcf7-text{
    border: 1px solid var(--bzo-border-color);
    border-radius: 10px;
}
@media(max-width: 1199px){
    .box-contact-form.box-contact-form-v2 .wpcf7-form input.wpcf7-submit{
        margin-top: 25px;
    }
}
@media(max-width: 1024px){
 
}
/*== End page contact us style 1 and style 2===*/

/*=== Begin cookie bar of plugin cookie ====*/
div#cookie-notice .bzotech-bt-cookie{
    line-height: 40px;
    border-radius: 5px;
    background-color: #369EE3;
    color: #fff;
    padding: 0 15px;
    margin: 0 0 0 15px;
    border: 1px solid transparent;
}
div#cookie-notice .bzotech-bt-cookie:hover{
    color: #fff;
    background-color: #fff;
}
div#cookie-notice #cn-accept-cookie{
    background-color: #2EB85C;
}
div#cookie-notice #cn-accept-cookie:hover{
    background-color: #fff;
    border-color: #2EB85C;
    color: #2EB85C;
}
div#cookie-notice #cn-refuse-cookie{
    background-color: #EF5454;
}
div#cookie-notice #cn-refuse-cookie:hover{
    background-color: #fff;
    border-color: #EF5454;
    color: #EF5454;
}
div#cookie-notice #cn-more-info{
    background-color: #369EE3;
}
div#cookie-notice #cn-more-info:hover{
    background-color: #fff;
    border-color: #369EE3;
    color: #369EE3;
}
div#cookie-notice{
    box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.5);
    font-family: var(--bzo-body_typo-font-family);
    font-size: 16px;
}
div#cookie-notice span#cn-notice-text{
    margin: 0;
    line-height: 40px;
    color: #333;
}
@media(max-width: 767px){
    div#cookie-notice span#cn-notice-text{
        line-height: 24px;
        margin-bottom: 15px;
    }
    div#cookie-notice .bzotech-bt-cookie{
        margin: 0 5px;
    }
    .sidebar-right {
        margin-top: 25px;
    }
    .main-top-filter {
        margin-bottom: 10px;
    }
}
/*=== End cookie bar of plugin cookie ====*/

/*=== Begin popup cart ====*/
.btn-popup-cart {
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    background: var(--bzo-main-color);
    border-radius: 30px;
    padding: 0 30px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    margin: 0 10px;
}
.btn-popup-cart:hover {
    background: var(--bzo-main-color2);
    color: #fff;
    box-shadow: 0px 8px 10px rgba(121, 99, 104, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12);
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-popup-cart.close {
    background: #2FBF46;
}
.btn-popup-cart.close:hover {
    background:  #2fbf46b0;
}
/*=== End Tool Panel ====*/

/*=== Banner Effect ===*/
.banner-effect-1 .item-info-box-global .info-box-icon > a,
.banner-effect-1 .elbzotech-banner-info-global-wrap .adv-thumb-link{
    display: flex;
    position: relative;
    overflow: hidden;
}
.banner-effect-1 .item-info-box-global .info-box-icon > a::before,
.banner-effect-1 .elbzotech-banner-info-global-wrap .adv-thumb-link::before{  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.15) 70%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.15) 70%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    -webkit-transition: opacity 0.4s,-webkit-transform 0.4s;
    transition: opacity 0.4s,transform 0.4s;
}
.banner-effect-1 .item-info-box-global .info-box-icon > a:hover::before,
.banner-effect-1 .elbzotech-banner-info-global-wrap .adv-thumb-link:hover::before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*----------------------------------------------*/
/*---------------- Begin home 7 ----------------*/
/*----------------------------------------------*/
/* Begin top bar home 7*/
.bg-socical-header7 {
    z-index: 2;
    position: relative;
    padding: 12px 0;
    margin-right: 10px;
}

.bg-socical-header7::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    background: var(--bzo-main-color);
    z-index: -1;
}
.topbar-home7 .bg-socical-header7 i:before {
    transition: all .3s ease-in-out;
}
.topbar-home7 .bg-socical-header7 i:hover:before {
    transform: scale3d(1.2, 1.2, 1);
    display: block;
}
.topbar-home7 a {
    transition: all .3s ease-in-out;
}
.topbar-home7 a i:before {
    transition: all .3s ease-in-out;
}
.topbar-home7 a i {
    transition: all .3s ease-in-out;
}
.topbar-home7 a:hover i:before {
    transform: scale3d(1.2, 1.2, 1);
    display: block;
}
/* End Top bar */

/* Begin Slider Home 7*/
.slider-home-7 .slider-hightlight {
    color: var(--bzo-main-color);
}
.slider-home-7 rs-bullets rs-bullet.selected {
    position: relative;
    width: 8px!important;
    height: 8px!important;
}
.slider-home-7 rs-bullets rs-bullet.selected:before {
    content: '';
    display: inline-block;
    border-right: 2px solid var(--bzo-main-color);
    border-left: 2px solid var(--bzo-main-color);
    border-top: 2px solid var(--bzo-main-color);
    border-bottom: 2px solid var(--bzo-main-color);
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
/*End Slider Home 7*/

/*Begin consulting Home 7*/
.home-7-consulting .info-box-footer-home7 {
    transition: all .3s linear;
}
.home-7-consulting .info-box-footer-home7:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
/*End consulting Home 7*/

/*Begin contact form Home 7*/
.contact-home-7 .wpcf7-not-valid-tip {
    margin-top: 5px;
    display: inline-block;
}
.contact-home-7 .content5 .wpcf7-not-valid-tip {
    margin-top: 0;
}
.contact-home-7 .wpcf7-not-valid-tip {
    text-align: left;
}
.contact-home-7 .wpcf7-response-output {
    margin-top: 20px;
}
.contact-home-7 .wpcf7-form {
    width: 100%;
    max-width: 277px;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px rgba(121, 99, 104, 0.14), 0px 0px 19px rgba(0, 0, 0, 0.12), 4px 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 30px;
}
.contact-home-7 .wpcf7-form input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
}
.contact-home-7 .content input {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #A1A1A1;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px;
}
.contact-home-7 .content2,.contact-home-7 .content3,.contact-home-7 .content4,.contact-home-7 .content5 {
    margin-top: 15px;
}
.contact-home-7 .content select {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #A1A1A1;
    height: 44px;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
    font-family: var(--bzo-body_typo-font-family);
}
.contact-home-7 .content5 textarea {
    height: 70px;
    padding: 10px;
    font-family: var(--bzo-body_typo-font-family);
}
.contact-home-7 .content select div {
    color: #A1A1A1;
}
.contact-home-7 .content5 textarea::placeholder {
    color: #A1A1A1;
}
.contact-home-7 .content br{
    display: none;
}
.contact-home-7 .wpcf7 form .wpcf7-response-output {
    margin: 0;
}
.contact-home-7 .content5 textarea {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    margin-top: 5px;
    letter-spacing: .25px;
}
.contact-home-7 {
    transform: translateX(-30px);
    z-index: 10;
    margin-top: -577px;
}
.contact-home-7 .content6 {
    text-align: center;
}
.contact-home-7 .content6 input {
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    background: var(--bzo-main-color);
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: all .25s ease-in-out;
    height: 48px;
    line-height: 48px;
    width: auto;
    letter-spacing: 0.005em;
    padding: 0 27.5px;
}
.contact-home-7 .content6 input:hover {
    color: #fff;
    background: var(--bzo-main-color2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    transition: all .25s ease-in-out;
}
.contact-home-7 .wpcf7 form .wpcf7-response-output {

}
.contact-home-7 .content6 p {
    margin-bottom: -20px;
}
.contact-home-7 .content6 .wpcf7-spinner {
    top: 8px;
}
.contact-home-7 .book-appointment h3 {
    margin-top: 0;
}
/*End contact form Home 7*/

/* Begin Blog home7*/
.blog-home7 .item-grid-post-style5 .meta-post-style4 .post-meta-data__content span:hover {
    color: var(--bzo-main-color);
}
.blog-home7 .item-grid-post-style5 a img {
    transition: all 300ms linear;
}
.blog-home7 .item-grid-post-style5 a {
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}
.blog-home7 .item-grid-post-style5 a:hover img {
    transform: scale(1.065);
    border-radius: 5px 5px 5px 5px;
}
.blog-home7 .item-grid-post-style5 .post-thumb {
    z-index: 0;
    position: relative;
}
.blog-home7 .item-grid-post-style5 .post-info {
    z-index: 1;
    position: relative;
}
/* End Blog home7*/

/*Begin product home7 */
.product-home7 .display-swiper-navi-style1 .swiper-button-nav {
    color: var(--bzo-main-color2);
    text-align: center;
    width: 24px;
    height: 24px;
    background-color: #F5F5F5;
    transition: all .3s linear;
}
.product-home7 .display-swiper-navi-style1 .swiper-button-nav:hover {
    background-color: var(--bzo-main-color);
    color: white;
}
/*End product home7 */
/*Begin Footer home 7*/
.mc4wp-home7 {
    position: relative;
}
.mc4wp-home7 button {
    padding: 15px 22px;
    background: var(--bzo-main-color);
    font-size: 16px;
    font-weight: 600;
    color: white;
    border-radius: 5px;
    border: 0;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 30px;
}
.mc4wp-home7 button:hover {
    color: #fff;
    background: var(--bzo-title-color2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    transition: all .25s ease-in-out;
}
.mc4wp-home7 input::placeholder {
    color: #B7B7B7;
}
.mc4wp-home7 input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid white;
    padding: 0;
   
}
.home-7-payment a img {
    transition: all .3s ease-in-out;
}
.home-7-payment a:hover img {
    transform: translateY(-5px);
}
@keyframes bouncing {
    from, to { transform: scale(1, 1); }
    25% { transform: scale(0.9, 1.1); }
    50% { transform: scale(1.1, 0.9); }
    75% { transform: scale(0.95, 1.05); }
}
.info-box-footer-home7 .list-text-info__item {
    margin-top: 0px;
    margin-bottom: 0px;
}
.info-box-footer-home7:hover a img {
    animation: bouncing 0.5s .3s; 
}
.info-box-footer-home7:hover .info-box-icon img {
    animation: bouncing 0.5s .3s; 
}
.footer-home-7 .info-box-footer-home7:hover i:before{
    transform: scale3d(1.2, 1.2, 1);
    display: block;
    transition: all .3s ease-in-out;
}
.footer-home-7 .info-box-footer-home7 i {
    transition: all .3s ease-in-out;
}
.footer-home-7 .info-box-footer-home7 i:before {
    transition: all .3s ease-in-out;
}
/*End Footer home 7*/
/*--------------------------------------------*/
/*---------------- End home 7 ----------------*/
/*--------------------------------------------*/

/*----------------------------------------------*/
/*---------------- Begin home 8 ----------------*/
/*--------------------------------------------*/
/* Begin header home 8*/
.header8 .bzotech-menu-toggler {
    color: var(--bzo-gray-color);
    transition: all .3s linear;
}
.header8 .bzotech-menu-toggler:hover {
    color: var(--bzo-main-color);
}
/* End header home 8*/
/*Slider Home 8*/

.slider-home-8 .slider-hightlight {
    color: var(--bzo-main-color);
}
/*End Slider Home 8*/
/* Begin bg-abouts-home8 */
.bg-abouts-home8 > .e-con-inner {
    position: relative;
}
.bg-abouts-home8 > .e-con-inner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -55px;
    background-color: white;
    width: 100vw;
    border-radius: 0 70px 70px 0;
}
/* End bg-abouts-home8 */
/*Begin quality-health-home8*/
.quality-health-home8 {
    box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12);
}
/*End quality-health-home8*/
/*Book Appointment Home 8*/
.contact-form-home8 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-textarea) {
    height: 54px;
    line-height: 54px;
    background: #F5F5F5;
    border-radius: 10px;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    overflow: hidden;
}
.contact-form-home8 .wpcf7-textarea {
    padding: 0;
    padding-left: 20px;
    font-family: var(--bzo-body_typo-font-family);
    height: 130px;
    width: 100%;
    border-radius: 10px;
    border: 0;
    background-color: #F5F5F5;
    padding-top: 20px;
}
.contact-form-home8 .wpcf7-select::-ms-expand {
    display: none;
}
.contact-form-home8 .wpcf7-form-control {
    border-radius: 10px;
}
.contact-form-home8 input.wpcf7-form-control { 
    line-height: 48px;
    height: 48px;
    padding: 0px 20px;
}
.contact-form-home8 .wpcf7-select {
    color: var(--bzo-body_typo-color);
    font-family: var(--bzo-body_typo-font-family);
    -webkit-appearance: none;
}
.contact-form-home8 .type-select .wpcf7-form-control-wrap:after{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
        position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}
.contact-form-home8 .wpcf7-form-control:placeholder {
    color: var(--bzo-body_typo-color);
}
.book-appointment-link-home8 .item-link .icon {
    line-height: 22px;
}
/*End Book Appointment Home 8*/
.bg-faq-home8 >.e-con-inner{
    position: relative;
}
.bg-faq-home8 >.e-con-inner:before{
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -55px;
    width: 100vw;
    border-radius: 70px 0 0 70px;
}
/* Begin our-gallery-image-home8 */
.our-gallery-image-home8 .adv-thumb-link {
    overflow: hidden;
    border-radius: 15px;
}
/* End our-gallery-image-home8 */
/* Begin slider-products-home8 */
.slider-products-home8 .elbzotech-swiper-slider .swiper-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
.slider-products-home8 .elbzotech-swiper-slider {
    margin-top: -50px;
    margin-bottom: -50px;
    z-index: 2;
}
/* End slider-products-home8 */
/* Begin effect-icon-home8 */
.effect-icon-home8 .item-link:hover {
    animation: bouncing 0.5s .3s;
}
.effect-icon-home8 .item-info-box-global:hover .info-box-icon {
    animation: bouncing 0.5s .3s;
}
.topbar-icon-home8 .item-link:hover .fas {
    animation: bouncing 0.5s .3s;
}
.topbar-icon-home8 .item-link:hover .icon {
    animation: bouncing 0.5s .3s;
}
/* End effect-icon-home8 */
/* Begin footer-copy-home8 */
.footer-copy-home8 .item-link:hover img {
    transform: scale3d(1.2, 1.2, 1);
}
.footer-copy-home8 .item-link img {
    transition: all .3s linear;
}
/* End footer-copy-home8 */
/*--------------------------------------------*/
/*---------------- End home 8 ----------------*/
/*--------------------------------------------*/

/*--------------------------------------------*/
/*---------------- Begin home 9 ----------------*/
/*--------------------------------------------*/

.content-single-blog .post-meta-data {
    margin: 10px 0;
}
.content-single-blog .meta-post-tags-share {
    margin: 15px 0;
}

@media(max-width: 767px) {
    .woocommerce div.product #tab-reviews .woocommerce-product-rating {
        margin-bottom: 15px;
    }
}



/*--------------------------------------------*/
/*---------------- End home 9 ----------------*/
/*--------------------------------------------*/

/*--------------------------------------------*/
/*---------------- Home 11 ----------------*/
/*--------------------------------------------*/
.header-top-11 .elbzotech-list-link-global a.item-link:hover span{
    text-decoration: underline;
}
.header-top-11 .language-box-global .dropdown-link .label-language {
    display: none;
}
.header-top-11 .woocommerce-currency-switcher-form .dd-select {
    background: none !important;
}
.header-top-11 .woocommerce-currency-switcher-form .chosen-container-single .chosen-single{
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: auto;
    padding: 0;
}
.header-top-11 .language-box-global .elbzotech-dropdown-list {
    min-width: 150px;
    left: -20px;
    padding: 10px 20px;
    border-radius: 0;
}
.header-top-11 .language-box-global .elbzotech-dropdown-list .label-item-e {
    gap: 5px;
}   
.header-top-11 .language-box-global .elbzotech-dropdown-list .label-item-e:hover span {
    text-decoration: underline;
}
.header-top-11 .woocommerce-currency-switcher-form .chosen-container{
    min-width: auto;
    padding: 4px 0;
}
.header-top-11 .chosen-container.chosen-with-drop .chosen-drop {
    left: auto;
    padding: 10px 20px;
    border-radius: 0;
    right: 0;
}
.header-top-11 .chosen-container-single .chosen-single div b{
    background: transparent;
    background-image: none !important;
}
.header-top-11 .chosen-container-single .chosen-single div b:before{
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.header-top-11 .chosen-container-single .chosen-single span{
    margin-right: 5px;
    font-weight: 500;
}
.header-top-11 .chosen-container-single .chosen-single div{
    height: auto;
    position: unset;
}
.header-top-11 select.woocommerce-currency-switcher{
    background: transparent;
    height: auto;
    width: auto;
    padding: 0;
    font-size: 12px;
    border: none;
    color: #fff;
}
.header-top-11 .chosen-container-single .chosen-drop{
    border: none;
    width: 100px;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    padding: 10px 15px;
    margin-top: 0;
}
.header-top-11 .woocommerce-currency-switcher-form .chosen-results li{
    padding: 0;
    color: var(--bzo-gray-color);
}
.header-top-11 .woocommerce-currency-switcher-form .chosen-results li:hover {
    color: var(--bzo-main-color);
    text-decoration: underline;
}
.header-top-11 .chosen-container .chosen-results{
    padding: 0;
    margin: 0;
    text-align: left;
}
.header-top-11 .chosen-container .chosen-drop{
    border: 1px solid rgba(0, 0, 0, 0.1)
}
.header-top-11 .language-box-global {
    position: relative;
    padding: 6px 0;
}
.header-top-11 .language-box-global:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 18px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.header-bottom-11 .bzotech-navbar-nav .sub-menu > li > a {
    font-size: 16px;
}
.header-bottom-11 #menu-main-menu > li.current-menu-item > a {
    font-weight: 600;
}
.header-bottom-11 .mini_cart_item .product-info .product-title:hover a{
    color: var(--bzo-body_typo-color);
}
.header-bottom-11 .bzotech-navbar-nav .sub-menu,
.header-bottom-11 .bzotech-navbar-nav li.has-mega-menu .mega-menu,
.header-bottom-11 .elbzotech-mini-cart-dropdown-global .mini-cart-content {
    border-radius: 0;
}
.footer11-copyright a:hover {
    color: #fff;
    text-decoration: underline;
}
.slideshow11-dot-before:before {
    content: '.';
    top: -7px;
    position: relative;
    padding: 0 10px;
    left: 0;
}
.home11-product-slider .bzotech-swiper-navi .swiper-button-nav.swiper-button-next {
    right: -16px;
}
.home11-product-slider .bzotech-swiper-navi .swiper-button-nav.swiper-button-prev {
    left: -16px;
}
.home11-product-slider .bzotech-swiper-navi .swiper-button-nav {
    width: 32px;
    height: 32px;
    background: #D9D9D9;
    border-radius: 30px;
    top: 35%;
    color: #2f2f2f;
    transform: scale(0);
    transition: 0.4s;
}
.home11-product-slider:hover .bzotech-swiper-navi .swiper-button-nav {
    transform: scale(1);
}
.home11-product-slider .bzotech-swiper-navi .swiper-button-nav:not(.swiper-button-disabled):hover{
    background: #fff;
    border: 1px solid var(--bzo-main-color);
}
.home11-testimonial .flex-wrapper {
    flex-direction: column;
    align-items: center;
}
.home11-testimonial .product-rate,
.home11-testimonial .product-rating {
    background-image: url(./images/icon/rate-star3.png);
}
.home11-testimonial .product-rate {
    background-position: 0 -16px;
    width: 100px;
    margin: 0 auto;
}
.home11-testimonial .product-rating  {
    height: 16px;
}
.home11-testimonial .item-slider-global-style3 {
    border-radius: 0;
    padding: 30px;
}
.home11-testimonial .item-slider-global-style3 .image-wrap {
    margin-right: 0;
    margin-bottom: 15px;
}
.home11-testimonial .flex-wrapper h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--bzo-main-color);
    text-align: center;
    margin-bottom: 8px;
}
.home11-testimonial .item-slider-global-style3 .box-content-custom {
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
    color: var(--bzo-main-color);
}
.home11-testimonial .elbzotech-wrapper-slider-global .swiper-button-nav,
.home11-blog-nav .swiper-button-nav {
    transform: scale(0);
    transition: 0.4s;
}
.home11-testimonial .elbzotech-wrapper-slider-global:hover .swiper-button-nav,
.home11-blog-nav:hover .swiper-button-nav {
    transform: scale(1);
}
.home11-btn-hover .btn-flex-e:hover i{
    animation: shake22 2.5s ease infinite;
}
.home11-blog-nav .swiper-button-nav {
    width: 32px;
    height: 32px;
    background: #D9D9D9;
    border-radius: 30px;
    top: 27%;
}
.home11-blog-nav .swiper-button-nav:not(.swiper-button-disabled):hover {
    background: #fff;
    border: 1px solid var(--bzo-main-color);
}
.home11-blog-nav .swiper-button-nav.swiper-button-next {
    right: -16px;
}
.home11-blog-nav .swiper-button-nav.swiper-button-prev {
    left: -16px;
}
.footer11-newsletter-popup .elbzotech-mailchimp-global-style2 .content-popup-mailchimp,
.footer11-newsletter-popup .elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"],
.footer11-newsletter-popup .elbzotech-mailchimp-global-style2 input[type="submit"], 
.footer11-newsletter-popup .elbzotech-mailchimp-global-style2 button[type="submit"] {
    border-radius: 0;
}
.footer11-newsletter-popup .elbzotech-mailchimp-global-style2 button[type="submit"] {
    background: var(--bzo-main-color);
}
.footer11-newsletter-popup .elbzotech-mailchimp-global-style2 .info-mailchimp {
    width: 56%;
    padding: 0 50px 0 30px;
    scrollbar-width: none;
}
.footer11-newsletter-popup .elbzotech-mailchimp-global-style2 .adv-thumb-link {
    width: 44%;
}
.footer11-newsletter-popup .elbzotech-mailchimp-global-style2 .content-popup-mailchimp .title {
    color: var(--bzo-main-color);
}
.footer11-newsletter-popup .elbzotech-mailchimp-global-style2 .item-social {
    color: var(--bzo-body_typo-color);
    font-size: 24px;
}
.footer11-newsletter-popup .elbzotech-mailchimp-global-style2 .info-mailchimp .desc {
    color: var(--bzo-body_typo-color);
}
.footer11-newsletter-popup .elbzotech-mailchimp-global-style2 .item-social:hover {
    color: var(--bzo-main-color);
}
.header-bottom-11 .elbzotech-mini-cart-global-style1 .mini-cart-content .mini-cart-button .button.checkout {
    background: var(--bzo-main-color);

}
.header-bottom-11 .elbzotech-mini-cart-global-style1 .mini-cart-content .mini-cart-button .button.checkout:hover  {
    background: #fff;
}
@media(max-width: 1366px){
    .home11-blog-nav .swiper-button-nav {
        top: 24%;
    }
}
@media(max-width: 1024px){
    .home11-blog-nav .swiper-button-nav {
        top: 32%;
    }
}
@media(max-width: 992px){
    .home11-blog-nav .swiper-button-nav {
        top: 30%;
    }
}
@media(max-width: 767px){
    .slideshow11-dot-before:before {
        top: -3px;
        padding: 0 3px;
    }
    .home11-blog-nav .swiper-button-nav {
        top: 34%;
    }
    .home11-product-slider .bzotech-swiper-navi .swiper-button-nav {
        transform: scale(1);
        top: 38%;
    }
    .home11-testimonial .elbzotech-wrapper-slider-global .swiper-button-nav, .home11-blog-nav .swiper-button-nav {
        transform: scale(1);
    }
}
/*--------------------------------------------*/
/*---------------- End home 11 ----------------*/
/*--------------------------------------------*/

/*--------------------------------------------*/
/*---------------- Home 12 ----------------*/
/*--------------------------------------------*/
.header-top-12 .elbzotech-list-link-global a {
    position: relative;
}
.header-top-12 .elbzotech-list-link-global a:after {
    content: '';
    width: 1px;
    height: 18px;
    background: var(--bzo-body_typo-color);
    position: absolute;
    right: 0;
}
.header-top-12 .language-box-global .elbzotech-dropdown-list {
    min-width: 150px;
    left: -20px;
    padding: 10px 20px;
    border-radius: 0;
}
.header-top-12 .language-box-global .elbzotech-dropdown-list .label-item-e {
    gap: 5px;
}

.header-top-12 select.woocommerce-currency-switcher {
    background: transparent;
    height: auto;
    width: auto;
    padding: 0;
    font-size: 12px;
    border: none;
    color: #fff;
}
.header-top-12 .woocommerce-currency-switcher-form .chosen-container {
    min-width: auto;
    padding: 0;
}
.header-top-12 .woocommerce-currency-switcher-form .chosen-container-single .chosen-single {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: auto;
    padding: 10px 0;
}
.header-top-12 .woocommerce-currency-switcher-form .chosen-container-single .chosen-single:hover {
    color: var(--bzo-main-color);
}
.header-top-12 .chosen-container-single .chosen-single span {
    margin-right: 5px;
    font-weight: 400;
}
.header-top-12 .chosen-container-single .chosen-single div {
    height: auto;
    position: unset;
}
.header-top-12 .chosen-container-single .chosen-single div b {
    background: transparent;
    background-image: none !important;
}
.header-top-12 .chosen-container-single .chosen-single div b:before {
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.header-top-12 .chosen-container .chosen-drop {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.header-top-12 .chosen-container-single .chosen-drop {
    border: none;
    width: 100px;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    padding: 10px 15px;
    margin-top: 0;
}
.header-top-12 .chosen-container .chosen-results {
    padding: 0;
    margin: 0;
    text-align: left;
}
.header-top-12 .woocommerce-currency-switcher-form .chosen-results li {
    padding: 0;
    color: var(--bzo-gray-color);
}
.header-top-12 .woocommerce-currency-switcher-form .chosen-results li:hover {
    color: var(--bzo-main-color);
}
.header-top-12 .chosen-container.chosen-with-drop .chosen-drop {
    left: auto;
    padding: 10px 20px;
    border-radius: 0;
    right: 0;
}
.header-bottom-12 .bzotech-navbar-nav > li.current-menu-item > a .indicator-icon,
.header-bottom-12 .bzotech-navbar-nav > li.current-menu-ancestor > a .indicator-icon {
    color: var(--bzo-main-color) !important;
}
.header-bottom-12 .bzotech-navbar-nav > li > a:after {
    content: "";
    width: 0;
    height: 1px;
    background: var(--bzo-main-color);
    display: block;
    transition: .3s;
}
.header-bottom-12 .bzotech-navbar-nav > li > a span {
    display: flex;
}
.header-bottom-12 .bzotech-navbar-nav > li.menu-item-has-children:hover > a:after,
.header-bottom-12 .bzotech-navbar-nav > li.menu-item-has-children.current-menu-item > a:after,
.header-bottom-12 .bzotech-navbar-nav > li.has-mega-menu:hover > a:after,
.header-bottom-12 .bzotech-navbar-nav > li.has-mega-menu.current-menu-item > a:after,
.header-bottom-12 .bzotech-navbar-nav > li.menu-item-has-children.current-menu-ancestor > a:after
{
    width: calc(100% - 19px);
}
.header-bottom-12 .bzotech-navbar-nav > li:hover >a:after,
.header-bottom-12 .bzotech-navbar-nav > li.current-menu-item >a:after {
    width: 100%;
}
.footer12-newsletter .elbzotech-mailchimp-wrap .mc4wp-form-fields input[type="email"] {
    background: transparent;
}
.footer12-newsletter .elbzotech-mailchimp-wrap button[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.footer12-newsletter .elbzotech-mailchimp-wrap button[type="submit"] i {
    order: 1;
}
.footer12-newsletter .elbzotech-mailchimp-wrap .mc4wp-form-fields input[type="email"]::placeholder{
    color: var(--bzo-main-color2);
}
.footer12-copyright a {
    color: var(--bzo-body_typo-color);
}
.footer12-copyright a:hover {
    color: var(--bzo-main-color);
}
.shake-12:hover img {
    animation: shake 2.5s ease infinite;
    -webkit-animation: shake 2.5s ease infinite;
}
.zoom-effect-12 a img {
    transition: .4s;
}
.zoom-effect-12 a:hover img {
    transform: scale(0.9);
}
.home12-product-tab .product-tab-title {
    position: absolute;
    top: -40px;
    right: 0;
    transform: translateY(-100%);
}
.home12-product-tab .product-tab-global-wrap{
    margin-bottom: -30px;
}
.home12-product-tab .product-tab-title .nav-tabs {
    display: flex;
    gap: 15px;
}
.home12-product-tab .product-tab-title .nav-tabs li a{
    padding: 10px 15px;
    border: 1px solid #D6D6D6;
    font-size: 16px;
    color: var(--bzo-body_typo-color);
    display: block;
}
.home12-product-tab .product-tab-title .nav-tabs li a:hover,
.home12-product-tab .product-tab-title .nav-tabs li.active a{
    background: var(--bzo-main-color);
    color: #fff;
}
.home12-banner-hover .item-info-box-global:hover .info-box-icon img {
   animation: swing 1s 0.3s;
}
.home12-banner-hover:hover .item-info-box-global .list-text-info__item {
    color: var(--bzo-main-color2);
}
.home12-banner-hover .item-info-box-global .info-box-icon img {
    transition: 0.3s;
}
.home12-banner-hover:hover .item-info-box-global .info-box-icon img {
    border-radius: 0 !important;
}
.home12-banner-hover .item-info-box-global .list-text-info__item:last-child {
    color: var(--bzo-main-color);
}
.home12-banner-hover:hover .item-info-box-global .list-text-info__item {
    color: #ffffff;
}
.home12-banner-hover:hover .item-info-box-global .list-text-info__item:nth-child(2){
    color: var(--bzo-main-color-mix-bg);
}
.home12-grow:hover a.elementor-animation-grow {
    transform: scale(1.04);
}
/* Class section */
.home12-class-des ul {
    list-style: none;
    
}
.home12-class-des ul li {
    position: relative;
    padding-left: 10px;
}
.home12-class-des p {
    margin-bottom: 10px;
}
.home12-class-des ul li:first-child {
    margin-bottom: 10px;
}
.home12-class-des ul li:before {
    content: '.';
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 0;
}
.home12-class-slider .swiper-slide {
    overflow: hidden;
}
.home12-class-slider .swiper-slide .elementor-animation-grow:hover {
    transform: scale(1.04);
}
/* Testimonial style */
.home12-testimonial .item-slider-global-style11 {
    background: transparent;
    position: relative;
    padding: 70px 0 0;
    gap: 30px;
}
.home12-testimonial .item-slider-global-style11:before {
    content: '';
    background: url('../css/images/quote.png') no-repeat 0 0;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.home12-testimonial .item-slider-global-style11 .flex-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.home12-testimonial .item-slider-global-style11 .flex-wrapper .customer-info {
    text-align: center;
}
.home12-testimonial .item-slider-global-style11 .flex-wrapper .customer-info h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.home12-testimonial .item-slider-global-style11 .flex-wrapper .customer-info .desc {
    color: var(--bzo-body_typo-color);
    text-transform: capitalize;
}
.home12-latest-blog .swiper-button-nav {
    top: -40px;
    margin-top: 0;
    transform: translateY(-100%);
    border: 1px solid #D6D6D6;
    color: var(--bzo-body_typo-color);
}
.home12-latest-blog .swiper-button-nav.swiper-button-next {
    right: 0;
}
.home12-latest-blog .swiper-button-nav.swiper-button-prev { 
    right: 37px;
    left: auto;
}
.home12-latest-blog .swiper-button-nav.swiper-button-disabled {
    opacity: 1;
}
.home12-latest-blog .swiper-button-nav.swiper-button-disabled i{
    opacity: 0.5;
} 
.home12-latest-blog .swiper-button-nav:hover {
    color: var(--bzo-main-color);
}
@media(max-width: 1200px){
    .header-bottom-12 .bzotech-navbar-nav > li.menu-item-has-children:hover > a:after,
    .header-bottom-12 .bzotech-navbar-nav > li.menu-item-has-children.current-menu-item > a:after,
    .header-bottom-12 .bzotech-navbar-nav > li.has-mega-menu:hover > a:after,
    .header-bottom-12 .bzotech-navbar-nav > li.has-mega-menu.current-menu-item > a:after,
    .header-bottom-12 .bzotech-navbar-nav > li.menu-item-has-children.current-menu-ancestor > a:after,
    .header-bottom-12 .bzotech-navbar-nav > li > a:after
    {
        display: none;
    }
    .header-bottom-12 .bzotech-menu-inner > .bzotech-navbar-nav>li > a {
        color: var(--bzo-main-color2) !important;
    }
}
@media(max-width: 767px){
    .header-bottom-12 {
        background: var(--bzo-main-color);
    }
    .header-bottom-12 .toggle-mobile-menu,
    .header-bottom-12 .elementor-element .elbzotech-list-link-global a.item-link i,
    .header-bottom-12 .elementor-element .elbzotech-list-link-global a.item-link .title {
        color: #fff;
    }

    .header-bottom-12 .elementor-element .elbzotech-list-link-global a.item-link:hover i,
    .header-bottom-12 .elementor-element .elbzotech-list-link-global a.item-link:hover .title {
        color: var(--bzo-main-color2);
    }
    .home12-product-tab .product-tab-title {
        position: relative;
        top: -20px;
        right: 0;
        transform: none;
    }
    .home12-product-tab .product-tab-title .nav-tabs {
        gap: 8px;
        flex-wrap: wrap;
    }
    .home12-product-tab .product-tab-title .nav-tabs li a {
        padding: 6px 12px;
    }
    .home12-testimonial .item-slider-global-style11 {
        padding: 45px 0 0;
    }
    .home12-testimonial .item-slider-global-style11 .flex-wrapper {
        margin-top: 15px;
    }
    .home12-testimonial .item-slider-global-style11 {
        gap: 0;
        justify-content: space-between;
    }
}
/*--------------------------------------------*/
/*---------------- End Home 12 ----------------*/
/*--------------------------------------------*/


/* style countdown */
.item-product .product-thumb{
    position: relative;
}
.item-product:hover .product-thumb .countdown-style-item-{
    opacity: 0;
    visibility: hidden;
    bottom: 30%;
}
.countdown-style-item-{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
}
.countdown-style-item-{
    display: flex;
    gap: 5px;
    color: #727272;
    justify-content: center;
    margin: 10px 0;
}
.countdown-style-item- .clock{
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    border-radius: 5px;
    width: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 5px;
    line-height: 24px;
    font-size: 14px;
}
.countdown-style-item- .clock .number{
    font-size: 18px;
    color: #171717;
    font-weight: 600;
    height: auto;
    margin: 0;
}
@media(max-width: 576px){
    .countdown-style-item-{
        display: none;
    }
}
.flashsale .flashsale-procressbar{
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background-color: #e0e0e0;
    margin: 10px 0 6px 0;
}
.flashsale .flashsale-procressbar .flashsale-procressbar__inner{
    background-color: #FF3B3B;
    border-radius: 10px;
    height: 5px;
}
.flashsale .sold-info{
    color: #454545;
}