.custom-header-stripe {
    background-color: #45BEAA;
    width: 100%;
    height: 10px;
}

.custom-header-wrapper {
    top: 0;
    left: 0;
    position: sticky;
    background-color: white;
    z-index: 999;
    width: 100%;
}
.custom-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
    position: relative;
}
.cross-search {
    height: 44px;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 15px;
}
/* img.cross-search_mobile {
    right: 17px;
} */
.custom-search-wrapper {
    padding-top: 15px;
    position: relative;
    padding-bottom: 15px;
}
.custom-search-results {
    width: 96%;
    position: absolute;
    height: auto;
    z-index: 999999999;
    background: white;
    border: 1px solid #45BEAA;
    left: 2%;
    margin-top: -1px;
    display: none;
}
.custom-search-results ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}
.custom-search-results ul li {
    padding: 10px 0;
    margin: 0;
    font-size: 15px;
    color: #333;
}
.custom-search-results ul li a{
    color: #333;
    display: block;
}
.custom-search-results ul li a:hover {
    color: #45BEAA;
}
.custom-search-box {
    display: none
}
.custom-search, .custom-mobile-search {
    width: 90%;
    margin: 0 auto;
    border: none;
    display: block;
    border-radius: 999px !important;
    padding: 15px 15px 15px 50px;
    font-family: 'Inter', sans-serif;
    box-shadow: none;
    background-image: url('/wp-content/uploads/2021/10/search-destkop.svg');
    background-repeat: no-repeat;
    background-position: 1.5% center;
    background-size: 22px;
    font-size: 14px;
    background-color: #eee;
}


  .custom-menu-mobile_menu .accordion-content {
    transition: max-height 0.2s ease-in-out;
    display: none;
    list-style: none;
    padding: 10px;
  }

.custom-search-box {
    background: #eee;
}
.custom-container_wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}
.custom-header_logo a {
    display: block;
}
.custom-header-logo {
    height: 44px;
}
.custom-header_menu {
    margin-top: 11px;
    text-align: center;
}
.custom-container_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    display: table;
    width: 100%;
}
.custom-header {
    box-shadow: 0 7px 3px 0px rgba(0,0,0,0.07);
    position: relative;
    z-index: 99;
	padding: 12px 0;
}
.custom-header_accedi-button, .area-clienti-button {
  border: 2px solid #45beaa;
  border-radius: 100px;
  margin-top: 2px;
  display: inline-block;
	  background: white;
	  color: #45beaa;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
}
.custom-header_accedi-button:hover, .area-clienti-button:hover {
	background: #45beaa;
	color: white;
} 
.area-clienti-button {
  font-size: 15px;
  padding: 5px 10px;
  margin-top: -5px;
  margin-right: 5px;

}
@media(min-width: 1200px) {
	.custom-header_logo img {
  margin-top: 13px;
	}
}
.custom-header_logo img {
  height: 22px;
  display: inline-block;
}
.custom-header_menu ul {
    padding: 0;
    margin: 0;
	white-space: nowrap;
    list-style: none;
    display: inline-block;
}
.custom-header_menu ul li {
    display: inline-block;
}
.custom-header_menu ul li:first-child {
    padding-left: 0
}
.custom-header_menu ul li:last-child {
    padding-right: 0
}
.custom-header_menu ul li a {
    color: #333;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.search-icon {
    height: 22px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.custom-header .custom-header-ro {
    margin: -3px auto 0 auto;
    width: 100%;
}
div.custom-header-ro > span {
    padding: 0 !important;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
}
.custom-header_accedi p {
    color: #333;
    white-space: nowrap;
    text-align: right;
}
.custom-header_menu .custom-header_menu {
    margin-top: 13px;
}

.custom-header_search-icon {
    margin-top: 14px;
    cursor: pointer;
}
#menu-header .menu-item:last-child a {padding-right: 0 !important}

.last-result-special a {
    color: #45BEAA !important;
}
.last-result-text {
    float: left;
}
.last-result-bold-text {
    font-family: 'Inter', sans-serif;
    margin-left: 5px
}
.last-result-special .arrow-icon {
    height: 16px;
    margin: 2px;
}
.last-result-special {
    display: block;
    padding: 10px 20px 10px 20px;
    font-size: 15px;
}
.custom-header_submenu {line-height: 1.8}

@media (max-width: 991px) {
	.custom-header {
		height: 75px;
	}
	.custom-container_wrapper {
		padding-top: 10px;
		padding-bottom: 10px;
	}
    .custom-container {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
	.custom-search {
    background-color: white;
    width: 100%;
    border: 1px solid #45BEAA !important;
		padding: 15px 15px 15px 65px !important
}
    .custom-container {
        /* max-width: 1455px; */
		max-width: 1600px;
    }
}

/*
@media (min-width: 1450px) {
    .custom-header_menu ul li {
        padding: 0 19px;
    }
    .custom-header_accedi p {
        font-size: 14px;
    }
    .custom-header_accedi-button {
        padding: 8px 16px;
    }
}*/
@media (min-width: 1562px) {
    .custom-header_menu ul li {
        padding: 0 10px;
    }
    .custom-header_accedi p {
        font-size: 14px;
    }
    .custom-header_accedi-button {
        padding: 8px 16px;
    }
}
/*@media (max-width: 1449px) {
    .custom-header_menu ul li {
        padding: 0 5px;
    }
    .custom-header_accedi p {
        font-size: 12px;
        margin-top: 15px;
    }
    .custom-header_accedi-button {
        padding: 4px 7px;
    }
}*/
@media (max-width: 1561px) {
	.custom-header_menu ul li a {
		font-size: 12px;
	}
    .custom-header_menu ul li {
        padding: 0 5px;
    }
    .custom-header_accedi p {
        font-size: 12px;
        margin-top: 15px;
    }
    .custom-header_accedi-button {
        padding: 8px 16px;
    }
}
@media (max-width: 1199px) {
    .custom-header-wrapper {display: none;}
    div#wrapper {
        overflow: visible !important;
    }
}
@media (min-width: 1200px) {
    .custom-mobile-header-wrapper {display: none !important}
    .custom-header-wrapper {display: block;}
}
@media (max-width: 320px) {
    .custom-container_wrapper {
        width: auto;
    }
    .custom-mobile-menu-icon_wrapper {margin-left: 10px}
}
@media (max-width: 300px) {
    .area-clienti-button {
        display: none;
    }
}



/** MOBILE */

.custom-mobile-header-wrapper {
    display: block;
    position: sticky;
    background: white;
    z-index: 999;
}
.custom-mobile-close-menu-icon {
	height: 26px;
	margin-top: 0px;
	cursor: pointer;
}
.custom-mobile-menu-icon_wrapper {
    float: right;
    /* height: 100%; */
    text-align: center;
}
.custom-mobile-menu-icon {
    height: 26px;
    margin-top: 0px;
    cursor: pointer;
}
.custom-mobile-header-wrapper .custom-header_logo {
    float: left;
}
.custom-header-mobile-ro {
    display: none;
}
.custom-header-mobile-ro .custom-header-ro {
    border-radius: 0 !important;
}
.custom-menu-mobile_menu > ul {
    padding: 15px 0px !important;
    margin: 0 auto;
    list-style: none;
    overflow-y: scroll;
}
.custom-menu-mobile_menu > ul > li {
    padding: 10px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}
.custom-menu-mobile_menu ul li:last-child {
    border-bottom: 0;
}
.custom-menu-mobile_menu ul li a {
    color: #333;
    font-size: 16px;
    width: 100%;
    display: block;
    cursor: pointer;
}
.custom-menu-mobile_menu {
    background: #fff;
    overflow-y: scroll;
    height: 100vh;
    display: none;
    position: relative;
}
.custom-menu-mobile_menu a {cursor: pointer;}
/* .custom-header_mobile-search-icon {
    width: 25px;
    height: auto;
    position: absolute;
    right: 5%;
    top: 10%;
    cursor: pointer;
} */
.custom-header_mobile-search-input .custom-mobile-search {
    border-radius: 0;
    background-position: 4%;
}
.custom-header_mobile-search-input {
    position: relative;
    margin-top: 20px;
}
.custom-header_mobile-search-results {
    display: none;
    padding-top: 15px;
}
.custom-header_mobile-search-results ul {
    padding: 0 20px;
    margin: 0 auto;
    list-style: none;
}
.custom-header_mobile-search-results .last-result-special {
    border-bottom: 1px solid #eee;
}

.custom-header_mobile-search-results ul li a {
    color: #333;
    font-size: 15px;
}
.custom-header_mobile-search-results li {
    padding: 10px 0;
}
.custom-header_mobile-search-results .last-result-text {
    float: none;
}
.custom-header_mobile-search-results .arrow-icon {
    margin: 5px;
}
.custom-header #custom-buttom button > span {
    padding: 16px 45px !important;
	white-space: nowrap
}

