html {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 62.5%;
    height: 100%;
    margin: 0;
    min-width: 300px;
    padding: 0;
    -webkit-text-size-adjust: none;
}
body {
	color: #111;
    font-size: 1.3rem;
    line-height: 1.5;
	text-rendering: auto;
    margin: 0;
    padding: 0;
	font-family: Open Sans,Arial,Helvetica,Verdana,sans-serif;
	overflow-x: hidden;
}
.grecaptcha-badge {
	display: none;
}
.site-header {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    padding: 0px;
}
.site-footer {
    border-top: 0px solid #eee;
    padding: 0px;
}
.site-inner {
    padding: 0px;
}
:focus {
	color: #333;
	outline: #ccc solid 0px;
}
.pos-top-0 {
    top: 0!important;
}
.pos-right-0 {
    right: 0!important;
}
.pos-bottom-0 {
    bottom: 0!important;
}
.pos-left-0 {
    left: 0!important;
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 128rem;
	}
	.site-inner {
		max-width: 100%;
	}
	.woocommerce.full-width-content .content, .woocommerce-page.full-width-content .content {
		max-width: 100%;
		width: 100%;
	}
}
