/*.hoverEvent:hover {
    width:100% !important;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    transition: width 0.5s, height 0.5s, transform 0.5s;
    -webkit-transition: width 0.5s, height 0.6s, -webkit-transform 0.5s;

}*/

.inputSearchExtra{
    height: 30px;
    border-bottom: 1px solid #2D90CC !important;
    padding: 0 5px !important;
    color: #888888 !important;
    max-width: 100%;
    width: 100%;
    box-shadow:none !important;
    border-radius: 0px !important;
}

.btnSearch {
    position:absolute;
    top:0;
    right:5px;
}

.user-panel{
    transition: width 0.5s, height 0.5s, transform 0.5s;
    -webkit-transition: width 0.5s, height 0.6s, -webkit-transform 0.5s;
}

/*.hoverEvent:hover {
    width:100% !important;
}*/

.easy-autocomplete {
    width:calc(100%) !important;
}
.easy-autocomplete-container {
    position: relative !important;
    z-index:9999 !important;
}
.easy-autocomplete-container ul {
    width: 100%;
    float: left;
    z-index:9999;
}

.easy-autocomplete-container ul > li {
   z-index:9999;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a{
    text-decoration: none;
}

#darken{
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.9);
    z-index:9998;
    display:none;
}

.cart_account_container {
    overflow:hidden;
}

body{
	position:absolute;
	width:100%;
	height:100%;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}

body > iframe{
	display:none;
}


header{
	position:fixed;
	width:100%;
	height:100px;
	background-color:white;
	z-index:9998;
	border-bottom:2px solid #efefef;
}

.center-content{
	margin:0 auto;
	height:auto;
	width:100%;
	max-width:1400px;
}

header #category-toggle{
    float:left;
	width:0px;
    height:0px;
}

header #logo{
	float:left;
	width:200px;
	height:100%;
	background:url("../images/svg/logo.svg") 50% no-repeat;
	background-size:170px;
}

header #user-panel{
	float:right;
	margin:0;
	height:60px;
	width:420px;
    overflow:visible;
}

header #mobile-user-panel{
	float:right;
	margin:0;
	height:60px;
	width:180px;
    display:none;
}

#mobile-user-panel .panel{
    float:left;
	width:60px;
	height:60px;
    background-repeat: no-repeat;
    background-position:50%;
}

#mobile-user-panel .panel.search{
    background-image:url(../images/svg/search-ico.svg);
}
#mobile-user-panel .panel.search.selected{
    background-image:url(../images/svg/searchMobileClose-ico.svg);
}

#mobile-user-panel .panel.account{
    background-image:url(../images/svg/userMobile-ico.svg);
}
#mobile-user-panel .panel.account.selected{
    background-image:url(../images/svg/userMobileClose-ico.svg);
}

#mobile-user-panel .panel.cart{
    background-image:url(../images/svg/cart-ico.svg);
}

#mobile-search{
    position:absolute;
    top:80px;
    width:100%;
    height:auto;
    padding:20px;
    display:none;
}

#mobile-search .searchHolder{
    float:left;
    width:100%;
    margin:0 0 10px 0;
    padding:0;
}

#mobile-search .searchHolder .inputSearch{
    float:left;
    border:none;
    margin:0;
    height:70px;
    padding:0 15px;
    font-size:1.2em;
    background-color:transparent;
    border-bottom:2px solid white;
}

#mobile-search .searchHolder .inputSearch{
    width:calc(100% - 60px);
    color:white
}

#mobile-search .searchHolder .search-btn{
        float:left;
    border:none;
    margin:0;
    height:70px;
    padding:0 15px;
    font-size:1.2em;
    background-color:transparent;
    border-bottom:2px solid white;
    width:60px;
    background:url(../images/svg/searchMobile-ico.svg) 50% no-repeat;
    background-size:42px;
}


#user-panel .panel{
	float:left;
	width:33.33%;
	height:60px;
	border-right:1px solid #efefef;
    border-bottom:1px solid #efefef;
}

#user-panel .panel.selected{
    background-color:#f5f5f5;
    border-bottom:1px solid transparent;
}

#user-panel .panel.search:hover{
     background-color:transparent;
}


.panel .title{
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
	font-size:0.8em;
	padding:0 40px 0 10px;
	color:#2D90CC;
}

.panel .panel-content{
	float:left;
	width:100%;
	height:40px;
	padding:0 10px 0 10px;
	background-position:95% center;
	background-size:20px;
	background-repeat: no-repeat;
	cursor: pointer;
    z-index:9999 !important;
    position: relative;
}

#user-panel .panel.account .panel-content{
	background-image: url("../images/svg/account-ico.svg");
}

#user-panel .panel.cart .panel-content{
	background-image: url("../images/svg/cart-ico.svg");
}


.panel.search .panel-content input{
	float:left;
	margin:5px 0 0 0;
	padding:0;
	border:none;
}

.panel.search .panel-content .inputSearch{
	width:100%;
	height:30px;
	border-bottom:1px solid #2D90CC;
	padding:0 5px;
	color:#888888;
}

.panel.search .panel-content .btn {
 float:left;
	margin:5px 0 0 0;
	padding:0;
	border:none;
    width:30px;
	height:30px;
/*	margin-left:-30px;*/
	background:url("../images/svg/search-ico.svg") 50% no-repeat;
	background-size:18px;
	background-color:transparent;
	border-bottom:1px solid #2D90CC;
	cursor: pointer;
}

.panel-content p{
	float:left;
	width:100%;
	margin:5px 0 0 0;
	height:30px;
	line-height: 30px;
	font-size:0.8em;
	color:#888;
	padding:0 0 0 5px;
}

.panel.account  .panel-content p{
	color:#888;
}
/*
.panel.account  .panel-content p span{
	text-decoration: underline;
	color:#2ecc71;
}
*/
.panel.cart .panel-content p span:first-child{
	padding:4px 6px;
	color:white;
	background-color:#2ecc71;
}

