/*
@import url(http://fonts.googleapis.com/css?family=Raleway:400,600);
@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);
*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);

.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}

input[type=text],
input[type=number],
input[type=date],
input[type=email],
textarea {
	-webkit-appearance: none;
	border: 1px solid #CCC
}

.sapUiUx3OCContent {
	padding: 3%;
	overflow: auto;
}

* {
	font-family: "Lato", Arial, sans-serif;
}

html,
body {
	margin: 0;
	padding: 0;
}


body {
	background: #022a3c;
	width: 100%;
	/*
	min-width: 1024px;
	*/
	position:relative;
	
}

body.space {
	padding-top: 100px;
}

body,
input {
	font-weight: 400;
	color: #878787;
}

.inner {	
	margin: 0 auto;
	padding: 0 2%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile-menu .fa.fa-bars {
	display: block;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	position: absolute;
    right: 0em;
    top: 1em;
    padding: 0.5em;
    z-index: 999;
}

@media only screen and (min-width: 1024px) {
    .menu.min .mobile-menu .fa.fa-bars{
	    top: 0.5em;
    }
}

@media only screen and (min-width: 1024px) {
	.mobile-menu .fa.fa-bars {
		display: none;
	}	
}

.menu {
	position: fixed;
	top :0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 100;
	height: auto;	
	/*
	min-width: 1024px;
	*/
}

@media only screen and (min-width: 1024px) {
	.menu {
		background: rgba(0,0,0,0.8);
		height: 100px;
	}	
}

.menu.nothome {
	background: url(../img/bg-helix-darker.jpg) no-repeat center center
}

.menu *,.menu
{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

@media only screen and (min-width: 1024px) {
    .menu.min{
    	height: 57px;
    }

    .menu.min .logo
    {
    	height:54px;
    }
}

.menu.min .nav li
{
	margin-top:7px;
}

@media only screen and (min-width: 1024px) {
    .menu.min #searchbox {
	    top: 1em;
    }
}

.logo {
	display: block;
	outline: none;
	border: 0px;
}

@media only screen and (min-width: 1024px) {
	.logo {
		float: left;
		margin: 0 20px 0 0;
		height: 100px;
	}	
}

.bg {
	height: 520px;
	position: relative;
	overflow: hidden;
}
.bg.small {
    background: url(../img/bg-helix.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	
	height: 280px;
}
.bg.smallest {
    background: url(../img/bg-helix.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	
	height: 250px;
}

.bglab {
	background: url(../img/bglab.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.slider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
	
	z-index: 9;
}

.slider li {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
}


#slider li+li+li+li {
	display: none;
}

.slide {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/*
left: -100%;
right: 100%;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
*/
}

.slide .txt h1,
.slide .txt h2 {
    position: absolute;
    top: 150px;
    left: 10%;
}

.slide .txt .withShadow {
    text-shadow: 0 0 3px #000000;
}

@media only screen and (max-width: 414px) and (orientation : portrait){
    .slide .txt h1,
    .slide .txt h2{
        position: absolute;
        left: 0 !important;
        right: 0 !important;
        text-align: center;
        white-space: normal;
    }
    
    .slide .txt h1{
        top: 35% !important;
    }
    
    .slide .txt h2{
        top: 46% !important;
    }
}

@media only screen and (max-width: 677px) and (orientation : landscape){
    .slide .txt h1,
    .slide .txt h2{
        position: absolute;
        left: 0 !important;
        right: 0 !important;
        text-align: center;
        white-space: normal;
    }
    
    .slide .txt h1{
        top: 35% !important;
    }
    
    .slide .txt h2{
        top: 46% !important;
    }
}

.nav {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	list-style: none;
	padding: 0;
	text-align: right;
	text-decoration: none;
	margin: 0;
	display: none;
	white-space: nowrap;
}

.nav.active {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	list-style: none;
	padding: 0;
	text-align: right;
	text-decoration: none;
	margin: 0;
	display: block;
}

@media only screen and (min-width: 1024px) {
	.nav {
		float:left;
		display: block !important;
	}	
}

@media only screen and (min-width: 1050px) {
	.nav {
		font-size:14px;
	}	
}

.nav li,
.subnav li {
	display: block;
	text-align: center;
	margin: 7px 5px 7px 5px;
	font-size: 1.5em;
}

@media only screen and (min-width: 1024px) {
	.nav li {
		display: inline-block;
		margin: 2.5em 5%;
		font-size: 1em;
	}	
}

.nav li a,
.nav li.sel span 
{
	line-height: 30px;
	color: rgba(255,255, 255, 0.8);	
	text-decoration: none;
}

.nav li a:hover,
.subnav li a:hover,
.nav li.sel span,
.subnav li.sel span 
{
	color: #FFF;
	position: relative;
}

.nav li a:hover:before,
.subnav li a:hover:before,
.nav li.sel span:before,
.subnav li.sel span:before {
	position: absolute;
	bottom: -8px;
	left: 10%;
	right: 10%;
	height: 2px;
	background: #2792d4;
	content: "";
}

#searchbox {
	width: 320px;
	position: absolute;
	top: 2.5em;
	right: 5%;
	white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
    #searchbox {
        top: 3em;
        right: 15%;
    }   
}

@media only screen and (max-width: 520px) {
    #searchbox {
        display: none;
        position: static;
        height: 2em;
        width: 100%;	
    }
    
    #searchbox.active {
        display: block;
    }
}

#searchbox input[type=text] {
	margin: 0 0 0 auto;
	width: 75%;
	font-size: 16px;
	padding: 5px;
	outline: none;

}

#search-input-text {

	float: left;
	
}
#suggestSearch1{
	margin: 0 0 0 auto;
	width: 96%;
	font-size: 18px;
	padding: 5px 2%;
	outline: none;
}

#login{	
	float: right;
	font-size: 14px;
	text-align: right;
	position: relative;
	margin-top:3px;
	
}

#login a,#searchbox a,#lang {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	/* line-height: 0px; */
	padding: 0 0.5em;
}

#searchbox #user-name {
	font-size:14px;
	white-space: nowrap;
	display: none;
	position: relative;
	float: right;
	border-radius: 1em;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#searchbox #lnk-logout {
    display: none;
    position: relative;
    top: 1px;
    padding: 0.25em 0.5em !important;
    border-radius: 1em;
    float: right;
}


#lnk-logout:hover,
#user-name:hover {
    background: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 520px) {
    #searchbox #user-name {
        float: left;
    }
}

#searchbox #user-name i {
	font-size:20px;
	margin-right: 10px;
}

