.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;
    line-height: 20px;
}
.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;
}
.dm-button {
    position: absolute;
    background-color: #dd2400;
    border-radius: 3px 0 0 3px;
    color: #fff;
    top: 247px;
    left: -65px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 5px;
    z-index: 9999;
    font-size: 12px;
    width: 65px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 15px;
}
#widget_indexdm {
    background: #fff;
    z-index: 10000;
    width: 380px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -380px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
}
.tool-panel-page {
    position: fixed;
    top: 40%;
    right: 0px;
    z-index: 999999;
}
.dm-button.dm-support {
    top: 310px;
    background-position: center -43px;
    background: #2a5db8;
}
.dm-button.dm-open{
    top: 184px;
    background-position: center -43px;
    background: #66cc33;
}
.dm-button.dm-open i{
        font-size: 20px;
    margin-bottom: 4px;
}
.dm-button span {
    display: block;
}
.dm-button:hover, .dm-button.dm-support:hover {
    background: #6327eb;
}
.dm-button:focus, .dm-button:hover {
    color: #fff;
}
.dm-button:hover, .dm-button.dm-support:hover {
    background: #6327eb;
}
@media(max-width: 767px){
    #widget_indexdm{
        display:none;
    }
}
/*=== Begin Notification for WooCommerce ====*/ 
#message-purchased p.wn-notification-message-container{
    line-height: 16px;
    padding: 10px 0;
}
#message-purchased p a{
   font-size: 14px!important;
   line-height: 20px;
   font-weight: 600;
}
@media(max-width: 400px){
    #message-purchased.wn-product-with-image{
        max-width: 300px;
        min-width: 300px;
    }
}
#message-purchased{
    bottom: 90px!important;
}
/*=== begin nextend social login ====*/
div.nsl-container.nsl-container-block .nsl-container-buttons{
    display: flex!important;
    gap: 20px!important;
    padding: 0!important;
    width: 100%!important;
}
div.nsl-container .nsl-button {
    border-radius: 0!important;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    height: 56px;
}
div.nsl-container .nsl-button-default div.nsl-button-label-container{
    text-transform: uppercase!important;
    font-weight: 600;
    font-family: var(--bzo-title_typo-font-family)!important;
    padding: 19px 0!important;
     margin: 0!important;
}
div.nsl-container .nsl-button:hover{
    box-shadow: 2px 3px 8px 1px rgb(0 0 0 / 30%)!important;
}
div.nsl-container .nsl-button-svg-container {
    padding: 15px!important;
    padding-right: 0px!important;
}
/*=== End nextend social login ====*/
/*=== 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: var(--bzo-body_typo-font-size);
}
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;
        font-size: 12px;
    }
    div#cookie-notice .bzotech-bt-cookie{
        margin: 0 5px;
    }
}

#message-purchased .message-purchase-main{
    gap: 10px;
}
/*=== End cookie bar of plugin cookie ====*/