header #panel-dropdown{
    position:fixed;
    width:420px;
    right:0;
    top:60px;
    height:auto;
    background-color:#f5f5f5;
    box-shadow:-4px 6px 6px rgba(0, 0, 0, 0.15);
    padding:0 0 0 0;
}

#account-options, #cart-overview{
    float:left;
    width:100%;
    height:auto;
    padding:5px;
    height:auto;
    overflow:auto;
}

#account-options ul{
	display:none;
}

#cart-overview{
    max-height:250px;
}

#account-options > a, #divLogOut > a{
    float:left;
    width:100%;
    padding:15px 15px 15px 50px;
    margin:0 0 4px 0;
    font-size:0.8em;
    color:#888;
    background-color:transparent;
    cursor:pointer;
    border:1px solid #efefef;
    background-position:8px 50%;
    background-repeat: no-repeat;
    background-size:32px;
}



#account-options > a:hover, #divLogOut > a:hover, #cart-overview .cart-item:hover{
    background-color:white;
    border:1px solid #efefef;
}

#account-options a.user{
    background-image:url(../images/svg/user-ico.svg);
}

#account-options a.rma{
    background-image:url(../images/svg/rma-ico.svg);
}

#account-options a.logout{
    background-image:url(../images/svg/logout-ico.svg);
}

#account-options h2{
    float:left;
    width:100%;
    font-weight: normal;
    margin:0;
    padding:15px 10px;
    font-size:0.8em;
    color:#888;
    text-align:center;
}

#account-options .formLogin{
    float:left;
    width:100%;
    padding:10px;
    background-color:#efefef;
    border:1px solid #d3d3d3;
}

#account-options .formLogin label{
    float:left;
    width:100%;
    margin:0 0 5px 0;
}
#account-options .formLogin label:nth-child(2){
    margin:0 0 0 0;
}

#account-options .formLogin label input{
    float:left;
    width:100%;
    margin:0;
    padding:15px 15px 15px 30px;
    border:none;
    border-bottom:1px solid #d3d3d3;
    background-color:white !important;
    color:#888 !important;
    background-repeat: no-repeat;
    background-position: 8px 50%;
}

#account-options .formLogin > input{
    float:left;
    width:100%;
    margin:10px 0 0 0;
    border:none;
    padding:15px 0;
    font-family: open sans;
    background-color: transparent;
    border:2px solid #2D90CC;
    color:#2D90CC;
    font-weight: bold;
    font-size:0.9em;
    text-align: center;
}

#account-options .formLogin > input:hover{
    background-color: #2D90CC;
    color:white;
    cursor: pointer;
}


.inputMail{
    background-image: url(../images/svg/emailInput-ico.svg) !important;
}
#account-options input[type="password"]{
    background-image: url(../images/svg/passwordInput-ico.svg);
}

#account-options .formLogin a{
    float:left;
    width:100%;
    color:#2D90CC;
    padding:10px 10px 0px 10px;
    font-size:0.8em;
    text-decoration: underline;
    text-align: center;
}

#account-options #signUp-btn{
    float:left;
    width:100%;
    text-align: center;
    padding:15px;
    color:#2ecc71;
    background-color:transparent;
    border:2px solid #2ecc71;
    font-weight: bold;
    font-size:0.9em;
}

#account-options #signUp-btn:hover{
    
    color:white;
    background-color:#2ecc71;
}

#cart-overview #cart-status{
    float:left;
    width:100%;
}

#cart-status a{
    float:left;
    width:100%;
    text-align: left;
    padding:15px;
    border:1px solid #efefef;
    font-size:0.9em;
    color:#888;
    background:url(../images/svg/fullCart-ico.svg) 95% 50% no-repeat;
    background-color:white;
}

#cart-status a:hover{
    color:#2ecc71;
    border:1px solid #2ecc71;
}

#cart-status p{
    float:left;
    margin:0;
    width:100%;
    padding:100px 20px 20px 20px;
    text-align: center;
    color:#888;
    font-size: 0.8em;
    background:url(../images/svg/sadFace-ico.svg) 50% 10px no-repeat;
    background-size:90px;
    background-color:white;
}


#cart-overview .cart-item{
    float:left;
    width:100%;
    padding:5px;
    background-color:transparent;
    border:1px solid #f5f5f5;
}


#cart-overview .cart-item a:first-child{
    float:left;
    width:80%;
    padding:0;
    color:#888;
    cursor:pointer;
}


#cart-overview .cart-item a img{
    float:left;
    width:40px;
}

#cart-overview .cart-item a .cart-item-name{
    float:left;
    width:calc(100% - 40px);
    height:40px;
    line-height: 40px;
    font-size:0.8em;
    overflow:hidden;
    padding:0 5px;
}

#cart-overview .cart-item-quantity{
    float:left;
    width:10%;
    height:40px;
    line-height: 40px;
    font-size:1em;
    text-align: center;
    background-color:#2ecc71;
    color:white;
}

#cart-overview .cart-item-remove{
    float:left;
    width:10%;
    height:40px;
    background-repeat:no-repeat;
    background-position:50%;
    background-image:url(../images/svg/trashClosed-ico.svg);
    transition:0.5s all ease;
    cursor:pointer;
}

#cart-overview .cart-item-remove:hover{
    background-image:url(../images/svg/trashOpened-ico.svg);
}

header ul{
	float:right;
	margin:0;
	clear:right;
	padding:0;
}

header ul li{
	float:left;
	width:auto;
	margin:0;
	list-style: none;
}

header ul li a{
	float:left;
	width:100%;
	padding:0 10px;
	height:40px;
	line-height:40px;
	list-style: none;
	text-decoration: none;
	color:#888888;
	border-bottom:0px solid transparent;
	transition:0.2s all ease;
	font-size:0.9em;
}

