@charset "utf-8";
/* Global Styles */
a:hover {
	color: rgba(255,255,255,1.00);
}
/*header*/
header {
	font-family: 'Montserrat', sans-serif;
	color: rgba(168,168,164,1.00);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
/* Logo placeholder*/
#logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width:600px;
	text-align:inherit;
	color: #288E85;
	background-color: rgba(255,255,255,1.00);
	font-family: "Poppins ExtraBold";
	font-size:70px;
}


.user ul, ol{
	display: none;
}

.nav .user > li {
	float:left;
}

.nav .user li a {
	background-color:#000;
	color:#ffffff;
	text-decoration:none;
	padding:10px 12px;
	display:block;
}

.nav .user li a:hover {
	background-color:#434343;
}

.nav .user li ul {
	display:none;
	position:absolute;
	min-width:140px;
}

.nav .user li:hover > ul {
	display:block;
}

.nav .user ul li {
	position:relative;
}

.nav .user ul li ul {
	right:-140px;
	top:0px;
}
/* div for Links in header */
#headerLinks {
	font-family: "Poppins ExtraBold";
	padding-top:20px;
	padding-bottom: 10px;
	float:inherit;
	text-align: right;
	background-color: rgba(255,255,255,1.00);
}
/* Links in header */
#headerLinks a {
	
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	padding-left: 26px;
	font-size: 24px;
}
/* Whole page content */
#mainWrapper {
	width: 80%;
	padding-left: 10%;
}
.nav-cart{
	display: none;
	}
.Carrito button{
	display: none;
}

.container nav i:hover > .Carrito{
	width: 300px;
	height:300px;
	position: absolute;
	right: 1%;
	background-color: #FFFFFF;
} 
.nav-cart li{
	list-style: none;
	padding: 0;
	font-family: "Poppins Medium";
	font-weight: bold;
	color: #228e85;
}

.container nav i:hover .nav-cart{
	font-family: 'Poppins Medium';
	font-size: 10px;
align-content: left;
	display: flex;
	justify-content: space-between;
	margin: 0 10px 0 0px;
	border-bottom:solid thin #228e85;

}

.container nav i:hover .Carrito > button{
	display: block;
	width: 80%;
	background-color: transparent;
	border:solid thin #228E85;
	font-family: "Poppins Bold";
	color: #228e85;
	cursor: pointer;
	align-content: center;
	margin-left: 10%;
}

.container nav i:hover .Carrito > button:hover{
	border: solid thin #686868;
	transition: all 0.3s;
}
/* Main content of the site */
#content {
	clear: both;
	overflow: auto;
	padding-top: 29px;
}

p{font-family: 'Poppins Medium';
font-size: 20px;
color: #228E85;}
/* Sidebar */
#content .sidebar {
	font-family: "Poppins Medium";
	color: rgba(146,146,146,1.00);
	float: left;
	width: 15%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
	background-color: #228E85;
	padding-top: 15px;
	height: 74rem;
}
/* main content of the site */
#content .mainContent {
	float: left;
	width: 70%;
	text-align: center;
	padding-left: 4%;

}

/*menubar's properties for menus in sidebar */
#content .sidebar #menubar {
	font-family: 'Poppins ExtraBold';
	text-align: left;
	color: rgba(255,255,255,1.00);
	background-color: #228e85;
	position: relative;
	left: 0%;
}

.menu ul li {
	list-style-type: none;
	font-size: x-large;
	position: relative;
	left: -35px;
	padding-top: 12px;
}
/* Product rows for catalog */
#content .mainContent .productRow {
	overflow: auto;
	color: #228E85;
}


.productRow .productInfo .price {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 22px;
	position: relative;
	top: -20px;
}
/*Each product Information in the catalog */
.mainContent .productRow .productInfo {
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	width: 22%;
}

/* Content holder for products in catalog*/
.productRow .productInfo .productContent {
	position: relative;
	top: -37px;
	font-size: 14px;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
	white-space: pre-wrap;
}


/* Buy button for products in catalog */
.productRow .productInfo .buyButton {
	position:relative;
	padding-left: 10px;
	top: -48px;
	width: 84%;
	background-color:#FFFFFF;
	height: 35px;
	color: #288E85;
	border-style: none;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 15px; 
}
/* footer */
#mainWrapper footer {
	margin-top: 50px;
	clear: both;
	overflow: auto;
	background-color: #288E85;
	font-family: "Poppins Regular";
	font-style: normal;
	font-weight: 20;
	line-height: 0.8;
	padding-top: 22px;
	padding-left: 22px;
	text-align: left;
	padding-bottom: 22px;
	padding-right: 22px;
}
/*Each footer content */
#mainWrapper footer div {
	align-content:center;
	width: 22%;
	float: left;
	padding-right: 2%;
	color: rgba(255,255,255,1.00);
	text-align: left;
}
/* Links in footer */
footer div a {
	color: rgba(255,255,255,1.00);
	display: block;
	text-decoration: none;
	text-align: left;
	padding-left: 4%;
}

