@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle;}
input:focus{
	outline: 0;
}

body,html {
	font-family: 'lato', sans-serif;
	background-color: #f4f4f4;
}



.setCenter {
	margin: 0 auto;
	width: 95%;
	max-width: 1440px;
}
.main-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
 }
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}

a, a:hover, a:active, a:visited {
	text-decoration: none !important;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	opacity: 0.5; 
}
a{
	color: #000000;
	opacity: 0.5; 
	text-decoration: none;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
a:hover{
	text-decoration: none;
	opacity: 1; 
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.box-shadow-menu {
 	position: relative;
	padding-left: 1.25em;
	font-size: 24px;
	float: left;
	height: 79px;
	width: 80px;
}
	.box-shadow-menu:before {
	  	content: "";
		position: absolute;
		left: 0px;
		top: 0.25em;
		width: 1em;
		height: 0.12em;
		background: #999 none repeat scroll 0% 0%;
		box-shadow: 0px 0.25em 0px 0px #999, 0px 0.5em 0px 0px #999;
		border-radius: 40px !important;
		margin: 25px;
	}

/* Grids */
.grid_1 { width: 6.5%; } 
.grid_2 { width: 15%; } 
.grid_3 { width: 23.5%; } 
.grid_3_2, .grid_3_1 { width: 25%; }
.grid_4 { width: 32%; } 
.grid_5 { width: 40.5%; }
.grid_6 { width: 49%; } 
.grid_6_2 { width: 50%; }
.grid_7 { width: 57.5%; } 
.grid_8 { width: 66%; } 
.grid_9 { width: 74.5%; } 
.grid_10 { width: 83%; } 
.grid_11 { width: 91.5%; } 
.grid_12 { width: 100%; } 
.grid_3_3 { width: 18.4%; } 

.grid_1,
.grid_2,
.grid_3,
.grid_3_2,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_3_3 {
	margin: 0 2% 0% 0;
	float: left;
	display: block;
}

.alpha{margin-left:0 !important;}
.omega{margin-right:0 !important;}

.animation{
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
	.animation:hover{
		-webkit-transition: all 150ms ease;
		-moz-transition: all 150ms ease;
		-ms-transition: all 150ms ease;
		-o-transition: all 150ms ease;
		transition: all 150ms ease;
	}
.user-register-container{
	margin: 80px auto 0 auto;
	width: 100%;
	max-width: 940px;
}
.no-opacity{
	color: #373F47;
	opacity: 1;
}
	.no-opacity:hover{
		color: #373F47;
		text-decoration: none;
	}

.full {
	width: 100% !important;
}

.half {
	width: 50% !important;
	color: #ba6812;
	border-radius: 5px;
}



header{
	background:white!important;
}

header div.responsive-menu {
	display: none;
} 
div.responsive-left-bar { 
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	position: fixed;
	top: 0px;
	left: -360px;
	width: 360px;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 1;
	overflow-y: auto; 
}
    div.responsive-left-bar.openedMenu { 
    	-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
    	left: 0px; 
    }
    div.responsive-left-bar .account {
    	height:80px;
    	background-color: #373f47;
    	color: #6C0;
    }
    	div.responsive-left-bar .account div.setCenter{
			position: relative;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			height:20px;
			padding-left: 30px
    	}
    		div.responsive-left-bar .account .loggedIn-name, div.responsive-left-bar .account div.signIn-name{
    			float:left;
    		}
    ul.responsive-left-menu {
    	margin-bottom: 0px;
    }
    div.responsive-left-bar ul.responsive-left-menu li {
    	list-style-type: none;
    	height: 80px;
    	border-bottom: 1px solid rgba(0,0,0,0.1);
    	padding-left: 30px;
    }
    	div.responsive-left-bar ul.responsive-left-menu li .setCenter{
			position: relative;
			top: 35%;
    	}
    	div.responsive-left-bar ul.responsive-left-menu li a {
			font-size: 14px;
			opacity: 1;
			color: #373f47;
    	}
    		div.responsive-left-bar ul.responsive-left-menu li.userOptions {
    			background-color: #373f47;
    			border-bottom: 0px none; 
    		}
	    		div.responsive-left-bar ul.responsive-left-menu li a.userOptions {
	    			color: #6C0;
	    		}
	    	div.responsive-left-bar .close-arrow {
	    		background-image: url("../img/site/responsive-menu-big-arrow.svg") !important;
				width: 20px;
				height: 20px;
				background-repeat: no-repeat;
				background-size: 100% auto;
				float: right !important;
				margin-right: 30px;
				transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				cursor: pointer !important;
	    	}
	    	div.responsive-left-bar .signIn-name a {
	    		color: #6C0;
	    		opacity: 1;
	    	} 
	    	div.responsive-left-bar .signIn-arrow {
	    		background-image: url("../img/site/responsive-menu-small-arrow.svg") !important;
				width: 7px;
				height: 20px;
				background-repeat: no-repeat;
				background-size: 100% auto;
				float: right !important;
				margin-left: 30px;
				margin-top: 5px;
				cursor: pointer !important;
	    	}
	    	div.responsive-left-bar div.leftbar-footer {
	    		position: absolute;
	    		bottom: 0;
	    		width: 100%;
	    		height:200px;
	    		display: none;
	    	}
	    		div.responsive-left-bar div.leftbar-footer div.setCenter{ 
					margin:0 auto;
					height:100%;
					display: block;
	    		}
	    			div.responsive-left-bar div.leftbar-footer div.setCenter div.company {
	    				position: absolute;
						bottom: 25px;
						display: block;
	    			}
	    			div.responsive-left-bar div.leftbar-footer div.setCenter div.leftbar-social {
	    				float: left;
						width: 90px;
						height: 20px;
						margin-top: 40px;
						display: block;
	    			}
	    				div.responsive-left-bar div.leftbar-footer div.setCenter div.leftbar-social div { 
	    					width:15px;
	    					height:15px;
	    					background-position: center center;
	    					background-repeat: no-repeat;
	    					float:left;
	    					margin: 0px 10px 0px 10px;
	    					display: block;
	    				}
							div.responsive-left-bar div.leftbar-footer div.setCenter div.leftbar-social div:first-child {
								margin-left: 0px;
							}
							div.responsive-left-bar div.leftbar-footer div.setCenter div.leftbar-social div:last-child {
								margin-right: 0px;
							}
				    			div.responsive-left-bar div.leftbar-footer div.setCenter .footer-social_facebook {
									background-image: url('../img/site/facebook-Icon.svg');
				    			}
				    			div.responsive-left-bar div.leftbar-footer div.setCenter .footer-social_linkedIn {
									background-image: url('../img/site/linkedIn-Icon.svg');
				    			}
				    			div.responsive-left-bar div.leftbar-footer div.setCenter .footer-social_instagram{
									background-image: url('../img/site/instagram-icon.svg');
				    			}
	.overlay-page {
		position: absolute;
		top: 0;
		left: 0;
		height: 100vh;
		width:100%;
		z-index: 1;
		background-color: rgba(0,0,0,0.3);
	}
	.popup-added {
		z-index: 1;
		position: absolute;
		top:50%;
		height: 310px;
		width: 500px;
		left: 0;
		right:0;
		margin: -15% auto 0 auto;
		background-color: #FFF
	}
	.popup-added.changingPassword {
		height: 350px;
	}
		.popup-added .container {
			float: left;
			width: 100%;
			height: 100%;
			text-align: center;
		}
			.popup-added .container .recoverButton {
			-webkit-transition: all 200ms ease;
			-moz-transition: all 200ms ease;
			-ms-transition: all 200ms ease;
			-o-transition: all 200ms ease;
			transition: all 200ms ease;
			width:150px;
			margin-top: 10px;
			background-color: rgb(255, 255, 255);
			border: 2px solid rgba(0, 0, 0, 0.3);
			font-size: 12px;
			color: rgb(0, 0, 0);
			padding: 10px;
			text-align: center;
			font-weight: 600;
		}
			.popup-added .container .recoverButton:hover {
				-webkit-transition: all 200ms ease;
				-moz-transition: all 200ms ease;
				-ms-transition: all 200ms ease;
				-o-transition: all 200ms ease;
				transition: all 200ms ease;
				background-color: #66CC39 !important;
				color: #FFF !important;
				border: 2px solid #66CC39 !important;
			}
		.popup-added .container .title-added {
			font-size: 18px;
			font-weight: 600;
			padding: 20px;
		}

		.popup-added .container .changePasswordText {
			padding: 20px;
			font-size: 15px;
		}
		.popup-added .container .msg {
			width: 100%;
			height: 20px;
			text-align: center;
		}
		.popup-added .container .name {
			width: 100%;
			margin-top: 20px;
			font-size: 16px;
			font-weight: 600;
			color: rgba(0, 0, 0, 0.7);
			padding: 0px 50px 0px 50px !important;
		}
		.popup-added .container .password {
			width: 80%;
			margin-top: 10px;
			margin-bottom: 5px;
			padding: 8px;
			text-align: center;
		}
		.popup-added .container .confpassword {
			width: 80%;
			margin-bottom: 20px;
			margin-top: 10px;
			padding: 8px;
			text-align: center;
		}
		
		.popup-added .container .SubmitResetPassword {
		}

/***************************************************/
/********************* content *********************/
/***************************************************/

/*SHOP*/

.menu-teste{
	float: left;
}
.prod{
	float: left;
	width: 100%;
	background-color: #f4f4f4;
}

.client_info{
	position: relative;
	margin-top: 80px;
	height: 35px;
	background-color: #f7f8f9;
	display: block;
	text-align: left;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.9px;
	padding: 23px 0 0 0;
}

.brands-glasses i{
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	font-size: 16px;
}

.brands-glasses-drop li a{
	color: #ba6812 !important;
	opacity: 0.5;
}

.brands-glasses-drop a:hover{
	opacity: 1;
}
.client_info li{
	float: inherit;
	color: #373f37;
	list-style: none;
	display: inline;
	margin-right: 8%;
	opacity: 0.6;
}

.client_info li:hover{
	opacity: 0.4;
	color: #373f37;
}
.newspage .brands{
	height: 200px;
}

.logo_shop{
	height: 50px;
	overflow: hidden;
}

header{
	width: 100%;
	height: 80px;
	line-height: 79px;
	background-color: #373F47;
	position: absolute;
}
	header img {
		width: 100px;
		float: left;
	}
		header a{
			opacity: 1;
		}
	header nav{
		width: calc(100% - 480px);
		float: left;
		text-align: center;
	}
		header nav li{
			list-style: none;
			margin-right: 47px;
			display: inline-block;
		}
			header nav li:last-child{
				margin-right: 0;
			}
			header nav li a{
				font-family: 'Lato', sans-serif;
				font-size : 12px;
				line-height : 12px;
				letter-spacing : 0.9px;
				font-weight: 900;
				color: #ba6812;
				opacity: 1;
				text-transform: uppercase;
				outline: none !important;
			}
			header nav li.menu-teste a.current { color:#ba6812 !important; opacity: 1;}
				header nav li a:hover, header nav li a:active {
					color: #ba6812 !important;
					text-decoration: none !important;
					opacity: 0.6;
				}
div.login-dropdown{
	width: 760px;
	position: absolute;
	right: 0;
	top: 80px;
	z-index: 999;
	display: none;
	line-height: 18px !important
}
	div.login-dropdown div.block{
		width: 360px;
		height: 360px;
		float: right;
		background-color: #ba6812;
	}
		div.login-dropdown div.block > div.block-container div.title, div.login-dropdown div.block > div.block-container span{
			color: #ffffff !important;
		}
		div.login-dropdown div.block:first-child{
			width: 400px;
			/*background-color: rgba(255,255,255,0.8);*/
			background: white;
		}
			div.login-dropdown div.block:first-child{
				color: #ededed;
			}
		div.login-dropdown div.block div.block-container{
			width: 100%;
			max-width: 240px;
			margin: 0 auto;
		}
			div.login-dropdown .fbbtn {
				margin-top: 40px;
			}
				div.login-dropdown .fbbtn span {
					position: relative;
					top: -8px;
					left: 10px;
				}
			div.login-dropdown div.block div.block-container ul{
				list-style: none;
			}
				div.login-dropdown div.block div.block-container ul li{
					padding: 20px 0;
					border-top: 1px solid #cccccc;
					line-height: 14px;
				}
					div.login-dropdown div.block div.block-container ul li a{
						font-family: 'Lato', sans-serif;
						font-size: 12px;
						letter-spacing: 0.9px;
						text-transform: uppercase;
						font-weight: 600;
						color: #ba6812;
					}
						div.login-dropdown div.block div.block-container ul li a:hover{
							text-decoration: none;
						}
			div.login-dropdown div.block:first-child > div.block-container{
				max-width: 320px;
			}
			div.login-dropdown div.block div.block-container div.title{
				font-family: 'Lato', sans-serif;
				padding: 65px 0px 55px 0px;
				font-weight: 900;
				font-size: 18px;
				letter-spacing: 0.9px;
				text-transform: uppercase;
			}
				div.login-dropdown div.block:first-child > div.block-container div.title{
					color: #373f47 !important;
					border-top: 1px solid rgba(0,0,0,0.1);
				}
			div.login-dropdown div.block div.block-container div.description{
				padding-bottom: 65px;
				font-family: 'Lato', sans-serif;
				font-size: 14px;
				line-height: 21px;
				color: #373f47;
				letter-spacing: 0.9px;
			}
			div.login-dropdown div.block div.block-container input{
				width: 100%;
				float: left;
				font-family: 'Lato', sans-serif;
				background-color: transparent;
				border: 0;
				font-size: 12px;
				color: #ededed;
				letter-spacing: 0.9px;
				margin-bottom: 20px;
				padding-bottom: 5px;
				border-bottom: 1px solid rgba(255,255,255,0.5);
			}
			div.login-dropdown div.block div.block-container span{
				padding-bottom: 55px;
				font-family: 'Lato', sans-serif;
				font-size: 12px;
				font-weight: 900;
				text-transform: uppercase;
				letter-spacing: 0.9px;
				cursor: pointer;
				color: #373f47;
			}
				div.login-dropdown div.block div.block-container span:hover{
					opacity: 0.8;
				}
				div.login-dropdown div.block:first-child > div.block-container span{
					color: #373f47 !important;
				}
div.store{}
	div.store div.store-image{
		width: 100%;
		height: 350px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
		div.store div.store-image div.store-image-text{
			width: 200px;
			text-align: center;
			font-family: 'Lato', sans-serif;
			font-weight: 900;
			letter-spacing: 0.9px;
			text-transform: uppercase;
			font-size: 48px;
			line-height: 48px;
			color: #ffffff;
			position: relative;
			top: 50%;
			left: 0;
			right: 0;
			margin: 0 auto;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
		}
	div.store div.search-bar{
		width: 100%;
		height: 80px;
		line-height: 79px;
		background-color: #f4f4f4;
		margin-top: 70px;
	}
		div.store div.search-bar.insideprodSearch {
			margin-top: 80px;
		}
		div.store div.search-bar div.filtros{
			font-family: 'Lato', sans-serif;	
			font-size: 12px;
			float: left;
			font-weight: 900;
			letter-spacing: 0.9px;
			text-transform: uppercase;
			color: #373f37;
		}
		div.store div.search-bar div.type-all-center{
			width: calc(100% - 100px);
			float: left;
			text-align: center;
			background-color: #f4f4f4;

		}
			div.store div.search-bar div.type-all-center div.type-glasses{
				margin-right: 20px !important;
			}
			.type-glasses{
				display:none!important;
			}
			div.store div.search-bar div.type-all-center div.type-glasses, div.store div.search-bar div.brands-glasses{
				width: 180px;
				height: 40px;
				line-height: 39px;
				text-align: center;
				margin-top: 20px;
				font-size: 13px;
				font-weight: 900;
				font-family: 'Lato', sans-serif;
				text-transform: uppercase;
				letter-spacing: 0.9px;
				display: inline-block;
				cursor: pointer;

				color: #ba6812;
				border-top: 2px solid;
				border-bottom: 2px solid;
				float: left;

			}
				div.store div.search-bar div.type-all-center div.type-glasses > ul, div.store div.search-bar div.brands-glasses > ul{
					width: 180px;
					display: none;
					list-style: none;
					background-color: #ffffff;
					text-align: center;
					position: absolute;
					z-index: 1;
				}
					div.store div.search-bar div.type-all-center div.type-glasses > ul li, div.store div.search-bar div.brands-glasses > ul li{
						width: 100%;
						opacity: 0.5;
						height: 30px;
						line-height: 30px;
					}
						div.store div.search-bar div.type-all-center div.type-glasses > ul li:hover, div.store div.search-bar div.brands-glasses > ul li:hover{
							opacity: 1;
						}
		div.store div.search-bar img{
			width: 20px;
			margin-top: 30px;
			float: right;
			cursor: pointer;
			opacity: 0.5;
		}
			div.store div.search-bar img:hover {
				opacity: 1;
			}
	div.store div.search-bar-dropdown{
		width: 100%;
		height: 80px;
		line-height: 79px;
		background-color: #f4f4f4;
		display: none;
		float: left;
	}
		.border-bottom-ededed{
			border-bottom: 1px solid #ededed;
		}
		div.store div.search-bar-dropdown input{
			width: 100%;
			height: 30px;
			background-color: white;
			font-family: 'Lato', sans-serif;
			font-size: 12px;
			letter-spacing: 0.9px;
			color: rgba(55,63,71,0.5);
			border:0;
			border: 1px solid #ba6812;
		}
	div.store a{
		opacity: 1;
	}
	.centerProdt {
		width: 80%;
	}
	div.store div.each-prod{
	font-family: 'Lato', sans-serif;
    width: 29%;
    float: left;
    background-color: white;
    margin: 2%;
    border-radius: 5px;
    padding-bottom: 40px;
	}
		div.store div.each-prod:hover{
			cursor: pointer;
		}
	div.store div.each-prod div.container-prod{
		text-align: center;
		padding-bottom: 30px;
	}
		div.store div.each-prod div.container-prod div.image{
			width: 300px;
			height: 300px;
			margin: 0 auto;
			background-size: cover !important;
			background-position: center center !important;
			background-repeat: no-repeat !important;
		}
		div.store div.each-prod div.container-prod div.ref{
			font-size : 12px;
			letter-spacing : 0.6px;
			color : rgb(55, 63, 71);
			text-align: left;
			padding-left: 35px;
		}
		div.store div.each-prod div.container-prod div.name{
			font-size : 18px;
			font-weight: 900;
			letter-spacing : 0.9px;
			color : rgb(55, 63, 71);
			text-align: left;
			padding-left: 35px;
		}
		div.store div.each-prod div.container-prod div.price{
			font-size : 18px;
			font-weight: 900;
			letter-spacing : 0.9px;
			color : rgba(55, 63, 71, 0.5);
			text-align: left;
			padding-left: 35px;
		}
		div.store div.each-prod div.container-prod img.image-prod-icons{
			width: 20px;
			margin: 30px 20px 0px 0px;
		}
			div.store div.each-prod div.container-prod img.image-prod-icons:last-child{
				margin-right: 0;
			}
		div.store div.each-prod div.container-prod div.border{
			width: 1px;
			height: 20px;
			display: inline-block;
			position: relative;
			top: 32px;
			border-left: 1px solid #EDEDED;
			left: -30px;
			float: left;
			
		}
div.register-container div.block, div.user-register-container div.block{
	width: 100%;
	float: left;
	margin-top: 45px;
	padding-bottom: 45px;
	border-bottom: 1px solid #cccccc;
}
	div.register-container div.block:last-child, div.user-register-container div.block:last-child{
		border-bottom: 1px solid transparent;
	}
	div.register-container div.block div.title, div.user-register-container div.block div.title{
		font-family: 'Lato', sans-serif;
		color: #373f47;
		letter-spacing: 0.9px;
		font-size: 18px;
		font-weight: 900;
		margin-bottom: 35px;
	}
	div.register-container div.block div.description, div.user-register-container div.block div.description{
		font-family: 'Lato', sans-serif;
		color: #373f47;
		letter-spacing: 0.9px;
		font-size: 12px;
		line-height: 18px;
	}
		div.register-container div.block div.description input[type="checkbox"], div.user-register-container div.block div.description input[type="checkbox"]{
			width: 30px;
			float: left;
		}
		div.register-container div.block div.description span, div.user-register-container div.block div.description span {
			position: relative;
			top: 12px;
		}
	div.register-container div.block div.spacer, div.user-register-container div.block div.spacer{
		width: 100%;
		height: 65px;
	}
	div.register-container div.block input[type="text"],div.register-container div.block input[type="password"], div.user-register-container div.block input[type="text"],div.user-register-container div.block input[type="password"]{
		width: 300px;
		margin-bottom: 10px;
		padding: 5px 5px 5px 15px;
		font-family: 'Lato', sans-serif;
		color: #ba6812;
		font-size: 12px;
		line-height: 24px;
		border: none;
		border-radius: 5px;
	}
		div.register-container div.block input.full-input, div.user-register-container div.block input.full-input{
			width: 100%;
		}
		div.register-container div.block input.codigo-postal, div.user-register-container div.block input.codigo-postal{
			width: 145px;
			margin-left: 2%;

		}
		div.register-container div.block input.codigo-postal-front, div.user-register-container div.block input.codigo-postal-front{
			width: 80px;
			float: right;
		}
		div.register-container div.block input.envio-postal, div.user-register-container div.block input.envio-postal{
			width: 190px;
		}
		div.register-container div.block input.envio-postal-front, div.user-register-container div.block input.envio-postal-front{
			width: 100px;
			margin-left: 1%;
		}
		div.register-container div.block input[type="submit"], div.user-register-container div.block input[type="submit"]{
			width: 240px;
			margin-bottom: 10px;
			background-color: #ffffff;
			text-align: center;
			padding: 5px 5px 5px 5px;
			font-family: 'Lato', sans-serif;
			color: #ba6812;
			font-size: 12px;
			line-height: 24px;
			font-weight: 900;
			text-transform: uppercase;
			border: 0;
			border: 1px solid #ba6812;
			border-radius: 5px;
		}
		div.register-container div.block input[type="submit"], div.user-register-container div.block input[type="submit"]:hover{
			opacity: 0.5;
}
/*****************/
/*				 */
/*				 */
/*	FAVORITES    */
/*				 */
/*				 */
/*****************/

.favorito {
	position:relative;
	float:left;
	width: 31.3%;
	margin:1%;
}
	.favorito a {
		opacity: 1;
	}

	#homepage-slideshow{
		float: left;
	}
/*****************/
/*				 */
/*				 */
/*	Login Page   */
/*				 */
/*				 */
/*****************/
div.Login-Reg-Container {
	width: 100%;
	max-width: 280px;
	margin: 120px auto;
}
	div.Login-Reg-Container .loginHeader {
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 40px;
	}
	div.Login-Reg-Container .loginRegFormPer {
		width: 100%;
		margin: 0px auto;
		text-align: center;
	}
		div.Login-Reg-Container .loginFormInputs { 
			width:100%;
			height: 40px;
			text-align: center;
			border: 2px solid rgba(0, 0, 0, 0.1) ;
		}
			div.Login-Reg-Container .loginFormInputs.last {
				margin-top:10px;
				margin-bottom: 10px;
			}
		div.Login-Reg-Container .LoginRegisterButton {
			-webkit-transition: all 200ms ease;
			-moz-transition: all 200ms ease;
			-ms-transition: all 200ms ease;
			-o-transition: all 200ms ease;
			transition: all 200ms ease;
			width:100%;
			margin-top: 10px;
			background-color: rgb(255, 255, 255);
			border: 2px solid rgba(0, 0, 0, 0.3);
			font-size: 12px;
			color: rgb(0, 0, 0);
			padding: 10px;
			text-align: center;
			font-weight: 600;
		}
	div.Login-Reg-Container div.forgotPassword {
		text-align: center;
		margin-top: 10px;
		font-weight: 600;
		cursor: pointer;
	}
	div.Login-Reg-Container .loginRegSeparator {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		margin: 20px 0px;
	}
	div.Login-Reg-Container .notRegisteredHeader {
		text-align: center;
		margin-bottom: 20px;
		font-weight: 600;
		font-size: 18px;
	}
	div.Login-Reg-Container .createAccountAdv {
		text-align: center;
		margin-top: 30px;
	}
	.LoginRegisterButton:hover {
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
		background-color: #66CC39 !important;
		color: #FFF !important;
		border: 2px solid #66CC39 !important;
	}
	.prod-title{
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 0.9px;
		color: rgb(55, 63, 71);
	}
/*********************/
/*				     */
/*	 Shopping Cart	 */
/*					 */
/*********************/
div.breadcrumobile {
	height: 60px;
	margin-top: 80px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
	div.breadcrumobile span {
		position: absolute;
		top:50%;
		transform: translateY(-25%);
		-webkit-transform: translateY(-25%);
		font-size: 12px;
		text-transform: uppercase;
	}	
	div.ProdShoppingCart {
		height: 320px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding:40px;
	}
		div.ProdShoppingCart div.grid_6_2 {
			width: 50%;
			height: 100%;
			float: left;
		}
			div.ProdShoppingCart div.grid_6_2.prodDetailHalf {
				padding-top:50px;
			}
				div.ProdShoppingCart div.grid_6_2.imageHalf div.cart-product-image {
					width: 240px;
					height: 240px;
					float: right;
					margin-right: 40px;
					background-repeat: no-repeat;
					background-position: center center;
					background-size: cover;
				}
				div.ProdShoppingCart div.grid_6_2.prodDetailHalf div.cart-product-cat.text {
					font-size: 12px;
				}
				div.ProdShoppingCart div.grid_6_2.prodDetailHalf div.cart-product-description.text {
					font-size: 24px;
					color: rgb(60, 65, 72);
				}
				div.ProdShoppingCart div.grid_6_2.prodDetailHalf div.cart-product-price.text {
					color: rgb(60, 65, 72);
					opacity: 0.5;
					font-size: 24px;
				}
				div.ProdShoppingCart div.grid_6_2.prodDetailHalf div.image-prod-icons {
					display:block !important;
					background-repeat: no-repeat;
					background-position: center center;
					background-size: cover;
					float:left;
					width:23px;
					height:20px;
					margin-top: 30px;
					cursor:pointer;
				}
				div.ProdShoppingCart div.grid_6_2.prodDetailHalf div.border {
					display:block !important;
					width:1px;
					height:30px;
					float:left;
					margin:25px 20px 0px 20px;
					border-left: 1px solid rgba(0,0,0,0.1);
				}

				div.ProdShoppingCart div.grid_6_2.prodDetailHalf div.remove-favorites {
					display:block !important;
					background-repeat: no-repeat;
					background-position: center center;
					background-size: cover;
					float:left;
					width:20px;
					height:20px;
					margin-top: 30px;
					cursor:pointer;
				}
		div.finishHalf {
			height:170px;
			float:left;
		}
		div.finishButtonHalf {
			height:170px;
			float:left;
		}
			div.finishButtonHalf .checkout-btn {
				width:240px;
				height:40px;
				transition: all 400ms ease 0s;
			    font-size: 13px;
			    padding: 10px 35px;
			    border: 1px solid #ba6812 !important;
			    background-color: #ba6812;
				color: #FFF;
			    margin-right: 20px;
			    text-transform: uppercase;
			    text-align: center;
			    margin-top: 20px;
			    cursor: pointer;
			}
				div.finishButtonHalf .checkout-btn:hover {
					transition: all 400ms ease 0s;
					color: #000;
					background-color: #FFF;
					border: 1px solid !important;
				}
			div.finishButtonHalf .removeall-btn {
				padding-left: 20px;
				margin-top: 10px;
				cursor: pointer;
			}
/*****************/
/*				 */
/* Orders Mobile */
/*				 */
/*****************/

 .setCenter.orderMobile div.title {
 	height:80px;
 	margin-top:80px;
 	position: relative;
 }
 	div.setCenter.orderMobile div.title span {
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		-webkit-transform: translateY(-50%);
		text-transform: uppercase;
		font-size: 12px;
		color: #373f47;
 	}
div.setCenter.orderMobile div.orderMobile {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
div.setCenter.orderMobile div.orderProduct {
	width: 100%;
	height: 340px;
	padding: 30px;
}
	div.setCenter.orderMobile div.orderProduct div.imageHalf{
		width: 50%;
		height: 100%;
		float: left;
		position: relative;
	}
		div.setCenter.orderMobile div.orderProduct div.imageHalf div{ 
			position: absolute;
			right:50px;
			width:240px;
			margin:0 auto;
			height:280px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}
	div.setCenter.orderMobile div.orderProduct div.detailsHalf{
		padding-top:20px;
		width: 50%;
		height: 100%;
		float: left;
	}
		div.setCenter.orderMobile div.detailsHalf div.detailsRef {
			font-size: 12px;
			color: #373f47;
		}
		div.setCenter.orderMobile div.detailsHalf div.detailsDescription {
			font-size: 24px;
			color: #373f47;
		}
		div.setCenter.orderMobile div.detailsHalf div.detailsPrice {
			font-size: 24px;
			color: #373f47;
			opacity: 0.5;
		}
	div.setCenter.orderMobile div.orderMobile div.orderDetails {
		width: 50%;
		position: relative;
		float: right;
		top: -180px;
	}
		div.setCenter.orderMobile div.orderMobile:last-child div.orderDetails {
			top:-160px;
		}
		div.setCenter.orderMobile div.orderMobile div.separator {
			width: 10px;
			border-top: 2px solid rgba(0, 0, 0, 0.2);
		}
		div.setCenter.orderMobile div.orderMobile div.dateOrder {
			margin-top: 20px;
			width: 75px;
			font-size: 12px;
		}
		div.setCenter.orderMobile div.orderMobile div.stateOfOrder {
			text-transform: uppercase;
			font-size: 12px;
			margin-top:20px;
		}
		div.setCenter.orderMobile div.orderMobile div.trackButton {
			position: relative;
			width:130px;
			height:40px;
			margin-top:20px;
			border:1px solid #373f47;
			cursor: pointer;
			-webkit-transition: all 400ms ease;
			-moz-transition: all 400ms ease;
			-ms-transition: all 400ms ease;
			-o-transition: all 400ms ease;
			transition: all 400ms ease
		}	
			div.setCenter.orderMobile div.orderMobile div.trackButton:hover {
				background-color: #6C0;
				border: 1px solid #6C0;
				-webkit-transition: all 400ms ease;
				-moz-transition: all 400ms ease;
				-ms-transition: all 400ms ease;
				-o-transition: all 400ms ease;
				transition: all 400ms ease
			}
				div.setCenter.orderMobile div.trackButton:hover > a {
					color: #FFFFFF;
				}
			div.setCenter.orderMobile div.orderMobile div.trackButton a {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-55%);
				-webkit-transform: translate(-50%,-55%);
				opacity: 1;
			}


/*****************/
/*				 */
/*				 */
/*	FOOTER       */
/*				 */
/*				 */
/*****************/
footer{
	width: 100%;
	float: left;
	height: 80px;
	line-height: 79px;
	background-color: #ededed;
}
	footer nav{

	}
		footer nav li{
			display: inline-block;
			margin-right: 80px;
		}
			footer nav li:last-child{
				margin-right: 0;
			}
			footer nav li a{
				font-family: 'Lato', sans-serif;
				text-transform: uppercase;
				color : #373F47;
				letter-spacing: 0.6px;
				font-size: 12px;
				line-height : 12px;
				opacity:1;
			}
				footer nav li a:hover{
					text-decoration: none;
					color: #000000;
					opacity: 1;
				}
	footer div.footer-social {
		float:right;
		width:90px;
		height:20px;
		margin-top:30px;
	}
		footer div.footer-social div {
			width:15px;
			height:15px;
			float: left;
			background-repeat: no-repeat;
			background-position: center center;
			margin: 0px 10px 0px 10px;
		}
			footer div.footer-social div:first-child {
				margin-left: 0px;
			}
			footer div.footer-social div:last-child {
				margin-right: 0px;
			}
				footer div.footer-social .footer-social_facebook {
					background-image: url('../img/site/facebook-Icon.svg');
				}
				footer div.footer-social .footer-social_linkedIn {
					background-image: url('../img/site/linkedIn-Icon.svg');
				}
				footer div.footer-social .footer-social_instagram {
					background-image: url('../img/site/instagram-icon.svg');
				}
/***************************************************/
/******************** 404 erro *********************/
/***************************************************/
.error-template {
	position: relative;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	width: 100%;
	color: #FFFFFF;
}	
	.error-template .content {
		width: 50%;
		padding: 60px;
		background-color: rgba(55,63,71,0.5);
		margin: 0 auto;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	}
	.error-template a {
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
	}
		.error-template a:hover {
			opacity: 0.5;
		}
/***************************************************/
/******************** pop ups **********************/
/***************************************************/
#popup_overlay{
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#popup_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../dotcontrol/img/jquery_popup/bg-jquery.alert.png');
	width: 100%;
	z-index: 99999;
}
#popup_container {
	position: relative;
	font-family: "Lato",sans-serif !important;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_title {
	font-weight: bold;
	text-align: center;
	cursor: default;
	padding: 0em;
	margin: 0em;
	margin-top:20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #373F47;
}
#popup_content {
	background: 16px 16px no-repeat url('../dotcontrol/img/jquery_popup/info.gif');
	padding: 1em 1.75em;
	margin: 0em;
}
	#popup_content.alert {background-image: url('../dotcontrol/img/jquery_popup/info.gif');}
	#popup_content.confirm {background-image: url('../dotcontrol/img/jquery_popup/important.gif');}
	#popup_content.prompt {background-image: url('../dotcontrol/img/jquery_popup/help.gif');}
#popup_message {padding-left: 48px;font-family: "Lato",sans-serif !important;font-size: 13px; }
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}
	#popup_panel .btn {
		border: 1px solid #c5c5c5;
		padding: 3px 10px 3px 10px;
		font-size: 9px;
		font-family: Tahoma;
		text-transform: uppercase;
		cursor: pointer;
	}
		#popup_panel .btn:hover {
			border: 1px solid #a5a5a5;
			color: #343434;
			padding: 3px 10px 3px 10px;
			font-size: 9px;
			font-family: Tahoma;
			text-transform: uppercase;
			cursor: pointer;
		}
#popup_prompt {margin: .5em 0em;}
.userProfile {
	position: relative;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	max-width: 950px;
	width: 100%;
	top: 60px;
}

/* LOGIN BOOKING */

.book_form{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 70px;
	width: 400px;
	background-color: 	#303030;
	border-radius: 10px;
	text-align: center;
}
.book_form h1{
	font-size: 20px;
	color: white;
	margin-bottom: 20px;
}

.book_form p{
	font-size: 15px;
	color: white;
	text-align: center;
}

.book_form_control{
	padding: 5px;
	margin-left: 5px;
	border: none;
	border-radius: 5px;
	background-color: #444;
	color: white;
}

.book_form_control_bt {
	background-color: #444;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 6px;
	margin-top: 10px;
}

.book_form_errMsg {
	color: red;
	font-size: 18px;
	text-align: center;
}