header ul li a.new-products{
	background:url(../images/svg/novidadesNotification-ico.svg) 100% 10px no-repeat;
    background-size:8px;
}

header ul li a:hover{
	color:#2D90CC;
	border-bottom:4px solid #2D90CC;
}

header ul li a.selected{
	color:#2D90CC;
	border-bottom:4px solid #2D90CC;
}

#categories{
	float:left;
	width:250px;
	height:auto;
	max-width:250px;
	margin:100px 0 0 0;
	padding:0 0 0 0;
	border-right:2px solid #efefef;
	background-color: #f8f8f8;
}

#categories ul{
    float:left;
    width:100%;
    height:auto;
    padding:0;
    margin:0;
}

#categories h1{
	float:left;
	margin:0;
	width:100%;
	text-align: left;
	font-size:1.2em;
	font-weight: 100;
	padding:15px 10px 15px 20px;
	background-color: white;
	color:#888;
	border-bottom:4px solid #efefef;
}

#categories li{
	float:left;
	width:100%;
	list-style: none;
	border-bottom:1px solid #efefef;
}

#categories li:hover{
	background-color:#2D90CC;
}

#categories li:hover span.expand-item{
	background-color:#43a5e0;
	background-position:50%;
}

#categories li > a{
	width:85%;
	float:left;
	list-style: none;
	padding:10px 20px 10px 20px;
	font-size:0.8em;
	color:#2d90cc;
	background-color:transparent;
	cursor:pointer;
}

#categories li > a.current{
	font-weight:bold;
}

#categories li a.outlet{
	font-weight: bold;
	color:#e74c3c;
}

#categories li:hover > a{
	color:#fff;
}

#categories li.expanded{
	background-color:#2D90CC;
}

#categories li.expanded > a{
	color:white;
}

#categories li span.expand-item{
	float:left;
	width:15%;
	height:40px;
	background-image:url(../images/svg/expand-ico.svg);
	background-repeat: no-repeat;
	background-position:200%;
}

#categories li.expanded span.expand-item{
	background-image:url(../images/svg/collapse-ico.svg);
	background-position:50%;
	background-color:#1c73a8;
}

#categories li.expanded:hover a{
	color:white;
}


#categories li span.expand-item:hover{
	background-color:#1c73a8;
	cursor:pointer;
}

#categories li .sub-category{
	width:100%;
	float:left;
	color:white;
	background-color:#1c73a8;
	cursor:pointer;
	display:none;
}

#categories li .sub-category:hover{
	background-color:#176798;
}

#categories li .sub-category > a{
	width:85%;
	float:left;
padding:10px 20px 10px 30px;
    font-size:0.8em;
	color:white;
	background-color:transparent;
	cursor:pointer;
}

#categories li .sub-category span.expand-item{
    background-color:#176798;
}

#categories li .sub-category .sub-sub-category{
    width:100%;
	float:left;
    padding:0;
    font-size:0.8em;
	color:white;
	background-color:#135279;
	cursor:pointer;
    display:none;
}

#categories li .sub-category .sub-sub-category a{
	width:100%;
	float:left;
padding:10px 20px 10px 40px;
	color:white;
	cursor:pointer;
}

#categories li .sub-category .sub-sub-category:hover{
	background-color:#135279;
}

#categories li .sub-category.expanded{
	background-color:#176798;
}

#categories li .sub-category span.expand-item{
    background-image:url(../images/svg/expand-ico.svg);
}

#categories li .sub-category.expanded span.expand-item{
    background-image:url(../images/svg/collapse-ico.svg);
    background-color:#135279;
}


#categories #legendas-stock{
    float:left;
    width:100%;
    height:auto;
    padding:10px;
    background-color:#efefef;
}



#categories #legendas-stock h2{
    float:left;
    width:100%;
    height:auto;
    padding:0 10px;
    color:#888;
    font-weight: lighter;
    font-size:1em;
}

#legendas-stock .stock-holder{
    float:left;
    width: 45px;
    height:45px;
    padding:12px;
    cursor: pointer;
}

#legendas-stock .stock-holder:hover{
    padding:8px;
}

.stock-holder.active{
    background-color:white;
}

#legendas-stock .stock-holder .stock{
    float:left;
    width: 100%;
    height:100%;
    border-radius:50%;
}

#legendas-stock .stock.disponivel{
	background-color:#2ecc71;
}
#legendas-stock .stock.brevemente{
	background-color:#f39c12;
}
#legendas-stock .stock.esgotado{
	background-color:#e74c3c;
}
#legendas-stock .stock.encomenda{
    background-color:#2D90CC;
}
#legendas-stock .stock.parcial{
    background:url("../images/svg/stockParcial-bg.svg") 50% no-repeat;
    background-size:100%;
}

#legendas-stock h3{
    float:left;
    width:225px;
    margin:0;
    background-color:white;
    padding:8px;
    font-size:0.9em;
    font-weight: bold;
    color:#888;
transition:1s all ease;
}

#legendas-stock p{
    float:left;
    width:225px;
    margin:0;
    padding:0 8px 8px 8px;
    font-size:0.8em;
    background-color:white;
    border-bottom:1px solid #bcbcbc;
    text-align: left;
    color:#888;

transition:1s all ease;
}

#store-status{
    float:left;
    width:100%;
    height:auto;
    padding:15px 20px;
    color:#fff;
    margin:0;
    text-align: left;
    font-size:0.8em;
    background:url("../images/svg/store-status-ico.svg") calc(100% - 20px) 50% no-repeat;
    background-size:32px;
    display:none;
}

#store-status.open{
    background-color:#2ecc71;
}
#store-status.closing{
    background-color:#f39c12;
}
#store-status.closed{
    background-color:#e74c3c;
}

#content{
	float:left;
	width:calc(100% - 250px);
	margin-top:100px;
	padding:0;
	overflow: hidden;
	min-height:1150px;
}

#lighten{
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(255, 255, 255, 0.7);
    z-index:9996;
    display:none;
}

