/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.1.1.1

All css files are placed in /css/ folder
*/

body {
	font-family: 'Helvetica Neue Regular';
	color: #737373;
}

h1, h2, h3, h4, .text-logo #logo {
	font-family: 'Helvetica Neue Medium';
}

.themecolor, .opening_hours .opening_hours_wrapper li span, .fancy_heading_icon .icon_top, .fancy_heading_arrows .icon-right-dir, .fancy_heading_arrows .icon-left-dir, .fancy_heading_line .title, .button-love a.mfn-love, .format-link .post-title .icon-link, .pager-single > span, .pager-single a:hover, .widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_mfn_recent_comments ul li::after, .widget_archive ul, .widget_recent_comments ul li::after, .widget_nav_menu ul, .woocommerce ul.products li.product .price, .shop_slider .shop_slider_ul li .item_wrapper .price, .woocommerce-page ul.products li.product .price, .widget_price_filter .price_label .from, .widget_price_filter .price_label .to, .woocommerce ul.product_list_widget li .quantity .amount, .woocommerce .product div.entry-summary .price, .woocommerce .star-rating span, #Error_404 .error_pic i, .style-simple #Filters .filters_wrapper ul li a:hover, .style-simple #Filters .filters_wrapper ul li.current-cat a, .style-simple .quick_fact .title {
	color: #a5a5a5 !important;
}

#Footer .footer_copy { border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* COVID-19 Banner css */
.top-promo-image {
    background-color: #000;
    font-family: 'Helvetica Neue Regular';
    -webkit-font-smoothing: antialiased;
    padding: 14px 22px;
    text-align: right;
}
.promo-image {
    padding: 10px 0;
    width: 75%;
}
.top-promo-image .promo-image p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.top-promo-image .promo-image h2 {
    font-family: "Helvetica Neue Regular";
    font-weight: normal;
    color: #fff;
}
p.bnr-btn a {
    border: 1px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
    clear: left;
    color: #ffffff;
    float: right;
    font-size: 13px;
    left: 0.5em;
    margin: 5px 0 0px;
    position: relative;
    padding: 2px 10px;
    font-family: 'Helvetica Neue Regular';
}
/* end-COVID-19 Banner css */