.loginPanel {
	position: absolute;
	top: 70px;
	right: 60px;
	display: none;
	width: 200px;
	height: auto;
	line-height: 35px;
	z-index: 1000;
}

.login-form-container{
    margin-top: 2em;
}

.menu.min .loginPanel {
	top: 50px;
}

@media only screen and (max-width: 520px) {
    .loginPanel {
        position: fixed;
        top: 1em;
        bottom: 1em;
        left: 5%;
        width: 90%;
        padding-top: 4em;
    }
}

.loginPanel.active {
	display: block;
}

.loginPanel:before {
	z-index: -1;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1a82a5;
	opacity: 0.9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

@media only screen and (max-width: 520px) {
    .loginPanel:before {
        opacity: 0.99;
    }
}

.loginPanel:after {
	position: absolute;
	content: "";
	top: -10px;
	right: 10px;
	border: 10px solid #1a82a5;
	opacity: 0.9;
	border-top: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: -1;
}

@media only screen and (max-width: 520px) {
    .loginPanel:after { 
        display: none;
    }
}

.loginPanel .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    background: #66cccc;
    z-index: 9;
    border-radius: 5px;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

@media only screen and (min-width: 520px) {
    .loginPanel .close {
        display: none;
    }
}

.loginPanel .field {
	color: #FFF;
	text-align: left;
	padding: 10px 10px 0 10px;
	font-size: 13px;
	position: relative;
}

#login .loginPanel .field input[type=text],
#login .loginPanel .field input[type=password] {
	width: 100%;
	border: 0;
	padding: 5px 10px;
	position: relative;
	padding-left: 25px;
	/* -webkit-border-radius: 5px; */
	/* border-radius: 5px; */
	outline: none;
	font-size: 12px;
	background: #FFF;
	background: rgba(255, 255, 255, 0.9);
}

#login .loginPanel .fieldUser:before,
#login .loginPanel .fieldPass:before {
	content: "\f007";
	position: absolute;
	top: 12px;
	left: 10px;
	width: 24px;
	height: 24px;
	z-index: 2;
	font-family: "FontAwesome";
	color: #CCC;
	line-height: 24px;
	text-align: center;
}

#login .loginPanel .fieldPass:before {
	content: "\f084";
}

#login .loginPanel .login-actions {
	padding-bottom: 10px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;	
}

@media only screen and (max-width: 520px) {
    #login .loginPanel .login-actions {
        border: 0;
        padding-top: 2em;
    }
}    

.btnLogin,.btnProfile,.btnLogout {
	width: 75%;
	padding: 0 20px;
	display:inline-block;
	color: #FFF;
	background: #66cccc;
	margin: 0;
	cursor: pointer;
	font-size: 13px;
	margin-bottom:5px;
}

.btnLogin {
	line-height: 27px;
	text-align: left;
	padding-left: 10px;
	box-sizing: border-box;
	width: 100%;
	font-size: 12px;
}

.btnLogin:hover,.btnProfile:hover,.btnLogout:hover{
	background: #5CD4D4;
}

.btnLogin .fa {
	margin-right: 5px;
}

.home-previews {
	background: #FFF;
	width: 100%;
	overflow: hidden;
	margin: auto;
	position:relative;
	min-height: 190px;
}

.home-previews .image-preview {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-position: center center;
}

@media only screen and (min-width: 400px){
	.home-previews .image-preview {
        width: 140px;
        height: 140px;
        float: left;
        margin: 0 10px 0 0;
        padding-top: 0;
	}
}

@media only screen and (min-width: 680px){
	.home-previews .image-preview {
	    float: none;
	    margin: 0 auto;
	    
	}
}

@media only screen and (min-width: 1080px){
	.home-previews .image-preview {
	    float: left;
	    margin: 0;
	    
	}
}

.home-previews .inner {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	white-space: nowrap;
}

.home-previews .inner .text {
    white-space: normal;
}


#content {
	position: relative;
}

.previews-container {
	width: 94%;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}

.preview {
	width: 100% !important;
	display: inline-block;
	background: #f2f4f4;
	margin: 20px 1% 20px 1%;
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width: 680px) {
	.preview {
		width: 31.33333% !important;
		height: 265px;
	}
}

@media only screen and (min-width: 1080px) {
    .preview {
    	height: 140px;
    }
}

@media only screen and (max-width: 1024px) {
	.boxSliderBtn.next,
	.boxSliderBtn.prev {
		display: none !important;
	}
}

.preview h2 {
	margin: 15px 0;
	font-weight: 600;
	font-size: 16px;
	color: #6acccb;
	text-transform: uppercase;
}

.preview p {
	margin: 0;
}

.preview img {
	width: 37.5%;
	float: left;
}

.preview .text {
	padding-left: 10px;
	font-size: 13px;
	line-height: 16px;
	padding-right: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 140px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

@media only screen and (max-width: 1080px) {
	.preview .text {
		position: static;
	}
}

.preview .text:before {
	position: absolute;
	content: "";
	top: 15px;
	left: -10px;
	border: 10px solid #f2f4f4;
	border-left: 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.btnMore {
	border-radius: 5px;
	color: #6acccb;
	font-size: 13px;
	text-transform: uppercase;
	padding: 8px 10px 8px 0;
	display: inline-block;
	text-decoration: none;
	margin-left: 10px;
}

@media only screen and (min-width: 400px) {
    .btnMore {
        position: absolute;
        bottom : 0;
        left: 140px;
    }
}

@media only screen and (min-width: 680px) {
    .btnMore {
        left: auto;
        right: 10px;
        bottom: 10px;
        padding: 8px 35px 8px 0;
	    background: url(../img/seta-direita-transp.png) no-repeat center right;
    }
}

.footer {
	margin: 13px 0;
	text-align: center;
	height: 50px;
	font-size: 11px;
	font-family: "Lato", Arial, sans-serif;
	color: #999;
}

.footer h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 20px 0;
}

.footer input,
.btnSubmit {
	background: #05171f;
	border: 0;
	padding: 10px;
	color: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	outline: none;
}

.footer input {
	width: 250px;
}

.footer a {
    color: #999;
}

.btnSubmit {
	background: #148af0;
	margin-left: 10px;
}

.social {
	margin-top: 20px;
}

.social a {
	color: #FFF;
	text-decoration: none;
	font-size: 9px;
	display: inline-block;
	width: 50px;
	height: 50px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	position: relative;
	top: 0;
}

.social a,
.social a i {
	line-height: 50px;

}

.social a:hover i {
	color: transparent;
}

.social a:hover i+i {
	color: #148af0;
}

.social a:hover:before {
	content: "";
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 14px;
	right: 14px;
	background: #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.sapUiTfBrd {
	border: 0;
}



#theSuperGrid {
	position: fixed;
	top: -540px;
	bottom: 100%;
	width: 920px;
	height: 520px;
	margin: 0 auto;
	left: 50%;
	margin-left: -460px;
	background: #FFF;
	z-index:11;
	font-size: 14px;
	padding: 0;

	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#theSuperGrid.active {
	top: 50px;
	-webkit-box-shadow: 0 0 0 999px rgba(0,0,0,0.5);
	box-shadow: 0 0 0 999px rgba(0,0,0,0.5);
}

