.mg-search-block{
	position: relative;
    z-index: 1;
    margin-left: auto;
    margin-bottom: 0;
}
.search-form{
	position: relative;
}
.search-form svg{
	position: absolute;
    left: 7px;
    right: auto;
    top: 1px;
    width: 20px;
}
.search-field{
	width: 200px;
    border: 1px solid var(--border-color);
    padding: 6px 10px 4px 34px;
    color: var(--muted-text-color);
    background: #fff;
    border-radius: 4px;
    -webkit-appearance: none;
}
.multi-search {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    line-height: 20px;
    color: rgba(0,0,0,.9);
    font-size: 16px;
    text-rendering: optimizeLegibility;
    background: hsla(0,0%,95%,.97);
    -webkit-overflow-scrolling: touch;
    text-align: left;
    overflow-y: scroll;
    background: rgba(240,243,246,0.97);
    z-index: 111111;
    display: none;
    height: 100vh;
}
.multi-search::-webkit-scrollbar { width: 3px; height: 3px;} 
.multi-search::-webkit-scrollbar-track { 
  background: #f7efef; 
  border-radius: 5px; 
} 
.multi-search::-webkit-scrollbar-thumb { 
  background: #a5a2a2; 
  border-radius: 5px; 
}
.multi-search a {
    border: 0;
}
.multi-search a, .multi-search a:active, .multi-search a:hover {
    text-decoration: none;
    color: rgba(0,0,0,.9);
    font-weight: 400!important;
}
.multi-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1800px;
}
.multi-header{
  font-size: 16px;
    color: #000;
    position: relative;
    background: #fff;
    z-index: 1;
}

