/* altera o cshometab, vinha do modulo do darlei */
.title{
	text-transform: uppercase;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.image_height{
  min-height: 235px;
}

.image_height_slider {
  min-height: 189px;
}

#flutuante2{
  background:rgb(255, 255, 255 , 0);
}

#button_home_color_bg{
  background: black;
}

#drop_user_alexia{
  margin-right: 14px;
}

#megamenu_alexia{
  border:1px solid white;
}
#ul_megamenu_alexia{
  font-size: 14px !important;
}
.li_megamenu_alexia{
  /* height: 25px; */
  border-left:3px solid silver;
  margin: 8px;
  padding-bottom: 6px !important;
}
.li_megamenu_alexia a{
  vertical-align: middle;
}
.li_megamenu_alexia:hover{
  background: rgba(42, 179, 67, .5); /*verde agua*/
  cursor: pointer;
  border-left:3px solid #16232b; /*roxo escuro*/
}
.li_megamenu_alexia:hover:after{
  float: right;
  margin-top:6px;
  /* content: "▶️"; */
  /* transition: all 0.5s ease-in-out 0s; */

}
.busca_projeto_blog{
  /* background: silver; */
  margin: 10px;
  /* width: 30%; */
  display: flex;
}
.img_blog_center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.content_projeto_blog{
  padding: 20px 5px;
}
.megamenu_text_alexia:hover{
  color: #646464; /*cinza claro*/
}

#content_hometab{
  /* border: 1px solid silver; */
  height: 380px;
  overflow: hidden;
  background: #fff;
}

.title1_alexia{
  color: rgb(42, 179, 67);
  margin-bottom: 5px;
}

#newsletter_block_left{
  padding-top: 20px;
}

#depoimentos_alexia, .depoimentos_alexia{
  color: #16232b;
}

.link_testimonials{
  background: #16232b;
  width: 40%;
  float: right;
  color: #ffffff;
  border-radius: 0px;
  padding: 10px 15px 10px 0px !important;
  margin-top: 5px;

  }
.link_testimonials:hover{
  color: #EDEDED;
  background: #16232b;/*roxo claro*/
}
.botao_cart_alexia{
  color:gold !important;
}

li.menu_item{width:auto;float:none;display:block;position:relative;padding:7px 0 7px 0;transition: all 0.5s ease-in-out 0s;}

/* --------------------------------------------------------------- */

