/*CSS Document*/
/*RESET*/
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,font,img,ins,kbd,q,s,samp,small,strike,sub,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
/* remember to define focus styles! */
a:focus {outline:0;}
ol,ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;}
caption,th,td { text-align:left; font-weight: normal;}
blockquote:before,blockquote:after,q:before,q:after {content:"";}
blockquote,q {quotes: "" "";}
a{text-decoration: none;}
a:link, a:visited {text-decoration: none;}
a:hover, a:active {text-decoration: underline;}
/* Structure */
#wrapper{
	width: 100%;
	padding-bottom: 20px;
	overflow:hidden;
}
#wrapper-content.main{
   margin: 0 0 -355px 
}
  
#content{
	/*overflow: hidden;*/
}

#content.internas{
	padding-top: 20px;
	overflow: visible;
}
#content.home{
	top: -355px;
}
.content{
	/*width: 960px;*/
	margin: 0 auto;
	position: relative;
}
#content .left-content,
#content .right-content{
	/*float: left;*/
 
}
#content.internas .left-content,
#content .right-content{
	/*width: 320px;*/
	
}
#content .right-content{
	/*margin-left: 10px;
	margin-bottom: 100px;*/
}
#content.internas.shipping-cart .main-content,
#content.internas.simulator .main-content{
	/*float: left;*/
	/*margin-left: 10px;*/
	/*width: 620px*/
}
#content.home .left-content{
	width: 390px;
	height: 550px;
	position: relative
}
#content .main-content{
	/*
	float: right;
   	position: relative;
	*/
}
/*#content.home .main-content{
	width: 550px;
}*/
#content.internas .main-content{
	/*width: 630px;*/
	
}
#content.home .main-content{
	width: 550px;
  	top: 355px;
   	margin-bottom:355px
}
/* static-ads */
#static-ads-home{
	width:560px;
	margin-bottom: 8px
}
#static-ads-landing{
	width:408px
}


 /* #Header-elements */
  
#header{
	width:100%;
	/*padding-top:30px;*/
	height: 110px;
	}
#bottom-header, #top-header{
	width: 960px;
	margin: 0 auto
}

/* Top header */
#top-header{
height: 70px
}
		
/*Carousel-Home*/	
#main-carousel{
	width:100%;
	height: 575px;
	overflow: hidden;
	position: relative;
	z-index: 2
	}			
/* Partners / Publicity */
#partners,
#publicity{
	overflow: hidden;
	width: 960px;
   position: relative;
   top: 20px
}
/* #Footer */
#footer{
	overflow:hidden;
	/*width:960px;*/
   margin: 0 auto;
	}

#footer ul{
	overflow: hidden;
}

#footer #footer-links{
	float:left;
   padding-bottom: 8px
	}
#footer #partners{
	float: left;
}

/* LAYOUT NEW - Bootstrap 5*/
#header-new {
	justify-content: space-between;
}
#header-new .nav {
	justify-content: space-between;
}

#header-new .nav li {
	align-items: center;
}

#header-new .nav li a {
	font-size: 1.2em;
	color: #000000;
}

#header-new .nav li a:hover {
	background: none;
	color: #e21d6b;
}
#header-new .nav li a:hover ~ .fa {
	color: #e21d6b;
}

#header-new .nav .fa {
	font-size: 1.5em;
	margin-right: -10px;
	color: #e21d6b;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: none;
}

#header-new .nav #cart-cant-items {
	margin-left: -10px;
	background-color: #e21d6b;
	color: #ffffff;
}

