.tool-panel-page {
    position: fixed;
    top: 40%;
    right: 0px;
    z-index: 999999;
}

/* Replaced purple hover state with Xplore Blue */
.dm-button:hover, .dm-button.dm-support:hover {
    background: #1E88E5; 
}

.dm-button:focus, .dm-button:hover {
    color: #fff;
}

@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;
}

/* Custom border radius section */
.elbzotech-search-global-default .key-trending .key-trending-list a,
.item-list-post-style2 .post-thumb,
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img,
.widget_product_categories .select2-container--default .select2-selection--single,
.widget_product_search .woocommerce-product-search,
.mini_cart_item .product-thumb,
.wp-block-search__inside-wrapper, .widget_search .wg-search-form,
.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-thumb .adv-thumb-link,
.item-list-post-style3 .post-thumb,
.elbzotech-dropdown-list,
.widget_bzotech_attribute_filter a.swatch-label .label-attr,
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a,
.pagi-nav .page-numbers,
.widget_tag_cloud a, .widget_product_tag_cloud a,
.bzotech-blog-form-comment .comment-form input[type="text"], .bzotech-blog-form-comment .comment-form textarea,
.bzotech-blog-form-comment,
.meta-post-tags-share .tags-post a,
.elbzotech-mailchimp-global-style2 input[type="submit"], .elbzotech-mailchimp-global-style2 button[type="submit"],
.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"],
.elbzotech-mailchimp-global-style2 .content-popup-mailchimp,
input,
textarea,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, .button, .wishlist_table .product-add-to-cart a, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce input.button,
.tm-extra-product-options input[type="file"]::file-selector-button,
.product-detail .final-countdown .clock .number,
.fpd-blue-btn, .fpd-secondary-btn,
.woocommerce div.product .style-gallery-horizontal .gallery-control img,
.product-detail .product-label span,
.product-detail-gallery .mid,
.bzotech-form-cart-single .detail-qty,
.woocommerce div.product form.cart button.single_add_to_cart_button, .elbzotech-bt-default,
.wishlist_compare_single_product a,
.bzotech-form-cart-single .variations .type-label .swatch-label{
    border-radius: 5px;
}

/* WooCommerce Notifications */
#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;
}

/* 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;
}

/* Cookie Bar */
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;
    }
}

/* Currency Switcher */
.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;
    display: flex;
    align-items: center;
    color: var(--bzo-title_typo-color);
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce-currency-switcher-form .chosen-container-single .chosen-single:hover div b:before, 
.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;
    color: var(--bzo-title_typo-color);
}
.woocommerce-currency-switcher-form .chosen-container-single .chosen-single span{
    margin-right: 5px;
    text-transform: uppercase;
}
.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;
    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;
    border-radius: 5px;
}
.woocommerce-currency-switcher-form .chosen-results li{
    padding: 0;
}
.woocommerce-currency-switcher-form .chosen-container .chosen-results{
    padding: 0;
    margin: 0;
}
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);
}

/* Home Page Specific Styling */
.bg-footer-buttom-home4{
    background: linear-gradient(90.07deg, #EAC645 -2.77%, #F2A173 17.57%, #97DEC0 49.15%, #6C87E6 59.32%, #CE4EEE 78.05%, #EF5B2C 100%);
}

/* Replaced Nextend/Redux share icons/links to Xplore Blue */
.admin-color-fresh #redux-footer #redux-share a,
.wp-customizer #redux-footer #redux-share a,
.admin-color-fresh #redux-footer #redux-share a:hover, 
.wp-customizer #redux-footer #redux-share a:hover {
    color: #1E88E5; 
}

.mail-chimp-footer-home4 .elbzotech-mailchimp-global-style4 .mc4wp-form-fields button[type="submit"]:hover i {
    color: var(--bzo-main-color);
}