#theSuperGrid:before {
	z-index: -2;
	content: "";
	position:absolute;
	background: rgba(0,0,0,0.5);
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
}
#theSuperGrid:after {
	z-index: -1;
	content: "";
	position:absolute;
	background: #FFF;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#theSuperGrid .close,
.cartPopup .close {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 44px;
	color: #FFF;
	background: #333;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	border: 5px solid #FFF;
	border-radius: 27px;
	line-height: 44px;
	font-size: 20px;
}

#theSuperGrid .close:hover,
.cartPopup .close:hover {
	background-color: #148af0;
}

#theSuperGrid .close i,
.cartPopup .close i {
	line-height: 44px;
}


.filters {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 25%;
	overflow-y: auto;
}
	    	
.filter-name {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
}

.filter-name:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	content: "\25BC";
	font-size: 10px;
	line-height: 24px;	
}

.filter-name.opened:after {
	content: "\25B2";	
}

.filter-item {
	padding: 20px;
	z-index: 10;
	position: relative;
}

.filter-values {
	line-height: 20px;
}

.filter-value {
	padding: 3px 5px;
	cursor: pointer;
}

.filter-value.inactive {
	color: #CCC !important;
}
.filter-value.inactive span {
	/*
	text-decoration: line-through;
	*/
}

.filter-value:hover {
	background: #333;
	color: #FFF;
}

.filter-item:hover .filter-values {
	display: block;
}

.resultSearch {
	position: absolute;
	top: 0;
	left: 25%;
	right: 100px;
	text-align:center;
}

.resultSearch input[type=text] {
	padding: 5px;
	font-size: 16px;
	margin-top:58px;
	width: 80%;
	border: 1px solid #ddd;
	outline: none;
	border-radius: 3px;
	padding:10px;
}

.resultSearch input[type=text]:focus {
	border-color: #333;
}

.btn2ndSearch {
	background: #66cccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	padding: 5 30px;
	margin: 10px 0 0 10px;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
}

.btn2ndSearch i {
	line-height: 31px;
}

.resultSummary {
	/*
	position: absolute;
	top: 50px;
	left: 25%;
	font-size: 15px;
	margin-top: 5px;
	*/
	
	width: 30% !important;
	float: right;
	margin-top: 25px;
	text-align: right;
	font-size: 14px;
	font-style: italic;
}

.resultList {
	position: absolute;
	top: 80px;
	left: 25%;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	font-size: 12px;
	text-align:left;
}

.result {
	padding: 15px 10px;
	border-top: 1px solid #DDD;
	cursor:pointer;
	
	display: none;
	position: relative;
}

/*
.result:first-child {
	border-top: 0;
}
*/

.result > div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* position: relative; */
}

.resultLeft {
	float: left;
	width: 6%;
	padding: 21px 0;
}

@media (max-width: 414px){
    .resultList .resultLeft{
        margin-right: 10px;
    }
}

.resultCenter {
	float: left;
	width: 12%;
	margin-right: 2%;
}

@media (max-width: 414px){
    .resultList .resultCenter{
        display: none;
    }
}

.resultCenter img {
	max-width: 100%;
	max-height: 61px;
	vertical-align: middle;
}

.resultRight {
	float: left;
	width: 80%;
}
	    	
.result .code {
	font-size: 12px;
	/* display: inline-block; */
	/* margin-right: 20px; */
	color: #999;
	margin-top: 10px;
	font-weight: 400;
	font-style: italic;
}

.result .name {
	font-size: 14px;
	font-weight: 700;
	/* margin-bottom: 10px; */
	overflow: hidden;
	text-overflow: ellipsis; 
	float: left;
	width: 60%;
	padding-right: 5%;
	/* height: 100%; */
	margin-top: 7px;
	color: #000;
}

@media (max-width: 414px){
    .resultList .result .name{
        float: none;
        width: 100%;
    }
}

.result .group {
	font-size: 12px;
	/* display: inline-block; */
	float: left;
	width: 20%;
	line-height: 60px;
}

@media (max-width: 414px){
    .result .group {
    	line-height: 40px;
    }
}

.result .fam {
	font-size: 12px;
	display: inline-block;
}

.result .subFam {
	font-size: 12px;
	display: inline-block;
}



.prodPopup {
	position: fixed;
	top: 120px;
	left: 20%;
	right: 20%;
	background: #FFF;
	z-index: 999;
	padding: 0;
	-webkit-box-shadow: 0 0 70px 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 70px 20px rgba(0,0,0,0.5);
	box-sizing: border-box;
	bottom: 20px;
	z-index: 10;
}

.prodPopupInner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	padding: 15px 30px 30px 30px;
}

.withPic .prodPopupInner {
    right: 255px;    
}

.prodPopup .first-group {
	margin: 10px 0 10px -1%;
}

.externalLinksGroup a,
.externalLinksGroup a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px;
}
.externalLinksGroup a:hover {
	text-decoration: underline;
}

.externalLinksGroup a:active,
.externalLinksGroup a:focus {
	color: #008591;
}


.prodPopup .first-group .field {
	width: 29.33333%;
	float: left;
	margin: 10px 1% 0px 1%;
}

.prodPopup .first-group .field.large {
	width: 98%;
}

