body:not(.elementor-page) {

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, button {
	@include font-main();
	@include font(16px, 1.4);
	color: #34302C;
	letter-spacing: 0.5px;
}
img {
	max-width: 100%;
	height: auto;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, time, img {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	@include font-header();
}
ol, ul {
	list-style: none;
}
p, li {
	color: #34302C;
	font-weight: 400;
}

p, li, a {
	@include font(16px, 1.4);
	color: #34302C;
	font-weight: 400;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover, a:active, a:link {
	text-decoration: none;
}

}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #fff !important;
}