/*
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
*/

@font-face {
  font-family: "georgia";
  src: url("fonts/georgia/georgia.woff") format("woff");
}

@font-face {
  font-family: "georgia";
  src: url("fonts/georgia/georgia.ttf") format("ttf");
}

@font-face {
  font-family: "avenir";
  src: url("fonts/avenir/medium.woff") format("woff");
}

@font-face {
  font-family: "avenir";
  src: url("fonts/avenir/medium.ttf") format("ttf");
}

@media (max-width: 767px) {
    .woocommerce-checkout .form-row-last {
        padding-left: 0px !important;
    }
	.woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last{
		width: 100% !important;
	}
}