/*
Theme Name: Fusion
Version: 1.0
Description: Тема для официального сайта Фьюжн
Author: Skuratovich
Tags: site, Fusion, food
*/

/*Шрифты*/
@font-face {
    font-family: 'noto_sansregular';
    src: url('./assets/fonts/NotoSans/notosans-regular-webfont.eot');
    src: url('./assets/fonts/NotoSans/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/NotoSans/notosans-regular-webfont.woff2') format('woff2'),
         url('./assets/fonts/NotoSans/notosans-regular-webfont.woff') format('woff'),
         url('./assets/fonts/NotoSans/notosans-regular-webfont.ttf') format('truetype'),
         url('./assets/fonts/NotoSans/notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#fusion .checkout #billing_country_field,
#fusion .checkout #billing_company_field,
#fusion .checkout #billing_last_name_field,
#fusion .checkout #billing_email_field,
#fusion .cart_totals #shipping_method #billing_address_1_field
{
    display: none;
}