/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
.organic-newsletter input[type="text"],.organic-newsletter input[type="email"] {
    width: 100%;
    position: relative!important;
    display: inline-block;
}
#Top_bar .menu > li > a span:not(.description) {
    padding: 0 14px;
}
.organic-newsletter input[type="submit"] {
    width: auto;
    font-size: 18px;
    line-height: 18px;
}
#Footer .footer_action {
    background: rgba(255,255,255,0.1);
}
#popup_contact .popup_contact_wrapper form input[type="text"], #popup_contact .popup_contact_wrapper form input[type="email"], #popup_contact .popup_contact_wrapper form textarea {
    margin-bottom: 0;
    margin: 6px 0;
}
h2.newslatter {
    font-size: 20px;
    line-height: 24px;
}
#popup_contact .popup_contact_wrapper form input[type="submit"] {
    float: none;
    margin-top: 11px;
}
.list h2 {
    font-size: 22px;
}
h2.learn {
    margin: 0;
    line-height: 28px;
    font-weight: 500;
}
.steps h5 {
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #000;
}
add_filter( 'wc_points_rewards_earn_points_message', 'remove_rewards_earn_points_message', 20, 2 );
add_filter( 'wc_points_rewards_redeem_points_message', 'remove_rewards_earn_points_message', 20, 2 );
function remove_rewards_earn_points_message( $message, $data ) {
    if( is_checkout() )
        return '';
    return $message;
}

add_filter('woocommerce_account_menu_items','wt_removed_un_wanted_my_account_tabs',100,1);
function wt_removed_un_wanted_my_account_tabs( $items ) {
   if( isset($items['wt-store-credit']) ) unset( $items['wt-store-credit'] );
   return $items;
}

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17060968401">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-17060968401');
</script>
}