.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.searchautocomplete .search-autocomplete {
    position: absolute;
}
.searchautocomplete .search-autocomplete ul li img {
    max-width: 100%;
}
.searchautocomplete .search-autocomplete ul li a.name {
    text-transform: none;
    padding: 10px 0;
    font-size: 1em;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    display: block;
}
.searchautocomplete .search-autocomplete ul li .short-description {
    color: #666;
    font-size: 12px;
    text-align: center;
}
.searchautocomplete .search-autocomplete ul li .price-box {
   font-size: 14px;
    text-align: center;
}
.searchautocomplete .sprite {
    background: url('../../../images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
    position: absolute;
    top: 2px;
    left: 0px;
    z-index: 11;
}
.searchautocomplete .nav-search-in .category {
    opacity: 0;
    filter: alpha(opacity=0);
    background: white;
    border: 1px solid #DDD;
    color: black;
    cursor: pointer;
    height: 29px;
    left: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: visible;
    width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
    height: 20px;
    color: #777;
    cursor: pointer;
    float: left;
    font-size: 11px;
    padding: 0px 25px 0px 10px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
    right: 10px;
    top: 16px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #000000 transparent transparent transparent;
    line-height: 0px;
}
.searchautocomplete .nav-search-in:hover .category-fake {
    color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
    background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder .all {
    text-align: right;
    margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomplete-placeholder .all a {
    background: #858688;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0px 15px;
    border: 0px;
    display: inline-block;
    text-decoration: none;
}
.searchautocomplete .searchautocomplete-loader {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 11px;
    right: 44px;
    z-index: 99;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    display: none;
}
.searchautocomplete .searchautocomplete-loader div {
    position: absolute;
    background-color: #FFFFFF;
    height: 3px;
    width: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-animation-name: f_autocomplete_loader;
    animation-name: f_autocomplete_loader;
    -webkit-animation-duration: 0.64s;
    animation-duration: 0.64s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
    left: 0px;
    top: 7px;
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
    left: 2px;
    top: 2px;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
    left: 7px;
    top: 0px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
    right: 2px;
    top: 2px;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
    right: 0px;
    top: 7px;
    -webkit-animation-delay: 0.56s;
    animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
    right: 2px;
    bottom: 2px;
    -webkit-animation-delay: 0.64s;
    animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
    left: 7px;
    bottom: 0px;
    -webkit-animation-delay: 0.72s;
    animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
    left: 2px;
    bottom: 2px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@media only screen and (max-width: 1080px) {
    .searchautocomplete .search-autocomplete ul li .short-description {
        display: none;
    }
    .searchautocomplete .search-autocomplete ul li a.name {
        font-size: 0.9em;
        line-height: 18px;
    }
}

@-moz-keyframes f_autocomplete_loader {
    0% {
        background-color: #000000;
    }
    100% {
        background-color: #ffffff;
    }
}
@-webkit-keyframes f_autocomplete_loader {
    0% {
        background-color: #000000;
    }
    100% {
        background-color: #ffffff;
    }
}
@-ms-keyframes f_autocomplete_loader {
    0% {
        background-color: #000000;
    }
    100% {
        background-color: #ffffff;
    }
}
@-o-keyframes f_autocomplete_loader {
    0% {
        background-color: #000000;
    }
    100% {
        background-color: #ffffff;
    }
}
@keyframes f_autocomplete_loader {
    0% {
        background-color: #000000;
    }
    100% {
        background-color: #ffffff;
    }
}
