section {
	display: block;
}
.header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1037;
	position: relative;
	transition: all .1s;
	-webkit-box-shadow: 3px 3px 5px 0px #CCCCCC;
	-moz-box-shadow: 3px 3px 5px 0px #CCCCCC;
	-o-box-shadow: 3px 3px 5px 0px #CCCCCC;
	box-shadow: 3px 3px 5px 0px #CCCCCC;
}
.header-container {
	max-width: 1600px;
	margin: 0 auto;
}
.header__elements {
	box-sizing: border-box;
	width: 100%;
	z-index: 1022;
	height: 93px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__elements-navigation, .header__elements-navigation a {
	align-items: center;
	display: flex;
}
.header__elements-navigation {
	width: 60%;
	/*min-width: 600px;*/
	padding: 0 0 0 30px;
	position: relative;
}
.header__elements-navigation a.logo-gray-nomobile img{
	padding: 0 1vw 0 0;
}
.search_element {
	width: auto;
	position: relative;
	transition: all .3s;
}
.search_element__box {
	width: 100%;
	text-align: center;
}
.search_element__container {
	height: 40px;
	margin: 0 auto;
	position: relative;
}
.search_element__content {
	position: absolute;
	z-index: 1034;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	margin-left: 2px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
input[type=text], input[type=date], input[type=password], input[type=number], input[type=email], select {
	height: 40px;
	width: 100%;
	font-size: 14px;
	font-size: 1rem;
	border: 1px solid #e0e1e5;
	background-color: #fff;    
}
.search_element__content input {
	background-color: #fff;
	text-align: left;
	float: left;
	height: 40px;
	height: 36px;
	text-transform: none;
	font-size: 14px;
	outline: 0;
	font-style: normal;
	font-family: Lato, sans-serif;
	border-radius: 20px;
	padding-left: 20px;
	box-shadow: 0 4px 8px 1px rgb(32 33 36 / 11%);
	border: 1px solid  #f8f8f8;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 450px;
	-webkit-box-shadow: 6px 6px 4px 0px #CCCCCC;
	-moz-box-shadow: 6px 6px 4px 0px #CCCCCC;
	-o-box-shadow: 6px 6px 4px 0px #CCCCCC;
	box-shadow: 6px 6px 4px 0px #CCCCCC;
}
input::placeholder {
 color:#a5a5a5;
 font-size:14px;
}
.header__actions-desktop {
	width: 40%;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 1vw;
	padding: 0 60px 0 0;
}
.header__actions-icon {
	float: left;
	font-size: 24px;
	font-size: 1.7142857143rem;
    font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.cerca {
	width: 32px;
	height: 32px;
	color: #0a0a0a;
	display: none;
}

@media (max-width: 932px) {
.scroller.scroller-filtro {
	justify-content: flex-start;
}
.header__elements {
	height: 60px;
}
.around-search {
	display: none;
}
.cerca {
	display: flex;
}
.header__actions-desktop {
}
}

@media (max-width: 767px) {
.header__elements-navigation {
	width: 50%;
	min-width: 240px;
	padding: 0;
}
.header__actions-desktop {
	width: 50%;
	width: auto;
}
.header__elements-navigation a.logo-gray-nomobile {
	display: none;
}
}

/*------------ number input ----------------*/

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
}
.number-input {
	border: 1px solid #808080;
	display: inline-flex;
	position: absolute;
	right: 0;
}
.number-input, .number-input * {
	box-sizing: border-box;
}
.number-input button {
	outline: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 28px;
	cursor: pointer;
	margin: 0;
	position: relative;
	background: #ebebeb;
}
.number-input button:before, .number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 0.75rem;
	height: 2px;
	background-color: #212121;
	transform: translate(-50%, -50%);
}
.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number] {
	font-family: sans-serif;
	width: 38px;
	padding: .2rem;
	border: solid #808080;
	border-width: 0 1px;
	font-size: 16px;
	height: 28px;
	text-align: center;
}

@media (min-width: 768px) {
.header__elements-navigation a.logo-gray-mobile {
	display: none;
}
}

@media (max-width: 1190px) {
.number-input button {
	width: 18px;
	height: 19px;
}
.number-input input[type=number] {
	font-family: sans-serif;
	width: 28px;
	padding: .1rem;
	font-size: 13px;
	height: 19px;
	text-align: center;
}
}
