/*Begin Custom Button*/
/*woocommerce button*/
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    color: #fff;
    opacity: 1;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover{
    background: var(--bzo-main-color2);
    color: #fff;
}

.button,
.wishlist_table .product-add-to-cart a,
.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce a.button.alt, .woocommerce button.button, 
.woocommerce input.button{
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(180deg, var(--bzo-main-color-mix) 0%, var(--bzo-main-color) 100%);
    border-radius: 30px;
    padding: 0 32px;
    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 .34s ease-in-out;
    transition: all .3s ease-in-out;
}

.woocommerce-cart-form .button{
    padding: 0 25px !important;
}
.button:hover,
.wishlist_table .product-add-to-cart a:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button:hover, 
.woocommerce input.button:hover{
    color: #fff;
    background: linear-gradient(180deg, var(--bzo-main-color-mix2) 0%, var(--bzo-main-color-mix) 100%);
    box-shadow: 0px 6px 8px 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;
}
.woocommerce-cart table.cart td.actions .coupon input.input-text{
    height:56px;
    line-height: 56px;
    padding: 0 20px;
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.box-upload .wpcf7-submit,
.elbzotech-bt-default{
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(180deg, var(--bzo-main-color-mix) 0%, var(--bzo-main-color) 100%);
    border-radius: 30px;
    padding: 0 32px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family:var(--bzo-body_typo-font-family);
    overflow: hidden;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.box-upload .wpcf7-submit:hover,
.elbzotech-bt-default:hover,
.elbzotech-bt-default:focus
{
    color: #fff;
    background: linear-gradient(180deg, var(--bzo-main-color-mix2) 0%, var(--bzo-main-color-mix) 100%);
    box-shadow: 0px 8px 10px rgba(121, 99, 104, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}
.rs-parallax-wrap .elbzotech-bt-default{
    line-height: 56px !important;
    padding: 0 32px !important;
}
.elbzotech-bt-style2,
.home-page-2 .elbzotech-bt-default,
.elbzotech-bt-default2{
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px !important;
    text-align: center;
    background: var(--bzo-main-color2);
    border-radius: 30px;
    padding: 0 45px;
    padding-right: 75px;
    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;
}
.elbzotech-bt-style2::before,
.home-page-2 .elbzotech-bt-default::before,
.elbzotech-bt-default2::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f061";
    position: absolute;
    font-size: 20px;
    top: 0;
    right: 46px;
}
.elbzotech-bt-style2:hover,
.home-page-2 .elbzotech-bt-default:hover,
.elbzotech-bt-default2:hover
{
    color: #fff;
    background: #215D72;
    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;
    
}

.home2-btn-custom .elbzotech-bt-default{
    background: #fff;
    color: var(--bzo-main-color2);
    border: 1px solid var(--bzo-main-color2);
}
.home2-btn-custom .elbzotech-bt-default:hover{
    color: #fff;
    background: var(--bzo-main-color2);
}

.home-page-2 .home2-ingredients .elbzotech-bt-default{
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--bzo-main-color);
    padding: 0 !important;
    border-radius: 0;
}
.home-page-2 .home2-ingredients .elbzotech-bt-default::before{
    display: none;
}
.home-page-2 .home2-ingredients .elbzotech-bt-default:hover{
    box-shadow: none;
    color: var(--bzo-main-color2);    
}
.home-page-2 .home2-ingredients .elbzotech-bt-default:hover .text-button{
    border-color: var(--bzo-main-color2);
}
.home-page-2 .home2-ingredients .elbzotech-bt-default .text-button{
    border-bottom: 1px solid var(--bzo-main-color);
}
.home-page-2 .home2-ingredients .elbzotech-bt-default i{
    font-size: 20px;
    padding-left: 5px;
}

.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{
    opacity: 0.7;
}
.btn-popup-view{
    padding-right: 60px;
}


.elbzotech-bt-style3{
    border: 1px solid var(--bzo-border-color);
    color: var(--bzo-main-color);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    height: 56px;
    line-height: 54px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    padding: 0 35px!important;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
    font-family:var(--bzo-body_typo-font-family);
}
.elbzotech-bt-style3:hover{
    color: #fff;
    background:var(--bzo-main-color);
    border-color: var(--bzo-main-color);
}
.detail-quickview{
    margin-top: 25px;
    display: inline-block;
}
.elbzotech-bt-style4{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--bzo-main-color);
    text-transform: uppercase;
}
.elbzotech-bt-style4 span{
    border-bottom: 1px solid var(--bzo-main-color);
}
.elbzotech-bt-style4 i{
    margin-left: 5px;
}
.elbzotech-bt-style4:hover{
    color: var(--bzo-main-color-mix);
}
.elbzotech-bt-style4:hover span{
    border-color: var(--bzo-main-color-mix);
}
/*End Button elementor*/
@media(max-width: 992px){
    .elbzotech-bt-style3{
        font-size: 14px;
        font-weight: 500;
        line-height: 43px;
        padding: 0 25px !important;
        height: 46px;
    }
    .woocommerce a.woocommerce-button,
    .woocommerce div.product form.cart .single_add_to_cart_button, .box-upload .wpcf7-submit, .elbzotech-bt-default{
        font-size: 14px;
        font-weight: 500;
        line-height: 46px;
        padding: 0 25px;
    }
    .rs-parallax-wrap .elbzotech-bt-default{
        line-height: 46px !important;
        padding: 0 25px !important;
    }
    div.item-list-default2 .product-extra-link-defaut2 .list-compare-wishlist a>i,
    div.item-list-default2 .product-extra-link-defaut2 .list-compare-wishlist a,
    div.wishlist_compare_single_product a,
    div.wishlist_compare_single_product a>i,
    div.bzoteche-info-box-style3 .wishlist_compare_product a>i,
    div.bzoteche-info-box-style3 .wishlist_compare_product a{
        width: 46px;
        height: 46px;
        line-height: 46px;

    }
    div.item-list-default2 .product-extra-link-defaut2 .list-compare-wishlist a>i,
    div.wishlist_compare_single_product a>i,
    div.bzoteche-info-box-style3 .wishlist_compare_product a>i{
        font-size: 20px;
    }
    .detail-qty input.qty{
        height: 46px;
        line-height: 46px;
    }
    .elbzotech-bt-default span{
        display: block;

    }
    .elbzotech-bt-style2,
    .home-page-2 .elbzotech-bt-default, 
    .elbzotech-bt-default2{
        font-size: 14px;
        font-weight: 500;
        line-height: 44px !important;
        height: 46px;
        padding: 0 20px;
        padding-right: 40px;
    }
    .elbzotech-bt-style2::before,
    .home-page-2 .elbzotech-bt-default::before,
    .elbzotech-bt-default2::before{
        right: 18px;
        font-size: 16px;
        top: 0px;
    }


}
@media(max-width: 767px){
   
}