#to-cart-popUp{
    position:fixed;
    width:60%;
    height:auto;
    left: 20%;
    top:15%;
    background-color:#efefef;
    z-index:9997;
    padding:20px;
    border:1px solid #efefef;
    box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
    display:none;
    overflow: auto;
    max-height:520px;
}

#to-cart-popUp .close-btn{
    float: right;
    height: 35px;
    width: 35px;
    margin: -20px -10px 10px 0;
    background:url("../images/svg/closeBtnGrey.svg") 50% no-repeat;
    background-size:20px;
    cursor: pointer;
}

#to-cart-popUp .cart-confirmation{
    float:left;
    width:100%;
    font-size:0.9em;
    padding:10px 10px 10px 40px;
    color:white;
    margin: 0 0 10px 0;
    text-align: left;
    background:url("../images/svg/visto-ico.svg") 10px 50% no-repeat;
    background-size:20px;
    background-color:#2ecc71;
}

#to-cart-popUp .list-product a{
    width:70%;
}

#to-cart-popUp .list-product h2{
    width:calc(100% - 110);
}
#to-cart-popUp .prices-toCart{
    width:calc(100% - 110);
float:left;
}

#to-cart-popUp .list-product .cart-item-quantity{
    float:right;
    width:20% !important;
    padding-top:15px;
}



#to-cart-popUp .list-product .cart-item-quantity .title{
    float:left;
    height:auto;
    width:100%;
    padding:0px !important;
    margin:0 !important;
    font-size:0.7em !important;
    color:#888;
    text-align:center;
}

#to-cart-popUp .list-product .cart-item-quantity input{
    float:left;
    clear:left;
    text-align: center;
    width:100%;
    margin:0;
    padding:10px;
    border:none;
    background-color:#efefef;
    color:#888;
    font-size:1em;
}

#to-cart-popUp #popUp-options{
    float:left;
    width:100%;
    padding:10px;
    background-color:#f5f5f5;
}


#to-cart-popUp p span{
    font-weight:bold;
}

#popUp-options .button{
    float:right;
    padding:10px;
    font-size:0.9em;
}


.button.to-cart{
    background-color:#2D90CC;
    color:white;
}

.button.keep-shopping{
    color:#2D90CC;
    margin-right:10px;
}

#to-cart-popUp p{
    float:left;
    width:100%;
    padding:5px 20px;
    color:#2D90CC;
    font-size:0.9em;
    text-align: left;
}

#to-cart-popUp .micro-product{
    float:left;
    width:24%;
    padding:5px;
    border:1px solid #2ecc71;
    margin:0 0.5%;
}

#to-cart-popUp .micro-product img{
    float:left;
    width:25%;
    height:auto;
    padding:2px;
}

#to-cart-popUp .micro-product h2{
    float:left;
    width:75%;
    padding:5px 10px;
    font-size:0.8em;
    text-align: left;
    margin:0;
    max-height:51px;
    overflow:hidden;
    font-weight:normal;
    color:#888;
    line-height:15px;
}

#to-cart-popUp .micro-product .prices-toCart{
    float:left;
    padding:5px;
    text-align: center;
    width:100%;
}

#to-cart-popUp .micro-product .prices-toCart .price{
    display:inline-block;
    width:100%;
    padding:5px 15px;
    text-align: center;
    font-size:0.9em;
}

#to-cart-popUp > a{
    float:left;
    width:100%;
    text-align: center;
    padding:15px 10px 5px 10px;
    margin-bottom:-10px;
    font-size:0.9em;
    text-decoration: underline;
    color:#2D90CC;
}
.aviso{
	float:left;
	width:100%;
	padding:20px 20px 20px 40px;
	background-color:#e74c3c;
	color:white;
	background-image:url("../images/svg/aviso-ico.svg");
	background-repeat: no-repeat;
	background-position: 10px 20px;
	background-size:20px;
	cursor:pointer;
	margin:0 0 0 0;
	font-size:0.9em;
	transition:margin 0.2s ease;
	box-shadow:0 8px 0px #c0392b;
}	

.aviso:hover{
	background-color:#d94131;
	margin:-7.5px 0 7.5px 0;
	background-image:url("../images/svg/avisoClose-ico.svg");
}

.alert {
    float: left;
    width: 100%;
    padding: 10px 10px 20px 10px;
    background-color: #e74c3c;
    color: white;
    background-image: url(../images/svg/aviso-ico.svg);
    background-repeat: no-repeat;
    background-position: 10px 20px;
    background-size: 20px;
    cursor: pointer;
    margin: 0 0 0 0;
    font-size: 0.9em;
    box-shadow: 0 8px 0px #c0392b;
}

.alert > label{
        border-bottom:none !important;
}

.alert:hover{
	background-color:#d94131;
	margin:-7.5px 0 7.5px 0;
	background-image:url("../images/svg/avisoClose-ico.svg");
}

#breadcrumbs{
	float:left;
	width:100%;
	background-color:#efefef;
	padding:0;
	text-align: center;
}

#breadcrumbs #crumbNavigation{
    width:auto;
    padding:15px 10px 15px 40px;
    text-align: center;
    color:#2D90CC;
    font-size:0.9em;
    background-image:url("../images/svg/breadCrumbs-ico.svg");
    background-position:  5px 50%;
    background-repeat:  no-repeat;
    background-size:28px;
    display:none;
    border-bottom:2px solid #2D90CC;
}

#breadcrumbs #crumbNavigation.selected{
    background-image:url("../images/svg/breadCrumbsClose-ico.svg");
}

#breadcrumbs .crumb{
	float:left;
	width:auto;
	padding:0 30px 0 15px;
	color:#888;
	background:url("../images/svg/crumbSeparator.svg") 100% 50% no-repeat;
	font-size:0.8em;
	height:50px;
	line-height:50px;
	text-align:left;
}

#breadcrumbs .crumb span{
    font-style: italic;
    font-weight: lighter;
}