.home_top_tab{position:relative;}
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-tabs { position: relative; padding:0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav,.title_tab {
padding-bottom:4px;margin-bottom:15px;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative;margin:0;padding:10px 20px; white-space: nowrap;border:1px solid #e4e4e4;border-bottom:none;border-right:none;transition: all 0.5s ease 0s; }
.ui-tabs .ui-tabs-nav li.last{border-right:1px solid #e4e4e4;}
.ui-tabs .ui-tabs-nav li a,.title_tab {padding:0; text-decoration: none;text-transform:uppercase;
color:#969696;text-align:center;font:700 12px/1.35 "Roboto", sans-serif, Helvetica,arial;}
.title_tab, .title_tab_hide_show{
	padding:5px 15px;min-height:25px;
	border:1px solid #c8c8c8;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 8%, rgb(236, 236, 236) 92%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 8%, rgb(236, 236, 236) 92%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 8%, rgb(236, 236, 236) 92%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 8%, rgb(236, 236, 236) 92%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 8%, rgb(236, 236, 236) 92%);
	font-family:'Roboto', Arial, sans-serif;
	font-size:24px;
	font-weight:700;
	color:#0a0a0a;
	padding:3px 20px 7px;
	margin:20px 0 50px;
	text-transform:none;
}
.description{padding-bottom:10px}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li:hover{background:#397abc;border:1px solid #397abc;border-bottom:none!important;border-right:none!important;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li:hover a{color:#fff}
#page .ui-tabs .ui-tabs-nav li a:hover{color:#fff}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding:0; background: none; }
.ui-tabs .ui-tabs-hide { display: none; }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family:Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content {margin-bottom:0!important; border:none; background-color:transparent }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }
/************** Setas Originais - do topo dos boxes **************/
.button-cshometab-next {
  width: 20px;
  height: 100px;
  margin-top: 150px;
  margin-right: -5px;
  float: right;
  /* background: #16232b; */
  background: rgb(0,0,0,0);

  border-radius: 0px 5px 5px 0px;
  cursor: pointer;

}

.button-cshometab-prev {
  width: 20px;
  height: 100px;
  margin-top: 150px;
  margin-left: 10px;
  float: left;
  background: rgb(0,0,0,0);
  z-index: 101;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;

}

/* .button-cshometab-next:hover {
  background:#16232b;
  background-position: 100% 0;
  transition: all 0.2s linear;
} */
/* .button-cshometab-prev:hover {
  background:#16232b;
	background-position: 100% 0;
	transition: all 0.2s linear;
} */

#seta-prev, .seta-prev{
  content: url(../img/prev_icon.png);
  margin-top: 25px;
  margin-left: -18px;
  /* margin-left: 2px; */
  /* background: #16232b; */
  /* color: #fff; */
	/* font-family:FangSong; */
	/* font-size:30px; */
}

#seta-next, .seta-next{
  content: url(../img/next_icon.png);
  margin-top: 25px;
  margin-left: -8px;

  /* float: right;
  margin-right: 15px;
  background: #16232b;
  color: #fff;
  font-family:FangSong;
  font-size:30px; */
}

.seta-prev-blog{
  content: url(../img/prev_icon.png);
  margin-left: -18px;
  margin-top: -5px;

}

.seta-next-blog{
  content: url(../img/next_icon.png);
  margin-left: -8px;
  margin-top: -5px;

}

/* ------------sugestao na pag produto */
#prev-iteration{
  width: 30px;
  height: 30px;
  margin-top: 110px;
  margin-left: 5px;
  float: left;
  content: url(../img/prev_icon.png);
  z-index: 101;
  cursor: pointer;
  background: rgb(0,0,0,0);

}

#next-iteration{
  width: 30px;
  height: 30px;
  margin-top: 110px;
  margin-left: 5px;
  float: right;
  content: url(../img/next_icon.png);
  z-index: 101;
  cursor: pointer;
  background: rgb(0,0,0,0);

}

/* --------------------------- */

.seta_hometab{
  top: 190px;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 101;
  cursor: pointer;
}

.seta_hometab_cross{
  top: 45%;
  position: relative;
  color: #fff;
  z-index: 101;
  cursor: pointer;
  margin-left: 2px;
}

#titulo{
	text-transform: uppercase;
	font-size:16px;
	font-weight: bold;
    letter-spacing: -1px;
	font-family: "Roboto", sans-serif;
    color: #fff

}
#titulo:hover{
	color: silver;
  cursor: pointer;
}
#seta-titulo{
	font-family: FangSong;
	font-size: 17px;
	font-weight: bold;
}

.product-grid{
  /* width: 30%; */
  overflow: hidden;
}


#carousel-blogpost{
  margin-top: 15px;
}

/********************************************************************************************/

/*product list*/
.product-list li .discount {
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	background: none repeat scroll 0 0 #9B0000;
	padding: 1px 5px;
}
.product-list li h3 {
	color:#000;margin-bottom:5px;line-height:15px;padding:0;
}
.product-list li h3 a {
	color: #0a0a0a;
	text-decoration: none;font-weight:400;
	transition: all 0.2s liner;
	-moz-transition: all 0.2s liner;
	-webkit-transition: all 0.2s liner;
	-o-transition: all 0.2s liner;
	font-size:14px;
}
/* escolher cor do hover */
.product-list li h3 a:hover {
	color: #e31836;
}
.product-list li .category_name{color: #646464;font-size:11px;padding:3px 0 7px}
.tabs-carousel{
  position:relative;
  height:400px!important;
  /* background: #EDEDED; */
  padding-bottom: 5px;
}
.tabs-carousel-blog{
  position:relative;
  height:320px!important;
  /* background: #EDEDED; */
  padding-bottom: 5px;
}

/* reponsive */
@media only screen and (max-width: 767px)
{
	.tabs-carousel{margin-bottom:10px}
	.title_tab_hide_show span{display:block; line-height:normal}
	.home_top_tab .next{right:10px;}
	.home_top_tab .prev{right:30px;}
}
@media only screen and (min-width: 767px)
{
  #container_mobile_alexia{
    display: none;
  }
}
/*jquery.carouFredSel-6.1.0-packed*/
.list_carousel {
	height:350px;
}