.multi-theme-full .multi-header {
    -webkit-box-shadow: 0 1px 4px rgb(62 57 107 / 5%);
    box-shadow: 0 1px 4px rgb(62 57 107 / 5%);
}
.multi-withQuery .multi-header {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.multi-search.multi-theme-full .multi-layout, .multi-search.multi-theme-full .multi-header {
    box-shadow: none;
}
.multi-withQuery {
    background: #fff;
}
.multi-layout {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.multi-form, .multi-results {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 3%;
}
.multi-form {
    display: block;
    position: relative;
}
.multi-results {
    margin-top: 70px;
    max-width: none;
}
.multi-icon {
    fill: #adb9c5;
    opacity: .5;
    position: absolute;
    display: inline-block;
    cursor: pointer;
}
.multi-searchIcon {
    top: 24px;
    left: 3.2%;
    width: 50px;
    height: 50px;
}
.multi-svg {
    fill: inherit!important;
    width: inherit;
    height: inherit;
}
svg {
    margin-bottom: -0.4375rem;
    vertical-align: baseline;
    overflow: hidden;
}
.multi-input[type=text], .multi-input[type=text]:focus, .multi-input[type=text]:hover {
    all: unset;
    font-size: 34px;
    font-weight: 400;
    font-style: normal;
    position: relative;
    background: none;
    border: 0;
    color: #000;
    height: 90px;
    line-height: 40px;
    margin: 0;
    padding: 6px 55px 9px 64px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.multi-closeIcon {
    top: 0px;
    right: 0%;
    width: 43px;
    height: 43px;
    opacity: .9;
    fill: #000;
}
.multi-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -55px 0 0 -60px;
    max-width: none;
}
/*SideBar*/
.multi-cell.multi-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    padding-top: 60px;
    padding-bottom: 85px;
}
.multi-cell {
    
    margin: initial;
    padding: 55px 0 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
      flex: 0 0 33.3%;
}


.multi-corrected {
    margin: 2px 0 25px;
}
a.multi-phrase {
    display: inline-block;
    color: #0082e6;
    margin-top: 1px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}
.multi-phrase b {
    all: unset;
    font-style: italic;
    font-weight: 700;
}
a.multi-phrase:hover {
    color: #0082e6;
    border-bottom: 1px solid rgba(0,130,230,.4);
}
.multi-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.multi-taxons {
    margin: initial;
    padding-bottom: 20px;
}

a.multi-taxon {
    border-bottom: 1px solid #e6e6e6;
    padding: 16px 5px 16px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
}

.multi-taxon:first-child {
    border-top: 1px solid #e6e6e6;
}

a.multi-taxon.multi-active{
  cursor: default;
}

.multi-badge {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 22px;
    padding: 0 4px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #eee;
    min-width: 21px;
    margin: 0 0 0 5px;
    width: auto;
    
}
.multi-taxon.multi-active .multi-badge {
    background: rgb(115,91,150);
}
.multi-taxon.multi-active .multi-badge, .multi-taxon:hover .multi-badge {
    color: #fff;
    border: 1px solid transparent;
}
.multi-taxon:hover .multi-badge {
    background: rgba(115,91,150,0.6);
}

/*Result*/
.multi-cell.multi-lists {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 70px 0 85px 60px;
}
.multi-title, a.multi-title {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    font-size: 26px;
    line-height: 29px;
    padding-bottom: 6px;
    margin-top: -7px;
}
.multi-titleIcon {
    display: inline-block;
    height: 21px;
}
.multi-arrow-leftIcon, .multi-arrow-rightIcon {
    position: relative;
    width: 50px;
    height: 50px;
    opacity: 1;
    cursor: inherit;
}
.multi-title .multi-arrow-rightIcon {
    position: absolute;
    margin-left: 1px;
    width: 28px;
    height: 28px;
}
.multi-title:hover .multi-arrow-rightIcon {
    fill: rgba(100,119,136,.8);
}
a.multi-item, div.multi-item {
    margin-top: 18px;
    font-size: 15px;
    cursor: pointer;
}
.multi-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.multi-snippet {
    color: rgba(0,0,0,.55);
    margin-top: 5px;
    cursor: text;
}
.multi-oldPrice {
    padding-right: 5px;
    text-decoration: line-through;
    color: #bbb;
}
.multi-price {
    color: rgba(0,0,0,.55);
}

.multi-thumbnail, a.multi-item, div.multi-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.multi-thumbnail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eee;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    position: static;
}
.multi-image {
    max-width: 100%;
    max-height: 100%;
}
a.multi-more {
    display: inline-block;
    margin-top: 15px;
    color: rgba(100,119,136,.7);
}

/* Page */
.multi-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.multi-cell .multi-pagination {
    margin: 40px 50px 0 auto;
    height: 56px;
}
a.multi-page {
    border-radius: 50%;
    border: 1px solid #adb9c5;
    width: 54px;
    height: 54px;
    text-align: center;
    margin: 0 10px;
}
.multi-previous.multi-page {
    width: 38px;
    height: 38px;
}
a.multi-page {
    border-radius: 50%;
    border: 1px solid #adb9c5;
    width: 54px;
    height: 54px;
    text-align: center;
    margin: 0 10px;
}
.multi-arrow-leftIcon, .multi-arrow-rightIcon {
    position: relative;
    width: 50px;
    height: 50px;
    opacity: 1;
    cursor: inherit;
}
.multi-arrow-leftIcon {
    width: 37px;
    height: 37px;
}
.multi-counter {
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 15px;
    margin: -6px 0 0 -35px;
    padding: 2px 4px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    min-width: 16px;
    background-color: #fff;
    color: #fff;
    background: rgb(115,91,150);
    z-index: 1;
}

@media only screen and (max-width : 1399px) {
	
    .multi-cell {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
    .multi-theme-full .multi-header, .multi-theme-full .multi-withQuery .multi-header {
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.multi-form, .multi-results {
	    padding: 0 6%;
	}
	.multi-cell.multi-sidebar {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    padding-bottom: 0;
        margin-top: 0;
	}
	.multi-cell.multi-lists {
	    padding-top: 30px;
	}
}