#breadcrumbs .crumb:hover{
	text-decoration: underline;
	cursor: pointer;
}

#breadcrumbs .crumb img{
	width:30px;
	height:24px;
	margin:13px 0 0 0;
}

#breadcrumbs .crumb:last-child{
	font-weight:bold;
	color:#2D90CC;
	background:none;
	font-size:0.89em;
}

#breadcrumbs .crumb:last-child:hover{
	text-decoration: none;
	cursor:auto;
}

section#novidades > a{
	float:left;
width:100%;
text-align:center;
}

.show-all-btn{
    display:inline-block;
    width:width;
    margin:40px 0 20px 0;
    text-align: center;
    padding:20px;
    border:1px solid #2ecc71;
    font-size:0.9em;
    color:#2ecc71;
    font-weight: bold;
}

.show-all-btn:hover{
    color:white;
    background-color:#2ecc71;
}

#slideshow{
	float:left;
	width:100%;
	height:300px;
background-color:#2D90CC;
	
}

#slideshow .slide-wrapper{
	position:relative;
	height:300px;
}

#slideshow #slide-holder{
	float:left;
	width:1000%;
	height:300px;
}

#slideshow .controls{
	position:absolute;
	opacity:0;
		transition: 0.2s all ease;
	bottom:0;
	left:10px;
	display:block;
	z-index:9997;
}

#slideshow:hover .controls{
	bottom:10px;
	opacity:1;
}

.controls .slideBtn{
	float:left;
	margin:0 10px 0 0;
	width:40px;
	height:40px;
	background:url("../images/svg/slideBtn.svg") no-repeat;
	background-position:50% 50%;
	background-size:20px;
	background-color:white;
	cursor: pointer;
	display:block;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	transition:0.2s all ease;
}

#slide-holder:hover .slideBtn{
	display:block;
	
}

.controls .slideBtn.left:hover{
	background-position:35% 50%;
}

.controls .slideBtn.right:hover{
	background-position:35% 50%;
}

.controls .slideBtn.right{
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
box-shadow:0 -1px 2px rgba(0, 0, 0, 0.4);;
}


#slideshow a{
	float:left;
	width:auto;
	height:300px;
	overflow:hidden;
	padding:0;
	cursor:ew-resize;
	opacity:1;
	transition:0.2s all ease;
}

#slideshow a:hover{

	opacity:0.7;
}

#slideshow a img{
	display:inline-block;
	height:300px;
	width:auto;
}

.stock.disponivel{
	color:#2ecc71;
}
.stock.brevemente{
	color:#f39c12;
}
.stock.esgotado{
	color:#e74c3c;
}
.stock.encomenda{
    color:#2D90CC;
}

section{
	float:left;
    	width:100%;
	padding:0 0 15px 0;
	overflow:hidden;
	margin:014:13 09-11-2015;
	clear:left;
}

section h1{
	float:left;
	margin:0 0 10px 0;
	width:100%;
	font-weight: lighter;
	color:#888888;
	font-size:1.2em;
/*	border-top:1px solid #efefef;*/
	border-bottom:1px solid #efefef;
	background-repeat:no-repeat;
	background-position:15px 50%;
	background-size:32px;
	padding:0;
text-align:left;
}

section h1 p{
	float:left;
	margin:0;
	width:70%;
	line-height: 70px;
	height:70px;
	padding:0 15px 0 55px;
	font-weight: lighter;
    border-left:1px solid #888;
    background:url("../images/svg/header-decoration.svg") no-repeat 0% 50%;
    background-size:100%;
	font-size:1.2em;
}

section#promocoes{
	width:100%;
}

section#promocoes > h1{
	background-image:url(../images/svg/promotions-ico.svg);
}
section#produto-dia > h1{
	background-image:url(../images/svg/produtoDia-ico.svg);
    text-align: left;
}
section#destaques > h1{
	background-image:url(../images/svg/destaques-ico.svg);
}
section#novidades > h1{
	background-image:url(../images/svg/novidades-ico.svg);
}
section#top-sales > h1{
	background-image:url(../images/svg/topSales-ico.svg);
}

section h1 .filters{
	float:right;
	width:30%;
	height:70px;
}

.filters .filter{
	float:right;
	font-size:0.6em;
	color:#2ecc71;
	font-weight:normal;
	height:70px;
	line-height: 45px;
	padding:0;
	margin:0 16px 0 0;
	background-repeat:no-repeat;
	background-position:50% 80%;
	background-size:20px;
	border-bottom:1px solid transparent;
    	cursor: pointer;
	min-width:20px;
text-align:center;
}

.filters .filter.active{
	border-bottom:1px solid #2ecc71;
}

.filters .filter.up{
	background-image:url(../images/svg/filter-up.svg);
}

.filters .filter.down{
	background-image:url(../images/svg/filter-down.svg);
}



.product-holder{
	float:left;
	width:3000%;
	height:330px;
	cursor:ew-resize;
overflow-y:hidden;
}


.promoBtn{
	position:absolute;
	height:75px;
	width:40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size:16px;
	top: 190px;
	border:1px solid #efefef;
	background-image:url(../images/svg/slideBtn.svg);
	background-color:#efefef;
	box-shadow:0 0 6px rgba(0, 0, 0, 0.4);
    cursor:pointer;
    transition:0.2s all ease;
}

.promoBtn:hover{
    box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
}

.promoBtn.left:hover{
	background-position:35% 50%;
}

.promoBtn.right:hover{
	background-position:35% 50%;
}

.promoBtn.left{
	left:0px;
    border-top:1px solid white;
    border-right:1px solid white;
}

.promoBtn.right{
	right:0px;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    border-bottom:1px solid white;
    border-right:1px solid white;
}

.promo-product{
	float:left;
	width:600px;
	padding:5px;
	margin:15px 0px 15px 15px;
	border:1px solid #cccccc;
	overflow:hidden;
	/*background:url("/images/svg/decoracaoProduto.svg") 50% no-repeat;
    	background-size:90%;*/
}

