.item-info-box-global .info-box-icon a{
    display: flex;
}



/*--- Team - about us page ---*/
.bzoteche-info-box-global-style2{
    border: 3px solid var(--bzo-border-color);
    border-radius: 15px;
    padding: 20px 20px 0 20px;
    background-color: #fff;
}
.bzoteche-info-box-global-style2:hover{
    border-color: var(--bzo-main-color);
}
.bzoteche-info-box-global-style2 .info-box-icon{
   border-radius: 10px;
   transition: .5s;
   overflow: hidden;
}
.bzoteche-info-box-global-style2:hover .info-box-icon{
   border-radius: 100%;
   transition: .5s;
}
.bzoteche-info-box-global-style2:hover .info-box-icon img{
    transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.bzoteche-info-box-global-style2 .info-box-icon img{
    transition: all 1s cubic-bezier(0, 0, 0.1, 1);
    transition-delay: .1s;
}
.bzoteche-info-box-global-style2 .list-icon{
    display: flex;
    gap: 20px; 
    justify-content: center;
    width: 100%;
    border-top: 1px solid var(--bzo-border-color); 
    padding: 15px;
    margin-top: 15px;
}
.bzoteche-info-box-global-style2 .list-icon__item{
    font-size: 26px;
    color: #727272;
    width: 32px;
    height: 32px;
    text-align: center;
}
.bzoteche-info-box-global-style2 .list-icon__item:hover{
    color: var(--bzo-main-color);
    transition: all .2s ease-out 0s;
}

/*-- Info Box style 3(Team - home 2) --*/
.bzoteche-info-box-global-style3{
  border-radius: 15px;
  overflow: hidden;
  transition: .2s;
}
.bzoteche-info-box-global-style3:hover{
  box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14);
  transition: .2s;
}
.bzoteche-info-box-global-style3:hover .list-text-info{
  background-color: var(--bzo-main-color);
  transition: .2s;
}
.bzoteche-info-box-global-style3:hover .list-text-info p,
.bzoteche-info-box-global-style3:hover .list-text-info h3{
  color: #fff !important;
}

