/*CSS Default para todas as paginas*/
/*Menu*/
#responsive {
	margin-top: 15px;
}

/*Pagina de Produto*/
.selectValueWrap {
	display: none;
}

.selectedValue {
	display: none;
}

.products div h2 {
	display: none;
	/*color: transparent;*/
}

.specification {
	font-weight: 600;
  	color: #606060;
  	margin-bottom: 10px;
}

.Tamanho {
	/*display: none;*/
	width: 45%;
  	float: left;
  	margin-right: 5%;
}

.Cor {
	/*display: none;*/
	width: 45%;
  	float: left;
  	margin-left: 5%;
}

.user-review h4, .user-review .avaliacao {
	display: none;
}

#formUserReview .close {
	display: none;
}
.share-buttons {
	display: none;
}

/*User Review*/
.header h1, .header h2, .ranking {
	display: none;
}

.rate span.star.select:before, .rate span.star.select ~ span.star:before {
	content: "";
  	color: #FFC741;
}

#formUserReview .avaliar a {
	display: none;
}

a.button.color {
	display: inline-block !important;
}

/*Produto*/
.n5colunas h2 {
	display: none;
}

.mediaholdernoimage {
	position: relative;
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	background: transparent;
  	padding: 0px;
  	border: none;
  	overflow: hidden;
}



/*Newsletter*/

.newsletter fieldset p {
	display:none !important;
}

.newsletter fieldset #newsletterClientName {
	  display: block;
    margin-top: 46px;
    margin-left: 67px;
    height: 30px;
    border: 0;
    width: 357px;
    padding-left: 10px;
    background-color: #f8d1ee;
    color: #85726b;
}


#slider_tablet {
	display: none;	
}

#slider_desktop {
	display: none;	
}

.seta_slide_mobile {
	display: none;
}

.seta_slide_tablet {
	display: none;
}

.seta_slide_desktop {
	display: none;
}

/*Media Query*/
@media (max-width: 767px) {
	#jPanelMenu-menu {
		position: absolute !important;
	}

	#jPanelMenu-menu a.current {
		background: url(home_2.png) #3acf87 50% no-repeat !important;
  		width: 83%;
	}

	.current, .menu2 > li, .menu2 > li:hover, .menu2 > li.sfHover {
		width: 100%;
	}

	.menu2 {
		max-height: 100%;
	}

	#slider_mobile {
		display: block;	
	}

	.seta_slide_mobile {
		display: block;
	}
}

@media (min-width: 768px) AND (max-width: 990px) {
	#slider_tablet {
		display: block;	
	}

	.seta_slide_tablet {
		display: block;
	}
}

@media (min-width: 991px) {
	#slider_desktop {
		display: block;	
	}

	.seta_slide_desktop {
		display: block;
	}
}

/* ============= SLIDER ================ */
/*Mobile*/
#slider_mobile {
  height:200px;
  width:200px;
  overflow:hidden;
  /*border:2px blue solid;*/
  margin: 0 auto;
}

#slider_mobile img {
  height: 200px;
  width: 200px;
  float: left;
}

#slider_mobile ul {
  list-style: none;  
  height:200px;
  width:15000px;
  position:relative;
}

#slider_mobile li {
  display: inline;
}

/*Tablet*/
#slider_tablet {
  height:800px;
  width:800px;
  overflow:hidden;
  /*border:2px blue solid;*/
  margin: 0 auto;
}

#slider_tablet img {
  height: 800px;
  width: 800px;
  float: left;
}

#slider_tablet ul {
  list-style: none;  
  height:800px;
  width:15000px;
  position:relative;
}

#slider_tablet li {
  display: inline;
}

/*Desktop*/
#slider_desktop {
  height:350px;
  width:310px;
  overflow:hidden;
  /*border:2px blue solid;*/
  margin: 0 auto;
}

#slider_desktop img {
  height: 350px;
  width: 310px;
  float: left;
}

#slider_desktop ul {
  list-style: none;  
  height:1000px;
  width:15000px;
  position:relative;
}

#slider_desktop li {
  display: inline;
}

#mouseover {
  height: 45px;
  width: 45px;
  margin: 50px;
  background-color: #ccc;
}

#slider_btns {
  list-style: none;
  width: 200px;
  text-align: center;
}

#slider_btns li {
  display: inline-block;
  background: #ebebeb;
  height: 15px;
  width: 15px;
  margin: 5px;
  border: 2px solid silver;
  border-radius: 50%;
  cursor: pointer;
}

#slider_btns li.active {
  border-color: red;
}

.buttonBox span, .buttonBox ul {
  float: left;
}

.buttonBox span {
  display: inline-block;
  font-family: sans-serif;
  padding: 5px;
  cursor: pointer;
}

/* ==== Vitrine ==== */
.products .main .searchResultsTime {
	display: none;
}

.products .main .sub .orderBy label {
	display: none;
}

.products .main .sub .orderBy:last {
	display: none;
}

.products .main .sub .filterBy {
	display: none;
}

.products .main .sub .compare {
	display: none;
}

.products .main .vitrine .pager.top, .products .main .vitrine .pager.bottom {
	display: none;
}

.products .main .vitrine .sub, .products .main .vitrine .searchResultsTime {
	display: none;
}

.prateleira {
	float: left;
  	width: 100%;
}

.select-ordenacao {
	  border: 1px solid #cccccc;
    border-radius: 3px;
  	display: block;
  	white-space: nowrap;
  	overflow: hidden;
  	margin: 0 10px 0 0;
  	font-size: 13px;
  	line-height: 28px;
  	color: #333333;
  	min-height: 28px;
  	font-weight: 600;
    text-align: right;
}

.select-ordenacao option {
	color: #999;
	background-color: #e9e9e9;
}

.select-ordenacao option:hover {
	color: #fff;
	background: #c0c0c0;
}