.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: #0948BB;
    text-transform: uppercase;
    border-radius: 20px;
    margin-left: 5px;
    transform: translateY(-3px);
    display: inline-block;
}
.header-page .label-hot {
    background-color: #f46803;
}
.header-page .label-top {
    background-color: #FFCC00;
}
/*================== HOME 1 =======================*/
.header1-top a:focus{
    color: #fff;
}
.h1-posts .elbzotech-posts-wrap{
    overflow-y: auto;
    height: 300px;
    padding-right: 15px;
    overflow-x: hidden;
}
.h1-posts .elbzotech-posts-wrap::-webkit-scrollbar {
    width: 5px;
}
.h1-posts .elbzotech-posts-wrap::-webkit-scrollbar-track {
    background: #f0f0f0; 
    border-radius: 5px;
}
.h1-posts .elbzotech-posts-wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}
.h1-posts .elbzotech-posts-wrap::-webkit-scrollbar-thumb:hover {
    background: var(--bzo-main-color);
}
@media(max-width: 767px){
    .h1-title-deals .elbzotech-heading-global-style2 > span .image_left{
        max-width: 16px;
    }
}


/*================== HOME 2 =======================*/
@media (max-width: 1200px) {
    .header2-bottom .list-menu-vertical__item .icon_sub_menu-mobi {
        height: 44px;
    }
}
.h2-slideshow .swiper-container{
    overflow: visible;
}
.h2-list-scroll{
    position: relative;
}
.h2-list-scroll:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #333;
}
.h2-tabs .e-n-tab-title{
    font-family: inherit;
}
@media(max-width: 767px){
    .h2-mob-white{
        background-color: #fff !important;
    }
}
/*------------------*/
.link-header3 .item-link:first-child{
    padding-left: 0px!important;
    margin-left: 0px!important;
    border: none!important;
}
/*================== HOME 3 ====================*/
.h3-trending .item-slider-global-trending .sold{
    background-color: var(--bzo-main-color);
}
.home-3 .item-grid-product- .addcart-link{
    color: var(--bzo-title_typo-color);
}
.home-3 .item-grid-product- .product-price .woocommerce-Price-amount, 
.home-3 .item-grid-product- .product-price ins .woocommerce-Price-amount{
    color: var(--bzo-title_typo-color);
}
.elementor-widget-n-tabs .e-n-tab-title{
    font-family: inherit;
}
.elementor-widget-n-tabs .e-n-tab-title:hover{
    cursor: pointer;
}

.h3-vehicles{
    position: relative;
}
.h3-vehicles .h3-vehicles-box{
    position: absolute;
    top: -50px;
    left: 40px;
}
.h3-vehicles .car-type-group,
.h3-vehicles .bzoframee-info-box-global-car-type{
    flex-direction: column;
    gap: 12px;
}
.h3-vehicles .bzoframee-info-box-global-car-type .btn-car-type,
.h3-vehicles .bzoframee-info-box-global-car-type .elbzotech-dropdown-box{
    margin: 0;
    width: 100%;
}
.h3-vehicles .bzoframee-info-box-global-car-type .btn-car-type a{
    background-color: #121212;
    padding: 12px;
}
.h3-vehicles .bzoframee-info-box-global-car-type .btn-car-type a:hover{
    background-color: #121212;
    color: var(--bzo-main-color);
}
.h3-vehicles .bzoframee-info-box-global-car-type .btn-car-type{
    text-align: center;
}
@media(max-width: 1024px){
    .h3-vehicles .h3-vehicles-box{
        position: absolute;
        top: -30px;
        left: 15px;
    }
}
@media(max-width: 880px){
    .h3-vehicles .h3-vehicles-box{
        position: static;
    }
}
.h3-hot-products .swiper-slide.item-grid-product-{
    opacity: 0;
}
.h3-hot-products .swiper-slide.swiper-slide-active{
    opacity: 1;
}