.bzoteche-info-box-global-style3 .list-icon__item{
  border-radius: 10px;
}
.bzoteche-info-box-global-style3 .info-box-icon a{
  display: flex;
}
.bzoteche-info-box-global-style3 .info-box-icon{
  
}
.bzoteche-info-box-global-style3 .list-icon{
    position: absolute;
    width: 100%;
    bottom: -64px;
    left: 0;    
    padding: 12px;
    transition: all .3s linear 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.bzoteche-info-box-global-style3:hover .list-icon{
    transition: all .3s linear 0s;
    bottom: 0;
}
.bzoteche-info-box-global-style3 .list-icon__item{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    border-radius: 100%;
    color: #454545;
    background: #fff;
    transition: all .2s ease-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bzoteche-info-box-global-style3 .info-box-icon{
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.bzoteche-info-box-global-style3 .list-icon__item:hover{
    background: var(--bzo-main-color);
    color: #fff;
    transition: all .2s ease-out 0s;
}

/*-- Combos index 1 --*/
.bzoteche-info-box-global-style5 .combos-left{
    width: 54%;
    padding: 0 15px;
}
.bzoteche-info-box-global-style5 .combos-right{
    width: 46%;
    padding: 0 15px;
}

.bzoteche-info-box-global-style5{
    margin: 0 -15px;
}
.bzoteche-info-box-global-style5 .combos-image-left{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    position: relative;   
    overflow: hidden;
    display: flex;
}
.bzoteche-info-box-global-style5 .combo-item-action{
    justify-content: center;
    align-items: center;
    bottom: 20px;
    position: absolute;
    left: 20px;
    gap: 15px;
    z-index: 99;
    width: calc(100% - 40px);
    padding: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    /*backdrop-filter: blur(4px);*/
}
.bzoteche-info-box-global-style5 .combo-item-action::before{
    /*position: absolute;
    content: "";
    width: 100%;
    height: 140%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);*/
}
.bzoteche-info-box-global-style5 .combo-item-action a{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background-color: #f5f5f5;
    font-size: 24px;
    color: var(--bzo-main-color);
    line-height: 50px;
    text-align: center;
    z-index: 1;
}
.bzoteche-info-box-global-style5 .combo-item-action a:hover{
    background: linear-gradient(270deg, var(--bzo-main-color) 0%, var(--bzo-main-color2) 100%);
    color: #fff;
}
.bzoteche-info-box-global-style5 .combo-item-action .addcart-link{
    width: auto;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(270deg, var(--bzo-main-color) 0%, var(--bzo-main-color2) 100%);
    color: #fff;
    padding: 0 30px;
}
.bzoteche-info-box-global-style5 .combo-item-action .addcart-link:hover{
    color: var(--bzo-title_typo-color);
}
.bzoteche-info-box-global-style5 .title-combos{
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: var(--bzo-gray-color);
    margin: 20px 0;

}
.bzoteche-info-box-global-style5 .price-combos{
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 40px;
}
.bzoteche-info-box-global-style5 .product-price .woocommerce-Price-amount{
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
}
.bzoteche-info-box-global-style5 .product-price del .woocommerce-Price-amount{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.bzoteche-info-box-global-style5 .list-item-combos{
    max-height: 582px;
    overflow-y: scroll;
    scrollbar-width: none;
    padding-right: 30px;
}
.bzoteche-info-box-global-style5 .list-item-combos .item-combo{
    gap: 20px;
    margin-bottom: 20px;
}
.bzoteche-info-box-global-style5 .list-item-combos .item-combo .item-combo-img{
    width: 95px;
}
.bzoteche-info-box-global-style5 .list-item-combos .item-combo .item-combo-info{
    width: calc(100% - 100px);
}
.bzoteche-info-box-global-style5 .combo-info-top{
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-bottom: 6px;
}
.bzoteche-info-box-global-style5 .combo-info-top::after{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed var(--bzo-border-color);
    top: 50%;
    left: 0;
    position: absolute;
    content: "";
}
.bzoteche-info-box-global-style5 .item-combo-price{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--bzo-main-color);
    background: #fff;
    z-index: 1;
    padding-left: 25px;
}
.bzoteche-info-box-global-style5 .list-item-combos .item-combo .item-combo-title{
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0px 0;
    background: #fff;
    z-index: 1;
    padding-right: 25px;
}
.bzoteche-info-box-global-style5 .item-combo-desc{
    line-height: 22px;
}

@media(max-width: 1366px){
    .bzoteche-info-box-global-style5 .list-item-combos{
        max-height: 480px;
    }
}
@media(max-width: 1200px){
    .bzoteche-info-box-global-style5 .list-item-combos{
        max-height: 470px;
    }
    .bzoteche-info-box-global-style5 .title-combos{
        font-size: 28px;
        margin: 0 0 15px 0;
    }
    .bzoteche-info-box-global-style5 .price-combos{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .bzoteche-info-box-global-style5 .product-price .woocommerce-Price-amount{
        font-size: 28px;
    }
}


@media(max-width: 1024px){
    .bzoteche-info-box-global-style5 .combos-left{
        width: 45%;
    }
    .bzoteche-info-box-global-style5 .combos-right{
        width: 55%;
    }
    .bzoteche-info-box-global-style5 .item-combo-desc{
        font-size: 12px;
    }
    .bzoteche-info-box-global-style5 .list-item-combos .item-combo{
        gap: 15px;
    }

    .bzoteche-info-box-global-style5 .list-item-combos{
        max-height: 340px;
    }
    .bzoteche-info-box-global-style5 .title-combos{
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 10px 0;
    }
    .bzoteche-info-box-global-style5 .price-combos{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .bzoteche-info-box-global-style5 .product-price .woocommerce-Price-amount{
        font-size: 22px;
    }

    /*.bzoteche-info-box-global-style5 .combos-image-left{
        top: 50%;
        transform: translateY(-50%);
    }*/
    .bzoteche-info-box-global-style5 .combo-item-action{
        padding: 10px;
    }
    
}

@media(max-width: 880px){
    .bzoteche-info-box-global-style5{
        flex-direction: column;
    }
    .bzoteche-info-box-global-style5 .combos-left{
        width: 100%;
    }
    .bzoteche-info-box-global-style5 .combos-right{
        width: 100%;
        margin-top: 30px;
    }
    .bzoteche-info-box-global-style5 .price-combos{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .bzoteche-info-box-global-style5 .combos-right{
        margin-top: 20px;
    }
    .bzoteche-info-box-global-style5 .title-combos{
        margin: 0;
    }
    .bzoteche-info-box-global-style5 .list-item-combos .item-combo .item-combo-title{
        padding-right: 5px;
    }
    .bzoteche-info-box-global-style5 .item-combo-price{
        padding-left: 5px;
    }
    .bzoteche-info-box-global-style5 .list-item-combos{
        padding-right: 10px;
    }
    .bzoteche-info-box-global-style5 .list-item-combos .item-combo .item-combo-img{
        width: 75px;
    }
    .bzoteche-info-box-global-style5 .list-item-combos .item-combo .item-combo-info{
        width: calc(100% - 75px);
    }
    .bzoteche-info-box-global-style5 .list-item-combos .item-combo .item-combo-title{
        line-height: 24px;
    }
    .bzoteche-info-box-global-style5 .list-item-combos{
        max-height: 335px;
    }
}