.wrap-accordion-slider .as-shadow.cursor-active a{
    cursor: inherit;
}
.elbzotech-wrapper-slider-global .img-wrap{
    display: flex;
    overflow: hidden;
}
/*Begin Slider elementor*/
.elbzotech-wrapper-slider-global{
    position: relative;
}

/*End Slider elementor*/
/*-- Begin slider trending ---*/
.item-slider-global-trending{

}
.item-slider-global-trending .image-wrap img{
    width: auto;
}
.item-slider-global-trending .sold,
.item-slider-global-trending p {
    background: #E6E6E6E5;
    margin-bottom: 10px;
    padding: 4px;
    font-weight: 500;
    position: relative;
    text-align: center;
    padding: 6px;
    color: var(--bzo-title_typo-color);
}
.item-slider-global-trending h2.info-title{
    margin-top: 10px;
    line-height: 1.4;
}
.item-slider-global-trending .box-content-custom{
    margin-top: -30px;
}
.item-slider-global-trending .label-trend{
    position: absolute;
    top: 0;
    left: 30px;
    padding: 20px 0px 10px;
    background: #2471FF;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    min-width: 34px;
    text-align: center;
}
.item-slider-global-trending .label-trend:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 17px 0 0;
    border-color: #2471FF transparent transparent transparent;
}
.item-slider-global-trending .label-trend.label-sal{
    background-color: #FF0000;
}
.item-slider-global-trending .label-trend.label-sal:before {
    border-color: #FF0000 transparent transparent transparent;
}
.item-slider-global-trending .label-trend.label-sal:after {
    border-color: #FF0000 transparent transparent transparent;
}
.item-slider-global-trending .label-trend:after {
    content: "";
    position: absolute;
    bottom: -11px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 0 17px;
    border-color: #2471FF transparent transparent transparent;
}
@media(max-width: 1200px){
    .item-slider-global-trending h2.info-title{
        font-size: 14px;
    }
    .item-slider-global-trending .label-trend{
        left: 0;
    }
}
@media(max-width: 767px){
    .item-slider-global-trending .label-trend{
        padding: 10px 0px 5px;
    }
}
/*-- End slider trending ---*/
/*-- Begin slider categories ---*/
.item-slider-global-category{
    position: relative;
}
.item-slider-global-category .adv-thumb-link{
    position: relative;
    margin-bottom: 30px;
}

.item-slider-global-category .adv-thumb-link img {
    width: 90%;    
}
.item-slider-global-category .info{
    margin-top: 8px;
}
.item-slider-global-category .info-title a::before{
    content: '';
    height: 100%;
    width: 45px;
    background: var(--bzo-main-color-mix-white);
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    border-radius: 0;
    transition: .3s;
    z-index: -1;
}
.item-slider-global-category:hover .info-title a::before,
.item-slider-global-category .info-title a:hover::before{
    width: 100%;
}
.item-slider-global-category .info-title a {
    position: relative;
    padding: 10px 30px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 1px;
    display: inline-block;
}
.item-slider-global-category .info-title{
    font-size: var(--bzo-body_typo-font-size);
}
@media(max-width: 767px){
    .item-slider-global-category .info-title a{
        padding: 10px 16px;
        font-size: 14px;
    }
}
/*-- End slider categories ---*/

/*-- Begin slider category2 ---*/
.item-slider-global-category2 .item-slider-global-inner {
    
}
 
.item-slider-global-category2 .adv-thumb-link{
   max-width: 150px;
   margin: 0 auto;
   overflow: hidden;
   border-radius: 100%;
   margin-bottom: 20px;
}

.item-slider-global-category2 .adv-thumb-link img{
    width: 100%;
}

@media (max-width: 1200px) {

}
@media (max-width: 767px) {
    
}
/*-- End slider category2 ---*/
/*-- slider category3 ---*/
.item-slider-global-category3{
    display: flex;
    border: 1px solid #ccc;
    gap: 12px;
    padding: 10px 20px;
    align-items: center;
}
.item-slider-global-category3 .cate-img{
    width: 80px;
}
.item-slider-global-category3 .info{
    width: calc(100% - 80px);
}
/*-- End slider category3 ---*/



/*-- Begin style testimonial ---*/
.number-star_3{
    width: 60%;
}
.number-star_4{
    width: 80%;
}
.number-star_2{
    width: 40%;
}
.number-star_1{
    width: 20%;
}

