/*  MICROTHEMER STYLES  */


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

/** Geral >> input [type="search"] **/
input [type="search"] {
	border-width: 4px !important;
	border-radius: 2em 0 0 2em !important;
}

/** Geral >> .is-search-icon **/
.is-search-icon {
	border-top-right-radius: 2em !important;
	border-bottom-right-radius: 2em !important;
}

/** Geral >> .is-search-submit **/
.is-search-submit {
	border-radius: 0 2em 2em 0 !important;
}

/** Geral >> #is-search-input-268 **/
#is-search-input-268 {
	border-width: 3px !important;
	border-top-left-radius: 2em !important;
	border-bottom-left-radius: 2em !important;
}

