.cherry-search { position: relative; }
.cherry-search form.cherry-search__form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 0; }
.cherry-search form.cherry-search__form:after { display: none; }
.cherry-search form.cherry-search__form button.search-submit { display: inline-block; -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; padding: 5px 15px; width: inherit; white-space: nowrap; }
.cherry-search form.cherry-search__form button.search-submit:before { display: none; }
.cherry-search form.cherry-search__form button.search-submit .screen-reader-text { position: relative !important }
.cherry-search__label { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }
.cherry-search__field.search-field[type="search"] { width: 100%; box-sizing: border-box; }
.cherry-search__results-list { display: none; position: absolute; width: 100%; border: 1px solid #ccc; border-top: none; background-color: #fff; z-index: 9999; }
.cherry-search__results-list.show { display: block; }
.cherry-search__results-list ul { margin: 0 0 0 0; }
.cherry-search__results-list ul li { margin: 0 0 0 0; }
.cherry-search__results-list::-webkit-scrollbar { width: 8px; height: 10px; margin-left: -3px; }
.cherry-search__results-list::-webkit-scrollbar-button { width: 0px; height: 0px; }
.cherry-search__results-list::-webkit-scrollbar-thumb { background-color: #ccc; border: none; }
.cherry-search__results-list::-webkit-scrollbar-thumb:hover, .cherry-search__results-list::-webkit-scrollbar-thumb:active { background-color: #ccc; }
.cherry-search__results-list::-webkit-scrollbar-track { background-color: #f7f7f7; border: none; opacity: 0.5; border-radius: 5px; }
.cherry-search__results-list::-webkit-scrollbar-corner { background: transparent; }
.cherry-search__results-item { list-style: none; border-top: 1px solid #ccc; background-color: #fff; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; margin: 0; text-align: left; }
.cherry-search__results-item:hover { background-color: #f6f6f6; }
.cherry-search__results-item:first-child { border-top: none; }
.cherry-search__results-item a { text-decoration: none; border: none; padding: 5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; box-shadow: none; }
.cherry-search__more-button { list-style: none; border-top: 1px solid #ccc; background-color: #fff; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; text-align: center; padding: 10px; cursor: pointer; }
.cherry-search__more-button:hover { background-color: #f6f6f6; }
.cherry-search__item-thumbnail { -webkit-box-flex: 0; -webkit-flex: 0 1 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; margin: 0px 10px 0 0; min-width: 15%; }
.cherry-search__item-thumbnail img { width: 100%; height: auto; }
.cherry-search__item-attr { font-size: 14px; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }
.cherry-search__item-title, .cherry-search__item-content, .cherry-search__item-author { display: block; width: 100%; }
.cherry-search__item-content, .cherry-search__item-author { margin: 5px 0 0 0; }
.cherry-search__item-author { font-size: 12px; }
.cherry-search__spinner_holder { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.cherry-search__spinner { width: 50px; height: 30px; display: none; opacity: 0.3; margin-bottom: 5px; margin-top: 5px; }
.cherry-search__spinner.show { display: block; }
.cherry-search__spinner > div { background-color: #000; margin: 0 1px; height: 100%; width: 6px; display: inline-block; -webkit-animation: sk-stretchdelay 1.1s infinite cubic-bezier(0.645, 0.045, 0.355, 1); animation: sk-stretchdelay 1.1s infinite cubic-bezier(0.645, 0.045, 0.355, 1); }
.cherry-search__spinner .rect2 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
.cherry-search__spinner .rect3 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.cherry-search__spinner .rect4 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
.cherry-search__spinner .rect5 { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
.cherry-search__message { padding: 6px 10px; display: none; }
.cherry-search__message.show { display: block; }
@-webkit-keyframes sk-stretchdelay { 0% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); }
25% { -webkit-transform: scaleY(0.9); transform: scaleY(0.9); }
50% { -webkit-transform: scaleY(0.2); transform: scaleY(0.2); }
80% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); }
100% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); } }
@keyframes sk-stretchdelay { 0% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); }
25% { -webkit-transform: scaleY(0.9); transform: scaleY(0.9); }
50% { -webkit-transform: scaleY(0.2); transform: scaleY(0.2); }
80% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); }
100% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); } }