.prodPopup .group {
	width: 100%;
	margin: 10px 0;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.prodPopup .title,
.cartPopup .title {
	font-size: 16px;
	color: #303030;
	text-transform: uppercase;
}

.prodPopup .group .title {
	border-bottom: 1px solid #DDD;
	padding-bottom: 7px;
}

.prodPopup .title .label {
    float: left;
    width: 15%;
}

.prodPopup .title .value {
    float: left;
    color: #7c7c7c;
    width: 85%;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none !important;
}

.prodPopup .field {
	font-size: 13px;
	margin: 10px 0 0 0;
}

.prodPopup .field .label {
	font-weight: 400;
	display: inline-block;
	margin-right: 5px;
	color: #303030;
}

.prodPopup .field .label:after {
	content: ": ";
}

.prodPopup .field .value {
	display: inline-block;
}

.prodPopup .btns,
.cartPopup .btns,
.newmorPopup .btns {
	clear: both;
	text-align: right;
}

.prodPopup.spectro .btns {
	padding-right: 20px;
}


.prodPopup .btn,
.cartPopup .btn,
.newmorPopup .btn {
	display: inline-block;
	margin: 10px 0 0 20px;
	background: #00a5b4;
	color: #FFF;
	font-size: 15px;
	padding: 10px 20px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 300;
}

.prodPopup .btn.cancel {
	margin-left: 0;
	float: left;
}

.prodPopup .btn:hover,
.cartPopup .btn:hover {
	background: #008591;
	/* color: #000; */
}

.prodPopup .addCart,
.cartPopup .sendCart {
	background: #00a5b4;
	color: #FFF;
}

.cartPopup .sendCart {
	display: none;
}

@media (max-width: 414px){
    .cartPopup .sendCart {
        float: none;
        width: 98%;
        margin: 1em 1% !important;
        padding: 14px 0px;
        text-align: center;
    }   
}

.cartPopup .saveCart {
	float: left;
	margin-left: 0;
}

.prodPopup .addCart:hover,
.cartPopup .sendCart:hover {
	background: #008591;
	color: #FFF;
}

.cartPopup {
	display: none;
	position: fixed;
	top: 140px;
	height: 470px;  /* #RF2016 -- Era 430 */
	left: 50%;
	margin-left: -400px;
	background: #FFF;
	z-index: 10;
	padding: 20px;
	width: 760px;
	
	-webkit-box-shadow: 0 0 70px 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 70px 20px rgba(0,0,0,0.5);
}

/* #RF2016 */
.newmorPopup {
	display: none;
	position: fixed;
	top: 300px;
	height: 320px;  
	left: 50%;
	margin-left: -400px;
	background: #FFF;
	z-index: 10;
	padding: 20px;
	width: 760px;
	
	-webkit-box-shadow: 0 0 70px 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 70px 20px rgba(0,0,0,0.5);
}

.cartPopup.active {
	display: block;
}

.newmorPopup.active {
	display: block;
}

@media all and (max-width: 850px) {
    .cartPopup {
        top: 20px;
        bottom: 20px;
        left: 3%;
        right: 3%;
        margin: 0;
        height: auto;
        z-index: 99999;
        width: auto;
    }
    
    /* #RF2016 */
    .newmorPopup {
        top: 20px;
        bottom: 20px;
        left: 3%;
        right: 3%;
        margin: 0;
        height: auto;
        z-index: 99999;
        width: auto;
    }
    
    .cart .item-name {
        width: 83%;
        margin-left: 17%;
    }
    
    .cart .item-price {
        width: 83%;
        margin-left: 17%;
        float: none;
    }
}

.cart {
	font-size: 13px;
	height: 125px;
	margin-top: 10px;
	overflow-y: auto;
	/* background: #f9f9f9; */
}

@media (min-height: 321px){
    .cartPopup .cart{
        height: 175px;
        margin-bottom: 10px;
    }
}

@media (min-height: 481px){
    .cartPopup .cart{
        height: 315px;
    }
}

@media (min-height: 321px){
    .newmorPopup .cc{
        height: 175px;
        margin-bottom: 10px;
    }
}

@media (min-height: 481px){
    .newmorPopup .cc{
        height: 250px;
    }
}

.cart .item {
	padding: 10px 0;
	/* background: #fcfcfc; */
	border-bottom: 1px solid #EEE;
}

.cart .item:nth-child(odd) {
	/* background: #EEE; */
}

.cart .qt {
	float: left;
	width: 10%;
	/* font-size: 20px; */
	text-align: right;
	padding-right: 2%;
	font-weight: bold;
}
.cart .item-info {
	float: left;
	width: 5%;
	/* font-size: 20px; */
	text-align: right;
	/*padding-right: 2%;*/
	font-weight: bold;
}
@media (max-width: 480px){
    .cartPopup .cart .qt {
        display: inline-block;
        width: 25%;
        text-align: left;
        float: none;
    }
}

.cart .qt:after {
	content: " \00D7";
}

.cart .qt input {
	width: 80%;
}

.cart .item-code {
	float: left;
	width: 15%;
	font-size: 12px;
	font-style: italic;
}

@media (max-width: 480px){
    .cartPopup .cart .item-code {
        display: inline-block;
        width: 40%;
        text-align: left;
        float: none;
        white-space: nowrap;
    }
}

.cart .item-name {
	float: left;
	width: 37%;
	color: #303030;
	font-size: 11px;
}

@media (max-width: 480px){
    .cartPopup .cart .item-name {
    	float: none;
    	width: 99%;
	    margin-left: 0;
	    margin-top: 10px;
    }
}

.cart.noprice .item-name {
	width: 59%;
}

.cart .item-price,
.cart .item-uprice {
	float: left;
	width: 10%;
	text-align: right;
	padding-right: 2%;
	color: #303030;
	font-size: 11px;
}

.cart .item-uprice {
    color: #878787;
}

@media (max-width: 480px){
    .cartPopup .cart .item-price,
    .cartPopup .cart .item-uprice{
    	float: none;
    	width: 100%;
	    margin-left: 0;
	    text-align: left;
	    padding: 0;
        margin-top: 10px;
    }
}

.cart.noprice .item-price,
.cart.noprice .item-uprice{
	display: none;
}

.page {
	background: #FFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 100px 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 100px 20px rgba(0,0,0,0.5);
}

.page-main {
	width: 65%;
	margin-right: 5%;
	float: left;
}

@media only screen and (max-width: 690px) {
    .page-main {
        margin: 1em 5%;
        width: 90%;
        float: none;
    }   
}

.search .page-main {
	margin-left: 5%;
	margin-right: 0;
	float: right;
}

.page-secondary {
	width: 30%;
	float: left;
	padding-top: 30px;
}

.page-title {
	color: #227b93;
	font-size: 20px;
	margin: 20px 0 0 0;
	
	text-transform: uppercase;
}

.formWizard .page-subtitle {
	color: #000;
	text-transform: none !important;
	font-size: 12px;
	border-bottom-color: #000;
}

.page-title b {
	display: block;
	margin-top: 0.5em;
	font-size: 14px;
	color: #878787;
	font-weight: 400;
	text-transform: none;
	font-style: italic;
	cursor: pointer;
}
.page-title b span {
	font-weight: 400;
}
	
.page-title b span:first-child {
	color: #CCC;
}

.page-title.search {
	float:left;
	width: 70%;
	font-size: 16px;
	text-transform: uppercase;
}

.page-subtitle {
	color: #2792d4;
	border-bottom: 1px solid #2792d4;
	text-transform: uppercase;
	font-size: 15px;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
}

.page p.first {
	text-transform: uppercase;
	color: #86b4be;
	font-size: 32px;
	line-height: 120%;
	border-top: 1px solid #b4d0d7;
	border-bottom: 1px solid #b4d0d7;
	padding: 20px 0;
	margin: 20px 0;
}

.page p {
	font-size: 14px;
	line-height: 180%;
}
/*
input[type=radio],
input[type=checkbox] {
	display: none;
}
*/

input[type=radio]+label,
input[type=checkbox]+label {
	display: inline-block;
	padding-left: 1.75em;
	position: relative;
	margin: 0.5em 0;
	cursor: pointer;
}

input[type=radio]+label:before,
input[type=checkbox]+label:before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	left: 0;
	background: #FFF;
}

