.wp-block-button__link{
    padding:6px 16px;
    height: 0;
    line-height: 0;
    width: 100%;
}
body h1.entry-title {
    display: none;
}
.site-header .extras-menu .menu-item-account > a {
    padding-left: 25px;
    text-transform: uppercase;
    line-height: 0;
}
.top-bar-btn{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
   padding: 13px 33px;
    text-align: center;
    background-color: var(--mf-background-primary-color);
    color: var(--mf-background-primary-text-color);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
}
.topbar .topbar-row .wp-block-buttons>.wp-block-button.wp-block-button__width-25{
width: 100%;
}
.top-bar-envelop i{
    font-size: 28px;
    color: var(--mf-background-primary-color);

}

.site-header .extras-menu > li:last-child{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.site-header .header-row ul.extras-menu a#menu-extra-login i:before{
    display: none;
}
.header-bar .topbar #custom_html-8 .textwidget.custom-html-widget .item-icon{
    display: none !important;
}
body:not(.rtl) .header-bar .widget:last-child{
    display: none;
}

/** Header Search Bar Style */
.site-header .product-extra-search .product-cat-label{
    border: none;
}
.site-header .product-extra-search .search-field{
    border: none;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

.site-header .product-extra-search .search-wrapper {
    border: 1px solid #d9d9d9;
    border-radius: 3px 0px 0px 3px;
}

.home-price-btn .elementor-button-wrapper .elementor-button{
    background: rgb(246,26,106);
    background: linear-gradient(90deg, rgba(246,26,106,1) 0%, rgba(148,187,233,1) 100%);
 
}


/** Top Bar responsive  480px to 360px */
@media only screen and  (max-width:480px){
    body #topbar .top-bar-btn{
        font-size: 12px;
        padding: 10px 18px;
    }
}