/*=== currency ===*/
.woocommerce-currency-switcher-form .dd-select{
    border-radius: 0;
    border: none;
    position: relative;
    cursor: pointer;
    background: transparent!important;
    height: 40px;
    line-height: 40px;
}
.woocommerce-currency-switcher-form .dd-select .dd-selected-text{
    font-weight: 400;
    font-size: 14px;
}
.woocommerce-currency-switcher-form .dd-select .dd-selected{
    padding: 0px;
}
.woocommerce-currency-switcher-form .dd-select .dd-pointer-down, 
.woocommerce-currency-switcher-form .dd-select .dd-selected-description-truncated, 
.woocommerce-currency-switcher-form .dd-select .dd-selected-image{
    display: none;
}
.woocommerce-currency-switcher-form .chosen-container-single.chosen-container-active .chosen-single, 
.woocommerce-currency-switcher-form .chosen-container-single .chosen-single{
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: var(--bzo-body_typo-font-size);
    display: flex;
    align-items: center;
    color: var(--bzo-title_typo-color);
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce-currency-switcher-form .chosen-container-single.chosen-container-active .chosen-single:hover, 
.woocommerce-currency-switcher-form .chosen-container-single .chosen-single:hover{
    color: var(--bzo-main-color);
}
.woocommerce-currency-switcher-form .chosen-container{
    padding: 0;
    min-width: auto;
}
.woocommerce-currency-switcher-form .chosen-container-single .chosen-single div b{
    background: transparent;
    background-image: none !important;
}
.woocommerce-currency-switcher-form .chosen-container-single .chosen-single div b:before{
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 12px;
}
.woocommerce-currency-switcher-form .chosen-container-single .chosen-single span{
    margin-right: 5px;
}
.woocommerce-currency-switcher-form .chosen-container-single .chosen-single div{
    height: auto;
    position: unset;
    width: auto;
}
.woocommerce-currency-switcher-form select.woocommerce-currency-switcher{
    background: transparent;
    height: auto;
    width: auto;
    padding: 0;
    font-size: var(--bzo-body_typo-font-size);
    border: none;
    font-family: inherit;
    color: var(--bzo-body_typo-color);
}

.woocommerce-currency-switcher-form .chosen-container-single .chosen-drop{
    border: none;
    min-width: 100px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 15px;
    margin-top: 0;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
    right: auto;
    left: 0;
    top: calc(100% + 8px);    
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.woocommerce-currency-switcher-form .chosen-container-single.chosen-with-drop .chosen-drop
{
    left: 0;
    right: auto;
    opacity: 1;
    visibility: visible;
}
.woocommerce-currency-switcher-form .chosen-results li{
    padding: 0;
}
.woocommerce-currency-switcher-form .chosen-container .chosen-results{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
form.woocommerce-currency-switcher-form .chosen-results li{
    line-height: 28px !important;
    padding: 0;
}
form.woocommerce-currency-switcher-form .chosen-results li:hover, 
form.woocommerce-currency-switcher-form .chosen-results li.result-selected{
    color: var(--bzo-main-color);
}

/**=== label menu ====*/
.header-page .label-new, 
.header-page .label-hot, 
.header-page .label-top {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #FFFFFF;
    padding: 4px 10px;
    background-color: var(--bzo-main-color);
    text-transform: uppercase;
    border-radius: 20px;
    margin-left: 5px;
    transform: translateY(-3px);
    display: inline-block;
}
.header-page .label-hot {
    background-color: #FBEA00;
    color: #111;
}
.header-page .label-top {
    background-color: #B6EFD4;
    color: #111;
}

.product-list-menu .item-grid-product-style3 .item-product{
    gap: 20px;
}
.product-list-menu .item-grid-product-style3 .item-product .product-thumb {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    background-color: #FFFEFD;
}
.product-list-menu .product-info .product-title{
    font-family: var(--bzo-body_typo-font-family);
    font-weight: 500;
}
.bn-menu-home .adv-thumb-link{
    display: flex;
}
@media(max-width: 1200px){
    .product-list-menu .product-info .product-title{
        font-size: 16px;
    }
}
.popup-products{
    max-height: 395px;
    overflow-y: auto;
    padding: 30px;
}
@media (max-width: 1200px) {
    .popup-products {
        max-height: 380px;
    }
}
@media (max-width: 880px) {
    .popup-products {
        max-height: 300px;
        padding: 20px 30px;
    }
}
.popup-products .item-grid-product-style3 .item-product{
    gap: 20px;
}
.popup-products .item-grid-product-style3 .item-product .product-thumb{
    flex-basis: 35%;
}
.popup-products .item-grid-product-style3 .item-product .product-info{
    flex-basis: 65%;
}
.popup-products .item-grid-product-style3 .item-product .product-thumb {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.popup-products .product-info .product-title{
    font-family: var(--bzo-body_typo-font-family);
    font-weight: 500;
}
.popup-products .product-grid-view .list-col-item{
    margin-bottom: 20px;
}

.scroll-box{
  position: sticky !important;
  top: 0 !important;
}
/*================== HOME 1 =======================*/
.btn-wishlist .button-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-group-btn{
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
@media(max-width: 1200px){
    .slide-group-btn{
        gap: 20px;
    }
}
@media(max-width: 767px){
    .slide-group-btn{
        gap: 10px;
    }
}
.h1-cate-links .elbzotech-list-link-global span.icon-image-link{
  display: inline-block;
  transition: 0.3s ease;
  height: 100px;
  overflow: hidden;
  border-radius: 40px;
}
.h1-cate-links .elbzotech-list-link-global span.icon-image-link img {
  width: 100%;
  height: auto;
  min-height: 230px; 
  object-fit: cover;
  display: block;
  border-radius: 40px;
}
.h1-cate-links .elbzotech-list-link-global .item-link:hover span.icon-image-link {
  height: 230px;
  transition: 0.3s ease;
}
.h1-cate-links .elbzotech-list-link-global .item-link:hover{
    color: var(--bzo-main-color2);
}
@media(max-width: 767px){
    .h1-cate-links .elbzotech-list-link-global a{
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
}
.h1-rotate-left .item-grid-product-style2 .item-product{
    transform: rotate(-4deg);
}
.h1-rotate-right .item-grid-product-style2 .item-product{
    transform: rotate(4deg);
}
.h1-featured .product-grid-view .list-col-item{
    margin-bottom: -30px;
}
.h1-featured .item-grid-product-style2 .product-thumb-link img{
    width: 80%;
    margin: 0 auto;
}
.h1-products-brand .elbzotech-bt-global-default{
    gap: 0;
    font-size: 16px;
    background-color: var(--bzo-main-color2);
}
.h1-products-brand .elbzotech-bt-global-default:hover{
    background-color: var(--bzo-main-color);
}
.h1-products-brand .elbzotech-banner-info .elbzotech-btwrap{
    opacity: 0;
    transform: scale(0);
    transition: .2s;
}
.h1-products-brand .elbzotech-banner-info:hover .elbzotech-btwrap{
    opacity: 1;
    transform: scale(1);
    transition: .2s;
}
.h1-products-brand .button-wrap-global .icon-image-btn{
    display: flex;
}
@media(min-width: 1200px){
    .h1-collections .swiper-container{
        overflow: visible;
        margin-bottom: 30px;
    }
}
.h1-collections .swiper-container{
    margin-bottom: 30px;
}
@media(max-width: 767px){
    .h1-rotate-left .item-grid-product-style2 .item-product{
        transform: rotate(0deg);
    }
    .h1-rotate-right .item-grid-product-style2 .item-product{
        transform: rotate(0deg);
    }
}
.h1-bestseller .item-grid-product-style3 .product-price ins .woocommerce-Price-amount,
.h1-bestseller .item-grid-product-style3 .product-price .woocommerce-Price-amount{
    font-size: 44px;
    font-weight: 600;
    color: #fff;
}
.h1-bestseller .item-grid-product-style3 .product-price del,
.h1-bestseller .item-grid-product-style3 .product-price del .woocommerce-Price-amount{
    font-size: 28px;
}
.h1-bestseller-end .item-grid-product-style3 .item-product{
    flex-direction: row-reverse;
}
@media(max-width: 1200px){
    .h1-bestseller .item-grid-product-style3 .product-price ins .woocommerce-Price-amount,
    .h1-bestseller .item-grid-product-style3 .product-price .woocommerce-Price-amount{
        font-size: 30px;
    }
    .h1-bestseller .item-grid-product-style3 .product-price del,
    .h1-bestseller .item-grid-product-style3 .product-price del .woocommerce-Price-amount{
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .h1-bestseller .item-grid-product-style3 .product-price ins .woocommerce-Price-amount,
    .h1-bestseller .item-grid-product-style3 .product-price .woocommerce-Price-amount{
        font-size: 20px;
    }
    .h1-bestseller .item-grid-product-style3 .product-price del,
    .h1-bestseller .item-grid-product-style3 .product-price del .woocommerce-Price-amount{
        font-size: 16px;
    }
}
.h1-countdown .bzotech-countdown .clock:not(:last-child){
    position: relative;
}
.h1-countdown .bzotech-countdown .clock:not(:last-child):after{
    position: absolute;
    content: ":";
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
    bottom: 4px;
    right: -26px;
    color: var(--bzo-main-color);
}
@media(max-width: 1200px){
    .h1-countdown .bzotech-countdown .clock:not(:last-child):after{
        right: -18px;
        font-size: 20px;
    }
}

.h1-product-sale{

}
.h1-product-sale .elbzotech-bt-global-default{
    gap: 0;
    font-size: 16px;
    background-color: var(--bzo-main-color2);
}
.h1-product-sale .elbzotech-bt-global-default:hover{
    background-color: var(--bzo-main-color);
}
.h1-product-sale .elbzotech-banner-info .elbzotech-btwrap{
    opacity: 0;
    transform: scale(0);
    transition: .2s;
}
.h1-product-sale .elbzotech-banner-info:hover .elbzotech-btwrap{
    opacity: 1;
    transform: scale(1);
    transition: .2s;
}
.h1-product-sale .button-wrap-global .icon-image-btn{
    display: flex;
}
.h1-price-sale{
    display: flex;
    align-items: center;
    gap: 10px;
}
.h1-price-sale.product-price ins .woocommerce-Price-amount,
.h1-price-sale.product-price .woocommerce-Price-amount{
    font-size: 44px;
    font-weight: 600;
    color: var(--bzo-main-color2);
}
.h1-price-sale.product-price del,
.h1-price-sale.product-price del .woocommerce-Price-amount{
    font-size: 28px;
    color: #706F6C;
}
@media(max-width: 1200px){
    .h1-price-sale.product-price ins .woocommerce-Price-amount,
    .h1-price-sale.product-price .woocommerce-Price-amount{
        font-size: 30px;
    }
    .h1-price-sale.product-price del,
    .h1-price-sale.product-price del .woocommerce-Price-amount{
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .h1-price-sale.product-price ins .woocommerce-Price-amount,
    .h1-price-sale.product-price .woocommerce-Price-amount{
        font-size: 20px;
    }
    .h1-price-sale.product-price del,
    .h1-price-sale.product-price del .woocommerce-Price-amount{
        font-size: 16px;
    }
}
@media(min-width: 1200px){
    .h1-testimonials .swiper-container{
        overflow: visible;
    }
}
.h1-testimonials{
    position: relative !important;
}
.h1-testimonials::before{
    position: absolute !important;
    content: "" !important;
    width: calc(50vw - 735px ) !important;
    height: 100% !important;
    left: 0% !important;
    top: 0 !important;
    background-color: #FAF7EF;
    z-index: 5;
}
.h1-testimonials .display-swiper-navi-group .bzotech-swiper-navi{
    position: absolute;
    bottom: 5px;
    left: -25%;
}
.h1-slider-testimonials .swiper-button-nav{
    opacity: 0;
}
@media(max-width: 1200px){
    .h1-testimonials .display-swiper-navi-group .bzotech-swiper-navi{
        left: 0;
        bottom: auto;
        top: -40px;
    }
}
@media(max-width: 767px){
    .h1-testimonials .display-swiper-navi-group .bzotech-swiper-navi{
        right: 6px;
        left: auto;
        bottom: auto;
        top: 6px;
    }
    .custom-slider-top .elbzotech-swiper-slider{
        margin-bottom: 80px;
    }
}
.footer1-visbile-home{
    display: none !important;
}
.page-about .footer1-visbile-home,
.home .footer1-visbile-home{
    display: flex !important;
}
.footer1-top .item-info-box-global .info-box-icon a:hover{
    cursor: default;
}
/*======================================== HOME 2 ========================================*/
.header2 .bzotech-navbar-nav li.has-mega-menu .mega-menu{
    top: calc(100% + 5px);
}

@media(min-width: 1440px){
    body.home-2{
        background-image: url('./images/h2-bg1.png');
        background-repeat: no-repeat;
        background-position: top right;
    }
    .home-2 .header2{
        padding: 30px 0;
    }
}

.h2-intro .text-bg{
    position: relative;
}
.h2-intro .text-bg:before{
    position: absolute;
    content: "";
    width: 98%;
    height: 42%;
    left: 1%;
    top: 57%;
    transform: translateY(-50%);
    background-color: var(--bzo-main-color2);
    z-index: -1;
}
.h2-divider{
    position: relative !important;
}
.h2-divider:before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border: 3px solid #111;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1;
}
.h2-divider:after{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border: 3px solid #111;
    background: #fff;
    top: 0;
    right: 0;
}
.h2-divider .elementor-divider{
    position: relative;
}
.h2-divider .elementor-divider:before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border: 3px solid #111;
    background: #fff;
    top: 0;
    left: calc(50% - 7px);
}
@media(min-width: 1200px){
    .header2 .bzotech-navbar-nav > li{
        width: 100%;
        text-align: center;
    }
    .header2 .bzotech-navbar-nav > li:hover > a > span,
    .home-2 .header2 .bzotech-navbar-nav > li.menu-item-home > a > span,
    .header2 .bzotech-navbar-nav > li.current-menu-item > a > span{
        background-color: var(--bzo-main-color2);
        color: var(--bzo-title_typo-color);
    }

    .h2-banner-brands .swiper-slide:nth-child(2n) .item-slider-global-trending .image-wrap{
        transform: rotate(-5deg);
        transition: .3s;
    }
    .h2-banner-brands .swiper-slide:nth-child(2n+1) .item-slider-global-trending .image-wrap{
        transform: rotate(5deg);
        transition: .3s;
    }
    .h2-banner-brands .swiper-slide:nth-child(2n) .item-slider-global-trending:hover .image-wrap,
    .h2-banner-brands .swiper-slide:nth-child(2n+1) .item-slider-global-trending:hover .image-wrap{
        transform: rotate(0deg);
    }
    .h2-banner-brands .swiper-container{
        overflow: visible;
    }
    .h2-testimonial-left{
        transform: rotate(2deg) !important;
    }
    .h2-testimonial-right{
        transform: rotate(-4deg) !important;
    }
    div.h2-testimonial:hover{
        transform: rotate(0deg) !important;
    }
    .h2-mailchimp .elbzotech-mailchimp-global-default .mc4wp-form-fields{
        gap: 40px;
    }
}

.h2-mailchimp .elbzotech-mailchimp-global-default button{
    background-color: var(--bzo-main-color2);
    font-size: 30px;
    font-weight: 700;
    color: #111111;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-radius: 60px 60px 60px 60px;
    padding: 25px 70px 25px 70px;
    position: relative;
    margin: 0 0 30px 0;
}
.h2-mailchimp .elbzotech-mailchimp-global-default button:hover{
    background-color: #BAE6FF;
}
.h2-mailchimp .elbzotech-mailchimp-global-default button:after{
    position: absolute;
    content: "";
    width: 78px;
    height: 92px;
    background: url('./images/bg-btn.png') no-repeat;
    right: -60px;
    bottom: -50px;
    background-size: 100%;
}
.h2-mailchimp .elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]{
    background-color: #FEFFF0;
    font-size: 24px;
    font-weight: 700;
    color: #686868;
    width: 100%;
    background: url('./images/icon-mailbox.png') no-repeat;
    background-position: 35px 19px;
    padding: 45px 40px 45px 100px;
    background-color: #FEFFF0;
}
a.copyright2:hover{
    color: var(--bzo-title_typo-color);
    text-decoration: underline;
}
@media(max-width:1200px){
    .h2-mailchimp .elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]{
        padding: 35px 30px 35px 80px;
        background-position: 17px 10px;
        font-size: 20px;
    }
    .h2-mailchimp .elbzotech-mailchimp-global-default button{
        font-size: 24px;
        padding: 15px 40px 15px 40px;
    }
    .h2-mailchimp .elbzotech-mailchimp-global-default button:after{
        width: 60px;
        height: 75px;
        right: -40px;
        bottom: -30px;
    }
}
@media(max-width: 767px){
    .h2-mailchimp .elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]{
        padding: 25px 15px;
        font-size: 16px;
        background-image: none;
    }
    .h2-mailchimp .elbzotech-mailchimp-global-default button{
        font-size: 18px;
        padding: 10px 30px;
        border-width: 3px;
    }
    .h2-mailchimp .elbzotech-mailchimp-global-default button:after {
        width: 45px;
        height: 60px;
        right: -33px;
        bottom: -37px;        
    }
}
.h2-slide-rooms .item-slider-global-category3 .info .info-title a{
    width: 76px;
    height: 76px;
    background: var(--bzo-title_typo-color);
    color: #fff;
    box-shadow: 8px 8px 0 0 #8E8F87;
    display: block;
    text-align: center;
    line-height: 76px;
    font-size: 36px;
    position: absolute;
    bottom: 125px;
    right: 95px;
    transition: .2s;
}
.h2-slide-rooms .item-slider-global-category3 .info .info-title a i{
    transform: rotate(-45deg);
}
.h2-slide-rooms .item-slider-global-category3 .info .info-title a:hover{
    background-color: var(--bzo-main-color2);
    color: var(--bzo-title_typo-color);
}
.h2-slide-rooms .display-swiper-pagination-style2 .swiper-pagination{
    flex-direction: column;
    width: 20px;
    margin-top: 0px;
    gap: 10px;
    position: absolute;
    top: 80px;
    right: 90px;
    bottom: auto;
    left: auto;
}
.h2-slide-rooms .display-swiper-pagination-style2 .swiper-pagination-bullet:hover, 
.h2-slide-rooms .display-swiper-pagination-style2 .swiper-pagination-bullet-active{
    background: transparent;
    border-color: #fff;
}
.h2-btn-room a{
    padding: 16px;
    display: inline-block;
    width: 100%;
}
.h2-btn-room .button-wrap-global .icon-image-btn{
    display: inline-flex;
}
.h2-btn-room:hover{
    background-color: #BAE6FF;
}
.h2-btn-room .button-wrap-global,
.h2-btn-room{
    display: inline-block;
    width: 100%;
}
.h2-btn-room:hover a{
    color: var(--bzo-title_typo-color);
}
.h2-btn-room .btn-desc{
    font-size: 24px;
    font-weight: 500;
    display: none;
    padding: 0 16px 16px 16px;
}
.h2-btn-room.active{
    background-color: #BAE6FF;
}
.h2-btn-room.active .btn-desc{
    display: block;
}
@media(max-width: 1200px){
    .h2-btn-room .btn-desc{
        font-size: 20px;
    }
    .h2-slide-rooms .item-slider-global-category3 .info .info-title a{
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 28px;
        bottom: 85px;
        right: 65px;
    }
    .h2-slide-rooms .display-swiper-pagination-style2 .swiper-pagination{
        top: 50px;
        right: 60px;
    }
}
@media(max-width: 1024px){
    .h2-btn-room a{
        padding: 10px;
    }
    .h2-btn-room .btn-desc{
        font-size: 18px;
        padding: 0 10px 10px 10px;
    }
}
@media(max-width: 880px){
    .h2-slide-rooms .item-slider-global-category3 .info .info-title a{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        bottom: 60px;
        right: 40px;
        box-shadow: 4px 4px 0 0 #8E8F87;
    }
    .h2-slide-rooms .display-swiper-pagination-style2 .swiper-pagination{
        top: 40px;
        right: 40px;
    }
}
/*======================================== HOME 3 ========================================*/

.home-3{
    background-color: #0b0b0b;
}
.home-3 .header-3{
    background-color: transparent !important;
}
.h3-btn-brand{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-color: rgba(255, 255, 255, 0.1);
    border-style: solid;
    border-width: 1px;
    padding: 6px 15px;
    border-radius: 50px;
    position: relative;
    font-size: 24px;
    color: #FBFFE5;
    box-shadow: 0 3px 18px 0 rgba(255, 255, 255, 0.3);;
}
.h3-btn-brand::before{
    position: absolute;
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 24px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    top: -12px;
    left: -15px;
}
@media(max-width: 1200px){
    .h3-btn-brand{
        font-size: 20px;
    }
    .header-3 .toggle-mobile-menu{
        color: #E9E7FE;
    }
}
@media(max-width: 767px){
    .h3-btn-brand{
        font-size: 18px;
    }
    .h3-btn-brand::before{
        display: none;
    }
}


.custom-slider-top .elbzotech-swiper-slider{
    overflow: inherit;
    margin: 0 0 100px 0px;
}
.custom-slider-top .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  filter: grayscale(100%);
  opacity: 0.6;
  transform: scale(0.64);
}
.custom-slider-top .swiper-slide-next,
.custom-slider-top  .swiper-slide-prev{
    
  transform: scale(0.9);
}
.custom-slider-top .swiper-slide-prev .item-slider-global-{
    margin-right: 24.5%;
    margin-left: 4.5%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.custom-slider-top .swiper-wrapper{
    align-items: center;
}
.custom-slider-top .swiper-slide-next .item-slider-global-{
    margin-right: 4.5%;
    margin-left: 24.5%;
}
.custom-slider-top .swiper-slide-active {
  transform: scale(1);
  filter: none;
  opacity: 1;
}
.custom-slider-top .swiper-pagination {
    margin-top: -50px;
}
.custom-slider-card .swiper-slide:not(.swiper-slide-active){
    transform: scale(0.8)!important;
    transform-origin:center;
    transition: all 0.3s ease-out 0s;
    filter: grayscale(100%);
    opacity: 0.6;
}
.custom-slider-card .swiper-slide-active{
    padding-right: 4%;
    transition: all 0.3s ease-out 0s;
}
.custom-slider-card  .swiper-wrapper{
    align-items: center;
}
.custom-slider-card  .swiper-button-nav{
    opacity: 0;
}
.h3-btn-nav a.button-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.h3-slider-room{
    border-radius: 80px;
    overflow: hidden;
}
.h3-slider-room .swiper-button-nav{
    opacity: 0;
}
.h3-slider-room .swiper-slide:not(.swiper-slide-active){
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.h3-slider-room .item-slider-global- .image-wrap{
    border-radius: 80px;
    overflow: hidden;
}
@media(max-width: 1200px){
    .h3-slider-room,
    .h3-slider-room .item-slider-global- .image-wrap{
        border-radius: 40px;
    }
}
@media(max-width: 767px){
    .h3-slider-room,
    .h3-slider-room .item-slider-global- .image-wrap{
        border-radius: 20px;
    }
}

.footer3 .elbzotech-mailchimp-global-default button{
    color: var(--bzo-title_typo-color);
}
.footer3 .elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]{
    width: 65%;
}