/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
#Top_bar ul.menu li.bayi-btn a {
    background: #f59e0b !important;
    color: #fff !important;
    padding: 0px !important;   
    border-radius: 80px !important;
    font-weight: 600;
    font-size: 14px;              
    line-height: 1.2;
	margin: 0px 7px;
}

#Top_bar ul.menu li.bayi-btn a:hover {
    background: #d97706 !important;
}



#Top_bar ul.menu li.teklif-btn a {
	    background: #f59e0b !important;
    color: #fff !important;
    padding: 0px !important;   
    border-radius: 80px !important;
    font-weight: 600;
    font-size: 14px;              
    line-height: 1.2;
	margin: 0px 7px;
}

#Top_bar ul.menu li.bayi-btn a:hover {
    background: #d97706 !important;
}
#Action_bar .contact_details li > i {
    margin-right: 4px;
}

#Top_bar .menu > li > a span:not(.description) {
    display: block;
    line-height: 40px;
    padding: 0 15px;
    white-space: nowrap;
    border-right-width: 1px;
    border-style: solid;
}

.header-stack.header-center #Top_bar #menu { 
        margin-top: 8px;
    }

html[lang="ru-RU"] #Top_bar .menu > li > a span:not(.description) {
	    font-size: 14px;
}
button i, input[type="button"] i, input[type="reset"] i, .button i, .widget a.button i, .wp-block-button__link i {
    color: var(--mfn-button-icon-color) !important;
}