i.fa.fa-facebook:before {
    content: "\f09a";
}
.fa.fa-twitter:before {
    content:"𝕏";
}
.remove__discount .or-discount,
.remove__discount .product-discount{
    display: none;
}
.btl-effect-line{
    position: absolute;
    inset: 0;
    border-radius: inherit;
    filter: drop-shadow(0 0 10px #9bcf53);
}
.btl-effect-line{    
    opacity: .5;
    animation: card_line-anim 3s linear infinite, card_line-opacity-loop 3s linear infinite;
}
.btl-effect-line:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from calc(var(--angle) + var(--start-angle, 620deg)), transparent 0, #9bcf53 20%, transparent 25%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: inherit;
}
.btl-effect-line:before {
    padding: 1px;
}

@property --angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg
}
@keyframes card_line-anim {
    to {
        --angle: 360deg
    }
}

@keyframes card_line-opacity {
    0% {
        opacity: 0
    }

    20%,70% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes card_line-opacity-loop {
    0% {
        opacity: .75
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .75
    }
}
.bzotech-row{
  margin-right:var(--bzo-gutter-minus);
  margin-left: var(--bzo-gutter-minus);
  display: flex;
  flex-wrap: wrap;
}

.bzotech-col-lg-1, .bzotech-col-lg-10, .bzotech-col-lg-11, .bzotech-col-lg-12, .bzotech-col-lg-2, .bzotech-col-lg-3, .bzotech-col-lg-4, .bzotech-col-lg-5, .bzotech-col-lg-6, .bzotech-col-lg-7, .bzotech-col-lg-8, .bzotech-col-lg-9, .bzotech-col-md-1, .bzotech-col-md-10, .bzotech-col-md-11, .bzotech-col-md-12, .bzotech-col-md-2, .bzotech-col-md-3, .bzotech-col-md-4, .bzotech-col-md-5, .bzotech-col-md-6, .bzotech-col-md-7, .bzotech-col-md-8, .bzotech-col-md-9, .bzotech-col-sm-1, .bzotech-col-sm-10, .bzotech-col-sm-11, .bzotech-col-sm-12, .bzotech-col-sm-2, .bzotech-col-sm-3, .bzotech-col-sm-4, .bzotech-col-sm-5, .bzotech-col-sm-6, .bzotech-col-sm-7, .bzotech-col-sm-8, .bzotech-col-sm-9, .bzotech-col-xs-1, .bzotech-col-xs-10, .bzotech-col-xs-11, .bzotech-col-xs-12, .bzotech-col-xs-2, .bzotech-col-xs-3, .bzotech-col-xs-4, .bzotech-col-xs-5, .bzotech-col-xs-6, .bzotech-col-xs-7, .bzotech-col-xs-8, .bzotech-col-xs-9{
    position: relative;
    min-height: 1px;
    padding-right: var(--bzo-gutter);
    padding-left: var(--bzo-gutter);
    width: 100%;
}
.bzotech-col-sx-1 {
  width: 8.33333333%;
}
.bzotech-col-sx-2 {
  width: 16.66666667%
}
.bzotech-col-sx-3 {
  width: 25%;
}
.bzotech-col-sx-4 {
  width: 33.33333333%;
}
.bzotech-col-sx-5 {
  width: 41.66666667%;
}
.bzotech-col-sx-6 {
  width: 50%;
}
.bzotech-col-sx-7 {
  width: 58.33333333%;
}
.bzotech-col-sx-8 {
  width: 66.66666667%;
}
.bzotech-col-sx-9 {
  width: 75%;
}
.bzotech-col-sx-10 {
  width: 83.33333333%;
}
.bzotech-col-sx-11 {
  width: 91.66666667%;
}
.bzotech-col-sx-12 {
  width: 100%;
}
@media (min-width: 768px){
  .bzotech-col-sm-1 {
    width: 8.33333333%;
  }
  .bzotech-col-sm-2 {
    width: 16.66666667%
  }
  .bzotech-col-sm-3 {
    width: 25%;
  }
  .bzotech-col-sm-4 {
    width: 33.33333333%;
  }
  .bzotech-col-sm-5 {
    width: 41.66666667%;
  }
  .bzotech-col-sm-6 {
    width: 50%;
  }
  .bzotech-col-sm-7 {
    width: 58.33333333%;
  }
  .bzotech-col-sm-8 {
    width: 66.66666667%;
  }
  .bzotech-col-sm-9 {
    width: 75%;
  }
  .bzotech-col-sm-10 {
    width: 83.33333333%;
  }
  .bzotech-col-sm-11 {
    width: 91.66666667%;
  }
  .bzotech-col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 992px){
  .bzotech-col-md-1 {
    width: 8.33333333%;
  }
  .bzotech-col-md-2 {
    width: 16.66666667%
  }
  .bzotech-col-md-3 {
    width: 25%;
  }
  .bzotech-col-md-4 {
    width: 33.33333333%;
  }
  .bzotech-col-md-5 {
    width: 41.66666667%;
  }
  .bzotech-col-md-6 {
    width: 50%;
  }
  .bzotech-col-md-7 {
    width: 58.33333333%;
  }
  .bzotech-col-md-8 {
    width: 66.66666667%;
  }
  .bzotech-col-md-9 {
    width: 75%;
  }
  .bzotech-col-md-10 {
    width: 83.33333333%;
  }
  .bzotech-col-md-11 {
    width: 91.66666667%;
  }
  .bzotech-col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px){
  .bzotech-col-lg-1 {
    width: 8.33333333%;
  }
  .bzotech-col-lg-2 {
    width: 16.66666667%
  }
  .bzotech-col-lg-3 {
    width: 25%;
  }
  .bzotech-col-lg-4 {
    width: 33.33333333%;
  }
  .bzotech-col-lg-5 {
    width: 41.66666667%;
  }
  .bzotech-col-lg-6 {
    width: 50%;
  }
  .bzotech-col-lg-7 {
    width: 58.33333333%;
  }
  .bzotech-col-lg-8 {
    width: 66.66666667%;
  }
  .bzotech-col-lg-9 {
    width: 75%;
  }
  .bzotech-col-lg-10 {
    width: 83.33333333%;
  }
  .bzotech-col-lg-11 {
    width: 91.66666667%;
  }
  .bzotech-col-lg-12 {
    width: 100%;
  }
}
.blog-grid-view  .list-post-wrap{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.list-col-item{
    padding: 0 var(--bzo-gutter);
}
/*meida widescreen*/
@media (min-width: 2400px){
    .list-1-item-widescreen{
         width: 100%;
    }
    .list-2-item-widescreen{
         width: 50%;
    }
    .list-3-item-widescreen{
         width: 33.3333%;
    }
    .list-4-item-widescreen{
         width: 25%;
    }
    .list-5-item-widescreen{
         width: 20%;
    }
    .list-6-item-widescreen{
         width: 16.66666667%;
    }
    .list-7-item-widescreen{
         width: 14.2857%;
    }
    .list-8-item-widescreen{
         width: 12.5%;
    }
    .list-9-item-widescreen{
         width: 11.111%;
    }
    .list-10-item-widescreen{
         width: 10%;
    }
}
/*meida desktop 2399px - 1367px*/
.list-1-item{
    width: 100%;
}
.list-2-item{
    width: 50%;
}
.list-3-item{
    width: 33.3333%;
}
.list-4-item{
    width: 25%;
}

.list-5-item{
    width: 20%;
}
.list-6-item{
    width: 16.66666667%;
}
.list-7-item{
    width: 14.2857%;
}
.list-8-item{
    width: 12.5%;
}
.list-9-item{
    width: 11.111%;
}
.list-10-item{
    width: 10%;
}
/*meida laptop*/
@media (max-width: 1366px){
    .list-1-item-laptop{
         width: 100%;
    }
    .list-2-item-laptop{
         width: 50%;
    }
    .list-3-item-laptop{
         width: 33.3333%;
    }
    .list-4-item-laptop{
         width: 25%;
    }
    .list-5-item-laptop{
         width: 20%;
    }
    .list-6-item-laptop{
         width: 16.66666667%;
    }
    .list-7-item-laptop{
         width: 14.2857%;
    }
    .list-8-item-laptop{
         width: 12.5%;
    }
    .list-9-item-laptop{
         width: 11.111%;
    }
    .list-10-item-laptop{
         width: 10%;
    }
}
/*meida table extra*/
@media (max-width: 1200px){
    .list-1-item-tablet-extra{
         width: 100%;
    }
    .list-2-item-tablet-extra{
         width: 50%;
    }
    .list-3-item-tablet-extra{
         width: 33.3333%;
    }
    .list-4-item-tablet-extra{
         width: 25%;
    }
    .list-5-item-tablet-extra{
         width: 20%;
    }
    .list-6-item-tablet-extra{
         width: 16.66666667%;
    }
    .list-7-item-tablet-extra{
         width: 14.2857%;
    }
    .list-8-item-tablet-extra{
         width: 12.5%;
    }
    .list-9-item-tablet-extra{
         width: 11.111%;
    }
    .list-10-item-tablet-extra{
         width: 10%;
    }
}
/*meida table*/
@media (max-width: 1024px){
    .list-1-item-tablet{
         width: 100%;
    }
    .list-2-item-tablet{
         width: 50%;
    }
    .list-3-item-tablet{
         width: 33.3333%;
    }
    .list-4-item-tablet{
         width: 25%;
    }
    .list-5-item-tablet{
         width: 20%;
    }
    .list-6-item-tablet{
         width: 16.66666667%;
    }
    .list-7-item-tablet{
         width: 14.2857%;
    }
    .list-8-item-tablet{
         width: 12.5%;
    }
    .list-9-item-tablet{
         width: 11.111%;
    }
    .list-10-item-tablet{
         width: 10%;
    }
}
/*meida Mobile Extra*/
@media (max-width: 880px){
    .list-1-item-mobile-extra{
         width: 100%;
    }
    .list-2-item-mobile-extra{
         width: 50%;
    }
    .list-3-item-mobile-extra{
         width: 33.3333%;
    }
    .list-4-item-mobile-extra{
         width: 25%;
    }
    .list-5-item-mobile-extra{
         width: 20%;
    }
    .list-6-item-mobile-extra{
         width: 16.66666667%;
    }
    .list-7-item-mobile-extra{
         width: 14.2857%;
    }
    .list-8-item-mobile-extra{
         width: 12.5%;
    }
    .list-9-item-mobile-extra{
         width: 11.111%;
    }
    .list-10-item-mobile-extra{
         width: 10%;
    }
}
/*meida Mobile*/
@media (max-width: 767px){
    .list-1-item-mobile{
         width: 100%;
    }
    .list-2-item-mobile{
         width: 50%;
    }
    .list-3-item-mobile{
         width: 33.3333%;
    }
    .list-4-item-mobile{
         width: 25%;
    }
    .list-5-item-mobile{
         width: 20%;
    }
    .list-6-item-mobile{
         width: 16.66666667%;
    }
    .list-7-item-mobile{
         width: 14.2857%;
    }
    .list-8-item-mobile{
         width: 12.5%;
    }
    .list-9-item-mobile{
         width: 11.111%;
    }
    .list-10-item-mobile{
         width: 10%;
    }
}

.swiper-wrapper.bzotech-row{
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1200px){
    .list-post-wrap,
    .list-product-wrap{
        margin-right: -10px;
        margin-left: -10px;
    }
    .list-col-item {
        padding: 0 10px;
    }
}
@media (max-width: 375px){
    .list-2-item-mobile,.list-2-item-mobile-extra,.list-2-item-tablet,.list-2-item-tablet-extra,.list-2-item-laptop,.list-2-item,.list-2-item-widescreen,
    .list-3-item-mobile,.list-3-item-mobile-extra,.list-3-item-tablet,.list-2-item-tablet-extra,.list-3-item-laptop,.list-2-item,.list-3-item-widescreen{
        width: 100%;
    }
}
/*Begin Product elementor*/
p.price,
div.product-price{
    display: flex;
    align-items: center;
    gap: 8px;
}
p.price ins,
div.product-price ins{
    text-decoration: none;
}
p.price .woocommerce-Price-amount,
div.product-price .woocommerce-Price-amount{
    color: #FF0000;
    font-size: 20px;
    font-weight: 500;
}
p.price .woocommerce-Price-amount{
    font-size: 26px;
}
p.price del,
div.product-price del{
    text-decoration: none;
}
p.price del .woocommerce-Price-amount,
div.product-price del .woocommerce-Price-amount{
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}
p.price del .woocommerce-Price-amount{
    font-size: 18px;
}
@media(max-width: 767px){
    p.price .woocommerce-Price-amount,
    div.product-price .woocommerce-Price-amount{
         font-size: 16px;
    }
    p.price del .woocommerce-Price-amount,
    div.product-price del .woocommerce-Price-amount{
        font-size: 14px;
    }
}
div.product-price .slipt{
    color: #000;
}
.product-grid-view .list-product-wrap{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.product-grid-view .list-col-item {
    float: none;
}

/*Begin Loading ajax*/
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 98;
}
.shop-loading i{
    font-size: 40px;
    position: absolute;
    top: 100px;
    left: 50%;
    color: #fff;
}
.ajax-loading:not(.list-product-search){
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%!important;
    height: 100%;
    z-index: 9999;
}
.ajax-loading:not(.list-product-search) i{
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    width:18px;
    height: 18px;
}
.loadding{
    position: relative;
}
/*End Loading ajax*/
.elbzoframe-bt-global-style3{
    border: 1px solid var(--bzo-main-color);
    border-radius: 4px;
    color: var(--bzo-title_typo-color);
    text-transform: capitalize;
    font-weight: 500;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .3s;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.elbzoframe-bt-global-style3:hover{
    border: 1px solid var(--bzo-main-color);
    background: var(--bzo-main-color);
    color: var(--bzo-title_typo-color);
}
.tab-content .tab-pane{
    width: 100%;
}
.tab-pane{
    display: none;
}
.tab-pane.active{
    display: block;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-next , .swiper-button-prev{
    font-size: 30px;
}

/*================= Navigation group 1 - right ===============*/
.display-swiper-navi-group{
    position: relative;
}
.display-swiper-navi-group .bzotech-swiper-navi{
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 2;
}
.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav {
    position: unset;
    width: 32px;
    height: 16px;
    line-height: 16px;
    border-radius: 0px;
    background-color: transparent;
    color: #2e2e2e;
    border: none;
    transition: .3s;
    font-size: 28px;
    margin-left: 15px;
}
.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-prev{
    float: left;
}
.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-next{
    float: right;
}
.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav:hover{
    color: var(--bzo-main-color2);
}
/*================= Navigation group 1 - top-right ===============*/
.display-swiper-navi-group-top-right{
    position: relative;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi .swiper-button-nav {
    position: unset;
    width: 32px;
    height: 16px;
    line-height: 16px;
    border-radius: 0px;
    background-color: transparent;
    color: #2e2e2e;
    border: none;
    transition: .3s;
    font-size: 28px;
    margin-left: 15px;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi .swiper-button-prev{
    float: left;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi .swiper-button-next{
    float: right;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi .swiper-button-nav:hover{
    color: var(--bzo-main-color2);
}
/*================= Navigation group 2 - center ===============*/
.display-swiper-navi-group2 .bzotech-swiper-navi{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-nav {
    position: unset;
    width: 32px;
    height: 16px;
    line-height: 16px;
    border-radius: 0px;
    background-color: transparent;
    color: #2e2e2e;
    border: none;
    transition: .3s;
    font-size: 28px;
    margin: 0 8px;
}
.display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-prev{
    float: left;
}
.display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-next{
    float: right;
}
.display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-nav:hover{
    color: var(--bzo-main-color2);
}
@media(max-width: 767px){
    .display-swiper-navi-group2{
        padding-top: 40px;
    }
}


.pagi-nav {
    text-align: left;
    margin: auto;
    margin-top: 50px;
    margin-bottom: -10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagi-nav .page-numbers {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    color: var(--bzo-title_typo-color);
    border: 1px solid var(--bzo-border-color);
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
}
.pagi-nav .page-numbers.next, .pagi-nav .page-numbers.prev {
    border-color: transparent;
    font-size: 24px;
}
.pagi-nav .page-numbers:last-child {
    margin-right: 0px;
}

.pagi-nav .page-numbers:hover {
    border-color: var(--bzo-main-color);
    color: var(--bzo-main-color);
}
.pagi-nav .page-numbers.current, .pagi-nav .page-numbers.current:hover {
    background: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    color: #fff;
    position: relative;
    z-index: 1;
}
/*-------------------------- Custom css ------------------------------*/
@media(max-width: 1200px){
    .scroll-mobi .list-product-wrap{
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
    }

    .scroll-mobi .list-product-wrap::-webkit-scrollbar {
        height: 4px;
    }
    .scroll-mobi .list-product-wrap::-webkit-scrollbar-track {
        border-radius: 0px;
    }
    .scroll-mobi .list-product-wrap::-webkit-scrollbar-thumb {
        background-color: var(--bzo-main-color);
    }
    .scroll-mobi .list-product-wrap::-webkit-scrollbar-thumb:hover {
        background: var(--bzo-main-color);
    }
    .scroll-mobi .list-product-wrap .list-2-item-tablet-extra{
        width: 40%;
    }
    .scroll-mobi .product-tab-style1 .link-view-tab {
        margin-top: 60px;
    }
}
@media(max-width: 991px){
    .scroll-mobi .list-product-wrap .list-2-item-tablet-extra{
        width: 50%;
    }
}
@media(max-width: 480px){
    .scroll-mobi .list-product-wrap .list-2-item-tablet-extra{
        width: 100%;
    }
}
.info-service-item .bzoframee-info-box-global- .list-text-info__item{
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.info-service-item .bzoframee-info-box-global- a{
    color: var(--bzo-main-color);
}
.info-service-item .bzoframee-info-box-global-:hover .list-text-info__item,
.info-service-item .bzoframee-info-box-global-:hover a{
    color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .form-submit input#submit{
border: none;
    border-radius: 4px;
    color: var(--bzo-title_typo-color);
    text-transform: capitalize;
    font-weight: 500;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .3s;
    background: var(--bzo-main-color);
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .form-submit input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .form-submit input#submit:focus {
    color: var(--bzo-main-color);
    background: var(--bzo-title_typo-color);
}
.comment-form-rating label,
.woocommerce #review_form #respond p label{
  margin-bottom: 10px;
    display: block;
}
.woocommerce #review_form #respond p.comment-form-cookies-consent label{
  margin: 10px;
    display: inline-block;
}
.woocommerce #review_form #respond p input[name="email"],
.woocommerce #review_form #respond p input[type="text"]{
  width: 100%;
}
/*Pagination slider */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: none!important; 
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, 
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.display-swiper-pagination-style1 .swiper-pagination{
    position: relative;
    margin-top: 20px;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet{
    height: 14px;
    width: 14px;
    border: 2px solid #cfcfcf;
    background: transparent;
    border-radius: 0px;
    display: inline-block;
    opacity: 1;
    margin-right: 15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet:last-child{
    margin-right: 0px;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet-active, 
.display-swiper-pagination-style1 .swiper-pagination-bullet:hover
{
    border-color: #2e2e2e;
}

.display-swiper-pagination-style2 .swiper-pagination-bullets{
    display: flex;
    justify-content: center;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet{
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background:  #CFCFCF;
    border: 1px solid #fff;
    position: relative;
    margin-right: 10px;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet:last-child{
    margin-right:0px;
}

.display-swiper-pagination-style2 .swiper-pagination{
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet:hover, 
.display-swiper-pagination-style2 .swiper-pagination-bullet-active{
    background: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    box-shadow: none;
}

/*------------------*/
.display-swiper-pagination-style3 .swiper-pagination-bullet{
    height: 5px;
    width: 25px;
    background: #e4e4e4;
    position: relative;
    margin-right: 10px;
    border-radius: 0px;
    opacity: 1;
}
.display-swiper-pagination-style3 .swiper-pagination-bullet-active{
    background: var(--bzo-main-color);
}
.display-swiper-pagination-style3 .swiper-pagination {
    width: 100%;
    margin-top: 15px;
    position: absolute;
}
.display-swiper-pagination-style3 .swiper-pagination-bullet:last-child{
    margin-right:0px;
}
.display-swiper-pagination-style3 .swiper-pagination.swiper-pagination-bullets {
    bottom: 15px !important;
}
/*------------------------*/

.display-swiper-pagination-style4 .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    background: #d9d9d9;
    position: relative;
    margin-right: 12px;
    border-radius: 50%;
    opacity: 1;
}
.display-swiper-pagination-style4 .swiper-pagination-bullet:hover{
    background: var(--bzo-main-color);
}
.display-swiper-pagination-style4 .swiper-pagination-bullet-active{
    background: var(--bzo-main-color);
    width: 30px;
    border-radius: 12px;
}
.display-swiper-pagination-style4 .swiper-pagination {
    width: 100%;
    z-index: 1;
}
.display-swiper-pagination-style4 .swiper-pagination-bullet:last-child{
    margin-right:0px;
}
/*-------------------------*/
.display-swiper-pagination-number .swiper-pagination-bullet:before{
    content: '';
    width: 50px;
    height: 50px;
    line-height: 55px;
    display: inline-block;
    background: transparent;
    transform: rotate(45deg);
    position: absolute;
    z-index: -1;
    left: 1px;
    top: 3px;
}
.display-swiper-pagination-number .swiper-pagination-bullet{
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin-right: 15px;
    background: transparent;
    color: #000;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    font-size: 24px;
    text-align: center;
}
.display-swiper-pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active{
    color: #fff;
}
.display-swiper-pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    background: #ffbc7b;
}
@media(max-width: 1200px){
    .display-swiper-pagination-number .swiper-pagination-bullet {
        width: 40px;
        height: 40px;
        line-height: 45px;
        font-size: 18px;
    }
    .display-swiper-pagination-number .swiper-pagination-bullet:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
/*-------- Navi slider ---------*/

/*================= Navigation group 1 - right ===============*/
.display-swiper-navi-group .bzotech-swiper-navi{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav {
    position: unset;
    background: transparent;
    border-radius: 0px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #2e2e2e;
    margin: 0;
    margin-left: 8px;
    border: none;
    transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s

}
.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-prev{
    float: left;
}
.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-next{
    float: right;
}
.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav:hover{
    color: var(--bzo-title_typo-color);
}
/*================= Navigation group 1 - top-right ===============*/
.display-swiper-navi-group-top-right{
    position: relative;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi .swiper-button-nav {
    position: unset;
    width: 32px;
    height: 16px;
    line-height: 16px;
    border-radius: 0px;
    background-color: transparent;
    color: #2e2e2e;
    border: none;
    transition: .3s;
    font-size: 28px;
    margin: 0;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi .swiper-button-nav:hover{
    color: var(--bzo-main-color);
}
/*================= Navigation group 2 - center ===============*/
.display-swiper-navi-group2 .bzotech-swiper-navi{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-nav {
    position: unset;
    width: 32px;
    height: 16px;
    line-height: 16px;
    border-radius: 0px;
    background-color: transparent;
    color: #2e2e2e;
    border: none;
    transition: .3s;
    font-size: 28px;
    margin: 0 8px;
}
.display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-prev{
    float: left;
}
.display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-next{
    float: right;
}
.display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-nav:hover{
    color: var(--bzo-main-color2);
}
@media(max-width: 767px){
    .display-swiper-navi-group2{
        padding-top: 40px;
    }
}
/*================= Navigation style 1 ===============*/
.display-swiper-navi-style1{
    position: relative;
}
.display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 16px;
    border-radius: 50%;
    background-color: #EBEBEB;
    color: #454545;
    border: none;
    transition: .3s;
    font-size: 16px;
    margin: 0;
    z-index: 1;
}
.display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav:hover{
    background-color: var(--bzo-main-color);
    color: #fff;
}
.display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav.swiper-button-prev {
  left: 0px;
}
.display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav.swiper-button-next {
  right: 0px;  
}

@media(min-width: 1201px){
    .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav.swiper-button-disabled{
        opacity: 0;
    }
}
.detail-content-wrap{
  margin-top: 30px;
}