input[type=radio]+label:hover:before,
input[type=checkbox]+label:hover:before {
	background: #EEE;
}

input[type=checkbox]+label:before {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

input[type=radio]+label:before {
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

input[type=radio]:checked+label:after,
input[type=checkbox]:checked+label:after {
	content: "\f00c";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 1px;
	border-radius: 2px;
	color: #333;
	font-family: FontAwesome;
	line-height: 16px;
}

input[type=radio]:checked+label:after {
	border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
}


.page .resultSearch,
.page .resultList,
.page .filters {
	position: static !important;
	width: 100% !important;
}

.page .filters {
	margin-top: 20px;
}

.page .results {
	margin-top: 20px;
}

.page .result {
	padding: 10px 0;
}

.page .result:hover {
	background: #f4f4f4 !important;
}

.page .filter-name {
	padding-bottom: 5px;
	cursor: pointer;
}

.page .filter-item {
	padding: 0 20px;
	margin: 10px 0;
	/*
	background: #F4F4F4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
}

.page .filter-value {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	color: #333;
}

.page .filter-value:before {
	content: "\f00c";
	font-family: "FontAwesome";
	margin-right: 5px;
	width: 1em;
	display: inline-block;
	text-align: center;
}
.page .filter-value.inactive:before {
	content: "\f00d";
}

.page .filter-value:hover {
	background: #022a3c;
	color: #FFF;
}

.page .resultlist {
	font-size: 13px;
}

.page .page-title span {
	font-weight: 600;
}

.page-secondary .btn2ndSearch {
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	padding: 0;
	margin: 9px 0 0 0;
	width: 15%;
	text-align: center;
	float: right;
}

.page-secondary .resultSearch input[type=text] {
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px 0 0 5px;
	border-right: 0;
}

.page-secondary .resultSearch input[type=text]:focus {
	border-color: #66cccc;
}

.group-name {
	display:none;
	font-size: 150%;
	color: #2792d4;
	text-transform: uppercase;
	font-weight: 700;
	margin: 15px 0 10px 0;
	border-bottom: 2px solid #2792d4;
	padding-bottom: 10px;
}

.group-name span {
	color: #CCC;
}

.group-name i {
	margin-right: 10px;
}

.fieldr {
	margin: 10px 0;
}

.fieldr .label {
	position: relative;
	display: inline-block;
}

.fieldr .label.mandatory:after {
	content: "*";
	/*
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -15px;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #e74c3c;
	*/
}

.lblMandatorios {
	font-style: italic;
}

.fieldr input[type=text],
.fieldr input[type=password]{
	display: block;
	width: 70%;
	padding: 3px;
	border: 1px solid #CCC;
	outline: none;
	font-size: 13px;
}

@media only screen and (max-width:680px) {
    .fieldr input[type=text],
    .fieldr input[type=password]{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }  
}

.fieldr input[type=text]:focus,
.fieldr input[type=password]:focus {
	border-color: #1abc9c;
}

.fieldr input[type=checkbox],
.fieldr input[type=radio] {
	display: inline-block;
}

.btnRegister {
	width: auto;
	display: inline-block;
	padding: 10px 20px;
	color: #FFF;
	background: #66cccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0;
	cursor: pointer;
	font-size: 12px;
}

.fieldr input.regerror {
	border: 2px solid #e74c3c;
}
.register .label
{
	font-size: 12px;
	margin-bottom: 5px;
}
.preview-popup
{
	position: fixed;
	left: 50%;
	max-width: 700px;
	margin-left: -350px;
	
	top:-400px;
	margin-top:0;
	height:340px;
	
	opacity: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	background-color:rgba(255,255,255,0.95);  	    		
	border:1px solid #eee;
	border-radius:5px;
	padding:20px;
	
	z-index: 11;
	
	-webkit-box-shadow: none;
	box-shadow: none; 
	
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

@media only screen and (max-width: 740px) {
	.preview-popup {
		position: fixed;
		  top: 1em !important;
		  bottom: 1em;
		  left: 5%;
		  right: 5%;
		  width: 90%;
		  margin: 0;
		  height: auto;
		    display: none;
	}
	.preview-popup.active {
		z-index: 1001;
		display: block;
	}
}

.preview-popup.active {
	top:150px;	
	opacity: 1;
	-webkit-box-shadow: 0 0 0 9999px rgba(0,0,0,0.5);
	box-shadow: 0 0 0 9999px rgba(0,0,0,0.5); 
}

.preview-popup .popup-content {
    position: absolute;
    top: 2%;
    bottom: 2%;
    left: 2%;
    right: 2%;
    overflow: auto;
}
@media only screen and (min-width: 740px) {
    .preview-popup .popup-content {
        position: static;
    }
}

.image-preview
{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;

}
.popup-area-left
{
	float:left;
	width:300px;
}

.popup-area-right
{
	float:left;				
	padding-left: 20px;
	width:300px;
}

@media only screen and (max-width: 740px) {
    .popup-area-left {
        float: none;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .popup-area-right {
        float: none;
        padding: 0;
        width: 100%;
        margin: 1em 0;
    }
}

.popup-image
{	
	width:300px;
	height:300px;	
	background-position:center;
	background-repeat:no-repeat;
	border-radius:3px;
    -webkit-background-size: contain;	
    -moz-background-size: contain;	
    -ms-background-size: contain;	
    -o-background-size: contain;	
    background-size: contain;	
}
.popup-title
{
	font-size:24px;		
	font-weight:bold;
	margin-bottom:15px;		
}

.popup-close,
.promotionPopup-close,
.popup-close_nm {
	z-index: 1;
	position: absolute;
	right: -12px;
	top: -12px;
	color: #FFF;
	font-size: 14px;
	background: #111;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 2px solid #FFF;
	cursor: pointer;
}

.popup-close .fa-close,
.popup-close_nm .fa-close {
	line-height: 38px;
}

.popup-close:hover,
.popup-close_nm:hover
{
	background: #333;	
}

.popup-desc-small {
	margin-bottom: 15px;		
}

.popup-desc {
	overflow: auto;
	max-height: 198px;
}

.search-popup
{
	display:none;
	position:absolute;
	top: 145px;
	left: 50%;
	width: 800px;	
	z-index:9;	
	box-shadow:0px 5px 5px 0px #000;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
	
	margin-left: -400px;
}

@media only screen and (max-width: 801px) {
    .search-popup {
        width: 90%;
		left: 5%;
		right: 5%;
		margin: 0;
	}
}

.search-popup.fixed {
	display: block !important;
}
/*
.menu.min + .search-popup
{	
	top: 70px;
}

.menu.min + .search-popup::before
{	
	top: -15px;
	border-top:0px;
}
*/

.search-header
{
	display: none;
	background-color:rgba(0,0,0,0.8);
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	height:50px;
}
.search-content
{
	position:absolute;
	margin:1px;
	width:100%;
	margin:auto;
	height: 90px;
	background-color:#f8f8f8;
	/* -webkit-border-radius: 0 0 5px 5px; */
	/* border-radius: 5px; */
}
/*
.search-popup::before
{
	content:"";
	position:absolute;
	left: 10px;
	top:-15px;
	border:15px solid transparent;
	border-bottom: 15px solid #f8f8f8;
	width:0px;
	height:0px;
	border-top:0px;
	
	
}
*/
.search-popup .search-content #search-input {
	font-size:14px;
	width: 92%; 
	margin:25px 4%;
	padding: 10px;
	padding-left: 20px;
	border:1px solid #ddd;
	outline: none;
	
}
.search-popup .search-content #search-input:focus {
	border-color: #CCC;
}

.search-input-label
{
	margin-left:30px;
    display: none;	
}
.search-popup a
{
	color:#888;
}

/*
.search-icon {
    position: absolute;
    top: 36px;
    left: 45px;
    font-size: 17px;
    color: #dfdfdf;
}
*/

.search-header i
{
	margin-top:15px;
	margin-left:27px;
	font-size:20px;
	color:#efefef;	
}
#search-cart-num
{
	color:#fff;	
}
.search-view-cart {
	float: right;
	font-size: 24px;
	color: #FFF;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #999;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.new-mor-cart {
	float: right;
	font-size: 24px;
	color: #008591;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #999;
	display: inline-block;
	cursor: pointer;
	position: relative;
}


@media only screen and (max-width: 520px) {
    .search-view-cart {
        border: 0;
    }   
}

.search-view-cart:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;	
	margin-top: 0;
	margin-left: 0;
	background: rgba(255, 255, 255, 0.2);
	z-index: -1;
	
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.search-view-cart:hover:after {
	width: 34px;
	height: 34px;
	margin-top: -17px;
	margin-left: -10px;
}

.btnAddMultipleToCart {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #66cccc;
	padding: 5 10px;
	margin: 10px 0 0 0;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	
	display: none;
	float: right !important;
}

.btnAddMultipleToCart:after {
    content: "\f07a";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #BABABA;
    border: 1px solid #DDD;
    padding: 7px 8px 7px 6px;
    position: relative;
    top: 2px;
}

.noresults {
	display: none;
}


.breadcrumb {
	margin: 25px 0 0 0;
	font-size: 14px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 20px;
	color: #DDD;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
	color: #999;
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
	color: #111;
}

.currentPlace {
	font-weight: bold;
	color: #333;
}

.loader,
.loaderAlt {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	display: none;
}

.loader svg,
.loaderAlt .loaderInner {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -55px;
	padding: 20px;
	background: #66cccc;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
	text-align: center;
	color: #FFF;
	font-style: italic;
}

.loader svg rect {
	fill: #FFF;
}

.price {
    position: absolute;
    top: 10px;
    right: 0;
    white-space: nowrap;
    font-weight: 600;
}

@media (max-width: 414px){
    .resultList .price{
        float: none;
    }   
}

.price:after {
	content: " \20AC";
}

.oldPrice:after {
  	content: " \20AC";  
}

.price .oldPrice {
    /*
    text-decoration: line-through;
    */
    font-weight: 400;
    color: #AAA;
    position: relative;
    margin-right: 10px;
}

.price .oldPrice:before {
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    top: 7px;
    height: 1px;
    background: #c0392b;
}

.item-del {
    width: 5%;
    float: left;
    text-align: center;
}

@media (max-width: 480px){
    .cartPopup .item-del{
        float: right;
        width: 10%;
        margin-right: 10px;
    }
}

.item-del span {
    background: #333;
    color: #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 21px;
    cursor: pointer;
}

.search-header > a {
	display: none;
	/* Enconder icones quando o user  nao esta logado. */
	/* Os icones aparecem via JS */
}

.top-prod a,
.top-ten a  {
	color: inherit;
	text-decoration: none;
}

.top-prod a:hover,
.top-ten a:hover {
	text-decoration: underline;
}

.page-search-keywords {
	display: none;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	
	text-align: center;
}

.page-search-keywords > span {
	position: relative;
	float: left;
	width: auto;
	margin: 3px 6px;
	padding: 2px 10px;
	
	background: #BBB;
	color: #FFF;
	font-weight: bold;
	
	padding-left: 22px;
	
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    
    cursor: pointer;
}

.page-search-keywords > span:after {
	position: absolute;
	content: "\f00d";
	font-family:"FontAwesome"; 
	width: 20px;
	height: 20px;
	left: 0;
    z-index: 2;
    top: 3px;
}

.page-search-keywords span:hover {
	background-color: #e58028;
	color: #FFF;
}

#customAlertPopup,
#customConfirmPopup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	display: none;
}

#customAlertPopup.active,
#customConfirmPopup.active {
	display: block;
}