#timer-details{
    float:left;
    width:200px;
    height:auto;
    margin:15px 0 0 0;
}

#triangle-topleft {
    float:left;
	width: 0;
	height: 0;
	border-top: 30px solid #e67e22;
	border-right: 30px solid transparent;
}

#timer-details h1{
    text-align: left;
    font-size:0.9em;
    font-weight: normal;
    border:none;
    color:white;
    padding:10px 10px 10px 50px;
    background:url("../images/svg/hourglassTimer-ico.svg") 20px 50% no-repeat;
    background-size:20px;
    background-color:#f39c12;
    margin-bottom:0px;
}

#timer-details #timer{
    float:left;
    width:100%;
    text-align: center;
    font-size:2.5em;
    font-weight:lighter;
    color:white;
    background-color:#f39c12;
    padding:0 0 0 0;
}

#timer-details #timer-bar-holder{
    float:left;
    width:100%;
    background-color:#f39c12;
    padding:0px 10px 5px 10px;
    text-align: center;
}

#timer-details #timer-bar-holder #timer-bar{
    display:inline-block;
    width:70%;
    max-width:100% !important;
    height:10px;
    background-color: #e67e22;
}

#promocoes .slide-wrapper{
	position:relative;
}

.discount{
	float:left;
	width:50px;
	height:50px;
	text-align:center;
	line-height: 50px;
	font-style: italic;
	color:white;
	font-size:1em;
	background-color:#2ecc71;
	border-radius:50%;
	margin:0 0 0 -235px;
	font-weight:normal;
opacity:0.9;
}

.campanha-icon{
    display:block;
    float:right!important;
	width:70px!important;
	height:70px!important;
    padding:0!important;
	color:white;
	font-size:1em;
	background-color:#2ecc71;
	margin:5px 0 0 -335px!important;
	font-weight:normal;
    border-radius: 50%;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
}

.list-product .campanha-icon{
    display:block;
    float:left!important;
	width:50px!important;
	height:50px!important;
	color:white;
	font-size:1em;
	background-color:#2ecc71;
	margin:-5px -50px 0 -35px!important;
    padding:0;
    border-radius: 50%;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5); 
}

.promo-product h2{
	float:right;
	width:60%;
	margin:0 0 0 0;
	padding:10px 10px 10px 0;
	font-weight: normal;
	font-size:1.2em;
	border-bottom:1px solid #cccccc;
	color:#888888;
	        height:75px;
    overflow: hidden;
    line-height:55px;
text-align:left;
}

.promo-product img{
	float:left;
	width:40%;
height:auto;
	margin:0 0 0 0;
	padding:20px;
}

.promo-product .description{
	float:right;
	width:60%;
        height:100px;
	padding:10px 10px 10px 0;
	font-size:0.8em;
	text-align: justify;
	margin:0 0 10px 0;
	color:#888888;
    overflow:hidden;
}


.promo-product .availability{
    float:right;
    width:60%;
    height:100%;
    padding:0;
    border-top:1px solid #efefef;
}

.promo-product .availability h1{
    float:left;
    width:auto;
    border:none;
    margin:0 0 0 0;
    text-align:left;
    font-size:0.8em;
    padding:10px 0;
}

.availability .stock{
	float:left;
	text-align: left;
    font-weight: bold;
	padding:10px;
	margin:0 0 0 0;
    width:auto;
    font-size:0.8em;
}

.promo-product .prices-toCart{
	float:right;
	padding:10px;
	width:100%;
	text-align:right;
	border-top:1px solid #cccccc;
}

.promo-product .prices-toCart .price{
	display:inline-block;
	padding:8px;
	border:1px solid;
	font-size:0.9em;
}

.prices-toCart .price.real{
	background-color:#2ecc71;
	border-color:#2ecc71;
	color:white;
}

.prices-toCart .price.old{
	text-decoration: line-through;
	background-color:transparent;
	border-color:#e74c3c;
	color:#e74c3c;
}
.prices-toCart .price.revenda{
	background-color:#efefef;
	border-color:#efefef;
	color:#888888;
}

.promo-product .prices-toCart .to-cart{
	float:left;
	width:auto;
	text-align: center;
	padding:8px 8px 8px 32px;
	border:1px solid #2D90CC;
	color:#2D90CC;
	font-size:0.9em;
	background-image:url("../images/svg/add-to-cart-ico.svg");
	background-repeat:no-repeat;
	background-position:5px 48%;
	background-size:26px;
}

.promo-product .prices-toCart .to-cart:hover{
	background-image:url("../images/svg/cartWhite-ico.svg");
	background-color:#2D90CC;
	color:#efefef;
	border:1px solid #2D90CC;
	cursor:pointer;
}

.normal-product{
	float:left;
	width:250px;
	padding:5px;
	margin:10px 0px 0px 10px;
	border:1px solid #cccccc;
	overflow:hidden;
}



.availability-ball{
    float:right;
    width:15px;
    height:15px;
    border-radius: 50%;
    margin:0 0 -15px 0;
}

.availability-ball.disponivel{
    background-color:#2ecc71;
}
.availability-ball.brevemente{
	background-color:#f39c12;
}
.availability-ball.esgotado{
	background-color:#e74c3c;
}
.availability-ball.encomenda{
    background-color:#2D90CC;
}

.normal-product h2{
	float:left;
	width:100%;
	margin:0 0 0 0;
	padding:10px;
	font-weight: normal;
	font-size:1em;
	color:#888888;
	height:75px;
        line-height:50px;
	text-align: center;
        overflow: hidden;
}


.normal-product .discount{
    width:50px;
	height:50px;
	line-height: 50px;
	font-size:1em;
	margin:0 0 0 -235px;
}

.normal-product img{
	float:left;
	width:70%;
	margin:0 15% 0 15%;
	padding:0px;
}

