/* ===== A
 * IA ECOMMERCE — MAIN CSS ===== */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #1e293b;
    background: #f0f2f5;
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}
body.woocommerce {
    display: flex;
    justify-content: center;
}

a {
    color: #0d9488;
    text-decoration: none;
}
a:hover {
    color: #0f766e;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}

td {
	padding: 0px 10px;
}

h6 {
	font-size: 16px;
}

.ae-main {
    padding: 0 0 100px;
    width: 100%;
}
.woocommerce .ae-main {
    width: 100%;
}

.ae-page-header {
    padding: 16px 0;
}
.ae-page-header h1 {
    font-size: 22px;
    font-weight: 700;
}
ul {
    margin: 0;
    padding-left: 20px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
p {
	line-height: 1.5em;
	margin-bottom: 5px;
}

table{
	margin-bottom: 5px;
}