/* LOGOTIPO MOBILE */
@media screen and (max-width: 991px) {
  	#cshero-header #cshero-header-logo a img {
		max-height: 56px;
  	}
}

/* BARRA DE TOPO - ESQUERDA */
#cshero-header-top .top-left aside {
	float: left;
}

#cshero-header-top ul.cs-social {
 	padding-left: 0!important;
  	margin: 5px 0px -5px !important;
}

/* BARRA DE IDIOMAS */
#cshero-header-top .info aside { 
  	float: right; 
	margin-left: 15px;
}

.widget.widget_icl_lang_sel_widget { max-height: 45px; }
#lang_sel {
	margin-top: 5px;
  	margin-bottom: 5px;
  	float: right;
}

.widget.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown > ul { float: right; }
.widget.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item { width: 100%; }
.widget.widget_icl_lang_sel_widget .wpml-ls-sidebars-sidebar-top-right a { text-decoration: none; }

/* MENU DO TOPO */
#cshero-header #cshero-header-navigation nav#site-navigation ul#menu-primary-menu > li > a span { font-weight: bold; }
@media screen and (min-width: 992px) {
	#cshero-header-navigation .main-navigation li ul {
    	top: 99%;
  	}
}

/* BARRA LATERAL */
#secondary aside.widget_product_categories, 
.barra-lateral-conteudos aside { 
  	padding: 10px 20px; margin-bottom: 40px; 
  	width: 100%;
}

/* BARRA LATERAL - Categorias de Produtos */
#secondary aside.widget_product_categories .product-categories li a:before,
.barra-lateral-conteudos .product-categories li a:before {
   	content: "\f105";
    font-family: 'FontAwesome';
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #secondary, .barra-lateral-conteudos { padding-left: 0; margin-left: -15px; margin-right: 15px; }
}

@media screen and (min-width: 992px) {
  #secondary, .barra-lateral-conteudos { padding-left: 0; margin-left: -30px; margin-right: 30px; }
}

/*#secondary aside.widget_product_categories .product-categories > li > a,
.barra-lateral-conteudos .product-categories > li > a { 
  	font-weight: bold; 
}*/

#secondary aside.widget_product_categories .product-categories .sub-menu,
.barra-lateral-conteudos .product-categories .sub-menu { 
  	padding-left: 15px!important; 
  	margin-bottom: 15px; 
  	display: none;
} 

/*#secondary aside.widget_product_categories .product-categories .children .children,
.barra-lateral-conteudos .product-categories .children .children { display: none; }*/

/* RODAPÉ */
footer { margin-top: 50px; }

footer #cshero-footer-top, 
footer #cshero-footer-bottom {
	background-color: #6ab42f !important;
  	color: #fff;
}

#cshero-footer-bottom { border-top: 1px solid #5aa320; }

#cshero-footer-top h3.wg-title { color: #fff5ee; }

/* RODAPÉ - Texto Multilingua */
#cshero-footer-top .widget_text_icl a {
	/*color: #767676;*/
  	color: #fff;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

#cshero-footer-top .widget_text_icl a:hover {
	/*color: #6ab42f;*/
  	font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

/* RODAPÉ - WidgetBlocks */
#cshero-footer-top .widget.widget_wysiwyg_widgets_widget h1,
#cshero-footer-top .widget.widget_wysiwyg_widgets_widget h2,
#cshero-footer-top .widget.widget_wysiwyg_widgets_widget h3,
#cshero-footer-top .widget.widget_wysiwyg_widgets_widget h4,
#cshero-footer-top .widget.widget_wysiwyg_widgets_widget h5,
#cshero-footer-top .widget.widget_wysiwyg_widgets_widget h6{
  	color: #fff;
    font-size: 21px !important;
    font-weight: 700;
    margin-bottom: 30px !important;
}

#cshero-footer-top .widget.widget_wysiwyg_widgets_widget a {
  	/*color: #767676;*/
  	color: #fff;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

#cshero-footer-top .widget.widget_wysiwyg_widgets_widget a:hover {
	/*color: #6ab42f;*/
  	font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

