/*
Theme Name: Razzi Child
Theme URI: https://demo4.drfuri.com/razzi/
Author: DrFuri
Author URI: http://drfuri.com
Description: Razzi Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: razzi
*/
.home #page-header,
p.woocommerce-shipping-destination ,
a.shipping-calculator-button,
.woocommerce-mini-cart__empty-message{
    display:none;
}
span.woocommerce-input-wrapper {
    display: flex;
}
span.woocommerce-input-wrapper>label{
    padding-left:10px;
    padding-top:5px
}
#billing_shopping_field,
#billing_invoce_field{
    margin-bottom:0;
}
.woocommerce-additional-fields{
	margin-top: 15px;
}
a.store_btn {
	background:#131313;
    color:#fff;
    padding:0 20px;
    font-size:15px;
    line-height:40px;
}