.customAlertPopupContent,
.customConfirmPopupContent {
	position: fixed;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top: 80px;
	background: #FFF;
	border: 1px solid #333;
	z-index: 2;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
}

@media (min-height: 321px){
    .customAlertPopupContent,
    .customConfirmPopupContent {
    	top: 150px;
    }
}

@media only screen and (max-width: 540px) {
	.customAlertPopupContent,
	.customConfirmPopupContent {
		transform: none;
		margin: 0;
		left: 5%;
		width: 90%;
	}
}

.customAlertPopupOverlay,
.customConfirmPopupOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(0,0,0,0.5);
}

.customAlertPopupTitle,
.customConfirmPopupTitle {
    background: #303030;
    color: #FFF;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

.customAlertPopupMsg,
.customConfirmPopupMsg {
    margin: 20px 10px 0 10px;
	
    font-size: 15px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
    font-style: italic;
    color: #303030;
}

.customAlertPopupBtnClose,
.customConfirmPopupBtnClose {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 26px;
    height: 26px;
    background: #333;
    color: #FFF;
    text-align: center;
    line-height: 26px;
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid #FFF;
}

.customAlertPopupBtnOk,
.customConfirmPopupBtnOk,
.customConfirmPopupBtnCancel{
	background: #00a5b4;
	width: 100px;
	text-align: center;
	margin: 10px 10px 10px auto;
	padding: 10px 0;
	color: #FFF;
	/* border-radius: 5px; */
	float: right;
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
	z-index: 999999;
	font-size: 10px;
}

#productsLink {
	cursor: pointer;
}