.normal-product .prices-toCart{
	float:left;
	padding:0;
	width:100%;
	text-align:center;
    font-size:0.9em;
}

.normal-product .prices-toCart .price{
	float:left;
	padding:8px;
	border:1px solid;
	font-size:1em;
	width:50%;
	margin:0 0 5px 0;
}

.normal-product .prices-toCart .price.revenda{
	background-color:#efefef;
	border-color:#efefef;
	color:#888888;
	width:100%;
}

.normal-product a .to-cart{
	float:left;
	width:100%;
	text-align: center;
	padding:8px 8px 8px 32px;
	border:1px solid #2D90CC;
	color:#2D90CC;
	font-size:0.9em;
	background-image:url("../images/svg/add-to-cart-ico.svg");
	background-repeat:no-repeat;
	background-position:13px 48%;
	background-size:28px;
}

.normal-product a .to-cart:hover{
	background-image:url("../images/svg/cartWhite-ico.svg");
	background-color:#2D90CC;
	color:#efefef;
	border:1px solid #2D90CC;
	cursor:pointer;
}

.list-product{
    float:left;
    width:100%;
    height:auto;
    padding:10px;
    border:1px solid #efefef;
    background-color:white;
overflow:hidden;
}

.list-product:nth-child(even){
    background-color:#f5f5f5;
}

.list-product a:nth-child(2){
   float:left;
width:75%;
}
.list-product a:nth-child(3){
   float:left;
width:25%;
}

.list-product img{
    float:left;
    width:90px;
    height:90px;
}

.list-product h2{
 float:left;
    width:calc(100% - 110px);
    height:45px;
    line-height: 20px;
    margin:0 0 0 10px;
    font-size:1em;
    padding:0 0px;
	font-weight: normal;
	color:#888888;
	text-align: left;
}

.list-product .discount{
    margin:0 0 0 -90px;
    height:40px;
    width:40px;
    line-height:40px;
    font-size:0.9em;
}

.list-product .prices-toCart{
    float:right;
    height:45px;
    width:calc(100% - 110px);
    padding:0;
	
    margin:0 0 0 10px;
}

.list-product .prices-toCart .price{
float:left;
    padding: 5px;
    margin:0;
}

.list-product a .to-cart{
   float:right;
    padding:10px 10px 10px 35px;
    margin:30px 0 0 0;
    font-size:0.8em;
    border:1px solid #2D90CC;
    color: #2D90CC;
background-image: url(/images/svg/add-to-cart-ico.svg);
    background-repeat: no-repeat;
    background-position:5px 48%;
    background-size:26px;vg);
*/
}

.list-product a .to-cart:hover{
	background-color:#2D90CC;
	color:#efefef;
	border:1px solid #2D90CC;
	cursor:pointer;
	background-image: url(/images/svg/cartWhite-ico.svg);
}


.list-product.descontinuado{

-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.7;

}

.list-product.descontinuado:hover{
	opacity:1;

}

.list-product.descontinuado .discount{
	display:none;
}

.list-product.descontinuado .prices-toCart .price{
	display:none;
}

.list-product.descontinuado .prices-toCart .descontinuado-message{
	display:block;
	float:left;
    padding: 5px;
    margin:0;
font-size:0.9em;
font-style:italic;
color:#888;
}

.list-product .prices-toCart .descontinuado-message{
	display:none;
}

.list-product.descontinuado a .to-cart{
	display:none;
}

.list-product.descontinuado .availability-ball{
	display:none;
}


#top-sales .normal-product:nth-child(2) h2{
    color:#D9A441;
    border-color:#D9A441;
    font-weight: bold;
}
#top-sales .normal-product:nth-child(3) h2{
    color:#CCC2C2;
    border-color:#CCC2C2;
    font-weight: bold;
}
#top-sales .normal-product:nth-child(4) h2{
    color:#965A38;
    border-color:#965A38;
    font-weight: bold;
}

#top-sales .normal-product:nth-child(2){
    border-color:#D9A441;
    background:url("../images/svg/firstPlace-pattern.svg") no-repeat;
    background-size:70px;
}

#top-sales .normal-product:nth-child(3){
    border-color:#CCC2C2;
    background:url("../images/svg/secondPlace-pattern.svg") no-repeat;
    background-size:70px;
}
#top-sales .normal-product:nth-child(4){
    border-color:#965A38;
    background:url("../images/svg/thirdPlace-pattern.svg") no-repeat;
    background-size:70px;
}

#top-sales .normal-product{
	background-position:50% 5px !important;
}

.paginacao{
    float:left;
    width:100%;
    text-align: center;
    padding:20px 0;
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
}

.paginacao a{
    display:inline-block;
    font-size:0.8em;
    padding:12px;
    background-color:#fff;
    color:#888;
    border:1px solid #888;
    cursor:pointer;
    margin: 3px;
}

.paginacao a.current-page{
    background-color:#888;
    color:white;
    border:1px solid #888;
    cursor:pointer;
}

.paginacao a:hover{
    background-color:#2ecc71;
    color:white;
    border:1px solid #2ecc71;
}


footer{
	float:left;
	width:100%;
	height:auto;
	background-color:#888888;
	overflow:hidden;
    border-top:4px solid #777777;
    padding:10px;
}

footer ul{
    float:left;
    margin:0;
    padding:20px;
    width:33%;
/*    max-width:600px;*/
    background-color:#777;
}

footer h1{
    float:left;
    width:100%;
    font-weight: normal;
    color:white;
    margin:0 0 10px 0;
    padding:10px 10px 10px 55px;
    font-size:1em;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size:32px;
}

footer ul h1{
     background-image:url("../images/svg/usefulLinks-ico.svg");
}

footer ul li{
    float:left;
    list-style: none;
    width:100%;
    margin:0;
}

