<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=== buy now btn ===*/

.tool-panel-page {
    position: fixed;
    top: 40%;
    right: 0px;
    z-index: 999999;
}
.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;
    }
}
.dm-button.dm-demos {
    margin-top:-65px;
    background-position: center -43px;
    background: #6c3;
}
.dm-button.dm-demos i {
    font-size: 20px;
    margin-bottom: 4px;
    position: unset;
}
.dm-button {
    position: absolute;
    background-color: #dd2400;
    border-radius: 3px 0 0 3px;
    color: #fff;
    top: 50%;
    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 .3s ease-out;
    transition: all .3s ease-out;
    line-height: 15px;
}
.dm-button:before {
    display: none;
}
.dm-button:hover, .dm-button.dm-support:hover {
    background: #6327eb;
}
/*=== 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: 16px;
}
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;
    }
}
/*=== 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: 100%;    
    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);
}


.popup-products{
    max-height: 450px;
    overflow-y: auto;
    padding: 30px;
}
.popup-products .item-grid-product-{
    margin-bottom: 20px;
}
.popup-products .item-grid-product- .item-product{
    display: flex;
    gap: 15px;
    align-items: center;
}
.popup-products .item-grid-product- .item-product .product-thumb{
    width: 150px;
}
.popup-products .item-grid-product- .product-info{
    text-align: left;
    padding: 0;
}
.popup-products .item-grid-product- .product-price .woocs_price_code,
.popup-products .wap-item-attribute .variations{
    justify-content: start;
}
.popup-products::-webkit-scrollbar {
    width: 6px;
}
.popup-products::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.popup-products::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
}
.popup-products::-webkit-scrollbar-thumb:hover {
    background: var(--bzo-main-color-mix-white);
    cursor: pointer;
}
@media(max-width: 1200px){
    .popup-products{
        max-height: 380px;
    }
    .popup-products .item-grid-product- .item-product .product-thumb{
        width: 110px;
    }
}
/*==========================================================*
                            HOME 1 (h3)
/*==========================================================*/
.h1-slide-cates .swiper-container{
    overflow: visible;
}
.h1-slide-cates .swiper-container:before{
    content: '';
    position: absolute;
    right: 100%;
    width: 100vw;
    background: #fff;
    opacity: 0.5;
    height: calc(100% + 10px);
    z-index: 2;
}
.h1-slide-cates .swiper-container:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 100vw;
    background: #fff;
    opacity: 0.5;
    height: calc(100% + 10px);
    z-index: 2;
}
.h1-brands-title,
.h1-popular-brands{
    max-height: 980px;
    overflow: hidden!important;
}

.home-tabs-shape .tab-item-wrap:hover img{
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

}
.tab-shape-content ul li{
    margin-bottom: 10px;
}