.campanha-left,
.campanha-right {
	width: 50%;
	float: left;
}

.campanha-right {
	margin-top: 20px;
}


.owl-buttons {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -20px;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
	background: #66cccc;
	background: rgba(102, 204, 204, 0.25);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	margin: 0 10px;
}

.owl-buttons .owl-prev i,
.owl-buttons .owl-next i {
	line-height: 42px;
}

.owl-buttons .owl-prev {
	float: left;	
}

.owl-buttons .owl-next {
	float: right;	
}

.top10list {
	padding-left: 30px;
	padding-right: 5px;	
}

.resultActions {
    background: #f9f9f9;
    margin-top: 20px;
    height: 57px;
    margin-bottom: 20px;
}

.prevSearch, .nextSearch, .whereAmI {
    display: inline-block;
}

.prevSearch, .nextSearch {
    margin: 10px;
    padding: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCC;
    border-radius: 50%;
    line-height: 12px;
    cursor: pointer;
}
.prevSearch:hover,
.nextSearch:hover {
    background: #EEE;
}

.whereAmI {
    color: #66cccc;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 30px;
    font-weight: 700;
}

.paginator {
    display: inline-block;
    width: auto;
}

.areaLogout .btnLogout {
	width: auto;
	padding: 10px 30px;
	margin: 20px 0;
	border-radius: 5px;
}

.cross-selling {
	margin-bottom: 50px;
}

ol.crossSelling {
    list-style: none;
    padding: 0;
    margin: 0 -2%;
}

.crossSelling li {
    display: block;
    float: left;
    width: 21%;
    overflow: hidden;
    margin: 0 2%;
}

@media all and (max-width: 520px) {
    .crossSelling li {
        width: 46%;       
    }
}

@media all and (max-width: 420px) {
    .crossSelling li {
        width: 96%;       
    }
}

.cs-itemName {
	color: #303030;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 12px;
}

.cross-selling h1 {
	color: #828484;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 20px 0;
	margin: 50px 0 20px 0;
	font-weight: 400;
}

.cross-selling a {
	text-decoration: none;
    color: #333;
    font-weight: bold;
}

.cross-selling a img {
	max-width: 100%;
	max-height: 61px;
	margin: auto;
}

.cs-marca {
	color: #b2b2b2;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cs-img {
	width: 90%;
	height: 0;
	padding-top: 50%;
	position: relative;
}

@media (max-width: 420px){
    .cs-img {
    	width: 80px;
    	height: 65;
    	padding-top: 0;
    	position: relative;
	    margin: 0 auto;
    }
}