footer div p {
	color: rgba(255,255,255,1.00);
	display: block;
	text-decoration: none;
	text-align: left;
	padding-left: 10%;
}
/* Product's images in catalog */
.productInfo div img {
	width: 100%;
}
/*Links in sidebar */
.sidebar #menubar .menu ul li a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-family: "Poppins Regular";
	text-align: left;
}
.sidebar #menubar .menu ul li a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
/* Menu headings in sidebar */
#menubar .menu h2 {
	font-size: 24px;
	text-align: center;
}
/*Links under menus in sidebar */
#menubar .menu ul li a {
	font-size: 20px;
}
/* Menus in sidebar */
.sidebar #menubar .menu {
	margin-bottom: 29px;
}
/* Container for links in footer */
footer .footerlinks {
float: left;
}

footer .punt{
	background-color:#124E49;
	float: right;
	line-height: normal;
	
}

/* Media query for tablets */
@media screen and (max-width:700px) {
/* search field in sidebar */
#content .sidebar #search {
	display: none;
}
/* sidebar */
#content .sidebar {
	float: none;
	width: 100%;
	height: auto;
	overflow: auto;
	padding-left: 12%;
	padding-top: 0px;
}
/* horizontal separators in sidebar */
#content .sidebar hr {
	display: none;
	
}
/*The sidebar and maincontent of page */
#content {
	position: relative;
	top: -22px;
	width: 100%;
	overflow: hidden;
}
/*menu headings in sidebar */
#menubar .menu h2 {
	display: inline;
	font-size: medium;
	padding-right: 6%;
}
/* Unordered List of links */
#menubar .menu ul {
	display: inline; 
}
/*list elements */
#menubar .menu ul li {
	display: inline;
	font-size: medium;
	padding-left: 0%;
	padding-right: 3%;
}

/*The link to be hidden in tablet view */
.sidebar #menubar .menu ul .notimp {
	display: none;
}
/* menus in sidebar */
.sidebar #menubar .menu {
	width: 100%;
	text-align: center;
	position: relative;
	top: 16px;
}
/*menubar in sidebar */
#content .sidebar #menubar {
	position: relative;
	left: -7%;
	overflow: hidden;
	width: 95%;
	padding-top: 0px;
}
	

/* offer banners content */
#mainWrapper #offer p {
	font-size: small;
}
/* main content region of page */
#mainWrapper #content .mainContent {
	overflow: hidden;
	width: 95%;
	margin-top: 40px;
}
	
		
/* Buy buttons in catalog view */
.productRow .productInfo .buyButton {
	font-family: "Poppins Bold";
	font-size: 20px;
}
/* Container for links in footer */
#mainWrapper footer .footerlinks {
	float: none;
	width: 100%;
	position: relative;
	top: 17px;
	clear: both;
	text-align: center;
	left: 0%;
	padding-bottom: 19px;
}
/* Container for each footer divisions */
#mainWrapper footer div {
	width: 44%;
	text-align: justify;
	font-size: 15px;
}
/* Links in footer */
.footerlinks p a {
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	padding-right: 35px;
}
/* Footer region */
#mainWrapper footer {
	padding-left: 16px;
	overflow: hidden;
}
/* Links in header */
header #headerLinks a {
	padding-left: 0px;
	padding-right: 30px;
}
/* Offer- Text banner */
#mainWrapper #offer {
	padding-left: 22%;
}
/* Paragraphs in footer */
footer .footerlinks p {
	display: inline;
}
}

/*media query for small screen devices */
@media screen and (max-width:480px) {
/*Container for links in header */
#mainWrapper header #headerLinks {
	width: 100%;
	text-align: center;
	background-color: rgba(190,190,190,1.00);
	padding-bottom: 21px;
}
/* Logo placeholder*/
#mainWrapper header #logo {
	width: 100%;
	text-align: center;
}
/* Links in header */
header #headerLinks a {
	text-align: center;
	padding-right: 15px;
	padding-left: 0px;
}
/*Offer - Text Banner */
#mainWrapper #offer {
	padding-left: 0px;
	text-align: center;
}
/* Menubar in sidebar */
#content .sidebar #menubar {
	position: relative;
	left: -8%;
	text-align: center;
}
/*Menu headings in sidebar */
#menubar .menu h2 {
	width: 100%;
	display: block;
}
/* Each product in catalog view */
.mainContent .productRow .productInfo {
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	left: -2%;
}
#mainWrapper footer div {
	width: 100%;
	margin-left: -16px;
	text-align: justify;
	padding-bottom: 16px;
	overflow: auto;
}
/* Unordered list for menu elements */
.menu ul {
	position: relative;
	padding-left: 24%;
}
/* Container for links in footer */
#mainWrapper footer .footerlinks {
	padding-left: 8%;
}
/* Main content which excludes the sidebar */
#mainwrapper #content .mainContent {
	margin-top: -81px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
}
}