.h1-custom-slider{
    display: flex;
    flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
    animation-name: bzo-scroll2;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.h1-custom-slider:hover{
    animation-play-state: paused;
}
.h1-custom-slider &gt; .e-child{
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    position: relative;
}
.h1-slider-categories .swiper-container{
        overflow: visible;
}
.h1-slider-categories .elbzotech-wrapper-slider-global:before{
     content: '';
     right: 100%;
     width: 100vw;
     height: 100%;
     background: #fff;
     opacity: 0.5;
     z-index: 2;
     top: 0;
     position: absolute;
}

.h1-slider-categories .elbzotech-wrapper-slider-global:after{
     content: '';
     left: 100%;
     width: 100vw;
     height: 100%;
     background: #fff;
     opacity: 0.5;
     z-index: 2; 
     top: 0;
     position: absolute;
}

@media (max-width: 1200px){
    .h1-brands-title,
    .h1-popular-brands{
        max-height: 800px;
    }
}
@media (max-width: 880px){
    .h1-brands-title,
    .h1-popular-brands{
        max-height: 500px;
    }
}
/*==========================================================*
                            HOME 2
/*==========================================================*/

/*==========================================================*
                            HOME 3 (h1)
/*==========================================================*/
.h3-search .elbzotech-search-global-style2 .elbzotech-search-global-form{
    border: none;
}
.h3-slideshow{
    position: relative;
}
.h3-slideshow .gallery-thumbs-wrapper{
    max-width: 40%;
    position: absolute;
    bottom: 0px;
}
.h3-slideshow .gallery-thumbs-wrapper .image-wrap{
    max-width: 180px;
}
@media(min-width: 1440px){
    .h3-slideshow .gallery-thumbs-wrapper{
        max-width: 595px;
        bottom: 30px;
    }
}
@media(max-width: 1200px){
    .h3-slideshow .gallery-thumbs-wrapper{
        position: relative;
        max-width: 50%;
        margin: 0 auto;
        margin-top: 20px;
    }
}
@media(max-width: 880px){
    .h3-slideshow .gallery-thumbs-wrapper{
        max-width: 60%;
    }
}
@media (max-width: 767px){
    .h3-slideshow .h3-slideshow-banner{
        position: static !important;
    }
    .h3-slideshow .gallery-thumbs-wrapper{
        max-width: 95%;
    }
}
/*==========================================================*
                            HOME 4
/*==========================================================*/
.highline-text {
    color: #CF1919;
}
.highline-link {
	font-weight: 500;
	color: #000;	
}
.inline-block {
    display: inline-block;
}
.attribute-left .wap-item-attribute .attribute-item {
    justify-content: start;
}
@media (max-width: 767px) {
    .respon-navi-767 .display-swiper-navi-group .bzotech-swiper-navi {
        top: 50%;
        transform: translateY(-50%);
    }  
    .ct-h4-outter .elbzotech-info-inner {
        position: relative;
        margin-top: 30px;
    }      
}
/*==========================================================*
                            HOME 5
/*==========================================================*/
.hover-top .elbzotech-dropdown-list,
.hover-top .chosen-drop {
    top: auto !important;
    bottom: 100%;
}
@media (max-width: 767px)  {
    .slide-product-home5 .swiper-wrapper {
        animation-duration: 10s;
    }
}

/*==========================================================*
                            HOME 6
/*==========================================================*/
@media(max-width: 1200px) {
    .bzotech-navbar-nav &gt; li.home6-logo-menu {
        display: none;
    }
}

.bzotech-navbar-nav &gt; li.home6-logo-menu &gt; a {
    display: none;
}

.bzotech-navbar-nav &gt; li.home6-logo-menu .preview-image a {
    display: flex;
}

.bzotech-navbar-nav &gt; li.home6-logo-menu .preview-image {
    text-align: center;
    line-height: 40px;
    margin: 15px 30px;
}
@media(max-width: 1366px){
    .bzotech-navbar-nav &gt; li.home6-logo-menu .preview-image {
        margin: 15px 15px;
    }
}
@media(max-width: 767px){
    .text-center-mobi{
        text-align: center !important;
    }
}
.h6-grid-default-bg .item-grid-product- .item-product .product-thumb,
.h6-grid-default-bg .item-grid-product- .item-product{
    background-color: #f8f7f6;
}
.h6-grid-default-bg .item-grid-product- .item-product{
    padding-bottom: 30px;
}
@media(max-width: 1200px){
    .h6-grid-default-bg .item-grid-product- .item-product{
        padding-bottom: 20px;
    }
}

/*==========================================================*
                            HOME 7
/*==========================================================*/

.bzotech-header-page-header-7-home-7{
    background-color: #0f0f0f;
}

    .home-7 .bzotech-header-page-header-7-home-7,
    .home .bzotech-header-page-header-7-home-7{
        background-color: transparent;
    }


.bzotech-header-page-header-7-home-7 .menu-fixed-content.fixed-header,
.bzotech-header-page-header-7-home-7 .menu-fixed-content.fixed-header{
    background: #0f0f0f;
}
.header7-currency .woocommerce-currency-switcher-form .chosen-container-single.chosen-container-active .chosen-single, 
.header7-currency .woocommerce-currency-switcher-form .chosen-container-single .chosen-single{
    color: #fff;
    padding: 8px 0;
    height: auto;
}
@media (max-width: 1200px) {
    .h7-menu .toggle-mobile-menu {
        color: #fff;
    }
}
 /*==========================================================*
                            HOME 8
/*==========================================================*/ 
 
.h8-slide-product .bzotech-swiper-navi{
    top: 0;
}
.h8-deals .product-thumb-link img{
    width: auto;
    margin: 0 auto;
}
.h8-deals .rotate-thumb img.image-hover{
    left: 50%;
    margin-left: -25%;
}
.h8-deals .product-label{
    display: none;
}
.h8-tabs-product .product-tab-style6 ul.nav-tabs li a{
    font-family: var(--bzo-title_typo-font-family);
    font-size: 30px;
}
@media(max-width: 1200px){
    .h8-tabs-product .product-tab-style6 ul.nav-tabs li a{
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .h8-tabs-product .product-tab-style6 ul.nav-tabs li a{
        font-family: var(--bzo-body_typo-font-family);
        font-size: 16px;
    }
    .h8-tabs-product .display-swiper-navi-group{
        position: relative;
    }
    .h8-tabs-product .display-swiper-navi-group .bzotech-swiper-navi{
        position: static;
    }
    .h8-tabs-product .display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
/*==========================================================*
                            HOME 9
/*==========================================================*/ 
.bzotech-header-page-header-9-home-9 .menu-fixed-content.fixed-header,
.bzotech-header-page-header-9-home-9 .menu-fixed-content.fixed-header{
    background: #000;
}
.bzotech-header-page-header-9-home-9{
    background: rgba(0, 0, 0, 1);    
}
.home-9 .bzotech-header-page-header-9-home-9,
.home .bzotech-header-page-header-9-home-9{
    z-index: 1;
    position: relative;
    background: transparent;
}
.home-9 .bzotech-header-page-header-9-home-9::before,
.home .bzotech-header-page-header-9-home-9::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: calc(100% + 50px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 31.77%, rgba(0, 0, 0, 0.3) 81.77%, rgba(0, 0, 0, 0) 91.15%);
}
@media(max-width: 1200px){
    .home-9 .bzotech-header-page-header-9-home-9::before,
    .home .bzotech-header-page-header-9-home-9::before{
        height: calc(100% + 20px);
    }
}
.header9-slide{
    color: #fff;
    font-size: 16px;
}
.header9-slide a{
    text-decoration: underline;
}
.header9-wishlist a{
    display: flex;
    align-items: center;
}
.h9-grid-white .item-grid-product- .item-product,
.h9-grid-white .item-grid-product- .item-product .product-thumb{
    background: #fff;
}
.h9-grid-white .item-grid-product- .item-product .product-info{
    padding-bottom: 15px ;
}
@media (max-width: 1200px) {
    .h9-menu .toggle-mobile-menu {
        color: #fff;
    }
}
.home .swiper-container,
.home-9 .swiper-container{
    z-index: 0;
}

/*==========================================================*
                            HOME 10
/*==========================================================*/ 
.h10-list-links-scroll .elbzotech-list-link-global a.item-link{
    position: relative;
}
.h10-list-links-scroll .elbzotech-list-link-global a.item-link:not(:last-child)::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    top: 50%;
    margin-top: -1px;
    right: -30px;
}
.h10-search .elbzotech-search-global-style2 .elbzotech-text-bt-search{
    padding: 0 10px;
}
.h10-slideshow .display-swiper-pagination-style3 .swiper-pagination,
.h10-slideshow .display-swiper-pagination-style2 .swiper-pagination{
    position: absolute;
}
.home-10 .item-grid-product- .item-product .product-thumb{
    background-color: #f8f7f5;
}</pre></body></html>