.woocommerce-additional-fields {
	margin:20px 0 0 0;
}
#my-account-content {
	float:right;
}
#my-account-sidebar {
	float:left; 
}
.woocommerce-message {
	border-top-color: #21cb00;
	background-color: #f6f6f6;
}

.woocommerce-message::before {
    content: '\e015';
    color: #21cb00;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { 
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	border-radius:0;
	font-size:18px;
	line-height:18px;
	font-weight: 400;
	padding:8px 18px;
	transition: all 200ms;  
	background:#fff;
	border:1px solid #ccc;
	color:#444;
} 

.place-order .form-row {
	margin: 0 !important;
}

.place-order .form-row label {
	margin: 0 !important;
}

.place-order .form-row input[name="accept-privacy-policy"] {
	margin-left: 5px;
}

#polityka-prywatnosci {
	padding:0 1em 0 3px !important;
}