/*
Site: 		
Url: 		
Autor: 		MonWebPro.com
Version: 	
*/

@font-face {
	font-family: 'icomoon';
	src:  url('./fonts/icomoon.eot?b2om2p');
	src:  url('./fonts/icomoon.eot?b2om2p#iefix') format('embedded-opentype'),
	url('./fonts/icomoon.ttf?b2om2p') format('truetype'),
	url('./fonts/icomoon.woff?b2om2p') format('woff'),
	url('./fonts/icomoon.svg?b2om2p#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.icon {
	font-family: 'icomoon';
}

html, body { margin: 0; padding: 0; }
div.clearboth {
	width: 100%; 
	height: 0;
	clear: both; 
	float: none;
}

header {
    width: 100%;
    height: 50vh; 
    overflow: hidden;
    position: relative;
}
header div.logo {
    width: 200px;
    height: 200px;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    cursor: pointer;
}

header ul.socials {
    position: absolute;
    top: 0; 
    left: 0;
    z-index: 99;
    list-style: none;
    display: flex;
    width: 80px;
    height: 40px;
    margin: 0;
    padding: 0;
    z-index: 99;
}
header ul.socials a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #5CA3A7;
    text-decoration: none;
}
header a.cart {
    position: absolute;
    top: 0; 
    right: 0;
    z-index: 99;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #5CA3A7;
    text-decoration: none;
}

.badge {
    background: #fe0000;
    border-radius: 50%;
    font-size: 0.8rem;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 7px;
    right: 7px;
}

nav {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
nav ul {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
nav ul li {
    width: 100%;
    height: 40px;
    display: block;
    margin: 0;
    padding: 0;
}
nav ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
}

/*** FOOTER ***/
footer {
	width: 100%;
    display: block;
    font-family: "Roboto Condensed", serif;
    padding: 5px 0;
    background: rgba(0,0,0,0.02);
}
footer div.main {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
}
footer div.logo {
	width: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
}
footer div.logo img {
	max-width: 150px;
    height: auto;
    cursor: pointer;
}
footer div.menu {
    width: calc(100% - 320px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
footer ul.menu {
    width: 300px;
    display: flex;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
footer ul.menu a {
    width: 100px;
    display: block;
    text-align: center;
    color: #222;
    text-decoration: none;
    font-weight: bold;
}

footer p.socials {
    width: auto;
    text-align: center;
}
footer p.socials a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    color: #222;
    text-decoration: none;
}
footer div.infos {
	display: flex;
    flex-direction: column;
    width: 100px;
}
footer div.infos a {
	display: block;
    background: #fff;
    width: 100px; 
    height: auto;
    padding: 10px;
    margin: 5px 0;
}
footer div.infos a img {
    width: 100px; 
    height: auto;
}

footer p.footer {
	color: rgba(0,0,0,0.3);
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    border-top: solid 1px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 1200px;
}
footer p.footer a {
	color: rgba(0,0,0,0.3);
}