.list_carousel ul {
	height:408px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel ul li {
	height:408px;
	width:276px;
	height: auto;
	padding: 0;
	text-align:center;
	margin:10px;vertical-align:top;float:left
}
.list_carousel li.first_item a.product_image{text-align:left}
.list_carousel li a.product_image{text-align:left}
.list_carousel li a.product_image img{margin-bottom:10px;margin:auto}
.list_carousel.responsive {
	width: auto;
	padding:0;
	/*margin:20px*/
}
.cclearfix {
	float: none;
	clear: both;
}


.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
.ui-tabs .ui-tabs-hide {
    display: block;
    visibility: hidden;
    height: 0;
}

/*jquery.carouFredSel-6.1.0-packed*/
/*ratting*/
/*
div.star_on {
	background: url(../images/star.gif) no-repeat 0 0 transparent;background-position: 0 -9px;
}
*/
.star_content{margin-bottom:12px;}
.view_more_link{text-align:right;padding-bottom:15px}
.view_more_link a{color:#397abd;font-size:11px;font-weight:700}
.view_more_link a:hover{text-decoration:underline}

/*sub_category */
.sub_category{border-top:1px solid #d6d6d6; padding:15px 30px 1px; margin: 20px}
.sub_category h6{display:inline; margin-right:10px;}
.sub_category a{color:#323232}

/* -------------- footer */

.pagamento_rodape_alexia{
  background: silver;
}

.botao_payment_alexia {
  background-color: #16232b;
  border: none;
  text-align: center;
  padding: 5px;
  width: 20%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 15px;
}

.botao_payment_alexia span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.botao_payment_alexia span:after {
  content: "Banco do Brasil";
  color: #fff;
  top: 30%;
  font-size: 16px;
  position: absolute;
  opacity: 0;
  right: -20px;
  transition: 0.3s;
}

.botao_payment_alexia:hover span {
  padding-right: 60%;
}

.botao_payment_alexia:hover span:after {
  opacity: 1;
  right: 0;
}

.header_container_alexia{
  /* background: silver; */
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

#href_user_link{
  color: #fff;
}

#href_user_link:hover{
  color: #fff;
}

/* --------------------- titles h1 */
.boxus_editor_alexia .boxus{
  background: rgba(0,0,0,0) !important;
  border-bottom: rgba(0,0,0,0) !important;
  border-left:15px solid #16232b; /*roxo escuro*/
  padding-left:0px !important;
}.boxus_editor_alexia .boxus span{
  margin-left: 0px;
  border-left:6px solid #2ab343;/* verde agua */
	padding: 12px 25px 11px 15px;
}

.boxus{
  color:#fff !important;
  background: #16232b !important;
  padding: 10px !important;
}
.box_alexia{
  background:url(../img/icon/barra_title.png) no-repeat 0px 0px;
  padding-left: 35px;
  height: 40px;
  margin-bottom: 10px;
}
.box_alexia h1{
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;
  color: #16232b;
  padding-top: 10px;
}

li #more_info_tab_attachments{
  /* color: #2ab343 !important; */
  color: #fff !important;
}li #more_info_tab_attachments:hover{
  color: #2ab343 !important;
}
.prox_char:hover{
  background: rgb(0,0,0,0) !important;
}

.link_home a:hover, #shopping_cart a:hover{
  color: silver !important;
}

.pagination .current-page span{
  color: #fff !important;
}

@media only screen and (max-width: 720px) {
  .box_alexia{
    height: auto;
  }
.box_alexia h1{
  padding-top: 0px;
}
.box1 #titulo{
  text-align: center;
}.box1 .title{
  text-align: center;

}
}

.availability_cat {
  color: #63b411;
  font-weight: 700;
  font-size: 12px;
}


.cs_out_of_stock_cat {
  color: #ff0101;
  font-weight: 700;
  font-size: 12px;
}
