/*=== 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;
    }
}
/*=== End cookie bar of plugin cookie ====*/

/*=== Begin Tool Panel ====*/

.tool-panel-page {
    position: fixed;
    top: 40%;
    right: 0px;
    z-index: 999999;
}
.tool-panel-pag .bzotech-buy{
    max-width: 89px;
    max-height: 140px;
}
.tool-panel-page .e-con>.e-con-inner{
    padding:0!important;
}
.tool-panel-page .bzotech-buy .buy-btn {
    margin-bottom: 5px;
}
.tool-panel-page .bzotech-buy .buy-btn a {
    display: flex;
    background-color: #2a5db8;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
    transition: .2s;
    flex-direction: column;
    padding: 10px;
    align-items: center;
}
.tool-panel-page .bzotech-buy .buy-button a {
    background-color: #dd2400;
    background-position: 13px 7px;
}
.tool-panel-page a img{
    width: 30px;
    max-height:30px
}
.tool-panel-page .bzotech-buy .buy-btn a:hover {
    background-color: #6327eb;
}
/*=== End Tool Panel ====*/

/*=== 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);
}
/*----------------Header7--------------------*/
.bg-socical-header7 {
    z-index: 2;
    position: relative;
    padding: 14px 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;
}
/*----------------End Header7--------------------*/
/*----------------Footer7--------------------*/
.mc4wp-home7 {
    position: relative;
}
.mc4wp-home7 button {
    padding: 12px 24px;
    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 input::placeholder {
    color: #B7B7B7;
}
.mc4wp-home7 input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid white;
    padding: 0;
    
}
/*----------------End Footer7--------------------*/