
/*=== 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 ====*/

/*========================================= HOME 1 =========================================*/

.home-categories .elbzotech-list-link-global a{
    border: 1px solid var(--bzo-border-color);
}
.home-products .display-swiper-navi-group-top-right .bzotech-swiper-navi{
    top: -44px;
}
@media(max-width: 1200px){
    .home-products .display-swiper-navi-group-top-right .bzotech-swiper-navi{
        top: -41px;
        gap: 6px;
    }
}
@media(max-width: 767px){
    .home-products .display-swiper-navi-group-top-right .bzotech-swiper-navi{
        top: -26px;
        gap: 6px;
    }
}