/* RODAPÉ - Subscrever Newsletter */
.formulario-subscrever-newsletter .formulario-input { color: #000; width: 100%; margin-bottom: 10px; }

.formulario-subscrever-newsletter .formulario-submit {
	width: 100%;
  	height: 38px;
  	border: 0px none;
    color: #fff;
    /*background-color: #6ab42f;*/
  	/*background-color: rgba(0, 67, 255, 1);*/
  	background-color: rgba(0, 0, 0, 0.9);
    font-weight: 600;
    border-radius: 2px;
    font-weight: 600;
    text-transform: none;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
}

.formulario-subscrever-newsletter .formulario-submit:hover {
	/*background-color: #5aa320;*/
  	/*background-color: rgba(0, 67, 255, 0.5);*/
  	background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
}

.yikes-mailchimp-container .edit-link { display: none; }

/* WOOCOMMERCE */
.woocommerce .woocommerce-info { float: left; width: 100%; }

/* WOOCOMMERCE - Listagem de Categorias de Produtos */
.products .product-category.product h3 { text-align: center; margin-bottom: 30px; }

/* WOOCOMMERCE - Listagem de Produtos */
/*.woocommerce .count-ordering { display: none; }*/
.woocommerce div.product { min-height: 270px; }
#primary-woocommerce .content-shop .products .cms-product a:hover h3 {
	color: #6ab42f;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    background-color: white;
}

/* WOOCOMMERCE - Página de Produto */
.woocommerce .product .summary .product_meta { display: none; }
.woocommerce .related.products { display: none; }
.woocommerce .related.products .link-shop a:first-child { display: none; }
.woocommerce #formulario-pedido-orcamento .wpcf7-form { padding: 0; }
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child { display: none; }

.woocommerce .product .summary a {
	color: #767676;
  	text-decoration: none;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

.woocommerce .product .summary a:hover {
	color: #6ab42f;
    text-decoration: none;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

.woocommerce div.product .product_title { font-weight: 700; text-transform: uppercase; text-align: center; }

.woocommerce .summary.entry-summary .description h2,
.woocommerce #formulario-pedido-orcamento h2 { font-weight: 500; }

.woocommerce .pp_pic_holder.pp_default .pp_social { display: none; }

.woocommerce.single-product .summary .pwb-single-product-brands { display: none; }

/* WOOCOMMERCE - PEDIDO DE ORÇAMENTO */
#formulario-pedido-orcamento .contact input:not([type="submit"]) { margin-top: 0px; }

/* WOOCOMMERCE - BRANDS WIDGET - LATERAL */
#secondary aside.widget_pwb_filter_by_brand_widget { 
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 40px;
  width: 100%;
}

#secondary aside.widget_pwb_filter_by_brand_widget .pwb-filter-products a { display: block; }
#secondary aside.widget_pwb_filter_by_brand_widget .pwb-filter-products a:hover img,
#secondary aside.widget_pwb_filter_by_brand_widget .pwb-filter-products a.selecionada img { 
  border: 3px solid #6ab42f; 
}

/* WOOCOMMERCE - BRANDS WIDGET - ACIMA DOS PRODUTOS */
#formulario-filtrar-por-marca { margin-top: 15px; margin-bottom: 15px; }
#formulario-filtrar-por-marca .pwb-filter-products a { display: block; }
#formulario-filtrar-por-marca .pwb-filter-products a:hover img,
#formulario-filtrar-por-marca .pwb-filter-products a.selecionada img { 
  border: 3px solid #6ab42f; 
}

/* WOOCOMMERCE - Ordenação por marca */
.woocommerce .filtrar-marca-link {
  float: right;
  margin: 0 0 1em;
  padding-top: 10px;
  padding-bottom: 7px;
}

.woocommerce .filtrar-marca-link a { color: #222; font-weight: bold; text-decoration: none; cursor: pointer; }
.woocommerce .filtrar-marca-link a:hover { color: #6ab42f; }