/*  MICROTHEMER STYLES  */


/*= Geral ===================== */

/** Geral >> Woocommerce product search **/
.woocommerce-product-search {
	width: 416px !important;
	display: -webkit-inline-flexbox !important;
	display: -moz-inline-flexbox !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

/** Geral >> Woocommerce product search [type="submit"] **/
.woocommerce-product-search [type="submit"] {
	background-color: rgb(10, 76, 155) !important;
	border-width: 0 !important;
	border-radius: 0 !important;
}

/** Geral >> Woocommerce product search field 0 **/
#woocommerce-product-search-field-0 {
	border-width: 1px !important;
	border-radius: 0 !important;
}

/** Geral >> Menu nossos departamentos **/
#menu-nossos-departamentos {
	
}

/** Geral >> Coluna menu term div _2 **/
.coluna-menu-term div {
	position: -webkit-sticky !important;
	position: sticky !important;
}

/** Geral >> Menu politica de privacidade **/
#menu-politica-de-privacidade {
	position: -webkit-sticky !important;
	position: sticky !important;
}


/*( Desktop e tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= Geral ===================== */

	/** Geral >> Topo busca widget product search **/
	.topo-busca .widget_product_search {
	
}


}


/*( Celular )*/
@media (max-width: 480px) {

	/*= Campo de Busca ============ */

	/** Campo de Busca >> Topo busca [type="search"] **/
	.topo-busca [type="search"] {
	max-width: 180px !important;
}

	/** Campo de Busca >> Topo busca [type="submit"] **/
	.topo-busca [type="submit"] {
	padding-right: 20px !important;
	padding-left: 20px !important;
}


}

