ul.main-menu-search-icon a {
	cursor:pointer;
}
.icon-page-popup.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
	display:block;
}
.icon-page-popup.page-search-popup {
	background: rgb(4 4 4 / 75%);
}
.icon-page-popup {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
	display:none;
}
.popup-close-button {
    position: fixed;
    top: 40px;
    right: 55px;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
    color: #111;
    -webkit-transition: all .3s linear .1s;
    transition: all .3s linear .1s;
}
.popup-close-button .burger-icon-top, .popup-close-button .burger-icon-bottom {
	background: #FFFFFF;
}
.icon-page-popup.open .popup-close-button {
    visibility: visible;
    opacity: 1;
}
.icon-page-popup.open .popup-close-button {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.popup-close-button .burger-icon-top, .popup-close-button .burger-icon-bottom {
    display: block;
    position: absolute;
    top: 19px;
    left: 5px;
    width: 29px;
    height: 3px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
    transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
}
.popup-close-button .burger-icon-top {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup-close-button .burger-icon-bottom {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
span.burger-icon-top, span.burger-icon-bottom {
    background:#111;
}
.page-search-popup .page-search-popup-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.page-search-popup .searchform {
    position: relative;
    color: #086ad8;
    width: 1170px;
    max-width: 70%;
    margin: 0 auto;
    -webkit-transform: translate(0,50px);
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transition: all .5s ease-in-out,opacity .5s linear;
    transition: all .5s ease-in-out,opacity .5s linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
	margin-top: -130px;
}
.icon-page-popup.page-search-popup form.searchform i.livesearch {
    top: 28px;
    left: 25px;
}
.icon-page-popup.page-search-popup form.searchform i.livesearch.search_icon_loading {
	display:none;
}
.icon-page-popup.page-search-popup select.search-expand-types {
    top: 1px;
    right: 110px;
}
.icon-page-popup.page-search-popup .button-custom {
    right: 0px;
	min-height: 75px!important;
}
.icon-page-popup.page-search-popup .form-control.header-search {
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.3)!important;
	webkit-box-shadow: 2px 0px 10px -5px rgba(0,0,0,0.75)!important;
	-moz-box-shadow: 2px 0px 10px -5px rgba(0,0,0,0.75)!important;
	box-shadow: 2px 0px 10px -5px rgba(0,0,0,0.75)!important;
	min-height: 75px;
	padding: 8px 12px 8px 50px;

}
.icon-page-popup.page-search-popup .trending-search {
	display:none;
}
.icon-page-popup.page-search-popup .form-control.header-search::-webkit-input-placeholder { 
  color:#222;
}
.icon-page-popup.page-search-popup .form-control.header-search:-ms-input-placeholder {
  color:#222;
}
.icon-page-popup.page-search-popup .form-control.header-search::placeholder {
  color:#222;
}
.icon-page-popup.page-search-popup select.search-expand-types {
  color:#222;
  height: 73px;
}
.icon-page-popup.page-search-popup .search_standard_bar {
  position: unset;
}
.widget_normal_search_bar .input_search_bar{
	background: #fdfdfd;
	border: 1px solid #e2e7ee;
    border-radius: 45px!important;
    font-size: 14px;
	margin-bottom:-5px;
}