
.page-content.page-cms {
	padding: 1.25rem 0;
}
.multi-store {
	position: relative;
}
.multi-store .current-label {
	color: #ffffff;
	font-family: "Space Grotesk";
	font-size: 18px;
	font-weight: 400;
	line-height: 13px;
	padding-right: 12px;
	position: relative;
	cursor: pointer;
	display: block;
}
.multi-store .current-label:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 1px;
    right : 0px;
}
.multi-store .current-label.active:after {
	content: "\f106";
}
.multi-store ul {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 5px 12px;
	z-index: 10;
	background: #99c555;
	display:none;
}
.multi-store ul li {}
.multi-store ul li a { 
	color:#fff !important;
	font-family: "Space Grotesk";
	font-size: 18px;
	font-weight: 400;
	line-height: 17px;
	padding: 2px 0;
	text-align: right;
    display: block;
}
.multi-store ul li a:hover { 
	color:#546d3a !important;
}
.header-top .search-widgets {
	position: absolute;
	top: 69px;
    right: 30px;
	padding: 0;
	z-index: 10;
	background: #99c555;
}
.header-top .search-widgets form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 20px;
    width: 60px;
    height: 40px;
    background: url(../images/Search.svg) no-repeat center;
    text-align: center;
    border: none;
    cursor: pointer;
	outline: 0;
}
.header-top .search-widgets form button[type="submit"]:hover {
	background: url(../images/Search-white.svg) no-repeat center;
}
.header-top #search_widget input::-webkit-input-placeholder { /* Edge */
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 300;
	line-height: 20px;
	font-family: 'IBM Plex Sans', sans-serif;
}
.header-top #search_widget input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 300;
	line-height: 20px;
	font-family: 'IBM Plex Sans', sans-serif;
}
.header-top #search_widget input::placeholder {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 300;
	line-height: 20px;
	font-family: 'IBM Plex Sans', sans-serif;
}
.top-menu[data-depth="1"]{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
}
.top-menu .sub-menu ul[data-depth="1"]>li {
	min-width: 213px;
	border-right: solid 1px #e9e0d8;
	margin: 0;
}
.top-menu .sub-menu ul[data-depth="1"]>li:last-child {
	border-right: solid 0px #e9e0d8;
}
.top-menu a[data-depth="1"]{
	color: #333333;
	font-family: "Space Grotesk";
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
	text-align: center;
	text-transform: none;
	padding: 10px;
	display:flex;
	flex-direction: column;
    justify-content: center;
}
#header .top-menu a[data-depth="1"]:hover {
	color:#99c555;
}
.top-menu a[data-depth="1"] .image-sub-up{
	text-align: center;
	margin: 10px 0 10px;
}
.top-menu a[data-depth="1"] .image-sub{
	width: 82px;
}

.top-menu a[data-depth="1"] .scopri-arrow{
	color: #333333;
	font-family: "Space Grotesk";
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
	text-align: center;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.top-menu a[data-depth="1"]:hover .scopri-arrow {
	color:#99c555;
}
.top-menu a[data-depth="1"] .scopri-arrow:after {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background: #99c555 url(../images/arrow-white.svg) no-repeat center;
	background-size: 55%;
	margin-left: 10px;
}
#_desktop_top_menu .top-menu .Azienda {
	position: relative;
}
#_desktop_top_menu .top-menu .Azienda .sub-menu {
	min-width: 200px;
	background: none;
	border: none;
	margin: -11px 0 0;
}
#_desktop_top_menu .top-menu .Azienda .sub-menu:before,#_desktop_top_menu .top-menu .Azienda .sub-menu:after{
	display:none;
}
#_desktop_top_menu .top-menu .Azienda .top-menu[data-depth="1"] {
	width: 100%;
    background: #fff;
	border: solid 1px #e9e0d8;
	
}
#_desktop_top_menu .top-menu .Azienda .top-menu[data-depth="1"] a {
	text-align: left;
}
.top-menu .Azienda .sub-menu ul[data-depth="1"]>li {
	border:none;
	border-bottom: solid 1px #e9e0d8;
	min-width: auto;
    width: 100%;
}
.top-menu .Azienda .sub-menu ul[data-depth="1"]>li:last-child {
	border-bottom: solid 0px #e9e0d8;
}

.fixed {
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0px);
	}
}



