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

/* Hover style image 1 */
@keyframes img_circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 90%;
        height: 90%;
        opacity: 0;
    }
}
.hover-image-1 .item-image-icon-e {
    position: relative;
    overflow: hidden;
}
.hover-image-1 .item-image-icon-e img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 100%;
}
.hover-image-1 .item-image-icon-e:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover-image-1 .item-info-box-global:hover .item-image-icon-e img {
    transform: scale(1.05);
}
.hover-image-1 .item-info-box-global:hover .item-image-icon-e:before {
    -webkit-animation: img_circle 0.65s;
    animation: img_circle 0.65s;
}
.inline-block {
    display: inline-block;
}
/*=== 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);
}

.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;
}
.icon-min-w .icon-image-link img {
    min-width: 18px;
}
@media(max-width: 1200px){
    .popup-products{
        max-height: 380px;
    }
    .popup-products .item-grid-product- .item-product .product-thumb{
        width: 110px;
    }
}

/*==========================================================*
                            Product Single 
/*==========================================================*/
.not-main-padding-top #main-content {
    padding-top: 0;
}
.ct-min-height-1 .elbzotech-banner-info-global-thumb img {
    min-height: 300px;
}
.ct-min-height-2 .elbzotech-banner-info-global-thumb img {
    min-height: 200px;
}   
.ct-min-height-3 .elbzotech-banner-info-global-thumb img {
    min-height: 150px;
}
.link-underline {
    text-decoration: underline !important;
}
.img-width-24 img {
    max-width: 24px !important;  
}

/*==========================================================*
                            Home 2 
/*==========================================================*/
.highlight-text {
    color: var(--bzo-main-color);
}
.custom-fs-blog .post-info .post-title {
    font-size: 18px;
}
.custom-fs-blog .post-info .post-meta-data .post-meta-data__content {
    font-size: 14px;
}
.testimonial-center .info-client {
    justify-content: center;
}
.testimonial-center .product-rate {
    margin: 0 auto;
}
.font-title-ct p {
    font-family: var(--bzo-title_typo-font-family);
}
.link-bgr-position .elbzotech-banner-info .link-bg-banner {
    z-index: 1;
}
.heading-stroke {   
    position: relative;
}
.heading-stroke > span {
    position: absolute;
    top: -10px; 
    left: 10px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .2);
    color: transparent; 
}
@media (max-width: 1620px) and (min-width: 1366px) {
    .heading-stroke {
        font-size: 115px !important;
    }
}
@media (max-width: 1200px) {
    .lg-none-arrow-slider sr7-arrow {
        display: none !important;
    }   
}
@media (min-width: 768px) {
    .btn-tab-center .product-tab-title .nav-tabs {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .heading-stroke > span{
        top: -5px; 
        left: 5px;
    }
}

/*==========================================================*
                            Home 4
/*==========================================================*/
.ct-form-search sr7-slide {
    contain: none !important;
}

/*==========================================================*
                            Home 6 
/*==========================================================*/
.custom-style-list-dot .elementor-icon-list-items li {
    position: relative;
    padding-left: 15px;
}
.custom-style-list-dot .elementor-icon-list-items li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 6px;   
    left: 0;
    background-color: #666666;
}
.overflow-hidden {
    overflow: hidden;
}
.text-stroke {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
    color: transparent;
}
.color-dark {
    -webkit-text-stroke: 1px var(--bzo-main-color);
}
.height-column-banner {
    min-height: 100%;
}
.height-column-banner .elementor-widget-container {
    display: flex;
    overflow: hidden;
}

/*==========================================================*
                            Home 8
/*==========================================================*/
.style-border-product {
    overflow: hidden;
}
.style-border-product .swiper-slide-active {
    border-left: none !important;
}
.style-border-product .swiper-wrapper {
    margin: 0 -1px;
}
.style-border-product .item-grid-product-style4 {
    border: none;
}
.style-border-product .item-grid-product-style4 {
    border-left: 1px solid #E6E6E6;
    margin-right: 1px;  
}
.bgr-linear {
    position: relative;
}
.bgr-linear:after {
    position: absolute;
    content: '';
    left: 0;
    top: auto;
    bottom: 0;  
    height: 520px;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0), rgba(247, 247, 247, 1));
}
@media (max-width: 1200px) {
    .bgr-linear:after {
        height: 300px;
    }
}
@media (max-width: 767px) {
    .bgr-linear:after {
        height: 100%;
        background: rgba(0, 0, 0, .4);
    }
}

/*==========================================================*
                            Home 9
/*==========================================================*/
.fs-price .product-price .woocommerce-Price-amount {
    font-size: 18px;
}
.product-price del .woocommerce-Price-amount {
    font-weight: 300;
    color: rgba(128, 128, 128, 1);
}
.overflow-carousel-none .swiper-container {
    overflow: revert !important;
}
body.bzotech-elementor-layout-shifts{
    opacity: 0;
}