.custom-header_submenu {
	background: #5b5b5b
}
.custom-header_submenu ul, .custom-header_submenu li {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}
.custom-header_submenu a {
  color: white;
  font-size: 0.95rem;
  padding: 0 15px;
}
.submenu_menu, .submenu_search {
  display: inline-block;
  float: left;
}
.submenu_search {text-align: right; float:right}
.submenu_search_input {
	background: rgba(255,255,255,0.7);
	border: 0;
	border-radius: 25px;
	height: 35px;
	width: 100px;
	text-align: center;
}
@media (max-width: 991px) {
    .custom-menu-mobile_menu .accordion-content li {
        padding: 5px 0 !important;
    }
	.custom-header_mobile-search-input .cross-search {
		top: 24px;
	}
    .custom-menu-mobile_menu .accordion-content li a {
        text-transform: initial;
        line-height: 1.2;
        font-family: 'Inter', sans-serif;
    }
    .custom-menu-mobile_menu li.accordion-header, .custom-menu-mobile_menu a {
        font-family: 'Inter', sans-serif;
        color: #757575 !important;
        font-size: 17px !important;
    }
    .custom-menu-mobile_menu li.accordion-header > span::after {
        background-image: url("/wp-content/uploads/2022/04/freccia-verde-menu.png");
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        content: "";
        height: 100%;
        width: 14px;
        position: absolute;
        display: inline-block;
        right: 0;
    }
    .custom-menu-mobile_menu li.accordion-header.is-open > span::after {
        transform: rotate(180deg);
    }
    .custom-menu-mobile_menu li.accordion-header > span {
        position: relative;
        cursor: pointer;
        width: 100%;
        display: block;
    }
    .novita-marker {
        background: #F08791;
        padding: 5px 6px 2px 6px;
        text-transform: uppercase;
        color: white;
        margin: auto 15px;
        font-size: 13px;
        font-family: 'Inter', sans-serif;
    }
    .custom-menu-mobile_menu .accordion-content li a:hover {
        color: #45BEAA;
    }
    .custom-menu-mobile_menu li.accordion-header.is-open {
        color: #45BEAA;
    }
}

@media(max-width: 444px) {
	.area-clienti-button {display: none}
}
@media (max-width: 1199px) {
	.custom-header-mobile-ro button {
  margin: 0 auto;
  width: 100%;
}
}