footer ul li a{
    float:left;
    padding:15px;
    width:100%;
    color:#efefef;
    border:1px solid #888;
    background-color:transparent;
    text-decoration: none;
    cursor: pointer;
    font-size:0.9em;
    margin:0 0 5px 0;
}

footer ul li a:hover, footer #servicos a.servico:hover{
    color:#888;
    background-color:#efefef;
}

footer #social{
    float:left;
    margin:0 0 10px 1%;
    padding:20px;
    width:33%;
    background-color:#777;
}

footer #social h1{
     background-image:url("../images/svg/socialMedia-ico.svg");
}

#social .social-network{
	float:left;
	width:100%;
	padding:15px 0 15px 55px;
	background-repeat: no-repeat;
	background-position:10px 50%;
	background-size:32px;
    border:1px solid #888;
	margin:0 0 5px 0;
	font-size:0.9em;
	color:white;
	cursor: pointer;
}

.social-network.facebook{
	background-image:url(../images/svg/facebook-ico.svg);
}

.social-network.youtube{
	background-image:url(../images/svg/youtube-ico.svg);
}

#social .social-network.facebook:hover{
	background-color: #4968aa;
    border-color: #4968aa;
}

#social .social-network.youtube:hover{
	background-color:#d92f2e;
    border-color: #d92f2e;
}

footer #newsletter-signup{
    float:left;
    width:33%;
    margin:0 0 0 1%;
    padding:20px;
    background-color:#777777;
}

#newsletter-signup h1{
	background-image:url("../images/svg/newsletter-ico.svg");
}

#newsletter-signup {
	float:left;
	width:100%;
	height:auto;
	}

#newsletter-signup input{
	float:left;
	padding:15px;
	border:none;
}

#newsletter-signup .newsletterEmail{
	font-size:0.9em;
	color:#888888;
	margin:0;
	text-align: left;
    width:80%;
    border:1px solid white;
}
#newsletter-signup .newsletterSave{
	font-size:0.9em;
	color:white;
	background-color:transparent;
	border:1px solid #888;
    width:20%;
}

#newsletter-signup p{
	float:left;
    width:100%;
    margin:15px 0 0 0;
    padding:15px 0 0 0;
    font-size:0.8em;
    color:white;
    text-align: justify;
    border-top:1px solid #888;
}

#newsletter-signup input[type="submit"]:hover{
	background-color:#2ecc71;
    border:1px solid #2ecc71;
	cursor:pointer;
    color:white;
}

footer #servicos{
    float:right;
    margin:0 0 10px 1%;
    padding:20px;
    width:32%;
    background-color:#777;
}

footer #servicos h1{
    background-image:url("../images/svg/servicos-ico.svg");
}

footer #servicos a.servico{
	float:left;
    padding:15px;
    width:100%;
    color:#efefef;
    border:1px solid #888;
    background-color:transparent;
    text-decoration: none;
    font-size:0.9em;
    margin:0 0 5px 0;
}

footer #servicos{
	position:relative;
    float:right;
    margin:0 0 10px 1%;
    padding:20px;
    width:32%;
    background-color:#777;
}

footer #servicos h1{
    background-image:url("../images/svg/servicos-ico.svg");
}

footer #servicos a.servico{
	float:left;
    padding:15px;
    width:100%;
    color:#efefef;
    border:1px solid #888;
    background-color:transparent;
    text-decoration: none;
    font-size:0.9em;
    margin:0 0 5px 0;
}

footer #signatures{
    position:absolute;
    bottom:20px;
    width:auto;
    margin:0 0 0 0;
    text-align: right;
}

footer #signatures .sig{
    display: inline-block;
    width:80px;
    margin:0 5px 0 0;
    text-align: center;
}
footer #signatures .sig span{
    float:left;
    width:100%;
    font-size:0.7em;
    color:#efefef;
    margin:0;
    padding:5px 5px 10px 5px;
background:url("../images/svg/sigArrow.svg") no-repeat 50% 100%;
	background-size:6px;
}

footer #signatures .sig .logo{
    display:inline-block;
    width:100%;
    margin:0;
    background-color:#efefef;
    transition:0.2s ease all;
}

footer #signatures .sig .logo img{
    width:80%;
}

footer #pagamentos{
    float:right;
    margin:0px 0 10px 0;
    padding:20px;
    width:100%;
    background-color:#777;
}

footer #pagamentos h1{
    background-image:url("../images/svg/pagamentos-ico.svg");
}

footer #pagamentos .met-pagamento{
    float:left;
    padding:15px 15px 15px 50px;
    font-size:0.9em;
    background-color:white;
    color:#777;
    margin:0 5px 5px 0;
    background-repeat: no-repeat;
	background-position:5px 50%;
	background-size:40px;
}

.met-pagamento.numerario{
    background-image:url("../images/svg/numerario-ico.svg");
}
.met-pagamento.multibanco{
    background-image:url("../images/svg/multibanco-ico.svg");
}
.met-pagamento.wallet{
    background-image:url("../images/svg/wallet-ico.svg");
}
.met-pagamento.transferencia{
    background-image:url("../images/svg/tb-ico.svg");
}
.met-pagamento.visa{
    background-image:url("../images/visalogo.png");
}
.met-pagamento.paypal{
    background-image:url("../images/svg/paypal-ico.svg");
}
.met-pagamento.cobranca{
    background-image:url("../images/svg/cobranca-ico.svg");
}

/*

#categories ul li.expanded div.sub-category ul {
	display: none;
	margin-left: 20px;
    margin-top:15px;
}

#categories ul li.expanded div.sub-category span{
	display: block;
}

#categories ul li div.sub-category ul li {
	padding: 5px;
    border-bottom: none;
}

#categories ul li.expanded div.sub-category ul li a{
	padding: 0px;
	font-size: 1em;
}

.expandsub {
	color: white;
	font-size: 20px;
	float: right;
	margin-top: -5px;
	height: 27px;
	width: 27px;
	text-align: center;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*/