.cs-img .in {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.cs-img .in img {
    max-width: 80px;
    max-height: 65px;
}

.cs-itemName {
	color: #303030;
	fontsize: 14px;
}

.cs-itemCode,
.cs-itemPrice {
	color: #b2b2b2;
	font-size: 12px;
	font-style: italic;
	margin: 10px 0;
	width: 70%;
	float: left;
}

.cs-itemPrice {
    width: 30%;
    float: right;
    text-align: right;  
}

.cs-check {
    float: left;
    margin: 14px 10px 0 0;
}

.splash {
	position: absolute;
	top: 250px;
	left: 11%;
}

@media only screen and (max-width: 520px) {
	.splash {
		left: 0;
		right: 0;
		text-align: center;
	}
	
	.splash img {
		max-width: 100%;
	}
}

.top-section {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
	background: url(../img/logo-popup.png) no-repeat top  right;
	padding-top: 10px;
}

.facebook-icon {
	color: #303030;
	font-size: 30px;
	margin-top: 10px;
}

@media only screen and (max-width: 520px) {
    .facebook-icon {
        float: left;
        margin: -5px 2% 20px 0;
    }   
}

.inner-secondary a {
	color: #303030;
	font-weight: 800;
	text-decoration: none;
}

.inner-secondary a:hover {
	text-decoration: underline;
}

span.disp {
	display: inline-block;
	padding: 3px 0;
	/* background: #fbfbfb; */
	position: relative;
	/* top: 0px; */
	margin-left: 10px;
	/* border-radius: 10px; */
	color: #999;
	position: absolute;
	bottom: 0;
	right: 0;
	font-style: normal;
}

span.disp b {
	margin-left: 5px;
	display: none;
}

a.btnVerPedidos {
	/* text-decoration: none; */
	color: #303030;
}

.ui-menu-item {
	font-size: 14px;
}

.ui-menu-item:hover {
	color: #FFF !important;
	background: #66cccc !important;
	border-color: #66cccc;
}

ul.relatedDocs {
	width: 100%;
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
}

ul.relatedDocs li {
	padding: 5px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.relatedDocs li a,
ul.relatedDocs li a:visited {
	color: #00a5b4;
	font-weight: 700;
}

.filterTitle {
    padding: 5px;
    color: #000;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 35px;
    font-size: 11px;
}


.filterTitle.wChildren.selected + .filterItems{
    margin-left: 1em;
}

ul li.filterTitle {
    font-size: 11px !important;
}

.filterTitle .chev {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    margin-top: -5px;
    right: 1em;
    opacity: 0.5;
}

.filterTitle.selected {
    color: #227991 !important;
    font-weight: bold;
    text-decoration: underline;
}

.newFilters {
    padding-left: 1em;
}

.filterItems {
    display: none;
}

.filterItems .filterTitle {
    color: rgba(0,0,0,0.8);
    padding-left: 1em;
	padding-top: 5px;
}

.filterItems .filterTitle {
    padding-left: 1em;
    margin-left: 1em;
}

.filterItems .filterItems .filterTitle {
    color: rgba(0,0,0,0.6);
    padding-left: 1em;
    margin-left: 2em;
}

.filterItems .filterItems .filterItems .filterTitle {
    color: rgba(0,0,0,0.5);
    padding-left: 1em;
    margin-left: 3em;
}

.filterItems .filterItems .filterItems .filterItems .filterTitle {
    color: rgba(0,0,0,0.4);
    padding-left: 1em;
    margin-left: 4em;
}

.specs .specline:nth-child(odd) {
	background: #EEE;
}

.specs .specline div {
	float: left;
	width: 30%;
  	font-size: 14px;
  	font-weight: 400;
  }
.specs .specline div+div {
	width: 70%;
}

.popupBack {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	display: none !important;
}

.popupBackCart {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background: rgba(255, 255, 0, 0.5);
	
	display: none !important;
}

.cartTotalLabel {
    width: 40%;
    float: left;
    padding-left: 3%;
    margin-left: 5px;
}

.cartSubTotalValue,
.cartIvaValue,
.cartTotalValue {
    width: 40%;
    float: right;
    text-align: right;
}

.cartSubTotalValue:after,
.cartIvaValue:after,
.cartTotalValue:after {
	content: " \20AC";
}

.cartTotals {
    padding: 5px 2%;
    color: #000;
    font-size: 11px;
}

.cartTotalValue,
.cartTotalLabel.alt {
    font-weight: bold;
}

.linhaIva {
	color: #878787;	
}

/* #RF2016 */
.linhaExpense , .linhaExpenseIce {
	color: #878787;	
}

/* #RF2016 */
.cartExpenseValue, .cartExpenseIceValue {
    width: 40%;
    float: right;
    text-align: right;
}

/* #RF2016 */
.cartExpenseValue:after , .cartExpenseIceValue:after {
	content: " \20AC";
}





.result .code,
.cs-marca,
.cs-itemCode, .cs-itemPrice,
.cs-marca {
  font-size: 10px !important;
}

.btnMore,
.search .page-tertiary,
.page .resultlist,
.prodPopup .field,
.order-line,
.user-account table {
  font-size: 11px !important;
}

.page p,
.preview .text,
.search .page-tertiary,
.resultSummary,
.result .name,
.whereAmI,
.btnAddMultipleToCart,
.cs-itemName,
.newFilters .filter,
.prodPopup .title,
.cartPopup .title,
.specs .specline div,
.relatedDocs li,
.cross-selling h1 {
  font-size: 12px !important;
}

.about li,
.preview h2,
.popup-desc-small,
.popup-desc,
.secondary-enzy,
.search .page-tertiary h1,
.page-title.search,
.btnVerPedidos,
.areaAprovadores .ml {
  font-size: 14px !important;
}

.page-title,
.secondary-title,
.email {
  font-size: 18px !important;
}

.email a {
    text-decoration: none;
    color: #6acccb;
}

.popup-title {
  font-size: 22px !important;
}

.result .name {
  color: #323232 !important;
}

.promotionsList .item span {
  font-size: 100% !important;
}

.top-section {
  background-size: 7% !important;
}

.order-header {
  font-size: 70% !important;
}

.langBar > div {
    display: inline-block;
    white-space: nowrap;
    padding: 0 0.5em;
    cursor: pointer;
}

.langBar > div:hover {
	color: #FFF;
}
.langBar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    color: #888;
	color: rgba(255, 255, 255, 0.5);
    padding: 1em;
    font-size: 11px;
}

.addToCartFromPromo {
    text-align: right;
    border-top: 1px solid #DDD;
    padding-top: 10px;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.listAprovadoresOut
 {
	color: #333;
	text-transform: none;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-style: italic;
}

.listMoradasEntregaOut

 {
	color: #333;
	text-transform: none;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-style: italic;
}

.listMoradasEntrega
{
	max-width:80%;
}

.cartPopup .clearCart,
.cartPopup .keepShopping,
 .newmorPopup .newmorBack {
    background: #257880;
    font-size: 12px;
    position: relative;
    line-height: 18px;
    top: -2px;
}

@media (max-width: 414px){
    .cartPopup .clearCart,
    .cartPopup .keepShopping,
   .newmorPopup .newmorBack
     {
        float: left;
        width: 48%;
        margin: 0 1%;
        padding: 14px 0px;
        text-align: center;
        top: 0px;
    }   
}

.cartPopup .keepShopping,
 .newmorPopup .newmorBack
 {
    float: left;
    margin-left: 0;
}

.bc {
    text-transform: none;
    font-size: 11px;
    color: #CCC;
    margin-top: 10px;
}

.bc span {
    white-space: nowrap;
    color: #333;
    cursor: pointer;
}

.bc span:hover {
    color: #227991;
}


/** Code for hover info **/

noxdfn {
  /*background: #e9e9e9;
  border-bottom: dashed 1px rgba(0,0,0,0.8);
  padding: 0 0.4em;*/
  cursor: help;
  font-style: normal;
  position: relative;
}
noxdfn::after {
  content: attr(data-info);
  -webkit-align-content: center;
  align-content: center;
 white-space:pre;
  display: block;
  position: absolute;
  top: 22px; right: 0;
  opacity: 0;
  width: 300px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5em 0.8em;
  background: rgba(0,0,0,0.8);
  color: #fff;
  pointer-events: none; /* This prevents the box from apearing when hovered. */
  transition: opacity 250ms, top 250ms;
  z-index:9999999999999999999999999999 !important;
  
}
noxdfn::before {
  content: '';
  white-space:pre-wrap;
  display: block;
  position: absolute;
  top: 12px; right: 0px;
  opacity: 0;
  width: 0; height: 0;
  border: solid transparent 5px;
  border-bottom-color: rgba(0,0,0,0.8);
  transition: opacity 250ms, top 250ms;
}
noxdfn:hover {z-index:1000000;} /* Keeps the info boxes on top of other elements */
noxdfn:hover::after,
noxdfn:hover::before {opacity: 1;}
noxdfn:hover::after {top: 30px;}
noxdfn:hover::before {top: 20px;}
