body{
    position:absolute;
    min-height:100%;
    font-family: sans-serif;
    color: black;
    background-color:beige;
}
#header{
        background-color: #6b5646;
        width: 100%;
        height: 201px;
        position: relative;
        top: 0px;
        left: 0px;
}
#title{
    position: relative;
    font-size: 50px;
    text-align: center;
    top: 15%;
}
#img{
    width: 50px;
    height:50px;
}
.footer{
  
}
#redes{
    position: relative;
    font-size: 50px;
    text-align: center;
    top: 40%;
}
#content{
    position:relative;
    width:100%;
    min-width:1100px;
    height: 100%;
    overflow:hidden;
    font-family: Roboto;
    background-color: #f5f5dc;
    /* background-image: url('/files/site/texture.jpg'); */
}
.widthContainer{
    position: relative;
    width: 1100px;
    margin:0 auto;
    height:100%;
    text-align:left;
}
#alertMessageLogo{
    width: 80%;
}
.mobileElement{
    display:none;
}
.centerWrapper{
    position:relative;
    display:inline-block;
    width:auto;
    height:auto;
    overflow:hidden;
}
.menuCSS3{
    width: 68%;

    right: 4px;
    top: 141px;
    display: inline;
    position: fixed;
}
.ul {
		/* display: inline; */
		padding: -3px;
		margin: 0px;
		display: inline-grid;
		border: black;
		right: 57px;
		/* display: none; */
		position: relative;
		background-color: #6b5646;
		/* min-width: 160px; */
		box-shadow: 0px 8px 16px 0px rgb(107, 86, 70);
		padding: 12px 16px;
		/* z-index: 1; */
	}
	.li {
		display: none;
		padding: 2em;
		background-color: #6b5646;
		text-decoration: none;
		/* color: #191C26; */
		/* border: 102px black; */
		}
        .ul:hover .li {
            display: block;
        }
        #headerDummy{
            position: relative;
    width: 100%;
    height: 150px;
        }
        #logoDummy{
            position: relative;
            width: 100%;
            height: 100px;
        }
        .highlight {
    position: relative;
    width: 100%;
    height: 800px;
    top: 51px;
    }
    .button{
    float:left;
    position:relative;
    left: 88%;
    top: 0;
    color: white;
    padding: 18px 32px;
    text-align: center;
    text-decoration: none;
    display: inline;
    font-size: 17px;
    width: 50px;
    z-index: 1;
}
.footer{
	background-color: #6b5646;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
	position:absolute;
	top: 100%;
	height: 226px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer .footer-left{
	width: 40%;
}

/* The company logo */

.footer h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footerh3 span{
	color:  #5383d3;
}

/* Footer links */

.footer .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer .footer-center{
	width: 35%;
}

.footer .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer .footer-right{
	width: 20%;
}

.footer .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer .footer-icons{
	margin-top: 25px;
}

.footer .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}


#quantity{
    font-size: 20px;
    
}
#price{
    font-size: 20px;
}