.elbzotech-wrapper-slider-global-testimonial .testimonial-content{
    text-align: center;
}
.elbzotech-wrapper-slider-global-testimonial .info-client{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.elbzotech-wrapper-slider-global-testimonial .info-client1{
    display: flex;
    gap: 3px;
    flex-direction: column;
}
.elbzotech-wrapper-slider-global-testimonial .info-client1 p{
    margin: 0;
}
.elbzotech-wrapper-slider-global-testimonial .image-wrap{
    max-width: 70px;
    border-radius: 100%;
}
.elbzotech-wrapper-slider-global-testimonial .image-wrap img{
    width: 100%;
    border-radius: 100%;
}
.elbzotech-wrapper-slider-global-testimonial .content-slider-custom p{
    font-family: var(--bzo-body_typo-font-family);
}
.elbzotech-wrapper-slider-global-testimonial .content-slider-custom{
    font-size: 16px;
    font-family: var(--bzo-body_typo-font-family);
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
    margin-bottom: 30px;
}
.elbzotech-wrapper-slider-global-testimonial .content-slider-custom::before{
    font-family: elementskit !important;
    content: "\e99a";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
}
@media (max-width: 1200px) {
    .elbzotech-wrapper-slider-global-testimonial .content-slider-custom{
        font-size: 20px;    
    }
}
@media (max-width: 767px) {
    .elbzotech-wrapper-slider-global-testimonial .content-slider-custom{
        font-size: 16px;    
    }
}
/*-- End style testimonial ---*/


/*-- slider accordion --*/
.wrap-accordion-slider .accordion-slider-img img{
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.wrap-accordion-slider .as-panel.as-opened  .accordion-slider-img img{
    opacity: 1;
}
.wrap-accordion-slider .accordion-slider-img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s !important;
    display: inherit;
}
.wrap-accordion-slider .as-panel.as-opened .accordion-slider-img{
    width: calc(100% + 1px)!important;
}
.wrap-accordion-slider .as-shadow{
   box-shadow: none; 
}
.wrap-accordion-slider .accordion-slider h3.panel-title{
    font-size: 48px;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important ;
    left: 20px;
    bottom: 20px;
    margin: 0;
}
.wrap-accordion-slider .as-shadow .panel-title::before{
    position: absolute;
    content: "";
    width: 140px;
    height: calc(100% + 40px);
    bottom: -20px;
    left: -20px;
    background-color: var(--bzo-main-color-mix-black);
    z-index: -1;
}

.wrap-accordion-slider .as-shadow.as-opened .as-layer.as-vertical{
    transform: rotate(0deg);
}
.wrap-accordion-slider .as-shadow.as-opened h3.panel-title::before{
    display: none;
}
/*============ gallery thumbs ========================*/
.gallery-thumbs-wrapper-inner{
    position: relative;
}
.gallery-thumbs-wrapper .bzotech-swiper-navi .swiper-button-nav{
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #F5F5F5;
    color: #999;
    transition: .2s;
    font-size: 18px;
    margin: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-thumbs-wrapper .bzotech-swiper-navi .swiper-button-nav:hover{
    color: #FFFFFF;
    background-color: #000000;
    cursor: pointer;
}
.gallery-thumbs-wrapper .bzotech-swiper-navi .swiper-button-nav.swiper-button-disabled{
    opacity: 0.7;
    cursor: default !important;
}
.gallery-thumbs-wrapper .bzotech-swiper-navi .swiper-button-nav.swiper-button-gallery-prev {
  left: 0px;
}
.gallery-thumbs-wrapper .bzotech-swiper-navi .swiper-button-nav.swiper-button-gallery-next{
  right: 4px;  
}
.gallery-thumbs-wrapper .image-wrap{
    display: flex;
    border: 1px solid #d6d6d6;
    margin: 1px;
}
.gallery-thumbs-wrapper .image-wrap:hover{
    border-color: #666666;
    cursor: pointer;
}
.gallery-thumbs-wrapper .swiper-slide-thumb-active .image-wrap{
    border-color: #666666;
}
.gallery-thumbs-wrapper .image-wrap img{
    padding: 4px;
}

/*-- Begin style brand slider ---*/ 
.item-slider-global-brands {
    border-radius: 8px;
    overflow: hidden;
    background-color: #F2F2F2;
}
.item-slider-global-brands .cate-item {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.item-slider-global-brands .cate-item img {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-global-brands .product-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 18px 15px 20px;
}
.item-slider-global-brands .product-thumb-link {
    max-width: 96px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    overflow: hidden;
    padding: 4px;
}
.item-slider-global-brands .product-thumb-link:hover {
    background-color: #fff; 
}
.item-slider-global-brands .product-thumb-link:hover img {
    transform: scale(1.06);
}
.item-slider-global-brands:hover .cate-item img {
    transform: scale(1.06);
}



/*-- End style brand slider ---*/