/**
 * searchform.css
 *
 * All searchform related styles
 *
 *
**/

/************************************************** Searchform */

.searchformContainer {
	padding: 10px;
	position: relative;
}

.searchform--searchfield {
    background-color: transparent;
    border: 0;
    color: var(--ubrands-color-gray);
    font-size: 1.5rem;
    left: -2px;
    line-height: 1.5;
    position: relative;
    text-indent: 5px;
    width: 200px;
}

.searchform--searchfield:focus,
.searchform--searchfield:active {
	outline: 0 !important;
}

.searchform {
	margin-bottom: 0;
}


@media screen and (min-width: 600px) {

	.searchformContainer {
		padding: 0;
	}

}
